
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');*/

@font-face {
  font-family:'BYekan';
  src: url('../fonts/byekan/BYekan.eot');
    src: url('../fonts/byekan/BYekan.eot') format('embedded-opentype'),
      url('../fonts/byekan/BYekan.ttf') format('truetype'),url('../fonts/byekan/BYekan.woff') format('woff'),
 url('../fonts/byekan/BYekan.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family:'IRANSans';
  src: url('../fonts/iransans/eot/IRANSansWebt.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb.eot') format('embedded-opentype'),
      url('../fonts/iransans/ttf/IRANSansWeb.ttf') format('truetype'),url('../fonts/iransans/woff/IRANSansWeb.woff') format('woff'),
 url('../fonts/iransans/woff2/IRANSansWeb.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}

 .button{
    color: #fff;
    margin-top: 40px;

}
 .button input{
    color: #fff;
    background: #644dcb;
    border-radius: 6px;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;

}
.button input:hover{
    background: #5b13b9;
  color:#fff !important;

}
.icon  i{
    
   color: #7d2ae8;
    font-size: 12px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
font-family:'IRANSans';
}
body{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
   background-image: -webkit-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
}
.container{
  max-width: 700px;
  width: 100%;
  background-color: #e6ffff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.container .title{
  font-size: 18px;
  font-weight: 300;
  position: relative;
  /*border: 1px solid red;*/
 direction: rtl;
 /*font-family:BYekan;*/
}
.container .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 30px;
  border-radius: 5px;
  /*background: linear-gradient(135deg, #71b7e6, #9b59b6);*/
}
.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
/*  border: 1px solid red;*/
  direction: rtl;
  
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
  
}


.row input:focus
{
    
    border:  2px solid #7d2ae8 !important;
    
}
.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  background-color: #e6faff;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}
 form .gender-details .gender-title{
  font-size:15px;
  font-weight: 500;
  font-family:'IRANSans';
  float: right;
  margin-top: 3px;
 }
 .gender{
     
     font-family:'IRANSans';
     
 }
 form .category{
   display: flex;
/*   width: 80%;
   margin: 14px 0 ;*/
   justify-content: space-between;
    /*border: 1px solid blue;*/
    float: right;
     text-align: right;
     margin-right: 20px;
    font-family:'IRANSans';
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
/*   border: 1px solid blueviolet;*/
margin-left: 10px;
 font-family:'IRANSans';
 }
 form .category label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
  
}
 #dot-1:checked ~ .category label .one,
 #dot-2:checked ~ .category label .two,
 #dot-3:checked ~ .category label .three{
   background: #aa71c1;
   border-color: #d9d9d9;
 }
 form input[type="radio"]{
   display: none;
 }
 form .button{
   height: 45px;
   margin: 35px 0;
       
 }
 .pwt-btn-calendar{
     display:none !important;
 }
 
 
 .datepicker-plot-area .datepicker-day-view .table-days td.selected span{
     background-color: #644dcb !important;
 }
 .datepicker-plot-area .datepicker-navigator {
  background-color: #644dcb !important;
  color:#fff !important;
}
 .datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    color:#fff !important;
 }
 .datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color:#a99ce2 !important;
  
}
 .datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
    /* background-color: #005299; */
   
   background-color: #644dcb !important;
}
 .pwt-btn-prev , .pwt-btn-next{
      
    color:#fff !important;
 }
 form .button input{
    
   height: 45px;
   width: 200px;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
/*   background: linear-gradient(135deg, #71b7e6, #9b59b6);*/
   background:#644dcb;
/*   position: absolute;
   margin-left: 220px;*/
     font-family:'IRANSans';
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background: #5b13b9;
  }
 @media(max-width: 584px){
 .container{
  max-width: 100%;
}
form .user-details .input-box{
    margin-bottom: 15px;
    width: 100%;
  }
  form .category{
    width: 100%;
  }
  .content form .user-details{
    max-height: 300px;
    overflow-y: scroll;
  }
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
  }
  @media(max-width: 459px){
  .container .content .category{
    flex-direction: column;
   
  }
  
}
@media(max-width: 767px){
  
    .size2{
        width:30% !important;
    }
}
@media(max-width: 372px){
  
    .size2{
        width:40% !important;
       
    }
}
@media(max-width: 268px){
     .size1{
      
        font-size: 10px !important;
    }
    .size2{
        width:40% !important;
        font-size: 10px !important;
    }
}
 .input-box .btnn{
    color: #fff !important;
    background: #644dcb !important;
    border-radius: 6px ;
    padding: 0;
    cursor: pointer;
    transition: all 0.4s ease;
/*    text-align:center  !important;*/
height: 100%;
    width: 100%;

}
    

 .input-box .btnn:hover {
    background: #5b13b9 !important;
    border-radius: 6px !important ;
}

.input-box{
    display: flex;
    align-items: center;
    height: 45px;
    /*width: 100%;*/
    margin: 10px 0;
    position: relative;
    /*float: right;*/


}
span i {
   
    color: #7d2ae8;
    font-size: 12px;
    right: 0;
    margin-top: 15px;
    
}
span{
    font-family: 'IRANSansNum' !important;
}

