html {
    height: 100%;
}

body {
    font-family: MTNBrighterSansRegular;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    min-height: 100%;
}

.noscroll {
    overflow: hidden;
}

#selectedCategoriesForm > div {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

#selectedCategoriesForm input[name="categories"] {
    height: 20px;
    width: 20px;
    accent-color: #ffca08;
    cursor: pointer;
}

#selectedCategoriesForm label {
    width: 100%;
    cursor: pointer;
    padding-left: 10px;
}

.user-my-profile-text {
    font-size: 16px;
}

.user-my-profile-skip-link {
    outline: 0;
    text-decoration: underline;
}

#cookie-consent-modal {
    background-color: rgba(0, 0, 0, 0.69);
    color: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

#cookie-consent-modal .portal-subscribe-btn {
    background-color: #fff;
    color: #000;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cookie-consent-modal .close-btn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 25px;
    padding: 0;
    width: 100%;
}

.container-fluid.article {
   position: relative;
   z-index: 2;
}

footer {
    font-family: MTNBrighterSansBold;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    height: 48px;
    text-align: center;
}

footer.mobile-footer a {
    color: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-owl-navigation {
    display: inline-block;
    cursor: pointer;
}

.btn-margin-bottom {
    margin-bottom: 25px;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=password] {
    background: #fdfdfd;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #e1e1e1;
}

.terms {
    text-align: center;
    letter-spacing: 1.4px;
    line-height: 1.14;
}

.sign-in a {
    color: #ffc000;
    text-decoration: underline;
}

.sign-in a:hover {
    color: #fdbc0b;
}

.content-publication-read-button:focus {
    color: #fff;
}

.navbar-toggler {
    border: 0;
    padding: 0 16px;
}

.navbar-toggler > .burger-menu-icon:nth-child(2) {
    margin-top: 4px;
}

.burger-menu-icon {
    display: inline-block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}

#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    z-index: 1100;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar.active {
    left: 0;
}

#sidebar ul > li {
    margin: 0 8.18%;
    border-bottom: 2px solid #e8e8e8;
    height: 83.8px;
    color: #000;
    font-size: 18px;
    font-family: MTNBrighterSansRegular;
}

#sidebar ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 29.9px 10px 29.9px;
}

#sidebar a[data-bs-toggle="collapse"] {
    position: relative;
}

#sidebar .standard-links {
    background-color: #fff;
}

#main-categories-dropdown-toggler {
    background: none;
    height: 81.8px;
    margin: 0 8.18%;
    padding: 29.9px 20.6px 29.9px 39px;
    text-align: left;
    font-size: 18px;
    font-family: MTNBrighterSansRegular;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

#main-categories-dropdown-toggler.show-categories {

}

#main-categories-dropdown-toggler > img {
    transition: all 0.5s ease;
}

#main-categories-dropdown-toggler.show-categories > img {
    transform: rotate(90deg);
}

#sidebar #main-categories-dropdown-content {
    margin: 0 8.18%;
    transition: all 0.5s ease;
    list-style-type: none;
    border-bottom: 2px solid #e8e8e8;
}

#sidebar #main-categories-dropdown-content.show-categories {
    padding-bottom: 10px;
}

#sidebar #main-categories-dropdown-content > li {
    padding-left: 15%;
    height: 35px;
    margin: 0;
    border: none;
}

#sidebar #main-categories-dropdown-content > li > a {
    padding: 0;
}

nav.navbar .navbar-nav .user-profile-toggle {
    padding: 0px 24px 0px 0px;
    display: flex;
    align-items: center;
    font-size: 25px;
}

.link-overflow-break {
    overflow-wrap: break-word;
}

.portal-banner {
    text-align: center;
    background-color: #fff;
}

.content-carousel-height {
    min-height: 300px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-card-styling {
    max-width: 160px;
    box-sizing: border-box;
    box-shadow: rgba(27, 27, 27, 0.06) 0px 2px 4px,
    rgba(27, 27, 27, 0.12) 0px 2px 4px,
    rgba(27, 27, 27, 0.08) 0px 0px 4px;
    border-radius: 0px 0px 2px 2px;
    border: 0px;
    min-height: 285px;
}

.content-card-image {
    height: 200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.content-issue-title {
    color: #ba4327;
    font-size: 13px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 15px;
    font-family: MTNBrighterSansBold;
}

.content-issue-published-date {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    }

.content-category-heading {
    font-size: 26px;
    font-family: 'MTNBrighterSansBold';
}

.content-link a {
    color: #000;
    text-decoration: none;
}

.content-text-over-image a {
    position: relative;
    text-align: center;
    text-decoration: none;
}

.content-text-over-image a > img {
    max-width: 100%;
}

.add-to-home-screen-install-container {
    display: none;
}

button.btn.add-to-home-screen-install {
    font-family: MTNBrighterSansBold;
}

.content-link:hover, .content-link:visited, .content-link:link, .content-link:active {
    text-decoration: none;
}

.category-dropdown.dropdown-menu {
    left: -130px;
    top: 35px;
}

.account-dropdown.dropdown-menu {
    left: -110px;
    top: 35px;
}

.content-dropdown-menu {
    background-color: #000;
    font-family: MTNBrighterSansRegular;
    font-size: 25px;
    border: none;
    border-radius: 0;
    padding: 20px 0px 20px 0px;
    min-width: 15rem;
}

.content-dropdown-menu > a.dropdown-item {
    color: #fff;
    padding: 10px 40px;
}

.content-dropdown-menu > a.dropdown-item:hover,
.content-dropdown-menu > a.dropdown-item:focus {
    color: #000;
}

.content-dropdown-menu > a.dropdown-item:active {
    background-color: #fdbc0b;
}

.content-publication-title {
    font-family: WorkSansLight;
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ba4327;
    margin: 10px auto;
}

.content-publication-date {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 10px auto;
}

.limited-time-offer-image {
    max-height: 150px;
}

.limited-time-offer-heading {
    font-size: 18px;
    font-weight: 900;
}

.limited-time-offer-description {
    font-size: 14px;
}

.limited-time-offer-expiry-date {
    font-size: 12px;
}

.limited-time-offer-terms-and-conditions {
    font-size: 12px;
}

.limited-time-offer-button {
    background-color: #ed1961 !important;
    color: #fff;
    height: 22px;
    width: 152.9px !important;
    font-size: 12px !important;
    font-family: MTNBrighterSansBold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.32px;
}

.modal-dialog {
    font-family: 'MTNBrighterSansRegular';
    font-size: 18px;
}

#reactivate-subscription-modal .modal-dialog {
    top: 30%;
}

#reactivate-subscription-modal .modal-header {
    border: none;
    padding: 10px 20px 0;
}

#reactivate-subscription-modal .modal-body {
    border: none;
    padding: 0;
}

#receive-marketing-modal .modal-dialog {
    top: 30%;
}

#receive-marketing-modal .close {
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.22px;
    font-weight: 100;
    text-shadow: none;
    float: none;
    opacity: 1;
    text-decoration: underline;
    background: none;
    border: none;
}

#receive-marketing-modal .portal-subscribe-btn {
    color: #000;
    width: 112px;
    font-size: 13px;
    text-transform: none !important;
}

#receive-marketing-modal .modal-content {
    border: none;
    border-radius: 0;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: MTNBrighterSansBold;
}

#receive-marketing-modal .modal-header {
    border: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
}

#receive-marketing-modal .modal-body {
    border: none;
    padding: 0;
}

#receive-marketing-modal .modal-body button.portal-btn {
    background-color: #000;
}

#receive-marketing-modal .onoffswitch-label {
    background-color: #352c87;
    border: 5px #fff solid;
}

#receive-marketing-modal .onoffswitch-label:before {
    background: #352c87;
    border-color: #fff;
}

#receive-marketing-modal .onoffswitch-checkbox:checked + .onoffswitch-label {
    background: #fff;
}

#receive-marketing-modal .onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #fff;
}

/* Start: OTP input styling */
.btn-resend-otp {
	background: none;
	border: none;
	text-decoration: underline;
	color: #ffca08;
}

.otp-digit {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #707070;
    font-size: 30px;
    padding: 0;
}

/* Remove number spinners */
input[type="number"].otp-digit::-webkit-outer-spin-button,
input[type="number"].otp-digit::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].otp-digit {
    -moz-appearance: textfield;
}

button.btn-disabled {
    background-color: #f0f0f0;
    color: #ccc;
    pointer-events: none;
}
/* End: OTP input styling */

/* Start: Toggle switch styling */
.onoffswitch {
    display: inline-block;
    position: relative;
    width: 45px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    font-size: 0.7rem;
    font-weight: bold;
    display: block; overflow: hidden; cursor: pointer;
    height: 32px; padding: 0;
    line-height: 32px;
    border-radius: 32px;
    background-color: #fff;
    transition: background-color 0.3s ease-in;
    text-align: center;
    border: 5px solid #000;
}

.onoffswitch-label:before {
    content: "";
    display: block; width: 32px; margin: 0px;
    background: #FFF;
    position: absolute; top: 0; bottom: 0;
    right: 15px;
    border: 5px solid #000;
    border-radius: 32px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-label {
    background-color: #000;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-label, .onoffswitch-checkbox:checked ~ .onoffswitch-label:before {
    border-color: #000;
}

.onoffswitch-checkbox:checked ~ .onoffswitch-label:before {
    right: 0px;
}
/* End: Toggle switch styling */

.dropdown-toggle::after {
    display: none;
}

.portal-dropdown .dropdown-menu {
    background-color: #fdbc0b;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-family: MTNBrighterSansBold;
    font-size: 16px;
    inset: -2px auto auto 0px !important;
}

.portal-dropdown .dropdown-menu > a {
    color: #000;
}

.portal-dropdown .dropdown-menu > a:hover,
.portal-dropdown .dropdown-menu > a:focus {
    color: #000;
    background-color: #fff;
}

.portal-dropdown .portal-subscribe-btn:focus,
.portal-dropdown .portal-subscribe-btn:hover {
    box-shadow: none;
}

.terms-and-conditions {
    font-size: 16px;
}

.terms-and-conditions ol {
    counter-reset: clause;
    list-style-type: none;
    padding-left: 20px;
}

.terms-and-conditions > ol {
    padding: 0;
}

.terms-and-conditions > ol > li {
    font-weight: bold;
    margin-bottom: 16px;
}

.terms-and-conditions > ol > li ol li {
    font-weight: normal;
    margin-bottom: 5px;
}

.terms-and-conditions ol > li {
    counter-increment: clause;
}

.terms-and-conditions ol > li::before {
    content: counters(clause, '.') '. '
}

.terms-and-conditions ol > li.no-counter {
    counter-increment: clause 0;
    font-weight: normal;
}

.terms-and-conditions ol > li.no-counter:before {
    content: '';
}

.terms-and-conditions.privacy-policy ol > li.no-counter {
    counter-increment: clause 0;
    font-weight: bold;
}

.terms-and-conditions.privacy-policy ol > li.no-counter:before {
    content: '';
}

.terms-and-conditions.privacy-policy ol > li {
    font-weight: normal;
}

.upload-till-slip ul > li::marker {
    color: #fec000;
}

.upload-till-slip-take-photo {
    width: 283px !important;
    height: 63px !important;
}

.wallet-history-image {
    width: 106.1px;
    min-height: 138px;
    max-height: 138px;
    height: -webkit-fill-available;
    object-fit: cover;
}

.wallet-history-title {
    font-size: 15px;
}

.wallet-history-title-status {
    font-size: 18px;
    font-weight: bold;
}

.wallet-history-entry {
    max-width: 500px;
}

.wallet-history-card {
    min-height: 138px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    max-width: 500px;
}

.wallet-history-page {
    background-color: #f7f5f5;
}

.wallet-history-rewards {
    font-size: 16px;
}

.wallet-history-no-slips-uploaded {
    font-size: 18px;
}

.game-image {
    width: 65%;
    max-width: 400px;
}

.comms-prefs {
    font-size: 16px
}

.portal-carousel {
    color: #fff;
    background-color: #000;
}

.portal-carousel .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.portal-carousel .owl-dot span {
    background: #fff !important;
    border: solid 1px #707070;
    opacity: 0.45;
}

.portal-carousel .owl-dot.active span {
    opacity: 1;
}

.portal-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: inherit;
    text-decoration: none;
    height: 200px;
    width: 100%;
    line-height: 21px;
}

.portal-carousel .item img {
    height: 100%;
    object-fit: cover;
}

.portal-carousel .description {
    font-size: 20px;
    font-family: MTNBrighterSansBold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: absolute;
    left: 5%;
    bottom: 15%;
    width: 90%;
}

.portal-carousel .source {
    font-size: 9px;
    position: absolute;
    left: 5%;
    bottom: 7%;
    width: 90%;
}

.main-category-heading {
    font-family: MTNBrighterSansBold;
    font-size: 26px;
    color: #000;
    height: 33px;
    margin: 16px 0;
}

#marketing-submit-btn {
    transition: all 0.3s ease-in 0s;
}

.landing-page-header {
    font-family: MTNBrighterSansBold;
    font-size: 18px;
}

.pricing-text {
    letter-spacing: 1.4px;
}

.portal-modal .form-control {
    border-radius: 5px;
}

.portal-modal .form-control::placeholder {
    color: #666766 !important;
}

.redirect-icon {
    content: url(/resources/img/general/timer.gif);
}

.general-loading-icon > img {
    width: 100px;
}

.menu-icon {
    width: 20px;
}

.terms-and-conditions ol > li.no-counter.list-upper-alpha {
    list-style-type: upper-alpha;
}

.terms-sub-header {
    font-size: larger;
    font-weight: bold;
}

.main-category-description {
    margin: 0 16px 16px;
}

.deal-block, .deal-image-container {
    position: relative;
}

.deal-sold-out-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    border-radius: 10px;
}

.deal-sold-out-text {
    color: #fff;
    font-size: 20px;
    font-family: MTNBrighterSansBold;
    text-transform: uppercase;
    transform: rotate(-20deg);
}

.sold-out-button-text {
    font-weight: bold;
    font-size: 14px;
}

.sold-out-button-text.single-deal {
    font-size: 17px;
}

.deal-sold-out-text.single-deal {
    font-size: 48px;
}

@media (min-width: 280px) {
    .portal-carousel .item {
        height: 175px;
    }

    #sidebar ul li a {
        padding: 29.9px 20.6px 29.9px 39px;
    }
}

@media (min-width: 360px) {
    .portal-carousel .item {
        height: 225px;
    }
}

@media (min-width: 375px) {
    .portal-carousel .item {
        height: 234px;
    }
}

@media (min-width: 389px) {
    .landing-page-header {
        font-size: 20px;
    }
}

@media (min-width: 414px) {
    .portal-carousel .item {
        height: 259px;
    }
}

@media (min-width: 425px) {
    .portal-carousel .item {
        height: 266px;
    }
}

@media (min-width: 540px) {
    .portal-carousel .item {
        height: 338px;
    }
}

@media (min-width: 596px) {
    .portal-carousel .item {
        height: 373px;
    }
}

@media (min-width: 667px) {
    .portal-carousel .item {
        height: 417px;
    }
}

@media (min-width: 736px) {
    .portal-carousel .item {
        height: 460px;
    }
}

@media (min-width: 768px) {
    .user-my-profile-text {
        font-size: 18px;
    }

    .landing-page-header {
        font-size: 1.823vw;
    }

    .terms {
        font-size: 14px;
    }

    .pricing-text {
        font-size: 1.042vw;
    }

    .portal-dropdown > div > a {
        font-size: 18px;
    }

    .terms-and-conditions > ol > li ol {
        padding-left: 40px;
        font-size: 16px;
    }

    .terms-and-conditions > ol > li {
        font-size: 18px;
    }

    .terms-and-conditions > ol > li ol li {
        font-size: 16px;
    }

    .comms-prefs {
        font-size: 20px;
    }

    #receive-marketing-modal .portal-subscribe-btn {
        width: 150px;
        font-size: 18px;
    }

    #receive-marketing-modal .close {
        font-size: 13px;
    }

    .portal-carousel {
        position: absolute;
        left: 3%;
        top: 4%;
        width: 640px;
    }

    .portal-carousel .item {
        height: 400px;
    }

    .terms {
        font-size: 0.938vw;
    }

    .sign-in {
        font-size: 1.146vw;
    }

    .deal-sold-out-text {
        font-size: 40px;
    }

    .sold-out-button-text {
        font-size: 18px;
    }

    .sold-out-button-text.single-deal {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .content-publication-title {
        font-size: 30px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: 0.6px;
        text-align: left;
        color: #ba4327;
        margin: 0px 0px 10px 0px !important;
    }

    .content-publication-date {
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin: 0px 0px 10px 0px !important;
    }

    .content-publication-read-button {
        margin: 0px 0px 10px 0px !important;
    }

    .main-category-heading {
        font-size: 28px;
        height: 64px;
    }

    .limited-time-offer-image {
        max-height: 300px;
    }

    .limited-time-offer-heading {
        font-size: 26px;
    }

    .limited-time-offer-description {
        font-size: 20px;
    }

    .limited-time-offer-expiry-date {
        font-size: 16px;
    }

    .limited-time-offer-terms-and-conditions {
        font-size: 16px;
    }

    .limited-time-offer-button {
        font-size: 18px !important;
        width: 215px !important;
    }

    .main-category-description {
        margin: 0 16px 40px;
        font-size: 20px;
    }
}

@media (min-width: 1000px) {
    .nav-link {
        font-size: 15px;
    }
}
