﻿@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;800&family=Roboto:wght@100;300;400;500;700&display=swap');

html {
    unicode-range: U+0600-06FF;
}

    html, html[dir="rtl"], [dir="rtl"] {
        direction: rtl;
    }

        html[dir="ltr"], [dir="ltr"],
        .dnnModuleDialog {
            direction: ltr;
        }

body {
    font-family: "Tajawal", sans-serif !important;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
.pagination-section .page-item, .pagination-section .page-item .page-link {
    font-family: "Tajawal", sans-serif;
    font-weight: bold;
}

.font-regular {
    font-weight: normal;
}

.font-light {
    font-weight: 300;
}

.font-medium, .btn-outline-grey {
    font-weight: 500;
}
#tableMarketWatch tbody td {
    font-weight: 700;
}

[dir="ltr"], [lang="en"] {
    font-family: "Roboto", sans-serif !important;
}

.bi-arrow-right-short::before,
.bi-arrow-left-short::before,
.bi-chevron-right::before {
    transform: rotateZ(180deg) !important;
}

.bi-box-arrow-up-right::before,
.bi-telephone::before {
    transform: rotateZ(270deg) !important;
}

.fa.fa-wheelchair,
.fa.fa-eye,
.fa.fa-eye-slash,
.fa.fa-search-plus,
.fa.fa-search-minus,
.fa.fa-search-undo,
.fa-arrow-left,
.fa-arrow-right,
.bi-search::before {
    transform: scaleX(-1);
}

.contentRight {
    text-align: left;
}

.btn-brand:hover,
.btn-brand:focus {
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 20%);
}

.market-head, .cbfs-menu .nav-link {
    font-weight: bold;
}

.overlay {
    right: 0;
}

.section-button {
    text-align: left;
}

.main-heading .viewAllBtn {
    float: left;
}

.main-heading h2 img {
    margin-left: 0.75rem;
}

.header-top-part a.lang-btn {
    border-right: 1px solid #CCC;
    margin-left: 0.5rem;
}

.headerIconBorder-left {
    border-right: solid 1px #c6c6c6;
}

.headerIconBorder-right {
    border-left: solid 1px #c6c6c6;
}

.lang-icon button.dropdown-toggle::after {
    margin-right: 0.5rem;
}

.search-icon {
    left: 0.5rem;
}

.sensex-card {
    border-left: 1px solid #d7d8d6;
}

.sensex-icon.sensex-down i {
    transform: rotate(-180deg);
}

.socialIcons a {
    margin-right: 0.5rem;
}

.header.fixed {
    box-shadow: 1px 3px 5px 0px rgb(0 0 0 / 20%);
}

.modalCloseIcon {
    left: -3rem;
}

.card .table tr td.text-end,
.card .table tr th.text-end,
.dateRow {
    text-align: right !important;
}

.dnnFormPopup .ui-dialog-titlebar {
    text-align: left;
}

.dnnFormPopup .dnnModalCtrl a.dnnToggleMax {
    font-size: 0;
}

.scrollableTableWithFixedHeader table thead tr th:last-child {
    border-top-left-radius: 1rem;
}

/*
.dnnEditState .ui-dialog .ui-dialog-title {
    float: right;
}
.dnnLeft {
    float: right;
}
.dnnRight {
    float: left;
}
.dnnForm .dnnFormItem {
    text-align: right;
}
*/
@media all and (max-width: 1199px) {
    .navbar-toggler {
        text-align: left;
    }
}

@media all and (max-width: 767px) {
    .footer-menu-block h4 {
        margin-left: 2rem;
    }

    .footer-menu-block > ul:before {
        left: 0.5rem;
    }
}

/* Rakesh Added to sticky the left Column */
@media all and (max-width: 767px) {
    .sticky-col {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        min-width: 5rem;
    }

        .sticky-col:first-child {
            left: 0;
        }

        .sticky-col:nth-child(2) {
            left: 5rem;
        }

    .sticky-col:first-child {
        left: auto;
        right: 0;
    }

     .sticky-col:nth-child(2) {
        left: auto;
        right: 5rem;
    }

    th.sticky-col {
        z-index: 2;
        background-color: #861F41;
    }

    td.sticky-col {
        z-index: 1;
        background-color: #FFF;
    }

    .scrollableTableWithFixedHeader table thead {
        z-index: 2;
    }
}
/* End */


/*# sourceMappingURL=stylesAr.css.map */
