.dark-mode:root {
    --background-body: #1d1d1d;
    --background-firstplane: #2c2c2c;
    --font: #ffffff;
    --row-highlight: #474747;
}

.passport-pageContainer {

    display: none;

}

.passport-page-loading {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100vh;
    background-color: white;
}

.passport-container-loading {

    width: 100%;
    height: 100vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.passport-container-loading p{

    margin: 10px 0px 0px 3px;
    font-size: 17px;
    color: #171717;
    font-weight: bold;
    
}

.passport-loader-pageLoading {
    
    margin-top: 10px;
    
    height: 42px !important;
    width: 35px !important;

}

.passport-container-loading img{
    height: 300px;
}

.passport-loader-pageLoading::after {
    
    margin: 0px !important;

    height: 30px !important;
    width: 30px !important;

}