.iconContainer {
    position: absolute;
    bottom: 15px;
}

.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;
}

.parameters {
    display: inline-flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: var(--spacing-md, 16px);
}

.parameters .param {
    color: #EF9700;
    font-size: 14px;
    border-radius: 6px;
    background: #FFF3E3;
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    gap: var(--spacing-md, 16px);
}

.parameters .param img {
}

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

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: 70px;
}

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

.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;
}

.operatorLogo {
    width: 250px;
    bottom: 0px;
    background-color: #fff;
    border-top-left-radius: 8px;
    position: absolute;
    border-top-right-radius: 8px;
    height: 100px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

#iframeContainer iframe {
    width: 100% !important;
    height: 300px !important;
    border-radius: 8px;
}

#activityBanner {
    height: calc(120px + 8vw);
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
}

@media (max-width: 576px) {
    #activityBanner {
        border-radius: 0px !important;
    }
}

.book {
    border-radius: 8px;
    background: #FED36F;
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 30px;
    flex-wrap: wrap;
    z-index: 100;
}

.book > h4 {
    font-size: calc(15px + 0.4vw);
    color: black;
}

.book > div {
    font-size: calc(14px + 0.2vw);
    text-align: center;
}

.slider {
    margin: 50px 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);
}

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

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

.parameters {
    display: inline-flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    gap: var(--spacing-md, 16px);
}

.parameters .param {
    color: #EF9700;
    font-size: 14px;
    border-radius: 6px;
    background: #FFF3E3;
    display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    gap: var(--spacing-md, 16px);
}

.parameters .param img {
}

.activityDetails {
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: bootstrap-icons !important;
    content: "\f285";
    font-weight: 800;
    color: black;
}

.breadcrumb {
    font-size: 14px;
    margin: 0px;
}

.breadcrumb_container {
    position: sticky;
    z-index: 1021;
    top: 80px;
    background-color: white;
    border-top: 1px solid #D0D5DE;
    box-shadow: 0px 24px 36px 0px rgba(0, 0, 0, 0.1);
}

.navbar {
    box-shadow: none;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

body.rtl .breadcrumb-item + .breadcrumb-item::before {
    transform: scaleX(-1);
    padding-left: 0;
    padding-right: 8px;
}

h1,
h3 {
    color: black;
}

.map-iframe {
    border: 0;
}