/*
Theme Name: Simple RTL Theme
Author: Shj
Description: قالب ووردبريس بسيط RTL لاستبيانات
Version: 1.0
Text Domain: simple-rtl-theme
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
.ah-survey-front, .ah-survey-footer-widget{
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 16px;
    line-height: 35px;
}
.ah-survey-front .ah-survey-front-description, .ah-survey-front .ah-survey-front-end-message{
    line-height: 35px;
}
body {
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    background-color: #fef8f1; line-height: 35px;
}
.button-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;
    margin: auto;
}
.button-grid a {
    display: block;
    background-color: #986e38;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}
.button-grid a:hover{ opacity: 0.8}

.logo{ margin-bottom: 30px;}
.shead h1{}
.shead p{}
.sbox {
    box-shadow: 0 1px 14px rgba(190, 211, 242, .35);
    padding: 35px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 80%;
    margin: 50px auto 0;
}
.suhead {
    border-bottom: 1px solid #ddd;
    position: relative;
    display: block;
    margin: -30px -30px 30px;
    padding: 15px;
}
.sucont{ padding: 0 30px 30px; overflow: hidden; display: block;}
.ah-survey-front .ah-survey-progressbar .ah-survey-progressbar-color{
    background: #986e38;
}
.ah-survey-front .ah-survey-front-title{
    border-color:  #986e38;
}
.ah-btn-outline-primary{
    color: #000;
    border-color: #000; background-color: #fff;
}
.ah-btn-outline-primary:hover {
    background: #986e38;
    border-color: #986e38;
}

.btn-primary{
    background: #986e38;
    border-color: #986e38;
}
.ah-btn-outline-primary:not(:disabled):not(.disabled):active, .ah-btn-outline-primary:not(:disabled):not(.disabled).active, .show>.ah-btn-outline-primary.dropdown-toggle{
    background: #986e38;
    border-color: #986e38;
}
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-question-buttons .ah-btn{
    float: unset; display: inline-block;
}
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-type {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.ah-survey-front .ah-survey-questions-list>li.ah-survey-question .ah-survey-question-title {
    font-weight: 700;
    padding: 10px 15px;
}
@media (max-width: 768px) {
    .sbox {
        padding: 0;
        max-width: 100%; margin: auto;
    }
    .suhead {
        margin: 30px;
    }
    .sucont{ padding: 0}
    .ah-survey-front .ah-survey-front-description, .ah-survey-front .ah-survey-front-end-message{ padding: 12px;}
    .ah-survey-front, .ah-survey-footer-widget{ font-size: 14px;}
    .ah-survey-front .ah-survey-front-description, .ah-survey-front .ah-survey-front-end-message {
        line-height: 30px;
    }
}