html,
body {
    font-family: 'Tajawal', sans-serif;
    background: #FAFAFA;
    color: #363636;
    direction: rtl;
    text-align: right;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.main-info-container {
    float: right;
    width: 100%;
}

.main-video-container {
    float: right;
    width: 100%;
    padding: 0 10px;
}

.bold {
    font-weight: 700;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-main #select-location-btn {
    border-radius: 25px;
    min-width: 236px;
    height: 50px;
    background-color: #25BFBF;
    border-color: #25BFBF;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 700;
}

#select-location-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.45;
}

.select-location-disable-note {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    display: none;
    font-size: 18px;
    font-weight: 700;
}

.btn-sscaid {
    border-radius: 31px;
    width: 236px;
    height: 61px;
    background-color: #FFFFFF14;
    border-color: #FFFFFF83;
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
    color: #fff;
}

.page-main .disclaimer {
    color: #fff;
}

.modal-header {
    background-color: #F8F8F8;
    min-height: 63px;
}

.modal-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.admin-link {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding-right: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #ccc;
    display: block;
    color: #3E3E3E;
    text-decoration: none;
    text-align: right;
}

.admin-link:hover {
    text-decoration: none;
    color: #25BDBD;
}

.admin-link:last-child {
    border-bottom: 0;
}

.modal-header .close {
    position: absolute;
    left: 0;
    font-size: 42px;
    font-weight: 100;
    padding: 15px 15px 7px 15px;
}


.header {
    background: transparent linear-gradient(270deg, #114D66 0%, #165D72 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    height: 84px;
}

.header-mouneh-logo {
    width: 100px;
    text-align: right;
    color: #fff;
    text-decoration: none;
}

.header-mouneh-logo:hover {
    text-decoration: none;
    color: #fff;
}

.disclaimer {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    background: transparent linear-gradient(270deg, #114D66 0%, #165D72 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 13px;
}

.footer hr {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .copyright {
    opacity: 0.8;
}

.logo {
    margin-top: 15px;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.underheader {
    font-size: 14px;
    height: 50px;
    line-height: 14px;
    padding-top: 20px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.underheader .btn-style-1 {
    margin-top: -10px;
}

.underheader2 {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 18px;
}

.underheader2 b {
    display: block;
    margin-bottom: 12px;
}

.underheader2 p {
    margin-bottom: 0;
}

.row-header {
    background: #ececec;
    height: 46px;
    padding-top: 16px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.location-select-row {
    background: #ececec;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

.location-select-row select {
    height: 20px;
    direction: rtl;
}

.select2-container--default .select2-selection--single {
    height: 36px;
    padding-top: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 0;
}

.option-col {
    padding-left: 10px;
    padding-right: 10px;
}

.option-col > a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    height: 190px;
    margin-bottom: 11px;
    color: #363636;
    text-decoration: none;
    transition: 0.28s all ease;
    position: relative;
}

.option-col > a:hover {
    border-color: #25BFBF;
    color: #25BFBF;
}

.option-col .img-container {
    width: 50px;
    height: 190px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.option-col .content-container {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 70px;
    padding-left: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.option-col h3 {
    color: #14546C;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    width: 100%;
    text-align: right;
}

.option-col p {
    color: #6F6F6F;
    font-size: 15px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.option-col .note {
    color: #A7A7A7;
    font-size: 13px;
    text-align: right;
    margin-top: 5px;
}

.option-col .top-note {
    color: #E10B18;
    font-size: 12px;
    background: #fff;
    box-shadow: 0px 0px 4px #00000029;
    border-radius: 4px 0px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    display: none !important;
}

.btn-style-1 {
    background: #FAFAFA;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    color: #15596F;
    font-size: 13px;
    height: 30px;
    line-height: 13px;
    padding: 10px 19px 7px 20px;
}

.btn-style-1:hover {
    background: #15596F;
    color: #FAFAFA;
}

.inner-option-col {
    padding-left: 5px;
    padding-right: 5px;
}

.inner-option-col > a {
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    height: 120px;
    margin-bottom: 11px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #363636;
    text-decoration: none;
    transition: 0.28s all ease;
}

.inner-option-col > a:hover {
    border-color: #25BFBF;
    color: #25BFBF;
}

.inner-option-col img {
    margin: 0 auto;
}

.inner-option-col span {
    font-size: 14px;
    margin-top: 7px;
}

.inner-option-col span + span {
    font-size: 10px;
    margin-top: -1px;
    opacity: 0.8;
}

body.details-page {
    background: #fff;
    min-height: 100vh;
}

body.country {
    background: #fff;
}

body.details-page .main-container {
    min-height: 100vh;
}

.action-btn {
    border-radius: 25px;
    min-width: 300px;
    height: 50px;
    background-color: #00BCD4;
    border-color: #00BCD4;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 700;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.action-btn:not(:disabled):not(.disabled).active,
.action-btn:not(:disabled):not(.disabled):active,
.show > .action-btn.dropdown-toggle {
    background-color: #00BCD4;
    border-color: #00BCD4;
    outline: 0;
}

.action-btn img {
    margin-right: 11px;
}

.action-btn.whatsapp-button {
    background-color: #4CAF50;
    border-color: #4CAF50;
    direction: ltr;
}

.back-btn {
    display: block;
    cursor: pointer;
    color: #14576E;
}

.details-back-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #13526A;
}

.details-back-btn img {
    margin-right: 12px;
}

.app-image {
    margin-bottom: 0;
    margin-top: 100px;
}

.app-desc {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 75px;
    margin-top: 10px;
}

.app-note {
    font-size: 18px;
    margin-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.action-btn {
    margin-bottom: 14px;
    color: #fff !important;
}

.action-btn.android-download {
    background-color: #13556C;
    border-color: #13556C;
}

.action-btn.ios-download {
    background-color: #25BFBF;
    border-color: #25BFBF;
}

.inner-option-col:not(.call-center):before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 5px;
    width: 35px;
    height: 18px;
    background: url(../images/playstore.svg) no-repeat center;
    background-size: contain;
    opacity: 0.17;
}

.inner-option-col:not(.call-center):after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 5px;
    width: 35px;
    height: 20px;
    background: url(../images/appstore.svg) no-repeat center;
    background-size: contain;
    opacity: 0.17;
}

.inner-option-col:not(.call-center) > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 85px;
    left: 5px;
    width: 35px;
    height: 17px;
    background: url(../images/website.svg) no-repeat center;
    background-size: contain;
    opacity: 0.17;
}

.inner-option-col.add:after,
.inner-option-col.add:before,
.inner-option-col.add > a:after {
    display: none;
}


.inner-option-col.android:before {
    opacity: 0.8;
}

.inner-option-col.ios:after {
    opacity: 0.8;
}

.inner-option-col.web > a:after {
    opacity: 0.8;
}

a[href^="tel:"] {
    white-space: nowrap;
    font-size: 17px;
    direction: ltr;
}

img[src="./assets/images/phone.svg"] {
    height: 60px;
}

img[src="./assets/images/call-center.svg"] {
    height: 48px;
}

img[src="./assets/images/store.svg"] {
    height: 45px;
}

.no-apps {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

.th-name {
    white-space: nowrap;
    min-width: 150px;
}

.th-phone {
    white-space: nowrap;
}

.th-area {
    white-space: nowrap;
}

.th-loc {
    white-space: nowrap;
    min-width: 200px;
}

.table {
    font-size: 15px;
}

.infographics-link {
    font-size: 14px;
    color: #fff;
}

.infographics-link:hover {
    color: #fff;
}

.complaints {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
}

.complaints span {
    font-size: 17px;
}

.add-your-app {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    font-size: 13px;
}

.add-your-store {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    font-size: 13px;
}

.send-to-aw-email {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
}

.send-to-aw-email a {
    color: inherit;
}

.title-crop {
    white-space: nowrap;
    width: calc(100% - 60px);
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    line-height: 20px;
    position: relative;
    top: -2px;
}

sup[new]{
    color: red;
}

/* desktop */
@media only screen and (min-width: 768px) {
    .main-info-container {
        width: 50%;
    }

    .main-video-container {
        width: 50%;
    }

    .underheader {
        font-size: 18px;
    }

    .underheader2 {
        font-size: 17px;
    }

    .option-col h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .option-col p {
        font-size: 16px;
    }

    .option-col .note {
        font-size: 15px;
        margin-top: 8px;
    }

    .option-col .top-note {
        font-size: 13px;
    }

    .footer .arabiaweather-team {
        width: 50%;
        float: right;
    }

    .footer .arabiaweather-team a {
        float: right;
        position: relative;
        top: -8px;
    }

    .footer .copyright {
        width: 50%;
        float: right;
    }

    .footer .copyright .col.text-center {
        text-align: left !important;
    }

    .footer hr {
        display: none;
    }
}
