@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 {
  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.add {
  border: 1px dashed var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}
.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;
}