img{
    max-width: 100% !important;
}
.wrap_menu{
}
.wrap_menu a{
    color: #231F20;
}
.wrap_menu a:focus{
    border: none !important;
    box-shadow: none !important;
}
.logo{
    width: 130px;
}
.arrow{
    width: 50px;
}
.carousel-indicators li{
    width: 24px;
    height: 24px;
    background:  url(../img/slide_dot.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.carousel-indicators li.active{
    background:  url(../img/slide_dot_active.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
}
.logo_login{
    width: 200px;
}


.form-control{
    height: 46px;
    background: rgba(51, 170, 51, 0);
    border: 1px solid #CE9C29;
    border-radius: 8px;
    color: #231F20;
}


.form-check-input[type="checkbox"]{
    height: 30px;
    width: 60px  !important;
}

.form-check-input[type="checkbox"]:checked {

    background-color: #FFF;
    border-color: #CE9C29;
}

.form-switch .form-check-input[type="checkbox"]:checked {
    /* background-position: left center; */
    background-position: 2px 1.5px;
    background-image: url(../img/circle.png) !important;
    background-size: auto 86%;
}


.form-check-input{
    width: 30px  !important;
    height: 30px;
}

.form-check-input:checked[type=radio] {
    background-image: url(../img/circle.png) !important;
    background-size: 80%;
}
.form-check-input:checked {
    background-color: #FFF;
    border-color: #CE9C29;
}


.wrap_certificate{
    max-width: 100%;
    width: 600px;
    margin: auto;
    padding: 10px;

    background: url(../img/certificate.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.wrap_certificate_1{
    border: 1px solid #CE9C29;
    padding: 10px;
}

.wrap_certificate_2{
    border: 1px solid #CE9C29;
    padding: 10px;
}

.center_vertical {
    display: flex;
    align-items: center; /* توسيط عمودي */
    justify-content: center; /* توسيط أفقي (اختياري) */
    height: 100vh; /* أو أي ارتفاع آخر */
}



.wrap_load{
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    /*background-color: rgba(0, 0, 0, 0.8);*/
    
    
       background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent background */
        backdrop-filter: blur(4px); /* Apply a 10px blur to the background behind this element */
        -webkit-backdrop-filter: blur(10px); 
    
    text-align: center;
        
        
        
            display: flex;
    align-items: center; /* توسيط عمودي */
    justify-content: center;
}

.wrap_load .logo{
    opacity: .1;
}
.fingerprint{
    width: 50px;
}