﻿.boxbuyContainer {
    margin-bottom: 0;
    margin-top: 60px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    padding-bottom: 70px;
}

.buy_sticky_bottom {
    position: fixed;
    bottom: 85px;
    z-index: 1000;
    width: inherit;
    max-width: inherit;
}

@media (max-width: 375px) {
    .buy_sticky_bottom label {
        font-size: 10px !important;
    }

    .buy_sticky_bottom .btn {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
}

    .boxbuyContainer::-webkit-scrollbar {
        width: 0;
    }

.box-select-card {
    cursor: pointer;
    transition: all 0.2s;
}

    .box-select-card.active {
        border-color: #0d6efd !important;
        box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
    }

    .box-select-card .badge-selected {
        color: #adb5bd;
        background-color: transparent;
        border: 1px solid #dee2e6;
        border-radius: 20px;
        padding: 2px 8px;
        font-size: 11px;
    }

    .box-select-card.active .badge-selected {
        color: #0d6efd;
        background-color: #e8f0fe;
        border: 1px solid #0d6efd;
    }

.buy_main_box .buy_main_btn_new {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.2s, opacity 0.2s;
}

.buy_main_box.active .buy_main_btn_new {
    filter: grayscale(0%);
    opacity: 1;
}

.buy_main_box img{
    padding-bottom: 3px;
}

#btnPayFinal:disabled {
    background-color: #adb5bd;
    border-color: #adb5bd;
}

