@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;
}
body{
    background-image: url('../../images/logos/shapes.svg');
    background-repeat: no-repeat;
    background-size: unset;
    /*width: 100%;*/
    overflow-x: hidden;
    background-position: 100% 2%;
}

.sizephoto{
    width:20%;
    height: 20%;
}
.btn,.btn:focus{
    outline: none;
    box-shadow: none;
    background: none;
    border: none;
}

: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-family: LTBukra-Bold,sans-serif;
    font-size: 16px;
    color: var(--main-color);
}
.sub-label{
    font-family: LTBukra-Regular,sans-serif;
    font-size: 16px;
    color: #3C3C3C;
}
.label-star{
    font-family: LTBukra-Bold,sans-serif;
    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;
    font-size: 16px;
    color: rgba(60, 60, 60, 0.55);
}
.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;
}
.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: rgb(60, 60, 60);
    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);
}
/* 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;*/
}
/* .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: LTBukra-Bold,sans-serif;
    font-size: 21px;
    color: var(--main-color);
}
.camera-input-div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    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;
}
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;
}
.load{
    float: right;
    margin-top: 20px;
    color: #666;
}
@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;
}
}
