/* @font-face {
    font-family: LTBukra-Bold ;
    src: url("../../../webfonts/LT-Bukra/29LTBukra-Bold-2.ttf");
}
@font-face {
    font-family: LTBukra-Regular ;
    src: url("../../../webfonts/LT-Bukra/29LTBukra-Regular.ttf");
}
@font-face {
    font-family: Almarai-Bold;
    src: url("../../../webfonts/Al-marai/Almarai-Bold.ttf")
} */
a,a:hover{
    text-decoration: none;
}
.form-error{
    border: 1px solid #fc0606;
}



.btn{
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
    
}
.button_text{
    
    color:#ffffff;
    transition:all 0.2s;
}
.button--loading .button_text{
    visibility: hidden;
    opacity: 0;
}
.button--loading::after{
content: "";
position: absolute;
   width: 20px; 
   height: 20px;
   /* background:red; */
   border: 4px solid transparent;
   border-top-color:#ffffff ;
   border-radius: 50%;
   animation:button-loading-spinner 0.5s ease infinite ;
}
@keyframes button-loading-spinner{
from{
    transform: rotate(0turn);
}
to{
    transform: rotate(1turn);  
}



}

:root{
    --main-color: #25265B;
}
.logo-div{
    margin-top: 75px;
}
.main-title{
    font-family: LTBukra-Bold,sans-serif;
    font-size: 33px;
    color: var(--main-color);
    
}
.main-img{
    width: 65%;
}
/* .fill-title{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 30px;
    color: var(--main-color);
} */
.label-span{
  
    font-size: 16px;
    color: var(--main-color);
}
.sub-label{
    font-family: '29LT Bukra Variable';
    font-size: 16px;
    color: #3C3C3C;

}
.label-star{
    font-family: '29LT Bukra Variable';
    font-size: 16px;
    color: #76B984;
}
.input-div{
    display: flex;
}
.form-input{
    /* font-family: LTBukra-Regular,sans-serif; */
    font-size: 16px;
    color: rgb(60, 60, 60);
    background: none;
    border-radius: 8px;
    border: 1px solid rgba(165, 165, 165, 0.58);
    width: 100%;
    height: 55px;
    padding-left: 15px;
}
.form-input:focus{
    border: 1px solid #76B984;
    outline: #76B984;
}
.form-input::placeholder,.textarea-style::placeholder{
    /* font-family: LTBukra-Regular,sans-serif !important; */
    font-size:14px !important;
    color: rgba(112, 108, 108, 0.55) !important;
}
/* .form-input::placeholder,.textarea-style::placeholder{
 font-size:14px !important;
 color: aqua !important;
} */
.textarea-style{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 16px;
    color: #3C3C3C;
    resize: none;
    background: none;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgba(165, 165, 165, 0.58);
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    text-align: left;
}
.maxlength-textarea{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 13px;
    color: #3C3C3C;
}
/* The radioCheck */
.radioCheck {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
   
    color: #3C3C3C;
    background: none;
    outline: none;
    border-radius: 8px;
    border: 1px solid rgba(165, 165, 165, 0.58);
    width: 100%;
    height: 55px;
    padding-left: 45px;
}

/* Hide the browser's default radio button */
.radioCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid rgba(112, 112, 112, 0.56);
}

/* On mouse-over, add a grey background color */
.radioCheck:hover input ~ .checkmark {
    background-color: white;
}

/* When the radio button is checked, add a blue background */
.radioCheck input:checked ~ .checkmark {
    background-color: rgb(70 186 129);
    border: 1px solid rgb(70 186 129);
}
.radioCheck.active{
    border: 1px solid rgb(70 186 129);
}
.activeTextarea{
    border: 1px solid rgb(70 186 129);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radioCheck .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.upload-div-style{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 162px;
    border-radius: 9px;
    border: 4px dashed rgba(165, 165, 165, 0.22);
    background-color: #EAEAEAA0;
}
.default-div{
    width: 100%;
    /*height: 100%;*/
    display: none;
}
.default-div.active{
    display: flex;
    justify-content: space-around;
    /*padding: 15px;*/
}
.swal2-styled.swal2-confirm{
    background-color: rgb(114, 179, 128) !important;
}
/* .image-upload{
    
    border-radius: 5px;
   width: 70%;
   height: 70%;
} */

/* #showImageHere{
    display:flex;
} */

.thumb{
    width:100%;
    border: 2px dashed #eee;
    padding: 5px;
    border-radius: 5px;
    vertical-align: middle;
}

.thumb img{
    width:100%;
    
}
.remove-img-div{
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid  rgb(114, 179, 128);
}
.remove-img-btn,.remove-img-btn:hover{
    font-size: 14px;
    color: rgb(114, 179, 128);
}
.upload-input-style{
    width: 100%;
    /*height: 130px;*/
    opacity: 0;
}
.drag-upload{
    font-family: "segoeuib";
    font-size: 21px;
    color: var(--main-color);
}
.camera-input-div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
}
.image-title-div{
    position: relative;
    bottom: 30px;
    pointer-events: none;
}
.submit-button,.submit-button:hover{
    font-family: Almarai-Bold,sans-serif;
    font-size: 17px;
    color: white;
    background-color: #76B984;
    border-radius: 12px;
    box-shadow: 0 3px 6px #76B984C6;
    width: 158px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    
}



input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{
    -moz-appearance: textfield;
}


.file-wrapper {
    cursor: pointer !important;
    display: flex;
    /* overflow: hidden; */
    position: relative;
    justify-content: flex-end;
    width: 100%;
}
.file-wrapper input {
    cursor: pointer;
    font-size: 55px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    width: 100%;
}
.file-wrapper .button {
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    pointer-events: none;
    left: 0;
    margin: auto;
}

.error-txt{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 13px;
    position: absolute;
  
    top: 93%;
    
}
.radioCheck .error-txt {
    
    left: 0% !important; 
   margin-top: 2% !important;
}
.textarea-error .error-txt{
    top: 98% !important;
}
.label-div{
    text-align: left ;
}

.textarea-div{
    text-align: left;
}
.errorimage .error-txt{
    /* top: 104% !important; */
    top: 140% !important;
    /* left: -35% !important; */
    width: 100% !important;
    text-align: left;
}


.captcha .error-txt{
    top: 102% !important;
    left:40% ; 
}
.specialar {
    font-weight: bold !important;
    color: #fff !important;
    background: #fbad2b !important;
    text-transform: uppercase;
  }
  /* .specialen {
    font-weight: bold !important;
    color: #fff !important;
    background: #00aeef !important;
    text-transform: uppercase;
  } */
  
.border-red{
border-color: #fc0606;
}
.name-ltr{
    flex-direction:unset;
}
#language{
    background: rgb(31 32 91);
    border: none;
    padding: 10px;
    color: rgb(255 255 255);
    border-radius: 10px; 
    text-align: center; 
}
.load{
    float: right;
    margin-top: 20px;
    color: #666;
}
.loademe{
    
    font-size: 13px;
    color: #666;
}
.priority-div{
    display: flex;
    justify-content:start;
    flex-direction: unset;
}
.captcha{
    display: flex;
    justify-content: center;
    /* padding-left: 50%; */
 
}
@media (max-width:900px){
.logo-div {
    text-align: center;
    margin-top: 0;
}
.main-title{
    font-size: 30px;
}

.main-img{
    width: 100%;
}
.fill-title{
    font-size: 25px;
}
.form-input,.form-input::placeholder,.textarea-style::placeholder{
    font-size: 14px;
    
}
.drag-upload{
    font-size: 16px;
}
}
