﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

span.bi.bi-house-door-fill-nav-menu {
    scale: 88%;
    margin-left: -2.5px;
    margin-right: 14.3px;
}
.align_schimbareparola_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url('../images/navbar-toggler.png') !important;
}
.FinalizareProcesDeIndentificare_container {
    text-align: center;
    border: 2px solid #009fe3;
    border-radius: 6px;
    padding: 0px 10px 10px 10px;
    margin-top: 5%;
    width: 400px;
}
.background-transparent {
    background: transparent;
}
.class_for_invizibility{
    visibility:hidden
}
.display_icon_identificare {
    display: none !important;
}
.text_login_redirect_info_aplication {
    font-size: 10px;
    font-weight: 700;
    width: 100%;
    margin-bottom: -10px;
    margin-top: 10px;
    scale: 1.1;
}
.text_fileupload_info_doc_redirect {
    color: #009fe3;
    text-decoration: none;
}
.fileupload_info_text_for_doc {
    margin-bottom: -11px;
    font-size: 20px;
    background-color: transparent;
}
    .text_fileupload_info_doc_redirect:hover {
        color: #9560a4 !important;
        text-decoration: none !important;
    }
/* COD TABELA NOUA SOLICITARILE MELE */

.container-tabel-solicitari-2 {
    font-family: sans-serif;
    margin: 20px 0;
    width: 100%;
    border-top: 2px solid #009ee3;
}
.tr-background-solicitari-2 {
    background: linear-gradient(180deg, rgb(247 247 247 / 60%) 0%, rgb(245 245 245 / 24%) 35%, rgb(215 215 215 / 36%) 100%);
}
.tabel-custom-solicitari-2 {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    table-layout: fixed;
}

    .tabel-custom-solicitari-2 thead tr {
        background-color: #009ee3;
        color: #ffffff;
        text-align: left;
    }

    .tabel-custom-solicitari-2 th,
    .tabel-custom-solicitari-2 td {
        padding: 12px 15px;
        border-bottom: 1px solid #009ee3;
        height: 65px;
        vertical-align: middle;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        /* Pe PC, ultima coloana poate fi mai flexibila */
        .tabel-custom-solicitari-2 td:last-child {
            white-space: normal;
            overflow: visible;
            text-align: left;
        }

    .tabel-custom-solicitari-2 tbody tr:last-of-type td {
        border-bottom: 2px solid #009ee3;
    }

/* Stiluri Responsive (Telefon) - REPARAT */
@media screen and (max-width: 768px) {
    .tabel-custom-solicitari-2 {
        table-layout: auto;
    }
    .tr-background-solicitari-2 {
        background: transparent;
    }
        .tabel-custom-solicitari-2 thead {
            display: none;
        }
    .tabel-custom-solicitari-2 tbody tr:last-of-type td {
        border-bottom: none;
    }
        .tabel-custom-solicitari-2,
        .tabel-custom-solicitari-2 tbody,
        .tabel-custom-solicitari-2 tr,
        .tabel-custom-solicitari-2 td {
            display: block;
            width: 100%;
        }

            .tabel-custom-solicitari-2 tr {
                margin-bottom: 15px;
                border-bottom: 2px solid #009ee3;
                padding-bottom: 10px;
                height: auto;
            }

            .tabel-custom-solicitari-2 td {
                text-align: left !important; /* Forțăm alinierea la stânga pe mobil */
                padding-left: 10px;
                position: relative;
                border: none;
                padding-top: 8px;
                padding-bottom: 8px;
                height: auto;
                white-space: normal;
                display: flex; /* Folosim flex pentru a pune eticheta si butonul pe acelasi rand */
                align-items: center;
            }

                /* Inserăm etichetele din data-label */
                .tabel-custom-solicitari-2 td::before {
                    content: attr(data-label);
                    font-weight: bold;
                    color: #009ee3;
                    flex: 0 0 150px; /* Latime fixa pentru eticheta albastra */
                    display: inline-block;
                }

                /* Ne asigurăm că butoanele din ultima celulă nu se sparg aiurea */
                .tabel-custom-solicitari-2 td:last-child {
                    text-align: left;
                    display: flex;
                    align-items: center;
                }
}

/* SFARSIT DE COD */
.notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.button-for-loguut-input {
    border: none;
    width: 100%;
}
.notification-item {
    padding: 15px 5px 15px 10px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    width: 100%;
    max-width: 600px;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 0.5s forwards;

}

.notification-success {
    background-color: #28a745;
}

.notification-error {
    background-color: #dc3545;
}

.notification-info {
    background-color: #17a2b8;
}

.close-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    margin-left: 15px;
    padding: 0 5px;
    line-height: 1;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
    background: transparent;
    border: 3px solid #005478;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: sans-serif;
    font-size: 20px;
    color: #005478;
    letter-spacing: 4px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.ring:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #0292cf;
        border-right: 3px solid #0292cf;
        border-radius: 50%;
        animation: animateC 2s linear infinite;
}

.span_ring {
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    width: 50%;
    height: 4px;
    background: transparent;
    transform-origin: left;
    animation: animate 2s linear infinite;
}

    .span_ring:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #009fe3;
        top: -6px;
        right: -8px;
        box-shadow: 0 0 20px #0778a8;
    }

@keyframes animateC {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(405deg);
    }
}

.icon-dc {
    background-image: url('../images/icon_dc_without_words.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 46px 51px 1px 0px;
}
.icon-iban {
    background-image: url('../images/iban_cod_icon.png');
    width: 55px;
    background-repeat: no-repeat;
    height: 55px;
    scale: 0.7;
}
.btn_iban_details {
    background-color: #009fe3;
    color: white;
    border: 1px solid #009fe3;
    border-radius: 8px;
}
.recuperare_parola_align {
    max-width: 500px;
    display: block;
    align-items: center;
    align-content: space-between;
}

.form-control {
    max-width: 500px;
    height: auto;
}
textarea.form-control {
    resize: none;
    min-height: calc(1.5em + .75rem + 2px);
    overflow-y: hidden;
}

.box-arrow-right {
    background-image: url(../images/bi-box-arrow-right.png);
    background-size: 70%;
    display: block;
    background-repeat: no-repeat;
    padding: 174px 0px 113px 0px;
    margin-top: -85px;
    /* filter: grayscale(1) brightness(0);*/
    filter: invert(1) brightness(3);
}

.file-earmark-plus-fill {
    background-image: url('../images/bi-file-earmark-plus-fill.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 62% 0%;
    margin-right: -90px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
}
.button_codiban_conf_ref_align_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.modal_codiban_align_elements {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
}
.house-door {
    background-image: url('../images/bi-house-door.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 45% 0%;
    margin-right: -89px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
}

.key-fill {
    background-image: url('../images/bi-key-fill-nav-icon.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 45% 0%;
    margin-right: -90px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
}

.person-circle {
    background-image: url('../images/bi-person-circle.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 269px 227px 33px 0px;
    margin-left: -104px;
    margin-right: -92px;
    filter: grayscale(1) brightness(0);
}

.person-vcard {
    background-image: url('../images/bi-person-vcard.png');
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 45% 0%;
    margin-right: -90px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
}
.icon-navmenu-iban {
    background-image: url('../images/icon-container-home-4.png');
    scale: 0.1;
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 45% 0%;
    margin-right: -90px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
    background-size: 100%;
    background-position: unset;
}
.icon-navmenu-solicitarile-mele {
    background-image: url('../images/icon-container-home-5.png');
    scale: 0.1;
    width: 10%;
    display: block;
    background-repeat: no-repeat;
    padding: 97% 136% 45% 0%;
    margin-right: -90px;
    margin-left: -105px;
    filter: grayscale(1) brightness(0);
    background-size: 100%;
    background-position: unset;
}
.icon-container-home-1 {
    background-image: url('../images/icon-container-home-1.png');
    display: block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
}

.icon-container-home-2 {
    background-image: url('../images/icon-container-home-2.png');
    display: block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
}

.icon-container-home-3 {
    background-image: url('../images/icon-container-home-3.png');
    display: block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
}

.icon-container-home-4 {
    background-image: url('../images/icon-container-home-4.png');
    display: block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
}
.icon-container-home-5 {
    background-image: url('../images/icon-container-home-5.png');
    display: block;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: right;
}

.navbar {
    background: transparent;
    border-bottom: transparent;
}

.nav-link {
    display: block;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border: none;
}
.lang-selector button.active {
    background-color: #007bff; 
    color: white;
}

.lang-content {
    margin-top: 15px;
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 7%;
}
.lang-selector {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.btn-ro-en-ter {
    width: 75px;
    background: #009fe3;
    border: 1px solid #009fe3;
    color: white;
    border-radius: 4px;
    display: inline-flex;
    flex-direction: row;
    scale: 1.2;
    flex-wrap: nowrap;
    justify-content: center;
}
.btn-DGEP {
    color: #fff;
    background-color: #ffbb17;
    border-color: #ffbb17;
}

    .btn-DGEP:hover {
        color: #fff;
        background-color: #ffbb1766;
        border-color: #ffbb1766;
    }
.btn-success {
    color: #fff;
    background-color: #009fe3 !important;
    border-color: #009fe3 !important;
}
    .btn-success:hover {
        color: #fff;
        background-color: #60cfff !important;
        border-color: #60cfff !important;
    }
.btn-danger {
    color: #fff;
    background-color: #9560a4 !important;
    border-color: #9560a4 !important;
}
    .btn-danger:hover {
        color: #fff;
        background-color: #c693c2 !important;
        border-color: #c693c2 !important;
    }
.btn-accept-B {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
    padding: 2% 6% 2% 6%;
}

    .btn-accept-B:hover {
        color: #fff;
        background-color: #60cfff;
        border-color: #60cfff;
        padding: 2% 6% 2% 6%;
    }

.btn-cancel-B {
    color: #fff;
    background-color: #9560a4;
    border-color: #9560a4;
    padding: 2% 6% 2% 6%;
}

    .btn-cancel-B:hover {
        color: #fff;
        background-color: #c693c2;
        border-color: #c693c2;
        padding: 2% 6% 2% 6%;
    }

.btn-primary {
    color: #fff;
    background-color: #009fe3;
    border-color: #009fe3;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #005478;
        border-color: #005478;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.image-icon-eye {
    background-image: url(../images/eye_icon.png) !important;
    width: 52px;
    background-repeat: no-repeat !important;
    background-size: 27px !important;
    background-position: center !important;
}

.content {
    padding-top: 1.1rem;
}

.logout_schimbare_parola {
    padding: 8px 0px 8px 0px;
    border: 3px solid #373737;
    border-radius: 10px !important;
    color: #373737 !important;
    background: transparent;
    height: 2.8rem !important;
    width: 140px;
    text-align: center;
    font-weight: 700;
}

.logout_button {
    padding: 8px 12px 8px 0px;
    border: 3px solid #373737;
    border-radius: 10px;
    color: #373737;
    background: transparent;
    width: 140px;
    font-weight: 700;
}

    .logout_button:hover {
        padding: 8px 12px 8px 0px;
        border: 3px solid #009fe3;
        border-radius: 10px !important;
        color: #009fe3 !important;
        background: transparent;
        font-weight: 700;
    }

.logout_schimbare_parola:hover {
    padding: 8px 0px 8px 0px;
    border: 3px solid #009fe3;
    border-radius: 10px !important;
    color: #009fe3 !important;
    background: transparent !important;
    font-weight: 700;
}




.logout_button_align {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: stretch;
}


.nav-scrollable {
    max-height: calc(100vh - 9.5rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}


    .nav-scrollable nav {
        display: flex;
        flex-direction: column;
        height: 100%;
    }


.nav-item:last-of-type {
    padding-bottom: 0.5rem;
}


.page {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}



.top-row {
    background-image: linear-gradient(180deg, #ECF0F7 100%);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index: 99999;
    padding-left: 1.7rem !important;
    padding-right: 1.7rem !important;
    top: 0;
    z-index: 1;
}
.collapse {
    display: block;
}
    .collapse:not(.show) {
        display: block;
       
    }

.container-meniu-DC {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 115px;
    margin-bottom: 20px;
}
.adress_column_size {
    min-height: calc(1.5em + .75rem + 2px);
}
@media screen and (max-width: 375px) {
    .sidebar {
        width: 115% !important;
    }
    .navbar-dark .navbar-toggler {
        margin-left: -30px !important;
    }

    }
@media screen and (max-width: 640px) {
    .FinalizareProcesDeIndentificare_container {
        text-align: center;
        border: 2px solid #009fe3;
        border-radius: 6px;
        padding: 0px 10px 10px 10px;
        margin-top: 5%;
        width: 310px;
        font-size: 13px;
    }
    .modal_codiban_align_elements {
        column-gap: 0px;
    }
    .px-4 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
/*    textarea.form-control {
        min-height: calc(1.5em + .75rem * 3 + 2px);
    }*/
    .adress_column_size {
        min-height: calc(1.5em + .75rem * 3 + 2px) !important
    }
    .display_icon_identificare {
        display: block !important;
    }
    .btn-accept-B {
        padding: 3% 9% 3% 9% !important;
    }

        .btn-accept-B:hover {
            padding: 3% 9% 3% 9% !important;
        }

    .btn-cancel-B {
        padding: 3% 9% 3% 9% !important;
    }

        .btn-cancel-B:hover {
            padding: 3% 9% 3% 9% !important;
        }
    .modal-backdrop-actualizareiban {
        margin: 70% 0% 0% 0% !important;
        scale: 0.8;
    }
    .modal-backdrop-identificarevideo-confirmation {
        margin: 70% 0% 0% -6% !important;
        scale: 0.65;
    }
}
@media screen and (max-width: 391px) {
    .modal-backdrop-actualizareiban {
        margin: 70% 0% 0% -10% !important;
        scale: 0.75 !important;
    }
    .modal-backdrop-identificarevideo-confirmation {
        margin: 70% 0% 0% -6% !important;
        scale: 0.65 !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 901px) {
    .modal-backdrop-identificarevideo-confirmation {
        margin: 60% 25% 0% 25% !important;
        scale: 0.8;
    }

    .modal-backdrop-actualizareiban {
        margin: 60% 25% 0% 25% !important;
        scale: 0.8;
    }
}

    @media screen and (max-width: 901px) {





        .collapse:not(.show) {
            height: auto;
        }

        .sidebar {
            background-image: linear-gradient(180deg, #ECF0F7 100%) !important;
            width: 100% !important;
            height: 100% !important;
            position: sticky !important;
            top: 0;
            z-index: 99999;
        }

        .nav-scrollable:not(.collapse) {
            display: none !important;
            position: absolute;
            top: 4.5rem;
            left: 0;
            right: 0;
            z-index: 900;
            background-color: #ECF0F7;
            overflow-y: auto;
            height: auto;
            max-height: calc(100vh - 4.5rem);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .logout_button_align {
            position: relative;
            display: flex;
            flex-direction: column;
            align-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .image-logo-navmenu {
            height: 40px;
            max-width: 80px;
            margin: auto 10px;
            background-position: left center;
        }
    }


    .background_form_title {
        background-color: #005478;
        text-align: center;
        border: 1px solid #005478;
        border-radius: 7px;
        font-weight: 600;
        color: white;
    }

    .background_form_title_cod_postal {
        background-color: transparent;
        font-size: 20px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 7px;
        font-weight: 600;
        color: white;
        padding: 0px;
        width: 370px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    .background_form_title_actualizareiban {
        background-color: transparent;
        font-size: 20px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 7px;
        font-weight: 600;
        color: white;
        padding: 0px;
        width: 370px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }

    .button_inapoi_login_align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: unset !important;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 20% !important;
    }

    .btn-info-2 {
        color: white;
        background-color: #009fe3;
        border-color: #009fe3;
    }

        .btn-info-2:hover {
            color: white !important;
            background-color: #009fe3 !important;
            border-color: #009fe3 !important;
        }

    .action-card-2 {
        font-size: 3rem;
        color: #009fe3;
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 1px solid red;
    }

    .validation-message {
        color: red;
    }

    .card-action-icon-align {
        display: flex;
        align-items: flex-end;
        padding-top: 4%;
        height: 50%;
    }

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

    /* Animatii */

    @-webkit-keyframes slideIn {
        from {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @-moz-keyframes slideIn {
        from {
            opacity: 0;
            -moz-transform: translateX(100%);
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            -moz-transform: translateX(0);
            transform: translateX(0);
        }
    }

    @keyframes slideIn {
        from {
            opacity: 0;
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
        }
    }

    @-moz-keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            -moz-transform: translateX(100%);
            transform: translateX(100%);
        }
    }

    @keyframes fadeOut {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
            transform: translateX(100%);
        }
    }


    .login_card_align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        padding: 0%;
        padding-left: 50%;
    }

    .test-image-visibility {
        background-image: url('../images/new_login_background.png');
        width: 100%;
        height: 2000px;
        background-repeat: no-repeat;
        background-size: 1285px;
    }

    .modal-backdrop {
        background: linear-gradient(180deg, rgb(2 56 82) 0%, rgba(0, 84, 120, 1) 35%, rgba(0, 54, 77, 1) 100%);
        color: black;
        width: 700px;
        height: 425px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        margin: 15% 18% 18% 32%;
        border: 3px solid #012c3e;
        border-radius: 10px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .modal-backdrop-iban-confirmare {
        background: linear-gradient(180deg, rgb(2 56 82) 0%, rgba(0, 84, 120, 1) 35%, rgba(0, 54, 77, 1) 100%);
        color: black;
        width: 620px;
        height: 360px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        margin: 12% 18% 12% 41%;
        border: 3px solid #012c3e;
        border-radius: 10px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }

    .modal-backdrop-cod-postal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background: linear-gradient(180deg, rgb(2 56 82) 0%, rgba(0, 84, 120, 1) 35%, rgba(0, 54, 77, 1) 100%);
        color: white;
        width: 435px;
        height: 220px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        margin: 15% 50% 15% 40%;
        border: 3px solid #012c3e;
        border-radius: 10px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }

    .modal-backdrop-actualizareiban {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background: linear-gradient(180deg, rgb(2 56 82) 0%, rgba(0, 84, 120, 1) 35%, rgba(0, 54, 77, 1) 100%);
        color: white;
        width: 435px;
        height: 220px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        margin: 15% 50% 15% 40%;
        border: 3px solid #012c3e;
        border-radius: 10px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }

    .modal-backdrop-identificarevideo-confirmation {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background: linear-gradient(180deg, rgb(2 56 82) 0%, rgba(0, 84, 120, 1) 35%, rgba(0, 54, 77, 1) 100%);
        color: white;
        width: 435px;
        height: 220px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        margin: 15% 50% 15% 40%;
        border: 3px solid #012c3e;
        border-radius: 10px;
        padding: 25px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
    }

    .modal-header-custom {
        height: 65px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
    }

    .modal-content-custom {
        width: 100%;
    }

    input[type="file" i] {
        color: white;
    }

    .image-logo {
        background-image: url('../images/lo_dc_lg.png');
        width: 100%;
        height: 320px;
        background-repeat: no-repeat;
        background-size: 300px;
        background-position: center;
        margin: 0 auto;
        margin-left: -5px;
    }

    .alert-info {
        color: white;
        background-color: transparent;
        border-color: transparent;
    }

    .image-logo-navmenu {
        background-image: url('../images/lo_dc_lg.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 10px auto;
        height: 80px;
        width: 300px;
        max-width: 120px;
        position: relative;
        padding: 40%;
    }

    .card_login {
        display: block;
        width: 380px;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 2px solid #005478;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 10px;
        -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .button_for_login_align {
        width: 100%;
        max-width: 250px;
        margin-right: 15%;
        margin-left: 15%;
    }

    .action-card {
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        -webkit-transition: -webkit-transform 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
        -moz-transition: -moz-transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        cursor: pointer;
        min-height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .action-card:hover {
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            transform: translateY(-5px);
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        }

        .action-card .card-body {
            padding: 1rem;
        }

        .action-card .icon-large {
            font-size: 3rem;
            color: #007bff;
        }

        .action-card .card-title {
            font-size: 1rem;
            font-weight: bold;
            margin-top: 0.5rem;
            color: #343a40;
        }

    .text_actualizare_date {
        width: 502px;
        margin: 0;
        margin-top: 18px;
    }

    .text_actualizare_date_2 {
        width: 600px;
        margin-top: 2%;
        margin-left: 0px;
    }

    .size_box_iban_details {
        width: 275px;
    }

    .title_iban_details_old_new {
        padding: 3px;
        margin-bottom: 10px;
        text-align: left
    }

    .invizible_line_footer_modal {
        border-top: 1px solid #dee2e600 !important;
    }

    .text_actualizare_IBAN {
        display: block;
        max-width: 500px;
        align-self: anchor-center;
        width: unset;
        text-align: center;
        margin: 0;
    }

    .align_modal_details_iban_text {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        justify-content: space-between;
        align-items: center;
        width: 600px;
        justify-content: center;
        column-gap: 10px;
    }

    .modal_concent_home_iban {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        width: 100%;
        min-width: 650px;
        overflow: unset;
        overflow-y: unset !important;
    }

    .button_iban_yes {
        width: 160px;
        align-self: anchor-center;
    }

    .align_title_with_cod {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .align_card_iban {
        flex-direction: row;
        justify-content: center;
    }

    .size_card_iban {
        min-width: 300px;
        margin-top: 10px;
        max-width: fit-content;
    }

    .size_title_iban_background {
        width: 300px;
        align-self: anchor-center;
    }

    .text-service-grey-info {
        font-size: 14px;
        margin: 0px 40px 20px 0px;
    }

    .solicitarile_mele_text_align {
        margin-bottom: 1%;
    }

    .table {
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
    }

        .table th,
        .table td {
            padding: 0.75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }

        .table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
        }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .table-hover tbody tr:hover {
        color: #212529;
        background-color: rgba(0, 0, 0, 0.075);
    }


    .bi-file-earmark-plus-fill::before {
        content: "\F309";
    }

    .withoutlogin-border-align {
        width: 580px;
    }

    .card-home-actualizareiban {
        color: white;
        background-color: #3fa6bb;
        border: 3px solid #3fa6bb;
        border-radius: 13px;
    }

    .card-home-datepersonale {
        color: white;
        background-color: #5c749b;
        border: 3px solid #5c749b;
        border-radius: 13px;
    }

    .card-home-solicitare {
        color: white;
        background-color: #009fe3;
        border: 3px solid #009fe3;
        border-radius: 13px;
    }

    .card-home-evote {
        color: white;
        background-color: #9d8aff;
        border: 3px solid #9d8aff;
        border-radius: 13px;
    }

    .cards-home-align-phone {
        /* width: 100%;*/
    }

    .logout-button-resize-icon {
        border: transparent;
        background: transparent;
        width: 105px;
        margin-left: -38px;
        height: 30px;
    }

    .logout-text-resize {
        font-weight: 700;
        font-size: 11px;
        color: white;
        margin-left: -40px;
    }

.container-logout-style {
    margin-top: 10px;
    border: 1px solid transparent;
    width: 98.5%;
    padding: 8px 5px 10px 5px;
    background: #009fe3;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: anchor-center;
}

        .container-logout-style:hover {
            background: #005682;
        }

    @media screen and (max-width: 745px) {
        .withoutlogin-border-align {
            width: 325px;
        }
        .fileupload_info_text_for_doc {
            font-size: 15px;
            margin-top: 19px;
        }
        .modal-backdrop {
            margin: 0%;
            margin-top: 35%;
            width: 100%;
            height: 470px;
            scale: 0.8;
        }

        .modal-backdrop-cod-postal {
            margin: 0%;
            margin-top: 60%;
            width: 103%;
            scale: 0.75;
        }

        .modal-backdrop-iban-confirmare {
            margin: 0%;
            margin-top: 35%;
            width: 100%;
        }

        .modal_concent_home_iban {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            width: 100% !important;
            max-width: 600px !important;
            min-width: fit-content;
            scale: 0.55;
            margin-left: -133px;
        }

        .align_modal_details_iban_text {
            width: 575px;
        }
    }

    @media screen and (max-width: 765px) {
        .text-service-grey-info {
            font-size: 14px !important;
            margin: 0px 40px 20px 0px !important;
        }
    }

    @media screen and (max-width: 1000px) {
        .text-service-grey-info {
            font-size: 9px;
            margin: 0px 0px -2px 0px;
        }
    }


    @media screen and (min-width: 2100px) {
        .card-action-icon-align {
            display: flex;
            align-items: flex-end;
            padding-top: 0%;
            height: 25%;
        }

        .text-service-grey-info {
            font-size: 14px;
            margin: 0px 40px 3px 0px;
        }
    }

    @media screen and (min-width: 3500px) {
        .card-action-icon-align {
            display: flex;
            align-items: flex-end;
            margin-top: -5%;
            height: 20%;
        }
    }

    @media screen and (max-width: 1400px) {
        .test-image-visibility {
            background-image: url('../images/new_login_background.png');
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 900px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .login_card_align {
            padding: 4%;
            padding-right: 0%;
            padding-top: 0%;
        }
    }

    @media screen and (max-width: 1192px) {
        .test-image-visibility {
            background-image: url('../images/new_login_background.png');
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 700px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    @media screen and (max-width: 390px) {
        .text_actualizare_date {
            width: 280px !important;
        }

        .text_actualizare_date_2 {
            width: 100%;
        }
    }

    @media screen and (max-width: 840px) {
        .text_actualizare_date {
            width: 300px;
        }

        .text_actualizare_date_2 {
            width: 100%;
        }

        .notification-item {
            margin-top: 60%;
            width: 80%;
        }
    }

    @media screen and (max-width: 992px) {
        .test-image-visibility {
            background-image: url('../images/new_login_background.png');
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 480px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .login_card_align {
            padding: 5%;
            padding-right: 0%;
            padding-top: 0%;
        }



        .solicitarile_mele_text_align {
            margin-bottom: 8%;
        }

        .button_inapoi_login_align {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            text-align: unset !important;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            margin-top: 25% !important;
        }
    }

    @media screen and (max-width: 750px) {
        .test-image-visibility {
            background-image: url('../images/new_login_background.png');
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 350px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .login_card_align {
            padding: 5%;
            padding-right: 0%;
            padding-top: 0%;
        }
    }

    @media (max-width: 1104px) {
        .flex_tableta {
            width: 50% !important;
        }
    }

    @media (max-width: 524px) {
        .flex_tableta {
            width: 100% !important;
        }

        .card-home-actualizareiban {
            width: 165px;
        }

        .card-home-datepersonale {
            width: 165px;
        }

        .card-home-solicitare {
            width: 165px;
        }

        .card-home-evote {
            width: 165px;
        }

        .cards-home-align-phone {
            width: 50% !important;
        }
    }

    @media screen and (max-width: 901px) {
        .logout_button_align {
            position: relative;
            display: flex;
            flex-direction: column;
            align-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-evenly;
        }

        .image-logo-navmenu {
            background-image: url(../images/lo_dc_lg.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            margin: 0px;
            height: 6px;
            width: 140px;
            position: relative;
            margin-bottom: 50px;
            max-width: 140px;
            padding: 50px;
        }
    }

    @media screen and (max-width: 601px) {


        .test-image-visibility {
            background-image: none;
            background-color: white;
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 480px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }

    @media screen and (max-width: 500px) {
        .card_login {
            width: 340px;
        }

        .image-logo {
            background-position: center;
            background-size: 233px;
            width: 100%;
            height: 230px;
            margin: 0 auto;
            margin-left: -5px;
        }

        .image-logo-navmenu {
            background-image: url(../images/lo_dc_lg.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            margin: 0px;
            height: 6px;
            width: 140px;
            position: relative;
            margin-bottom: 50px;
            max-width: 140px;
            padding: 50px;
        }

        .button_for_login_align {
            width: 100%;
            max-width: 250px;
            margin-right: 9%;
            margin-left: 9%;
        }
    }

    @media screen and (max-width: 390px) {
        .test-image-visibility {
            background-image: none;
            background-color: white;
            width: 100%;
            height: 1400px;
            background-repeat: no-repeat;
            background-size: 480px;
            padding: 0% !important;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .login_card_align {
            padding: 4%;
            padding-right: 0%;
            padding-top: 0%;
        }
    }

    @media screen and (max-width: 500px) and (min-width: 400px) {
        .login_card_align {
            padding: 4%;
            padding-right: 0%;
            padding-top: 0%;
        }

        .table-phone {
            margin-top: -46px !important;
            margin-bottom: 0px !important;
            width: 100%;
            scale: 0.55;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: baseline;
            align-items: baseline;
            justify-content: flex-end;
            place-self: flex-start;
            height: -webkit-fill-available;
            flex-direction: row;
            margin-left: 10px;
        }

        .border-table {
            border: 2px solid transparent !important;
            border-radius: 6px;
            overflow-x: unset;
            height: 100px;
        }
    }

    @media screen and (max-width: 399px) and (min-width: 300px) {


        .table-phone {
            margin-top: -46px !important;
            margin-bottom: 0px !important;
            width: 100%;
            scale: 0.55;
            display: flex;
            flex-wrap: wrap;
            -webkit-box-align: baseline;
            align-items: baseline;
            justify-content: flex-end;
            place-self: flex-start;
            height: -webkit-fill-available;
            flex-direction: row;
            margin-left: 50px;
        }

        .border-table {
            border: 2px solid transparent !important;
            border-radius: 6px;
            overflow-x: unset;
            height: 100px;
        }

        .modal_concent_home_iban {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            width: 100% !important;
            max-width: 600px !important;
            min-width: fit-content;
            scale: 0.5;
            margin-left: -162px;
        }
    }


    .session-timeout-dialog {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .dialog-content {
        background-color: white;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

        .dialog-content h3 {
            margin-bottom: 1rem;
            color: #333;
        }

        .dialog-content p {
            margin-bottom: 1.5rem;
        }
.background-white-im {
    background-color: white !important;
}
    .page {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }

    main {
        flex: 1;
    }

    .sidebar {
        background-image: linear-gradient(180deg, #ECF0F7 100%);
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        background-image: linear-gradient(180deg, #ECF0F7 100%);
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
        height: 9.5rem;
        display: flex;
        align-items: center;
    }

        .top-row a,
        .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
            text-decoration: none;
        }

            .top-row a:hover,
            .top-row .btn-link:hover {
                text-decoration: underline;
            }

            .top-row a:first-child {
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .text_card_title {
        font-size: 35%;
        margin-left: 1%;
        margin-bottom: 10%;
        font-weight: 700;
        width: 100%;
        height: 60px;
    }

    @media (max-width: 908px) {
        .text_card_title {
            font-size: 26% !important;
        }
    }

    @media screen and (max-width: 901px) {
        .top-row {
            height: 6.5rem;
        }
    }

    @media (min-width: 2800px) {
        .text_card_title {
            height: 40px;
        }
    }

    @media (max-width: 585px) {
        .text_card_title {
            height: 50px;
        }
    }

    @media (max-width: 900px) {
/*        .top-row {
            margin-left: -20%;
        }*/
    }
@media (max-height: 622px) {
    .navbar-toggler {
        display: block !important;
    }
    .page {
       flex-direction: column !important;
    }
    .sidebar {
        background-image: linear-gradient(180deg, #ECF0F7 100%) !important;
        width: 100% !important;
        height: 100% !important;
        position: sticky !important;
        top: 0;
        z-index: 99999;
    }
    .top-row {
        height: 6.5rem;
    }
    .top-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: -2%;
    }
    .navbar-dark .navbar-toggler {
        color: #38353500;
        border-color: #009fe3;
        border: 2px solid;
        background-color: #009fe3;
        margin: 25px;
        height: 42px;
    }
    .image-logo-navmenu {
        background-image: url(../images/lo_dc_lg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin: 0px;
        height: 6px;
        width: 140px;
        position: relative;
        margin-bottom: 50px;
        max-width: 140px;
        padding: 50px;
    }
    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
    .collapse:not(.show) {
        height: auto;
    }

    .nav-scrollable:not(.collapse) {
        display: none !important;
        position: absolute;
        top: 4.5rem;
        left: 0;
        right: 0;
        z-index: 900;
        background-color: #ECF0F7;
        overflow-y: auto;
        height: auto;
        max-height: calc(100vh - 4.5rem);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .logout_button_align {
        position: relative;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}
    @media (max-width: 900px) {
    .top-row {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: -2%;
    }

        .top-row a,
        .top-row .btn-link {
            margin-left: 0;
        }

    .navbar-dark .navbar-toggler {
        color: #38353500;
        border-color: #009fe3;
        border: 2px solid;
        background-color: #009fe3;
        margin: 25px;
        height: 42px;
    }
}

    @media (min-width: 901px) {
        .page {
            flex-direction: row;
        }


        .top-row {
            top: 0;
            z-index: 1;
        }

            .top-row.auth a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row,
        article {
            padding-left: 1.7rem !important;
            padding-right: 1.7rem !important;
        }
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-brand {
        font-size: 1.1rem;
    }

    .navbar-icon-align {
        font-weight: 700;
        line-height: normal;
        width: 63%;
    }

    .navbar-dark .navbar-toggler {
        color: #38353500;
        border-color: #009fe3;
        border: 2px solid;
        background-color: #009fe3;
    }

    .nav-scrollable {
        height: calc(100vh - 9.5rem);
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

        .nav-scrollable nav {
            display: flex;
            flex-direction: column;
            height: 85%;
        }

    .bi {
        display: inline-block;
        position: relative;
        width: 1.25rem;
        height: 1.25rem;
        margin-right: 0.75rem;
        top: -1px;
        background-size: cover;
    }

    .bi-house-door-fill-nav-menu {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
    }

    .bi-plus-square-fill-nav-menu {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
    }

    .bi-list-nested-nav-menu {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
    }

    .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .nav-item:last-of-type {
            padding-bottom: 0.5rem;
        }

        .nav-item a {
            color: #373737;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 1.4rem;
        }

            .nav-item a.active {
                background-color: #bbbec5;
                color: #373737;
            }

            .nav-item a:hover {
                background-color: #bbbec5;
                color: #373737;
            }

    @media (min-width: 901px) {
        .navbar-toggler {
            display: none;
        }


        .sidebar {
            width: 250px;
            height: 100%;
            position: sticky;
            top: 0;
        }


        .collapse {
            display: block;
        }


        .main {
            padding-left: 250px;
        }
    }

    @media screen and (max-width: 500px) {
        .navbar-icon-align {
            font-weight: 700;
            line-height: normal;
            width: 105px;
        }

        .navbar-dark .navbar-toggler {
            color: #38353500;
            border-color: #009fe3;
            border: 2px solid;
            background-color: #009fe3;
            margin: 25px;
            height: 42px;
        }
    }


    .version-badge {
        position: fixed;
        bottom: 12px;
        right: 12px;
        z-index: 9999;
        background-color: white;
        padding: 8px 12px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
        min-width: 120px;
    }

        .version-badge.ok {
            border: 2px solid #28a745;
        }

        .version-badge.outdated {
            border: 2px solid #dc3545;
            background-color: #fff3cd;
        }

    .version-badge-main {
        font-weight: 600;
        font-size: 14px;
    }

    .version-badge-server {
        font-size: 11px;
        opacity: 0.85;
        margin-top: 2px;
    }

    .version-badge-env {
        font-size: 11px;
        opacity: 0.85;
    }

    .version-badge-actions {
        margin-top: 4px;
    }

    .version-badge-btn {
        padding: 2px 6px;
        font-size: 11px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        cursor: pointer;
    }

        .version-badge-btn:hover {
            background-color: #e9ecef;
        }


    .app-update-notification {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 10000;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 16px 20px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        max-width: 400px;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
        animation: slideInFromRight 0.5s ease-out;
    }

    .app-update-title {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .app-update-text {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
        opacity: 0.95;
    }

    .app-update-actions {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    .app-update-btn {
        padding: 8px 16px;
        border: none;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .app-update-btn-primary {
        background-color: white;
        color: #667eea;
    }

        .app-update-btn-primary:hover {
            background-color: #f0f0f0;
            transform: translateY(-1px);
        }

    .app-update-btn-secondary {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

        .app-update-btn-secondary:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }

    @keyframes slideInFromRight {
        from {
            opacity: 0;
            transform: translateX(100%);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }


    .login-container {
        max-width: 600px;
        height: 360px;
        padding-top: 30px;
    }

    .login-form-group {
        margin: 20px;
    }

    .login-label {
        display: flex;
    }

    .login-link-bold {
        font-weight: bold;
    }

    .login-link-underline {
        text-decoration: underline;
        font-weight: bold;
    }

    .login-sms-title {
        font-size: 18px;
        font-weight: 700;
    }

    .password-container {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .password-input {
        width: 100%;
        padding-right: 45px;
    }

    .password-toggle-btn {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        cursor: pointer;
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .notification-success {
        display: none;
    }


    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2000; /* Asiguram ca este deasupra tuturor elementelor */
    }

    .modal-content {
        background: white;
        padding: 20px;
        border-radius: 8px;
        width: 90%;
        max-width: 600px;
        max-height: 90vh;
        overflow-y: auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .modal-title {
        border-bottom: 1px solid #dee2e6;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
    }

    .modal-title2 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: 500;
        font-size: 12px;
    }

    .modal-title3 {
        margin-bottom: 15px;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
    }

    .modal-footer {
        border-top: 1px solid #dee2e6;
        padding-top: 10px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
