root {
    --color-primary: #29a33f;
    --color-secondary: #6c757d;
    --text-primary: #17a2b8;
    --magnolia: #f4f5ff;
    --black: #000;
    --_background: #f4f6f9;
    --white: #fff;
    --container: var(--color-secondary);
    --text-color: var(--white);
    --text-link: var(--color-secondary);
    --banner: var(--color-primary);
    --background: var(--_background);
    --btn-primary: var(--color-primary);
    --btn-secondary: var(--color-secondary);
    --box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    --shadow: rgba(0, 0, 0, .3) 0 1px 2px 0, rgba(0, 0, 0, .15) 0 2px 6px 2px;
    --text-shadow: rgba(0, 0, 0, .3) 0 1px 2px
}

*,
::after,
::before {
    box-sizing: border-box
}
.prettyline {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}


.d-none{
    display: none !important;
}

img#image {
    width: 100%;
}
.h2, h2 {
    font-size: 2rem;
}

.text-primary {
    color: #427ceb!important;
}
.text-danger {
	color: #dc3545!important;
}
.text-sm {
	font-size: .875rem!important;
}
.text-center {
    text-align: center!important;
}
.timer, .remainTime {
    text-transform: uppercase;
    font-size: 90% !important;
    font-weight: normal;
}
.timer b, .remainTime b{
    font-weight: bold;
    font-size:	200% !important;
}
#scanQrBtn {
    margin-left: -40px;
}
#scanQrBtn img{
    cursor: pointer;
    width: 40px;
    height: 100%;
}
#qrcode img{
    margin: auto;
}
#insBody {
    text-align: left !important;
    border-radius: 5px;
}
li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    line-height: 1rem;
    padding: 10px;
    background: transparent;
}
.loader {
    margin: auto;
    pointer-events: none;
    width: 22.5px;
    height: 22.5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    animation: an1 1s ease infinite
}
.timeloader {
    margin: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--color-primary);
    animation: an1 1s ease infinite
}
.bodyloader {
    position: absolute;
    top: 50dvh;
    left: 45dvw;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--color-primary);
    animation: an1 1s ease infinite
}
@keyframes an1 {
    0% {
        transform: rotate(0turn)
    }

    100% {
        transform: rotate(1turn)
    }
}

hr {
    border: 1.5px solid #427ceb;
    border: 1.5px solid #427ceb;
}

table {  
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: 10px;
    background: transparent;
    color: #757575;
    width: 100%;
    border-collapse: collapse
}
p {
    color: #757575;
}
td {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

thead {
    font-weight: bolder
}

#wrmodal thead, #pointsmodal thead {
    text-transform: uppercase;
    color: #fff;
    background-color: #6c757d;
    background-color: var(--color-secondary);
}
/* 
#pointsmodal thead {
    padding: 5px;
} */

#wrmodal td, #pointsmodal td {
    padding: 5px
}

/* #wrmodal thead {
    text-transform: uppercase;
} */

html, body {
    margin: 0;
    background: gray;
    color: #757575;
    background: var(--background);
    font-family: sans-serif;
}

.btn {
    text-shadow: var(--text-shadow);
    letter-spacing: 3px;
    text-transform: ;
    cursor: pointer;
    font-weight:bolder ;
    font-size: 18px;
    width: 100%;
    margin: 5px 0;
    border: none;
    padding: 10px 24px !important;
    transition: all .2s ease;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px 0, rgba(0, 0, 0, .15) 0 2px 6px 2px;
    box-shadow: var(--box-shadow)
}

.btn:disabled{
    opacity: 0.6;
}
.btn-primary {
    background:#1e8731;
    color: #fff;
}

.btn-secondary {
    background: #427ceb;
    color: #fff;
}
.btn-secondary2 {
    background: #8a999c;
    color: #fff;
}

.btn-success {
    background: #b84d4d!important;
    color: #fff;
}

.btn-danger {
	background: #dc3545!important;
    color: #fff;
}
#cancelsubBtn{
    letter-spacing: unset;
}
.btn:active {
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px 0, rgba(0, 0, 0, .15) 0 2px 6px 2px;
    box-shadow: var(--shadow);
    transform: scale(0.96)
}

.banner {
    max-width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.details { 
    text-transform:;
    font-size: 18px;
    color:#427ceb;
    margin-bottom: 15px;
}

.btn-group {
    position: relative;
    z-index: 1;
    width: 80%;
    max-width: 300px;
    margin: 10px auto auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#status {
    text-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    text-shadow: var(--text-shadow);
    position: relative;
    color: #17a2b8;
    color: var(--color-primary);
    font-weight: ;
    font-size:28px;
    padding: 1px 10px;
    border-radius: 50px
}

input[type="text"] {
    border: none;
    outline: none;
    background-color: #fff;
    width: 75%;
    text-align: left;
    font-weight: bolder;
    font-size: 20px;
    border-radius: 25px 0 0 25px;
    padding: 10px 40px 10px 30px
}

input[type="text"], #v_code{
    font-size: unset;
    font-weight: unset;
}

input[type="username"],
input[type="password"],
input[type="number"] {
    border: none;
    outline: none;
    background-color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    border-radius: 25px;
    padding: 10px;
    margin: 5px 0;
    border: 1.5px solid #17a2b8;
}

.btn-footer {
    display: flex;
    justify-content: space-between
}

.btn-footer [data-ml-close],
[data-gc-close],
[data-login],
[data-gc-pay] {
    width: 48%
}

.row {
    max-width: 700px;
    min-width: 300px;
    margin: auto;
    height: 100dvh;
    min-height: 755px;
    margin-bottom: -64px;
}

a {
    cursor: pointer;
    color: #17a2b8;
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

.footer {
    font-size: 12px;
    width: 100%;
    min-width: 300px;
    color: #828087;
    color: ;
    margin: auto;
    padding: 25px 0px 25px 0px;
    clear: both;
}

.submit {
    text-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    text-shadow: var(--text-shadow);
    cursor: pointer;
    text-transform:;
    font-size: 20px;
    color: #fff;
    font-weight: bolder;
    background: #427ceb;
    border: none;
    width: 25%;
    min-width: 105px;
    transition: all .2s ease
}

.submit:active {
    transform: scale(0.99)
}

.input-group {
    box-shadow: rgba(0, 0, 0, .3) 0 1px 2px 0, rgba(0, 0, 0, .15) 0 2px 6px 2px;
    box-shadow: var(--box-shadow);
    border-radius: ;
    text-align: center;
    width: 100%;
    border: 1px solid gray;
    margin: 2.5px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.d-none {
    display: none
}

.btn-group-footer{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.btn-group-footer .btn-flex{
    width: 100%
}

.btn-flex .btn{
    width: 48%
}

.time-wrapper {
    text-shadow: rgba(0, 0, 0, .3) 0 1px 2px;
    text-shadow: var(--text-shadow);
    font-weight: bolder;
    border: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin-bottom: 10px
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.progress-bar {
    color: #ffffff;
    height: 10px;
    margin: 10px 0;
    left: 0;
    background-color: #427ceb;
}
.progress-bar span{
    font-size: 10px;
    float: right;
}
.text-right {
    text-align: right
}

p {
    display: block;
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 0;
    margin-inline-end: 0
}

#message {
    font-weight: bolder;
    color: #757575;
    color: var(--color-secondary)
}

.modal {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}

.modal.show {
    display: block
}

body.modal-active {
    overflow: hidden
}

.modal-dialog {
    padding: 10px 30px;
    background: #fff;
    width: 350px;
    max-width: 530px;
    border-radius: 3px;
    position: absolute;
    top: -100%;
    left: 50%;
    max-height: 95%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    overflow-y: auto
}

.modal.show .modal-dialog {
    -webkit-animation-name: modalShow;
    animation-name: modalShow;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.modal table {
    text-align: left!important
}

.modal .header {
    padding: 10px;
    font-weight: bolder;
    font-size: larger;
    color: #17a2b8;
    color: #427ceb;
}

@-webkit-keyframes modalShow {
    from {
        top: -100%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }

    to {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@keyframes modalShow {
    from {
        top: 30%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 0
    }

    to {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@media (orientation: portrait) {
    .row {
        width: 100%
    }

    .container {
        padding: 5px 30px
    }

    .modal-dialog {
        width: 90%
    }
}

@media (orientation: landscape) {
    .row {
        max-width: 450px
    }

    .modal-dialog {
        width: 530px
    }
  
    .modal .modal-dialog.dialog-small {
        width: 350px
    }
  
  .scroll-left {
    max-width: 300px;
    border-radius: 1px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #6c757d;
    color: var(--color-secondary);
}

.scroll-left span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite
}

@keyframes scroll-left {
    to {
        transform: translateX(-100%)
    }
}

    .submit {
        padding: 10px 5px !important
    }
}