/* nav bar  */

body {
    box-sizing: border-box;
}

nav.sb-topnav.navbar.navbar-expand.navbar-dark.bg-white {
    padding: 4px 15px !important;
    height: auto !important;
    border-image-slice: 1;
}

.sb-nav-fixed {
    background: #e9e9e9 !important;
}

.fixed-top,
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav,
.sb-nav-fixed .sb-topnav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.navbar-dark .navbar-brand {
    color: #000;
}

a.dropdown-toggle {
    color: #000;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    top: 35px;
}

a#userDropdown:hover {
    color: #000;
    text-decoration: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.btn-link {
    color: #000 !important;
    cursor: pointer;
}

nav.sb-topnav.navbar.navbar-expand.navbar-dark.bg-white {
    /* border-bottom: 15px solid transparent; */
    background-color: #fff !important;
}

.main-menu i {
    margin-right: 10px;
}

.nav {
    background-color: #1c1e3a;
}

.btn-link.header-btn:focus {
    box-shadow: none;
}


/*  */


/* Left side menu */

.layoutSidenav {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 225px;
    float: left;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 47px;
}

.sb-sidenav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.sb-sidenav .sb-sidenav-menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
}

.dashboard_menu {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    height: 100vh;
    background-color: #1c1e3a;
}

.dashboard_menu .nav {
    /* height: 100vh; */
    padding: 0 0 150px;
}

.nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

a.main-menu {
    color: #fff;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.main-menu:hover {
    color: #fff;
    text-decoration: none;
}

a.main-menu:hover {
    color: #fff;
}

.main-menu {
    position: relative;
}

.main-menu .fa-angle-down {
    position: absolute;
    top: 13px;
    right: 15px;
    font-weight: bold;
}

.main-menu .fa-angle-up {
    position: absolute;
    top: 13px;
    right: 15px;
    font-weight: bold;
}

.sub-main a {
    padding: 12px 10px 12px 45px !important;
}

.sub-main2 a {
    padding: 12px 10px 12px 60px !important;
}


/* Right_side_content */

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    width: 100%;
    float: left;
    padding: 0 0 0 225px;
    margin: 0;
}

.main_dashboard {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    margin: 0;
    font-weight: 500;
}


/* main content */

.main-row {
    width: 100%;
    float: left;
    margin: 78px 0 0;
    padding: 15px;
    border-left: none !important;
    background: #fff;
    box-sizing: border-box;
}

.main-row .container {
    width: 100%;
    min-width: 100%;
    padding: 0 15px;
}


/* dashboard  */

.main_tabs .nav-link {
    color: #000;
    background-color: #fff !important;
    border-radius: 0 !important;
    border-color: transparent !important;
}

.main_tabs .nav-link:hover {
    border-color: transparent !important;
}

.main_tabs .nav-link.active {
    color: #fff !important;
    background-color: none;
    border-radius: 0 !important;
    background-color: #1c1e3a !important;
}

nav.tab-content {
    border-bottom: 1px solid #1c1e3a !important;
}


/* ----- tabs code --- */

.dashboard-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

ol.dashboard-box {
    list-style-type: none !important;
}

.dashboard-box li {
    display: inline-block;
    float: left;
}

div#nav-tab {
    width: 240px;
    margin: 0 auto;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%); */
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    margin-bottom: 0px;
}


/* ----  Dragon Drop handle box code ---- */

.dashboard-box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.dashboard-box ol {
    list-style-type: none;
}

.main-dashbord a {
    text-decoration: none;
    color: #333;
}

.handle {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 15px;
    bottom: 0px;
    background: #e9e9e9;
    font-size: 16px;
    color: #1c1e3a;
    cursor: move !important;
}

.dashboard-box li:focus {
    outline: none !important;
}

.dashboard-box li:focus-visible {
    outline: none !important;
}

.gu-mirror {
    box-sizing: border-box;
    padding: 0;
    border: 1px solid;
    text-align: left;
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    background: #fff;
    cursor: -webkit-grabbing;
    list-style-type: none;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    list-style-type: none !important;
}

.gu-transit:focus {
    list-style-type: none;
}

body.patner-login.ensar-black-login .info-box-icon {
    background: #1c1e3a !important;
}

.info-box-content {
    padding: 5px 5px;
    margin-left: 0px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: #1c1e3a !important;
}

.info-box-icon i {
    color: #fff;
}

body.patner-login.ensar-black-login .info-box-icon {
    background: #1c1e3a !important;
}

.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    color: #666 !important;
}

.info-box-number {
    font-size: 18px !important;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.main_tabs {
    width: 100%;
    float: left;
    padding: 15px 0;
    margin: 0;
}

.head_title {
    padding: 0 0 5px;
    border-bottom: 2px solid #000;
}

.sub-head_title {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 2px solid #e5e5ee;
}


/* dragon drop handle box code end */

.section_1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.section {
    width: 100%;
    float: left;
    padding: 0;
    margin: 20px 0 0;
}

.data-chosen {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.data-chosen select {
    max-width: 250px;
    width: 100%;
}

.chosen-container-single .chosen-single span {
    padding: 5px;
}

.chosen-container-single .chosen-single {
    background: none !important;
    height: 36px !important;
}

.chosen-container-single .chosen-single div {
    top: 5px !important;
}


/* Date picker */

.date_picker input {
    max-width: 250px;
    width: 100%;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgb(0 0 0 / 10%);
}


/* High Charts css */

.highcharts-figure {
    overflow: auto;
}

.highcharts-figure #container {
    min-width: 100%;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    min-width: 600px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* Input code */

.all_input {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.all_input form {
    width: 100%;
}


/* drag drop css */

.facet-container {
    width: 100%;
    float: left;
    padding: 15px;
    border: 1px solid #aaa;
}

.list_2 {
    width: 100%;
    max-width: 100%;
    float: right;
    height: 300px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

.list_1 {
    width: 100%;
    max-width: 100%;
    float: left;
    height: 300px;
    border: 1px solid #aaa;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

p {
    clear: both;
    padding-top: 1em;
}

.facet-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /* background: #eee; */
    padding: 0;
    width: 100%;
    min-height: 1.5em;
    font-size: 0.85em;
    min-height: 200px;
}

.facet-list li {
    margin: 0 0 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    background-color: #1c1e3a;
    color: #fff;
}

.facet-list li.placeholder {
    height: 1.2em
}

.facet {
    border: 1px solid #bbb;
    background-color: #fafafa;
    cursor: move;
}

.facet.ui-sortable-helper {
    opacity: 0.5;
}

.placeholder {
    border: 1px solid orange;
    background-color: #fffffd;
}

.dd_btn {
    background-color: #1c1e3a !important;
    color: #fff !important;
}

.main_form {
    width: 100%;
    float: left;
    padding: 15px;
    margin: 0;
    border: 2px solid #e5e5ee;
    border-radius: 5px;
}


/* --- table drop down --- */

table.table .dropdown .dropdown-menu {
    right: 15px !important;
    left: auto !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.demo_table .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-toggle::after {
    display: none !important;
}


/* Responisve */

@media screen and (min-width: 991px) {
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
        padding: 0 !important;
        width: 100%;
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-225px);
    }
    #layoutSidenav #layoutSidenav_nav {
        flex-basis: 225px;
        flex-shrink: 0;
        transition: transform 0.15s ease-in-out;
    }
}

@media screen and (max-width: 991px) {
    #layoutSidenav #layoutSidenav_nav {
        transform: translateX(-225px);
    }
    .sb-nav-fixed #layoutSidenav #layoutSidenav_content {
        padding: 0;
    }
    .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
        transform: translateX(0px);
    }
}

@media screen and (max-width: 768px) {
    .dashboard-box.demo li {
        margin: 0 0 15px 0;
    }
    #example_info {
        float: left !important;
    }
    #example_paginate {
        float: right !important;
    }
    #example_filter {
        float: right !important;
    }
    #example_length {
        float: left !important;
    }
}

@media screen and (max-width: 600px) {
    .dropdown-toggle span {
        display: none;
    }
}

.table td {
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 10px 18px !important;
}

label.label {
    width: 100%;
    /* margin: 0; */
    font-size: 14px;
}

.chosen-container {
    width: 100% !important;
}

.datepicker td,
.datepicker th {
    width: 1.5em;
    height: 1.5em;
}

.datepicker {
    font-size: 0.875em;
}

input[type="file"] {
    padding: 3px;
}

.datepicker {
    font-size: 0.875em;
}

.datepicker td,
.datepicker th {
    width: 1.5em;
    height: 1.5em;
    padding: 5PX !important;
}

.input-checkbox .form-inline {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-top: 30px;
}

.h-3 {
    height: 80px;
}

.chosen-container-single .chosen-single {
    background: #fff !IMPORTANT;
    box-shadow: NONE !IMPORTANT;
    color: #49507d !important;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap;
    line-height: 24px;
    font-size: 15px;
    border: 1px solid #ced4da !important;
}

.green-block {
    padding: 15px;
    background: #f5f5f5;
}

.btn-success {
    color: #fff;
    background-color: #1c1e3a !important;
    border-color: #1c1e3a !important;
}

.btn-danger {
    color: #1c1e3a !important;
    background-color: #fff !important;
    border-color: #1c1e3a !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #555 !important;
    border-color: #555 !important;
}

.btn-danger:hover {
    color: #1c1e3a !important;
    background-color: #ccc !important;
    border-color: #1c1e3a !important;
}


/* Dashboard_02 css */

.card {
    margin-bottom: 30px;
    border: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 20px !important;
    -webkit-box-shadow: 0 0 15px 10px #f7f7f7;
    box-shadow: 0 0 15px 10px #f1f1f1;
}

.sales-overview .card-header {
    border-bottom: none;
}

.card .card-header {
    background-color: #fff;
    padding: 15px;
    /* border-bottom: 1px solid #f2f4ff; */
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.crypto-graph-card .media .rounded-icon {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    margin-right: 15px;
    border-radius: 100%;
}

.bck-gradient-primary {
    background-image: linear-gradient(to right, #46a5f9, #0878dc);
    -webkit-box-shadow: 2.5px 4.33px 18px 0 rgb(21 141 247 / 20%);
    box-shadow: 2.5px 4.33px 18px 0 rgb(21 141 247 / 20%);
    color: #fff;
}

.bck-gradient-secondary {
    background-image: linear-gradient(to right, #fc6088, #fb1550);
    -webkit-box-shadow: -0.5px 4.33px 16px 0px rgb(251 46 99 / 20%);
    box-shadow: -0.5px 4.33px 16px 0px rgb(251 46 99 / 20%);
    color: #fff;
}

.bck-gradient-third {
    background-image: linear-gradient(to right, #FF6F91, #FF9671);
    -webkit-box-shadow: 2.5px 4.33px 18px 0 rgb(21 141 247 / 20%);
    box-shadow: 2.5px 4.33px 18px 0 rgb(21 141 247 / 20%);
    color: #fff;
}

.bck-gradient-fourth {
    background-image: linear-gradient(to right, #4FFBDF, #00C2A8);
    -webkit-box-shadow: -0.5px 4.33px 16px 0px rgb(251 46 99 / 20%);
    box-shadow: -0.5px 4.33px 16px 0px rgb(251 46 99 / 20%);
    color: #fff;
}

.bg_one {
    /* background-color: rgba(70, 165, 249, 0.5); */
    /* background-image: linear-gradient(to right, #46a5f9, #0878dc); */
    background-color: #1c1e3a;
}

.bg_two {
    /* background-color: rgba(252, 96, 16, 0.5); */
    background-image: linear-gradient(to right, #fc6088, #fb1550);
}

.bg_three {
    /* background-color: rgba(255, 150, 113, 0.5); */
    background-image: linear-gradient(to right, #FF6F91, #FF9671);
}

.bg_four {
    /* background-color: rgba(79, 251, 223, 0.5); */
    background-image: linear-gradient(to right, #4FFBDF, #00C2A8);
}

.crypto-graph-card .media .rounded-icon i {
    font-size: 32px;
}

.card .card-header h5:not(.mb-0) {
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1;
    font-family: Nunito;
}

.crypto-graph-card .media .bitcoin-graph-content span {
    color: rgba(27, 49, 85, 0.6);
}

.f-w-600 {
    font-weight: 600;
}

.f-12 {
    font-size: 12px;
}

.crypto-graph-card .media .badge {
    /* background-color: rgba(21, 141, 247, 0.04); */
}

.badge {
    padding: 0.44em 0.7em;
}

.font-primary {
    color: #158df7 !important;
}

.card .card-body {
    background-color: transparent;
}


/* -- */

.o-hidden {
    overflow: hidden;
}

.customer-widgets {
    display: block !important;
    align-items: center;
    position: relative;
}

.customer-content {
    margin-top: 7px;
}

.customer-widgets .customer-box {
    width: 65px;
    height: 65px;
    margin-right: 12px;
}

.customer-widgets .light-bg-danger {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    float: left;
}

.customer-content {
    float: left;
}

.cust_drop {
    position: relative;
    z-index: 999;
}

.customer-widgets i {
    font-size: 50px;
    color: #fff;
}

.customer-widgets h3 {
    line-height: 0.8;
}

.customer-widgets .badge {
    vertical-align: top;
}

.f-w-600 {
    font-weight: 600;
}

.m-t-5 {
    margin-top: 5px !important;
}

.customer-widgets .flowers {
    position: absolute;
    right: 0;
    bottom: -86px;
    height: 100%;
    width: 250px;
}

.customer-widgets .flower1:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 150px;
    background-color: rgba(255, 63, 112, 0.07);
    border-radius: 50%;
    top: -65px;
    left: 194px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 1;
}

.customer-widgets .flower2:before {
    content: "";
    position: absolute;
    height: 140px;
    width: 145px;
    background-color: rgba(255, 63, 112, 0.07);
    border-radius: 50%;
    top: -15px;
    left: 180px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.customer-widgets .flower3:before {
    content: "";
    position: absolute;
    height: 145px;
    width: 150px;
    background-color: rgba(255, 63, 112, 0.07);
    border-radius: 50%;
    top: -120px;
    left: 240px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.customer-widgets:hover .flower1:before {
    -webkit-animation: live-leaf 2s infinite linear;
    animation: live-leaf 2s infinite linear;
}

@-webkit-keyframes live-leaf {
    0% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

@keyframes live-leaf {
    0% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.bitcoin-graph-content h6 {
    font-size: 15px;
    margin-bottom: 0;
}

.d-inline-block .form-control {
    height: 22px !important;
    font-size: 12px;
    padding: 0px;
    width: 60px;
    border: none;
    outline: none;
}

.d-inline-block .form-control:focus {
    box-shadow: none;
}

.media-body {
    width: auto;
    float: right;
    text-align: right;
}

.chart_drop {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 9;
}

.highcharts-figure {
    position: relative;
}

.highcharts-credits {
    display: none;
}

.highcharts-button-symbol {
    display: none;
}


/* .highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
} */

.pull-right {
    float: right;
}

.apexcharts-xaxistooltip.apexcharts-xaxistooltip-bottom.active {
    display: none;
}

.f-20 {
    font-size: 20px;
}

.apex-chart-container {
    cursor: crosshair !important;
}

.customer-box {
    text-align: center;
}

.customer-box img {
    width: 63%;
}

.bitcoin-graph-content {
    width: 100%;
    float: left;
    padding: 10px 0 0;
    margin: 0;
}

.customer_data .card-body {
    height: 204px;
}

.sales-overview .card-header {
    padding-bottom: 0;
}

.chart_height {
    min-height: 60px !important;
}

#apexchartsukv29xh7i {
    height: 80px !important;
}

#apexchartspiwa6lu4 {
    height: 60px !important;
}

#container01 {
    height: 439px;
}

#highcharts-yqzsxa5-1 {
    width: 100% !important;
}

.highcharts-figure,
.highcharts-data-table table {
    width: 100% !important;
}

.highcharts-root {
    width: 100% !important;
    float: left;
}

.highcharts-container {
    width: 100% !important;
}

.highcharts-root {
    width: 100% !important;
}

.main_head_title {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.main_head_title h3 {
    display: inline;
    padding: 0 0 5px;
    border-bottom: 2px solid #000;
}