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: 16px;
    height: 16px;
    background:  url(../img/slide_dot.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    float: inline-end;
    margin-bottom: 5px;
}
.carousel-indicators li.active{
    background:  url(../img/slide_dot_active.png);
    background-size: 16px 16px;
    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; /* أو أي ارتفاع آخر */
}

.carousel-indicators{
    display: inline-block !important;
}