html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.enterMobileNo {
    font-size: 60px;
    text-align: center;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.main-input {
    margin-top: 40px;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.btn-lg-enterMobile {
    font-size: 60px;
    margin-left: 0px;
    border-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 30px;
    height: 108px;
    aspect-ratio: 1/1;
    border: 1px solid #cbcbcb !important;
}

    .btn-lg-enterMobile:hover {
        background-color: #07ba52;
        border: 1px solid #07ba52 !important;
    }

.loyaltyIcon {
    width: 100px;
    aspect-ratio: 1/1;
    background-color: #faba52;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

    .loyaltyIcon img {
        width: 45px;
        margin-top: 26px;
        filter: brightness(0) invert(1);
    }

nav img {
    margin-top:-20px;
}

.poweredBy {
    height:20px;
    margin-top:22px;
    margin-left:5px;
    opacity:0.6;
}

.container-stamp {
    position: relative;
    width: 95%;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
}

    .container-stamp .circle {
        height: 100px;
        width: 100px;
        background-color: #ebebeb;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        margin: 0 5px;
        border:dashed 2px #cbcbcb;
    }

.stamp {
    margin-top: -5px;
    margin-left: 10px;
    height: 90px;
    width: 90px;
    /*background-image: url('https://www.onlygfx.com/wp-content/uploads/2017/11/free-stamp-1-1024x1024.png');*/
    background-image: url('../images/Gratis.png');
    background-size: 90px 90px;
}

.stampNoAnimation {
    opacity: 1;
    transform: rotate(-15deg) scale(1);
    height: 100px;
    width: 100px;
    border-radius: 5px;
    background-size: 100px 100px;
}

.generalStamp {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    background-size: 100px 100px;
    position: relative;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.stamp_1 {
    background-image: url('../images/4.png');
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.stamp_2 {
    background-image: url('../images/4.png');
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.stamp_3 {
    background-image: url('../images/4.png');
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.stamp_4 {
    background-image: url('../images/4.png');
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    10% {
        opacity: .50;
        transform-origin: 50% 50%;
        transform: rotate(-2deg) scale(5);
        transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    }

    100% {
        opacity: 1;
        transform: rotate(-15deg) scale(1);
    }
}


.btn-lg-plus {
    font-size: 60px;
    margin-left: -2px;
    border-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 50px;
    height: 110px;
    aspect-ratio: 1/1;
    border: 1px solid #cbcbcb !important;
}

    .btn-lg-plus:hover {
        background-color: #07ba52;
        border: 1px solid #07ba52 !important;
    }

.btn-lg-minus {
    font-size: 60px;
    margin-right: -2px;
    border-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 50px;
    height: 110px;
    aspect-ratio: 1/1;
    border: 1px solid #cbcbcb !important;
}

    .btn-lg-minus:hover {
        background-color: #ff0000;
        border: 1px solid #ff0000 !important;
    }

.input-numeric-container-2 {
    background: #fff;
    padding: 1em;
    margin: 1em auto;
    max-width: 575px;
}


.table-numeric {
    width: 100%;
    border-collapse: collapse;
}

    .table-numeric td {
        vertical-align: top;
        text-align: center;
        width: 33.33333333333%;
        border: 0;
    }

    .table-numeric button {
        position: relative;
        cursor: pointer;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: .8em 0.3em;
        font-size: 20px;
        border-radius: 0.1em;
        outline: none;
        user-select: none;
    }

        .table-numeric button:active {
            top: 2px;
        }

.key {
    background: #fefefe;
    border: 1px solid #d8d6d6;
    
}

.key-del {
    background: #FF9800;
    border: 1px solid #ca7800;
    color: #fff;
}

.key-clear {
    background: #E91E63;
    border: 1px solid #c70a4b;
    color: #fff;
}

button[disabled] {
    opacity: 0.5;
    cursor: no-drop;
}

[data-numeric="hidden"] .table-numeric {
    display: none;
}