.depositModalTabs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 6px 0;
}

.deposit-tabs-modal {
    gap: 0 6px;
    padding: 0 6px;
}

.depositModalTabsLinks {
    width: 11.5rem;
    height: 3.2rem !important;
    border-radius: 2px !important;
    background: #fff;
    border: 1px solid #AEAEAE;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #43444A;
}

.deposit_active {
    background: #c51a1b !important;
    color: #fff;
    border: none !important;
}

.deposit-tabs-modal .depositModalTabsLinks {
    width: auto;
    flex: 1 1 auto;
    flex-grow: 1;
}

.depositRightTable {
    height: 74% !important;
    margin-bottom: 0 !important;
}

#depositId [data-pms-type="vertical"] ul.pm-list {
    margin: auto;
    padding: 10px 0;
    list-style: none;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    /* display: flex; */
    justify-content: start;
    flex-wrap: wrap;
    column-gap: 6px;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    height: 100%;
    /* overflow-y: auto; */
}

.pm-vertical-wrapper {
    border-bottom: .5px solid #ddd;
}

.questionMark {
    background: #000;
    color: #fff;
    cursor: pointer;
}

@media (max-width:767px) {
    #depositId .left-column {
        width: 100%;
        padding-left: 2.4rem;
        box-sizing: border-box;
        display: inline-block;
        position: static;
        height: auto;
        min-height: inherit;
        padding: 0;
    }
    #depositId [data-pms-type="vertical"],
    #depositId [data-pms-type="vertical"] .payment_header,
    #depositId [data-pms-type="vertical"] .list-container,
    #depositId [data-pms-type="vertical"] .list-container {
        width: 100%;
        min-height: inherit;
        margin-top: 1rem;
        margin-bottom: 0.6rem;
        height: auto;
        /* border-bottom: .1rem solid #ddd; */
    }
    #depositId [data-pms-type="vertical"] ul.pm-list>li {
        /* min-width: 10rem;
        height: 7rem; */
        min-width: 102px;
        height: auto;
        padding: 6px 0;
    }
    #depositId [data-pms-type="vertical"] ul.pm-list>li:first-child {
        margin-left: 0;
    }
    /* #depositId [data-pms-type="vertical"] .pm-details.pm, */
    #depositId .pm.payment_header.noselect,
    #depositId div#payment-details-header .cell.noselect span.title-section {
        display: none;
    }
    #depositId [data-pms-type="vertical"] .upm-logo,
    #depositId [data-pms-type="vertical"] .pm-logo {
        margin: 0;
    }
    #depositId [data-pms-type="vertical"] ul.pm-list>li .pm_available {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #depositId [data-pms-type="vertical"] ul.pm-list {
        width: 100%;
    }
    .cls-custom {
        height: auto!important;
    }
    #depositId .cell {
        display: block;
    }
    #depositId .title-section.cls-label_fixed_amount.title-section,
    #depositId .title-section.hide_open_amount_item.cls-hide_open_amount_item,
    #depositId .amount-wrapper .hide_open_amount_item {
        display: none;
    }
    #depositId .scrollable {
        height: auto!important;
    }
    #depositId .PMINFO {
        padding-bottom: 0;
    }
    #depositId div#pm_amount-container {
        width: 100%;
    }
    #depositId div#continueButtonWrapper,
    #depositId div#continueButtonWrapper1,
    #depositId .row.submit_button {
        position: static;
        width: 100%;
        display: inline-block;
        margin-top: 0;
    }
    #depositId .wrapp {
        max-width: inherit;
        min-width: inherit;
        padding: 0;
    }
    #depositId .row.suggested-input.leftCurrnecyLbl,
    #depositId .row.wd-amount-form-wrapp {
        width: 100%;
    }
    #depositId .table #reducement-helper-wrapper.table {
        margin-bottom: 0;
    }
    #depositId .payment_amount .row {
        margin-bottom: 0;
    }
    #depositId .policy-footer {
        margin-bottom: 5rem;
    }
    #depositId div[role="main"] {
        margin-bottom: -2rem;
    }
    #depositId .left-column:before {
        display: none;
    }
}

@media (min-width:768px) {
    .cls-pm-title {
        display: none;
    }
}

#pm-vertical-wrapper {
    overflow-y: auto;
}