@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap');

html,
body,
h1, h2, h3, h4, h5, h6,
p, span, label, div,
button, input, textarea, select {
    font-family: 'IBM Plex Sans Arabic', Arial, sans-serif !important;
}

body {
    background: #f5f7fb !important;
    direction: rtl;
}

.question-container {
    max-width: 900px;
    margin: 0 auto 35px auto !important;
    text-align: right !important;
}

.question-title-container,
.question-text,
.ls-label-question {
    text-align: right !important;
    font-weight: 600;
}

.group-title,
.survey-name {
    text-align: center !important;
    font-weight: 700;
}

.group-description,
.survey-description {
    text-align: center !important;
    line-height: 1.9;
}

.logo-container,
.navbar-brand {
    display: block !important;
    text-align: center !important;
    float: none !important;
    margin: 20px auto !important;
    width: 100% !important;
}

.logo-container img,
.navbar-brand img {
    max-height: 95px !important;
    width: auto !important;
    display: inline-block !important;
    margin: 0 auto !important;
}
.logo-container img,
.navbar-brand img {
    max-height: 260px !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;

}
.navbar,
.top-container,
.logo-container {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

.logo-container img,
.navbar-brand img {
    max-height: 120px !important;
    margin: 5px auto !important;
}

.top-container {
    height: auto !important;
}
/* تكبير صورة اللوغو داخل الهيدر */
img.logo,
img.navbar-logo,
.navbar-brand img,
.logo-container img,
.header-logo img,
#survey-logo img,
img[src*="logo"] {
    height: 190px !important;
    max-height: none !important;
    width: auto !important;
    object-fit: contain !important;
}
#navigator-container,
.navigator,
.submit-btn-container {
    display: flex !important;
justify-content: flex-end !important;
padding-right: 40px !important;
direction: ltr !important;
}

#ls-button-submit {
    width: 170px !important;
    height: 52px !important;
    font-size: 20px !important;
    border-radius: 10px !important;
}
#ls-button-submit {
    margin-right: 250px !important;
}
.survey-name,
.group-title h1,
h1 {
    font-size: 22px !important;
}
.survey-name {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.1 !important;
}

.survey-description {
    margin-top: -15px !important;
    padding-top: 0 !important;
}

.group-container {
    padding-top: 0 !important;
    margin-top: -20px !important;
}
.survey-description p:first-child {
    margin-top: -18px !important;
}