body {
    background-color: #f3f8fb !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

/* Panels */

.white-panel {
    background-color: #fff;
    border-radius: .375rem;
    padding: 12px;
    width: 100%;
    height: 100%;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
    border: 1px solid rgb(226 232 240);
}

.grey-panel {
    background-color: #6c757d;
    border-radius: .375rem;
    padding: 12px;
    width: 100%;
    height: 100%;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
    border: 1px solid rgb(226 232 240);
}

body.darkMode .grey-panel, body.darkMode .white-panel {
    background-color: #202020;
    border-color: #0d0c0c;
}



/* Scrollbar styling */
.hide-scrollbar {
    overflow: auto; /* Show scrollbar only when necessary */
}

    /* For WebKit browsers (Chrome, Safari) */
    .hide-scrollbar::-webkit-scrollbar {
        width: 0px; /* Hide scrollbar */
        background: transparent; /* Optional: Make scrollbar background transparent */
    }

/* For Firefox */
.hide-scrollbar {
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none; /* IE 10+ */
}


text {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.darkMode .layoutbox {
    background-color: #121212;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-na {
    cursor: not-allowed;
}

.card {
    --bs-card-border-width: 0 !important;
}

.container-fluid select.form-select {
    margin-bottom: 0.5rem;
}


/*darkmode*/

/*body.darkMode .e-acrdn-content div:hover div {
    color: #6c757d;
}*/


/*Update Box Shadow color on Darkmode*/
body.darkMode * {
    --tw-shadow-color: rgb(0 0 0 /.3) !important;
}

body.darkMode .dropdown-menu {
    background-color: rgb(33, 37, 41);
    border: 1px solid rgb(68, 76, 84);
}

body.darkMode .dropdown .dd-list li a {
    color: white;
}

    body.darkMode .dropdown .dd-list li a svg {
        fill: white; /* This ensures the SVG fill color is not overridden */
    }

/* Mouse Hover on Settings Button on Top Right - Background on DarkMode */
body.darkMode .settings-btn .btn-outline-secondary {
    --bs-btn-hover-bg: #3b3b3b;
}

body.darkMode .e-acrdn-content .item:hover {
    color: #6c757d;
}

.darkMode .walkthrough-label {
    color: white !important;
} 

body.darkMode .admin-menu-items p a.text-primary h2,
body.darkMode .admin-menu-items p a.text-primary p {
    color: white;
}

body.darkMode .btn-primary {
    background-color: rgba(0, 144, 231, 0.2);
    background-image: none;
    color: #0090e7;
    border-color: rgba(0, 144, 231, 0);
}

    body.darkMode .btn-primary:hover {
        color: #ffffff;
        background-color: #0090e7;
        border-color: #0090e7;
    }

body.darkMode .btn-success {
    background-color: rgba(0, 210, 91, 0.2);
    background-image: none;
    border-color: rgba(0, 210, 91, 0);
    color: #00d25b;
}

    body.darkMode .btn-success:hover {
        color: #ffffff;
        background-color: #00d25b;
        border-color: #00d25b;
    }

body.darkMode .btn-danger {
    background-color: rgba(252, 66, 74, 0.2);
    background-image: none;
    border-color: rgba(252, 66, 74, 0);
    color: #fc424a;
}

    body.darkMode .btn-danger:hover {
        color: #ffffff;
        background-color: #fc424a;
        border-color: #fc424a;
    }

body.darkMode .btn-secondary {
    background-color: rgba(228, 234, 236, 0.2);
    background-image: none;
    border-color: rgba(228, 234, 236, 0);
    color: #e4eaec;
}

    body.darkMode .btn-secondary:hover {
        color: black;
        background-color: #e4eaec;
        border-color: #e4eaec;
    }

body.darkMode .active > .page-link,
body.darkMode .page-link.active {
    color: #0090e7;
    background-color: rgba(0, 144, 231, 0.2);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
}

.darkMode .nav-link {
    color: white;
}

.darkMode .dropdown-toggle span {
    color: white;
}

.darkMode .nav-tabs .nav-link:not(.active):hover {
    color: white;
}

/*
.darkMode .nav-tabs .nav-link:focus {
    color: black !important;
}*/

body.darkMode {
    background-color: #121212 !important;
}

.darkMode .sbar_collapsed .nav-btn span {
    background: white !important;
}

.darkMode .nav-btn span {
    background: white !important;
}


.darkMode .subItem {
    border-color: white;
}

.darkMode .sidebar-header {
    background: #1e1e1e !important;
    border-color: #0d0c0c;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


.darkMode .drop-down-nav-item:hover {
    background: #3b3b3b;
}

.darkMode .drop-down-nav-item .active {
    background: #3b3b3b;
}

.darkMode .nav-link:focus {
    color: white !important;
}

.darkMode .main-content {
    background-color: #121212;
}

.darkMode .card {
    background-color: #1e1e1e;
    color: white;
}

body.darkMode .admin-menu-items p:hover a.text-primary h2,
body.darkMode .admin-menu-items p:hover a.text-primary p {
    color: #6c757d;
}

.darkMode .header-area {
    background-color: #202020;
    border-color: rgba(0, 0, 0, 0.5);
}

.darkMode .sidebar-menu {
    background-color: #1e1e1e;
    border-color: rgba(0, 0, 0, 0.5);
}

.darkMode .menu-bottom {
    border-color: #0d0c0c;
}

.darkMode .sidebar-header {
    background-color: #1e1e1e;
    border-color: rgba(0, 0, 0, 0.5);
}

.darkMode .dropdown-toggle {
    color: white;
}

.darkMode .arrow {
    border-color: white;
}

.darkMode .dropdown-content {
    color: white;
    background-color: #242424;
}

.darkMode #showIssueListingCheckbox {
    accent-color: #c3c3c3;
}

body.darkMode .large-box,
body.darkMode .training-status-information-wrapper {
    background-color: #121212 !important;
}

body.darkMode .fas.fa-moon:before {
    content: "\f185" !important;
}

body.darkMode .sbar_collapsed .nav-btn {
    background-color: #202020;
}

body.darkMode ::placeholder {
    color: white !important;
    opacity: 0.3 !important;
}

.darkMode .metismenu li a {
    color: white;
}

.darkMode .metismenu :not(.active) a div .tds-icon {
    /*filter: brightness(0) invert(1) !important;*/
}

.topbar .e-menu-container {
    border: 1px solid #d8e3e7 !important;
}

.e-menu-container ul,
.e-menu-container .e-ul {
    font-size: 15px !important;
}

body.darkMode .e-menu-container {
    background-color: #1e1e1e;
    border-color: #0d0c0c !important;
}

    body.darkMode .e-menu-container .e-menu .e-menu-item.e-selected {
        background-color: #3b3b3b;
    }

    body.darkMode .e-menu-container .e-menu .e-menu-item.e-focused {
        background-color: #1e1e1e;
    }

    body.darkMode .e-menu-container .e-ul .e-menu-item.e-selected {
        background-color: #595959;
    }

    body.darkMode .e-menu-container .e-ul .e-menu-item.e-focused {
        background-color: #595959;
    }

.darkMode .e-menu-container .e-ul {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
    border: 3px solid #1e1e1e;
}

body.darkMode .e-menu-container .e-menu .e-menu-item.e-focused:not(.e-menu-caret-icon) {
    background-color: #3b3b3b;
}

body.darkMode .top-menu-bar ul {
    background: #202020
}

body.darkMode .responsive-toggle a.icon {
    color: white;
}

body.darkMode .dropdown-toggle .tds-icon {
    filter: brightness(0) invert(1) !important;
}

body.darkMode .responsive-toggle:hover a.icon {
    color: black;
}

body.darkMode .top-menu-bar ul li a {
    color: white;
}

body.darkMode .top-menu-bar ul li ul.dropdown {
    background: #242424;
}

    body.darkMode .top-menu-bar ul li ul.dropdown li a {
        color: white;
    }


/*no darkmode*/
.small-icon {
    font-size: 14px;
    position: absolute;
    bottom: -4px;
    left: 18px;
    z-index: 3;
}

/* module-header-inline*/
.module-header {
    display: flex;
    align-items: center;
}

    .module-header .header-title {
        margin: 0;
        /* Remove any default margin */
    }

    .module-header .module-actions {
        display: flex;
        align-items: center;
    }

/* module-header-inline end*/

/*End Overwrite*/
.table > :not(caption) > * > * {
    box-shadow: none;
}

.table .form-control {
    background-color: #ffffff !important;
    border-width: 0.5px !important;
    border-bottom-color: #ccc !important;
    color: #000 !important;
}

.table .form-select {
    background-color: #ffffff !important;
    border-width: 0.5px !important;
    border-bottom-color: #ccc !important;
    color: #000 !important;
}

.table .btn-primary {
    background-color: var(--bs-primary);
}

.table .btn-secondary {
    background-color: var(--bs-secondary);
}

.alert-dismissible .btn-close {
    z-index: 1;
}

.breadcrumbs {
    background-color: #e6e6e6;
    border-bottom: 1px solid #d6d5d5;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #e6e6e6;
        border-bottom: 1px solid #d6d5d5;
    }


/* Dropdown My Account Start */
.dropdown {
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.dropdown-toggle {
    border: none;
    background: none;
    border-radius: 10px;
}

.arrow {
    border: 0.1px solid #55595c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    transition-duration: 200ms;
    transform: rotate(45deg);
}

.dropdown-toggle span {
    color: black;
}

.dropdown:hover .arrow {
    transition-duration: 200ms;
    transform: rotate(-135deg);
    margin-bottom: 0px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 15px;
    cursor: default;
    min-width: 200px;
    /* Set a minimum width */
}

    .dropdown-content .smaller-font {
        font-size: 15px;
        font-weight: bold;
    }

    .dropdown-content .settings {
        cursor: pointer;
    }

        .dropdown-content .settings:hover {
            color: darkgray;
        }

    .dropdown-content .logout {
        cursor: pointer;
    }

.dropdown:hover .dropdown-content {
    display: block;
}


/* Dropdown My Account Stop */

/ /* SIDEBAR */
/* Icon Location Specific settings */
.drop-down-nav-item .active .tds-icon {
    filter: brightness(1.3);
}

.sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    width: 280px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease 0s;
    border-right: 1px solid rgb(226 232 240);
}

.sbar_collapsed .sidebar-menu {
    left: -280px;
    box-shadow: 6none;
}




.main-menu {
    height: calc(100% - 135px);
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease 0s;
    position: relative;
}

.menu-inner {
    overflow-y: scroll;
    overflow: auto;
    height: calc(100% - 157.207px);
}

.menu-bottom {
    width: 100%;
    height: auto;
    padding: 10px;
}

    .menu-bottom.mb-tp {
        border-top: 1px solid rgb(226 232 240);
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
    }

.slimScrollBar {
    background: #2942fa !important;
    opacity: 0.1 !important;
}

.sidebar-header {
    padding: 1rem 2rem;
    background: #fff !important;
    border-bottom: 1px solid rgb(226 232 240);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar-menu .logo {
    text-align: center;
}

.logo a {
    display: inline-block;
    max-width: 120px;
}

.metismenu li a {
    position: relative;
    display: block;
    color: black;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px;
    letter-spacing: 0;
    font-weight: 400;
    text-decoration: none;
}

    .metismenu li a i {
        margin-right: 15px;
    }

.metismenu li li a {
    padding: 8px 20px;
}



.metismenu li.active > ul,
.metismenu li:hover > ul {
    display: block;
}


.metismenu li li a:after {
    top: 6px;
}

.metismenu {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
    overflow:hidden;
}

.mm-wrapper {
    height: 100%;
    padding: 10px;
}


/* DROP DOWN NAV ITEMS (Values inside the Dropdown)*/
.drop-down-nav-item {
    border-radius:5px;
    margin-bottom:0.5rem;
}

    .drop-down-nav-item:hover, .drop-down-nav-item.active {
        background-color: #6c757d;
    }

    .drop-down-nav-item:hover a , .drop-down-nav-item.active a {
        transition: none;
        color: white !important;
    }

        .drop-down-nav-item:hover div i::before, .drop-down-nav-item.active i::before {
            filter: brightness(1.3);
        }

.drop-down-nav-item .active {
    color: white !important;
    background: #6c757d;
}



.drop-down-nav-item .nav-link {
    padding: 5px;
}

/* BEGIN SIDEBAR */

/* Styling for submenu containers */
.subItem {
    list-style-type: none;
    border-left: 0.5px solid #121826;
    margin-left: 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}

    /* Expanded state for submenu containers to show submenu */
    .subItem.expanded {
        max-height: 500px; /* Adjust the max-height as needed */
    }

/* Margin adjustment for top-level menu container */
.sidebar-top-link > div:first-child {
    margin-bottom: 0.2rem; /* Margin for the first div */
}

/* Rotate icon on hover for collapsible indicator */
.sidebar-top-link:hover div .collIconTap:not(.rotateIcon) {
    transform: rotate(90deg);
    transition: 0.3s;
}

/* Change icon color on hover within the first child of a sidebar link */
.sidebar-top-link > div:first-child:hover .collIconTap .fas {
    color: #fff !important;
}

/* Transition effect for collapsible icon */
.collIconTap {
    transition: 0.3s;
}

/* Rounded corners for sidebar links */
.sidebar-top-link > div {
    border-radius: 5px;
}

    /* Background color on hover for top-level menu items */
    .sidebar-top-link > div:first-child:hover,
    /* Ensure active state has the same styling as hover state */
    .sidebar-top-link.active > div:first-child {
        background: #6c757d;
    }

        /* Text color on hover for links and icons within top-level menu items */
        .sidebar-top-link > div:first-child:hover a,
        .sidebar-top-link.active > div:first-child a {
            color: white !important;
        }

        .sidebar-top-link > div:first-child:hover i::before,
        .sidebar-top-link.active > div:first-child i::before {
            filter: brightness(1.3);
        }

/* Active style inheritance for submenu items */
.sidebar-top-link .subItem li.active,
.sidebar-top-link .subItem li.active a,
.sidebar-top-link .subItem li.active i::before {
    color: white !important;
    border-radius: 5px;
}

/* Default color for submenu links and icons */
.sidebar-top-link .subItem a,
.sidebar-top-link .subItem i {
    color: #6c757d !important;
}

/* Prevent horizontal overflow for menu container */
.metismenu {
    overflow-x: hidden;
}

/* Hover effect for inactive submenu items */
.subItem li:not(.active):hover a,
.subItem li:not(.active):hover span,
.subItem li:not(.active):hover i {
    color: white;
    background: #6c757d;
    border-radius: 5px;
}

/* Active state for top-level menu items without submenus */
.sidebar-top-link.active > div:first-child:not(:hover) {
    background: #6c757d;
    color: white;
}

/* Background color for active submenu items */
.subItem > li.active > a {
    background: #6c757d;
    color: white;
}

/* Dark mode specific styles */
.darkMode .sidebar-top-link.active > div:first-child {
    background-color: #3b3b3b;
}

.darkMode .sidebar-top-link > div:first-child:hover {
    background-color: #3b3b3b;
}

.darkMode .subItem li.active,
.darkMode .subItem li.active a,
.darkMode .subItem li.active span,
.darkMode .subItem li.active i {
    color: white !important;
    border-radius: 5px;
}

.darkMode .subItem > li.active > a {
    background-color: #3b3b3b;
}

.darkMode .subItem li:not(.active):hover a,
.darkMode .subItem li:not(.active):hover span,
.darkMode .subItem li:not(.active):hover i {
    color: white;
    background: #3b3b3b;
    border-radius: 5px;
}

    .darkMode .subItem li:not(.active) a, .darkMode .subItem li:not(.active) span {
        color:white;
    }

.darkMode .menu-bottom.mb-tp {
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}

.collIconTap {
    cursor: pointer;
    transition: 0.3s;
}

/* END SIDEBAR */

/*CORE START*/
.page-container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding-left: 280px;
    -webkit-transition: padding-left 0.3s ease 0s;
    transition: padding-left 0.3s ease 0s;
}

.sbar_collapsed.page-container {
    padding-left: 0;
}

.main-content {
    width: 100%;
    background: rgb(241 245 249);
    height: 100vh;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.header-area {
    padding: 15px 30px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    --tw-shadow-color: rgb(226 232 240 / .5);
    --tw-shadow: var(--tw-shadow-colored);
    /* -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.expandable-content {
    z-index: 4;
    border-radius: 4px;
    border: none;
    margin-top: 20px;
}

.clearfix {
    width: auto;
    min-width: 0;
}

.accountbar {
    margin-left: auto;
}

.main-content-inner {
    padding: 0 30px 50px;
    /*height: calc(100% - 53px);*/
}

/*CORE END*/
/*CARD Start*/
.card {
    border: none;
    border-radius: .375rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
}

.card-body {
    padding: 25.6px;
    padding: 1.6rem;
}

/*Card End*/
body:not(.darkMode) .e-menu-container .e-menu .e-menu-item.e-selected {
    background-color: #6c757d !important;
    color: white;
}

    body:not(.darkMode) .e-menu-container .e-menu .e-menu-item.e-selected .e-menu-url {
        color: white !important;
    }

.e-menu-container .e-menu .e-menu-item.e-selected .e-menu-url, .e-menu-container .e-menu .e-menu-item.e-focused .e-menu-url {
    width: 100%;
    text-align: center;
}

body:not(.darkMode) .e-menu-container .e-menu .e-menu-item.e-selected .e-caret {
    color: white;
}

body:not(.darkMode) .e-menu-container .e-menu .e-menu-item.e-focused {
    color: black;
    background-color: #f8f9fa
}

body:not(.darkMode) #topbar .e-menu-container .e-menu .e-menu-item.e-focused:not(.e-menu-caret-icon) {
    background-color: #6c757d !important;
    color: white;
}

body:not(.darkMode) .e-menu-container .e-menu .e-menu-item.e-focused:not(.e-menu-caret-icon) .e-menu-url {
    color: white !important;
}

body:not(.darkMode) .e-menu-container .e-ul .e-menu-item.e-selected {
    background-color: #949fa8 !important;
    color: white;
}

body:not(.darkMode) .e-menu-container .e-ul .e-menu-item.e-focused {
    background-color: #949fa8 !important;
    color: white !important;
}

    body:not(.darkMode) .e-menu-container .e-ul .e-menu-item.e-focused .e-menu-url {
        color: white !important;
    }

/*NAV BUTTON COLLAPSE*/
.nav-btn {
    margin-right: 30px;
    cursor: pointer;
    border: 0;
}

    .nav-btn span {
        display: block;
        width: 22px;
        height: 2px;
        background: black;
        margin: 4px 0;
        border-radius: 15px;
    }

.sbar_collapsed .nav-btn span:nth-child(2) {
    opacity: 0;
}

.sbar_collapsed .nav-btn span:first-child {
    -webkit-transform: rotate(45deg)translate(5px, 5px);
    transform: rotate(45deg)translate(5px, 5px);
}

.sbar_collapsed .nav-btn span:last-child {
    -webkit-transform: rotate(-45deg)translate(3px, -3px);
    transform: rotate(-45deg)translate(3px, -3px);
}

.colIcon {
    border: 0.1px solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    margin-right: 5px;
    transform: rotate(45deg);
}

    .colIcon .active {
        border: 0.1px solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        margin-bottom: 3px;
        margin-right: 5px;
        transform: rotate(-135deg);
    }

.rotateIcon {
    transform: rotate(90deg);
}

.collIconTap {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
}

    .collIconTap .fas {
        color: #8d97ad;
        transition: 0.3s ease;
    }

    .collIconTap:hover .fas {
        color: #fff;
    }



.nav-link .active .span {
    color: white;
}

.nav-link {
    transition: none !important;
}

a.nav-link.active i {
    /*filter: brightness(0) invert(1) !important;*/
}



/* TOP MENU BAR */

.top-menu-bar ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
    list-style: none;
    color: black;
    background: #fff;
}


#top-menu-bar-init-ul {
    padding: 0;
    width: 100%;
    /* Adjust the width as needed */
    display: flex;
}

.top-menu-bar ul li {
    flex: 1;
    position: relative;
    padding: 5px;
}

    .top-menu-bar ul li a {
        display: block;
        padding: 0;
        text-decoration: none;
        color: black;
        font-size: 15px;
        letter-spacing: 0;
        font-weight: 400;
        text-align: center;
        /* Center the text on top-level menu items */
    }

    .top-menu-bar ul li:hover {
        background-color: #5c636a;
        color: white;
    }

        .top-menu-bar ul li:hover .arrow {
            transition-duration: 200ms;
            transform: rotate(-135deg);
            margin-bottom: 0px;
            border-color: white;
        }

.top-menu-bar .tm-arr {
    margin-left: 5px;
}

.top-menu-bar ul li:first-child:hover {
    border-top-left-radius: 4px;
}

.top-menu-bar ul li:last-child:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.top-menu-bar ul li:hover a {
    color: white;
}


/* STYLING FOR EDIT RECROD TOGGLE BAR */
.db-manager-toggle-wrapper {
    position: relative;
    margin-top: 10px !important;
    min-height:46px;
}

.db-manager-toggle {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* END STYLING FOR EDIT RECROD TOGGLE BAR */
/* Styling for the dropdown menus */
.top-menu-bar ul li ul.dropdown {
    display: none;
    position: absolute;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
    margin-top: 5px;
    margin-left: -5px;
}

.top-menu-bar ul li:hover ul.dropdown {
    display: block;
}

.top-menu-bar ul li ul.dropdown li {
    padding: 6px;
}

    .top-menu-bar ul li ul.dropdown li a {
        color: black;
        text-decoration: none;
        font-weight: 400;
        text-align: left;
        /* Align the text to the left on dropdown menu items */
    }

    .top-menu-bar ul li ul.dropdown li:hover {
        background-color: rgb(52, 57, 66);
    }

        .top-menu-bar ul li ul.dropdown li:hover a {
            color: white;
        }


    .top-menu-bar ul li ul.dropdown li:last-child:hover {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .top-menu-bar ul li ul.dropdown li:first-child:hover {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.top-menu-bar ul li ul {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
}

.top-menu-bar ul div.responsive-toggle {
    width: 48px;
    display: none !important;
}

.top-menu-bar ul div a {
    color: black;
}

@media (max-width: 1199px) {

    .responsive-toggle:hover a.icon {
        color: #6c757d;
    }

    .top-menu-bar ul div.responsive-toggle {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    #menu-top-dropdown-ul {
        display: none;
        position: absolute;
        right: 18px;
        width: 160px;
        margin-top: 16.5px;
        z-index: 2;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

        #menu-top-dropdown-ul li a {
            position: relative;
            display: flex;
        }

    #menu-top-drowdown-ul {
        border-top-left-radius: 0px;
        border-radius: 0px !important;
    }

    #menu-top-dropdown-ul li:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    #menu-top-dropdown-ul li:last-child {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 4px;
    }

    #menu-top-dropdown-ul li a .tm-arr {
        position: absolute;
        left: 0;
    }

    #menu-top-dropdown-ul li a .arrow {
        display: none;
    }

    #menu-top-dropdown-ul li ul.dropdown {
        margin-left: -165px;
        margin-top: -27.5px;
    }


    .top-menu-bar ul div.responsive-toggle:hover #menu-top-dropdown-ul {
        display: block;
    }
}

/* END TOP MENU BAR */
/*NAV BUTTON COLLAPSE END*/
/* Not-Area START */
/* notification-area */


.logout-button-resp {
    display: none !important;
}



.sign-in-button-resp {
    display: none !important;
}


.login-button {
    width:75px;
}

.login-demo-button-resp {
    display: none !important;
}


.login-entra-button-resp {
    display: none !important;
}

.user-profile-resp {
    display: none !important;
}

.btn-pencil-resp {
    display:none !important;
}

.btn-control-panel-resp {
    display: none !important;
}

@media (max-width: 800px) {
    /* CSS for Resposive Topbar, for Mobile*/
    .notification-area {
        display: none !important;
    }

    .bento-menu {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-gap: 0.5px;
    }

    /* Changing the style of the Login Component */
    .logout-button {
        display: none;
    }

    .logout-button-resp {
        display: block !important;
    }

    .sign-in-button {
        display: none;
        min-width: 5em;
    }

    .login-button {
        width:auto;
    }

    .sign-in-button-resp {
        display: block !important;
    }

    .login-demo-button {
        display: none;
    }

    .login-demo-button-resp {
        display: block !important;
    }

    .login-entra-button {
        display: none;
    }

    .login-entra-button-resp {
        display: block !important;
    }
    .user-profile-resp {
        display:block !important;
    }
    .dropdown-toggle::after {
        display:none;
    }
    .dropdown-toggle span:not(.arrow) {
        display:none;
    }
    .dropdown-content {
        right:0;
    }
    .btn-pencil {
        display: none !important;
    }
    .btn-pencil-resp {
        display: block !important;
    }
    .btn-control-panel-resp {
        display:block!important;
    }
    .btn-control-panel {
        display: none!important;
    }
    #topbar .e-menu {
        flex-direction: column; /* Stack menu items vertically */
        overflow-y: auto; /* Enable vertical scrolling */
    }

    #topbar .e-menu-item {
        width: 100%;
        text-align: center; /* Center text */
    }

    #topbar .e-menu-container {
        width: 100%;
    }
}

.dropdown-items li {
    padding:12px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn-pencil-resp.disabled {
    color: grey;
    cursor: not-allowed;
    pointer-events: none; /* Prevent click events */
}
.btn-control-panel-resp.disabled {
    color: grey;
    cursor: not-allowed;
    pointer-events: none; /* Prevent click events */
}

    .dropdown-items li i,
    .dropdown-items li img {
        margin-left: 2px;
        margin-right: 8px;
    }



.notification-area {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

    .notification-area li {
        display: inline-block;
        margin-left: 20px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .notification-area li.settings-btn.active i {
            color: #007BFF;
        }

        .notification-area li > i {
            font-size: 26px;
            color: #bdbcbc;
            vertical-align: middle;
            text-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
            -webkit-transition: color 0.3s ease 0s;
            transition: color 0.3s ease 0s;
        }

        .notification-area li:hover > i,
        .dropdown.show > i {
            color: var(--primary-color);
        }

        .notification-area li i > span {
            position: absolute;
            right: -5px;
            top: -7px;
            font-size: 10px;
            font-weight: 600;
            color: #fff;
            background: var(--primary-color);
            height: 20px;
            width: 20px;
            border-radius: 50%;
            text-align: center;
            line-height: 20px;
            padding-left: 2px;
        }

/* Not-Area END */


.sidebar-menu .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.app-menu {
    width: 100%
}

.breadcrumb {
    margin-bottom: 0;
}

.app-menu .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .app-menu .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .app-menu .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .app-menu .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        padding-left: 1rem;
    }

        .app-menu .nav-item a.active {
            background-color: rgba(255, 255, 255, 0.25);
            color: white;
        }

        .app-menu .nav-item a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
    margin: .5rem;
}

@media (max-width: 767.98px) {
    .main .top-row {
        display: none;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
        display: block;
    }

    .app-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .breadcrumbs {
        position: fixed;
        left: 275px;
        top: 15px;
        z-index: 6
    }


    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 5
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }


    .sidebar-menu .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .main > .container {
        margin-top: 30px;
    }
}

@-webkit-keyframes sk-stretchdelay {

    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



@media (max-width: 800px) {
    .app-logo {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content:center;
    }

    .app-logo a {
        height: 100%;
        width:100%;
        display:flex;
        justify-content:center;
    }

    .breadcrumbs {
        position: fixed;
        top: 150px;
        width: 100%;
        left: 0;
        z-index: 4;
    }


    .main .top-row {
        z-index: 4;
    }

    .main > .top-row.px-4 {
        display: flex;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .ml-md-auto {
        margin-left: auto;
    }

    .main > .container {
        margin-top: 200px;
    }
}

/*-------------------- 2.3 Page Title Area -------------------*/

.page-title-area {
    padding: 0 30px;
    background: #fff;
    position: relative;
}

    .page-title-area:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 36px;
        background: var(--primary-color);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.page-title {
    font-size: 24px;
    font-weight: 300;
    color: #313b3d;
    letter-spacing: 0;
    margin-right: 30px;
}

ul.breadcrumbs {
    margin-top: 4px;
}

.breadcrumbs li {
    display: inline-block;
}

    .breadcrumbs li a,
    .breadcrumbs li span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #7801ff;
        letter-spacing: 0;
        margin-right: 16px;
        position: relative;
    }

        .breadcrumbs li a:before {
            content: '/';
            color: #768387;
            position: absolute;
            right: -13px;
            top: 0;
        }

    .breadcrumbs li span {
        margin-right: 0;
        color: #768387;
        text-transform: capitalize;
    }

.user-profile {
    margin-right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: -webkit-linear-gradient(left, #8914fe 0%, #8063f5 100%);
    background: linear-gradient(to right, #8914fe 0%, #8063f5 100%);
    padding: 17px 38px;
    position: relative;
}

    .user-profile img.avatar {
        height: 35px;
        width: 35px;
        border-radius: 50%;
        margin-right: 12px;
    }

.user-name {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .user-name i {
        margin-left: 10px;
        font-size: 21px;
        vertical-align: middle;
        position: relative;
    }

    .notification-area .dropdown-toggle,
    .user-name.dropdown-toggle {
        position: relative;
    }

        .notification-area .dropdown-toggle:after,
        .user-name.dropdown-toggle:after {
            display: none;
        }

.notification-area .dropdown-menu,
.user-profile .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-transform: none !important;
    transform: none !important;
    top: 130% !important;
    right: 30px !important;
    left: auto !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block !important;
    visibility: hidden;
    opacity: 0;
}

    .notification-area .dropdown-menu.show,
    .user-profile .dropdown-menu.show {
        top: 100% !important;
    }

    .notification-area .dropdown-menu.show,
    .user-profile .dropdown-menu.show {
        top: 100% !important;
        visibility: visible;
        opacity: 1;
        box-shadow: 0 0 45px 0 rgba(131, 23, 254, 0.06);
    }

    .user-profile .dropdown-menu a {
        font-size: 14px;
        color: #8a8a8a;
        letter-spacing: 0;
        font-weight: 500;
        padding: 4px 120px;
        padding-left: 25px;
    }

        .user-profile .dropdown-menu a:hover {
            background: #f8f9fa;
            color: #2942fa;
        }

/*-------------------- END Page Title Area -------------------*/
/* (1366x768) WXGA Display */

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .error-content {
        margin-top: 100px;
    }
}

/*Medium Desktop Device*/

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .col-ml-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-ml-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-ml-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-ml-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #coin_distribution-wrapper {
        margin-top: -68px;
    }

    .cripto-live ul li .icon {
        height: 23px;
        width: 23px;
        margin-right: 3px;
        font-size: 13px;
        line-height: 23px;
    }

    .cripto-live ul li {
        margin-bottom: 35px;
        font-size: 15px;
    }

    .exhcange-rate {
        padding: 48px 38px;
    }

    .exchange-btn button {
        margin-top: 37px;
    }

    .single-report h2 {
        font-size: 19px;
    }

    .s-report-title {
        margin-bottom: 17px;
    }

    .card-title {
        font-size: 20px;
    }

    .s-report-inner {
        padding-left: 73px;
    }

    /* dashboard two */
    .s-report-title .header-title {
        font-size: 15px;
    }

    .member-box .media-body p {
        font-size: 15px;
    }

    .s-member img {
        max-width: 60px;
    }

    .s-member .media-body {
        margin-left: 20px !important;
    }

    .tm-social a {
        margin-left: 3px;
        font-size: 18px;
    }

    .member-box .media-body span {
        font-size: 14px;
        line-height: 21px;
    }

    .team-search {
        margin-top: 20px;
    }

        .team-search input {
            width: 100%;
        }

    /* error page */
    .error-content {
        margin-top: 100px;
    }

    /* dashboard three */
    #salesanalytic {
        height: 500px;
    }

    #seomap {
        height: 346px;
    }

    #seolinechart8 {
        margin-top: 60px;
    }
}

/* Normal desktop :992px. */

@media (min-width: 1200px) and (max-width: 1364px) {

    /* sidebar */
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 365px;
    }

    .sbar_collapsed .logo a span {
        display: block;
    }

    .sbar_collapsed .sidebar-menu {
        width: 365px;
        left: 0;
    }

    .minisidebar.main-menu {
        margin-right: 0;
    }

    .sbar_collapsed .nav-btn {
        margin-right: 15px;
        position: fixed;
        z-index: 99;
        left: 364px;
        background: #303641;
        padding: 14px;
        top: 0;
        margin: 0;
    }

        .sbar_collapsed .nav-btn span {
            background: black;
        }

    /* main content */
    .main-content-inner {
        padding: 0 15px 50px;
    }

    .page-container,
    .sbar_collapsed.page-container {
        padding-left: 0;
    }

    /* sidebar collapsed end */
    /* pricing */
    .col-mdl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    /* dashboard one */
    .mt-md-30 {
        margin-top: 30px;
    }

    /* sidebar */
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 365px;
    }

    .sbar_collapsed .logo a span {
        display: block;
    }

    .sbar_collapsed .sidebar-menu {
        width: 306px;
        left: 0;
    }

    .minisidebar.main-menu {
        margin-right: 0;
    }

    .sbar_collapsed .nav-btn {
        margin-right: 15px;
        position: fixed;
        z-index: 99;
        left: 306px;
        background: #f9fafc;
        padding: 14px;
        top: 0;
        margin: 0;
    }

        .sbar_collapsed .nav-btn span {
            background: black;
        }

    /* main content */
    .main-content-inner {
        padding: 0 15px 50px;
    }

    .page-container,
    .sbar_collapsed.page-container {
        padding-left: 0;
    }

    /* fact area */
    .single-report h2 {
        font-size: 17px;
    }

    .s-report-inner {
        padding-left: 73px;
    }

    .s-report-title {
        margin-bottom: 17px;
    }

        .s-report-title .card-title {
            font-size: 20px;
        }

    #coin_distribution-wrapper {
        margin-top: -65px;
    }

    #verview-shart-wrapper {
        margin-top: -26px;
    }

    .cripto-live ul li .icon {
        height: 23px;
        width: 23px;
        margin-right: 3px;
        font-size: 13px;
        line-height: 23px;
    }

    .cripto-live ul li {
        margin-bottom: 35px;
        font-size: 15px;
    }

    .letest-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .exchange-btn button {
        margin-top: 37px;
    }

    .single-post {
        flex-basis: calc(50% - 15px);
        display: block;
    }

    .lts-thumb {
        margin-bottom: 10px;
    }

    /* dashboard two */
    .member-box .media-body p {
        font-size: 16px;
    }

    /* dahsboard three */
    #seolinechart8 {
        margin-top: 60px;
    }

    /* horizontal header dashboard */
    .horizontal-menu ul li a {
        padding: 10px 8px;
    }

    .seo-fact #seolinechart3,
    .seo-fact #seolinechart4 {
        max-width: 144px;
    }
}

/* Normal desktop :991px. */

@media (min-width: 768px) and (max-width: 991px) {

    /* dashboard one */
    /* sidebar */
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 306px;
    }

    .sbar_collapsed .logo a span {
        display: block;
    }

    .sbar_collapsed .sidebar-menu {
        width: 306px;
        left: 0;
    }

    .minisidebar.main-menu {
        margin-right: 0;
    }

    .sbar_collapsed .nav-btn {
        margin-right: 15px;
        position: fixed;
        z-index: 99;
        left: 306px;
        background: #303641;
        padding: 14px;
        top: 0;
        margin: 0;
    }

        .sbar_collapsed .nav-btn span {
            background: #fffbfb;
        }

    .sbar_collapsed .metismenu li a span,
    .sbar_collapsed .metismenu li a:after,
    .sbar_collapsed .metismenu .collapse.in {
        display: inline-block;
    }

    /* main content */
    .main-content-inner {
        padding: 0 15px 50px;
    }

    .page-container,
    .sbar_collapsed.page-container {
        padding-left: 0;
    }

    /* main content */
    .search-box input {
        width: 278px;
    }

    /* fact area */
    .s-report-inner {
        padding-left: 18px;
    }

    .single-report .icon {
        display: none;
    }

    .single-report h2 {
        font-size: 16px;
    }

    .single-report span {
        font-size: 13px;
    }

    .s-report-title {
        margin-bottom: 19px;
    }

    .card-title {
        font-size: 18px;
    }

    /* coin distribution */
    .coin-distribution {
        margin-top: 30px;
    }

    #coin_distribution-wrapper {
        margin-top: -101px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    /* criptio price */
    .cripto-live ul li {
        width: 49%;
        display: inline-block;
    }

    .input-form input {
        height: 70px;
        padding-left: 20px;
    }

    .exchange-btn button {
        height: 70px;
    }

    .input-form span {
        height: 70px;
        line-height: 70px;
    }

    /* icons */
    .icon-container {
        flex-basis: calc(100% * (1/3));
    }

    /* maps */
    #mapamchart1,
    #mapamchart2,
    #mapamchart3,
    #mapamchart4,
    #mapamchart5,
    #mapamchart6 {
        height: 300px;
    }

    #google_map {
        height: 400px;
    }

    /* login page */
    .ptb--100 {
        padding: 90px 0;
    }

    /* horizontal header dashboard */
    .header-bottom .search-box input {
        max-width: 100%;
    }
}

/* small mobile :320px. */

@media (max-width: 767px) {
    .ptb--100 {
        padding: 90px 0;
    }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* dashboard one */
    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-40 {
        margin-bottom: 40px;
    }

    /* sidebar */
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 365px;
    }

    .sbar_collapsed .logo a span {
        display: block;
    }

    .sbar_collapsed .sidebar-menu {
        width: 365px;
        left: 0;
    }

    .minisidebar.main-menu {
        margin-right: 0;
    }

    .sbar_collapsed .nav-btn {
        margin-right: 15px;
        position: fixed;
        z-index: 99;
        left: 364px;
        background: #303641;
        padding: 14px;
        top: 0;
        margin: 0;
    }

        .sbar_collapsed .nav-btn span {
            background: #fffbfb;
        }

    /* main content */
    .main-content-inner {
        padding: 0 15px 35px;
    }

    .page-container,
    .sbar_collapsed.page-container {
        padding-left: 0;
    }

    /* main content */
    .search-box input {
        width: 278px;
    }

    .notification-area li {
        margin-left: 21px;
    }

    .page-title {
        font-size: 21px;
    }

    #coin_distribution-wrapper {
        margin-top: -74px;
    }

    .coin-distribution {
        margin-top: 30px;
    }

    .trd-history-tabs ul li a {
        margin: 0 8px;
    }

    table.dbkit-table tr {
        height: 64px;
    }

    .lts-thumb {
        margin-bottom: 15px;
    }

    .lts-content h2 a {
        font-size: 19px;
        font-weight: 500;
    }

    .lts-content span {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .input-form input {
        height: 70px;
        padding-left: 20px;
    }

    .exchange-btn button {
        height: 70px;
    }

    .input-form span {
        height: 70px;
        line-height: 70px;
    }

    /* icons */
    .icon-container {
        flex-basis: calc(100% * (1/2));
    }

    /* maps */
    #mapamchart1,
    #mapamchart2,
    #mapamchart3,
    #mapamchart4,
    #mapamchart5,
    #mapamchart6 {
        height: 300px;
    }

    #google_map {
        height: 400px;
    }

    /* horizontal header dashboard */
    .header-bottom .search-box input {
        max-width: 100%;
    }
}

/* small mobile :320px. */

@media (min-width: 240px) and (max-width: 479px) {

    /* dashboard one */
    /* sidebar */
    .sidebar-menu {
        position: fixed;
        left: -90%;
        top: 0;
        height: 100vh;
        width: 90%;
    }

    .sbar_collapsed .logo a span {
        display: block;
    }

    .sbar_collapsed .sidebar-menu {
        width: 85%;
        left: 0;
    }

    .minisidebar.main-menu {
        margin-right: 0;
    }

    .sbar_collapsed .nav-btn {
        margin-right: 15px;
        position: fixed;
        z-index: 99;
        right: 0;
        top: 0;
        background: #303641;
        margin: 0;
        padding: 14px;
    }

        .sbar_collapsed .nav-btn span {
            background: #fffbfb;
        }

    /* main content */
    .main-content-inner {
        padding: 0 15px 50px;
    }

    .page-container,
    .sbar_collapsed.page-container {
        padding-left: 0;
    }

    .card-body {
        padding: 1.25rem;
    }

    /* hedaer */
    .search-box input {
        width: 223px;
    }

    .nav-btn {
        margin-right: 15px;
    }

    .notification-area {
        text-align: center;
        margin: 30px 0 3px;
        float: none;
    }

        .notification-area li {
            margin: 0 15px;
        }

    .user-profile {
        margin: 16px 0 10px 0;
    }

        .user-profile .dropdown-menu {
            width: 100%;
            right: 0px !important;
        }

    .nt-enveloper-box.notify-box {
        width: 286px;
        right: -101px !important;
    }

    .bell-notify-box.notify-box {
        width: 286px;
        right: -160px !important;
    }

    .page-title-area {
        padding: 15px 30px 0;
    }

    /* fact area */
    .s-report-inner {
        padding-left: 20px;
    }

    .single-report .icon {
        display: none;
    }

    .single-report h2 {
        font-size: 20px;
    }

    .card-title {
        font-size: 18px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .coin-distribution {
        margin-top: 30px;
    }

    #verview-shart {
        height: 235px;
    }

    #coin_distribution-wrapper {
        margin-top: -88px;
    }

    .market-status-table {
        padding-top: 0 !important;
    }

    .cripto-live ul li {
        font-size: 14px;
    }

        .cripto-live ul li .icon {
            height: 25px;
            width: 25px;
            margin-right: 4px;
            font-size: 14px;
            line-height: 25px;
        }

        .cripto-live ul li span {
            width: 45%;
        }

    .trd-history-tabs ul li a {
        margin-right: 18px;
        margin-left: 0;
    }

    .trd-history-tabs {
        margin: 10px 0;
    }

    table.dbkit-table tr {
        height: 63px;
    }

    /* blog */
    .lts-content h2 a {
        font-size: 18px;
        font-weight: 500;
    }

    .lts-thumb {
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .lts-content {
        flex-basis: 100%;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .mb-xs-40 {
        margin-bottom: 40px;
    }

    .input-form input {
        height: 60px;
        padding-left: 15px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.07);
    }

    .input-form span {
        width: 86px;
        line-height: 60px;
        font-size: 17px;
    }

    .exhcange-rate {
        padding: 0;
        background-color: #fff;
    }

        .exhcange-rate .exchange-devider {
            font-size: 21px;
            margin: 13px 0;
        }

    .exchange-btn button {
        height: 60px;
    }

    .lts-content span {
        font-size: 14px;
        margin-bottom: 5px;
        display: block;
    }

    /* Dashboard Two */
    #visitor_graph {
        height: 300px;
    }

    .pagination_area {
        float: none;
        text-align: center;
    }

    .s-member .media img {
        max-width: 45px;
    }

    .member-box .media-body {
        margin-left: 10px !important;
    }

        .member-box .media-body p {
            font-size: 15px;
        }

    .tm-social a {
        margin-left: 5px;
        font-size: 16px;
    }

    .member-box .media-body span {
        font-size: 13px;
        line-height: 20px;
    }

    form.team-search {
        margin-top: 20px;
    }

    .s-member {
        padding: 21px 0px 7px;
        background: #fff;
        margin: 15px 0;
        border-top: 1px solid #f1ebeb;
    }

        .s-member:last-child {
            margin-bottom: 0;
        }

    /* bar Chart*/
    #ambarchart1,
    #ambarchart2,
    #ambarchart3,
    #ambarchart4,
    #ambarchart5,
    #ambarchart6 {
        height: 250px;
    }

    /* line chart */
    #amlinechart1,
    #amlinechart2,
    #amlinechart3,
    #amlinechart4,
    #amlinechart5 {
        height: 250px;
    }

    /* pie chart */
    #ampiechart1,
    #ampiechart2,
    #ampiechart3,
    #highpiechart4,
    #highpiechart5,
    #highpiechart6 {
        height: 250px;
    }

    /* accordion  */
    .according .card-header a {
        padding: 12px 15px;
    }

    .accordion-s2 .card-header a:before,
    .accordion-s3 .card-header a:before {
        right: 9px;
    }

    /* dropdown */
    .btn {
        padding: 11px 16px;
    }

    /* media object */
    .child-media {
        padding-left: 20px;
    }

    /* typography */
    blockquote {
        padding: 20px 15px 20px 60px;
    }

    /* icons */
    .icon-container {
        flex-basis: 100%;
    }

    /* maps */
    #mapamchart1,
    #mapamchart2,
    #mapamchart3,
    #mapamchart4,
    #mapamchart5,
    #mapamchart6 {
        height: 200px;
    }

    #google_map {
        height: 300px;
    }

    /* invoice */
    .invoice-date {
        margin-top: 20px;
    }

    .invoice-buttons a {
        padding: 12px 12px;
    }

    .login-form-head,
    .login-form-body {
        padding: 40px 20px;
    }

    .rmber-area {
        font-size: 12px;
    }

    /* dashboard thee */
    .seo-fact #seolinechart3,
    .seo-fact #seolinechart4 {
        max-width: 128px;
    }

    .seofct-icon i {
        font-size: 37px;
    }

    .seo-fact h2 {
        font-size: 22px;
    }

    #user-statistics {
        height: 250px;
    }

    #salesanalytic {
        height: 400px;
    }

    #seomap {
        height: 180px;
    }

    .tstu-img {
        width: 60px;
        margin-right: 14px;
    }

    .offset-area {
        width: 300px;
    }
}
