.activityIcon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #2A2A2A80;
    color: white;
    border-radius: 8px;
    position: relative;
}

.activityIcon img {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.CardOperatorLogo {
    height: 80px;
}

#sliderDots {
    /*width:auto;
    white-space:nowrap;*/
    width: 270px;
}

body.rtl {
    font-family: 'DIN Next LT Arabic' !important;
}

.cardContainer .card-head {
    height: 180px;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-size: cover;
    background-position: center;
}

.loaderwrapper {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0px;
}

[class*="loader-"] {
    display: inline-block;
    width: 2em;
    height: 2em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.loader-01 {
    border: .2em dotted currentcolor;
    border-radius: 50%;
    animation: 1s loader-01 linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

@keyframes loader-01 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filterTable.loading::before {
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    background: rgba(255, 255, 255, 0.3) url("../../img/loader_1.gif") no-repeat 50% 50%;
}

#guidelines .btn-close {
    filter: invert(1);
    opacity: 100;
}

.infoIcon {
    width: 32px;
}

.authority-list {
}

ul.authority-list {
    list-style: none;
    padding-left: 0;
}

body.rtl ul.authority-list {
    padding-right: 0;
}

ul.authority-list li {
    padding-left: 1.5em;
    margin-bottom: 1em;
    position: relative;
}

body.rtl ul.authority-list li {
    padding-right: 1.5em;
}

ul.authority-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-image: url("../../img/icons/bullet.svg");
}

body.rtl ul.authority-list li::before {
    right: 0 !important;
}

.guideline_header {
    background: #F99D1C;
    color: white;
    padding: 30px 20px;
    margin: 20px;
    border-radius: 8px;
}

body.rtl .mirrorInRTL {
    transform: scaleX(-1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../img/icons/chevron_down_green.svg") !important;
}

.accordion-button:focus {
    outline: 0 !important;
}

.guide_doc_download {
    background: #72B6DE;
    border: none;
    color: white;
    padding: 0px;
    cursor: pointer;
}

.guide_doc_download a,
.guide_doc_download a:hover {
    color: white !important;
    text-decoration: none !important;
}

.guide_doc_download:hover {
    background: #0094D7;
    color: white;
}

.accordion-flush > .accordion-item {
    margin: 15px 0px !important;
    border-radius: 6px !important;
}

.accordion-item .accordion-header,
.accordion-item .accordion-button {
    border-radius: 6px !important;
}

.modal-dialog-scrollable .modal-content {
    background: #efefef;
}

.slider {
    margin: 100px auto;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .5;
    transform: scale(0.90);
}

.slick-active {
    opacity: .5;
    transform: scale(0.90);
}

.slick-current {
    opacity: 1;
    transform: scale(1);
}

.message_section {
    padding-bottom: 80px;
    padding-top: 80px;
    /*padding: 30px 80px 80px 80px;*/
}

.message_section h1 {
    font-size: calc(16px + 2vw);
    position: relative;
    top: 150px;
}

.dashLine {
    height: 0.4vw;
    width: 10vw;
    background: white;
    margin: 0px 17px;
    border-radius: 20px;
}

.iarda_btn_white {
    border-radius: 23px;
    padding: 10px 25px;
    font-size: 14px;
    background: white;
    color: #0090E2;
    font-weight: 500;
    border: none;
}

.iarda_btn_white:active {
    background: white !important;
}

.iarda_btn_white:hover {
    background: white;
    color: var(--blue-dark);
}

.applyForOperatorSection {
    color: white;
    background-color: var(--blue-light);
    margin-top: 120px;
}

#sliderTextBox {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.scrollTextContent:not(.scrollTextContent:first-child) {
    display: none;
}

.scrollTextContent h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.discover_places {
    padding-top: 120px;
    padding-bottom: 80px;
}

h1 {
    font-weight: 600;
    font-size: 35px;
}

.operators_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F9F8F8;
}

.operatorIcons img {
    height: 100%;
}

.operatorLogo {
    height: 100px;
    background: white;
    border-radius: 8px;
    padding: 21px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.operatorLogo:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.operatorIcons.largeIconFix .operatorLogo {
    background-size: 40%;
}

.operatorIcons.smallIconFix .operatorLogo {
    background-size: 70%;
}

.lightText {
    color: #838383;
    font-size: 14px;
}

.filterTable {
    position: relative;
    display: table;
    width: 100%;
    /* Adjust width as needed */
    background: white;
    border: 1px solid #D0D5DE;
    border-radius: 6px;
    color: #6D7383;
    font-size: 14px;
}

.filterTable.mobile {
    margin-top: -8px;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion-button:not(.collapsed) {
    border-radius: 6px 6px 0px 0px !important;
    color: var(--primary) !important;
}

.filterTable label {
    position: relative;
    padding-left: 37px;
}

body.rtl .filterTable label {
    padding-right: 37px;
    padding-left: 0px;
}

.filterTable input[type=checkbox] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    accent-color: #007a4c;
    border: 3px solid green !important;
}

body.rtl .filterTable input[type=checkbox] {
    right: -11px;
}

.filterTable .tbl_row {
    display: table-row;
}

.filterTable .tbl_column {
    display: table-cell;
    padding: 15px 20px;
    /* Optional: For cell padding */
}

.filterTable .tbl_column:first-child {
    padding: 15px 0px 15px 20px;
}

body.rtl .filterTable .tbl_column:first-child {
    padding: 15px 20px 15px 0px;
}

.filterTable .tbl_column:last-child {
    text-wrap: nowrap;
    text-align: right;
    vertical-align: top;
}

body.rtl .filterTable .tbl_column:last-child {
    text-align: left !important;
}

.filterTable .tbl_column.tbl_header {
    border-bottom: 1px solid #D0D5DE;
    /* Optional: For cell borders */
    font-size: 16px;
}

a {
    text-decoration: none;
    color: unset;
}

.cardContainer > div {
    margin-bottom: 23px;
}

.card:hover .card-img-top {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.card-img-top,
.card {
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border: none;
    height: 100%;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
}

.card:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.card-body {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
}

.card-head {
    position: relative;
}

.cardImgTitle {
    border-radius: 0px 6px 0px 0px;
    background: rgba(0, 0, 0, 0.60);
    padding: 20px 25px;
    position: absolute;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    bottom: 0px;
}

.clear_btn {
    font-weight: 400;
}

.iarda_card_filter {
    padding: 10px 23px;
    border-radius: 8px;
}

.imgIcon {
    margin-top: -2px;
    width: 16px;
    margin-right: 2px;
}

.card-title {
    font-weight: bold;
}

.card-text {
    line-height: 23px;
}

.hero_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../../img/urumah-bg.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    z-index: -1;
    /* Ensure the background is behind the text */
}

body.rtl .hero_section::before {
}

.hero_section {
    position: relative;
    /*height: 300vh;*/
    width: 100%;
    color: white;
    padding-top: 10vh;
    text-align: center;
    /*padding-left: 7vw;
    padding-bottom: 30vh;*/
}

.mutedParam {
    color: #78858F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
}

.param {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
}

.title_1 {
    font-size: 5vw;
    font-weight: 500;
}

body.rtl .title_1 {
    font-size: 6vw;
}

.title_2 {
    font-size: 11vw;
    font-weight: 600;
    line-height: 90%;
    display: block;
    padding-top: 9px;
}

body.rtl .title_2 {
    line-height: 140%;
}

.title_3 {
    font-size: calc(5px + 1.2vw);
    padding-top: 6vh;
    letter-spacing: 5px;
    font-weight: bold;
}

body.rtl .title_3 {
    letter-spacing: unset;
}

.hero_footer {
    font-size: 25px;
    color: white;
    display: inline-block;
    padding-right: 7vw;
    padding-top: 8vw;
}

body.rtl .hero_footer {
    padding-left: 7vw;
    padding-right: unset;
}

.social_media_box a {
    filter: brightness(100);
}

.activities {
    /*padding: 10px 7vw;*/
}

.hero_footer .message {
    font-size: calc(14px + 0.5vw);
    font-weight: bold;
    margin-right: 0.8vw;
}

.hero_footer .imgIcon {
    width: 1.8vw;
    min-width: 20px;
}

#artwork_start {
    padding-top: 120px;
}

@media (max-width: 992px) {
    .applyForOperatorSection {
        padding-top: 20px !important;
    }

    .hero_section {
        background-position-y: -60px;
    }

    .message_section h1 {
        font-size: calc(16px + 2vw);
        top: 30px;
        /*margin-top: 200px;*/
        padding-top: 0px;
    }

    #artwork_end {
        margin-top: -22vw;
    }

    #artwork_start {
        padding-top: 0px;
    }

    .message_section h1 {
        font-size: calc(16px + 3.4vw);
    }
}

@media (max-width: 500px) {
    .message_section h1 {
        padding-top: 200px;
    }

    body.rtl .message_section h1 {
        padding-top: 85px;
    }
}

.wmax500 {
    max-width: 500px;
}

.wmax250 {
    max-width: 250px;
}