body {
    height: 100vh;
}

.header {
    display: none;
}

.main-header {
    height: 55px;
    font-family: "Suez One", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 62.69px;
}

.sub-header {
    height: 20px;
    font-family: "Oxygen", sans-serif;
    margin-top: 5px;
}

.top {
    margin-top: -55px;
    background-color: #CAE3EC;
    width: 100%;
    height: 450px;
    text-align: center;
    
}

.test-btn {
    background-color: #343A40;
    color: white;
    border-radius: 200px;
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.2px;
    width: 159px;
    height: 38px;
    letter-spacing: 0.46px;
    position: absolute;
    top: 450px;
    left: 37px;
    
}



.create-test {
    position: relative;
    margin-top: 10px;
    width: 586px;
    padding: 30px;
    border: 1px dashed black;
    height: 613px;
    margin: 25px auto auto auto;

}

.container {
    padding: 13px;
    
}

#createtesttxt {
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30.3px;
    position: absolute;
    top: 17px;
    
}

.now-txt {
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.2px;
    position: absolute;
    top: 74px;
    margin-left: auto;
    


}

.maot-txt {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 165px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.2px;
    margin-left: auto;

}

#quantity1 {
    width: 51px;
    height: 38px;
    border: 1px solid black;
    border-radius: 4px;
    position: absolute;
    top: 103px;
}

#quantity2 {
    width: 51px;
    height: 38px;
    border: 1px solid black;
    border-radius: 4px;
    position: absolute;
    top: 193px;
    
}

#quantity3 {
    width: 51px;
    height: 38px;
    border: 1px solid black;
    border-radius: 4px;
    position: absolute;
    top: 193px;
    left: 110px;
}

#qbtn1 {
   background-color: transparent;
   border: none;
   position: absolute;
   top: 102px;
   left: 67px;
}

#qbtn2 {
   background-color: transparent;
   border: none;
   position: absolute;
   top: 116px;
   left: 67px;
}

#qbtn3 {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 192px;
    left: 67px;
}

#qbtn4 {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 206px;
    left: 67px;
 }
 
 #qbtn5 {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 192px;
    left: 133px;
    
 }
 
 #qbtn6 {
     background-color: transparent;
     border: none;
     position: absolute;
     top: 206px;
     left: 133px;
 }

 .dl {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 255px;
    font-weight: 400;
    width: 107px;
    height: 20px;
    font-size: 16px;
    line-height: 20.2px;
    color: #333333;
    margin-left: auto;

   
 }

 #lvl-text1 {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 284px;
    left: 67px;
    margin-left: auto;

    
 }

 #lvl-text2 {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 314px;
    left: 67px;
    margin-left: auto;


    
 }

 #lvl-text3 {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 344px;
    left: 67px;
    margin-left: auto;

    
 }

 
 #level1 {
    position: absolute;
    top: 290px;
    left: 47px;
 }

 #level2 {
    position: absolute;
    top: 320px;
    left: 47px;
 }

 #level3 {
    position: absolute;
    top: 350px;
    left: 47px;
 }

#level1:checked:after {
    width: 15px;
    height: 15px;
    background-color: white;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid blue;
    border-radius: 15px;
}

#level2:checked:after {
    width: 15px;
    height: 15px;
    background-color: white;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid blue;
    border-radius: 15px;
    
}
#level3:checked:after {
    width: 15px;
    height: 15px;
    background-color: white;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid blue;
    border-radius: 15px;
}

 .pass-word {
    font-family: "Oxygen", sans-serif;
    position: absolute;
    top: 387px;
    margin-left: 40px;

 }

 #wordpass {
    background-color: white;
    border: 1px solid black;
    width: 29px;
    height: 16px;
    position: absolute;
    top: 388px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
 }

 #wordpass:checked {
    background-color: blue;
    border: 1px solid white;
    width: 29px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
 }


#typeimg {

    margin: 130px 0px 5px;
    position:relative;
    left:-30px;

}

#typeimg2 {
    position: absolute;
    top: 450.76px;
    left: 385px;
    width: 149.19px;
    height: 132.51px;
}

#typeimg3 {
    position: absolute;
    top: 497.38px;
    left: 386px;
    width: 142.51px;
    height: 108.71px;
}


@media screen and (max-width: 1200px) {
    .main-header {
        font-size: 36px;
    }
    .create-test {
        width: 486px;
        height: 433px;
        margin: 10px auto auto auto;
    }
    #typeimg2 {
        top: 268.76px;
    }
}

@media screen and (max-width: 992px) {
    .main-header {
        font-size: 24px;
    }
    .top {
        height: 300px;
    }
    .test-btn {
        top: 350px;
        left: 10px;
    }
    .create-test {
        width: 486px;
        height: 433px;
        margin: 10px auto auto auto;
    }
    #typeimg2 {
        display: none;
    }
    #typeimg3 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-header {
        font-size: 18px;
    }
    .top {
        height: 250px;
    }
    .test-btn {
        top: 300px;
        left: 5px;
    }
    .create-test {
        width: 386px;
        height: 333px;
        margin: 10px auto auto auto;
    }
    #typeimg2 {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .main-header {
        font-size: 14px;
    }
    .top {
        height: 200px;
    }
    .test-btn {
        top: 200px;
        left: 0;
    }
    .create-test {
        width: 286px;
        height: 233px;
        margin: 10px auto auto auto;
    }
    .container {
        padding: 8px;
    }
    #typeimg {
        margin-top: 90px;
        width: 86px;
        height: 81.5px;
    }
    #typeimg2 {
        display: none;
    }
    #typeimg3 {
        display: none;

    }
    .now-txt{
        font-size:12px;
    }
    .maot-txt{
        font-size: 12px;
    }
    .mb-2, .dl, .pass-word{
        font-size:12px;
    }

    #quantity1, #quantity2, #quantity3{
        font-size:12px;
        width: 25.5px;
        height:19px;
    }

    #lvl-text1,#lvl-text2, #lvl-text3 {
        font-size: 12px;
    }

    #wordpass{
        width: 14.5px;
        height: 8px;
        top:500px;
        left:75px;
    }

    .test-btn{
        font-size: 12px;
        width: 79.5;
        height: 19px;
        top: 450px;
        left: 37px;
    }
    #createtesttxt{
        font-size: 14px;
    }

    .create-test{
        width: 486px;
        height: 533px;
    }

    .top{
        height: 400px;
    }
    .main-header{
        font-size: 20px;
        text-align: center;
    }

    .sub-header{
        font-size: 16px;
        text-align: center;
    }

}




input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;


}

.modal-title {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

#mlink { 
    text-decoration: underline;
    color: blue;
}

.navigation {
    background-color: transparent;
}

  #mainh1 {
    display: none;
  }

  p{
    color:black;
  }