/*--------------------------------------------------------------
# Global / Index
--------------------------------------------------------------*/
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #87ba40;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body { 
    font-family: "Open Sans", sans-serif !important; 
    background-color: #f6f9ff !important;
    color: #444444;
    line-height: 1.5 !important;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}


/*--------------------------------------------------------------
# Custom Style
--------------------------------------------------------------*/
.cs-table-header-align-center .column-header {
    justify-content: center !important;
}

.cs-table-column-align-right {
    text-align: right !important;
}
.cs-table-column-align-center {
    text-align: center !important;
}

.cs-width-xlg {
    width: 240px !important;
}
.cs-width-lg {
    width: 180px !important;
}
.cs-width-md {
    width: 140px !important;
}
.cs-width-sm {
    width: 100px !important;
}
.cs-width-xsm {
    width: 80px !important;
}

.cs-min-width-xlg {
    min-width: 240px !important;
}
.cs-min-width-lg {
    min-width: 180px !important;
}
.cs-min-width-md {
    min-width: 140px !important;
}
.cs-min-width-sm {
    min-width: 100px !important;
}
.cs-min-width-xsm {
    min-width: 80px !important;
}

.cs-div-active {
    background: #f6f9ff;
    border-radius: 4px;
    padding: 3px 0px;
}

.cs-color-draft {
    background-color: #c6e0b4 !important;
    color: #375623 !important;
    border-color: #375623 !important;
}
.cs-color-sent {
    background-color: #ffe699 !important;
    color: #806000 !important;
    border-color: #806000 !important;
}
.cs-color-processed {
    background-color: #fce4d6 !important;
    color: #833c0c !important;
    border-color: #833c0c !important;
}
.cs-color-shipped {
    background-color: #d9e1f2 !important;
    color: #453664 !important;
    border-color: #453664 !important;
}
.cs-color-canceled {
    background-color: #bfbfbf !important;
    color: #424242 !important;
    border-color: #424242 !important;
}

@media (max-width: 600px) {
    tr.cs-table-group-row {
        display: flex !important;
        flex-wrap: wrap;
    }

    tr.cs-table-group-row > td {
        padding: 5px 5px !important;
    }
}

.mud-button.cs-button-main {
    padding: 1px 5px;
}
@media (max-width: 800px) {
    .mud-button.cs-button-main > .mud-button-label {
        height: 28px;
        width: 28px
    }
    .mud-button.cs-button-main > .mud-button-label > .mud-button-icon-start {
        margin-inline-end: 0px;
    }
    .mud-button.cs-button-main > .mud-button-label > .cs-button-label-text {
        display: none;
    }
}

.cs-scrollbar-thin {
    scrollbar-width: thin;
    scrollbar-color: #c4c4c4 transparent;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 15px 0px 15px;
    transition: all 0.3s;
}

/*@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}*/

.section.unauthorized {
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .section.unauthorized {
        margin-left: -250px;
    }

    /*.footer.unauthorized {
        margin-left: 0px;
    }*/
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Override some MudBlazor styling
--------------------------------------------------------------*/
.mud-table.mud-elevation-1 {
    box-shadow: none;
}

.mud-data-grid .mud-table-cell .column-header {
    font-weight: bold;
}

.mud-table-root .mud-table-head {
    background-color: #f6f6fe;
}

/*.mud-table-sticky-header .mud-table-container .mud-drop-container .mud-table-root .mud-table-head {
    top: 0;
    position: sticky;
    z-index: 1;
}
.mud-table-head .mud-table-row {
    min-height: 33px;
}*/

.mud-data-grid .mud-table-cell {
    padding: 3px;
}

.mud-data-grid .mud-table-cell .mud-table-row-expander {
    margin-left: 5px;
    padding: 5px; 
    margin-right: 5px;
}

.mud-table-pagination .mud-table-pagination-actions button {
    padding: 5px;
}

.mud-data-grid.mud-height-full .mud-table-container {
    height: 100%;
}
.mud-data-grid.mud-height-full .mud-table-pagination {
    display: contents;
}

.mud-data-grid .mud-table-head .mud-table-cell .d-flex.flex-row.gap-3 {
    gap: 3px !important;
}

@media (max-width: 600px) {
    .mud-data-grid.mud-xs-table .mud-table-cell {
        padding: 3px;
    }

        .mud-data-grid.mud-xs-table .mud-table-cell[colspan="1000"] {
            justify-content: flex-start;
        }
}

.mud-table > .mud-toolbar > div > div > .mud-input-control,
.mud-table > .mud-toolbar > div > div > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text,
.mud-table > .mud-toolbar > div > div > .mud-select > .mud-input-control,
.mud-table > .mud-toolbar > div > div > .mud-select > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text,
.mud-table > .mud-toolbar > div > div > .mud-picker > .mud-input-control,
.mud-table > .mud-toolbar > div > div > .mud-picker > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
}

.mud-autocomplete > .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
}

.mud-table > .mud-toolbar {
    --mud-internal-toolbar-height: none !important;
    display: block;
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

.mud-table .mud-table-cell .font-weight-bold {
    font-weight: bold;
}

.mud-table .mud-toolbar .mud-progress-linear.horizontal.mud-progress-linear-small {
    height: 2px;
}

.mud-table .mud-table-pagination-toolbar {
    height: 40px;
    min-height: unset !important;
    padding-top: 5px !important;
}

.mud-table-head.header-hide > tr:first-child {
    display: none;
}

.mud-table-row.selected {
    background-color: #457a0010;
}
.mud-table-row.disabled {
    background-color: #00000010;
}

table.footer-table > tr > td:first-child {
    padding-right: 10px;
}

:root {
    --mud-palette-primary: #457a00 !important;
    --mud-palette-secondary: #4154f1 !important;
    --mud-typography-body1-size: 14px !important;
}

.mud-button {
    text-transform: none !important;
    font-size: 16px !important;
}
.mud-button-outlined.mud-button-outlined-primary {
    color: #111517 !important;
    border: 1px solid #457a00 !important;
    background-color: transparent !important;
}
    .mud-button-outlined.mud-button-outlined-primary:hover, .mud-button-outlined.mud-button-outlined-primary:focus-visible {
        color: #fff !important;
        border: 1px solid #457a00 !important;
        background-color: #457a00 !important;
    }

.mud-dialog div.mud-dialog-title {
    padding: 15px 20px;
}
.mud-dialog-title h6 {
    color: #012970 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: "Nunito", sans-serif !important;
    line-height: 1.2 !important;
}
.mud-dialog .mud-dialog-title button.mud-icon-button {
    padding: 8px;
    top: 6px;
    right: 6px;
}

.mud-dialog div.mud-dialog-content {
    padding: 0px 15px;
}

.mud-input.mud-input-outlined > input.mud-input-root-outlined {
    padding: 10px 10px;
}

.mud-label-strong > .mud-input-control-input-container > label.mud-input-label {
    font-weight: bold;
}

.mud-tabs .mud-tab,
.mud-tabs .mud-tabs-toolbar .mud-tabs-toolbar-inner {
    min-height: 30px;
}
.mud-tabs .mud-tabs-toolbar .mud-tabs-toolbar-inner {
    padding-bottom: 5px;
}

.mud-icon-root.bi {
    vertical-align: middle;
    margin: 0 2px;
}
.mud-icon-root.bi::before {
    vertical-align: top;
}

.mud-chip.mud-chip-size-medium {
    min-height: 32px;
    height: auto !important;
}
.mud-chip > .mud-chip-content {
    text-wrap: wrap;
}

.mud-expand-panel.mud-panel-expanded {
    margin: 3px 0 !important;
}
.mud-expand-panel:first-child {
    margin-top: 3px !important;
}
.mud-expand-panel:last-child {
    margin-bottom: 3px !important;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/*Button*/
.btn-primary {
    color: #111517;
    border: 1px solid #457a00;
    background-color: transparent;
}
    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
        color: #fff;
        border: 1px solid #457a00;
        background-color: #457a00;
    }

.form-check-input:checked {
    background-color: #457a00;
    border-color: #457a00;
}
    
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #012970;
    /*font-family: "Poppins", sans-serif;*/
    margin-bottom: 0;
    line-height: 1.2;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 15px 5px 15px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  /*font-family: "Poppins", sans-serif;*/
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 16px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  flex-wrap: nowrap;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/*.breadcrumb .breadcrumb-item:first-child:nth-last-child(1) {
  max-width: 100%;
}
.breadcrumb .breadcrumb-item:first-child:nth-last-child(2) {
  max-width: 50%;
}
.breadcrumb .breadcrumb-item:first-child:nth-last-child(3) {
  max-width: 33%;
}
.breadcrumb .breadcrumb-item:first-child:nth-last-child(4) {
  max-width: 25%;
}*/


/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
  font-size: 16px;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*.input-group-text.input-group-text-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height: 50px;
  margin-right: 6px;
}

.logo span {
  font-size: 16px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  /*padding-left: 10px;*/
  cursor: pointer;
  color: #012970;
}

.toggle-sidebar .header .toggle-sidebar-btn {
    color: #4154f1;
}

@media (min-width: 1199px) {
    .header .toggle-sidebar-btn {
        display: none;
    }

    .header .logo .d-lg-block {
        display: block !important;
    }
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 996;
    transition: all 0.3s;
    padding: 10px 10px 70px 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

    @media (max-width: 1199px) {
        .sidebar {
            left: -250px;
        }
    }

    .sidebar::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #fff;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background-color: #aab7cf;
    }

    @media (min-width: 1200px) {

        #main,
        #footer {
            margin-left: 250px;
        }
    }

    @media (max-width: 1199px) {
        .toggle-sidebar .sidebar {
            left: 0;
        }
    }

    @media (min-width: 1200px) {

        .toggle-sidebar #main,
        .toggle-sidebar #footer {
            margin-left: 250px;
        }

        .toggle-sidebar .sidebar {
            left: 0;
        }
    }

    .sidebar-nav {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .sidebar-nav .nav-item {
            margin-bottom: 5px;
        }

        .sidebar-nav .nav-heading {
            font-size: 11px;
            text-transform: uppercase;
            color: #899bbd;
            font-weight: 600;
            margin: 10px 0 5px 15px;
        }

        .sidebar-nav .nav-link {
            display: flex;
            align-items: center;
            font-size: 15px;
            font-weight: 600;
            color: #012970;
            transition: 0.3s;
            background: #fff;
            padding: 10px 15px;
            border-radius: 4px;
        }
            .sidebar-nav .nav-link i {
                font-size: 16px;
                margin-right: 10px;
                color: #899bbd;
            }

            .sidebar-nav .nav-link.active {
                color: #4154f1;
                background: #f6f9ff;
            }
                .sidebar-nav .nav-link.active i {
                    color: #4154f1;
                }

            .sidebar-nav .nav-link:hover {
                color: #4154f1;
                background: #f6f9ff;
            }

                .sidebar-nav .nav-link:hover i {
                    color: #4154f1;
                }

            .sidebar-nav .nav-link .bi-chevron-down {
                margin-right: 0;
                transition: transform 0.2s ease-in-out;
            }

            .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
                transform: rotate(180deg);
            }

        .sidebar-nav .nav-content {
            padding: 5px 0 0 0;
            margin: 0;
            list-style: none;
        }

            .sidebar-nav .nav-content a {
                display: flex;
                align-items: center;
                font-size: 14px;
                font-weight: 600;
                color: #012970;
                padding: 10px 0 10px 40px;
                transition: 0.3s;
            }

                .sidebar-nav .nav-content a i {
                    font-size: 16px;
                    margin-right: 8px;
                    line-height: 0;
                    border-radius: 50%;
                }

                .sidebar-nav .nav-content a:hover,
                .sidebar-nav .nav-content a.active {
                    color: #4154f1;
                    background: #f6f9ff;
                }

                    /*.sidebar-nav .nav-content a.active i {
                        background-color: #4154f1;
                    }*/


/*--------------------------------------------------------------
# ApexCharts
--------------------------------------------------------------*/

.apexcharts-tooltip.chart-tooltip-disabled {
    display: none !important;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
    
    /* Filter dropdown */
    .dashboard .filter {
        position: absolute;
        right: 0px;
        top: 15px;
    }

        .dashboard .filter .icon {
            color: #aab7cf;
            padding-right: 20px;
            padding-bottom: 5px;
            transition: 0.3s;
            font-size: 16px;
        }

            .dashboard .filter .icon:hover,
            .dashboard .filter .icon:focus {
                color: #4154f1;
            }

        .dashboard .filter .dropdown-header {
            padding: 8px 15px;
        }

            .dashboard .filter .dropdown-header h6 {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 1px;
                color: #aab7cf;
                margin-bottom: 0;
                padding: 0;
            }

        .dashboard .filter .dropdown-item {
            padding: 8px 15px;
        }

    /* Info Cards */
    .dashboard .info-card {
        padding-bottom: 10px;
    }

        .dashboard .info-card h6 {
            font-size: 28px;
            color: #012970;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }

    .dashboard .card-icon {
        font-size: 32px;
        line-height: 0;
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .dashboard .sales-card .card-icon {
        color: #4154f1;
        background: #f6f6fe;
    }

    .dashboard .sku-card .card-icon {
        color: #2eca6a;
        background: #e0f8e9;
    }

    .dashboard .att-card .card-icon {
        color: #ff771d;
        background: #ffecdf;
    }

    /* Activity */
    .dashboard .activity {
        font-size: 14px;
    }

        .dashboard .activity .activity-item .activite-label {
            color: #888;
            position: relative;
            flex-shrink: 0;
            flex-grow: 0;
            min-width: 64px;
        }

            .dashboard .activity .activity-item .activite-label::before {
                content: "";
                position: absolute;
                right: -11px;
                width: 4px;
                top: 0;
                bottom: 0;
                background-color: #eceefe;
            }

        .dashboard .activity .activity-item .activity-badge {
            margin-top: 3px;
            z-index: 1;
            font-size: 11px;
            line-height: 0;
            border-radius: 50%;
            flex-shrink: 0;
            border: 3px solid #fff;
            flex-grow: 0;
        }

        .dashboard .activity .activity-item .activity-content {
            padding-left: 10px;
            padding-bottom: 20px;
        }

        .dashboard .activity .activity-item:first-child .activite-label::before {
            top: 5px;
        }

        .dashboard .activity .activity-item:last-child .activity-content {
            padding-bottom: 0;
        }

    /* News & Updates */
    .dashboard .news .post-item + .post-item {
        margin-top: 15px;
    }

    .dashboard .news img {
        width: 80px;
        float: left;
        border-radius: 5px;
    }

    .dashboard .news h4 {
        font-size: 15px;
        margin-left: 95px;
        font-weight: bold;
        margin-bottom: 5px;
    }

        .dashboard .news h4 a {
            color: #012970;
            transition: 0.3s;
        }

            .dashboard .news h4 a:hover {
                color: #4154f1;
            }

    .dashboard .news p {
        font-size: 14px;
        color: #777777;
        margin-left: 95px;
    }

    /* Recent Sales */
    .dashboard .recent-sales {
        font-size: 14px;
    }

        .dashboard .recent-sales .table thead {
            background: #f6f6fe;
        }

            .dashboard .recent-sales .table thead th {
                border: 0;
            }

        .dashboard .recent-sales .dataTable-top {
            padding: 0 0 10px 0;
        }

        .dashboard .recent-sales .dataTable-bottom {
            padding: 10px 0 0 0;
        }

    /* Top Selling */
    .dashboard .top-selling {
        font-size: 14px;
    }

        .dashboard .top-selling .table thead {
            background: #f6f6fe;
        }

            .dashboard .top-selling .table thead th {
                border: 0;
            }

        .dashboard .top-selling .table tbody td {
            vertical-align: middle;
        }

        .dashboard .top-selling img {
            border-radius: 5px;
            max-width: 60px;
        }

    /*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
    .iconslist {
        display: grid;
        max-width: 100%;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1.25rem;
        padding-top: 15px;
    }

        .iconslist .icon {
            background-color: #fff;
            border-radius: 0.25rem;
            text-align: center;
            color: #012970;
            padding: 15px 0;
        }

        .iconslist i {
            margin: 0.25rem;
            font-size: 2.5rem;
        }

        .iconslist .label {
            font-family: var(--bs-font-monospace);
            display: inline-block;
            width: 100%;
            overflow: hidden;
            padding: 0.25rem;
            font-size: 12px;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666;
        }

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
    .profile .profile-card img {
        max-width: 120px;
    }

    .profile .profile-card h2 {
        font-size: 24px;
        font-weight: 700;
        color: #2c384e;
        margin: 10px 0 0 0;
    }

    .profile .profile-card h3 {
        font-size: 18px;
    }

    .profile .profile-card .social-links a {
        font-size: 20px;
        display: inline-block;
        color: rgba(1, 41, 112, 0.5);
        line-height: 0;
        margin-right: 10px;
        transition: 0.3s;
    }

        .profile .profile-card .social-links a:hover {
            color: #012970;
        }

    .profile .profile-overview .row {
        margin-bottom: 20px;
        font-size: 15px;
    }

    .profile .profile-overview .card-title {
        color: #012970;
        font-size: 16px;
    }

    .profile .profile-overview .label {
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit label {
        font-weight: 600;
        color: rgba(1, 41, 112, 0.6);
    }

    .profile .profile-edit img {
        max-width: 120px;
    }

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
    .faq .basic h6 {
        font-size: 18px;
        font-weight: 600;
        color: #4154f1;
    }

    .faq .basic p {
        color: #6980aa;
    }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .info-box {
        padding: 28px 30px;
    }

        .contact .info-box i {
            font-size: 38px;
            line-height: 0;
            color: #4154f1;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #012970;
            font-weight: 700;
            margin: 20px 0 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
        margin-bottom: 24px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
        border-radius: 0;
    }

        .contact .php-email-form input:focus,
        .contact .php-email-form textarea:focus {
            border-color: #4154f1;
        }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type=submit] {
        background: #4154f1;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
        border-radius: 4px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #5969f3;
        }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
    .error-404 {
        padding: 30px;
    }

        .error-404 h1 {
            font-size: 180px;
            font-weight: 700;
            color: #4154f1;
            margin-bottom: 0;
            line-height: 150px;
        }

        .error-404 h2 {
            font-size: 24px;
            font-weight: 700;
            color: #012970;
            margin-bottom: 30px;
        }

        .error-404 .btn {
            background: #51678f;
            color: #fff;
            padding: 8px 30px;
        }

            .error-404 .btn:hover {
                background: #3e4f6f;
            }

    @media (min-width: 992px) {
        .error-404 img {
            max-width: 50%;
        }
    }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    position: fixed;
    bottom: 0px;
    width: 230px;
    background-color: #fff;
    text-align: center;

    padding: 10px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
}
    .footer.copyright {
        text-align: center;
        color: #012970;
    }

    .footer.unauthorized {
        width: 100%;
        z-index: 1;
    }