/*
 *  Document   : style.css
 *  Author     : RedStar Theme
 *  Description: This style sheet is used for light layout theme customizations.


						1. USER LIST 
						2. NOTIFICATIONS
						3. EMAIL
						4. SELECT ITEM
						5. THEME CHANGE WINDOW
						6. SOCIAL BUTTONS
						7. PROGRESS BAR
						8. MEGA MENU
						9. WIDGET
 */

/**************************************
			1. USER LIST
***************************************/

ul.docListWindow {
  list-style-type: none;
  padding: 0 10px;
  height: 430px;
  overflow: hidden;
}
ul.docListWindow li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 11px;
  padding-bottom: 11px;
}

ul.docListWindow li .prog-avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 25px;
}

ul.docListWindow li .prog-avatar img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

ul.docListWindow .progress {
  height: 10px;
  text-indent: 0;
  margin: 0;
}

ul.docListWindow .progress-bar {
  text-align: right;
  padding-right: 15px;
  line-height: 10px;
  font-size: 10px;
}

/**************************************
			2. NOTIFICATIONS
***************************************/

.noti-information .notification-list {
  padding: 0;
}

.notification-list a:first-child {
  border-top: none;
}

.noti-information .notification-list a {
  padding: 10px 18px 10px 18px;
}
.notification-list a {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  color: #2b2b2c;
  text-decoration: none;
  font-size: 14px;
}

.notification-list.not-list a span.icon {
  margin-top: 5px;
}

.notification-list.mail-list a span.icon {
  padding: 3px 10px;
  margin-top: 0px;
  color: white;
}

.notification-list a span.icon {
  margin-right: 15px;
  font-size: 16px;
  float: left;
}

.notification-list.mail-list.not-list {
  height: 360px;
  overflow: hidden;
}

.notification-list p,
.notification-list p small {
  margin: 0;
  padding: 0;
}

.noti-information .mail-list .un-read,
.noti-information .mail-list .read {
  right: 20px;
}
.not-list span.icon {
  width: 40px;
  height: 40px;
  line-height: 33px;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
}

/**************************************
			3. EMAIL
***************************************/
.mail-list .single-mail {
  position: relative;
}

a.single-mail.text-center.view-all {
  background: white;
  margin: 20px 0 0 0;
}
.mail-list .un-read,
.mail-list .read {
  position: absolute;
  right: 0px;
  top: 32px;
  font-size: 12px;
  color: #dfdfe2;
}
.vew-mail-header {
  color: #666f7b;
  font-weight: 700;
}
h4.vew-mail-header b {
  font-weight: 700;
}
.compose-editor {
  padding-left: 15px;
}
.mail-label {
  padding: 0.2em 0.6em 0.3em !important;
}
.mail-counter-style {
  padding: 2px 6px 4px !important;
}

/**************************************
			4. SELECT ITEM
***************************************/
.select.control {
  background: #262936;
  border-radius: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  position: relative;
}

.select.control:after {
  content: " ";
  width: 7px;
  height: 9px;
  background: url(images/arrow-down.png);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  z-index: 1;
}

.select.control select {
  padding: 10px 30px;
  width: 110%;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  color: white;
}
/**************************************
			5. THEME CHANGE WINDOW
***************************************/
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.display-none {
  display: none;
}
.control-sidebar-btn.btn {
  position: absolute;
  left: -53px;
  padding: 25px;
  z-index: 999;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-color: #2f323e;
  background-color: #2f323e;
  margin: 0;
}
.control-sidebar-btn i {
  position: absolute;
  top: 18px;
  left: 15px;
}
.settingSidebar {
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  position: fixed;
  height: calc(100% - 60px);
  width: 280px;
  top: 60px;
  right: -280px;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.settingSidebar .settingPanelToggle {
  background: #667eea;
  padding: 14px 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -48px;
  width: 48px;
  border-radius: 12px 0 0 12px;
  transform: translateY(-50%);
  box-shadow: -4px 0 15px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
}
.settingSidebar .settingPanelToggle:hover {
  background: #667eea;
  padding-left: 18px;
  box-shadow: -6px 0 20px rgba(102, 126, 234, 0.6);
}
.settingSidebar .settingPanelToggle i {
  font-size: 18px;
  animation: rotate 3s linear infinite;
}
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.settingSidebar.showSettingPanel {
  right: 0;
}
.settingSidebar .settingSidebar-body {
  position: relative;
  height: 100% !important;
  overflow-y: auto;
  overflow-x: hidden;
}
.settingSidebar .settingSidebar-body::-webkit-scrollbar {
  width: 6px;
}
.settingSidebar .settingSidebar-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.settingSidebar .settingSidebar-body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d8dfff 0%, #e4c9ff 100%);
  border-radius: 10px;
}
.settingSidebar .settingSidebar-body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #bfcaf8 0%, #d5b2f9 100%);
}
.settingSidebar .settingSidebar-tab {
  display: flex;
}
.settingSidebar .settingSidebar-tab .nav-item {
  width: 33.33%;
  text-align: center;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link {
  padding: 15px 12px;
  color: #6a7a8c;
  border-bottom: 3px solid transparent;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link.active {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar .settingSidebar-tab .nav-item .nav-link:hover {
  border-bottom: 3px solid #2962ff;
  color: #2962ff;
}
.settingSidebar ul.choose-theme li {
  display: inline-block;
}
.settingSidebar ul.choose-theme li:hover {
  cursor: pointer;
}
.settingSidebar ul.choose-theme li div {
  border-radius: 15px;
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  overflow: hidden;
  position: relative;
  margin: 1px;
}
.settingSidebar ul.choose-theme li div.purple {
  background: #6777ef;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.orange {
  background: #ffa117;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.cyan {
  background: #3dc7be;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.green {
  background: #4caf4f;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.red {
  background: #ea5455;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.white {
  background: #ece8e8;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li div.black {
  background: #343a40;
  -webkit-box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.settingSidebar ul.choose-theme li.active div::after {
  content: "\f00c";
  color: #fff;
  top: 4px;
  left: 7px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.settingSidebar .setting-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 600;
  background: #667eea;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.settingSidebar .setting-panel-header .close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.settingSidebar .setting-panel-header .close-btn:hover {
  opacity: 1;
}
.settingSidebar .disk-server-setting .progress {
  height: 8px;
}
.settingSidebar .disk-server-setting p {
  font-weight: bold;
  margin: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: left;
  padding-bottom: 5px;
}
.settingSidebar .rt-sidebar-last-ele {
  margin-bottom: 70px !important;
}
.settingList {
  list-style-type: none;
  padding-left: 15px;
}
.sidebarSettingTitle {
  display: flex;
  align-items: center;
  padding: 12px 0 10px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #5a6a7e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #eef0f5;
}
.sidebarSettingTitle::before {
  content: "";
  width: 4px;
  height: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
  margin-right: 10px;
}
.quick-setting {
  padding: 16px 20px;
}
.quick-setting ul#themecolors {
  list-style: none;
  padding: 0;
  margin: 0;
}
.quick-setting ul#themecolors > li {
  padding: 0 0 8px;
}
.quick-setting ul#themecolors li.theme-option {
  padding: 8px 0;
}
.quick-setting ul#themecolors li .theme-color button {
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 13px;
  transition: all 0.3s ease;
  border: none;
  background: #667eea;
  color: #fff;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.35);
}
.quick-setting ul#themecolors li .theme-color button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}
.quick-setting ul#themecolors li .theme-color button:active {
  transform: translateY(0);
}

.quick-setting ul#themecolors li {
  list-style: none;
}
.quick-setting ul#themecolors {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  max-width: 330px;
}
.quick-setting ul#themecolors li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 5px;
  color: transparent;
  position: relative;
}
.quick-setting ul#themecolors li a.green-theme {
  background-color: #0f0;
}
.quick-setting ul#themecolors li a.turquoise {
  background-color: #00c5cd;
}
.theme-color a {
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  width: 32px;
  height: 32px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}
.theme-color a:hover {
  transform: scale(1.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.theme-color a.active {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.3);
}
.theme-color a.active::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.theme-color a[data-theme="white"],
.theme-color a[data-theme="logo-white"],
.theme-color a[data-theme="header-white"] {
  background: #ffffff;
  border-color: #e0e0e0;
}
.theme-color a[data-theme="dark"],
.theme-color a[data-theme="logo-dark"],
.theme-color a[data-theme="header-dark"] {
  background: #2d2d2d;
}
.theme-color a[data-theme="blue"],
.theme-color a[data-theme="logo-blue"],
.theme-color a[data-theme="header-blue"] {
  background: #2196F3;
}
.theme-color a[data-theme="indigo"],
.theme-color a[data-theme="logo-indigo"],
.theme-color a[data-theme="header-indigo"] {
  background: #667eea;
}
.theme-color a[data-theme="cyan"],
.theme-color a[data-theme="logo-cyan"],
.theme-color a[data-theme="header-cyan"] {
  background: #00bcd4;
}
.theme-color a[data-theme="green"],
.theme-color a[data-theme="logo-green"],
.theme-color a[data-theme="header-green"] {
  background: #4caf50;
}
.theme-color a[data-theme="red"],
.theme-color a[data-theme="logo-red"],
.theme-color a[data-theme="header-red"] {
  background: #f44336;
}
.theme-color a .head,
.theme-color a .cont {
  display: none;
}
.theme-color a[data-theme="white"] .head:before,
.theme-color a[data-theme="white"] .head:after,
.theme-color a[data-theme="dark"] .head:before,
.theme-color a[data-theme="blue"] .head:before,
.theme-color a[data-theme="indigo"] .head:before,
.theme-color a[data-theme="red"] .head:before,
.theme-color a[data-theme="cyan"] .head:before,
.theme-color a[data-theme="logo-white"] .head:before,
.theme-color a[data-theme="logo-white"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:before,
.theme-color a[data-theme="logo-blue"] .head:before,
.theme-color a[data-theme="logo-indigo"] .head:before,
.theme-color a[data-theme="logo-cyan"] .head:before,
.theme-color a[data-theme="logo-green"] .head:before,
.theme-color a[data-theme="logo-red"] .head:before,
.theme-color a[data-theme="header-white"] .head:before,
.theme-color a[data-theme="header-white"] .head:after {
  background: #fff;
}
.theme-color a[data-theme="white"] .cont:after {
  background: #fff;
}
.theme-color a[data-theme="dark"] .cont:after,
.theme-color a[data-theme="header-dark"] .head:before,
.theme-color a[data-theme="header-dark"] .head:after {
  background: #303548;
}
.theme-color a[data-theme="blue"] .cont:after,
.theme-color a[data-theme="blue"] .head:after,
.theme-color a[data-theme="logo-blue"] .head:after,
.theme-color a[data-theme="header-blue"] .head:before,
.theme-color a[data-theme="header-blue"] .head:after {
  background: #5093eb;
}
.theme-color a[data-theme="indigo"] .cont:after,
.theme-color a[data-theme="indigo"] .head:after,
.theme-color a[data-theme="logo-indigo"] .head:after,
.theme-color a[data-theme="header-indigo"] .head:before,
.theme-color a[data-theme="header-indigo"] .head:after {
  background: #6673fc;
}
.theme-color a[data-theme="cyan"] .cont:after,
.theme-color a[data-theme="cyan"] .head:after,
.theme-color a[data-theme="logo-cyan"] .head:after,
.theme-color a[data-theme="header-cyan"] .head:before,
.theme-color a[data-theme="header-cyan"] .head:after {
  background: #4abad2;
}
.theme-color a[data-theme="green"] .cont:after,
.theme-color a[data-theme="green"] .head:after,
.theme-color a[data-theme="logo-green"] .head:after,
.theme-color a[data-theme="header-green"] .head:before,
.theme-color a[data-theme="header-green"] .head:after {
  background: #49d075;
}
.theme-color a[data-theme="red"] .cont:after,
.theme-color a[data-theme="red"] .head:after,
.theme-color a[data-theme="logo-red"] .head:after,
.theme-color a[data-theme="header-red"] .head:before,
.theme-color a[data-theme="header-red"] .head:after {
  background: #e44f56;
}
.theme-color a[data-theme="dark"] .head:after,
.theme-color a[data-theme="logo-dark"] .head:after {
  background: #303548;
}
.layout-theme a[data-theme="dark"] .cont {
  background: #464545;
}
.layout-theme a[data-theme="dark"] .head:before {
  background: #242b3a;
}
.layout-theme a[data-theme="light"] .cont {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:before {
  background: #ffffff;
}
.layout-theme a[data-theme="light"] .head:after {
  background: #6673fc;
}

.theme-color a .head {
  height: 10px;
}
.theme-color a .cont,
.theme-color a .head {
  display: block;
  position: relative;
}
.theme-color a .cont:before,
.theme-color a .head:before {
  width: 60%;
  right: 0;
}
.theme-color a .cont:after,
.theme-color a .cont:before,
.theme-color a .head:after,
.theme-color a .head:before {
  content: "";
  height: 100%;
  display: inline-block;
  position: absolute;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
.theme-color a .cont {
  height: 40px;
}
.theme-color a .cont:after,
.theme-color a .head:after {
  width: 40%;
  left: 0;
}
/**************************************
			6. SOCIAL BUTTONS
***************************************/
.btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}
.btn-twitter {
  color: #ffffff !important;
  background-color: #00aced !important;
}
.btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}
.btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}
.btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}
.btn-instagram {
  color: #ffffff !important;
  background-color: #517fa4 !important;
}
.btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}
.btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}
.btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}
.btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}
.btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}
.btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}
.btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}
/**************************************
			7. PROGRESS BAR
***************************************/
.progress {
  border: 0;
  background-image: none;
  filter: none;
  box-shadow: none;
  height: 8px;
  border-radius: 10px !important;
  padding: 0px;
}
.progress-bar-success {
  background-color: #36c6d3;
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-bar-danger {
  background-color: #d9534f;
}
.work-monitor .states {
  width: 90%;
}
.progress-line {
  background: #e7ecf1;
}
.work-monitor .states .info {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 10px 0 0 0;
  font-weight: 500;
}

.progress.progress-sm {
  height: 8px;
}

.work-monitor .title {
  margin: 0 0 40px 0;
}
/**************************************
			8. MEGA MENU
***************************************/
.megamenu-header {
  display: block;
  padding: 0px 20px 5px 0px;
  font-size: 22px;
  line-height: 1.428571429;
  color: #fafafa;
}
.mega-menu-item-name {
  color: #fafafa;
  padding: 10px 0px 10px 0px;
}
.mega-menu-dropdown .material-icons {
  float: left;
  line-height: 24px;
}
.mega-menu-dropdown .dropdown-toggle {
  line-height: 24px;
}

/**************************************
			9. WIDGET
***************************************/
.stat-item {
  display: inline-block;
  padding-right: 15px;
}
.stats-row {
  margin-bottom: 20px;
}
.widget-gradient,
.widget-wrap-img {
  min-height: 350px;
  border-radius: 2px;
}
.analysis-box {
  padding: 2px 20px 10px 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.legend table {
  border-spacing: 5px;
}

.clsAvailable {
  color: #0cc745;
  font-size: 13px;
  font-weight: 600;
}

.clsNotAvailable {
  color: #ff0000;
  font-size: 13px;
  font-weight: 600;
}

.clsOnLeave {
  color: #32c5d2;
  font-size: 13px;
  font-weight: 600;
}

.table-padding {
  padding-bottom: 20px;
  padding-top: 20px;
}
.doctitle {
  padding-bottom: 5px;
}
.user-bg {
  margin: -25px;
  overflow: hidden;
  position: relative;
}
.user-bg .overlay-box {
  background: #9675ce;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
}
.user-bg .overlay-box .user-content {
  padding: 15px;
}
.user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}
.input-group-btn .btn {
  box-shadow: none;
}
.addr-font-h1 span {
  font-size: 14px;
  vertical-align: text-top;
}
.text-stat h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 18px;
}
.text-stat span {
  font-size: 13px !important;
}

.overflow-h {
  overflow: hidden;
}
.rt-code {
  padding: 3px;
  color: #e43a45;
  border-radius: 4px !important;
  display: inline;
  word-wrap: normal;
}
.caption-desc {
  font-size: 13px;
  margin-top: 0.5em;
  line-height: 2.3em;
}

h4.media-heading {
  color: #3d3d3d;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}
.fa-comments-o:before {
  content: "\f0e6";
}
.panel-body {
  padding: 15px;
}
.form-group {
  margin-bottom: 15px;
}

.md {
  line-height: inherit;
  vertical-align: bottom;
}

.md-refresh:before {
  content: "\f2a4";
}

.card .btn-collapse {
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-angle-down:before {
  content: "\f107";
}
section.panel.tab-border {
  border: 1px solid #e5e5e5;
}
.language-switch a {
  color: #1e2629;
}
.notification-label {
  float: right;
  border-radius: 10px;
  padding: 0px 10px;
  color: #fff;
}

.task-body .list-group-item {
  border-width: 0 0 1px 0;
  margin: 0;
}

span.notificationtime {
  display: block;
}
span.online-status {
  display: block;
  margin-bottom: 0;
  padding: 0 22px;
  color: #9d9f9e;
  font-size: 11px;
  margin-top: 0px;
}
.addr-font-h3 {
  font-size: 24px;
}
.addr-font-h4 {
  font-size: 18px;
}
.close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  text-indent: -10000px;
  outline: 0;
  background-image: url(../img/remove-icon-small.png) !important;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.help-inline {
  font-size: 13px;
  color: #737373;
  display: inline-block;
  padding: 5px;
}
.input-mini,
.input-xxs {
  width: 45px !important;
}

.state-overview .addr-font-h1 {
  font-size: 36px;
  float: left;
  width: auto;
}
.no-pad-left {
  padding-left: 0 !important;
}
.text-purple .fa-facebook {
  font-size: 20px;
}
.text-success .fa-twitter {
  font-size: 20px;
}
.text-danger .fa-instagram {
  font-size: 20px;
}

.app-search {
  position: relative;
}
.contact-detail {
  float: left;
  width: 100%;
}
.contact-detail .fa {
  float: left;
  width: 30px;
  font-size: 20px;
  margin-top: 5px;
}
.contact-detail span {
  float: left;
  width: calc(100% - 30px);
  margin-bottom: 20px;
}
.contact-detail .fa-envelope {
  font-size: 15px;
}
.contact-detail .fa-mobile {
  font-size: 25px;
}
.item img {
  max-width: 100%;
}
.dataTables_wrapper {
  margin-top: 15px;
}
tr.group,
tr.group:hover {
  background-color: #ddd !important;
}
.profile-userpic {
  float: left;
  width: 100%;
  text-align: center;
}

.selector-title {
  margin-top: 0px !important;
  color: #000000;
}
.note-icon-font {
  background-color: transparent !important;
}
.course-likes {
  float: right;
  margin-right: 20px;
}
.course-picture {
  float: left;
  width: 100%;
  text-align: center;
}
.bg-warning {
  color: #fff;
  background-color: #ffd200;
}
.bg-success {
  background: #5fc29d;
}

.bg-orange {
  background: #e67d21;
}

.bg-blue {
  background: #3598dc;
}

.bg-purple {
  background: #8e44ad;
}

.bg-danger {
  color: #fff;
  background-color: #e55957;
}
.green-color {
  color: green;
}

.bg-danger {
  background: #e55957;
}
.bg-b-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff);
}
.bg-b-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}
.bg-b-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80);
}
.bg-b-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a);
}

.bg-blue {
  background-color: #007bff !important;
  color: #fff;
}
.bg-blue .content .number,
.bg-blue .content .text {
  color: #fff !important;
}
.bg-indigo {
  background-color: #6610f2 !important;
  color: #fff;
}
.bg-indigo .content .number,
.bg-indigo .content .text {
  color: #fff !important;
}
.bg-purple {
  background-color: #6f42c1 !important;
  color: #fff;
}
.bg-purple .content .number,
.bg-purple .content .text {
  color: #fff !important;
}
.bg-pink {
  background-color: #e83e8c !important;
  color: #fff;
}
.bg-pink .content .number,
.bg-pink .content .text {
  color: #fff !important;
}
.bg-red {
  background-color: #dc3545 !important;
  color: #fff;
}
.bg-red .content .number,
.bg-red .content .text {
  color: #fff !important;
}
.bg-orange {
  background-color: #fd7e14 !important;
  color: #fff;
}
.bg-orange .content .number,
.bg-orange .content .text {
  color: #fff !important;
}
.bg-yellow {
  background-color: #ffc107 !important;
  color: #fff;
}
.bg-yellow .content .number,
.bg-yellow .content .text {
  color: #fff !important;
}
.bg-green {
  background-color: #28a745 !important;
  color: #fff;
}
.bg-green .content .number,
.bg-green .content .text {
  color: #fff !important;
}
.bg-teal {
  background-color: #20c997 !important;
  color: #fff;
}
.bg-teal .content .number,
.bg-teal .content .text {
  color: #fff !important;
}
.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff;
}
.bg-cyan .content .number,
.bg-cyan .content .text {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
  color: #fff;
}
.bg-white .content .number,
.bg-white .content .text {
  color: #fff !important;
}
.bg-gray {
  background-color: #6c757d !important;
  color: #fff;
}
.bg-gray .content .number,
.bg-gray .content .text {
  color: #fff !important;
}
.bg-gray-dark {
  background-color: #343a40 !important;
  color: #fff;
}
.bg-gray-dark .content .number,
.bg-gray-dark .content .text {
  color: #fff !important;
}
.l-bg-green {
  background: linear-gradient(90deg, #56ab2f, #a8e063) !important;
  color: #fff;
}
.l-bg-green .content .number,
.l-bg-green .content .text {
  color: #fff !important;
}
.l-bg-orange {
  background: linear-gradient(90deg, #f7971e, #ffd200) !important;
  color: #fff;
}
.l-bg-orange .content .number,
.l-bg-orange .content .text {
  color: #fff !important;
}
.l-bg-blue {
  background: linear-gradient(90deg, #00b4db, #0083b0) !important;
  color: #fff;
}
.l-bg-blue .content .number,
.l-bg-blue .content .text {
  color: #fff !important;
}
.l-bg-cyan {
  background: linear-gradient(45deg, #72c2ff, #86f0ff) !important;
  color: #fff;
}
.l-bg-cyan .content .number,
.l-bg-cyan .content .text {
  color: #fff !important;
}
.l-bg-red {
  background: linear-gradient(316deg, #fc5286, #fbaaa2) !important;
  color: #fff;
}
.l-bg-red .content .number,
.l-bg-red .content .text {
  color: #fff !important;
}
.l-bg-purple {
  background: linear-gradient(90deg, #834d9b, #d04ed6) !important;
  color: #fff;
}
.l-bg-purple .content .number,
.l-bg-purple .content .text {
  color: #fff !important;
}
.l-bg-purple-dark {
  background: linear-gradient(45deg, #a52dd8, #e29bf1) !important;
  color: #fff;
}
.l-bg-purple-dark .content .number,
.l-bg-purple-dark .content .text {
  color: #fff !important;
}
.col-blue {
  color: #007bff !important;
}
.col-indigo {
  color: #6610f2 !important;
}
.col-purple {
  color: #6f42c1 !important;
}
.col-pink {
  color: #e83e8c !important;
}
.col-red {
  color: #dc3545 !important;
}
.col-orange {
  color: #fd7e14 !important;
}
.col-yellow {
  color: #ffc107 !important;
}
.col-green {
  color: #28a745 !important;
}
.col-teal {
  color: #20c997 !important;
}
.col-cyan {
  color: #17a2b8 !important;
}
.col-white {
  color: #fff !important;
}
.col-gray {
  color: #6c757d !important;
}
.col-gray-dark {
  color: #343a40 !important;
}

/* Page Loader / Spinner */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #9daefb 0%, #c29ee5 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.page-loader-text {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Dark Mode - Setting Panel */
.dark-theme .settingSidebar {
  background: linear-gradient(180deg, #1e1e2f 0%, #151521 100%);
  box-shadow: -5px 0 30px rgba(0, 0, 0, 0.4);
}
.dark-theme .settingSidebar .settingPanelToggle {
  background: #667eea;
}
.dark-theme .settingSidebar .setting-panel-header {
  background: #667eea;
}
.dark-theme .sidebarSettingTitle {
  color: #a0a4b8;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .sidebarSettingTitle::before {
  background: #667eea;
}
.dark-theme .theme-color a {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}
.dark-theme .theme-color a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.dark-theme .theme-color a[data-theme="white"],
.dark-theme .theme-color a[data-theme="logo-white"],
.dark-theme .theme-color a[data-theme="header-white"] {
  border-color: #555;
}
.dark-theme .quick-setting ul#themecolors li .theme-color button {
  background: #667eea;
}
.dark-theme .settingSidebar .settingSidebar-body::-webkit-scrollbar-track {
  background: #2a2a3d;
}

/**************************************
		MODERN SIDEBAR STYLES
***************************************/

/* Sidebar Container */
.sidebar-container {
  position: relative;
  z-index: 100;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidemenu-container {
  margin-top: 60px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidemenu-container.fixed-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
}

/* Sidebar Scrollbar */
.sidemenu-container::-webkit-scrollbar {
  width: 6px;
}

.sidemenu-container::-webkit-scrollbar-track {
  background: transparent;
}

.sidemenu-container::-webkit-scrollbar-thumb {
  background: rgba(102, 126, 234, 0.3);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.sidemenu-container::-webkit-scrollbar-thumb:hover {
  background: rgba(102, 126, 234, 0.5);
}

/* Left Sidebar Menu */
.left-sidemenu {
  height: 100%;
  padding-bottom: 60px;
}

/* Main Menu List */
.sidemenu {
  list-style: none;
  padding: 15px 12px !important;
  margin: 0;
}

.sidemenu > li {
  margin-bottom: 4px;
  position: relative;
}

/* User Profile Panel */
.sidebar-user-panel {
  padding: 0 !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.sidebar-user {
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.sidebar-user:hover {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.sidebar-user-picture {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  overflow: visible;
  margin-right: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
  position: relative;
}

.sidebar-user-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* User Online Status */
.user-status {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.user-status.online {
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
  animation: statusPulse 2s infinite;
}

.user-status.away {
  background: #f59e0b;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.3);
}

.user-status.busy {
  background: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.3);
}

.user-status.offline {
  background: #6b7280;
}

@keyframes statusPulse {
  0%, 100% {
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.3);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
  }
}

.sidebar-user:hover .sidebar-user-picture {
  border-color: #667eea;
}

.sidebar-user-details {
  flex: 1;
  min-width: 0;
}

.sidebar-user-details .user-name {
  font-size: 14px;
  font-weight: 600;
  color: #2d3436;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-user-details .user-role {
  font-size: 11px;
  color: #636e72;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2px;
}

/* Menu Items */
.sidemenu > li > .nav-link {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #636e72;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  margin: 2px 0;
}

.sidemenu > li > .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 0 3px 3px 0;
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidemenu > li > .nav-link:hover {
  color: #2d3436;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
}

.sidemenu > li > .nav-link:hover::before {
  transform: scaleY(1);
}

/* Menu Icons */
.sidemenu > li > .nav-link > i,
.sidemenu > li > .nav-link svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: #667eea;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.sidemenu > li > .nav-link:hover > i,
.sidemenu > li > .nav-link:hover svg {
  transform: scale(1.1);
  color: #667eea;
}

/* Menu Title */
.sidemenu > li > .nav-link > .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Arrow Icon */
.sidemenu > li > .nav-link > .arrow {
  margin-left: auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidemenu > li > .nav-link > .arrow::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 10px;
  color: #b2bec3;
}

.sidemenu > li.open > .nav-link > .arrow {
  transform: rotate(180deg);
}

/* Badge/Label */
.sidemenu > li > .nav-link > .label-menu {
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 6px;
  margin-left: 8px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Active Menu Item */
.sidemenu > li.active > .nav-link,
.sidemenu > li.active.open > .nav-link {
  color: #667eea;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.12) 0%, rgba(118, 75, 162, 0.08) 100%);
  font-weight: 600;
}

.sidemenu > li.active > .nav-link::before {
  transform: scaleY(1);
}

.sidemenu > li.active > .nav-link > .selected {
  display: none;
}

/* Sub Menu */
.sub-menu {
  list-style: none;
  padding: 5px 0 5px 20px !important;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidemenu > li > .sub-menu {
  position: relative;
}

.sidemenu > li > .sub-menu::before {
  display: none;
}

.sub-menu > li {
  position: relative;
}

.sub-menu > li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(102, 126, 234, 0.3);
}

.sub-menu > li > .nav-link {
  display: block;
  padding: 8px 15px 8px 35px;
  color: #636e72;
  font-size: 13px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.sub-menu > li > .nav-link:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.08);
}

.sub-menu > li.active > .nav-link {
  color: #667eea;
  font-weight: 600;
}

.sub-menu > li.active::before {
  background: #ffffff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #667eea;
  box-sizing: border-box;
  left: 19px;
}

.sub-menu > li.active > .nav-link > .selected {
  display: none;
}

/* Toggler Wrapper */
.sidebar-toggler-wrapper {
  padding: 10px !important;
}

.sidebar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 35px;
  cursor: pointer;
  border-radius: 8px;
  background: rgba(102, 126, 234, 0.08);
  transition: all 0.3s ease;
}

.sidebar-toggler:hover {
  background: rgba(102, 126, 234, 0.15);
}

.sidebar-toggler > span {
  display: block;
  width: 20px;
  height: 2px;
  background: #667eea;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar-toggler > span::before,
.sidebar-toggler > span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #667eea;
  transition: all 0.3s ease;
}

.sidebar-toggler > span::before {
  top: -6px;
}

.sidebar-toggler > span::after {
  top: 6px;
}

/* Mini Sidebar (Collapsed State) */
.sidemenu-closed .sidebar-container {
  width: 60px;
}

.sidemenu-closed .sidemenu-container {
  width: 60px !important;
}

.sidemenu-closed .sidebar-user-details {
  display: none;
}

.sidemenu-closed .sidebar-user {
  justify-content: center;
  padding: 10px;
  margin: 0;
}

.sidemenu-closed .sidebar-user-picture {
  margin-right: 0;
  width: 40px;
  height: 40px;
}

.sidemenu-closed .sidemenu > li > .nav-link {
  justify-content: center;
  padding: 12px;
}

.sidemenu-closed .sidemenu > li > .nav-link > .title,
.sidemenu-closed .sidemenu > li > .nav-link > .arrow,
.sidemenu-closed .sidemenu > li > .nav-link > .label-menu {
  display: none;
}

.sidemenu-closed .sidemenu > li > .nav-link > i,
.sidemenu-closed .sidemenu > li > .nav-link svg {
  margin-right: 0;
}

.sidemenu-closed .sub-menu {
  display: none !important;
}



/**************************************
		DARK THEME SIDEBAR
***************************************/
.dark-theme .sidebar-user {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.dark-theme .sidebar-user-details .user-name {
  color: #ffffff;
}

.dark-theme .sidebar-user-details .user-role {
  color: #a0a4b8;
}

.dark-theme .sidemenu > li > .nav-link {
  color: #a0a4b8;
}

.dark-theme .sidemenu > li > .nav-link:hover {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.dark-theme .sidemenu > li.active > .nav-link,
.dark-theme .sidemenu > li.active.open > .nav-link {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.2) 0%, rgba(118, 75, 162, 0.15) 100%);
}

.dark-theme .sub-menu > li > .nav-link {
  color: #a0a4b8;
}

.dark-theme .sub-menu > li > .nav-link:hover {
  color: #ffffff;
}

.dark-theme .sub-menu::before {
  background: rgba(102, 126, 234, 0.4);
}

.dark-theme .sub-menu > li::before {
  background: rgba(102, 126, 234, 0.4);
}

.dark-theme .sub-menu > li.active::before {
  border-color: rgba(102, 126, 234, 0.8);
  background: transparent;
}

/**************************************
		WHITE SIDEBAR THEME
***************************************/
.white-sidebar-color .sidebar-user {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

/**************************************
		INDIGO SIDEBAR THEME
***************************************/
.indigo-sidebar-color .sidemenu > li > .nav-link > i,
.indigo-sidebar-color .sidemenu > li > .nav-link svg {
  color: #6673fc;
}

.indigo-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #6673fc 0%, #764ba2 100%);
}

.indigo-sidebar-color .sidemenu > li > .nav-link:hover {
  background: linear-gradient(135deg, rgba(102, 115, 252, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.indigo-sidebar-color .sidemenu > li.active > .nav-link,
.indigo-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #6673fc;
  background: linear-gradient(135deg, rgba(102, 115, 252, 0.15) 0%, rgba(118, 75, 162, 0.1) 100%);
}

.indigo-sidebar-color .sidebar-user-picture {
  border-color: rgba(102, 115, 252, 0.3);
}

.indigo-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #6673fc;
}

/**************************************
		BLUE SIDEBAR THEME
***************************************/
.blue-sidebar-color .sidemenu > li > .nav-link > i,
.blue-sidebar-color .sidemenu > li > .nav-link svg {
  color: #3b82f6;
}

.blue-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.blue-sidebar-color .sidemenu > li > .nav-link:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(29, 78, 216, 0.1) 100%);
}

.blue-sidebar-color .sidemenu > li.active > .nav-link,
.blue-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #3b82f6;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(29, 78, 216, 0.1) 100%);
}

.blue-sidebar-color .sidebar-user-picture {
  border-color: rgba(59, 130, 246, 0.3);
}

.blue-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #3b82f6;
}

/**************************************
		CYAN SIDEBAR THEME
***************************************/
.cyan-sidebar-color .sidemenu > li > .nav-link > i,
.cyan-sidebar-color .sidemenu > li > .nav-link svg {
  color: #06b6d4;
}

.cyan-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}

.cyan-sidebar-color .sidemenu > li > .nav-link:hover {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.1) 0%, rgba(8, 145, 178, 0.1) 100%);
}

.cyan-sidebar-color .sidemenu > li.active > .nav-link,
.cyan-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #06b6d4;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(8, 145, 178, 0.1) 100%);
}

.cyan-sidebar-color .sidebar-user-picture {
  border-color: rgba(6, 182, 212, 0.3);
}

.cyan-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #06b6d4;
}

/**************************************
		GREEN SIDEBAR THEME
***************************************/
.green-sidebar-color .sidemenu > li > .nav-link > i,
.green-sidebar-color .sidemenu > li > .nav-link svg {
  color: #10b981;
}

.green-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.green-sidebar-color .sidemenu > li > .nav-link:hover {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(5, 150, 105, 0.1) 100%);
}

.green-sidebar-color .sidemenu > li.active > .nav-link,
.green-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #10b981;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(5, 150, 105, 0.1) 100%);
}

.green-sidebar-color .sidebar-user-picture {
  border-color: rgba(16, 185, 129, 0.3);
}

.green-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #10b981;
}

/**************************************
		RED SIDEBAR THEME
***************************************/
.red-sidebar-color .sidemenu > li > .nav-link > i,
.red-sidebar-color .sidemenu > li > .nav-link svg {
  color: #ef4444;
}

.red-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.red-sidebar-color .sidemenu > li > .nav-link:hover {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(220, 38, 38, 0.1) 100%);
}

.red-sidebar-color .sidemenu > li.active > .nav-link,
.red-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #ef4444;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.1) 100%);
}

.red-sidebar-color .sidebar-user-picture {
  border-color: rgba(239, 68, 68, 0.3);
}

.red-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #ef4444;
}

/**************************************
		DARK SIDEBAR THEME
***************************************/
.dark-sidebar-color .sidemenu > li > .nav-link > i,
.dark-sidebar-color .sidemenu > li > .nav-link svg {
  color: #a0a4b8;
}

.dark-sidebar-color .sidemenu > li > .nav-link::before {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.dark-sidebar-color .sidemenu > li > .nav-link {
  color: #a0a4b8;
}

.dark-sidebar-color .sidemenu > li > .nav-link:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.dark-sidebar-color .sidemenu > li.active > .nav-link,
.dark-sidebar-color .sidemenu > li.active.open > .nav-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.dark-sidebar-color .sub-menu > li > .nav-link {
  color: #a0a4b8;
}

.dark-sidebar-color .sub-menu > li > .nav-link:hover {
  color: #ffffff;
}

.dark-sidebar-color .sidebar-user-details .user-name {
  color: #ffffff;
}

.dark-sidebar-color .sidebar-user-details .user-role {
  color: #a0a4b8;
}

.dark-sidebar-color .sidebar-user-picture {
  border-color: rgba(255, 255, 255, 0.2);
}

.dark-sidebar-color .sidebar-user:hover .sidebar-user-picture {
  border-color: #667eea;
}

/**************************************
		MINI SIDEBAR HOVER SUBMENU
***************************************/
body.sidemenu-closed .sidemenu > li:hover > .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  padding: 10px !important;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: block !important;
  animation: slideIn 0.2s ease;
}

body.sidemenu-closed .sidemenu > li:hover > .sub-menu::before {
  display: none;
}

body.sidemenu-closed .sidemenu > li:hover > .sub-menu > li::before {
  display: none;
}

body.sidemenu-closed .sidemenu > li:hover > .sub-menu > li > .nav-link {
  padding: 8px 15px;
}

.dark-theme body.sidemenu-closed .sidemenu > li:hover > .sub-menu {
  background: #1e1e2f;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/**************************************
		SIDEBAR ANIMATIONS
***************************************/
.sidemenu > li {
  animation: fadeInUp 0.3s ease forwards;
  opacity: 0;
}

.sidemenu > li:nth-child(1) { animation-delay: 0.05s; }
.sidemenu > li:nth-child(2) { animation-delay: 0.1s; }

#tab2 .card {
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

#tab2 .card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

#tab2 .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

#tab2 .card .card-body {
  padding: 18px !important;
}

#tab2 .doctor-profile {
  text-align: center;
}

#tab2 .doctor-profile .doctor-pic {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(102, 126, 234, 0.35);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
  display: block;
  margin: 8px auto 12px;
}

#tab2 .doctor-profile .doctor-name {
  font-size: 16px;
  font-weight: 600;
  color: #2d3436;
}

#tab2 .doctor-profile .name-center {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(102, 126, 234, 0.08);
  color: #667eea;
}

#tab2 .doctor-profile p {
  color: #636e72;
  margin: 10px 0 0;
  min-height: 38px;
}

#tab2 .profile-userbuttons .btn {
  border-radius: 20px !important;
  padding: 6px 14px;
}

.dark-theme #tab2 .card {
  background: #1e2433;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.dark-theme #tab2 .doctor-profile .doctor-name {
  color: #ffffff;
}

.dark-theme #tab2 .doctor-profile p {
  color: #a0a4b8;
}

.dark-theme #tab2 .doctor-profile .name-center {
  background: rgba(102, 126, 234, 0.2);
  color: #dbe4ff;
}

.dark-theme #tab2 .doctor-profile .doctor-pic {
  border-color: rgba(102, 126, 234, 0.5);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.25);
}
.sidemenu > li:nth-child(3) { animation-delay: 0.15s; }
.sidemenu > li:nth-child(4) { animation-delay: 0.2s; }
.sidemenu > li:nth-child(5) { animation-delay: 0.25s; }
.sidemenu > li:nth-child(6) { animation-delay: 0.3s; }
.sidemenu > li:nth-child(7) { animation-delay: 0.35s; }
.sidemenu > li:nth-child(8) { animation-delay: 0.4s; }
.sidemenu > li:nth-child(9) { animation-delay: 0.45s; }
.sidemenu > li:nth-child(10) { animation-delay: 0.5s; }
.sidemenu > li:nth-child(11) { animation-delay: 0.55s; }
.sidemenu > li:nth-child(12) { animation-delay: 0.6s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ripple effect on menu item click */
.sidemenu > li > .nav-link {
  position: relative;
  overflow: hidden;
}

.sidemenu > li > .nav-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(102, 126, 234, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.sidemenu > li > .nav-link:active::after {
  width: 300px;
  height: 300px;
}
