html {
  min-height: 100%;
}

body {
  color: #c4c4c4;
  height: 100%;
  font-size: 0.875rem;
  background: #181f39;
  overflow-x: hidden;
  overflow-y: auto;
  letter-spacing: 0.0312rem;
  font-family: 'Montserrat', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #b5bae3;
}

:focus {
  outline: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #4361ee;
  background: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #c6c6c6;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #f1f2f3;
}

strong {
  font-weight: 600;
}

code {
  color: #e7515a;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: space-between;
  }
}

/*Page title*/

.page-header {
  border: 0;
  margin: 0;
}

.page-header:before,
.page-header:after {
  display: table;
  content: '';
  line-height: 0;
}

.page-header:after {
  clear: both;
}

.page-title h3 {
  margin: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #3b3f5c;
  font-weight: 700;
}

.page-title span {
  display: block;
  font-size: 11px;
  color: #888;
  font-weight: normal;
}

.main-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

#container.fixed-header {
  margin-top: 56px;
}

#content {
  position: relative;
  width: 50%;
  flex-grow: 8;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 265px;
  transition: 0.6s;
  display: flex !important;
  flex-direction: column !important;
  min-height: calc(100vh - 50px) !important;
}

.layout-px-spacing {
  flex-grow: 1;
}

.main-container-fluid > .main-content > .container {
  float: left;
  width: 100%;
}

#content > .wrapper {
  -webkit-transition: margin ease-in-out 0.1s;
  -moz-transition: margin ease-in-out 0.1s;
  -o-transition: margin ease-in-out 0.1s;
  transition: margin ease-in-out 0.1s;
  position: relative;
}

.widget {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #e0e6ed;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.sidebar-closed .layout-px-spacing {
  padding: 0 10px !important;
}

.widget.box .widget-header {
  background: #fff;
  padding: 0px 8px 0px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.row [class*='col-'] .widget .widget-header h4 {
  color: #3b3f5c;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 16px 15px;
}

.seperator-header {
  background: transparent;
  box-shadow: none;
  margin-bottom: 40px;
  border-radius: 0;
}

.seperator-header h4 {
  margin-bottom: 0;
  line-height: 1.4;
  padding: 5px 8px;
  font-size: 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: inline-block;
  background: rgba(0, 150, 136, 0.26);
  color: #009688;
  font-weight: 500;
}

.widget .widget-header {
  border-bottom: 0px solid #f1f2f3;
}

.widget .widget-header:before,
.widget .widget-header:after {
  display: table;
  content: '';
  line-height: 0;
}

.widget .widget-header:after {
  clear: both;
}

.widget-content-area {
  border: 1px solid #283150 !important;
  background-color: #1e2746;
}

.content-area {
  max-width: 58.333333%;
  margin-left: 80px;
}

/* 
=====================
    Navigation Bar
=====================
*/

.header-container {
  z-index: 1030;
  border-bottom: 1px solid #2c2d2e;
}

.header-container .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 0;
  background: #1e2746;
}

.navbar .theme-brand {
  padding: 0.9px 0 0.9px 15px !important;
  border-radius: 6px 6px 0 0;
  justify-content: space-between;
}

.navbar .theme-brand li.theme-logo {
  align-self: center;
}

.navbar .theme-brand li.theme-logo img {
  height: 50px;
}

.navbar .theme-brand li.theme-text {
  margin-right: 47px;
}

.navbar .theme-brand li.theme-text a {
  font-size: 18px !important;
  color: #e0e6ed !important;
  line-height: 2.75rem;
  padding: 0 0.8rem;
  text-transform: initial;
  font-weight: 700;
  position: absolute;
  top: 26px;
  right: -100px;
  z-index: 999;
}

.navbar.expand-header {
  margin: 0;
}

.navbar-brand {
  width: 5.5rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  margin-right: 0rem;
}

.navbar-expand-sm .navbar-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-expand-sm .navbar-item .nav-link {
  padding: 6.24px 9.6px;
  text-transform: initial;
  position: unset;
}

.header-container .navbar .dropdown-menu {
  border-radius: 6px;
  border-color: #e0e6ed;
}

.header-container .navbar .dropdown-item {
  line-height: 1.8;
  font-size: 0.96rem;
  padding: 15px 0 15px 0;
  word-wrap: normal;
}

.header-container .navbar .navbar-item .nav-item .dropdown-item.active,
.header-container .navbar .navbar-item .nav-item .dropdown-item:active {
  background-color: transparent;
  color: #16181b;
}

.header-container .navbar .navbar-item .nav-item.dropdown .nav-link:hover span {
  color: #e0e6ed !important;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu {
  top: 139% !important;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
  background: #21223e;
  padding: 10px;
  border: 1px solid #3d3d3d;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu.show {
  top: 46px !important;
}

.header-container .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
  position: absolute;
  content: '';
  top: -16px;
  margin-left: -7px;
  height: 0;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid #fff;
  left: auto;
  right: 7px;
  border-bottom-color: #21223e;
}

/*   Language   */

.header-container .navbar .language-dropdown {
  margin-left: 20px;
}

.header-container .navbar .language-dropdown a.nav-link {
  position: relative;
  font-size: 24px;
  padding: 0;
}

.header-container .navbar .language-dropdown a.dropdown-toggle:after {
  display: none;
}

.header-container .navbar .language-dropdown a.dropdown-toggle img {
  width: 30px;
  height: 30px;
  margin: 5px 0px;
}

/*   Language Dropdown  */
.header-container .navbar .navbar-item .nav-item.dropdown.language-dropdown .dropdown-menu {
  min-width: 9rem;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  box-shadow: none;
  z-index: 1070;
  padding: 6px 0;
  border-radius: 4px;
}

.header-container .navbar .language-dropdown .dropdown-menu:before {
  top: -10px;
  left: 41%;
  right: auto !important;
}

.header-container .navbar .language-dropdown .dropdown-menu:after {
  top: -8.5px;
  left: 49% !important;
  right: auto !important;
}

.header-container
  .navbar
  .language-dropdown:not(.custom-dropdown-icon):not(.custom-dropdown)
  .dropdown-menu
  .dropdown-item:hover {
  background: #6f47de;
  color: #fff;
}

.header-container .navbar .language-dropdown .dropdown-menu .dropdown-item.active,
.header-container .navbar .language-dropdown .dropdown-menu .dropdown-item:active {
  background: transparent;
  color: #16181b;
}

.header-container .navbar .language-dropdown .dropdown-menu a img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.header-container .navbar .language-dropdown .dropdown-menu a span {
  color: #3b3f5c;
  font-weight: 600;
}

.header-container
  .navbar
  .language-dropdown:not(.custom-dropdown-icon):not(.custom-dropdown)
  .dropdown-menu
  .dropdown-item:hover
  span {
  color: #4361ee;
}

/*Message Dropdown*/
.navbar .navbar-item .nav-item.dropdown.message-dropdown {
  margin-left: 20px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
  padding: 0 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link svg {
  color: #e0e6ed;
  width: 25px;
  height: 25px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
  position: absolute;
  top: 13px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 1px 5px 0px;
  font-size: 10px;
  color: #fff !important;
  background: #4361ee;
  border: 1px solid #e0e6ed;
  top: 10px;
  right: -8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
  top: 11px;
  right: 1px;
  width: 22px;
  height: 22px;
  padding: 3px 3px 0px;
  font-size: 9px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
  min-width: 13rem;
  right: -15px;
  left: auto;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu.show {
  top: 49px !important;
  border: 1px solid #383838;
  /* text-align: center; */
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
  padding: 8px 8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
  padding-top: 8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
  right: 17px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 8px;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 39px;
  font-size: 14px;
  margin-right: 11px;
  font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #304aca;
  color: #fff;
  font-weight: 600;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 3px solid rgba(224, 230, 237, 0.16);
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
  font-size: 15px;
  margin-bottom: 0px;
  color: #3b3f5c;
  font-weight: 600;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
  color: #4361ee;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
  align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
  font-size: 10px;
  font-weight: 700;
  color: #888ea8;
  margin-bottom: 0;
  letter-spacing: 0;
}

/*Notification Dropdown*/

.navbar .navbar-item .nav-item.dropdown.notification-dropdown {
  margin-left: 16px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link {
  padding: 0 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link svg {
  color: #e0e6ed;
  width: 22px;
  height: 22px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  padding: 0;
  font-size: 10px;
  color: #fff !important;
  background: #1abc9c;
  top: 7px;
  right: 2px;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
  min-width: 15rem;
  right: -7px;
  left: auto;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:focus,
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #e0e6ed;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item .notification-para {
  color: #506690;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  white-space: normal;
}

.navbar
  .navbar-item
  .nav-item.dropdown.notification-dropdown
  .dropdown-menu
  .dropdown-item
  .notification-para
  .user-name {
  color: #e0e6ed;
  font-weight: 700;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item .notification-meta-time {
  font-size: 13px;
  font-weight: 600;
  color: #bfc9d4;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
  min-width: 15rem;
  right: -6px;
  left: auto;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu.show {
  top: 102% !important;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item {
  padding: 0.625rem 1rem;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu svg {
  width: 23px;
  height: 23px;
  font-weight: 600;
  color: #e2a03f;
  fill: rgba(226, 160, 63, 0.27058823529411763);
  margin-right: 9px;
  align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.file-upload svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.23921568627450981);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media.server-log svg {
  color: #009688;
  fill: rgba(0, 150, 136, 0.3686274509803922);
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .media-body {
  display: flex;
  justify-content: space-between;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info {
  display: inline-block;
  white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  margin-right: 8px;
  color: #3b3f5c;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .dropdown-item:hover .data-info h6 {
  color: #445ede;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .data-info p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
  color: #888ea8;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status {
  display: inline-block;
  white-space: normal;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg {
  margin: 0;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x {
  color: #bfc9d4;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-x:hover {
  color: #e7515a;
}

.navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu .icon-status svg.feather-check {
  color: #fff;
  background: #0d9a5d;
  border-radius: 50%;
  padding: 3px;
  width: 22px;
  height: 22px;
}

.navbar .navbar-item .nav-item.search-animated {
  position: relative;
}

.navbar .navbar-item .nav-item.search-animated svg {
  font-weight: 600;
  margin: 0 9.6px;
  cursor: pointer;
  color: #888ea8;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 9px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control {
  width: 100%;
  font-size: 14px;
  background-color: rgba(81, 83, 101, 0.28);
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #888ea8;
  letter-spacing: 1px;
  padding: 0px 4px 0px 35px;
  height: 36px;
  font-weight: 600;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus {
  border: 1px solid #3b3f5c;
  box-shadow: none;
}

.navbar .navbar-item .nav-item .form-inline.search .search-form-control {
  border: 1px solid rgba(81, 83, 101, 0.28);
  width: 100%;
  width: 370px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-webkit-input-placeholder {
  color: #888ea8;
  letter-spacing: 1px;
  font-size: 13px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-ms-input-placeholder {
  color: #888ea8;
  letter-spacing: 1px;
  font-size: 13px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control::-moz-placeholder {
  color: #888ea8;
  letter-spacing: 1px;
  font-size: 13px;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-webkit-input-placeholder {
  color: #3b3f5c;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-ms-input-placeholder {
  color: #3b3f5c;
}

.navbar .navbar-item .nav-item form.form-inline input.search-form-control:focus::-moz-placeholder {
  color: #3b3f5c;
}

.loader-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 814 !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.4) !important;
}

.loader-overlay.show {
  display: block;
  opacity: 1;
}

/* User Profile Dropdown*/
.navbar .navbar-item .nav-item.user-profile-dropdown {
  margin: 5px 10px 0px 25px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
  padding: 0;
  position: relative;
}

.navbar .navbar-item .nav-item.dropdown.user-profile-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
  width: 28px;
  border-radius: 4px;
  height: 28px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu {
  max-width: 13rem;
  padding: 0 11px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item a {
  display: block;
  color: #d6cccc;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 14px;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:hover a {
  color: #4361ee;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #535353;
}

.navbar .navbar-item .nav-item.user-profile-dropdown .dropdown-menu .dropdown-item svg {
  width: 17px;
  margin-right: 7px;
  height: 17px;
}

/* 
===============
    Sidebar
===============
*/
.sub-header-container {
  position: fixed;
  top: 53px;
  width: 100%;
  z-index: 1029;
  display: flex;
}

.sub-header-container .navbar {
  -webkit-box-shadow: 0px 0px 15px 1px rgb(138 132 206 / 0%);
  -moz-box-shadow: 0px 0px 15px 1px rgba(138, 132, 206, 0.03);
  box-shadow: 0px 20px 20px rgb(126 142 177 / 0%);
  background: #fafafa;
  border-radius: 0;
  padding: 9px 0;
  justify-content: flex-start;
  min-height: 53px;
  width: 100%;
  border-bottom: 1px solid #ebedf2;
}

.sub-header-container .navbar .toggle-sidebar,
.sub-header-container .navbar .sidebarCollapse {
  position: relative;
  padding: 0 25px 0 31px;
  margin-left: 0;
}

.sub-header-container .navbar .sidebarCollapse svg {
  width: 20px;
  height: 20px;
  color: #3b3f5c;
  vertical-align: text-top;
}

.page-header {
  display: flex;
  padding: 0 0;
}

.sub-header-container .breadcrumb-one {
  display: inline-block;
}

.sub-header-container .breadcrumb-one .breadcrumb {
  padding: 0;
  vertical-align: sub;
  background-color: transparent;
  margin-bottom: 0;
}

.sub-header-container .breadcrumb-one .breadcrumb-item {
  align-self: center;
  display: flex;
}

.sub-header-container .breadcrumb-one .breadcrumb-item a {
  color: #515365;
  vertical-align: sub;
}

.sub-header-container .breadcrumb-one .breadcrumb-item a svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
  fill: #515365;
}

.sub-header-container .breadcrumb-one .breadcrumb-item.active a {
  color: #515365;
}

.sub-header-container .breadcrumb-one .breadcrumb-item span {
  vertical-align: sub;
}

.sub-header-container .breadcrumb-one .breadcrumb-item.active {
  color: #3b3f5c;
  font-weight: 600;
}

.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item {
  padding: 0px;
}

.sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
  color: #515365;
  padding: 0 6px 0 6px;
  vertical-align: bottom;
  display: inline-block;
  float: none;
}

@media (max-width: 575px) {
  .page-header {
    display: block;
  }
}

.sub-header-container .more-dropdown .custom-dropdown-icon {
  padding-right: 20px;
}

.sub-header-container .more-dropdown .custom-dropdown-icon a.dropdown-toggle {
  position: relative;
  padding: 9px 35px 10px 15px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  transform: none;
  font-size: 13px;
  line-height: 17px;
  background-color: #fff;
  letter-spacing: normal;
  min-width: 115px;
  text-align: inherit;
  color: #1b2e4b;
  box-shadow: none;
  max-height: 35px;
}

.sub-header-container .more-dropdown .custom-dropdown-icon a.dropdown-toggle svg {
  position: absolute;
  right: 15px;
  top: 11px;
  color: #888ea8;
  width: 13px;
  height: 13px;
  margin: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}

.sub-header-container .more-dropdown .custom-dropdown-icon.show a.dropdown-toggle svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu {
  position: absolute;
  right: 16px;
  top: 40px !important;
  padding: 8px 0;
  border: none;
  min-width: 155px;
  border: 1px solid #d3d3d3;
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu a {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 500;
  color: #3b3f5c;
}

.sub-header-container .more-dropdown .custom-dropdown-icon .dropdown-menu a:hover {
  color: #2196f3;
  background: rgb(248, 248, 248);
}

/* 
===============
    Sidebar
===============
*/
.sidebar-wrapper {
  width: 280px;
  position: fixed;
  z-index: 1028;
  border-radius: 6px 6px 0 0;
  transition: 0.6s;
  bottom: 0;
  height: auto;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
  top: 75px;
  left: 0;
}

.sidebar-theme {
  background: #1c243e;
}

.sidebar-closed.main-container {
  padding: 0;
}

.sidebar-closed > .sidebar-wrapper {
  left: -290px;
}

.sidebar-closed > #content {
  margin-left: 0;
}

#sidebar .navbar-brand .img-fluid {
  display: inline;
  width: 44px;
  height: auto;
  margin-left: 20px;
  margin-top: 5px;
}

#sidebar .border-underline {
  border-left: 1px solid #ccc;
  height: 20px;
  margin-top: 18px;
  margin-left: 0px;
  margin-right: 8px;
}

#sidebar * {
  overflow: hidden;
  white-space: nowrap;
}

.shadow-bottom {
  display: block;
  position: absolute;
  z-index: 2;
  height: 33px;
  width: 100%;
  pointer-events: none;
  margin-top: -13px;
  left: -4px;
  -webkit-filter: blur(5px);
  filter: blur(3px);
  background: -webkit-linear-gradient(180deg, #f1f2f3 49%, #f1f2f3f2 85%, #2c303c00);
  background: linear-gradient(#f2f4f4 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

#sidebar ul.menu-categories {
  position: relative;
  margin: auto;
  width: 100%;
  height: calc(100vh - 127px) !important;
  overflow: hidden;
}

#sidebar ul.menu-categories.ps {
  height: 100vh !important;
  margin-right: 0;
  border-right: 1px solid rgb(52 52 52);
}

#sidebar .ps__thumb-y {
  right: 4px;
}

#sidebar ul.menu-categories li > .dropdown-toggle[data-active='true'] svg.feather-chevron-right {
  transform: rotate(90deg);
}

#sidebar ul.menu-categories li > .dropdown-toggle[aria-expanded='true'] svg.feather-chevron-right {
  transform: rotate(90deg);
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a {
  justify-content: flex-start;
}

#sidebar ul.menu-categories li.menu:first-child ul.submenu > li a i {
  align-self: center;
  margin-right: 12px;
  font-size: 19px;
  width: 21px;
}

#sidebar ul.menu-categories li.menu:first-child > .dropdown-toggle {
  margin-top: 21px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 13px;
  color: #b2b2b2;
  padding: 11px 14px;
  transition: 0.6s;
  margin-bottom: 4px;
  font-weight: 500;
  letter-spacing: 1px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle > div {
  align-self: center;
}

#sidebar ul.menu-categories li.menu .dropdown-toggle:after {
  display: none;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg {
  color: #ffffff;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  stroke-width: 1.6;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active='true'] {
  background: linear-gradient(to right, #6852ec 0%, rgba(49, 206, 255, 0) 100%) !important;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  color: #ffffff;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active='true']:hover svg {
  color: #030305;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active='true'] span {
  color: #f8f8f8;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle[aria-expanded='false'] svg g path {
  fill: #fff;
  stroke-width: 2px;
}

#sidebar ul.menu-categories li.menu.active > .dropdown-toggle[aria-expanded='false'] span {
  color: #fff;
  font-weight: 600;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover,
#sidebar
  ul.menu-categories
  li.menu
  > .dropdown-toggle.dropdown-toggle:not([data-active='true']):not([aria-expanded='true']):hover {
  background: linear-gradient(to right, #545969 0%, rgba(49, 206, 255, 0) 100%) !important;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded='true']:not([data-active='true']) {
  background: linear-gradient(to right, #4f5b87 0%, rgba(49, 206, 255, 0) 100%) !important;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  color: #ffffff;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle:hover svg,
#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded='true']:not([data-active='true']) svg {
  color: #fff;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[aria-expanded='true']:not([data-active='true']) svg {
  color: #fff;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right,
#sidebar ul.menu-categories li.menu > .dropdown-toggle svg.feather-chevron-right {
  vertical-align: middle;
  margin-right: 0;
  width: 15px;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active='true'] svg.flaticon-right-arrow,
#sidebar ul.menu-categories li.menu > .dropdown-toggle[data-active='true'] svg.flaticon-down-arrow {
  background-color: transparent;
}

#sidebar ul.menu-categories li.menu > a span:not(.badge) {
  vertical-align: middle;
}

#sidebar ul.menu-categories ul.submenu > li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px 12px 10px 48px;
  padding-left: 24px;
  margin-left: 36px;
  font-size: 13px;
  color: #b3b3b3;
}

#sidebar ul.menu-categories li.menu ul.submenu > li a:before {
  content: '';
  background-color: #d3d3d3;
  position: absolute;
  height: 3px;
  width: 3px;
  top: 17.5px;
  left: 13px;
  border-radius: 50%;
}

#sidebar ul.menu-categories ul.submenu > li.active a {
  color: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-weight: 600;
}

#sidebar ul.menu-categories ul.submenu > li a.dropdown-toggle {
  padding: 10px 15px 10px 24px;
}

#sidebar ul.menu-categories li.menu ul.submenu > li.active a:before {
  background-color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li.active {
  position: relative;
}

#sidebar ul.menu-categories ul.submenu > li a:hover {
  color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li a:hover:before {
  background-color: #4361ee !important;
}

#sidebar ul.menu-categories ul.submenu > li a i {
  align-self: center;
  font-size: 9px;
}

#sidebar ul.menu-categories ul.submenu li > [data-active='true'] i {
  color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu li > [data-active='true']:before {
  background-color: #4361ee !important;
}

#sidebar ul.menu-categories ul.submenu li > a[data-active='true'] {
  color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a {
  position: relative;
  padding: 10px 12px 10px 48px;
  padding-left: 13px;
  margin-left: 47px;
  font-size: 12px;
  color: #989898;
  font-weight: 400;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a {
  color: #6451dc;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:hover {
  color: #4361ee;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li a:before {
  display: none;
}

#sidebar ul.menu-categories ul.submenu > li ul.sub-submenu > li.active a:before {
  background-color: #4361ee;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1035 !important;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;

  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.e-animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes e-fadeInUp {
  0% {
    opacity: 0;
    margin-top: 10px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes e-fadeInUp {
  0% {
    opacity: 0;
    margin-top: 10px;
  }

  100% {
    opacity: 1;
    margin-top: 0;
  }
}

.e-fadeInUp {
  -webkit-animation-name: e-fadeInUp;
  animation-name: e-fadeInUp;
}

#sidebar ul.menu-categories .ps__rail-y {
  right: -4px !important;
}

/*  
    ======================
        Footer-wrapper
    ======================
*/

.footer-wrapper {
  padding: 10px 20px 10px 18px;
  display: inline-block;
  background: transparent;
  font-weight: 600;
  font-size: 12px;
  width: 100%;
  border-top-left-radius: 6px;
  display: flex;
  justify-content: space-between;
}

.main-container.sidebar-closed .footer-wrapper {
  border-radius: 0;
}

.footer-wrapper .footer-section p {
  margin-bottom: 0;
  color: #9093a7;
  font-size: 13px;
  letter-spacing: 1px;
}

.footer-wrapper .footer-section p a {
  color: #ffffff;
}

.footer-wrapper .footer-section svg {
  color: #e7515a;
  fill: rgba(231, 81, 90, 0.4196078431372549);
  width: 15px;
  height: 15px;
  vertical-align: text-top;
}

/*  
    ======================
        MEDIA QUERIES
    ======================
*/

@media (min-width: 992px) {
  .sidebar-closed #sidebar .theme-brand li.theme-text a {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar .theme-brand {
    padding: 0.9px 0 0.9px 14px !important;
  }

  .sub-header-container .navbar .toggle-sidebar,
  .sub-header-container .navbar .sidebarCollapse {
    position: relative;
    padding: 0 25px 0 16px;
  }

  /*
        =============
            NavBar
        =============
    */

  .main-container.sidebar-closed #content {
    margin-left: 0;
  }

  /*
        =============
            Sidebar
        =============
    */
  .shadow-bottom {
    width: 100%;
  }

  #content {
    margin-left: 0;
  }

  #sidebar .theme-brand {
    border-radius: 0;
  }

  #sidebar .theme-brand {
    background-color: #4361ee;
    padding: 7px 12px 7px 24px;
    border-color: #4361ee;
  }

  .sidebar-closed #sidebar .theme-brand {
    padding: 0.9px 12px 0.9px 24px;
  }

  .main-container:not(.sbar-open) .sidebar-wrapper {
    width: 0;
    left: -52px;
  }

  body.alt-menu .sidebar-closed > .sidebar-wrapper {
    width: 0;
    left: -52px;
  }

  .main-container {
    padding: 0;
  }

  #sidebar ul.menu-categories.ps {
    height: calc(100vh - 70px) !important;
  }

  .sidebar-wrapper {
    position: fixed;
    top: -20px;
    left: 0;
    bottom: 0;
    width: 280px;
    z-index: 99999999 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    border-radius: 0;
  }

  .sidebar-closed > .sidebar-wrapper {
    left: 0;
  }

  #sidebar {
    height: 100vh !important;
    padding: 10px 0 10px 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    background: #1f233e;
  }

  .footer-wrapper {
    padding: 6px 16px 9px 16px;
  }

  .layout-px-spacing {
    padding: 0 16px !important;
  }

  /* display .overlay when it has the .active class */

  .overlay.show {
    display: block;
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .navbar .theme-brand li.theme-text {
    display: none;
    margin-right: 0;
  }

  .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    opacity: 0;
    transition:
      opacity 200ms,
      top 200ms;
  }

  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
    opacity: 1;
    transition:
      opacity 200ms,
      top 200ms;
  }

  .navbar .navbar-item .nav-item .form-inline.search {
    opacity: 0;
    transition:
      opacity 200ms,
      top 200ms;
    top: -25px;
  }

  .navbar .navbar-item .nav-item .form-inline.search.input-focused {
    position: absolute;
    bottom: 0;
    top: 0;
    background: #060818;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 32;
    margin-top: 0px !important;
    display: flex;
    opacity: 1;
    transition:
      opacity 200ms,
      top 200ms;
  }

  .navbar .navbar-item .nav-item.search-animated {
    position: initial;
  }

  .navbar .navbar-item .nav-item.search-animated svg {
    font-weight: 600;
    margin: 0 9.6px;
    cursor: pointer;
    color: #e0e6ed;
    position: initial;
    width: 24px;
    height: 24px;
    transition: top 200ms;
    top: -25px;
  }

  .navbar .navbar-item .nav-item.search-animated.show-search svg {
    margin: 0;
    position: absolute;
    top: 16px;
    left: 16px;
    width: 22px;
    height: 22px;
    color: #e0e6ed;
    z-index: 40;
    transition: top 200ms;
  }

  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-bar {
    width: 100%;
  }

  .navbar .navbar-item .nav-item .form-inline.search.input-focused .search-form-control {
    background: transparent;
    display: block;
    padding-left: 50px;
    padding-right: 12px;
    border: none;
  }

  .navbar .navbar-item .nav-item .form-inline.search .search-form-control {
    border: none;
    width: 100%;
    display: none;
  }

  .header-container .navbar .language-dropdown {
    margin-left: 16px;
  }
}

@media (max-width: 575px) {
  .navbar .navbar-item .nav-item.message-dropdown .dropdown-menu {
    min-width: 16.2rem;
  }

  .sub-header-container .breadcrumb-one .breadcrumb-item:not(.active) {
    display: none;
  }

  .sub-header-container .breadcrumb-one .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }

  .sub-header-container .breadcrumb-one .breadcrumb-item span {
    vertical-align: sub;
    font-size: 15px;
    font-weight: 700;
  }

  .sub-header-container .navbar .toggle-sidebar,
  .sub-header-container .navbar .sidebarCollapse {
    padding: 0 13px 0 16px;
  }

  .navbar .navbar-item .nav-item.dropdown .dropdown-menu:after {
    right: 45px;
  }

  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu {
    right: -44px;
  }

  .navbar .navbar-item .nav-item.dropdown.notification-dropdown .dropdown-menu:after {
    right: 46px;
  }

  .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
    right: -82px;
  }

  .navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
    right: 83px;
  }

  .footer-wrapper .footer-section.f-section-2 {
    display: none;
  }
}

/* Rounded Slider Switches */
.header .toggle-switch {
  display: flex;
  margin-right: 7px;
}

.header .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

/* Hide default HTML checkbox */
.header .switch input {
  display: none;
}

/* The slider */
.header .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebedf2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header .switch.s-icons .slider svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  color: #fff;
}

.header .switch.s-icons .slider svg.feather-sun {
  left: 6px;
  color: #e2a03f;
  fill: #e2a03f;
  top: 2px;
}

.header .switch.s-icons .slider svg.feather-moon {
  right: 4px;
}

.header .switch .slider:before {
  position: absolute;
  content: '';
  background-color: white;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.header .switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded Slider Switches */
.header .switch .slider.round {
  border-radius: 34px;
}

.header .switch .slider.round:before {
  border-radius: 50%;
}

.header .switch.s-outline .slider {
  border: 2px solid rgb(129, 149, 238);
  background-color: transparent;
  width: 36px;
  height: 19px;
}

.header .switch.s-outline .slider:before {
  height: 19px;
  width: 19px;
  z-index: 1;
}

.header .switch.s-outline[class*='s-outline-'] .slider:before {
  bottom: 3px;
  left: 5px;
  border: 2px solid #bfc9d4;
  background-color: #bfc9d4;
  color: #ebedf2;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
  content: '' !important;
}

.header .switch.s-icons.s-outline-secondary {
  color: #805dca;
}

.header .switch.s-outline-secondary input:checked + .slider {
  border: 2px solid #e0e6ed;
}

.header .switch.s-outline-secondary input:checked + .slider:before {
  border: 2px solid #4361ee;
  background-color: #4361ee;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.header .switch.s-outline-secondary input:focus + .slider {
  box-shadow: 0 0 1px #805dca;
}

.header .switch.s-icons {
  width: 60px;
  height: 24px;
}

.header .switch.s-icons .slider {
  width: 64px;
  height: 28px;
  background: #3b3f5c;
  border-color: #3b3f5c;
}

.header .switch.s-outline-secondary input:checked + .slider {
  background: #e0e6ed;
}

.header .switch.s-icons input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.25rem;
}

.sidebar-noneoverflow #reports-count,
.sidebar-noneoverflow #orders-count {
  position: absolute;
  width: 18px;
  height: 18px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: rgb(255, 255, 255);
  font-size: 10px;
  right: 4px;
  top: 1px;
}

.sidebar-noneoverflow #orders-count {
  background: rgb(76, 175, 80);
}

#reports-count,
#orders-count {
  position: absolute;
  width: 18px;
  height: 18px;
  background: red;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: rgb(255, 255, 255);
  font-size: 10px;
  left: 30px;
  top: 5px;
}

#orders-count {
  background: rgb(76, 175, 80);
}

@media only screen and (max-width: 960px) {
  .grid-view {
    overflow-x: auto !important;
    width: 100%;
  }
}

.accordion-tabs {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0.1875em;
  margin-left: 0;
  padding-left: 0;
  max-width: unset;
}

.accordion-tabs:before,
.accordion-tabs:after {
  content: ' ';
  display: table;
}

.accordion-tabs:after {
  clear: both;
}

.accordion-tabs li {
  list-style: none;
  font-size: 13px;
}

.accordion-tabs li.tab-head-cont:first-child a {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}

.accordion-tabs li.tab-head-cont:last-child a {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}

.accordion-tabs li.tab-head-cont a {
  text-decoration: none;
  border-top: 1px solid #dddddd;
  color: #888888;
  display: block;
  padding: 0.75em 0.809em;
  transition: all 500ms;
}

.accordion-tabs li.tab-head-cont a:hover {
  color: #6852ec;
}

.accordion-tabs li.tab-head-cont a:focus {
  outline: none;
}

.accordion-tabs li.tab-head-cont a.is-active {
  background-color: #1a37ca;
  border-bottom: 0;
  color: #fefefe;
}

.accordion-tabs li.tab-head-cont section {
  padding: 1.5em 1.618em;
  display: none;
  overflow: hidden;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

/* RESPONSIVE */
.accordion-tabs {
  border: none;
  position: relative;
}

.accordion-tabs li.tab-head-cont {
  display: inline;
}

.accordion-tabs li.tab-head-cont:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion-tabs li.tab-head-cont a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  display: inline;
  vertical-align: auto;
  border-top: 0;
  border-top-right-radius: 0.1875em;
  border-top-left-radius: 0.1875em;
}

.accordion-tabs li.tab-head-cont a.is-active {
  background-color: #6852ec;
  color: #fff;
}

.accordion-tabs li.tab-head-cont section {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
  float: left;
  left: 0;
  padding: 0.75em 0.809em;
}

.header .toggle-switch {
  display: flex;
  margin-right: 7px;
}

.header .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

/* Hide default HTML checkbox */
.header .switch input {
  display: none;
}

/* The slider */
.header .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebedf2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header .switch.s-icons .slider svg {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  color: #fff;
}

.header .switch.s-icons .slider svg.feather-sun {
  left: 6px;
  color: #e2a03f;
  fill: #e2a03f;
  top: 2px;
}

.header .switch.s-icons .slider svg.feather-moon {
  right: 4px;
}

.header .switch .slider:before {
  position: absolute;
  content: '';
  background-color: white;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.header .switch input:checked + .slider:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}

/* Rounded Slider Switches */
.header .switch .slider.round {
  border-radius: 34px;
}

.header .switch .slider.round:before {
  border-radius: 50%;
}

.header .switch.s-outline .slider {
  border: 2px solid rgb(129, 149, 238);
  background-color: transparent;
  width: 36px;
  height: 19px;
}

.header .switch.s-outline .slider:before {
  height: 20px;
  width: 20px;
  z-index: 1;
}

.header .switch.s-outline[class*='s-outline-'] .slider:before {
  bottom: 3px;
  left: 5px;
  border: 2px solid #bfc9d4;
  background-color: #bfc9d4;
  color: #ebedf2;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.25);
  content: '' !important;
}

.header .switch.s-icons.s-outline-secondary {
  color: #805dca;
}

.header .switch.s-outline-secondary input:checked + .slider {
  border: 2px solid #e0e6ed;
}

.header .switch.s-outline-secondary input:checked + .slider:before {
  border: 2px solid #4361ee;
  background-color: #4361ee;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, 0.34);
}

.header .switch.s-outline-secondary input:focus + .slider {
  box-shadow: 0 0 1px #805dca;
}

.header .switch.s-icons {
  width: 60px;
  height: 24px;
}

.header .switch.s-icons .slider {
  width: 64px;
  height: 29px;
  background: #3b3f5c;
  border-color: #3b3f5c;
}

.header .switch.s-outline-secondary input:checked + .slider {
  background: #e0e6ed;
}

.header .switch.s-icons input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

/*Message Dropdown*/
.navbar .navbar-item .nav-item.dropdown.message-dropdown {
  margin-left: 20px;
  margin-right: 0px;
  line-height: 40px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link {
  padding: 0px 0;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link:after {
  display: none;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .nav-link span.badge {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  font-size: 10px;
  color: #fff !important;
  background: #fe2311;
  top: 0px;
  right: -10px;
  line-height: 20px;
  border-radius: 50% !important;
  border: 1px solid #e0e6ed00;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown.double-digit .nav-link span.badge {
  top: 11px;
  right: 1px;
  width: 22px;
  height: 22px;
  padding: 3px 3px 0px;
  font-size: 9px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu {
  min-width: 40.5rem;
  right: -15px;
  left: auto;
  padding: 0px !important;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item {
  padding: 5px 5px;
  border: 1px solid #0000;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item.active,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #474849;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:focus,
.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:first-child {
  padding-top: 8px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu:after {
  right: 15px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:last-child {
  padding-bottom: 8px;
  cursor: pointer;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media {
  margin: 0;
  /* max-width: 100%; */
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 39px;
  font-size: 14px;
  margin-right: 11px;
  font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .avatar .avatar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #304aca;
  color: #fafafa;
  font-weight: 600;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media img {
  width: 40px;
  height: 40px;
  margin-right: 11px;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body h5.usr-name {
  font-size: 15px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 500;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .dropdown-item:hover .media-body h5.usr-name {
  color: #4361ee;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body {
  align-self: center;
}

.navbar .navbar-item .nav-item.dropdown.message-dropdown .dropdown-menu .media .media-body p.msg-title {
  font-size: 11px;
  font-weight: 700;
  color: #b8bcca;
  margin-bottom: 0;
  letter-spacing: 0;
  text-wrap: wrap;
}

/*Notification Dropdown*/
/*Notification Dropdown*/
.modal-header button span {
  color: #fff;
}

.c-switch {
  display: inline-block;
  position: relative;
  width: 43px;
  height: 18px;
  border-radius: 20px;
  background: #fb4d40;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

.c-switch::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fafafa;
  border-radius: 50%;
  transition:
    left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-switch:active::before {
  box-shadow:
    0 2px 8px rgb(0 0 0 / 28%),
    0 0 0 20px rgb(128 128 128 / 10%);
}

input:checked + .c-switch {
  background: #72da67;
}

input:checked + .c-switch::before {
  left: 23px;
  background: #fff;
}

.kv-drp-dropdown .range-value {
  background: #fff !important;
  padding-left: 2rem;
  opacity: 1;
  width: 100%;
  cursor: initial;
  color: black;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 0;
  outline: 0;
  background-color: #fff;
  border: 1px solid #333333;
}

.alertify .ajs-header {
  margin: 0;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #212646;
  color: #fff;
  border-bottom: 1px solid #403f3f;
}

.alertify .ajs-commands {
  position: absolute;
  right: 5px;
  margin: 10px 0px 0 0;
  z-index: 2;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: 0;
  margin-right: 0;
  min-height: 40px;
  background-color: #212646;
}

.alertify .ajs-body {
  min-height: 56px;
  background-color: #212646;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  background: #212646;
  text-align: left !important;
  padding: 0 15px;
}

.ajs-ok {
  background-color: red;
  color: #fff;
  outline: none;
  border: 1px solid #424242;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 25px !important;
  color: #fff !important;
}

.card {
  border: 1px solid #283150 !important;
  background-color: #1e2746;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #1b1b1b !important;
  color: #ffffff !important;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle svg g path {
  color: #fff;
  fill: rgb(255 255 255);
  stroke-width: 2px;
}

.card.custom-card {
  border-radius: 0;
  border: 0;
  background-color: #212646;
  box-shadow: 0 0.125rem 0 rgb(36 37 70);
  position: relative;
  margin-block-end: 10px;
  width: 100%;
}

.form-control {
  border: 1px solid #333a54;
  color: #cdcbcb;
  background-color: #181f39;
}

.card.custom-card .card-header {
  background-color: transparent !important;
  border-block-end: 1px solid #333a54;
}

.table > thead > tr > th {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: initial;
  padding: 10px 0px;
  border: 1px solid #363636;
  text-align: center;
  background: #242546;
}

a {
  color: #d2d2d5;
  outline: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #1f233e !important;
}

.table-bordered td {
  border: 1px solid #333439;
}

.table > tbody > tr > td {
  vertical-align: middle;
  color: #c2c2c2;
  font-size: 13px;
  letter-spacing: 0;
}

.table-striped tbody tr:hover {
  background: linear-gradient(to right, #545969 0%, rgba(49, 206, 255, 0) 100%) !important;
  color: #fff;
  cursor: pointer;
}

.progress {
  background-color: #1b1e39;
}

.form-control:focus {
  box-shadow: 0 0 5px 2px rgb(194 213 255 / 8%);
  border-color: #4d5b90;
  color: #ffffff;
  background: #1b2342;
}

.modal-header {
  background: #323969;
  border-bottom: 1px solid #414243;
}

.modal-content {
  background-color: #212646;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  color: #fff;
}

.select2-container--krajee-bs4 .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  background-color: #1b1e39 !important;
  border: 1px solid #333a54 !important;
  border-radius: 0.25rem;
  color: #495057 !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  float: right;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1rem;
  color: #fff !important;
  text-shadow: none !important;
  opacity: 0.5;
  padding: 0 0 0 0.2rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  color: #fff !important;
  background: #363769 !important;
  border: 1px solid #45467a !important;
}

.select2-dropdown {
  background-color: #1d1d39 !important;
  border: 1px solid #363769 !important;
  border-radius: 0 !important;
}

.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  background: #1d1d39 url(search.png) right 0.625rem top 0.625rem no-repeat !important;
  border: 1px solid #353954 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
  color: #ddd !important;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #333435;
  color: #a7a8ac;
}

a:hover {
  color: #585aed;
  text-decoration: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  color: #585aed;
  border-color: #00000000 #00000000 #6852ec !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  background-color: #585aed !important;
  border-color: #dee2e600 #dee2e600 #fff0 !important;
}

.fancybox-content {
  background: #212646;
}

.port-container {
  background: #242546;
}

.port {
  border: 1px solid #3c3535;
  color: #c3c1c1;
}

.input-group .input-group-prepend .input-group-text {
  border: 1px solid #383838;
  background-color: #242546;
  color: #b6b0b0;
}

.datetimepicker table tr td.day:hover,
.datetimepicker table tr td.focused {
  background: #626262 !important;
  cursor: pointer;
  color: #ffff !important;
}

.datetimepicker table tr td,
.datetimepicker table tr th {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: none;
  color: #fff !important;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
  background: #626262 !important;
  color: #fff !important;
}

.dropdown-menu {
  background-color: #1d1d39;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active.highlighted:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #6852ec !important;
  border-color: #6852ec !important;
}

.datetimepicker table tr td.day:hover,
.datetimepicker table tr td.focused {
  background: #eee !important;
  cursor: pointer;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  border: none;
  border-left: 1px solid #242546 !important;
}

.table {
  overflow-x: auto;
}

input[type='date' i] {
  color: #fff;
  color-scheme: dark;
}

.custom-control-label {
  color: #fff;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu {
  border: 1px solid #333333;
}

.btn-group .dropdown-menu {
  border: 1px solid #333333;
}

.dropdown-divider {
  border-top: 1px solid #393a3a;
}

.accordion-tabs li.tab-head-cont {
  display: inline;
}

.dropdown:not(.custom-dropdown-icon):not(.custom-dropdown) .dropdown-menu a.dropdown-item {
  color: #ffffff;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #21223e;
  border: 1px solid #323334;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #fefefe;
  pointer-events: none;
  cursor: auto;
  background-color: #3e3e3e;
  border-color: #5a5c5f00;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #585aed;
  border-color: #252687;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #6852ec6e;
  border-color: #00000000;
}

@media (max-width: 576px) {
  .dropdown-menu .tab-head-cont {
    display: block !important;
    border-bottom: 1px solid #474545;
  }
}

.progress-bar {
  background-color: #6a44d4 !important;
}

.daterangepicker {
  background-color: #1f1c39 !important;
  border: 1px solid #383838 !important;
}

.daterangepicker .ranges li:hover {
  background-color: #08c !important;
}

.kv-drp-dropdown .range-value {
  background: #1d1d39 !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  min-width: 10rem !important;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #3a3a3a !important;
}

.daterangepicker .calendar-table {
  border: 1px solid #353954 !important;
  background-color: #1b1e39 !important;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #242546 !important;
  border-color: transparent !important;
  color: #999 !important;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #03a9f4 !important;
  border-color: transparent !important;
  color: inherit;
}

#payment-pjax .page-item.disabled {
  width: 34px;
  height: 34px;
  background: #49494963;
  text-align: center;
  line-height: 32px;
  border: 1px solid #3e3e3eb5;
}

#payment-pjax .page-item.disabled span {
  width: 34px;
  height: 34px;
  background: #49494942;
  text-align: center;
  line-height: 30px;
  border: 1px solid #3e3e3eb5;
  display: block;
}

.swal2-show {
  background: #242546 !important;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  background: #242546 !important;
}

.swal2-icon.swal2-success .swal2-success-fix {
  background: #242546 !important;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  background: #242546 !important;
}

.input-group .input-group-append .input-group-text {
  border: 1px solid #393c40 !important;
  background-color: #1f233e !important;
  color: #fff !important;
}

.datepicker table tr td span {
  color: #fff !important;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #333657 !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #363557 !important;
}

.datepicker .datepicker-switch {
  color: #fff !important;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  color: #fff !important;
}

.datepicker-dropdown:before {
  content: '';
  border-bottom: 0.4375rem solid rgb(49 51 71) !important;
}

.datepicker-dropdown:after {
  border-bottom: 0.375rem solid #1f1c39 !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff !important;
}

#payments-filter .input-group-text {
  padding: 0.25rem 0.75rem !important;
  background: #1b1e39;
  color: #fff;
  border-color: #353954;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  border: none;
  color: #d7d7d7;
}

.dropdown-menu {
  border: 1px solid rgb(114 114 114 / 15%) !important;
}

.page-header {
  border-radius: 0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #283150 !important;
  background-color: #1e2746;
}

.card-header-simple {
  background: #212646;
  border-bottom: 1px solid #343434;
  padding: 1rem 1.5rem;
  margin: -1px -1px 0 -1px;
  border-radius: 0;
}

.info-card {
  background: #1b1e39;
  border-radius: 8px;
  border: 1px solid #2b3050;
  margin-bottom: 1.5rem;
}

.table-card {
  background: #1d1d39;
  border-radius: 0;
  border: 1px solid #343434;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.info-item .info-value {
  font-size: 0.95rem;
  color: #ffffff;
  font-weight: 500;
}

.info-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #343434;
}

.table-card .price-value {
  font-weight: 600;
  color: #ffffff;
}

.table-card .row-number {
  width: 32px;
  height: 32px;
  color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 auto;
}

.quantity-value {
  color: #ffffff;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.product-name {
  font-weight: 500;
  color: #ffffff;
}

.transfer-detail-content {
  background: #363769;
}

.card-title {
  color: #dddddd;
}

/* Copy Key Button */
.copy-key-btn svg {
  stroke: #ffffff;
}

.uf-page-header {
  background: #1e2746;
  border-bottom: 1px solid #3e3e3e;
  margin: 0 15px;
  padding: 0 20px;
}
.uf-page-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
}
.uf-page-header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.uf-back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f4f6f9;
  color: #5a6474;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
  flex-shrink: 0;
}
.uf-back-btn:hover {
  background: #e2e6ec;
  color: #333;
  text-decoration: none;
}
.uf-back-btn svg {
  width: 16px;
  height: 16px;
}
.uf-inline-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.uf-page-title-group {
  min-width: 0;
}
.uf-page-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.uf-page-subtitle {
  font-size: 13px;
  color: #8492a6;
  display: flex;
  align-items: center;
  gap: 6px;
}
.uf-page-subtitle i {
  font-size: 11px;
}
.uf-separator {
  color: #c8d0da;
}
.uf-page-header-right {
  flex-shrink: 0;
}
.uf-photo-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2ff;
  color: #4361ee;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}
.uf-photo-count i {
  font-size: 14px;
}

/* ===== Container ===== */
.uf-container {
  padding: 20px 10px;
}

/* ===== Card ===== */
.uf-card {
  background: #1c243e;
  border-radius: 10px;
  border: 1px solid #3e3e3e;
  overflow: hidden;
}
.uf-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-bottom: 1px solid #3e3e3e;
  background: #1c243e;
}
.uf-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #4361ee, #3a56d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.uf-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 2px;
}
.uf-card-desc {
  font-size: 12px;
  color: #8492a6;
  margin: 0;
}
.uf-card-body {
  padding: 20px;
}

/* ===== Form Footer ===== */
.uf-form-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
  padding: 16px 0 0;
}
.uf-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
  line-height: 1.4;
}
.uf-btn:hover {
  text-decoration: none;
}
.uf-btn-cancel {
  background: #f4f6f9;
  color: #5a6474;
  border: 1px solid #e2e6ec;
}
.uf-btn-cancel:hover {
  background: #e8ecf1;
  color: #333;
}
.uf-btn-save {
  background: linear-gradient(135deg, #4361ee, #3a56d4);
  color: #fff;
  box-shadow: 0 2px 8px rgba(67, 97, 238, 0.3);
}
.uf-btn-save:hover {
  background: linear-gradient(135deg, #3a56d4, #2f48bf);
  box-shadow: 0 4px 12px rgba(67, 97, 238, 0.4);
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 576px) {
  .uf-page-header {
    padding: 0 16px;
  }
  .uf-page-header-inner {
    min-height: 56px;
    gap: 12px;
  }
  .uf-page-title {
    font-size: 16px;
  }
  .uf-page-subtitle {
    font-size: 12px;
  }
  .uf-photo-count {
    display: none;
  }
  .uf-container {
    padding: 16px 6px;
  }
  .uf-card-header {
    padding: 14px 16px;
  }
  .uf-card-body {
    padding: 14px;
  }
  .uf-form-footer {
    flex-direction: column-reverse;
  }
  .uf-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 22px;
  }
}
.custom-checkbox-widget-container .card-checkbox-content {
  border: 1px solid #525252 !important;
  background: #1e2746 !important;
}
.custom-checkbox-widget-container .card-icon-wrapper {
  border: 1px solid #515151 !important;
  color: #ffffff !important;
  background: #1c243e !important;
}
.custom-checkbox-widget-container .card-checkbox-title {
  color: #ffffff !important;
}

/* Category Tree Table Dark Mode */
.category-tree-table {
  width: 100%;
  border-collapse: collapse;
}
.category-tree-table th {
  background: #242546;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 13px;
  border-bottom: 2px solid #363636;
  color: #ffffff;
  text-align: left;
}
.category-tree-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #333439;
  vertical-align: middle;
  color: #c2c2c2;
}
.category-tree-table .parent-row {
  background: #1e2746;
}
.category-tree-table .parent-row:hover {
  background: #242546;
}
.category-tree-table .child-row {
  background: #1c243e;
}
.category-tree-table .child-row:hover {
  background: #233265;
}
.drag-handle {
  cursor: move;
  color: #a7a8ac;
}
.drag-handle:hover {
  color: #ffffff;
}
.sortable-placeholder {
  background: rgba(58, 86, 212, 0.15) !important;
  border: 2px dashed #4361ee !important;
}
.sortable-placeholder td {
  border: none !important;
}
.ui-sortable-helper {
  background: #1e2746 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.category-tree-table .child-name {
  padding-left: 25px;
  position: relative;
}
.category-tree-table .child-name:before {
  content: '↳';
  position: absolute;
  left: 8px;
  color: #a7a8ac;
}
.category-tree-table .badge-cat {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
}
.category-tree-table .text-center {
  text-align: center;
}
.category-tree-table .add-child-btn {
  font-size: 11px;
  padding: 2px 8px;
}

/* Table Responsive Custom Scrollbar */
.table-responsive::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #1b1e39;
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: #4d5b90;
  border-radius: 4px;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #6852ec;
}
.border-user-status-history-bottom {
  border-bottom: 1px solid #444445 !important;
}
.border-user-status-history-left {
  border-left-color: #454444 !important;
  border-left-width: 1px !important;
}

/* Note card styles - Dark Mode */
.note-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.note-card {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #2e3257;
}
.note-card:last-child {
  border-bottom: none;
}
.note-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-transform: uppercase;
}
.note-body {
  flex: 1;
  min-width: 0;
}
.note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 6px;
}
.note-author {
  font-weight: 600;
  font-size: 13px;
  color: #d2d2d5;
}
.note-time {
  font-size: 11px;
  color: #666b8a;
  display: flex;
  align-items: center;
  gap: 3px;
}
.note-text {
  font-size: 14px;
  color: #a7a8ac;
  line-height: 1.6;
  margin: 0 0 10px;
  word-break: break-word;
}
.note-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.note-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.18s ease;
}
.note-btn-edit {
  background: #1e2746;
  color: #7a90f7;
  border-color: #2e3a7a;
}
.note-btn-edit:hover {
  background: #4f6ef7;
  color: #fff;
  text-decoration: none;
}
.note-btn-delete {
  background: #2a1e1e;
  color: #e57373;
  border-color: #5c2a2a;
}
.note-btn-delete:hover {
  background: #c62828;
  color: #fff;
  text-decoration: none;
}
.note-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  text-align: center;
  color: #444;
}
.note-empty svg {
  width: 72px;
  height: 72px;
  stroke: #ffffff;
  margin-bottom: 14px;
}
.note-empty p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.delete-note-btn {
  color: #e57373;
}
/* Log card extras - Dark */
.log-card {
  align-items: flex-start;
}
.log-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}
.log-avatar {
  background: linear-gradient(135deg, #c471ed, #f64f59) !important;
}
.log-num-badge {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7986cb;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #212646;
  line-height: 1;
}
.log-text {
  margin-bottom: 0 !important;
  font-size: 13px !important;
}
/* Payment history card styles - Dark */
.pay-card {
  border-bottom-color: #2e3257;
}
.pay-card:last-child {
  border-bottom: none;
}
.pay-card__amount--in {
  color: #4ade80;
}
.pay-card__amount--out {
  color: #f87171;
}
.pay-card__bonus {
  background: #14532d;
  color: #4ade80;
}
.pay-card__bonus--out {
  background: #7f1d1d;
  color: #f87171;
}
.pay-card__time {
  color: #666b8a;
}
.pay-card__pill--method {
  background: #1e3a5f;
  color: #60a5fa;
  border-color: #1e40af;
}
.pay-card__pill--service {
  background: #3d2b00;
  color: #fbbf24;
  border-color: #92400e;
}
.pay-card__pill--free {
  background: #14532d;
  color: #4ade80;
  border-color: #166534;
}
.pay-card__receipt {
  color: #555b7a;
}

.pay-card__desc {
  color: #666b8a;
}

/* ===== App Drawer - Dark ===== */
#app-drawer {
  background: #1a1e34;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.5);
}
.drawer-header {
  border-bottom-color: #252a45;
}
.drawer-title {
  color: #e0e6f0;
}
#drawer-close-btn {
  background: #252a45;
  color: #8492a6;
}
#drawer-close-btn:hover {
  background: #2e3458;
  color: #e0e6f0;
}
.modal-header-custom {
  background: #333969;
  border: 1px solid #333969;
}
.port-legend {
  background: #333969;
  border: 1px solid #333969;
}
.legend-text {
  color: #bcbcbc;
}
.mhc-item {
  background: #212646;
}
.mhc-label {
  color: #dbdbdb;
}
.mhc-val {
  color: #cdcdcd;
}
.port {
  background: #363e7d;
  border: 1px solid #363e7d;
}
.port-label {
  color: #f9f9f9;
}
.port-val {
  color: #cdcdcd;
}

.port.current-port {
  border: 2px solid #2196f3;
  background: #2096f3;
}

/* 
================================================================================
    GridView Toolbar & Visibility Widget (Dark Theme Overrides)
================================================================================
*/

.gv-trigger {
  background: #1b2e4b;
  border-color: #3b3f5c;
  color: #bfc9d4;
}

.gv-trigger:hover {
  background: #0e1726;
  border-color: #4361ee;
  color: #4361ee;
}

.gv-panel {
  background: #1b2e4b;
  border-color: #3b3f5c;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gv-panel-header {
  background: #19273f;
  border-bottom-color: #3b3f5c;
}

.gv-panel-title {
  color: #e0e6ed;
}

.gv-action-btn {
  background: #0e1726;
  border-color: #3b3f5c;
  color: #888ea8;
}

.gv-action-btn:hover {
  border-color: #4361ee;
  color: #4361ee;
  background: #1b2e4b;
}

.gv-search-box {
  border-bottom-color: #3b3f5c;
}

.gv-search-input {
  background: #0e1726;
  border-color: #3b3f5c;
  color: #e0e6ed;
}

.gv-search-input:focus {
  border-color: #4361ee;
  background: #1b2e4b;
}

.gv-item {
  border-bottom-color: #19273f;
}

.gv-item:hover {
  background: #0e1726;
}

.gv-item-label {
  color: #e0e6ed;
}

.gv-toggle-slider {
  background-color: #3b3f5c;
}

.gv-panel-footer {
  background: #19273f;
  border-top-color: #3b3f5c;
}

.gv-counter {
  color: #888ea8;
}

.gv-confirm-btn {
  background: #4361ee;
}

.gv-confirm-btn:hover {
  background: #3651de;
}

.gv-export-wrap .btn {
  background: #1b2e4b !important;
  border-color: #3b3f5c !important;
  color: #bfc9d4 !important;
}

.gv-export-wrap .btn:hover {
  background: #0e1726 !important;
  border-color: #4361ee !important;
  color: #4361ee !important;
}
