@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Figtree:300,400,500,600,700,800");
@import url("./../icons/flaticon/flaticon.css");
@import url("./../vendor/perfect-scrollbar/css/perfect-scrollbar.css");
@import url("./../vendor/overlayscrollbars/css/overlayscrollbars.min.css");
@import url("./../vendor/overlayscrollbars/css/markattack.css");
@import url("./../vendor/metismenu/css/metisMenu.min.css");
@import url("https://pro.fontawesome.com/releases/v5.10.0/css/all.css");

:root {
  --width: 17.5rem;
  --height: 5rem;
  
	--primary: #0095A9;
	--secondary: #ec627e;
	--danger: #fd5353;
	--light: #b5e2ea;
	--dark: #255f7d;
  
  --font-family-base: Barlow, sans-serif;
  --font-family-title: Barlow, sans-serif;
  --bs-secondary-rgb: rgb(236 98 126);
	--bs-dark-rgb: var(--dark);
  --bs-text-opacity: 1;
  --bs-body-font-family: Barlow, sans-serif;
	--bs-body-font-size: 16px; /* 0.875rem;*/
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: var(--dark); /* #7e7e7e */
  --bs-heading-color: var(--dark);
  --bs-body-bg: #f4f4f4;
  --bs-link-color: var(--secondary);
  --bs-link-hover-color: var(--primary);
  --bs-nav-link-color: var(--dark);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-color: rgba(0,0,0,0.125);
	--primary-hover: #163dc8;
	--primary-dark: #0c216c;
	--rgba-primary-1: rgba(41, 83, 232, 0.1);
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

a {
	color: var(--bs-link-color);
	text-decoration: none;
}
a:not(.btn):hover {
	color: var(--bs-link-hover-color);
}

* {
  outline: none;
  padding: 0;
}
*, ::before, ::after {
  box-sizing: border-box;
}
p {
  line-height: 1.8;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
img, svg {
  vertical-align: middle;
}
ul {
  padding: 0;
  margin: 0;
}
.fs-12 {
  font-size: 12px !important;
  line-height: 1.3;
}
/**
 * Typography
 */
.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-black {
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
}

.rounded-circle {
	border-radius: 50% !important;
}

.dropdown-menu {
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: #7e7e7e;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.75rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.75rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #2953E8;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }

/**
 * preloader
 */
 #preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
.sk-three-bounce {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: white; }

.sk-three-bounce .sk-child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/**
 * main-wrapper
 */
#main-wrapper {
	transition: all 0.25s ease-in;
	overflow: hidden;
	position: relative;
}
/**
 * navigation header - logo + nav-control > hamburger
 */
.nav-header {
  height: 5rem;
  width: var(--width);
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  background-color: #fff;
  transition: all .2s ease;
  z-index: 10;
}
.nav-header .brand-logo {
  background-image: url("/assets/images/bomba-1024.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
}

#main-wrapper:not(.menu-toggle) .nav-header .brand-logo {
	background-image: url("/assets/images/logo-markattack-1024.png");
	background-size: 130px auto;
}

.nav-header .logo-abbr {
	max-width: 52px;
	min-width: 52px;
}
    @media only screen and (max-width: 575px) {
      .nav-header .logo-abbr {
        max-width: 40px; } }
  .nav-header .logo-compact {
    display: none; }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .nav-header {
      width: 17rem; } }
  .nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    border-bottom: 1px solid #EEEEEE;
    color: #fff;
    text-decoration: none;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 700; }
    @media only screen and (max-width: 1400px) {
      .nav-header .brand-logo {
        padding-left: 25px;
        padding-right: 25px; } }
    [data-sidebar-style="compact"] .nav-header .brand-logo,
    [data-sidebar-style="mini"] .nav-header .brand-logo {
      padding-left: 0;
      padding-right: 0;
      justify-content: center; }
    @media only screen and (max-width: 767px) {
      .nav-header .brand-logo {
        padding-left: 0;
        padding-right: 0;
        justify-content: center; } }
  .nav-header .brand-title {
    margin-left: 10px;
    max-width: 120px;
    margin-top: 0px; }
    [data-theme-version="dark"] .nav-header .brand-title {
      background-position: 0 120%; }

@media only screen and (max-width: 1199px) {
  .nav-header {
    width: 5rem;
    height: 5rem; }
    .nav-header .brand-title {
      display: none; } }

.nav-control {
  cursor: pointer;
  position: absolute;
  right: -4.0625rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 2px 0.5rem 0;
  border-radius: 2px; }
  @media only screen and (max-width: 767px) {
    .nav-control {
      right: -2.75rem; } }
  @media only screen and (max-width: 575px) {
    .nav-control {
      right: -2.75rem; } }

.hamburger {
  display: inline-block;
  left: 0px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 26px;
  z-index: 999; }

.hamburger .line {
  background: var(--primary);
  display: block;
  height: 3px;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger .line:nth-child(1) {
  width: 20px; }

.hamburger .line:nth-child(2) {
  width: 26px; }

.hamburger .line:nth-child(3) {
  width: 22px; }

.hamburger:hover {
  cursor: pointer; }

.hamburger:hover .line {
  width: 26px; }

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 10px;
  height: 2px; }

.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 22px;
  height: 2px; }

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
  }

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
  }
/**
 * menu-toggle > navigation header - logo + nav-control > hamburger
 */
.menu-toggle .nav-header {
  width: 5rem;
  z-index: 999;
}
.menu-toggle .nav-header .brand-logo {
  padding-left: 0;
  padding-right: 0;
  justify-content: center;
}
/**
 * header, header-left > dashboard_bar + dashboard_bar + search, .header-right > na-link
 */
.header {
  height: var(--height);
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  padding: 0rem;
  background-color: #fff;
  z-index: 9;
  padding-left: var(--width);
  transition: all .2s ease;
}
  @media only screen and (max-width: 1400px) {
    .header {
      padding-left: 17rem; } }
  .header .header-content {
    height: 100%;
    padding-left: 5.3125rem;
    padding-right: 2.4rem;
    align-items: center;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .header .header-content {
        padding-left: 3.75rem;
        padding-right: 0.938rem;
        border-radius: 0; } }
  .header .navbar {
    padding: 0;
    height: 100%;
    width: 100%; }
    .header .navbar .navbar-collapse {
      height: 100%;
      width: 100%; }
  @media only screen and (max-width: 1199px) {
    .header {
      height: 5rem; } }

.header-left {
  height: 100%;
  display: flex;
  align-items: center; }
  .header-left .dashboard_bar {
    font-size: 28px;
    font-weight: 600;
 }
    @media only screen and (max-width: 1400px) {
      .header-left .dashboard_bar {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .header-left .dashboard_bar {
        display: none; } }
  .header-left input {
    background: #F4F4F4 !important;
    min-width: 170px;
    min-height: 40px;
    color: #5b5e81 !important;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    padding: 10px 20px;
    font-size: 16px;
    border-right-width: 0 !important;
    border: 1px solid #ebebeb;
    border-width: 1px;
    font-weight: 300; }
    [direction="rtl"] .header-left input {
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .header-left input:focus, .header-left input:active, .header-left input.active {
      border-color: #ebebeb;
      box-shadow: none; }
    .header-left input::-webkit-input-placeholder {
      /* Edge */
      color: #5b5e81; }
    .header-left input:-ms-input-placeholder {
      /* Internet Explorer */
      color: #5b5e81; }
    .header-left input::placeholder {
      color: #5b5e81; }
  .header-left .search_bar {
    display: flex;
    align-items: center;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .header-left .search_bar {
        display: none; } }
    .header-left .search_bar .dropdown-menu {
      box-shadow: none; }
    .header-left .search_bar .search_icon {
      background: #F4F4F4 !important;
      height: 56px;
      line-height: 22px;
      padding: 15px 20px 15px 0 !important;
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      border: 1px solid #ebebeb;
      border-width: 1px;
      border-left-width: 0; }
      .header-left .search_bar .search_icon i {
        font-size: 24px;
        color: #5b5e81;
        line-height: 1; }
      @media only screen and (max-width: 1400px) {
        .header-left .search_bar .search_icon {
          height: 41px;
          padding: 8px 15px 8px 0 !important; }
          .header-left .search_bar .search_icon svg {
            width: 18px;
            height: 18px; } }
    @media only screen and (max-width: 767px) {
      .header-left .search_bar {
        position: static; }
        .header-left .search_bar .dropdown-menu {
          width: 300px;
          left: -15vw;
          box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
          border-radius: 4px !important; } }
    @media only screen and (max-width: 767px) and (max-width: 575px) {
      .header-left .search_bar .dropdown-menu {
        width: 250px;
        left: -25vw; } }
    @media only screen and (max-width: 767px) {
          .header-left .search_bar .dropdown-menu .form-control {
            border-radius: 4px !important;
            width: 100%; }
          [direction="rtl"] .header-left .search_bar .dropdown-menu {
            right: -98px; } }
    .header-left .search_bar .dropdown-menu,
    .header-left .search_bar .dropdown-menu.show {
      border: 0px;
      background-color: transparent;
      border-top-right-radius: 5rem;
      border-bottom-right-radius: 5rem; }
      @media only screen and (min-width: 768px) {
        .header-left .search_bar .dropdown-menu,
        .header-left .search_bar .dropdown-menu.show {
          left: 0;
          top: 0;
          transform: none;
          display: block;
          position: unset; } }
          
.header-right {
  height: 100%; }
  .header-right .nav-item {
    height: 100%;
    display: flex;
    align-items: center; }

  .header-right .nav-item.header-coins {
  	font-size: 18px;
  }

    .header-right .nav-item .nav-link {
      font-size: 18px; }
  .header-right .right-sidebar {
    margin-right: -30px; }
    .header-right .right-sidebar a {
      height: 80px;
      width: 80px;
      text-align: center;
      justify-content: center;
      display: flex;
      align-items: center;
      border-left: 1px solid #dedeed; }
  .header-right > li:not(:first-child) {
    padding-left: 1.5rem; }
    @media only screen and (max-width: 1199px) {
      .header-right > li:not(:first-child) {
        padding-left: 0.5rem; } }
  @media only screen and (max-width: 767px) {
    .header-right .notification_dropdown {
      position: static; } }
  .header-right .notification_dropdown .nav-link {
    position: relative;
    color: #2953E8;
    background: #fff;
    border-radius: 100%;
    padding: 15px;
    line-height: 1; }
    @media only screen and (max-width: 1400px) {
      .header-right .notification_dropdown .nav-link {
        padding: 10px; } }
    .header-right .notification_dropdown .nav-link.secondary {
      background: #d4c6ea;
      color: #5C3799; }
      .header-right .notification_dropdown .nav-link.secondary [fill] {
        fill: #5C3799; }
    .header-right .notification_dropdown .nav-link.primary {
      background: #e1e7fc;
      color: #2953E8; }
      .header-right .notification_dropdown .nav-link.primary [fill] {
        fill: #2953E8; }
    .header-right .notification_dropdown .nav-link.warning {
      background: #fff9ef;
      color: #FFAB2D; }
      .header-right .notification_dropdown .nav-link.warning [fill] {
        fill: #FFAB2D; }
    .header-right .notification_dropdown .nav-link.success {
      background: #d0f7e1;
      color: #1EBA62; }
      .header-right .notification_dropdown .nav-link.success [fill] {
        fill: #1EBA62; }
    .header-right .notification_dropdown .nav-link i {
      font-size: 24px; }
      @media only screen and (max-width: 1400px) {
        .header-right .notification_dropdown .nav-link i {
          font-size: 18px; } }
    @media only screen and (max-width: 1400px) {
      .header-right .notification_dropdown .nav-link svg {
        width: 24px;
        height: 24px; } }

    .header-right .notification_dropdown .nav-link .rounded-circle {
      font-size: 14px;
      font-weight: normal;
      }
      @media only screen and (max-width: 1400px) {
        .header-right .notification_dropdown .nav-link .rounded-circle {
          font-size: 12px;
          line-height: 18px; } }

  .header-right .notification_dropdown .dropdown-item:focus a, .header-right .notification_dropdown .dropdown-item:active a {
    color: #fff; }
  .header-right .notification_dropdown .dropdown-item a {
    color: #5b5e81; }
    .header-right .notification_dropdown .dropdown-item a:hover {
      text-decoration: none; }
  .header-right .dropdown-menu {
    border-width: 0;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05); }
    [data-theme-version="dark"] .header-right .dropdown-menu {
      box-shadow: none; }
  .header-right .header-profile > a.nav-link {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    border-left: 1px solid #EEEEEE;
    padding-left: 30px; }
    @media only screen and (max-width: 575px) {
      .header-right .header-profile > a.nav-link {
        background: transparent;
        padding: 0;
        border-color: transparent; } }
    .header-right .header-profile > a.nav-link i {
      font-weight: 700; }
    .header-right .header-profile > a.nav-link .header-info {
      text-align: left;
      padding-left: 15px; }
      @media only screen and (max-width: 1199px) {
        .header-right .header-profile > a.nav-link .header-info {
          padding-left: 15px; } }
      @media only screen and (max-width: 575px) {
        .header-right .header-profile > a.nav-link .header-info {
          display: none; } }
      .header-right .header-profile > a.nav-link .header-info span {
        font-size: 16px;
        display: block;
        font-weight: 600; }
      .header-right .header-profile > a.nav-link .header-info strong {
        font-weight: 600; }
      .header-right .header-profile > a.nav-link .header-info small, .header-right .header-profile > a.nav-link .header-info .small {
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.2; }
  .header-right .header-profile .dropdown-menu {
    padding: 15px 0;
    min-width: 12.5rem;
    left: auto;
    right: 0; }
    .header-right .header-profile .dropdown-menu a:hover, .header-right .header-profile .dropdown-menu a:focus, .header-right .header-profile .dropdown-menu a.active {
      color: #2953E8; }
  .header-right .header-profile img {
    width: 57px;
    height: 57px;
    border-radius: 100%; }
    @media only screen and (max-width: 1400px) {
      .header-right .header-profile img {
        width: 39px;
        height: 39px; } }
  .header-right .header-profile .dropdown-toggle i {
    font-size: 1.25rem; }
  @media only screen and (max-width: 575px) {
    .header-right .header-profile .dropdown-toggle span {
      display: none; } }
  .header-right .header-profile .profile_title {
    background: #2953E8;
    color: #fff;
    padding: 10px 20px; }
    .header-right .header-profile .profile_title h5, .header-right .header-profile .profile_title .h5 {
      color: #fff;
      margin-bottom: 3px; }
  .header-right .header-profile .dropdown-item {
    padding: 8px 24px; }
  .header-right .weather-detail {
    background: #F0F4F5;
    color: #424242;
    height: 56px;
    font-size: 14px;
    font-weight: 500;
    line-height: 56px;
    padding-right: 15px;
    border-radius: 4rem; }
    .header-right .weather-detail span {
      height: 56px;
      background: #2953E8;
      line-height: 56px;
      font-size: 22px;
      padding: 0px 20px;
      margin-right: 10px;
      border-radius: 4rem;
      color: #fff; }
      .header-right .weather-detail span i {
        padding-right: 12px;
        font-size: 25px; }
    @media only screen and (max-width: 1199px) {
      .header-right .weather-detail {
        height: 40px;
        line-height: 40px; }
        .header-right .weather-detail span {
          height: 40px;
          line-height: 40px;
          font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-right .weather-detail {
        display: none !important; } }


.notification_dropdown .dropdown-menu-right {
  min-width: 310px;
  padding: 0rem 0 1rem;
  top: 100%;
  left: unset;
  right: 0; }
  .notification_dropdown .dropdown-menu-right .notification_title {
    background: #2953E8;
    color: #fff;
    padding: 10px 20px; }
    .notification_dropdown .dropdown-menu-right .notification_title h5, .notification_dropdown .dropdown-menu-right .notification_title .h5 {
      color: #fff;
      margin-bottom: 3px; }
  .notification_dropdown .dropdown-menu-right .media {
    width: 45px !important;
    height: 45px !important;
    font-size: 18px !important; }
    [data-theme-version="dark"] .notification_dropdown .dropdown-menu-right .media {
      border-color: #333a54; }
    .notification_dropdown .dropdown-menu-right .media > span {
      width: 35px;
      height: 35px;
      border-radius: 50px;
      display: inline-block;
      padding: 7px 9px;
      margin-right: 10px; }
      [direction="rtl"].notification_dropdown .dropdown-menu-right .media > span {
        margin-right: 0;
        margin-left: 10px; }
      .notification_dropdown .dropdown-menu-right .media > span.success {
        background: #d0f7e1;
        color: #1EBA62; }
        .notification_dropdown .dropdown-menu-right .media > span.success [fill] {
          fill: #1EBA62; }
      .notification_dropdown .dropdown-menu-right .media > span.primary {
        background: #e1e7fc;
        color: #2953E8; }
        .notification_dropdown .dropdown-menu-right .media > span.primary svg [fill] {
          fill: #2953E8; }
      .notification_dropdown .dropdown-menu-right .media > span.danger {
        background: #ffeaea;
        color: #fd5353; }
        .notification_dropdown .dropdown-menu-right .media > span.danger [fill] {
          fill: #fd5353; }
      .notification_dropdown .dropdown-menu-right .media > span [fill] {
        fill: #2953E8; }
    .notification_dropdown .dropdown-menu-right .media .notify-time {
      width: 100% !important;
      margin-right: 0 !important;
      color: #828690; }
    .notification_dropdown .dropdown-menu-right .media p {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px;
      margin-bottom: 0;
      margin-top: 5px; }
      @media only screen and (max-width: 575px) {
        .notification_dropdown .dropdown-menu-right .media p {
          max-width: 100px; } }
  .notification_dropdown .dropdown-menu-right .all-notification {
    display: block;
    padding: 15px 30px 0;
    text-align: center;
    border-top: 1px solid #dedeed; }
    .notification_dropdown .dropdown-menu-right .all-notification i {
      margin-left: 10px; }
/**
 * menu-toggle > header, header-left > dashboard_bar + dashboard_bar + search, .header-right > na-link
 */
.menu-toggle .header {
	padding-left: 6rem;
	width: 100%;
}
/**
 * Sidebar
 */
.dlabnav {
  width: var(--width);
  padding-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  padding-top: var(--height);
  z-index: 3;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(120, 130, 140, 0.13);
  transition: all .2s ease; }
  @media only screen and (max-width: 1199px) {
    .dlabnav {
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .dlabnav {
      width: 18rem; } }
  .dlabnav .dlabnav-scroll {
    position: relative;
    height: 100%; }
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .dlabnav {
      width: 17rem; } }
  .dlabnav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .dlabnav .metismenu {
    display: flex;
    flex-direction: column;
    padding-top: 15px; }
    @media only screen and (max-width: 767px) {
      .dlabnav .metismenu {
        padding-top: 0; } }
    .dlabnav .metismenu.fixed {
      position: fixed;
      top: 0;
      width: 100%;
      left: 0; }
    .dlabnav .metismenu > li {
      display: flex;
      flex-direction: column; }
      .dlabnav .metismenu > li a > i {
        font-size: 1.25rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 0;
        line-height: 1;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        margin-right: 15px;
        text-align: center;
        padding: 0px;
        color: var(--secondary);
        }
        @media only screen and (max-width: 767px) {
          .dlabnav .metismenu > li a > i {
            font-size: 1.25rem;
            padding: 0 .75rem 0 0;
            margin-right: 0px; } }
      .dlabnav .metismenu > li > a {
        font-weight: 500;
        display: inline-block;
        font-size: 15px; }
        .dlabnav .metismenu > li > a svg {
          max-width: 24px;
          max-height: 24px;
          height: 100%;
          margin-right: 5px;
          margin-top: -3px;
          color: var(--primary); }
        .dlabnav .metismenu > li > a g [fill] {
          fill: var(--primary); }
      .dlabnav .metismenu > li:hover > a, .dlabnav .metismenu > li:focus > a {
        color: var(--primary); }
        .dlabnav .metismenu > li:hover > a g [fill], .dlabnav .metismenu > li:focus > a g [fill] {
          fill: var(--primary); }
      .dlabnav .metismenu > li.mm-active > a {
        color: var(--primary); }
        .dlabnav .metismenu > li.mm-active > a g [fill] {
          fill: var(--primary); }
    .dlabnav .metismenu li {
      position: relative; }
    .dlabnav .metismenu ul {
      transition: all .2s ease-in-out;
      position: relative;
      z-index: 1;
      padding: 0 0; }
      .dlabnav .metismenu ul a {
        padding-top: .5rem;
        padding-bottom: .5rem;
        position: relative;
        font-size: 16px;
        padding-left: 4.67rem; }
        @media only screen and (max-width: 1400px) {
          .dlabnav .metismenu ul a {
            padding-left: 4rem;
            font-size: 14px; } }
        @media only screen and (max-width: 767px) {
          .dlabnav .metismenu ul a {
            padding-left: 3.5rem; } }
        .dlabnav .metismenu ul a:hover, .dlabnav .metismenu ul a:focus, .dlabnav .metismenu ul a.mm-active {
          text-decoration: none;
          color: var(--primary); }

    .dlabnav .metismenu a {
      position: relative;
      display: block;
      padding: 0.625rem 1.875rem;
      outline-width: 0;
      color: var(--dark);
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .dlabnav .metismenu a {
          padding: 0.625rem 1.25rem; } }
    .dlabnav .metismenu .has-arrow:after {
      width: .5rem;
      height: .5rem;
      right: 1.875rem;
      top: 48%;
      border-color: inherit;
      -webkit-transform: rotate(-225deg) translateY(-50%);
      transform: rotate(-225deg) translateY(-50%); }
    .dlabnav .metismenu .has-arrow[aria-expanded=true]:after,
    .dlabnav .metismenu .mm-active > .has-arrow:after {
      -webkit-transform: rotate(-135deg) translateY(-50%);
      transform: rotate(-135deg) translateY(-50%); }

@media only screen and (max-width: 1199px) {
  .nav-header {
    width: 5rem; } }

@media (max-width: 767px) {
  .brand-title {
    display: none; }
  .footer {
    padding-left: 0; }
  .dlabnav {
    left: 0;
    top: 5rem;
    padding-top: 1rem; } }

.dlabnav .copyright {
  font-size: 14px;
  padding: 0 25px;
  margin-top: 20px;
  color: #969BA0;
  margin-bottom: 40px;
}
.heart {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: url("../images/like.png");
  cursor: pointer;
  margin: -25px -15px;
}

.icon-menu {
	display: inline-block;
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: top left;
	width: 23px;
	height: 23px;
}
.icon-menu.stella-polare {
	background-image: url(../svg/stella-polare.svg);
}
.icon-menu.supporto-operativo {
	background-image: url(../svg/supporto-operativo.svg);
}
.icon-menu.centro-di-comando {
	background-image: url(../svg/centro-di-comando.svg);
}
.icon-menu.posizionamento-offerta {
	background-image: url(../svg/posizionamento-offerta.svg);
}
.icon-menu.marketing-wizard {
	background-image: url(../svg/marketing-wizard.svg);
}
.icon-menu.fabbrica-contenuti {
	background-image: url(../svg/fabbrica-contenuti.svg);
}
.icon-menu.sequenza-di-attrazione {
	background-image: url(../svg/sequenza-di-attrazione.svg);
}
.icon-menu.booster-vendite {
	background-image: url(../svg/booster-vendite.svg);
}
.icon-menu.launch-control {
	background-image: url(../svg/launch-control.svg);
}
/**
 * menu-toggle > Sidebar
 */
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav {
  width: 5rem;
  overflow: visible;
  position: absolute; }
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .nav-text {
    display: none; }
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .slimScrollDiv,
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .dlabnav-scroll {
    overflow: visible !important; }
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li {
    position: relative; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a {
      padding: 13px;
      margin: 5px 0;
      border-radius: 100%; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a svg {
        max-width: 24px;
        max-height: 24px;
        margin-right: 0; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li a:before {
        content: none; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul {
      position: absolute;
      left: 5rem;
      top: 0;
      width: 12rem;
      z-index: 1001;
      display: none;
      padding-left: 1px;
      height: auto !important;
      box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
      border-radius: 6px;
      margin-left: 0;
      border: 0;
      background: #fff; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul:after {
        content: "";
        position: absolute;
        background: inherit;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        left: -5px;
        top: 20px; }
      [direction="rtl"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul {
        left: auto;
        right: 3rem; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul li:hover ul {
        left: 11.8125rem;
        top: 0; }
        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li > ul li:hover ul:after {
          content: none; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu li:hover > ul {
      display: block;
      height: auto;
      overflow: visible; }
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li {
    transition: all 0.4s ease-in-out;
    padding: 0 13px; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a {
      text-align: center; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a.has-arrow:after {
        display: none; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li > a i {
        padding: 0;
        width: auto;
        height: auto;
        margin: 0;
        line-height: 1; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a {
      background: var(--primary);
      border-radius: 100%;
      color: #fff; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li.mm-active > a i {
        color: #fff;
        padding: 0; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover:nth-last-child(-n + 1) > ul {
      bottom: 0;
      top: auto; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a {
      border-radius: 100%;
      background: var(--primary);
      color: #fff; }
      [data-theme-version="dark"][data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a {
        background: #1e2746; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > a i {
        color: #fff; }
    [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul {
      height: auto !important;
      padding: 10px 0; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul a {
        padding: 6px 20px 6px 20px;
        margin-left: -.1rem; }
      [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul ul {
        padding: 10px 0; }
        [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu > li:hover > ul ul a {
          padding: 6px 20px 6px 20px;
          margin-left: -.1rem; }
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu .nav-label,
  [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .dlabnav .metismenu .nav-badge {
    display: none; }
    
.menu-toggle .copyright {
  display: none !important;
}  
/**
 * content
 */
.content-body {
  z-index: 0;
  transition: all .2s ease;
}
#main-wrapper.sidebar .content-body {
	margin-left: var(--width);
	min-height: 1024px;  
}

.container, .container-fluid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.content-body .container-fluid {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 1600px) {
  .content-body .container-fluid {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
/**
 * menu-toggle > content
 */
.menu-toggle .content-body {
  margin-left: 5rem;
}
/**
 * Content - page-titles
 */
.page-titles {
  margin-bottom: 25px;
  display: block;
  margin-left: -40px;
  margin-right: -40px;
  padding: 20px 40px;
  margin-top: -15px;
  background: #F4F4F4;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .page-titles {
    margin-left: -30px;
    margin-top: 0px;
    margin-right: -30px;
    margin-bottom: 30px;
    padding: 15px 30px;
  }
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.page-titles .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}
.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.page-titles .breadcrumb li a {
  color: var(--dark);
}
.page-titles .breadcrumb li.active a {
  color: var(--primary);
  font-weight: 600;
}
/**
 * Content - alert
 */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.75rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert {
  border-radius: 0.5rem;
  padding: 1rem 1.5rem; }
  .alert p {
    line-height: 1.5; }

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

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.alert-primary {
  background: var(--primary) -light;
  border-color: var(--primary) -light;
  color: var(--primary); }
  [data-theme-version="dark"] .alert-primary {
    background: var(--primary) -opacity;
    border-color: var(--primary) -opacity; }

.alert-secondary {
  background: #d4c6ea;
  border-color: #d4c6ea;
  color: #5C3799; }
  [data-theme-version="dark"] .alert-secondary {
    background: rgba(92, 55, 153, 0.5);
    border-color: rgba(92, 55, 153, 0.5);
    color: #7e7e7e; }

.alert-success {
  background: #d0f7e1;
  border-color: #d0f7e1;
  color: #1EBA62; }
  [data-theme-version="dark"] .alert-success {
    background: rgba(30, 186, 98, 0.1);
    border-color: rgba(30, 186, 98, 0.1); }

.alert-warning {
  background: #fff9ef;
  border-color: #fff9ef;
  color: #FFAB2D; }
  [data-theme-version="dark"] .alert-warning {
    background: rgba(255, 171, 45, 0.1);
    border-color: rgba(255, 171, 45, 0.1); }

.alert-danger {
  background: #ffeaea;
  border-color: #ffeaea;
  color: #fd5353; }
  [data-theme-version="dark"] .alert-danger {
    background: rgba(253, 83, 83, 0.15);
    border-color: rgba(253, 83, 83, 0.15); }

.alert-info {
  background: #47fff4;
  border-color: #47fff4;
  color: #00ADA3; }
  [data-theme-version="dark"] .alert-info {
    background: rgba(0, 173, 163, 0.1);
    border-color: rgba(0, 173, 163, 0.1); }

.alert-dark {
  background: #a0a2bc;
  border-color: #a0a2bc;
  color: #5b5e81; }
  [data-theme-version="dark"] .alert-dark {
    background: rgba(91, 94, 129, 0.35);
    border-color: rgba(91, 94, 129, 0.35);
    color: #7e7e7e; }

.alert-light {
  background: #dedeed;
  border-color: #dedeed;
  color: #5b5e81; }
  [data-theme-version="dark"] .alert-light {
    background: rgba(222, 222, 237, 0.2);
    border-color: rgba(222, 222, 237, 0.2); }

.alert-alt.alert-primary {
  border-left: 4px solid var(--primary); }

.alert-alt.alert-secondary {
  border-left: 4px solid #5C3799; }

.alert-alt.alert-success {
  border-left: 4px solid #1EBA62; }

.alert-alt.alert-warning {
  border-left: 4px solid #FFAB2D; }

.alert-alt.alert-danger {
  border-left: 4px solid #fd5353; }

.alert-alt.alert-info {
  border-left: 4px solid #00ADA3; }

.alert-alt.alert-dark {
  border-left: 4px solid #5b5e81; }

.alert-alt.alert-light {
  border-left: 4px solid #adadd2; }

.alert-alt.alert-primary.solid {
  border-left: 4px solid #0e2883 !important; }

.alert-alt.alert-secondary.solid {
  border-left: 4px solid #24153b !important; }

.alert-alt.alert-success.solid {
  border-left: 4px solid #0c4c28 !important; }

.alert-alt.alert-warning.solid {
  border-left: 4px solid #ad6800 !important; }

.alert-alt.alert-danger.solid {
  border-left: 4px solid #ce0202 !important; }

.alert-alt.alert-info.solid {
  border-left: 4px solid #002e2b !important; }

.alert-alt.alert-dark.solid {
  border-left: 4px solid #262836 !important; }

.alert-alt.alert-light.solid {
  border-left: 4px solid #8c8cc0 !important; }

.alert-dismissible.solid .close:hover {
  color: #fff;
  opacity: 1; }

.alert.alert-primary.solid {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary); }

.alert.alert-secondary.solid {
  background: #5C3799;
  color: #fff;
  border-color: #5C3799; }

.alert.alert-success.solid {
  background: #1EBA62;
  color: #fff;
  border-color: #1EBA62; }

.alert.alert-warning.solid {
  background: #FFAB2D;
  color: #fff;
  border-color: #FFAB2D; }

.alert.alert-danger.solid {
  background: #fd5353;
  color: #fff;
  border-color: #fd5353; }

.alert.alert-info.solid {
  background: #00ADA3;
  color: #fff;
  border-color: #00ADA3; }

.alert.alert-dark.solid {
  background: #5b5e81;
  color: #fff;
  border-color: #5b5e81; }

.alert.alert-light.solid {
  background: #dedeed;
  color: #5b5e81;
  border-color: #dedeed; }

.alert-right-icon > span i {
  font-size: 18px;
  margin-right: 5px; }

.alert-right-icon .close i {
  font-size: 16px; }

.alert.alert-outline-primary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary); }

.alert.alert-outline-secondary {
  background: transparent;
  color: #7e7e7e;
  border-color: #5C3799; }

.alert.alert-outline-success {
  background: transparent;
  color: #1EBA62;
  border-color: #1EBA62; }

.alert.alert-outline-info {
  background: transparent;
  color: #00ADA3;
  border-color: #00ADA3; }

.alert.alert-outline-warning {
  background: transparent;
  color: #FFAB2D;
  border-color: #FFAB2D; }

.alert.alert-outline-danger {
  background: transparent;
  color: #fd5353;
  border-color: #fd5353; }

.alert.alert-outline-dark {
  background: transparent;
  color: #7e7e7e;
  border-color: #5b5e81; }

.alert.alert-outline-light {
  background: transparent;
  color: #5b5e81;
  border-color: #dedeed; }

.alert-social {
  color: #fff; }
  .alert-social .alert-social-icon {
    align-self: center;
    margin-right: 0.9375rem; }
    .alert-social .alert-social-icon i {
      font-size: 42px; }
  .alert-social.facebook {
    background-color: #3b5998; }
  .alert-social.twitter {
    background-color: #1da1f2; }
  .alert-social.linkedin {
    background-color: #007bb6; }
  .alert-social.google-plus {
    background-color: #db4439; }
  .alert-social .close:hover {
    opacity: 1 !important;
    color: #fff !important; }

.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem; }
  .left-icon-big .alert-left-icon-big i {
    font-size: 35px;
    line-height: 1; }
/**
 * Content - buttons
 */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #7e7e7e;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  /*--bs-btn-border-radius: 0.75rem;*/
  --bs-btn-border-radius: 50px;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  
 .btn {
  padding: 0.688rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
background-color: var(--bs-btn-bg);
  }
  

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff; }

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--secondary);
  --bs-btn-border-color: var(--secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary);
  --bs-btn-hover-border-color: var(--secondary);
  --bs-btn-focus-shadow-rgb: 116, 85, 168;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary); 
  --bs-btn-active-border-color: var(--secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--secondary);
  --bs-btn-disabled-border-color: var(--secondary);
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #1EBA62;
  --bs-btn-border-color: #1EBA62;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #40c47a;
  --bs-btn-hover-border-color: #35c172;
  --bs-btn-focus-shadow-rgb: 26, 158, 83;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4bc881;
  --bs-btn-active-border-color: #35c172;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #1EBA62;
  --bs-btn-disabled-border-color: #1EBA62;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd5353;
  --bs-btn-border-color: #fd5353;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd6d6d;
  --bs-btn-hover-border-color: #fd6464;
  --bs-btn-focus-shadow-rgb: 215, 71, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd7575;
  --bs-btn-active-border-color: #fd6464;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd5353;
  --bs-btn-disabled-border-color: #fd5353;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFAB2D;
  --bs-btn-border-color: #FFAB2D;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffb84d;
  --bs-btn-hover-border-color: #ffb342;
  --bs-btn-focus-shadow-rgb: 217, 145, 38;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffbc57;
  --bs-btn-active-border-color: #ffb342;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFAB2D;
  --bs-btn-disabled-border-color: #FFAB2D;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00ADA3;
  --bs-btn-border-color: #00ADA3;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #26b9b1;
  --bs-btn-hover-border-color: #1ab5ac;
  --bs-btn-focus-shadow-rgb: 0, 147, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #33bdb5;
  --bs-btn-active-border-color: #1ab5ac;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00ADA3;
  --bs-btn-disabled-border-color: #00ADA3;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #dedeed;
  --bs-btn-border-color: #dedeed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bdbdc9;
  --bs-btn-hover-border-color: #b2b2be;
  --bs-btn-focus-shadow-rgb: 189, 189, 201;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b2b2be;
  --bs-btn-active-border-color: #a7a7b2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #dedeed;
  --bs-btn-disabled-border-color: #dedeed;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #5b5e81;
  --bs-btn-border-color: #5b5e81;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #747694;
  --bs-btn-hover-border-color: #6b6e8e;
  --bs-btn-focus-shadow-rgb: 116, 118, 148;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #7c7e9a;
  --bs-btn-active-border-color: #6b6e8e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5b5e81;
  --bs-btn-disabled-border-color: #5b5e81;
}
.btn-outline-primary {
  --bs-btn-color: #2953E8;
  --bs-btn-border-color: #2953E8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2953E8;
  --bs-btn-hover-border-color: #2953E8;
  --bs-btn-focus-shadow-rgb: 41, 83, 232;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2953E8;
  --bs-btn-active-border-color: #2953E8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2953E8;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2953E8;
  --bs-gradient: none;
  background-color: var(--rgba-primary-1);
  }

.btn-outline-secondary {
  --bs-btn-color: var(--secondary);
  --bs-btn-border-color: var(--secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--secondary);
  --bs-btn-hover-border-color: var(--secondary);
  --bs-btn-focus-shadow-rgb: 92, 55, 153;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--secondary);
  --bs-btn-active-border-color: var(--secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--secondary);
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #1EBA62;
  --bs-btn-border-color: #1EBA62;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1EBA62;
  --bs-btn-hover-border-color: #1EBA62;
  --bs-btn-focus-shadow-rgb: 30, 186, 98;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #1EBA62;
  --bs-btn-active-border-color: #1EBA62;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1EBA62;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1EBA62;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #00ADA3;
  --bs-btn-border-color: #00ADA3;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #00ADA3;
  --bs-btn-hover-border-color: #00ADA3;
  --bs-btn-focus-shadow-rgb: 0, 173, 163;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #00ADA3;
  --bs-btn-active-border-color: #00ADA3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #00ADA3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00ADA3;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #FFAB2D;
  --bs-btn-border-color: #FFAB2D;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFAB2D;
  --bs-btn-hover-border-color: #FFAB2D;
  --bs-btn-focus-shadow-rgb: 255, 171, 45;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFAB2D;
  --bs-btn-active-border-color: #FFAB2D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFAB2D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFAB2D;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #fd5353;
  --bs-btn-border-color: #fd5353;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd5353;
  --bs-btn-hover-border-color: #fd5353;
  --bs-btn-focus-shadow-rgb: 253, 83, 83;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd5353;
  --bs-btn-active-border-color: #fd5353;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd5353;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd5353;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #5b5e81;
  --bs-btn-border-color: #dedeed;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dedeed;
  --bs-btn-hover-border-color: #dedeed;
  --bs-btn-focus-shadow-rgb: 222, 222, 237;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #dedeed;
  --bs-btn-active-border-color: #dedeed;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dedeed;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dedeed;
  --bs-gradient: none; }
  
.btn-outline-dark {
  --bs-btn-color: #5b5e81;
  --bs-btn-border-color: #5b5e81;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5b5e81;
  --bs-btn-hover-border-color: #5b5e81;
  --bs-btn-focus-shadow-rgb: 91, 94, 129;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5b5e81;
  --bs-btn-active-border-color: #5b5e81;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5b5e81;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5b5e81;
  --bs-gradient: none; }

button.btn-dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: var(--secondary);
}
/**
 * Content - Input
 */
.form-group label {
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 5px;
}
.form-group .required,
.form-check .required {
	color: var(--danger);
}
.form-control,
.form-select {
	border: 1px solid #f0f1f5;
	background-color: white;
}
.card-body .form-control,
.card-body .form-select {
	background-color: var(--bs-body-bg);
}
.form-control:hover, .form-control:focus, .form-control.active,
.form-select:hover, .form-select:focus, .form-select.active {
	box-shadow: none;
	border-color: var(--primary);
}
input[type=text].form-control,
input[type=password].form-control,
input[type=file].form-control,
input[type=date].form-control {
	height: 56px;
}

select.form-select {
	height: 56px;
}
.form-check-input {
	border-width: 0.125rem;
	width: 1.25rem;
	height: 1.25rem;
}
.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check-label {
	margin-left: 0.3125rem;
	margin-top: 0.1875rem;
}
input[type=file]::file-selector-button {
	height: 56px;
    background-color: var(--secondary) !important;
    color: white;
}
.form-error label,
.form-error .form-feedback {
	color: var(--danger);
}
.form-group.form-error .form-control,
.form-group.form-error .form-select,
.form-group.form-error button.btn {
	border-color: var(--danger);
}
.form-error .form-check-input {
	border-color: var(--danger);
}
.form-check.form-error .form-feedback {
	margin-left: 0.3125rem;
}
.form-group input[type="range"]::-moz-range-thumb {
  background-color: var(--secondary);
}
.form-group input[type="range"]::-webkit-slider-thumb {
  background-color: var(--secondary);
}
.form-group input[type="range"]::-ms-thumb {
  background-color: var(--secondary);
}
.input-group .input-group-text {
	height: 56px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #f0f1f5;
}
/**
 * Content - Typography
 */
h4.title {
	font-size: 20px;
}
.text-secondary {
	color: var(--secondary) !important;
}
.font-w600 {
	font-weight: 600;
}
/**
 * Content - card
 */
.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  box-shadow: 0px 12px 23px 0px rgba(92, 55, 153, 0.04);
  height: calc(100% - 30px); }
  @media only screen and (max-width: 575px) {
    .card {
      margin-bottom: 0.938rem;
      height: calc(100% - 0.938rem); } }
  .card-body {
    padding: 1.875rem; }
    @media only screen and (max-width: 575px) {
      .card-body {
        padding: 1rem; } }


  .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #000; }
    .card-title--large {
      font-size: 1.5rem; }
    .card-title--medium {
      font-size: 1rem; }
    .card-title--small {
      font-size: 0.875rem; }
  .card-header {
    border-color: #f0f1f5;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 575px) {
      .card-header {
        padding: 1.25rem 1rem 1.25rem; } }
    [data-theme-version="dark"] .card-header {
      border-color: #333a54; }
    .card-header h4, .card-header .h4 {
      margin-bottom: 0; }
    .card-header .card-title {
      margin-bottom: 0px; }
    .card-header .subtitle {
      padding-top: 5px;
      font-size: 14px;
      line-height: 1.5; }
  .card-footer {
    border-color: #f0f1f5;
    background: transparent;
    padding: 1.25rem 1.875rem 1.25rem; }
    [data-theme-version="dark"] .card-footer {
      border-color: #333a54; }
    @media only screen and (max-width: 575px) {
      .card-footer {
        padding: 1rem; } }

.transparent-card.card {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none; }

.card-action > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border-color: transparent;
  text-align: center;
  background: black;
  color: #fff;
  margin-right: 8px; }
  [data-theme-version="dark"] .card-action > a {
    background: #181f39; }
  .card-action > a:last-child {
    margin-right: 0; }
  .card-action > a:hover, .card-action > a:focus {
    background: black; }
    [data-theme-version="dark"] .card-action > a:hover, [data-theme-version="dark"] .card-action > a:focus {
      background: #181f39; }
  .card-action > a i, .card-action > a span {
    font-size: 1rem; }

.card-action .dropdown {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border-color: transparent;
  text-align: center;
  margin-right: 8px;
  top: -2px;
  position: relative;
  display: inline-block;
  background: black;
  color: var(--primary); }
  [data-theme-version="dark"] .card-action .dropdown {
    background: #181f39; }
  .card-action .dropdown:hover, .card-action .dropdown:focus {
    background: black; }
    [data-theme-version="dark"] .card-action .dropdown:hover, [data-theme-version="dark"] .card-action .dropdown:focus {
      background: #181f39; }
  .card-action .dropdown .btn {
    padding: 0;
    line-height: 27px;
    color: #fff; }
    .card-action .dropdown .btn:focus {
      box-shadow: none; }

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: auto; }

.card-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999; }

.card-loader i {
  margin: 0 auto;
  background: #1741d6;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem; }

.rotate-refresh {
  -webkit-animation: mymove 0.8s infinite linear;
  animation: mymove 0.8s infinite linear;
  display: inline-block; }

.card-header .date_picker {
  display: inline-block;
  padding: 8px;
  border: 1px solid #f0f1f5;
  cursor: pointer;
  border-radius: .375rem; }

.card-header .border-0 {
  padding-bottom: 0; }

.card-body iframe {
	width: 100%;
	min-height: 500px;
}

.card.template .card-img-top {
	height: 200px;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;	
}

.card.integration .card-body > .row:first-of-type > .col-12 {
	min-height: 200px;
}
.card.integration .card-body > .row:first-of-type img {
	max-height: 100px;
	max-width: 200px;
}
.card.milestones > .card-body,
.card.worksops > .card-body {
  background-color: var(--bs-body-bg);
  border: 10px solid white;
  border-top: 0;
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

.card.kanban-stage .card-header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.card.kanban-stage .kanban-stage-item {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.card.kanban-stage .kanban-stage-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card.kanban-stage .card-body.ui-droppable-hover {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--primary);
  padding: 10px;
}
.card.kanban-stage .card-body.ui-droppable-hover::after {
  content: '\f0c2';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--primary);
  font-size: 20px;
}

.card.kanban-stage .card-body.ui-droppable-hover .kanban-stage-item {
  display: none;
}

.card.milestones .row .col-4:nth-of-type(3) .card.kanban-stage .text-danger,
.card.milestones .row .col-4:nth-of-type(3) .card.kanban-stage .text-warning {
  color: var(--dark) !important;
}

.card.flow-stage .ui-droppable-hover {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--primary);
  padding: 10px;
}
.card.flow-stage .ui-droppable-hover::after {
  content: '\f0c2';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--primary);
  font-size: 20px;
}
.card.flow-stage section[name=members] {
  min-height: 100px;
}

.card.timeline .card-body {
  overflow-y: hidden;
}


.card-tabs .nav-tabs {
	background: white;
	padding: 7px 7px;
	border-bottom: 0px;
	border-radius: 50px;
	flex-wrap: wrap;
}
.header .card-tabs .nav-tabs.tabs-lg {
	background: #f4f4f4;
}
.header .card-tabs .nav-tabs.tabs-lg .nav-link.active {
  background: #fff;
  box-shadow: none;
  color: #000;
}
.header .card-tabs .nav-tabs.tabs-lg .nav-link {
	color: var(--secondary);
}
.header .card-tabs .nav-tabs.tabs-lg .nav-link.active {
	background: var(--secondary);
	color: white;
}
.card-tabs .nav-tabs.tabs-lg .nav-link {
	border-radius: 50px;
	padding: 7px 30px;
	font-weight: 600;
	font-size: 16px;
	border: 0;
}
.card-tabs .nav-tabs.tabs-lg .nav-link.add {
	border-radius: 100%;
	border: 3px solid var(--secondary);
	padding: 7px 10px;
	padding: 5px 9px;
}
.card-ui {
	height: auto;
}  
/**
 * Content - card.object-type
 */
.card.object-type .card-body h3 {
    min-height: 2.5em;
    height: 2.5em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}
.card.object-type .card-body p {
    min-height: 5em;
    height: 5em;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2rem;
}
/**
 * footer
 */
.footer {
  background-color: #F4F4F4;
}
#main-wrapper.sidebar .footer {
	padding-left: 21.563rem;
}
.footer .copyright {
  padding: 0.9375rem;
}
.footer .copyright p {
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .footer .copyright {
    border-radius: 0 0 0 50px;
  }
}

.card-body.default-table > .row {
	padding-bottom: 10px;
	margin-bottom: 1.875rem;
	/*border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
	border-width: 0 0 var(--bs-list-group-border-width);*/
}
.card-body.default-table > .row:last-child {
	padding-bottom: 0;
	border-bottom-width: 0;
}
.card-body.default-table {
	padding-bottom:0;
}
/**
 * Modal
 */
.modal-header {
	padding: 1rem 1.875rem;
}
.modal button.close {
	background-color: transparent;
	border: 0;
	line-height: 1;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	color: var(--dark);
}
.modal-header .close {
	padding: 0.875rem 1.815rem;
	margin: 0;
	position: absolute;
	right: 0;
	float: none;
	top: 0;
	font-size: 30px;
	font-weight: 400;
} 
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
/**
 * List-group
 */ 
.card > .list-group {
border-top: inherit;
border-bottom: inherit; }
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.75rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #7e7e7e;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: var(--primary);
  --bs-list-group-active-border-color: var(--primary);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
	--bs-list-group-item-padding-y: 1rem;
	--bs-list-group-item-padding-x: 1.5rem;
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item.active:hover {
  	color: white;
  }

  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(var(--bs-list-group-border-width) * -1);
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(var(--bs-list-group-border-width) * -1);
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1440) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(var(--bs-list-group-border-width) * -1);
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #19328b;
  background-color: #d4ddfa; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #19328b;
    background-color: #bfc7e1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #19328b;
    border-color: #19328b; }

.list-group-item-secondary {
  color: #37215c;
  background-color: #ded7eb; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #37215c;
    background-color: #c8c2d4; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #37215c;
    border-color: #37215c; }

.list-group-item-success {
  color: #12703b;
  background-color: #d2f1e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #12703b;
    background-color: #bdd9ca; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #12703b;
    border-color: #12703b; }

.list-group-item-info {
  color: #006862;
  background-color: #ccefed; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006862;
    background-color: #b8d7d5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006862;
    border-color: #006862; }

.list-group-item-warning {
  color: #664412;
  background-color: #ffeed5; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664412;
    background-color: #e6d6c0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664412;
    border-color: #664412; }

.list-group-item-danger {
  color: #983232;
  background-color: #ffdddd; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #983232;
    background-color: #e6c7c7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #983232;
    border-color: #983232; }

.list-group-item-light {
  color: #59595f;
  background-color: #f8f8fb; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #59595f;
    background-color: #dfdfe2; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #59595f;
    border-color: #59595f; }

.list-group-item-dark {
  color: #37384d;
  background-color: #dedfe6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #37384d;
    background-color: #c8c9cf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #37384d;
    border-color: #37384d; }
/**
 * Errors
 */
.error-page .error-text {
  font-size: 150px;
  line-height: 1;
}
.error-page h4, .error-page .h4 {
  font-size: 40px;
  margin-bottom: 5px;
}
.error-page p {
  font-size: 16px;
}
/**
 * nav-wizard
 */
.nav-wizard li {
	position:relative;
	padding-bottom: 20px;
}
.nav-wizard li .nav-link span {
	border-radius: 50px;
	width: 3rem;
	height: 3rem;
	border: 2px solid var(--primary);
	display: block;
	line-height: 3rem;
	color: var(--primary);
	font-size: 18px;
	margin: auto;
	background-color: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
}
.nav-wizard li .nav-link:before {
	content:'';
	position: absolute;
	left: 38px;
	height: 100%;
	background: var(--primary) !important;
	z-index: 0;
	width: 3px;
}
.nav-wizard li .nav-link.done span {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: white;
}
.nav-wizard li .nav-link.done.active span {
	background-color: white;
	border-color: var(--secondary);
	color: var(--secondary);
}
.nav-wizard li .nav-link.done:before {
	background-color: var(--secondary)!important;
}
.nav-wizard li:last-child .nav-link:before {
	content:none;
}
.nav-wizard li:last-child {
	padding-bottom: 0;
}
/**
 * nav-pills
 */
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--primary);
}

/**
 * Badge
 */
.badge {
	line-height: 1.5;
	padding: 4px 10px;
	font-size: 12px;
} 
.badge-xs {
	font-size: 10px;
	padding: 0px 5px;
	line-height: 18px;
} 
.badge-sm {
	font-size: 11px;
	padding: 5px 8px;
	line-height: 11px;
}
.badge-lg {
	font-size: 14px;
	padding: 0px 10px;
	line-height: 30px;
}
.badge-xl {
	font-size: 15px;
	padding: 0px 15px;
	line-height: 35px;
}
.badge-primary {
	background-color: var(--primary);
}
.badge-secondary {
	background-color: var(--secondary);
}
.badge-success {
	background-color: #1EBA62;
}
.badge-danger {
	background-color: #fd5353;
}
.badge-warning {
	background-color: #FFAB2D;
	color: #212529;
}
.badge-info {
	background-color: #00ADA3;
}
.badge-light {
	background-color: var(--light);
	color: #212529;
}
.badge-dark {
	background-color: var(--dark);
}
.badge-rounded {
	border-radius: 20px;
	padding: 3px 13px;
}
.badge-outline-primary {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.badge-outline-secondary {
  border: 1px solid var(--secondary);
  color: var(--secondary);
}
.badge-outline-success {
  border: 1px solid #1EBA62;
  color: #1EBA62;
}
.badge-outline-danger {
  border: 1px solid #fd5353;
  color: #fd5353;
}
.badge-outline-danger {
  border: 1px solid #fd5353;
  color: #fd5353;
}
.badge-outline-warning {
  border: 1px solid #FFAB2D;
  color: #FFAB2D;
}
.badge-outline-info {
  border: 1px solid #00ADA3;
  color: #00ADA3;
}
.badge-outline-light {
  border: 1px solid var(--light);
  color: var(--light);
}
.badge-outline-dark {
  border: 1px solid var(--dark);
  color: var(--dark);
}
/**
 * Chat box
 */
.chat-box .card-body {
 	height: 540px;
}

  .chat-box .message-sent p {
    background: var(--primary);
    text-align: left;
    border-radius: 20px 20px 0 20px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 300;
font-size: 14px;    }
  @media only screen and (max-width: 575px) {
    .chat-box .message-sent {
      width: 100%; }
      .chat-box .message-sent p {
        border-radius: 10px 10px 0 10px;
        padding: 5px 8px; } }

  .chat-box .message-received p {
    background: rgba(91, 94, 129, 0.14);
    text-align: left;
    font-size: 14px;
    border-radius: 0 20px 20px 20px;
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    font-size: 14px; }
  @media only screen and (max-width: 575px) {
    .chat-box .message-received {
      width: 100%; }
      .chat-box .message-received p {
        font-size: 12px;
        border-radius: 0 10px 10px 10px;
        padding: 5px 8px; } }
  @media only screen and (max-width: 575px) {
    .message-bx p {
      font-size: 12px; } }

.chat-box .message-sent span,
.chat-box .message-received span {
	text-align: right;
	font-size: 12px;
}
 

.message-bx .image-bx {
  position: relative;
  display: inline-block; }
  .message-bx .image-bx .img-1 {
    width: 58px;
    height: 58px; }
    @media only screen and (max-width: 575px) {
      .message-bx .image-bx .img-1 {
        height: 45px;
        width: 45px; } }

.chat-box .card-footer {
  border: 2px solid #EEEEEE !important;
  margin: 1.25rem 1.875rem 1.25rem;
  padding: 10px;
  border-radius: 0.5rem;
}
.chat-box .input-group {
  border: 2px solid #EEEEEE !important;
  padding: 5px;
  border-radius: 0.5rem;
}

.chat-box input,
.chat-box .input-group-text {
	background-color: white;
	border: none;
}

/**
 * Survey - Scala dei valori
 */
.scala-valori-item {
	width: 100%;
	background-color: #eee;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.scala-valori-item h6 {
	text-align: center;
}
.scala-valori-item p {
	border-bottom: 1px dotted black;
	text-align: center;
}
.scala-valori-item.trip-wire {
	min-height: 75px;
}
.scala-valori-item.lead-magnet {
	min-height: 150px;
}
.scala-valori-item.oto {
	min-height: 150px;
}
.scala-valori-item.frontend {
	min-height: 225px;
}
.scala-valori-item.backend {
	min-height: 300px;
}
.scala-valori-item.continuity {
	min-height: 375px;
}
.scala-valori-item.prezzo {
	min-height: 50px;
}
/**
 * Table
 */
.table > :not(caption) > * > * {
	background-color: white;
}
.table tr.remove-border-bottom th,
.table tr.remove-border-bottom td {
	border-bottom-width: 0px;
}
/**
 * Surveys steps
 */
.questions-types {
	position: relative;
}
.questions-types > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.questions-types a {
	width: 70px;
	margin-top: 7px;
}
ul[name=questions] .ui-sortable-placeholder {
	min-height: 150px;
	border: 1px dotted var(--secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background: transparent;
}
ul[name=questions] .ui-sortable-placeholder::before {
	content: "\f0ee";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2em;
	color: var(--secondary);
	pointer-events: none;
}	
/**
 * Gallery images
 */
section[name="gallery"] .col-4 {
  position: relative;
  display: inline-block;
}

section[name="gallery"] .gallery-item {
  position: relative;
  width: 100%;
  border: 5px solid white;
  border-radius: 14px;
  height: 200px;
  padding: 3px;
  overflow: hidden;
}

section[name="gallery"] .gallery-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  object-fit: contain;
}

section[name="gallery"] .buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section[name="gallery"] .col-4:hover .buttons {
  opacity: 1;
  visibility: visible;
}

section[name="gallery"] .col-4:hover img {
  filter: brightness(0.7);
  transition: filter 0.3s ease;
}

section[name="gallery"] .buttons p {
  display: block;
  color: white;
}
section[name="gallery"] .buttons .btn {
  margin: 5px;
  min-width: 80px;
}

#modalMediaImages section[name="gallery"] div[name="gallery"] {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#modalMediaImages section[name="gallery"] div[name="gallery"]::-webkit-scrollbar {
  width: 8px;
}

#modalMediaImages section[name="gallery"] div[name="gallery"]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#modalMediaImages section[name="gallery"] div[name="gallery"]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#modalMediaImages section[name="gallery"] div[name="gallery"]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/**
 * List ui sortable styles
 */
.list-unstyled .ui-sortable-placeholder {
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--primary);
  padding: 10px;
}
.list-unstyled .ui-sortable-placeholder::after {
  content: '\f0c2';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: var(--primary);
  font-size: 20px;
}
/**
 * Brand book
 */
#brand-book-colors .color {
  width: 150px;
  text-align: center;
 }
 #brand-book-colors .color span:nth-child(1) {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
}
#brand-book-colors .color span:nth-child(2) {
  display: block;
  font-weight: bold;
}
#brand-book-colors .color span:hover {
  cursor: pointer;
}
#brand-book-colors .color a {
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  color: var(--primary);
  font-size: 25px;
  display: block;
  font-weight: bold;
  margin: 0 auto;
}

 #brand-book-typography div[name="elements"] {
  font-family: 'Barlow';
 }
 #brand-book-typography div[name="elements"] > * {
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 10px;
  font-family: inherit;
  color: inherit;
  text-align: left;
  display: block;
}
#brand-book-typography div[name="elements"] > a {
  text-decoration: underline;
  font-weight: bold;
}
#brand-book-typography div[name="elements"] > *:hover,
#brand-book-typography div[name="elements"] > *.selected {
  cursor: pointer;
  border-color: var(--primary);
}

#brand-book-inputs div[name="elements"] {
  font-family: 'Barlow';
 }
#brand-book-inputs div[name="elements"] > div {
  margin-bottom: 20px;
  border: 1px solid transparent;
  padding: 10px;
  font-family: inherit;
  color: inherit;
  display: block;
}
#brand-book-inputs div[name="elements"] > div:hover,
#brand-book-inputs div[name="elements"] > div.selected {
  cursor: pointer;
  border-color: var(--primary);
}
#brand-book-inputs div[name="elements"] > div > * {
  border: 1px solid #ccc;
  width: 100%;
  font-family: inherit;
  background-color: #f4f4f4;
  border-radius: 5px;
  color: inherit;
  padding: 10px;
}
#brand-book-button div[name="elements"] {
  padding: 10px;
}
#brand-book-button div[name="elements"] > div {
  border: 1px solid #2ec916;
  width: 100%;
  font-family: 'Barlow';
  background-color: #2ec916;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
}
/**
 * modalMemberCustom
 */
#modalMemberCustom .card {
  height: auto;
}
/**
 * Timeline
 */
 .widget-timeline .timeline {
  list-style: none;
  position: relative; }
  .widget-timeline .timeline:before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 9px;
    margin-right: -1.5px;
    background: #dedeed; }
.widget-timeline .timeline > li {
  margin-bottom: 15px;
  position: relative; }
.widget-timeline .timeline > li:before {
  content: " ";
  display: table; }
.widget-timeline .timeline > li:after {
  content: " ";
  display: table;
  clear: both; }
.widget-timeline .timeline > li > .timeline-panel {
  border-radius: 0.5rem;
  padding: 15px 20px;
  position: relative;
  display: block;
  margin-left: 40px;
  border-width: 1px;
  border-style: solid; }
.widget-timeline .timeline > li > .timeline-panel span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  opacity: 0.8;
  letter-spacing: 1px; }
.widget-timeline .timeline > li > .timeline-panel p {
  font-size: 14px; }
.widget-timeline .timeline > li > .timeline-panel:after {
  content: "";
  width: 10px;
  height: 10px;
  background: inherit;
  border-color: inherit;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  display: block;
  position: absolute;
  left: -5px;
  transform: rotate(45deg);
  top: 15px; }
.widget-timeline .timeline > li > .timeline-badge {
  border-radius: 50%;
  height: 22px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 22px;
  border-width: 2px;
  border-style: solid;
  background: #fff;
  padding: 4px; }
.widget-timeline .timeline > li > .timeline-badge:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block; }

.widget-timeline .timeline-body > p {
  font-size: 12px; }

.widget-timeline .timeline-badge.primary {
  border-color: #e1e7fc; }
.widget-timeline .timeline-badge.primary:after {
  background-color: var(--primary) !important;
  box-shadow: 0 5px 10px 0 rgba(41, 83, 232, 0.2); }
.widget-timeline .timeline-badge.primary + .timeline-panel {
  background: #e1e7fc;
  border-color: #e1e7fc; }

.widget-timeline .timeline-badge.success {
  border-color: #d0f7e1; }
.widget-timeline .timeline-badge.success:after {
  background-color: #1EBA62 !important;
  box-shadow: 0 5px 10px 0 rgba(30, 186, 98, 0.2); }
.widget-timeline .timeline-badge.success + .timeline-panel {
  background: #d0f7e1;
  border-color: #d0f7e1; }

.widget-timeline .timeline-badge.warning {
  border-color: #fff9ef; }
.widget-timeline .timeline-badge.warning:after {
  background-color: #FFAB2D !important;
  box-shadow: 0 5px 10px 0 rgba(255, 171, 45, 0.2); }
.widget-timeline .timeline-badge.warning + .timeline-panel {
  background: #fff9ef;
  border-color: #fff9ef; }

.widget-timeline .timeline-badge.danger {
  border-color: #ffeaea; }
.widget-timeline .timeline-badge.danger:after {
  background-color: #fd5353 !important;
  box-shadow: 0 5px 10px 0 rgba(253, 83, 83, 0.2); }
.widget-timeline .timeline-badge.danger + .timeline-panel {
  background: #ffeaea;
  border-color: #ffeaea; }

.widget-timeline .timeline-badge.info {
  border-color: #47fff4; }
.widget-timeline .timeline-badge.info:after {
  background-color: #00ADA3 !important;
  box-shadow: 0 5px 10px 0 rgba(0, 173, 163, 0.2); }
.widget-timeline .timeline-badge.info + .timeline-panel {
  background: #47fff4;
  border-color: #47fff4; }

.widget-timeline .timeline-badge.dark {
  border-color: #a0a2bc; }
.widget-timeline .timeline-badge.dark:after {
  background-color: #5b5e81 !important;
  box-shadow: 0 5px 10px 0 rgba(91, 94, 129, 0.2); }
.widget-timeline .timeline-badge.dark + .timeline-panel {
  background: #a0a2bc;
  border-color: #a0a2bc; }

.widget-timeline.style-1 .timeline-panel {
  background: transparent; }

.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel {
  background: transparent !important;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-radius: 0;
  padding: 5px 10px 5px 15px; }
.widget-timeline.style-1 .timeline .timeline-badge.timeline-badge + .timeline-panel:after {
  border: 0;
  left: -9px;
  width: 7px;
  height: 7px; }

.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel {
  border-color: var(--primary); }
.widget-timeline.style-1 .timeline .timeline-badge.primary + .timeline-panel:after {
background: var(--primary); }

.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel {
  border-color: var(--success); }
.widget-timeline.style-1 .timeline .timeline-badge.success + .timeline-panel:after {
  background: var(--success); }

.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel {
  border-color: var(--warning); }
.widget-timeline.style-1 .timeline .timeline-badge.warning + .timeline-panel:after {
  background: var(--warning); }

.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel {
  border-color: var(--danger); }
.widget-timeline.style-1 .timeline .timeline-badge.danger + .timeline-panel:after {
  background: var(--danger); }

.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel {
  border-color: var(--info); }
.widget-timeline.style-1 .timeline .timeline-badge.info + .timeline-panel:after {
  background: var(--info); }

.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel {
  border-color: var(--dark); }
.widget-timeline.style-1 .timeline .timeline-badge.dark + .timeline-panel:after {
  background: var(--dark); }
/**
 * Folders
 */
.breadcrumb-item.folder.active:not(.upd):hover span {
  text-decoration: underline;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 2px;
}
.breadcrumb-item.active.upd span {
  background-color: white;
  padding: 5px 10px;
  color: var(--dark) !important;
  border-radius: 5px;
  border: 1px solid var(--dark);
 }
 .breadcrumb-item.active.upd i {
  display: none;
 }
 .folders {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.folders li {
  display: inline-block;
  min-width: 200px;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
}
.folders li i {
  color: var(--secondary);
  margin-right: 10px;
}
.folders li.parent {
  display: flex;
  align-items: center;
}
.folders li.add {
  border: 1px dashed var(--secondary);
  color: var(--secondary);
  background-color: transparent;
  display: flex;
  align-items: center;
}
.folders li .dropdown {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.folders li:hover .dropdown {
  opacity: 1;
}
.folders li .dropdown button.btn-dropdown-toggle {
  font-size: 20px;
}
/* Loading spinner styles */
.folders.loading {
  position: relative;
  padding: 10px;
}

.folders.loading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.folders.loading::after {
  content: '\f110';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 24px;
  color: var(--secondary);
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.folders.loading li.add {
  display: none;
  opacity: 0.3;
  pointer-events: none;
}
/**
 * Carousel
 */
.carousel {
  min-height: 200px;
}
.carousel-item {
  height: 200px;
  max-height: 200px;
}
.carousel-item img {
  height: auto;
}
.carousel-control-prev,
.carousel-control-next {
  color: var(--secondary);
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ec627e'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ec627e'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  list-style: none;
}
.carousel-indicators li {
  background-color: var(--secondary) !important;
  opacity: 0.5;
}
.carousel-indicators li.active {
  opacity: 1;
}
/**
 * ═══════════════════════════════════════════════════════════════
 * Cards Dashboard Components
 * Statistics, Analytics, Advance card patterns
 * ═══════════════════════════════════════════════════════════════
 */

/* ── Stat Card (icon + value + badge) ── */
.stat-card .card-body {
  display: flex;
  align-items: center;
  gap: 16px;
}
.stat-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.stat-content {
  flex: 1;
  min-width: 0;
}
.stat-label {
  font-size: 13px;
  font-weight: 500;
  color: #969BA0;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.stat-sub {
  font-size: 12px;
  color: #969BA0;
  margin-top: 2px;
}

/* ── Badge Trend ── */
.badge-trend {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}
.badge-trend.up {
  background: rgba(30, 186, 98, 0.12);
  color: #1EBA62;
}
.badge-trend.down {
  background: rgba(253, 83, 83, 0.12);
  color: #fd5353;
}

/* ── Card Menu (three dots) ── */
.card-menu {
  background: none;
  border: 0;
  padding: 4px 8px;
  color: #969BA0;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
  transition: background 0.2s;
  line-height: 1;
}
.card-menu:hover {
  background: #f4f4f4;
}

/* ── Card Subtitle ── */
.card-subtitle {
  font-size: 13px;
  color: #969BA0;
  margin-top: 4px;
  font-weight: 400;
}

/* ── Pipeline / Funnel ── */
.tracker-hero .big-val {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  line-height: 1;
}
.tracker-hero .big-label {
  font-size: 13px;
  color: #969BA0;
  margin-top: 4px;
}
.pipeline-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.pipeline-item + .pipeline-item {
  border-top: 1px solid #f5f5f7;
}
.pipeline-stage-name {
  width: 95px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  flex-shrink: 0;
}
.pipeline-bar-bg {
  flex: 1;
  height: 22px;
  background: #f5f5f7;
  border-radius: 4px;
  overflow: hidden;
}
.pipeline-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.pipeline-num {
  width: 40px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.pipeline-amt {
  width: 60px;
  text-align: right;
  font-size: 13px;
  color: #969BA0;
}
.pipeline-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 2px dashed #f0f1f5;
}
.pipeline-footer .label {
  font-size: 13px;
  color: #969BA0;
}
.pipeline-footer .value {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

/* ── Source / Channel List ── */
.source-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}
.source-item + .source-item {
  border-top: 1px solid #f5f5f7;
}
.source-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.source-info {
  flex: 1;
  min-width: 0;
}
.source-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.source-meta {
  font-size: 12px;
  color: #969BA0;
}
.source-nums {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
}
.source-lead-count {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.source-conv {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}

/* ── Spark Bars (mini bar chart) ── */
.spark-bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 65px;
}
.spark-bars .bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.spark-labels {
  display: flex;
  gap: 5px;
  margin-top: 6px;
}
.spark-labels span {
  flex: 1;
  text-align: center;
  font-size: 10px;
  color: #969BA0;
  font-weight: 500;
}

/* ── Project / Team List ── */
.project-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
}
.project-item + .project-item {
  border-top: 1px solid #f5f5f7;
}
.project-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.project-info {
  flex: 1;
  min-width: 0;
}
.project-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-meta {
  font-size: 12px;
  color: #969BA0;
}
.project-pct {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}
.mini-progress {
  height: 5px;
  background: #f5f5f7;
  border-radius: 10px;
  margin-top: 5px;
  overflow: hidden;
}
.mini-progress .fill {
  height: 100%;
  border-radius: 10px;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Transaction / Alert List ── */
.tx-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
}
.tx-item + .tx-item {
  border-top: 1px solid #f5f5f7;
}
.tx-icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.tx-info {
  flex: 1;
}
.tx-title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}
.tx-time {
  font-size: 11px;
  color: #969BA0;
  margin-top: 2px;
}
.tx-item.urgent {
  background: rgba(253, 83, 83, 0.05);
  margin: 0 -1.875rem;
  padding: 12px 1.875rem;
  border-radius: 0;
}
.tx-item.urgent + .tx-item {
  border-top: 0;
}
.tx-item.urgent .tx-title {
  color: #fd5353;
}

/* ── Live Dot ── */
.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(30, 186, 98, 0.12);
  color: #1EBA62;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
}
.live-dot::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1EBA62;
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.7); }
}

/* ── Urgent Badge ── */
.urgent-badge {
  background: #fd5353;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* ── Showcase Section Title ── */
.showcase-section-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--primary);
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary);
  display: inline-block;
}
.showcase-section-title:first-child {
  margin-top: 0;
}

/* ═══════════════════════════════════════════
   FASTMARKETING AI — AGENTI
   ═══════════════════════════════════════════ */

/* ── Specialist Grid ── */
.specialist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 991px) {
  .specialist-grid { grid-template-columns: 1fr; }
}

/* ── Specialist Card ── */
.specialist-card {
  border: 1px solid #f0f1f5;
  border-radius: 0.625rem;
  padding: 1.5rem;
  background: #fff;
  transition: box-shadow .2s, border-color .2s;
  cursor: pointer;
  position: relative;
  box-shadow: 0px 12px 23px 0px rgba(92, 55, 153, 0.04);
}
.specialist-card:hover {
  box-shadow: 0 4px 18px rgba(0, 0, 0, .08);
  border-color: var(--primary);
}
.specialist-card .sp-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.specialist-card .sp-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}
.specialist-card .sp-avatar {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  flex-shrink: 0;
}
.sp-avatar.cat-c-level   { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.sp-avatar.cat-specialist  { background: linear-gradient(135deg, var(--primary), #067a8a); }
.sp-avatar.cat-assistant   { background: linear-gradient(135deg, #3b82f6, #2563eb); }

.specialist-card .sp-name {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}
.specialist-card .sp-category {
  font-size: 12px;
  color: #969BA0;
}
.specialist-card .sp-desc {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  min-height: 40px;
}
.specialist-card .sp-features {
  margin-bottom: 0.875rem;
}
.specialist-card .sp-features .badge {
  font-weight: 500;
  font-size: 11px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.specialist-card .sp-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0.875rem;
}
.specialist-card .sp-tool-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 6px;
  background: #f0f9fa;
  color: #0095a9;
  border: 1px solid #e0f2f4;
}
.specialist-card .sp-tool-badge i {
  font-size: 10px;
  opacity: .7;
}
.specialist-card .sp-footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 0.875rem;
  border-top: 1px solid #f0f1f5;
  flex-wrap: wrap;
}
.specialist-card .sp-stat {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #969BA0;
}
.specialist-card .sp-stat strong {
  color: var(--dark);
  font-weight: 600;
}
.specialist-card .sp-stat i {
  font-size: 12px;
  opacity: .45;
}
.specialist-card .sp-model {
  margin-left: auto;
  font-size: 11px;
  font-family: 'Courier New', monospace;
  background: #f4f4f4;
  padding: 3px 10px;
  border-radius: 4px;
  color: #969BA0;
  letter-spacing: -0.2px;
}
.specialist-card .sp-actions {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
}

/* ── Category Filter Pills ── */
.category-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.category-pills .pill {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: #6c757d;
  cursor: pointer;
  transition: all .15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.category-pills .pill:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.category-pills .pill.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.category-pills .pill .pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 0 5px;
  background: rgba(0,0,0,.08);
}
.category-pills .pill.active .pill-count {
  background: rgba(255,255,255,.25);
}

/* ── Empty State ── */
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
}
.empty-state i {
  font-size: 3rem;
  color: #d1d5db;
  margin-bottom: 1rem;
  display: block;
}
.empty-state p { color: #969BA0; }

/* ── Loading Skeleton ── */
.skeleton-card {
  border: 1px solid #f0f1f5;
  border-radius: 0.625rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0px 12px 23px 0px rgba(92, 55, 153, 0.04);
}
.skeleton-line {
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── Agent Avatar Preview (save form) ── */
.agent-avatar-preview {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  flex-shrink: 0;
}
.agent-avatar-preview.cat-c-level   { background: linear-gradient(135deg, #7c3aed, #6d28d9); }
.agent-avatar-preview.cat-specialist  { background: linear-gradient(135deg, var(--primary), #067a8a); }
.agent-avatar-preview.cat-assistant   { background: linear-gradient(135deg, #3b82f6, #2563eb); }

/* ── Readonly form fields ── */
.form-control[readonly] {
  background-color: #f8f9fa;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 7px,
    #e5e7eb 7px,
    #e5e7eb 8px
  );
  border-style: dashed;
  color: #6c757d;
  cursor: default;
}

/* ── Section Divider ── */
.section-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #969BA0;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #f0f1f5;
}

/* ── System Prompt Textarea ── */
textarea.prompt-editor {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.7;
  background: #fafbfc;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
  resize: vertical;
  min-height: 200px;
}
textarea.prompt-editor:focus {
  background: #fff;
  border-color: var(--primary);
  box-shadow: 0 0 0 .15rem rgba(0,149,169,.1);
}

/* ── KB Level Checkboxes ── */
.kb-level-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fafbfc;
  border: 1px solid #f0f1f5;
  margin-bottom: 8px;
  transition: border-color .15s;
}
.kb-level-item:hover { border-color: var(--primary); }
.kb-level-item .kb-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.kb-level-item .kb-info { flex: 1; }
.kb-level-item .kb-name { font-size: 13px; font-weight: 600; color: #000; }
.kb-level-item .kb-desc { font-size: 11px; color: #969BA0; }
.kb-level-item .kb-ns {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  background: #f0f1f5;
  padding: 2px 8px;
  border-radius: 4px;
  color: #6c757d;
}

/* ── Tenant Checkbox Items ── */
.tenant-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fafbfc;
  border: 1px solid #f0f1f5;
  margin-bottom: 6px;
}
.tenant-item .tenant-avatar {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(0,149,169,.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.tenant-item .tenant-info { flex: 1; }
.tenant-item .tenant-name { font-size: 13px; font-weight: 600; color: #000; }
.tenant-item .tenant-meta { font-size: 11px; color: #969BA0; }

/* ── Variables Tag ── */
.var-tag {
  display: inline-block;
  font-family: 'Courier New', monospace;
  font-size: 11px;
  background: rgba(0,149,169,.08);
  color: var(--primary);
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  transition: background .15s;
}
.var-tag:hover { background: rgba(0,149,169,.18); }

/* ── Admin Notice ── */
.admin-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #fffbeb;
  border: 1px solid #fde68a;
  font-size: 12px;
  color: #92400e;
  margin-bottom: 1.5rem;
}

/* ── Status Toggle ── */
.status-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.status-toggle .form-check-input {
  width: 2.5rem;
  height: 1.25rem;
}
.status-toggle .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

/* ═══════════════════════════════════════════
   FASTMARKETING AI — KNOWLEDGE BASE
   ═══════════════════════════════════════════ */

/* ── KB Level Tabs ── */
.kb-level-tabs {
  display: flex; gap: 12px; margin-bottom: 1.5rem;
}
.kb-level-tab {
  flex: 1; display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; border-radius: 0.5rem;
  border: 2px solid #f0f1f5; background: #fff;
  cursor: pointer; transition: all .2s;
  box-shadow: 0px 12px 23px 0px rgba(92, 55, 153, 0.04);
}
.kb-level-tab:hover { border-color: #d1d5db; }
.kb-level-tab.active { border-color: var(--primary); background: rgba(0,149,169,.02); }
.kb-level-tab.active.level-general { border-color: #3b82f6; background: rgba(59,130,246,.02); }
.kb-level-tab.active.level-specialist { border-color: #7c3aed; background: rgba(124,58,237,.02); }

.kb-level-tab .kb-tab-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.kb-level-tab .kb-tab-info { flex: 1; }
.kb-level-tab .kb-tab-name { font-size: 15px; font-weight: 700; color: #000; }
.kb-level-tab .kb-tab-meta { font-size: 12px; color: #969BA0; }
.kb-level-tab .kb-tab-stats { text-align: right; }
.kb-level-tab .kb-tab-number { font-size: 24px; font-weight: 800; line-height: 1; }
.kb-level-tab .kb-tab-label { font-size: 11px; color: #969BA0; text-transform: uppercase; }

.level-general .kb-tab-icon { background: rgba(59,130,246,.1); color: #3b82f6; }
.level-general .kb-tab-number { color: #3b82f6; }
.level-specialist .kb-tab-icon { background: rgba(124,58,237,.1); color: #7c3aed; }
.level-specialist .kb-tab-number { color: #7c3aed; }

/* ── Agent Filter (specialist level) ── */
.agent-filter-bar {
  display: none; align-items: center; gap: 10px;
  padding: 12px 18px; border-radius: 8px;
  background: rgba(124,58,237,.04); border: 1px solid rgba(124,58,237,.15);
  margin-bottom: 1rem; font-size: 13px; color: var(--dark);
}
.agent-filter-bar.visible { display: flex; }
.agent-filter-bar i { color: #7c3aed; }

/* ── Upload Zone ── */
.upload-zone {
  border: 2px dashed #d1d5db; border-radius: 0.625rem;
  padding: 2rem; text-align: center;
  margin-bottom: 1.5rem; cursor: pointer;
  transition: all .2s; background: #fafbfc;
}
.upload-zone:hover { border-color: var(--primary); background: rgba(0,149,169,.02); }
.upload-zone.dragover { border-color: var(--primary); background: rgba(0,149,169,.06); }
.upload-zone.level-general { border-color: rgba(59,130,246,.3); }
.upload-zone.level-general:hover { border-color: #3b82f6; background: rgba(59,130,246,.04); }
.upload-zone.level-specialist { border-color: rgba(124,58,237,.3); }
.upload-zone.level-specialist:hover { border-color: #7c3aed; background: rgba(124,58,237,.04); }
.upload-zone .upload-icon { font-size: 28px; color: #969BA0; margin-bottom: 8px; }
.upload-zone .upload-title { font-size: 14px; font-weight: 600; color: #000; }
.upload-zone .upload-subtitle { font-size: 12px; color: #969BA0; margin-top: 4px; }
.upload-zone .upload-ns {
  display: inline-block; margin-top: 10px;
  font-family: 'Courier New', monospace; font-size: 11px;
  padding: 3px 10px; border-radius: 4px;
}
.upload-zone .upload-ns.level-general { background: rgba(59,130,246,.08); color: #3b82f6; }
.upload-zone .upload-ns.level-specialist { background: rgba(124,58,237,.08); color: #7c3aed; }

.upload-zone.disabled {
  opacity: .55; pointer-events: none; border-style: dashed; border-color: #d1d5db;
}
.upload-zone.disabled .upload-icon { color: #d1d5db; }
.upload-zone #upload-agent-selector { pointer-events: auto; }
.upload-zone.disabled #upload-agent-selector { pointer-events: auto; opacity: 1; }

/* ── Documents Table ── */
.docs-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.docs-table thead th {
  padding: 12px 16px; text-align: left; font-weight: 600;
  color: #969BA0; font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.5px; background: #fafbfc; border-bottom: 1px solid #f0f1f5;
}
.docs-table thead th.text-center { text-align: center; }
.docs-table thead th.text-end { text-align: right; }
.docs-table tbody tr { border-bottom: 1px solid #f0f1f5; transition: background .1s; }
.docs-table tbody tr:hover { background: #fafbfc; }
.docs-table tbody td { padding: 14px 16px; vertical-align: middle; }
.docs-table tbody td.text-center { text-align: center; }
.docs-table tbody td.text-end { text-align: right; }

.doc-name-cell { display: flex; align-items: center; gap: 10px; }
.doc-icon {
  width: 32px; height: 32px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0;
}
.doc-icon.pdf { background: rgba(239,68,68,.08); color: #ef4444; }
.doc-icon.docx { background: rgba(59,130,246,.08); color: #3b82f6; }
.doc-icon.md { background: rgba(16,185,129,.08); color: #10b981; }
.doc-icon.txt { background: rgba(107,114,128,.08); color: #6b7280; }
.doc-icon.csv { background: rgba(245,158,11,.08); color: #f59e0b; }

.doc-name { font-weight: 600; color: #000; }
.doc-file-meta { font-size: 11px; color: #969BA0; }

.doc-status-badge { font-size: 11px; padding: 4px 10px; border-radius: 20px; font-weight: 600; }
.doc-status-badge.completed { background: rgba(30,186,98,.1); color: #1EBA62; }
.doc-status-badge.processing { background: rgba(245,158,11,.1); color: #f59e0b; }
.doc-status-badge.failed { background: rgba(239,68,68,.1); color: #ef4444; }
.doc-status-badge.pending { background: rgba(107,114,128,.1); color: #6b7280; }

/* ── Info Box ── */
.info-box {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 16px; border-radius: 8px; font-size: 12px; line-height: 1.6;
}
.info-box.info-blue { background: rgba(59,130,246,.06); border: 1px solid rgba(59,130,246,.15); color: #1e40af; }
.info-box.info-purple { background: rgba(124,58,237,.06); border: 1px solid rgba(124,58,237,.15); color: #5b21b6; }
.info-box i { margin-top: 2px; flex-shrink: 0; }

/* ── Search Test Panel ── */
.search-test-panel {
  background: #0f172a; border-radius: 0.5rem; padding: 20px;
  font-family: 'Courier New', monospace; font-size: 12px; color: #94a3b8;
}
.search-test-panel .panel-title { color: #f59e0b; font-weight: 700; margin-bottom: 12px; font-size: 13px; }
.search-result-item {
  padding: 10px 12px; border-radius: 6px;
  background: rgba(255,255,255,.04); margin-bottom: 8px;
  border-left: 3px solid transparent;
}
.search-result-item.high { border-color: #4ade80; }
.search-result-item.medium { border-color: #fbbf24; }
.search-result-item.low { border-color: #64748b; }
.search-result-source { color: #38bdf8; font-size: 11px; }
.search-result-score { color: #4ade80; float: right; }
.search-result-text { color: #cbd5e1; font-size: 11px; margin-top: 4px; font-family: Barlow, sans-serif; }

/* ── Empty State KB ── */
.empty-state-kb {
  text-align: center; padding: 3rem 1rem;
}
.empty-state-kb i { font-size: 3rem; color: #d1d5db; margin-bottom: 1rem; display: block; }
.empty-state-kb p { color: #969BA0; font-size: 14px; }

/* ── Progress Upload ── */
.upload-progress {
  display: none; margin-top: 12px;
}
.upload-progress .progress { height: 6px; border-radius: 3px; }
.upload-progress .progress-bar { background: var(--primary); }
.upload-progress .upload-file-name { font-size: 12px; color: #969BA0; margin-bottom: 4px; }

@media (max-width: 767px) {
  .kb-level-tabs { flex-direction: column; }
}

/* ═══════════════════════════════════════════
   FASTMARKETING AI — TEST CHAT MODAL
   ═══════════════════════════════════════════ */
.test-chat-backdrop {
	position: fixed; inset: 0; z-index: 9999;
	background: rgba(0,0,0,.6); backdrop-filter: blur(4px);
	display: none; opacity: 0; transition: opacity .25s;
}
.test-chat-backdrop.show { display: block; opacity: 1; }

.test-chat-modal {
	position: fixed; inset: 16px; z-index: 10000;
	background: #fff; border-radius: 16px;
	display: none; flex-direction: column;
	box-shadow: 0 24px 80px rgba(0,0,0,.25);
	overflow: hidden;
	animation: tcmSlideIn .3s ease;
}
.test-chat-modal.show { display: flex; }
@keyframes tcmSlideIn {
	from { transform: translateY(20px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

/* Header */
.tcm-header {
	display: flex; align-items: center; gap: 14px;
	padding: 16px 24px;
	border-bottom: 1px solid #f0f1f5;
	flex-shrink: 0;
}
.tcm-avatar {
	width: 40px; height: 40px; border-radius: 10px;
	display: flex; align-items: center; justify-content: center;
	font-size: 18px; color: #fff; flex-shrink: 0;
	background: linear-gradient(135deg, var(--primary), #007a8a);
}
.tcm-title-group { flex: 1; }
.tcm-title { font-size: 16px; font-weight: 700; color: #000; }
.tcm-subtitle { font-size: 12px; color: #969BA0; }

.tcm-controls { display: flex; align-items: center; gap: 10px; }
.tcm-badge-live {
	display: inline-flex; align-items: center; gap: 5px;
	padding: 4px 10px; border-radius: 20px;
	background: rgba(30,186,98,.1); color: #1EBA62;
	font-size: 11px; font-weight: 600;
}
.tcm-badge-live .pulse {
	width: 6px; height: 6px; border-radius: 50%;
	background: #1EBA62;
	animation: tcmPulse 1.5s infinite;
}
@keyframes tcmPulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

.tcm-close {
	width: 36px; height: 36px; border-radius: 8px;
	border: 1px solid #e5e7eb; background: #fff;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; color: #6c757d; font-size: 16px;
	transition: all .15s;
}
.tcm-close:hover { background: #f4f4f4; border-color: #d1d5db; }

/* Body */
.tcm-body { display: flex; flex: 1; overflow: hidden; }

/* Sessions Sidebar */
.tcm-sessions {
	width: 220px; flex-shrink: 0; border-right: 1px solid #f0f1f5;
	display: flex; flex-direction: column; background: #fafbfc;
}
.tcm-sessions-header {
	padding: 14px 16px; border-bottom: 1px solid #f0f1f5;
	display: flex; justify-content: space-between; align-items: center;
	flex-shrink: 0;
}
.tcm-sessions-title { font-size: 12px; font-weight: 700; color: #000; }
.tcm-sessions-add {
	width: 26px; height: 26px; border-radius: 6px;
	background: var(--primary); border: none; color: #fff;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; font-size: 12px;
}
.tcm-sessions-list { flex: 1; overflow-y: auto; }
.tcm-session-item {
	padding: 12px 16px; border-bottom: 1px solid #f0f1f5;
	cursor: pointer; transition: background .1s;
}
.tcm-session-item:hover { background: #f0f1f5; }
.tcm-session-item.active { background: #e8f5f2; border-left: 3px solid var(--primary); }
.tcm-session-name {
	font-size: 12px; font-weight: 600; color: #000;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tcm-session-meta {
	display: flex; justify-content: space-between;
	font-size: 10px; color: #969BA0; margin-top: 3px;
}

/* Chat Panel */
.tcm-chat {
	flex: 1; display: flex; flex-direction: column;
	border-right: 1px solid #f0f1f5;
	min-width: 0;
}
.tcm-messages { flex: 1; overflow-y: auto; padding: 20px 24px; }
.tcm-msg { display: flex; margin-bottom: 16px; }
.tcm-msg.user { justify-content: flex-end; }
.tcm-msg.assistant { justify-content: flex-start; }

.tcm-bubble {
	max-width: 75%; padding: 12px 16px; border-radius: 14px;
	font-size: 14px; line-height: 1.65; word-break: break-word;
}
.tcm-msg.user .tcm-bubble {
	background: var(--primary); color: #fff;
	border-bottom-right-radius: 4px;
}
.tcm-msg.assistant .tcm-bubble {
	background: #f4f4f4; color: var(--dark);
	border-bottom-left-radius: 4px;
}
.tcm-msg-meta { font-size: 10px; margin-top: 4px; opacity: .5; }
.tcm-msg.user .tcm-msg-meta { text-align: right; }

/* Typing indicator */
.tcm-typing {
	display: none; padding: 12px 16px; background: #f4f4f4;
	border-radius: 14px; border-bottom-left-radius: 4px;
	width: fit-content;
}
.tcm-typing.visible { display: block; }
.tcm-typing-dots { display: flex; gap: 4px; }
.tcm-typing-dots span {
	width: 7px; height: 7px; border-radius: 50%;
	background: #969BA0; animation: tcmTypingBounce .9s infinite;
}
.tcm-typing-dots span:nth-child(2) { animation-delay: .15s; }
.tcm-typing-dots span:nth-child(3) { animation-delay: .3s; }
@keyframes tcmTypingBounce {
	0%,60%,100% { transform: translateY(0); }
	30% { transform: translateY(-4px); }
}

/* Welcome */
.tcm-welcome { text-align: center; padding: 3rem 2rem; color: #969BA0; }
.tcm-welcome i { font-size: 3rem; color: #d1d5db; display: block; margin-bottom: 16px; }
.tcm-welcome h4 { color: #000; font-weight: 600; margin-bottom: 8px; }
.tcm-welcome p { font-size: 13px; max-width: 360px; margin: 0 auto 16px; line-height: 1.6; }
.tcm-welcome .tcm-suggestions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.tcm-welcome .tcm-suggestion {
	padding: 8px 16px; border-radius: 20px;
	border: 1px solid #e5e7eb; background: #fff;
	font-size: 12px; color: var(--dark); cursor: pointer;
	transition: all .15s;
}
.tcm-welcome .tcm-suggestion:hover { border-color: var(--primary); color: var(--primary); }

/* Input area */
.tcm-input-area {
	padding: 16px 24px; border-top: 1px solid #f0f1f5;
	display: flex; gap: 10px; align-items: flex-end;
	flex-shrink: 0;
}
.tcm-input-area textarea {
	flex: 1; resize: none; border: 1px solid #e5e7eb;
	border-radius: 12px; padding: 10px 16px;
	font-size: 14px; font-family: Barlow, sans-serif;
	max-height: 120px; line-height: 1.5;
}
.tcm-input-area textarea:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 .15rem rgba(0,149,169,.1);
	outline: none;
}
.tcm-send-btn {
	width: 44px; height: 44px; border-radius: 12px;
	background: var(--primary); border: none; color: #fff;
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; font-size: 16px; flex-shrink: 0;
	transition: background .15s;
}
.tcm-send-btn:hover { background: #007a8a; }
.tcm-send-btn:disabled { opacity: .4; cursor: not-allowed; }

/* Debug Panel */
.tcm-debug {
	width: 380px; flex-shrink: 0;
	background: #0f172a; color: #94a3b8;
	display: flex; flex-direction: column;
	font-family: 'Courier New', monospace; font-size: 12px;
	overflow: hidden;
}
.tcm-debug-header {
	padding: 14px 18px; border-bottom: 1px solid #1e293b;
	display: flex; justify-content: space-between; align-items: center;
	flex-shrink: 0;
}
.tcm-debug-title { color: #f59e0b; font-weight: 700; font-size: 13px; }
.tcm-debug-toggle {
	padding: 3px 10px; border-radius: 4px;
	background: rgba(255,255,255,.06); border: none;
	color: #64748b; font-size: 11px; cursor: pointer;
	font-family: 'Courier New', monospace;
}
.tcm-debug-body { flex: 1; overflow-y: auto; padding: 16px 18px; }
.tcm-debug-section { margin-bottom: 16px; }
.tcm-debug-section-title {
	color: #4ade80; font-weight: 600; margin-bottom: 6px;
	display: flex; align-items: center; gap: 6px;
}
.tcm-debug-section-title i { font-size: 10px; }
.tcm-debug-section-body { padding-left: 14px; line-height: 1.8; }
.tcm-debug-key { color: #64748b; }
.tcm-debug-val { color: #cbd5e1; }
.tcm-debug-val.highlight { color: #38bdf8; }
.tcm-debug-val.success { color: #4ade80; }
.tcm-debug-val.warn { color: #fbbf24; }
.tcm-debug-val.dim { color: #475569; }
.tcm-debug-divider { border-top: 1px solid #1e293b; margin: 12px 0; }

/* Config snapshot */
.tcm-config-snapshot {
	padding: 12px 18px; border-top: 1px solid #1e293b;
	flex-shrink: 0; font-size: 11px;
}
.tcm-config-title { color: #64748b; font-weight: 600; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .5px; }
.tcm-config-row { display: flex; justify-content: space-between; padding: 2px 0; }
.tcm-config-row .label { color: #475569; }
.tcm-config-row .value { color: #94a3b8; }

/* Responsive */
@media (max-width: 1100px) { .tcm-debug { width: 320px; } }
@media (max-width: 900px) {
	.tcm-debug { display: none; }
	.tcm-sessions { display: none; }
}
