@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue","Source Sans Pro",Calibri,Candara,Arial,sans-serif;
  }
*:before,*:after{box-sizing:border-box}

body{
  line-height: 1.42857143;
    height: 100%;
    display: block;
    font-size: 15px;
    color: #333333;
    /*background: linear-gradient(90deg, #71b7e6, #9b59b6);*/
    background-color: #dcf8fd;
    align-content: stretch;
}

.container{
  //*min-width: 700px;*/
  width: 100%;
  color: black;
  margin: 0 auto;
  text-align: center;
  //*background-color: #fff;*/
  //*border-radius: 5px;*/
  //*box-shadow: 0 5px 10px rgba(0,0,0,0.15);*/
}
.container .title{
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #9b59b6);

}
.container .childtitle{
  font-size: 20px;
  font-weight: 500;
  position: relative;
  background: linear-gradient(270deg, #71b7e600, #9b59b6);
  margin-top: 10px;
  padding-left: 20px;
  color: white;
}
.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
  padding-left: 0px;
  text-align: justify;
  //*max-height: 300px; */
  overflow-y: scroll;
}
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.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;
}

form .user-details .input-box2{
  margin-bottom: 15px;
  width: 100%;
}
form .input-box2 span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.user-details .input-box2 input{
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
  margin-left: 3.5rem;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}


.container2{
  //*min-width: 700px;*/
  width: 100%;
  color: black;
  margin: 10px 0px 20px 0px;
  text-align: center;
  width: 95%;
  //*background-color: #fff;*/
  //*border-radius: 5px;*/
  //*box-shadow: 0 5px 10px rgba(0,0,0,0.15);*/
}
.container2 .title{
  font-size: 25px;
  font-weight: 500;
  position: relative;
}
.container2 .title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(135deg, #71b7e6, #1290b6);

}
.container2 .childtitle{
  font-size: 20px;
  font-weight: 500;
  position: relative;
  background: linear-gradient(270deg, #a84da500, #0d6079);
  margin-top: 10px;
  padding-left: 20px;
  color: white;
  height: 40px;
  align-content: center;
}

.jumbotron3 form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
  padding-left: 0px;
  text-align: justify;
  //*max-height: 300px; */
  overflow-y: scroll;
}
  .user-details::-webkit-scrollbar{
    width: 5px;
  }
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.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;
  margin-left: 3.5rem;
}
.user-details .input-box input:focus,
.user-details .input-box input:valid{
  border-color: #9b59b6;
}

 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 form .button{
   height: 45px;
   margin: 35px 0
 }
 form .button input{
   height: 100%;
   width: 150px;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background-color: #2a2089;
  //* background: linear-gradient(135deg, #71b7e6, #9b59b6);*/
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background-color: #f7b504
  /*background: linear-gradient(-135deg, #71b7e6, #9b59b6);*/
  }
  form .category{
    width: 100%;
  }
 
  @media(max-width: 459px){
  .content .category{
    flex-direction: column;
  }
  hr {
    border: 1px;
    height: 1px;
    color: #333; 
    background-color: linear-gradient(135deg, #71b7e6, #9b59b6);
}
}
.topnav {
  overflow: hidden;
  background-color: #023646; //*#5a0d79*//
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #f7f5f5;
  color: yellow;
}

.topnav a.active {
  background-color: #023646; //*#2c0b60*//
  color: yellow;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: inherit;
    display: block;
    text-align: left;
  }
}

.btn {
  border: none;
  outline: none;
  padding: 10px 16px;
  background-color: #0d6079; //*#5a0d79*//
  cursor: pointer;
  font-size: 18px;
}

/* Style the active class, and buttons on mouse-over */
.active, .btn:hover {
  background-color: #2c0b60;
  color: white;
}