* {
    font-family: 'Inter', sans-serif;
    scroll-padding-top: 25px;
    text-underline-offset: 5px;
}

.code {
    font-family: 'Fira Mono', monospace;
    padding: 2px 6px;
    background-color: #00000080;
    color: #cfcfcf;
    display: inline;
    margin: 0;
}

.material-symbols-outlined.check {
    position: static;
    margin-right: 10px;
    border: none;
    padding: 0px;
}

.material-symbols-outlined.err {
    position: static;
    margin-right: 10px;
    border: none;
    padding: 0px;
}

.para.learn {
    display: inline;

}

#container {
    margin: auto;
    max-width: 1080px;
}

* {
    box-sizing: border-box;
}

body {
    padding: 30px;
    justify-content: center;
    margin: 0;
    background-color: #01111a;
}

.logo {
    width: 50px;
    padding: 5px;
    /* box-shadow: inset -1px 0px 0px 0px rgba(207, 230, 243, 0.767); */
}

input,
select {
    box-sizing: border-box;
    /* display: block; */
    border-radius: 5px;
    /* outline: none; */
    padding: 15px 20px;
    border: none;
    background-color: #ffffff1f;
    color: white;
    font-size: 16px;
    width: 100%;
    margin-top: 5px;

}

input:disabled{
    opacity: 0.7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000000000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
    background-color: #26343B;
}

select option {
    background-color: #26343B;
    color: white;
}

.code.suck {
    word-break: break-all;
    margin-top: 2px;
    display: inline-block;
}

.input-wrap{
    position: relative;
}
.material-symbols-outlined.close:hover{
    background-color: #ffffff25;
}
.material-symbols-outlined.close{
    cursor: pointer;
    position: absolute;
    top: 10px;
    font-size: 20px;
    right: 10px;
    left: auto;
    border: none;
    padding: 10px;   
}
.clear-btn{
    display: none;
}
.btn-wrap{
    display: flex;
    gap: 10px;
}
.btn{
    flex-grow: 1;
}
.material-symbols-outlined.restart{
    position: static;
    border: none;
    border-radius: 0;
    /* color: #000; */
    font-size: 25px;
}
.btn.btnres{
    padding-left: 30px;
    padding-right: 30px;
    flex-grow: 0;
    background-color: #26343B;
}
.success-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    background-color: #00471e;
    padding: 10px 15px;
    border-radius: 10px;
    border-left: #0000006b 15px solid;
}

.error-wrapper {
    display: flex;
    align-items: center;
    margin-top: 15px;
    background-color: #ff000069;
    padding: 25px 15px;
    border-radius: 10px;
    border-left: #0000006b 15px solid;
}


.suc {
    margin: 0px;
    justify-content: baseline;
    font-size: 18px;
    color: #ffffff;
}


/* button:focus{
    outline:rgb(0, 204, 255) solid 3px ;
} */

input:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
    outline: rgb(0, 204, 255) solid 2px;
}

input:user-invalid {
    outline: red solid 2px;
}

.drop {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: relative;

}

html {
    scroll-behavior: smooth;
}

select {
    width: 100%;
    height: 100%;
    z-index: 10;
    position: relative;

}

.drop::after {
    content: "↓";
    color: white;
    /* font-size: 1rem; */
    top: 20px;
    right: 20px;
    position: absolute;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
}


.nav {
    width: 100%;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    background-color: #00667438;
    max-width: 1080px;
    margin: 0px auto;
    margin-bottom: 50px;
    border-radius: 20px;
    position: relative;
}

label {
    font-size: 16px;
    color: #64a3ff;
    margin-bottom: 0px;
}

.wrapper {
    align-items: stretch;
    max-width: 1080px;
    justify-content: stretch;
    background-color: #ffffff07;
    margin: 0px auto;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.089);
    ;
    border-radius: 20px;
    padding: 35px 55px 60px 60px;
    padding-bottom: 55px;
}

.header {
    font-size: 35px;
    text-align: left;
    max-width: 1080px;
    color: white;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.para {
    color: #cfcfcf;
    font-size: 18px;
}

.field {
    margin-bottom: 20px;
    width: 100%;
}

.material-symbols-outlined {

    color: white;
    position: absolute;
    left: 30px;
    border: #fff solid 1px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    
}


.btn {
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 11px;
    /* text-decoration: none; */
    border: none;
    outline: none;
    background-color: #1972f5;
    transition: all 150ms ease-in-out;
}

.btnhov:hover {
    background-color: transparent;
    color: #1972f5;
    box-shadow: inset 0px 0px 0px 1px #1972f5;
}

.header2 {
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    /* margin-bottom: 50px; */
    font-weight: bold;
    /* font-size: 20px ;  */
}

.link {
    color: #64a3ff;
    text-decoration: underline;
}

.center {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* justify-content: center; */
}

.mar {
    margin: 0px;

}

.wrapper.two.man {
    padding: 35px;
}

.link.green {
    color: #00D26A;
}

.wrapper.two {
    margin-top: 25px;
}

@media only screen and (max-width: 520px) {

    body {
        padding: 30px 15px;
    }

    .wrapper {
        padding: 35px;
    }

    .suc {
        font-size: 16px;
    }

    .header {
        font-size: 28px;
    }

    .para {
        font-size: 16px;
    }
    .header2{
        font-size: 20px ; 
    }
    .material-symbols-outlined{
       font-size: 16px !important;  
       left: 20px;
    }
    .logo {
        width: 40px;
        padding: 5px;
        /* box-shadow: inset -1px 0px 0px 0px rgba(207, 230, 243, 0.767); */
    }
    
}