.woocommerce-account nav.woocommerce-MyAccount-navigation.egrul > ul li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--sign-file {
    background: #4d71da;
    background: -webkit-linear-gradient(350deg, #4d71da 30%, #35c4f4 100%);
    background: linear-gradient(350deg, #4d71da 30%, #35c4f4 100%);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.82);
    margin-bottom: 2px;
}

a.attachment-link.button--loading[data-attachment-id="archive"]::before {
    --spinner-size: 36px;
    --spinner-width: 4px;
    --spinner-color: white;
}

div#idodocSignFileWrapper {
    width: fit-content;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

div#idodocSignFileWrapper label.checkbox {
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #666;
}

/* region Dropzone Customization */

.dropzone.idodoc {
    --light-gray-color: lightgray;
    --gray-color: gray;

    max-width: 600px;
    min-width: 600px;

    border: 2px darkgray dashed;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.dropzone.idodoc div.dz-preview:last-child {
    margin-bottom: 16px !important;
}

.dropzone.idodoc .dz-default {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dropzone.idodoc.dz-started .dz-message {
    display: none;
}

.dropzone.idodoc .dz-default div.icon {
    color: var(--light-gray-color);
    font-size: 48px;
}

.dropzone.idodoc .dz-default div.text {
    font-size: 1.2rem;
}

.dropzone.idodoc .dz-default div.disc {
    font-size: 0.8rem;
    opacity: 0.8
}

.dropzone.idodoc .dz-default div.button button {
    padding: 10px;
    border-radius: 8px;
    border: 2px solid var(--light-gray-color);
    background: white;
    color: #666;
}

.dropzone .dz-preview .dz-remove.custom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 1;
    color: red;
    display: flex;
    justify-content: center;
    opacity: 0.3;
    align-items: center;

    transition: all ease-in 300ms;
    -webkit-transition: all ease-in 300ms;
    -ms-transition: all ease-in 300ms;
}

.dropzone .dz-preview .dz-remove.custom:hover *,
.dropzone .dz-preview .dz-remove.custom:hover {
    opacity: 1;
    cursor: pointer;
}

/* endregion Dropzone Customization*/

div.wrap.sign-file h1 {
    padding: 20px;
    color: #999;
}