<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: font;
    src: url(../Vazir/Vazir-Bold-FD.ttf);
}
html,body{
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 0;   
direction: rtl;
/* overflow-x: hidden; */
}
body{
    background-color: #f7f7f75c !important;
}
body *{
    text-decoration: none;
    font-family: font;
    list-style: none;
}
.m-question-container{
    width: 70%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 1.5em;
    border: 1px solid #bac4df;
    margin: 3em 15%;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 0px 15px 0px rgba(80, 106, 173, 0.175);
}
.m-question-ele{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    /* border: 1px solid rgb(62 61 147); */
    overflow: hidden;
    border-bottom: 1px solid rgb(187 187 187);
}
.m-question-btn{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 0.8em 1em;
    box-sizing: border-box;
    border: none;
    color: black;
    background-color: transparent;
    cursor: pointer;
}
.m-question-btn .fa{
    transform: rotate(-90deg);
}
.m-question-text{
    width: 100%;
    /* height: 0; */
    float: left;
    display: none;
    flex-direction: column;
    align-items: center;
    /* margin-top: 1em; */
    box-sizing: border-box;
    border-radius: 10px;
    /* overflow: hidden; */
    /* opacity: 0; */
    padding: 1em 1.5em;
}
.m-question-text p{
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 15px;
    line-height: 40px;
    text-align: justify;
    color: rgb(0 0 0 / 54%);
}
.m-question-text p:last-child{
    margin-bottom: 0;
}
.question-title{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5em;
}
.question-title i{
    width: 50px;
    height: 50px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: rgb(83, 109, 175);
    font-size: 25px;
    color: white;
}
.question-title h3{
    margin: 0;
    font-size: 22px;
    margin-top: 0.5em;
}
.qustion-link{
    width: fit-content;
    float: left;
    border-bottom: 1px dashed rgb(83, 109, 175);
    font-size: 15px;
    text-align: center;
    align-self: center;
    padding-bottom: 0.3em;
}
.m-question-img {
    width: 100%;
    height: 65vh;
    float: left;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top:1.5em
}
.m-question-img img {
    width: 100%;
    height: auto;
    float: left;
    object-fit: contain;
}
@media only screen and (max-width:450px){
    .question-title h3 {
        font-size: 20px;
    }
    .m-question-btn {
        font-size: 15px;
    }
    .m-question-text p {
        font-size: 13px;
        line-height: 30px;
    }
    .question-title i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}</pre></body></html>