/* body{
    height:100vh !important;
} */
.focus {
    outline: none; /* Remove the default focus outline */
    box-shadow:0px 0px 4px 0px #a11212 !important;
}
.sugest{
    cursor:pointer;
}
#message{
    color:firebrick;
}
#info-message:empty{
    display: none;
}
.container #body #accordionQris .barcode-reload::before{
    width: 100% !important;
}
.disabled-verif{
    background-color: #b5b5b5 !important;
}
.container #body #accordionQris .barcode-reload::before{
    z-index:1;
}
.blur{
    filter:blur(3px);
}
.container #body #accordionQris .button-in-layer{
    z-index: 2;
}
#btn-reload-qris{
    padding:14px 20px !important;
}
/* skeleton */
/* Variables */
/* Animation */
@-webkit-keyframes ssc-loading {
from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
@keyframes ssc-loading {
from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
}
/* Animation partial */
.ssc-square, .ssc-head-line, .ssc-line, .ssc-hr, .ssc-circle {
display: block;
background-color: rgba(0, 0, 0, 0.17);
position: relative;
overflow: hidden;
border-radius: 10px;
}
.ssc-square:after, .ssc-head-line:after, .ssc-line:after, .ssc-hr:after, .ssc-circle:after {
content: "";
-webkit-animation: ssc-loading 1.3s infinite;
        animation: ssc-loading 1.3s infinite;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: translateX(-100%);
        transform: translateX(-100%);
z-index: 1;
background: linear-gradient(90deg, transparent, hsla(0deg, 0%, 100%, 0.3), transparent);
}

/** Main class */
.ssc {
cursor: progress;
-webkit-user-select: none;
        user-select: none;
}

/** Helpers classes */
.ssc .mb {
margin-bottom: 16px;
}
.ssc .mt {
margin-top: 16px;
}
.ssc .mr {
margin-right: 16px;
}
.ssc .ml {
margin-left: 16px;
}
.ssc .mbs {
margin-bottom: 8px;
}
.ssc .mts {
margin-top: 8px;
}
.ssc .mrs {
margin-right: 8px;
}
.ssc .mls {
margin-left: 8px;
}
.ssc .w-10 {
width: 10%;
}
.ssc .w-20 {
width: 20%;
}
.ssc .w-30 {
width: 30%;
}
.ssc .w-40 {
width: 40%;
}
.ssc .w-50 {
width: 50%;
}
.ssc .w-60 {
width: 60%;
}
.ssc .w-70 {
width: 70%;
}
.ssc .w-80 {
width: 80%;
}
.ssc .w-90 {
width: 90%;
}
.ssc .w-100 {
width: 100%;
}
.ssc .flex {
display: flex;
}
.ssc .inline-flex {
display: inline-flex;
}
.ssc .flex-column {
flex-direction: column;
}
.ssc .flex-column-reverse {
flex-direction: column-reverse;
}
.ssc .flex-row {
flex-direction: row;
}
.ssc .flex-row-reverse {
flex-direction: row-reverse;
}
.ssc .align-center {
align-items: center;
}
.ssc .align-start {
align-items: flex-start;
}
.ssc .align-end {
align-items: flex-end;
}
.ssc .align-stretch {
align-items: stretch;
}
.ssc .justify-start {
justify-content: start;
}
.ssc .justify-center {
justify-content: center;
}
.ssc .justify-end {
justify-content: end;
}
.ssc .justify-between {
justify-content: space-between;
}
.ssc .justify-around {
justify-content: space-around;
}

/** Wrapper class */
.ssc-wrapper {
padding: 16px;
}

/* Figures, Objects */
.ssc-card {
display: block;
width: 100%;
height: 100%;
border-radius: 5px;
box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.17);
background-color: #ffffff;
}

.ssc-circle {
border-radius: 50%;
width: 50px;
height: 50px;
}

.ssc-hr {
width: 100%;
height: 2px;
}

.ssc-line {
border-radius: 15px;
width: 100%;
height: 12px;
}

.ssc-head-line {
border-radius: 15px;
width: 100%;
height: 24px;
}

.ssc-square {
width: 100%;
height: 150px;
}
.disabled-check{
    background-color: #9f9f9f !important;
}
.container #body .button-group-detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}
.container #body .button-group-detail .btn-custom-outline-primary{
    margin-top: 16px !important;
    border-radius: 50px;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px;
    color: #da2827;
    margin-top: 0;
    border: none;
    background-color: transparent;
}
.container #body .card-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.container #body .card-empty img {
    width: 96px;
    height: 96px;
}
.messageError:empty{
    display:none;
}
.span-highlight-success{
    color: #558b2f;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    font-style: normal;
    line-height: 168%;
}
.btn-jump-app{
    padding: 18px 70px;
}
.btn-outline-primary1{
    border-radius: 50px !important;
    border: 1px solid #da2827 !important;
    width: 100%;
    padding: 14px 24px !important;
    color: #da2827 !important;
    font-weight: 600 !important;
    margin-top: 16px;
}
#mregrefferal:focus{
    background: none !important;
    box-shadow: none !important;
}
#keywordList{
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
.form-card-payment{
    width:600px;
    max-width: 600px;
    align-items:unset !important;
    gap:unset !important;
}
.hero-payment-image{
    margin-top: -200px !important;
    display: block;
}
.hero-checkout-image{
    margin-top: -300px !important;
    display: block;
}
.form-success{
    width: 1000px;
}
.hero-success-image img{
    margin-top:50px;
}
.icon-card{ flex:0 0 56px; }
.icon-card svg{ width:56px; height:56px; display:block; }
.business_name{ text-transform:uppercase; }
.reg_name{ text-transform:uppercase; opacity:.8; }
.img-pop-up{
    width:400px;
}
.card-item-checkout{
    display: flex !important;
}
.mask-wrap{
    overflow:hidden;
    clip-path: inset(15% 32% 15% 12% round 0);
    margin-left: -48px;
    margin-right: -120px;
    margin-top: -50px;
    margin-bottom: -47px;
    border-radius:8px !important;
}
.mask-wrap2{
    overflow:hidden;
    clip-path: inset(15% 32% 15% 12% round 0);
    margin-left: -48px;
    margin-right: -120px;
    margin-top: -50px;
    margin-bottom: -47px;
    border-radius:8px !important;
}
@media screen and (min-width: 100px) and (max-width: 991px){
    .mask-wrap{
        margin-bottom:16px !important;
        clip-path: unset !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius:8px;
    }
    .mask-wrap dotlottie-player{
        width: 100% !important;
        transform: scale(1.5);
    }
    .mask-wrap2{
        margin-bottom:16px !important;
        clip-path: unset !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius:8px;
    }
    .mask-wrap2 dotlottie-player{
        width: 100% !important;
        transform: scale(1.5);
    }
    .card-item-checkout img{
        width:100%;
        margin-bottom:20px;
    }
    .card-item-checkout{
        display: inline !important;
    }
    .img-pop-up{
        width:100%;
    }
    .hero-checkout-image{
        margin-top: 20px !important;
    }
    .hero-checkout-image img{
        width: 200px !important;
    }
    .hero-success-image img{
        width: 200px;
    }
    .form-success{
        max-width:unset !important;
        margin-bottom:100px !important;
    }
    .hero-verif-image img{
        width: 50% !important;
        height: auto !important;
    }
    .form-card-payment{
        margin-top:30px;
        width:100%;
    }
    .hero-payment-image{
        margin-top: 0px;
        display: none;
    }
    #btn-reload-qris{
        padding:10px 0px !important;
    }
    .btn-custom-primary{
        margin-top:0 !important;
    }
}