@font-face {
    font-family: Lato;
    src: url("clientlib-l3/resources/webfonts/Lato-Regular.ttf");
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

li.listContent-li {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

p.listContent-prefixType {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.06em;
    padding-right: 5px;
    color: #121212;
}

.listContent-container {
    width: 100%;
}

h4.listContentModel-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000;
}

div.location-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

p.location-get-direction {
    color: #7A35B0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

p.location-get-direction:hover {
    cursor: pointer;
    opacity: 80%;
}

p.location-details {
    color: #454545;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
}

ul.location-list {
    margin: 0;
    padding-left: 16.85px;
    width: calc(100% - 20px);

}

li.location-item {
    margin-bottom: 6px;
}

ul.location-list > li.location-item:last-child {
    margin-bottom: 0;
}

p.location-map {
    width: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.openingHours-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

li.openingHours-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

div.openingHours-details-date,
div.openingHours-details-time {
    width: 50%;
    color: #454545;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

div.openingHours-details-time {
    text-align: right;
}

ul.openingHours-list {
    width: calc(100% - 20px);
    margin: 0;
    padding-left: 16.85px;
}

p.openingHours-clock {
    width: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.terminalAccordion-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.terminalAccordion-details-left {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    align-items: center;

}

h4.terminalAccordion-details-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;

    letter-spacing: 0.06em;
    text-transform: uppercase;

    color: #121212;
}

p.terminalAccordion-details-separator {
    padding: 4px 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;

    color: #121212;
}

p.terminalAccordion-details-status {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    color: #CC1000;
}

p.terminalAccordion-details-status-Open {
    color: #008545;
}

p.terminalAccordion-details-right-up-icon,
p.terminalAccordion-details-right-down-icon {
    color: #7a35b0;
}

p.terminalAccordion-details-right-up-icon:hover,
p.terminalAccordion-details-right-down-icon:hover {
    cursor: pointer;
    opacity: 50%;
}

div.terminalAccordion-separator {
    padding: 25px 0;
}

div.terminalAccordion-separator > hr {
    border: 1px solid #E5E5E5;
}

p.button-name {
    border: 2px solid #7A35B0;
    border-radius: 60px;
    padding: 10px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7A35B0;
    text-align: center;
    letter-spacing: 0.2px;
}

p.button-name:hover {
    cursor: pointer;
    opacity: 80%;
}
div.tagComponent-container {
    display: flex;
    flex-wrap: wrap;
}

p.tagComponent-name {
    letter-spacing: -0.3px;
    border: 1px solid #D5BBEA;
    border-radius: 8px;
    padding: 6px 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #7A35B0;
    text-align: center;
}

p.tagComponent-name:last-child {
    margin-right: 0;
}

p.tagComponent-name:hover {
    cursor: pointer;
    opacity: 80%;
}
div.announcement-container {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    border-radius: 8px;
}

p.announcement-icon {
    max-width: 10%;
    font-size: 20px;
    line-height: 20px;
    padding-right: 14px;
}

p.announcement-content {
    max-width: 90%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
}

@media (prefers-color-scheme: dark) {
  p.announcement-content {
    color: #202020;
  }

  p.announcement-icon {
      color: #202020;
  }
}

.lst-card-tenant {
    position: relative;
    height: 225px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.container-tenant {
    display: inline-block;
    width: 190px;
    margin-right: 19px;
}

.tenant-img {
    height: 116px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 43.14%;
}

.tenant-img img {
    border-radius: 16px 16px 0 0;
    width: 190px;
    height: 116px;
}

.card-tenant {
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(18, 18, 18, 0.08);
    border-radius: 0 0 16px 16px;
    height: 88px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.tenant-name {
    width: 195px;
    /*height: 14px;*/
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #7A35B0;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 12px 12px 8px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-title {
    width: 195px;
    /*height: 20px;*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #121212;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.validity-date {
    width: 195px;
    /*height: 16px;*/
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #454545;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 14px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 8px;
    gap: 4px;
    position: absolute;
    width: 58px;
    height: 24px;
    top: 0;
    background: #0057B8;
    border-radius: 4px;
    margin-left: 8px;
    margin-top: 8px;
}

.promo-text {
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 5px 8px;*/
    width: 42px;
    height: 14px;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    color: #FFFFFF;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-transform: uppercase;
}
* {
    box-sizing: border-box
}

body {
    margin: 0;
}


/* Slideshow container */

.slideshow-container {
    position: relative;
    margin: auto;
}

/* Hide the images by default */

.mySlides {
    display: none;
}


/* Number text (1/3 etc) */

.numberpopup {
    position: absolute;
    background: rgba(18, 18, 18, 0.8);
    border-radius: 16px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    display: flex;
    width: 51px;
    height: 28px;
    right: 12px;
    bottom: 12px;
}

.logopopup {
    position: absolute;
    background: #000;
    border-radius: 99px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    display: flex;
    width: 80px;
    height: 80px;
    left: 16px;
    bottom: 12px;
}

.numbertext {
    padding: 17px;
    color: #F7F7F7;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    width: 19px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
p.button-name-v3 {
    border-radius: 60px;
    padding: 10px 0;
    background: linear-gradient(281.74deg, #8A2AA2 17.2%, #7A35B0 85.13%);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-align: center;
    letter-spacing: 0.2px;
}
.valid-box-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    gap: 10px;
    width: 182px !important;
    height: 30px;
    border: 1px solid #D5BBEA;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.valid-content {
    width: 158px;
    height: 18px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #7A35B0;
    flex: none;
    order: 1;
    flex-grow: 0;
}
.infor-banner-container {
    background: #ECE0F5;
    border-radius: 16px;
    display: flex;
    padding: 20px 8px;
}

.infor-banner-icon img {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 5px;
}

.infor-banner-description {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 4px;
}

.infor-banner-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #121212;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.infor-banner-subcopy {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #121212;
    height: 36px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.infor-banner-link {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.infor-banner-link a {
    color: #7A35B0;
    text-decoration: none;
}
.list-attractions-container {
    background: #F7F7F7;
    height: 314px;
    max-width: 100%;
}
.title-attraction {
    height: 22px;
    padding-left: 25px;
    padding-top: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #121212;
}
.list-attractions {
    padding-top: 62px;
    padding-left: 25px;
    margin: 0;
    cursor: grab;
    overflow: auto;
    display: flex;
    overflow: scroll;
}
.list-attractions::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.list-attractions {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.attraction-container {
    padding: 0 6px;
}
.image-attraction img {
    position: relative;
    bottom: 40px;
    border-radius: 12px;
    height: 80px;
    width: 133px;
    margin: 0 12px;
}
.content-attraction {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 157px;
    height: 126px;
    background: #FFFFFF;
    box-shadow: 0 6px 20px rgba(18, 18, 18, 0.08);
    border-radius: 16px;
}
.name-attraction {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #121212;
    flex: none;
    order: 0;
    flex-grow: 0;
    bottom: 66px;
    position: relative;
    padding: 32px 12px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
.location-attraction {
    width: 133px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 16px 12px 0;
    position: relative;
    bottom: 84px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
p.button-name-fixed {
    border-radius: 60px;
    background: linear-gradient(281.74deg, #8A2AA2 17.2%, #7A35B0 85.13%);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin: 17px 24px 37px;
    padding: 10px 85px;
    letter-spacing: 0.2px;
}

.button-container-fixed {
    background: #FCFCFC;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
    position: fixed;
    height: 97px;
    margin: 0;
    bottom: 0;
}

.button-container-v4 {
    width: fit-content;
}

.button-container-upload {
    width: 285px;
}

p.button-name-v4 {
    border: 2px solid #7A35B0;
    border-radius: 60px;
    padding: 10px 22px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7A35B0;
    text-align: center;
    letter-spacing: 0.2px;
}

p.button-name-upload {
    border: 2px solid #7A35B0;
    border-radius: 60px;
    padding: 10px 22px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #7A35B0;
    text-align: center;
    letter-spacing: 0.2px;
}
p.image-caption {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
    word-wrap: break-word;
}
ol.cmp-tabs__tablist {
    flex-wrap: nowrap;
    overflow-x: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ol.cmp-tabs__tablist::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ol.cmp-tabs__tablist {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

li.cmp-tabs__tab {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;

}

li.cmp-tabs__tab--active {
    color: #7A35B0;
    border-bottom: none;
}

li.cmp-tabs__tab--active::after {
    content: "";
    display: block;
    border: 2px solid #7A35B0;
    border-radius: 56px;
}
