.notice_ph {
    font-size: 12px;
    margin-top: 5px;
}

.select2-container--default .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-selection--single {
    height: 38.23px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
}

.subtext {
    display: block;
    font-size: 13px;
    color: #666
}

.dataTables_wrapper {
    margin-top: 15px
}

.select2-container {
    width: 100% !important
}

.status_box {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 16px;
    line-height: 13px;
    text-transform: uppercase;
}

.req::before {
    content: '* ';
    font-size: 13px;
    color: red;
}

.file-error {
    margin-top: 7px;
    padding: 7px;
}

#loader {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    border-radius: var(--bs-modal-border-radius);
    opacity: 0.85;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    left: 0;
    z-index: 10000;
}

.fa-spinner {
    font-size: 80px;
    color: #000;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.buttons-align {
    display: flex;
    justify-content: end !important;
    align-items: end;
}

.buttons-align-users {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.filter-algn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.spacearound_azioni {
    align-items: center;
    justify-content: space-around;
    display: flex;
}

.search_bar_container {
    display: flex;
    width: 17rem;
    margin-bottom: 1rem;
}

.container_search_section {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 65%;
}

.scadenza_filter {
    width: 120px !important;
}

.logo_navbar {
    width: 117px;
    height: auto;
}

.navbar {
    box-shadow: 4px 4px 22px -9px #ad6e70;
}

.navbar_option:hover {
    color: #ad1d23 !important;


}

.fixed-top-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.mt-content {
    margin-top: 91px !important;
}




.btn {
    margin: 0;
}

.filter-continer-left {
    width: 19rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fb6340;
    border-radius: 0.5rem;
    height: 3.5rem;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.filter_dimention {
    width: 120px;
    margin-right: 0.5rem;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);

}

.icon-white {
    color: white !important;


}


.circle-container {
    position: relative;
    width: 700px;
    height: 700px;
    margin: 75px auto;
    border-radius: 50%;
    margin-top: 0;
}

.homepage-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fb6340;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
}

.homepage-buttons:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 6px 11px rgba(0, 0, 0, 0.2);
}

.container-buttons-homepage {
    height: 100%;
    width: 100%;
    transform: translate(-10%, -10%);
}


.btn_diemnsion {
    padding: 6px !important;
    height: 2.1rem;
    width: 2.1rem;
}

#documentsTable th,
#documentsTable td {
    text-align: center;
    vertical-align: middle;
}

.margin-title {
    margin-left: 7rem;
}

.align-items-crea {
    flex-direction: column;
    display: flex;
}

div.dt-processing.card {
    display: none !important
}

div.container-fluid {
    padding-top: 120px !important
}


#sidenav-main {
    z-index: 0
}

.alert {
    color: #fff !important
}

.container-filter-butons {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

@media only screen and (max-width: 1200px) {
    #btnSalva {
        width: 100% !important;
        margin-left: -23px !important;
    }
}

.select2-container--disabled #select2-users-container li.select2-selection__choice {
    padding-left: 0px !important;
    border: none;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.logo_header {
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center;
    border-bottom: var(--bs-border-width) solid var(--bs-border-color);
}


.logo_header img {
    height: 3.5rem;
}

.container-login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 5rem;
}

.container-login-form {
    width: 100%;
    max-width: 20rem;
}

.etrust-log-btn {
    background-color: #00aeef;
    color: white;
    height: 45px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;

}

.etrust-log-btn:hover {
    border-color: transparent !important;
    border: solid #00aeef 1px !important;
    color: #00aeef !important;

}

.input-login {
    border-radius: 45px;
    height: 45px;
    background-color: transparent;
    border-left: none;
}

.input-login:focus {
    outline: none;
    border-left: 2px solid rgb(26, 26, 97);
    border-top: inherit;
    border-right: inherit;
    border-bottom: inherit;

}

.input-login::placeholder {
    color: #e1e6e8;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    padding-left: 0;
    margin-left: 0;
}

.left-log-input {
    border-radius: 50px 0 0 50px;
    background-color: transparent;
    border-right: none;
    width: 36px;
}


.color-icon-log {
    color: #00aeef;
    font-size: 20px;
}

.btn-custom {
    padding: 5px 15px;
    height: 35px;
    border: 1px solid #00aeef;
    color: #00aeef;
    background-color: transparent;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    font-weight: 700;
}

.btn-custom:hover {
    background-color: #00aeef;
    color: #fff;
}

.container-forgot {
    justify-content: center;
    display: flex;
    align-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5rem;
}

.container-forget-form {
    width: 100%;
    max-width: 20rem;
}

.title-reset {
    font-size: 1.5rem;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.container-login .alert,
.container-forgot .alert {
    font-size: .9rem;
    text-align: center;
    color: var(--bs-alert-color) !important;
}

.container-login .alert ul {
    padding-left: 1rem;
}

.title-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bg-hidden {
    background-color: #fff !important;
    color: #666;
    border: 1px solid #ccc;
    opacity: .5;
}

.tdTop {
    padding-left: 7px;
    vertical-align: bottom;
    padding-bottom: 0px;
    line-height: 15px;
    padding-top: 3px;
}

.tdBottom {
    padding-left: 7px;
    padding-top: 0;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    font-style: italic;
}

.dt-column-title {
    padding-left: 7px
}


.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    border: 1px solid #d9dce0;
    margin: 5px;
    border-radius: 13px;
}

@media (max-width: 768px) {
    .table-responsive {
        max-width: 100%;
    }
}