html.semi-dark .sidebar-wrapper {
  background: #94f3ff;
  border-right: 1px solid #e4e4e400;
  box-shadow: 0 0.1rem 0.7rem rgb(0 0 0 / 32%) !important;

}

html.semi-dark .sidebar-wrapper .sidebar-header {
  background: #8fd8ff;
  border-right: 1px solid #e4e4e400;
  border-bottom: 1px solid rgb(255 255 255 / 15%)
}

html.semi-dark .sidebar-wrapper .sidebar-header .logo-text {
  color: #e7e9ec
}

html.semi-dark .sidebar-wrapper .sidebar-header .toggle-icon {
  color: #e7e9ec
}

html.semi-dark .sidebar-wrapper .metismenu a {
  color: #9ea4aa
}

html.semi-dark .sidebar-wrapper .metismenu .mm-active>a, html.semi-dark .sidebar-wrapper .metismenu a:active, html.semi-dark .sidebar-wrapper .metismenu a:focus, html.semi-dark .sidebar-wrapper .metismenu a:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(255 255 255 / 18%)
}

html.semi-dark .sidebar-wrapper .metismenu ul {
  border: 1px solid #ffffff00;
  background: rgba(230, 6, 6, 0.08)
}

html.semi-dark .simplebar-scrollbar:before {
  background: rgba(255, 255, 255, .4)
}

html.semi-dark .logo-icon {
  filter: invert(1) grayscale(100%) brightness(200%)
}

html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-1, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-10, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-11, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-12, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-2, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-3, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-4, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-5, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-6, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-7, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-8, html.ColorLessIcons .sidebar-wrapper .metismenu .icon-color-9 {
  color: inherit
}




html.minimal-theme .topbar {

  /* background-color: #9B177E !important; */
  border-right: 1px solid rgb(228 228 228 / 0%);
  border-radius: 20px;
  margin: 10px;
  padding: 10px;
  color: #ffffff !important;
  background: linear-gradient(to right, #1e3c72, #2a5298, indigo);

}

html.minimal-theme .sidebar-wrapper .metismenu ul {
  background: #bad0ff;
  border-bottom: 1px solid #dee2e6;
  box-shadow: none !important
}

html.minimal-theme .topbar .search-control {
  background-color: #bad0ff;
  border: 1px solid #dee2e6
}

html.minimal-theme .topbar .user-box {
  border-left: 1px solid #dee2e6
}

html.minimal-theme .sidebar-wrapper {
  background: #bad0ff;
  border-right: 1px solid #dee2e6;
  box-shadow: none !important
}

html.minimal-theme .sidebar-header {
  background: #bad0ff;
  border-bottom: 1px solid #dee2e6;
  background-clip: padding-box
}

html.minimal-theme .card {
  background-color: #ffffff;
  box-shadow: none;
  border: 2px solid rgba(10, 22, 255, 0.996) !important;
  border-radius: 15px;
}

html.minimal-theme .btn-danger {
  color: #fff;
  background-color: rgba(23, 33, 226, 0.99);
  border-color: rgba(23, 33, 226, 0.99);
  border-radius: 15px;
}
html.minimal-theme .btn-danger:hover {
  color: #fff;
  background-color: rgba(69, 77, 248, 0.99);
  border-color: rgba(23, 33, 226, 0.99);
  border-radius: 15px;
}

html.minimal-theme.color-sidebar.sidebarcolor1 .sidebar-wrapper {
  /* background-image: url(../images/bg-themes/1.png); */
}

html.minimal-theme .col-form-label {
  color: black !important;
}

html.minimal-theme .text-danger {
  color: rgba(10, 22, 255, 0.996) !important;

}

html.minimal-theme .page-footer {
  position: fixed;
  bottom: 0;
  left: 260px ;
  right: 0;
  /* background-color: #9B177E !important; */
  background: linear-gradient(to right, #1e3c72, #2a5298, indigo);

  border-right: 1px solid rgb(228 228 228 / 0%);
  border-radius: 20px;
  margin: 5px;
  padding: 10px;
  color: #ffffff !important;
}

@media screen and (min-width:1025px) {
  html.minimal-theme .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
    box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important
  }
}

.bgcc {
  background-color: #e4e8ff;
}

::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #c5c5c5;
  /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background: #2d2d2d;
  /* Color of the scrollbar thumb */
  border-radius: 6px;
  /* Roundness of the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #5a5a5a;
  /* Color of the scrollbar thumb when hovered */
}

/* For Firefox */
body {
  scrollbar-width: thin;
  /* Scrollbar width can be 'auto', 'thin', or 'none' */
  scrollbar-color: #888 #f1f1f1;
  /* Scrollbar thumb and track colors */
}

table {
  scrollbar-width: thin;
  /* Scrollbar width can be 'auto', 'thin', or 'none' */
  scrollbar-color: #888 #f1f1f1;
  /* Scrollbar thumb and track colors */

}
