@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Silka/Silka-Thin.otf) format("opentype"),
        url(../fonts/Silka/Silka-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Silka/Silka-ExtraLight.otf) format("opentype"),
        url(../fonts/Silka/Silka-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Silka/Silka-Light.otf) format("opentype"),
        url(../fonts/Silka/Silka-Light.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Silka/Silka-Regular.otf) format("opentype"),
        url(../fonts/Silka/Silka-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Silka/Silka-Medium.otf) format("opentype"),
        url(../fonts/Silka/Silka-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Silka/Silka-Bold.otf) format("opentype"),
        url(../fonts/Silka/Silka-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Silka/Silka-SemiBold.otf) format("opentype"),
        url(../fonts/Silka/Silka-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Silka/Silka-Black.otf) format("opentype"),
        url(../fonts/Silka/Silka-Black.woff) format('woff');
}

/* italic */


@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 100;
    src: url(../fonts/Silka/Silka-ThinItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-ThinItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/Silka/Silka-ExtraLightItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-ExtraLightItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Silka/Silka-LightItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-LightItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Silka/Silka-RegularItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-RegularItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: normal;
    src: url(../fonts/Silka/Silka-MediumItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-MediumItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Silka/Silka-BoldItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-BoldItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Silka/Silka-SemiBoldItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-SemiBoldItalic.woff) format('woff');
}

@font-face {
    font-family: 'Silka';
    font-style: italic;
    font-weight: 900;
    src: url(../fonts/Silka/Silka-BlackItalic.otf) format("opentype"),
        url(../fonts/Silka/Silka-BlackItalic.woff) format('woff');
}

a:hover {
    cursor: pointer;
}

.custom-sidenav {
    position: fixed;
    margin: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 1050;
    margin: 0 !important;
    left: 0;
}

.application .sidenav.custom-sidenav.show+.main-content {
    margin-left: 270px;
    padding-left: 0 !important;
}

.application .container-application {
    max-width: 100%;
}

.custom-sidenav .sidenav-header {
    padding: 22px 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}

.custom-sidenav .sidenav-header a.navbar-brand {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    text-align: left;
}

.custom-sidenav .sidenav-user>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
}

.custom-sidenav .sidenav-user a.avatar {
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
}

.custom-sidenav .sidenav-user .mt-4 {
    margin: 0 !important;
    text-align: left;
}

.custom-sidenav .sidenav-user .btn-icon {
    display: none;
}

.custom-sidenav .sidenav-user h5 {
    font-size: 15px;
}

.custom-sidenav .sidenav-user span {
    margin: 0 !important;
    font-size: 12px !important;
}

.custom-sidenav .sidenav-user {
    height: auto;
}

.custom-sidenav .actions {
    padding: 15px 50px 20px !important;
}

.custom-sidenav.sidenav .nav-application {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px;
}

.custom-sidenav.sidenav .nav-application a {
    width: 100% !IMPORTANT;
    padding: 8px 14px;
    margin: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: initial !important;
    border-radius: 8px !important;
    color: #fff;
    position: relative;
    justify-content: flex-start;
    padding-left: 75px;
}

.custom-sidenav.sidenav .nav-application a+a {
    margin: 10px 0 0 0 !important;
}

.custom-sidenav.sidenav .nav-application a span i {
    font-size: 18px;
    margin: 0px 15px 0 0;
}

.custom-sidenav.sidenav .nav-application a span.btn-inner--icon {
    padding: 0 !important;
}

.custom-sidenav.sidenav .nav-application a span.btn-inner--icon:first-child {
    position: absolute;
    left: 30px;
}

.custom-sidenav.sidenav .nav-application a span i {
    font-size: 20px;
    margin: 0;
}

.nav-application>.btn:hover:not(.active) {
    color: #fff;
    transform: none;
}

.custom-sidenav.sidenav .nav-application a:hover {
    background: #008aff !important;
}

.nav-application>.btn.active {
    background-color: #008aff;
    color: #fff;
    box-shadow: 0 0 18px 0 rgb(19 44 156 / .4);
}

.custom-sidenav .scrollbar-inner {
    height: calc(100% - 175px);
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-sidenav .card.bg-gradient-warning {
    max-width: 90%;
    margin: 15px auto;
}

.application .sidenav.custom-sidenav+.main-content {
    margin-left: 0;
    /* transition: 0.5s; */
}

.application .sidenav.show {
    z-index: 9999;
    height: 100%;
    background: #fff;
    border-right: 1px solid #EBEBEB;
}

.application .sidenav.show::before {
    display: none;
}

.div-mega {
    padding: 0 20px;
}

.div-mega>ul.navbar-nav>li.nav-item>a {
    position: relative;
    width: 100%;
    padding: 10px 15px 10px 20px;
    color: #000000;
    font-size: 14px;
    border-radius: 4px;
}

.div-mega>ul.navbar-nav>li.nav-item>a.active img.icon_select {
    display: inline-block;
}

.div-mega>ul.navbar-nav>li.nav-item>a.active img.icon_unselect {
    display: none;
}

.div-mega>ul.navbar-nav>li.nav-item>a img.icon_select {
    display: none;
}

.div-mega>ul.navbar-nav>li.nav-item>a img.icon_unselect {
    display: inline-block;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover img.icon_select {
    display: inline-block;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover img.icon_unselect {
    display: none;
}

img.dropdown_icon {
    height: 10px;
    position: absolute;
    right: 10px;
    top: 16px;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover,
.div-mega>ul.navbar-nav>li.nav-item>a.active {
    background: #EEEBFB;
    color: #624CE0;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover .dropdown_icon {
    opacity: 0;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover .dropdown_icon_color {
    opacity: 1;
}

.div-mega>ul.navbar-nav>li.nav-item>a .dropdown_icon {
    display: block;
}

.div-mega>ul.navbar-nav>li.nav-item>a .dropdown_icon.dropdown_icon_color {
    display: none;
}

.div-mega>ul.navbar-nav>li.nav-item>a:hover .dropdown_icon.dropdown_icon_color {
    display: block;
}

.div-mega>ul.navbar-nav>li.nav-item>a.active .dropdown_icon {
    display: none;
}

.div-mega>ul.navbar-nav>li.nav-item>a.active .dropdown_icon.dropdown_icon_color {
    display: block;
}

.div-mega>ul.navbar-nav>li.nav-item>.nav-link .dropdown_icon {
    transform: rotate(90deg);
    transition: 0.5s;
}

.div-mega>ul.navbar-nav>li.nav-item>.nav-link.collapsed .dropdown_icon {
    transform: rotate(0deg);
    transition: 0.5s;
}



/* .div-mega > ul.navbar-nav > li.nav-item > a:hover:before, .div-mega > ul.navbar-nav > li.nav-item > a.active:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #0189ff;
    border-radius: 4px;
} */

.div-mega>ul.navbar-nav>li.nav-item>a i:first-child {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.div-mega>ul.navbar-nav>li.nav-item+li.nav-item {
    margin-top: 0px;
}

.div-mega>ul.navbar-nav>li.nav-item>a .fa-sort-up {
    position: absolute;
    right: 10px;
    top: 50%;
    opacity: .3;
    transform: translateY(-50%) rotate(90deg);
}

.div-mega>ul.navbar-nav>li.nav-item>a[aria-expanded="true"] .fa-sort-up {
    transform: translateY(-50%) rotate(180deg);
}

.div-mega>ul.navbar-nav div ul.nav li a {
    padding: 8px 27px;
}

.div-mega>ul.navbar-nav div ul.nav li.active a {
    color: #624CE0;
}

.div-mega>ul.navbar-nav div ul.nav li a:hover {
    color: #624CE0;
}

/* .div-mega > ul.navbar-nav > li.nav-item > a:hover {
    color: #fff;
} */

.application-offset .container-application:before {
    display: none;
}

.submenu-ul {
    padding-left: 25px;
}

.submenu-li>a.nav-link {
    position: relative;
}

.submenu-li>a.nav-link i.fas.fa-sort-up {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.submenu-ul ul.nav li.nav-item a {
    padding: 4px 10px !important;
}

.div-mega>ul.navbar-nav div ul.nav li a[aria-expanded="true"] i.fas.fa-sort-up {
    transform: translateY(-50%) rotate(180deg);
}

/*Custom Scrollbar*/
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
    overflow: visible;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #0f59ee;
}

::-webkit-scrollbar-thumb {
    background-color: #051c4b;
    border-radius: 8px;
    transition: 1s;
}

/*End Custom Scrollbar*/



/*End Custom Scrollbar (arraow none)*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.br-1px {
    border-right: 1px solid #eff2f7 !important;
}


/* custom css */


.theme_bg {
    background-color: #624CE0 !important;
}

.theme_text {
    color: #624CE0 !important;
}

.badge_danger {
    background-color: #FF2E00;
}

.badge_success {
    background-color: #20C933;
}

.badge_primary {
    background-color: #0A5DFF;
}

.badge_warning {
    background-color: #FFD579;
}

.danger {
    background-color: #FF2E00;
}

.success {
    background-color: #20C933;
}

.primary {
    background-color: #0A5DFF;
}

.warning {
    background-color: #FFD579;
}

.danger_text {
    color: #FF2E00;
}

.success_text {
    color: #20C933;
}

.primary_text {
    color: #0A5DFF;
}

.warning_text {
    color: #FFD579;
}

.border_radius_4 {
    border-radius: 4px !important;
}

.border_radius_5 {
    border-radius: 5px !important;
}

.font-200 {
    font-weight: 200 !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

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

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}

.w-80 {
    width: 80% !important;
}

.border_left {
    border-left: 1px solid #EBEBEB;
}

.border_right {
    border-right: 1px solid #EBEBEB;
}

.border_top {
    border-top: 1px solid #EBEBEB;
}

.border_bottom {
    border-bottom: 1px solid #EBEBEB;
}

.text-gray {
    color: #8492A6 !important;
}

.dark_gray_bg {
    background-color: #666666 !important;
}

.dark_gray_text {
    color: #666666 !important;
}



input.hide-clear[type=search]::-ms-clear,
input.hide-clear[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.sidenav-header a.nav-link.nav-link-icon.sidenav-toggler {
    position: absolute;
    left: auto;
    right: 0;
}

a.nav-link.nav-link-icon.sidenav-toggler img {
    width: 25px;
    height: auto;
    margin: 0 !important;
}

.input_search {
    position: absolute;
    top: 12px;
    right: 17px;
    width: 16px;
}

.premium_label span {
    background: #624CE0;
    border-radius: 2px;
    padding: 0px 13px;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 3.5px;
    color: #FFFFFF;
}

.premium_label {
    display: flex;
    margin: 20px 0 10px;
}

.menu_sidebar_vector h2 {
    font-size: 35px;
    line-height: 40px;
    color: #000000;
    margin: 20px 0;
}

.menu_sidebar_vector p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

a.get_premium_link img {
    width: 100%;
    max-width: 18px;
    /* margin-top: -2px; */
}

a.get_premium_link {
    transition: 0.5s;
    transform: translateY(0px);
    border: 1px solid #624CE0;
    display: inline-flex;
    width: 90%;
    justify-content: center;
    height: 35px;
    display: flex;
    align-items: center;
}

a.get_premium_link:hover {
    transition: 0.5s;
    box-shadow: 0px 4px 7px #cacaca;
    border: 1px solid #624CE0;
    color: #fff !important;
    transform: translateY(-5px);
    border-radius: 5px;
}

.get_premium_link {
    background: #624CE0;
    color: #fff;
    transition: all 0.5s ease;
}

.get_premium_link::after {
    content: '';
    position: absolute;
    opacity: .5;
    background: #624CE0;
    border-radius: 15px;
    width: 95%;
    height: 100%;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: -1;
    transition: all .25s ease;
    margin: 0 auto;
}

.get_premium_link:hover {
    transform: translateY(-5px);
}

.get_premium_link:hover:after {
    transform: translateY(5px);
}

.test_mail_link {
    background: #000;
    padding: 10px 23px;
    border-radius: 5px;
    line-height: 1.5 !important;
    transition: 0.5s;
    font-size: 13px;
    border: none;
    font-weight: 700;
}

.test_mail_link::after {
    content: '';
    position: absolute;
    opacity: .5;
    background: #000;
    border-radius: 15px;
    width: 95%;
    height: 100%;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: -1;
    transition: all .25s ease;
    margin: 0 auto;
}

.test_mail_link:hover {
    transform: translateY(-5px);
}

.test_mail_link:hover:after {
    transform: translateY(5px);
}

.need_help_icon i {
    color: #fff;
    background: #624de1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
}

.need_help_text {
    margin-left: 10px;
}

.need_help_text p {
    margin: 0;
    font-size: 13px;
}

.need_help {
    margin: 0 0 10px;
}

.need_help a:hover {
    color: #008aff;
}


/* header css */

.navbar-right li.nav-item a.nav-link img.h-hide {
    display: inline-block;
}

.navbar-right li.nav-item a.nav-link:hover img.h-hide {
    display: none;
}

.navbar-right li.nav-item a.nav-link img.h-show {
    display: none;
}

.navbar-right li.nav-item a.nav-link:hover img.h-show {
    display: inline-block;
}

.navbar-right li.nav-item a.nav-link img {
    margin: 0;
    width: 25px;
    height: 20px;
}

.navbar-right li.nav-item a.nav-link {
    color: #000000;
    font-size: 16px;
}

.navbar-right li.nav-item a.nav-link:hover {
    color: #624CE0;
}

.navbar-right li.nav-item a.nav-link.active {
    color: #624CE0;
}

.navbar-right li.nav-item a.nav-link.active img.h-hide {
    display: none;
}

.navbar-right li.nav-item a.nav-link.active img.h-show {
    display: inline-block;
}

.dashboard-card-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;
}

.dashboard-card {
    width: 20%;
    float: left;
    padding: 20px 20px;
}

.dashboard-color-card {
    background: #FFD579;
    border-radius: 6.75862px;
    height: 100%;
    transform: rotate(5deg);
}

.dashboard-card-img {
    margin-top: -50px;
}

.dashboard-card-img img {
    width: 100%;
    max-width: 210px;
}

.dashboard-card-titles {
    padding: 20px 0 0;
}

.dashboard-card-border {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    transform: rotate(-5deg);
    margin-right: 10px;
    height: 100%;
}

.dashboard-card-titles h6 {
    font-size: 13px;
    margin: 0;
    color: #000;
}

.dashboard-card-titles h2 {
    font-size: 33px;
    font-weight: 900;
    margin: 0;
    color: #000;
}

.dashboard-card-titles p {
    color: #666666;
    font-size: 12px;
    margin-bottom: 12px;
}

.dashboard-card-titles a.get_premium_link {
    font-size: 13px;
}

.total_customers h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

.total_customers h3 {
    font-size: 26px;
    font-weight: 900;
    margin: 3px 0 11px;
}

.week_update {
    width: 25%;
    text-align: right;
}

.week_update p {
    font-size: 10px;
    margin: 0;
}

.dashboard-cards-table {
    padding: 20px 20px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
    overflow: hidden;
}

.week_update span {
    font-size: 12px;
}

.week_update span i {
    font-size: 17px;
    margin-left: 5px;
}

table.table.dashboard-cards-table-main tr {
    border: 0;
    border-bottom: 1px solid #EBEBEB;
    box-shadow: none;
}

table.table.dashboard-cards-table-main tr td {
    padding: 8px 0 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

.customers_table h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

table.table.dashboard-cards-table-main tr th {
    padding: 6px 0 !important;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
}

table.table.dashboard-cards-table-main tr td a {
    color: #624CE0;
    text-decoration: underline;
}

table.table.dashboard-cards-table-main tr:last-child {
    border-bottom: none;
}


table.table.dashboard-cards-table-main tr th:last-child {
    text-align: right;
}

table.table.dashboard-cards-table-main tr td:last-child {
    text-align: right;
}

.cashflow_heading {
    width: 45%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
}

.avatar-xs {
    width: 30px;
}

ul.navbar-nav .dropdown-animate a.dropdown-item span {
    font-size: 13px;
}

/* chart */

.apexcharts-canvas {
    width: 100% !important;
    display: inline-block;
}

.apexcharts-canvas svg {
    width: 100%;
    display: inline-block;
}

.cashflow_chart svg foreignObject {
    width: 100% !important;
    display: inline-block;
}

.apexcharts-xaxis .apexcharts-xaxis-texts-g {
    transform: translate(-10px, -50px);
}

.apexcharts-legend {
    justify-content: flex-start !important;
    padding: 0px 60px;
}

span.apexcharts-legend-text {
    font-family: 'Silka' !important;
    font-size: 14px !important;
    color: #666666 !important;
}

.apexcharts-xaxis .apexcharts-xaxis-texts-g text tspan {
    font-family: 'Silka' !important;
}

.apexcharts-yaxis-texts-g text {
    font-family: 'Silka' !important;
}

#apexcharts-area-0,
#apexcharts-area-1,
#apexcharts-area-2,
#apexcharts-area-3 {
    fill: none !important;
    stroke-width: 2;
}

div#cashflow_chart {
    padding: 30px 0 0;
}

.apexcharts-legend-series {
    margin-right: 40px !important;
}

.apexcharts-legend-series span.apexcharts-legend-marker {
    width: 9px !important;
    height: 9px !important;
    left: -6px !important;
    border-radius: 50% !important;
}

.apexcharts-tooltip {
    display: block !important;
}

.apexcharts-tooltip.light {
    background-image: url(../img/chart_tooltip.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: none;
    border: none !important;
    padding: 10px 30px 19px 13px;
    height: 70px;
}

.apexcharts-tooltip-title {
    float: left;
    height: 43px;
    width: 60px;
    display: flex;
    align-items: center;
    border-bottom: none !important;
    background: #fff !important;
    border-radius: 10px;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 0;
    overflow: hidden;
    justify-content: flex-start;
}

.apexcharts-tooltip-series-group.active,
.apexcharts-tooltip-series-group:last-child {
    padding-bottom: 0;
    color: #fff;
    font-weight: bold;
}

.apexcharts-tooltip-series-group {
    height: 22px;
}

.apexcharts-tooltip-marker {
    display: none;
}

.apexcharts-series.Expense .apexcharts-series-markers circle {
    background: #FF2E00 !important;
    fill: #fff;
    stroke-width: 6px !important;
    stroke-opacity: 1;
    stroke: #ff2e00b3;
}

.apexcharts-series.Income .apexcharts-series-markers circle {
    background: #50d45f !important;
    fill: #fff;
    stroke-width: 6px !important;
    stroke-opacity: 1;
    stroke: #20c933b3;
}

.apexcharts-series.summary .apexcharts-series-markers circle {
    background: #0A5DFF !important;
    fill: #fff;
    stroke-width: 6px !important;
    stroke-opacity: 1;
    stroke: #0A5DFF;
}

div#summary_chart .apexcharts-tooltip.light {
    background-image: url(../img/chart_tooltip_3.svg) !important;
    height: 65px;
}

div#summary_chart .apexcharts-tooltip-series-group {
    padding: 20px 10px;
}

div#summary_chart .apexcharts-xaxis .apexcharts-xaxis-texts-g {
    transform: translate(0px, -40px);
}

.apexcharts-legend-series {
    margin-right: 40px !important;
}

/* income section */

.income_section {
    width: 18%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
}

.income_blog {
    padding: 20px 0 0;
}


.apexcharts-xcrosshairs {
    pointer-events: none;
    opacity: 1;
    transition: 0.15s ease all;
    fill: #EBEBEB;
    stroke: #EBEBEB;
    stroke-dasharray: 6;
    stroke-width: 1px;
}

.income_blog_main {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
    padding: 20px 20px;
}

.today_income p {
    font-size: 16px;
    color: #000000;
}

.today_income p span {
    color: #666666;
}

.income_week_update h6 {
    font-size: 14px;
    font-weight: 500;
}

.income_week_update h6 i {
    font-size: 16px;
    margin-left: 6px;
}

.income_week_update p {
    font-size: 8px;
    line-height: normal;
}

/* account_balance */

.account_balance {
    width: 37%;
    float: left;
    border-bottom: 1px solid #EBEBEB;
}

.view_all_text {
    font-size: 14px;
    width: 70px;
}


.income_expense_chart .apexcharts-xaxis .apexcharts-xaxis-texts-g {
    transform: translate(0px, -10px) !important;
}

.apexcharts-yaxis {
    transform: translate(0px, 0px);
}



.income_expense_chart .apexcharts-tooltip {
    display: block !important;
}

.income_expense_chart .apexcharts-tooltip {
    background-image: url(../img/chart_tooltip_2.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    box-shadow: none;
    border: none !important;
    padding: 8px 50px 21px 9px;
    height: 70px;
}

.income_expense_chart .apexcharts-tooltip-title {
    float: left;
    height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    border-bottom: none !important;
    background: #fff !important;
    border-radius: 10px;
    color: #000 !important;
    font-weight: bold;
    margin-bottom: 0;
    overflow: hidden;
    justify-content: center;
}

.income_expense_chart .apexcharts-tooltip-series-group {
    padding: 12px 10px;
    color: #0A5DFF;
}

.income_expense_chart .apexcharts-tooltip-series-group .apexcharts-tooltip-text {
    font-family: 'Silka' !important;
}

.income_expense_chart .apexcharts-tooltip-y-group {
    font-size: 13px;
}

.table_name h5 {
    /* font-size: 19px; */
    font-size: 15px;
}

.apexcharts-series .apexcharts-radialbar-area.apexcharts-radialbar-slice-0 {
    stroke-width: 3px;
    /* stroke: #FFD579; */
}

.apexcharts-series .apexcharts-radialbar-area.apexcharts-radialbar-slice-1 {
    stroke-width: 3px;
    /* stroke: #624CE0; */
}

.apexcharts-series .apexcharts-radialbar-area.apexcharts-radialbar-slice-1::after {
    content: "asd";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

}

.circle_chart .apexcharts-legend {
    padding: 0 2px !important;
}

.circle_chart .apexcharts-legend .apexcharts-legend-series {
    width: 50%;
    float: left;
    margin: 0 !important;
}

.circle_chart .apexcharts-legend .apexcharts-legend-series span.apexcharts-legend-text {
    font-size: 12px !important;
    color: #666666 !important;
}

.circle_chart .apexcharts-legend .apexcharts-legend-series span.apexcharts-legend-marker {
    left: 0 !important;
    display: block;
    width: 13px !important;
    height: 13px !important;
    margin-bottom: 6px;
}

.circle_chart .apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series {
    display: block;
}

.income_week_update {
    text-align: right;
}

/* invocies tab */

.w-20 {
    width: 20%;
    float: left;
}

.w-25 {
    width: 25%;
    float: left;
}

.tabs.custom_tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    /* box-shadow: 0 48px 80px -32px rgba(0, 0, 0, 0.25); */
}

.custom_tabs .input {
    position: absolute;
    opacity: 0;
}

.custom_tabs .label {
    width: 100%;
    padding: 4px 10px;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    transition: background 0.1s, color 0.1s;
    margin: 0;
    border: 2px solid #624CE0;
    color: #624CE0;
}



.custom_tabs .input:focus+.custom_tabs .label {
    z-index: 1;
}

.custom_tabs .input:checked+.label {
    background: #624ce0;
    color: #ffff;
}

.custom_tabs .panel {
    display: none;
    background: #fff;
}

@media (min-width: 600px) {
    .custom_tabs .label {
        width: auto;
    }

    .custom_tabs .panel {
        order: 99;
    }
}

.custom_tabs .input:checked+.label+.panel {
    display: block;
    width: 100%;
}


.invoices_section {
    width: 17%;
    float: left;
}

.w-27 {
    width: 27%;
    float: left;
}

.income_table tbody tr td a {
    color: #624CE0;
    text-decoration: underline;
}

.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgb(204, 204, 204);
    outline: none;
}


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

.table_scroll_responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.table_scroll_responsive::-webkit-scrollbar-thumb {
    background-color: rgb(204, 204, 204);
    outline: none;
}

.w-55 {
    width: 55%;
    float: left;
}

.goal_table_section {
    background-image: url('../img/goal_section.svg');
    width: 100%;
    height: auto;
    /* background-size: contain; */
    background-size: 100%;
    /* min-height: 80px; */
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.goal_table .goal_table_section:nth-child(2) {
    background-image: url(../img/goal_section_2.svg);
}

.goal_table .goal_table_section:nth-child(3) {
    background-image: url(../img/goal_section_3.svg);
}

.goal_table .goal_table_section:nth-child(4) {
    background-image: url(../img/goal_section_4.svg);
}

.goal_table_lable {
    width: 90px;
    float: left;
    background-image: url(../img/goal_table_lable.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60px;
    display: flex;
    align-items: center;
}

.goal_table_lable h4 {
    font-size: 18px;
    margin: 0;
    padding: 0 8px;
    line-height: 16px;
    color: #666666;
}

.goal_table_lable h4 span {
    font-size: 11px;
    color: #000;
}

.goal_table_main {
    width: 90%;
    float: left;
    padding: 0 10px;
}

.goal_table_main table tr,
.goal_table_main table tbody,
.goal_table_main table tbody tr,
.goal_table_main table tbody tr td,
.goal_table_main table thead th,
.goal_table_main table tr th {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0 0px !important;
    font-size: 16px;
}

.text-dark .goal_table_main table tr,
.text-dark .goal_table_main table tbody,
.text-dark .goal_table_main table tbody tr,
.text-dark .goal_table_main table tbody tr td,
.text-dark .goal_table_main table thead th,
.text-dark .goal_table_main table tr th {
    color: #000;
}

.goal_table_main table thead tr th {
    font-size: 12px;
    padding: 4px 10px !important;
}

.goal_table_main table tbody tr td {
    font-weight: 700;
    padding: 4px 10px !important;
    font-size: 12px;
}

.menu_footer_logo img {
    width: 100%;
    max-width: 110px;
}

.menu_footer_terms a {
    font-size: 10px;
    color: #666666;
}

.profile_cards {
    width: 20%;
    float: left;
    padding: 0 10px;
}


.horizontal_user_name {
    width: 270px;
    text-align: center;
}

.horizontal_user_name h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.horizontal_user_mail {
    width: 300px;
    text-align: center;
}

.horizontal_user_mail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}

.horizontal_user_label {
    width: 200px;
    text-align: center;
}

.grid_view_btns a {
    opacity: 0.5;
}

.grid_view_btns a.active {
    opacity: 1;
}

.w-14 {
    width: 14px;
}

.w-18 {
    width: 18px;
}



/* .roles_table_searchbar .dataTables_wrapper .dataTables_filter {
    margin: 30px 0 30px 0px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
} */

.product_table_searchbar .dataTables_wrapper .dataTables_filter {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
}



.width_space {
    width: 280px;
    display: inline-block;
    height: 40px;
}

.btn-box.category_label .select2-container .select2-selection--single {
    border: none;
    padding: 12px 5px 0 12px;
    width: 100px;
    overflow: hidden;
}

.category_label {
    background: #F5F5F5;
    border-radius: 3px;
    padding: 0px 13px;
    position: relative;
}

.category_label label {
    font-weight: 500;
    font-size: 13px;
    color: #666666;
    margin: 0;
    /* width: 59px; */
    display: inline-block;
    /* white-space: nowrap;
    overflow: hidden; */
    text-overflow: ellipsis;
    padding: 0;
}

.category_label .select2.select2-container {
    margin: 0;
}

.category_label .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000;
    line-height: inherit;
    position: relative;
    text-overflow: ellipsis;
    width: 80px;
    /* overflow: hidden; */
    white-space: nowrap;
}

.category_label .select2-container--default .select2-selection--single::before {
    content: "";
    position: absolute;
    top: 14px;
    right: -10px;
    background: url(../../assets/img/dark-arrow.png) no-repeat 37%;
    height: 15px;
    width: 20px;
}

.category_label_big label {
    width: 80px;
}

.btn-box.category_label_big .select2-container .select2-selection--single {
    padding: 10px 0 0 10px;
    width: 100px;
}

.category_label .select2-container--default .select2-selection--single .select2-selection__rendered {
    width: auto;
}

/* .category_label_big .select2.select2-container {
    width: auto !important;
} */
/* .select2-container--open .select2-dropdown {
    left: auto;
    width: 178px !important;
    background: whitesmoke;
    border: none;
    padding: 0px 10px 10px;
    right: -126px;
} */

td.action_btn {
    width: 150px;
}


.bug_report_table_searchbar .dataTables_wrapper .dataTables_filter {
    top: 0;
    right: 0;
    margin-right: 15px;
    position: relative;
}

.datepicker_range_custom .datepicker-range {
    position: relative;
    background: transparent;
    border: none;
    padding: 0 15px 0 15px !important;
    font-size: 12.5px;
    padding: 0 10px;
    height: 40px;
    margin-bottom: 0 !important;
}


.datepicker_range_custom::before {
    content: "";
    top: 0;
    right: 0;
    background: url(../../assets/img/calendar.svg) no-repeat;
    height: 22px;
    width: 22px;
    background-size: cover;
    flex: 1;
    margin-left: auto;
    display: block;
    order: 3;
}

table.table-responsive thead {
    width: 100%;
    display: inline-table;
}

.ledger_summary {
    background: #FFD579;
    border-radius: 6.75862px;
    padding: 20px 20px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.ledger_summary::after{
    content: '';
    clear: both;
    display: table;
}

.ledger_summary_text h6 {
    font-size: 14px;
    margin: 0 !important;
}

.ledger_summary_text h4 {
    font-size: 24px;
}

.ledger_summary_text h5 {
    font-size: 16px;
}

.ledger_summary_text {
    width: 50%;
    float: left;
}

.ledger_summary_img {
    width: 50%;
    float: left;
    text-align: right;
}

.ledger_summary_text p {
    font-size: 13px;
    line-height: 24px;
}

a.summary_link {
    width: 160px;
    font-size: 12px;
}

a.summary_link img {
    max-width: 16px;
}

.ledger_summary_img img {
    width: 100%;
    max-width: 240px;
}

.account_details {
    display: flex;
    height:100%;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 8px;
}
.account_details.balance_sheet_detail{
border: 0;
}
.account_details::after{
    content: '';
    display: table;
    clear: both;
}

.account_details_main {
    width: 50%;
    float: left;
    padding: 20px 20px;
    height: 100%;
    border-right: 1px solid #EDEDED;
}

.account_details .account_details_main:last-child {
    border-right: none;
}

h5.account_name {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 3px;
}

h5.account_code {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    margin-bottom: 26px;
}

.table_filter_none .dataTables_filter {
    display: none;
}

.table_length_none .dataTables_length {
    display: none;
}

.table_pagination_none .dataTables_paginate {
    display: none;
}

.table_info_none .dataTables_info {
    display: none;
}

.datatable_all_none .dataTables_filter,
.datatable_all_none .dataTables_length,
.datatable_all_none .dataTables_paginate,
.datatable_all_none .dataTables_info {
    display: none;
}

.ledger_summary.manage_plan {
    height: 170px;
}

.ledger_summary_text.manage_plan_text {
    width: 20%;
}

.ledger_summary_text.manage_plan_text h2 {
    padding: 0 20px;
    line-height: 40px;
    FONT-SIZE: 40px;
}

.ledger_summary_text.manage_plan_text p {
    font-size: 15px;
    line-height: 28px;
    padding: 0 10px 0 0px;
}

.ledger_summary.manage_plan .ledger_summary_img {
    width: 25%;
}

.ledger_summary_text.manage_plan_paragraph {
    width: 25%;
}

.plan-3 h2 {
    font-size: 40px;
}

.plan-3 h2 sup {
    font-size: 30px;
    margin-right: 5px;
}

.plan_img img {
    width: 100%;
    max-width: 170px;
    object-fit: cover;
    height: 130px;
}

p.duration {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}

p.duration span {
    color: #000000;
}

.plan_section {
    padding: 20px 20px;
    border-bottom: 1px solid #EBEBEB;
}

.border-none {
    border: none;
}

ul.plan-detail li img {
    margin-right: 5px;
    width: 100%;
    max-width: 16px;
}

p.plan_expired {
    background: #EEEBFB;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 13px;
    margin-bottom: 0;
}

.plan_section a.get_premium_link {
    height: 40px;
    margin-right: 10px;
    font-size: 14px;
}

.plan_section a.get_premium_link img {
    width: 100%;
    max-width: 16px;
}

a.plan_apply_icon {
    background: #FFD579;
    padding: 0;
    height: 40px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.plan_apply_icon img {
    width: 100%;
    max-width: 18px;
}

.settings_page {
    width: 100%;
    display: flex;
}

.settings_sidebar_tab {
    width: 400px;
    background: #fff;
    padding: 0 20px;
}

.settings_sidebar_tab li.nav_tabs {
    width: 100%;
    display: inline-block;
}

.settings_sidebar_tab ul.nav.nav-tabs {
    border: none !important;
}

.settings_sidebar_tab li.nav_tabs a {
    width: 100%;
    padding: 15px 20px;
    border-radius: 3px;
    font-size: 15px;
}

.settings_tab_main.tab-content {
    width: inherit !important;
    /* padding: 0 20px; */
}

.title_height {
    height: 45px;
}

.settings_title {
    color: #666666 !important;
    font-size: 20px;
}

.color_section {
    width: 310px;
    padding: 10px 20px;
}
.invoice-pre{
    width: calc(100% - 310px);
    background: #f5f8fa;
    padding: 0 15px;
}

.color_section .select2-container .select2-selection--single {
    background: #F5F5F5;
    border-radius: 5px;
    border: none;
    padding: 8px 20px;
}

.color_section .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.color_section .select2-container .select2-selection--single .select2-selection__rendered {
    background: url(../img/down.svg) no-repeat 0px;
    background-position: right;
    background-size: 10px;
    font-size: 16px;
}

.select2-results__option[aria-selected] {
    text-align: left;
    padding: 5px 12px;
}

.color_section .row-cols-6 .col {
    padding: 0 4px;
}

.select_color li {
    float: left;
    width: 14.28%;
}

.our-system ul.select_color {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: inline-block;
}

.form-group .select_color input {
    width: 100%;
    height: 100%;
}

/* payment setting */

.payment_name {
    width: auto;
    min-width: 135px;
}

.payment_note p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    color: #000;
}

.payment_note p span {
    color: #666666;
}

.payment_input .form-group .form-control-label {
    color: #000000 !important;
    font-size: 11px;
}

.payment_input.setting-card .form-control {
    color: #000000;
}

.payment_note {
    padding: 0 30px;
}

.payment_card {
    padding: 10px 15px;
    border: 0.971698px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
    margin-bottom: 20px;
}

.payment_input label.btn {
    height: 40px;
    padding: 14px 17px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.payment_input label.btn {
    background: #EBEBEB !important;
    color: #000 !important;
}

.payment_input label.btn.active {
    background: #624CE0 !important;
    color: #fff !important;
}

.stripe_switch {
    width: auto;
    min-width: 220px;
    text-align: right;
}

.chart_and_summary {
    width: 100%;
    display: inline-block;
}

.cashflow_chart.summary_chart {
    width: 80%;
    float: left;
    padding: 20px 30px;
    border-right: 1px solid #EDEDED;
}

.income_expense_summary {
    width: 20%;
    float: left;
    padding: 20px 20px;
}

.table_download_btn .dt-buttons {
    top: auto;
    bottom: 0px;
    right: 290px;
}

.table_download_btn .dt-buttons::before {
    content: "Download :";
    position: absolute;
    left: -80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    top: 7px;
}

.report p {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
    margin: 0;
}

.report h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 17px 0 20px;
}



.balance_sheet .ledger_summary_img img {
    width: 100%;
    max-width: 200px;
}

.account_details.balance_sheet_detail .account_details_main {
    width: 100%;
    border: 1px solid #EDEDED !important;
    float: unset;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.balance_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

.balance_sheet_section_main {
    /* width: 20%; */
    float: left;
    /* padding: 0 10px; */
}

.balance_sheet_section_main .card {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: none;
    padding: 0;
}

.balance_sheet_section_main .card h6 {
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    margin: 0;
    padding: 20px 10px;
}

.balance_sheet_table_tr {
    line-height: 50px;
    padding: 0;
}

.table .balance_sheet_table_tr th {
    padding: 10px 15px !important;
}

.table .balance_sheet_table_tr th:last-child {
    padding: 10px 15px !important;
}

.table .balance_sheet_table_tr td {
    padding: 10px 15px !important;
}

.table .balance_sheet_table_tr td:last-child {
    padding: 10px 15px !important;
}

td.balance_acc.dark_gray_text,
th.balance_acc.theme_text {
    width: 170px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}


.icon-user.avatar {
    border: 1px dashed #EBEBEB;
    background: transparent;
    padding: 0 4px;
}

.choose-file span {
    width: 100%;
    display: block;
    padding: 0 30px;
    font-size: 11px;
    margin-bottom: 10px;
}

.dashboard_card {
    border: 0.971698px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
    padding: 10px 20px;
}

.dashboard_card p {
    font-size: 10px;
}

.dashboard_card h6 {
    font-weight: 500;
    font-size: 20px;
}

.dashboard_card .progress {
    margin: 7px 0 13px;
}

.dashboard_card span.badge {
    font-size: 11px;
    padding: 5px 10px;
}

td p.text-danger {
    margin: 0;
}

.custom-nav-pills {
    border: 2px solid #624ee0;
}

.custom-nav-pills .nav-item .nav-link {
    padding: 4px 25px;
}

.customer_details {
    padding: 10px 20px;
}

.customer_details .customer-detail-box h3 {
    font-size: 18px;
    padding: 15px 20px;
}

.customer_details .customer-detail-box {
    border: 2px solid #f5f5f5;
    display: block;
    height: auto;
    min-height: unset;
    max-height: unset;
}

.customer-detail-main {
    padding: 10px 20px;
}

.customer-detail-main h5 {
    padding: 5px 0px;
}


/* a.nav-link.sidenav-toggler.sidenav_toggler_header {
    display: none;
} */

body.application.application-offset.ready.sidenav-pinned a.nav-link.nav-link-icon.sidenav-toggler.sidenav_toggler_header.active {
    display: none;
}

.proposal_status span.select2-selection.select2-selection--single {
    border: none;
    font-size: 13px;
    background-color: #F5F5F5;
    border-radius: 5px !important;
    color: #666666;
    padding: 0px 15px;
    height: 40px;
    display: block;
    line-height: 40px;
}

.proposal_status .select2-container--default .select2-selection--single::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 6px;
    background: url(../../assets/img/dark-arrow.png) no-repeat 37%;
    height: 15px;
    width: 20px;
}

.proposal_status {
    width: 150px;
    float: left;
}



.table.sub_table td:last-child,
.table.sub_table th:last-child {
    padding: 10px 20px !important;
}

/* aaa Responsive */

@media only screen and (max-width: 1600px) {

    .dashboard-card-titles h6 {
        font-size: 11px;
    }

    .customers_table h6 {
        font-size: 10px;
    }

    .dashboard-card-titles h2 {
        font-size: 24px;
    }

    .dashboard-card-titles p {
        font-size: 10px;
    }

    .dashboard-card-titles a.get_premium_link {
        font-size: 10px;
    }

    a.get_premium_link img {
        max-width: 15px;
        margin-top: 0;
    }

    .total_customers h3 {
        font-size: 17px;
        margin: 4px 0 8px;
    }

    .week_update p {
        font-size: 7px;
    }

    .week_update span i {
        font-size: 14px;
        margin-left: 5px;
    }

    table.table.dashboard-cards-table-main tr th {
        font-size: 10px;
        line-height: 14px;
    }

    table.table.dashboard-cards-table-main tr td {
        font-size: 9px;
    }

    .custom-sidenav .sidenav-header {
        padding: 18px 0 0;
    }
}

@media only screen and (max-width: 1440px) {


    .today_income h3 {
        font-size: 1rem;
    }

    .table_name h5 {
        font-size: 0.6rem;
    }

    .view_all_text {
        width: 70px;
    }

    .title {
        font-size: 20px;
    }

    .title-small {
        font-size: 16px;
    }

    .income_section h3 {
        font-size: 0.6rem;
    }

    .view_all_text {
        font-size: 0.6rem;
    }

    .goal_section h3 {
        font-size: 0.6rem;
    }

    table tbody tr td {
        font-size: 0.6rem;
    }

    .profile_cards {
        width: 33.33%;
    }

    .application .sidenav.custom-sidenav.show+.main-content {
        /* margin-left: 0;*/
        padding-left: 0 !important;
    }

    .custom_tabs .label {
        padding: 4px 6px;
        font-size: 9px;
    }
}


@media only screen and (max-width: 1366px) {

    .table_sorting table thead tr th,
    .table_sorting table tbody tr td {
        padding: 18px 35px !important;
        vertical-align: middle;
    }

}

@media only screen and (max-width: 1200px) {}


@media only screen and (max-width: 1199px) {
    .profile_cards {
        width: 33.33%;
    }

    .profile_horizontal_cards .profile-card {
        display: block;
    }

    .profile_horizontal_cards .profile-card .profile-card-img {
        justify-content: space-between;
    }

    .profile_horizontal_cards .profile-card .profile-card-img.profile-card-edit-delete {
        justify-content: end;
        padding-top: 20px;
    }

    .profile_horizontal_cards .profile-card .profile-card-img.profile-card-edit-delete .dropdown-item {
        width: auto;
        padding: 0 0 0 30px;
    }

    .horizontal_user_label {
        text-align: right;
    }

    .row.row-cols-5.grid_plans .col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .cashflow_heading {
        width: 100%;
        float: left;
    }

    .income_section {
        width: 40%;
        float: left;
    }

    .account_balance {
        width: 60%;
        float: left;
    }

    .tabs.custom_tabs {
        max-width: initial;
    }

    .w-55 {
        width: 100%;
    }

    td.action_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        direction: rtl;
    }
}

@media only screen and (max-width: 1024px) {

    .row.row-cols-5.dashboard_card_5 .col {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }

    .ledger_summary_text.manage_plan_text h2 {
        FONT-SIZE: 30px;
    }

}

@media only screen and (max-width: 991px) {

    .row.row-cols-5.dashboard_card_5 .col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    ul.navbar-nav .dropdown-animate a {
        background-color: transparent !important;
    }

    ul.navbar-nav li.nav-item.dropdown.dropdown-animate a .dropdown-item {
        padding: 8px 30px !important;
        margin: 0;
    }

    ul.navbar-nav .dropdown-animate a.dropdown-item span {
        font-size: 13px;
        font-weight: lighter;
        margin-left: 10px;
    }

    ul.navbar-nav .dropdown-animate a.dropdown-item {
        padding: 20px 10px !important;
        height: 20px !important;
    }

    .dropdown-menu .dropdown-item>i,
    .dropdown-menu .dropdown-item>svg {
        margin-left: 0;
        font-size: 1rem;
    }

    .application .sidenav.custom-sidenav.show+.main-content {
        margin-left: 0;
        padding-left: 0 !important;
        width: auto;
        display: inline-block;
        min-width: unset;
        margin-right: 0;
        /* transition: 0.5s; */
    }

    .profile_cards {
        width: 50%;
    }

    .ledger_summary_text.manage_plan_text {
        width: 100%;
        margin: 0px 0 20px;
    }

    .ledger_summary_text.manage_plan_text h2 {
        padding: 0;
    }

    .ledger_summary_text.manage_plan_text p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px 0 0px;
    }

    .ledger_summary {
        display: block;
    }

    .ledger_summary.manage_plan {
        height: auto;
        float: left;
    }

    .ledger_summary.manage_plan .ledger_summary_img {
        width: 100%;
    }




    .leadlist_table_searchbar .dataTables_wrapper .dataTables_length {
        margin-left: 15px !important;
    }

    .table_sorting table thead tr th,
    .table_sorting table tbody tr td {
        padding: 18px 55px !important;
        vertical-align: middle;
    }


    .settings_page .settings_sidebar_tab {
        border-bottom: 1px solid #EFF2F7 !important;
        width: 37%;
    }

    .responsive_profile .choose-file label {
        margin: 20px 30px 20px !important;
    }

   
    .goal_table_main table tbody tr td {
        font-weight: 700;
        padding: 0 40px !important;
    }

    .goal_table_main table thead tr th {
        font-size: 12px;
        padding: 0 40px !important;
    }

    li.nav-item .dropdown-menu.dropdown-menu-right.show {
        /* height: 180px; */
        overflow: auto;
    }

}

@media only screen and (max-width: 767px) {
    .edit-proposal table.search_datatable {
        display: table;
    }

    table.search_datatable {
        overflow: auto;
        display: inline-grid;
    }

    .profile_horizontal_cards .profile-card .profile-card-img {
        text-align: center;
    }

    .horizontal_user_name,
    .horizontal_user_mail,
    .horizontal_user_label {
        width: auto;
        text-align: center;
    }

    .horizontal_user_name h3 {
        padding: 20px 20px 0px;
    }

    .profile_horizontal_cards .profile-card .profile-card-img.profile-card-edit-delete {
        justify-content: center;
        padding-top: 20px;
    }



    .responsive_fl_right {
        float: right !important;
    }

    .row.row-cols-5.grid_plans .col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .icon-user.avatar {
        float: none;
    }

    .choose-file span {
        padding: 20px 0 0;
    }

    .responsive_profile .choose-file label {
        margin: 20px 0px 20px !important;
    }

    .manage-project-btn>* {
        margin-bottom: 15px;
    }
    .settings_page{
        display: block;
    }
    .settings_page .settings_sidebar_tab{
        width: 100%;
    }
    .settings_tab_main.tab-content{
        /* padding-right: 1rem;
    padding-left: 1rem; */
    }
    #business-setting{
        padding-right: 1rem;
    }
    #payment-setting .payment_input .form-group{
        width: 100% !important;
    }
}

@media only screen and (max-width: 640px) {

    .page-title .align-items-center,
    .page-title .text-right {
        text-align: left !important;
        width: 100%;
    }

    .profile_cards {
        width: 100%;
        padding: 0;
    }

    .grid_view_btns.align-items-center {
        text-align: right !important;
    }



    .custom_tabs .input:checked+.label+.panel {
        padding-top: 30px;
    }

    .custom_tabs label:nth-child(2) {
        position: absolute;
        top: -15px;
    }

    .custom_tabs .label {
        position: absolute;
        top: 10px;
        width: 100%;
    }

    .tabs.custom_tabs {
        position: relative;
    }

    .table_name {
        margin-bottom: 10PX;
    }
}



@media only screen and (max-width: 585px) {
    .page-title .grid_view_btns.align-items-center {
        text-align: right !important;
    }
}

@media only screen and (max-width: 575px) {
    .row.row-cols-5.dashboard_card_5 .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .row.row-cols-5.grid_plans .col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        display: block;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        display: block;
    }

    .dataTables_paginate span {
        padding: 10px 0;
        display: block;
    }

}

@media only screen and (max-width: 480px) {
    .profile_horizontal_cards .profile-card .profile-card-img.profile-card-edit-delete {
        display: block !important;
    }

    .profile_horizontal_cards .profile-card .profile-card-img.profile-card-edit-delete .dropdown-item {
        padding: 0 0 10px;
        justify-content: center;
    }



    .today_income p {
        font-size: 0.8rem;
    }

    .income_section h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 320px) {}

.tasks {
    display: inline-block;
    width: 19rem;
    padding: 0 0.5rem 0 0.5rem;
    border: 1px solid #ebecf099;
    vertical-align: top;
    border-radius: 5px;
    background: #ebecf099;
}

.board {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.tasks.tasks:not(:last-child) {
    margin-right: 0.35rem;
}

.tasks .task-header {
    flex: 0 0 auto;
    padding: 12px 8px;
    position: relative;
    overflow: hidden;
    overflow-wrap: break-word;
    font-weight: bolder;
    color: #34395e;
    font-size: 13px;
}

.task-list-items {
    min-height: 120px;
    position: relative;
    box-shadow: 0 0 49px rgb(105 105 105 / 9%);
    border-radius: 5px;
}

.tasks .card .text-body {
    font-size: 14px;
}

.number-icons {
    color: #011c4b;
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 60%;
    text-align: right;
    padding-top: 2px;
}

.dropzone.dz-clickable {
    background: #fff !important;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone {
    display: block !important;
}

.browse-file {
    position: relative;
    width: calc(100% - 10px);
    border: 20px;
    border: 2px dashed #0f5ef7;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0;
}

.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dz-message {
    border: none !important;
}

.dz-message {
    padding: 4rem 1rem;
    background-color: #FFF;
    border: 1px solid #E0E6ED;
    border-radius: 0.25rem;
    text-align: center;
    color: #8492A6;
    transition: all 0.2s ease;
    order: -1;
    cursor: pointer;
    z-index: 100;
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.deal_status {
    float: right;
    position: absolute;
    right: 0;
}

.add-small {
    font-size: 10px;
    color: #fff;
    border-radius: 15px;
    box-shadow: none;
    border: none;
    padding: 5px 20px;
    background: #0f5ef7;
}

.project-timesheet tbody tr td:not(:first-child) span {
    width: 60px;
    border: 1px solid #dee2e6;
    padding: 5px 20px;
    transition: padding 0.15s ease 0s;
    border-radius: 5px;
}


.m-list-active,
.m-list-active:hover,
.m-list-active:focus {
    background: rgb(48, 110, 255);
    color: #fff !important;
}

.m-list-active b {
    background: rgb(48, 110, 255) !important;
    color: #fff !important;
}

.m-list-active .activeStatus {
    border-color: rgb(48, 110, 255)
}




/*11*/

.div-mega>ul.navbar-nav>li.nav-item>a svg.icon_unselect {
    display: inline-block;
}

.div-mega>ul.navbar-nav>li.nav-item>a svg.icon_select {
    display: none;
}

.m-list-active,
.m-list-active:hover,
.m-list-active:focus {
    background: rgb(48, 110, 255);
    color: #fff !important;
}

.m-list-active tbody,
.m-list-active:hover {
    background: rgb(48, 110, 255);
}

.messenger-list-item td {
    background: transparent;
}

.text-center1 {
    text-align: center !important;
}

.custom_messanger_counter {
    position: absolute;
    top: 10px;
    min-width: 1rem;
    min-height: 1rem;
}

.message-counter svg {
    margin-right: unset;
}




/*  loader  */



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Load Settings */
.no-scroll-y {
    overflow-y: hidden;
}

#preloader-section {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Preloader */
.ctn-preloader {
    -webkit-box-align: center;
    align-items: center;

    /* cursor: none; */

    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #624CE0;
    /* It is not identified in alphabetical order so that it does not overwrite it */
    height: 3em;
    margin: 0 auto 3.5em auto;
    width: 3em;
}

/* Text Loading */
.ctn-preloader .animation-preloader .txt-loading {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #0085fe;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading-black:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #000;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 80px !important;
}

/* Letters Animation */
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(16):before {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
    left: 0;
}

.ctn-preloader .loader-section.section-right {
    right: 0;
}

.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.navbar-nav .dash-h-badge.dots{ 
    position: absolute; 
    top: 13px !important;
    right: 12px !important;
    border-radius: 100%; 
    -webkit-border-radius: 100%; 
    -moz-border-radius: 100%; 
    -ms-border-radius: 100%; 
    -o-border-radius: 100%;
}
/* Curtain effect */
.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 1441px){
    .application .sidenav.custom-sidenav.show+.main-content {
        margin-left: 0;
        padding-left: 0 !important;
    }
    body.application.application-offset.ready.sidenav-pinned a.nav-link.nav-link-icon.sidenav-toggler.sidenav_toggler_header.active {
        display: block;
    }
}
@media screen and (max-width: 767px) {

    /* Preloader */
    /* Spinner Loading */
    .ctn-preloader .animation-preloader .spinner {
        height: 40px;
        width: 40px;
    }

    /* Text Loading */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 3.5em "Poppins", sans-serif;
    }





}

@media screen and (max-width: 500px) {

    /* Prelaoder */
    /* Spinner Loading */
    .ctn-preloader .animation-preloader .spinner {
        height: 40px;
        width: 40px;
    }

    .ctn-preloader .animation-preloader .spinner {
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-top-color: #0085fe;
    }

    /* Text Loading */
    .ctn-preloader .animation-preloader .txt-loading {
        font: bold 2em "Poppins", sans-serif;
    }
}


.custom_breadcrumb li.breadcrumb-item {
    font-size: 15px;
}

.custom_breadcrumb li.breadcrumb-item a {
    color: #624de1;
}


