:root {
    --first-color: #1e3fab;
    --second-color: #c3e4e4;
    --third-color: #ecc11b;
}

.first-color {
    color: var(--first-color);
}

.second-color {
    color: var(--second-color);
}

.third-color {
    color: var(--third-color);
}

.img-fluid {
    width: 100%;
}

a {
    text-decoration: none;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--first-color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: var(--first-color);
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: var(--first-color)
}

.text-first {
    color: var(--first-color)!important;
}

.bg-first {
    background: var(--first-color) !important;
}

.bg-success {
    background: #7ED321 !important;
}

.bg-white {
    background: #fff !important;
}

.label-primary {
    background: var(--first-color);
    color: #fff;
}

label.label {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    padding: .2rem .8rem;
}

.label-secondary {
    background: var(--second-color);
    color: #000;
}

.label-info {
    background: #50E3C2;
    color: #fff;
}

.label-success {
    background: #7ED321;
    color: #fff;
}

.label-warning {
    background: #FFAA16;
    color: #fff;
}

.label-danger {
    background: #FF1616;
    color: #fff;
}

.label-light {
    background: #dadada;
    color: #000;
}

.label-dark {
    background: #454545;
    color: #fff;
}

.btn-light {
    background-color: #dadada;
}

.btn-white {
    border-color: var(--first-color);
    color: var(--first-color);
    background-color: #fff;
}

.btn-white:hover {
    background: var(--first-color);
    color: #fff;
}

.btn-active {
    background: #38a638;
    color: #fff;
}

.btn-inactive {
    background: #778899;
    color: #fff;
}

header {
    background: #fff;
    box-shadow: 0px 3px 5px #ddd;
    z-index: 99;
    position: fixed;
    width: 100%;
    transition: 0.5s;
}

.header.fixed-header {
    position: fixed;
    width: 100%;
}

header .logo-div img {
    max-width: 123px;
}

.toggle-icon {
    position: relative;
    width: 31px;
    height: 20px;
    z-index: 2;
}

.toggle-icon span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: #3f3f3f;
}

.toggle-icon span:first-child {
    top: 0;
}

.toggle-icon span:nth-child(2) {
    top: 41%;
}

.toggle-icon span:last-child {
    bottom: 2px;
}

.header-left {
    display: flex;
    align-items: center;
}

.logo-div {
    margin-left: 26px;
    display: block;
}

.dashboard-body {
    display: flex;
    width: 100%;
}

.custom-sidebar {
    height: Calc(100% - 60px);
    position: fixed;
    top: 72px;
    box-shadow: 0px 2px 5px #6c757dc4;
    transition: all 1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    overflow-y: auto;
    z-index: 9;
    width: 220px;
    padding-top: 10px;
    background: var(--first-color);
}

.custom-sidebar .sidebar-menu {
    padding: 0;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px 0px 4px 4px;
}

.custom-sidebar .sidebar-menu li {
    list-style: none;
    padding-bottom: 0;
    background: var(--first-color);
}

.custom-sidebar .sidebar-menu li a {
    height: auto !important;
    display: block;
    border-bottom: 1px solid #e2e8f038;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 0px 12px 14px !important;
    color: #fff;
}

.custom-sidebar .sidebar-menu li a .d-flex {
    align-items: center!important;
}

.custom-sidebar .sidebar-menu li a .d-flex .page-icon {
    margin-right: 6px;
}

.custom-sidebar .sidebar-menu li a .d-flex .page-icon i {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    line-height: 0px;
    top: -1px;
    position: relative;
}

.custom-sidebar .sidebar-menu li a .d-flex .page-name {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.custom-sidebar .sidebar-menu li a .d-flex .page-name .float-right {
    float: right;
    margin-right: 13px;
    font-size: 11px;
}

.custom-sidebar .sidebar-menu li:hover {
    background: #0124a2;
    transition: .3s;
}

.custom-sidebar .sidebar-menu li .subsidebar-menu {
    padding-left: 0px;
}

.custom-sidebar .sidebar-menu li .subsidebar-menu li a {
    padding: 12px 0px 12px 37px !important;
}

.header-right .user-details {
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.header-right .user-details .user-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.header-right .user-details .text-dt {
    text-align: left;
    margin-left: 9px;
}

.header-right .user-profile {
    width: max-content;
    position: relative;
    margin-left: 10px;
}

.header-right .user-details .text-dt .wlcm {
    font-size: 11px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 190px;
}

.header-right .user-details .text-dt h5.user-name {
    margin-bottom: 0px;
    color: var(--first-color);
    font-size: 15px;
    margin-top: 0px;
    width: 201px;
}

.user-profile-block {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    z-index: 111;
    width: 100%;
    top: 76px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    background-color: #fff;
    transition: all linear 0.3s;
    right: 0px;
}

.header-right .user-profile:hover .user-profile-block {
    transform: translateY(0px);
    border-radius: 5px;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}

.user-profile-block ul {
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0px;
}

.user-profile-block ul li {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dee2e6a1 !important;
    padding: 8px 19px;
}

.user-profile-block ul li a {
    color: var(--first-color);
    display: block;
    width: 100%;
}

.user-profile-block ul li i {
    margin-right: 6px;
    font-size: 14px;
}

.user-profile-block ul li:hover {
    background: var(--second-color);
    transition: 0.3s;
}

.wallet-btns {
    width: max-content;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.wallet-btns .amt-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    border: 1px solid var(--first-color);
    border-radius: 31px;
    padding: 2px 16px 2px 6px;
    position: relative;
}

.wallet-btns .amt-btn .wa-name {
    background: var(--first-color);
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 7px 6px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50%;
    font-weight: 600;
}

.wallet-btns .amt-btn .amt-desc {
    margin-left: 6px;
}

.wallet-btns .amt-btn .amt-desc .wallet-name {
    margin-bottom: 0px;
    color: #ff0000;
    font-weight: 500;
    font-size: 13px;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 2px);
    max-width: 140px;
}

.wallet-btns .amt-btn .amt-desc .amt {
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: 700;
    margin-top: -3px;
    color: #0d6efd;
}

.custom-sidebar.sidebarShow {
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
}

.dashboard-body .content {
    overflow: hidden;
    padding: 77px 0px 0 220px;
    transition: all 1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #eee3;
    width: 100%;
}

.box-style1 {
    padding: 10px 13px;
    text-align: center;
    border-radius: 9px;
    background: #2e766f24;
    margin-bottom: 10px;
    /*margin-bottom: 20px;*/
    /* height: 147px;
    display: grid;
    align-items: center; */
}

.box-style1 .icon {
    display: block;
    width: max-content;
    margin: 0 auto;
    background: #fff;
    padding: 15px 15px;
    border-radius: 50%;
}

.box-style1 .icon img {
    width: 44px;
}

.box-style1 .heading1 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 5px;
    color: var(--first-color);
}

.dashboard-body .content.sidebarShow {
    padding-left: 0px !important;
}

.bg1 {
    background: #e3ff8e!important;
}

.bg2 {
    background: #f3a6ff!important;
}

.bg3 {
    background: #97ffaf!important;
}

.bg4 {
    background: #a9d3ff!important;
}

.bg5 {
    background: #ffc285a6!important;
}

.bg6 {
    background: #1080b754!important;
}

.bg7 {
    background: #a3ffe2!important;
}

.bg8 {
    background: #ffefd4!important;
}

.bg9 {
    background: #fec7c7!important;
}

.bg10 {
    background: #dcabf0!important;
}

.bg11 {
    background: #7affdb!important;
}

.bg12 {
    background: #2e766f24!important;
}

.bg13 {
    background: #9ee1ff!important;
}

.bg14 {
    background: #1080b74d!important;
}

.bg15 {
    background: #1080b74d!important;
}

.bg16 {
    background: #c1ff7eb0!important;
}

.bg17 {
    background: #ffa86761!important;
}

.bg18 {
    background: #ffc4004d!important;
}

.bg19 {
    background: #b0c4f6ad!important;
}

.close-btn {
    display: none;
}

.wallet-btns .amt-btn .reload-img {
    width: 16px;
    position: absolute;
    right: 12px;
    top: 16px;
}

.dashboard-body .content .wallet-btns {
    display: none;
}

ul.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 0;
    transform: translate(-50%, 0);
}

ul.slick-dots li {
    margin-right: 6px;
    border-color: var(--first-color);
    border: 1px solid var(--first-color);
    background: var(--first-color);
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

ul.slick-dots li button {
    display: none;
}

ul.slick-dots li.slick-active {
    border-color: var(--second-color);
    border: 1px solid var(--second-color);
    background: var(--second-color);
}

.wallet-btns .amt-btn {
    padding: 2px 35px 2px 6px;
}

.notice-board {
    z-index: 1;
    position: relative;
    margin-bottom: 14px;
}

.notice-board .marquee1 {
    border-top: 2px solid #0d6efd;
    border-bottom: 2px solid #0d6efd;
    width: 100%;
}

.notice-board .marquee2 {
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
    width: 100%;
    background: #ff0000;
}

.notice-board marquee {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    top: 3px;
    position: relative;
    margin: 0 10px;
}

.notice-board .marquee1 marquee {
    color: #0d6efd;
}

.content-height {
    min-height: calc(84.2vh - 2px);
}

.footer-bottom {
    padding: 15px 0;
    background: #e5f2ff;
    border-top: 1px solid #e5e7eb;
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

.footer-bottom p {
    color: var(--first-color);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.footer-bottom p a {
    color: #000;
}

.header-right .user-details .text-dt .last-login {
    color: #9d9fa4;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}

header {
    padding: 4px 0;
}

.white-box {
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    padding: 23px 23px;
    background: #fff;
    border: 1px solid #ecf3fa;
}

.default-section {
    margin-bottom: 20px;
}

.table-style1 tr td,
.table-style1 tr th {
    border: 1px solid #ddd;
    text-align: left;
    position: relative;
}

.table-style1 tr th {
    background: #e9edf6;
}

.table-style1 tr th,
.table-style1 tr td {
    font-size: 14px;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group label {
    color: var(--first-color);
    font-weight: 600;
    margin-bottom: 3px;
}

.form-group .form-control {
    height: auto;
    padding: 11px 16px;
    border-radius: 8px;
    background: #e5f2ff;
}

.box-titile {
    color: #389aca;
    margin-bottom: 8px;
    font-size: 21px;
    text-transform: uppercase;
}

.form-control:focus {
    color: #212529;
    background-color: #e5f2ff;
    border-color: var(--first-color);
    outline: 0;
    box-shadow: none;
}


.btn-green {
    background-color: #28a745;   /* Genuine green */
    color: #fff;                /* White text */
    border: 1px solid #1e7e34;  /* Darker green border */
    border-radius: 7px;         /* Rounded corners */
    padding: 10px 20px;         /* Spacing */
    font-size: 16px;            /* Readable font size */
    font-weight: 600;           /* Bold text */
    cursor: pointer;            /* Pointer on hover */
    transition: all 0.3s ease;  /* Smooth effect */
}

.btn-green:hover {
    background-color: #218838;  /* Darker green on hover */
    border-color: #1c7430;
    color: #fff;                /* Keep text white */
}


.btn-red {
    background-color: #dc3545;   /* Genuine Bootstrap red */
    color: #fff;                /* White text */
    border: 1px solid #b02a37;  /* Darker red border */
    border-radius: 7px;         /* Rounded corners */
    padding: 10px 20px;         /* Spacing */
    font-size: 16px;            /* Readable font size */
    font-weight: 600;           /* Bold text */
    cursor: pointer;            /* Pointer on hover */
    transition: all 0.3s ease;  /* Smooth effect */
}

.btn-red:hover {
    background-color: #c82333;  /* Darker red on hover */
    border-color: #a71d2a;
    color: #fff;                /* Keep text white */
}


.btn.btn1 {
    background: var(--first-color);
    color: #fff;
    border: 1px solid var(--first-color);
    border-radius: 7px;
    padding: 10px 20px;
}

.btn.btn1:hover {
    transition: .3s;
    background: var(--third-color);
    border-color: var(--third-color);
}

.recent-box {
    margin-bottom: 18px;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    padding: 23px 23px;
    background: #fff;
    border: 1px solid #ecf3fa;
}

.heading-box {
    margin-bottom: 12px;
}

.heading-box h4 {
    margin-bottom: 0px;
    color: #389aca;
    font-size: 21px;
    text-transform: uppercase;
}

.table .btn {
    padding: 6px 13px;
    font-size: 11px;
    margin-bottom: 5px;
}


/* custom select  dropdown*/

.select-list-div ul {
    list-style: none;
    background: #fff;
    /* box-shadow: 0 0px 15px rgb(0 0 0 / 20%); */
    padding: 0;
    width: 100%;
    overflow-y: auto;
    margin-bottom: 0px;
    height: auto;
    max-height: 250px;
}

.select-list-div ul li {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    padding: 10px 13px;
    border-bottom: 1px solid #5b5b5e4d;
}

.select-list-div ul li:hover {
    transition: .2s;
    background: var(--first-color);
    color: #fff;
}

.select-list-div .search-inner {
    position: relative;
}

.select-list-div .search-inner .search-icon {
    position: absolute;
    top: 11px;
    left: 16px;
    color: #1e3fab;
}

.select-list-div .search-inner .form-control {
    padding-left: 40px!important;
    border-radius: 30px;
    padding: 10px 10px;
    height: auto;
    border-color: #e6e9f3;
}

.select-list-div {
    top: 77px;
    position: absolute;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0px 15px rgb(0 0 0 / 20%);
}

.select-list-div .search-bar {
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
    padding: 18px 9px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
}

.select-list-div ul li span {
    display: block;
    width: 100%;
    color: #5b5b5eeb;
}

.select-list-div ul li:hover span {
    color: #fff;
}

.custom-dropdown input[readonly]:focus~label {
    transform: none;
}

.custom-dropdown input[readonly] {
    background: #e9ecef;
}

.custom-dropdown input[readonly]:not(:placeholder-shown)~label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.custom-dropdown::before {
    content: "\f282";
    font-family: 'bootstrap-icons';
    position: absolute;
    right: 14px;
    z-index: 1;
    top: 41px;
    font-size: 14px;
}

.custom-dropdown {
    position: relative;
}


/**/

.toggle-password {
    position: absolute;
    right: 13px;
    z-index: 1;
    bottom: 12px;
    cursor: pointer;
}

.text-right {
    text-align: right!important;
}


/* action drop */

.dropdown-action {
    width: max-content;
    margin-left: auto;
}

.dropdown-action .more_linkicon i {
    color: var(--first-color);
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 10rem;
    padding: .5rem 0;
    left: unset!important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)!important;
    border-radius: .25rem;
}

.dropdown-action .dropdown-menu {
    top: 100%!important;
    transform: scale(0);
    transition: all 0.2s linear 0s;
    visibility: hidden;
    display: inherit;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    right: 10px;
}

.dropdown-action .dropdown-menu ul.menu-inner-item {
    margin-bottom: 0px;
    padding-left: 0px;
}

.dropdown-action .dropdown-menu ul.menu-inner-item li {
    list-style: none;
    font-size: 15px;
    width: 100%;
}

.dropdown-action .dropdown-menu ul.menu-inner-item li a {
    display: inline-block;
    padding: 8px 15px;
    transition: all 0.2s linear 0s;
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: normal;
    height: auto;
    font-weight: 600;
    color: #7b7b7b;
    margin: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}

.dropdown-action .dropdown-menu ul.menu-inner-item li a i {
    line-height: 0;
    padding: 0;
    top: 0;
    font-size: initial;
    border-radius: 0;
    position: relative;
    margin-right: 7px;
}

.dropdown-action:hover .dropdown-menu {
    visibility: visible;
    top: unset!important;
    transform: scale(1);
    padding: 0;
}

.dropdown-action .dropdown-menu ul.menu-inner-item li a:hover {
    background: #f0f0f0;
}


/* */

.records-found .showing-from {
    display: inline-block;
    margin-right: 10px;
}

.records-found p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
}

.records-found .form-group {
    width: max-content;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10p;
}

.page-item.disabled .page-link {
    opacity: .6;
}

.page-item.active .page-link {
    background-color: var(--first-color);
    border-color: var(--first-color);
}


/* custom tab */

.tab-box {
    border-radius: 10px;
    border: 1px solid #E6E9EB !important;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    background: #fff;
    margin-bottom: 20px;
}

.tab-box ul.tab-heading {
    margin: 0;
    padding: 13px 20px 0 22px;
    border-bottom: 1px solid #d0e7e5;
}

.tab-box ul.tab-heading li.clickme {
    display: inline-block;
    list-style: none;
    margin-top: 10px;
}

.tab-box ul.tab-heading li.clickme a {
    text-decoration: none;
    font-weight: 500;
    color: var(--third-color);
    padding: 0px 20px 10px 20px;
    display: inline-block;
    position: relative;
}

.tab-box ul.tab-heading li.clickme a.activelink {
    transition: .3s;
    color: var(--first-color);
}

.tab-box ul.tab-heading li.clickme a.activelink:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--first-color);
    bottom: 0;
    left: 0;
}

.tab-box .tab-content {
    padding: 22px;
}

.tab-box .tab-content .list.active {
    display: block;
}

.tab-box .tab-content .list.hide {
    display: none;
}


/* */

.dark-bg1 {
    background-image: linear-gradient(212deg, #117a4a 0%, #2AF598 100%);
}

.dark-bg2 {
    background-image: linear-gradient(225deg, #ff0092 0%, #ff63d3 100%);
}

.dark-bg3 {
    background-image: linear-gradient(147deg, #FFE53B 0%, #d99900 74%);
}

.dark-bg4 {
    background-image: linear-gradient(19deg, #347d45 0%, #87f90b 100%);
}

.dark-bg5 {
    background-image: linear-gradient(45deg, #c25f04 0%, #ff9e45 100%);
}

.dark-bg6 {
    background-image: linear-gradient(306deg, #4800b6 0%, #802dff 100%);
}

.dark-bg7 {
    background-image: linear-gradient(212deg, #2e94ff 0%, #2AF598 100%);
}

.dark-bg8 {
    background-image: linear-gradient(212deg, #2e94ff 0%, #2AF598 100%);
}

.bos-style2 {
    border-radius: 8px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bos-style2 h4 {
    margin-bottom: 0px;
    color: #fff;
}

.bos-style2 h4.title {
    font-size: 17px;
    text-transform: uppercase;
}

.bos-style2 h4.rs-amt {
    font-size: 25px;
    font-weight: 700;
}

.header-right .user-details {
    position: relative;
}

.header-right .user-details::after {
    content: "\f282";
    right: 0;
    font-size: 14px;
    font-family: 'bootstrap-icons';
    position: relative;
    margin-left: 4px;
    font-weight: 700;
    color: #000;
}

.mr-15 {
    margin-right: 15px !important;
}

.bill-box {
    border: 1px solid var(--first-color);
    border-radius: 6px;
    padding: 14px 2px;
    text-align: center;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    margin-bottom: 10px;
}

.bill-box h4 {
    font-size: 14px;
    color: var(--first-color);
    margin-top: 6px;
    margin-bottom: 0px;
}

.bill-box img {
    width: 50px;
}

.bill-box:hover {
    background: var(--first-color);
    transition: .3s;
}

.bill-box:hover h4 {
    color: #fff;
}

.bill-box:hover img {
    filter: brightness(50);
}

.bill-box.active {
    background: var(--first-color);
}

.bill-box.active h4 {
    color: #fff;
}

.bill-box.active img {
    filter: brightness(50);
}

.bill-box-flex {
    overflow-x: auto;
}

.bill-box-flex .row {
    display: flex;
    flex-wrap: nowrap;
}

.bill-box-flex .row .col-lg-1 {
    width: 8%;
}


/**/

.animatedModal .modal-content {
    height: auto;
    border-radius: 10px;
}

.animatedModal {
    top: 22%;
}

.animatedModal .modal-dialog {
    max-width: 440px;
}

.animatedModal.modal.show .modal-dialog {
    transform: none !important;
}

.animatedModal.modal.show.modal-static .modal-dialog {
    transform: scale(1.02) !important;
}

.qr-img {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 27px;
}

.qr-img img {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 20px 0px rgb(82 63 105 / 10%);
    border-radius: 8px;
    width: auto;
    padding: 4px;
}

.animatedModal button.close {
    border: none;
    background: transparent;
    padding: 0;
    line-height: 19px;
    font-size: 25px;
}

.animatedModal h4.modal-title {
    font-size: 21px;
    color: var(--first-color);
}

.animatedModal .modal-header {
    padding: 12px 20px;
}

.scan-info {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 20px;
}

.scan-info h4 {
    font-size: 21px;
    color: var(--first-color);
    margin-bottom: 3px;
}

.scan-info p.upi-id {
    margin-bottom: 3px;
    color: #6d6c72;
}

.scan-info img {
    padding: 0 35px;
}

.box-top-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.suessmodal .modal-content {
    background: #e1f4e5;
}

.suessmodal .modal-content .gif {
    width: 100px;
    margin: 0 auto;
}

.suessmodal .modal-content .modal-body {
    text-align: center;
    padding: 52px 0;
}

.suessmodal .modal-content .modal-body h4 {
    margin-bottom: 0px;
    margin-top: 23px;
    font-size: 21px;
    color: green;
}

.ox-auto {
    overflow-x: auto!important;
}


/* dmt pages */

.icon-input-flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.icon-input-flex .icon-box {
    padding: 11px 13px;
    border-radius: 8px;
    background: var(--first-color);
    border: 1px solid var(--first-color);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.icon-input-flex .form-control {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left: none;
}

.icon-input-flex .icon-box i {
    color: #fff;
}

.registered-sucess {
    background: #008000;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 23px;
    border-radius: 30px;
}

.registered-sucess p {
    margin-bottom: 0px;
}

.registered-declined {
    background: red;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px 23px;
    border-radius: 30px;
}

.registered-declined p {
    margin-bottom: 0pc;
}

ul.icon-ul-list {
    padding-left: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

ul.icon-ul-list li {
    position: relative;
    display: flex;
    list-style: none;
    margin-bottom: 10px;
    align-items: flex-start;
}

ul.icon-ul-list li i {
    color: var(--first-color);
    font-size: 24px;
    line-height: 31px;
}

ul.icon-ul-list li .list-dt {
    margin-left: 11px;
}

ul.icon-ul-list li .list-dt span {
    display: block;
}

ul.icon-ul-list li .list-dt .span-title {
    color: #7b7777;
    font-weight: 400;
}

ul.icon-ul-list li .list-dt .title-desc {
    color: #389aca;
    font-weight: 500;
    margin-top: -4px;
    font-size: 19px;
}

ul.icon-ul-list li:nth-child(2):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

ul.icon-ul-list li:nth-child(3):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

.payment-page ul.icon-ul-list li:nth-child(4):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

.payment-page ul.icon-ul-list li:nth-child(5):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

.payment-page ul.icon-ul-list li:nth-child(6):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

.payment-page ul.icon-ul-list li:nth-child(7):before {
    content: '';
    border-right: 1px solid #ddd;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -202px;
}

.go-back {
    margin-bottom: 20px;
    cursor: pointer;
}

.go-back i {
    color: var(--first-color);
    margin-right: 6px;
    font-size: 24px;
    line-height: 22px;
    position: relative;
    top: 2px;
}

.go-back span {
    color: var(--first-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
}

.beneficiary-table {
    border: 1px solid #E6E9EB !important;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    background: #fff;
    border-radius: 13px;
}

.beneficiary-table .beneficiary-heading-box {
    padding: 15px 19px;
    border-bottom: 1px solid #E6E9EB !important;
}

.beneficiary-table .beneficiary-heading-box .box-titile {
    margin-bottom: 0px;
}

.search-bar input {
    padding-left: 40px!important;
    height: auto;
    padding: 11px 16px;
    border-radius: 8px;
    background: #e5f2ff;
}

.search-bar .search-icon {
    position: absolute;
    top: 11px;
    left: 13px;
}

.search-bar {
    position: relative;
}

.search-bar .search-icon i {
    color: var(--first-color);
}

.beneficiary-table-heading .table-fileds {
    
    width: 100%;
}

.field-name {
    padding: 9px 12px;
    font-size: 16px;
    font-weight: 500;
}

.verified {
    position: relative;
    display: block;
}

.verified:after {
    content: "\f26a";
    font-family: bootstrap-icons !important;
    font-size: 15px;
    margin-left: 4px;
    top: 1px;
    position: relative;
    color: #0ebf0e;
}

.beneficiary-table-heading .table-fileds .field-name {
    background: var(--first-color);
    color: #fff;
    border-right: 1px solid #fff;
}

.field-name.f1 {
    width: 5%;
}

.field-name.f2 {
    width: 15%;
}

.field-name.f3 {
    width: 12%;
}

.field-name.f4 {
    width: 13%;
}

.field-name.f5 {
    width: 12%;
}

.field-name.f6 {
    width: 12%;
}

.field-name.f7 {
    width: 31%;
}

.beneficiary-table-heading .beneficiary-list {
    display: flex;
    width: 100%;
    align-items: center;
}

.beneficiary-table-heading .beneficiary-list:nth-child(odd) {
    background: #ededed;
}

.icon-input-flex .box-input {
    padding: 2px 11px;
    border-radius: 29px;
    background: var(--third-color);
    border: 1px solid var(--third-color);
    position: absolute;
    right: 7px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.default-section.payment-page ul.icon-ul-list {
    margin-bottom: 25px;
}

section.breadcrumb {
    padding: 12px 0px;
    margin: 0 0px 28px;
    box-shadow: 0px 0px 15px rgba(39, 32, 120, 0.1);
    background-color: #fff;
}

section.breadcrumb h4 {
    margin-bottom: 0px;
    font-size: 21px;
    color: var(--first-color);
    line-height: 23px;
}

section.breadcrumb .breadcrumb {
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-end;
}

section.breadcrumb .breadcrumb li.breadcrumb-item {
    color: var(--third-color);
    font-weight: 500;
}

section.breadcrumb .breadcrumb li.breadcrumb-item.active {
    color: var(--first-color);
}

#add_Beneficiary .modal-dialog {
    max-width: 600px;
}

#add_Beneficiary .modal-dialog .modal-body {
    padding: 17px 30px;
}

#raiseComplaint .modal-dialog {
    max-width: 600px;
}

#raiseComplaint .modal-dialog .modal-body {
    padding: 17px 30px;
}

#add_Beneficiary .modal-dialog .select-list-div .search-inner .search-icon {
    position: absolute;
    top: 11px;
}

.form-group.boxh-100 .icon-input-flex span.icon-box {
    height: 100px;
    display: flex;
    align-items: center;
}

.form-group.boxh-100 .icon-input-flex .form-control {
    height: 100px;
}

.popular-banks .banks-wrap {
    cursor: pointer;
    width: 18%;
    padding: 10px 7px 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 10px;
}

.popular-banks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: left;
    margin-bottom: 15px
}

.popular-banks .bank-img p {
    margin-bottom: 0px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    color: var(--first-color);
}

.popular-banks .image-part {
    width: 100%;
    height: 66px;
    display: table;
    border: none;
    overflow: hidden;
    margin-bottom: 0;
}

.popular-banks .bank-img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.popular-banks .bank-img img {
    margin: 0 auto;
    max-height: 72px;
    width: auto;
    max-width: 100%;
    display: block;
}

#searchIFsc .modal-dialog {
    max-width: 650px;
}

#searchIFsc .modal-dialog .modal-body {
    padding: 15px 26px;
}

.btn.btn1 i {
    margin-right: 7px;
}

.table-search-heading {
    margin-bottom: 25px;
}

.table-search-heading .form-group {
    margin-bottom: 0px;
}

.table-search-heading .row {
    align-items: self-end;
}

.table-search-heading .box-titile {
    margin-bottom: 25px;
}

.text-sucess {
    color: #7ED321!important;
}

.table-style1 .text-sucess,
.text-first,
.text-danger {
    font-weight: 500;
}

.table-style1 tr.amount-total td {
    font-weight: 400;
}

.table-style1 tr.amount-total td span {
    font-weight: 700;
}

.table-style1 tbody tr:nth-child(even) {
    background: #ededed;
}

.bank-list ul {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #fff;
    padding-left: 0px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.bank-list ul .flex-li {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.bank-list ul .flex-li span {
    display: inline-block;
    color: var(--first-color);
    width: 30%;
    padding: 11px 15px;
    font-weight: 500;
}

.bank-list ul .flex-li span.bank-dt {
    color: #6d6e70;
    width: 70%;
    background: #6d6e7017;
}

.bank-list ul .flex-li:last-child {
    border-bottom: none;
}

.bank-list .bank-title {
    margin-bottom: 0px;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    font-size: 20px;
    color: #fff;
    padding: 11px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.bank-list {
    margin-top: 11px;
}

.wallet-box {
    border: 1px solid #dddddd82;
    border-radius: 9px;
    background: #dce8ff;
    display: flex;
    justify-content: space-between;
    padding: 0;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    margin-bottom: 25px;
    overflow: hidden;
}

.wallet-box .wallet-list {
    width: 50%;
    padding: 15px 17px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: var(--first-color);
    list-style: none;
}

.wallet-box:hover {
    color: #fff;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
}

.wallet-box:hover ul.wallet-list {
    color: #fff;
}

.wallet-box.selected {
    color: #fff;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
}

.wallet-box.selected ul.wallet-list {
    color: #fff;
}

.dropdwon-arrow {
    position: absolute;
    top: 38px;
    right: 15px;
}

.dropdwon-arrow i {
    font-size: 15px;
}


/* 17-08 */

.summary-box {
    margin-bottom: 15px;
    position: relative;
}

.summary-box .box-title {
    margin-bottom: 0px;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    font-size: 20px;
    color: #fff;
    padding: 11px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.view-more {
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 4px 16px;
    border-radius: 30px;
    line-height: 18px;
    font-size: 14px;
    color: var(--first-color);
    font-weight: 500;
    background: #fff;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.summary-box ul {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0;
}

.summary-box ul li {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.summary-box ul li span {
    width: 100%;
    padding: 7px 16px;
    font-size: 15px;
}

.summary-box ul li span {
    display: block;
}

.summary-box ul li span.in-figure {
    text-align: right;
    border-left: 1px solid #ddd;
    width: 23%;
}

.summary-box ul li:last-child {
    border-bottom: none;
}

.view-more:hover {
    background: var(--second-color);
}

.receipt-box {
    border: 2px solid #ddd;
    border-radius: 11px;
    overflow: hidden;
}

.receipt-box .logo-div {
    background: #e5f2ff;
    margin-left: 0px;
    text-align: center;
    padding: 18px 20px;
    border-bottom: 1px solid #ddd;
}

.receipt-box .logo-div img {
    max-width: 196px;
    /* margin-bottom: 10px; */
}

.receipt-details {
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.receipt-details .detail-list ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.receipt-details .detail-list ul li {
    list-style: none;
    margin-bottom: 4px;
    color: #60697b;
    font-weight: 500;
}

.receipt-details .detail-list ul li span {
    color: var(--first-color);
    margin-left: 5px;
    font-weight: 700;
}

.copy-right p {
    margin-bottom: 11px;
    text-align: center;
    color: #000;
    font-size: 15px;
}

.note {
    text-align: center;
    padding: 9px 20px;
    background: var(--first-color);
}

.note p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #fff;
}

.receipt-table table.table {
    margin-bottom: 11px;
}

.or-option {
    width: 100%;
    margin: 13px 0;
    text-align: center;
    position: relative;
}

.or-option span {
    color: var(--first-color);
    font-weight: 500;
    background: #fff;
    padding: 10px;
    z-index: 1;
    position: relative;
}

.or-option:before {
    content: '';
    position: absolute;
    width: -webkit-fill-available;
    height: auto;
    border-bottom: 1px solid #ddd;
    left: 0px;
    top: 12px;
}

.info-strip {
    padding: 13px 15px;
    border-radius: 45px;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    text-align: center;
    margin-bottom: 27px;
}

.info-strip p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}

.help-info-box {
    padding: 17px 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    margin-bottom: 27px;
}

.help-info-box h4 {
    margin-bottom: 3px;
    color: #fff;
    font-size: 21px;
}

.help-info-box p {
    color: #fffdfd;
    margin-bottom: 0px;
}

.help-info-box p a {
    color: #fff;
}

.contact-box {
    margin-bottom: 30px;
}

.contact-box .level-contact {
    background: var(--first-color);
    position: relative;
    margin-bottom: 28px;
    color: #fff;
    padding: 8px 23px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.level-contact:before {
    content: "";
    position: absolute;
    top: 33px;
    transform: rotate(134deg);
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent var(--first-color) transparent transparent;
    z-index: 2;
}

.contact-deatls {
    background: #e5f2ff;
    padding: 30px 65px;
    border: 1px solid #8e8e8e21;
    z-index: 1;
    position: relative;
}

.contact-deatls h4 {
    color: var(--first-color);
    font-size: 22px;
    margin-bottom: 6px;
}

.contact-deatls p {
    margin-bottom: 4px;
    font-size: 16px;
}

.contact-box .level-contact:after {
    content: '';
    border-left: 1px dashed #d3d3d3;
    bottom: -28px;
    position: absolute;
    width: 100%;
    right: -48px;
    height: 63%;
    z-index: -1;
}

.btn-bw-arrow {
    margin-right: 15px;
}

.icon-input-flex .box-input.bg-first {
    border-color: var(--first-color);
}

.fingerprint {
    display: inline-block;
    width: 71px;
    margin-left: 20px;
}

.white-box.with-heading {
    padding: 0px;
    overflow: hidden;
}

.white-box.with-heading h4.title {
    padding: 13px 23px;
    background: linear-gradient(to right, #0124a2 0%, #013cfa 100%);
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}

.white-box.with-heading .inner-box {
    padding: 16px 23px;
}

.white-box.with-heading .inner-box .user-detail {
    text-align: center;
}

.white-box.with-heading .inner-box .user-detail img {
    width: 92px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.white-box.with-heading .inner-box .user-detail h5 {
    font-size: 17px;
    margin-top: 8px;
    color: var(--first-color);
    margin-bottom: 2px;
}

.white-box.with-heading .inner-box .user-detail p {
    margin-bottom: 6px;
    font-size: 14px;
    color: #646464;
}

.transaction-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    width: 100%;
}

.transaction-flex .tran-box {
    text-align: center;
    width: 30%;
    background: #e5f2ff;
    border: 1px solid #e5e7eb;
    padding: 10px 10px;
    border-radius: 10px;
}

.transaction-flex .tran-box h4 {
    margin-bottom: 0px;
    font-size: 16px;
}

.transaction-flex .tran-box p.no {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 400;
    color: var(--first-color);
}

.white-box.with-heading .inner-box ul.list-flex {
    margin-bottom: 0px;
    padding-left: 0px;
}

.white-box.with-heading .inner-box ul.list-flex li {
    margin-bottom: 3px;
    list-style: none;
    position: relative;
    padding-left: 18px;
    font-size: 15px;
}

.white-box.with-heading .inner-box ul.list-flex li span {
    margin-left: 6px;
    color: var(--first-color);
    font-weight: 500;
}

.white-box.with-heading .inner-box ul.list-flex li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #1e3fab;
    position: absolute;
    left: 0px;
    top: 7px;
    transform: rotate(45deg);
}

.status-active {
    padding: 2px 11px;
    border-radius: 29px;
    background: var(--third-color);
    border: 1px solid var(--third-color);
    font-size: 13px;
    color: #fff!important;
    cursor: pointer;
}

.white-box.with-heading ul.list-flex-line {
    padding-left: 0px;
    margin-bottom: 0px;
}

.white-box.with-heading ul.list-flex-line li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 23px;
    border-bottom: 1px solid #e5e7eb;
}

.white-box.with-heading ul.list-flex-line li:nth-child(even) {
    background: #e5f2ff;
}

.white-box.with-heading ul.list-flex-line li a {
    font-weight: 500;
    color: var(--third-color);
}

.switches-container {
    width: 16rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--first-color);
    line-height: 3rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 3rem;
    background: #fff;
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--first-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    font-weight: 600;
    left: 0;
}

.switch-inner {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.switch-inner input:checked+label {
    color: var(--first-color);
    z-index: 1;
    font-weight: 500;
}

.switch-inner input:checked+label::before {
    background: #fff;
    content: '';
    width: 125px;
    height: 92%;
    position: absolute;
    top: 2px;
    right: -29px;
    border-radius: 3rem;
    z-index: -1;
}

.switch-inner input#prepaid:checked+label::before {
    right: unset;
    left: -29px;
}

.recharge-div.postpaid .prepaid-block {
    display: none;
}

.recharge-div.postpaid .postpaid-block {
    display: block!important;
}

#viewPlans {
    overflow: visible;
    top: unset;
    bottom: 0px;
    height: auto;
}

#viewPlans .modal-dialog {
    max-width: 100%;
    max-height: 100%;
    pointer-events: auto;
    margin: 0px;
}

#viewPlans .modal-content {
    padding: 0px;
    position: relative;
    border: none;
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
    border-radius: 0px;
}

#viewPlans .modal-content .modal-header {
    padding: 20px 30px;
    border-bottom: 1px solid #e8e8e8;
    border-top-left-radius: 44px !important;
    border-top-right-radius: 44px !important;
}

#viewPlans .modal-dialog .modal-body {
    background: #fff;
    padding: 10px 20px;
}

#viewPlans .modal-content .modal-header .plan_tags {
    display: inline-block;
    border: 1px solid var(--first-color);
    padding: 5px 19px;
    margin-right: 5px;
    color: #fff;
    background: var(--first-color);
    border-radius: 37px;
}

#viewPlans .modal-content button.close {
    position: absolute;
    cursor: pointer;
    top: -13px;
    border-radius: 50%;
    right: -1px;
    padding: 10px 12px;
    background: #fff;
    color: #898F9D;
}

#viewPlans .modal-dialog .modal-body .plan_heading {
    font-size: 18px;
    color: var(--first-color);
}

#viewPlans .modal-dialog .modal-body .plan_body {
    position: relative;
    overflow-y: auto;
    max-height: 450px;
}

.plan-box {
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    margin-bottom: 11px;
    padding: 15px 22px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e5f2ff;
    align-items: flex-start;
    margin-right: 12px;
    cursor: pointer;
}

.plan-box .plan_price {
    margin-bottom: 7px;
    font-size: 29px;
    font-weight: 600;
    color: var(--first-color);
}

.plan-box .plan-highlight .data-info {
    font-weight: 700;
    color: #000;
    font-size: 23px;
}

.plan-box .plan-highlight .data-info b {
    font-weight: 400;
    font-size: 12px;
    color: #212529;
}

.plan-box .plan-highlight .sub-info {
    display: block;
    margin-top: -4px;
}

.plan-box .btn {
    margin-bottom: 0px;
    padding: 10px 25px;
    border-radius: 30px;
}

.plan-box:nth-child(odd) {
    background: #dddddd91;
}

.pt-10 {
    padding-top: 10px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.dashboard-body .content .wallet-btns .amt-btn {
    width: 100%;
    margin-bottom: 12px;
}

.walletAmt .slider-item {
    margin: 0px 5px;
}

.dashboard-body .content .wallet-btns .amt-btn {
    padding: 4px 16px 5px 6px;
    margin-right: 10px;
}

.dashboard-body .content .wallet-btns {
    position: relative;
    width: 100%;
    margin-left: 0px;
}

.dashboard-body .content .wallet-btns .amt-btn .reload-img {
    width: 14px;
}

.dashboard-body .content .wallet-btns {
    display: block;
    margin-bottom: 30px;
}

.dashboard-body .content .walletAmt .slick-arrow {
    display: none!important;
}

.dashboard-body .content .walletAmt ul.slick-dots {
    margin: 0;
    bottom: -15px;
}

.dashboard-body .content .walletAmt ul.slick-dots li {
    width: 7px;
    height: 7px;
}

.dashboard-body .content .wallet-btns {
    display: none;
}

.grid-div {
    /*display: grid;*/
    /*grid-template-rows: repeat(4, 126px);*/
    /*grid-template-columns: repeat(5, 1fr);*/
    /*gap: 16px;*/
    /*margin-bottom: 25px;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
    margin-bottom: 25px;
}

ul.icon-ul-list.for-four li {
    width: 23%;
}

ul.icon-ul-list li:last-child {
    border-right: none;
}

.default-section.payment-page ul.icon-ul-list li {
    width: 18%;
}

.default-section.payment-page ul.icon-ul-list li:before {
    content: none!important;
}

.default-section.payment-page ul.icon-ul-list li {
    width: 23%;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}

.default-section.payment-page ul.icon-ul-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

ul.icon-ul-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

ul.icon-ul-list li {
    width: 29%;
    border-right: 1px solid #ddd;
    margin-right: 20px;
}

ul.icon-ul-list li:before {
    content: none!important;
}

ul.icon-ul-list.for-four li {
    width: 22%;
}
.btn-bg2 {
    background-color: #3899cc !important;
    border-color: #3899cc !important;
}

/* loading */
.desc-box {
    padding: 18px 20px;
    border: 1px solid #d3d3d3;
    border-radius: 18px;
    margin-bottom: 10px;
    background: #eaf4f3;
}

.desc-box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.desc-box ul li {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}

.desc-box ul li span.item-tt {
    width: 50%;
    color: #5c5757e6;
    font-size: 15px;
    font-weight: 600;
}

.desc-box ul li span.item-desc {
    font-size: 16px;
    width: 50%;
    font-weight: 700;
    color: var(--first-color);
    text-align: right;
}
.loading-spinner {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border: 2px solid indigo;
    border-radius: 50%;
    border-top-color: #0001;
    display: inline-block;
    animation: loadingspinner .7s linear infinite;
}
.loading-up {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
        justify-content: center;
}


@keyframes loadingspinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

body.printing .header {
    display: none;
}

body.printing .custom-sidebar {
    display: none;
}

body.printing section.breadcrumb {
    display: none;
}

body.printing .footer-bottom {
    display: none;
}

body.printing .content {
    padding: 0px;
}

body.printing   .col-lg-12.text-right {
    display: none;
}
body.printing  .dashboard-body .content {
    transition: none;
    transition-timing-function: unset;
}
body.printing .container-fluid {
    padding: 0px;
}
/**/
.showing-outlet-details {
    text-align: center;
}

.showing-outlet-details p.selected-outlet {
    border-bottom: 1px solid #eee;
    margin-bottom: 4px;
    font-weight: 500;
    padding-bottom: 6px;
    font-size: 13px;
}

.showing-outlet-details h5.acc-balance {
    margin-bottom: 13px;
    color: green;
    font-size: 17px;
}
.bos-style2.white-bg {
    border: 1px solid #d0e7e5;
    border-radius: 15px;
    box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
    padding: 24px 20px;
}

.bos-style2.white-bg h4.title {
    color: #585858;
}

.bos-style2.white-bg h4.rs-amt {
    color: var(--first-color);
    font-size: 20px;
}
.distributor-dash .grid-div {
    grid-template-rows: repeat(2, 126px);
}
/* preloader */
.preloader {
    position: fixed;
    background: #ffffff9e;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
.preloader .snippet {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.dot-flashing {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--first-color);
    color: var(--first-color);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
  }
  .dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .dot-flashing::before {
    left: -28px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--first-color);
    color: var(--first-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
  }
  .dot-flashing::after {
    left: 26px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--first-color);
    color: var(--first-color);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
  } 
  
  @keyframes dot-flashing {
    0% {
      background-color: var(--first-color);
    }
    50%, 100% {
      background-color: var(--second-color);
    }
  }
  .wallet-btns .amt-btn.scan-qr {
    padding: 2px 15px 2px 3px;
    cursor: pointer;
}

.wallet-btns .amt-btn.scan-qr i {
    top: 4px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

/* 18-03-25 */
.feature-iboard {
    background: var(--first-color);
    border-radius: 6px;
}

.feature-iboard h4 {
    margin-bottom: 0px;
    padding: 10px 20px;
    font-size: 15px;
    color: #ffff;
    border-bottom: 1px solid #eee;
}

.feature-iboard .inner-div {
    padding: 11px 20px;
}

.feature-iboard .inner-div ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.feature-iboard .inner-div li {
    font-size: 12px;
    color: #eee;
    padding-left: 15px;
    position: relative;
    margin-bottom: 7px;
}

.feature-iboard .inner-div li:before {
    content: '';
    position: absolute;
    background: var(--second-color);
    width: 5px;
    height: 5px;
    left: 0px;
    top: 7px;
    border-radius: 50%;
}

.ml-auto {
    margin-left: auto!important; 
}
.fs-7 {
    font-size: 13px;
}
.with-biometric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.with-biometric .form-group {
    width: 81%;
}

.with-biometric .captures-bio {
    text-align: center;
    margin-left: 20px;
}
  .captures-bio p {
    margin: 0px;
    font-size: 14px;
    width: max-content;
    margin-top: 6px;
    color: var(--first-color);
    font-weight: 500;
}
.us-img-fr {
    border: 1px solid #eee;
    padding: 10px;
}
.info-strip.sm {
   border-radius: 0px;
    margin-top: 15px;
    padding: 8px 15px;
    text-align: left;
    margin-bottom: 15px;
}
.welcome-info  p {
    margin-bottom: 6px;
    font-size: 13px;
}
.info-strip.sm p {
    font-size: 13px;
}
.btn-warning { 
    background-color: #ffc107!important;
    border-color: #ffc107!important;
}
#formModal {
    top: 1%;
}

#formModal .modal-dialog {
    max-width: 800px;
}

#formModal .modal-dialog h4.modal-title {
    text-align: center;
} 

#formModal .form-inner h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 11px;
    font-weight: 500;
    color: var(--third-color);
    line-height: 22px;
} 

#formModal .form-inner h6 {
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
    font-size: 14px;
    line-height: 18px;
} 
#formModal .modal-dialog .modal-header {
    justify-content: center;
}
#formModal .dec-txt {
    font-size: 12px;
}

#formModal .dec-txt .form-control {
    display: inline-block;
    width: auto;
}

#formModal ul.inst-list {
    list-style: none;
    text-align: left;
    padding: 0px;
}

#formModal ul.inst-list li {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 4px;
}
.fino-logo {
    width: 100px;
    height: auto;
	margin-bottom:10px;
}
.icon-input-flex.w-txtarea {
    align-items: unset;
}

/**/
ul.rechrg-receipt-data {
    padding: 0px;
    list-style: none;
}

ul.rechrg-receipt-data li {
    padding: 5px 13px;
    font-size: 13px;
    display: block ! Important;
    width: 100%;
    color: var(--first-color);
    font-weight: 600;
    align-items: center;
}

ul.rechrg-receipt-data li span.pull-right {
    float: right;
    color: #212529;
    font-weight: normal;
    font-size: 13px;
}

ul.rechrg-receipt-data li:nth-child(even) {
    background-color: #f5f5f5;
}
    .trsnc-success {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 10px 20px ! important;
        text-align: center;
        border-top: 1px solid rgba(153, 153, 153, 0.2);
        border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    }
.flex-inner {
    display: flex
;
    align-items: center;
}
.trsnc-success .flex-inner img {
    max-height: 30px;
    margin-right: 9px;
}
 .trsnc-success.sucess h4 {
        font-size: 17px;
        color: var(--first-color);
} 
.flex-inner .rechrge-amt {
    color: var(--first-color);
    font-weight: 700;
    margin-bottom: 0px;
}
.fatca {
    display: inline-block;
    background: var(--second-color);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 30px;
    color: #000;
}

span.txt {
    font-size: 13px;
}



@media (min-width: 1536px) and (max-width: 1919px) {
    .default-section.payment-page ul.icon-ul-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .default-section.payment-page ul.icon-ul-list li {
        width: 23%;
        border-right: 1px solid #ddd;
        margin-right: 20px;
    }
    .default-section.payment-page ul.icon-ul-list li:before {
        content: none!important;
    }
    ul.icon-ul-list li:nth-child(3):before,
    .payment-page ul.icon-ul-list li:nth-child(6):before,
    .payment-page ul.icon-ul-list li:nth-child(4):before,
    .payment-page ul.icon-ul-list li:nth-child(5):before,
    .payment-page ul.icon-ul-list li:nth-child(7):before {
        content: none!important;
    }
    ul.icon-ul-list li i {
        font-size: 18px;
    }
    ul.icon-ul-list li .list-dt {
        margin-left: 8px;
    }
    ul.icon-ul-list li .list-dt .span-title {
        font-size: 13px;
    }
    ul.icon-ul-list li .list-dt .title-desc {
        margin-top: -1px;
        font-size: 15px;
    }
    ul.icon-ul-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    ul.icon-ul-list li {
        width: 29%;
        border-right: 1px solid #ddd;
        margin-right: 20px;
    }
    ul.icon-ul-list li:before {
        content: none!important;
    }
    ul.icon-ul-list.for-four li {
        width: 22%;
    }
}

@media only screen and (max-width: 1366px) {
    .dashboard-body .content .wallet-btns {
        display: none;
    }
    .custom-sidebar {
        width: 205px;
    }
    .content-height {
        min-height: calc(90.1vh - 2px);
    }
    .dashboard-body .content {
        padding: 67px 0px 0 205px;
    }
    .box-style1 {
        padding: 11px 5px;
    }
    .box-style1 .heading1 {
        font-size: 13px;
    }
    .box-style1 .icon {
        padding: 10px 10px;
    }
    .box-style1 .icon img {
        width: 32px;
    }
    .bos-style2 h4.title {
        font-size: 11px;
    }
    .bos-style2 h4.rs-amt {
        font-size: 17px;
    }
    .bos-style2 {
        border-radius: 8px;
        padding: 11px 10px;
        margin-bottom: 10px;
    }
    .tab-box .tab-content .row.p-less>* {
        padding: 0 5px;
    }
    .bill-box-flex .row .col-lg-1 {
        width: 9%;
        padding-right: 2px;
    }
    .bill-box {
        padding: 8px 1px;
    }
    .bill-box h4 {
        font-size: 12px;
    }
    .bill-box img {
        width: 40px;
    }
    header .logo-div img {
        max-width: 88px;
    }
    .header-right .user-details .text-dt .wlcm {
        font-size: 10px;
    }
    .header-right .user-details .text-dt h5.user-name {
        font-size: 13px;
    }
    .header-right .user-details .text-dt .last-login {
        font-size: 9px;
    }
    .wallet-btns .amt-btn {
        padding: 2px 29px 2px 6px;
    }
    .wallet-btns .amt-btn .wa-name {
        width: 30px;
        height: 30px;
        padding: 5px 6px;
        font-size: 12px;
    }
    .wallet-btns .amt-btn .amt-desc {
        margin-left: 4px;
    }
    .wallet-btns .amt-btn .amt-desc .wallet-name {
        font-size: 10px;
    }
    .wallet-btns .amt-btn .amt-desc .amt {
        font-size: 13px;
    }
    .wallet-btns .amt-btn .reload-img {
        width: 11px;
        right: 10px;
    }
    .custom-sidebar {
        top: 67px;
    }
    .custom-sidebar .sidebar-menu li a .d-flex .page-name {
        font-size: 14px;
    }
    .custom-sidebar .sidebar-menu li a .d-flex .page-icon i {
        font-size: 13px;
    }
    .custom-sidebar .sidebar-menu li a {
        padding: 9px 0px 9px 16px !important;
    }
    .custom-sidebar .sidebar-menu li a .d-flex .page-name .float-right {
        font-size: 10px;
    }
    .custom-sidebar .sidebar-menu li .subsidebar-menu li a {
        padding: 8px 0px 8px 47px !important;
        font-size: 12px;
    }
    .footer-bottom {
        padding: 9px 0;
    }
    .footer-bottom p {
        font-size: 13px;
    }
    .white-box {
        padding: 17px 17px;
    }
    .box-titile {
        font-size: 18px;
    }
    .icon-input-flex .icon-box {
        padding: 5px 9px;
    }
    .icon-input-flex .icon-box i {
        font-size: 14px;
    }
    .form-group .form-control {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 5px;
    }
    .form-group label {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .toggle-password {
        right: 14px;
        bottom: 6px;
    }
    .custom-dropdown::before {
        top: 35px;
        font-size: 11px;
    }
    .btn.btn1 {
        font-size: 13px;
        padding: 7px 15px;
    }
    .btn.btn1 i {
        margin-right: 4px;
    }
    .records-found p {
        font-size: 13px;
    }
    .records-found select.form-select {
        font-size: 11px;
    }
    .page-link {
        padding: 3px 8px;
        font-size: 13px;
    }
    .notice-board marquee {
        font-size: 12px;
        line-height: 13px;
    }
    .animatedModal {
        top: 11%;
    }
    .animatedModal h4.modal-title {
        font-size: 17px;
    }
    .animatedModal .modal-header {
        padding: 8px 18px;
    }
    .animatedModal button.close {
        line-height: 22px;
        font-size: 20px;
    }
    .qr-img {
        margin-top: 10px;
        margin-bottom: 19px;
    }
    .scan-info {
        margin-top: 17px;
        margin-bottom: 10px;
    }
    .scan-info h4 {
        font-size: 17px;
    }
    .scan-info p.upi-id {
        font-size: 13px;
    }
    .select-list-div ul li span {
        font-size: 11px;
    }
    .select-list-div ul li {
        padding: 7px 13px;
    }
    .select-list-div .search-bar {
        padding: 12px 9px;
    }
    .select-list-div .search-inner .form-control {
        padding-left: 38px !important;
        padding: 5px 7px;
    }
    .select-list-div .search-inner .search-icon {
        top: 7px;
    }
    .select-list-div {
        top: 61px;
    }
    .tab-box ul.tab-heading {
        padding: 7px 14px 0 14px;
    }
    .tab-box ul.tab-heading li.clickme a {
        padding: 0px 17px 6px 16px;
        font-size: 13px;
    }
    .table-style1 tr th,
    .table-style1 tr td {
        font-size: 11px;
    }
    .heading-box h4 {
        font-size: 18px;
    }
    .recent-box {
        padding: 17px 17px;
    }
    .search-bar input {
        font-size: 15px;
        padding: 9px 16px;
    }
    .search-bar .search-icon {
        font-size: 15px;
        top: 11px;
        left: 15px;
    }
    .white-box.with-heading h4.title {
        padding: 10px 20px;
        font-size: 18px;
    }
    .white-box.with-heading ul.list-flex-line li {
        padding: 9px 19px;
        font-size: 14px;
    }
    .white-box.with-heading .inner-box ul.list-flex li {
        font-size: 14px;
    }
    .white-box.with-heading .inner-box ul.list-flex li:before {
        width: 6px;
        height: 6px;
        left: 4px;
        top: 8px;
    }
    /**/
    .default-section.payment-page ul.icon-ul-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .default-section.payment-page ul.icon-ul-list li {
        width: 23%;
        border-right: 1px solid #ddd;
        margin-right: 20px;
    }
    .default-section.payment-page ul.icon-ul-list li:before {
        content: none!important;
    }
    ul.icon-ul-list li:nth-child(3):before,
    .payment-page ul.icon-ul-list li:nth-child(6):before,
    .payment-page ul.icon-ul-list li:nth-child(4):before,
    .payment-page ul.icon-ul-list li:nth-child(5):before,
    .payment-page ul.icon-ul-list li:nth-child(7):before {
        content: none!important;
    }
    ul.icon-ul-list li i {
        font-size: 18px;
    }
    ul.icon-ul-list li .list-dt {
        margin-left: 8px;
    }
    ul.icon-ul-list li .list-dt .span-title {
        font-size: 13px;
    }
    ul.icon-ul-list li .list-dt .title-desc {
        margin-top: -1px;
        font-size: 15px;
    }
    ul.icon-ul-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    ul.icon-ul-list li {
        width: 29%;
        border-right: 1px solid #ddd;
        margin-right: 20px;
    }
    ul.icon-ul-list li:before {
        content: none!important;
    }
    ul.icon-ul-list li:last-child {
        border-right: none!important;
    }
    ul.icon-ul-list.for-four li {
        width: 22%;
    }
}

@media only screen and (max-width: 1300px) {
    .dashboard-body .content .wallet-btns {
        display: none;
    }
    .wallet-btns .amt-btn {
        padding: 2px 20px 2px 3px;
        margin-right: 1px;
    }
    .wallet-btns .amt-btn .wa-name {
        width: 35px;
        height: 35px;
        padding: 7px 6px;
        font-size: 14px;
    }
    .wallet-btns .amt-btn .amt-desc {
        margin-left: 4px;
    }
    .wallet-btns .amt-btn .amt-desc .wallet-name {
        font-size: 10px;
    }
    .wallet-btns .amt-btn .amt-desc .amt {
        font-size: 14px;
    }
    .wallet-btns .amt-btn .reload-img {
        width: 10px;
        right: 7px;
        top: 16px;
    }
    .header-right .user-details::after {
        content: none;
    }
    .header-right .user-details .text-dt h5.user-name {
        font-size: 12px;
    }
    .header-right .user-details .text-dt .last-login {
        font-size: 8px;
    }
    .header-right .user-details .text-dt .wlcm {
        font-size: 9px;
    }
    .header-right .user-details .text-dt {
        margin-left: 4px;
    }
    .header-right .user-details .user-img {
        height: 45px;
        width: 45px;
    }
    .grid-div {
        grid-template-rows: repeat(4, 100px);
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1100px) {
    .wallet-btns .amt-btn {
        padding: 2px 20px 2px 3px;
        margin-right: 1px;
    }
    .wallet-btns .amt-btn .wa-name {
        width: 30px;
        height: 30px;
        padding: 5px 5px;
        font-size: 12px;
    }
    .wallet-btns .amt-btn .amt-desc {
        margin-left: 4px;
    }
    .wallet-btns .amt-btn .amt-desc .wallet-name {
        font-size: 8px;
    }
    .wallet-btns .amt-btn .amt-desc .amt {
        font-size: 12px;
    }
    .wallet-btns .amt-btn .reload-img {
        width: 8px;
        right: 7px;
        top: 13px;
    }
    .header-right .user-details::after {
        content: none;
    }
    .header-right .user-details .text-dt h5.user-name {
        font-size: 12px;
    }
    .header-right .user-details .text-dt .last-login {
        font-size: 8px;
    }
    .header-right .user-details .text-dt .wlcm {
        font-size: 9px;
    }
    .header-right .user-details .text-dt {
        margin-left: 4px;
    }
    .header-right .user-details .user-img {
        height: 45px;
        width: 45px;
    }
    .dashboard-body .content .wallet-btns {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .header-right .wallet-btns {
        display: none;
    }
    .dashboard-body .content .wallet-btns {
        display: block;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 900px) {
    .header-right .wallet-btns {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .custom-sidebar {
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
    }
    .dashboard-body .content {
        padding-left: 0;
        margin-top: 0;
        padding-top: 58px;
    }
    .grid-div {
        grid-template-rows: repeat(4, 100px);
        grid-template-columns: repeat(3, 1fr);
        gap: 13px;
    }
    .box-style1 {
        margin-bottom: 0px;
    }
    .header-right .wallet-btns {
        display: none;
    }
    header .logo-div img {
        max-width: 92px;
        margin-bottom: 5px;
        margin-top: 4px;
    }
    .toggle-icon {
        width: 25px;
    }
    .logo-div {
        margin-left: auto;
        margin-right: auto;
    }
    .header-right .user-profile {
        margin-left: auto;
        margin-right: 0;
    }
    .header-right .user-details .text-dt {
        display: none;
    }
    .custom-sidebar {
        top: 0px;
        height: 100%;
        padding-top: 0px;
        width: 100%;
    }
    .custom-sidebar {
        transform: translateX(-100%);
        visibility: hidden;
        opacity: 0;
        z-index: 9999;
    }
    body.sidebar-active .custom-sidebar {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .fixedbg {
        position: fixed;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: opacity 250ms;
    }
    body.sidebar-active .fixedbg {
        display: block !important;
    }
    .close-btn i {
        padding: 0px 0px 0px 5px;
        border-bottom-left-radius: 27px;
        color: var(--first-color);
        font-size: 28px;
        top: 0;
        line-height: 0px;
        position: relative;
        background: #fff;
        z-index: 999;
    }
    .close-btn {
        display: block;
        position: relative;
        text-align: right;
    }
    .box-section .col-lg-2.col-6:nth-child(odd) {
        padding-left: 7px;
    }
    .box-section .col-lg-2.col-6:nth-child(even) {
        padding-right: 7px;
    }
    .notice-board .marquee1,
    .notice-board .marquee2 {
        height: 29px;
    }
    .notice-board marquee {
        font-size: 14px;
        top: 0;
        height: 21px;
    }
    .bill-box {
        padding: 8px 3px;
        margin-bottom: 12px;
    }
    .bill-box h4 {
        font-size: 13px;
    }
    .bill-box img {
        margin-bottom: 5px;
        width: 43px;
    }
    .user-profile-block {
        width: 212px;
        top: 55px;
    }
    .bill-box-flex .row .col-lg-1 {
        width: 31%;
    }
    .animatedModal {
        top: 28%;
    }
    .content-height {
        min-height: calc(89.8vh - 2px);
    }
    .registered-declined {
        padding: 5px 21px;
    }
    .registered-declined p {
        font-size: 15px;
    }
    .registered-sucess {
        padding: 5px 21px;
    }
    .registered-sucess p {
        font-size: 15px;
    }
    .icon-input-flex .icon-box {
        padding: 8px 9px;
        font-size: 12px;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .beneficiary-table .field-name {
        padding: 3px 9px;
        font-size: 9px;
    }
    .field-name.f1 {
        width: 8%;
    }
    .field-name.f2 {
        width: 16%;
    }
    .field-name.f3 {
        width: 15%;
    }
    .field-name.f4 {
        width: 13%;
    }
    .field-name.f5 {
        width: 12%;
    }
    .field-name.f6 {
        width: 18%;
    }
    .field-name.f7 {
        width: 18%;
    }
    .beneficiary-table .btn {
        font-size: 9px;
        width: auto;
        padding: 4px 6px;
        margin-bottom: 3px;
        line-height: 12px;
    }
    .beneficiary-table .beneficiary-heading-box .box-titile {
        margin-bottom: 15px;
    }
    ul.icon-ul-list {
        display: block;
        margin-top: 15px;
    }
    ul.icon-ul-list li {
        margin-bottom: 19px;
        width: 100%;
    }
    ul.icon-ul-list.for-four li {
        margin-bottom: 19px;
        width: 100%;
    }
    ul.icon-ul-list li i {
        font-size: 19px;
    }
    ul.icon-ul-list li .list-dt {
        margin-left: 10px;
    }
    ul.icon-ul-list li:nth-child(2):before {
        top: -62px;
        left: 0;
        margin-top: 5px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    ul.icon-ul-list li:nth-child(3):before {
        top: -62px;
        left: 0;
        margin-top: 5px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .payment-page ul.icon-ul-list li:nth-child(4):before {
        content: none;
    }
    .payment-page ul.icon-ul-list li:nth-child(2):before {
        content: none;
    }
    .payment-page ul.icon-ul-list li:nth-child(3):before {
        content: none;
    }
    .payment-page ul.icon-ul-list li:nth-child(5):before {
        content: none;
    }
    .payment-page ul.icon-ul-list li:nth-child(6):before {
        content: none;
    }
    .payment-page ul.icon-ul-list li {
        margin-bottom: 19px;
        width: 50%;
    }
    .default-section.payment-page ul.icon-ul-list li {
        margin-bottom: 19px;
        width: 44%;
    }
    ul.icon-ul-list li:last-child {
        margin-bottom: 0px;
    }
    .beneficiary-table-heading .beneficiary-list label.label {
        font-size: 9px;
        padding: 1px 8px;
    }
    .beneficiary-table .beneficiary-heading-box .btn {
        font-size: 12px;
        padding: 6px 10px;
        width: 100%;
        margin-top: 9px;
        line-height: 18px;
    }
    ul.icon-ul-list li .list-dt .span-title {
        font-size: 14px;
    }
    ul.icon-ul-list li .list-dt .title-desc {
        margin-top: 0px;
        font-size: 18px;
    }
    section.breadcrumb h4 {
        font-size: 18px;
    }
    section.breadcrumb .breadcrumb li.breadcrumb-item {
        font-size: 14px;
        font-weight: 400;
    }
    .default-section.payment-page ul.icon-ul-list {
        display: flex;
        flex-wrap: wrap;
    }
    .payment-page ul.icon-ul-list li i {
        font-size: 16px;
    }
    .payment-page ul.icon-ul-list li .list-dt {
        margin-left: 8px;
    }
    .payment-page ul.icon-ul-list li .list-dt .span-title {
        font-size: 12px;
    }
    .payment-page ul.icon-ul-list li .list-dt .title-desc {
        margin-top: -2px;
        font-size: 16px;
    }
    .go-back {
        margin-bottom: 10px;
    }
    #add_Beneficiary .modal-dialog .modal-body {
        padding: 17px 20px;
    }
    #add_Beneficiary .modal-dialog .select-list-div .search-inner .search-icon {
        position: absolute;
        top: 9px;
        font-size: 14px;
    }
    #raiseComplaint .modal-dialog .modal-body {
        padding: 17px 20px;
    }
    #searchIFsc {
        top: 16%;
    }
    #searchIFsc .modal-dialog .modal-body {
        padding: 1rem;
    }
    .popular-banks .bank-img p {
        margin-top: 7px;
        line-height: 12px;
        font-size: 9px;
    }
    .popular-banks .image-part {
        height: 48px;
    }
    .popular-banks .banks-wrap {
        width: 22%;
        padding: 6px 3px 6px;
        border-radius: 6px;
    }
    .popular-banks {
        gap: 10px;
    }
    .icon-input-flex .box-input {
        padding: 1px 6px;
        font-size: 9px;
    }
    .table-search-heading .form-group {
        margin-bottom: 10px;
    }
    .table-search-heading .btn.btn1 {
        margin-bottom: 10px;
        padding: 8px 20px;
    }
    .table-search-heading .box-titile {
        margin-bottom: 5px;
    }
    .bank-list ul .flex-li span {
        font-size: 11px;
        padding: 9px 9px;
    }
    .bank-list .bank-title {
        font-size: 14px;
    }
    .summary-box .box-title {
        font-size: 16px;
        padding: 9px 15px;
    }
    .summary-box ul li span {
        width: 100%;
        padding: 4px 11px;
        font-size: 12px;
    }
    .view-more {
        top: 8px;
        right: 8px;
        padding: 2px 11px;
        line-height: 18px;
        font-size: 13px;
    }
    .receipt-details {
        padding: 27px 10px;
    }
    .receipt-details .detail-list ul li {
        font-size: 9px;
        margin-bottom: 2px;
    }
    .receipt-box .logo-div img {
        max-width: 150px;
    }
    .receipt-box .logo-div {
        padding: 15px 20px;
    }
    .copy-right p {
        margin-bottom: 11px;
        font-size: 12px;
    }
    .note p {
        font-size: 9px;
    }
    .receipt-table table.table label.label {
        font-size: 9px;
        padding: 2px 10px;
    }
    #raiseComplaint {
        top: 15%;
    }
    .tab-box .tab-content p {
        font-size: 11px;
    }
    .tab-box .tab-content .info-strip p {
        font-size: 9px;
    }
    .tab-box .tab-content .info-strip {
        padding: 7px 0;
    }
    .help-info-box h4 {
        font-size: 17px;
    }
    .help-info-box p {
        font-size: 11px;
    }
    .help-info-box {
        padding: 13px 22px;
    }
    .white-box.with-heading h4.title {
        padding: 10px 20px;
        font-size: 18px;
    }
    .white-box.with-heading ul.list-flex-line li {
        padding: 9px 19px;
        font-size: 14px;
    }
    .white-box.with-heading .inner-box ul.list-flex li {
        font-size: 14px;
    }
    .white-box.with-heading .inner-box ul.list-flex li:before {
        width: 6px;
        height: 6px;
        left: 4px;
        top: 8px;
    }
    #viewPlans .modal-content .modal-header .plan_tags {
        padding: 5px 19px;
        font-size: 13px;
        margin-right: 0;
        margin-bottom: 4px;
    }
    #viewPlans .modal-content .modal-header .close-btn {
        position: absolute;
    }
    #viewPlans .modal-content {
        border-top-left-radius: 26px !important;
        border-top-right-radius: 26px !important;
    }
    #viewPlans .modal-content .modal-header {
        padding: 13px 13px;
    }
    #viewPlans .modal-content button.close {
        top: -9px;
        border-radius: 50%;
        right: 0;
        padding: 7px 8px 10px 8px;
        line-height: 8px;
    }
    .plan-box {
        flex-wrap: wrap;
        align-items: self-end;
        position: relative;
    }
    .plan-box .plan-desc {
        margin-top: 12px;
        width: 70%;
        font-size: 11px;
        margin-bottom: 0px;
    }
    .plan-box .btn.btn1 {
        margin-top: 12px;
        width: 27%;
    }
    .plan-box .plan-highlight .data-info {
        font-size: 20px;
    }
    .plan-box .plan-highlight .data-info b {
        font-size: 10px;
    }
    .plan-box .plan-highlight .sub-info {
        font-size: 12px;
    }
    .plan-box .plan_price {
        font-size: 25px;
    }
    /**/
    .distributor-dash .box-style1 {
        align-items: center;
        display: grid;
        height: 113px;
        padding: 11px 1px;
    }
    .distributor-dash .box-style1 .heading1 {
        font-size: 12px;
    }
    .distributor-dash .grid-div {
        grid-template-rows: repeat(3, 112px);
    }
    .bos-style2.white-bg{
        padding: 15px 11px;
        display: block;
        border-radius: 10px; 
    }
    .bos-style2.white-bg h4.rs-amt { 
        font-size: 13px;
        text-align: right;
    }
    
    
    
    .Success{
      border-color: #1F9D57!important;
      background-color: #28C76F!important;
      color: #FFF !important;
      border-radius:10px;
    }
    
    
    .Failure{
        border-color: #E42728!important;
        background-color: #EA5455!important;
        color: #FFF !important;
        border-radius:10px;
    }
    
    .Pending{
      border-color: #FF8510!important;
      background-color: #FF9F43!important;
      color: #FFF !important;
      border-radius:10px;
    }
    
    .Refunded{
      background-color: #1E1E1E!important;
      color: #FFF !important;
      border-radius:10px;
    }
    
    .Credit{
        color: #FFF !important;
        background-color: #5344ED;
        border-color: #4839EB;
        border-radius:10px;
    }
    
    .Debit{
        border-color: #00A1B5!important;
        background-color: #00CFE8!important;
        color: #FFF !important;
        border-radius:10px;
    }
    
    
    
}