.navbar-vertical {
    background: #29145e;
    background: linear-gradient(to top, #29145e 52%, #ffffff 133%);
    bottom: 0;
    display: block;
    margin-left: -17rem;
    max-width: 270px;
    padding: 0;
    position: fixed;
    top: 0;
    transition: margin 0.25s ease-out;
    width: 100%;
}

.navbar-vertical .nav-scroller,
.navbar-vertical .slimScrollDiv {
    height: 100% !important;
    overflow-y: auto;
}

.navbar-vertical .navbar-brand {
    display: block;
    margin-right: 0;
    text-align: center;
    padding: 1rem 1.5rem 1.5rem;

    padding-bottom: 6px;
}

.navbar-vertical .navbar-brand img {
    height: 1.875rem;
}

.navbar-vertical .navbar-heading {
    color: #454f5b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}

.navbar-vertical .navbar-nav .nav-item {
    margin: 4px 0px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-weight: 400;
    line-height: 9px;
    padding: 12px 21px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
    font-size: 14px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover {
    color: #29145e;
    background-color: white;
    border-left: 4px solid #d89cec;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-link[data-bs-toggle="collapse"]:after {
    color: black !important;
}

.navbar-vertical .navbar-nav .nav-item .nav-link:hover .nav-icon {
    color: black;
    opacity: 1;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active {
    color: #29145e;
    background-color: white;
    border-left: 4px solid #d89cec;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active .nav-icon {
    color: #29145e;
    opacity: 1;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"] {
    position: relative;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:after {
    content: "\F282";
    display: block;
    font-family: "bootstrap-icons";
    height: 24px;
    margin-left: auto;
    position: absolute;
    transform: scale(0.7);
    transition: 0.5s ease;
    width: 24px;
    top: 13px !important;
    right: 13px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link[data-bs-toggle="collapse"]:not(.collapsed):after {
    content: "\F282";
    display: block;
    font-family: "bootstrap-icons";
    height: 24px;
    position: absolute;
    transform: scale(0.7) rotateX(180deg);
    transition: 0.5s ease;
    width: 24px;
    top: 2px !important;
    right: 13px;
}

.navbar-vertical .navbar-nav .nav-icon {
    font-size: 15px;
    opacity: 0.6;
    transition: all 0.5s;
    margin-right: 12px !important;
}

.navbar-vertical .navbar-nav .sub-nav-icon {
    font-size: 0.35rem;
    margin-right: 0.5rem;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link {
    color: #8f76cd;
    padding: 15px 47px;
    font-size: 13px;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav-link.active,
.navbar-vertical .navbar-nav .nav .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #29145e;
}

.navMenuLevelSecond.nav-link[data-bs-toggle="collapse"]:after {
    content: "\F282";
    display: block;
    font-family: "bootstrap-icons";
    height: 24px;
    margin-left: auto;
    position: absolute;
    right: 13px;
    transform: scale(0.7);
    transition: 0.5s ease;
    width: 24px;
    top: 7px !important;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link {
    color: #8f76cd;
    padding: 15px 47px;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link.active,
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav-link:hover {
    color: #ffffff;
    background-color: #29145e;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link {
    color: #bac0c6;

    padding: 9px 44px;
}

.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link.active,
.navbar-vertical .navbar-nav .nav .nav-item .nav .nav-item .nav .nav-item .nav-link:hover {
    color: #fff;
}

.bg_nav_color {
    background-color: #ffffff;
}

.collapse.in {
    display: block;
}

.navbar-classic {
    background-color: #fff;
}

.navbar-classic .navbar-right-wrap .list-group-item {
    padding: 1rem 1.25rem;
}

.navbar-classic .nav-badge {
    position: absolute;
    right: 3px;
    top: -9px;
}

@media (min-width: 1200px) {
    .navbar-classic .dropdown-menu-end {
        left: auto;
        right: 0;
    }

    .navbar-classic .dropdown-menu-start {
        left: 0;
        right: auto;
    }

    .navbar-classic .dropdown-menu {
        display: block;
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease-in;
        visibility: hidden;
    }

    .navbar-classic .dropdown-submenu:hover>.dropdown-menu,
    .navbar-classic .dropdown:hover>.dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;

        top: 48px;
    }
}

@media (max-width: 992px) {
    .navbar-classic .navbar-nav .dropdown-menu {
        margin: 0;
    }

    .navbar-classic .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu {
        box-shadow: none;
        margin: 0;
    }

    .navbar-classic .nav-top-wrap {
        flex-direction: row;
    }

    .navbar-classic .nav-top-wrap .dropdown {
        position: static;
    }

    .navbar-classic .nav-top-wrap .dropdown-menu {
        margin: 0.25rem 0.75rem !important;
        position: absolute;
    }

    .navbar-classic .nav-top-wrap .dropdown-menu .dropdown-submenu .dropdown-menu {
        padding: 0 !important;
        position: relative;
        top: -7px !important;
    }
}

.header .navbar {
    padding: 5px 14px;
    border-radius: 7px;
}

.header .navbar #nav-toggle {
    color: #454f5b;
    font-size: 20px;
    line-height: 0.5;
}

@media (max-width: 576px) {
    .header .navbar .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .navbar .navbar-nav {
        flex-direction: row;
    }
}

#db-wrapper {
    display: flex;
    overflow-x: hidden;
}

#page-content {
    margin-left: 295px;
    min-height: 100dvh;
    min-width: 100vw;
    transition: margin 0.25s ease-out;
    margin-right: 24px;
    padding-top: 24px;
}

#db-wrapper.toggled #page-content,
#db-wrapper.toggled .navbar-vertical {
    margin-left: 24px;
}

#db-wrapper.toggled #page-content .inner-wrapper-sticky {
    left: 20px !important;
}

#db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
    width: 354px;
}

@media (max-width: 1024px) {
    #db-wrapper.toggled #page-content .inner-wrapper-sticky .setting-nav {
        width: 204px;
    }
}

@media (max-width: 576px) {
    #page-content {
        margin-left: 0;
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem;
    }
}

@media (min-width: 768px) {
    .navbar-vertical {
        margin-left: 0;
    }

    #page-content {
        min-width: 0;
        width: 100%;
    }

    #db-wrapper.toggled .navbar-vertical {
        margin-left: -17rem;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #page-content {
        margin-left: 0;
    }

    #db-wrapper.toggled #page-content {
        margin-left: 15.6875rem;
    }
}

.nav-line-bottom {
    border-bottom: 1px solid #f4f6f8;
}

.nav-line-bottom .nav-item .nav-link {
    border-radius: 0;
    color: #637381;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 0.875rem 1.25rem;
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link {
        padding: 0.8rem;
    }
}

.nav-line-bottom .nav-item .nav-link.active {
    background-color: transparent;
    border-bottom: 1px solid #624bff;
    color: #624bff;
}

@media (max-width: 576px) {
    .nav-line-bottom .nav-item .nav-link.active {
        padding: 0.747rem;
    }
}

.nav-line-bottom .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 1px solid #624bff;
    color: #624bff;
}

.nav-line-bottom .nav-item .nav-link .badge {
    line-height: 1.4;
}

@media (max-width: 576px) {
    .nav-line-bottom {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-line-bottom::-webkit-scrollbar {
        display: none;
    }
}

.nav-lb-tab {
    border-bottom: 1px solid #dfe3e8;
}

@media (max-width: 576px) {
    .nav-lb-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-lb-tab::-webkit-scrollbar {
        display: none;
    }
}

.nav-lb-tab .nav-item {
    margin: 0 1.5rem;
}

.nav-lb-tab .nav-item .nav-link {
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #637381;
    font-weight: 500;
    margin-bottom: -1px;
    padding: 16px 0;
    white-space: nowrap;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-bottom: 2px solid #624bff;
    color: #624bff;
}

.nav-lt-tab {
    border-top: 1px solid #dfe3e8;
}

@media (max-width: 768px) {
    .nav-lt-tab {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .nav-lt-tab::-webkit-scrollbar {
        display: none;
    }
}

.nav-lt-tab .nav-item {
    margin: -0.0625rem 1rem 0;
}

.nav-lt-tab .nav-item .nav-link {
    border-radius: 0;
    border-top: 2px solid transparent;
    color: #637381;
    font-weight: 500;
    padding: 1rem 0;
}

.nav-lt-tab .nav-item .nav-link.active,
.nav-lt-tab .nav-item .nav-link:hover {
    background-color: transparent;
    border-top: 2px solid #624bff;
    color: #624bff;
}

.nav-email-list .nav-item .nav-link {
    border-radius: 8px;
    color: #637381;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 6px 10px;
}

.nav-email-list .nav-item .nav-link.active,
.nav-email-list .nav-item .nav-link:hover {
    background-color: #f9fafb;
    color: #624bff;
}

.nav-email-list .nav-text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.scrollspy-example {
    height: 12.5rem;
    margin-top: 0.5rem;
    overflow: auto;
    position: relative;
}

.scrollspy-example-2 {
    height: 21.875rem;
    overflow: auto;
    position: relative;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: "Poppins", sans-serif;
    background-color: #ebebeb !important;
}

.docs-header .docs-header-btn {
    align-items: center;
    display: flex;
}

.docs-header .navbar {
    border-bottom: 1px solid #f4f6f8;
    margin-left: 15.625rem;
    padding: 0.5rem 0.625rem;
}

@media (max-width: 576px) {
    .docs-header .navbar {
        margin-left: 0;
    }
}

.docs-header .navbar .dropdown-menu {
    border: 1px solid #efeef1;
    margin: 0;
}

.docs-header .navbar .navbar-nav .nav-item .nav-link {
    color: #454f5b;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    padding: 0.875rem;
}

.docs-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.docs-main-wrapper {
    min-height: 100%;
    position: relative;
}

.docs-wrapper {
    background-color: #f9fafb;
    left: 0;
    margin-left: 15.625rem;
    position: relative;
    top: 35px;
}

.docs-content {
    margin: 4.0625rem 0;
}

.docs-content-head {
    padding: 4.375rem 0;
}

.docs-example-border-utils [class^="border"] {
    background-color: #f5f4f8;
    display: inline-block;
    height: 5rem;
    margin: 0.25rem;
    width: 5rem;
}

.gd-example-modal.modal {
    bottom: auto;
    display: block;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
}

.docs-example-border-utils-0 [class^="border"] {
    border: 1px solid #efeef1;
}

.color-swatch {
    margin-bottom: 1.875rem;
}

.color-swatch-header {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    height: 5.5rem;
}

.color-swatch-body {
    background-color: #fff;
    border: 1px solid #f4f6f8;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    overflow: hidden;
    padding: 0.625rem 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.color-swatch-body-label {
    font-size: 1rem;
    line-height: 1.625rem;
    margin-bottom: 0.1875rem;
}

.color-swatch-body-value {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0;
}

.setting-nav {
    overflow-y: auto;
    position: absolute;
    top: 60px;
    width: 95%;
}

@media (max-width: 768px) {
    .setting-nav {
        position: relative;
    }
}

.setting-nav a {
    background-color: #fff;
    color: #161c24;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    transition: 0.5s ease;
}

.setting-nav a:hover {
    color: #624bff;
}

.setting-nav a.active {
    color: #624bff;
    display: block;
    transition: 0.5s ease;
}

.ratio {
    background-color: #f9fafb;
    border: 1px solid #f4f6f8;
    color: #637381;
    display: inline-block;
    width: 10rem;
}

.card {
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 20, 0.08), 0 1px 2px rgba(0, 0, 20, 0.08);
}

.avatar {
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
}

.avatar-xs {
    height: 1.5rem;
    width: 1.5rem;
}

.avatar-sm {
    height: 2rem;
    width: 2rem;
}

.avatar-md {
    height: 33px;
    width: 33px;
    margin-top: 4px;
}

.avatar-lg {
    height: 3.5rem;
    width: 3.5rem;
}

.avatar-xl {
    height: 5rem;
    width: 5rem;
}

.avatar-xxl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.avatar-indicators {
    position: relative;
}

.avatar-indicators:before {
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: table;
    height: 30%;
    position: absolute;
    right: 5%;
    width: 30%;
}

.avatar-xxl.avatar-indicators:before {
    bottom: 5px;
    height: 16%;
    right: 17%;
    width: 16%;
}

.avatar-offline:before {
    background-color: #c4cdd5;
}

.avatar-online:before {
    background-color: #198754;
}

.avatar-away:before {
    background-color: #ffc107;
}

.avatar-busy:before {
    background-color: #dc3545;
}

.avatar-info:before {
    background-color: #0dcaf0;
}

.avatar-initials {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    text-transform: uppercase;
    width: 100%;
}

.avatar-primary .avatar-initials {
    background-color: #624bff;
    color: #fff;
}

.avatar-secondary .avatar-initials {
    background-color: #637381;
    color: #fff;
}

.avatar-success .avatar-initials {
    background-color: #198754;
    color: #fff;
}

.avatar-warning .avatar-initials {
    background-color: #ffc107;
    color: #fff;
}

.avatar-info .avatar-initials {
    background-color: #0dcaf0;
    color: #fff;
}

.avatar-danger .avatar-initials {
    background-color: #dc3545;
    color: #fff;
}

.avatar-light .avatar-initials {
    background-color: #f9fafb;
    color: #fff;
}

.avatar-dark .avatar-initials {
    background-color: #212b36;
    color: #fff;
}

.avatar-group .avatar+.avatar {
    margin-left: -1.2rem;
}

.avatar-group .avatar:hover {
    z-index: 2;
}

.avatar-group .avatar .avatar-initials,
.avatar-group img {
    border: 2px solid #fff;
}

.btn-outline-white {
    border-color: #dfe3e8;
    color: #637381;
}

.btn-outline-white.active,
.btn-outline-white:focus,
.btn-outline-white:hover {
    background-color: #f9fafb;
    border-color: #c4cdd5;
    color: #637381;
}

.btn-icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 0.92969rem;
    font-weight: 400;
    height: 2.5rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 2.5rem;
}

.btn-icon.btn-xs {
    font-size: 0.75rem;
    height: 1.53125rem;
    width: 1.53125rem;
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    font-size: 0.875rem;
    height: 2.1875rem;
    width: 2.1875rem;
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    font-size: 1rem;
    height: 3.36875rem;
    width: 3.36875rem;
}

.color-facebook {
    color: #4267b2;
}

.color-twitter {
    color: #1da1f2;
}

.color-github {
    color: #000;
}

.color-google {
    color: #db3236;
}

.color-slack {
    color: #ce375c;
}

.color-linkedin {
    color: #0077b5;
}

.dropdown-menu {
    border: none;
    border-radius: 0.5rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #454f5b;
    font-size: 0.875rem;
    line-height: 1.375rem;
    z-index: 1040;
}

.dropdown-header {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.dropdown-header,
.dropdown-text {
    color: #919eab;
    padding: 0.25rem 1.2rem;
}

.dropdown-text {
    font-size: 0.75rem;
    line-height: 1.4;
}

.dropdown-item {
    color: #161c24;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 28px;
    padding: 0.125rem 1.2rem;
}

.dropdown-item.active {
    background-color: #f9fafb;
    color: #624bff;
    text-decoration: none;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-item:focus {
    background-color: #dfe3e8;
    background-color: #f9fafb;
    border-radius: 0;
    color: #624bff;
    text-decoration: none;
}

.dropdown-item:focus .dropdown-toggle:after {
    color: #624bff;
}

.dropdown-item:focus:hover {
    background-color: #f9fafb;
    border-radius: 0;
    color: #624bff;
    text-decoration: none;
}

.dropdown-item:focus:active {
    background-color: #f9fafb;
    border-radius: 0.25rem;
    color: #000;
    text-decoration: none;
}

.dropdown-item:hover.dropdown-toggle:after {
    color: #624bff;
}

.dropdown-item:hover {
    background-color: #f9fafb;
    border-radius: 0;
    color: #624bff;
    text-decoration: none;
}

.dropdown-menu-xs {
    border-radius: 0.5rem;
    min-width: 8rem !important;
}

.dropdown-menu-md {
    border-radius: 0.5rem;
    min-width: 17rem !important;
}

.dropdown-menu-lg {
    border-radius: 0.5rem;
    min-width: 22rem !important;
}

.dropdown-menu-xl {
    border-radius: 0.5rem;
    min-width: 24rem !important;
}

.dropdown-toggle:after {
    border: 0;
    content: "\f0140";
    float: right;
    font-family: Material Design Icons !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropup .dropdown-toggle:after {
    content: "\f0143";
}

.dropend .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
    border: 0;
    display: inline-block;
    font-family: Material Design Icons !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
}

.dropend .dropdown-toggle:after {
    content: "\f0142";
}

.dropstart .dropdown-toggle:before {
    border: 0;
    content: "\f0141";
    display: inline-block;
    font-family: Material Design Icons !important;
    margin-right: 0.255em;
}

.dropdown-item-icon {
    color: #637381;
    display: inline-block;
    font-size: 1rem;
    opacity: 0.7;
    width: 1.5rem;
}

@media (min-width: 990px) {
    .dropstart-lg {
        position: relative;
    }

    .dropstart-lg .dropdown-menu {
        margin-right: 0.125rem;
        margin-top: 0;
        right: 100%;
        top: 0;
    }

    .dropstart-toggle-none.dropstart .dropdown-toggle:before {
        display: none;
    }
}

.dropdown-toggle-none .dropdown-toggle:before {
    display: none;
}

.dropdown-animation.dropdown-submenu .dropdown-menu {
    display: block;
    margin-right: 0.125rem;
    margin-top: 0;
    opacity: 0;
    right: 100%;
    top: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    visibility: hidden;
}

.dropdown-animation.dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

.form-control-flush {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
}

.form-control-flush:focus {
    background-color: #fff;
    border-bottom-color: #c4cdd5;
    box-shadow: none;
    color: #495057;
    outline: 0;
}

.badge-dot {
    border-radius: 50%;
    display: inline-block !important;
    font-size: 0;
    height: 0.5rem;
    line-height: 1;
    min-height: 0.5rem;
    min-width: 0.5rem;
    padding: 0;
    vertical-align: middle;
    width: 0.5rem;
}

.table .thead-light th {
    color: #637381;
}

@media (max-width: 768px) {
    .docs-content {
        padding: 3.75rem 1.25rem 8.75rem;
    }

    .docs-nav-sidebar {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }

    .docs-nav-sidebar .navbar-toggler {
        background-color: #fff;
    }

    .docs-wrapper {
        margin-left: 0;
    }

    .docs-main-wrapper .main-content {
        margin-left: 0;
        width: auto;
    }

    .docs-content {
        padding: 0;
    }
}

.doc-sidebar {
    border-right: 1px solid #dfe3e8;
    height: 100%;
    overflow: auto;
    position: fixed;
    width: 13.625rem;
    z-index: 2;
}

@media (max-width: 990px) {
    .doc-sidebar {
        border: 0;
        height: auto;
        position: relative;
        width: 100%;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    .doc-sidebar {
        width: 10rem;
    }
}

.doc-sidebar .navbar-nav {
    padding-top: 1rem;
}

.doc-sidebar .navbar-nav .navbar-header {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    padding: 0 1rem;
}

.doc-sidebar .navbar-nav .navbar-header .heading {
    color: #c4cdd5;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.doc-sidebar .navbar-nav .navbar-header span {
    color: #637381;
}

.doc-sidebar .navbar-nav .nav-item .nav-link {
    color: #212b36;
    font-family: Inter, "sans-serif";
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding: 0.25rem 1rem;
}

.doc-sidebar .navbar-nav .nav-item .nav-link.active,
.doc-sidebar .navbar-nav .nav-item .nav-link:hover {
    color: #624bff;
}

.apexcharts-tooltip {
    border-radius: 0.5rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-series-group {
    align-items: center;
    background: #fff !important;
    color: #212b36;
    display: none;
    justify-content: left;
    line-height: 1 !important;
    padding: 3px 16px 6px !important;
    text-align: left;
}

.apexcharts-tooltip-marker {
    border-radius: 50%;
    height: 8px !important;
    margin-right: 6px !important;
    position: relative;
    top: 0;
    width: 8px !important;
}

.apexcharts-tooltip.apexcharts-theme-light {
    background-color: #f9fafb !important;
    background: #fff !important;
    border: 1px solid #f4f6f8 !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: #fff !important;
    border-bottom: 1px solid #f4f6f8 !important;
}

.apexcharts-tooltip-title {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 4px;
    padding: 8px 16px !important;
}

code[class*="language-"],
pre[class*="language-"] {
    font-family: Inter, "sans-serif";
}

pre[class*="language-"] {
    border-radius: 0.5rem !important;
    margin: 0;
    overflow: auto;
    padding: 1em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #161c24;
}

div.code-toolbar {
    position: relative;
}

div.code-toolbar>.toolbar {
    opacity: 0;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.3s ease-in-out;
}

div.code-toolbar:focus-within>.toolbar,
div.code-toolbar:hover>.toolbar {
    opacity: 1;
}

div.code-toolbar>.toolbar>.toolbar-item {
    display: inline-block;
}

div.code-toolbar>.toolbar>.toolbar-item>a {
    cursor: pointer;
}

div.code-toolbar>.toolbar>.toolbar-item>button {
    background: none;
    border: 0;
    color: #212b36;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
}

div.code-toolbar>.toolbar>.toolbar-item>a,
div.code-toolbar>.toolbar>.toolbar-item>button,
div.code-toolbar>.toolbar>.toolbar-item>span {
    background: #fff;
    border-radius: 0.25rem;
    color: #212b36;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
}

div.code-toolbar>.toolbar>.toolbar-item>a:focus,
div.code-toolbar>.toolbar>.toolbar-item>a:hover,
div.code-toolbar>.toolbar>.toolbar-item>button:focus,
div.code-toolbar>.toolbar>.toolbar-item>button:hover {
    color: #212b36;
    text-decoration: none;
}

div.code-toolbar>.toolbar>.toolbar-item>span:focus,
div.code-toolbar>.toolbar>.toolbar-item>span:hover {
    color: inherit;
    text-decoration: none;
}

.heading-permalink {
    color: transparent;
    margin-left: -2rem;
}

.heading-permalink:hover {
    color: transparent;
}

.heading-permalink:before {
    color: rgba(82, 95, 127, 0);
    content: "#";
}

.heading-permalink:hover:before {
    color: #624bff;
}

.hidden {
    display: none;
}

#showMoreBtn {
    font-size: 12px;
    color: #29145e;
    font-weight: 500;
    margin: 6px 47px;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

#showMoreBtn2 {
    font-size: 12px;
    color: #29145e;
    font-weight: 500;
    margin: 6px 47px;
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.user_icon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    padding: 11px;
    margin: auto;
    margin-top: 8px;
}

.user_icon img {
    width: 57px;
    height: auto !important;
}

.navbar-brand p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
    margin-top: 10px;
}

.navbar-brand p small {
    font-size: 13px;
    font-weight: 400;
}

.wallet {
    font-size: 15px;
    padding-top: 12px;
    font-weight: 600;
    color: #29145e;
    margin: 0;
    margin-right: 5px;
}

.btn_refresh {
    font-size: 15px;
    line-height: 0;
    margin-left: 5px;
    font-weight: bold;
    color: #29145e;
    padding: 0;
}

.btn_refresh img {
    width: 15px;
}

.breadcumb1 {
    float: right;
}

.breadcumb1 li {
    font-size: 15px;
    font-weight: 500;
}

.breadcumb1 li a {
    text-decoration: none;
}

.breadcumb1 li.active {
    color: #29145e;
}

.cards {
    box-shadow: none;
    padding: 15px;
    border-radius: 8px;
}

.navtabs1 {
    border: none;
}

.navtabs1 .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-radius: 5px !important;
    border: 1px solid #d0cbdb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 45px;
    color: #9489ae !important;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    margin-right: 10px;
}

.navtabs1 .nav-item.show .nav-link,
.navtabs1 .nav-link.active {
    background: transparent linear-gradient(180deg, #d6a6e66b 0%, #8f76cd63) 0% 0% no-repeat padding-box;
    color: #29145e !important;
}

.navtabs1 .nav-link.active::after {
    width: 100%;
    height: 4px;
    background-color: #29145e;
    border-radius: 35px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
}

.btnfilter {
    border: 1px solid #29145e;
    padding: 7px 15px;
    font-size: 15px;
    color: #29145e;
    font-weight: 400;
    border-radius: 5px;
}

.btnfilter img {
    color: #29145e;
    margin-left: 6px;
    width: 19px;
    margin-top: -4px;
}

.addbtn {
    border: 1px solid #29145e;
    padding: 11px 15px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.addbtn img {
    color: #29145e;
    margin-left: 6px;
    width: 19px;
    margin-top: -4px;
}

.addbtn:hover {
    color: white;
}

.filter_show {
    padding: 20px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin: 0;
    margin-top: 20px;
}

.input_group {
    margin-bottom: 20px;
}

.input_group .form-control:focus {
    box-shadow: none;
}

.input_group .form-control {
    height: 47px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 15px;
    padding: 11px 18px;
}

.input_group option {
    height: 47px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    font-size: 15px;
    padding: 11px 18px;
}

.input_group .form-control::placeholder {
    font-size: 13px;
    color: #adadaddd;
    font-weight: 500;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d5d5d5 !important;
    border-radius: 5px;
    font-size: 15px;
    height: 47px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    color: #adadaddd !important;
    padding-left: 16px !important;
    line-height: 46px !important;
    font-weight: 500 !important;
    padding-right: 32px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 10px !important;
}

.select2-results__option {
    font-size: 13px !important;
    padding: 11px 15px !important;
    cursor: pointer !important;
}

.select2-results__option--highlighted {
    background-color: #29145e !important;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    border-radius: 35px;
    padding: 4px 19px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0px !important;
}

.input_group label {
    font-size: 15px;
    font-weight: 500;
    color: #29145e !important;
    margin-bottom: 6px;
    display: block;
}

.btnApply {
    padding: 10px 40px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn:focus {
    box-shadow: none;
}

.btn_reset {
    padding: 10px 24px;
    background-color: #dddcdc;
    font-size: 15px;
    color: black;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btnApply:hover {
    color: white;
}

.input_group .select2-container {
    width: 100% !important;
}

.addiv_content {
    padding: 20px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin: 0;
    margin-top: 20px;
}

.submit_btn {
    padding: 10px 40px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.submit_btn:hover {
    color: white;
}

.heading1 {
    font-size: 20px;
    font-weight: 500;
    color: #29145e;
    margin-bottom: 30px;
}

.tablemain {
    margin-top: 25px;
}

table.dataTable th {
    font-size: 15px;
    font-weight: 500;
    color: #29145e !important;
    padding: 10px;
    background: transparent linear-gradient(180deg, #d6a6e68a 0%, #8f76cd6e 100%) 0% 0% no-repeat padding-box;
}

table.dataTable td {
    font-size: 14px;
    font-weight: 400;
    vertical-align: baseline;
    color: #29145e !important;
    padding: 10px;
    background-color: white;
    text-wrap: nowrap;
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    display: none !important;
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    display: none !important;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    display: none !important;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 35px;
    width: 60px !important;
    font-size: 15px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 15px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 35px;
}

div.dataTables_wrapper div.dataTables_filter input:focus {
    box-shadow: none;
}

.tablemain .dt-buttons .btn {
    background-color: white !important;
    border-color: #ced4da;
    height: 35px;
    line-height: 0;
}

.tablemain .dt-buttons {
    margin-left: 10px;
    float: right;
}

.dataTables_filter {
    float: right;
}

.editbtn {
    padding: 5px 12px;
    background-color: #747474;
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 5px;
}

.editbtn:hover {
    color: white;
}

.delteBtn {
    padding: 5px 12px;
    background-color: #f86565;
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 5px;
}

.delteBtn:hover {
    color: white;
}

.changepassword {
    padding: 0;
    text-decoration: none;
    color: #1da1f2;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 0px;
}

.managepaying .switchbutton .toggle.btn-light.off {
    background-color: #f8dcdb !important;
    border-color: #ff5252;
}

.managepaying .switchbutton .toggle.btn-light.off .toggle-off {
    color: #ff5252;
    background-color: white;
}

.managepaying .switchbutton .toggle.btn-primary .toggle-on {
    color: #3fb83c;
    background-color: white;
}

.managepaying .switchbutton .toggle {
    width: 18px !important;
    max-width: 18px !important;
    min-width: 37px !important;
    min-height: 18px !important;
    height: 15px !important;
    border-radius: 35px;
    border: 2px solid transparent;
}

.managepaying .switchbutton .toggle-on.btn {
    font-size: 0px;
}

.managepaying .switchbutton .toggle-off.btn {
    font-size: 0px;
}

.managepaying .switchbutton .toggle.btn-primary .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-right: 15px;
    width: 12px !important;
    height: 10px !important;
    margin-top: -12px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #3fb83c;
}

.managepaying .switchbutton .toggle.btn-light.off .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-left: 15px;
    width: 12px !important;
    height: 10px !important;
    margin-top: -12px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #ff5252;
}

.managepaying {
    font-size: 15px;
    display: flex;
}

.managepaying .switchbutton {
    margin-right: 10px;
    margin-left: 10px;
}

.switchbutton .toggle.btn-primary {
    background-color: #d2f1d7 !important;
    border-color: #3fb83c;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f0f7;
    opacity: 1;
    cursor: not-allowed;
    border: none;
    color: #29145e;
}

.form-control:disabled::placeholder {
    color: #29145e !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f2f0f7 !important;
    opacity: 1;
    border: none;
    color: #29145e !important;
    border: none !important;
    cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #29145e !important;
}

.switchbutton2 .toggle.btn-light.off {
    background-color: #f86565 !important;
    border-color: #f86565;
}

.switchbutton2 .toggle.btn-light.off .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-left: 32px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 6px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #ffffff;
}

.switchbutton2 .toggle.btn-primary .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-right: 32px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 7px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: white;
}

.switchbutton2 .toggle.btn-primary .toggle-on {
    color: #46cc8d;
    background-color: #46cc8d;
    border-color: #46cc8d;
}

.switchbutton2 .toggle {
    border-radius: 35px;
    max-width: 77px !important;

    min-width: 77px;
    min-height: 37px;
    width: 77px !important;
}

.switchbutton2 .toggle.btn-primary {
    border-color: #46cc8d !important;
}

.switchbutton2 .toggle.btn-light.off .toggle-off {
    color: #ff5252;
    background-color: #f86565;
}

.switchbutton2 .toggle .btn {
    font-size: 0px;
}

.searchfilter {
    position: relative;
}

.searchfilter .form-control {
    width: 100%;
    padding: 5px 8px;
    height: 38px;
    font-size: 15px;
    border: 1px solid #ddd;
}

.searchfilter i {
    position: absolute;
    top: 9px;
    right: 15px;
}

.searchfilter .form-control:focus {
    box-shadow: none;
}

.table2 {
    margin-top: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.table2 tr th {
    font-size: 16px;
    padding: 8px 10px;
    color: #8471b5;
    font-weight: 500;
    background-color: #f8f6fb;
    border: none;
}

.table2 tr td {
    font-size: 15px;
    font-weight: 400;
    border: none;
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #dddd;
}

.table2> :not(:first-child) {
    border-top: none;
    border-color: transparent;
}

.switchbutton3 .toggle.btn-light.off {
    background-color: #f86565 !important;
    border-color: #a8a8a8;
}

.switchbutton3 .toggle.btn-light.off .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-left: 32px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 6px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #ffffff;
}

.switchbutton3 .toggle.btn-primary .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-right: 32px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 7px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: white;
}

.switchbutton3 .toggle.btn-primary .toggle-on {
    color: #46cc8d;
    background-color: #46cc8d;
    border-color: #46cc8d;
}

.switchbutton3 .toggle {
    border-radius: 35px;
    max-width: 77px !important;

    min-width: 77px;
    min-height: 37px;
    width: 77px !important;
}

.switchbutton3 .toggle.btn-primary {
    border-color: #46cc8d !important;
}

.switchbutton3 .toggle.btn-light.off .toggle-off {
    color: #a8a8a8;
    background-color: #a8a8a8;
}

.switchbutton3 .toggle .btn {
    font-size: 0px;
}

.navtabs2 .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-radius: 0px !important;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 10px;
    color: #aeaeae !important;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    margin-right: 10px;
}

.navtabs2 .nav-item.show .nav-link,
.navtabs2 .nav-link.active {
    background-color: transparent;
    color: #5b419c !important;
}

.heading3 {
    font-size: 20px;
    background-color: #ffffff;
    color: #5b419c;
    width: auto;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.btn_plus {
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: white;
    padding: 0;
    margin-right: 15px;
    text-align: center;
    background-color: #5b419c;
}

.btn_plus:hover {
    color: white;
}

.btn_minus {
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: white;
    padding: 0;
    text-align: center;
    background-color: #ac8cf9;
}

.btn_minus:hover {
    color: white;
}

.addMinus_btn {
    margin-top: 35px;
}

.btn_currentplan {
    background: transparent linear-gradient(180deg, #d6a6e6 0%, #8f76cd 100%) 0% 0% no-repeat padding-box;
    color: white;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 15px;
}

.btn_currentplan:hover {
    color: white;
}

.card_settlement {
    border-radius: 12px;
    border: 1px solid #dddd;
    padding: 20px;
    box-shadow: none;
}

.CurrentlyAtive {
    box-shadow: none;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.CurrentlyAtive .card-body {
    padding: 26px 20px;
}

.CurrentlyAtive .card-header {
    background-color: #efecf5;
    font-size: 16px;
    color: #3b286c;
    padding: 10px 23px;
    font-weight: 500;
}

.modaledit .modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #3b286c;
}

.modaledit .modal-lg {
    max-width: 600px;
}

.modaledit .close {
    position: absolute;
    top: 13px;
    right: 13px;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

.modaledit .modal-header {
    padding-bottom: 4px;
    padding-top: 10px;
}

.switchbutton4 .toggle .btn {
    font-size: 15px !important;
    color: white !important;
}

.btn_close {
    padding: 8px 30px;
    background-color: #e0e0e0;
    font-size: 15px;
    color: black;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_close:hover {
    color: black;
}

.btn_save {
    padding: 8px 30px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_save:hover {
    color: white;
}

.modaladd .modal-lg {
    max-width: 800px !important;
}

.btn_label {
    background: #e6caf0;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 16px;
    padding: 10px 14px;
}

.dataTables_paginate .pagination li {
    margin: 0px 5px;
    border-radius: 8px !important;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.dataTables_paginate .pagination li.active a {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    color: black;
}

.btnrelease {
    padding: 8px 30px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btnrelease:hover {
    color: white;
}

.text-release {
    color: #46cc8d !important;
    text-decoration: none;
}

.btnRelease {
    background-color: #46cc8d;
    padding: 8px 30px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btnRelease:hover {
    color: white;
}

.profilecard {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
}

.profile_header {
    background-color: #c5b2e4;
}

.profile_icon {
    width: 130px;
    height: 130px;
    background-color: white;
    border-radius: 50%;
    padding: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.profile_icon img {
    width: 100%;
}

.profile_header h1 {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    padding-left: 50px;
    padding-top: 80px;
    margin-bottom: -58px;
    line-height: 23px;
}

.profilebody {
    padding-top: 76px;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.profilename {
    padding-left: 17px;
    font-size: 15px;
    padding-top: 8px;
}

.heading4 {
    font-size: 18px;
    font-weight: 600;
}

.formgroupborder .form-control:disabled,
.formgroupborder .form-control[readonly] {
    border: 1px solid #d5d5d5 !important;
    color: #6249a0 !important;
}

.headingtitle {
    font-size: 18px;
    font-weight: 600;
    color: #29145e;
    margin-bottom: 0px;
}

.btnReset {
    background-color: #aaaaaa6b;
    color: black;
    padding: 10px 30px;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 15px;
}

.showall {
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.showall a {
    color: #5eabf6;
}

.dflex {
    display: table;
    width: 100%;
}

.submit1 {
    float: left;
}

.btnReset {
    float: left;
}

.btntransfer {
    background-color: #46cc8d;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_Deduct {
    background-color: #f86565;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_Deduct:hover {
    color: white;
}

.btntransfer:hover {
    color: white;
}

.dataTables_length label select {
    padding-right: 5px;
    margin-right: 5px;
}

.bg_white {
    box-shadow: none;
    padding: 15px;
    border-radius: 8px;
    background-color: white;
}

.heading2 {
    font-size: 18px;
    font-weight: 600;
    color: #29145e;
    margin-bottom: 0;
}

hr {
    margin: 7px 0px;
    color: inherit;

    border: 0;
    opacity: 1;
    background: #ddd;
}

.selecttype {
    margin-top: 20px;
}

.selecttype label {
    display: inline-block;
    margin-right: 15px;
    color: black;
}

.selecttype label input {
    margin-right: 10px;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: block;
}

.btn_wallet {
    background-color: #1da1f2;
    color: white;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_wallet:hover {
    color: white;
}

.btn_wallet i {
    margin-right: 10px;
}

.btn_settled {
    background-color: #46cc8d;
    color: white;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_settled:hover {
    color: white;
}

.btn_settled i {
    margin-right: 10px;
}

.btn_config {
    background-color: #f86565;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_config:hover {
    color: white;
}

.btn_config i {
    margin-right: 10px;
}

.btn_routing {
    background-color: #4ea2f5;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_routing:hover {
    color: white;
}

.btn_routing i {
    margin-right: 10px;
}

.btn_ManageBank {
    background-color: #3a266a;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.btn_ManageBank:hover {
    color: white;
}

.btn_ManageBank i {
    margin-right: 10px;
}

.btn_Arrows {
    color: #5e5e5e;
    font-size: 23px;
    margin-left: 13px;
    margin-top: -5px;
}

.SettlementHistory {
    background-color: #4ea2f5;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.SettlementHistory:hover {
    color: white;
}

.Settlementbtn {
    background-color: #46cc8d;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    margin-right: 10px;
    font-weight: 400;
    border-radius: 5px;
}

.Settlementbtn:hover {
    color: white;
}

.input2 .form-control {
    height: 39px;
}

.input2 {
    margin-bottom: 0;
}

.selecttype2 label {
    font-size: 14px;
    color: #848484;
    font-weight: 400;
}

.selecttype2 label input {
    margin-left: 0px;
}

.selecttype2 {
    margin-top: 0;
}

.tablesettlement {
    padding: 10px;
    background: transparent linear-gradient(180deg, #d6a6e66b 0%, #8f76cd63) 0% 0% no-repeat padding-box;
}

.tablesettlement tr td {
    font-weight: 500;
    border-bottom: 0.5px solid #29145e !important;
    background-color: transparent;
    color: #29145e;
    font-size: 14px;
}

.tablesettlement tr td:last-child {
    text-align: right;
}

.tablesettlement tr:last-child td {
    border-bottom: none !important;
    margin-bottom: 30px;
}

.btn_selectmode {
    background-color: transparent;
    color: #6fb3f7;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
}

.btn_selectmode:hover {
    color: #6fb3f7;
}

#PaymentModes .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

#PaymentModes .close {
    position: absolute;
    right: 17px;
    top: 14px;
    background-color: transparent;
    color: white;
    z-index: 9999;
    font-size: 20px;
    box-shadow: none;
    border: none;
}

.toggle1button {
    font-size: 15px;
    font-weight: 500;
    color: #6f6b7a;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: transparent;
    margin-bottom: 10px;
    margin-right: 15px;
    border: none;
}

.toggle1button.active {
    background-color: #f5effa;
    color: #29145e;
}

.toggle2button {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 15px;
    border: none;
    background-color: #f5effa;
    color: #29145e;
}

.btnaddmode {
    background-color: #29145e;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
}

.btnaddmode:hover {
    color: white;
}

#PaymentModesTableInner .close {
    position: absolute;
    right: 17px;
    top: 14px;
    background-color: transparent;
    color: white;
    z-index: 9999;
    font-size: 20px;
    box-shadow: none;
    border: none;
}

.switchbtn .toggle {
    border-radius: 35px;
}

.switchbtn .toggle.btn-primary {
    background-color: #33b47717 !important;
    border-color: #33b477;
}

.switchbtn .toggle.btn-primary .toggle-on {
    color: #3fb83c;
    font-weight: 500;
    background-color: transparent;
}

.switchbtn .toggle.btn-primary .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-right: 32px;
    width: 19px !important;
    height: 17px !important;
    margin-top: 9px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #33b477;
}

.switchbtn .toggle.btn-light.off {
    background-color: #f8dcdb !important;
    border-color: #f8dcdb;
    font-weight: 500;
}

.switchbtn .toggle.btn-light.off {
    background-color: #74747414 !important;
    border-color: #747474;
}

.switchbtn .toggle.btn-light.off .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-left: 32px;
    width: 19px !important;
    height: 17px !important;
    margin-top: 9px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #747474;
}

.switchbtn .toggle {
    width: 112px !important;
    max-width: 112px !important;
}

.switchbtn3 .toggle {
    width: 140px !important;
    max-width: 140px !important;
}

.btn_BusinessRule {
    border: 1px solid #29145e;
    padding: 11px 35px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.btn_BusinessRule:hover {
    color: white;
}

#AllowedCategories .form-check .form-check-input {
    border-color: #7f729e;
}

#AllowedCategories .form-check .form-check-input {
    border-radius: 0;
}

#AllowedCategories .form-check-input:checked {
    background-color: #ffffff;
    border-color: #7f729e;
}

.btn_info {
    background: #eadef4;
    width: 26px;
    border-radius: 50%;
    padding: 1px 5px;
    font-size: 14px;
}

.Checklist {
    padding-inline: 0;
    list-style: none;
    margin-top: 20px;
    width: 100%;
    display: table;
}

#AllowedCategories .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/tick.png);
    background-size: 9px;
}

#AllowedCategories .Close {
    position: absolute;
    right: 7px;
    top: 5px;
    background-color: transparent;
    color: white;
    z-index: 9999;
    font-size: 20px;
    box-shadow: none;
    border: none;
}

.Checklist li {
    width: 22%;
    float: left;
    margin-right: 21px;
    margin-bottom: 15px;
}

.btnselectall {
    background-color: transparent;
    color: #1da1f2;
    margin-right: 50px;
    font-weight: 500;
}

.Checklist li .toast {
    position: absolute;
    width: 413px;
    left: 165px;
    top: 80px;
    background-color: white;
    border: none;
}

.Checklist .toast-body {
    background-color: #f5f5f6;
    border-radius: 0;
}

.Checklist .toast-body p {
    font-size: 14px;
}

.Checklist li .toast-header {
    background-color: #5b419c;
    color: white;
    font-size: 17px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 400;
}

.inner_card h4 {
    font-size: 18px;
    background-color: #ffffff;
    color: #5b419c;
    width: auto;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.inner_card {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.btnfilter3 {
    border: 1px solid #29145e;
    padding: 7px 15px;
    font-size: 15px;
    color: #29145e;
    font-weight: 400;
    border-radius: 5px;
}

.btnfilter3 img {
    color: #29145e;
    margin-left: 6px;
    width: 19px;
    margin-top: -4px;
}

.secondfilterComon {
    padding: 20px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin: 0;
    margin-top: 20px;
}

.input_group2 select {
    width: 100px;
    height: 39px !important;
    padding: 9px !important;
    background-color: #eadef4;
    border: none !important;
}

.input_group2 label {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.btn_issued {
    padding: 7px 10px;
    background-color: #46cc8d;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.btn_issued:hover {
    color: white;
}

.heading5 {
    font-size: 17px;
    color: #5b419c;
}

.heading5 b {
    font-weight: 600;
}

.card_details {
    background-color: #f4ecf9;
    padding: 20px;
}

.label_inner label {
    text-decoration-style: 15px;
    font-weight: 500;
    color: #776699;
    text-transform: uppercase;
    margin: 0;
    font-size: 17px;
}

.card_details p {
    font-size: 17px;
    font-weight: 500;
    color: #29145e;
}

.CancelLink {
    background-color: transparent;
    color: #f86565;
    font-weight: 500;
}

.btnswitch .btn-light {
    background-color: #eae2ee;
}

.btnswitch .toggle.btn-primary .toggle-handle {
    margin-top: 7px;
}

.btnswitch .toggle.btn-light.off .toggle-handle {
    margin-top: 7px;
}

.btncopy {
    margin-left: 20px;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    color: #4ea2f5;
}

.btncopy {
    color: #4ea2f5;
}

.herebtn {
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    color: #4ea2f5;
}

.herebtn:hover {
    color: #4ea2f5;
}

.btnchange {
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    color: #4ea2f5;
}

.btnchange:hover {
    color: #4ea2f5;
}

.btn_addnew {
    border: 1px solid #5b419c;
    padding: 7px 15px;
    background-color: #5b419c;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.btn_addnew:hover {
    color: white;
}

.btn_ordertransfer {
    background-color: #46cc8d;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.btn_ordertransfer:hover {
    color: white;
}

.btn_count {
    background-color: #f86565;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.btn_count2 {
    background-color: #46cc8d;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 5px;
}

.dispute_status1 {
    color: #46cc8d;
}

.select2-container .select2-selection--multiple {
    min-height: 47px !important;
    border: 1px solid #d5d5d5 !important;
}

.select2-container--default .select2-selection--multiple {
    padding-bottom: 0 !important;
    line-height: 35px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #d5d5d5 1px !important;
}

.active_Status {
    color: #46cc8d;
}

.dispute_status2 {
    color: #efb376;
}

.dispute_status3 {
    color: #29145e;
}

.Inactive_Status {
    color: #f86565;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5effa !important;
    border: none !important;
    border-radius: 5px !important;
    padding-left: 10px !important;
    padding-right: 25px !important;
    color: #29145e !important;
    font-size: 15px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
    border-right: none !important;
}

.select2-container.select2-container--focus .select2-selection--multiple {
    height: auto !important;
    min-height: auto !important;
}

.btn_addmdr {
    padding: 5px 12px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 5px;
}

.btn_addmdr:hover {
    color: white;
}

.txninfoMore {
    border: 1px solid #29145e;
    padding: 11px 35px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.txninfoMore:hover {
    color: white;
}

.table_txndetails {
    background-color: #f6edfa;
    border-radius: 7px;
    padding: 15px;
}

.table_txndetails table th {
    border: none;
    font-weight: 600;
    box-shadow: none;
    color: #5d26dd;
    padding: 0px 5px;
    border-width: 0px;
    border-bottom: none !important;
}

.table_txndetails table tr th:last-child {
    text-align: right;
}

.table_txndetails table thead tr {
    border-style: hidden;
}

.table_txndetails table tfoot tr {
    border-style: hidden;
}

.table_txndetails table {
    margin-bottom: 0;
}

.table_txndetails table tr td {
    border-color: #3a266a;
    color: #3a266a;
    font-size: 14px;
    font-weight: 500;
}

.table_txndetails table tr td:last-child {
    text-align: right;
}

.table_txndetails table tfoot {
    background-color: #5b419c;
}

.table_txndetails table tfoot td {
    color: white;
    padding: 20px 15px;
}

.tabletxn2 table tr td {
    color: #75717f !important;
    border-color: #bcbcbc;
}

.tabletxn2 {
    background-color: transparent;
    border: 1px solid #dddd;
}

.faupload {
    position: absolute;
    top: 12px;
    right: 18px;
}

.btn_plus2 {
    width: auto;
    padding: 5px 8px;
    margin-top: 30px;
}

.card_response {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: none;
}

.headingresponse {
    font-weight: 500;
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
}

.card_response p {
    font-size: 14px;
    font-weight: 400;
    color: #b3a7d1;
    margin-bottom: 20px;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.stepper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper div {
    flex: 1;
    text-align: center;
}

.stepper div.active {
    font-weight: 500;
}

.stepper-step .step_icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 4px;
    background: #d0cbdb;
    line-height: 40px;
    font-size: 20px;
    z-index: 9;
    position: relative;
    margin: auto;
    margin-bottom: 11px;
}

.stepper-step::after {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 31%;

    left: 44%;
    content: "";
    background-color: #d0cbdb;
    z-index: 1;
}

.stepper div.active .step_icon {
    background-color: #46cc8d;
    z-index: 99;
}

.stepper div.active::after {
    background-color: #46cc8d;
}

.stepper-step {
    font-weight: 400;
    font-size: 15px;
    position: relative;
}

.stepper-step:first-child::after {
    left: 55%;
    z-index: 9;
}

.stepper-step:last-child::after {
    display: none;
}

.step-content {
    opacity: 0.5;
    pointer-events: none;
}

.step-content.enabled {
    opacity: 1;
    pointer-events: auto;
}

.btinitiate {
    background-color: #29145e;
    color: white;
    padding: 8px 20px;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 400;
    color: white;
}

.btinitiate:hover {
    color: white;
}

.step-content .btnnext,
.step-content .btn_submit {
    background-color: #29145e;
    color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 400;
    color: white;
}

.step-content .btnnext:hover,
.step-content .btn_submit:hover {
    color: white;
}

.step-content .prev-btn {
    padding: 7px 20px;
    background-color: #dddcdc;
    font-size: 15px;
    margin-left: 15px;
    color: black;
    font-weight: 400;
    margin-top: 25px;
    border-radius: 5px;
    margin-right: 5px;
}

.multstepcard {
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 20px;
    border-radius: 5px;
}

.multstepcard p {
    font-size: 15px;
    margin: 0;
}

.btnapproveDispute {
    background-color: #46cc8d;
    color: white;
    padding: 8px 20px;
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
    color: white;
    margin-left: 15px;
}

.btnapproveDispute:hover {
    color: white;
}

.btndacline {
    background-color: #fcc1c1;
    color: white;
    padding: 8px 20px;
    margin-right: 8px;
    font-size: 15px;
    font-weight: 400;
    color: white;
}

.btndacline:hover {
    color: white;
}

.btndwlagreement {
    background-color: #29145e;
    color: white;
    padding: 7px 20px;
    font-size: 15px;
    margin-top: 25px;
    font-weight: 400;
    color: white;
}

.btndwlagreement:hover {
    color: white;
}

.servicedownloadbtn {
    font-size: 15px;
    display: flex;
}

.servicedownloadbtn p {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 13px;
}

.servicedownloadbtn p a {
    color: #0dcaf0;
}

.alreadyaUploded {
    margin-top: 27px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 13px;
}

.alreadyaUploded a {
    color: #0dcaf0;
}

.btnapply2 {
    margin-top: 29px;
}

.card_report {
    border: none;
    box-shadow: none;
    padding: 30px 20px;
    background-color: #d8c4ec;
    border-radius: 5px;
    margin-bottom: 30px;
}

.report_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;

    padding: 15px;
    text-align: center;
}

.report_icon img {
    width: 100%;
}

.card_report h2 {
    font-size: 19px;
    font-weight: 500;
    color: black;
    margin: 0;
    margin-bottom: 8px;
}

.card_report h4 {
    font-size: 17px;
    font-weight: 600;
    color: #5b419c;
}

.card_report p {
    font-size: 14px;
    margin: 0;
    color: #5b419c;
}

.card_report .row {
    align-items: center;
}

.btn_refresh2 {
    background-color: transparent;
    padding: 0px;
    color: #29145e;
    margin-top: -64px;
}

.btn_refresh2 img {
    width: 17px;
}

.leftcol label {
    font-size: 17px;
    font-weight: 600;
    color: black;
    margin-bottom: 30px;
    display: block;
}

.leftcol label span {
    font-weight: 300;
    color: #9d9d9d;
}

.btn_view {
    background-color: #4ea2f5;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.btn_view:hover {
    color: white;
}

.btnenabled {
    background-color: #e9f9f1;
    border: 1px solid #60d39d;
    color: #60d39d;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 35px;
}

.btnenabled:hover {
    color: #60d39d;
}

.btndisabled {
    background-color: #f4f4f4;
    border: 1px solid #747474;
    color: #747474;
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 35px;
}

.btndisabled:hover {
    color: #747474;
}

.managebank {
    border: 1px solid #29145e;
    padding: 5px 10px;
    background-color: #29145e;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
}

.managebank i {
    font-size: 20px;
    margin-right: 10px;
}

.managebank:hover {
    color: white;
}

.deleteModal h3 {
    font-weight: 600;
}

.deleteModal p {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: black;
}

.btnConfirm {
    background-color: #33b477;
    color: white;
    padding: 8px 20px;
}

.btnConfirm:hover {
    color: white;
}

.btnCancel {
    background-color: #f86565;
    color: white;
    margin-left: 10px;
    padding: 8px 30px;
}

.btnCancel:hover {
    color: white;
}

.addiv_contentManage {
    padding: 20px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    margin: 0;
    margin-top: 20px;
}

.bntdocument {
    background-color: #29145e;
    color: white;
    border-radius: 5px;
}

.bntdocument:hover {
    color: white;
}

#showfiled {
    display: none;
}

#showfiled2 {
    display: none;
}

.contentDiv {
    display: none;
}

.btn_success {
    background-color: #46cc8d;
    color: white;
    margin-right: 5px;
}

.btn_success:hover {
    color: white;
}

.btn_cencelled {
    background-color: #f86565;
    color: white;
}

.btn_cencelled:hover {
    color: white;
}

.btnmargin {
    background-color: #53a4f5;
    color: white;
    padding: 5px 15px;
}

.btnmargin:hover {
    color: white;
}

.btnplandefult.switchbtn .toggle {
    width: 75px !important;
    margin-left: 10px;
}

.btnplandefult .toggle.btn-primary {
    background-color: #33b477 !important;
    color: white;
}

.btnplandefult .toggle.btn-primary .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-right: 33px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 6px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #f6fffb;
}

.btnplandefult.switchbtn .toggle.btn-primary .toggle-on {
    color: white;
    font-weight: 400;
    line-height: 20px;
    margin-right: 6px;
}

.btnplandefult.switchbtn .toggle.btn-light.off {
    background-color: red !important;
    border-color: #f86b6b;
}

.btnplandefult.switchbtn .toggle.btn-light.off .toggle-off.btn {
    background-color: #f86b6b;
    color: white;
    font-weight: 400;
    line-height: 20px;
}

.btnplandefult .toggle.btn-light.off .toggle-handle {
    position: relative;
    margin: 0px auto;
    padding: 0;
    margin-left: 32px;
    width: 17px !important;
    height: 17px !important;
    margin-top: 6px;
    border-radius: 50%;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    background-color: #fffdfd;
}

.btn_add_plus {
    background-color: #5b419c;
    color: white;
}

.btn_add_min {
    background-color: #ff5252;
    color: white;
}

.btn_add_plus:hover {
    color: white;
}

.btn_add_min:hover {
    color: white;
}

.btnupdown.switchbtn .toggle {
    width: 90px !important;
    margin-left: 10px;
}

.card_dashboard {
    margin-top: 20px;
    border: none;
    box-shadow: none;
    padding: 20px;
}

.dashboard_Card {
    border: 1px solid #c2c2c270;
    box-shadow: none;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.dashboard_Card .report_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f9f2fb;
    padding: 15px;
    text-align: center;
}

.dashboard_Card .report_icon img {
    width: 80%;
}

.dashboard_Card h2 {
    font-size: 19px;
    font-weight: 500;
    color: black;
    margin: 0;
    margin-bottom: 8px;
}

.dashboard_Card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #5b419c;
}

.dashboard_Card p {
    font-size: 14px;
    margin: 0;
    color: #c2c2c2;
}

.btn_increase {
    background-color: white;
    color: black;
    margin-top: 10px;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    display: block;
    border: 1px solid #6bd6a4;
}

.btn_increase i {
    color: #6bd6a4;
    float: right;
}

.btndecrease {
    background-color: white;
    color: black;
    margin-top: 10px;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    display: block;
    border: 1px solid #ff4646;
}

.btndecrease i {
    color: #ff4646;
    float: right;
}

.card_notification {
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding-right: 100px;
    position: relative;
    padding: 20px 25px;
    background-color: #ded2f0;
}

.card_notification h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
    color: #29145e;
}

.card_notification h2 a {
    margin-left: 18px;
    font-weight: 600;
    color: #29145e;
}

.card_notification h2 button {
    background-color: #ff9e3b;
    border-radius: 35px;
    color: #29145e;
    padding: 5px 15px;
    font-weight: 700;
    margin-left: 20px;
}

.btnclose {
    position: absolute;
    right: 9px;
    top: 11px;
    font-size: 27px;
}

.chart_btn .btn_chart {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
    padding: 12px 25px;
}

.chart_btn .btn_chart.active {
    background-color: #29145e;
    color: white;
    border: 1px solid #29145e;
}

.moneyuinout {
    padding-inline: 0;
    margin: 0;
}

.moneyuinout li {
    display: inline;
    margin-right: 20px;
    font-weight: 400;
    color: #b6b6b6;
    font-size: 15px;
}

#myChart1 {
    margin: 0;
    padding: 0;
    border: none;
    width: 400px;
    height: 200px;
}

#myDoughnutChart {
    margin: 0;
    padding: 0;
    width: 400px !important;
    height: 400px !important;
    margin: auto;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    padding: 13px 10px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    width: 110px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    width: 110px !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background-color: #29145e !important;
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: unset !important;
    box-shadow: none !important;
}

.bootstrap-switch {
    border: 1px solid #29145e !important;
}

#SettlementTable tr td:first-child {
    text-align: center;
}

.calendar .calendar-top {
    background-color: white;
    padding: 15px 10px;
    width: 100%;
    text-align: center;
}

.calendar .calendar-top #prev {
    float: left;
}

.calendar .calendar-top .icons {
    color: black;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: white;
    font-size: 30px;
    font-size: 17px;
    transition: color 0.3s;
    width: 39px;
    height: 39px;
}

.calendar .calendar-top .top {
    display: inline-block;
}

.calendar .calendar-top .top h3 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: 12px;
    display: flex;
}

.calendar .calendar-top .top h3 i {
    font-size: 11px;
    margin-left: 7px;
    margin-top: 3px;
    color: black;
}

.calendar .calendar-top #next {
    float: right;
}

.calendar .calendar-bottom {
    margin-top: 20px;
}

.calendar .calendar-bottom .days-of-week {
    background-color: white;
}

.calendar .calendar-bottom .days-of-week p {
    display: inline-block;
    width: 13.28%;
    margin: 0;
    color: #8057e7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.calendar .calendar-bottom .days {
    font-size: 0px;
    margin-top: 0;
}

.calendar .calendar-bottom .days .one-day {
    border: none;
    display: inline-block;
    width: 50px;
    height: 49px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
    margin: 0px 10px;
}

.calendar .calendar-bottom .days .one-day .number {
    background-color: transparent;
    color: #000;
    padding: 2px 10px;
    line-height: 45px;
    cursor: pointer;
    height: 30px;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.btnapplycalendar {
    background-color: #29145e;
    color: white;
    font-size: 15px;
    margin-left: 20px;
    padding: 8px 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.btnapplycalendar:hover {
    color: white;
}

.btnresetCalendar {
    background-color: #ddd;
    color: black;
    margin-right: 20px;
    padding: 8px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.calendar .calendar-bottom .days .one-day.active {
    background-color: #29145e;
    border-radius: 50px;
}

.calendar .calendar-bottom .days .one-day.active p {
    color: white;
}

.btn_fromdate {
    background-color: #f5f5f6;
    font-size: 20px;
    font-weight: 500;
    display: block;
    border-radius: 0;
    padding: 20px 30px;
    width: 100%;
}

.btn_fromdate:hover {
    color: black;
}

.show_years {
    padding: 18px 21px;
    padding-top: 45px;
}

.show_years h2 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.show_years ul {
    list-style: none;
    padding-inline: 0;
}

.show_years ul {
    width: 100%;
    display: table;
}

.show_years ul li {
    float: left;
    width: 100%;

    border: none;

    margin: 5px 4px;
}

.show_years ul li .accordion-button {
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    padding: 6px;
    font-weight: 600;
    color: #29145e;
}

.show_years ul li .accordion-button:focus {
    box-shadow: none;
}

.show_years ul li .accordion-body {
    padding: 5px;
    font-size: 15px;
}

.show_years .accordion-button::after {
    display: none;
}

.monthyear {
    display: table;
    width: 100%;
    padding-inline: 0;
}

.monthyear li {
    float: left !important;
    width: 14% !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
    font-weight: 500;
    text-align: center;
    color: #29145e;
}

.monthyear li.active {
    background-color: #29145e;
    color: white;
}

.dropdown-menu.dropdown-menu-end ul li {
    margin-bottom: 10px;
}

.dropdown-menu.dropdown-menu-end ul li a {
    display: flex;
}

.userprofileimg {
    width: 36px;
    height: 36px;
    background: #ede7f6;
    padding: 0px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    line-height: 35px;
}

.userprofileimg img {
    width: 20px;
}

.Wise_ransaction_Summary {
    padding: 0px 10px;
}

.Wise_ransaction_Summary th {
    background-color: #5b419c !important;
    color: #ffffff;
    border-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400;
}

.Wise_ransaction_Summary td {
    font-size: 14px;
    font-weight: 400;
}

.Wise_ransaction_Summary .table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #ac8cf929 !important;
    color: #29145e !important;
}

.Wise_ransaction_Summary .table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-accent-bg: #d6a6e60d !important;
    color: #29145e !important;
}

.transaction_text {
    text-decoration: none;
    color: #4ea2f5;
    font-weight: 500;
}

.uploadedcontent {
    position: absolute;
    top: 43px;
    right: 13px;
}

.merchant_card {
    padding: 10px !important;
    box-shadow: 0px 0px 40px #00000014;
}

.merchant_card h4 {
    color: #9071df !important;
}

.merchant_card .btndecrease {
    border: none;
    padding: 5px;
    margin-top: 0px;
    font-weight: 500;
    font-size: 15px;
    color: #f86565 !important;
    width: fit-content;
}

.merchant_card .btn_increase {
    border: none;
    padding: 5px;
    margin-top: 0px;
    color: #46cc8d !important;
    font-weight: 500;
    font-size: 15px;
    width: fit-content;
}

.commercials_service_text {
    font-size: 18px;
}

.login_bg {
    width: 100%;
}

.log_text {
    padding: 50px 50px 15px;
}

.log_text h2 {
    font-size: 40px;
    font-weight: 600;
}

.log_let {
    color: #5d4299;
}

.log_text p {
    color: #c8c7c7;
    font-size: 13px;
    font-weight: 400;
}

.login_sec {
    display: flex;
    justify-content: center;
}

.lines_img {
    width: 100%;
}

.login_img {
    width: 70%;
    height: 510px;
}

.login_form {
    background-color: white;
    padding: 40px 50px 50px;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 80%;
    margin: auto;
}

.loginNotifyMsg {
    margin-bottom: 40px;
}

.logo_img {
    text-align: center;
    padding: 50px;
}

.login_link {
    background-color: #5d4299;
    color: #ffffff;
    padding: 10px 45px;
    border-radius: 30px;
}

.login_link:hover {
    color: #ffffff;
}

.sign_in {
    color: #5d4299;
    cursor: pointer;
}

.back_login {
    background-color: #a8a8a866;
    border-radius: 8px !important;
    color: #484848;
    padding: 10px 38px !important;
}

.back_login:hover {
    color: #141414;
}

.back_btttn {
    color: #484848;
    text-decoration: none;
}

.rest_password {
    padding: 10px 124px !important;
    border-radius: 8px !important;
}

.login_btttn {
    width: 100%;
    border-radius: 8px;
}

.submit_bttn {
    width: 100%;
    border-radius: 8px;
}

.resend_otp {
    color: #4ea2f5;
    font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    cursor: pointer;
}

.loginbtn {
    margin-top: 35px;
}

.back_otp_login {
    background-color: #a8a8a866;
    border-radius: 8px !important;
    color: #484848;
    padding: 10px 50px !important;
}

.back_otp_login i {
    padding: 0px 3px;
}

.back_login i {
    padding: 0px 3px;
}

.otp_login {
    padding: 10px 150px !important;
    border-radius: 8px !important;
}

.froget_text {
    color: #000 !important;
    cursor: default;
    font-size: 13px !important;
}

.merchant_active {
    color: #46cc8d !important;
}

.input_group .form-control::file-selector-button {
    border: 0.5px solid #5b419c;
    background: #d6a6e678 0% 0% no-repeat padding-box;
    border: 0.5px solid #5b419c;
    border-radius: 4px;
    color: #29145e;
}

.pdtxn_text {
    color: #5b419c;
    font-weight: 500;
}

.pdtxn_span {
    color: #0c051e75;
}

.marchant_make_transfer td {
    text-wrap: nowrap;
}

.marchant_make_transfer td p {
    margin-bottom: 0px !important;
}

.marchant_make_transfer td {
    background-color: #eeebf39e !important;
}

.beneficiary {
    color: #0c051e;
}

.make_transfer_bttn {
    width: 100%;
}

.make_transfer_close {
    width: 100%;
}

.confirm_details_text {
    color: #0c051e;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.confirm_details_span {
    color: #0c051e99;
}

.send_money label {
    color: #0c051e !important;
    font-weight: 500;
}

.bulk_settle {
    background-color: #29145e;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 14px;
}

.bulk_settle:hover {
    color: #ffffff;
}

.bulk_settle_text {
    color: #480ad9;
    font-size: 16px;
    font-weight: 500;
}

.usermd {
    font-size: 16px;
    font-weight: 500;
    color: #5b419c;
    margin: 10px 0px 5px;
}

.bulk_deatils {
    height: 200px;
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
}

.pending_text {
    color: #dca974;
}

.refresh_img {
    width: 15px;
}

.settle_amount {
    width: 200px;
    padding: 5px 0px;
    font-size: 14px;
}

.settle_row {
    width: 50%;
}

.settle_row label {
    font-size: 14px;
    font-weight: 500;
}

.available_balance {
    position: relative;
}

.available_balance_box {
    position: absolute;

    top: 60%;
}

.amount_data {
    color: #5b419cad;
    margin-bottom: 5px;
}

.available_balance_box .available_teble {
    background-color: #f5f0ff !important;
    font-size: 14px;
    font-weight: 500;
    color: #0c051e;
}

.partialpayment {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-right: 8px;
}

.checkbox.style-a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox.style-a input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox.style-a input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a input:checked~.checkbox__checkmark:after {
    opacity: 1;
}

.checkbox.style-a:hover input~.checkbox__checkmark {
    background-color: #eee;
}

.checkbox.style-a:hover input:checked~.checkbox__checkmark {
    background-color: #fff;
}

.checkbox.style-a .checkbox__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #c4b8e3;
    transition: background-color 0.25s ease;
    border-radius: 3px;
}

.checkbox.style-a .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: 2px solid #c4b8e3;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.checkbox__body {
    font-size: 14px;
    font-weight: 400;
    color: #747474;
    padding-top: 3px;
}

.payment_links_check {
    padding: 0px;
}

.add_new {
    padding: 5px 10px;
    font-size: 12px;
    margin-left: 10px;
}

.breadcrumb-item a {
    color: #5b419c;
}

.user_url {
    color: #29145e;
}

.copy_img {
    width: 20px;
}

.resolution_back {
    margin-left: 0px !important;
}

.reseller_cards {
    display: grid;
    align-items: center;
    justify-content: center;
}

.reseller_cards .btn_refresh2 {
    margin-bottom: 0px;
}

.reseller_card {
    padding: 20px !important;
}

.reseler_btttn {
    background-color: #4ea2f5;
    padding: 8px 20px;
    font-size: 15px;
    color: white;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 5px;
}

.reseler_btttn:hover {
    color: #ffffff;
}

.login_otp {
    margin-bottom: 0px;
    margin-left: 10px;
    color: #29145ecc;
    font-weight: 500;
}

.text-commision {
    color: #dca974;
    font-weight: 500;
}

.footer-copy-right {
    background-color: white;
    text-align: center;
    padding-block: 20px;
    margin-block: 15px;
    border-radius: 0.5rem;
}

.btn_changeplan {
    margin-left: 10px;
    background: transparent linear-gradient(180deg, #d6a6e66b 0%, #8f76cd63) 0% 0% no-repeat padding-box;
    color: #29145e !important;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 500;
}

.print_btn {
    width: 100%;
}

.print_table th {
    background-color: #29145e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.print_datatable {
    padding: 10px;
    background: #f5f5f5 !important;
    margin-bottom: 20px;
}

.amount_text {
    display: flex;
    justify-content: space-between;
}

.add_icons {
    margin-right: 27px;
}

th {
    text-wrap: nowrap !important;
}

table.dataTable .ignoreexport {
    text-wrap: nowrap !important;
}

table.dataTable td .btn {
    text-wrap: nowrap !important;
}

@media screen and (min-device-width: 300px) and (max-device-width: 480px) {
    #db-wrapper.toggled .navbar-vertical {
        margin-left: 0px;
    }

    .btn_fromdate {
        padding: 10px !important;
    }

    #db-wrapper.toggled #page-content {
        margin-left: 275px;
    }

    #page-content {
        margin-left: 0;
        padding-inline: 15px;
    }

    .log_text {
        padding: 15px;
    }

    .login_form {
        margin: 0px !important;
        width: 100%;
        margin-bottom: 50px !important;
    }

    .login_img {
        width: 100%;
        height: 100%;
        padding: 0px !important;
    }

    .logo_img {
        padding: 0px !important;
    }

    .log_text h2 {
        font-size: 34px;
        font-weight: 600;
    }

    .mob_mt2 {
        margin-top: 10px;
    }

    .chart_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart_btn .btn_chart {
        margin-right: 0px;
    }

    .moneyuinout {
        margin-top: 15px;
    }

    #myDoughnutChart {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: fit-content !important;
        margin: auto;
    }

    .navtabs1 {
        border: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .navtabs1 .nav-link {
        margin-bottom: 20px;
        text-wrap: nowrap;
    }

    .tablemain .dt-buttons {
        margin-left: 0px;
        width: fit-content;
        float: right;
    }

    .dataTables_length {
        margin-bottom: 15px;
    }

    .switchbutton2 {
        margin-bottom: 15px;
    }

    .mob_editrout {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .heading2 {
        margin-bottom: 10px;
    }

    .dflex {
        display: flex;
        align-items: center;
    }

    .dflex button {
        margin-top: 0px !important;
    }

    .showall {
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        font-weight: 500;
        font-size: 12px;
    }

    .add_rightbtn {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .btn_close {
        padding: 10px 30px;
    }

    .add_rightbtn {
        margin-top: 0px;
        justify-content: end;
    }

    .mob_togler {
        display: block !important;
        gap: 10px;
    }

    .switchbutton {
        margin: 0px !important;
        margin-bottom: 15px !important;
    }

    .mob_btn {
        font-size: 14px !important;
        padding-inline: 10px !important;
    }

    .btn_save {
        padding: 10px 30px;
    }

    .btn_reset {
        padding: 10px 15px;
        text-wrap: nowrap;
    }

    .card_report h2 {
        margin-top: 5px;
    }

    .btnselectall {
        margin-right: 0px;
        padding-top: 0px !important;
    }

    .heading3 {
        margin-bottom: 0px;
    }

    .Checklist li {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .mob_mt {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .cards {
        padding: 12px;
    }

    .custom_formgroup {
        margin-bottom: 10px;
    }

    .addMinus_btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mob_dflex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .mob_hiden {
        display: none;
    }

    .login_bg {
        background-color: #fff;
        height: 100dvh;
    }

    .login_form {
        padding-inline: 24px;
    }
}

@media screen and (min-device-width: 481px) and (max-device-width: 830px) {
    .chart_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart_btn .btn_chart {
        margin-right: 0px;
    }

    .moneyuinout {
        margin-top: 15px;
    }

    #myDoughnutChart {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: fit-content !important;
        margin: auto;
    }

    .navtabs1 {
        border: none;
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .navtabs1 .nav-link {
        margin-bottom: 20px;
        text-wrap: nowrap;
    }

    .tablemain .dt-buttons {
        margin-left: 10px;
        margin-bottom: 10px;
        width: fit-content;
        float: right;
    }

    .dataTables_length {
        margin-bottom: 15px;
    }

    .switchbutton2 {
        margin-bottom: 15px;
    }

    .mob_editrout {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btnapply2 {
        margin-top: 0px;
    }

    .heading2 {
        margin-bottom: 10px;
    }

    .dflex {
        display: flex;
        align-items: center;
    }

    .dflex button {
        margin-top: 0px !important;
    }

    .showall {
        margin-left: 10px;
        margin-top: 10px;
        float: left;
        font-weight: 500;
        font-size: 12px;
    }

    .add_rightbtn {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .btn_close {
        padding: 10px 30px;
    }

    .add_rightbtn {
        margin-top: 0px;
        justify-content: end;
    }

    .mob_togler {
        display: block !important;
        gap: 10px;
    }

    .switchbutton {
        margin-bottom: 10px !important;
    }

    .mob_btn {
        font-size: 14px !important;
        padding-inline: 10px !important;
    }

    .btn_save {
        padding: 10px 30px;
    }

    .btn_reset {
        padding: 10px 15px;
        text-wrap: nowrap;
    }

    .card_report h2 {
        margin-top: 5px;
    }

    .btnselectall {
        margin-right: 0px;
        padding-top: 0px !important;
    }

    .heading3 {
        margin-bottom: 0px;
    }

    .Checklist li {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .mob_mt {
        margin: 0px !important;
        margin-bottom: 10px !important;
    }

    .cards {
        padding: 12px;
    }

    .custom_formgroup {
        margin-bottom: 10px;
    }

    .addMinus_btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .mob_dflex {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media screen and (min-device-width: 1221px) and (max-device-width: 1440px) {
    .dashboard_Card .report_icon {
        width: 78px;
        height: 78px;
        border-radius: 50%;
        background-color: #f9f2fb;
        padding: 15px;
        text-align: center;
    }

    .dashboard_Card .report_icon img {
        width: 30px !important;
    }

    .dashboard_Card {
        padding: 20px 13px;
    }

    .btn_increase,
    .btndecrease {
        font-size: 13px;
    }

    .chart_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart_btn .btn_chart {
        margin-right: 0px;
    }

    .moneyuinout {
        margin-top: 15px;
    }

    #myDoughnutChart {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: fit-content !important;
        margin: auto;
    }

    .navtabs1 {
        border: none;
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .navtabs1 .nav-link {
        margin-bottom: 20px;
        text-wrap: nowrap;
    }

    .tablemain .dt-buttons {
        margin-left: 10px;
        margin-bottom: 10px;
        width: fit-content;
        float: right;
    }

    .dataTables_length {
        margin-bottom: 15px;
    }

    .switchbutton2 {
        margin-bottom: 15px;
    }

    .mob_editrout {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .heading2 {
        margin-bottom: 10px;
    }

    .card_report {
        padding: 20px 8px;
    }

    .dflex {
        display: flex;
        align-items: center;
    }

    .laptop_card {
        height: 115px;
    }

    .laptop_card h2 {
        margin-left: -16px;
        font-size: 16px;
    }

    .mob_ref img {
        margin-left: 10px !important;
    }

    .showall {
        margin-left: 10px;
        margin-top: 40px;
        float: left;
        font-weight: 500;
        font-size: 12px;
    }

    .add_rightbtn {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .btn_close {
        padding: 10px 30px;
    }

    .add_rightbtn {
        margin-top: 0px;
        justify-content: end;
    }

    .switchbtn2 {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 38px !important;
    }

    .switchbutton {
        margin-bottom: 10px !important;
        margin-inline: 20px !important;
    }

    .mob_btn {
        font-size: 14px !important;
        padding-inline: 10px !important;
    }

    .btn_save {
        padding: 10px 30px;
    }

    .btn_reset {
        padding: 10px 15px;
        text-wrap: nowrap;
    }

    .card_report h2 {
        margin-top: 5px;
        font-size: 16px;
    }

    .btnselectall {
        margin-right: 0px;
        padding-top: 0px !important;
    }

    .heading3 {
        margin-bottom: 0px;
    }

    .Checklist li {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .report_icon {
        width: 70px;
        height: 70px;
    }

    .headingtitle {
        margin-block: 10px;
    }

    .report_icon img {
        width: 35px !important;
        margin: 0px !important;
    }

    .btn_refresh2 img {
        width: 17px;
        margin-left: -10px;
    }

    .cards {
        padding: 12px;
    }

    .custom_formgroup {
        margin-bottom: 10px;
    }

    .mob_dflex {
        flex-wrap: wrap;
        gap: 10px;
    }
}

@media screen and (min-device-width: 1024px) and (max-device-width: 1220px) {
    .dash_mob.input_group .select2-container {
        width: 80% !important;
    }

    .moneyuinout li {
        font-size: 13px;
    }

    .lap_card {
        margin-left: 22px;
    }

    .dashboard_Card .report_icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #f9f2fb;
        padding: 15px;
        text-align: center;
    }

    .dashboard_Card .report_icon img {
        width: 26px !important;
    }

    .card_report h2 {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 14px;
    }

    .dashboard_Card {
        padding: 20px 13px;
    }

    .btn_increase,
    .btndecrease {
        font-size: 13px;
    }

    .chart_btn {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .chart_btn .btn_chart {
        margin-right: 0px;
    }

    .moneyuinout {
        margin-top: 15px;
    }

    #myDoughnutChart {
        margin: 0;
        padding: 0;
        width: 100% !important;
        height: fit-content !important;
        margin: auto;
    }

    .navtabs1 {
        border: none;
        display: flex !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .btnApply {
        padding: 10px 15px;
    }

    .lap_cadrs {
        display: flex;
    }

    .navtabs1 .nav-link {
        margin-bottom: 20px;
        text-wrap: nowrap;
    }

    .btn_refresh2 {
        margin-top: 0px !important;
    }

    .tablemain .dt-buttons {
        margin-left: 10px;
        margin-bottom: 10px;
        width: fit-content;
        float: right;
    }

    .dataTables_length {
        margin-bottom: 15px;
    }

    .switchbutton2 {
        margin-bottom: 15px;
    }

    .mob_editrout {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .heading2 {
        margin-bottom: 10px;
    }

    .card_report {
        padding: 20px 8px;
    }

    .dflex {
        display: flex;
        align-items: center;
    }

    .laptop_card {
        height: 130px;
    }

    .laptop_card h2 {
        margin-left: -16px;
        font-size: 16px;
    }

    .mob_ref img {
        margin-left: 10px !important;
    }

    .showall {
        margin-left: 10px;
        margin-top: 40px;
        float: left;
        font-weight: 500;
        font-size: 12px;
    }

    .add_rightbtn {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .btn_close {
        padding: 10px 30px;
    }

    .add_rightbtn {
        margin-top: 0px;
        justify-content: end;
    }

    .switchbtn2 {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        margin-top: 38px !important;
    }

    .switchbutton {
        margin-bottom: 10px !important;
        margin-inline: 20px !important;
    }

    .mob_btn {
        font-size: 14px !important;
        padding-inline: 10px !important;
    }

    .btn_save {
        padding: 10px 30px;
    }

    .btn_reset {
        padding: 10px 15px;
        text-wrap: nowrap;
    }

    .btnselectall {
        margin-right: 0px;
        padding-top: 0px !important;
    }

    .heading3 {
        margin-bottom: 0px;
    }

    .Checklist li {
        width: 50%;
        float: left;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .mob_mt {
        margin: 0px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .report_icon {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .headingtitle {
        margin-block: 10px;
    }

    .report_icon img {
        width: 25px !important;
        margin-top: 0px !important;
    }

    .btn_refresh2 img {
        width: 17px;
        margin-left: -10px;
    }

    .cards {
        padding: 12px;
    }

    .custom_formgroup {
        margin-bottom: 10px;
    }

    .mob_dflex {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.searchbar {
    display: flex;
    align-items: flex-start;
    gap: 10px 0px;
}

.searchbar button {
    text-wrap: nowrap;
    padding-block: 6px;
}

.searchbar input {
    height: 35px;
}