/* //////// */
/* for loader */

/* ///// */
.text-d-blue {
    color: #243b50 !important;
}

.text-warning-custom {
    color: #e59320 !important;
}

.text-blue {
    color: #4baf3b !important;
    text-shadow: 2px 2px 2px #ffffff;
}

.bg-blue {
    background: linear-gradient(150deg, #557996 0%, #243b50 100%) !important;
    /* background-color: #dcf9ff; */
    /* background: linear-gradient(150deg, #cce8ff 0%, #93d3c0 100%) !important; */
}

.border-b-blue {
    border-bottom: 2px solid #14216a;
}

.btn-tpos-primary {
    background: linear-gradient(150deg, #aade65 0%, #4ba737 100%);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    transition: ease-in-out 0.5s;
}

.new-bill-btn {
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    color: #243b50 !important;
    font-size: 15px !important;
    border-radius: 100px;
    font-weight: 700 !important;
    background-color: #FFF !important;
    transition: ease-in-out 0.5s;
    border: 1px solid #243b50;
    border-bottom-width: 3px;
    cursor: pointer !important;
}

.new-bill-btn:hover,
.new-bill-btn:focus {
    background-color: #243b50 !important;
    color: #FFF !important;
}

.btn-tpos-primary:hover {
    background-color: #4886ea !important;
    color: #fff;
}

.btn-tpos-secondary {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.btn-tpos-secondary:hover {
    background-color: #14216a !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
}

.card-tpos-primary {
    border-top: 2px solid #243b50;
}

.card-tpos-primary2 {
    border-bottom: 2px solid #243b50;
    transition: ease-in-out 0.5s;
}

.card-tpos-primary2:hover {
    transform: translateY(-5px);
}

.card-tpos-warning {
    border-top: 2px solid #d80000;
}

.card-tpos-warning2 {
    border-bottom: 2px solid #d80000;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning2:hover {
    transform: translateY(-5px);
}

.card-tpos-warning3 {
    border-top: 3px solid #ffa426;
    border-bottom: 3px solid #ffa426;
    transition: ease-in-out 0.5s;
}

.card-tpos-warning3:hover {
    transform: translateY(-5px);
}

.card-tpos-secondary {
    border-top: 2px solid #4baf3b;
}

.card-tpos-secondary2 {
    /* background-color: #dce9ff !important; */
    border-bottom: 2px solid #4baf3b;
    transition: ease-in-out 0.5s;
}

.card-tpos-secondary2:hover {
    transform: translateY(-5px);
}

.btn-search {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    background-color: #4baf3b !important;
    color: #fff;
    transition: ease-in-out 0.5s;
}

.btn-search:hover {
    background-color: #2c5370 !important;
    color: #fff;
}

.custom-close {
    transition: ease 0.5s;
}

.custom-close:hover {
    color: #d9122b !important;
    transform: rotate(180deg);
}

.loading-img {
    margin-top: -2px;
}

.table-title {
    color: #1f2d38 !important;
    background-color: #e3f4ed;
    padding: 9px 12px;
    border-radius: 10px;
}

.table-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4baf3b;
    border: 3px solid #2c5370;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.view-title {
    color: #243b50 !important;
}

.view-title::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #4baf3b;
    border: 3px solid #2c5370;
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: -5px;
}

.table-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.table-top-area .page-link {
    color: #2c5370 !important;
    background-color: #ffffff !important;
    border: 1px solid #2c5370 !important;
    border-bottom: 2.5px solid #2c5370 !important;
    box-shadow: inset 5px 5px 8px #cbeaed !important;
    cursor: pointer;
    border-radius: 0.25rem !important;
    transition: ease-in-out 0.5s;
}

.table-top-area .page-link:hover {
    background-color: #4baf3b !important;
    color: #fff !important;
    box-shadow: inset 2px 5px 8px #3c942f !important;

}

.sub-card {
    background-color: #edf9fc !important;
    border-radius: 10px !important;
    /* box-shadow: 0px 0px 10px #a1b7bc; */
}

.custom-form-input1 {
    border: #334452 1px solid !important;
    border-bottom-width: 2px !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input1::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input1:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfe0e8 !important;
}

.custom-form-input-warning {
    border: #e59320 1px solid !important;
    border-bottom: #e59320 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input-warning:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #e8d8bf !important;
}

.custom-form-input2 {
    border: #4baf3b 1px solid !important;
    border-bottom-width: 2px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input2:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfd5e8 !important;
}

.custom-form-input3 {
    border: #4baf3b 1px solid !important;
    border-bottom: #4baf3b 2px solid !important;
    border-radius: 8px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3::placeholder {
    color: #b1b1b1 !important;
    font-size: 12px !important;
    transition: ease-in-out 0.5s;
}

.custom-form-input3:focus {
    border: none !important;
    background-color: #fff;
    box-shadow: 0 3px 10px #bfe3e8 !important;
}

.invoice-item-title {
    line-height: 1.5rem !important;
}

.stock-transfer-title {
    background-color: #e8f4f7 !important;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 1rem;
}

.profile-image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #4baf3b;
    box-shadow: 0 4px 10px #afc0dd !important;
    margin: 10px 0;
    padding: 5px;
    background-color: #243b50;
}

.profile-image2 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: solid 2px #4baf3b;
    background: linear-gradient(150deg, #4e6d86 0%, #1d3142 100%);
    box-shadow: 0 4px 10px #afc0dd !important;
    margin: 10px 0;
    padding: 8px;
}

.permission-area {
    background-color: #fff;
    padding: 15px 20px 0px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: ease-in-out 0.5s;
}

.permission-area:hover {
    box-shadow: 0 4px 10px #c4d7e6 !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.custom-control-label {
    cursor: pointer !important;
}

.name-bg {
    background-color: #e9f7fa !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.name-bg:hover {
    box-shadow: inset 2px 5px 10px #c0cee6 !important;
}

.footer-text {
    color: #14216a;
    vertical-align: middle;
    transition: ease-in-out 0.5s;
}

.footer-text:hover {
    color: #34b577 !important;
}

.footer-logo {
    width: 23px;
    margin-right: 5px;
}

.report-title {
    background-color: #edf9fc !important;
    padding: 10px;
    border-radius: 10px;
    transition: ease-in-out 0.5s;
}

.btn-for-print {
    background-color: #2c5370 !important;
    box-shadow: 0 2px 6px #b5dfff;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-print:hover {
    background-color: #1f2d38 !important;
    box-shadow: 0 2px 6px #b5dfff;
    color: #fff !important;
}

.btn-for-excel {
    background-color: #34b577 !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 15px;
    border-radius: 8px !important;
    padding-top: 8px;
    padding-bottom: 8px;
}

.btn-for-excel:hover {
    background-color: #349d6a !important;
    box-shadow: 0 2px 6px #80ffc1;
    color: #fff;
}

@media(min-width:991.5px) {

    .btn-for-print,
    .btn-for-excel {
        display: block;
        width: 100% !important;
    }

    .print-btn {
        display: inline-block !important;
        width: auto !important;
    }
}


/* for dashboard */
.dash-img {
    width: 80px;
    transition: ease 0.5s;
    filter: drop-shadow(2px 5px 10px #fff);
}

.billing-card {
    transition: ease-in-out 0.5s;
    background: linear-gradient(130deg, rgb(255, 255, 255) 0%, rgb(214, 237, 228) 100%);
    color: #284661;
    border-bottom: 3px solid #4baf3b;
}

.billing-card:hover {
    transform: translateY(-6px) scale(1.03);
    background: linear-gradient(309deg, #1f2d38 0%, #496a84 86%);
    color: #ffffff !important;
    text-shadow: 3px 2px 4px #0006;
    border-bottom: 3px solid #ffffff;
}

.billing-card:hover .dash-img {
    filter: drop-shadow(3px 2px 4px rgba(0, 0, 0, 0.174));
    transform: scale3d(1.06, 1.06, 1.06);
}

.dash-lable-icon {
    visibility: hidden;
    transition: ease-in-out 0.5s;
}

.billing-card:hover .dash-lable-icon {
    visibility: visible;
    transform: translateX(5px);
}

.tile-tiltle {
    margin: auto 0 auto 0 !important;
    font-size: 1.3rem !important;
}

.telesis-logo {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    z-index: -1;
    width: 500px;
}

@media(max-width:500px) {
    .telesis-logo {
        width: 90% !important;
    }
}

.btn-transfer {
    border-radius: 8px !important;
    padding: 8px 20px !important;
    background-color: #54ca68;
    border-color: #2f743b;
    color: #fff;
    text-shadow: 2px 2px 5px #2f743b;
    transition: ease-in-out 0.8s;
    border-bottom: #2f743b 3px solid;
    font-size: 14px;
}

.btn-transfer:hover {
    background-color: #50ba61 !important;
    color: #fff !important;
    transform: translateX(8px);
}

.transfer-summery-sub-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background-color: #527590;
    border-radius: 10px;
}

.transfer-summery-sub-area h6 {
    margin-bottom: 0 !important;
}

.transfer-summery-area {
    background-color: #3a5166;
    border-radius: 10px;
    padding: 10px 10px;
    color: #fff !important;
}

.col-border {
    border-right: 1px solid #25405f;
}

.col-border1 {
    border-right: 1px solid #25405f;
}

.custom-hr {
    height: 1px !important;
    background-color: #ddd;
    width: 100%;
    margin: 5px 0;
}

.total-text {
    padding: 10px;
    background-color: #edf9fc;
    border-radius: 10px;
    text-shadow: 2px 2px 2px #fff;
    font-weight: 800;
    border: 1px solid #fff;
    width: 100%;
    text-align: right;
}

.sales-summary-area {
    background: linear-gradient(160deg, rgb(255, 255, 255) 0%, rgb(201, 225, 248) 100%);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    border-bottom: 3px solid #243b50;
}

.sales-sum-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-sales-sum-head::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ffffff;
    border: #34b577 2px solid;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.sub-sales-sum-head {
    color: #243b50 !important;
    font-weight: 700 !important;
}

.sub-sales-sum {
    color: #243b50 !important;
    font-weight: 700 !important;
}

.cus-hr {
    border-color: #81a3c4 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

@media(min-width:992px) {
    .custom-padding2 {
        padding-bottom: 10px;
    }
}

@media(max-width:991.5px) {
    .col-border1 {
        border: none !important
    }

    .custom-padding {
        padding-top: 10px;
    }
}

@media(max-width:500px) {

    .col-border,
    .col-border1 {
        border: none !important;
    }

    .custom-padding1 {
        padding-top: 10px;
    }

    .btn-transfer {
        width: 100%;
        margin-bottom: 20px;
    }
}


.sub-sales-head::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #fff;
    border: #14216a 2px solid;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 5px;
}

.sub-sales-head {
    color: #cfe2ff;
}

.sub-sales {
    color: #cfe2ff;
    display: flex;
    justify-content: flex-end;
}

.main-sales {
    display: flex;
    justify-content: flex-end;
}

.billview-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bill-top-sub {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 2px 2px 5px #c6d4ea;
}

.bill-top-sub-warning {
    background-color: #ffffff;
    color: #e59320;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 15px;
    box-shadow: 2px 2px 5px #ece0c6;
}

.bill-table {
    box-shadow: 0px 4px 8px #ffffff;
    border: 1px solid #ffffff;
}

.btn-print {
    background-color: #4886ea !important;
    box-shadow: 0 2px 6px #81b1ff;
    color: #fff;
    transition: ease 0.5s;
}

.btn-print:hover {
    background-color: #265eb7 !important;
    color: #fff !important;
}

.total-records {
    color: #334452;
    font-weight: 600;
}

.total-records::before {
    content: '';
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #4baf3b;
    display: inline-block;
}

.filter-area {
    background-color: #cce0e4;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #fff;
    border: 2px solid #fff;
}

.report-table {
    border-radius: 10px !important;
    border: 1px solid #000 !important;
}

.modal.show .modal-content.card-tpos-warning3 {
    box-shadow: 0 4px 200px 200px rgb(0 0 0 / 30%) !important;
}

.clear-btn {
    background-color: #f31010;
    border-bottom: #990000 2px solid;
    border-radius: 50px;
    padding: 2px 15px !important;
    color: #FFF !important;
    vertical-align: middle;
    transition: ease 0.3s !important;
}

.clear-btn.only-border {
    background-color: #FFF !important;
    border: 1px solid #f31010 !important;
    border-bottom-width: 2px !important;
    color: #f31010 !important;
}

.clear-btn:hover,
.clear-btn:focus {
    background-color: #e20000 !important;
    border-bottom: #8b0000 2px solid !important;
}

.clear-btn.only-border:hover {
    color: #FFF !important;
}

.clear-btn:active {
    transform: scale(0.90);
}

/* /////////// */
.sales-head-section {
    border-radius: 10px;
    padding: 10px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    border: 1px solid #3c942f;
    border-bottom-width: 3px;
    position: relative;
    background-color: #ffffff !important;
    flex-shrink: 0;
    width: 100%;
    flex-direction: row;
    gap: 5px;
}

.logo--area {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-shrink: 0;
}

.logo--area .logo--icon-img,
.logo--area .logo--text-img {
    height: 35px !important;
}

.empty-input {
    border-color: red !important;
}

.custom-form-input2.search {
    background-color: #e8f4f7 !important;
}

.custom-form-input2.search:focus {
    background-color: #FFF !important;
}

.sale-left-panel {
    border-radius: 20px;
    background-color: #e8f4f7;
}

.sale-head-area {
    background-color: #FFF;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 2px 10px #243b501a;
}

.sales-table-area {
    border-radius: 20px;
    box-shadow: 0px 2px 10px #243b501a;
    border: 3px solid #FFF !important;
}

.sales-table {
    border-radius: 20px;
    margin-bottom: 0;
    background-color: #ffffff;
}

.sales-table td {
    height: auto !important;
    padding: 12px !important;
    font-size: 15px !important;
}

.sales-table-head.first {
    background-color: #e8f4f7 !important;
    border-bottom: 3px solid #fff !important;
}

.sales-table-head {
    background-color: #f5fdfe !important;
}

.sales-table-head th {
    height: auto !important;
    padding: 10px !important;
    font-size: 15px !important;
}

.sales-table-foot {
    border-top: 3px solid #fff !important;
    background-color: #e8f4f7 !important;
}

.quantity-highlight.main {
    background-color: #fef5e8 !important;
}

.quantity-highlight.branch {
    background-color: #e8fdeb !important;
}

.quantity-highlight.error {
    background-color: #fde8e8 !important;
}

.add-item-btn {
    border-radius: 10px !important;
}

.add-item-btn span {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.table-custom-border {
    border-top: 3px solid #e8f4f7 !important;
}

.total-amt-text {
    font-size: 17px !important;
    font-weight: 700 !important;

}

.comp-det-area {
    border-radius: 10px;
    background-color: #e8f4f7;
    padding: 15px;
}

.comp-det-area h6 {
    font-size: 14px !important;
    margin-bottom: 0;
}

.dashed-border {
    border-bottom: 1px dashed #b6c2cc;
}

.sale-item-table {
    margin-bottom: 0 !important;
}

.sale-item-table td,
.sale-item-table th {
    height: 50px !important;
}

.text-capitalized {
    text-transform: capitalize !important;
}

.bg-transferd {
    background-color: #607c92 !important;
    color: #FFF !important;
}

.custom-border {
    border: 1px solid #607c92 !important;
}

.custom-table-bg {
    background-color: #c5dee4 !important;
}

.note-for-transfer {
    border-radius: 12px;
    padding: 15px;
    box-shadow: inset 0px 0px 15px #8650002c;
    background-color: #fdf5db;
    margin-bottom: 10px;
}

.note-for-transfer h6 {
    margin-bottom: 0 !important;
    color: #915f15 !important;
}

.note-for-transfer h6 .note--span {
    color: #da9631 !important;
}

.note-for-transfer h6 .note--span .highlight-color::before {
    content: '';
    display: inline-block !important;
    vertical-align: text-bottom;
    width: 45px !important;
    height: 25px !important;
    border-radius: 8px !important;
    border: 2px solid #FFF !important;
    background-color: #607c92 !important;
    box-shadow: 0px 0px 10px #915f1515;
}

.trans-btn {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    border: none !important;
}

.trans-btn:focus {
    outline: none !important;
    border: none !important;
}

.loading-area {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #d5f1ef;
    border-radius: 12px;
    box-shadow: inset 0px 0px 15px #003c4952;
    padding: 6px 20px;
    width: 50%;
    z-index: 3;
    transition: all 0.5s;
}

.loading-area img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.loading-area h6 {
    margin-bottom: 0 !important;
    color: #243b50 !important;
    font-size: 16px !important;
}

.custom-label {
    font-size: 13px !important;
    font-weight: 700 !important
}

.filter-option-area {
    background-color: #dfecef;
    padding: 20px;
    border-radius: 10px;
}

.clear-fill-btn {
    margin-top: 28px;
    border-radius: 8px;
    font-size: 13px;
    padding: 8px 15px;
    white-space: nowrap;
}

.gap-10 {
    gap: 10px;
}

.not-transferd-area {
    background-color: #e1edf0;
    box-shadow: inset 0px 0px 15px #c5dadf;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
}

.no-selection-area {
    background-color: #fceedc;
    box-shadow: inset 0px 0px 15px #f0e1d0;
    padding: 30px;
    color: #e99015;
    border-radius: 12px;
    margin-bottom: 20px;
}

.no-selection-area h5 {
    font-weight: 500 !important;
    font-size: 18px;
}

.table-title.bg-light {
    background-color: #eafff7 !important;
}

.flex-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.flex-grp label {
    white-space: nowrap;
    margin-bottom: 0;
}

.flex-grp select {
    width: 130px !important;
}

/*  */
@media (min-width:991.9px) {
    .option_position_sticky {
        position: sticky !important;
        top: 90px !important;
    }
}

.text-light-green {
    color: #9dd55a !important;
    text-shadow: 2px 2px 2px #243b50;
}

.payment-option-area {
    background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 10px #003e4d13;
}

.payment-selection-area {
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.payment-btn i {
    font-size: 18px;
}

.payment-btn {
    font-size: 18px !important;
    padding: 12px 15px;
    flex: 1;
    border-radius: 8px;
    font-weight: 700 !important;
    box-shadow: 0px 2px 0px 2px #b4b4b4 !important;
}

.payment-btn:focus,
.payment-btn:active {
    box-shadow: 0px 2px 0px 1px #b4b4b4 !important;
}

.item-total-display-area {
    border-radius: 10px;
    background-color: #d9f3dd;
    border: 2px solid #FFF;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 10px #003e4d13;
    margin-bottom: 10px;
}

.text-blue.balance {
    color: #d47f00 !important;
}

.item-total-display-area.balance {
    background-color: #faead0 !important;
}

.item-total-display-area h5 {
    margin-bottom: 0;
    font-size: 18px !important;
}

.payment-input-section {
    background-color: #ffffff;
    border: 2px solid #FFF;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0px 2px 10px #003e4d13;
}

.payment-input-section label {
    font-weight: 700 !important;
    font-size: 13px !important;
}

.payment-input-area {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pay-clear-btn {
    background-color: #FFF !important;
    border: 1px solid #f31010 !important;
    border-bottom-width: 2px !important;
    color: #f31010 !important;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700 !important;
    padding: 8px 12px !important;
}

.pay-error-msg.absolute {
    position: absolute;
    bottom: -23px;
}

.pay-error-msg {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.pay-clear-btn:focus,
.pay-clear-btn:hover {
    color: #FFF !important;
    background-color: #f31010 !important;
}

.custom-form-input1.border-success {
    border-color: #13a62b !important;
    background-color: #f0fff2 !important;
}

.custom-form-input1.border-success:focus {
    box-shadow: none !important;
    border: 1px solid #13a62b !important;
    border-bottom-width: 2px !important;
    background-color: #FFF !important;
}

/* //////////// */
.sub-info {
    border-radius: 10px;
    padding: 20px;
    background-color: #d4e5e8 !important;
    box-shadow: 0px 0px 12px #fff;
    border: 2px solid #fff;
}

.collapse-body {
    border-radius: 10px;
    padding: 20px !important;
    background-color: #e9f8fb !important;
    box-shadow: 0px 0px 12px #afc6ea6d;
}

.accordion .accordion-header {
    border-radius: 8px !important;
    background-color: #4886ea !important;
    color: #FFF !important;
}

.theme-white .accordion .accordion-header[aria-expanded="false"] {
    background: linear-gradient(320deg, #557996 0%, #243b50 100%) !important;
    color: #FFF !important;
    box-shadow: 0 2px 6px #acd5f6;

}

.theme-white .accordion .accordion-header[aria-expanded="true"] {
    background: linear-gradient(150deg, #557996 0%, #243b50 100%) !important;
    color: #FFF !important;
    box-shadow: 0 2px 6px #acd5f6;

}

.custom-table-area {
    background-color: #eef4ff !important;
    box-shadow: 0px 0px 12px #ffffff;
    border: 1.5px solid #25405f;
    border-bottom-width: 3px;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 5px;
}

.custom-table-area .table-responsive {
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
}

.custom-table-bg {
    border-radius: 10px !important;
    background-color: #d4e1fa !important;
    margin-bottom: 0 !important;
}

.custom-table-bg .tbl-row {
    background-color: #476781 !important;
}

.custom-table-bg td {
    background-color: #d9ebee !important;
}

.btn-pay {
    width: 100%;
    font-size: 17px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
}

.btn-pay:disabled {
    background-color: #b9b9b9 !important;
    color: #000 !important;
    border-color: #8d8d8d !important;
    box-shadow: 0px 2px 10px #0000000e !important;
    cursor: not-allowed !important;
}