/*
 Template Name: Stexo - Responsive Bootstrap 4 Admin Dashboard
 Author: Themesdesign
 Website: www.themesdesign.in
 File: Main Css File
*/
/* ============
TABLES OF CSS
---------------

01. General
02. Bootstrap-custom
03. Helper
04. Waves Effect
05. Demo Only
06. Menu
07. Buttons
08. Cards
09. Email
10. Calender
11. Ecommerce
12. Project
13. Alerts
14. Pagination
15. Popover & Tooltip
16. Rangeslider
17. Sweet alert
18. Tab & Accordion
19. Form Elements
20. Form Validation
21. Form advanced
22. Form editor
23. Form summernote
24. Form upload
25. Form wizard
26. Chart
27. Tables
28. widgets
29. Maps
30. Timeline
31. Invoice
32. Pricing
33. Extra pages
34. Account pages
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

/* ==============
  General
===================*/
body {
  background-repeat: repeat;
  background: #f9f9f9;
  font-family: "Poppins", sans-serif;
  color: #354558;
  font-size: 14px;
  zoom: 100%;
}

@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 14px;
}

p {
  line-height: 1.7;
}

svg {
  max-width: 100%;
}

* {
  outline: none !important;
}

a {
  color: #616f80;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

b,
strong {
  font-weight: 500;
}

.container-alt {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slimScrollDiv {
  height: auto !important;
}

/* ==============
  Bootstrap-custom
===================*/
.dropdown-menu {
  padding: 4px 0;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  background-color: #ffffff;
  border-color: #e9ecef;
  margin: 0;
}

.dropdown-item {
  background-color: #ffffff;
  padding: .4rem 1rem;
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #f0f4f7;
  color: #354558;
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  margin-top: 20px !important;
}

.show>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px !important;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #9ca8b3;
  content: "\f105" !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.blockquote {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-left: 4px solid #e9ecef;
}

.blockquote-reverse {
  border-left: 0;
  border-right: 4px solid #e9ecef;
  text-align: right;
}

.bg-primary {
  background-color: #30419b !important;
}

.bg-success {
  background-color: #02c58d !important;
}

.bg-info {
  background-color: #59c6fb !important;
}

.bg-warning {
  background-color: #fcbe2d !important;
}

.bg-danger {
  background-color: #fc5454 !important;
}

.bg-muted {
  background-color: #9ca8b3 !important;
}

.bg-secondary {
  background-color: #616f80 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-lighten-primary {
  background-color: #c4caed;
}

.bg-lighten-success {
  background-color: #aefee7;
}

.bg-lighten-info {
  background-color: #bde8fd;
}

.bg-lighten-warning {
  background-color: #fddd92;
}

.bg-lighten-danger {
  background-color: #feb8b8;
}

.bg-lighten-secondary {
  background-color: #dfe3e7;
}

.text-white {
  color: #ffffff !important;
}

.text-danger {
  color: #fc5454 !important;
}

.text-muted {
  color: #9ca8b3 !important;
}

.text-primary {
  color: #30419b !important;
}

.text-warning {
  color: #fcbe2d !important;
}

.text-success {
  color: #02c58d !important;
}

.text-info {
  color: #59c6fb !important;
}

.text-dark {
  color: #354558 !important;
}

.text-secondary {
  color: #616f80 !important;
}

.border-primary {
  border-color: #30419b !important;
}

.border-success {
  border-color: #02c58d !important;
}

.border-info {
  border-color: #59c6fb !important;
}

.border-warning {
  border-color: #fcbe2d !important;
}

.border-danger {
  border-color: #fc5454 !important;
}

.border-dark {
  border-color: #354558 !important;
}

.border-secondary {
  border-color: #616f80 !important;
}

dt {
  font-weight: 500;
}

.bs-spinner .spinner-border,
.bs-spinner .spinner-grow {
  margin-right: 8px;
  margin-top: 10px;
}

.custom-control-input:checked~.custom-control-label:before {
  border-color: #30419b;
  background-color: #30419b;
}

/* Navs & Tabs */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #30419b;
}

.nav-pills>.active>a>.badge {
  color: #30419b;
}

.badge {
  font-weight: 500;
}

.badge-primary {
  background-color: #30419b;
}

.badge-success {
  background-color: #02c58d;
}

.badge-info {
  background-color: #59c6fb;
}

.badge-warning {
  background-color: #fcbe2d;
  color: #ffffff;
}

.badge-danger {
  background-color: #fc5454;
}

.badge-dark {
  background-color: #354558;
}

.badge-secondary {
  background-color: #616f80;
}

.badge-soft-primary {
  background-color: rgba(48, 65, 155, 0.2);
  color: #30419b;
}

.badge-soft-success {
  background-color: rgba(2, 197, 141, 0.2);
  color: #02c58d;
}

.badge-soft-info {
  background-color: rgba(89, 198, 251, 0.2);
  color: #59c6fb;
}

.badge-soft-warning {
  background-color: rgba(252, 190, 45, 0.2);
  color: #fcbe2d;
}

.badge-soft-danger {
  background-color: rgba(252, 84, 84, 0.2);
  color: #fc5454;
}

.badge-soft-dark {
  background-color: rgba(53, 69, 88, 0.2);
  color: #354558;
}

.badge-soft-secondary {
  background-color: rgba(97, 111, 128, 0.2);
  color: #616f80;
}

/* ==============
  Progressbar
===================*/
.progress-bar {
  background-color: #30419b;
}

/* ==============
  Pagination
===================*/
.page-link {
  color: #30419b;
}

.page-item.active .page-link {
  background-color: #30419b;
  border-color: #30419b;
}

.page-link:focus,
.page-link:hover {
  color: #354558;
  background-color: #f0f4f7;
}

/* ==============
  Helper Classes
===================*/
.m-b-5 {
  margin-bottom: 5px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-r-5 {
  margin-right: 5px;
}

.w-30 {
  max-width: 30px;
}

.w-xs {
  min-width: 80px;
}

.w-sm {
  min-width: 95px;
}

.w-md {
  min-width: 110px;
}

.w-lg {
  min-width: 140px;
}

.l-h-23 {
  line-height: 23px;
}

.l-h-34 {
  line-height: 34px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.header-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.rating-symbol-foreground {
  top: 0px;
}

.sub-title {
  margin-bottom: 25px;
  color: #adb5bd;
}

.bg-pattern {
  background-image: url("../images/bg-pattern.png");
  background-size: cover;
  background-position: bottom;
}

/* ==============
 Demo Only css
===================*/
.button-items .btn {
  margin-top: 8px;
  margin-right: 5px;
}

.mfp-content .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bs-example-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.icon-demo-content {
  text-align: center;
  color: #9ca8b3;
}

.icon-demo-content i {
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
  color: #616f80;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.icon-demo-content .col-md-4 {
  margin-bottom: 30px;
}

.icon-demo-content .col-md-4:hover i {
  color: #30419b;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/* ==============
  Popover & Tooltips
===================*/
.popover-header {
  margin-top: 0;
}

.tooltip .tooltip-inner {
  padding: 4px 10px;
}

/* ==============
  Waves Effect
===================*/
/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

/******* Metis Menu css *******/
.metismenu {
  padding: 0;
}

.metismenu ul {
  padding: 0;
}

.metismenu ul li {
  list-style: none;
}

/******* Stylish Theme Color Topbar *******/
.topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1040;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #2d3d91 0%, #30419b 100%);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(48, 65, 155, 0.4), 0 2px 10px rgba(48, 65, 155, 0.3);
  padding: 0;
  margin: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.topbar:hover {
  box-shadow: 0 6px 30px rgba(48, 65, 155, 0.5), 0 4px 15px rgba(48, 65, 155, 0.4);
}

.topbar .topbar-left {
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  position: relative;
  width: 120px;
  min-width: 120px;
  z-index: 1;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.topbar .topbar-left:hover {
  background: rgba(0, 0, 0, 0.25);
}

.topbar .topbar-left .logo {
  display: flex;
  align-items: center;
  height: 70px;
  line-height: normal;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.topbar .topbar-left .logo:hover {
  transform: scale(1.05);
}

.topbar .topbar-left .logo img {
  max-height: 55px;
  width: auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: all 0.3s ease;
}

.topbar .topbar-left .logo img:hover {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
  transform: rotate(-5deg) scale(1.05);
}

.topbar .topbar-left .logo .logo-sm {
  display: none;
}

/* Ensure all topbar text is white */
.topbar,
.topbar * {
  color: #ffffff;
}

.topbar a {
  color: #ffffff !important;
}

.topbar .navbar-custom {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 20px 0 0;
  min-height: 70px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-shadow: none;
}

.topbar .navbar-custom .navbar-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.topbar .navbar-custom .navbar-right .dropdown-toggle:after {
  content: initial;
}

/* Theme Color dropdown menus in header */
.topbar .navbar-custom .dropdown-menu {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(48, 65, 155, 0.25), 0 4px 12px rgba(64, 86, 184, 0.15);
  padding: 12px;
  margin-top: 12px;
  background: #ffffff;
  animation: dropdownSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dropdown menu text should be dark */
.topbar .navbar-custom .dropdown-menu,
.topbar .navbar-custom .dropdown-menu * {
  color: #2c3e50 !important;
}

.topbar .navbar-custom .dropdown-menu a {
  color: #2c3e50 !important;
}

@keyframes dropdownSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.topbar .navbar-custom .dropdown-item {
  border-radius: 10px;
  padding: 12px 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  color: #2c3e50 !important;
}

.topbar .navbar-custom .dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #30419b, #5c6fd4);
  transition: width 0.3s ease;
  border-radius: 10px;
  opacity: 0.1;
  z-index: -1;
}

.topbar .navbar-custom .dropdown-item:hover::before {
  width: 100%;
}

.topbar .navbar-custom .dropdown-item:hover {
  background: transparent;
  color: #30419b;
  transform: translateX(6px);
  font-weight: 600;
}

.topbar .navbar-custom .dropdown-item i {
  color: #30419b;
}

/* Stylish Profile dropdown with theme colors */
.nav-pro-img img {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: cover;
  background-color: #ffffff;
  border-radius: 50%;
}

.nav-pro-img:hover img {
  border-color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(255, 255, 255, 0.5);
  transform: scale(1.1) rotate(5deg);
}

.notification-item-list {
  max-height: 230px;
}

.navbar-custom .dropdown-menu.dropdown-menu-right {
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
}

.notification-list.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.notification-list .nav-link {
  padding: 0 14px;
  line-height: 70px;
  color: #ffffff !important;
  max-height: 70px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 12px;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
}

.notification-list .nav-link span {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.notification-list .nav-link img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.notification-list .nav-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.notification-list .nav-link:hover::before {
  width: 100%;
  height: 100%;
}

.notification-list .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.notification-list .noti-icon {
  font-size: 24px;
  vertical-align: middle;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  color: #ffffff !important;
}

.notification-list .nav-link:hover .noti-icon {
  transform: scale(1.15) rotate(10deg);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  color: #ffffff !important;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 10px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 3px 8px rgba(255, 107, 107, 0.4);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 3px 8px rgba(255, 107, 107, 0.4);
  }

  50% {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.6);
  }
}

.notification-list .notify-item {
  padding: 10px 20px;
}

/* Notification dropdown styling */
.notification-list .dropdown-menu {
  background: #ffffff !important;
}

.notification-list .dropdown-menu,
.notification-list .dropdown-menu *,
.notification-list .dropdown-menu a {
  color: #2c3e50 !important;
}

.notification-list .dropdown-item-text {
  color: #2c3e50 !important;
  font-weight: 600;
}

.notification-list .notify-item p,
.notification-list .notify-item span,
.notification-list .notify-item b {
  color: #2c3e50 !important;
}

.notification-list .text-muted {
  color: #6c757d !important;
}

.notification-list .text-primary {
  color: #30419b !important;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
}

.notification-list .notify-item .notify-icon i {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  line-height: 32px;
  margin-top: 2px;
  color: #ffffff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 0;
  overflow: hidden;
  margin-left: 45px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 12px;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

.notification-list .language-switch a img {
  float: right;
  margin-top: 3px;
}

.notification-list.show .nav-link {
  background-color: rgba(53, 69, 88, 0.05);
}

.notification-list .nav-user img {
  height: 36px;
  width: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.notification-list .profile-dropdown {
  width: 170px;
}

.notification-list .profile-dropdown i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 5px;
  color: #616f80;
}

.notification-list .profile-dropdown span {
  margin-top: 5px;
}

.arrow-none:after {
  border: none;
  margin: 0;
  display: none;
}

.dropdown-menu-lg {
  width: 300px;
}

.app-search {
  position: relative;
  margin-top: 18px;
}

.app-search .form-control,
.app-search .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 14px;
  height: 40px;
  padding-left: 18px;
  padding-right: 40px;
  margin-right: 16px;
  /* background: #f0f4f7; */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
  width: 300px;
  border: none;
}

.app-search button {
  position: absolute;
  top: 11px;
  right: 26px;
  display: block;
  /* color: #9ca8b3; */
  font-size: 13px;
  border: none;
  background-color: transparent;
}

.button-menu-mobile {
  border: none;
  color: #5b7798;
  display: inline-block;
  height: 70px;
  width: 60px;
  background-color: #ffffff;
  font-size: 24px;
}

/******* Sidemenu *******/
.side-menu {
  width: 240px;
  z-index: 10;
  background: #151515;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  position: fixed;
  top: 70px;
}

.side-menu .waves-effect .waves-ripple {
  background-color: rgba(48, 65, 155, 0.4);
}

#sidebar-menu {
  padding-top: 10px;
}

#sidebar-menu>ul>li.mm-active>a>span>.menu-arrow i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu>ul>li>a {
  color: #fff;
  /* color: #7e8cda; */
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Poppins", sans-serif;
}

#sidebar-menu>ul>li>a:hover,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:active {
  color: #ffffff;
  text-decoration: none;
}

#sidebar-menu>ul>li>a>span {
  margin-left: 7px;
}

#sidebar-menu>ul>li>a i {
  line-height: 1;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

#sidebar-menu>ul>li>a .badge {
  margin-top: 3px;
}

#sidebar-menu>ul>li.mm-active>a {
  color: #ffffff !important;
  background-color: #3345a5;
}

#sidebar-menu .menu-title {
  padding: 12px 20px !important;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b9c1eb;
}

#sidebar-menu .submenu li.mm-active>a {
  color: #ffffff;
  background-color: #30419b;
}

#sidebar-menu .submenu li a {
  padding: 8px 20px 8px 10px;
  color: #7e8cda;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#sidebar-menu .submenu li a:focus {
  background-color: left-bar;
}

#sidebar-menu .submenu li a:hover {
  background-color: #30419b;
  color: rgba(255, 255, 255, 0.8);
}

#sidebar-menu .submenu>li>a {
  padding-left: 50px;
}

#sidebar-menu .submenu>li .submenu>li>a {
  padding-left: 70px;
}

/******* Enlarged *******/
.enlarged .slimScrollDiv {
  overflow: inherit !important;
}

.enlarged .slimScrollBar {
  visibility: hidden;
}

.enlarged #wrapper .topbar .topbar-left {
  width: 70px !important;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-light {
  display: none;
  opacity: 0;
}

.enlarged #wrapper .topbar .topbar-left .logo .logo-sm {
  display: block;
  line-height: 70px;
  font-size: 28px;
}

.enlarged #wrapper .navbar-custom {
  margin-left: 70px;
}

.enlarged #wrapper #sidebar-menu .menu-title,
.enlarged #wrapper #sidebar-menu .menu-arrow,
.enlarged #wrapper #sidebar-menu .badge {
  display: none !important;
}

.enlarged #wrapper #sidebar-menu .mm-collapse.mm-show {
  display: none;
}

.enlarged #wrapper #sidebar-menu .nav.mm-collapse {
  height: inherit !important;
}

.enlarged #wrapper #sidebar-menu ul ul {
  padding-bottom: 5px;
  padding-top: 5px;
  background-color: #30419b;
}

.enlarged #wrapper .left.side-menu {
  position: absolute;
  width: 70px;
  z-index: 5;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a {
  position: relative;
  width: 260px;
  color: #ffffff;
  background-color: #2d3d91;
  z-index: 1;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a.open :after,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>a.mm-active :after {
  display: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #ffffff;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li:hover a span {
  display: inline-block;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
  -webkit-transition: none;
  transition: none;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:hover,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:active,
.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a:focus {
  color: #ffffff;
  background-color: #2d3d91;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a i {
  font-size: 18px;
  margin-left: 5px;
  margin-right: 20px !important;
}

.enlarged #wrapper .left.side-menu #sidebar-menu>ul>li>a span {
  display: none;
  padding-left: 10px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li:hover>ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  position: absolute;
  width: 190px;
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li>a span.float-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.enlarged #wrapper .left.side-menu #sidebar-menu ul ul li.mm-active a {
  color: #ffffff;
}

.enlarged #wrapper .content-page {
  margin-left: 70px;
}

.enlarged #wrapper .footer {
  left: 70px;
}

/******* Footer *******/
.footer {
  bottom: 0;
  text-align: center !important;
  padding: 19px 30px 20px;
  position: absolute;
  background-color: #ffffff;
  right: 0;
  left: 240px;
  font-family: "Poppins", sans-serif;
}

/******* Responsive *******/
@media (min-width: 769px) {
  .enlarged {
    min-height: 1200px;
  }

  .enlarged .slimscroll-menu {
    overflow: inherit !important;
  }
}

@media (max-width: 419px) {
  .content-page {
    margin-left: 70px;
  }

  .enlarged .side-menu.left {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
  }
}

@media (max-width: 480px) {
  .side-menu {
    z-index: 10 !important;
    overflow: scroll;
  }

  .button-menu-mobile {
    display: block;
  }

  .navbar-custom {
    margin-left: 0 !important;
  }

  .dataTables_paginate {
    overflow: scroll;
  }

  .mobileViewLoader {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .topbar .topbar-left {
    width: 70px !important;
    height: 70px;
  }

  .side-menu {
    z-index: 10 !important;
    overflow: scroll;
  }

  .topbar .topbar-left .logo-light {
    display: none !important;
  }

  .topbar .topbar-left .logo-sm {
    display: block !important;
    line-height: 70px !important;
    font-size: 28px;
  }

  .navbar-custom {
    margin-left: 70px !important;
  }

  .content-page {
    margin-left: 0 !important;
  }

  .content-page .content {
    padding: 0px;
  }

  .enlarged .left.side-menu {
    margin-left: -70px;
  }

  .footer {
    left: 0 !important;
  }

  .mobileViewLoader {
    width: 50% !important;
  }
}

.right-sidebar {
  position: fixed;
  width: 280px;
  top: 70px;
  bottom: 0px;
  right: 0px;
  padding-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

@media (min-width: 1200px) {
  .dasboard-content {
    margin-right: 280px;
  }
}

/******* Content Page *******/
.content-page {
  margin-left: 240px;
  overflow: hidden;
}

.content-page .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
  margin-bottom: 60px;
}

/******* Page Title *******/
.page-title-box {
  padding: 20px 0px;
}

.page-title-box .page-title {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}

.page-title-box .breadcrumb {
  padding: 4px 0;
  background-color: transparent;
  margin-bottom: 0;
}

.page-title-box .breadcrumb a {
  color: #354558;
}

.page-title-box .breadcrumb a:hover {
  color: rgba(53, 69, 88, 0.9);
}

.page-title-box .breadcrumb .active {
  color: rgba(53, 69, 88, 0.7);
}

/******* menu light *******/
.left-side-menu-light .side-menu {
  background-color: #ffffff;
}

.left-side-menu-light #sidebar-menu>ul>li>a.mm-active {
  color: #4090cb !important;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
  box-shadow: 0px 1px 1px 0px rgba(43, 46, 49, 0.07);
}

.left-side-menu-light #sidebar-menu>ul>li>a:hover,
.left-side-menu-light #sidebar-menu>ul>li>a:focus,
.left-side-menu-light #sidebar-menu>ul>li>a:active {
  color: #4090cb;
}

.left-side-menu-light #sidebar-menu>ul>li>a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.left-side-menu-light #sidebar-menu>ul>li>a .badge-light {
  background-color: #30419b;
  color: #ffffff;
}

.left-side-menu-light #sidebar-menu .submenu li a:hover {
  background-color: #ffffff;
  color: #4090cb;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li:hover>a {
  color: #4090cb !important;
  background-color: #f9f9f9 !important;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li:hover>ul a:hover {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:hover,
.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:active,
.left-side-menu-light.enlarged #sidebar-menu>ul>li>a:focus {
  color: #4090cb !important;
}

.left-side-menu-light.enlarged #sidebar-menu ul ul {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
}

.left-side-menu-light .navbar-custom {
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .button-menu-mobile {
  color: #e9ecef;
  background-color: #383c40;
}

.left-side-menu-light .navbar-custom .btn-light {
  background-color: #42464b !important;
  border-color: #42464b !important;
  color: #ced4da !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.left-side-menu-light .navbar-custom .notification-list .nav-link {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-webkit-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::-ms-input-placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control::placeholder {
  color: #ced4da;
}

.left-side-menu-light .navbar-custom .notification-list .app-search .form-control,
.left-side-menu-light .navbar-custom .notification-list .app-search .form-control:focus {
  border: 1px solid #42464b;
  background: #42464b;
  color: #ced4da;
}

@media (max-width: 576px) {
  .page-title-box .breadcrumb {
    display: none;
  }

  .side-menu {
    z-index: 10 !important;
    overflow: scroll;
  }
}

@media (max-width: 420px) {
  .dropdown-menu-lg {
    width: 220px;
  }

  .notify-icon {
    display: none;
  }

  .notify-details {
    margin-left: 0px !important;
  }
}

/* ==============
  Alertify
===================*/
.alertify,
.alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs>.success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs>.error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs>*,
.alertify-logs>.default {
  background-color: #30419b;
}

/* ==============
  Alertify
===================*/
.alertify,
.alertify-logs {
  z-index: 99;
}

.alertify input {
  border: 2px solid #9ca8b3;
}

.alertify-logs>.success {
  background-color: #02c58d;
  color: #ffffff;
}

.alertify-logs>.error {
  background-color: #fc5454;
  color: #ffffff;
}

.alertify-logs>*,
.alertify-logs>.default {
  background-color: #30419b;
}

/* =============
   Alerts
============= */
.alert {
  position: relative;
  border: 0;
}

.alert .alert-link {
  font-weight: 500;
  text-decoration: underline;
}

.alert-primary {
  color: #ffffff;
  background-color: #30419b;
}

.alert-primary hr {
  border-top-color: #243174;
}

.alert-success {
  color: #ffffff;
  background-color: #02c58d;
}

.alert-success hr {
  border-top-color: #019369;
}

.alert-danger {
  color: #ffffff;
  background-color: #fc5454;
}

.alert-danger hr {
  border-top-color: #fb2222;
}

.alert-warning {
  color: #ffffff;
  background-color: #fcbe2d;
}

.alert-warning hr {
  border-top-color: #f3ab03;
}

.alert-info {
  color: #ffffff;
  background-color: #59c6fb;
}

.alert-info hr {
  border-top-color: #27b5fa;
}

.alert-secondary {
  color: #ffffff;
  background-color: #616f80;
}

.alert-secondary hr {
  border-top-color: #4b5663;
}

.alert-dark {
  color: #ffffff;
  background-color: #354558;
}

.alert-dark hr {
  border-top-color: #222c38;
}

/* ==============
  Buttons
===================*/
.btn {
  border-radius: 3px;
  font-size: 13px;
}

button:focus {
  outline: none;
}

.btn-sm {
  font-size: 10.83333px;
}

.btn-lg {
  font-size: 15.6px;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-dark,
.btn-pink,
.btn-purple,
.btn-indigo,
.btn-teal,
.btn-lime,
.btn-orange,
.btn-brown,
.btn-blue-grey {
  color: #ffffff;
}

.btn-primary {
  background-color: #30419b;
  border: 1px solid #30419b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: #2a3988;
  border: 1px solid #2a3988;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
  box-shadow: 0 0 0 2px rgba(48, 65, 155, 0.3);
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-success {
  background-color: #02c58d;
  border: 1px solid #02c58d;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success,
.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle,
.btn-outline-success:hover,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  background-color: #02ac7b;
  border: 1px solid #02ac7b;
}

.btn-success.focus,
.btn-success:focus,
.btn-outline-success.focus,
.btn-outline-success:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
  box-shadow: 0 0 0 2px rgba(2, 197, 141, 0.3);
}

.btn-info {
  background-color: #59c6fb;
  border: 1px solid #59c6fb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info,
.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle,
.btn-outline-info:hover,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle,
.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  background-color: #40bdfa;
  border: 1px solid #40bdfa;
}

.btn-info.focus,
.btn-info:focus,
.btn-outline-info.focus,
.btn-outline-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
  box-shadow: 0 0 0 2px rgba(89, 198, 251, 0.3);
}

.btn-warning {
  background-color: #fcbe2d;
  border: 1px solid #fcbe2d;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle,
.btn-outline-warning:hover,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle,
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle,
.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  background-color: #fcb614;
  border: 1px solid #fcb614;
  color: #ffffff;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 190, 45, 0.3);
}

.btn-danger {
  background-color: #fc5454;
  border: 1px solid #fc5454;
}

.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle,
.btn-outline-danger:hover,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle,
.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  background-color: #fc3b3b;
  border: 1px solid #fc3b3b;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
  box-shadow: 0 0 0 2px rgba(252, 84, 84, 0.3);
}

.btn-dark {
  background-color: #354558;
  border: 1px solid #354558;
  color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark,
.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle,
.btn-outline-dark:hover,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle,
.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #2b3948;
  border: 1px solid #2b3948;
  color: #ffffff;
}

.btn-dark.focus,
.btn-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
  box-shadow: 0 0 0 2px rgba(53, 69, 88, 0.3);
}

.btn-secondary {
  background-color: #616f80;
  border: 1px solid #616f80;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.open>.dropdown-toggle.btn-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  background-color: #566271;
  border: 1px solid #566271;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
  box-shadow: 0 0 0 2px rgba(97, 111, 128, 0.3);
}

.btn-link {
  color: #354558;
}

.btn-link:hover {
  color: #30419b;
}

/* button Outline */
.btn-outline-primary {
  color: #30419b;
  border-color: #30419b;
}

.btn-outline-success {
  color: #02c58d;
  border-color: #02c58d;
}

.btn-outline-info {
  color: #59c6fb;
  border-color: #59c6fb;
}

.btn-outline-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.btn-outline-danger {
  color: #fc5454;
  border-color: #fc5454;
}

.btn-outline-dark {
  color: #354558;
  background-image: none;
  background-color: transparent;
  border-color: #354558;
}

.btn-outline-secondary {
  color: #616f80;
  border-color: #616f80;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-icon {
  position: relative;
}

.btn-icon .btn-icon-label {
  margin: -.55rem .9rem -.55rem -.9rem;
  padding: .6rem .9rem;
}

.btn-icon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 38%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-icon:hover::before {
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 100% 100%, 0% 100%);
}

/* ==============
  Card
===================*/
.card {
  border: none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  box-shadow: 0px 0px 13px 0px rgba(236, 236, 241, 0.44);
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

.card-columns .card {
  margin-bottom: 30px;
}

/* =============
   Nestable
============= */
.custom-dd .dd-list .dd-item .dd-handle {
  background: #f0f4f7;
  border: 1px solid #f0f4f7;
  padding: 10px 16px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
}

.custom-dd .dd-list .dd-item .dd-handle:hover {
  color: #30419b;
}

.custom-dd .dd-list .dd-item button {
  height: auto;
  font-size: 25px;
  margin: 8px auto;
  color: #9ca8b3;
  width: 35px;
}

.custom-dd-empty .dd-list .dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.custom-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

.custom-dd-empty .dd-list .dd3-handle:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list .dd3-content {
  height: auto;
  border: none;
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
}

.custom-dd-empty .dd-list .dd3-content:hover {
  color: #30419b;
}

.custom-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

.dd-dragel>.dd-item .dd-handle {
  padding: 8px 16px !important;
  background: #dee2e6;
  height: auto;
}

.dd-placeholder,
.dd-empty {
  background: #dee2e6;
  border: 1px dashed #9ca8b3;
}

.dd-dragel>.dd3-item>.dd3-handle {
  border: none;
  background: #dee2e6;
  height: 36px !important;
  width: 36px !important;
}

.dd-dragel>.dd3-item>.dd3-handle:before {
  color: inherit;
  top: 7px;
}

.dd-dragel>.dd3-item>.dd3-content {
  padding: 8px 16px 8px 46px;
  background: #dee2e6;
  height: auto;
}

/* Ion Range slider */
.irs--modern .irs-bar,
.irs--modern .irs-to,
.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-handle>i:first-child {
  background: #30419b !important;
}

.irs--modern .irs-to:before,
.irs--modern .irs-from:before,
.irs--modern .irs-single:before {
  border-top-color: #30419b;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  color: #616f80;
}

.irs--modern .irs-grid-text {
  font-size: 10px;
}

/* =========== */
/* Sweet Alert2 */
/* =========== */
.swal2-modal .swal2-title {
  font-size: 24px;
}

.swal2-modal .swal2-content {
  font-size: 16px;
}

.swal2-modal .swal2-spacer {
  margin: 10px 0;
}

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 2px solid #9ca8b3;
  font-size: 16px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 2px solid #30419b;
}

.swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.swal2-icon.swal2-question {
  color: #30419b;
  border-color: #30419b;
}

.swal2-icon.swal2-success {
  border-color: #02c58d;
}

.swal2-icon.swal2-success .line {
  background-color: #02c58d;
}

.swal2-icon.swal2-success .placeholder {
  border-color: #02c58d;
}

.swal2-icon.swal2-warning {
  color: #fcbe2d;
  border-color: #fcbe2d;
}

.swal2-icon.swal2-error {
  border-color: #fc5454;
}

.swal2-icon.swal2-error .line {
  background-color: #fc5454;
}

/* ==============
  Form-elements
===================*/
label {
  font-weight: 600;
}

.form-control {
  font-size: 13px;
}

.form-control:focus {
  border-color: #30419b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
  background-color: #30419b;
}

.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #30419b;
}

.has-success .form-control {
  border-color: #02c58d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-warning .form-control {
  border-color: #fcbe2d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-danger .form-control {
  border-color: #fc5454;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon {
  border-radius: 2px;
  border: 1px solid #f0f4f7;
}

.input-group-text {
  font-size: 13px;
}

/* ==============
  Form-Validation
===================*/
.error {
  color: #ff0000;
}

.parsley-error {
  border-color: #fc5454;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list>li {
  font-size: 12px;
  list-style: none;
  color: #fc5454;
  margin-top: 5px;
}

/* ==============
  Form-Advanced
===================*/
/* Datepicker */
.datepicker {
  border: 1px solid #ced4da;
  padding: 8px;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #30419b !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.table-condensed thead th,
.table-condensed tbody td {
  padding: 5px;
}

/* Bootstrap-touchSpin */
.bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 12px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 4px;
  left: 8px;
}

.input-group-addon {
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

/* Prism */
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
  background: #f0f4f7;
}

/* Rating */
.badge:empty {
  padding: 0;
}

/* ==============
  Form Editor
===================*/
.mce-panel {
  border-color: #dfe8ee !important;
  background-color: #f0f4f7 !important;
}

.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
  background-color: #30419b !important;
}

.mce-menu {
  background-color: #ffffff !important;
}

/* ==============
  Form-Upload
===================*/
/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: #ffffff;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 22px;
}

/* ==============
  Summernote
===================*/
.note-btn-group .dropdown-menu>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.note-btn-group .dropdown-menu>li>a:hover {
  background-color: #f7f9fb;
}

.note-image-popover,
.note-air-popover,
.note-link-popover {
  display: none;
}

.note-image-popover .dropdown-toggle::after,
.note-air-popover .dropdown-toggle::after,
.note-link-popover .dropdown-toggle::after {
  margin-left: 0;
}

.note-icon-caret {
  display: none;
}

.note-editor {
  position: relative;
}

.note-editor .btn-light {
  background-color: transparent;
  border-color: transparent;
}

.note-editor .btn-group-sm>.btn,
.note-editor .btn-sm {
  padding: 8px 12px;
}

.note-editor .note-toolbar {
  background-color: #f0f4f7;
  border-bottom: 1px solid #f0f4f7;
  margin: 0;
}

.note-editor .note-statusbar {
  background-color: #ffffff;
}

.note-editor .note-statusbar .note-resizebar {
  border-top: none;
  height: 15px;
  padding-top: 3px;
}

.note-editor.note-frame {
  border: 1px solid #f0f4f7;
  margin-bottom: 0px;
}

.note-popover .popover .popover-content {
  padding: 5px 0 10px 5px;
}

.note-popover .btn-default {
  background-color: transparent;
  border-color: transparent;
}

.note-popover .btn-group-sm>.btn,
.note-popover .btn-sm {
  padding: 8px 12px;
}

.note-toolbar {
  padding: 5px 0 10px 5px;
}

/* ==============
  Widgets
===================*/
.widget-chart li {
  width: 31.5%;
  display: inline-block;
  padding: 0;
}

.widget-chart li i {
  font-size: 22px;
}

.mini-stat-icon i {
  font-size: 30px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

.dashboard-ct-chart .ct-grid {
  stroke: rgba(0, 0, 0, 0.05);
}

#slider-1 {
  height: 49px;
}

#slider-2 {
  height: 49px;
}

/* Activity */
.activity-feed {
  list-style: none;
}

.activity-feed .feed-item {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
  border-left: 2px solid #f0f4f7;
}

.activity-feed .feed-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #30419b;
  background-color: #ffffff;
}

.activity-feed .feed-item:last-child {
  border-color: transparent;
}

.suggestion-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background-color: #30419b;
  font-size: 15px;
}

/* ==============
  Charts
===================*/
.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* Morris chart */
/* Morris chart */
.morris-charts text {
  font-family: "Poppins", sans-serif !important;
}

.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
}

.morris-hover.morris-default-style .morris-hover-point {
  font-weight: 500;
  font-size: 14px;
  color: #354558 !important;
}

.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #354558;
  color: #ffffff;
  padding: 4px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* Flot chart */
#flotTip {
  padding: 8px 12px;
  background-color: #ffffff;
  z-index: 100;
  color: #354558;
  -webkit-box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.14);
  border-radius: 1px;
}

/* Chartist chart */
.ct-golden-section:before {
  float: none;
}

.ct-chart {
  height: 300px;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.09);
  stroke-width: 2px;
  stroke-dasharray: 3px;
}

.ct-chart .ct-label {
  fill: #9ca8b3;
  color: #9ca8b3;
  font-size: 14px;
  line-height: 1;
}

.ct-chart.simple-pie-chart-chartist .ct-label {
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
}

.ct-chart .ct-series.ct-series-a .ct-bar,
.ct-chart .ct-series.ct-series-a .ct-line,
.ct-chart .ct-series.ct-series-a .ct-point,
.ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #30419b;
}

.ct-chart .ct-series.ct-series-b .ct-bar,
.ct-chart .ct-series.ct-series-b .ct-line,
.ct-chart .ct-series.ct-series-b .ct-point,
.ct-chart .ct-series.ct-series-b .ct-slice-donut {
  stroke: #02c58d;
}

.ct-chart .ct-series.ct-series-c .ct-bar,
.ct-chart .ct-series.ct-series-c .ct-line,
.ct-chart .ct-series.ct-series-c .ct-point,
.ct-chart .ct-series.ct-series-c .ct-slice-donut {
  stroke: #fcbe2d;
}

.ct-chart .ct-series.ct-series-d .ct-bar,
.ct-chart .ct-series.ct-series-d .ct-line,
.ct-chart .ct-series.ct-series-d .ct-point,
.ct-chart .ct-series.ct-series-d .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-e .ct-bar,
.ct-chart .ct-series.ct-series-e .ct-line,
.ct-chart .ct-series.ct-series-e .ct-point,
.ct-chart .ct-series.ct-series-e .ct-slice-donut {
  stroke: #59c6fb;
}

.ct-chart .ct-series.ct-series-f .ct-bar,
.ct-chart .ct-series.ct-series-f .ct-line,
.ct-chart .ct-series.ct-series-f .ct-point,
.ct-chart .ct-series.ct-series-f .ct-slice-donut {
  stroke: #fc5454;
}

.ct-chart .ct-series.ct-series-g .ct-bar,
.ct-chart .ct-series.ct-series-g .ct-line,
.ct-chart .ct-series.ct-series-g .ct-point,
.ct-chart .ct-series.ct-series-g .ct-slice-donut {
  stroke: #f0f4f7;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
  fill: #30419b;
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
  fill: #fcbe2d;
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
  fill: #02c58d;
}

.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  background: #354558;
  color: #ffffff;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

/* C3 chart */
.c3 svg {
  max-width: 100%;
}

.c3-tooltip td>span {
  background: #354558;
}

.c3-tooltip td {
  border-left: none;
}

.c3-tooltip {
  -webkit-box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.12);
  opacity: 1;
}

.c3-chart-arcs-title {
  font-size: 18px;
  font-weight: 600;
}

.c3-tooltip tr {
  border: none !important;
}

.c3-tooltip th {
  background-color: #354558;
}

.c3-tooltip .value {
  font-weight: 600;
}

.c3-line {
  stroke-width: 2px;
}

.c3-legend-item {
  font-size: 13px;
}

/* ==============
  Maps
===================*/
.gmaps,
.gmaps-panaroma {
  height: 300px;
  background: #f0f4f7;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #30419b;
  border-radius: 4px;
  padding: 10px 20px;
}

.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #30419b;
}

.gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #30419b;
}

/* ==============
  Tables
===================*/
.table {
  margin-bottom: 10px;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
  padding: 15px 12px;
}

.table-hover tbody tr:hover,
.table-striped tbody tr:nth-of-type(odd),
.thead-default th {
  background-color: #f0f4f7;
}

.table td,
.table th {
  vertical-align: middle;
}

/************** datatables ***************/
.dataTables_wrapper.container-fluid {
  width: auto;
}

/* == Responsive Table ==*/
table.focus-on tbody tr.focused th {
  background-color: #30419b;
  color: #ffffff;
}

table.focus-on tbody tr.focused td {
  background-color: #30419b;
  color: #ffffff;
}

.table-rep-plugin .btn-toolbar {
  display: block;
}

.table-rep-plugin .table-responsive {
  border: none !important;
}

.table-rep-plugin .fixed-solution {
  margin-bottom: 0px;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
  top: 70px !important;
}

.table-rep-plugin .btn-group.float-right .dropdown-menu {
  left: auto;
  right: 0;
  -webkit-transform: none !important;
  transform: none !important;
  top: 100% !important;
}

.table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

.table-rep-plugin .checkbox-row {
  padding-left: 40px;
}

.table-rep-plugin .checkbox-row label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

.table-rep-plugin .checkbox-row label::before {
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 17px;
  outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
  color: #616f80;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: -1px;
  width: 16px;
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label {
  opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus+label::before {
  outline-offset: -2px;
  outline: none;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled+label::before {
  background-color: #f0f4f7;
  cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::before {
  background-color: #30419b;
  border-color: #30419b;
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked+label::after {
  color: #ffffff;
}

/* ==============
  Calendar
===================*/
.calendar {
  float: left;
  margin-bottom: 0;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar {
  margin-bottom: 5px;
}

.fc-toolbar h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day {
  background: #ffffff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc-widget-header {
  border: 1px solid #d5d5d5;
  background-color: #f0f4f7;
}

.fc-widget-content {
  border: 1px solid #d5d5d5;
}

.fc th.fc-widget-header {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.fc-button {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #555555;
  text-transform: capitalize;
}

.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}

.fc-state-hover {
  background: #adb5bd;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #ffffff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 5px 0;
  padding: 5px 5px;
  text-align: center;
  background-color: #30419b;
  color: #ffffff !important;
}

.external-event {
  color: #ffffff;
  cursor: move;
  margin: 10px 0;
  padding: 6px 10px;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

.fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 230px;
  float: left;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}

.email-rightbar {
  margin-left: 260px;
}

.dot-online {
  position: absolute;
  left: 28px;
  font-size: 12px;
}

.chat-user-box p.user-title {
  font-size: 13px;
  color: #354558;
  font-weight: 500;
}

.chat-user-box p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .email-leftbar {
    float: none;
    width: 100%;
  }

  .email-rightbar {
    margin: 0;
  }

  .side-menu {
    z-index: 10 !important;
    overflow: scroll;
  }
}

.mail-list a {
  display: block;
  color: #3f5168;
  font-size: 13px;
  line-height: 24px;
  padding: 5px;
}

.mail-list a.active {
  color: #fc5454;
  font-weight: 500;
}

.message-list {
  display: block;
  padding-left: 0;
}

.message-list li {
  position: relative;
  display: block;
  height: 75px;
  line-height: 75px;
  cursor: default;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.message-list li a {
  color: #354558;
}

.message-list li:hover {
  background: rgba(53, 69, 88, 0.08);
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
}

.message-list li .col-mail {
  float: left;
  position: relative;
}

.message-list li .col-mail-1 {
  width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
  display: block;
  float: left;
}

.message-list li .col-mail-1 .dot {
  border: 4px solid transparent;
  border-radius: 100px;
  margin: 22px 26px 0;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
  margin: 28px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 31px;
  font-size: 13px;
  margin-left: 5px;
}

.message-list li .col-mail-1 .title {
  position: absolute;
  left: 110px;
  right: 0;
  top: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
}

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 360px;
  right: 0;
  bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
  position: absolute;
  top: 0;
}

.message-list li .col-mail-2 .subject {
  left: 0;
  right: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  top: 8px;
}

.message-list li .col-mail-2 .date {
  right: 0;
  width: 170px;
  padding-left: 70px;
}

.message-list li.active,
.message-list li.active:hover {
  -webkit-box-shadow: inset 3px 0 0 #30419b;
  box-shadow: inset 3px 0 0 #30419b;
}

.message-list li.unread {
  background-color: #f7f7f7;
  font-weight: 500;
  color: #2b3948;
}

.message-list li.unread a {
  color: #2b3948;
  font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: inset 0 0 0 1px #dee2e6;
  box-shadow: inset 0 0 0 1px #dee2e6;
  border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
  opacity: 0;
  cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked~label {
  opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition-duration: .05s;
  transition-duration: .05s;
  top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
  content: "\F12C";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #2b3948;
  width: 20px;
  position: absolute;
  margin-top: -27px;
  left: 4px;
  font-size: 13px;
}

.email-inbox {
  position: relative;
}

.email-inbox .form-control,
.email-inbox .form-control:focus {
  border: 1px solid #f0f4f7;
  font-size: 13px;
  height: 40px;
  padding-left: 34px;
  padding-right: 12px;
  margin-right: 16px;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.email-inbox button {
  position: absolute;
  top: 12px;
  left: 6px;
  display: block;
  color: #9ca8b3;
  font-size: 11px;
  border: none;
  background-color: transparent;
}

@media (max-width: 425px) {
  .title img {
    display: none;
  }
}

.email-img-overlay .email-overlay i {
  background: #30419b;
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  left: 0;
  right: 0px;
  margin: 0 auto;
  opacity: 0;
}

.email-img-overlay:hover img {
  opacity: 0.2;
}

.email-img-overlay:hover .email-overlay i {
  opacity: 1;
}

@media (max-width: 375px) {
  .date {
    display: none;
  }
}

@media (max-width: 768px) {
  .mo-mb-2 {
    margin-bottom: 10px;
  }

  .mo-mt-2 {
    margin-top: 10px !important;
  }

  .ex-pages {
    padding: 24px 0px;
  }

  .btn-toolbar {
    margin-top: 15px;
  }
}

.home-btn {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
}

.accountbg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("/img/newback.jpg");
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
}

.wrapper-page {
  margin: 7.5% auto;
  width: 420px;
  position: relative;
}

@media (max-width: 767px) {
  .wrapper-page {
    width: 90%;
  }
}

.account-pages {
  margin: 10.5% auto;
  position: relative;
}

.comming-watch div {
  display: inline-block;
}

.comming-watch div .card {
  margin: 0px 15px 15px 15px;
}

.comming-watch div .card .countdown-num {
  font-weight: 600;
  color: #30419b;
}

.comming-watch div span {
  width: 150px;
  display: block;
}

.comming-watch div span:first-child {
  height: 60px;
  font-weight: 300;
  font-size: 3em;
  line-height: 48px;
}

.comming-watch div span:last-child {
  padding-top: 14px;
  font-size: 0.9em;
}

.coming-soon-search-form input {
  padding: 15px 20px;
  width: 100%;
  color: #354558;
  border: 2px solid #e9ecef;
  outline: none !important;
  padding-right: 180px;
  padding-left: 30px;
  border-radius: 30px;
}

.coming-soon-search-form button {
  position: absolute;
  top: 7px;
  right: 8px;
  outline: none !important;
  border-radius: 30px;
  padding: 9px 30px;
}

.coming-soon-search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.faq-box {
  border-left: 3px solid;
}

.map-container {
  width: 100%;
  max-width: 100%;
  height: 700px;
}

#mapContainer {
  height: 600px;
  width: 100%;
  display: block;
}


.error-bg {
  background: url("../images/error.png");
  position: absolute;
  background-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
}

.error-page {
  text-transform: uppercase;
  background: repeating-linear-gradient(45deg, #30419b, #30419b 10px, #02c58d 10px, #02c58d 20px);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 110px;
  line-height: .7;
  position: relative;
}

.maintenance-img img {
  max-width: 320px;
}

/* ==============
  Timeline
===================*/
.cd-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.main-timeline {
  overflow: hidden;
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #adb5bd;
  position: absolute;
  top: 0;
  left: 50%;
}

.main-timeline .timeline {
  padding-right: 30px;
  position: relative;
}

.main-timeline .timeline-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #adb5bd;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -4px;
}

.main-timeline .timeline-icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #30419b;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.main-timeline .year {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  background: #30419b;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-timeline .year:before {
  content: "";
  border-right: 18px solid #30419b;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: -18px;
}

.main-timeline .timeline-content {
  width: 46.5%;
  padding: 43px 50px;
  margin: 0 20px 0 0;
  background: #f0f4f7;
  position: relative;
}

.main-timeline .timeline-content:after {
  content: "";
  border-left: 20px solid #f0f4f7;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-timeline .title {
  float: left;
  font-size: 18px;
  margin: 0 20px 20px 0;
}

.main-timeline .description {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  clear: both;
}

.main-timeline .timeline:before,
.main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -3px;
}

.main-timeline .timeline:last-child:before {
  top: auto;
  bottom: 0;
}

.main-timeline .timeline:nth-child(2n) {
  padding: 0 0 0 30px;
}

.main-timeline .timeline:nth-child(2n) .year {
  right: auto;
  left: 35%;
}

.main-timeline .timeline:nth-child(2n) .year:before {
  border: 18px solid transparent;
  border-right: none;
  border-left: 18px solid #30419b;
  left: auto;
  right: -18px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  float: right;
  margin: 0 0 0 20px;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after {
  border-left: none;
  border-right: 20px solid #f0f4f7;
  right: auto;
  left: -20px;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .year {
    right: 30%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 30%;
  }
}

@media only screen and (max-width: 990px) {
  .main-timeline .year {
    right: 25%;
  }

  .main-timeline .timeline:nth-child(2n) .year {
    left: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 10px;
  }

  .main-timeline .timeline {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0;
  }

  .main-timeline .timeline:first-child:before,
  .main-timeline .timeline:last-child:before {
    display: none;
  }

  .main-timeline .timeline-icon {
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    display: block;
    font-weight: bold;
    margin: 0 0 32px 30px;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }

  .main-timeline .timeline:nth-child(2n) .year:before {
    border-left: none;
    border-right: 18px solid #30419b;
    right: auto;
    left: -18px;
  }

  .main-timeline .timeline-content {
    padding: 20px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: auto;
    float: none;
    margin: 0 0 0 30px;
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    border: none;
    border-bottom: 20px solid #f0f4f7;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    top: -20px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 480px) {
  .main-timeline .title {
    float: none;
  }

  .main-timeline .year,
  .main-timeline .timeline:nth-child(2n) .year {
    margin-left: 20px;
  }

  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    margin-left: 10px;
  }
}

.pricing-box {
  padding: 30px;
  position: relative;
}

.pricing-box .pricing-icon i {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  line-height: 56px;
  top: -25px;
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  left: 0px;
  right: 0px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.pricing-box .pricing-plan sup {
  font-size: 26px;
  position: relative;
  top: -18px;
}

.pricing-box .pricing-border {
  border-top: 1px solid #f0f4f7;
  margin: 0 auto;
  border-bottom: 1px solid #f0f4f7;
  padding: 5px;
}

.pricing-box .pricing-features {
  padding-left: 20px;
}

.danger-color {
  color: red;
}

.asteric_red {
  color: red;
}

.filterButton {
  background: #fff !important;
  border-radius: 50px !important;
  padding: 9px 14px !important;
  color: #1E88E5;
  box-shadow: 3px 4px 12px 0px #d0d0d0 !important;
}


.shadowUser {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) !important;
}

.bg-light-blue-3 {
  background-color: #eeeff5 !important;
  line-height: 3.5 !important;
}

.addbutton {
  padding: 9px 14px !important;
  border-radius: 4px !important;
  box-shadow: 3px 4px 12px 0px #d0d0d0 !important;
}

.viewButton {
  background-color: transparent !important;
  border: none !important;
}

.unassigned {
  color: blueviolet;
}

.assigned {
  color: royalblue;
}

.listAll {
  color: red;
}

.processing {
  color: orange;
}

.setLightGrey {
  background: #f9f9f9 !important;
}

.partiallyCompleted {
  color: yellow;
}

.completedColor {
  color: green;
}

.rowPadding-10 {
  padding: 10px !important;
}

.rowPadding-5 {
  padding: 5px !important;
}

.inspectioncolor-red {
  color: red !important;
}

.inspectioncolor-green {
  color: green !important;
}

.inspectioncolor-yellow {
  color: rgb(255, 196, 0) !important;
}

/*# sourceMappingURL=style.css.map */

.forceFullycompletedColor {
  color: maroon;
}

.temporaryColor {
  color: pink;
}

.fromtemporaryColor {
  color: #d75374;
}

@media (min-width: 768px) {
  .modal-dialog-Custom {
    width: 1200px !important;
  }
}

.closedColor {
  color: aqua;
}

.table-borderStyle {
  border-left: 4px solid #12ace7;
}

@media only screen and (max-width: 480px) {
  .table-borderStyle {
    border-left: none;
  }

  .imageWidth {
    width: 50% !important;
  }

  .filterButtonMobile {
    background: #fff !important;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    color: #1E88E5;
    box-shadow: 3px 4px 12px 0px #d0d0d0 !important;
  }
}

.addbuttonModal {
  padding: 9px 14px !important;
  border-radius: 50px !important;
}

.bg-light-blue-4 {
  background-color: rgb(248, 248, 248) !important;
  line-height: 1.5 !important;
}


@media (min-width: 768px) {

  /* Hide scrollbar for Chrome, Safari and Opera */
  .hideTableScroll::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .hideTableScroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

@media (min-width: 1200px) {

  /* Hide scrollbar for Chrome, Safari and Opera */
  .hideTableScroll::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .hideTableScroll {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
}

.textColor {
  color: #a4a6a7;
}

.textFonts {
  font-weight: 600;
}


.activeHeaders,
.activeHeaders:hover {
  background-color: #30419b !important;
  color: white;
}

.plusButtons {
  background: #fff !important;
  border-radius: 50px !important;
  padding: 5px 10px !important;
  color: #1E88E5;
  box-shadow: 3px 4px 12px 0px #d0d0d0 !important;
}

.box.box-primary {
  border-top-color: #33257c !important;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;

}

.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}

.img-circle {
  border-radius: 50%;
}

#profileImage {
  height: 100px;
}

.boxData {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.img-responsive {
  display: block;
  height: auto;
}

.profile-username {
  font-size: 21px;
  margin-top: 5px;
}

.btn.btn-files {
  position: relative;
  overflow: hidden;
}

.btn.btn-files>input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  background-color: #e7e7e7;
}

.upload-btn {
  margin: 0 auto;
  width: 186px;
}

.remove-btn {
  margin: 0 auto;
  width: 186px;
}

.updateBox {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* End TOOL TIP */
.hint {
  font-size: 13px;
  border: 1px solid #f2f2f2;
  padding: 5px;
  margin-top: 9px;
  background: rgb(242, 242, 242);
  color: #969696;
}

.dataTables_filter {
  display: none;
}

.newDataTable th,
.newDataTable td,
.newDataTable tr {
  border: none !important;
}



@media print {
  body * {
    visibility: hidden;
  }

  #printSection,
  #printSection * {
    visibility: visible;
    -webkit-print-color-adjust: exact !important;
  }

  a[href]:after {
    content: none !important;
    text-align: center,
  }

  #printSection {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .colorDisp1 {
    color: red !important;
  }

  .colorDisp2 {
    color: blue !important;
  }

  .colorDisp3 {
    color: grey !important;
  }

  /* @page 
   {
        size: auto;   
        margin-top: .5mm;  
        margin-bottom: .5mm;
    } */


  /* .headerDiv {
    position: fixed;
    top: 0;
  }
  .footerDiv {
    position: fixed;
    bottom: 0;
  } */


}

@media print {
  @page {
    margin: 3mm;
  }

  body {
    margin: 2mm;
  }
}

/* ==============
  User List View Toggle Styles
===================*/

/* Toggle Button Styles */
.viewToggle {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: #e9ecef;
  color: #616f80;
  background: #fff;
}

.viewToggle:hover {
  background-color: #f0f4f7;
  border-color: #30419b;
  color: #30419b;
}

.viewToggle.active {
  background-color: #30419b !important;
  color: #fff !important;
  border-color: #30419b !important;
}

/* Active/Inactive Filter Button Styles */
.paginationFilterValue {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: #e9ecef !important;
  color: #616f80 !important;
  background: #fff !important;
  font-weight: 500;
}

.paginationFilterValue:hover {
  background-color: #f0f4f7 !important;
  border-color: #30419b !important;
  color: #30419b !important;
}

.paginationFilterValue.activeHeaders {
  background-color: #30419b !important;
  color: #fff !important;
  border-color: #30419b !important;
  box-shadow: 0 2px 4px rgba(48, 65, 155, 0.2);
}

/* User Card Styles - Template Colors */
.user-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px 0 rgba(48, 65, 155, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.user-card:hover {
  box-shadow: 0 4px 12px 0 rgba(48, 65, 155, 0.16);
  transform: translateY(-4px);
}

.user-card-header {
  border-bottom: none;
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
}

.user-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.4) 0%, rgba(48, 65, 155, 0) 100%);
}

.user-card-name {
  font-size: 16px;
  font-weight: 600;
  color: #354558;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: -0.2px;
}

.user-card-empcode {
  display: inline-block;
  background: #30419b;
  color: #fff;
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 4px rgba(48, 65, 155, 0.25);
}

.user-card-body {
  flex: 1;
  margin-bottom: 14px;
}

.user-card-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  padding: 6px 0;
  transition: all 0.2s ease;
}

.user-card-item:hover {
  padding-left: 4px;
  background-color: rgba(48, 65, 155, 0.04);
  margin-left: -4px;
  margin-right: -4px;
  padding-right: 4px;
  border-radius: 6px;
}

.user-card-item i {
  color: #30419b;
  width: 18px;
  font-size: 13px;
  margin-right: 10px;
  flex-shrink: 0;
}

.user-card-label {
  font-weight: 600;
  color: #616f80;
  margin-right: 8px;
  min-width: 70px;
  font-size: 12px;
  text-transform: capitalize;
}

.user-card-value {
  color: #354558;
  word-break: break-word;
  font-size: 13px;
  font-weight: 500;
}

.user-card-value a {
  color: #30419b;
  text-decoration: none;
  transition: all 0.2s ease;
}

.user-card-value a:hover {
  color: #2d3d91;
  text-decoration: none;
}

.user-card-footer {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 14px;
  border-top: 1px solid rgba(67, 89, 113, 0.1);
}

.user-card-footer .btn {
  flex: 1;
  min-width: auto;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  box-shadow: 0 2px 4px rgba(48, 65, 155, 0.1);
}

.user-card-footer .btn-info {
  background: #59c6fb;
  border: none;
  color: #fff;
}

.user-card-footer .btn-info:hover {
  background: #4ab8f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(89, 198, 251, 0.3);
}

.user-card-footer .btn-danger {
  background: #fc5454;
  border: none;
  color: #fff;
}

.user-card-footer .btn-danger:hover {
  background: #fb3d3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(252, 84, 84, 0.3);
}

.user-card-footer .btn-success {
  background: #02c58d;
  border: none;
  color: #fff;
}

.user-card-footer .btn-success:hover {
  background: #02b07e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(2, 197, 141, 0.3);
}

.user-card-footer .btn-primary {
  background: #30419b;
  border: none;
  color: #fff;
}

.user-card-footer .btn-primary:hover {
  background: #2d3d91;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(48, 65, 155, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .user-card-footer {
    flex-direction: column;
  }

  .user-card-footer .btn {
    width: 100%;
  }
}

/* ==============
  Asset Card Styles - Template Colors
===================*/

.asset-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 16px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px 0 rgba(2, 197, 141, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.asset-card:hover {
  box-shadow: 0 4px 12px 0 rgba(2, 197, 141, 0.16);
  transform: translateY(-4px);
}

.asset-card-header {
  border-bottom: none;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
}

.asset-card-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(2, 197, 141, 0.4) 0%, rgba(2, 197, 141, 0) 100%);
}

.asset-card-code {
  font-size: 15px;
  font-weight: 600;
  color: #354558;
  margin-bottom: 4px;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

.asset-card-type {
  display: inline-block;
  background: #02c58d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 4px rgba(2, 197, 141, 0.25);
}

.asset-card-body {
  flex: 1;
  margin-bottom: 10px;
}

.asset-card-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 7px;
  font-size: 12px;
  padding: 4px 0;
  transition: all 0.2s ease;
}

.asset-card-item:hover {
  padding-left: 4px;
  background-color: rgba(2, 197, 141, 0.04);
  margin-left: -4px;
  margin-right: -4px;
  padding-right: 4px;
  border-radius: 6px;
}

.asset-card-item i {
  color: #02c58d;
  width: 16px;
  font-size: 12px;
  margin-right: 8px;
  margin-top: 2px;
  flex-shrink: 0;
}

.asset-card-item>div {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}

.asset-card-item .field-label {
  font-size: 10px;
  color: #8898aa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.asset-card-item .field-value {
  font-size: 12px;
  color: #2c3e50;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.3;
}

/* Legacy support for old structure */
.asset-card-label {
  font-weight: 600;
  color: #616f80;
  margin-right: 8px;
  min-width: 60px;
  font-size: 12px;
  text-transform: capitalize;
}

.asset-card-value {
  color: #354558;
  word-break: break-word;
  font-size: 13px;
  font-weight: 500;
}

.asset-card-footer {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid rgba(67, 89, 113, 0.1);
}

.asset-card-footer .btn {
  flex: 1;
  min-width: auto;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  box-shadow: 0 2px 4px rgba(2, 197, 141, 0.1);
}

.asset-card-footer .btn-info {
  background: #59c6fb;
  border: none;
  color: #fff;
}

.asset-card-footer .btn-info:hover {
  background: #4ab8f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(89, 198, 251, 0.3);
}

.asset-card-footer .btn-danger {
  background: #fc5454;
  border: none;
  color: #fff;
}

.asset-card-footer .btn-danger:hover {
  background: #fb3d3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(252, 84, 84, 0.3);
}

.asset-card-footer .btn-success {
  background: #02c58d;
  border: none;
  color: #fff;
}

.asset-card-footer .btn-success:hover {
  background: #02b07e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(2, 197, 141, 0.3);
}

.asset-card-footer .btn-primary {
  background: #30419b;
  border: none;
  color: #fff;
}

.asset-card-footer .btn-primary:hover {
  background: #2d3d91;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(48, 65, 155, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .asset-card-footer {
    flex-direction: column;
  }

  .asset-card-footer .btn {
    width: 100%;
  }
}

/* ==============
  Complaint Card Styles - Template Colors
===================*/

.complaint-card {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 6px 0 rgba(48, 65, 155, 0.12);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.complaint-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px 0 rgba(48, 65, 155, 0.18);
}

.complaint-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9ecef;
}

.complaint-card-id {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
}

.complaint-card-status {
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  display: inline-block;
}

.complaint-card-body {
  flex: 1;
  padding-bottom: 15px;
}

.complaint-card-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 10px;
}

.complaint-card-field i {
  color: #59c6fb;
  font-size: 14px;
  margin-top: 2px;
  min-width: 16px;
}

.complaint-card-field>div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.complaint-card-field .field-label {
  font-size: 11px;
  color: #8898aa;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.complaint-card-field .field-value {
  font-size: 13px;
  color: #2c3e50;
  font-weight: 500;
}

.complaint-card-footer {
  display: flex;
  gap: 8px;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.complaint-card-footer .btn {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 12px;
  padding: 6px 12px;
}

.complaint-card-footer .btn:hover {
  transform: translateY(-2px);
}

.complaint-card-footer .btn-info {
  background: #59c6fb;
  border: none;
  color: #fff;
}

.complaint-card-footer .btn-info:hover {
  background: #3fb8f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(89, 198, 251, 0.3);
}

.complaint-card-footer .btn-danger {
  background: #fc5454;
  border: none;
  color: #fff;
}

.complaint-card-footer .btn-danger:hover {
  background: #fb3d3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(252, 84, 84, 0.3);
}

.complaint-card-footer .btn-success {
  background: #02c58d;
  border: none;
  color: #fff;
}

.complaint-card-footer .btn-success:hover {
  background: #02b07e;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(2, 197, 141, 0.3);
}

.complaint-card-footer .btn-warning {
  background: #ffc107;
  border: none;
  color: #fff;
}

.complaint-card-footer .btn-warning:hover {
  background: #e0a800;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.3);
}

.complaint-card-footer .btn-primary {
  background: #30419b;
  border: none;
  color: #fff;
}

.complaint-card-footer .btn-primary:hover {
  background: #2d3d91;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(48, 65, 155, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .complaint-card-footer {
    flex-direction: column;
  }

  .complaint-card-footer .btn {
    width: 100%;
  }
}

/* ========== Stylish Theme Color Horizontal Navigation Menu ========== */
.horizontal-menu {
  background: linear-gradient(135deg, #ffffff 0%, #f0f2ff 100%);
  border-bottom: 2px solid rgba(48, 65, 155, 0.15);
  box-shadow: 0 4px 15px rgba(48, 65, 155, 0.12), 0 2px 6px rgba(64, 86, 184, 0.08);
  position: sticky;
  top: 70px;
  z-index: 999;
  width: 100%;
  margin-left: 0;
  backdrop-filter: blur(15px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.horizontal-menu:hover {
  box-shadow: 0 6px 20px rgba(48, 65, 155, 0.18), 0 3px 10px rgba(64, 86, 184, 0.12);
}

.navbar-horizontal {
  padding: 0;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.nav-horizontal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.nav-horizontal .nav-item {
  position: relative;
  margin: 0;
}

.nav-horizontal .nav-link {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 12px;
  letter-spacing: 0.4px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, transparent 0%, transparent 100%);
}

.nav-horizontal .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(48, 65, 155, 0.08) 0%,
      rgba(64, 86, 184, 0.08) 50%,
      rgba(92, 111, 212, 0.08) 100%);
  transition: left 0.4s ease;
  z-index: -1;
}

.nav-horizontal .nav-link:hover::before {
  left: 0;
}

.nav-horizontal .nav-link:hover {
  color: #30419b;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 20px rgba(48, 65, 155, 0.25), 0 3px 10px rgba(64, 86, 184, 0.15);
}

.nav-horizontal .nav-link i {
  margin-right: 10px;
  font-size: 19px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #30419b 0%, #4056b8 50%, #5c6fd4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(48, 65, 155, 0.3));
}

.nav-horizontal .nav-link:hover i {
  transform: scale(1.2) rotate(10deg);
  filter: drop-shadow(0 4px 8px rgba(48, 65, 155, 0.5));
  animation: iconBounce 0.6s ease;
}

@keyframes iconBounce {

  0%,
  100% {
    transform: scale(1.2) rotate(10deg) translateY(0);
  }

  50% {
    transform: scale(1.25) rotate(10deg) translateY(-3px);
  }
}

.nav-horizontal .nav-link .badge {
  margin-left: 10px;
  font-size: 10px;
  padding: 4px 9px;
  border-radius: 14px;
  font-weight: 700;
}

/* Vibrant Animated Dropdown styles */
.nav-horizontal .dropdown:hover .dropdown-menu,
.nav-horizontal .dropdown .dropdown-menu:hover {
  display: block;
  animation: dropdownMagic 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dropdownMagic {
  0% {
    opacity: 0;
    transform: translateY(-20px) scale(0.9) rotateX(-15deg);
  }

  60% {
    opacity: 0.8;
    transform: translateY(5px) scale(1.02) rotateX(5deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0);
  }
}

.nav-horizontal .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #ffffff;
  border: 2px solid rgba(48, 65, 155, 0.15);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(48, 65, 155, 0.2), 0 5px 15px rgba(64, 86, 184, 0.15);
  padding: 14px;
  margin: 0;
  margin-top: 10px;
  z-index: 1000;
  display: none;
  backdrop-filter: blur(10px);
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* Bridge the gap between dropdown toggle and menu */
.nav-horizontal .dropdown-menu::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}

.nav-horizontal .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(48, 65, 155, 0.15);
}

.nav-horizontal .dropdown-menu li {
  list-style: none;
}

.nav-horizontal .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}

.nav-horizontal .dropdown-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(135deg, #30419b 0%, #4056b8 50%, #5c6fd4 100%);
  transition: height 0.3s ease;
  border-radius: 0 4px 4px 0;
}

.nav-horizontal .dropdown-item:hover::before {
  height: 100%;
}

.nav-horizontal .dropdown-item:hover {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.08) 0%, rgba(92, 111, 212, 0.08) 100%);
  color: #30419b;
  transform: translateX(8px) scale(1.02);
  box-shadow: 0 4px 12px rgba(48, 65, 155, 0.15);
  padding-left: 24px;
}

/* Theme Color Active state */
.nav-horizontal .nav-link.active,
.nav-horizontal .dropdown-item.active {
  color: #ffffff;
  background: linear-gradient(135deg, #30419b 0%, #5c6fd4 100%);
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(48, 65, 155, 0.4), 0 3px 10px rgba(92, 111, 212, 0.3);
  transform: translateY(-2px) scale(1.02);
  animation: activeGlow 2s ease-in-out infinite;
}

@keyframes activeGlow {

  0%,
  100% {
    box-shadow: 0 6px 20px rgba(48, 65, 155, 0.4), 0 3px 10px rgba(92, 111, 212, 0.3);
  }

  50% {
    box-shadow: 0 8px 30px rgba(48, 65, 155, 0.6), 0 4px 15px rgba(92, 111, 212, 0.5);
  }
}

.nav-horizontal .nav-item.active .nav-link i,
.nav-horizontal .nav-link.active i {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  font-weight: bold;
  filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.5));
  animation: iconShine 2s ease-in-out infinite;
}

@keyframes iconShine {

  0%,
  100% {
    filter: drop-shadow(0 2px 6px rgba(255, 255, 255, 0.5));
  }

  50% {
    filter: drop-shadow(0 4px 10px rgba(255, 255, 255, 0.8));
  }
}

/* Remove left sidebar spacing */
.content-page {
  margin-left: 0 !important;
  padding: 20px;
}

#wrapper .content-page {
  margin-left: 0 !important;
}

/* Hide sidebar toggle button */
.button-menu-mobile {
  display: none !important;
}

/* Adjust topbar for full width */
.topbar {
  left: 0 !important;
}

.topbar .topbar-left {
  width: 180px !important;
  min-width: 180px;
}

/* Stylish Theme Color Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  background: linear-gradient(135deg, rgba(48, 65, 155, 0.1) 0%, rgba(92, 111, 212, 0.1) 100%);
  border: 2px solid rgba(48, 65, 155, 0.3);
  cursor: pointer;
  padding: 14px;
  z-index: 1001;
  position: relative;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(48, 65, 155, 0.2);
}

.mobile-menu-toggle:hover {
  background: linear-gradient(135deg, rgba(48, 65, 155, 0.2) 0%, rgba(92, 111, 212, 0.2) 100%);
  border-color: rgba(48, 65, 155, 0.5);
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 6px 20px rgba(48, 65, 155, 0.3);
}

.mobile-menu-toggle .toggle-icon {
  display: block;
  width: 26px;
  height: 3px;
  background: linear-gradient(90deg, #30419b 0%, #4056b8 50%, #5c6fd4 100%);
  margin: 6px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(48, 65, 155, 0.3);
}

.mobile-menu-toggle:hover .toggle-icon {
  box-shadow: 0 3px 8px rgba(48, 65, 155, 0.5);
}

.mobile-menu-toggle.active {
  background: linear-gradient(135deg, #30419b 0%, #5c6fd4 100%);
  border-color: #5c6fd4;
  transform: scale(0.95) rotate(-5deg);
}

.mobile-menu-toggle.active .toggle-icon {
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.4);
}

.mobile-menu-toggle.active .toggle-icon:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active .toggle-icon:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}

.mobile-menu-toggle.active .toggle-icon:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

/* Modern Responsive Mobile Menu */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block;
  }

  .horizontal-menu {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }

  .navbar-horizontal {
    position: relative;
  }

  .nav-horizontal {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 300px;
    height: calc(100vh - 70px);
    background: #ffffff;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    overflow-y: auto;
    transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    flex-wrap: nowrap;
    gap: 4px;
  }

  .nav-horizontal.active {
    left: 0;
  }

  .nav-horizontal .nav-item {
    width: 100%;
    border-bottom: none;
  }

  .nav-horizontal .nav-link {
    padding: 14px 16px;
    width: 100%;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
  }

  .nav-horizontal .nav-link i {
    margin-right: 12px;
  }

  .nav-horizontal .dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    border-left: 3px solid #30419b;
    background: rgba(48, 65, 155, 0.04);
    padding: 8px;
    margin-left: 12px;
    margin-top: 6px;
    border-radius: 8px;
  }

  .nav-horizontal .dropdown.active .dropdown-menu {
    display: block;
  }

  .nav-horizontal .dropdown-item {
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 6px;
  }

  .nav-horizontal .dropdown-item:hover {
    transform: translateX(6px);
  }

  /* Mobile overlay with modern backdrop */
  .mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 999;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-overlay.active {
    display: block;
  }

  /* Modern dropdown toggle for mobile */
  .nav-horizontal .dropdown>.nav-link::after {
    content: '\f107';
    font-family: 'Material Design Icons';
    margin-left: auto;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 18px;
  }

  .nav-horizontal .dropdown.active>.nav-link::after {
    transform: rotate(180deg);
  }
}

/* Remove sidebar on mobile */
@media (max-width: 768px) {
  .left.side-menu {
    display: none !important;
  }
}

/* Desktop: hide sidebar */
.left.side-menu {
  display: none !important;
}

/* Full width content */
body.enlarged .content-page,
.content-page {
  margin-left: 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}

body.enlarged .topbar,
.topbar {
  left: 0 !important;
}

/* Fix footer positioning */
.footer {
  left: 0 !important;
}

/* Adjust navbar-custom for better spacing */
.topbar .navbar-custom {
  margin-left: 180px !important;
}

@media (max-width: 768px) {
  .topbar .navbar-custom {
    margin-left: 70px !important;
  }
}

/* Fix z-index for header dropdowns to appear above horizontal menu */
.topbar .navbar-custom .dropdown-menu {
  z-index: 1050 !important;
}

.topbar .navbar-custom .dropdown {
  z-index: 1050;
}

/* Ensure topbar has higher z-index than horizontal menu */
.topbar {
  z-index: 1040 !important;
}

.horizontal-menu {
  z-index: 1030 !important;
}

/* Update horizontal menu dropdown z-index */
.nav-horizontal .dropdown-menu {
  z-index: 1035 !important;
}

/* Remove background color from logo area and reduce space */
.topbar .topbar-left {
  background-color: transparent !important;
  width: 120px !important;
  min-width: 120px !important;
  padding: 0 10px;
}

.topbar .topbar-left .logo {
  text-align: left;
}

.topbar .topbar-left .logo img {
  max-height: 55px;
  width: auto;
}

/* Adjust navbar-custom margin for smaller logo area */
.topbar .navbar-custom {
  margin-left: 120px !important;
}

@media (max-width: 768px) {
  .topbar .topbar-left {
    width: 70px !important;
    min-width: 70px !important;
  }

  .topbar .navbar-custom {
    margin-left: 70px !important;
  }
}

/* Vibrant Date and Time Display in Header */
.topbar-datetime {
  flex-shrink: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0;
  transition: all 0.3s ease;
}

.topbar-datetime:hover {
  background: rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.datetime-wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}

.date-display,
.time-display {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff !important;
  gap: 10px;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.date-display span,
.time-display span {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Extra strong rules for date/time visibility */
.topbar-datetime .date-display,
.topbar-datetime .date-display span,
.topbar-datetime .time-display,
.topbar-datetime .time-display span,
.topbar-datetime span {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
}

.date-display i,
.time-display i {
  font-size: 18px;
  color: #ffc107 !important;
  animation: iconGlow 3s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.5));
}

@keyframes iconGlow {

  0%,
  100% {
    filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.5));
  }

  50% {
    filter: drop-shadow(0 4px 8px rgba(255, 193, 7, 0.8));
  }
}

.date-display {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  padding-right: 18px;
}

.time-display {
  animation: timeUpdate 1s ease-in-out infinite;
}

@keyframes timeUpdate {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

/* Adjust navbar-custom margin for datetime display */
.topbar .navbar-custom {
  margin-left: 320px !important;
}

@media (max-width: 992px) {
  .topbar-datetime {
    display: none;
  }

  .topbar .navbar-custom {
    margin-left: 120px !important;
  }
}

@media (max-width: 768px) {
  .topbar .navbar-custom {
    margin-left: 70px !important;
  }
}

/* Update date and time to display on same line */
.datetime-wrapper {
  display: flex;
  flex-direction: row !important;
  gap: 15px !important;
  align-items: center;
}

.date-display,
.time-display {
  font-size: 13px !important;
}

.date-display {
  border-right: 1px solid #dee2e6;
  padding-right: 15px;
}

/* Enhanced menu icons styling */
.nav-horizontal .nav-link i {
  margin-right: 8px;
  font-size: 16px;
  color: #30419b;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}

.nav-horizontal .nav-link:hover i {
  color: #30419b;
  transform: scale(1.1);
}

.nav-horizontal .dropdown-item i {
  margin-right: 8px;
  font-size: 14px;
  color: #30419b;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Add icons to dropdown items if they don't have them */
.nav-horizontal .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}

/* Custom scrollbar for dropdown menu */
.nav-horizontal .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.nav-horizontal .dropdown-menu::-webkit-scrollbar-track {
  background: rgba(48, 65, 155, 0.05);
  border-radius: 10px;
}

.nav-horizontal .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgba(48, 65, 155, 0.3);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.nav-horizontal .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(48, 65, 155, 0.5);
}

/* Ensure dropdown content doesn't break scrolling */
.nav-horizontal .dropdown-menu .row {
  margin: 0;
  max-width: 100%;
}

.nav-horizontal .dropdown-menu .col-md-6 {
  padding: 0 8px;
}

/* Vibrant Badge styling with glow animation */
.nav-horizontal .badge {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #ff8c42 100%);
  font-weight: 700;
  padding: 5px 11px;
  border-radius: 16px;
  font-size: 10px;
  margin-left: 10px;
  box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4), 0 2px 6px rgba(238, 90, 111, 0.3);
  color: #ffffff;
  animation: badgePulse 2s ease-in-out infinite;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

@keyframes badgePulse {

  0%,
  100% {
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4), 0 2px 6px rgba(238, 90, 111, 0.3);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6), 0 4px 10px rgba(238, 90, 111, 0.5);
    transform: scale(1.05);
  }
}

/* Theme Color Gradient icon styling for dropdown items */
.nav-horizontal .dropdown-item i {
  background: linear-gradient(135deg, #30419b 0%, #4056b8 50%, #5c6fd4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 17px;
  margin-right: 12px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 4px rgba(48, 65, 155, 0.3));
  transition: all 0.3s ease;
}

.nav-horizontal .dropdown-item:hover i {
  filter: drop-shadow(0 4px 8px rgba(48, 65, 155, 0.5));
  transform: scale(1.15) rotate(-5deg);
}

/* Active menu item styling */
.nav-horizontal .nav-item.active .nav-link,
.nav-horizontal .nav-link.active {
  background: #f0f3ff;
  color: #30419b;
  border-radius: 4px;
}

.nav-horizontal .nav-item.active .nav-link i,
.nav-horizontal .nav-link.active i {
  color: #30419b;
  font-weight: bold;
}

/* Vibrant User Info Display in Header */
.topbar-userinfo {
  flex-shrink: 0;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 28px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 0;
  transition: all 0.3s ease;
}

.topbar-userinfo:hover {
  background: rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.userinfo-wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
  align-items: center;
}

.user-name-display,
.location-display {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff !important;
  gap: 10px;
  font-weight: 600;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.user-name-display span,
.location-display span {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* Extra strong rules for user name visibility */
.topbar-userinfo .user-name-display,
.topbar-userinfo .user-name-display span,
.topbar-userinfo span {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
}

.topbar-userinfo .location-display,
.topbar-userinfo .location-display span {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4) !important;
  opacity: 1 !important;
}

.user-name-display i,
.location-display i {
  font-size: 18px;
  color: #02c58d !important;
  animation: iconPulse 2s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(2, 197, 141, 0.5));
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(2, 197, 141, 0.5));
  }

  50% {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(2, 197, 141, 0.8));
  }
}

.user-name-display {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  padding-right: 18px;
}

.location-display {
  animation: userHighlight 3s ease-in-out infinite;
}

@keyframes userHighlight {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.85;
  }
}

.location-display span {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Adjust navbar-custom margin for all header elements */
.topbar .navbar-custom {
  margin-left: 600px !important;
}

@media (max-width: 1200px) {
  .topbar-userinfo {
    display: none;
  }

  .topbar .navbar-custom {
    margin-left: 320px !important;
  }
}

@media (max-width: 992px) {
  .topbar-datetime {
    display: none;
  }

  .topbar-userinfo {
    display: none;
  }

  .topbar .navbar-custom {
    margin-left: 120px !important;
  }
}

@media (max-width: 768px) {
  .topbar .navbar-custom {
    margin-left: 70px !important;
  }
}

/* Update menu icons to match right side styling - remove blue color */
.nav-horizontal .nav-link i {
  color: #6c757d !important;
  font-size: 16px !important;
}

.nav-horizontal .nav-link:hover i {
  color: #495057 !important;
  transform: none !important;
}

.nav-horizontal .dropdown-item i {
  color: #6c757d !important;
  font-size: 14px !important;
}

.nav-horizontal .dropdown-item:hover i {
  color: #495057 !important;
}

/* Active state icons */
.nav-horizontal .nav-item.active .nav-link i,
.nav-horizontal .nav-link.active i {
  color: #30419b !important;
}

/* Fix logo area gap during scrolling */
.topbar {
  display: flex;
  align-items: center;
}

.topbar .topbar-left {
  /* background-color: #fff !important; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .topbar-left .logo {
  display: flex;
  align-items: center;
  height: 70px;
  line-height: normal;
}

.topbar-datetime,
.topbar-userinfo {
  flex-shrink: 0;
}

/* Ensure no gaps in fixed positioning */
.topbar {
  padding: 0 !important;
  margin: 0 !important;
}

/* Fix right side gap in header */
.topbar .navbar-custom {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0 !important;
  padding-right: 20px;
}

.topbar .navbar-custom .navbar-right {
  margin-left: auto;
}

/* Adjust spacing for all header sections */
.topbar-datetime,
.topbar-userinfo {
  margin-left: 0;
}

/* Remove any extra margins */
.topbar>* {
  margin: 0;
}

@media (max-width: 1200px) {
  .topbar .navbar-custom {
    flex: 1;
  }
}

/* ========================================
   Asset Detail Modal - Modern Minimalist Style
   ======================================== */

/* Modal Dialog */
#assetDetailPage .modal-dialog {
  max-width: 1000px;
  margin: 1rem auto;
}

#assetDetailPage .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 35px rgba(48, 65, 155, 0.1);
  overflow: hidden;
}

/* Modal Header */
#assetDetailPage .modal-header {
  background: linear-gradient(135deg, #30419b 0%, #4960c7 100%);
  border-bottom: none;
  padding: 1rem 2rem;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}

#assetDetailPage .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
}

#assetDetailPage .modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #02c58d 0%, #59c6fb 50%, #fcbe2d 100%);
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

#assetDetailPage .modal-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#assetDetailPage .modal-title::before {
  content: '\f15b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.65rem;
  color: #ffffff;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

#assetDetailPage .modal-header .close {
  color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#assetDetailPage .modal-header .close:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg) scale(1.1);
}

/* Modal Body */
#assetDetailPage .modal-body {
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* Tables */
#assetDetailPage .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.08);
  overflow: hidden;
  border: 1px solid #e8ecf4;
}

#assetDetailPage .table tr {
  border-bottom: 1px solid #f0f4f8;
  transition: all 0.2s ease;
}

#assetDetailPage .table tr:last-child {
  border-bottom: none;
}

#assetDetailPage .table tr:hover {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.03) 0%, rgba(73, 96, 199, 0.03) 100%);
  transform: translateX(3px);
}

#assetDetailPage .table td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border: none !important;
  position: relative;
}

/* Labels */
#assetDetailPage .textColor {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

#assetDetailPage .textColor::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #30419b, #59c6fb);
  border-radius: 50%;
  margin-right: 0.6rem;
}

/* Values */
#assetDetailPage .textFonts {
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  min-height: 28px;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

#assetDetailPage .textFonts:hover {
  border-left-color: #30419b;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

#assetDetailPage .textFonts:empty::before {
  content: '—';
  color: #cbd5e0;
  font-weight: 300;
}

/* Attachments Section */
#assetDetailPage #detailAttachments {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 10px;
  padding: 0.75rem;
  min-height: 50px;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.08);
  border: 2px dashed #c4caed;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  transition: all 0.2s ease;
}

#assetDetailPage #detailAttachments:hover {
  border-color: #30419b;
  box-shadow: 0 4px 20px rgba(48, 65, 155, 0.15);
}

#assetDetailPage #detailAttachments:empty::before {
  content: '📎 No attachments available';
  color: #9ca3af;
  font-style: italic;
  font-size: 0.8rem;
  width: 100%;
  text-align: center;
}

/* Attachment Items (if they exist) */
#assetDetailPage #detailAttachments .attachment-item {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(135deg, #30419b 0%, #4960c7 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.3);
}

#assetDetailPage #detailAttachments .attachment-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(48, 65, 155, 0.4);
  color: #ffffff;
}

#assetDetailPage #detailAttachments .attachment-item i {
  margin-right: 0.4rem;
  font-size: 0.85rem;
  color: #ffffff;
}

/* Modal Footer */
#assetDetailPage .modal-footer {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 2px solid #e8ecf4;
  padding: 0.75rem 2rem;
  border-radius: 0 0 8px 8px;
}

#assetDetailPage .modal-footer .btn {
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#assetDetailPage .modal-footer .btn-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

#assetDetailPage .modal-footer .btn-secondary:hover {
  background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
}

/* Status Badges (if used in detail view) */
#assetDetailPage .badge {
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #assetDetailPage .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  #assetDetailPage .modal-body {
    padding: 1rem;
  }

  #assetDetailPage .modal-header,
  #assetDetailPage .modal-footer {
    padding: 0.85rem 1rem;
  }

  #assetDetailPage .modal-title {
    font-size: 1.1rem;
  }

  #assetDetailPage .table td {
    padding: 0.5rem 0.75rem;
  }

  #assetDetailPage h6.text-primary {
    font-size: 0.8rem;
  }

  #assetDetailPage .textFonts {
    font-size: 0.85rem;
  }
}

/* Smooth Animations */
#assetDetailPage.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

#assetDetailPage.modal.show .modal-dialog {
  transform: none;
}

/* Loader Styling for Modal */
#assetDetailPage .loadersSpin {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 8px;
}

/* Print View Optimization */
@media print {
  #assetDetailPage .modal-header {
    background: linear-gradient(135deg, #30419b 0%, #4960c7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #assetDetailPage .modal-header::before,
  #assetDetailPage .modal-header::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #assetDetailPage h6.text-primary {
    background: linear-gradient(135deg, #f0f3f9 0%, #e7ecf5 100%) !important;
    border-left: 4px solid #30419b !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #assetDetailPage .textFonts {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #assetDetailPage .modal-footer {
    display: none;
  }
}

/* ========================================
   Complaint Detail Modal - Modern Minimalist Style
   ======================================== */

/* Modal Dialog */
#complaintDetailPage .modal-dialog {
  max-width: 1000px;
  margin: 1rem auto;
}

#complaintDetailPage .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 35px rgba(48, 65, 155, 0.1);
  overflow: hidden;
}

/* Modal Header */
#complaintDetailPage .modal-header {
  background: linear-gradient(135deg, #30419b 0%, #4960c7 100%);
  border-bottom: none;
  padding: 1rem 2rem;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}

#complaintDetailPage .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
}

#complaintDetailPage .modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #02c58d 0%, #59c6fb 50%, #fcbe2d 100%);
}

#complaintDetailPage .modal-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#complaintDetailPage .modal-title::before {
  content: '\f0ad';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.65rem;
  color: #ffffff;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

#complaintDetailPage .modal-header .close,
#complaintDetailPage .modal-header .closen {
  color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#complaintDetailPage .modal-header .close:hover,
#complaintDetailPage .modal-header .closen:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg) scale(1.1);
}

/* Modal Body */
#complaintDetailPage .modal-body {
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* Section Headers */
#complaintDetailPage h6 {
  color: #30419b !important;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.6rem;
  margin-top: 0.85rem;
  padding: 0.4rem 0.85rem;
  background: linear-gradient(135deg, #f0f3f9 0%, #e7ecf5 100%);
  border-radius: 6px;
  position: relative;
  border-left: 4px solid #30419b;
  box-shadow: 0 1px 3px rgba(48, 65, 155, 0.08);
}

#complaintDetailPage h6:first-of-type {
  margin-top: 0;
}

#complaintDetailPage h6::before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #30419b 0%, #59c6fb 100%);
  border-radius: 2px 0 0 2px;
}

#complaintDetailPage h6::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #30419b 50%, transparent 100%);
  opacity: 0.3;
}

/* Tables */
#complaintDetailPage .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.08);
  overflow: hidden;
  border: 1px solid #e8ecf4;
}

#complaintDetailPage .table tr {
  border-bottom: 1px solid #f0f4f8;
  transition: all 0.2s ease;
}

#complaintDetailPage .table tr:last-child {
  border-bottom: none;
}

#complaintDetailPage .table tr:hover {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.03) 0%, rgba(73, 96, 199, 0.03) 100%);
  transform: translateX(3px);
}

#complaintDetailPage .table td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border: none !important;
  position: relative;
}

/* Labels */
#complaintDetailPage .textColor {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

#complaintDetailPage .textColor::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #30419b, #59c6fb);
  border-radius: 50%;
  margin-right: 0.6rem;
}

/* Values */
#complaintDetailPage .textFonts {
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  min-height: 28px;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

#complaintDetailPage .textFonts:hover {
  border-left-color: #30419b;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

#complaintDetailPage .textFonts:empty::before {
  content: '—';
  color: #cbd5e0;
  font-weight: 300;
}

/* Top Customer Info Section (Dark Background) */
#complaintDetailPage .modal-body .row:first-child {
  padding: 0.75rem;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.15);
  border-radius: 7px;
  border-left: 7px solid #30419B;
  border-right: 7px solid #30419B;
  background: #2e2e2e;
  color: #fff;
  margin-bottom: 1rem;
}

#complaintDetailPage .modal-body .row:first-child h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

#complaintDetailPage .modal-body .row:first-child #detailStatus {
  font-size: 0.75rem;
  padding: 0.3rem 0.65rem;
  border-radius: 4px;
  display: inline-block;
}

#complaintDetailPage .modal-body .row:first-child .mdi {
  font-size: 1.2rem;
}

/* Complaint History Cards */
#complaintDetailPage .card {
  border: 1px solid #e8ecf4;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.08);
  transition: all 0.2s ease;
}

#complaintDetailPage .card:hover {
  box-shadow: 0 4px 16px rgba(48, 65, 155, 0.15);
  transform: translateY(-2px);
}

#complaintDetailPage .card-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 2px solid #e8ecf4;
  padding: 0.65rem 1rem;
  border-radius: 8px 8px 0 0;
}

#complaintDetailPage .card-header h5 {
  font-size: 0.85rem;
  font-weight: 600;
  color: #30419b;
  margin: 0;
}

#complaintDetailPage .card-body {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
}

/* Buttons */
#complaintDetailPage .btn {
  font-size: 0.75rem;
  padding: 0.4rem 0.85rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

#complaintDetailPage .addbuttonModal {
  font-size: 0.75rem;
  padding: 0.4rem 1rem;
}

/* Task History Sections */
#complaintDetailPage .table-striped {
  font-size: 0.8rem;
}

#complaintDetailPage .table-striped thead tr {
  background-color: #f0f3f9;
}

#complaintDetailPage .table-striped td {
  padding: 0.4rem 0.65rem;
}

/* Image Attachments */
#complaintDetailPage .imageWidth {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

#complaintDetailPage .imageWidth:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

/* Audio Controls */
#complaintDetailPage audio {
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.1);
}

/* Row Padding Utilities */
#complaintDetailPage .rowPadding-5 {
  padding: 0.4rem;
}

#complaintDetailPage .rowPadding-10 {
  padding: 0.65rem;
}

#complaintDetailPage .setLightGrey {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 0.5rem;
}

/* Accordion / Collapse Sections */
#complaintDetailPage .collapse {
  transition: all 0.3s ease-in-out;
}

#complaintDetailPage .collapseDivisions,
#complaintDetailPage .collapseDivision {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  padding: 0.75rem;
  border-radius: 6px;
  margin-top: 0.5rem;
}

/* Modal Footer */
#complaintDetailPage .modal-footer {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 2px solid #e8ecf4;
  padding: 0.75rem 2rem;
  border-radius: 0 0 8px 8px;
}

#complaintDetailPage .modal-footer .btn {
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#complaintDetailPage .modal-footer .btn-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

#complaintDetailPage .modal-footer .btn-secondary:hover {
  background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
}

/* Status Badges */
#complaintDetailPage .badge {
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #complaintDetailPage .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  #complaintDetailPage .modal-body {
    padding: 1rem;
  }

  #complaintDetailPage .modal-header,
  #complaintDetailPage .modal-footer {
    padding: 0.85rem 1rem;
  }

  #complaintDetailPage .modal-title {
    font-size: 1.1rem;
  }

  #complaintDetailPage .table td {
    padding: 0.5rem 0.75rem;
  }

  #complaintDetailPage h6 {
    font-size: 0.8rem;
  }

  #complaintDetailPage .textFonts {
    font-size: 0.85rem;
  }
}

/* Smooth Animations */
#complaintDetailPage.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

#complaintDetailPage.modal.show .modal-dialog {
  transform: none;
}

/* Loader Styling for Modal */
#complaintDetailPage .loadersSpin {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 8px;
}

/* Print View Optimization */
@media print {
  #complaintDetailPage .modal-header {
    background: linear-gradient(135deg, #30419b 0%, #4960c7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #complaintDetailPage .modal-header::before,
  #complaintDetailPage .modal-header::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #complaintDetailPage h6 {
    background: linear-gradient(135deg, #f0f3f9 0%, #e7ecf5 100%) !important;
    border-left: 4px solid #30419b !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #complaintDetailPage .textFonts {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #complaintDetailPage .modal-footer {
    display: none;
  }
}

/* ========================================
   User Detail Modal - Modern Minimalist Style
   ======================================== */

/* Modal Dialog */
#userDetailPage .modal-dialog {
  max-width: 1000px;
  margin: 1rem auto;
}

#userDetailPage .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 35px rgba(48, 65, 155, 0.1);
  overflow: hidden;
}

/* Modal Header */
#userDetailPage .modal-header {
  background: linear-gradient(135deg, #30419b 0%, #4960c7 100%);
  border-bottom: none;
  padding: 1rem 2rem;
  border-radius: 8px 8px 0 0;
  position: relative;
  overflow: hidden;
}

#userDetailPage .modal-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulse 3s ease-in-out infinite;
}

#userDetailPage .modal-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #02c58d 0%, #59c6fb 50%, #fcbe2d 100%);
}

#userDetailPage .modal-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
  position: relative;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

#userDetailPage .modal-title::before {
  content: '\f007';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.65rem;
  color: #ffffff;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0.4rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}

#userDetailPage .modal-header .close,
#userDetailPage .modal-header .closen {
  color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#userDetailPage .modal-header .close:hover,
#userDetailPage .modal-header .closen:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg) scale(1.1);
}

/* Modal Body */
#userDetailPage .modal-body {
  padding: 1.5rem 2rem;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

/* Tables */
#userDetailPage .table {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.08);
  overflow: hidden;
  border: 1px solid #e8ecf4;
}

#userDetailPage .table tr {
  border-bottom: 1px solid #f0f4f8;
  transition: all 0.2s ease;
}

#userDetailPage .table tr:last-child {
  border-bottom: none;
}

#userDetailPage .table tr:hover {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.03) 0%, rgba(73, 96, 199, 0.03) 100%);
  transform: translateX(3px);
}

#userDetailPage .table td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border: none !important;
  position: relative;
}

/* Labels */
#userDetailPage .textColor {
  color: #9ca3af;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

#userDetailPage .textColor::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: linear-gradient(135deg, #30419b, #59c6fb);
  border-radius: 50%;
  margin-right: 0.6rem;
}

/* Values */
#userDetailPage .textFonts {
  color: #2d3748;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  min-height: 28px;
  padding: 0.5rem 0.85rem;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  border-radius: 6px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}

#userDetailPage .textFonts:hover {
  border-left-color: #30419b;
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
}

#userDetailPage .textFonts:empty::before {
  content: '—';
  color: #cbd5e0;
  font-weight: 300;
}

/* Modal Footer */
#userDetailPage .modal-footer {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 2px solid #e8ecf4;
  padding: 0.75rem 2rem;
  border-radius: 0 0 8px 8px;
}

#userDetailPage .modal-footer .btn {
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#userDetailPage .modal-footer .btn-secondary {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
  border: none;
  box-shadow: 0 4px 12px rgba(108, 117, 125, 0.3);
}

#userDetailPage .modal-footer .btn-secondary:hover {
  background: linear-gradient(135deg, #5a6268 0%, #495057 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
}

/* Status Badges */
#userDetailPage .badge {
  padding: 0.3rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 4px;
}

/* Responsive Design */
@media (max-width: 768px) {
  #userDetailPage .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }

  #userDetailPage .modal-body {
    padding: 1rem;
  }

  #userDetailPage .modal-header,
  #userDetailPage .modal-footer {
    padding: 0.85rem 1rem;
  }

  #userDetailPage .modal-title {
    font-size: 1.1rem;
  }

  #userDetailPage .table td {
    padding: 0.5rem 0.75rem;
  }

  #userDetailPage .textFonts {
    font-size: 0.85rem;
  }
}

/* Smooth Animations */
#userDetailPage.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

#userDetailPage.modal.show .modal-dialog {
  transform: none;
}

/* Loader Styling for Modal */
#userDetailPage .loadersSpin {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 8px;
}

/* Print View Optimization */
@media print {
  #userDetailPage .modal-header {
    background: linear-gradient(135deg, #30419b 0%, #4960c7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #userDetailPage .modal-header::before,
  #userDetailPage .modal-header::after {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #userDetailPage .textFonts {
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%) !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  #userDetailPage .modal-footer {
    display: none;
  }
}

/* ==============
  Modern Skeleton Loader
===================*/
.skeleton-loader {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
  overflow-y: auto;
}

.skeleton-container {
  width: 100%;
  padding: 2rem 3rem;
  min-height: 100vh;
}

.skeleton-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #e8e8e8;
}

.skeleton-title {
  width: 320px;
  height: 52px;
  background: linear-gradient(90deg, #dde2e9 0%, #f4f6f9 50%, #dde2e9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.skeleton-buttons {
  display: flex;
  gap: 1rem;
}

.skeleton-button {
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #d1d8e0 0%, #e8ecf1 50%, #d1d8e0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.skeleton-table {
  background: linear-gradient(to bottom, #ffffff 0%, #fafbfc 100%);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.skeleton-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid #e8e8e8;
}

.skeleton-row:last-child {
  border-bottom: none;
}

.skeleton-cell {
  flex: 1;
  height: 32px;
  background: linear-gradient(90deg, #d8dfe7 0%, #eef1f5 50%, #d8dfe7 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.skeleton-cell.short {
  flex: 0.5;
}

.skeleton-cell.long {
  flex: 1.5;
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  100% {
    background-position: -200% 0;
    opacity: 0.8;
  }
}

/* Simple Spinner Loader (Alternative Option) */
.spinner-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.spinner {
  width: 80px;
  height: 80px;
  border: 6px solid rgba(0, 0, 0, 0.06);
  border-top-color: #4a90e2;
  border-radius: 50%;
  animation: spin 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.2);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Dashboard Skeleton Loader Styles */
.skeleton-stats-row {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.skeleton-stat-card {
  flex: 1;
  min-width: 280px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: transform 0.2s ease;
}

.skeleton-stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #c8d3df 0%, #e3e9f0 100%);
  background-size: 200% 200%;
  animation: shimmer 1.5s ease-in-out infinite;
  margin-bottom: 1rem;
  float: right;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.skeleton-stat-title {
  width: 60%;
  height: 20px;
  background: linear-gradient(90deg, #d8dfe7 0%, #eef1f5 50%, #d8dfe7 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 6px;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.skeleton-stat-title-small {
  width: 50%;
  height: 18px;
  background: linear-gradient(90deg, #d8dfe7 0%, #eef1f5 50%, #d8dfe7 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 6px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.skeleton-stat-number {
  width: 45%;
  height: 38px;
  background: linear-gradient(90deg, #c8d3df 0%, #e0e7ef 50%, #c8d3df 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.skeleton-stat-progress {
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #d1dae3 0%, #e6ebf1 50%, #d1dae3 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.skeleton-stat-text {
  width: 35%;
  height: 14px;
  background: linear-gradient(90deg, #dde2e9 0%, #f0f2f5 50%, #dde2e9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
}

.skeleton-charts-row {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.skeleton-chart-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.skeleton-chart-card.large {
  flex: 1.4;
  min-width: 450px;
}

.skeleton-chart-card.small {
  flex: 1;
  min-width: 350px;
}

.skeleton-chart-title {
  width: 160px;
  height: 26px;
  background: linear-gradient(90deg, #d8dfe7 0%, #eef1f5 50%, #d8dfe7 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 6px;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.skeleton-chart-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d5dde5 0%, #e8edf3 100%);
  background-size: 200% 200%;
  animation: shimmer 1.5s ease-in-out infinite, pulse 2s ease-in-out infinite;
  margin: 2.5rem auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.skeleton-activity-item {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #dde2e9 0%, #eef1f5 50%, #dde2e9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.skeleton-full-chart {
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.skeleton-area-chart {
  width: 100%;
  height: 350px;
  background: linear-gradient(135deg, #d8dfe7 0%, #e8edf3 50%, #d8dfe7 100%);
  background-size: 200% 200%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 12px;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }
}

/* Responsive Styles for Mobile */
@media (max-width: 768px) {
  .skeleton-container {
    padding: 1.5rem 1rem;
  }

  .skeleton-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .skeleton-title {
    width: 220px;
    height: 42px;
  }

  .skeleton-button {
    width: 48px;
    height: 48px;
  }

  .skeleton-table {
    padding: 1.5rem;
    border-radius: 10px;
  }

  .skeleton-row {
    gap: 1rem;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .skeleton-cell {
    height: 24px;
  }

  .skeleton-stats-row {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .skeleton-stat-card {
    min-width: 100%;
    padding: 1.5rem;
  }

  .skeleton-charts-row {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .skeleton-chart-card.large,
  .skeleton-chart-card.small {
    min-width: 100%;
    padding: 1.5rem;
  }

  .skeleton-chart-circle {
    width: 180px;
    height: 180px;
    margin: 1.5rem auto;
  }

  .skeleton-activity-item {
    height: 48px;
    margin-bottom: 1rem;
  }

  .skeleton-full-chart {
    padding: 1.5rem;
  }

  .skeleton-area-chart {
    height: 250px;
  }
}

/* Modal Skeleton Loader Styles */
/* Ensure modal-content can position the loader correctly */
.modal-content {
  position: relative;
}

/* Keep header and footer accessible above the loader */
.modal-header,
.modal-footer {
  position: relative;
  /* z-index: 100001; */
  background: #fff;
}

.modal-skeleton-loader {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(4px);
  padding: 2.5rem 0;
}

.modal-skeleton-container {
  width: 100%;
  padding: 0 2.5rem;
}

.modal-skeleton-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(228, 232, 237, 0.6);
}

.modal-skeleton-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.modal-skeleton-field {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.modal-skeleton-label {
  width: 45%;
  height: 20px;
  background: linear-gradient(90deg, #dde2e9 0%, #f0f2f5 50%, #dde2e9 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.modal-skeleton-value {
  width: 75%;
  height: 36px;
  background: linear-gradient(90deg, #c8d3df 0%, #e0e7ef 50%, #c8d3df 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

/* Modal Skeleton Responsive */
@media (max-width: 768px) {
  .modal-skeleton-loader {
    padding: 1.5rem 0;
  }

  .modal-skeleton-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }

  .modal-skeleton-container {
    padding: 0 1.5rem;
  }

  .modal-skeleton-label {
    height: 16px;
  }

  .modal-skeleton-value {
    height: 28px;
    width: 80%;
  }
}

/* ==============
  Compact Page Layout - User Page
===================*/

/* Compact Page Title Box */
.page-title-box-compact {
  margin-bottom: 16px;
  padding-bottom: 0;
}

/* Modern Page Title with Icon */
.page-title-modern {
  font-size: 24px;
  font-weight: 600;
  color: #30419b;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.page-title-modern i {
  font-size: 22px;
  color: #30419b;
  background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.15);
}

/* Page Header Row */
.page-header-row {
  margin-bottom: 12px;
  padding: 8px 0;
}

.page-header-row .page-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Filters Row */
.filters-row {
  margin-bottom: 10px;
  padding: 8px 0;
  min-height: 0;
}

.filters-row .col-12 {
  padding: 0;
}

/* Filter Items */
.filter-item {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 6px;
  border: 1px solid #e9ecef;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}

.filter-item:hover {
  border-color: #30419b;
  box-shadow: 0 2px 6px rgba(48, 65, 155, 0.12);
}

.filter-label {
  color: #6c757d;
  font-weight: 500;
  font-size: 12px;
}

.filter-value {
  color: #30419b;
  font-weight: 600;
  font-size: 13px;
}

.filter-item.resetButton {
  padding: 4px 8px;
  background: linear-gradient(135deg, #ffebee 0%, #fce8ec 100%);
  border-color: #f8bbd0;
}

.filter-item.resetButton .btn-flat {
  padding: 4px 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #dc3545;
}

.filter-item.resetButton .btn-flat:hover {
  color: #c82333;
  transform: scale(1.1);
}

/* Controls Row */
.controls-row {
  margin-bottom: 12px;
  padding: 4px 0;
}

.controls-row .taskHeader {
  margin: 0 !important;
  display: inline-block;
}

.controls-row .float-right {
  margin-top: 0 !important;
}

/* Compact Card Margin */
.m-b-compact {
  margin-bottom: 16px !important;
}

.card.m-b-compact .card-body {
  padding: 16px;
}

/* Reduce Container Padding */
.page-title-box-compact+.row {
  margin-top: 0;
}

.page-title-box-compact .row {
  margin-left: 0;
  margin-right: 0;
}

/* Compact Button Group Spacing */
.page-title-box-compact .addbutton {
  padding: 8px 12px !important;
  margin: 0 !important;
}

/* Remove Extra Spacing from Empty Columns */
.controls-row .col-sm-4:empty {
  display: none;
}

/* Tighten Filter Display */
.filter-item+.filter-item {
  margin-left: 0;
}

/* Complaint Status Filters */
.complaint-status-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.complaint-status-filters .viewButton {
  padding: 6px 12px !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  border: 1px solid #e9ecef !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  color: #495057;
}

.complaint-status-filters .viewButton:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.12) !important;
  border-color: #30419b !important;
}

.complaint-status-filters .viewButton i {
  font-size: 8px;
  margin-right: 6px;
}

.complaint-status-filters .viewButton.active {
  background: linear-gradient(135deg, #30419b 0%, #3e4fb1 100%) !important;
  color: #ffffff;
  border-color: #30419b !important;
  box-shadow: 0 2px 8px rgba(48, 65, 155, 0.2) !important;
}

/* Responsive Adjustments for Compact Layout */
@media (max-width: 768px) {
  .page-title-modern {
    font-size: 20px;
  }

  .page-title-modern i {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .page-header-row {
    margin-bottom: 10px;
  }

  .page-header-row .page-actions {
    justify-content: flex-end;
    margin-top: 8px;
  }

  .filters-row {
    margin-bottom: 8px;
  }

  .filter-item {
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .controls-row {
    margin-bottom: 10px;
  }

  .controls-row .col-sm-4 {
    margin-bottom: 8px;
  }

  .controls-row .taskHeader,
  .controls-row .float-right {
    display: flex;
    justify-content: center;
  }

  .card.m-b-compact .card-body {
    padding: 12px;
  }

  /* Complaint Status Filters Mobile */
  .complaint-status-filters {
    justify-content: center;
  }

  .complaint-status-filters .viewButton {
    font-size: 11px;
    padding: 5px 10px !important;
  }

  .complaint-status-filters .viewButton i {
    font-size: 7px;
    margin-right: 4px;
  }
}

@media (max-width: 576px) {
  .page-title-modern {
    font-size: 18px;
  }

  .page-title-modern i {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .page-header-row .col-sm-6:first-child {
    margin-bottom: 12px;
  }

  .page-header-row .page-actions {
    justify-content: center;
    width: 100%;
  }

  /* Complaint Controls Layout Mobile */
  .controls-row .col-sm-8,
  .controls-row .col-sm-4 {
    width: 100%;
    margin-bottom: 10px;
  }

  .controls-row .float-right {
    float: none !important;
    display: flex;
    justify-content: center;
  }

  .complaint-status-filters .viewButton {
    font-size: 10px;
    padding: 4px 8px !important;
  }
}

/* ==============
  Modern Pagination Table Styles - User Page
===================*/

/* Table Container Enhancements */
.table-view-container {
  animation: fadeInUp 0.4s ease-out;
  position: relative;
}

/* Critical: Reset table to prevent column misalignment */
.table-view-container .table {
  border-collapse: collapse !important;
}

.table-view-container .table thead th,
.table-view-container .table tbody td {
  border-left: none !important;
  border-right: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Enhanced Table Styling */
.table-view-container .table {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(48, 65, 155, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #e9ecef;
  width: 100%;
  table-layout: auto;
}

/* Ensure proper table display - Override any conflicts */
.table-view-container .table thead,
.table-view-container .table tbody {
  display: table-row-group !important;
}

.table-view-container .table thead tr,
.table-view-container .table tbody tr {
  display: table-row !important;
}

.table-view-container .table thead th,
.table-view-container .table tbody td {
  display: table-cell !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure no columns are hidden */
.table-view-container .table thead th:first-child,
.table-view-container .table tbody td:first-child {
  display: table-cell !important;
  min-width: 50px;
}

/* Reset any conflicting styles */
.table-view-container .table * {
  box-sizing: border-box;
}

.table-view-container .table thead {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f7 100%);
  border-bottom: 2px solid #e9ecef;
}

.table-view-container .table thead th {
  font-weight: 600;
  font-size: 13px;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 10px;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f7 100%);
  transition: all 0.2s ease;
}

/* Column Dividers - Removed to fix alignment */

/* Sortable Column Indicators */
.table-view-container .table thead th.sorted-column {
  cursor: pointer;
  user-select: none;
}

.table-view-container .table thead th.sorted-column:hover {
  background: linear-gradient(135deg, #e9ecef 0%, #e3e9f0 100%);
  color: #30419b;
}

/* Table Body Rows */
.table-view-container .table tbody tr {
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f4f7;
}

.table-view-container .table tbody tr:last-child {
  border-bottom: none;
}

.table-view-container .table tbody tr:hover {
  background: rgba(48, 65, 155, 0.03);
}

.table-view-container .table tbody td {
  padding: 12px 10px;
  vertical-align: middle;
  font-size: 13px;
  color: #354558;
}

/* Serial Number Column Styling */
.table-view-container .table tbody td.sorted-column:first-child {
  font-weight: 600;
  color: #6c757d;
}

.table-view-container .table tbody tr:hover td.sorted-column:first-child {
  color: #30419b;
}

/* Text Alignment & Overflow - More Flexible */
.table-view-container .table .word-wrap {
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

/* Email Link Styling */
.table-view-container .table tbody td a[href^="mailto:"] {
  color: #30419b;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  position: relative;
  display: inline-block;
}

.table-view-container .table tbody td a[href^="mailto:"]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #30419b 0%, #4960c7 100%);
  transition: width 0.3s ease;
}

.table-view-container .table tbody td a[href^="mailto:"]:hover::after {
  width: 100%;
}

.table-view-container .table tbody td a[href^="mailto:"]:hover {
  color: #4960c7;
  transform: translateX(2px);
}

/* Status Badge Styles (for roles, status, etc.) */
.table-view-container .table tbody td .badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.2s ease;
}

.table-view-container .table tbody td .badge-primary {
  background: linear-gradient(135deg, #e8eaf6 0%, #c5cae9 100%);
  color: #30419b;
  border: 1px solid #b3b9e5;
}

.table-view-container .table tbody td .badge-success {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.table-view-container .table tbody td .badge-warning {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  color: #ef6c00;
  border: 1px solid #ffcc80;
}

.table-view-container .table tbody td .badge-danger {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  color: #c62828;
  border: 1px solid #ef9a9a;
}

.table-view-container .table tbody td .badge-info {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  color: #1976d2;
  border: 1px solid #90caf9;
}

/* Row Selection State */
.table-view-container .table tbody tr.selected {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.08) 0%, rgba(48, 65, 155, 0.12) 50%, rgba(48, 65, 155, 0.08) 100%);
  border-left: 3px solid #30419b;
}

.table-view-container .table tbody tr.selected::before {
  opacity: 1;
}

/* Highlighted Row (for search results, etc.) */
.table-view-container .table tbody tr.highlight {
  animation: highlightPulse 1.5s ease-in-out;
}

@keyframes highlightPulse {

  0%,
  100% {
    background: transparent;
  }

  50% {
    background: rgba(255, 235, 59, 0.2);
  }
}

/* Data Type Specific Styling */
.table-view-container .table tbody td[data-type="number"],
.table-view-container .table tbody td.numeric {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #30419b;
  text-align: right !important;
}

.table-view-container .table tbody td[data-type="date"],
.table-view-container .table tbody td.date {
  font-variant-numeric: tabular-nums;
  color: #6c757d;
}

.table-view-container .table tbody td[data-type="currency"],
.table-view-container .table tbody td.currency {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #28a745;
  text-align: right !important;
}

/* Icon Styling in Cells */
.table-view-container .table tbody td i {
  font-size: 12px;
  margin-right: 4px;
}

/* Truncate Long Text with Tooltip */
.table-view-container .table tbody td[data-toggle="tooltip"],
.table-view-container .table tbody td.truncate {
  cursor: help;
  position: relative;
}

/* Action Column Fixed Width */
.table-view-container .table tbody td:last-child {
  width: auto;
  white-space: nowrap;
  text-align: center;
}

.table-view-container .table tbody tr:hover td:last-child {
  background: transparent;
}

/* Table Striped Enhancement */
.table-view-container .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(248, 249, 250, 0.5);
}

.table-view-container .table-striped tbody tr:nth-of-type(odd):hover {
  background: linear-gradient(90deg, rgba(48, 65, 155, 0.03) 0%, rgba(48, 65, 155, 0.05) 50%, rgba(48, 65, 155, 0.03) 100%);
}

/* Modern Row-Level Action Buttons */
.table-view-container .btn.btn-flat {
  min-width: 34px;
  min-height: 34px;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  border: 1px solid transparent;
  background: #f8f9fa !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}

.table-view-container .btn.btn-flat:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 65, 155, 0.15) !important;
  background: #ffffff !important;
}

.table-view-container .btn.btn-flat:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08) !important;
}

/* Edit Button - Info Color */
.table-view-container .edit .btn.btn-flat {
  background: linear-gradient(135deg, #e3f2fd 0%, #e8f4fd 100%) !important;
  border-color: #b3dff9;
}

.table-view-container .edit .btn.btn-flat:hover {
  background: linear-gradient(135deg, #17a2b8 0%, #1ab6ce 100%) !important;
  border-color: #17a2b8;
}

.table-view-container .edit .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .edit .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Deactivate Button - Danger Color */
.table-view-container .deactivate .btn.btn-flat {
  background: linear-gradient(135deg, #ffebee 0%, #fce8ec 100%) !important;
  border-color: #f8bbd0;
}

.table-view-container .deactivate .btn.btn-flat:hover {
  background: linear-gradient(135deg, #dc3545 0%, #e04555 100%) !important;
  border-color: #dc3545;
}

.table-view-container .deactivate .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .deactivate .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Activate Button - Success Color */
.table-view-container .activate .btn.btn-flat {
  background: linear-gradient(135deg, #e8f5e9 0%, #e9f6ea 100%) !important;
  border-color: #c8e6c9;
}

.table-view-container .activate .btn.btn-flat:hover {
  background: linear-gradient(135deg, #28a745 0%, #2cb752 100%) !important;
  border-color: #28a745;
}

.table-view-container .activate .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .activate .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* View Button - Primary Color */
.table-view-container .view .btn.btn-flat {
  background: linear-gradient(135deg, #e8eaf6 0%, #ebedf8 100%) !important;
  border-color: #c5cae9;
}

.table-view-container .view .btn.btn-flat:hover {
  background: linear-gradient(135deg, #30419b 0%, #3e4fb1 100%) !important;
  border-color: #30419b;
}

.table-view-container .view .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .view .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Assign Button - Warning Color */
.table-view-container .assign .btn.btn-flat {
  background: linear-gradient(135deg, #fff3e0 0%, #fff8e1 100%) !important;
  border-color: #ffe0b2;
}

.table-view-container .assign .btn.btn-flat:hover {
  background: linear-gradient(135deg, #f39c12 0%, #f5a623 100%) !important;
  border-color: #f39c12;
}

.table-view-container .assign .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .assign .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Final Approval Button - Success Color */
.table-view-container .finalApproval .btn.btn-flat {
  background: linear-gradient(135deg, #e8f5e9 0%, #e9f6ea 100%) !important;
  border-color: #c8e6c9;
}

.table-view-container .finalApproval .btn.btn-flat:hover {
  background: linear-gradient(135deg, #28a745 0%, #2cb752 100%) !important;
  border-color: #28a745;
}

.table-view-container .finalApproval .btn.btn-flat:hover i {
  color: #ffffff !important;
}

.table-view-container .finalApproval .btn.btn-flat i {
  font-size: 13px;
  transition: all 0.2s ease;
}

/* Modern Pagination Styles */
.pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Compact Pagination for User Page */
.page-title-box-compact~.row .pagination {
  margin-top: 12px;
  margin-bottom: 12px;
}

.pagination .page-item {
  margin: 0 !important;
}

.pagination .page-link {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  background: #ffffff;
  color: #616f80;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 12px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  margin: 0 !important;
}

.pagination .page-link:hover {
  background: linear-gradient(135deg, #f0f4f7 0%, #f8f9fa 100%);
  border-color: #30419b;
  color: #30419b;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(48, 65, 155, 0.12);
}

.pagination .page-item.active .page-link {
  background: linear-gradient(135deg, #30419b 0%, #3e4fb1 100%);
  border-color: #30419b;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(48, 65, 155, 0.25);
  transform: scale(1.05);
}

.pagination .page-item.disabled .page-link {
  background: #f8f9fa;
  border-color: #e9ecef;
  color: #adb5bd;
  cursor: not-allowed;
  opacity: 0.6;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link:hover {
  transform: none;
  box-shadow: none;
}

/* Pagination First/Last/Prev/Next Icons */
.pagination .page-link i {
  font-size: 12px;
}

/* Pagination Info Text */
.pagination-info {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  border: 1px solid #e9ecef;
  color: #616f80;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* Responsive Table Wrapper */
.table-view-container .table-responsive {
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ensure table fits properly in responsive wrapper */
.table-view-container .table-responsive .table {
  margin-bottom: 0;
}

/* Table Footer Styles */
.table-view-container .table tfoot {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f4f7 100%);
  border-top: 2px solid #e9ecef;
  font-weight: 600;
}

.table-view-container .table tfoot td {
  padding: 16px 12px;
  color: #495057;
  font-size: 13px;
}

.table-view-container .table tfoot td:first-child {
  background: transparent;
}

/* Column Width Utilities - Removed to prevent Bootstrap conflicts */

/* No Data / Empty State Enhancement */
.table-view-container .no-data {
  text-align: center;
  padding: 60px 20px;
}

.table-view-container .no-data i {
  font-size: 48px;
  color: #dee2e6;
  margin-bottom: 16px;
  display: block;
}

.table-view-container .no-data p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

/* Table Actions Toolbar */
.table-actions-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}

.table-actions-toolbar .bulk-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.table-actions-toolbar .table-search {
  position: relative;
  max-width: 300px;
  flex: 1;
}

.table-actions-toolbar .table-search input {
  padding: 8px 36px 8px 12px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  width: 100%;
  font-size: 13px;
  transition: all 0.2s ease;
}

.table-actions-toolbar .table-search input:focus {
  border-color: #30419b;
  box-shadow: 0 0 0 3px rgba(48, 65, 155, 0.1);
  outline: none;
}

.table-actions-toolbar .table-search i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}

/* Table Info Bar */
.table-info-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid #e9ecef;
  flex-wrap: wrap;
  gap: 8px;
}

.table-info-bar .showing-entries {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
}

.table-info-bar .showing-entries strong {
  color: #30419b;
  font-weight: 600;
}

.table-info-bar .per-page-selector {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6c757d;
}

.table-info-bar .per-page-selector select {
  padding: 6px 32px 6px 10px;
  border-radius: 6px;
  border: 1px solid #e9ecef;
  background: #ffffff;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  transition: all 0.2s ease;
}

.table-info-bar .per-page-selector select:focus {
  border-color: #30419b;
  outline: none;
}

/* Checkbox Styling for Row Selection */
.table-view-container .table tbody td input[type="checkbox"],
.table-view-container .table thead th input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #30419b;
  border-radius: 4px;
}

/* Loading Overlay for Table Updates */
.table-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  border-radius: 12px;
}

.table-loading-overlay .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f0f4f7;
  border-top-color: #30419b;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Skeleton Loading Rows */
.table-view-container .table tbody tr.skeleton-row {
  pointer-events: none;
}

.table-view-container .table tbody tr.skeleton-row td {
  padding: 20px 12px;
}

.table-view-container .table tbody tr.skeleton-row .skeleton-text {
  height: 14px;
  background: linear-gradient(90deg, #e9ecef 0%, #f8f9fa 50%, #e9ecef 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  border-radius: 4px;
  width: 80%;
}

/* Row Expand/Collapse for Detail Views */
.table-view-container .table tbody tr.expandable {
  cursor: pointer;
}

.table-view-container .table tbody tr.expandable td:first-child::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  margin-right: 8px;
  color: #6c757d;
  transition: transform 0.2s ease;
}

.table-view-container .table tbody tr.expandable.expanded td:first-child::before {
  transform: rotate(90deg);
  color: #30419b;
}

.table-view-container .table tbody tr.detail-row {
  background: #f8f9fa;
}

.table-view-container .table tbody tr.detail-row td {
  padding: 20px;
  border-top: none;
}

.table-view-container .table tbody tr.detail-row .detail-content {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #e9ecef;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .table-view-container .table thead th {
    font-size: 11px;
    padding: 12px 8px;
  }

  .table-view-container .table thead th::after {
    display: none;
  }

  .table-view-container .table tbody td {
    font-size: 12px;
    padding: 12px 8px;
  }

  .table-view-container .table tbody td::after {
    display: none;
  }

  .table-view-container .btn.btn-flat {
    min-width: 30px;
    min-height: 30px;
    padding: 4px 8px !important;
    margin: 0 1px;
  }

  .table-view-container .btn.btn-flat i {
    font-size: 11px;
  }

  .pagination .page-link {
    min-width: 36px;
    height: 36px;
    font-size: 12px;
    padding: 6px 10px;
  }

  .pagination {
    gap: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
    justify-content: center;
  }

  .pagination-info {
    font-size: 12px;
    padding: 8px 12px;
  }

  /* Mobile Table Actions */
  .table-actions-toolbar {
    flex-direction: column;
    gap: 12px;
  }

  .table-actions-toolbar .table-search {
    max-width: 100%;
  }

  .table-actions-toolbar .bulk-actions {
    width: 100%;
    justify-content: center;
  }

  /* Mobile Table Info Bar */
  .table-info-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .table-info-bar .showing-entries,
  .table-info-bar .per-page-selector {
    width: 100%;
    justify-content: center;
  }

  /* Hide column dividers on mobile */
  .table-view-container .table tbody tr::before {
    display: none;
  }

  /* Adjust badge sizes */
  .table-view-container .table tbody td .badge {
    font-size: 10px;
    padding: 3px 8px;
  }

  /* Adjust table overflow */
  .table-view-container .table .word-wrap {
    max-width: 150px;
  }
}

/* Extra Small Devices */
@media (max-width: 480px) {
  .table-view-container .btn.btn-flat {
    min-width: 28px;
    min-height: 28px;
    padding: 3px 6px !important;
  }

  .table-view-container .btn.btn-flat i {
    font-size: 10px;
  }

  .pagination .page-link {
    min-width: 32px;
    height: 32px;
    font-size: 11px;
  }
}

/* Loading State for Table */
.table-view-container.loading {
  opacity: 0.6;
  pointer-events: none;
}

.table-view-container.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #f0f4f7;
  border-top-color: #30419b;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Empty State */
.table-view-container .table tbody tr.empty-state td {
  text-align: center;
  padding: 60px 20px;
  color: #adb5bd;
  font-style: italic;
}

.table-view-container .table tbody tr.empty-state:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

/* Accessibility Enhancements */
.table-view-container .btn.btn-flat:focus {
  outline: 2px solid #30419b;
  outline-offset: 2px;
}

.pagination .page-link:focus {
  outline: 2px solid #30419b;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(48, 65, 155, 0.1);
}

/* Print Styles */
@media print {
  .table-view-container .btn.btn-flat {
    display: none !important;
  }

  .pagination {
    display: none !important;
  }

  .table-view-container .table {
    box-shadow: none;
    border: 1px solid #dee2e6;
  }

  .table-view-container .table thead {
    background: #f8f9fa !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}


/* Premium status colors - matching donut chart visualization */
.status-assigned {
  color: #4834D4;
  background-color: #E8E4F8;
  font-weight: 500;
}

.status-unassigned {
  color: #E67E22;
  background-color: #FEF3E2;
  font-weight: 500;
}

.status-closed {
  color: #636E72;
  background-color: #E8EAEB;
  font-weight: 500;
}

.status-inProgress {
  color: #00A896;
  background-color: #E0F7F5;
  font-weight: 500;
}

.status-completedColor {
  color: #00875A;
  background-color: #E3FCEF;
  font-weight: 500;
}

.status-approvedColor {
  color: #8E44AD;
  background-color: #F4ECF7;
  font-weight: 500;
}

.status-rejectedColor {
  color: #E74C3C;
  background-color: #FDEDEC;
  font-weight: 500;
}

.status-closedColor {
  color: #636E72;
  background-color: #E8EAEB;
  font-weight: 500;
}

.status-partiallyCompletedColor {
  color: #00A896;
  background-color: #E0F7F5;
  font-weight: 500;
}

.status-inProgressColor {
  color: #00A896;
  background-color: #E0F7F5;
  font-weight: 500;
}

/* Select2 dropdown fix for modals */
.select2-container--open {
  z-index: 9999 !important;
}

.select2-dropdown {
  z-index: 9999 !important;
}

#assetAssignmentSection .select2-container {
  width: 100% !important;
}

#assetAssignmentSection .select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

#assetAssignmentSection .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f39c12;
  border: 1px solid #e67e22;
  color: white;
  padding: 2px 8px;
  margin-top: 4px;
}

#assetAssignmentSection .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  margin-right: 5px;
}

#assetAssignmentSection .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: transparent;
}

/* ==============
  Asset Detail Page Styles (Simple)
===================*/

/* Card margin utility */
.m-b-20 {
  margin-bottom: 20px;
}

/* Loading overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.overlay i {
  font-size: 40px;
  color: #007bff;
}