/*
Template Name: memb.ro
Author: maghost.ro
Version: 1.1.0
Website: https://memb.ro/
File: Main Css File
*/
/*@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap");*/

/*@import url("https://use.typekit.net/smi7gdl.css");*/

body {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151515;
  font-family: "Funnel Display", sans-serif;
}


body[data-layout-mode="dark"] {
  background-color: #313533;
  color: #ced4da;
}

body[data-layout-mode="dark"] .h1,
body[data-layout-mode="dark"] .h2,
body[data-layout-mode="dark"] .h3,
body[data-layout-mode="dark"] .h4,
body[data-layout-mode="dark"] .h5,
body[data-layout-mode="dark"] .h6,
body[data-layout-mode="dark"] h1,
body[data-layout-mode="dark"] h2,
body[data-layout-mode="dark"] h3,
body[data-layout-mode="dark"] h4,
body[data-layout-mode="dark"] h5,
body[data-layout-mode="dark"] h6 {
  color: #ced4da;
}

body.pace-done:not(.sidebar-enable) .navbar-brand-box a.logo.logo-dark .fav-logo{
  display: none;
}
body.pace-done.sidebar-enable .navbar-brand-box a.logo.logo-dark .fav-logo {
    display: flex !important;
    width: 100%;
    max-width: 35px;
    margin: auto;
}
body.pace-done.sidebar-enable .navbar-brand-box a.logo.logo-dark .wide-logo{
  display: none;
}
.btn-check:active+.btn-outline-dark, 
.btn-check:checked+.btn-outline-dark, 
.btn-outline-dark.active, 
.btn-outline-dark.dropdown-toggle.show, 
.btn-outline-dark:active {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}

.text-primary {
    color: #e96c2c !important;
}
.btn-primary {
  box-shadow: none;
  background-color: #e96c2c;
  border-color: #e96c2c;
  color: #ffffff;
    font-size: 16px;
}
a {
    color: #e96c2c;
    text-decoration: none;
}
.btn-primary:hover {
  background-color: #af4a17;
  border-color: #af4a17;
}
a:hover {
    color: #af4a17;
    text-decoration: underline;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f9f9f9;
    opacity: 1;
}

.btn-outline-primary {
  color: #e96c2c;
  border-color: #e96c2c;
}
.btn-outline-primary:hover {
  color: #ffffff;
  border-color: #e96c2c;
  background-color: #e96c2c;
}
#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9ef;
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  height: 50px;
  padding: 0;
}

.navbar-header .dropdown .show.header-item {
  background-color: #f8f9fa;
}

.navbar-brand-box {
  padding: 0 1.5rem;
  width: 250px;
  background: #fbfaff;
  border-right: 1px solid #e9e9ef;
  -webkit-box-shadow: 0px 2px 2px #fbfaff;
  box-shadow: 0px 2px 2px #fbfaff;
}

.logo {
  line-height: 69px;
  color: inherit !important;
}

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

.logo-txt {
  font-weight: 700;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

.logo-light {
  display: none;
}

body:not([data-sidebar-size="sm"]) #vertical-menu-btn {
  margin-left: -52px;
  margin-right: 20px;
}

@media (max-width: 991.98px) {
  body:not([data-sidebar-size="sm"]) #vertical-menu-btn {
    margin-left: 0;
  }
}

/* Search */
.app-search {
  padding: calc(30px / 2) 0;
  position: relative;
}

.app-search .form-control {
  border: none;
  height: 40px;
  padding-left: 17px;
  padding-right: 50px;
  background-color: #f3f3f9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-search .btn {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 34px;
  padding: 0 10px;
}

.layout-mode-light {
  display: none;
}

body[data-layout-mode="dark"] .layout-mode-dark {
  display: none;
}

body[data-layout-mode="dark"] .layout-mode-light {
  display: inline-block;
}

.megamenu-list li {
  position: relative;
  padding: 5px 0px;
}

.megamenu-list li a {
  color: #495057;
}

@media (max-width: 992px) {
  .navbar-brand-box {
    width: auto;
  }

  .logo span.logo-lg {
    display: none;
  }

  .logo span.logo-sm {
    display: inline-block;
  }
}

.page-content {
  padding: calc(50px + 20px) calc(20px / 2) 60px calc(30px / 2);
}

.header-item {
  height: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #555b6d;
  border: 0;
  border-radius: 0px;
}

.header-item:hover {
  color: #555b6d;
}

.header-profile-user {
  height: 36px;
  width: 36px;
  background-color: #74788d;
  padding: 3px;
}

.noti-icon i {
  font-size: 22px;
  color: #555b6d;
}

.noti-icon .badge {
  position: absolute;
  top: 12px;
  right: 4px;
}

.notification-item .d-flex {
  padding: 0.75rem 1rem;
}

.notification-item .d-flex:hover {
  background-color: #f8f9fa;
}

.dropdown-icon-item {
  display: block;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  padding: 15px 0 9px;
  display: block;
  color: #74788d;
}

.dropdown-icon-item img {
  height: 24px;
}

.dropdown-icon-item span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-icon-item:hover {
  background-color: #f8f9fa;
}

.fullscreen-enable [data-toggle="fullscreen"] .bx-fullscreen::before {
  content: "\ea3f";
}

body[data-topbar="dark"] #page-topbar {
  background-color: #313533;
  border-color: #3b403d;
}

body[data-topbar="dark"] .navbar-brand-box {
  background-color: #313533;
  border-color: #313533;
  -webkit-box-shadow: 0px 0px 2px #313533;
  box-shadow: 0px 0px 2px #313533;
}

body[data-topbar="dark"] .navbar-brand-box .logo {
  color: #fff !important;
}

body[data-topbar="dark"] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

body[data-topbar="dark"] .header-item {
  color: #e9ecef;
}

body[data-topbar="dark"] .header-item:hover {
  color: #e9ecef;
}

body[data-topbar="dark"] .header-item.border-start,
body[data-topbar="dark"] .header-item.border-end {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body[data-topbar="dark"] .header-item.bg-soft-light {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

body[data-topbar="dark"] .header-profile-user {
  background-color: rgba(255, 255, 255, 0.25);
}

body[data-topbar="dark"] .noti-icon i {
  color: #e9ecef;
}

body[data-topbar="dark"] .logo-dark {
  display: none;
}

body[data-topbar="dark"] .logo-light {
  display: block;
}

body[data-topbar="dark"] .app-search .form-control {
  background-color: rgba(243, 243, 249, 0.07);
  color: #fff;
}

body[data-topbar="dark"] .app-search span,
body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
  .navbar-header .dropdown {
    position: static;
  }

  .navbar-header .dropdown .dropdown-menu {
    left: 10px !important;
    right: 10px !important;
  }
}

@media (max-width: 380px) {
  .navbar-brand-box {
    display: none;
  }
}

body[data-layout="horizontal"] .navbar-brand-box {
  width: auto;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) {
  body[data-layout="horizontal"] .navbar-brand-box {
    padding-left: 0;
    margin-right: 10px;
  }
}

body[data-layout="horizontal"] .page-content {
  margin-top: 70px;
  padding: calc(55px + 20px) calc(20px / 2) 60px calc(20px / 2);
}

@media (min-width: 992px) {
  body[data-layout="horizontal"] .navbar-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body[data-layout="horizontal"][data-sidebar=dark] .navbar-brand-box {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  body[data-layout="horizontal"] .page-content {
    margin-top: 15px;
  }
}

body[data-layout-mode="dark"] .header-item.border-start,
body[data-layout-mode="dark"] .header-item.border-end {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body[data-layout-mode="dark"] .header-item.bg-soft-light {
  background-color: rgba(255, 255, 255, 0.04) !important;
}

body[data-layout-mode="dark"] #page-topbar {
  background-color: #313533;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .app-search .form-control {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}

body[data-layout-mode="dark"] .notification-item .d-flex:hover {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .dropdown-icon-item {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .dropdown-icon-item:hover {
  background-color: #3b403d;
}

@media (min-width: 992px) {
  body[data-layout-mode="dark"][data-sidebar="light"][data-topbar="light"] .navbar-brand-box .logo {
    color: #343a40 !important;
  }

  body[data-layout-mode="dark"][data-sidebar="light"][data-topbar="light"] #vertical-menu-btn {
    color: #343a40;
  }
}

body[data-layout-mode="dark"][data-topbar="light"] .navbar-brand-box {
  background: #ffffff;
  border-right: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body[data-layout-mode="dark"][data-topbar="light"] .navbar-brand-box .logo {
  color: #343a40 !important;
}

body[data-layout-mode="dark"][data-topbar="light"] .logo-light {
  display: none;
}

body[data-layout-mode="dark"][data-topbar="light"] .logo-dark {
  display: block;
}

body[data-layout-mode="dark"][data-topbar="light"] #vertical-menu-btn {
  color: #343a40 !important;
}

body[data-layout-mode="dark"][data-topbar="light"] .header-item {
  color: #555b6d;
}

body[data-layout-mode="dark"][data-topbar="light"] .header-item:hover {
  color: #555b6d;
}

body[data-layout-mode="dark"][data-topbar="light"] .header-item.border-start,
body[data-layout-mode="dark"][data-topbar="light"] .header-item.border-end {
  border-color: rgba(52, 58, 64, 0.1) !important;
}

body[data-layout-mode="dark"][data-topbar="light"] .header-item.bg-soft-light {
  background-color: rgba(52, 58, 64, 0.04) !important;
}

body[data-layout-mode="dark"][data-topbar="light"] #page-topbar {
  background-color: #ffffff;
  border-color: #f6f6f6;
}

body[data-layout-mode="dark"][data-topbar="light"] .dropdown-icon-item {
  color: #adb5bd;
}

body[data-layout-mode="dark"][data-topbar="light"] .dropdown-icon-item:hover {
  background-color: #f6f6f6;
}

body[data-layout-mode="dark"][data-topbar="light"] .app-search .form-control {
  color: #adb5bd;
  background-color: #efeff3;
  border: 1px solid #f6f6f6;
}

body[data-layout-mode="dark"][data-topbar="light"] .header-profile-user {
  background-color: #74788d;
}

body[data-layout-mode="dark"][data-topbar="light"] .noti-icon i {
  color: #555b6d;
}

body[data-layout-mode="dark"][data-topbar="light"] .notification-item .d-flex:hover {
  background-color: #f8f9fa;
}

.page-title-box {
  padding-bottom: 20px;
}

.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.footer {
  bottom: 0;
  padding: 20px calc(20px / 2);
  position: absolute;
  right: 0;
  color: #74788d;
  left: 250px;
  height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #e9e9ef;
}

@media (max-width: 991.98px) {
  .footer {
    left: 0;
  }
}

body[data-sidebar-size="sm"] .footer {
  left: 70px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size="sm"] .footer {
    left: 0;
  }
}

body[data-layout="horizontal"] .footer {
  left: 0 !important;
}

body[data-layout-mode="dark"] .footer {
  background-color: #313533;
  color: #adb5bd;
  border-color: #373c39;
}

.right-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  display: block;
  position: fixed;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 300px;
  z-index: 9999;
  float: right !important;
  right: -310px;
  top: 0;
  bottom: 0;
}

.right-bar .right-bar-toggle {
  background-color: #444c54;
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  color: #e9e9ef;
  text-align: center;
  border-radius: 50%;
}

.right-bar .right-bar-toggle:hover {
  background-color: #4b545c;
}

.rightbar-overlay {
  background-color: rgba(52, 58, 64, 0.55);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 9998;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.right-bar-enabled .right-bar {
  right: 0;
}

.right-bar-enabled .rightbar-overlay {
  display: block;
}

@media (max-width: 767.98px) {
  .right-bar {
    overflow: auto;
  }

  .right-bar .slimscroll-menu {
    height: auto !important;
  }
}

body[data-layout-mode="dark"] .right-bar {
  background-color: #313533;
}

.metismenu {
  margin: 0;
}

.metismenu li {
  display: block;
  width: 100%;
}

.metismenu .mm-collapse {
  display: none;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapse.mm-show {
  display: block;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.vertical-menu {
  width: 250px;
  z-index: 1001;
  background: #fbfaff;
  bottom: 0;
  margin-top: 0;
  position: fixed;
  top: 70px;
  border-right: 1px solid #e9e9ef;
}

.main-content {
  margin-left: 250px;
  overflow: hidden;
}

.main-content .content {
  padding: 0 15px 10px 15px;
  margin-top: 70px;
}

#sidebar-menu {
  padding: 10px 0 30px 0;
}

#sidebar-menu .mm-active>.has-arrow:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu .has-arrow:after {
  content: "\F0142";
  font-family: 'Material Design Icons';
  display: block;
  float: right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  font-size: 1.1rem;
  margin-right: -5px;
  margin-top: -2px;
}

#sidebar-menu ul li a {
  display: block;
  padding: .62rem 1.5rem;
  color: #545a6d;
  position: relative;
  font-size: .9rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-weight: 500;
}

#sidebar-menu ul li a i {
  display: inline-block;
  min-width: 1.75rem;
  padding-bottom: .125em;
  font-size: 1.25rem;
  line-height: 1.40625rem;
  vertical-align: middle;
  color: #545a6d;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#sidebar-menu ul li a svg {
  height: 16px;
  width: 16px;
  color: #545a6d;
  fill: rgba(84, 90, 109, 0.2);
  margin-right: 10px;
  margin-top: -3px;
}

#sidebar-menu ul li a:hover {
  color: #151515;
}

#sidebar-menu ul li a:hover i {
  color: #151515;
}

#sidebar-menu ul li a:hover svg {
  color: #151515;
  fill: rgb(28 28 91 / 20%);
  ;
}

#sidebar-menu ul li .badge {
  margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 3.3rem;
  font-size: .85rem;
  color: #545a6d;
}

#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #151515;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding: .4rem 1.5rem .4rem 4.5rem;
  font-size: 13px;
}

.menu-title {
  padding: 12px 20px !important;
  pointer-events: none;
  cursor: default;
  font-size: 12px;
  color: #545a6d;
  font-weight: 500;
}
#sidebar-menu ul li a svg {
    stroke: #151515;
}

.mm-active>a {
  color: #151515 !important;
}

.mm-active>a i {
  color: #151515 !important;
}

.mm-active>a svg {
  color: #151515 !important;
  fill: rgb(28 28 91 / 20%);
  !important;
}

.mm-active .active {
  color: #151515 !important;
}

.mm-active .active i {
  color: #151515 !important;
}

.mm-active .active svg {
  color: #151515 !important;
  fill: rgb(28 28 91 / 20%);
  !important;
}

.mm-active>i {
  color: #151515 !important;
}

.sidebar-alert {
  background-color: rgba(81, 86, 190, 0.1);
}

.sidebar-alert .alertcard-title {
  color: #151515;
}

@media (max-width: 992px) {
  .vertical-menu {
    display: none;
  }

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

  body.sidebar-enable .vertical-menu {
    display: block;
  }
}

body[data-sidebar-size="sm"] {
  min-height: 1000px;
}

body[data-sidebar-size="sm"] .main-content {
  margin-left: 70px;
}

body[data-sidebar-size="sm"] .navbar-brand-box {
  width: 70px !important;
}

body[data-sidebar-size="sm"] .logo span.logo-lg {
  display: none;
}

body[data-sidebar-size="sm"] .logo span.logo-sm {
  display: block;
}

body[data-sidebar-size="sm"] .vertical-menu {
  position: absolute;
  width: 70px !important;
  z-index: 5;
}

body[data-sidebar-size="sm"] .vertical-menu .simplebar-mask,
body[data-sidebar-size="sm"] .vertical-menu .simplebar-content-wrapper {
  overflow: visible !important;
}

body[data-sidebar-size="sm"] .vertical-menu .simplebar-scrollbar {
  display: none !important;
}

body[data-sidebar-size="sm"] .vertical-menu .simplebar-offset {
  bottom: 0 !important;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu .menu-title,
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu .badge,
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu .sidebar-alert {
  display: none !important;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu .nav.collapse {
  height: inherit !important;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a {
  padding: 15px 20px;
  -webkit-transition: none;
  transition: none;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:hover,
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:active,
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a:focus {
  color: #151515;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a i {
  font-size: 1.45rem;
  margin-left: 4px;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a svg {
  height: 18px;
  width: 18px;
  margin-left: 6px;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a span {
  display: none;
  padding-left: 25px;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a.has-arrow:after {
  display: none;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a {
  position: relative;
  width: calc(190px + 70px);
  color: #151515;
  background-color: #ebe6ff;
  -webkit-transition: none;
  transition: none;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: #151515;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: #151515;
  fill: rgb(28 28 91 / 20%);
  ;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a span {
  display: inline;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>ul ul {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

body[data-sidebar-size="sm"] .vertical-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;
  color: #545a6d;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #151515;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #fff;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul ul li:hover>ul {
  display: block;
  left: 190px;
  height: auto !important;
  margin-top: -36px;
  position: absolute;
  width: 190px;
  padding: 5px 0;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul ul li>a span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul ul li.active a {
  color: #f8f9fa;
}

body[data-sidebar-size="sm"] #sidebar-menu .mm-active>.has-arrow:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

body[data-sidebar="dark"] .navbar-brand-box {
  background: #2C302E;
  -webkit-box-shadow: 0px 3px 1px #2C302E;
  box-shadow: 0px 3px 1px #2C302E;
  border-color: #2C302E;
}

body[data-sidebar="dark"] .navbar-brand-box .logo {
  color: #fff !important;
}

body[data-sidebar="dark"] .logo-dark {
  display: none;
}

body[data-sidebar="dark"] .logo-light {
  display: block;
}

body[data-sidebar="dark"] .vertical-menu {
  background: #2C302E;
  border-color: #2C302E;
}

@media (min-width: 992px) {
  body[data-sidebar="dark"] #vertical-menu-btn {
    color: #e9ecef;
  }
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
  color: #99a4b1;
}

body[data-sidebar="dark"] #sidebar-menu ul li a i {
  color: #858d98;
}

body[data-sidebar="dark"] #sidebar-menu ul li a svg {
  color: #858d98;
  fill: rgba(133, 141, 152, 0.2);
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
  color: #ffffff;
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover svg {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
  color: #858d98;
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"][data-sidebar-size="sm"][data-topbar="dark"] #vertical-menu-btn {
  color: #e9ecef;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] #vertical-menu-btn {
  color: #555b6d;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a {
  background: #313533;
  color: #ffffff;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a i {
  color: #ffffff;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>ul a {
  color: #858d98;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>ul a:hover {
  color: #ffffff;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul ul {
  background-color: #2C302E;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #ffffff !important;
}

body[data-sidebar="dark"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li.mm-active .active i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active>a {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active>a i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active>a svg {
  color: #ffffff !important;
  fill: rgba(255, 255, 255, 0.2) !important;
}

body[data-sidebar="dark"] .mm-active>i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active .active {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active .active i {
  color: #ffffff !important;
}

body[data-sidebar="dark"] .mm-active .active svg {
  color: #ffffff !important;
  fill: rgba(255, 255, 255, 0.2) !important;
}

body[data-sidebar="dark"] .menu-title {
  color: #858d98;
}

body[data-sidebar="dark"][data-sidebar-size="md"] #sidebar-menu ul li.menu-title {
  background-color: #313533;
}

body[data-layout="horizontal"] .main-content {
  margin-left: 0 !important;
}

body[data-sidebar-size="md"] .navbar-brand-box {
  width: 160px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size="md"] .navbar-brand-box {
    width: auto;
  }
}

body[data-sidebar-size="md"] .vertical-menu {
  width: 160px;
  text-align: center;
}

body[data-sidebar-size="md"] .vertical-menu .has-arrow:after,
body[data-sidebar-size="md"] .vertical-menu .badge,
body[data-sidebar-size="md"] .vertical-menu .sidebar-alert {
  display: none !important;
}

body[data-sidebar-size="md"] .main-content {
  margin-left: 160px;
}

body[data-sidebar-size="md"] .footer {
  left: 160px;
}

@media (max-width: 991.98px) {
  body[data-sidebar-size="md"] .footer {
    left: 0;
  }
}

body[data-sidebar-size="md"] #sidebar-menu ul li a svg {
  display: block;
  margin: 0 auto 4px;
}

body[data-sidebar-size="md"] #sidebar-menu ul li ul.sub-menu li a {
  padding-left: 1.5rem;
}

body[data-sidebar-size="md"] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
  padding-left: 1.5rem;
}

body[data-sidebar-size="md"][data-sidebar-size="sm"] .main-content {
  margin-left: 70px;
}

body[data-sidebar-size="md"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu {
  text-align: left;
}

body[data-sidebar-size="md"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li>a svg {
  display: inline-block;
}

body[data-sidebar-size="md"][data-sidebar-size="sm"] .footer {
  left: 70px;
}

body[data-sidebar="brand"] .vertical-menu {
  background-color: #151515;
}

body[data-sidebar="brand"] .navbar-brand-box {
  background-color: #151515;
  -webkit-box-shadow: 0px 1px 0px #151515;
  box-shadow: 0px 1px 0px #151515;
}

body[data-sidebar="brand"] .navbar-brand-box .logo-dark {
  display: none;
}

body[data-sidebar="brand"] .navbar-brand-box .logo-light {
  display: block;
}

body[data-sidebar="brand"] .navbar-brand-box .logo {
  color: #fff !important;
}

body[data-sidebar="brand"] .mm-active {
  color: #fff !important;
}

body[data-sidebar="brand"] .mm-active>a {
  color: #fff !important;
}

body[data-sidebar="brand"] .mm-active>a i {
  color: #fff !important;
}

body[data-sidebar="brand"] .mm-active>a svg {
  color: #fff !important;
  fill: rgba(255, 255, 255, 0.1) !important;
}

body[data-sidebar="brand"] .mm-active .active {
  color: #fff !important;
}

body[data-sidebar="brand"] .mm-active .active svg {
  color: #fff !important;
  fill: rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 992px) {
  body[data-sidebar="brand"] #vertical-menu-btn {
    color: #e9ecef;
  }
}

body[data-sidebar="brand"] #sidebar-menu ul li.menu-title {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="brand"] #sidebar-menu ul li a {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="brand"] #sidebar-menu ul li a i {
  color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar="brand"] #sidebar-menu ul li a svg {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.075);
}

body[data-sidebar="brand"] #sidebar-menu ul li a.waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.1);
}

body[data-sidebar="brand"] #sidebar-menu ul li a:hover {
  color: #fff;
}

body[data-sidebar="brand"] #sidebar-menu ul li a:hover i {
  color: #fff;
}

body[data-sidebar="brand"] #sidebar-menu ul li ul.sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar="brand"] #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #fff;
}

body[data-sidebar="brand"] .sidebar-alert {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar="brand"] .sidebar-alert .alertcard-title {
  color: #fff;
}

body[data-sidebar="brand"][data-sidebar-size="sm"][data-topbar="dark"] #vertical-menu-btn {
  color: #e9ecef;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] #vertical-menu-btn {
  color: #555b6d;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a {
  background-color: #585dc1;
  color: #fff;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a i,
body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu>ul>li:hover>a svg {
  color: #fff;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li.mm-active .active {
  color: #fff !important;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
  color: #151515;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
  color: #151515 !important;
}

body[data-sidebar="brand"][data-sidebar-size="sm"] .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active>a {
  color: #151515 !important;
}

body[data-layout-mode="dark"][data-sidebar=dark] .vertical-menu,
body[data-layout-mode="dark"][data-sidebar=dark] .navbar-brand-box,
body[data-layout-mode="dark"][data-sidebar=brand] .vertical-menu,
body[data-layout-mode="dark"][data-sidebar=brand] .navbar-brand-box {
  border-color: #373c39;
}

body[data-layout-mode="dark"][data-sidebar=light] .sidebar-alert {
  background-color: rgba(81, 86, 190, 0.1);
  color: #495057;
}

body[data-layout-mode="dark"][data-sidebar=light] .sidebar-alert .alertcard-title {
  color: #151515;
}

[dir="rtl"] #sidebar-menu .has-arrow:after {
  content: "\F0141";
}

.topnav {
  background: #ffffff;
  padding: 0 calc(20px / 2);
  margin-top: 70px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #e9e9ef;
}

@media (min-width: 992px) {
  .topnav {
    background: #fbfaff;
  }
}

.topnav .topnav-menu {
  margin: 0;
  padding: 0;
}

.topnav .navbar-nav .nav-link {
  font-size: 14.4px;
  position: relative;
  padding: 1rem 1.3rem;
  color: #545a6d;
  font-weight: 500;
}

.topnav .navbar-nav .nav-link i {
  font-size: 15px;
}

.topnav .navbar-nav .nav-link svg {
  height: 16px;
  width: 16px;
  color: #545a6d;
  fill: rgba(84, 90, 109, 0.2);
  margin-right: 7px;
  margin-top: -3px;
}

.topnav .navbar-nav .nav-link:focus,
.topnav .navbar-nav .nav-link:hover {
  color: #151515;
  background-color: transparent;
}

.topnav .navbar-nav .nav-link:focus svg,
.topnav .navbar-nav .nav-link:hover svg {
  color: #151515;
  fill: rgb(28 28 91 / 20%);
  ;
}

.topnav .navbar-nav .dropdown-item {
  color: #545a6d;
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
  color: #151515;
}

.topnav .navbar-nav .nav-item .nav-link.active {
  color: #151515;
}

.topnav .navbar-nav .nav-item .nav-link.active svg {
  color: #151515;
  fill: rgb(28 28 91 / 20%);
  ;
}

.topnav .navbar-nav .dropdown.active>a {
  color: #151515;
  background-color: transparent;
}

.topnav .navbar-nav .dropdown.active>a svg {
  color: #151515;
  fill: rgb(28 28 91 / 20%);
  ;
}

.topnav .menu-title {
  padding: 12px 24px !important;
}

@media (max-width: 991.98px) {
  .topnav .menu-title {
    padding: 12px 16px !important;
  }
}

@media (min-width: 1200px) {

  body[data-layout="horizontal"] .container-fluid,
  body[data-layout="horizontal"] .navbar-header {
    max-width: 85%;
  }
}

@media (min-width: 992px) {
  .topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }

  .topnav .dropdown-item {
    padding: .5rem 1.5rem;
    min-width: 180px;
  }

  .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
    left: 0px;
    right: auto;
  }

  .topnav .dropdown .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 0.25rem 0.25rem;
  }

  .topnav .dropdown .dropdown-menu .arrow-down::after {
    right: 15px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    position: absolute;
  }

  .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 0 !important;
    left: 100%;
    display: none;
  }

  .topnav .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .topnav .dropdown:hover>.dropdown-menu>.dropdown:hover>.dropdown-menu {
    display: block;
  }

  .navbar-toggle {
    display: none;
  }
}

.arrow-down {
  display: inline-block;
}

.arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: .4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: .4em;
}

@media (max-width: 1199.98px) {
  .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
    right: 100%;
    left: auto;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand-box .logo-dark {
    display: block;
  }

  .navbar-brand-box .logo-dark span.logo-sm {
    display: block;
  }

  .navbar-brand-box .logo-light {
    display: none;
  }

  .topnav {
    max-height: 360px;
    overflow-y: auto;
    padding: 0;
  }

  .topnav .navbar-nav .nav-link {
    padding: 0.75rem 1.1rem;
  }

  .topnav .dropdown .dropdown-menu {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 24px;
  }

  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl {
    width: auto;
  }

  .topnav .dropdown .dropdown-menu.dropdown-mega-menu-xl .row {
    margin: 0px;
  }

  .topnav .dropdown .dropdown-item {
    position: relative;
    background-color: transparent;
  }

  .topnav .dropdown .dropdown-item.active,
  .topnav .dropdown .dropdown-item:active {
    color: #151515;
  }

  .topnav .arrow-down::after {
    right: 15px;
    position: absolute;
  }
}

body[data-layout="horizontal"][data-topbar="colored"] #page-topbar {
  background-color: #151515;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-dark {
  display: none;
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-light {
  display: block;
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search .form-control {
  background-color: rgba(243, 243, 249, 0.07);
  color: #fff;
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search span,
body[data-layout="horizontal"][data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body[data-layout="horizontal"][data-topbar="colored"] .header-item {
  color: #e9ecef;
}

body[data-layout="horizontal"][data-topbar="colored"] .header-item:hover {
  color: #e9ecef;
}

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .dropdown .show.header-item {
  background-color: rgba(255, 255, 255, 0.1);
}

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .waves-effect .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

body[data-layout="horizontal"][data-topbar="colored"] .noti-icon i {
  color: #e9ecef;
}

@media (min-width: 992px) {
  body[data-layout="horizontal"][data-topbar="colored"] .topnav {
    background-color: #151515;
  }

  body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.6);
  }

  body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:focus,
  body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav>.dropdown.active>a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
}

body[data-layout-mode="dark"] .topnav {
  background-color: #363a38;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link {
  color: #99a4b1;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link svg {
  height: 16px;
  width: 16px;
  color: #99a4b1;
  fill: rgba(153, 164, 177, 0.2);
  margin-right: 7px;
  margin-top: -3px;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link:focus,
body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: transparent;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link:focus svg,
body[data-layout-mode="dark"] .topnav .navbar-nav .nav-link:hover svg {
  color: #fff;
  fill: rgba(255, 255, 255, 0.2);
}

body[data-layout-mode="dark"] .topnav .navbar-nav .dropdown-item {
  color: #99a4b1;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .dropdown-item.active,
body[data-layout-mode="dark"] .topnav .navbar-nav .dropdown-item:hover {
  color: #fff;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .nav-item .nav-link.active {
  color: #fff;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .dropdown.active>a {
  color: #fff;
  background-color: transparent;
}

body[data-layout-mode="dark"] .topnav .navbar-nav .dropdown.active>a svg {
  color: #fff;
  fill: rgba(255, 255, 255, 0.2);
}

body[data-layout-mode="dark"] .topnav .menu-title {
  color: rgba(153, 164, 177, 0.6);
}

body[data-layout-size="boxed"] {
  background-color: #f0f0f0;
}

body[data-layout-size="boxed"] #layout-wrapper {
  background-color: #ffffff;
  max-width: 1300px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
  box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
  min-height: 100vh;
}

body[data-layout-size="boxed"] #page-topbar {
  max-width: 1300px;
  margin: 0 auto;
}

body[data-layout-size="boxed"] .footer {
  margin: 0 auto;
  max-width: calc(1300px - 250px);
}

@media (min-width: 992px) {
  body[data-layout-size="boxed"][data-sidebar-size="sm"] #layout-wrapper {
    min-height: 1200px;
  }
}

body[data-layout-size="boxed"][data-sidebar-size="sm"] .footer {
  max-width: calc(1300px - 70px);
}

body[data-layout-size="boxed"][data-sidebar-size="md"] .footer {
  max-width: calc(1300px - 160px);
}

body[data-layout="horizontal"][data-layout-size="boxed"] #page-topbar,
body[data-layout="horizontal"][data-layout-size="boxed"] #layout-wrapper,
body[data-layout="horizontal"][data-layout-size="boxed"] .footer {
  max-width: 100%;
}

body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid,
body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-header {
  max-width: 1300px;
}

@media (min-width: 992px) {

  body[data-layout-scrollable="true"] #page-topbar,
  body[data-layout-scrollable="true"] .vertical-menu {
    position: absolute;
  }
}

@media (min-width: 992px) {

  body[data-layout-scrollable="true"][data-layout="horizontal"] #page-topbar,
  body[data-layout-scrollable="true"][data-layout="horizontal"] .topnav {
    position: absolute;
  }
}

body[data-layout-mode="dark"][data-layout-size="boxed"] {
  background-color: #3b403d;
}

body[data-layout-mode="dark"][data-layout-size="boxed"] #layout-wrapper {
  background-color: #313533;
}

/*!
 * 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;
}

.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;
}

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

.waves-effect.waves-primary .waves-ripple {
  background-color: rgba(81, 86, 190, 0.4);
}

.waves-effect.waves-success .waves-ripple {
  background-color: rgba(42, 181, 125, 0.4);
}

.waves-effect.waves-info .waves-ripple {
  background-color: rgba(75, 166, 239, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
  background-color: rgba(255, 191, 83, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
  background-color: rgba(253, 98, 94, 0.4);
}

body[data-layout-mode="dark"] .accordion-button {
  border-color: #3b403d;
  color: #ced4da;
}

body[data-layout-mode="dark"] .accordion-button:not(.collapsed) {
  background-color: rgb(28 28 91 / 20%);
  ;
  color: #151515;
}

body[data-layout-mode="dark"] .accordion-item {
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .accordion-collapse {
  border-color: #3b403d;
}

.avatar-xs {
  height: 1rem;
  width: 1rem;
}

.avatar-sm {
  height: 2rem;
  width: 2rem;
}

.avatar-md {
  height: 3rem;
  width: 3rem;
}

.avatar-lg {
  height: 4rem;
  width: 4rem;
}

.avatar-xl {
  height: 5rem;
  width: 5rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.avatar-group .avatar-group-item {
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

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

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

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

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

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

.font-size-17 {
  font-size: 17px !important;
}

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

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

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

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

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

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

.icon-xs {
  height: 14px;
  width: 14px;
}

.icon-sm {
  height: 16px;
  width: 16px;
}

.icon-md {
  height: 18px;
  width: 18px;
}

.icon-lg {
  height: 20px;
  width: 20px;
}

.icon-xl {
  height: 22px;
  width: 22px;
}

.card-h-100 {
  height: calc(100% - 20px);
}

.social-list-item {
  height: 2rem;
  width: 2rem;
  line-height: calc(2rem - 4px);
  display: block;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  color: #adb5bd;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.social-list-item:hover {
  color: #74788d;
  background-color: #e9e9ef;
}

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

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

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

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

.w-xl {
  min-width: 160px;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}

.alert-dismissible .btn-close {
  font-size: 10px;
  padding: 1.05rem 1.25rem;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

body[data-layout-mode="dark"] .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

body[data-layout-mode="dark"] .border-light {
  border-color: #3b403d !important;
}

body[data-layout-mode="dark"] .border-bottom {
  border-bottom: 1px solid #3b403d !important;
}

body[data-layout-mode="dark"] .border-top,
body[data-layout-mode="dark"] .border,
body[data-layout-mode="dark"] .list-group-item {
  border-color: #3b403d !important;
}

body[data-layout-mode="dark"] .border-primary {
  border-color: #151515 !important;
}

body[data-layout-mode="dark"] .border-secondary {
  border-color: #74788d !important;
}

body[data-layout-mode="dark"] .border-success {
  border-color: #2ab57d !important;
}

body[data-layout-mode="dark"] .border-info {
  border-color: #4ba6ef !important;
}

body[data-layout-mode="dark"] .border-warning {
  border-color: #ffbf53 !important;
}

body[data-layout-mode="dark"] .border-danger {
  border-color: #fd625e !important;
}

body[data-layout-mode="dark"] .border-pink {
  border-color: #e83e8c !important;
}

body[data-layout-mode="dark"] .border-light {
  border-color: #e9e9ef !important;
}

body[data-layout-mode="dark"] .border-dark {
  border-color: #343a40 !important;
}

body[data-layout-mode="dark"] .text-dark {
  color: #e9e9ef !important;
}

body[data-layout-mode="dark"] .text-muted {
  color: #858d98 !important;
}

body[data-layout-mode="dark"] .text-body {
  color: #adb5bd !important;
}

body[data-layout-mode="dark"] .list-group-item {
  background-color: #313533;
  color: #adb5bd;
}

body[data-layout-mode="dark"] .img-thumbnail {
  background-color: #373c39;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .popover-header {
  color: #313533;
}

body[data-layout-mode="dark"] .modal-header,
body[data-layout-mode="dark"] .modal-footer {
  border-color: #3b403d;
}

[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder {
  text-align: left;
}

[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="number"]::-moz-placeholder {
  text-align: left;
}

[type="tel"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder {
  text-align: left;
}

[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder {
  text-align: left;
}

[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder {
  text-align: left;
}

.form-check {
  position: relative;
  text-align: left;
}

.form-check-right {
  padding-left: 0;
  display: inline-block;
  padding-right: 1.5em;
}

.form-check-right .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-right .form-check-label {
  display: block;
}

.form-checkbox-outline .form-check-input {
  border-width: 2px;
  background-color: #fff;
}

.form-checkbox-outline .form-check-input:active {
  -webkit-filter: none;
  filter: none;
}

.form-checkbox-outline .form-check-input:checked {
  background-color: #fff !important;
}

.form-checkbox-outline .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-checkbox-outline .form-check-input:checked:after {
  position: absolute;
  content: "\F012C";
  font-family: "Material Design Icons";
  top: -4px !important;
  left: 1px;
  /*rtl: -4px */
  font-size: 16px;
  color: #343a40;
}

.form-radio-outline .form-check-input {
  background-color: #fff;
  position: relative;
}

.form-radio-outline .form-check-input:active {
  -webkit-filter: none;
  filter: none;
}

.form-radio-outline .form-check-input:checked {
  background-color: #fff !important;
}

.form-radio-outline .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form-radio-outline .form-check-input:checked:after {
  position: absolute;
  content: "";
  top: 3px !important;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.form-check-primary .form-check-input:checked {
  background-color: #151515;
  border-color: #151515;
}

.form-radio-primary .form-check-input:checked {
  border-color: #151515;
  background-color: #151515;
}

.form-radio-primary .form-check-input:checked:after {
  background-color: #151515;
}

.form-check-secondary .form-check-input:checked {
  background-color: #74788d;
  border-color: #74788d;
}

.form-radio-secondary .form-check-input:checked {
  border-color: #74788d;
  background-color: #74788d;
}

.form-radio-secondary .form-check-input:checked:after {
  background-color: #74788d;
}

.form-check-success .form-check-input:checked {
  background-color: #2ab57d;
  border-color: #2ab57d;
}

.form-radio-success .form-check-input:checked {
  border-color: #2ab57d;
  background-color: #2ab57d;
}

.form-radio-success .form-check-input:checked:after {
  background-color: #2ab57d;
}

.form-check-info .form-check-input:checked {
  background-color: #4ba6ef;
  border-color: #4ba6ef;
}

.form-radio-info .form-check-input:checked {
  border-color: #4ba6ef;
  background-color: #4ba6ef;
}

.form-radio-info .form-check-input:checked:after {
  background-color: #4ba6ef;
}

.form-check-warning .form-check-input:checked {
  background-color: #ffbf53;
  border-color: #ffbf53;
}

.form-radio-warning .form-check-input:checked {
  border-color: #ffbf53;
  background-color: #ffbf53;
}

.form-radio-warning .form-check-input:checked:after {
  background-color: #ffbf53;
}

.form-check-danger .form-check-input:checked {
  background-color: #fd625e;
  border-color: #fd625e;
}

.form-radio-danger .form-check-input:checked {
  border-color: #fd625e;
  background-color: #fd625e;
}

.form-radio-danger .form-check-input:checked:after {
  background-color: #fd625e;
}

.form-check-pink .form-check-input:checked {
  background-color: #e83e8c;
  border-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked {
  border-color: #e83e8c;
  background-color: #e83e8c;
}

.form-radio-pink .form-check-input:checked:after {
  background-color: #e83e8c;
}

.form-check-light .form-check-input:checked {
  background-color: #e9e9ef;
  border-color: #e9e9ef;
}

.form-radio-light .form-check-input:checked {
  border-color: #e9e9ef;
  background-color: #e9e9ef;
}

.form-radio-light .form-check-input:checked:after {
  background-color: #e9e9ef;
}

.form-check-dark .form-check-input:checked {
  background-color: #343a40;
  border-color: #343a40;
}

.form-radio-dark .form-check-input:checked {
  border-color: #343a40;
  background-color: #343a40;
}

.form-radio-dark .form-check-input:checked:after {
  background-color: #343a40;
}

.form-check,
.form-check-input,
.form-check-label {
  cursor: pointer;
  margin-bottom: 0;
}

.form-switch-md {
  font-size: 20px;
  min-height: 26px;
  line-height: 26px;
}

.form-switch-md .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.form-switch-lg {
  font-size: 26px;
  min-height: 36px;
  line-height: 36px;
}

.form-switch-lg .form-check-label {
  font-size: 0.875rem;
  vertical-align: middle;
}

.input-group-text {
  margin-bottom: 0px;
}

body[data-layout-mode="dark"] .form-control {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}

body[data-layout-mode="dark"] .form-select {
  color: #adb5bd;
  background-color: #373c39;
  border: 1px solid #3b403d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e9e9ef' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

body[data-layout-mode="dark"] .form-check-input {
  background-color: #3b403d;
  border-color: rgba(255, 255, 255, 0.25);
}

body[data-layout-mode="dark"] .form-check-input:checked {
  background-color: #151515;
  border-color: #151515;
}

body[data-layout-mode="dark"] .form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

body[data-layout-mode="dark"] .input-group-text {
  background-color: #3b403d;
  border-color: #3b403d;
  color: #ced4da;
}

body[data-layout-mode="dark"] .form-control::-webkit-file-upload-button {
  background-color: #3b403d;
  color: #ced4da;
}

body[data-layout-mode="dark"] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .form-range::-webkit-slider-runnable-track {
  background-color: #3b403d !important;
}

body[data-layout-mode="dark"] .form-range::-moz-range-track {
  background-color: #3b403d !important;
}

.widget-box-1-icon {
  position: absolute;
  right: -15px;
  top: -25px;
  font-size: 5rem;
  opacity: 0.1;
}

.widget-carousel .carousel-indicators {
  margin: 0px auto;
  position: relative;
}

.activity-border:before {
  content: "";
  position: absolute;
  height: 80px;
  border-left: 2px dashed #ced4da;
  top: 40px;
  left: 2px;
}

.activity-wid {
  margin-left: 16px;
}

.activity-wid .activity-list {
  position: relative;
  padding: 0 0 20px 45px;
}

.activity-wid .activity-list .activity-icon {
  position: absolute;
  left: -20px;
  top: -3px;
  z-index: 2;
  background: #fff;
}

.activity-wid .activity-list .activity-icon img {
  border: 5px solid #fff;
}

.activity-wid .activity-list .activity-icon span {
  border: 5px solid #fff;
}

.activity-wid .activity-list:last-child {
  padding-bottom: 0px;
}

body[data-layout-mode="dark"] .activity-wid .activity-list .activity-icon {
  background: #313533;
}

body[data-layout-mode="dark"] .activity-wid .activity-list .activity-icon img,
body[data-layout-mode="dark"] .activity-wid .activity-list .activity-icon span {
  border-color: #313533;
}

body[data-layout-mode="dark"] .activity-border:before {
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .toast,
body[data-layout-mode="dark"] .toast-header {
  background-color: rgba(59, 64, 61, 0.85);
  color: #858d98;
}

body[data-layout-mode="dark"] .toast-header {
  color: #adb5bd;
}

.grid-example {
  background-color: rgba(81, 86, 190, 0.05);
  border-radius: 5px;
  font-weight: 500;
  padding: 10px 20px;
  font-size: .8rem;
}

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

[dir="rtl"] .modal-open {
  padding-left: 0px !important;
}

.icon-demo-content {
  color: #adb5bd;
}

.icon-demo-content i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #74788d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #e9e9ef;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
}

.icon-demo-content .col-lg-4 {
  margin-top: 24px;
}

.icon-demo-content .col-lg-4:hover i {
  background-color: rgb(28 28 91 / 20%);
  ;
  color: #151515;
}

.grid-structure .grid-container {
  background-color: #f8f9fa;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 500;
  padding: 10px 20px;
}

.card-radio {
  background-color: #fff;
  border: 2px solid #e9e9ef;
  border-radius: 0.25rem;
  padding: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card-radio:hover {
  cursor: pointer;
}

.card-radio-label {
  display: block;
}

.card-radio-input {
  display: none;
}

.card-radio-input:checked+.card-radio {
  border-color: #151515 !important;
}

.spin-left:before {
  -webkit-animation: spin-left 2s infinite linear;
  animation: spin-left 2s infinite linear;
}

.spin-right:before {
  -webkit-animation: spin-right 2s infinite linear;
  animation: spin-right 2s infinite linear;
}

@-webkit-keyframes spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@-webkit-keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

body[data-layout-mode="dark"] .grid-structure .grid-container,
body[data-layout-mode="dark"] .grid-example {
  background-color: #373c39;
}

body[data-layout-mode="dark"] .icon-demo-content {
  color: #858d98;
}

body[data-layout-mode="dark"] .icon-demo-content i {
  border-color: #3b403d;
  color: #858d98;
}

body[data-layout-mode="dark"] .glightbox-clean .gslide-description {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .glightbox-clean .gslide-title {
  color: #ced4da;
}

@media print {

  .vertical-menu,
  .right-bar,
  .page-title-box,
  .navbar-header,
  .footer {
    display: none !important;
  }

  .card-body,
  .main-content,
  .right-bar,
  .page-content,
  body {
    padding: 0;
    margin: 0;
  }

  .card {
    border: 0;
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0 !important;
  bottom: 0;
  right: 0 !important;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  padding: 0px !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 6px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #a2adb7;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll {
  height: 100%;
}

/* ==============
  Calendar
===================*/
.fc td,
.fc th {
  border: 1px solid #e9e9ef;
}

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

@media (max-width: 767.98px) {

  .fc .fc-toolbar .fc-left,
  .fc .fc-toolbar .fc-right,
  .fc .fc-toolbar .fc-center {
    float: none;
    display: block;
    text-align: center;
    clear: both;
    margin: 10px 0;
  }

  .fc .fc-toolbar>*>* {
    float: none;
  }

  .fc .fc-toolbar .fc-today-button {
    display: none;
  }
}

.fc .fc-toolbar .btn {
  text-transform: capitalize;
}

.fc .fc-col-header-cell {
  background-color: #e9e9ef;
}

.fc .fc-col-header-cell-cushion {
  display: block;
  padding: 8px 4px;
}

.fc .fc-daygrid-day-number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  margin: 2px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(81, 86, 190, 0.1);
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #151515;
  color: #fff;
}

.fc .fc-list-event:hover td {
  background: transparent;
}

.fc .fc-list-event-dot {
  border-color: #fff;
}

.fc .fc-list-event-title a {
  color: #fff !important;
}

.fc .fc-col-header,
.fc .fc-daygrid-body,
.fc .fc-scrollgrid-sync-table {
  width: 100% !important;
}

.fc-theme-bootstrap a:not([href]) {
  color: #495057;
}

.fc-event {
  color: #fff;
}

.fc th.fc-widget-header {
  background: #f6f6f6;
  color: #495057;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #f6f6f6;
}

.fc-unthemed td.fc-today {
  background: #efeff3;
}

.fc-button {
  background: #fff;
  border-color: #e9e9ef;
  color: #495057;
  text-transform: capitalize;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #151515;
  color: #fff;
  text-shadow: none;
}

.fc-event {
  border-radius: 2px;
  border: none;
  cursor: move;
  font-size: 0.8125rem;
  margin: 5px 7px;
  padding: 5px 5px;
  text-align: center;
}

.fc-event,
.fc-event-dot {
  background-color: #151515;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background-color: #151515;
}

.fc-daygrid-dot-event {
  color: #fff !important;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: 600;
}

.fc-daygrid-event-dot {
  border-color: #fff !important;
  color: #fff !important;
}

.fc-event .fc-content {
  color: #fff;
}

#external-events .external-event {
  text-align: left;
  padding: 8px 16px;
}

.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.bg-dark .fc-content {
  color: #e9e9ef;
}

[dir="rtl"] .fc-header-toolbar {
  direction: ltr !important;
}

[dir="rtl"] .fc-toolbar>*> :not(:first-child) {
  margin-left: 0.75em;
}

@media (max-width: 575.98px) {
  .fc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

body[data-layout-mode="dark"] .fc-col-header-cell {
  background-color: #373c39;
}

body[data-layout-mode="dark"] .fc-theme-bootstrap a:not([href]) {
  color: #858d98;
}

#session-timeout-dialog .close {
  display: none;
}

#session-timeout-dialog .countdown-holder {
  color: #fd625e;
  font-weight: 500;
}

#session-timeout-dialog .btn-default {
  background-color: #fff;
  color: #fd625e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background: #4ba6ef;
}

.noUi-handle {
  background: #fff;
}

.noUi-horizontal {
  height: 8px;
}

.noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  right: -10px;
  top: -7px;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

.noUi-horizontal .noUi-handle:focus {
  outline: 0;
}

.noUi-pips-horizontal {
  height: 50px;
}

.noUi-vertical {
  width: 8px;
}

.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  right: -7px;
  top: -12px;
  border-radius: 50%;
}

.noUi-vertical .noUi-handle::before,
.noUi-vertical .noUi-handle::after {
  display: none;
}

.noUi-vertical .noUi-handle:focus {
  outline: 0;
}

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

.noUi-marker-horizontal.noUi-marker-large {
  height: 6px;
}

.noUi-marker-horizontal.noUi-marker {
  display: none;
}

.noUi-target {
  background-color: #e9e9ef;
  border-color: #e9e9ef;
}

.noUi-touch-area:focus {
  outline: 0;
}

#red,
#green,
#blue {
  margin: 10px;
  display: inline-block;
  height: 200px;
}

#colorpicker {
  height: 240px;
  width: 310px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #e9e9ef;
}

#result {
  margin: 60px 26px;
  height: 100px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e9e9ef;
  -webkit-box-shadow: 0 0 3px;
  box-shadow: 0 0 3px;
  border-radius: 7px;
}

#red .noUi-connect {
  background: #fd625e;
}

#green .noUi-connect {
  background: #2ab57d;
}

#blue .noUi-connect {
  background: #151515;
}

.form-control.keyboard {
  max-width: 340px !important;
}

#input-select,
#input-number {
  padding: 7px;
  margin: 15px 5px 5px;
  width: 70px;
}

.example-val {
  font-size: 12px;
  color: #74788d;
  display: block;
  margin: 15px 0;
}

.example-val:before {
  content: "Value: ";
  font-size: 12px;
  font-weight: 600;
}

.noUi-tooltip {
  display: none;
}

.noUi-active .noUi-tooltip {
  display: block;
}

.c-1-color {
  background: #fd625e;
}

.c-2-color {
  background: #ffbf53;
}

.c-3-color {
  background: #2ab57d;
}

.c-4-color {
  background: #151515;
}

.c-5-color {
  background: #6f42c1;
}

#slider-toggle {
  height: 50px;
}

#slider-toggle.off .noUi-handle {
  border-color: #fd625e;
}

body[data-layout-mode="dark"] .noUi-target {
  background-color: #3b403d;
  border-color: #3b403d;
  -webkit-box-shadow: inset 0 1px 1px #3b403d, 0 3px 6px -5px #3b403d;
  box-shadow: inset 0 1px 1px #3b403d, 0 3px 6px -5px #3b403d;
}

body[data-layout-mode="dark"] .example-val {
  color: #858d98;
}

.swal2-container .swal2-title {
  font-size: 22px;
  font-weight: 500;
}

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

.swal2-icon.swal2-question {
  border-color: #4ba6ef;
  color: #4ba6ef;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2ab57d;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: rgba(42, 181, 125, 0.3);
}

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

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

.swal2-progress-steps .swal2-progress-step {
  background: #151515;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #151515;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step,
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: rgba(81, 86, 190, 0.3);
}

.swal2-progress-steps .swal2-progress-step-line {
  background: #151515;
}

.swal2-loader {
  border-color: #151515 transparent #151515 transparent;
}

body[data-layout-mode="dark"] .swal2-popup {
  background-color: #3b403d !important;
}

body[data-layout-mode="dark"] .swal2-content {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .swal2-html-container {
  color: #858d98;
}

.alertify .ajs-header {
  font-weight: 500;
}

.alertify .ajs-dialog {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
  box-shadow: 0 0.25rem 0.75rem rgba(18, 38, 63, 0.08);
  background-color: #fff;
}

.alertify .ajs-dialog .ajs-header,
.alertify .ajs-dialog .ajs-footer {
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  font-weight: 500;
}

.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #151515;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-body .ajs-content .ajs-input:focus-visible {
  outline: none;
}

.alertify .ajs-commands {
  right: 4px;
  left: auto;
  margin: -14px 0 0 24px;
}

.alertify-notifier .ajs-message {
  background-color: #151515;
  border-color: #151515;
  color: #fff;
  text-shadow: none !important;
}

.alertify-notifier .ajs-message.ajs-success {
  background-color: #2ab57d;
  border-color: #2ab57d;
}

.alertify-notifier .ajs-message.ajs-error {
  background-color: #fd625e;
  border-color: #fd625e;
}

.alertify-notifier .ajs-message.ajs-warning {
  background-color: #ffbf53;
  border-color: #ffbf53;
}

.alertify-notifier.ajs-right {
  right: 10px;
  left: auto;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
  left: auto;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
  left: auto;
}

.alertify-notifier.ajs-left {
  left: 10px;
  right: auto;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
  right: auto;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
  right: auto;
}

body[data-layout-mode="dark"] .alertify .ajs-dialog {
  background-color: #313533;
}

body[data-layout-mode="dark"] .alertify .ajs-header,
body[data-layout-mode="dark"] .alertify .ajs-footer {
  color: #ced4da;
  background-color: #313533;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .alertify .ajs-body {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .alertify .ajs-body .ajs-content .ajs-input {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}

body[data-layout-mode="dark"] .alertify .ajs-footer .ajs-buttons .ajs-button {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  color: #151515;
}

.pristine-error {
  margin-top: 2px;
  color: #fd625e;
}

.has-success .form-control {
  border-color: #2ab57d;
}

.has-danger .form-control {
  border-color: #fd625e;
}

.choices__inner {
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  min-height: 38px;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 0.25rem;
}

.choices[data-type*="select-one"] .choices__button {
  right: 0;
  left: auto;
  margin-right: 25px;
  margin-left: 0;
}

.choices[data-type*="select-one"]:after {
  border-color: #343a40 transparent transparent;
  right: 11.5px;
  left: auto;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #343a40;
}

.choices__input {
  background-color: #fff;
  margin-bottom: 0;
}

.choices__list--multiple {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.choices__list--multiple .choices__item {
  background-color: #151515;
  border-color: #151515;
  margin-bottom: 0;
  margin-right: 7px;
  font-weight: 400;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #151515;
  border: 1px solid #151515;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #e9e9ef;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #74788d;
  border-color: #74788d;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 -4px 0 8px;
  border-right: 0;
}

body[data-layout-mode="dark"] .choices__inner {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}

body[data-layout-mode="dark"] .choices__input {
  background-color: #363a38;
  color: #adb5bd;
}

body[data-layout-mode="dark"] .choices[data-type*="select-one"]:after {
  border-color: #adb5bd transparent transparent;
}

body[data-layout-mode="dark"] .choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #adb5bd;
}

body[data-layout-mode="dark"] .choices[data-type*="select-one"] .choices__input {
  background-color: #363a38;
  border: 1px solid #3b403d;
  color: #adb5bd;
}

body[data-layout-mode="dark"] .choices__list--dropdown {
  background-color: #363a38;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .choices.is-disabled .choices__inner,
body[data-layout-mode="dark"] .choices.is-disabled .choices__input {
  background-color: #363a38;
}

/* CSS Switch */
input[switch] {
  display: none;
}

input[switch]+label {
  font-size: 1em;
  line-height: 1;
  width: 56px;
  height: 24px;
  background-color: #ced4da;
  background-image: none;
  border-radius: 2rem;
  padding: 0.16667rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]+label:before {
  color: #343a40;
  content: attr(data-off-label);
  display: block;
  font-family: inherit;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  right: 1px;
  margin: 3px;
  top: -2px;
  text-align: center;
  min-width: 1.66667rem;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]+label:after {
  content: '';
  position: absolute;
  left: 3px;
  background-color: #e9e9ef;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2rem;
  height: 20px;
  width: 20px;
  top: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[switch]:checked+label {
  background-color: #151515;
}

input[switch]:checked+label {
  background-color: #151515;
}

input[switch]:checked+label:before {
  color: #fff;
  content: attr(data-on-label);
  right: auto;
  left: 3px;
}

input[switch]:checked+label:after {
  left: 33px;
  background-color: #e9e9ef;
}

input[switch="bool"]+label {
  background-color: #fd625e;
}

input[switch="bool"]+label:before,
input[switch="bool"]:checked+label:before,
input[switch="default"]:checked+label:before {
  color: #fff;
}

input[switch="bool"]:checked+label {
  background-color: #2ab57d;
}

input[switch="default"]:checked+label {
  background-color: #a2a2a2;
}

input[switch="primary"]:checked+label {
  background-color: #151515;
}

input[switch="success"]:checked+label {
  background-color: #2ab57d;
}

input[switch="info"]:checked+label {
  background-color: #4ba6ef;
}

input[switch="warning"]:checked+label {
  background-color: #ffbf53;
}

input[switch="danger"]:checked+label {
  background-color: #fd625e;
}

input[switch="dark"]:checked+label {
  background-color: #343a40;
}

input[switch="dark"]:checked+label:before {
  color: #e9e9ef;
}

.square-switch {
  margin-right: 7px;
}

.square-switch input[switch]+label,
.square-switch input[switch]+label:after {
  border-radius: 4px;
}

.pcr-app {
  background: #fff;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-right: .75em;
  margin-left: 0;
}

.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-left: .75em;
  margin-right: 0;
}

body[data-layout-mode="dark"] .pcr-app {
  background-color: #3b403d;
}

.flatpickr-input[readonly] {
  background-color: #fff;
}

.flatpickr-months,
.flatpickr-weekdays {
  background-color: #151515;
}

span.flatpickr-weekday {
  color: #fff;
  font-weight: 500;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: transparent !important;
}

.flatpickr-am-pm:focus,
.flatpickr-am-pm:hover,
.numInput:focus,
.numInput:hover,
.numInputWrapper:focus,
.numInputWrapper:hover {
  background-color: transparent !important;
}

.flatpickr-weekdays {
  height: 36px !important;
  border-bottom: 1px solid #e9e9ef;
}

.flatpickr-day {
  color: #343a40 !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background-color: rgba(233, 233, 239, 0.7) !important;
}

.flatpickr-day.today {
  border-color: #151515 !important;
  background-color: rgba(81, 86, 190, 0.1);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  color: #343a40 !important;
  background-color: rgba(81, 86, 190, 0.15) !important;
}

.flatpickr-day.selected {
  background-color: #151515 !important;
  border-color: #151515 !important;
  color: #fff !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(52, 58, 64, 0.3) !important;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background-color: #e9e9ef;
  border-color: #e9e9ef;
}

.flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 #e9e9ef, 5px 0 0 #e9e9ef;
  box-shadow: -5px 0 0 #e9e9ef, 5px 0 0 #e9e9ef;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-month {
  color: rgba(255, 255, 255, 0.9) !important;
  fill: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-monthDropdown-month {
  color: rgba(0, 0, 0, 0.8);
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

.flatpickr-time input,
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: #343a40 !important;
}

.flatpickr-calendar {
  background-color: #fff !important;
  -webkit-box-shadow: 1px 0 0 #e9e9ef, -1px 0 0 #e9e9ef, 0 1px 0 #e9e9ef, 0 -1px 0 #e9e9ef, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 0 #e9e9ef, -1px 0 0 #e9e9ef, 0 1px 0 #e9e9ef, 0 -1px 0 #e9e9ef, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #e9e9ef !important;
}

.flatpickr-months {
  border-radius: 5px 5px 0px 0px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.9) !important;
}

body[data-layout-mode="dark"] .flatpickr-calendar {
  background-color: #373c39 !important;
  -webkit-box-shadow: 1px 0 0 #3b403d, -1px 0 0 #3b403d, 0 1px 0 #3b403d, 0 -1px 0 #3b403d, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 1px 0 0 #3b403d, -1px 0 0 #3b403d, 0 1px 0 #3b403d, 0 -1px 0 #3b403d, 0 3px 13px rgba(0, 0, 0, 0.08) !important;
}

body[data-layout-mode="dark"] .flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid #3b403d !important;
}

body[data-layout-mode="dark"] .flatpickr-weekdays {
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .flatpickr-day {
  color: #adb5bd !important;
}

body[data-layout-mode="dark"] .flatpickr-day:hover,
body[data-layout-mode="dark"] .flatpickr-day:focus {
  background-color: rgba(59, 64, 61, 0.7) !important;
}

body[data-layout-mode="dark"] .flatpickr-day.today:hover,
body[data-layout-mode="dark"] .flatpickr-day.today:focus {
  color: #adb5bd !important;
}

body[data-layout-mode="dark"] .flatpickr-day.inRange,
body[data-layout-mode="dark"] .flatpickr-day.prevMonthDay.inRange,
body[data-layout-mode="dark"] .flatpickr-day.nextMonthDay.inRange,
body[data-layout-mode="dark"] .flatpickr-day.today.inRange,
body[data-layout-mode="dark"] .flatpickr-day.prevMonthDay.today.inRange,
body[data-layout-mode="dark"] .flatpickr-day.nextMonthDay.today.inRange,
body[data-layout-mode="dark"] .flatpickr-day:hover,
body[data-layout-mode="dark"] .flatpickr-day.prevMonthDay:hover,
body[data-layout-mode="dark"] .flatpickr-day.nextMonthDay:hover,
body[data-layout-mode="dark"] .flatpickr-day:focus,
body[data-layout-mode="dark"] .flatpickr-day.prevMonthDay:focus,
body[data-layout-mode="dark"] .flatpickr-day.nextMonthDay:focus {
  background-color: #3b403d;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .flatpickr-day.selected {
  background-color: #151515 !important;
  border-color: #151515 !important;
  color: #fff !important;
}

body[data-layout-mode="dark"] .flatpickr-day.flatpickr-disabled,
body[data-layout-mode="dark"] .flatpickr-day.flatpickr-disabled:hover,
body[data-layout-mode="dark"] .flatpickr-day.prevMonthDay,
body[data-layout-mode="dark"] .flatpickr-day.nextMonthDay,
body[data-layout-mode="dark"] .flatpickr-day.notAllowed,
body[data-layout-mode="dark"] .flatpickr-day.notAllowed.prevMonthDay,
body[data-layout-mode="dark"] .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(173, 181, 189, 0.3) !important;
}

body[data-layout-mode="dark"] .flatpickr-day.inRange {
  -webkit-box-shadow: -5px 0 0 #3b403d, 5px 0 0 #3b403d;
  box-shadow: -5px 0 0 #3b403d, 5px 0 0 #3b403d;
}

body[data-layout-mode="dark"] .flatpickr-time input,
body[data-layout-mode="dark"] .flatpickr-time .flatpickr-time-separator,
body[data-layout-mode="dark"] .flatpickr-time .flatpickr-am-pm {
  color: #adb5bd !important;
}

body[data-layout-mode="dark"] .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #adb5bd;
}

body[data-layout-mode="dark"] .flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #adb5bd;
}

.ck.ck-toolbar {
  background-color: rgba(233, 233, 239, 0.75) !important;
  border: 1px solid #ced4da !important;
}

.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
  background: transparent !important;
}

.ck.ck-editor__main>.ck-editor__editable {
  border-top: 0 !important;
  background-color: #fff !important;
  border-color: #ced4da !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ck.ck-dropdown__panel,
.ck.ck-list {
  background: #fff !important;
  border: 1px solid #e9e9ef !important;
}

.ck.ck-reset_all,
.ck.ck-reset_all * {
  color: #495057 !important;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne,
.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: 0;
  right: auto !important;
}

.ck.ck-editor__editable_inline[dir="ltr"] {
  text-align: left !important;
}

.ck-editor__editable {
  min-height: 245px !important;
}

.ck.ck-button.ck-on:not(.ck-disabled):hover,
.ck.ck-button.ck-on:not(.ck-disabled):active,
a.ck.ck-button.ck-on:not(.ck-disabled):hover,
a.ck.ck-button.ck-on:not(.ck-disabled):active {
  background: #e9e9ef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.ck.ck-button:focus,
.ck.ck-button:active,
a.ck.ck-button:focus,
a.ck.ck-button:active {
  background: #e9e9ef !important;
  border-color: #e9e9ef !important;
}

.ck.ck-tooltip .ck-tooltip__text {
  background: #343a40 !important;
  color: #e9e9ef !important;
}

.ck.ck-toolbar .ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(233, 233, 239, 0.75) !important;
}

body[data-layout-mode="dark"] .ck.ck-toolbar {
  background-color: #3b403d !important;
  border-color: #3b403d !important;
}

body[data-layout-mode="dark"] .ck.ck-dropdown__panel,
body[data-layout-mode="dark"] .ck.ck-list {
  background-color: #373c39 !important;
  border-color: #373c39 !important;
}

body[data-layout-mode="dark"] .ck.ck-editor__main>.ck-editor__editable {
  background-color: #313533 !important;
  border-color: #3b403d !important;
}

body[data-layout-mode="dark"] .ck.ck-icon :not([fill]) {
  fill: #adb5bd !important;
}

body[data-layout-mode="dark"] .ck.ck-reset_all,
body[data-layout-mode="dark"] .ck.ck-reset_all * {
  color: #858d98 !important;
}

body[data-layout-mode="dark"] .ck .ck-link-form,
body[data-layout-mode="dark"] .ck .ck-input-text,
body[data-layout-mode="dark"] .ck .ck-label {
  background-color: #373c39 !important;
}

body[data-layout-mode="dark"] .ck.ck-toolbar .ck.ck-button.ck-on,
body[data-layout-mode="dark"] a.ck.ck-button.ck-on,
body[data-layout-mode="dark"] .ck.ck-button:not(.ck-disabled):hover,
body[data-layout-mode="dark"] a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(133, 141, 152, 0.2) !important;
}

[dir="rtl"] .ck.ck-toolbar>.ck-toolbar__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Dropzone */
.dropzone {
  min-height: 230px;
  border: 2px dashed #ced4da;
  background: #fff;
  border-radius: 6px;
}

.dropzone .dz-message {
  font-size: 24px;
  width: 100%;
}

body[data-layout-mode="dark"] .dropzone {
  background: #333836;
  border-color: #3b403d;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  border: 1px solid rgb(28 28 91 / 20%);
  ;
  color: #151515;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .step-title {
  margin-left: 6px;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item:last-child .nav-link::after {
  display: none;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .step-icon {
  background-color: #151515;
  color: #fff;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-item .nav-link.done .uil:before {
  content: "\e9c3";
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
  font-size: 14px;
  position: relative;
}

@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link {
    padding: 0.5rem;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
  content: "";
  position: absolute;
  width: 68%;
  height: 2px;
  background-color: #e9e9ef;
  left: 66%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.child-row.border.rounded.p-3.mb-2 {
    background-color: #f9f9f9;
}
@media (max-width: 575.98px) {
  .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
    display: none;
  }
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active {
  color: #495057;
  background-color: transparent;
}

.twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-icon {
  background-color: #cdfb50;
    color: #151515;
    border-color: #151515;
}
.progress-bar.bg-success.progress-bar-striped.progress-bar-animated {
  background-color: #cdfb50 !important;
  animation: none;
  background-image: none;
}
.twitter-bs-wizard .twitter-bs-wizard-pager-link {
  padding-top: 24px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li {
  display: inline-block;
}

.twitter-bs-wizard .twitter-bs-wizard-pager-link li.next {
  float: right;
}

.twitter-bs-wizard-tab-content {
  padding-top: 24px;
  min-height: 262px;
}

body[data-layout-mode="dark"] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link::after {
  background-color: #3b403d;
}

/* 
Datatable
*/
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
  }
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  margin-right: 0;
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td,
table.dataTable.dtr-inline.collapsed>tbody>tr>td {
  position: relative;
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control {
  padding-left: 30px;
}

.table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: '+';
  background-color: #151515;
}

.table.dataTable>thead>tr>th:not(.sorting_disabled),
.table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 30px;
  padding-left: 12px;
}

.table.dataTable>thead .sorting::before,
.table.dataTable>thead .sorting_asc::before,
.table.dataTable>thead .sorting_desc::before,
.table.dataTable>thead .sorting_asc_disabled::before,
.table.dataTable>thead .sorting_desc_disabled::before,
table.dataTable>thead .sorting::before,
table.dataTable>thead .sorting_asc::before,
table.dataTable>thead .sorting_desc::before,
table.dataTable>thead .sorting_asc_disabled::before,
table.dataTable>thead .sorting_desc_disabled::before {
  right: 1em;
  left: auto;
}

.table.dataTable>thead .sorting::after,
.table.dataTable>thead .sorting_asc::after,
.table.dataTable>thead .sorting_desc::after,
.table.dataTable>thead .sorting_asc_disabled::after,
.table.dataTable>thead .sorting_desc_disabled::after,
table.dataTable>thead .sorting::after,
table.dataTable>thead .sorting_asc::after,
table.dataTable>thead .sorting_desc::after,
table.dataTable>thead .sorting_asc_disabled::after,
table.dataTable>thead .sorting_desc_disabled::after {
  right: .5em;
  left: auto;
}

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

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

.table-rep-plugin .btn-group .btn-default {
  background-color: #74788d;
  color: #e9e9ef;
  border: 1px solid #74788d;
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
  background-color: #151515;
  border-color: #151515;
  color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
  box-shadow: 0 0 0 2px rgba(81, 86, 190, 0.5);
}

.table-rep-plugin .btn-group.pull-right {
  float: right;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
  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;
  color: #495057 !important;
}

.table-rep-plugin .checkbox-row:hover {
  background-color: #efeff3 !important;
}

.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: #fff;
  border-radius: 3px;
  border: 1px solid #f6f6f6;
  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: #e9e9ef;
  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: #f8f9fa;
  cursor: not-allowed;
}

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

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

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

.table-rep-plugin .fixed-solution .sticky-table-header table {
  color: #fff;
}

.table-rep-plugin table.focus-on tbody tr.focused th,
.table-rep-plugin table.focus-on tbody tr.focused td,
.table-rep-plugin .sticky-table-header {
  background: #151515;
  border-color: #151515;
  color: #fff;
}

.table-rep-plugin table.focus-on tbody tr.focused th table,
.table-rep-plugin table.focus-on tbody tr.focused td table,
.table-rep-plugin .sticky-table-header table {
  color: #fff;
}

@media (min-width: 992px) {
  body[data-layout="horizontal"] .fixed-solution .sticky-table-header {
    top: 120px !important;
  }
}

.table-edits input,
.table-edits select {
  height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #495057;
  border-radius: 0.25rem;
}

.table-edits input:focus,
.table-edits select:focus {
  outline: none;
  border-color: #b9bfc4;
}

body[data-layout-mode="dark"] .table-edits input,
body[data-layout-mode="dark"] .table-edits select {
  color: #adb5bd;
  background-color: #363a38;
  border: 1px solid #3b403d;
}

body[data-layout-mode="dark"] .table-edits input:focus,
body[data-layout-mode="dark"] .table-edits select:focus {
  border-color: #3b403d;
}

.apex-charts {
  min-height: 10px !important;
}

.apex-charts text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #adb5bd;
}

.apex-charts .apexcharts-canvas {
  margin: 0 auto;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
  font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-legend-series {
  font-weight: 500;
}

.apexcharts-gridline {
  pointer-events: none;
  stroke: #f8f9fa;
}

.apexcharts-legend-text {
  color: #74788d !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-size: 13px !important;
}

.apexcharts-pie-label {
  fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #adb5bd;
}

body[data-layout-mode="dark"] .apexcharts-gridline {
  stroke: #373c39;
}

body[data-layout-mode="dark"] .apexcharts-tooltip.apexcharts-theme-light {
  background-color: #313533;
  border-color: #373c39;
}

body[data-layout-mode="dark"] .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background-color: #3b403d;
  border-color: #414743;
}

body[data-layout-mode="dark"] .apexcharts-legend-text {
  color: #adb5bd !important;
}

body[data-layout-mode="dark"] .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g+line,
body[data-layout-mode="dark"] .apexcharts-grid-row+line {
  stroke: #414743;
}

body[data-layout-mode="dark"] .apexcharts-xaxis line,
body[data-layout-mode="dark"] .apexcharts-treemap-rect,
body[data-layout-mode="dark"] .apexcharts-heatmap-rect,
body[data-layout-mode="dark"] .apexcharts-pie-area {
  stroke: #414743;
}

body[data-layout-mode="dark"] .apexcharts-radialbar-track.apexcharts-track path {
  stroke: #414743;
}

body[data-layout-mode="dark"] .apexcharts-radar-series.apexcharts-plot-series polygon,
body[data-layout-mode="dark"] .apexcharts-radar-series.apexcharts-plot-series line {
  fill: #3b403d;
  stroke: #414743;
}

body[data-layout-mode="dark"] .apexcharts-pie circle {
  stroke: #414743;
}

.e-charts {
  height: 350px;
}

.jqstooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto !important;
  height: auto !important;
  background-color: #343a40 !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 5px 10px !important;
  border-radius: 3px;
  border-color: #212529 !important;
}

.jqsfield {
  color: #e9e9ef !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-family: var(--bs-font-sans-serif) !important;
  font-weight: 500 !important;
}

body[data-layout-mode="dark"] .jqstooltip {
  background-color: #e9e9ef !important;
  border-color: #e9e9ef !important;
}

body[data-layout-mode="dark"] .jqsfield {
  color: #3b403d !important;
}

.gmaps,
.gmaps-panaroma {
  height: 300px !important;
  background: #f8f9fa;
  border-radius: 3px;
}

.gmaps-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #151515;
  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 #151515;
}

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

.jvectormap-label {
  border: none;
  background: #343a40;
  color: #f8f9fa;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  padding: 5px 8px;
}

body[data-layout-mode="dark"] .jvectormap-label {
  background: #e9e9ef;
  color: #313533;
}

.leaflet-map {
  height: 300px;
}

.leaflet-map.leaflet-container {
  z-index: 1;
}

.auth-bg {
  background-image: url("../images/imagine-login.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-bg .bg-overlay {
  opacity: 0.9;
}

@media (min-width: 768px) {
  .auth-bg {
    height: 100%;
  }
}

.auth-full-page-content {
  min-height: 100vh;
}

.auth-logo .logo-txt {
  color: #343a40;
  font-size: 20px;
}

.auth-pass-inputgroup input[type="input"]+.btn .mdi-eye-outline:before {
  content: "\F06D1";
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  -webkit-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 10%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 80px;
  height: 80px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
  width: 90px;
  height: 90px;
}

.bg-bubbles li:nth-child(6) {
  left: 70%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(600deg);
    transform: translateY(-1000px) rotate(600deg);
  }
}

body[data-layout-mode="dark"] .auth-logo .logo-txt {
  color: #fff;
}

/* ==============
  Email
===================*/
.email-leftbar {
  width: 236px;
  float: left;
  padding: 20px;
  border-radius: 5px;
}

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

.chat-user-box p.user-title {
  color: #343a40;
  font-weight: 500;
}

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

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

  .email-rightbar {
    margin: 0;
  }
}

.mail-list a {
  display: block;
  color: #74788d;
  line-height: 24px;
  padding: 8px 5px;
}

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

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

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

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

.message-list li:hover {
  background: #f6f6f6;
  -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: 15px 10px 0 20px;
}

.message-list li .col-mail-1 .star-toggle {
  margin-top: 18px;
  margin-left: 5px;
}

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

.message-list li .col-mail-2 {
  position: absolute;
  top: 0;
  left: 320px;
  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;
}

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

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

.message-list li.unread {
  background-color: #f6f6f6;
  font-weight: 500;
  color: #292d32;
}

.message-list li.unread a {
  color: #292d32;
  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 #ced4da;
  box-shadow: inset 0 0 0 1px #ced4da;
  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: "\F012C";
  font-family: "Material Design Icons";
  top: 0;
  height: 20px;
  color: #292d32;
  width: 20px;
  position: absolute;
  margin-top: -16px;
  left: 4px;
  font-size: 13px;
}

@media (max-width: 575.98px) {
  .message-list li .col-mail-1 {
    width: 200px;
  }
}

.email-editor .ck-editor__editable_inline {
  min-height: 200px !important;
}

body[data-layout-mode="dark"] .mail-list a {
  color: #858d98;
}

body[data-layout-mode="dark"] .mail-list a.active {
  color: #fd625e;
}

body[data-layout-mode="dark"] .chat-user-box p.user-title {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .message-list li a {
  color: #858d98;
}

body[data-layout-mode="dark"] .message-list li:hover {
  background: #373c39;
}

body[data-layout-mode="dark"] .message-list li.unread {
  background: #373c39;
  color: #adb5bd;
}

body[data-layout-mode="dark"] .message-list .checkbox-wrapper-mail {
  -webkit-box-shadow: inset 0 0 0 1px #858d98;
  box-shadow: inset 0 0 0 1px #858d98;
}

body[data-layout-mode="dark"] .message-list .checkbox-wrapper-mail label::before {
  color: #adb5bd;
}

@media (min-width: 992px) {
  .chat-leftsidebar {
    min-width: 260px;
  }
}

@media (min-width: 1200px) {
  .chat-leftsidebar {
    min-width: 380px;
  }
}

.chat-leftsidebar .chat-leftsidebar-nav .nav .nav-link.active {
  background-color: #fff;
  color: #151515;
}

.search-box .form-control {
  padding-left: 40px;
}

.search-box .search-icon {
  font-size: 16px;
  position: absolute;
  left: 13px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-noti-dropdown.active:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fd625e;
  border-radius: 50%;
  right: 0;
}

.chat-noti-dropdown .btn {
  padding: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
}

.chat-message-list {
  height: calc(100vh - 346px);
}

@media (min-width: 992px) {
  .chat-message-list {
    height: calc(100vh - 406px);
  }
}

.chat-list {
  margin: 0;
}

.chat-list li.active a {
  background-color: rgba(81, 86, 190, 0.075);
  border-color: transparent;
}

.chat-list li a {
  display: block;
  padding: 14px 16px;
  color: #74788d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-top: 1px solid #e9e9ef;
  position: relative;
}

.chat-list li a:hover {
  background-color: rgba(81, 86, 190, 0.075);
  border-color: transparent;
}

.chat-list li .user-img {
  position: relative;
}

.chat-list li .user-img .user-status {
  width: 10px;
  height: 10px;
  background-color: #adb5bd;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.chat-list li .user-img.online .user-status {
  background-color: #2ab57d;
}

.chat-list li .user-img.away .user-status {
  background-color: #ffbf53;
}

.chat-list li.unread a {
  font-weight: 600;
  color: #343a40;
}

.chat-list li .unread-message {
  position: absolute;
  display: inline-block;
  right: 16px;
  top: 33px;
}

.contact-list {
  font-size: 12px;
  text-transform: uppercase;
  color: #74788d;
  font-weight: 600;
  margin-bottom: 7px;
}

.user-chat-nav .dropdown .nav-btn {
  height: 36px;
  width: 36px;
  line-height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-size: 18px;
}

.chat-conversation {
  height: calc(100vh - 300px);
}

@media (min-width: 992px) {
  .chat-conversation {
    height: calc(100vh - 360px);
  }
}

.chat-conversation li {
  clear: both;
}

.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  border: none;
}

.chat-conversation .chat-day-title .title {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 6px 24px;
}

.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #e9e9ef;
  top: 10px;
}

.chat-conversation .chat-day-title .badge {
  font-size: 12px;
}

.chat-conversation .conversation-list {
  margin-bottom: 24px;
  position: relative;
}

.chat-conversation .conversation-list .ctext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 12px 20px;
  background-color: #151515;
  border-radius: 0px 8px 8px 8px;
  color: #fff;
  position: relative;
  margin-left: 16px;
}

.chat-conversation .conversation-list .ctext-wrap-content:before {
  content: "";
  position: absolute;
  border: 5px solid transparent;
  border-right-color: #151515;
  border-top-color: #151515;
  left: -10px;
  top: 0;
}

.chat-conversation .conversation-list .conversation-name {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.chat-conversation .conversation-list .conversation-name .time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
  font-weight: 400;
}

.chat-conversation .conversation-list .conversation-name .user-name {
  color: rgba(255, 255, 255, 0.5);
}

.chat-conversation .conversation-list .dropdown .dropdown-toggle {
  font-size: 18px;
  padding: 4px;
  color: #74788d;
}

@media (max-width: 575.98px) {
  .chat-conversation .conversation-list .dropdown .dropdown-toggle {
    display: none;
  }
}

.chat-conversation .conversation-list .message-img {
  border-radius: .2rem;
  position: relative;
}

.chat-conversation .conversation-list .message-img .message-img-list {
  position: relative;
}

.chat-conversation .conversation-list .message-img img {
  max-width: 140px;
}

.chat-conversation .right .conversation-list {
  float: right;
  text-align: right;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background-color: rgba(233, 233, 239, 0.5);
  text-align: right;
  border-radius: 8px 0px 8px 8px;
  margin-left: 0;
  margin-right: 16px;
  color: #343a40;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content:before {
  border: 5px solid transparent;
  border-top-color: rgba(233, 233, 239, 0.5);
  border-left-color: rgba(233, 233, 239, 0.5);
  left: auto;
  right: -10px;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name,
.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
  color: #74788d;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: 8px;
}

.chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.chat-conversation .right .conversation-list .dropdown {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 575.98px) {
  .chat-send {
    min-width: auto;
  }
}

body[data-layout="horizontal"] .chat-message-list {
  height: calc(100vh - 346px);
}

@media (min-width: 992px) {
  body[data-layout="horizontal"] .chat-message-list {
    height: calc(100vh - 476px);
  }
}

body[data-layout="horizontal"] .chat-conversation {
  height: calc(100vh - 300px);
}

@media (min-width: 992px) {
  body[data-layout="horizontal"] .chat-conversation {
    height: calc(100vh - 420px);
  }
}

body[data-layout-mode="dark"] .chat-leftsidebar .chat-leftsidebar-nav .nav .nav-link.active {
  background-color: #313533;
}

body[data-layout-mode="dark"] .chat-list li a {
  color: #858d98;
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .chat-list li .user-img .user-status {
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .chat-list li.unread a {
  color: #adb5bd;
}

body[data-layout-mode="dark"] .chat-conversation .chat-day-title .title {
  background-color: #313533;
}

body[data-layout-mode="dark"] .chat-conversation .chat-day-title::before {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  background-color: rgba(59, 64, 61, 0.5);
  color: #adb5bd;
}

body[data-layout-mode="dark"] .chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content::before {
  border-top-color: rgba(59, 64, 61, 0.5);
  border-left-color: rgba(59, 64, 61, 0.5);
}

body[data-layout-mode="dark"] .chat-conversation .right .conversation-list .ctext-wrap .conversation-name .time,
body[data-layout-mode="dark"] .chat-conversation .right .conversation-list .ctext-wrap .conversation-name .user-name {
  color: #858d98;
}

.slide-bg {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-content {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coming-content .app-search {
  max-width: 340px;
}

.preview-thumbsnav {
  position: absolute;
  bottom: 14px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 120px;
}

.preview-thumbsnav .nav-img {
  cursor: pointer;
  padding: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 575.98px) {
  .preview-thumbsnav .nav-img {
    display: none;
  }
}

.preview-thumbsnav .swiper-slide-thumb-active .nav-img {
  background-color: #fff;
  border: 1px solid #fff;
}

.coming-box {
  width: 25%;
}

.coming-box:last-of-type .count-num::after {
  display: none;
}

.counter-number {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 575.98px) {
  .counter-number {
    font-size: 18px;
  }
}

.counter-number .count-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-bottom: 6px;
  color: rgba(255, 255, 255, 0.5);
}

.count-num {
  background-color: #fff;
  padding: 16px 8px;
  position: relative;
  border-radius: 4px;
}

.count-num::after {
  content: ":";
  font-size: 20px;
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

body[data-layout-mode="dark"] .count-num {
  background-color: #3b403d;
}

body[data-layout-mode="dark"] .preview-thumbsnav .swiper-slide-thumb-active .nav-img {
  background-color: #3b403d;
  border-color: #3b403d;
}

/************** vertical timeline **************/
.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

@media (max-width: 767.98px) {
  .timeline {
    padding: 0;
  }
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #151515;
  border-radius: 100px;
  color: #fff;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #151515;
}

.timeline .timeline-icon {
  margin: 42px 10px 0 10px;
}

.timeline .timeline-left {
  text-align: right;
}

.timeline .timeline-left .timeline-icon {
  text-align: left;
}

.timeline .timeline-right {
  text-align: left;
}

.timeline .timeline-right .timeline-icon {
  text-align: right;
}

.timeline .timeline-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 45px;
  background: #151515;
  border-radius: 15px;
  z-index: 1;
}

@media (min-width: 768px) {
  .timeline .event-content {
    padding-right: 24px;
  }

  .timeline .timeline-text {
    margin-right: 40px;
  }
}

.timeline .timeline-left .timeline-icon::after {
  left: -7px;
}

@media (min-width: 768px) {
  .timeline .timeline-left .event-content {
    padding-right: 0;
    padding-left: 24px;
  }

  .timeline .timeline-left .timeline-text {
    margin-right: 0px;
    margin-left: 40px;
  }

  .timeline .timeline-left .event-img {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.timeline .timeline-right .timeline-icon::after {
  right: -7px;
}

.timeline .timeline-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #e9e9ef;
  border-radius: 6px;
}

.timeline .timeline-box::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 26px;
  background-color: #fff;
  border: 1px solid #e9e9ef;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0px auto;
}

.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border: 1px solid #e9e9ef;
  border-radius: 6px;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline-date {
  right: 20px;
}

@media (max-width: 767.98px) {
  .timeline-date {
    left: -70px;
    right: auto;
  }
}

.timeline-left .timeline-date {
  left: 20px;
}

@media (max-width: 767.98px) {
  .timeline-left .timeline-date {
    left: -70px;
    right: auto;
  }
}

.timeline .timeline-date {
  width: 54px;
  height: 80px;
  display: inline-block;
  padding: 8px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  top: -10px;
  position: absolute;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .timeline .timeline-date {
    top: 0px;
  }
}

.timeline .timeline-right .timeline-box::after {
  border-color: transparent transparent #e9e9ef #e9e9ef;
  left: -8px;
  right: 100%;
}

.timeline .timeline-left .timeline-box::after {
  border-color: #e9e9ef #e9e9ef transparent transparent;
  right: -8px;
}

.timeline .timeline-launch .timeline-box::after {
  top: -8px;
  left: 32px;
  border-color: #e9e9ef transparent transparent #e9e9ef;
}

@media (min-width: 768px) {
  .timeline .timeline-launch .timeline-box::after {
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    top: -2px;
  }
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

@media (max-width: 767px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year {
    text-align: left;
  }

  .timeline .row.timeline-left {
    text-align: left;
  }

  .timeline .row.timeline-left .timeline-icon {
    text-align: left;
  }

  .timeline .row.timeline-right {
    text-align: left;
  }

  .timeline .row.timeline-right .timeline-icon {
    text-align: left;
  }

  .timeline .timeline-launch {
    text-align: left;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-icon::after {
    left: 43px;
  }

  .timeline .row.timeline-right .timeline-icon::after {
    left: 43px;
  }

  .timeline .timeline-box {
    margin-left: 82px;
    margin-right: 0;
  }

  .timeline .row.timeline-right .timeline-icon {
    margin-left: 55px;
  }

  .timeline .row.timeline-left .timeline-icon {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
    margin-bottom: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -8px;
    border-color: transparent transparent #e9e9ef #e9e9ef;
    right: auto;
  }
}

body[data-layout-mode="dark"] .timeline .timeline-box {
  border-color: #3b403d;
}

body[data-layout-mode="dark"] .timeline .timeline-box:after {
  background-color: #313533;
}

body[data-layout-mode="dark"] .timeline .timeline-left .timeline-box:after {
  border-color: #3b403d #3b403d transparent transparent;
}

body[data-layout-mode="dark"] .timeline .timeline-right .timeline-box:after {
  border-color: transparent transparent #3b403d #3b403d;
}

body[data-layout-mode="dark"] .timeline .timeline-launch .timeline-box::after {
  border-color: #3b403d transparent transparent #3b403d;
}

/* Custom Toggle Button Styling - same as before */
    .wrapper {
        display: flex;
        background: #fff;
        border-radius: 10px;
        /* border: 2px solid #f1f1f1; */
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .wrapper input[type="radio"] {
        display: none;
    }

    .wrapper .option {
        background: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        border-radius: 0;
        padding: 5px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
        position: relative;
        color: #666;
        font-weight: 500;
    }

    .wrapper .option:first-child {
        border-right: 1px solid #f1f1f1;
    }

    .wrapper .option .dot {
        height: 18px;
        width: 18px;
        background: #d9d9d9;
        border-radius: 50%;
        position: relative;
        margin-right: 10px;
        transition: all 0.3s ease;
    }

    .wrapper .option .dot::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0);
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background: #1C1C5B;
        transition: all 0.3s ease;
    }

    /* Selected states - Gender */
    .wrapper #gender-male:checked+#gender-female+.option-1,
    .wrapper #gender-male:checked~.option-1,
    .wrapper #born-exromania-no:checked+#born-exromania-yes+.option-1,
    .wrapper #born-exromania-no:checked~.option-1 {
        background: #151515 !important;
        color: #fff !important;
    }

    .wrapper #gender-female:checked~.option-2, 
    .wrapper #born-exromania-yes:checked~.option-2 {
        background: #151515 !important;
        color: #fff !important;
    }

    /* Selected states - Verification */
    .wrapper #verified-no:checked~.option-1 {
        background: #151515 !important;
        color: #fff !important;
    }

    .wrapper #verified-yes:checked~.option-2 {
        background: #151515 !important;
        color: #fff !important;
    }

    /* Selected states - Born in Romania */
    .wrapper #born-romania:checked~.option-1 {
        background: #151515 !important;
        color: #fff !important;
    }

    .wrapper #born-other:checked~.option-2 {
        background: #151515 !important;
        color: #fff !important;
    }

    /* Selected dot styling */
    .wrapper #gender-male:checked~.option-1 .dot,
    .wrapper #gender-female:checked~.option-2 .dot,
    .wrapper #verified-no:checked~.option-1 .dot,
    .wrapper #verified-yes:checked~.option-2 .dot,
    .wrapper #born-romania:checked~.option-1 .dot,
    .wrapper #born-other:checked~.option-2 .dot {
        background: #fff;
    }

    .wrapper #gender-male:checked~.option-1 .dot::before,
    .wrapper #gender-female:checked~.option-2 .dot::before,
    .wrapper #verified-no:checked~.option-1 .dot::before,
    .wrapper #verified-yes:checked~.option-2 .dot::before,
    .wrapper #born-romania:checked~.option-1 .dot::before,
    .wrapper #born-other:checked~.option-2 .dot::before {
        transform: translate(-50%, -50%) scale(1);
        background: #151515;
    }

    /* Hover states - only for unselected options */
    .wrapper .option:hover {
        background: #151515;
        color: #fff;
    }

    .wrapper .option:hover .dot {
        background: #fff;
    }

    .wrapper .option:hover .dot::before {
        transform: translate(-50%, -50%) scale(1);
        background: #151515;
    }

    /* Override hover for selected states - keep them selected color */
    .wrapper #gender-male:checked~.option-1:hover,
    .wrapper #gender-female:checked~.option-2:hover,
    .wrapper #verified-no:checked~.option-1:hover,
    .wrapper #verified-yes:checked~.option-2:hover,
    .wrapper #born-romania:checked~.option-1:hover,
    .wrapper #born-other:checked~.option-2:hover {
        background: #151515 !important;
        color: #fff !important;
    }

    .wrapper #gender-male:checked~.option-1:hover .dot::before,
    .wrapper #gender-female:checked~.option-2:hover .dot::before,
    .wrapper #verified-no:checked~.option-1:hover .dot::before,
    .wrapper #verified-yes:checked~.option-2:hover .dot::before,
    .wrapper #born-romania:checked~.option-1:hover .dot::before,
    .wrapper #born-other:checked~.option-2:hover .dot::before {
        background: #151515;
    }

    /* Dark theme support */
    [data-bs-theme="dark"] .wrapper,
    .dark-theme .wrapper {
        background: #2a2d3a;
        border-color: #404553;
    }

    [data-bs-theme="dark"] .wrapper .option,
    .dark-theme .wrapper .option {
        background: #2a2d3a;
        color: #ced4da;
        border-color: #404553;
    }

    [data-bs-theme="dark"] .wrapper .option:first-child,
    .dark-theme .wrapper .option:first-child {
        border-right-color: #404553;
    }

    [data-bs-theme="dark"] .wrapper .option:hover,
    .dark-theme .wrapper .option:hover {
        background: #3848B4;
        color: #fff;
    }

    /* Dark theme selected states */
    [data-bs-theme="dark"] .wrapper #gender-male:checked~.option-1,
    [data-bs-theme="dark"] .wrapper #gender-female:checked~.option-2,
    [data-bs-theme="dark"] .wrapper #verified-no:checked~.option-1,
    [data-bs-theme="dark"] .wrapper #verified-yes:checked~.option-2,
    [data-bs-theme="dark"] .wrapper #born-romania:checked~.option-1,
    [data-bs-theme="dark"] .wrapper #born-other:checked~.option-2,
    .dark-theme .wrapper #gender-male:checked~.option-1,
    .dark-theme .wrapper #gender-female:checked~.option-2,
    .dark-theme .wrapper #verified-no:checked~.option-1,
    .dark-theme .wrapper #verified-yes:checked~.option-2,
    .dark-theme .wrapper #born-romania:checked~.option-1,
    .dark-theme .wrapper #born-other:checked~.option-2 {
        background: #151515 !important;
        color: #fff !important;
    }


/*********************
    Maintenance
**********************/
.maintenance-cog-icon .cog-icon {
  position: relative;
  bottom: 24px;
  right: 14px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 9;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #151515;
  background: #fff;
}

.pricing-tab-box .nav-link {
  padding: 16px 20px;
  border: 1px solid #e9e9ef;
}

.pricing-tab-box .nav-link.active {
  border: 1px solid #151515;
  background: transparent;
  padding: 16px 20px;
}

.pricing-tab-box .nav-link.active i {
  color: #151515;
}

.pricing-tab-box .nav-link.active h1 {
  color: #151515;
}

body[data-layout-mode=dark] .pricing-tab-box .nav-link {
  border-color: #3b403d;
}

body[data-layout-mode=dark] .pricing-tab-box .nav-link.active {
  border-color: #151515;
}






/*  UPDATE   */

a.badge {
  padding: 3px 5px;
  margin-right: 5px;
}

.table-head-list {
  max-width: 150px;
  word-wrap: break-word;
  white-space: break-spaces !important;

}

.table-head-list:last-child {
  max-width: 80px;
  word-wrap: break-word;
  white-space: break-spaces !important;

}

p.initiale-icon {
  display: inline-block;
  background-color: #151515;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 0;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-mov {
  background-color: #151515;
  font-weight: 500;
}

p.login-msg-security {
  font-size: 13px;
  color: #472f41;
  font-weight: 500;
}

p.mb-0.copyright-footer {
  font-size: 15px;
  font-weight: 600;
  color: #472f41;
}

p.mb-0.copyright-footer span {
  font-weight: 200;
}

img.logo-footer {
  width: 120px;
  margin-bottom: 0px;
}

.add_member .card {
  max-width: 900px;
  margin: auto;
  margin-bottom: 2rem;
  border-radius: 20px;
  overflow: hidden;
}

.logo-footer p {
  font-family: 'foco';
  font-size: 30px;
  font-weight: 900;
  color: #dba668;
}

.logo-footer p span {
  color: #472f41;
}

.auth-bg .bg-overlay {
  opacity: 0.5;
  background-color: #000000 !important;
}

p.birth-place-txt {
  margin-bottom: 10px;
  background-color: #ffffff !important;
  position: relative;
}

p.birth-place-txt:before {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ced4da;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: '';
  margin: auto;
}

span.top-line-head {
  background-color: #ffffff;
  z-index: 999;
  margin-left: 20px;
  position: inherit;
  padding: 10px;
  color: #ced4da;
}

.space-top-bp {
  margin-top: 31px;
}

.card-header.light-background-top {
  background-color: #E9EBEF;
}

.card-header.light-background-top .card-title {
  font-size: 20px;
}

.choices__list--dropdown .choices__item--selectable:after {
  content: '';
  font-size: 12px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px;
}

.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container--open {

  width: auto;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
  padding: 0.25rem 2.5rem 0.25rem 0.5rem;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  min-height: 38px;
  margin-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  content: '';
  height: 0 !important;
  width: 0 !important;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute !important;
  right: 11.5px !important;
  top: 50% !important;
  margin-top: -2.5px;
  pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--open .select2-dropdown--below {
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  top: 100%;
  margin-top: 0px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .select2-selection--single {
  border-color: #b7b7b7;
  border-radius: 2.5px 2.5px 0 0;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus .select2-selection__arrow {
  transform: rotate(180deg);
  margin-top: -6px;
}

.select2-search--dropdown {
  display: block;
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.select2-container--default .select2-search--dropdown input:focus-visible,
.select2-container--default .select2-search--dropdown input:focus,
.select2-container--default .select2-search--dropdown input:active,
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus:focus-visible {

  outline: none !important;
  outline-width: 0;
  box-shadow: none;
}

.auth-content.my-auto h5 {
  font-weight: 900;
  font-size: 32px;
}

.row.justify-content-center.align-items-center {
  width: 100%;
}

.carousel-item h4.mt-4.fw-medium.lh-base.text-white {
  height: 100px;
}



.member-list th:first-child:after,
.member-list th:first-child:before,
.action-th:after,
.action-th:before {
  display: none !important;
}

.logo-footer.header {
  display: inline-block;
}

.logo-footer.header p {
  margin-bottom: 0;
  font-size: 22px;
  margin-left: 5px;
  line-height: inherit;
}

.header-profile-user {
  padding: 2px;
}

.navbar-brand-box img {
  vertical-align: sub;
}

body[data-sidebar-size="sm"] .logo span.logo-sm {
  display: block;
  line-height: 75px;
}

body[data-sidebar-size="sm"] .navbar-brand-box {
  width: 70px !important;
  height: 50px;
    padding: 5px;
}

th.sorting_1 {
  width: 20px !important;
  max-width: 5px;
  padding-right: 0;
}

th.th-first-ml {
  max-width: 20px;
}

td.td-action-menu {
  width: 20px !important;
  padding: 0;
  max-width: 20px;
}

.th-nume-prenume {
  width: 200px !important;
  min-width: 250px;
}

.mlt-nume {
  display: inline-block;
  margin-bottom: 3px;
}

.mlt-nume p {
  margin-bottom: 0;
}

.mlt-box {
  display: flex;
  align-items: center;
}

.mlt-nume a.text-body {
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
}

.mlt-nume a.text-body:hover {
  color: #3848B4 !important;
  transition: 0.3s;
}

td.td-member-list.mlt-box {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

a.mail-mlt {
  line-height: 10px;
  font-size: 12px;
  color: #8a8a8a;
  display: block;
  margin-top: 3px;
}

td.td-member-list.mlt-strada {
  max-width: 200px;
  white-space: break-spaces !important;
  word-break: inherit;
  width: 200px;
  line-height: 20px;
}

.table.dataTable>thead>tr>th:not(.sorting_disabled),
.table.dataTable>thead>tr>td:not(.sorting_disabled),
table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
  padding-right: 12px;
  padding-left: 12px;
}

td.td-member-list.mlt-stare {
  max-width: 150px;
}

td.td-member-list.mlt-stare .gap-2 {
  max-width: 150px;
}

td.td-member-list.mlt-stare .gap-2 {
  max-width: 150px;
  display: inline-block !important;
  white-space: initial;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.pace .pace-activity {
  background-color: #151515;
  background: #151515;
}

.page-item.active .page-link {
  background-color: #151515;
  background: #151515;
}

body[data-layout-mode="dark"] p.birth-place-txt {
  background-color: #313533 !important;
}

body[data-layout-mode="dark"] span.top-line-head {
  background-color: #313533 !important;
  color: #757575;
}

body[data-layout-mode="dark"] p.birth-place-txt:before {
  background-color: #757575 !important;
}

body[data-layout-mode="dark"] .twitter-bs-wizard .twitter-bs-wizard-nav .nav-link.active .step-icon {
  background-color: rgb(255 255 255 / 85%);
  color: #151515;
  border-color: rgb(255 255 255 / 85%);
}

body[data-layout-mode="dark"] .twitter-bs-wizard .twitter-bs-wizard-nav .step-icon {
  border: 1px solid rgb(255 255 255 / 20%);
  background-color: #ffffff36;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E0B785;
  color: white;
}

.profil-name {
  font-size: 35px;
  line-height: 25px;
  margin-top: 10px;
}

p.profil-prenume {
  font-size: 20px;
  margin-bottom: 5px;
}

.profil-contact-info {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.profil-contact-info i {
  margin-right: 5px;
}

.d-flex.flex-wrap.align-items-start.gap-2.text-muted.font-size-13 {
  flex-direction: column;
}

.profil-membru .card-header {
  background-color: #E9EBEF;
  font-size: 18px;
}

.profil-membru .card-title {
  font-size: 20px;
}

p.customize-pick-title {
  font-family: 'foco';
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  color: #94999e;
}

p.customize-pick-title:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ced4da;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.customize-label .mt-2 p {
  margin-bottom: 5px;
  margin-top: 10px;
}

.customize-label.row input {
  outline: none !important;
  border: none;
  width: 100%;
  box-shadow: none;
  border-radius: 7px !important;
  height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  border-radius: 15px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;
  padding: 1px 5px;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 4px;
  cursor: text;
  padding-right: 5px;
  position: relative;
  display: block;
  width: 100%;
  padding: 4px 7px 7px 2px;
  font-size: .875rem;
  font-weight: 400;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  margin-top: 1px;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 20px;
  vertical-align: bottom;
  font-family: var(--bs-font-sans-serif);
  overflow: hidden;
  word-break: keep-all;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable:focus-visible {
  outline: none;
  border-color: #b7b7b7;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #b7b7b7 1px;
  outline: 0;
}

.form-check {
  position: relative;
  text-align: left;
  width: 24px;
}

th.th-first-ml.sorting {
  max-width: 25px !important;
  width: 25 px !important;
}

.botezatori-container th.th-first-ml {
  max-width: 0px !important;
}

.d-flex.gap-2.grid-label {
  justify-content: center;
  font-size: 17px;
  margin-top: 20px;
}

.members-grid-list p.initiale-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.members-grid-list .card {
  margin-bottom: 20px;
  height: 100%;
}

.members-grid-list .col-xl-3.col-sm-6 {
  margin-bottom: 20px;
}

h5.mgl-name {
  font-size: 24px;
}

.profil-membru .mgl-age-box {
  margin-bottom: 16px;
}

.init-box {
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e9e9ef;
  border-radius: 50%;
}

.members-grid-list p.initiale-icon {
  margin-right: 0;
}

.mx-auto.mb-4.init-container {
  display: flex;
  justify-content: center;
}

.top-dashboard span.text-muted.mb-3.lh-1.d-block {
  font-size: 18px;
}

.top-dashboard .card-body {
  background-color: #eaebef;
}

.top-dashboard span.counter-value {
  font-size: 40px;
  color: #000;
}

.top-dashboard span.badge {
  font-size: 15px;
}

#progress-company-document input::-webkit-outer-spin-button,
#progress-company-document input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#progress-company-document input[type=number] {
  -moz-appearance: textfield;
}

.second-row-dashboard span.counter-value {
  font-size: 25px;
}

.row.align-items-center.clock-dashboard-container {
  height: 100%;
}

h4.dashboard-clock {
  text-align: center;
}

h4.dashboard-clock span#clock-dashboard {
  font-size: 70px;
}

td.td-fir {
  font-size: 18px;
  font-weight: 500;
}


.wrapper .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-right: 0px;
  cursor: pointer;
  padding: 0 10px;
  transition: all 0.3s ease;
}

.wrapper .option .dot {
  height: 15px;
  width: 15px;
  background: #ced4da;
  border-radius: 50%;
  position: relative;
}

.wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #151515;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

input[type="radio"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
  border-color: #151515;
  background: #151515;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
  background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.wrapper .option span {
  line-height: 30px;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
  color: #fff;
}

textarea.select2-search__field::placeholder {
  color: #444;
  line-height: 17px;
}

.thl-list-last {
  white-space: break-spaces;
  width: 150px;
}

.mlt-strada {
  white-space: break-spaces !important;
  width: 300px !important;
  max-width: 300px;
}

.ml7-loc-nastere {
  white-space: inherit !important;
  width: 140px;
  max-width: 140px;
}

.th-nume-prenume {
  width: 350px !important;
  max-width: 350px;
  white-space: inherit !important;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: inherit;
}

.mlt-width {
  max-width: 110px;
  width: 110px;
}
.card {
  border-radius: 20px;
  overflow: hidden;
}
.time_info-table {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}
.time_info-table small {
    font-size: 12px;
}
.card-body.top-section {
  background-image: url(/assets/images/background-user.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: calc(.25rem - 1px);
}

.card-body.top-section>.row {
  margin: 0;
  justify-content: space-between;
}

.top-section .nav-tabs-custom.card-header-tabs {
  background-color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}

.top-section .profile-box {
  background-color: #ffff;
  margin-left: 50px;
  position: relative;
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
  padding: 15px;
}

.top-section .flex-shrink-0 {
  width: 70px;
  align-self: stretch;
}

.top-section .avatar-xl.me-3 {
  position: absolute;
  left: -20px;
  height: 6rem;
  width: 6rem;
}

.top-section .d-flex.flex-wrap.align-items-start.gap-2.text-muted.font-size-13 {
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}

body[data-layout-mode="dark"] .top-section .profile-box {
  background-color: #313533;
}

body[data-layout-mode="dark"] .top-section a {
  color: #fff;
}

body[data-layout-mode="dark"] .top-section .nav-tabs-custom.card-header-tabs {
  background-color: #2c302e;
}

.tab-pane .card-body .row {
  margin-bottom: 10px;
}

.tab-pane .card-body .row .col-xl {
  border-bottom: 1px solid #e4e4e4;
  margin-right: 20px;
}

p.profil-subtitle {
  font-size: 17px;
  font-weight: 600;

}

.tab-pane .card-body .row {
  margin-top: 20px;
  margin-bottom: 15px;
}

.tab-pane .card-body .row .text-muted p {
  margin-bottom: 15px !important;
  line-height: 18px;
}

.profil-contact-info i {
  font-size: 23px;
}

.ap_name-box {
  display: flex;
  align-items: center;
}

.mlt-box.ap_name-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.td-member-list .ap_name-box {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

p.ap-par-title {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #aaa9b7;
}

p.ap_par-name a {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #495057 !important;
}

p.ap_par-name {
  margin-bottom: 2px;
  line-height: 20px;
}

.ap_par-list {
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  min-height: 48px;
}

.ap_par-img {
  margin-right: 12px;
  min-width: 32px;
  display: flex;
  align-items: flex-start;
}

.ap_par-info {
  padding-left: 12px;
  border-left: 3px solid #e9ecef;
  flex: 1;
}

td.td-member-list.ap_par-box {
  padding-left: 0;
}

td.td-member-list.ap_par-box {
  min-width: 300px;
}

.fam_par-name a {
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  color: #495057 !important;
}

.fam_par-name {
  display: flex;
  margin-bottom: 5px;
}

.fam_par-name p {
  font-size: 18px;
  margin: 0 5px;
}

.mlt-nume a:hover {
  color: #3848B4 !important;
  transition: 0.3s;
}

.fam_apar-box {

  background-color: #f9f9f9;
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
  flex-grow: 0;
  width: 25%;
}


.fam_apar-box .mlt-nume a.text-body {
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s;
}

.fam_apar-box .mgl-age-box.mail-mlt {
  font-size: 13px;
}

.fam_apar-list {
  display: flex;
  flex-wrap: wrap;
}

.tab_family .form-check {
  padding-left: 1em;
}

div#DataTables_Table_0_info {
  float: none !important;
}

.datatable-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter-table-container {
  background-color: #c9cdd8;
  padding: 10px;
  border-radius: 7px;
}

.ftr_title-box {
  position: relative;
  padding: 10px 0;
  padding-top: 0;
}

.ftr_title-box p {
  margin: 0;
  padding-left: 30px;
}

.ftr_title-box:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  background-color: #aaaeba;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}

.ftr_title-box p {
  margin: 0;
  margin-left: 30px;
  padding: 5px;
  width: fit-content;
  background-color: #c9cdd8;
  z-index: 9999;
  position: relative;
  color: #4d515c;
  font-weight: 700;
  font-family: 'foco';
  font-size: 16px;
}

.filter-table-container .ftr_sec {
  padding-left: 20px;
  padding-right: 25px;
}

.col-lg-5.ftr_las-sec {
  padding-right: 15px;
}

p.pl-ftr.col-lg-2 {
  padding: 0;
  max-width: fit-content;
  margin: 0;
  display: flex;
  align-items: center;
}

.ftr_min-mt {
  margin-top: -29px;
}

#extra {
  display: none;
}

div#fs button {
  background-color: #e9e9ef;
  border: none;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: 600;
  color: #4d515c;
}

.col-lg-4.ftr_las-sec {
  padding-right: 20px;
}

.row.apar-min-width .col-lg-3 {
  min-width: 185px;
}

button.btn-classic {
  border: none;
  background: none;
  text-decoration: underline;
}

.legend_block {
  background-color: #EDEDFA;
  padding: 20px 30px;
  border-radius: 7px;
  max-width: 900px;
  margin: auto;
}

.legend_title p {
  font-weight: 700;
  font-size: 15px;
}

.legend_title {
  border-bottom: 1px solid #D7D7F2;
  margin-bottom: 17px;
}

p.temp_btn-p {
  display: none;
}

button.temp_btn {
  background-color: #EDEDFA;
  border: none;
  display: block;
  margin: 8px 0px;

  color: #151515;
}

button.temp_btn i {
  margin-right: 7px;
}

.note-btn-group.btn-group.open .dropdown-menu {
  display: block;
}

.select2-container .select2-selection.is-invalid {
  border-color: #fd625e !important;
  /* box-shadow: 0 0 0 0.2rem rgba(253, 98, 94, 0.25); */
}

/* The main container that uses flexbox to place items side-by-side */
.flex-form-container {
  display: flex;
  align-items: flex-start;
  /* Aligns items to the top */
  gap: 50px;
  /* Creates the 5px gap between the two main blocks */
  padding-block: 20px;
  font-family: sans-serif;
}



/* --- Custom Radio Button Styles (from your original concept) --- */
.radio-wrapper {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  /* padding: 5px; */
  /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
}

.radio-wrapper .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}

.radio-wrapper .option .dot {
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}

.radio-wrapper .option .dot::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #151515;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}

input[type="radio"] {
  display: none;
  /* Hide the default radio button */
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2 {
  border-color: #151515;
  background: #151515;
}

#option-1:checked:checked~.option-1 .dot,
#option-2:checked:checked~.option-2 .dot {
  background: #fff;
}

#option-1:checked:checked~.option-1 .dot::before,
#option-2:checked:checked~.option-2 .dot::before {
  opacity: 1;
  transform: scale(1);
}

.radio-wrapper .option span {
  font-size: 16px;
  color: #808080;
  margin-left: 10px;
}

#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span {
  color: #fff;
}


/* --- Custom Toggle Switch with YES/NO --- */
.form-switch .form-check-input {
  width: 80px;
  /* Make it wider to fit text */
  height: 35px;
  cursor: pointer;
  background-color: #dc3545;
  /* Red for "NO" */
  background-image: none;
  /* Remove default Bootstrap icon */
  border-color: #dc3545;
  position: relative;
}

/* The white circle handle */
.form-switch .form-check-input::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 29px;
  /* Adjust size */
  height: 29px;
  border-radius: 50%;
  background-color: white;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* The "YES/NO" text */
.form-switch .form-check-input::before {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  content: 'NU';
}

/* --- Styles for the CHECKED state --- */
.form-switch .form-check-input:checked {
  background-color: #28a745;
  /* Green for "YES" */
  border-color: #28a745;
}

/* Move the handle to the right when checked */
.form-switch .form-check-input:checked::after {
  transform: translateX(45px);
}

/* Change text to "YES" and move it to the left when checked */
.form-switch .form-check-input:checked::before {
  content: 'DA';
  right: auto;
  left: 10px;
}

.verify-btn:hover {
  transform: scale(1.15);
  transition: transform 0.15s;
}

.verify-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.status-badge {
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.status-badge:last-child {
    margin-right: 0;
}
.auth-page {
    background-image: url(/assets/images/4077186_17580.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth-content .text-muted {
    font-size: 14px;
}
.auth-content.mb-auto,
.register-form form.custom-form,
.login-client form.custom-form {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
    max-width: 450px;
    margin: auto;
}
.logo-footer {
    display: flex;
    justify-content: center;
}
.logo-footer a {
    display: inline-block;
    line-height: 1;
    margin-top: 3px;
}
.logo-footer a img {
    display: flex;
    width: 100%;
    max-width: 100px;
    margin: 0;
    margin-left: 10px;
    align-items: center;
    line-height: 1;
}
.auth-content h5 {
    font-size: 29px;
    font-weight: 700;
}
.alert.alert-secondary.py-2.px-3.mb-3 {
    background-color: #151515;
    border: 1px solid #151515;
}
code {
    font-size: 87.5%;
    color: #cdfb50;
    word-wrap: break-word;
}
.alert.alert-info {
    background-color: #cadee5;
    border-color: #cadee5;
    color: #2f4c56;
    padding: 10px;
    line-height: 1.3;
    font-size: 14px;
}
.register-form form.custom-form {
    padding: 30px;
    background-color: #fff;
    border-radius: 30px;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #ffffff;
    border: 1px solid #e9e9ef;
    margin: 10px;
    border-radius: 10px;
}
.logo {
    color: inherit !important;
    line-height: normal;
}
.navbar-brand-box {
    padding: 0 1.5rem;
    width: 250px;
    background: transparent;
    border-right: 1px solid #e9e9ef;
    -webkit-box-shadow: 0px 2px 2px #fbfaff;
    box-shadow: none;
}

.vertical-menu {
    width: 250px;
    z-index: 1001;
    background: #f9f9f9;
    margin-top: 0;
    position: fixed;
    top: 70px;
    border: 1px solid #e9e9ef;
    border-radius: 20px;
    left: 10px;
    bottom: 10px;
}
a.logo.logo-dark {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: -webkit-fill-available;
}
.footer {
  border-top: none;
}
ol.breadcrumb {
    font-size: 14px;
    padding: 0;
}
#sidebar-menu li a {
    margin: 2px 10px;
    border-radius: 10px;
    padding: 10px !important;
    color: #151515 !important;
}
#sidebar-menu li.mm-active a.active {
    background-color: #a9bdc7;
}
#sidebar-menu li.mm-active a.active svg{
    stroke: #151515;
}
#sidebar-menu li a:hover {
  background-color: #dae2e6 ;
}
#sidebar-menu ul li a svg {
    stroke: #151515;
}

.pace .pace-progress {
  background: #CDFB50 !important;
  z-index: 9999999999 !important;
}
.pace .pace-activity {
    background-color: #ffffff !important;
    width: 100% !important;
    height: 100% !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
}
.pace-done .pace-activity {
  display:  none !important;
}
.pace-running .pace-activity {
    display:  block; !important;
}


.pace.pace-active .pace-activity,
.pace .pace-activity {
  transform: none !important;
}

.pace .pace-activity::after {
    background-image: url(https://memb.ro/assets/images/favicon.png);
    background-size: contain;    
    border: none !important;
    bottom: 50% !important;
    left: 50% !important;
    width: 100px !important;
    height: 100px !important;
    -webkit-animation: pace-spinner 2s 
linear infinite !important;
    animation: pace-spinner 2s 
linear infinite !important;
    background-repeat: no-repeat;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {  
    background-color: #e96c2c;
    border-color: #e96c2c;
}
.wrapper {
    box-shadow: none;
    border: 1px solid #151515;
    padding: 0 !important;
    width: fit-content;
}
.wrapper .option {
    padding: 2px 10px !important;
    width: fit-content !important;
}
.wrapper .option .dot {
    display: none;
}
div.dataTables_wrapper.dt-bootstrap4>.row {
    padding: 0 15px;
}
.btn {
    font-size: 14px;
}
.table_search input {
    font-size: 14px!important;
    padding: 7px 15px!important;
}
table.dataTable {

    margin-top: 0px !important;
}
h2.card-title {
    font-size: 22px;
    font-weight: 700;
}

table.dataTable>thead .sorting:before, table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:before, table.dataTable>thead .sorting_desc_disabled:after {
     font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif;
}
.initiale-icon {
    display: inline-block;
    background-color: #151515 !important;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 0;
    color: #cdfb50 !important;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
button.btn.btn-sm.btn-link.p-0.verify-btn {
    width: auto;
    height: auto;
    margin-left: 5px;
}
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color: #151515;
    border-color: #151515;
}
.badge.bg-primary {
      background-color: #1C1C5B !important;
    }

    .badge.bg-primary,
    .badge.bg-secondary,
    .badge.bg-danger {
      font-size: 0.85rem;
      padding: 0.5em 0.75em;
    }

    /* SweetAlert custom styles */
    .swal2-confirm-custom {
      background-color: #ff3737 !important;
      color: #fff !important;
      border: none !important;
    }

    .swal2-confirm-custom-success {
      background-color: #28a745 !important;
      color: #fff !important;
      border: none !important;
    }

    /* No entries container styles */
    .no-entries-container {
      background: #f8f9fa;
      border: 2px dashed #dee2e6;
      border-radius: 8px;
      padding: 6rem 2rem;
      text-align: center;
    }

    .no-entries-icon {
      font-size: 4rem;
      color: #6c757d;
      margin-bottom: 1rem;
    }

    .no-entries-title {
      color: #495057;
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    .no-entries-text {
      color: #6c757d;
      margin-bottom: 1.5rem;
    }

    /* Custom font sizes for member details */
    .font-size-11 {
      font-size: 0.6875rem !important;
    }

    .font-size-12 {
      font-size: 0.75rem !important;
    }

    .font-size-13 {
      font-size: 0.8125rem !important;
    }

    .font-size-14 {
      font-size: 0.875rem !important;
    }

    /* Dark theme adjustments */
    [data-bs-theme="dark"] .no-entries-container,
    .dark-theme .no-entries-container {
      background: #2a2d3a;
      border-color: #404553;
    }

    [data-bs-theme="dark"] .no-entries-title,
    .dark-theme .no-entries-title {
      color: #ced4da;
    }

    [data-bs-theme="dark"] .no-entries-text,
    .dark-theme .no-entries-text {
      color: #adb5bd;
    }

    [data-bs-theme="dark"] .no-entries-icon,
    .dark-theme .no-entries-icon {
      color: #adb5bd;
    }

    /* Verify button styles */
    .verify-btn {
      transition: all 0.2s ease-in-out;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .verify-btn:hover {
      transform: scale(1.1);
    }

    .verify-btn:focus {
      box-shadow: none;
    }

    .verify-btn i {
      transition: all 0.2s ease-in-out;
    }

    .bx-spin {
      animation: spin 1s linear infinite;
    }

    @keyframes spin {
      0% {
        transform: rotate(0deg);
      }

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

    /* Dark theme adjustments for verify button */
    [data-bs-theme="dark"] .verify-btn:hover,
    .dark-theme .verify-btn:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }
.page_title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
p.card_info-content {
    color: #333;
}
.bg-woman {
  background-color: #DD1717;
}
.bg-man {
  background-color: #000249;
}
.parent-label {
    line-height: 1;
    font-size: 12px;
}
.family-info-container .family-details {
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.parent-link {
    line-height: 1.2;
    display: block;
    font-family: 'Funnel Display';
    color: #333;
}




/*css family list dragos*/
  /* Shared custom styles from the reference page */
        .swal2-confirm-custom {
            background-color: #dc3545 !important;
            color: #fff !important;
            border: none !important;
        }

        .swal2-confirm-custom-success {
            background-color: #28a745 !important;
            color: #fff !important;
            border: none !important;
        }

        .no-entries-container {
            background: #f8f9fa;
            border: 2px dashed #dee2e6;
            border-radius: 8px;
            padding: 6rem 2rem;
            text-align: center;
        }

        .no-entries-icon {
            font-size: 4rem;
            color: #6c757d;
            margin-bottom: 1rem;
        }

        .no-entries-title {
            color: #495057;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .no-entries-text {
            color: #6c757d;
            margin-bottom: 1.5rem;
        }

        [data-bs-theme="dark"] .no-entries-container {
            background: #2a2d3a;
            border-color: #404553;
        }

        [data-bs-theme="dark"] .no-entries-title {
            color: #ced4da;
        }

        [data-bs-theme="dark"] .no-entries-text {
            color: #adb5bd;
        }

        [data-bs-theme="dark"] .no-entries-icon {
            color: #adb5bd;
        }

tr.children-row .bg-light {
    padding: 5px !important;
    border: none;
    border-radius: 0 0 10px 10px;
}
.box_child {
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}
.box_child .fw-semibold.mb-1 {
    line-height: 1;
    font-family: 'Funnel Display';
}


.form-section {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 0.375rem;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .form-section h6 {
            color: #495057;
            font-weight: 600;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 2px solid #dee2e6;
        }

        .required {
            color: #dc3545;
        }

        .member-preview {
            background: #e3f2fd;
            border: 1px solid #90caf9;
            border-radius: 0.25rem;
            padding: 0.75rem;
            margin-top: 0.5rem;
            font-size: 0.875rem;
        }

        .template-preview {
            background: #f3e5f5;
            border: 1px solid #ce93d8;
            border-radius: 0.25rem;
            padding: 0.75rem;
            margin-top: 0.5rem;
            max-height: 200px;
            overflow-y: auto;
        }

        
        .notes-editor {
            background: white;
            border: 1px solid #ced4da;
            border-radius: 0.375rem;
            min-height: 150px;
        }

        .document-type-info {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            border-radius: 0.25rem;
            padding: 0.75rem;
            margin-top: 0.5rem;
            font-size: 0.875rem;
        }

        .form-floating > label {
            opacity: 0.65;
        }

        .form-floating > .form-control:focus ~ label,
        .form-floating > .form-control:not(:placeholder-shown) ~ label {
            opacity: 1;
        }

/* Corecții pentru containerul principal Select2 */
.select2-container--bootstrap-5 .select2-selection {
    min-height: 45px; /* O înălțime mai generoasă pentru un look modern */
    display: flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

/* Alinierea textului (placeholder) */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 12px;
    color: #495057;
}

/* Stil pentru butonul de ștergere (X) - pentru a nu mai sta deasupra textului */
.select2-container--bootstrap-5 .select2-selection--clearable .select2-selection__clear {
    cursor: pointer;
    float: none;
    position: absolute;
    right: 35px; /* Îl mutăm lângă săgeată */
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0;
    background: transparent;
    font-size: 1.2rem;
    color: #dc3545; /* Roșu discret pentru ștergere */
}

/* Stil pentru săgeata de dropdown */
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 0;
    right: 10px;
}

/* Efect de Focus (albastru de Bootstrap) */
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: #000000;
}

/* Ajustare spațiu pentru label */
.form-label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #344767;
}

/* Stil pentru steluța de câmp obligatoriu */
.required {
    color: #d93025;
    margin-left: 2px;
}
.btn-group.btn-group-custom button {
    padding: 7px 15px;
}

/*LISTA BOTEZATORI*/
/* SweetAlert custom styles */
        .swal2-confirm-custom {
            background-color: #ff3737 !important;
            color: #fff !important;
            border: none !important;
        }

        .swal2-confirm-custom-success {
            background-color: #28a745 !important;
            color: #fff !important;
            border: none !important;
        }

        .swal2-confirm-custom:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 55, 55, 0.5) !important;
        }

        .swal2-cancel-custom {
            background-color: #6c757d !important;
            color: #fff !important;
            border: none !important;
        }

        /* No entries container styles */
        .no-entries-container {
            background: #f8f9fa;
            border: 2px dashed #dee2e6;
            border-radius: 8px;
            padding: 6rem 2rem;
            text-align: center;
            /* margin: 2rem 0; */
        }

        .no-entries-icon {
            font-size: 4rem;
            color: #6c757d;
            margin-bottom: 1rem;
        }

        .no-entries-title {
            color: #495057;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }

        .no-entries-text {
            color: #6c757d;
            margin-bottom: 1.5rem;
        }

        /* Dark theme adjustments */
        [data-bs-theme="dark"] .no-entries-container,
        .dark-theme .no-entries-container {
            background: #2a2d3a;
            border-color: #404553;
        }

        [data-bs-theme="dark"] .no-entries-title,
        .dark-theme .no-entries-title {
            color: #ced4da;
        }

        [data-bs-theme="dark"] .no-entries-text,
        .dark-theme .no-entries-text {
            color: #adb5bd;
        }

        [data-bs-theme="dark"] .no-entries-icon,
        .dark-theme .no-entries-icon {
            color: #adb5bd;
        }

.member_info-container {
    gap: 10px;
}
/* Containerul principal */
.timeline {
    position: relative;
    padding: 20px 0;
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

/* Linia verticală din spate */
.timeline-container {
    position: relative;
}

.timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px; /* Aliniat cu centrul iconiței */
    width: 2px;
    background: #e9ecef;
}

/* Elementul de timeline (rândul) */
.timeline-item {
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
}

/* Markerul (Cercul cu iconiță) */
.timeline-marker {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.timeline-marker-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 0 0 5px #fff; /* Creează spațiu alb în jurul cercului peste linie */
}

/* Culori pentru iconițe */
.bg-success { background-color: #28a745 !important; }
.bg-info    { background-color: #17a2b8 !important; }
.bg-primary { background-color: #007bff !important; }
.bg-light   { background-color: #f8f9fa !important; }

/* Conținutul text */
.timeline-content {
    padding-left: 20px;
    padding-bottom: 10px;
    flex-grow: 1;
}

.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 5px;
}

.timeline-title {
    font-weight: 600;
    color: #333;
    margin: 0;
}

.timeline-body {
    color: #6c757d;
    font-size: 0.95rem;
    background: #fdfdfd;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
}

/* Utilitare text */
.text-muted { color: #adb5bd !important; font-size: 0.85rem; }
.text-white { color: #fff !important; }

/* Finalul timeline-ului (punctul de jos) */
.timeline-end {
    position: relative;
    margin-top: 10px;
}
/* Containerul de tip Card pentru fiecare copil */
.family-member-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    overflow: hidden; /* Taie numărul dacă depășește cardul */
    transition: all 0.3s ease;
    max-width: 33%;
}

.family-member-card:hover {
    border-color: #cbd5e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Stil pentru informații */
.member-info {
    position: relative;
    z-index: 2; /* Peste numărul de fundal */
}

.member-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.member-details {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.member-details i {
    margin-right: 6px;
    color: #a0aec0;
}

/* Numărul mare din fundal (Dreapta) */
.member-index-bg {
    position: absolute;
    right: -5px;
    bottom: -15px;
    font-size: 5rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.03); 
    line-height: 1;
    z-index: 1;
    user-select: none;
}

/* Stil subtitlu secțiune */
.profil-subtitle {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4a5568;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.profil-subtitle::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background: #edf2f7;
    margin-left: 15px;
}
.members_list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/*****************************************************************************************************************************************/
/*                                                          RESPONSIVE                                                                   */
/*****************************************************************************************************************************************/

@media (max-width:1650px) {
  .member_info-container {
    gap: 0px;
}
table th {
    font-size: 14px;
}
ol.breadcrumb {
    font-size: 13px;
    padding: 0;
}
.btn {
    padding: 3px 10px;
}
.table_search input {
    font-size: 14px !important;
    padding: 4px 15px !important;
}
h2.card-title {
    font-size: 20px;
    font-weight: 700;
}
.table>:not(caption)>*>* {
    padding: 6px;
}
.initiale-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}
.font-size-20 {
    font-size: 17px !important;
}

.table_item-name {
    margin-bottom: 0 !important;
}
.table_item-name_under-info {
    font-size: 13px !important;
}
body {
    font-size: 15px;
    font-family: "DM Sans", sans-serif;
}
table.dataTable>thead .sorting:before, 
table.dataTable>thead .sorting:after, 
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_asc:after, 
table.dataTable>thead .sorting_desc:before, 
table.dataTable>thead .sorting_desc:after, 
table.dataTable>thead .sorting_asc_disabled:before, 
table.dataTable>thead .sorting_asc_disabled:after, 
table.dataTable>thead .sorting_desc_disabled:before, 
table.dataTable>thead .sorting_desc_disabled:after {
      bottom: 0.4em;
}
.table.dataTable>thead>tr>th:not(.sorting_disabled), 
.table.dataTable>thead>tr>td:not(.sorting_disabled), 
table.dataTable>thead>tr>th:not(.sorting_disabled), 
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 20px;
    padding-left: 12px;
}
.page-link {
    padding: 3px 10px;
}
.card-header {
    padding: 10px 20px;
  }
.nav-tabs-custom.card-header-tabs .nav-link {
    padding: 10px 15px;
    font-weight: 500;
}
h5.card_info-title {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.tab-pane .card-body .row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tab-pane .card-body .row .text-muted p {
    margin-bottom: 0px !important;
    line-height: 20px;
}
p.profil-subtitle {
    text-decoration: underline;
}
}