
@font-face {
    font-family: "arabbook";
    src: url("./fonts/ArbFONTS-GE-SS-Two-Light.otf");
  }
  @font-face {
    font-family: "aramid";
    src: url("./fonts/ArbFONTS-GE_SS_TWO_MEDIUM.otf");
  }
  @font-face {
    font-family: "arabbold";
    src: url("./fonts/ArbFONTS-GE_SS_Two_Bold.otf");
  }
*{
    margin: 0;
    padding: 0;
    font-family: 'arabbook';
}

.back_imge{
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    background-image: url(./img/Mask_group.png);
    background-repeat: no-repeat;
 background-position: bottom left;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
    gap: 30px;   height: 100vh;

}

.right{
    display: flex;
    justify-content: right;
    align-items: start;
    flex-direction: column;
    gap: 30px;   height: 100vh;

}
.hidden{
    display: none;
}
.card_section{
    background-color: #ffffff;
   width: 560px;
   border-radius: 25px;
   padding:50px 60px ;
   filter: drop-shadow(0 0 0.7rem #05051b29);
}
.topic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
}
.topic div{
    display: flex;
    justify-content: right;
    flex-direction: column;
    align-items: center;
}

.topic div h3{
  
    color: #231F20;
    font-family: 'arabbold';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.topic div p{
    color: #666;
    text-align: center;
    font-family: 'arabbook';
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; 
}
.inputs{
    padding:10px 0px ;
}
.name_style{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.input_style{
    border-radius:26px ;
    border: 1px solid #E3E6EA;
background-color: #FAFAFA;
padding: 10px;
display: flex;
color: #999999;
align-items: center;
justify-content: space-between;
flex-direction: row;
gap: 10px;
}
.input_input{
    border: none;
    background-color: #e3e6ea00;
    width: 210px;
}
.input_input:focus-visible {
    outline: rgba(255, 255, 255, 0) auto 0px;
}
.input_Email{
width: 100%;
}
.input_style:focus{
border: 1px solid #007262 !important;
}
.red-border {
    border: 1px solid #007262;
    color: #007262 !important;
}.red-border div svg {
 
    color: #007262 !important;
}
.vfvf div svg{
 
    color: #007262 !important;
}
.input_style.with-border {
    border: 1px solid #007262;
}
.blue-border {
    border: 2px solid blue;
}
.go_but{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit_but{
    border-radius: 16px;
    background: #007262;
    border: none;
    color: #FFF;
    font-size: 18px; 
    width: 100%;
    height: 52px;
}
/* .submit_but:hover{
    background-color: #1AA9BB;
    border-radius: 28px;
  
    color: #ffffff;
    font-size: 18px;
  
    height: 52px;
} */
.iti{
    width: 100%;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    width: 15vw;
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 197px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0);
}


.bnm {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .bnm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 7px;
  }
  
  /* On mouse-over, add a grey background color */
  .bnm:hover input ~ .checkmark {
    background-color: #ccc; border-radius: 7px;
  }
  
  /* When the checkbox is checked, add a blue background */
  .bnm input:checked ~ .checkmark {
    background-color: #007262;
    border-radius: 7px;

  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .bnm input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .bnm .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
@media only screen and (max-width: 771px) {
    
    .card_section{
        background-color: #ffffff;
       width: 90%;
       border-radius: 25px;
      padding: 10px;
      padding-top: 20px;
      padding-bottom: 65px;
       filter: drop-shadow(0 0 0.7rem #05051b29);
    }
    .name_control{
        width: 100% !important;
    }
  }