body {
    font-size: 14px;
    color: #2C314A;
    font-family: 'Lato', sans-serif;
}
.border-bottom-lightblue {
    border-bottom: 1px solid #ECF0FE
}
.mt-0, .my-0 {
    margin-top: 0px;
}
.mb-0, .my-0 {
    margin-bottom: 0px;
}
.pb-3 {padding-bottom: 15px;}
.mb-3 {margin-bottom: 15px !important;}
.mb-4 {margin-bottom: 20px !important;}
.pt-4 { padding-top: 20px !important;}
.text-center { text-align: center;}
.d-none {
    display: none !important;
}
.refund-process-popup .modal-dialog {
    margin: 0px;
}
.refund-process-popup .modal-content {
    background: #FFFFFF;
    border-radius: 0px;
    border: none;
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
}
.refund-process-popup .modal-header {
    border-color: #F4F5FB;
    background: #F4F5FB;
}
.refund-process-popup .modal-header .btn-close-popup {
    background: none;
    border: none;
    opacity: 1;
    top: 10px;
    position: absolute;
    right: 10px;
}
.refund-process-popup .modal-body h3 {
    font-size: 16px;
    font-weight: 900;
    color: #34394D;
}
.refund-process-popup .modal-header .modal-title {
    color: #34394D;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.refund-process-popup .modal-body .fill-show {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #6E7FC429;
    border-radius: 8px;
    padding: 10px;
}
.refund-process-popup .modal-body .label-title {
    font-size: 14px;
    color: #2C314A;
    font-weight: 500;
}
.refund-process-popup .modal-body .fill-label {
    font-size: 14px;
    color: #2DBDCA;
    font-weight: 800;
    padding-left: 15px;
}
.refund-process-popup .modal-body .form-label {
    color: #2C314A;
    opacity: 0.51;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
.debit-card {
    max-width: 300px;
    background: #213568;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}
.debit-card::after {
    background: url(../images/card-balun.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 40px;
    width: 200px;
    top: 0px;
    right: 0;
    position: absolute;
    content: "";
}
.debit-card .card-icon {
    padding: 20px 20px 15px 20px;
}
.debit-card .card-number, .debit-card .card-conter {
    display: flex;
    width: 100%;
    padding: 0px 20px;
    position: relative;
    z-index: 1;
}
.debit-card .card-conter {
    padding: 15px 20px;
}
.debit-card .card-number input {
    background: none;
    border: none;
    width: 100%;
    color: #fff;
    margin: 0 5px;
    text-align: center;
    padding: 5px;
    box-shadow: none;
    text-transform: uppercase;
}
.debit-card .card-number input:last-child {
    background: #fff;
    border-radius: 4px;
    color: #293450;
}
.debit-card .card-number input:focus, .debit-card .card-conter input:focus {
    border: none;
}
.debit-card .card-conter input {
    background: none;
    border: none;
    width: 70px;
    color: #fff;
    padding: 5px;
    box-shadow: none;
}
.debit-card .card-conter label {
    color: #FFFFFF;
    opacity: 0.5;
    font-weight: 500;
} 
.refund-process-popup .modal-between {
    display: flex;
    justify-content: space-between;
    border-color: #ECF0FE
}
.refund-process-popup .modal-footer .close-btn {
    background: none;
    border: none;
    color: #FF7206;
    font-size: 16px;
    font-weight: 600;
}
.refund-process-popup .modal-footer .refund-btn {
    background: #FF7206;
    border-color: #FF7206;
    color: #fff;
    border-radius: 50px;
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 600;
}
.down-arrow {
    position: relative;
}
.down-arrow:after {
    content: "";
    background: url(../images/ionic-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    top: 21px;
    right: 15px;
    width: 13px;
    height: 13px;
}
.admin-select.down-arrow .form-control {
    -webkit-appearance:none;
}
.form-control:focus {
    box-shadow: none;
}
.tabbable-panel {
    background: #F2F5FF;
    padding: 3px 8px;
    border-radius: 80px;
    max-width: 265px;
}
.tabbable-panel .nav-tabs {
    display: flex;
    width: 100%;
    border: none;
}
.tabbable-panel .nav-tabs li {
    width: 50%;
    border: none;
    margin: 0;
}
.tabbable-panel .nav-tabs li a {
    font-size: 14px;
    text-align: center;
    border: none;
    color: #2C314A;
    font-weight: 600;
}
.tabbable-panel .nav-tabs li:hover a {
    border: none;
    background: none;
}
.tabbable-panel .nav-tabs li.active a {
    border: none;
    background: #293450;
    border-radius: 50px;
    color: #fff;
}
.amount-column .form-control {
    height: 50px;
    font-weight: 600;
}

/* custome check */
.custom-checkbox {
    display: inline-block;
    position: relative;
}
.custom-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: rgba(44, 49, 74, 0.52);
}
.custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    background: #EBEDF5;
    border: 1px solid #ced5db;
    border-radius: 6px;
    border-radius: 3px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.custom-checkbox label::after {
    background: #3268d5;
    border: 1px solid #3268d5;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0px;
    padding-left: 4px;
    padding-top: 5px;
    font-size: 13px;
    color: #fff;
}
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.custom-checkbox input[type="checkbox"]:checked + label::after {
    content: "";
    background: #2DBDCA url(../images/check.svg);
    border-color: #2DBDCA;
    background-repeat: no-repeat;
    background-size: 11px;
    width: 20px;
    height: 20px;
    background-position: 3px;
}
.custom-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.11;
    color: #2C314A;
}
.custom-checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #2DBDCA;
    cursor: not-allowed;
}
.custom-checkbox.custom-checkbox-circle label::before {
    border-radius: 50%;
}
.custom-checkbox.custom-checkbox-inline {
    margin-top: 0;
}
@media (min-width:576px) {
    .refund-process-popup .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 30px);
    }
    .refund-process-popup .modal-header {
        border-radius: 20px 20px 0 0;   
    }
    .refund-process-popup .modal-content {
        margin: 15px 15px;
        border-radius: 19px;
    }
}
@media (min-width:768px) {
    .d-sm-block {
        display: block !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .pt-sm-0 { padding-top: 0px !important;}
    .refund-process-popup .modal-dialog {
        margin: 15px auto;
    }
    .refund-process-popup .modal-content {
        max-width: 100%;
        width: 100%;
    }
    .refund-process-popup .modal-header {
        padding: 0px 60px 15px 15px;
        background: #fff;
    }
    .refund-process-popup .modal-header .btn-close-popup {
        top: 18px;
        right: 15px;
    }
    .refund-process-popup .modal-header .modal-flexible {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .refund-process-popup .modal-header .modal-title {
        padding-top: 15px;
    }
    .refund-process-popup .modal-body .fill-show {
        padding: 15px;
    }
    .refund-process-popup .modal-body {
        padding: 20px;
    }
    .refund-process-popup .modal-body h3 {
        font-size: 18px;
    }
    .refund-process-popup .modal-body .label-title, .refund-process-popup .modal-body .form-label {
        font-size: 13px;
        font-weight: 600;
    }
    .refund-process-popup .modal-body .fill-label {
        font-weight: 900;
        font-size: 13px;
    }
}