body{
  background-color: rgb(149, 255, 223);
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -ms-user-select: none;     /* IE */
}
#question{
    height:350px;
    width:350px;
    background-color: aliceblue;
    border-radius:20px;
    margin:40px 0px 0px 250px;
    padding:50px;
}
button{
    height:70px;
    width:150px;
    margin: 20px 20px 0 0;
    background-color:rgb(196, 241, 255);
    cursor: pointer;
    border-color:blue;
    border-radius: 10px;
    font-family:'Courier New', Courier, monospace;
    font-size: larger;
    font-weight: bolder;
}
button:active{
    background-color: rgb(255, 0, 0);
}
button:hover{
    background-color:rgb(97, 97, 229);
    color:white;
}
#quiz{
 display:none;   
}
#form{
    background:rgb(231, 211, 193);
    text-align: center;
    display: inline-block;
    justify-content: center;
    padding:50px;
    border-radius: 20px;
    margin:200px 0 0 300px;
}
#info{
    display: none;
    background-color:azure;
    color:black;
    text-align: center;
    display: inline-block;
    justify-content: center;
    padding:50px;
    border-radius: 20px;
    margin:200px 0 0 300px;
}
.input_info{
    border:none;
    width: 100%;
    height:30px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-weight: bold;
}
#info_submit{
    height: 40px;
    width: 100%;
    background-color: rgb(83, 137, 255);
    color:white;
    border-radius: 8px;
    border:none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}
#info_submit:hover{
    background-color: blue;
}
/* login form */
.login-wrapper {
            background: white;
            width: 100%;
            max-width: 400px;
            margin-left:280px;
            margin-top: 50px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }

        .login-header {
            text-align: center;
            padding: 20px;
            font-size: 24px;
            font-weight: bold;
            color: #e94b35;
        }

        .login-form {
            background-color: #f2f2f2;
            padding: 30px 20px;
            display: flex;
            flex-direction: column;
        }

        .login-form label {
            margin-bottom: 5px;
            font-size: 14px;
            color: #333;
        }

        .login-form input[type="text"],
        .login-form input[type="password"] {
            padding: 12px;
            border: none;
            border-radius: 25px;
            margin-bottom: 15px;
            width: 100%;
            box-sizing: border-box;
            outline: none;
            font-size: 14px;
        }

        .login-form input[type="text"]::placeholder,
        .login-form input[type="password"]::placeholder {
            color: #aaa;
        }

        .remember {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            font-size: 14px;
            color: #333;
        }

        .login-form button {
            background-color: #e94b35;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 12px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .login-form button:hover {
            background-color: #d43d2d;
        }


        /* Responsive adjustments */
        @media (max-width: 600px) {
            .login-form {
                padding: 20px 15px;
            }

            .login-header {
                font-size: 20px;
                padding: 15px 10px;
            }
            .login-wrapper{
                background: white;
                width: 100%;
                max-width: 250px;
                margin-left:50px;
                margin-top: 50px;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            }
        }
/* how many solov qes in button */
.sbtn{
    background-color: red;
    height:30px;
    width: 30px;
    background-size: cover;
    font-size: 13px;
    border-radius: 50%;
    border: none;
    color:blue;

}





#info__btn{
    display: none;
    height: 30px;
    width:150px;
    background-color: rgb(53, 53, 244);
    border: none;
    color:white;
}

li{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
}

/* login from end */

#hh_solov{
    display: inline;
     display: none; 
}
#detail{
    display: none;
}
#feedback{
    display: none;
}
#login{
    display: block;
}
#form_main{
    display: none;
}

#sub_msg{
    color:green;
    font-size: 70%;
}
#sub_msg{
    color:green;
    font-size: 50px;
    display: none;
}

@media (max-width:600px) {
    #detail{
    display: none;
    
}
#quiz{
 display:none;
 background:fixed;
 justify-content: center;  
}

 #info{
    display:none;
    background-color:azure;
    color:black;
    text-align: center;
    display: inline-block;
    justify-content: center;
    padding:10px;
    border-radius: 20px;
    margin:60px 0px 0 0px;
}   
}

@media(max-width:600px){
    #form{
    background:blanchedalmond;
    font-size: larger;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    padding:50px;
    border-radius: 20px;
    margin:80px 0 0 50px;
    }
}
@media(max-width:600px){
#question{
    height:250px;
    width:200px;
    background-color: aliceblue;
    border-radius:20px;
    margin:90px 0px 0px 70px;
    padding:20px;
    font-size:8px;
}
button{
    height:50px;
    width:120px;
    padding: 5px;
    margin: 20px 20px 0 0;
    background-color:#6c757d;
    cursor: pointer;
    color:white;
    border-color:white;
    border-radius: 10px;
    font-family:'Courier New', Courier, monospace;
    font-size: larger;
    font-weight: bolder;
}
.b{
    width:100%;
    height:35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 10px;
    margin: 10px 10px 0 0;
    background-color: #001f3f;
    color:white;
}
button:active{
    background-color: rgb(255, 0, 0);
}
}
