﻿.PaymentGatewayModal {
    top: 70px !important;
}

.widget-chart.widget-chart-hover {
    transition: all .2s ease-in-out !important;
}

.widget-chart {
    text-align: center;
    padding: 16px 0px 0px 0px;
    position: relative;
}

    .widget-chart .widget-numbers {
        font-weight: 600;
        font-size: 1.15rem !important;
        display: block;
        line-height: 1;
        margin: 5px;
        color: #000;
    }

.cus-card-img.rounded-circle {
    border-radius: 0 !important;
}

.icon-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}

.icon-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.cus-card-img {
    width: 100%;
    height: 105px;
}

.icon-wrapper .icon-wrapper-bg {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 3;
    opacity: 1;
}

.widget-chart .widget-subheading {
    margin: -0.5rem 0 0;
    display: block;
    opacity: .6;
}

.subcat-list td:first-child {
    width: 70%
}

.cus-btn-pay-go {
    width: 100%;
    font-size: 15px;
    background-color: #21415b !important;
    border-color: #21415b !important;
    border-radius: 10px;
}

.widget-chart.widget-chart-hover:hover {
    z-index: 15;
    transform: scale(1.10) !important;
    box-shadow: 0 0.46875rem 4.1875rem rgba(4, 9, 20, 0.05), 0 0.9375rem 2.40625rem rgba(4, 9, 20, 0.05), 0 0.25rem 1.3125rem rgba(4, 9, 20, 0.06), 0 0.125rem 1.1875rem rgba(4, 9, 20, 0.06);
    cursor: pointer;
    background: #fbfbfb;
    border-radius: 10px;
}

.payment-card {
    margin-top: 30px;
}
