@font-face {
    font-family: IranSans;
    src: url(../fonts/IRANSANS/woff2/IRANSansWeb.woff2) format(woff2);
}

body{
    font-family: IranSans;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: linear-gradient(0deg, #76c6ff40 0%, #76c6ff4a 100%); */
    /* background: linear-gradient(136deg, rgba(255 255 255 / 27%) -0.29%, rgba(132, 132, 132, 0.40) 118.81%);
    backdrop-filter: blur(15px); */
    background-color: rgb(230, 230, 230);
    min-height: 100svh;
    padding-bottom: 20px;
}

section{
    border: 2px solid #2e3e99;
    border-radius: 20px;
    padding: 40px 20px;
    width: 70vw;
    min-height: 90svh;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40px -15px rgb(0, 0, 0);
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.231); */
    /* background-image: linear-gradient(0deg, #76c6ff76 0%, #76c6ff76 100%); */
    background-color: rgb(224, 224, 224);
}

section>div.postion-absolute{
    position: absolute !important;
    border: 2px solid #2e3e99;
    border-radius: 20px;
    padding: 10px;
    top: -90px;
    left: 50%;
    transform: translate(-50%,50%);
    background-color: rgb(230, 230, 230);
    font-size: 30px;
    z-index: 1000;
    max-width: 100%;
    @media only screen and (max-width: 768px){
        top: -60px !important;
    }
}

section>div.postion-absolute p{
    margin: 0px;
    font-weight: bold;
    white-space: nowrap;
    @media only screen and (max-width: 768px){
        font-size: 17px !important;
    }
}
.question{
    position: relative;
    border: 1px solid black;
    border-radius: 20px;
    /* min-height: 200px; */
    height: max-content;
    background-color: rgb(230, 230, 230);
}

.shoraLogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17%;
    opacity: .1;
}

.question label{
    position: absolute;
    border: 1px solid black;
    border-radius: 20px;
    top: -35px;
    right: 35px;
    padding: 5px;
    transform: translate(0%, 50%);
    z-index: 1000;
    background-color: rgb(230, 230, 230);
}

.question input, .question p{
    /* min-height: 200px; */
    resize: none;
    border: none;
    padding: 10px;
    background: transparent;
    padding-block: 30px;
    text-align: center;
}

.question input::-webkit-scrollbar{
    width: 2px;
}

.question input:focus-visible{
    border: 0px;
    outline: 0px;
}

.question button{
    padding: 2px 50px;
    border: 1px solid black;
    border-radius: 20px;
    background-color: rgb(230, 230, 230);
    position: absolute;
    bottom: -15px;
    left: 35px;
}

.newPageBtn{
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 20px;
    background-color: rgb(230, 230, 230);
}
