.bsapp-payment-page .bsapp-payment-box {
    height: calc( 100% - 120px);
}

@media screen and (max-width: 576px) {
    .bsapp-payment-page .wizard-container {
        height: 0px;
    }
    .bsapp-payment-page .wizard-container.bsapp-expand-50 {
        height: 100% !important;
     }
    .bsapp-payment-page .bsapp-payment-box {
        height: 100%;
    }
}

.bsapp-summary-container, .calc-full-height-min-58{
    height: calc( 100% - 58px) !important;
}

.bsapp-payment-page .bsapp-scroll.overflow-auto:hover::-webkit-scrollbar {
    width: 0px; }

.bsapp-payment-page .bsapp-scroll.overflow-auto:hover::-webkit-scrollbar-thumb {
    background-color: transparent; }

.bsapp-payment-page .bsapp-scroll.overflow-auto:hover::-webkit-scrollbar-track {
    background: transparent; }

.no-show-line{
    text-decoration: none !important;
}
