﻿.paymentStageBG {
    background: #fff;
    position: relative;
}

.paymentStageInnerBG {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    border-bottom: solid 2px #f0f0f0;
}

.paymentStage {
    display: inline-block;
    padding: 10px;
    border-right: solid 2px #f0f0f0;
    position: relative;
    min-width: 200px;
    cursor: pointer;
}

.paymentStageStatus {
    font-weight: 500;
    font-size: 11px;
    color: #339f33;
    margin-bottom: 4px;
    visibility: hidden;
}

.paymentStageHeader {
    font-weight: bold;
    color: #444;
}

.paymentStageIcon {
    position: absolute;
    right: 5px;
    top: 6px;
    display: none;
}

.stageActive {
    background: #e2faff;
    border-bottom: solid 2px #18aacc;
}

    .stageActive .paymentStageStatus, .stageCompleted .paymentStageStatus {
        visibility: visible;
    }

    .stageActive .paymentStageStatus {
        color: #18aacc;
    }

.voucherPanelBG {
    background: #fff;
    padding-bottom: 6px;
}


.voucherPanelHeader {
    font-size: 18px;
    font-weight: 800;
    padding: 2px 20px;
    margin-bottom: 0px;
    color: #24426b;
}

.voucherFilterPanel {
    margin: 0px 10px;
    background: #ffffff;
    padding: 10px 10px 10px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 3px, rgba #0000003b (0, 0, 0, 0.23) 0px 3px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    border: solid thin #e9e9e9;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single, .SumoSelect > .CaptionCont {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

label {
    color: #333;
    font-weight: 500;
    margin-bottom: 1px;
}

.ma10 {
    margin: 10px;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.checkVerSet {
    vertical-align: -2px;
}

.lastCol {
    position: sticky !important;
    overflow: visible !important;
}

    .lastCol:after {
        position: absolute;
        top: 0;
        bottom: -1px;
        right: -14px;
        width: 13px;
        transform: translate(-100%);
        transition: box-shadow .3s;
        content: "";
        pointer-events: none;
        box-shadow: inset -10px 0 8px -8px #00000026;
    }

.impPrimaryColor {
    color: #206bc4;
}

.semiBoldSet {
    font-weight: 500;
    font-size: 14px;
}

.statusSet {
    font-size: 12px;
    font-weight: 500;
}

.orangePending {
    color: orange;
}

.greenPosted {
    color: #32b007;
}

.clsUnverified {
    color: #5f6ad6;
}

.clsMismatched {
    color: #d15d80;
}

.clsVerified {
    color: #32b007;
}

.clsExpired {
    color: #d15d80;
}

.pageFooterFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

.subheader {
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1rem;
    color: #6c7a91;
    margin-bottom: 0px;
}

.lblPaymentSetting {
    font-size: 1.5rem;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    color: #206bc4;
}

.float-change {
    position: absolute;
    left: 23%;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 1.2rem;
    opacity: 0;
    pointer-events: none;
}

    .float-change.add {
        color: #4CAF50;
        animation: floatUp 1s ease-out forwards;
    }

    .float-change.sub {
        color: #FF5252;
        animation: floatUp 1s ease-out forwards;
    }

@keyframes floatUp {
    0% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -30px);
        opacity: 0;
    }
}

#offcanvasPostVoucher {
    width: 80%;
}

    #offcanvasPostVoucher .offcanvas-header {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    #offcanvasPostVoucher .offcanvas-footer {
        border-top: solid thin #ccc;
        padding: 2px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background: #f4f4f4;
    }

    #offcanvasPostVoucher .offcanvas-title {
        font-size: 15px;
    }

.successIcon svg {
    color: #15c082;
    border: solid 8px #dcf4ec;
    border-radius: 50%;
    display: none;
}

.summaryPanel {
    background: #f7f5f4;
    padding: 20px 30px;
    border-radius: 15px;
}

    .summaryPanel h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

.alertIcon svg {
    color: #ffdc5c;
    background: #666060;
    border: solid 8px #fff5d1;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.allStatusPanel {
    padding: 10px;
}

.summaryTable {
    border: solid thin #dfdfdf;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .summaryTable .table tbody tr td {
        background: transparent;
    }

.allStatusPanel h5 {
    font-size: 14px;
}

.summarySubHeading {
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 12px;
    margin-top: 20px;
}

.f16 {
    font-size: 16px;
}

.card .card-body h3 {
    display: block;
    margin: 0 0 1rem;
    font-size: 15px;
    font-weight: 500;
    color: inherit;
    line-height: 1.5rem;
}

.avatar img {
    max-width: 80px;
}

.bankTable {
    border: solid thin #dfdfdf;
    border-radius: 10px;
    margin-top: 8px;
}

    .bankTable.table tbody tr td {
        background: transparent;
        padding: 6px;
    }

.card {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

    .card input {
        position: absolute;
        right: 8px;
        top: 8px;
    }

.activeCard {
    background: #f8feff;
}

.btnCheckBalance {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: 500;
}

.cardBg {
    max-height: 60vh;
    overflow: auto;
}

.lblTotalPaingAmount {
    color: #206bc4;
    font-size: 18px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
.maSet {
    margin: 0 10px 0px 10px;
}

.alert {
    margin-bottom: 0px;
}

#offcanvasPaymentDetails {
    width: 90%;
}
    #offcanvasPaymentDetails .offcanvas-header {
        background: -moz-linear-gradient(-45deg, #0093a0 0, #2d83b4 100%);
        background: -webkit-linear-gradient(-45deg, #0093a0 0, #2d83b4 100%);
        background: linear-gradient(135deg, #0093a0 0, #2d83b4 100%);
        color: #fff;
    }

.lblSecondaryText {
    color: #999797;
    font-weight: 500;
}

.statSuccess {
    color: #0ba10b;
}

.statFailure {
    color: red;
}

.btnViewError {
    color: #0d6efd;
    font-size: 12px;
    font-weight: bold;
}

a.viewPaymentDetails {
    color: #0d6efd;
    font-size: 13px;
    font-weight: bold;
}

.lblEnqStatus {
    font-size: 12px;
    font-weight: 500;
}

a.viewStatus {
    color: #0d6efd;
    background: #c1daff;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
}

    a.viewStatus:hover {
        background: #0d6efd;
        color: #fff;
    }

.nowrap {
    white-space: nowrap;
}

.offcanvas-header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.paymentStage p {
    margin-bottom: 0px;
    margin-left: 14px;
    font-size: 12px;
}

.voucherPanel {
    padding-top: 6px;
}

.mt15 {
    margin-top: 15px;
}
.disp-none1 {
    display: none !important;
}


#mdlOTP .close {
    outline: none;
    border: none;
    background: none;
    top: 23px !important;
    margin-top: 0 !important;
}

#mdlOTP .modal-body {
    overflow-y: inherit !important;
}

.WorkflowStatus {
    background: #02adb8;
    color: #fff;
    padding: 4px 4px;
    border-radius: 4px;
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
}