body{
    padding-top: 70px;
    padding-left: 64px;
}
.menu-sidebar:hover,
.sidebar-collapsein .menu-sidebar {
    width: var(--sidebar-width);
}
.menu-sidebar .sidebar-inner-content {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-sidebar .sidebar-footer {
    padding-bottom: 23px;
    margin-top: 20px;
}
.sidebar-logo {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2px;
    position: relative;
}
.sidebar-logo:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 8px;
    background: var(--muted);
    height: 1px;
    opacity: 0.1;
}
.sidebar-logo a {
    display: block;
}
.sidebar-logo .img-full {
    display: none;
}
.menu-sidebar:hover .sidebar-logo .img-full{
    display: block;
}
.menu-sidebar:hover .sidebar-logo .img-icon{
    display: none;
}
.sidebar-logo img {
    display: block;
}
.sidebar-logo .img-icon {
    margin: 0 auto;
    max-width: 42px;
    display: block;
}
ul.menu-navigation {
    list-style: none;
    margin: 0;
    padding: 18px 0px;
}
ul.menu-navigation > li {
    margin-bottom: 10px;
    text-align: center;
}
ul.menu-navigation > li:last-child{
    margin-bottom:0;
}
ul.menu-navigation > li > a {
    color: var(--dark);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 30px;
    white-space: nowrap;
    font-size: 14px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    border-radius: 10px;
    align-items: center;
    padding: 6px;
    justify-content: center;
}
.menu-sidebar:hover ul.menu-navigation > li > a ,
body.sidebar-collapsein ul.menu-navigation > li > a {
    width: calc(100% - 25px);
    padding: 0px 11px;
    margin: 0px;
    text-align: left;
}
ul.menu-navigation > li > a svg path, ul.menu-navigation > li a svg path{
    transition: all 0.3s;
}
ul.menu-navigation > li:hover > a,ul.menu-navigation > li.active a{
    background-color: var(--primary);
    color: var(--white)
} 
ul.menu-navigation > li:hover > a svg path, ul.menu-navigation > li.active a svg path {
    fill: var(--white);
}
ul.menu-navigation > li:hover  > a img,ul.menu-navigation > li.active a img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(0%) saturate(7500%) hue-rotate(111deg) brightness(106%) contrast(101%);
}
ul.menu-navigation > li > a .icon {
    width: 22px;
    min-width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.menu-navigation > li > a > .text {
    margin-left: 10px;
    display: none;
    flex-grow: 1;
}
ul.menu-navigation > li > a > .text:first-child{
    margin-left:0;
}
li.toggle-icon {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #EAEEF5;
}
.menu-sidebar:hover ul.menu-navigation > li > a > .text,
.sidebar-collapsein ul.menu-navigation > li > a > .text {
    display: block;
}
.form-field.page-heading-search-field {
    min-width: 350px;
    width: 100%;
    position: relative;
}
.field-icon .icon {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #767F8F;
    z-index: 2;
    pointer-events: none;
}
.sidebar-toggle {
    cursor: pointer;
    position: absolute;
    left: 68px;
    margin-left:-18px;
    bottom: 25px;
    width: 36px;
    height: 36px;
    color:var(--primary);
    background: var(--white);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
    padding:0 10px;
}
li.toggle-icon a.navbar-toggle span.icon i:last-child,
body.sidebar-collapsein li.toggle-icon a.navbar-toggle span.icon i:first-child {
    position: relative;
    transition: all 0.5s;
    width: 0;
    font-size: 0;
}
body.sidebar-collapsein li.toggle-icon a.navbar-toggle span.icon i:last-child {
    position: static;
    transition: all 0.5s;
    font-size: 16px;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 70px;
    padding: 0px var(--page-content-space) 0px 84px;
    z-index: 99;
    transition: all 0.3s;
    background: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header h2 {
    margin: 0;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
}
.menu-sidebar:hover header,
body.sidebar-collapsein header {
    padding-left: calc(var(--sidebar-width) + var(--page-content-space));
}
.img-stretch{
    width:100%;
    height:100%;
    object-fit: cover;
    display: block;
}
.content{
    padding:var(--page-content-space) var(--page-content-space);
    transition: all 0.3s;
}
.menu-sidebar:hover .content,
body.sidebar-collapsein .content {
    transform: translatex(calc(var(--sidebar-width) - 65px));
}

.navbar-toggle {
    display: flex;
    position: relative;
    width: 36px;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}
.menu-sidebar .toggle-icon {
    border-top: 1px solid rgba(234, 238, 245, 1);
}
li.toggle-icon a.navbar-toggle {
    margin-left: 0;
}
.header-profile-name {
    position: relative;
}
.header-profile-name:hover .submenu {
    visibility: visible;
    opacity: 1;
    margin-top:0;
}
.simplebar-track.simplebar-vertical {
    width: 7px;
}
.submenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    margin-top:20px;
    min-width: 148px;
    right: 0;
    transition: all 0.2s;
    padding: 10px;
    background: var(--white);
    border-radius: 6px;
    z-index: 9;
    box-shadow: 0 5px var(--body-font-size) 0 rgba(0,0,0,0.05);
}
ul.inner-submenu {
    margin: 0;
    padding:0;
    list-style: none;
    font-size: 14px;
}
ul.inner-submenu > li > a {
    display: block;
    border-radius: 4px;
    padding: 5px 12px;
    color:var(--dark);
    font-size: var(--body-font-size);
}
ul.inner-submenu > li > a:hover {
    background: var(--primary);
    color:#fff;
}
.submenu hr {
    border-color: var(--luted);
    margin: 5px 0;
}
html .simplebar-scrollbar:before {
    background: var(--secondary);
}
html .tooltip {
    --bs-tooltip-bg:var(--dark);
    --bs-tooltip-color:var(--white);
    --bs-tooltip-opacity:1;
}
html .tooltip .tooltip-inner{
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    background:var(--dark);
    font-weight: 500;
    font-size: var(--body-font-size);
    padding:5px 8px;
 }
.header-search-field{
    width: 300px;
}
.page-heading{
    margin-bottom:10px;
}
.page-heading h2 {
    font-size: 22px;
    margin: 0 0 5px;
}
.inner-banner {
    background: linear-gradient(268.73deg, #CDF0FF -13.73%, #E7F4F8 141.9%);
    margin: -20px -20px 20px;
    padding: var(--page-content-space);
}
.breadcrumb {
    font-size: 13px;
    margin:0;
}
.breadcrumb a{
    color: var(--muted);
}
.breadcrumb a:hover,
.breadcrumb .breadcrumb-item.active{
    color: var(--dark);
}
.inner-banner .form-switch .form-check-input {
    background-color: rgb(31 44 70 / 10%);
    border-color: transparent !important;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 1%29'/%3e%3c/svg%3e");
}
.inner-banner .form-switch .form-check-input:focus {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 1%29'/%3e%3c/svg%3e");
}
.inner-banner .form-switch .form-check-input:checked {
    background-color: var(--dark);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.dropdown-menu.filter-dropdown {
    min-width: 400px;
    padding: 20px;
}
.filter-item-field {
    display: flex;
    align-items: center;
}
.filter-item-field label {
    font-weight: 500;
    margin-right: 5px;
    font-size: var(--body-font-size);
    color:var(--muted);
}
.table-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dropdown-toggle.arrow-none::after{
    display: none;
}
.notification-dropdown{
    padding:18px;
    width: 400px;
}
.notification-items .item {
    padding: 8px 10px 8px 65px;
    background: #f9fbff;
    border-radius: 10px;
    position: relative;
    margin: 0 0 6px;
    border: 1px solid var(--light);
    min-height: 64px;
}
.notification-items .item.readed {
    background:transparent;
    border-color:transparent;
}
.notification-items .item .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 12px;
    font-size: 14px;
}
.notification-items .item h5 {
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 700;
}
.notification-items .item h5 a{
    color:var(--dark);
}
.notification-items .item h5 a:hover{
    color:var(--primary);
}
.header-search {
    width: 330px;
}
.header-icon-list .btn.btn-icon {
    --bs-btn-color: var(--muted);
    --bs-btn-hover-color: var(--dark);
    --bs-btn-active-color: var(--dark);
}
.header-profile-name .btn {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    border: 0;
    background: transparent;
}
.header-profile-name .btn .icon {
    width: 36px;
    height: 36px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    overflow: hidden;
}
.header-profile-name .btn .icon img{
    object-fit: cover;
}
.header-profile-name .btn .icon svg {
    margin:0;
}
.notification-status-dot {
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 7px;
    display: block;
    margin: 9px;
    border-radius: 50%;
}
.header-nav-wrap {
    border-top: 1px solid var(--border-color);
    margin-top: 6px;
    padding-top: 6px;
}
.header-nav-wrap .row{
    flex-wrap: nowrap;
}
.header-nav-wrap .navwrap {
    max-width:calc(100vw - 225px);
    overflow-x: auto;
}
html .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 6px;
    height: 4px;
}
.header-back-link {
    padding-right: 16px;
    position: relative;
}
.header-back-link:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 26px;
    background: var(--border-color);
    margin: auto;
}
header nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
header nav > ul > li + li {
    margin-left: 22px;
    position: relative;
}
header nav > ul > li > a {
    font-size: 14px;
    color: rgba(95, 111, 141, 1);
    display: inline-flex;
    vertical-align: top;
    line-height: 60px;
    white-space: nowrap;
    font-weight: 400;
    border-bottom: 2px solid transparent
}
li.menu-parent > a:after {
    content: "\f107";
    display: block;
    text-align: center;
    transition: all .2s linear;
    font-family: 'FontAwesome';
    padding-left: 3px;
}
li.menu-parent:hover .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.submenu ul a{
    display: block;
    border-radius: 4px;
    padding: 5px 12px;
    color: var(--dark);
    font-size: var(--body-font-size);
}
.submenu ul a:hover {
    color: var(--white);
    background: var(--primary);
}
header nav > ul > li.active > a,
header nav > ul > li > a:hover {
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}
.hide {
    display: none;
}
.menu-sidebar {
    background: var(--white);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    border-right: 1px solid var(--border-color);
}
.header_menu > ul > li.menu-parent > a:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin: 0 0 0 6px;
    transition: all 0.4s;
}
.menu-sidebar:hover .toggle-icon span.icon svg,
.sidebar-collapsein .toggle-icon span.icon svg {
    opacity: 0;
}
.menu-sidebar:hover .toggle-icon span.icon,
.sidebar-collapsein .toggle-icon span.icon {
    background-image: url('data:image/svg+xml,<svg width="222" height="222" viewBox="0 0 222 222" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M212 212L111 111M111 111L10 10M111 111L212 10M111 111L10 212" stroke="black" stroke-width="20" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: 12px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}

.content-header {
    padding-bottom: 20px;
}
.content-header h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 700
}


.page-heading .btn i {
    margin-right: 7px;
}
.dropdown i {
    margin: 0;
}
.table.table-list-data {
    border-spacing: 0  5px;
    border-collapse: separate;
    margin-top: -5px;
}
html .table-list-data thead.bg-light {
    background: var(--light) !important;
}
html .table-list-data thead th {
    color: var(--dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    padding: 10px 12px;
    white-space: nowrap;
}
.table.table-list-data thead th:first-child, 
.table.table-list-data tbody td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.table.table-list-data thead th {
    border: 0;
    background: rgba(20, 7, 34, 0.02);
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.table-list-data tbody td {
    background: var(--white);
    border: 0;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 01.5%);
}
html .table-list-data tbody td, 
html .table-list-data tbody th {
    font-size: 13px;
    color: #5F6F8D;
    letter-spacing: 0;
    padding: 6px 12px;
    vertical-align: middle;
    height: 40px;
    font-weight: 500;
}
.table-thumbnail {
    width: 34px;
    border-radius: 50%;
    overflow: hidden;
    height: 34px;
}
.table-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
html .form-control.form-control-shadow, 
.form-select-shadow ~ .select2-container--default .select2-selection--single {
    border: 0;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 2%) !important;
}
html .page-heading .page-heading-search-field .field-icon .form-control {
    padding-left: 34px;
    height: 36px;
    font-size: 13px;
}
html .page-heading .page-heading-search-field .field-icon .form-control::placeholder {
    color: #767F8F;
}
html .page-heading .page-heading-search-field .field-icon .icon {
    width: 36px;
    height: 36px;
}
.filter-dropdown .dropdown-menu {
    padding: 20px;
    min-width: 350px;
}

ul.advance-table-pagination .page-item {
    margin-right: 6px;
}
ul.advance-table-pagination .page-item .page-link {
    border: 0;
    color: #5F6F8D !important;
    background-color: transparent !important;
    font-weight: 500;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0 0 0 transparent !important;
}
ul.advance-table-pagination li.active .page-link {
    color: var(--dark) !important;
    background: var(--white) !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02) !important;
}
ul.advance-table-pagination li .page-link:hover {
    color: var(--primary) !important;
    background: #e4f8ff !important;
}

/*  Product add page  */

.card-strash .card {
    min-height: 100%;
    margin-bottom: 0;
}
.row.card-strash>* {
    margin-bottom: 20px;
}
.product-add-page .image-upload {
    background: var(--white);
    border: 1px solid #F3F6F9;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    width: 130px;
    min-height: 130px;
    margin: 0 auto 10px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-add-page .image-edit-btn {
    background: var(--white);
    border: 1px solid #F3F6F9;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    color: var(--muted);
    cursor: pointer;
    transition: all 0.3s;
    font-size: var(--body-font-size);
}
.product-add-page .image-edit-btn:hover{
    color:var(--dark);
}

.product-add-page .size-n-value-wrap {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}
.product-add-page ul.size-n-value {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -6px;
    padding: 0;
}
.product-add-page ul.size-n-value li {
    width: 16.66%;
    margin-bottom: 12px;
    padding: 0 6px;
}
.product-add-page label.size-wrap {
    cursor: pointer;
    display: block;
}
.product-add-page label.size-wrap input {
    display: none;
}
.product-add-page label.size-wrap span {
    color: var(--muted);
    background: #F7F8FC;
    border: 1px solid #E1E8EF;
    border-radius: 6px;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    transition: all 0.4s;
}
.product-add-page label.size-wrap span b {
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.product-add-page label.size-wrap input:checked ~ span {
    color: var(--white);
}
.product-add-page .choose-store label.size-wrap input:checked ~ span, 
.product-add-page label.size-wrap input:hover ~ span {
    background-color: transparent;
    color: var(--dark);
}
.product-add-page label.size-wrap input:checked ~ span, 
.product-add-page label.size-wrap input:hover ~ span {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: var(--white);
}
.product-add-page label.size-wrap input:checked:hover ~ span {
    background: transparent;
    color: var(--muted);
}
html .product-add-page .modal-header {
    padding: 15px 25px;
}
.product-add-page .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 25px;
}
.product-add-page .card-up-title h4 {
    top: -9px;
    background: var(--white);
    padding: 0 8px;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
}


/* login */
.password-hideshow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.password-hideshow input[type="checkbox"] {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(2) {
    display: none;
}
.password-hideshow svg:nth-child(3) {
    display: none;
}
.password-hideshow input[type="checkbox"]:checked ~ svg:nth-child(3) {
    display: block;
}
.login-content .card {
    max-width: 500px;
    margin: 0 auto;
}
.login-content .card .card-header {
    background: #fff;
    padding: 30px;
    border-radius: 20px 20px 0 0;
}
.login-content .card .card-header h2 {
    font-size: 26px;
    margin-bottom: 8px;
    color: var(--primary);
}
.login-content .card  .card-body {
    padding: 35px 50px 50px;
}
.login-content .card {
    border-radius: 18px;
}
.login-content {
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sign-or p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.sign-or span.line {
    width: 30%;
    height: 1px;
    background: var(--bs-gray-300);
}
.copy-right {
    padding: 16px 0 0;
}


/* loader */
.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-top-color: var(--primary);
    animation: loading 1s linear infinite;
  }
  .loading-hidden:before {
    content: "";
    width: 14px;
    height: 14px;
    animation: spin 1s linear infinite;
    border: 2px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 100%;
    display: inline-block;
    translate: -6px 0;
}
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
  }

  @keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
  }
  .page-loader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99991;
    transition: all 0.4s;
    transition-delay: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffff;
    
}
.loaded .page-loader {
    opacity: 0;
    visibility: hidden;
}
.page-loader .img{
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;  
    position: relative;
    animation:loading-anim 3s infinite;
    flex-direction: column;
}
.page-loader .img h3 {
    font-weight: 700;
    font-size: 22px;
    transform: translateX(5px) translatey(-45px);
    color: #12395f;
    position: relative;
    z-index: 1;
    order: 1;
}
.animsition-overlay-slide {
    right: 0;
    width: 100%;
    position: fixed;
    top:0;
    bottom:0;
    background-color:#fff;
    z-index: 9999;
    transition: all 0.7s;
}
@-webkit-keyframes loading-anim {
	
    0% {
      -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
    }
    
    100% {
      -webkit-transform:translateX(00px);
          transform:translateX(00px);
    }
    
}

.card-numbers-wrap {
    margin-top: -40px;
}
.card.card-numbers{
    padding: 15px;
}
.card-numbers .img {
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 100%;
}
.card-numbers h6 {
    font-size: 13px;
}
.card-numbers h3 {
    font-size: 18px;
    margin: 0 0 3px;
}
.card-numbers h3 small {
    font-weight: 500;
    font-size: 80%;
    margin-left: 8px;
}
.report-sidebar [class*="col"]:has(.text-box):nth-last-child(-n + 2){
    margin-bottom: 0px;
}
.report-sidebar [class*="col"]:has(.text-box){
    margin-bottom: 18px;
}
.grediant-head table {
    border-radius: 10px;
    overflow: hidden;
}
.grediant-head table tr:last-child td{
    border-bottom: 0;
}
.grediant-head table th {
    font-weight: 500;
    text-transform: uppercase;
    color: #5F6F8D;
    white-space: nowrap;
}
.grediant-head table th:not(:first-child),.grediant-head table td:not(:first-child){
    text-align: right
}
.grediant-head table th, .grediant-head table  td {
    padding: 10px 8px;
}
.grediant-head table thead::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #F5F7FA 0%, #FFFFFF 84.72%);
    top: 0;
    width: 100%;
    height: 100%;
}
.grediant-head .table>:not(caption)>*>*{
    background-color: var(--light);
}
.grediant-head table thead {
    position: relative;
}
.grediant-head .table>:not(caption)>*>th {
    position: relative;
    background: transparent;
}
.tab-style-1.nav-tabs .nav-link {
    background: transparent;
    border-radius: 7px;
    padding: 5px 14px;
    border: 0;
    color: var(--dark);
    font-weight: 500;
    border: 1px solid #D5DEEA;
    min-width: 0;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
}
.tab-style-1.nav-tabs li{
    position: relative;
}
.tab-style-1.nav-tabs .nav-link.active,
.tab-style-1.nav-tabs .nav-link:hover {
    border: 0;
    background-color: var(--dark);
    color: var(--light);
    border-radius: 7px;
    border: 1px solid var(--dark);
}
.tab-style-1 + .tab-content.panel {
    background: transparent;
    border:0;
}
ul.nav.nav-tabs.tab-style-1.border-1 {
    border: 1px solid #1F2C461A;
    border-radius: 10px
}
ul.nav.nav-tabs.tab-style-1 li.nav-item:after {
    content: '';
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 6.5L0 0.5L12 0.500001L6 6.5Z" fill="%231F2C46"/></svg>');
    width: 14px;
    height: 14px;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.4s;
    left: 50%;
    transform: translateX(-50%);
}
ul.nav.nav-tabs.tab-style-1 li.nav-item:has(.active):after{
    opacity: 1;
}
.image-box{
    display: flex;
    box-shadow: 0px 4px 8px 0px #00000008;
    background-color: var(--white);
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
}
.image-box .image-box-content{
    padding-left: 14px;
}
.text-green {
    color: #0ACF97;
}
.text-red{
    color: #FA5C7C
}
.image-box-content svg{
    padding-right: 5px
}
.image-box-content .title span{
    line-height: 11px
}
.image-box-content p{
    color: var(--greay  )
}
.bg-half:before{
    content: '';
    width: calc(100% + 40px);
    height: 37px;
    position: absolute;
    top: 0;
    left: -20px;
    background: linear-gradient(90deg, #E7F4F8 -13.73%, #CDF0FF 141.9%);
    z-index: -1;
}
.br-10{
    border-radius: 10px !important;
}
.btn-outline-light{
    border: 1px solid #D5DEEA !important;
    color: #1F2C46
}
thead.thead-light th {
    background: #F5F7FA;
}
.border-table th,.border-table td{
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    color: #1F2C46;
}
html .product-add-page .card table th{
    font-weight: 500;
}
.border-table th:last-child,.border-table td:last-child{
    border-right: 0
}
.text-nowrap th,.text-nowrap td{
    text-wrap: nowrap
}
.card-tab-scroll .nav-tabs {
    margin: 0 -20px;
    padding: 0 20px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}
.card-tab-scroll ul.nav.nav-tabs.tab-style-1 li.nav-item a {
    text-wrap: nowrap;
}
.card-tab-scroll {
    position: relative;
}
.card-tab-scroll:before {
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 90px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 2.3%, #FFFFFF 104.02%);
    z-index: 5;
    pointer-events: none;
}
.apexcharts-tooltip {
    background: #1F2C46!important;
    color: #fff !important;
    padding: 3px !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: transparent !important;
    border: 0 !important;
    font-size: 16px !important;
    font-weight: 600;
    font-family: 'Poppins' !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.apexcharts-tooltip div{
    font-family:  'Poppins' !important;
}
tspan {
    font-family: 'Poppins' !important;
    font-size: 12px !important;
}
span.apexcharts-legend-text {
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    padding-left: 19px;
    padding-right: 12px;
}
html .apexcharts-legend {
    overflow: hidden;
}
.linechart > div:not(:last-child) {
    margin-bottom: -40px;
}
.voy-report {
    border: 1px solid #5F6F8D1A;
    padding: 5px 20px;
    color: var(--muted);
    border-radius: 10px;
    background: var(--light);
}
.voy-report strong{
    color: var(--dark);
}
html div#scatter-chart .apexcharts-legend .apexcharts-legend-series:has(span.apexcharts-legend-text:empty) {
    display: none;
}
html div#scatter-chart g.apexcharts-line-series.apexcharts-plot-series g.apexcharts-series-markers {
    display: none;
}
div#piechart  > div {
    margin: 10px auto 0;
}
.apexcharts-legend.apexcharts-align-top.apx-legend-position-right {
    justify-content: center;
}
#columnchart text.apexcharts-text.apexcharts-xaxis-label {
    display: none;
}
#columnchart text.apexcharts-text.apexcharts-xaxis-group-label {
    transform: translateY(-15px);
}
/*Dark Version*/
.dark-active .dark-light-toggle svg:nth-child(1),
.dark-light-toggle svg:nth-child(2){
    display: none
}
.dark-active .dark-light-toggle svg:nth-child(2){
    display: block
}
.dark-active{
    --white:#0D3556;
    --muted:#93A0C1;
	--dark:#FFFFFF;
    --bs-body-color:#fff;
	--light:#0C2B4A;
    --field-bg:#0C2B4A;
    --field-border-focus:rgba(255,255,255,0.2);
    --field-placeholder:#93A0C1;



	--primary:#0084B3;
    --primary-dark:#026b91;
    --primary-light:#EAF5FA;
	--secondary:#5F6F8D;
    --danger: #DC3545;
    --success: #0ACF97;
    --warning:#FFC700;
    --border-color:#DFEBF0;
    --bs-secondary-bg:#d3d3d3;
    --greay:#5F6F8D;
}
.dark-active .inner-banner {
    background: linear-gradient(268.73deg, #0D3556 -13.73%, #0C2A49 141.9%);
}
.dark-active .card-tab-scroll:before {
    background: linear-gradient(90deg, #0d355600 2.3%, #0D3556 104.02%);
}
.dark-active .report-sidebar {
    background: linear-gradient(270deg, #0D3556 6.97%, #0D3556 100%), #E7ECF4;
}
.dark-active ul.nav.nav-tabs.tab-style-1 li.nav-item:after {
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 6.5L0 0.5L12 0.500001L6 6.5Z" fill="%23ffffff"/></svg>');
}
.dark-active .breadcrumb-item+.breadcrumb-item::before {
    color: var(--muted);
}
.dark-active ul.menu-navigation > li:hover > a, 
.dark-active ul.menu-navigation > li.active a {
    color: var(--dark);
}
.dark-active ul.menu-navigation > li:hover > a svg path, 
.dark-active ul.menu-navigation > li.active a svg path {
    fill: var(--dark);
}
.dark-active ul.menu-navigation > li > a.btn-light {
    background: var(--light);
    color: var(--dark);
    border-color: transparent;
}
.dark-active .menu-sidebar {
    border-color: transparent;
}
/* Track */
.dark-active ::-webkit-scrollbar-track {
background: rgba(255,255,255,0.1); 
}
/* Handle */
.dark-active ::-webkit-scrollbar-thumb {
background: rgba(255,255,255,0.2); 
}
/* Handle on hover */
.dark-active ::-webkit-scrollbar-thumb:hover {
background: rgba(255,255,255,0.3); 
}
.dark-active .tab-style-1.nav-tabs .nav-link {
    border-color: rgba(255,255,255,0.2);
}
html .dark-active span.apexcharts-legend-text {
    color: var(--muted) !important;
}
.dark-active .apexcharts-svg [stroke="#e0e0e0"], 
.dark-active .apexcharts-svg [stroke="#e6e6e6"] {
    stroke: rgba(255,255,255,0.15);
}
.dark-active ul.nav.nav-tabs.tab-style-1.border-1 {
    border-color:rgba(255,255,255,0.2);
}
.dark-active .border-table th, 
.dark-active .border-table td {
    border-right: 1px solid rgb(222 226 230 / 12%);
    border-bottom: 1px solid rgb(222 226 230 / 12%);
    color: var(--dark);
}
.dark-active .table>:not(caption)>*>* {
    background: transparent;
    color:var(--dark);
}
.dark-active thead.thead-light th {
    background: var(--light);
}
.dark-active .table {
    border-color: rgb(222 226 230 / 12%);
    --bs-table-border-color: rgb(222 226 230 / 12%);
}
html .dark-active .dropdown-menu {
    background: var(--light);
}
.dark-active .dropdown-item:hover {
    color: rgba(255,255,255,0.7);
}
.dark-active .grediant-head table thead::before {
    background: linear-gradient(180deg, #0C2B4A 0%, #0D3556 84.72%);
}
.dark-active .grediant-head table {
    background: var(--light);
}
.dark-active .btn.btn-mate:not(:hover) {
    background-color: rgb(255 255 255 / 08%);
}
.dark-active .inner-banner .form-switch .form-check-input {
    background-color: rgb(255 255 255 / 12%);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 1%29'/%3e%3c/svg%3e");
}
.dark-active .inner-banner .form-switch .form-check-input:checked {
    background-color: var(--dark);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230D3556'/%3e%3c/svg%3e");
}
.dark-active .graph-select select {
    border-color: rgba(255,255,255,0.2);
}
.offcanvas-header{
    padding:24px 24px 0;
}
.offcanvas-body{
    padding:24px;
}
.accordion-style-1 .accordion-button {
    background: var(--light);
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-style-1 .accordion-button:not(.collapsed) {
    background: var(--primary-light);
}
.accordion.accordion-style-1 {
    border: 0;
    border-radius: 0;
}
.accordion.accordion-style-1 .accordion-item {
    border: 2px solid var(--primary-light);
    border-radius: 0;
    margin: 0 0 15px;
}
.tab-style-1.nav-tabs.nav-fill .nav-link {
    border-color: transparent;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.chart-legend ul{
    color: var(--greay);
    list-style: none;
}
.chart-legend ul li{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}
.chart-legend ul li span{
    width: 8px;
    height:8px;
    display: inline-flex;
    border-radius: 100%;
    margin-right: 5px
}
.fueleu-report .icon-box .icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF66;
    border-radius: 10px;
    margin-right: 10px;
}
.voy-report.fueleu-report {
    background: #1F2C4605;
    padding: 10px 15px;
}
.card-number2 .img {
    background: #0ACF971A;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 10px;
}
.card.card-number2 {
    border: 1px solid #0ACF97;
    position: relative;
}
.card.card-number2:after {
    content: '';
    width: 5px ;
    position: absolute;
    top: 12px;
    left: 0px;
    background-color: #0ACF97;
    height: 30px;
}
.card-number2.red .img {
    background: #FA5C7C1A;
}
.card.card-number2.red {
    border: 1px solid #FA5C7C;
}
.card.card-number2.red:after {
    background: #FA5C7C;
}
.card.card-number2 h3 {
    margin: 0;
}
.penalty_data .icon_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 25px 0;
    border-bottom: 1px solid #5F6F8D1A;
}
.penalty_data .icon_box:last-child {
    background: #0ACF971A;
    border-radius: 10px;
    border: 0;
    padding: 20px;
}
.penalty_data .icon_box:nth-last-child(2) {
   border: 0
}
.table-responsive.fold-table{
    max-height: 523px !important;
    height: inherit;
}
.table-responsive.fold-table thead tr:first-child th { 
    position: sticky;
    top: 0; 
}
.table-responsive.fold-table thead tr:first-child th:first-child {
    z-index: 2;
    min-width: 200px;
}
.fold-table  tfoot tr {
    position: sticky;
    background: var(--light);
    bottom: 0;
}
  .fold-table  tfoot tr td{
    background: #E9EDF4;
    font-weight: 600;
  }
.card .fold-table tr td:first-child, 
.card .fold-table tr th:first-child {
    position: sticky;
    left: 0;
}
.card .fold-table tbody tr td:first-child, 
.card .fold-table tbody tr th:first-child {
    background-color: var(--white);
}
.tbl-accordion-body td {
    background-color: #F5F7FA;
}
.tbl-accordion-body {
	display: none;
}
.card .fold-table tbody tr td:first-child:before {
    content: '+';
    background: var(--light);
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.5s;
    cursor: pointer;
}
.card .fold-table tbody tr td:hover:first-child:before{
    background-color: #c3c8cf
}
.tbl-accordion-body tr td:first-child:before {
    opacity: 0;
}
.card table.table tbody tr.view.active td:first-child:before {
    content: '-';
}
.map-graph {
    margin-top: 15px;
}
.graph-select select {
    border: 1px solid #D5DEEA;
    color: var(--muted);
    font-size: 13px;
    padding: 0 8px;
    border-radius: 8px;
    height: 30px;
    background: transparent;
}



@import url("responsive.css");
