﻿.splash img {
    position: fixed;
    display: block !important;
    top: 70%;
    left: 22.5%;
}

.splash::after {
    display: none !important;
}

body {
    overscroll-behavior-y: contain;
}

.glue-spinner-style {
    top: 0;
    left: 0;
}

.float-start {
    float: left;
}

.float-end {
    float: right;
}

.align-start {
    text-align: left;
}

.align-end {
    text-align: right;
}

.align-center {
    text-align: center;
}

.half-width {
    width: 45%;
}

.margin-auto-start {
    margin-right: auto;
}

.margin-auto-end {
    margin-left: auto;
}

.main-content-holder {
    text-align: left;
}

.rewards-popup-holder {
    z-index: 999999999999 !important;
}

ul.country-list {
    text-align: left;
}

.react-tel-input {
    direction: ltr !important;
}

.floating-btn {
    right: 0px;
}

.ltr-field input,
.ltr-input {
    direction: ltr;
}

.align-left {
    text-align: left;
}

.checkbox-row {
    position: relative;
    width: fit-content;
    display: inline-block;
}

.checkbox-label {
    text-align: left;
}

.checkbox-row span {
    float: right;
}

.horizontal-skeleton {
    float: left;
}

.MuiGrid-root.MuiGrid-container {
    /* max-width: 100%; */
}

.browser-issue-image {
    color: #ffffff;
    padding: 25% 55px;
    text-align: center;
}

/* Calendar */

.MuiCalendarPicker-root {
    direction: ltr;
}

/* Side menus */

.bm-menu-wrap {
    left: 0;
}

/* Stamp cards */
.card-bottom {
    position: absolute;
    width: 80%;
    bottom: -20px;
    left: 10%;
    height: 120px;
}

.card-holder {
    position: relative;
    /* width: 317px;
    height: 417px; */
}

.card-holder canvas {
    position: relative;
    z-index: 0;
}

.card-bottom-title {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 3%;
    height: 35px;
}

.card-bottom-title>* {
    float: left;
}

.card-bottom-title>p {
    margin: 0 15px;
}

.card-price-holder {
    left: 0;
}

.personal-reward-icon {
    width: 0;
}

/* Info page */

.info-page-holder {
    text-align: left;
}

.barcode-holder {
    width: 72%;
    margin: 20px 0;
}

.barcode-holder svg>rect {
    width: 100%;
}

.barcode-holder svg {
    width: 100%;
}

.personal-reward-info-row .barcode-holder {
    height: 70px;
    width: 100%;
    margin: 10px 0;
}

.personal-reward-info-row .barcode-holder>svg {
    height: 100%;
    width: 100%;
}

/* Cart */

.key-value-holder>* {
    float: left;
}

.key-value-holder {
    width: 100%;
    display: inline-block;
    line-height: 16px;
}

.key-value-holder>*:first-child {
    margin-right: 5px;
}

.key-value-holder>*:last-child {
    float: right;
}

.card-field {
    height: 32px;
}

/* Personal orders */

.order-summary-row {
    float: right;
}

.order-summary-row-qty {
    float: left;
    padding-right: 10px;
}

/* Points Shop */

.points-shop-item-holder>div {
    float: left;
}

.points-shop-item-holder {
    width: 94%;
    /* height: 120px; */
    display: inline-block;
}

/* .points-shop-item-info-holder {
    width: 57%;
    height: 100%;
    display: inline-block;
    position: relative;
} */

.points-shop-item-info-holder>p {
    left: 0px;
}

.points-shop-item-image-holder>div {
    left: 7%;
    bottom: 0;
}

.div-timer-layout {
    margin-right: auto;
    margin-left: 0;
}

/* Rewards popup */

.rewards-popup-text {
    text-align: left;
    padding-left: 15px;
}

.rewards-popup-btn {
    right: 0px;
}

/* Notifications */

.notification-cell {
    text-align: left;
}