@charset "utf-8";

/* CSS Document */

@import url(materialdesignicons.min.css);
@font-face {
    font-family: 'Poppins-Bold';
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/Roboto/Roboto-Regular.ttf");
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
}

*:focus {
    outline: none;
    border: transparent;
}

*,
:after,
:before {
    -webkit-font-smoothing: antialiased
}

.nav-link,
.dropdown-item,
.text1 {
    font-family: 'Roboto';
    font-size: 1rem;
    color: #6E6E6E;
}

a:hover {
    color: #343a40;
    text-decoration: none;
}

.text2 {
    font-family: 'Poppins-Regular';
    font-size: 0.9rem;
    line-height: 26px;
}

.glow {
    color: darkred;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        color: #FD2225;
    }
    to {
        color: #2622c9;
    }
}

h1 {
    font-size: 3rem;
    color: #ffffff;
}

h2 {
    font-size: 1.7rem;
    color: #1F2A3C;
}

h3 {
    font-size: 1.8rem;
    color: #ffffff;
}

.logo-divider {
    margin-right: 1rem;
    padding-left: 1.5rem;
    margin-left: 1.5rem;
    border-left: 2px solid #d2d4d6;
}

#regi_block {
    margin-top: -52px;
    z-index: 52;
    height: auto;
    background: #e9e9e9;
    text-align: center;
    font-size: 1.2rem;
}

.swal-button {
    background-color: #b18c5f;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-5%, -50%);
}


/********Table css**********/

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
    color: #ffffff!important;
    border: 1px solid #1976d2;
    background-color: #1976d2;
}

.dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    *cursor: hand;
    color: #67757c;
    border: 1px solid #ddd;
}

.dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 4px;
    background: #1976d2;
    color: #ffffff;
    margin-right: 3px;
    text-align: right;
    margin-bottom: 10px;
    ;
}

.dataTables_filter input[type="search"] {
    border: 1px solid #ccc;
}

#datatable_mfi_wrapper .dt-buttons {
    float: left;
    width: 50%;
}

#datatable_mfi_wrapper div#datatable_mfi_filter {
    float: right;
}


/************End tables********/

@media only screen and (max-width: 921px) {
    .banner-text h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .logo-divider {
        border: 0px;
    }
    #regi_block {
        margin-top: 0px;
    }
    .banner-text h2 {
        font-size: 12px;
    }
}


/* Custom CSS Start Here */

.bg-grey {
    background-color: #f5f6f8 !important;
}

.custom-shadow {
    box-shadow: 0px 8px 10px 0 #0000000b;
}


/* .login-page:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin-top: -28%;
    margin-bottom: -15%;
    margin-left: -13%;
    width: 57%;
    --tw-rotate: -4deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 100%;
    background-color: rgb(var(--color-primary) / 0.2);
} */

.auth-one-bg {
    background-image: url(../images/auth-one-bg.jpg);
    background-position: center;
    background-size: cover;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 320px;
}

.auth-one-bg .bg-overlay {
    background: -webkit-gradient(90deg, #0054c4 0%, #227df8 100%);
    background: linear-gradient(90deg, #0054c4 0%, #227df8 100%);
    opacity: .9;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    pointer-events: none;
}

.auth-one-bg .shape>svg {
    width: 100%;
    height: auto;
    fill: #f5f6f8;
}

.form-label {
    font-weight: 500;
}

.logo-text {
    font-size: 45px;
    font-weight: 600;
}

.logo-text:hover {
    color: #fff;
    text-decoration: none;
}

.float-end {
    float: right!important;
}

.form-control {
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
    height: calc(1.25rem + 1.25rem + 2px);
    border-radius: 0.375rem;
    font-size: 14px;
    color: #a39f9f;
}

.remember-pass {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-check-label {
    font-weight: 500;
}

.remember-pass .form-check {
    padding-left: 0;
}

.remember-pass .form-check label {
    position: relative;
    cursor: pointer;
}

.remember-pass .form-check input {
    display: none;
}

.remember-pass .form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
}

.remember-pass .form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 11px;
    border: solid #13bf00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.copyright {
    font-size: 14px;
}

.login-section {
    border-radius: 15px;
}


/* .login-section:before {
    content: "";
    width: 90%;
    box-shadow: 0px 3px 20px #0000000b;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    height: 100%;
    border-radius: 0.375rem;
    z-index: -1;
} */

.radio-custom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .radio-custom-wrap {
        margin: 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px;
    }
    .radio-custom-wrap .finance {
        cursor: pointer;
        width: 100%;
    }
    .fund-provider-relate {
        margin-top: 20px;
    }
    .radio-custom-wrap .finance .plan-content .plan-details {
        width: 70%;
        display: inline-block;
    }
    .radio-custom-wrap .finance input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .radio-custom-wrap .finance .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

.radio-custom-wrap .finance {
    cursor: pointer;
    width: 48.5%;
}

.radio-custom-wrap .finance input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio-custom-wrap .finance input[type="radio"]:checked+.plan-content {
    border: 1px solid #227df8;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.radio-custom-wrap .finance .plan-content {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
    text-align: center;
}

.radio-custom-wrap .finance .plan-content img {
    height: 72px;
}

.radio-custom-wrap .finance input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #227df8;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #227df8;
    box-shadow: 0px 0px 0px 2px #227df8;
}

.radio-custom-wrap .finance .plan-details span {
    margin-bottom: 3px;
    display: block;
    font-size: 0.9rem;
    line-height: 24px;
    color: #252f42;
    font-weight: 500;
}

.radio-custom-wrap .finance .plan-details p {
    color: #646a79;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.btn-outline-secondary {
    border: 1px solid #e2e8f0;
    color: #64748b;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.btn-outline-secondary:hover {
    background-color: rgb(226, 232, 240, .2);
    border-color: #e2e8f0;
    color: #64748b;
}


/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.form-control:focus {
    box-shadow: none;
    border-color: #227df8;
}

.bg-blue {
    background: #1E40AF !important;
    padding: 1.25rem 2rem;
}

.content-dash-wrap {}

.side-nav {
    width: 230px;
    overflow-x: hidden;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
}

.side-nav>ul ul {
    border-radius: 0.5rem;
    background-color: rgb(0 0 0 / 0.1);
}

.side-nav>ul ul li a:not(.side-menu--active) {
    color: rgb(255 255 255 / 0.7);
}

.dash-content {
    border-radius: 30px;
    padding: 0px 22px;
    min-width: 0px;
    flex: 1 1 0%;
    background-color: rgb(241, 245, 249);
    width: 100%;
    position: relative;
    min-height: calc(100vh - 60px - 2px);
    padding-bottom: 60px;
    display: inline-block;
}

.side-nav .side-nav__devider {
    position: relative;
    z-index: 10;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 0.08);
}

.side-logo {
    color: #fff;
    font-size: 30px;
    padding-left: 1.25rem;
    padding-top: 1rem;
}

.side-logo:hover {
    color: #fff;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.components-sidenav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav>ul>li:nth-child(1)>a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav>ul>li>.side-menu.side-menu--active {
    background-color: rgb(241, 245, 249);
}

.side-nav .side-menu {
    height: 50px;
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 1.25rem;
    color: rgb(255, 255, 255);
}

.side-nav .side-menu .side-menu__title {
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.side-nav>ul>li>.side-menu.side-menu--active .side-menu__title {
    font-weight: 500;
    color: rgb(30, 41, 59);
}

.side-nav>ul>li>.side-menu.side-menu--active:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
    background-size: 100%;
    background-image: url(../images/top_nav_bg.svg);
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav>ul>li>.side-menu.side-menu--active:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: 50px;
    transform: scale(1.04);
    background-size: 100%;
    background-image: url(../images/top_nav_bg.svg);
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon {
    color: rgb(30, 64, 175);
}

.side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon:before {
    content: "";
    z-index: 9;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
    height: 100%;
    width: 3rem;
    background-color: rgb(241, 245, 249);
}

.side-nav>ul>li:nth-child(1)>a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav .side-menu .side-menu__title .side-menu__sub-icon {
    margin-left: auto;
    margin-right: 1.25rem;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.side-nav>ul>li>.side-menu:hover:not(.side-menu--active):not(.collapsed) .side-menu__icon:before {
    background-color: rgb(255 255 255 / 0.05);
}

.side-nav>ul>li>.side-menu:not(.side-menu--active) .side-menu__icon:before {
    content: "";
    z-index: 9;
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.side-nav .side-menu:hover {
    text-decoration: none;
    color: #fff !important;
}

.side-nav>ul>li>.side-menu .side-menu__icon {
    font-size: 20px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.custom-btn {
    background: #dc3545;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #fff;
    border: none;
}

.custom-btn-success {
    background: #28a745;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #fff;
    border: none;
}

.custom-btn:hover {
    color: #fff !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none;
    color: rgb(30, 41, 59);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
    border-top: none;
    white-space: nowrap;
}

.table-report td {
    box-shadow: 20px 3px 20px #0000000b;
    background: #fff;
    border-bottom-width: 0;
    border-spacing: 0 10px;
    border-collapse: separate;
    border-top: none;
    vertical-align: middle;
    text-transform: capitalize;
}

.table-report td:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.table-report td:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.table-report {
    border-spacing: 0 10px !important;
    border-collapse: separate !important;
}

.table-heading-wrap {
    border-bottom: 1px #e2e8f0 solid;
    display: flex;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}

.pagination input {
    box-shadow: 0px 3px 20px #0000000b;
    border: none;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    width: 3em;
}

.inner-footer {
    bottom: 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.cardbox {
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    padding: 1.25rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f1f5f9;
}

.cardfooter {
    border-top: 1px solid rgb(226, 232, 240, 0.6);
    padding: 1.25rem 0;
    padding-bottom: 0;
    margin-top: 15px;
}

.text-imputus {
    color: #1F2A3C;
}

.text-primary {
    color: #1E40AF!important;
}

.fs-14 {
    font-size: 14px;
}

.input-group-text {
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.btn-primary {
    color: #fff;
    background-color: #1E40AF;
    border-color: #1E40AF;
}

.text-blue {
    color: #0054c4;
}

.report-boxwrap {
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    background-color: rgb(255, 255, 255);
}

.report-heading {
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.report-body {
    padding: 1.25rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1E40AF;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    border: none;
    box-shadow: 0px 3px 20px #0000000b;
    background: #fff;
    border-radius: 0.375rem;
}

.nav-tabs .nav-item {
    margin-right: 10px;
}

.nav-tabs {
    border-bottom: none;
}

.border-bottom {
    border-bottom: 1px solid rgb(226, 232, 240, 0.6);
}

.year-bg {
    background: #f1f5f9;
    color: #64748b;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1rem;
}

.note-text {
    font-size: 12px;
}

.imp-btn {
    box-shadow: 0px 3px 20px #0000000b;
    border: none;
    border-radius: 0.375rem;
    padding: 10px 12px;
    background: #fff;
    color: #000;
}

.bg-red {
    background-color: #ea7044 !important;
    padding: 1.25rem 2rem;
}

.bg-red .dash-content {
    background-color: #fff8f6;
}

.bg-red .side-nav>ul>li>.side-menu.side-menu--active,
.bg-red .side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon:before {
    background-color: #fff8f6;
}

.bg-red .side-nav>ul>li>.side-menu.side-menu--active:before,
.bg-red .side-nav>ul>li>.side-menu.side-menu--active:after {
    background-image: url(../images/top_nav_redbg.svg);
}

.bg-red .side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon {
    color: #ea7044;
}

.bg-red .table-heading-wrap {
    border-bottom: 1px #f9e9e5 solid;
}

.padd5px {
    padding: 5px 6px !important;
}

.bg-red .form-control:focus {
    border-color: #ea7044;
}

.bg-red .custom-btn {
    background: #000;
}

.custom-checkbox {}

.custom-checkbox .form-check {
    padding-left: 0;
    padding: 5px 0px;
}

.custom-checkbox .form-check label {
    position: relative;
    cursor: pointer;
}

.custom-checkbox .form-check input {
    display: none;
}

.custom-checkbox .form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
}

.custom-checkbox .form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 11px;
    border: solid #13bf00;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_radio {}

.custom_radio .form-radio input[type="radio"] {
    display: none;
}

.custom_radio .form-radio {
    padding: 5px 0px;
}

.custom_radio .form-radio input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: inherit;
}

.custom_radio .form-radio input[type="radio"]+label:before,
.custom_radio .form-radio input[type="radio"]+label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.custom_radio .form-radio input[type="radio"]+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio .form-radio input[type="radio"]+label:hover:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio .form-radio input[type="radio"]:checked+label:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4caf50;
}

.text-purple {
    color: #ea7044 !important;
}

.bg-red .table-responsive::-webkit-scrollbar {
    width: 1px;
    height: 6px;
}

.bg-red .table-responsive::-webkit-scrollbar-track {
    background-color: #ede8e6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bg-red .table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fbb499;
    width: 5px;
}

.bg-red .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #ea7044;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #dc3545;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.active {
    background-color: #28a745;
}

.bg-darkblue {
    background: #164E63;
    padding: 1.25rem 2rem;
}

.bg-darkblue .side-nav>ul>li>.side-menu.side-menu--active .side-menu__icon {
    color: #164E63;
}

.badge-pending {
    background: #f97418;
    color: #fff;
}

.lh10px {
    line-height: 10px;
}

.bg-darkblue .custom-btn {
    background: #d97808;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #fff;
    border: none;
}

table.dataTable thead th {
    font-weight: 500 !important;
}

.bg-darkblue .table-responsive::-webkit-scrollbar {
    width: 1px;
    height: 6px;
}

.bg-darkblue .table-responsive::-webkit-scrollbar-track {
    background-color: #e1e8eb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.bg-darkblue .table-responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #189ed1;
    width: 5px;
}

.bg-darkblue .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #164E63;
}

table.dataTable thead th,
table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    box-shadow: 0px 3px 20px #0000000b;
    border: none !important;
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    width: 3em;
    background: #fff !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 16px;
}



.dataTables_wrapper .dataTables_filter input {
    border: none ;
    margin-left: 10px !important;
    background-color: #fff !important;
    box-shadow: 0px 3px 20px #0000000b;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
    border: 1px solid #aaa ;
    
}
.dt-buttons .dt-button {
    background: #f1f5f9;
    color: #64748b;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1rem;
    border: solid thin #64748b;
}

.card-footer:last-child {
    border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px);
}

.card-footer {
    background-color: #fff;
    border-top: 1px solid rgb(226, 232, 240, 0.6);
    box-shadow: 0px 3px 20px #0000000b;
}

.bg-darkblue .card-sender {
    background: #a2ddf3 !important;
    border: none;
    border-top-left-radius: 15px;
}

.bg-darkblue .card-reciever {
    background: #d2edf7 !important;
    border: none;
    border-top-left-radius: 15px;
}

.remove_button {
    background-color: #dc3545;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.375rem;
    text-align: center;
}
.badge-warning {
    color: #fff;
    background-color: #164E63;
}