.refresh-btn{
    color: #c2a63e;
    background: #101010;
    border-color: white; width: 25%;    height: 23%;
}
.refresh-btn:not(:disabled):not(.disabled):active:focus,
.refresh-btn:not(:disabled):not(.disabled).active:focus,
.refresh-btn.dropdown-toggle:focus,.refresh-btn:hover{
    color: #c2a63e;
    background: #101010;
    border-color: white; width: 25%;    height: 100%;
}
.refresh-icon{
    font-size: 2rem;
    padding: 10px 0px;

}

.due-card {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

.due-card .card-img {
    box-sizing: border-box;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.due-card .card-img img {
    width: 100%;
}

.due-card h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 1.2em !important;
    color: #fff;
    z-index: 2;
    line-height: 22px;
}

.due-card h2 span {
    font-size: 1em !important;
}

.card-pb h3 {
    font-size: 1.1em;
    padding-bottom: 2px;
    color: #333;
    font-weight: 400;
    text-shadow: none;
    padding-left: 0;
}

.card-pb h4 {
    font-size: 1em;
    color: #666;
    font-weight: 400;
    text-shadow: none;
}

.due-card a {
    position: absolute;
    right: 20px;
    bottom: 73px;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 300;
}

.card-pb .details h5 {
    line-height: 1.5;
    font-size: 1em;
    text-transform: none;
}

.card-pb {
    background: #fff;
    padding: 10px 15px 18px;
    padding-top: 30px;
    border-radius: 0 0 1em 1em;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 98%;
    margin: 0 auto;
    top: -20px;
    left: 0;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

.details button {
    margin-top: 0;
}
.card_holder .debit_c .credit_card {
    position: absolute;
    top: 0;
    left: 0;
}
.card_holder .debit_c {

    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 25px;
    background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%)!important;
    border-radius: 1.6em;
    border: 1px solid #9b8533;
}

.card_image{
    height: 227px;
    width: 402px;
    border-radius: 5px;
}
@media only screen and (max-width: 420px) {
    .card_image {
        height: 181px;
        width: 402px;
        border-radius: 22px;
    }
    .proceed-div{
        text-align: center !important;
    }
}

@media only screen and (width: 1024px) {
    .card_holder .debit_c{
        height: 213px !important;
        width: 355px !important;
    }

    .card_image {
        height: 213px;
        width: 355px;
        border-radius: 22px;
    }
    .card_holder .debit_detail {
        width: 353px !important;
    }
}
.swal2-confirm{
    background-color: #9b8533;
    border-color: #9b8533;
}
.hidden{
    display: none;
}