body {
    margin: 0;
}

h1,h2,h3,h4,h5,h6,li,lo,p,a,button,form *,table th,table td, select, option,div {
    font-family: 'Noto Sans', sans-serif !important;
}

/* Splash Screen */
body.splash-screen {
    position: relative;
}
div#splashBackground {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.splashBackground {
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    padding: 0;
    margin: 0;
}
.logoContainer {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
}

/* Splash Options */
.splashHeader {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 25vh;
}
.headerMokaLogo {
    margin-top: 5vh;
}
.splashOptionBody {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.splashOptionImage img {
    width: 80vw;
}
.splashOptionText {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 3vh;
    display: flex;
    width: 78vw
}
.titleSplashText {
    font-family: Centrale Sans Bold;
    margin-bottom: 0.8vh;
    text-align: center;
    line-height: 24px;
    color: #00A37E;
    font-weight: 700;
    font-size: 20px;
}
.subtitleSplashText {
    font-family: Centrale Sans Medium;
    text-align: center;
    line-height: 22px;
    color: #00A37E;
    font-weight: 500;
    font-size: 18px;
}
.contentSplashText {
    font-family: Centrale Sans Regular;
    margin-bottom: 8vh;
    text-align: center;
    line-height: 20px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}
.contentSplashText p:last-child {
    margin-top: 0;
}
.contentSplashText p:first-child {
    margin-bottom: 0;
}
.bottomActionButton a {
    box-shadow: 0px 3px 10px 0px #00000033;
    font-family: Centrale Sans Bold;
    justify-content: center;
    text-decoration: none;
    background: #00B86C;
    align-items: center;
    border-radius: 10px;
    text-align: center;
    padding: 10px 60px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    border: none;
    width: 35vw;
    height: 4vh;
    cursor: pointer;
}

/* Login */
.loginText {
    width: 75vw
}
.loginText .titleSplashText {
    text-align: left;
}
.loginContentText {
    margin-bottom: 4vh;
    text-align: left;
}
.loginFooterSection {
    margin-top: 10vh;
}
.signupFooterSection {
    margin-top: 7vh;
}
.nameField,
.emailAddressField, 
.passwordField {
    border: 2px solid #9FD8C2;
    padding-inline: 10px;
    border-radius: 10px;
    margin-top: 4vh;
    height: 35px;
    width: 70vw;
    outline: 0;
}
.nameField::placeholder,
.emailAddressField::placeholder,
.passwordField::placeholder {
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 20px;
    font-weight: 400;
    color: #C1C7A6;
    font-size: 16px;
}
.passwordContainer {
    position: relative;
}
.hide-password-icon {
    position: absolute;
    height: 16px;
    content: '';
    right: 20px;
    width: 20px;
    top: 45px;
}
.hide-password-icon img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
a.forgotPassword {
    text-decoration: none !important;
    font-family: Centrale Sans Bold;
    margin-right: 10px;
    margin-top: 3.5vh;
    line-height: 20px;
    color: #00B86C;
    text-align:right;
    font-weight: 700;
    font-size: 16px;
    width:100%;
}
.loginForm {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}
.alreadyAccount {
    margin-top: 3vh;
}
.loginRedirect a {
    font-family: Centrale Sans Bold;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    color: #00B86C;
    font-weight: 700;
    font-size: 16px;
    margin-top: 8px;
}
.signUpBottomText {
    font-family: Centrale Sans Regular;
    text-align: center;
    line-height: 20px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}
.loginRedirect {
    text-align: center;
}
.signUpBackground {
    padding-bottom: 100px;
}
.termsContainer {
    margin-top: 60px;
}
.termsContainer label {
    line-height: 20px;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
}
.termsContainer label a {
    text-decoration: none;
    color: #00A37E;
}
.termsContainer label {
    position: relative;
    padding-left: 40px;
}
.termsContainer input {
    display: none;
}
.termsContainer label:before {
    border: 2px solid #00A37E;
    background-color: transparent;
    position: absolute;
    border-radius: 3px;
    height: 15px;
    content: '';
    width: 15px;
    bottom: 0;
    left: 0;
}
.termsContainer input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    bottom: 5px;
    height: 10px;
    content: '';
    width: 5px;
    left: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.termsContainer input:checked+label:before {
    border: 2px solid #00A37E;
    background-color: #00A37E;
}

/* Home */
.homeBackground {
    position: relative;
    top: -9vh;
}
.homeBody {
    border-radius: 25px 25px 0px 0px;
    background: #FFFFFF;
    overflow-y: initial;
    padding-top: 1px;
    height: 100vh ;
    width: 100vw;
}
.searchField {
    border: 2px solid #9FD8C2;
    background: #ffffffbf;
    border-radius: 10px;
    padding: 12px 20px;
    color: #9FD8C2;
    width: 75vw;
    outline: 0;
    -webkit-appearance: none;
}

@supports (-webkit-touch-callout: none) {
    .searchField {
        border: 2px solid #9FD8C2;
        background: #ffffffbf;
        border-radius: 10px;
        padding: 12px 20px;
        color: #9FD8C2;
        width: 75vw;
        outline: 0;
        -webkit-appearance: none;
    }
}

.searchField::placeholder {
    font-family: 'Noto Sans', sans-serif !important;
    line-height: 20px;
    color: #9FD8C2;
    font-weight: 400;
    font-size: 16px;
}
.searchContainer {
    position: relative;
}
.searchBar {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 3vh;
    display: flex;
}
.searchContainer::before {
    content: url(../../../img/search_icon.svg);
    position: absolute;
    height: 25px;
    right: 20px;
    width: 25px;
    z-index: 10;
    top: 10px;
}
.homeHeader {
    background: #00A37E;
    height: 20vh;
}
.home-header-inner-wrapper {
    margin: 0 auto;
    display: flex;
    width: 90vw;
}
.headerHomeMokaLogo{
    position: relative;
    width: 50%;
}
.notificationContainer{
    position: relative;
    width: 50%;
    right: 0;
    top: 0;
}
.header-dots {
    position: absolute;
    right: 0;
    top: 0;
}
.notificationIconContainer svg {
    position: absolute;
    right: 0;
    top: 2vh;
}
circle.new-notification {
    display: none;
}
.homeMainBanner {
    justify-content: center;
    align-items: center;
    margin-top: 2vh;
    display: flex;
}
.homeMainBanner a {
    width: 90%;
}
.homeMainBanner img {
    border-radius: 15px;
    object-fit: cover;
    width: 100%;
}

.dealsHeader {
    justify-content: space-between; 
    padding: 0 5vw;
    margin-top: 2vh;
    display: flex;
}
.dealsTitle {
    font-family: Centrale Sans Medium;
    line-height: 22px;
    font-weight: 500;
    color: #016D51;
    font-size: 18px;
}
.dealsBodyContainer {
    padding-block: 1rem;
    overflow-x: scroll;
    display: flex;
    width: 100%;
} 
.deal {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 15px 5px 20px;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    border-radius: 15px;
    align-items: center;
    min-height: 135px;
    max-height: 135px;
    min-width: 105px;
    max-width: 105px;
    margin: 0 3px;
    display: flex;
}
.dealsBodyContainer > latest-deals:first-child {
    margin-left: 20px;
}
.dealsBodyContainer > latest-deals:last-child {
    margin-right: 20px;
}
.dealHeader {
    font-family: Noto Sans;
    line-height: 18px;
    color: #016D51;
    font-weight: 500;
    font-size: 14px;
}
.dealBody {
    font-family: Noto Sans;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    color: #016D51;
    min-height: 50px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dealHighlightImage {
    margin: 1vh 0;
    height: 40px;
    width: 75px;
}
.dealHighlightImage img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.eventsContainer {
    flex-direction: column;
    display: flex;
}
.eventsBodyContainer {
    overflow-x: scroll;
    margin-top: 15px;
    padding: 0 20px;
    display: flex;
}
.event {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 300px;
}
.eventsBodyContainer a {
    text-decoration: none !important;
}
.pastEventsBodyContainer {
    overflow-x: scroll;
    margin-top: 15px;
    padding: 0 10px;
    display: flex;
}
.pastEventsBody .dealsHeader {
    padding: 0 10px;
}
.pastEventsBodyContainer a {
    text-decoration: none !important;
}
.eventImg img {
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.eventTitle {
    font-family: Noto Sans;
    line-height: 18px;
    font-weight: 600;
    color: #016D51;
    font-size: 14px;
}
.eventDescription {
    font-family: Noto Sans;
    line-height: 17px;
    color: #016D51;
    font-weight: 500;
    font-size: 13px;
}
.eventBody {
    padding: 10px 15px 20px;
}
.eventImg {
    min-height: 115px;
    min-width: 245px;
}
.event:not(:last-child) {
    margin-right: 15px;
}
.eventsBody.homeEvents {
    margin: 0;
}
.bottomNavBarContainer {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 25px 25px 0 0;
    background: #FFFFFF;
    position: fixed;
    z-index: 100;
    width: 100vw;
    bottom: 0;
}
.bottomNavBar {
    justify-content: space-between;
    align-items: center;
    padding: 5vw 20px;
    display: flex;
}
.bottomNavBarIconContainer {
    text-decoration: none !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 70px;
    width: 70px;
}
.bottomNavBarIconContainer.selected {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%);
    background: #9FD8C2;
}
.bottomNavBarIcon {
    height: 25px;
    width: 25px;
}
.bottomNavBarIconTitle {
    font-family: 'Centrale Sans Light', sans-serif;
    line-height: 18px;
    font-weight: 200;
    color: #9FD8C2;
    font-size: 14px;
}
.bottomNavBarIconContainer.selected .bottomNavBarIconTitle {
    color: #016D51;
}

/*Notifications pop up*/
.notificationsContainer {
    border-radius: 25px 25px 0 0;
    background-color: #FFFFFF;
    position: absolute;
    overflow-y: scroll;
    display: none;
    z-index: 100;
    width: 100vw;
    height: 100vh;
}
.notificationsTitle {
    font-family: Centrale Sans Medium;
    line-height: 20px;
    font-weight: 500;
    color: #016D51;
    font-size: 16px;
}
.visible {
    animation: movein 0.5s ease forwards;
}
.invisible {
    animation: moveout 0.5s ease forwards;
}
@keyframes movein {
    from { top: 1000px; }
    to   { top: 30px; }
}
@keyframes moveout {
    from { top: 30px; }
    to   { top: 1000px; }
}
.notificationsHeader {
    border-bottom: 1px solid #E0E0D2;
    justify-content: space-between;
    padding: 20px 30px 12px;
    display: flex;
}
.notification {
    border-bottom: 1px solid #E0E0D2;
}
.notificationHeader {
    justify-content: space-between;
    padding: 20px 25px 12px;
    display: flex;
}
.notificationTitle {
    font-family: Centrale Sans Regular;
    line-height: 20px;
    font-weight: 400;
    color: #00A37E;
    font-size: 16px;
}
.notificationBody {
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 25px 20px;
    display: flex;
}
.notificationDescription {
    font-family: Centrale Sans Light;
    line-height: 16px;
    font-weight: 300;
    color: #424242;
    font-size: 14px;
    width: 90%;
}
.notificationTime {
    font-family: Centrale Sans Light;
    line-height: 16px;
    text-align: right;
    font-weight: 300;
    color: #424242;
    font-size: 14px;
}
.notification.viewed {
    background: #9fd8c226;
}

/* My Profile - Complete profile */
.profileBody {
    border-radius: 25px 25px 0px 0px;
    background: #FFFFFF;
    overflow-y: scroll;
    position: relative;
    height: 100vh;
    width: 100vw;
    top: -2.5vh;
    z-index: 3;
}
.profileInformationContainer {
    margin-top: 10vh;
}
.profileName {
    font-family: Centrale Sans Bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 22px;
    color: #00A37E;
    font-weight: 700;
    font-size: 18px;
}
.profileDate {
    font-family: Centrale Sans Regular;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    color: #016D51;
    font-size: 16px;
}
.profilePicture {
    justify-content: center;
    display: flex;
}
.profilePictureDots {
    justify-content: center;
    display: flex;
}
.headerProfilePicMoka {
    padding-top: 5vh;
}
.profilePictureContainer {
    position: relative;
    top: -15px;
}
.completProfileButton {
    box-shadow: 0px 3px 10px 0px #00000033;
    font-family: Centrale Sans Bold;
    justify-content: center;
    background: #00B86C;
    align-items: center;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 3vh;
    font-size: 16px;
    display: flex;
    width: 240px;
    height: 50px;
}
.profileNavigations{
    border-top: 1px solid #E0E0D2;
    margin-top: 1.7rem;
}
.navProfileName{
    font-family: Centrale Sans Regular;
    margin-left: 1rem;
    line-height: 20px;
    font-weight: 400;
    color: #00A37E;
    font-size: 16px;
}
.profileNavigation{
    border-bottom: 1px solid #E0E0D2;
    text-decoration: none !important;
    justify-content: space-between;
    padding: 0.6rem 1.8rem;
    align-items: center;
    display: flex;
}
.navProfileLeft{
    align-items: center;
    display: flex;
}
.profileBottomText{
    font-family: Centrale Sans Regular;
    padding-bottom: 150px;
    text-align: center;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3rem;
    color: #424242;
    font-size: 14px;
}
.profileTerms {
    margin-bottom: 10px;
}

/* My Profile  - Complete my profile */
a.completProfileButton {
    text-decoration: none !important;
}
.completeProfileForm {
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20vh;
    align-items: center;
    margin-top: 12vh;
    display: flex;
}
.profileInputContainer {
    margin-bottom: 2rem;
}
.profileInputContainer .searchField::placeholder {
    color: #C1C7A6;
}
.saveBtn {
    box-shadow: 0px 3px 10px 0px #00000033;
    text-decoration: none !important;
    font-family: Centrale Sans Bold;
    justify-content: center;
    background: #00B86C;
    align-items: center;
    border-radius: 10px;
    padding: 20px 125px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    border: none;
    cursor: pointer;
}
.cancelBtn {
    font-family: Centrale Sans Bold;
    text-decoration: none !important;
    background-color: transparent;
    text-align: center;
    line-height: 20px;
    margin-top: 30px;
    font-weight: 700;
    color: #E0E0D2;
    font-size: 16px;
    display: block;
    border: none;
}
.dateContainer {
    position: relative;
}
.dateContainer::before {
    background: url(../../img/calendar_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 24px;
    content: '';
    right: 20px;
    width: 23px;
    top: 10px;
}


/* View my moka ID */
.qrCodeContainer {
    justify-content: center;
    margin-top: 1.5rem;
    display: flex;
}
.bottomInactiveButtonContainer {
    text-decoration: none !important;
    justify-content: center;
    margin-top: 3.5rem;
    display: flex;
}
.bottomInactiveButton{
    box-shadow: 0px 3px 10px 0px #00000033;
    font-family: Centrale Sans Bold;
    border: 1px solid #00A37E;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #00A37E;
    font-size: 16px;
    display: flex;
    width: 250px;
    height: 50px;
}

/* My Profile - Contact Us */
.profileHeaderHomeMokaLogo {
    position: relative;
}
.back-button {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.20);
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    display: flex;
    height: 55px;
    border: none;
    width: 55px;
    left: 35px;
    top: 25px;
}
.profileHeaderLogo {
    position: absolute;
    right: 25px;
    top: 0;
}
#my-profile-contact-us {
    background-color: #FF9301;
}
.profile-contact-us-wrapper {
    margin: 55px 40px;
}
.profile-contact-us-title {
    font-family: 'Nono Sans', sans-serif;
    margin-bottom: 12px;
    line-height: 24px;
    color: #FF9301;
    font-weight: 700;
    font-size: 20px;
}
.profile-contact-us-text {
    font-family: 'Nono Sans', sans-serif;
    line-height: 20px;
    color: #424242;
    font-size: 16px;
    width: 95%;
}
select#my-profile-contact-us-subject {
    font-family: 'Nono Sans', sans-serif;
    margin: 50px 0 30px;
    padding: 12px 16px;
    height: 50px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
}
.form-group.contactSubjectField:after {
    background: url('../img/contact-select-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 21px;
    content: '';
    width: 24px;
    right: 20px;
    top: 65px;
}
textarea#my-profile-contact-us-message {
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 12px 16px;
    min-height: 215px;
    width: 100%;
}
.form-group select, 
.form-group textarea {
    font-family: 'Nono Sans', sans-serif;
    border: #9FD8C2 2px solid;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 500;
    color: #C1C7A6;
    font-size: 16px;
    outline: 0;
}
textarea#my-profile-contact-us-message::placeholder {
    line-height: 20px;
    font-weight: 400;
    color: #C1C7A6;
    font-size: 16px;
}
.my-profile-contact-us-buttonWrapper {
    justify-content: center;
    display: flex;
}
.my-profile-contact-us-buttonWrapper button {
    box-shadow: 0px 3px 10px 0px #00000033;
    font-family: 'Nono Sans', sans-serif;
    background-color: #FF9301;
    border-radius: 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    height: 60px;
    border: none;
    width: 90%;
    cursor: pointer;
}
.select-wrapper {
    position: relative;
}
.select-wrapper::before {
    background: url(../../img/arrow-down-contact-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 11px;
    content: '';
    right: 20px;
    width: 18px;
    top: 70px;
}

/* My Profile - Manage Users */
#my-profile-manage-users {
    background-color: #8372B8;
}
.profile-manage-users-body {
    margin: 30px 20px;
}
.profile-manage-users-title {
    font-family: 'Noto Sans', sans-serif;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 25px;
    line-height: 26px;
    color: #00A37E;
    font-weight: 600;
    font-size: 22px;
    display: flex;
}
.profile-manager-users-user {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    border-radius: 15px;
    padding: 17px 25px;
    min-height: 60px;
}
.user-access-type {
    font-family: 'Noto Sans', sans-serif;
    line-height: 22px;
    color: #016D51;
    font-weight: 100;
    font-size: 14px;
}
.user-name {
    font-family: 'Noto Sans', sans-serif;
    line-height: 22px;
    font-weight: 600;
    color: #424242;
    font-size: 18px;
    margin-top: 2px;
}

/* Brands and Offers */
#brands-header {
    background: #6dc0dc;
}
.navbar {
    justify-content: space-between;
    background: #f7f7f7;
    margin: 16px 20px 0;
    border-radius: 50px;
    display: flex;
}
.nav-link {
    transition: background-color 0.3s ease;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 15px;
    text-align: center;
    line-height: 20px;
    color: #00b86c;
    font-size: 16px;
    width: 90px;
}
.nav-link.selected {
    background-color: #9FD8C2;
    color: #016D51;
}
.offersBackground .searchBar {
    margin-top: 2vh;
}
.filterButtonContainer {
    justify-content: flex-end;
    padding: 0 20px;
    margin-top: 2vh;
    display: flex;
}
.filterButtonWrapper {
    box-shadow: 0px 1px 10px 0px #0000001a;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    padding: 10px 5px;
    display: flex;
    width: 100px;
}
.filterButton {
    padding: 0 0 0 28px;
    line-height: 20px;
    background: none;
    color: #00b86c;
    font-weight: 400;
    font-size: 16px;
    border: none;
}
.filterButtonWrapper.focused {
    background: #9fd8c2;
}
.filterButtonWrapper.focused .filterButton {
    color: #016d51;
}
.filterButtonWrapper:before {
    background: url(../../img/filter-icon.svg);
    position: absolute;
    height: 21px;
    width: 24px;
    content: '';
    left: 18px;
    top: 10px;
}
.filterButtonWrapper.focused:before {
    background: url(../../img/filter-icon-active.svg);
}
.offersBody {
    margin: 1rem 1.5rem 10rem;
}
.offersBodyContainer {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.offer {
    box-shadow: 0px 1px 10px 0px #0000001a;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    padding: 15px 0 25px;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 15px;
    display: flex;
    width: 48%;
}
.offerHeader {
    border-radius: 10px;
    margin-bottom: 10px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    padding: 0 15px;
}
.offerBody {
    text-align: center;
    line-height: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #016D51;
    font-size: 12px;
}
.offersBodyContainer a {
    text-decoration: none !important;
}
.offerHeader {
    margin: 0 auto 10px;
    text-align: center;
    width: 50px;
}
.offerHighlightImage img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.offerHighlightImage {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    height: 80px;
    width: 75%;
}
.offer .red-offer {
    background-color: #ff6701;
}
.offer .limegreen-offer {
    background-color: #75dc00;
}
.offer .yellow-offer {
    background-color: #f9c900;
}
.offersContainer {
    position: relative;
}
.offersBackground .offersContainer {
    padding-bottom: 400px;
}
.overlay {
    position: absolute;
    display: none;
    right: 20px;
    z-index: 99;
    top: 50px;
}
.offersBackground {
    padding-bottom: 300px;
}
.offersBackground .homeBody {
    overflow-y: initial;
    padding-top: 2vh;
}
.offersBackground .homeMainBanner {
    margin-top: 0;
}
.checklist {
    box-shadow: 0px 1px 10px 0px #0000001a;
    background-color: #fff;
    list-style-type: none;
    border-radius: 15px;
    padding: 30px;
    width: 200px;
    margin: 0;
}
ul.checklist p {
    line-height: 18px;
    margin: 0 0 15px;
    font-weight: 500;
    color: #989898;
    font-size: 14px;
}
.checklist li {
    padding-bottom: 15px;
}
.filterResetButtonContainer {
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    display: flex;
}
.resetButton, .submitButton {
    background: transparent;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #bababa;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.checklist li label {
    line-height: 18px;
    font-weight: 500;
    color: #424242;
    font-size: 14px;
}
.checklist label {
    position: relative;
    padding-left: 45px;
}
.checklist input {
    display: none;
}
.checklist label:before {
    border: 2px solid #00bada;
    background-color: transparent;
    position: absolute;
    border-radius: 3px;
    height: 15px;
    content: '';
    width: 15px;
    bottom: 0;
    left: 0;
}
.checklist input:checked+label:after {
    border: solid #fff;
    position: absolute;
    display: block;
    bottom: 5px;
    height: 10px;
    content: '';
    width: 5px;
    left: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.checklist input:checked+label:before {
    border: 2px solid #00bada;
    background-color: #00bada;
}
.checklist li.hotel label:before {
    border: 2px solid #FF6701;
}
.checklist li.hotel input:checked+label:before {
    border: 2px solid #FF6701;
    background-color: #FF6701;
}
.checklist li.loisirs label:before {
    border: 2px solid #FF006A;
}
.checklist li.loisirs input:checked+label:before {
    border: 2px solid #FF006A;
    background-color: #FF006A;
}
.checklist li.restaurants label:before {
    border: 2px solid #8372B8;
}
.checklist li.restaurants input:checked+label:before {
    border: 2px solid #8372B8;
    background-color: #8372B8;
}
.checklist li.sport label:before {
    border: 2px solid #00A37E;
}
.checklist li.sport input:checked+label:before {
    border: 2px solid #00A37E;
    background-color: #00A37E;
}
.checklist li.beate label:before {
    border: 2px solid #F485C6;
}
.checklist li.beate input:checked+label:before {
    border: 2px solid #F485C6;
    background-color: #F485C6;
}
.checklist li.maison label:before {
    border: 2px solid #75DC00;
}
.checklist li.maison input:checked+label:before {
    border: 2px solid #75DC00;
    background-color: #75DC00;
}
.checklist li.shopping label:before {
    border: 2px solid #FF9301;
}
.checklist li.shopping input:checked+label:before {
    border: 2px solid #FF9301;
    background-color: #FF9301;
}
.checklist li.automobile label:before {
    border: 2px solid #FF0000;
}
.checklist li.automobile input:checked+label:before {
    border: 2px solid #FF0000;
    background-color: #FF0000;
}
.checklist li.service label:before {
    border: 2px solid #AE661C;
}
.checklist li.service input:checked+label:before {
    border: 2px solid #AE661C;
    background-color: #AE661C;
}

/* Individual Offers */
#individual-brands {
    background-color: #008AD5;
}
.individual-offers-back-btn-wrapper {
    position: relative;
    width: 50%;
}
.individual-offers-back-btn-wrapper .header-logo {
    position: absolute;
    left: 65px;
    top: 0;
}
.individual-offers-back-btn-wrapper .back-button {
    left: 15px;
}
.individualOffersBackground.offersBackground .homeBody {
    padding-top: 0;
}
.brandImgBackground img {
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    width: 100%;
}
.brandImgBackground {
    min-height: 150px;
}
.brandLogo {
    box-shadow: 0px 1px 10px 0px #0000001a;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 155px;
    width: 155px;
    left: 40px;
    top: 40px;
}
.brandLogoWrapper {
    justify-content: center;
    align-items: center;
    max-width: 110px;
    min-width: 80px;
    margin: 0 auto;
    display: flex;
}
.brandLogo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.brandHeader {
    position: relative;
}
.brandContent {
    margin-top: 70px;
}
.brandOfferDiscount {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    line-height: 24px;
    color: #00A37E;
    font-weight: 500;
    font-size: 20px;
}
.brandOffer {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 20px 10px 20px 20px;
    background-color: #FFFFFF;
    margin: 0 20px 12px;
    align-items: center;
    border-radius: 15px;
    min-height: 75px;
    display: flex;
}
.brandOfferContent {
    margin-left: 30px;
    width: 70%;
}
.brandOfferLeftText{
    width: 30%;
}
.brandOfferDescription p {
    font-family: 'Noto Sans', sans-serif;
    line-height: 16px;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}
.brandOfferValidity p {
    line-height: 16px;
    color: #016D51;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
}
.brandOfferValidity {
    margin-top: 7px;
}
#brandOfferOverlay {
    background-color: rgba(0,0,0,0.4);
    transition: opacity 0.5s ease;
    position: fixed;
    z-index: 99999;
    /* display: none; */
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.brandOfferOverlayBody {
    padding: 50px 30px 40px 40px;
    border-radius: 15px;
    position: absolute;
    background: #fff;
    margin: 0 auto;
    width: 70%;
    top: 150px;
    right: 0;
    left: 0;
}
.close-button {
    background: transparent;
    position: absolute;
    right: 15px;
    padding: 0;
    border: 0;
    top: 15px;
}
.offer-tag {
    font-family: 'Noto Sans', sans-serif;
    line-height: 16px;
    color: #00A37E;
    font-weight: 600;
    font-size: 12px;
}
.offer-title {
    font-family: 'Noto Sans', sans-serif;
    line-height: 24px;
    font-weight: 600;
    color: #424242;
    font-size: 20px;
    margin-top: 5px;
}
.offer-description-title {
    font-family: 'Noto Sans', sans-serif;
    margin: 15px 0px 20px;
    line-height: 20px;
    color: #00A37E;
    font-weight: 500;
    font-size: 16px;
}
.offer-description {
    font-family: 'Noto Sans', sans-serif;
    overflow-y: scroll;
    line-height: 20px;
    margin: 0 0 50px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    height: 180px;
}
.claim-offer-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}
.claim-offer-button {
    box-shadow: 0px 3px 10px 0px #00000033;
    background-color: #00b86c;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px;
    border: none;
    width: 100%;
}

/* Events */
#events-header{
    background-color: #00b401;
}
.eventsBody {
    margin: 1rem 1.5rem 10rem;
}
.eventBodyContainer {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.eventBodyContainer .event {
    margin-right: 0;
    width: 48%;
}
.eventBodyContainer a {
    text-decoration: none !important;
}
.eventBodyContainer .event .eventImg {
    min-height: initial;
    min-width: initial;
    height: 100px;
}
.eventBodyContainer .eventTitle {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 12px;
}
.eventBodyContainer .eventDescription {
    line-height: 16px;
    font-size: 12px;
    width: 80%;
}
.eventsBackground {
    padding-bottom: 100px;
}

/* Individual Event */
#individual-event {
    background: #00B401;
}
.individualEventsBackground .homeBody {
    padding-top: 0;
}
.singleEventImg {
    height: 200px;
}
.singleEventImg img {
    border-radius: 15px 15px 0 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.singleEventBody {
    padding: 30px 35px 75px;
}
.events-tag{
    color:  #00A37E;
    line-height: 16px;
    font-weight: 600;
    font-size: 12px;
}
.single-event-description-title{
    margin: 15px 0px 20px;
    line-height: 20px;
    color: #00A37E;
    font-weight: 500;
    font-size: 16px;
}
.single-event-description{
    font-family: 'Noto Sans', sans-serif;
    word-wrap: break-word;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}
.events-title{
    line-height: 24px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 2px;
    color: #424242;
}
.individualEventsBackground {
    padding-bottom: 0;
}
.more-information-wrapper {
    justify-content: center;
    padding: 0 35px 250px;
    align-items: center;
    display: flex;
}
.more-information-button {
    box-shadow: 0px 3px 10px 0px #00000033;
    background-color: #00b86c;
    border-radius: 10px;
    line-height: 20px;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 16px;
    padding: 20px;
    border: none;
    width: 80%;
    text-align: center;
    text-decoration: none;
}

/* My Profile - Our Moka Services */
.profile-moka-services-body {
    margin: 40px 30px;
}
.profile-moka-services-title {
    font-family: 'Noto Sans', sans-serif;
    margin: 0 5px 25px;
    line-height: 24px;
    color: #016D51;
    font-weight: 600;
    font-size: 20px;
}
.profile-moka-services-desc {
    margin: 17px 0px 25px;
    line-height: 20px;
    color: #00A37E;
    font-weight: 500;
    font-size: 16px;
}
.profile-moka-services {
    box-shadow: 0px 1px 10px 0px #0000001a;
    justify-content: space-between;
    border-radius: 15px;
    margin-bottom: 10px;
    align-items: center;
    padding: 15px 25px;
    display: flex;
}
.profile-moka-services-link {
    text-decoration: none;
}
.profile-name {
    line-height: 20px;
    font-weight: 500;
    color: #00A37E;
    font-size: 16px;
}

/* My Profile - Add new user */
.add-users-body .completeProfileForm {
    margin-bottom: 0;
    margin-top: 7vh;
}
.add-users-body .bottomActionBtn {
    margin-top: 4vh;
    width: 100%;
}
.add-users-body .bottomActionBtn a.saveBtn {
    width: calc(95% - 40px);
    background: #00A37E;
    font-weight: 600;
    margin: 0 auto;
    padding: 20px;
}

/* Profile - Settings */
.slider {
    background-color: transparent;
    border: 2px solid #E0E0D2;
    position: absolute;
    border-radius: 50px;
    height: 20px;
    width: 41px;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    background-color: #E0E0D2;
    position: absolute;
    border-radius: 50px;
    height: 18px;
    content: "";
    width: 18px;
    bottom: 1px;
    left: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #00A37E;
    border: 2px solid #00A37E;
}
input:focus + .slider {
    box-shadow: 0 0 1px #00A37E;
}
input:checked + .slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: #FFFFFF;
}
.new-user-form-fields label {
    font-family: 'Noto Sans', sans-serif;
    padding-left: 15px;
    line-height: 28px;
    color: #00A37E;
    font-weight: 100;
    font-size: 14px;
}
.new-user-form-fields input {
    font-family: 'Noto Sans', sans-serif;
    padding: 12px 16px;
    line-height: 20px;
    font-weight: 400;
    color: #424242;
    font-size: 16px;
    height: auto;
}
.new-user-form-fields .profileInputContainer {
    margin-bottom: .7rem;
}
.new-user-form-fields .dateContainer {
    margin-bottom: 2.2rem;
}
.new-user-form-fields .toggleContainer label {
    justify-content: flex-start;
    align-items: center;
    position: relative;
    line-height: 20px;
    font-weight: 400;
    color: #424242;
    font-size: 16px;
    display: flex;
    height: 30px;
    width: 100%;
    padding: 0;
}
.new-user-form-fields .toggleContainer label p {
    padding-left: 65px;
    height: 24px;
    margin: 0;
}
.new-user-form-fields .toggleContainer label input {
    opacity: 0;
    margin: 0;
    width: 0;
}
.deleteUserBtnWrapper a {
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
    color: #FF0000;
    font-size: 16px;
}
.profile-manage-users-body.settings-body {
    margin: 30px 40px;
}
.settings-body .profile-manage-users-title {
    margin: 0 0 25px;
}
.settings-body.add-users-body .completeProfileForm {
    margin-top: 3vh;
}
.settings-body .dateContainer::before {
    top: 40px;
}
.settings-body.add-users-body .bottomActionBtn {
    margin-top: 6vh;
}
.deleteUserBtnWrapper {
    margin-top: 5vh;
}
.homeBody.settingsBody {
    height: 125vh;
}
.add-users-body .bottomActionBtn a.saveBtn.inactive {
    background: #E0E0D2;
    padding: 20px 95px;
}

/* Sign Up */
.formField {
    position: relative;
}
.formField input {
    line-height: 20px;
    color: #016D51;
    font-size: 16px;
    outline: none;
}
.formField label {
    pointer-events: none;
    position: absolute;
    line-height: 20px;
    font-weight: 400;
    color: #C1C7A6;
    font-size: 16px;
    left: 15px;
    bottom: 0;
    transform: translateY(-50%);
    transition: .3s;
}
.formField input:focus+label, 
.formField input:not(:placeholder-shown)+label {
    line-height: 18px;
    color: #00A37E;
    font-weight: 100;
    font-size: 14px;
    bottom: 35px;
}
.formField input::placeholder {
    color: transparent;
}
.signupContentText {
    margin-bottom: 1vh;
}
.formField.errorField input {
    border-color: #D44946;
    color: #D44946;
}
.formField.errorField label {
    color: #D44946;
}
.errorMessagePopup {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
.errorMessageContainer {
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 20px;
    background: #FFEAE9;
    margin: 0 auto;
    width: 75vw;
}
.errorMessageWrapper {
    align-items: flex-start;
    display: flex;
}
.errorMessage p {
    line-height: 18px;
    color: #D44946;
    font-size: 14px;
    margin: 0;
}
.errorMessage {
    margin-left: 20px;
    width: 90%;
}
.errorMessageIcon {
    width: 10%;
}

.successMessagePopup {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
.successMessageContainer {
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 20px;
    background: #CEE6AB;
    margin: 0 auto;
    width: 75vw;
}
.successMessageWrapper {
    align-items: flex-start;
    display: flex;
    text-align: center;
}
.successMessage p {
    line-height: 18px;
    color: #498041;
    font-size: 14px;
    margin: 0;
}
.successMessage {
    margin-left: 20px;
    width: 90%;
}
.successMessageIcon {
    width: 10%;
}

/* Contact - Thank You */
.profile-contact-us-wrapper .splashOptionImage img {
    margin: 0 auto;
    width: 70vw;
}
.profile-contact-us-wrapper .splashOptionImage {
    align-items: center;
    display: flex;
}
.profile-contact-us-wrapper .titleSplashText {
    margin-bottom: 2vh;
    color: #FF9301;
}
.profile-contact-us-wrapper .bottomActionButton a {
    background: #FF9301;
    padding: 10px 40px;
    width: 50vw;
}

/* Contact */
.form-group.contactSubjectField {
    margin-bottom: 2vh;
    position: relative;
    margin-top: 4vh;
}
.form-group.contactSubjectField input {
    border: #9FD8C2 2px solid;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 16px;
    line-height: 20px;
    font-weight: 400;
    color: #C1C7A6;
    min-height: 45px;
    font-size: 16px;
    width: 100%;
}
.form-group.contactSubjectField input::placeholder {
    line-height: 20px;
    font-weight: 400;
    color: #C1C7A6;
    font-size: 16px;
}

/* Delete User */
.delete-user-btn-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    display: flex;
}
.delete-user-btn-wrapper button {
    box-shadow: 0px 3px 10px 0px #00000033;
    background-color: #00A37E;
    border-radius: 10px;
    padding: 12px 15px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    width: 45%;
}
button.cancel-delete-user-button {
    background-color: #E0E0D2;
}
#brandOfferOverlay.deleteUserOverlay .brandOfferOverlayBody {
    top: 30%;
}

/* Forgot Password */
input.numberField {
    border: 2px solid #9FD8C2;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #016D51;
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
    height: 30px;
    width: 30px;
    outline: 0;
}
.numberContainer {
    justify-content: space-between;
    align-items: center;
    margin-top: 4vh;
    display: flex;
    width: 75vw;
}

/* Date Field */
input::-webkit-date-and-time-value {
    text-align: left !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../../img/calendar_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    width: 17px;
}
input[type="date"] {
    padding: 12px 16px;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #9FD8C2;
    text-align: left;
}

@supports (-webkit-touch-callout: none) {
    input[type="date"]::-webkit-calendar-picker-indicator {
        background: url(../../img/calendar_icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 18px;
        width: 17px;
    }
    input[type="date"] {
        padding: 12px 16px;
        line-height: 20px;
        font-weight: 400;
        color: #9FD8C2;
        font-size: 16px;
        text-align: left;
    }

}

.completeProfileFormWrapper input {
    color: #C1C7A6;
    font-size: 16px;
    height: 20px;
    outline: 0;
}

/* Footer */
.bottomNavBarIconContainer.selected path {
    fill: #016D51;
}

/* My Profile Complete Form */
.myProfileFormBackground .profileBody {
    padding-bottom: 15vh;
    overflow-y: hidden;
    padding-top: 12vh;
}
.myProfileFormBackground .completeProfileForm {
    margin-top: 0;
}

/* My Profile Complete */
.profilePicture img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.profilePictureWrapper {
    box-shadow: 0px 1px 5px 0px #0000004d;
    border-radius: 50%;
    position: relative;
    height: 125px;
    width: 125px;
    z-index: 4;
}

/* Search Page */
.searchOffersContainer, 
.searchEventsContainer {
    margin: 20px 20px 0;
}
.searchOffersTitle {
    margin-bottom: 15px;
    line-height: 18px;
    color: #016D51;
    font-size: 14px;
}
.searchOffer {
    box-shadow: 0 1px 10px #0000001a;
    background: #FFFFFF;
    align-items: center;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    margin: 10px 0;
}
.searchOffer:not(:last-child) {
    margin-bottom: 10px;
}
.searchOfferTitle p {
    line-height: 14px;
    color: #016D51;
    font-size: 10px;
    margin: 0;
}
.searchOfferDiscount p:first-child {
    color: #00A37E;
}
.searchOfferDiscount p {
    line-height: 16px;
    color: #016D51;
    font-size: 12px;
    margin: 0;
}
.searchOfferValidity p {
    line-height: 16px;
    color: #016D51;
    font-size: 12px;
    margin: 0;
}
.searchOfferContent {
    margin-left: 15px;
    width: 60%;
}
.searchOfferLeftImage {
    height: 100%;
    width: 40%;
}
.searchOfferLeftImage img {
    border-radius: 15px 0 0 15px;
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.searchOffer.searchEvent {
    padding: 0;
    margin: 10px 0;
}
.searchOffer.searchEvent .searchOfferContent {
    padding: 15px 20px 15px 0;
}
.searchOfferLeftImageWrapper {
    height: 60px;
    width: 95px;
}
.searchOfferLeftImageWrapper.searchEventLeftImageWrapper {
    height: 85px;
    width: 100%;
}

/* Password */
.hide-password-icon {
    height: 30px;
    top: initial;
    width: 24px;
    bottom: 5px;
}

/* Chrome, Safari, Edge, Opera */
.unique-code input[type="number"]::-webkit-outer-spin-button,
.unique-code input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.unique-code input[type="number"] {
    -moz-appearance: textfield;
}

/* Fixed Header */
header.homeHeader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}
.homeBackground {
    border-radius: 25px 25px 0px 0px;
    background: #FFFFFF;
    overflow-y: scroll;
    position: fixed;
    height: 800px;
    top: 95px;
}
.homeBody {
    background: transparent;
    padding-bottom: 150px;
    border-radius: 0;
}
header.homeHeader.profileHeader {
    position: initial;
}

/* Managr User */
.profile-manager-users a {
    text-decoration: none;
}

.passwordDetail {
    width: 70vw;
    font-size: 12px;
    margin-top: 10px;
}

/* Individual Offers */
.individualOffersBackground .homeBody {
    padding-bottom: 150px;
    height: 100%;
}
.homeBackground.offersBackground.individualOffersBackground {
    padding-bottom: 0;
}
.homeBackground,
.profileBody {
    height: 100%;
}
.myProfileFormBackground .profileBody {
    padding-bottom: 0;
}

/* User */
.profile-manage-users-body.add-users-body {
    padding-bottom: 300px;
}
div#dependent-checkbox {
    margin-top: 2rem;
}
.add-users-body .completeProfileForm {
    margin-top: 4vh;
}
.profile-contact-us-wrapper .form-group.contactSubjectField {
    margin: 0;
}
.manageUsersBackground .homeBody {
    padding-bottom: 0;
}
.eventsBackground .offersContainer {
    padding-bottom: 0;
}
header.homeHeader.profileHeader {
    min-height: 170px;
}
.homePage.homeBackground .homeBody {
    padding-bottom: 300px;
}
.hideDealsPopup {
    display: none;
}
.showDealsPopup {
    display: block;
}
.searchOffersBodyContainer a,
.searchEventsBody a {
    text-decoration: none;
}
.homePage.homeBackground .homeBody {
    padding-bottom: 250px;
}
@media screen and (max-height: 700px) {
    .offersBackground .homeBody {
        padding-bottom: 350px;
    }
}
@media screen and (min-height: 700px) and (max-height: 850px) {
    .homePage.homeBackground .homeBody {
        padding-bottom: 150px;
    }
}
@media screen and (min-height: 850px) and (max-height: 950px) {
    .homePage.homeBackground .homeBody {
        padding-bottom: 100px;
    }
}
.eventTag {
    background-color: #016D51;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    padding: 0 15px;
    width: 25px;
}
.eventTag.paid {
    background-color: #00A37E;
}
.eventTitle {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eventDescription.eventDate {
    width: 100%;
}
.eventBodyContainer .eventTitle {
    margin-bottom: 0;
}
.searchPage.homeBackground .homeBody {
    padding-bottom: 400px;
}
.searchOfferLeftImageWrapper.searchEventLeftImageWrapper img {
	object-fit: cover;
}
.eventsBackground .offersContainer {
	padding-bottom: 250px;
}
.eventBodyContainer .eventDescription {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.eventImg {
	min-height: 115px;
	min-width: 245px;
	height: 115px;
}

/* Event Date */
.eventDate {
    padding-bottom: 2px;
    line-height: 16px;
    font-size: 12px;
}
.single-event-date.eventDescription.eventDate {
    line-height: 18px;
    margin-top: 15px;
    color: #00A37E;
    font-weight: 500;
    font-size: 14px;
}
.single-event-description-title {
    margin-top: 10px;
}

/* Slider Dots */
.slider-dot {
    background: #9FD8C2;
    border-radius: 50%;
    height: 5px;
    width: 5px;
}
.slider-dots-wrapper {
    display: flex;
}
.slider-dot:not(:last-child) {
    margin-right: 3px;
}
.slider-dot.active {
    background: #00A37E;
}
.dealsSlider {
    align-items: center;
    display: flex;
}