@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.show-btn{
  background: transparent;
  margin-left:5px;
  border: 2px solid #47b2e4;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border-radius:50px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.show-btn, .container2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container2{
  display: none;
  background: #FFFFFF;
  width: 380px;
  margin-top:140px;
  padding-left: 30px;
  padding-right:30px;
  margin-top: 50px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius:25px;
}

::placeholder {
  color: #1B1B1C;
}

.container2 .show{
  pointer-events: auto;
  opacity:1;
}

.container2 .close-btn{
  position: absolute;
  font-size: 18px;
  cursor: pointer;
}

.container2 .close-btn:hover{
  color: #1B1B1C;
}
.container2 .text{
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.container2 form{
  margin-top: -20px;
}
.container2 form .data{
  height: 45px;
  width: 100%;
  margin: 20px 0;
}
form .data label{
  font-size: 12px;
  color:#1B1B1C;
  padding-top:5px;
}
form .data input{
  height: 100%;
  width: 100%;
  padding-left: 10px;
  font-size: 14px;
  color:#1B1B1C;
  border: 1px solid silver;
}

form .data select{
  height: 100%;
  width: 100%;
  color:#1B1B1C;
  padding-left:10px;
  font-size: 14px;
  border: 1px solid silver;
  border-radius:10px;
}

form .btn{
  margin: 30px 0 30px 0;
  height: 45px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
form .btn .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  z-index: -1;
  background: #1f4c77;
  transition: all 0.4s;
}
form .btn:hover .inner{
  left: 0;
}
form .btn button{
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding:10px;
}


.close-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: #1B1B1C;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
}

.topright {
  position: absolute;
  right: 20px;
  top: 15px;
}


.container3{
  display: none;
  background: linear-gradient(150.07deg, #482464 25.61%, #189EFF 93.67%);
  width: 380px;
  padding-left: 30px;
  padding-right:30px;
  margin-top: 50px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  border-radius:25px;
}


.container3 .btn .inner{
  height: 100%;
  width: 300%;
  position: relative;
  left: -100%;
  z-index: -1;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);
  transition: all 0.4s;
}


.container3 .btn button{
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(right, #56d8e4, #9f01ea, #56d8e4, #9f01ea);;
  position: relative;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding:10px;
}
/* forget pwd  */
.hide{
  display: none;
}
.forget_pwd {
  border: none;
  background: white;
  color: blue;
  cursor: pointer;
  margin-top: 10px;
  width: 26%;
  font-size: 10px;
  border-radius: 5px;
  float: right;
  margin-right: 17px;
}
#verify{
  background-color: grey;
}
#sendbtn{
  margin: 6px 24px 0 0;
  float: right;
  width:30%;
  padding:10px 15px;
  font-size:16px;
}
#otp{
  width:60%;
}
@media (min-width: 381px) and (max-width: 1024px){
  #sendbtn{
    margin:0;
    float: left;
    width:92.7%;
  }
  #otp{
    width:92.7%;
  }
}

/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 20px;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    z-index: 2000;
    background: #FFFFFF;
    box-shadow: 18px 14px 28.3px rgba(0, 0, 0, 0.25);
    border-radius: 33px;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}
.mg-acc{
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #093B64;

}
.prof-bx{
  background: linear-gradient(138.78deg, #7C6FFF 6.83%, #30A2FF 101.03%);
  border-radius: 20px;

  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;

  color: #FFFFFF;

}


.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:0px !important;
  }
}