.khqr-card {
    font-family: "Nunito Sans", Montserrat, sans-serif;
    width: 297px;
    /*height: 440px;*/
    border-radius: 20px !important;
    border: none !important;
    color: #000000 !important;

    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.khqr-content-direct .khqr-card {
    font-family: "Nunito Sans", Montserrat, sans-serif;
    width: 260px;
    /*height: 386px;*/
    border-radius: 20px !important;
    border: none !important;
    color: #000000 !important;

    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgb(0 0 0 / 0.35);
}

/* KHQR header styles */
.khqr-header {
    min-height: 45px !important;
    background-color: #e1232e !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.khqr-header label {
    color: #FFFFFF;
}
.khqr-header-shape {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #e1232e transparent transparent;

    right: 0;
    top: 20px;
    position: absolute;
    
}
/* End */

/* LAOQR header styles */
.laoqr-header {
    min-height: 45px !important;
    background-color: #002768 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.laoqr-header label {
    color: #FFFFFF;
}
.laoqr-header-shape {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: transparent #002768 transparent transparent;

    right: 0;
    top: 20px;
    position: absolute;
    
}
/* End */

.khqr-horizontal-line {
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    border-top: 2px dashed !important;
    color: #bbbbbb;
}

/* KHQR body styles */
.khqr-body {
    padding: 0 40px 0 40px !important;
}
.khqr-content-direct .khqr-body {
    padding: 0 30px 0 30px !important;
}
.khqr-body .receiver-info {
    padding: 22px 0 22px 0 !important;
    text-align: left;
}
.khqr-content-direct .khqr-body .receiver-info {
    padding: 15px 0 15px 0 !important;
    text-align: left;
}
.khqr-body .receiver-info label, .khqr-body .receiver-info small{
    font-size: 15px;
}
 .khqr-body .receiver-info small{
    margin-left: 10px;
} 
.khqr-content-direct .khqr-body .receiver-info small{
    margin-left: 10px;
    margin-top: 13px;
}
.khqr-body .receiver-info span{
    font-size: 33px;
    font-weight: bold;
}
.khqr-body img {
    padding: 36px 0 36px 0 !important;
}
.khqr-content-direct .khqr-body img {
    padding: 26px 0 20px 0 !important;
}
/*.khqr-content-direct .khqr-content-wrapper{
    margin-top: -50px !important;
}*/
/* End */

/*KHQR mobile style*/
.khqr-content-mobile{
    height: 100% !important;
    display: none;
}
.khqr-content-mobile .khqr-card {
    font-family: "Nunito Sans", Montserrat, sans-serif;
    width: 260px;
    /*height: 386px;*/
    border-radius: 20px !important;
    border: none !important;
    color: #000000 !important;

    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgb(0 0 0 / 0.35);
}
.khqr-content-mobile .khqr-body {
    padding: 0 30px 0 30px !important;
}
.khqr-content-mobile .khqr-body .receiver-info {
    padding: 15px 0 15px 0 !important;
    text-align: left;
}
.khqr-content-mobile .khqr-body .receiver-info small{
    margin-left: 10px;
    margin-top: 13px;
}
.khqr-content-mobile .khqr-body img {
    padding: 26px 0 20px 0 !important;
}

/* KHQR Modal styles */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: inherit;
    min-width: 297px;
/*    width: 50%;
    max-width: 365px;
    min-width: 365px;
    height: auto;*/
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.md-show {
    visibility: visible;
}
.khqr-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    /*background: rgba(40,43,49,.8);*/
    background: rgb(40 43 49 / 28%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    
    backdrop-filter: blur(2px);
}
.md-show ~ .khqr-overlay {
    opacity: 1;
    visibility: visible;
}
/* Fade in and scale up */
.khqr-modal-effect .khqr-content {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.md-show.khqr-modal-effect .khqr-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.khqr-btn-close {
    right: -25px;
    top: -25px;
    position: fixed
}
.khqr-btn-close {
    color: #FFFFFF !important;
}
/* End KHQR Modal styles */



.optionButton .nav-link {
    background-color: #ffffff;
    color: #7a7a7a !important;
    border: 1px solid #b3b3b3 !important;
    padding: 1rem !important;
}

.optionButton .nav-pills .nav-link.active, .optionButton .nav-pills .show>.nav-link {
    /*background-color: #f1f8ffcc !important;*/
    border: 1px solid #ced4da !important;
    color: #1a3351 !important;
}
.optionButton .nav-item {
    width: 49%;
}
.optionButton .nav-link span {
    font-size: 12px;
}

@media (min-width: 320px) and (max-width: 719px) {
    .optionButton .nav-item {
        width: 100%;
    }
    .optionButton .nav-item:first-child {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 320px) {
    .khqr-btn-close {
        right: 0;
    }
}

.openDeeplinkConfirmBox{
    z-index: 99999999 !important;
    
}

.khqrModal {
    min-height: 289px;
    max-height: auto;
}

.khqrLeftSide, .khqrDirectQr {
    min-height: 246px;
    max-height: auto;
}