@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700?_uniquekey=1751462502725');
:export {
  themeColor1: #922c88;
  themeColor2: #4556ac;
  themeColor3: #af67a4;
  themeColor4: #743c6e;
  themeColor5: #4b5480;
  themeColor6: #795d75;
}
/* Piaf Main Style

Table of Contents

00.Variables and Imports
01.Base
02.Buttons
03.Widths-Spacing
04.Borders
05.Badges
06.Breadcrumb
07.Tabs
08.Carousel
09.Navbar
10.Menu
11.Apps
12.Chat App
13.Survey App
14.Todo App
15.Main
16.Cards
17.Dashboard
18.Calendar
19.Datatable
20.Alerts
21.Forms
22.Slider(Range)
23.Navs
24.Tooltip and popover
25.Progress
26.Rating
27.Sortable
28.Spinner
29.Croppper
30.Modal
31.Authorization
32.Html Editors
33.Icons
34.Floating Label
35.Loading
36.Context Menu
37.Videojs
38.Tables
39.Invoice Print

*/
/* 00.Variables and Imports */
/* 01.Base */
html {
  width: 100%;
  height: 100%;
  background: #f5f6fa;
}
:root {
  --theme-color-1: #13a538;
  --theme-color-2: #13a538;
  --theme-color-3: #af67a4;
  --theme-color-4: #743c6e;
  --theme-color-5: #4b5480;
  --theme-color-6: #795d75;
  --theme-color-1-10: rgba(#13a538, 0.1);
  --theme-color-2-10: rgba(#13a538, 0.1);
  --theme-color-3-10: rgba(175, 103, 164, 0.1);
  --theme-color-4-10: rgba(116, 60, 110, 0.1);
  --theme-color-5-10: rgba(75, 84, 128, 0.1);
  --theme-color-6-10: rgba(121, 93, 117, 0.1);
  --theme-color-1-h: 135;
  --theme-color-1-s: 99%;
  --theme-color-1-l: 36%;
  --theme-color-2-h: 135;
  --theme-color-2-s: 99%;
  --theme-color-2-l: 36%;
  --primary-color: #3a3a3a;
  --foreground-color: white;
  --separator-color: #ecedf4;
}
#root {
  height: 100%;
}
:focus {
  outline: initial;
}
body {
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #3a3a3a;
  background: #f5f6fa;
}
body.background {
  height: 100%;
}
body.background main {
  margin: 0 !important;
  height: 100%;
}
body.background main .container {
  height: 100%;
}
.rtl * {
  text-align: right;
}
.fixed-background {
  background: url('svg/login_bg?_uniquekey=1751462502725') no-repeat center center;
  background-size: cover;
  filter: blur(40px);
  opacity: 0.4;
  position: fixed;
  top: -100px;
  right: -100px;
  bottom: -100px;
  left: -100px;
}
h1 {
  font-size: 1.75rem;
  padding-bottom: 4px;
  display: inline-block;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.3rem;
    padding-top: 0.5rem;
  }
}
h2 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.1rem;
  }
}
h3 {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}
h3 {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1rem;
  }
}
h4 {
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  h4 {
    font-size: 0.9rem;
  }
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 0.9rem;
  }
}
h6 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  h6 {
    font-size: 0.85rem;
  }
}
hr {
  border-top: 1px solid #ecedf4;
}
.spaced-content {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.spaced-content.sm {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.spaced-content.xs {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.disable-text-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
::selection {
  background: hsl(var(--theme-color-3-h), var(--theme-color-3-s), calc(var(--theme-color-3-l) + 20%));
}
::-moz-selection {
  background: hsl(var(--theme-color-3-h), var(--theme-color-3-s), calc(var(--theme-color-3-l) + 20%));
}
.light-gallery__modal {
  z-index: 1100 !important;
}
.light-gallery__next, .light-gallery__prev, .light-gallery__close {
  border-radius: 25px !important;
  padding: 5px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}
.light-gallery__next svg, .light-gallery__prev svg, .light-gallery__close svg {
  transform: scale(0.6);
  width: 30px;
  height: 30px;
}
.light-gallery__close {
  right: 1.5% !important;
  top: 1.5% !important;
}
.light-gallery__close svg {
  transform: scale(0.5);
}
.ps-container {
  margin-right: -15px;
  padding-right: 15px;
  position: relative;
}
.ps__scrollbar-y-rail {
  width: 5px !important;
}
.ps__scrollbar-y {
  left: 0 !important;
}
.ps__rail-y, .ps__thumb-y {
  width: 5px !important;
  right: 0 !important;
}
.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
  width: 5px !important;
}
.ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps__scrollbar-y-rail:focus > .ps__scrollbar-y, .ps__scrollbar-y-rail.ps--clicking .ps__scrollbar-y {
  width: 5px !important;
  left: 0 !important;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  right: 0 !important;
}
.ps__scrollbar-y-rail:hover, .ps__scrollbar-y-rail:focus, .ps__scrollbar-y-rail.ps--clicking .ps__scrollbar-y {
  background-color: #f3f3f3 !important;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #f3f3f3 !important;
}
.ps__scrollbar-y {
  background-color: #ecedf4 !important;
}
.video-play-icon {
  width: 100%;
  height: 100%;
  position: absolute;
}
.video-play-icon span {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  height: 1.25em;
  border-radius: 0.75em;
  line-height: 0.65em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75em;
  width: 2em;
  text-align: center;
}
.video-play-icon span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  font-size: 0;
  border-color: transparent transparent transparent #13a538;
}
.video-play-icon:hover span, .video-play-icon:active span {
  background: rgba(255, 255, 255, 0.85);
}
.logo-single {
  width: 154px;
  height: 35px;
  background: url('storage/6a30b266-16f6-4432-961b-8380dce1c000.png?_uniquekey=1751462502725') no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  margin-bottom: 60px;
}
.list-item-heading {
  font-size: 1rem;
}
.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.vue-line-clamp {
  word-break: break-word !important;
}
.no-transition {
  transition: none !important;
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .display-2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .display-3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .display-4 {
    font-size: 2.2rem;
  }
}
.lead {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .lead {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
}
a {
  color: #3a3a3a;
  transition: color 200ms;
}
a:hover, a:active {
  text-decoration: initial;
  color: #13a538;
}
p {
  font-size: 0.85rem;
  line-height: 1.3rem;
  font-family: "Nunito", sans-serif;
}
.text-large {
  font-size: 1.9rem !important;
}
.text-one {
  font-size: 1rem !important;
}
.text-xlarge {
  font-size: 2.7rem !important;
}
.text-small {
  font-size: 0.76rem;
  line-height: 0.9rem;
}
.text-white {
  color: #fff !important;
}
.text-extra-small {
  font-size: 0.6rem;
}
.text-default {
  color: #3a3a3a !important;
}
.text-muted {
  color: #909090 !important;
}
.text-semi-muted {
  color: #8f8f8f !important;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.color-theme-1 {
  color: #13a538;
}
.color-theme-2 {
  color: #13a538;
}
.view-icon {
  font-size: 20px;
  color: #8f8f8f;
}
.view-icon:hover {
  color: #13a538;
}
.view-icon.s {
  font-size: 18px;
}
#displayOptions a {
  cursor: pointer;
}
#displayOptions a.active i {
  color: #13a538;
}
#displayOptions button {
  border-color: #8f8f8f;
  color: #8f8f8f;
}
#displayOptions button:hover {
  background-color: #13a538;
  border-color: #13a538;
  color: #fff;
}
#displayOptions .btn-outline-dark:not(:disabled):not(.disabled):active, #displayOptions .btn-outline-dark:not(:disabled):not(.disabled).active, #displayOptions .show > .btn-outline-dark.dropdown-toggle {
  background-color: #13a538;
  border-color: #13a538;
  color: #fff;
}
#displayOptions .view-icon svg {
  width: 19px;
}
#displayOptions .view-icon .view-icon-svg {
  fill: #8f8f8f;
}
#displayOptions .view-icon:hover .view-icon-svg, #displayOptions .view-icon.active .view-icon-svg {
  fill: #13a538;
}
.text-theme-2 {
  color: #13a538 !important;
}
.text-theme-3 {
  color: #af67a4 !important;
}
.text-primary, .text-theme-1 {
  color: #13a538 !important;
}
.text-secondary {
  color: #3a3a3a !important;
}
.main-heading {
  border-bottom: 1px solid #ecedf4;
}
.separator {
  border-bottom: 1px solid #ecedf4;
}
.alert-dismissible .close {
  padding: 0.5rem 1.25rem;
}
.rounded {
  border-radius: 50px !important;
}
.img-thumbnail {
  border-radius: 0.1rem;
  padding: 0;
  border: initial;
}
.list-thumbnail {
  border-radius: 0.1rem;
  padding: 0;
  border: initial;
  height: auto;
  max-width: unset;
  height: 85px;
  object-fit: cover;
  width: unset !important;
}
@media (max-width: 991px) {
  .list-thumbnail {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail {
    height: 70px;
  }
}
@media (max-width: 991px) {
  .list-thumbnail.responsive {
    width: unset;
    height: 136px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.responsive {
    width: 110px !important;
    height: 100%;
  }
}
@media (max-width: 419px) {
  .list-thumbnail.responsive {
    width: 90px !important;
    height: 100%;
  }
}
.list-thumbnail.small {
  height: 60px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail.small {
    height: 55px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.small {
    height: 50px;
  }
}
.list-thumbnail.xsmall {
  height: 40px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail.xsmall {
    height: 40px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail.xsmall {
    height: 40px;
  }
}
.list-thumbnail-letters {
  width: 85px;
  height: 85px;
  background: #13a538;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 991px) {
  .list-thumbnail-letters {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail-letters {
    width: 70px;
    height: 70px;
  }
}
.list-thumbnail-letters.small {
  width: 60px;
  height: 60px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .list-thumbnail-letters.small {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 575px) {
  .list-thumbnail-letters.small {
    width: 50px;
    height: 50px;
  }
}
.white {
  color: #fff !important;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
/* 02.Buttons */
button {
  color: #3a3a3a;
  outline: initial !important;
}
.btn-arrow {
  display: inline-block;
  text-align: center;
  border-radius: 30px !important;
  width: 42px;
  height: 42px;
  line-height: 24px;
}
.btn-arrow i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
}
.btn-sm.btn-arrow {
  width: 34px;
  height: 34px;
  line-height: 17px;
}
.btn-sm.btn-arrow i {
  font-size: 13px;
  line-height: 10px;
}
.btn {
  display: inline-block;
  font-weight: 300;
  color: #737491;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3625rem 1rem;
  font-size: 100%;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.btn-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15) !important;
  transition: background-color box-shadow 0.1s linear;
}
.btn-shadow:hover, .btn-shadow:focus {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 2px rgba(0, 0, 0, 0.15) !important;
}
.btn-empty {
  background: transparent !important;
}
.btn-lg, .btn-group-lg > .btn, .btn-group-sm > .btn {
  border-radius: 0.75rem;
}
.btn.default {
  border-radius: 0.1rem;
}
.btn-primary {
  background-color: #13a538;
  border-color: #13a538;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%));
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%));
}
.check-button {
  cursor: default !important;
}
.check-button button {
  padding-left: 10px;
  padding-right: 7px;
}
.check-button button:first-of-type {
  padding-left: 17px;
  padding-right: 5px;
}
.check-button.btn-primary {
  background-color: #13a538 !important;
  border-color: #13a538 !important;
  opacity: 1;
}
.check-button .custom-control {
  min-height: 1.1rem;
  margin-top: -7px;
}
.dropdown-menu {
  font-size: 0.8rem;
  border-radius: 0.1rem;
  background: white;
  border-color: rgba(58, 58, 58, 0.15);
}
.dropdown-item {
  padding: 0.75rem 1.5rem;
  color: #3a3a3a;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f5f6fa;
  color: #3a3a3a;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #13a538;
}
.dropdown-divider {
  border-color: #ecedf4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 12%));
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 12%));
  color: #fff;
}
.btn-secondary {
  background-color: #13a538;
  border-color: #13a538;
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 8%));
  border-color: hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 8%));
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  background-color: hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 12%));
  border-color: hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 12%));
  color: #fff;
}
.btn-primary.btn-primary-gradient {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 15%)));
}
.btn-primary.btn-primary-gradient:hover {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%)));
}
.btn-primary-gradient:not(:disabled):not(.disabled):active, .btn-primary-gradient:not(:disabled):not(.disabled).active, .show > .btn-primary-gradient.dropdown-toggle {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 15%)));
}
.btn-secondary-gradient {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 15%)));
}
.btn-secondary-gradient:hover {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 8%)));
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active, .btn-secondary-gradient:not(:disabled):not(.disabled).active, .show > .btn-secondary-gradient.dropdown-toggle {
  background: linear-gradient(to right, #13a538, hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 15%)));
}
.btn-warning {
  background-color: #d69b42;
  border-color: #d69b42;
}
.btn-success, .btn-info, .btn-danger, .btn-warning {
  color: #fff;
}
.btn-success:hover, .btn-info:hover, .btn-danger:hover, .btn-warning:hover {
  color: #fff;
}
.btn-outline-success:hover, .btn-outline-info:hover, .btn-outline-danger:hover, .btn-outline-warning:hover {
  color: white;
}
.btn-outline-danger {
  color: #CD4B4B;
  border-color: #CD4B4B;
}
.btn-light {
  color: #575057;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-light:hover {
  color: #575057;
  background-color: silver;
  border-color: silver;
}
.btn-dark {
  color: #d4d4d4;
  background-color: #575057;
  border-color: #575057;
}
.btn-dark:hover {
  color: #d4d4d4;
  background-color: #4a444a;
  border-color: #4a444a;
}
.btn-outline-dark {
  color: #575057;
  border-color: #575057;
}
.btn-outline-dark:hover {
  color: white;
  background-color: #575057;
  border-color: #575057;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: initial;
}
.btn-outline-white:hover {
  color: #13a538;
  background-color: #fff;
}
.btn-outline-light {
  color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-outline-light:hover {
  color: white;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-outline-primary {
  color: #13a538;
  border-color: #13a538;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #13a538;
  border-color: #13a538;
}
.btn-outline-theme-3 {
  background: unset;
  color: #af67a4;
  border-color: #af67a4;
}
.btn-outline-theme-3:hover {
  background-color: #af67a4;
  border-color: #af67a4;
  color: white;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #13a538;
  border-color: #13a538;
  color: white;
}
.btn-outline-secondary {
  color: #13a538;
  border-color: #13a538;
}
.btn-outline-secondary:hover {
  background-color: #13a538;
  border-color: #13a538;
  color: white;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #13a538;
  border-color: #13a538;
  color: white;
}
.btn-header-light {
  color: #ecedf4;
  border-color: transparent;
  background: transparent;
}
.btn-header-light:hover {
  background-color: transparent;
  border-color: #ecedf4;
}
.btn-header-primary {
  color: #13a538;
  border-color: transparent;
  background: transparent;
}
.btn-header-primary:hover {
  background-color: transparent;
  border-color: #13a538;
}
.btn-header-secondary {
  color: #13a538;
  border-color: transparent;
  background: transparent;
}
.btn-header-secondary:hover {
  background-color: transparent;
  border-color: #13a538;
}
.btn-header-primary-light {
  color: #af67a4;
  border-color: transparent;
  background: transparent;
}
.btn-header-primary-light:hover {
  background-color: transparent;
  border-color: #af67a4;
}
.btn-xl, .btn-group-xl > .btn {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 1rem 3.5rem 0.9rem;
}
.btn-lg, .btn-group-lg > .btn {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05rem;
  padding: 0.75rem 2.6rem 0.6rem 2.6rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.76rem;
  line-height: 1.5;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  font-size: 0.76rem;
  line-height: 1.3;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #13a538;
  border-color: #13a538;
  color: white;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: white;
  border-color: #13a538;
  color: #13a538;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #13a538;
  border-color: #13a538;
  color: white;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-link {
  color: #13a538;
  transition: opacity 0.2s ease-in-out;
}
.btn-link:hover {
  color: #13a538;
  opacity: 0.8;
  text-decoration: underline;
}
.white-underline-link {
  color: #fff;
  text-decoration: underline;
}
.white-underline-link:hover, .white-underline-link:active {
  color: #fff;
  text-decoration: initial;
}
.btn-multiple-state {
  position: relative;
  transition: opacity 500ms;
}
.btn-multiple-state .spinner, .btn-multiple-state .icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 500ms;
  color: #fff;
}
.btn-multiple-state .icon i {
  vertical-align: text-bottom;
  font-size: 18px;
}
.btn-multiple-state .label {
  transition: opacity 500ms;
}
.btn-multiple-state.show-spinner .label {
  opacity: 0;
}
.btn-multiple-state.show-spinner .spinner {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.show-success .label {
  opacity: 0;
}
.btn-multiple-state.show-success .icon.success {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.show-fail .label {
  opacity: 0;
}
.btn-multiple-state.show-fail .icon.fail {
  opacity: 1;
  visibility: visible;
}
.btn-multiple-state.btn-primary:disabled {
  opacity: 1;
  background: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
.btn-multiple-state.btn-secondary:disabled {
  opacity: 1;
  border-color: hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) - 1%));
}
.icon-button {
  padding: 0;
  font-size: 14px;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.icon-button.large {
  width: 44px;
  height: 44px;
  font-size: 18px;
}
.icon-button.small-icon {
  font-size: 12px;
  line-height: 32px;
}
.top-right-button-single {
  width: unset;
}
@media (max-width: 991px) {
  .top-right-button-single {
    width: calc(100%);
  }
}
.top-right-button-container {
  float: right;
  position: relative;
  /*@include respond-below(xs) {
        float: initial;
        display: flex;
        justify-content: space-between;
    }*/
}
.top-right-button-container .custom-control.custom-checkbox {
  pointer-events: none;
}
.top-right-button-container .check-button button:first-of-type {
  padding-left: 3rem !important;
  padding-right: 0 !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.5rem !important;
}
.top-right-button-container .check-button button:first-of-type label.custom-control {
  padding-left: initial !important;
  min-height: initial;
  vertical-align: top;
  margin-top: -1px;
}
.top-right-button-container .check-button button:first-of-type .custom-control-label {
  line-height: unset !important;
}
@media (max-width: 575px) {
  .top-right-button-container .top-right-button {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .top-right-button-container .dropdown {
    display: flex;
    flex-grow: 1;
    margin-right: 5px;
  }
}
.top-right-button-container .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
/* 03.Widths-Spacing */
.w-10 {
  width: 10% !important;
}
.w-90 {
  width: 90% !important;
}
.w-12 {
  width: 12% !important;
}
.w-88 {
  width: 88% !important;
}
.w-15 {
  width: 15% !important;
}
.w-85 {
  width: 85% !important;
}
.w-20 {
  width: 20% !important;
}
.w-80 {
  width: 80% !important;
}
.w-30 {
  width: 30% !important;
}
.w-70 {
  width: 70% !important;
}
.w-40 {
  width: 40% !important;
}
.w-60 {
  width: 60% !important;
}
@media (max-width: 767px) {
  .w-xs-100 {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.min-width-zero {
  min-width: 0;
}
.mb-5, .my-5 {
  margin-bottom: 2rem !important;
}
@media (max-width: 575px) {
  .float-none-xs {
    float: initial !important;
  }
}
/* 04.Borders */
.border {
  border: 1px solid #f3f3f3 !important;
}
.border-right {
  border-right: 1px solid #f3f3f3 !important;
}
.border-left {
  border-left: 1px solid #f3f3f3 !important;
}
.border-top {
  border-top: 1px solid #f3f3f3 !important;
}
.border-bottom {
  border-bottom: 1px solid #f3f3f3 !important;
}
.border-primary, .border-theme-1 {
  border-color: #13a538 !important;
}
.border-theme-2 {
  border-color: #13a538 !important;
}
.border-theme-3 {
  border-color: #af67a4 !important;
}
.border-secondary {
  border-color: #3a3a3a !important;
}
.remove-last-border > *:last-child {
  border-bottom: initial !important;
}
.remove-last-margin > *:last-child {
  margin-bottom: initial !important;
}
.remove-last-padding > *:last-child {
  padding-bottom: initial !important;
}
/* 05.Badges */
.bg-theme-2, .badge-theme-2 {
  background-color: #13a538 !important;
  color: #fff;
}
.bg-theme-3, .badge-theme-3 {
  background-color: #af67a4 !important;
  color: #fff;
}
.bg-primary, .bg-theme-1, .badge-primary, .badge-theme-1 {
  background-color: #13a538 !important;
  color: #fff;
}
.bg-secondary, .badge-secondary {
  background-color: #13a538 !important;
  color: #fff;
}
.bg-muted {
  background-color: #909090;
}
.bg-semi-muted {
  background-color: #f5f6fa;
}
.badge-warning {
  background-color: #d69b42;
}
.badge-success {
  background-color: #16C995;
}
.badge-info {
  background-color: #6A9BF4;
}
.badge-danger {
  background-color: #CD4B4B;
}
.badge-success, .badge-danger, .badge-warning, .badge-info {
  color: #fff;
}
.badge {
  padding: 0.55em 0.75em 0.6em 0.75em;
  font-size: 75%;
}
.badge.badge-pill {
  padding-right: 1.25em;
  padding-left: 1.25em;
}
.badge.badge-top-left {
  top: 10px;
  left: -7px;
}
.badge.badge-top-left-2 {
  top: 40px;
  left: -7px;
}
.badge.badge-top-right {
  top: 8px;
  right: -7px;
}
.badge.badge-top-right-2 {
  top: 40px;
  right: -7px;
}
.badge-light {
  background-color: #d4d4d4;
  color: #575057;
}
.badge-dark {
  background-color: #575057;
  color: #d4d4d4;
}
.badge-status-online {
  background-color: #16c995;
  color: #fff;
}
.badge-status-offline {
  background-color: #f74f78;
  color: #fff;
}
.badge-outline-primary, .badge-outline-theme-1 {
  background: unset;
  border: 1px solid #13a538;
  color: #13a538;
}
.badge-outline-secondary, .badge-outline-theme-2 {
  background: unset;
  border: 1px solid #13a538;
  color: #13a538;
}
.badge-outline-theme-3 {
  background: unset;
  border: 1px solid #af67a4;
  color: #af67a4;
}
.badge-outline-success {
  background: unset;
  border: 1px solid #16C995;
  color: #16C995;
}
.badge-outline-danger {
  background: unset;
  border: 1px solid #CD4B4B;
  color: #CD4B4B;
}
.badge-outline-warning {
  background: unset;
  border: 1px solid #d69b42;
  color: #d69b42;
}
.badge-outline-info {
  background: unset;
  border: 1px solid #6A9BF4;
  color: #6A9BF4;
}
.badge-outline-light {
  background: unset;
  border: 1px solid #d4d4d4;
  color: #d4d4d4;
}
.badge-outline-dark {
  background: unset;
  border: 1px solid #575057;
  color: #575057;
}
/* 06.Breadcrumb */
@media (max-width: 991px) {
  .breadcrumb-container .breadcrumb {
    padding: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
/* 07.Tabs */
.nav-tabs.separator-tabs {
  border-bottom: 1px solid #ecedf4;
}
.nav-tabs .nav-link {
  border: initial;
  padding-top: 1rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  background: white;
}
.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before {
  content: " ";
  background: #13a538;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 0;
}
.nav-tabs.separator-tabs .nav-link.active::before, .nav-tabs.separator-tabs .nav-item.show .nav-link::before {
  content: " ";
  background: #13a538;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  top: unset;
}
.nav-tabs.separator-tabs .nav-link {
  border: initial;
  padding-top: 1rem;
  background: initial;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-right: 0;
  margin-right: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8f8f8f;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border: initial;
  position: relative;
  color: #13a538;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: initial;
  color: #13a538;
}
/* 09.Navbar*/
.navbar {
  background: white;
  height: 100px;
  padding: 1.5rem 0 1.5rem 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.navbar #tool-mode-switch {
  margin-bottom: 0;
  vertical-align: middle;
}
.navbar .notificationDropdown {
  width: 260px;
  padding: 1.5rem;
  height: 280px;
  right: 15px;
}
.navbar .notificationDropdown .ps-container {
  height: 250px;
}
.navbar .iconMenuDropdown {
  width: 220px;
  padding: 1.5rem 1rem;
  height: 290px;
}
.navbar .icon-menu-item {
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-bottom: 1.7rem;
  color: rgba(58, 58, 58, 0.8);
}
.navbar .icon-menu-item i {
  font-size: 28px;
  line-height: 42px;
}
.navbar .icon-menu-item span {
  text-align: center;
  padding: 0 10px;
  line-height: 14px;
}
.navbar .icon-menu-item:hover, .navbar .icon-menu-item:focus {
  color: #13a538;
}
.navbar .menu-button-mobile {
  color: #8f8f8f;
  text-align: center;
  margin-left: 0px;
}
.navbar .menu-button-mobile svg {
  height: 12px;
  fill: #3a3a3a;
}
@media (max-width: 767px) {
  .navbar .menu-button-mobile {
    width: 20px;
  }
}
.navbar .menu-button {
  color: #8f8f8f;
  width: 120px;
  text-align: center;
}
.navbar .menu-button svg {
  height: 12px;
}
.navbar .menu-button .main {
  fill: #3a3a3a;
  transition: fill 300ms;
}
.navbar .menu-button .sub {
  fill: #3a3a3a;
  transition: fill 300ms;
}
.navbar .menu-button:hover {
  color: #13a538;
}
@media (max-width: 1439px) {
  .navbar .menu-button {
    width: 110px;
  }
}
@media (max-width: 1199px) {
  .navbar .menu-button {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .menu-button {
    width: 60px;
  }
}
.navbar .navbar-right .user {
  margin-right: 0px;
}
@media (max-width: 1439px) {
  .navbar .navbar-right .user {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-right .user {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-right .user {
    margin-right: 0px;
  }
}
.navbar .navbar-logo {
  width: 160px;
  height: 35px;
  display: flex;
  margin: 0 auto;
}
.navbar .navbar-logo .logo {
  width: 100%;
  height: 100%;
  background: url('storage/6a30b266-16f6-4432-961b-8380dce1c000.png?_uniquekey=1751462502725') no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .navbar .navbar-logo {
    width: 120px;
  }
}
@media (max-width: 419px) {
  .navbar .navbar-logo {
    width: 80px;
  }
}
.navbar .toggleButton {
  background: #f5f6fa;
  border: initial;
  font-size: 0.8rem;
  color: #8f8f8f;
  padding: 0.6rem;
}
.navbar .toggleButton:active, .navbar .toggleButton.activeButton {
  background-color: #dae0e5 !important;
  border-color: #d3d9df !important;
  color: #3a3a3a;
}
.navbar .search {
  position: relative;
  width: 230px;
  border-radius: 20px;
  background: #f5f6fa;
}
.navbar .search input {
  border: initial;
  background: transparent;
  outline: initial !important;
  padding: 0.5rem 1rem;
  line-height: 2;
  font-size: 0.8rem;
  width: 93%;
  color: #3a3a3a;
}
.navbar .search .search-icon {
  font-size: 17px;
  border-radius: 10px;
  color: #8f8f8f;
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: -8px;
  right: 3px;
  text-align: center;
  cursor: pointer;
}
.navbar .search .search-icon:hover {
  color: #13a538;
}
@media (max-width: 1199px) {
  .navbar .search {
    width: 161px;
  }
  .navbar .search input {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .navbar .search {
    width: 115px;
  }
  .navbar .search input {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .navbar .search {
    width: 30px;
    height: 30px;
    background: initial;
    margin-left: 0.6rem;
    color: rgba(58, 58, 58, 0.7);
  }
  .navbar .search input {
    display: none;
  }
  .navbar .search .search-icon {
    font-size: 17px;
    width: 30px;
    height: 30px;
    bottom: -3px;
    right: 0;
    color: inherit;
  }
  .navbar .search.mobile-view {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 2;
    background: white;
    left: 0;
    top: 0;
    height: 70px;
    margin-left: 15px;
  }
  .navbar .search.mobile-view input {
    display: block;
    width: 100%;
    height: 70px;
    padding-left: 0;
  }
  .navbar .search.mobile-view span {
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
  }
}
.navbar .header-icons {
  margin-right: 1rem;
}
@media (max-width: 575px) {
  .navbar .header-icons {
    margin-right: 0;
  }
}
.navbar .header-icon {
  font-size: 16px;
  color: #8f8f8f;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  vertical-align: initial;
}
@media (max-width: 575px) {
  .navbar .header-icon {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.navbar .header-icon::after {
  border: initial;
}
.navbar .header-icon:hover {
  color: #13a538;
}
.navbar .header-icon#fullScreenButton i:last-of-type {
  display: none;
}
.navbar .header-icon.notificationButton .count {
  font-size: 10px;
  color: #13a538;
  border: 1px solid #13a538;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 15px;
  text-align: center;
  font-weight: 700;
  line-height: 14px;
  top: -6px;
  right: -2px;
}
.navbar .user {
  color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) + 30%)) !important;
  position: relative;
}
.navbar .user .name {
  color: #8f8f8f;
}
.navbar .user .dropdown-toggle:after {
  border: initial;
}
.navbar .user img {
  margin-left: 10px;
  border-radius: 30px;
  width: 40px;
}
@media (max-width: 991px) {
  .navbar .user .name {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar .user {
    margin-left: initial;
  }
  .navbar .user img {
    width: 30px;
  }
  .navbar .user:after {
    font-size: 11px;
    width: 14px;
    height: 14px;
    bottom: -3px;
    right: -3px;
  }
}
@media (max-width: 1439px) {
  .navbar {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    height: 80px;
    padding: 1rem 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 70px;
    padding: 10px 14px;
  }
}
/* 10.Menu*/
.sub-hidden .menu-button .sub, .menu-sub-hidden .menu-button .sub {
  fill: #8f8f8f;
}
.main-hidden .menu-button .main, .main-hidden .menu-button .sub, .menu-hidden .menu-button .main, .menu-hidden .menu-button .sub {
  fill: #8f8f8f;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding-top: 100px;
  z-index: 4;
  height: calc(100% - 100px);
  transition: border-radius 300ms;
}
.sidebar .ps-container {
  margin-right: 0;
  padding-right: 0;
}
.sidebar .main-menu {
  width: 120px;
  height: calc(100% - 100px);
  background: white;
  z-index: 3;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
}
.sidebar .main-menu .scroll {
  padding-right: unset;
  margin-right: unset;
  height: 100%;
}
.sidebar .main-menu .scroll .ps__thumb-y {
  right: 0;
}
.sidebar .main-menu.main-hidden {
  transform: translateX(-120px);
}
.sidebar .main-menu ul li {
  position: relative;
}
.sidebar .main-menu ul li span {
  text-align: center;
  padding: 0 10px;
  line-height: 14px;
}
.sidebar .main-menu ul li a {
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f3;
  color: #3a3a3a;
  transition: color 300ms;
  transition: background 300ms;
}
.sidebar .main-menu ul li a:hover, .sidebar .main-menu ul li a:focus {
  color: #13a538;
}
.sidebar .main-menu ul li i {
  font-size: 42px;
  line-height: 52px;
}
.sidebar .main-menu ul li.active a {
  color: #13a538;
}
.sidebar .main-menu ul li.active:after {
  content: " ";
  background: #13a538;
  border-radius: 10px;
  position: absolute;
  width: 6px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sidebar .main-menu ul li:last-of-type a {
  border-bottom: initial;
}
@media (max-width: 1439px) {
  .sidebar .main-menu {
    width: 110px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .sidebar .main-menu {
    width: 100px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .sidebar .main-menu {
    width: 90px;
    height: calc(100% - 70px);
  }
  .sidebar .main-menu ul li i {
    font-size: 28px;
    line-height: 38px;
  }
  .sidebar .main-menu ul li a {
    height: 90px;
  }
  .sidebar .main-menu ul li.active:after {
    width: 3px;
    height: 60px;
  }
}
.sidebar .sub-menu {
  width: 230px;
  background: white;
  z-index: 2;
  position: fixed;
  left: 120px;
  border-left: 1px solid #f3f3f3;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  height: calc(100% - 100px);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}
.sidebar .sub-menu .scroll {
  margin-right: unset;
  padding-right: unset;
  height: 100%;
}
.sidebar .sub-menu .scroll .ps__thumb-y {
  right: 0;
}
.sidebar .sub-menu .scroll.ps-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar .sub-menu ul {
  display: none;
}
.sidebar .sub-menu ul li {
  margin-bottom: 0;
  margin-left: 30px;
  position: relative;
}
.sidebar .sub-menu ul li a {
  font-size: 13px;
  display: block;
  padding: 8px 0;
  margin-bottom: 10px;
}
.sidebar .sub-menu ul li i {
  font-size: 1.3em;
  margin-right: 10px;
  color: #8f8f8f;
  vertical-align: middle;
  display: inline-block;
}
.sidebar .sub-menu ul li.active i, .sidebar .sub-menu ul li.active a {
  color: #13a538;
}
.sidebar .sub-menu ul li.active:after {
  content: " ";
  background: #13a538;
  border-radius: 10px;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
}
.sidebar .sub-menu ul li span {
  vertical-align: middle;
  padding-top: 3px;
  display: inline-block;
}
.sidebar .sub-menu ul li.has-sub-item.active:after {
  content: " ";
  background: initial;
}
.sidebar .sub-menu ul ul.third-level-menu {
  display: block !important;
}
.sidebar .sub-menu ul ul.third-level-menu li a, .sidebar .sub-menu ul ul.third-level-menu li i {
  color: #3a3a3a;
}
.sidebar .sub-menu ul ul.third-level-menu li a:hover, .sidebar .sub-menu ul ul.third-level-menu li.active i, .sidebar .sub-menu ul ul.third-level-menu li.active a {
  color: #13a538;
}
.sidebar .sub-menu ul ul.third-level-menu li.active:after {
  left: -22px;
}
.sidebar .sub-menu ul .rotate-arrow-icon i {
  transition: transform 200ms;
  transform: rotate(0);
}
.sidebar .sub-menu ul .rotate-arrow-icon.collapsed i {
  transform: rotate(-90deg);
}
@media (max-width: 1439px) {
  .sidebar .sub-menu {
    left: 110px;
    width: 230px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .sidebar .sub-menu {
    left: 100px;
    width: 230px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .sidebar .sub-menu {
    left: 90px;
    width: 230px;
    height: calc(100% - 70px);
  }
}
@media (max-width: 1439px) {
  .sidebar {
    padding-top: 90px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .sidebar {
    padding-top: 80px;
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .sidebar {
    padding-top: 70px;
    height: calc(100% - 70px);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  }
}
body.default-transition .sidebar .sub-menu {
  transition: transform 300ms;
}
body.default-transition .sidebar .main-menu {
  transition: transform 300ms, border-radius 300ms;
}
.sub-hidden .sub-menu, .menu-sub-hidden .sub-menu, .menu-hidden .sub-menu {
  transform: translateX(-230px);
}
@media (max-width: 1439px) {
  .sub-hidden .sub-menu, .menu-sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 1199px) {
  .sub-hidden .sub-menu, .menu-sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 767px) {
  .sub-hidden .sub-menu, .menu-sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-230px);
  }
}
.main-hidden .main-menu, .menu-hidden .main-menu {
  transform: translateX(-120px);
}
@media (max-width: 1439px) {
  .main-hidden .main-menu, .menu-hidden .main-menu {
    transform: translateX(-110px);
  }
}
@media (max-width: 1199px) {
  .main-hidden .main-menu, .menu-hidden .main-menu {
    transform: translateX(-100px);
  }
}
@media (max-width: 767px) {
  .main-hidden .main-menu, .menu-hidden .main-menu {
    transform: translateX(-90px);
  }
}
.main-hidden.sub-hidden .sub-menu, .menu-hidden .sub-menu {
  transform: translateX(-350px);
}
@media (max-width: 1439px) {
  .main-hidden.sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-340px);
  }
}
@media (max-width: 1199px) {
  .main-hidden.sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-330px);
  }
}
@media (max-width: 767px) {
  .main-hidden.sub-hidden .sub-menu, .menu-hidden .sub-menu {
    transform: translateX(-320px);
  }
}
.menu-mobile .main-menu {
  transform: translateX(-90px);
}
.menu-mobile .sub-menu {
  transform: translateX(-370px);
}
.main-show-temporary .main-menu {
  transform: translateX(0);
}
.main-show-temporary .sub-menu {
  transform: translateX(-230px);
}
@media (max-width: 1439px) {
  .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 1199px) {
  .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
@media (max-width: 767px) {
  .main-show-temporary .sub-menu {
    transform: translateX(-230px);
  }
}
.sub-show-temporary .sub-menu, .menu-mobile.sub-show-temporary .sub-menu {
  transform: translateX(0);
}
/* 11.Apps*/
.app-menu {
  z-index: 1;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  width: 280px;
  float: right;
  background: white;
  transition: transform 300ms;
  height: calc(100% - 100px);
  position: fixed;
  right: 0;
  top: 100px;
}
@media (max-width: 1439px) {
  .app-menu {
    top: 90px;
    height: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .app-menu {
    top: 80px;
    transform: translateX(280px);
    height: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .app-menu {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.app-menu .ps-container {
  margin-right: unset !important;
  padding-right: unset !important;
  height: calc(100% - 45px);
}
.app-menu .ps-container .ps__scrollbar-y-rail {
  right: 2px !important;
}
.app-menu.shown {
  transform: translateX(0);
}
.app-menu .scroll > div {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.app-menu .app-menu-button {
  cursor: pointer;
  position: absolute;
  left: -28px;
  background: white;
  top: -15px;
  padding: 12px 8px 12px 5px;
  border-radius: 0.2rem;
  color: #8f8f8f !important;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.04);
  font-size: 15px;
  line-height: 0;
}
@media (max-width: 1439px) {
  .app-menu .app-menu-button {
    top: -14px;
  }
}
@media (max-width: 1199px) {
  .app-menu .app-menu-button {
    top: -13px;
  }
}
@media (max-width: 767px) {
  .app-menu .app-menu-button {
    top: -2px;
  }
}
.app-menu ul li {
  margin-bottom: 5px;
}
.app-menu ul li a {
  font-size: 13px;
  display: block;
  padding: 3px 0;
}
.app-menu ul li a:hover i {
  color: #13a538;
}
.app-menu ul li i {
  font-size: 1.2em;
  margin-right: 10px;
  color: #8f8f8f;
  vertical-align: unset;
}
@media (max-width: 767px) {
  .app-menu ul li i {
    font-size: 20px;
  }
}
.app-menu ul li.active i, .app-menu ul li.active a {
  color: #13a538;
}
.app-row {
  padding-right: 280px;
}
@media (max-width: 1199px) {
  .app-row {
    padding-right: 0;
  }
}
/* 12.Chat App*/
.chat-app .ps-container {
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  margin-right: 0;
  height: calc(100vh - 100px - 270px);
}
@media (max-width: 1439px) {
  .chat-app .ps-container {
    height: calc(100vh - 90px - 270px);
  }
}
@media (max-width: 1199px) {
  .chat-app .ps-container {
    height: calc(100vh - 80px - 270px);
  }
}
@media (max-width: 767px) {
  .chat-app .ps-container {
    height: calc(100vh - 70px - 220px);
  }
}
.chat-app .ps-container .ps__scrollbar-y {
  right: 10px !important;
}
.chat-app .chat-text-left {
  padding-left: 64px;
}
.chat-app .chat-text-right {
  padding-right: 64px;
}
@media (max-width: 767px) {
  .chat-app .list-item-heading {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .chat-app .card .card-body {
    padding: 0.75rem;
  }
}
.chat-app-tab-content, .chat-app-tab-pane {
  height: calc(100% - 33px);
}
.chat-input-container {
  width: 100%;
  height: 90px;
  background: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transition: padding 300ms;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  padding-left: 350px;
  padding-right: 280px;
}
@media (max-width: 1439px) {
  .chat-input-container {
    padding-left: 110px;
    padding-right: 280px;
  }
}
@media (max-width: 1199px) {
  .chat-input-container {
    padding-left: 100px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.chat-input-container input {
  border: initial;
  width: unset;
  height: 90px;
  padding-left: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .chat-input-container .send-button {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}
.menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
  padding-left: 120px;
}
@media (max-width: 1439px) {
  .menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
    padding-left: 110px;
  }
}
@media (max-width: 1199px) {
  .menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .menu-sub-hidden .chat-input-container, .sub-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.menu-main-hidden .chat-input-container, .menu-hidden .chat-input-container, .main-hidden .chat-input-container {
  padding-left: 0px;
}
@media (max-width: 1439px) {
  .menu-main-hidden .chat-input-container, .menu-hidden .chat-input-container, .main-hidden .chat-input-container {
    padding-left: 0px;
  }
}
@media (max-width: 1199px) {
  .menu-main-hidden .chat-input-container, .menu-hidden .chat-input-container, .main-hidden .chat-input-container {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .menu-main-hidden .chat-input-container, .menu-hidden .chat-input-container, .main-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* 13.Survey App*/
.survey-app .answers .badge {
  color: #8f8f8f;
  font-size: 13px;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
.survey-app .answers input {
  padding-right: 70px;
}
.survey-app .question.edit-quesiton .edit-mode {
  display: block;
}
.survey-app .question.edit-quesiton .view-mode {
  display: none;
}
.survey-app .question.edit-quesiton .view-button {
  display: inline-block;
}
.survey-app .question.edit-quesiton .edit-button {
  display: none;
}
.survey-app .question.view-quesiton .edit-mode {
  display: none;
}
.survey-app .question.view-quesiton .view-mode {
  display: block;
}
.survey-app .question.view-quesiton .view-button {
  display: none;
}
.survey-app .question.view-quesiton .edit-button {
  display: inline-block;
}
.survey-app .survey-question-types .btn-group-icon {
  font-size: 21px;
  line-height: 28px;
}
.survey-app .survey-question-types .btn {
  padding-bottom: 0.3rem;
}
.input-icons {
  position: absolute;
  right: 0;
  top: 9px;
}
/* 14.Todo App*/
.heading-icon {
  font-size: 20px;
  color: #13a538;
  margin-right: 5px;
  line-height: inherit;
  vertical-align: middle;
}
.todo-details {
  margin-top: 20px;
  margin-left: 40px;
}
.heading-number {
  border: 1px solid #13a538;
  padding: 4px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 20px;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #13a538;
}
/* 15.Main*/
main {
  margin-left: 350px;
  margin-top: 100px;
  margin-right: 0px;
  position: absolute;
  right: 0px;
  left: 0px;
  min-height: calc(100% - 100px - 0px);
  top: 0px;
  bottom: 0px;
}
main .main-padding {
  padding: 24px 10px;
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  main .main-padding {
    padding: 14px 0px !important;
  }
}
@media (max-width: 1199px) and (orientation: landscape) and (pointer: coarse) {
  main .focus-mode {
    position: fixed;
    z-index: 1031;
    top: 0px;
    background-color: #f5f6fa;
    padding: 10px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
  }
  main .focus-mode.no-padding {
    padding: 0px !important;
  }
}
main .full-focus-mode {
  position: fixed;
  z-index: 1031;
  top: 0px;
  left: 0px;
  background-color: #f5f6fa;
  padding: 10px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
main .full-focus-mode.no-padding {
  padding: 0px !important;
}
main.sub-hidden {
  margin-left: 120px;
}
main.main-hidden {
  margin-left: 0px;
}
main .container-fluid {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1439px) {
  main {
    margin-left: 340px;
    margin-right: 0px;
    margin-top: 90px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main {
    margin-left: 330px;
    margin-right: 0px;
    margin-top: 80px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) and (orientation: landscape) {
  main {
    margin-top: 50px !important;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  main {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 70px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  main {
    margin-bottom: 0;
  }
}
.topnav {
  padding-top: 34px;
  background-color: #fff;
  padding-left: 34px;
  padding-right: 34px;
  border-bottom: 1px solid #ecedf4;
}
@media (max-width: 575px) {
  .topnav {
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  .topnav {
    padding-top: 14px;
  }
}
@media (max-width: 1199px) {
  .topnav {
    padding-top: 31px;
  }
}
.topnav .nav-tabs {
  border-bottom: 0px;
}
body.default-transition main {
  transition: margin-left 300ms;
}
.sub-hidden main, .menu-sub-hidden main, .menu-hidden main {
  margin-left: 120px;
}
.main-hidden main, .menu-hidden main {
  margin-left: 0px;
}
@media (max-width: 1439px) {
  .sub-hidden main, .menu-sub-hidden main, .menu-hidden main {
    margin-left: 110px;
  }
  .main-hidden main, .menu-hidden main {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .sub-hidden main, .menu-sub-hidden main, .menu-hidden main {
    margin-left: 100px;
  }
  .main-hidden main, .menu-hidden main {
    margin-left: 0px;
  }
}
/* 16.Cards*/
.card {
  border: initial;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.card .card-header .card-icon {
  right: 5px;
  top: 5px;
}
.card .card-header .card-icon i {
  font-size: 12px;
  color: #ecedf4;
}
.card .card-subtitle {
  margin: 0;
  margin-bottom: 1rem;
}
.card .card-header .handle {
  cursor: default;
}
.card .answers .handle {
  cursor: pointer;
}
.card .card-body {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .card .card-body {
    padding: 1.25rem;
  }
}
.card .card-body.sm {
  padding: 1.25rem 1.75rem;
}
.card .card-title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .card .card-title {
    margin-bottom: 1.25rem;
  }
}
.card-img {
  border-radius: calc(0.25rem - 1px);
  height: 100%;
  object-fit: cover;
  max-height: 200px;
  width: unset;
}
.card-img-bottom {
  width: 100%;
  border-bottom-left-radius: calc(0.15rem - 1px);
  border-bottom-right-radius: calc(0.15rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px);
}
.card-img-left {
  width: 100%;
  border-top-left-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px);
  height: 100%;
  object-fit: cover;
}
.card-img-right {
  width: 100%;
  border-top-right-radius: calc(0.15rem - 1px);
  border-bottom-right-radius: calc(0.15rem - 1px);
  height: 100%;
  object-fit: cover;
}
.card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .card-img-overlay {
    padding: 1rem;
  }
}
.card-top-buttons {
  padding: 1.3rem;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .card-top-buttons {
    padding: 0.35rem;
  }
}
.card-header {
  border: initial;
  background: initial;
  padding-top: 0;
}
/* 17.Dashboard*/
.dashboard-line-chart {
  height: 283px;
}
.dashboard-quick-post {
  height: 390px;
}
@media (max-width: 575px) {
  .dashboard-quick-post {
    height: auto;
  }
}
.dashboard-list-with-thumbs {
  height: 500px;
}
.dashboard-logs {
  height: 270px;
}
.dashboard-list-with-user {
  height: 270px;
}
.dashboard-donut-chart {
  height: 270px;
}
.dashboard-donut-chart .chart-container {
  height: 270px;
}
.dashboard-small-chart {
  height: 150px;
}
.dashboard-small-chart .chart {
  height: 60px;
}
.dashboard-small-chart .lead {
  font-size: 1.4rem;
}
.dashboard-small-chart-analytics {
  height: 180px;
}
.dashboard-small-chart-analytics .chart {
  height: 85px;
}
.dashboard-small-chart-analytics .lead {
  font-size: 1.4rem;
}
.dashboard-filled-line-chart {
  height: 340px;
}
.dashboard-filled-line-chart .chart {
  height: 200px;
}
.dashboard-sq-banner {
  background-image: linear-gradient(to right top, #832579, #922c88, #a9449f);
  background-size: cover;
  height: 385px;
  transition: 0.5s;
  background-size: 350% auto;
  cursor: pointer;
}
.dashboard-sq-banner .card-body {
  width: 270px;
}
.dashboard-sq-banner .lead {
  line-height: 2.3rem;
}
.dashboard-sq-banner:hover {
  background-position: right top;
}
.dashboard-link-list {
  height: 385px;
}
.dashboard-progress {
  height: 385px;
}
.dashboard-top-rated {
  height: 300px;
}
@media (max-width: 991px) {
  .dashboard-top-rated {
    height: unset;
  }
}
.dashboard-top-rated .glide img {
  height: 120px;
  display: flex;
  object-fit: cover;
  width: 100%;
}
.dashboard-top-rated .glide .piaf-rater {
  display: inline-block !important;
}
.dashboard-search {
  height: 650px;
  background: url('/assets/img/plane.jpg?_uniquekey=1751462502725');
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
}
.dashboard-search .card-body {
  padding: 120px 50px 30px 50px;
}
@media (max-width: 1439px) {
  .dashboard-search .card-body {
    padding: 80px 30px 30px 30px;
  }
}
.dashboard-search .form-container {
  height: 400px;
  border-radius: 0.1rem;
  box-shadow: 0px -10px 15px 0px rgba(0, 0, 0, 0.04);
  padding: 2rem;
  background-color: white;
}
.icon-cards-row {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}
.icon-cards-row .glide__slides {
  padding-bottom: 0px;
  padding-top: 10px;
}
.icon-cards-row .glide__slides .icon-row-item {
  padding-left: 5px;
  padding-right: 5px;
}
.icon-cards-row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.icon-cards-row .card-body {
  padding: 2rem 0.5rem;
}
.icon-cards-row .card-text {
  color: #8f8f8f;
  height: 30px;
  line-height: 26px;
}
.icon-cards-row .lead {
  color: #13a538;
  margin-bottom: 0;
}
.icon-cards-row i {
  font-size: 46px;
  line-height: 66px;
  color: #13a538;
}
.icon-cards-row .card {
  transition: box-shadow 1000ms;
  cursor: pointer;
}
@media (max-width: 1439px) {
  .icon-cards-row .card-text {
    height: 48px;
    line-height: 18px;
  }
  .icon-cards-row .lead {
    font-size: 1.6rem;
  }
  .icon-cards-row i {
    font-size: 32px;
    line-height: 47px;
  }
}
.log-indicator {
  width: 13px;
  height: 13px;
  border: 2px solid #13a538;
  border-radius: 14px;
  display: inline-block;
}
/* 20.Alerts */
.alert {
  border-radius: 0;
}
.alert-primary {
  color: #13a538;
  background-color: rgba(#13a538, 0.2);
  border-color: rgba(#13a538, 0.1);
}
.alert-secondary {
  color: #13a538;
  background-color: rgba(#13a538, 0.2);
  border-color: rgba(#13a538, 0.1);
}
.alert-success {
  color: #16C995;
  background-color: rgba(22, 201, 149, 0.2);
  border-color: rgba(22, 201, 149, 0.1);
}
.alert-info {
  color: #6A9BF4;
  background-color: rgba(106, 155, 244, 0.2);
  border-color: rgba(106, 155, 244, 0.1);
}
.alert-warning {
  color: #d69b42;
  background-color: rgba(214, 155, 66, 0.2);
  border-color: rgba(214, 155, 66, 0.1);
}
.alert-danger {
  color: #CD4B4B;
  background-color: rgba(205, 75, 75, 0.2);
  border-color: rgba(205, 75, 75, 0.1);
}
.alert-light {
  color: #d4d4d4;
  background-color: rgba(212, 212, 212, 0.2);
  border-color: rgba(212, 212, 212, 0.1);
}
.alert-dark {
  color: #575057;
  background-color: rgba(87, 80, 87, 0.2);
  border-color: rgba(87, 80, 87, 0.1);
}
.alert-dismissible .close {
  text-shadow: initial;
}
.alert *[data-notify="title"] {
  display: block;
  font-size: 0.9rem;
}
div[data-notify="container"] {
  padding: 18px;
}
.notification-container {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0px 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto;
}
.notification {
  box-sizing: border-box;
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: 0.9;
  margin-top: 15px;
}
.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.notification:hover, .notification:focus {
  opacity: 1;
}
.notification-enter {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
}
.notification-enter.notification-enter-active {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s;
}
.notification-leave {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.notification-leave.notification-leave-active {
  visibility: hidden;
  transform: translate3d(100%, 0, 0);
  transition: all 0.4s;
}
/* 21.Forms */
.is-invalid .av-label, .form-group.text-danger, .form-control.is-valid, .form-control.is-valid:focus, .was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, .control-input.is-valid ~ .custom-control-label, .control-input.is-invalid ~ .custom-control-label, .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #3a3a3a !important;
}
.was-validated .form-control:invalid, .form-control.is-invalid, .form-control.is-valid, .form-control.is-valid:focus, .was-validated .custom-select:invalid, .custom-select.is-invalid, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ecedf4;
  background: initial;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ecedf4 !important;
  background: initial;
}
.input-group .custom-file.is-invalid ~ .invalid-feedback {
  display: block;
  top: -10px;
}
.invalid-feedback {
  border-radius: 0.1rem;
  padding: 0.5rem 1rem;
  font-size: 0.76rem;
  color: #3a3a3a;
  background: white;
  border: 1px solid #13a538;
  text-align: center;
  width: unset !important;
  position: absolute;
  z-index: 4;
  margin-top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.invalid-feedback::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px #13a538;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.invalid-feedback::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px white;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.tooltip-right-bottom .invalid-feedback {
  left: initial;
  right: 0;
  transform: translateX(0);
}
.tooltip-right-bottom .invalid-feedback::before, .tooltip-right-bottom .invalid-feedback::after {
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-left-bottom .invalid-feedback {
  left: 0;
  right: initial;
  transform: translateX(0);
}
.tooltip-left-bottom .invalid-feedback::before, .tooltip-left-bottom .invalid-feedback::after {
  left: 25px;
  right: initial;
  margin-left: 0;
}
.tooltip-center-top .invalid-feedback {
  bottom: 80%;
  transform: translateX(-50%) translateY(50%);
  top: initial;
}
.tooltip-center-top .invalid-feedback::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #13a538;
  border-bottom: initial;
}
.tooltip-center-top .invalid-feedback::after {
  content: "";
  position: absolute;
  top: initial;
  bottom: -4px;
  border-top: solid 5px white;
  border-bottom: initial;
}
.tooltip-right-top .invalid-feedback {
  bottom: 80%;
  transform: translateX(0) translateY(50%);
  top: initial;
  left: initial;
  right: 0;
}
.tooltip-right-top .invalid-feedback::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #13a538;
  border-bottom: initial;
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-right-top .invalid-feedback::after {
  content: "";
  position: absolute;
  top: initial;
  bottom: -4px;
  border-top: solid 5px white;
  border-bottom: initial;
  left: initial;
  right: 25px;
  margin-left: 0;
}
.tooltip-left-top .invalid-feedback {
  bottom: 80%;
  transform: translateX(0) translateY(50%);
  top: initial;
  left: 0;
  right: initial;
}
.tooltip-left-top .invalid-feedback::before {
  content: "";
  position: absolute;
  top: initial;
  bottom: -5px;
  border-top: solid 5px #13a538;
  border-bottom: initial;
  left: 25px;
  right: initial;
  margin-left: 0;
}
.tooltip-left-top .invalid-feedback::after {
  content: "";
  position: absolute;
  top: initial;
  bottom: -4px;
  border-top: solid 5px white;
  border-bottom: initial;
  left: 25px;
  right: initial;
  margin-left: 0;
}
.tooltip-label-right .invalid-feedback {
  transform: translateX(0) translateY(-50%);
  top: 16px;
  left: 50px;
}
.tooltip-label-right .invalid-feedback::before {
  content: "";
  position: absolute;
  left: -5px;
  right: initial;
  margin-left: 0;
  border: initial;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px #13a538;
  bottom: initial;
  top: 12px;
  width: 5px;
}
.tooltip-label-right .invalid-feedback::after {
  content: "";
  position: absolute;
  top: initial;
  left: -4px;
  right: initial;
  margin-left: 0;
  width: 5px;
  border: initial;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-right: solid 5px white;
  bottom: initial;
  top: 12px;
  width: 5px;
}
.error-l-0 .invalid-feedback {
  left: 0px;
}
.error-l-25 .invalid-feedback {
  left: 25px;
}
.error-l-50 .invalid-feedback {
  left: 50px;
}
.error-l-75 .invalid-feedback {
  left: 75px;
}
.error-l-100 .invalid-feedback {
  left: 100px;
}
.error-l-125 .invalid-feedback {
  left: 125px;
}
.error-l-150 .invalid-feedback {
  left: 150px;
}
.error-l-175 .invalid-feedback {
  left: 175px;
}
.error-l-200 .invalid-feedback {
  left: 200px;
}
.error-l-225 .invalid-feedback {
  left: 225px;
}
.error-l-250 .invalid-feedback {
  left: 250px;
}
.error-l-275 .invalid-feedback {
  left: 275px;
}
.error-t-negative .invalid-feedback {
  top: -10px;
}
@media (max-width: 575px) {
  .form-inline .form-group {
    width: 100%;
  }
}
.form-check-label, .custom-control-label {
  line-height: 24px !important;
}
.vue-tagsinput {
  background-color: white;
  border: 1px solid #ecedf4;
  outline: initial;
  box-shadow: initial;
  color: #3a3a3a;
}
.vue-tagsinput input {
  color: #3a3a3a;
  padding: 5px 0.25rem;
}
.vue-tagsinput--focused {
  border: 1px solid rgba(#13a538, 0.6) !important;
}
.vue-tagsinput-tag, .v-select .vs__selected {
  background: transparent !important;
  border: 1px solid #ecedf4 !important;
  border-radius: 0.1rem !important;
  padding: 0 8px !important;
  margin: 0px !important;
  margin-right: 2px !important;
  display: inline-block;
  font-size: 85% !important;
  line-height: 1rem !important;
  color: #3a3a3a !important;
  font-family: inherit !important;
  padding: 7px 8px 5px 12px !important;
}
.vue-tagsinput-remove:before, .vue-tagsinput-remove:after {
  top: -8px !important;
}
.vue-tagsinput-remove, .v-select .vs__selected .vs__deselect {
  color: inherit !important;
  cursor: pointer;
  font-weight: 700 !important;
  font-size: inherit !important;
  color: #3a3a3a !important;
  opacity: 1 !important;
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
  display: inline-block;
}
.vue-tagsinput-remove svg, .v-select .vs__selected .vs__deselect svg {
  display: none;
}
.vue-tagsinput-remove:before, .vue-tagsinput-remove:after, .v-select .vs__selected .vs__deselect:before, .v-select .vs__selected .vs__deselect:after {
  position: absolute;
  content: " " !important;
  height: 10px;
  width: 2px;
  top: -8px;
  background-color: #ecedf4;
}
.vue-tagsinput-remove:before, .v-select .vs__selected .vs__deselect:before {
  transform: rotate(45deg);
}
.vue-tagsinput-remove:after, .v-select .vs__selected .vs__deselect:after {
  transform: rotate(-45deg);
}
.v-select .vs__selected {
  padding: 7px 8px 5px 12px !important;
}
.v-select .spinner-border, .v-select .spinner-grow {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0;
  display: none;
}
.v-select.vs--loading .spinner-border, .v-select.vs--loading .spinner-grow {
  display: inline;
}
.vue-tagsinput-remove:before, .vue-tagsinput-remove:after {
  top: 2px;
}
.form-control:focus {
  background: white !important;
  color: #3a3a3a !important;
}
.bootstrap-tagsinput {
  width: 100%;
}
.bootstrap-tagsinput input {
  padding: 0;
}
.form-control:focus, .form-control:focus + .search-results {
  border-color: rgba(#13a538, 0.6) !important;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.4rem + 3px);
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgba(58, 58, 58, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-label.indeterminate::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E?_uniquekey=1751462502725');
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E?_uniquekey=1751462502725');
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E?_uniquekey=1751462502725');
}
.custom-control-label, .custom-control-input {
  outline: initial !important;
  box-shadow: initial !important;
}
.custom-control-input {
  left: 1px;
  top: 3px;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.custom-control-label::before {
  border: 1px solid #909090 !important;
  background: initial;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #13a538;
}
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13a538;
  box-shadow: initial !important;
  border: 1px solid #13a538 !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13a538;
  box-shadow: initial !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #13a538;
  box-shadow: initial !important;
}
.custom-control-label::after, .custom-control-label::before {
  box-shadow: initial !important;
}
.custom-control-label::before {
  top: 0.25rem;
}
.custom-control-label::after {
  top: 0.25rem;
}
.btn.rotate-icon-click i {
  transition: transform 0.5s;
}
.btn.rotate i {
  transform: rotate(180deg);
}
.btn .custom-control-label::before {
  border: 1px solid #fff !important;
}
.btn .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #fff !important;
}
.btn-group-icon {
  line-height: 22px;
}
.valid-tooltip, .invalid-tooltip {
  border-radius: 15px;
  padding: 0.5rem 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.76rem;
}
.valid-tooltip {
  background-color: #28a745;
  margin-top: -0.2rem;
}
.invalid-tooltip {
  background-color: #dc3545;
  margin-top: -0.2rem;
}
.valid-tooltip:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px #28a745;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.invalid-tooltip:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -2.5px;
  margin-left: 50%;
  width: 10px;
  height: 5px;
  border-bottom: solid 5px #dc3545;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
}
.valid-icon {
  position: absolute;
  bottom: 8px;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0;
  font-size: 0.76rem;
  line-height: 1;
  border-radius: 0.2rem;
  right: 4px;
  color: #16C995;
}
.invalid-icon {
  position: absolute;
  bottom: 2px;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.2rem;
  right: 4px;
  color: #CD4B4B;
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-icon, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-icon, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-icon, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-icon {
  display: block;
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-icon, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-icon, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-icon, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-icon {
  display: block;
}
.popover-origin {
  position: absolute !important;
}
.popover-origin .popover-content-wrapper .popover-content {
  background-color: white !important;
  font-size: 0.8rem;
  width: 100% !important;
  outline: initial;
  font-family: "Nunito", sans-serif !important;
  box-shadow: initial !important;
  border-width: 0 0 0 0 !important;
  border-color: #ecedf4 !important;
}
.popover-content-wrapper .popover-content {
  border-width: 1px !important;
}
.input-group-text {
  border-radius: 0.1rem;
  background-color: white;
  border-color: #ecedf4;
  color: #3a3a3a;
  font-size: 0.8rem;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}
.form-group {
  position: relative;
}
.form-control, .form-control.is-valid {
  height: initial;
  border-radius: 0.1rem;
  outline: initial !important;
  box-shadow: initial !important;
  font-size: 0.8rem;
  padding: 0.7rem 0.75rem 0.65rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ecedf4;
  background: white;
  color: #3a3a3a;
}
@keyframes autofill {
  to {
    color: #3a3a3a;
    background: transparent;
  }
}
input:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #3a3a3a !important;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
  border-radius: 0.1rem;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
  border-radius: 0.1rem;
}
.custom-select {
  border-radius: 0.1rem;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
  outline: initial !important;
  box-shadow: initial !important;
}
.custom-select {
  height: calc(2.5rem + 2px);
}
.custom-select:focus {
  border-color: #13a538;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(#13a538, 0.6);
}
.custom-file-label::after {
  background: white;
  color: #3a3a3a;
  border-color: #ecedf4;
}
.custom-file-input {
  box-shadow: initial !important;
}
.custom-file-label {
  background: white;
  border-color: #ecedf4;
}
.custom-file-label {
  box-shadow: initial !important;
  border-radius: 0.1rem;
  height: calc(2.5rem + 2px);
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}
.custom-file {
  height: calc(2.5rem + 2px);
}
.custom-file-label:focus, .custom-file-input:focus {
  border-color: #13a538;
}
.custom-file-label::after {
  height: calc(calc(2.5rem + 2px) - 1px * 2);
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
}
.jumbotron {
  background: initial;
}
/* 23.Navs */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white;
  background-color: #13a538;
}
.nav-pills .nav-link {
  border-radius: 50px;
}
.nav-link {
  padding: 0.5rem 1rem;
}
@media (max-width: 767px) {
  .nav-link {
    padding: 0.5rem 0.5rem;
  }
}
.nav-link.active {
  color: #13a538;
}
.page-item {
  padding: 10px;
}
@media (max-width: 767px) {
  .page-item {
    padding: 3px;
  }
}
.page-item .page-link {
  outline: initial !important;
  box-shadow: initial !important;
  line-height: 1.7;
  border-radius: 40px !important;
  min-width: 38px;
  text-align: center;
  height: 38px;
  padding: 0.55rem 0;
}
@media (max-width: 575px) {
  .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: 0.9;
    font-size: 0.76rem;
  }
}
.page-item .page-link.next {
  background: #13a538;
  color: white;
  border: 1px solid #13a538;
}
.page-item .page-link.prev {
  background: #13a538;
  border: 1px solid #13a538;
  color: white;
}
.page-item .page-link:first, .page-item .page-link.last {
  background: transparent;
  color: #13a538;
  border: 1px solid #13a538;
  border-radius: 30px;
}
.page-item .page-link:first:hover, .page-item .page-link.last:hover {
  background: #13a538;
  color: white;
  border: 1px solid #13a538;
}
.page-item .page-link:hover {
  background-color: transparent;
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) + 10%));
  color: #13a538;
}
.page-item.active .page-link {
  background: transparent;
  border: 1px solid #13a538;
  color: #13a538;
}
.page-item.disabled .page-link {
  /*border-color: $separator-color;*/
  border: initial;
  color: #ecedf4;
  background: transparent;
}
.page-item[role="separator"] .page-link {
  color: #3a3a3a;
}
.page-link {
  background-color: transparent;
  border-color: transparent;
  color: #3a3a3a;
}
.btn-sm.page-link {
  padding: 0.5rem 0.5rem;
}
.pagination-lg .page-item {
  padding: 15px;
}
@media (max-width: 767px) {
  .pagination-lg .page-item {
    padding: 3px;
  }
}
.pagination-lg .page-item .page-link {
  min-width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagination-lg .page-item .page-link {
    min-width: 38px;
    height: 38px;
    padding: 0.55rem 0;
    line-height: 1.5;
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .pagination-lg .page-item .page-link {
    min-width: 30px;
    height: 30px;
    line-height: 0.9;
    font-size: 0.76rem;
  }
}
.pagination-sm .page-item {
  padding: 6px;
}
@media (max-width: 767px) {
  .pagination-sm .page-item {
    padding: 3px;
  }
}
.pagination-sm .page-item .page-link {
  min-width: 30px;
  height: 30px;
  line-height: 0.9;
  font-size: 0.76rem;
}
/* 24.Tooltip and popover */
.popover {
  border-radius: 0.1rem;
  background-color: white;
  border-color: #ecedf4;
}
.popover .popover-body {
  color: #3a3a3a;
}
.popover-header {
  background-color: transparent;
  border-bottom: initial;
}
.tooltip-inner {
  padding: 0.5rem 0.75rem;
  color: #3a3a3a;
  background-color: white;
  border-radius: 0.1rem;
  border: 1px solid #ecedf4;
}
.tooltip.show {
  opacity: 1;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ecedf4;
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-right-color: white;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ecedf4;
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-left-color: white;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ecedf4;
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: white;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ecedf4;
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: white;
}
.tooltip .arrow::before, .tooltip .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: #ecedf4;
}
.bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: white;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before, .bs-tooltip-right .arrow::after, .bs-tooltip-auto[x-placement^="right"] .arrow::after {
  border-width: 0.4rem 0.4rem 0.4rem 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: #ecedf4;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: white;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before, .bs-tooltip-top .arrow::after, .bs-tooltip-auto[x-placement^="top"] .arrow::after {
  border-width: 0.4rem 0.4rem 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: #ecedf4;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-tooltip-bottom .arrow::after, .bs-tooltip-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: white;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: #ecedf4;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before, .bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-tooltip-left .arrow::after, .bs-tooltip-auto[x-placement^="left"] .arrow::after {
  right: 0;
  border-left-color: white;
}
.search-sm {
  position: relative;
}
.search-sm input {
  background: none;
  outline: initial !important;
  border: 1px solid #8f8f8f;
  border-radius: 15px;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  font-size: 0.76rem;
  line-height: 1.3;
  color: #3a3a3a;
}
.search-sm:after {
  font-family: "simple-line-icons";
  content: "";
  font-size: 14px;
  border-radius: 10px;
  color: #8f8f8f;
  position: absolute;
  width: 25px;
  right: 2px;
  text-align: center;
  cursor: pointer;
  top: 2px;
}
.notification {
  border-radius: 0.1rem;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  padding: 25px 25px 25px 25px;
}
.notification:before {
  content: "";
  display: none;
}
.notification-primary {
  color: #13a538;
  background-color: white;
  border: 1px solid #13a538;
  opacity: 1;
}
.notification-primary .notification-message .title {
  color: #13a538;
}
.notification-primary .notification-message .message {
  color: #3a3a3a;
}
.notification-primary.filled {
  color: white;
  background-color: #13a538;
}
.notification-primary.filled .notification-message .title {
  color: white;
}
.notification-primary.filled .notification-message .message {
  color: white;
}
.notification-secondary {
  color: #13a538;
  background-color: white;
  border: 1px solid #13a538;
  opacity: 1;
}
.notification-secondary .notification-message .title {
  color: #13a538;
}
.notification-secondary .notification-message .message {
  color: #8f8f8f;
}
.notification-secondary.filled {
  color: white;
  background-color: #13a538;
}
.notification-secondary.filled .notification-message .title {
  color: white;
}
.notification-secondary.filled .notification-message .message {
  color: white;
}
.notification-info {
  color: #6A9BF4;
  background-color: white;
  border: 1px solid #6A9BF4;
  opacity: 1;
}
.notification-info .notification-message .title {
  color: #6A9BF4;
}
.notification-info .notification-message .message {
  color: #8f8f8f;
}
.notification-info.filled {
  color: white;
  background-color: #6A9BF4;
}
.notification-info.filled .notification-message .title {
  color: white;
}
.notification-info.filled .notification-message .message {
  color: white;
}
.notification-success {
  color: #16C995;
  background-color: white;
  border: 1px solid #16C995;
  opacity: 1;
}
.notification-success .notification-message .title {
  color: #16C995;
}
.notification-success .notification-message .message {
  color: #8f8f8f;
}
.notification-success.filled {
  color: white;
  background-color: #16C995;
}
.notification-success.filled .notification-message .title {
  color: white;
}
.notification-success.filled .notification-message .message {
  color: white;
}
.notification-warning {
  color: #d69b42;
  background-color: white;
  border: 1px solid #d69b42;
  opacity: 1;
}
.notification-warning .notification-message .title {
  color: #d69b42;
}
.notification-warning .notification-message .message {
  color: #8f8f8f;
}
.notification-warning.filled {
  color: white;
  background-color: #d69b42;
}
.notification-warning.filled .notification-message .title {
  color: white;
}
.notification-warning.filled .notification-message .message {
  color: white;
}
.notification-error {
  color: #CD4B4B;
  background-color: white;
  border: 1px solid #CD4B4B;
  opacity: 1;
}
.notification-error .notification-message .title {
  color: #CD4B4B;
}
.notification-error .notification-message .message {
  color: #8f8f8f;
}
.notification-error.filled {
  color: white;
  background-color: #CD4B4B;
}
.notification-error.filled .notification-message .title {
  color: white;
}
.notification-error.filled .notification-message .message {
  color: white;
}
.progress {
  background-color: #f3f3f3;
  height: 3px;
}
.progress-bar {
  background-color: #13a538;
}
.progress-banner {
  height: 200px;
  background-image: linear-gradient(to right top, #832579, #922c88, #a9449f);
  transition: 0.5s;
  background-size: 200% auto;
  cursor: pointer;
}
.progress-banner .lead {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1199px) {
  .progress-banner .lead {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
}
.progress-banner i {
  font-size: 2.7rem;
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .progress-banner i {
    font-size: 2rem;
    margin-bottom: 0.2rem;
  }
}
@media (max-width: 1199px) {
  .progress-banner .radial-progress-container {
    width: 80px !important;
    height: 80px !important;
  }
}
.progress-banner .radial-progress-container .radial-progress-inner {
  font-size: 24px;
  text-anchor: middle;
  fill: #fff !important;
  color: #fff !important;
}
@media (max-width: 1199px) {
  .progress-banner .radial-progress-container .radial-progress-inner {
    font-size: 18px;
  }
}
.progress-banner .radial-progress-container circle {
  stroke: #fff !important;
}
.progress-banner .radial-progress-container circle[stroke-dashoffset="0"] {
  stroke: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 15%)) !important;
}
.progress-banner:hover {
  background-position: right top;
}
.radial-progress-container .radial-progress-inner {
  font-size: 13px;
  text-anchor: middle;
  fill: #fff !important;
}
.radial-progress-container circle {
  stroke: #13a538 !important;
}
.radial-progress-container circle[stroke-dashoffset="0"] {
  stroke: #ecedf4 !important;
}
/* 26.Rating */
.br-theme-bootstrap-stars .br-widget a.br-active:after {
  color: #13a538;
}
.br-theme-bootstrap-stars .br-widget a.br-selected:after {
  color: #13a538;
}
.piaf-rater {
  display: block !important;
  font-size: 16px;
  color: #ecedf4;
}
.piaf-rater-star {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "simple-line-icons";
  color: #ecedf4;
  padding-right: 3px;
  font-size: 18px;
}
.piaf-rater-star.is-active, .piaf-rater-star.will-be-active {
  color: #13a538;
}
.piaf-rater-star:after {
  content: "";
}
/* 27.Sortable */
.sortable {
  cursor: default;
}
.sortable span {
  vertical-align: middle;
}
.sortable-ghost {
  opacity: 0.5;
}
/* 28.Spinner */
.spinner {
  width: 36px;
  text-align: center;
}
.spinner > span {
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
  animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 29.Croppper */
.cropper-line {
  background-color: #13a538;
}
.cropper-point {
  background-color: #13a538;
}
.cropper-view-box {
  outline-color: #13a538;
  outline: #13a538;
}
.cropper-preview {
  overflow: hidden;
}
#cropperContainer {
  height: 300px;
  display: none;
}
/* 30.Modal */
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
  padding: 1.75rem;
}
.modal .modal-header {
  border-bottom: 1px solid #ecedf4;
}
.modal .modal-footer {
  border-top: 1px solid #ecedf4;
}
.modal .close {
  color: #3a3a3a;
  text-shadow: initial;
}
.modal-content {
  border: initial;
  border-radius: 0.1rem;
  background: white;
}
.modal-dialog {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.modal-right {
  padding-right: 0 !important;
}
.modal-right .modal-dialog {
  margin: 0 auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  max-width: 380px;
}
.modal-right .modal-content {
  min-height: 100%;
}
.modal-right .modal-header {
  height: 100px;
}
@media (max-width: 1439px) {
  .modal-right .modal-header {
    height: 90px;
  }
}
@media (max-width: 1199px) {
  .modal-right .modal-header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .modal-right .modal-header {
    height: 70px;
  }
}
.modal-right .modal-footer {
  justify-content: center;
}
.modal-right.modal.fade .modal-dialog {
  transform: translate(25%, 0) !important;
}
.modal-right.modal.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal-dialog {
  box-shadow: initial !important;
}
.modal-dialog .modal-content {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.modal-backdrop {
  opacity: 0.5;
}
/* 31.Authorization */
.auth-card {
  display: flex;
  flex-direction: row;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.auth-card .image-side {
  width: 40%;
  background: url('svg/login_bg?_uniquekey=1751462502725') no-repeat left top !important;
  background-size: cover !important;
  padding: 80px 40px;
}
.auth-card .image-side .h3 {
  line-height: 0.8rem;
}
.auth-card .form-side {
  width: 60%;
  padding: 80px;
}
@media (max-width: 991px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    width: 100%;
    padding: 60px;
  }
  .auth-card .form-side {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .auth-card p.h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .auth-card {
    flex-direction: column;
  }
  .auth-card .image-side {
    padding: 35px 30px;
  }
  .auth-card .form-side {
    padding: 35px 30px;
  }
  .auth-card .logo-single {
    margin-bottom: 20px;
  }
  .auth-card p.h2 {
    font-size: 1.4rem;
  }
}
/* 33.Icons */
.simple-line-icons .glyph, .mind-icons .glyph {
  width: 14.28%;
  text-align: center;
  float: left;
  height: 100px;
}
.simple-line-icons .glyph .glyph-icon, .simple-line-icons .glyph .fa, .mind-icons .glyph .glyph-icon, .mind-icons .glyph .fa {
  font-size: 32px;
  text-align: center !important;
}
.simple-line-icons .glyph .author-name, .mind-icons .glyph .author-name {
  display: none;
}
.simple-line-icons .glyph .class-name, .mind-icons .glyph .class-name {
  font-size: 0.76rem;
  color: #909090 !important;
  text-align: center !important;
}
@media (max-width: 1199px) {
  .simple-line-icons .glyph, .mind-icons .glyph {
    width: 16.66%;
  }
}
@media (max-width: 991px) {
  .simple-line-icons .glyph, .mind-icons .glyph {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .simple-line-icons .glyph, .mind-icons .glyph {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .simple-line-icons .glyph, .mind-icons .glyph {
    width: 50%;
  }
}
.chart-container {
  height: 300px;
}
.theme-colors {
  width: 280px !important;
  position: fixed;
  z-index: 1030;
  top: 50%;
  right: 0;
  background: white;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  transform: translate(280px, -50%);
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-colors .theme-button {
  position: absolute;
  left: -32px;
  background: white;
  padding: 13px 7px 13px 7px;
  border-radius: 0.2rem;
  color: #3a3a3a;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.04);
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #13a538;
}
.theme-colors .theme-color {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 20px;
  transition: background 0.25s;
}
.theme-colors .theme-color.active, .theme-colors .theme-color:hover {
  background: white;
}
.theme-colors .theme-color-purplemonster {
  border: 3px solid #922c88;
  background: #922c88;
}
.theme-colors .theme-color-blueyale {
  border: 3px solid #145388;
  background: #145388;
}
.theme-colors .theme-color-blueolympic {
  border: 3px solid #008ecc;
  background: #008ecc;
}
.theme-colors .theme-color-bluenavy {
  border: 3px solid #00365a;
  background: #00365a;
}
.theme-colors .theme-color-orangecarrot {
  border: 3px solid #ed7117;
  background: #ed7117;
}
.theme-colors .theme-color-greenmoss {
  border: 3px solid #576a3d;
  background: #576a3d;
}
.theme-colors .theme-color-greenlime {
  border: 3px solid #6fb327;
  background: #6fb327;
}
.theme-colors .theme-color-redruby {
  border: 3px solid #900604;
  background: #900604;
}
.theme-colors .theme-color-greysteel {
  border: 3px solid #48494b;
  background: #48494b;
}
.theme-colors .theme-color-yellowgranola {
  border: 3px solid #c0a145;
  background: #c0a145;
}
.theme-colors.shown {
  transform: translate(0, calc(-50% + 0.5px));
  transition: transform 0.4s ease-out;
}
.theme-colors.hidden {
  transform: translate(280px, -50%);
  transition: transform 0.4s ease-out;
}
/* 34.Floating Label */
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label::after, .has-float-label legend::after, .has-float-label > span::after {
  background: white !important;
}
.has-float-label legend {
  width: auto;
}
.has-top-label label, .has-top-label legend, .has-top-label > span, .has-float-label label, .has-float-label legend, .has-float-label > span {
  color: rgba(58, 58, 58, 0.7);
}
.has-float-label label, .has-float-label legend, .has-float-label > span:last-of-type {
  position: absolute;
  cursor: text;
  font-size: 90%;
  opacity: 1;
  top: -0.4em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after, .has-float-label legend::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 5px;
  top: 3px;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-float-label .form-control::-webkit-input-placeholder {
  opacity: 1;
}
.has-float-label .form-control::-moz-placeholder {
  opacity: 1;
}
.has-float-label .form-control:-ms-input-placeholder {
  opacity: 1;
}
.has-float-label .form-control::placeholder {
  opacity: 1;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label .form-control:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.input-group .has-float-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group .has-float-label .form-control {
  width: 100%;
}
.input-group .has-float-label:not(:last-child), .input-group .has-float-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-float-label:not(:first-child), .input-group .has-float-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.has-top-label .form-control, .form-group.has-top-label .vue-tagsinput, .form-group.has-top-label .vdp-datepicker > div > input {
  padding: 1.7rem 0.75rem 0.5rem 0.75rem !important;
}
.form-group.has-top-label .vs__selected-options input {
  padding: 1px 6px !important;
}
.has-top-label {
  display: block;
  position: relative;
}
.has-top-label .vue-tagsinput-input {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1;
}
.has-top-label .v-select .vs__selected-options {
  padding: 1.5rem 0.75rem 0rem 0.25rem !important;
}
.has-top-label .vs__selected-options .vs__selected {
  margin: 0px !important;
  padding: 6px 6px !important;
}
.has-top-label label, .has-top-label legend, .has-top-label > span:last-of-type {
  position: absolute;
  cursor: text;
  font-size: 76%;
  opacity: 1;
  top: 0.7rem;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  font-weight: 600;
}
.has-top-label label::after, .has-top-label legend::after, .has-top-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  height: 2px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.has-top-label .form-control::-webkit-input-placeholder {
  opacity: 1;
}
.has-top-label .form-control::-moz-placeholder {
  opacity: 1;
}
.has-top-label .form-control:-ms-input-placeholder {
  opacity: 1;
}
.has-top-label .form-control::placeholder {
  opacity: 1;
}
.has-top-label {
  top: unset !important;
  bottom: -3px !important;
  margin-left: 0 !important;
}
.input-group .has-top-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-group .has-top-label .form-control {
  width: 100%;
}
.input-group .has-top-label:not(:last-child), .input-group .has-top-label:not(:last-child) .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.input-group .has-top-label:not(:first-child), .input-group .has-top-label:not(:first-child) .form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-group.has-top-label .form-control, .form-group.has-top-label .vue-tagsinput, .form-group.has-top-label .vdp-datepicker > div > input {
  min-height: calc(3.3rem + 2px) !important;
}
.form-group.has-top-label .vs__selected-options input {
  min-height: initial !important;
}
.form-group.has-top-label select.form-control:not([size]):not([multiple]) {
  height: calc(3.3rem + 2px);
  padding: 1.7rem 0.75rem 0.5rem 0.5rem;
}
/* 35.Loading */
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(#13a538, 0.2);
  border-radius: 50%;
  border-top-color: #13a538;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.card.active {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.modal-right.modal {
  padding-right: 0 !important;
}
.loading-overlay {
  z-index: 1050;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(#13a538, 0.2);
  border-radius: 50%;
  border-top-color: #13a538;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 38.Tables */
.table {
  color: #3a3a3a;
}
.table th, .table td {
  border-color: #f3f3f3 !important;
}
.table .thead-light th {
  background-color: #f3f3f3 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3 !important;
}
.feature-row {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .feature-row {
    margin-top: 40px;
  }
}
/* 39.Profile Page */
.social-header {
  width: 100%;
  height: 380px;
  object-fit: cover;
  max-height: 380px;
}
.social-profile-img {
  height: 120px;
  border: 3px solid white;
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  top: -75px;
}
.social-icons ul {
  margin-bottom: 0;
}
.social-icons li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.social-icons li a {
  color: #8f8f8f;
  font-size: 1.2rem;
}
.social-icons li a:hover, .social-icons li a:active {
  color: rgba(143, 143, 143, 0.7);
}
.post-icon i {
  font-size: 1.1rem;
  vertical-align: middle;
}
.post-icon span {
  display: inline-block;
  padding-top: 3px;
  vertical-align: middle;
}
.comment-likes {
  text-align: right;
  flex-basis: 90px;
  flex-shrink: 0;
}
.comment-contaiener input {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}
.social-image-row [class*="col-"] {
  margin-bottom: 1rem;
}
.social-image-row [class*="col-"]:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.social-image-row [class*="col-"]:nth-child(odd) {
  padding-right: 0.5rem;
}
.social-image-row [class*="col-"]:nth-child(even) {
  padding-left: 0.5rem;
}
.gallery-page.row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-page.row [class*="col-"] {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.gallery img {
  cursor: pointer;
}
.col-left {
  padding-right: 20px;
}
@media (max-width: 991px) {
  .col-left {
    padding-right: 15px;
  }
}
.col-right {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .col-right {
    padding-left: 15px;
  }
}
/* 41.Prices */
.equal-height-container .col-item .card {
  height: 100%;
}
@media (max-width: 991px) {
  .equal-height-container .col-item .card-body {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .equal-height-container .col-item .card-body {
    text-align: center;
  }
}
.equal-height-container .col-item .price-top-part {
  text-align: center;
}
.equal-height-container .col-item .price-top-part * {
  text-align: center !important;
}
@media (max-width: 991px) {
  .equal-height-container .col-item .price-top-part {
    padding-left: 0;
    padding-right: 0;
    width: 40%;
  }
}
@media (max-width: 575px) {
  .equal-height-container .col-item .price-top-part {
    width: initial;
  }
}
.equal-height-container .col-item .price-feature-list {
  justify-content: space-between;
}
.equal-height-container .col-item .price-feature-list ul {
  margin: 0 auto;
  align-self: flex-start;
  margin-bottom: 1rem;
}
.equal-height-container .col-item .price-feature-list ul li p {
  text-align: center !important;
}
.table-heading {
  box-shadow: initial;
  background: initial;
}
i.large-icon {
  font-size: 38px;
  line-height: 90px;
  color: #13a538;
}
@media (max-width: 767px) {
  i.large-icon {
    line-height: 70px;
  }
}
.large-icon.initial-height {
  line-height: initial;
}
@media (max-width: 767px) {
  .large-icon.initial-height {
    line-height: initial;
  }
}
/* 38.Tables */
.table th, .table td {
  border-color: #f3f3f3 !important;
}
.table .thead-light th {
  background-color: #f3f3f3 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f3f3 !important;
}
.feature-row {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .feature-row {
    margin-top: 40px;
  }
}
.table thead th[aria-sort] {
  cursor: pointer;
}
.table thead th[aria-sort][aria-sort="ascending"] {
  box-shadow: inset 0 3px 0 0 #13a538;
}
.table thead th[aria-sort][aria-sort="descending"] {
  box-shadow: inset 0 -3px 0 0 #13a538;
}
.table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
}
/* 39.Invoice*/
.invoice-vue .invoice-contents {
  background-color: white;
  height: 1200px;
  max-width: 830px;
  position: relative;
}
@media print {
  body {
    background: white;
    height: 100%;
  }
  main {
    margin: 0 !important;
  }
  .navbar, .menu, .theme-colors {
    display: none;
  }
  main .container-fluid .row:not(.invoice) {
    display: none;
  }
  .invoice {
    width: 100%;
    max-width: 100%;
  }
  .invoice.row {
    margin: 0;
  }
  .invoice [class*="col"] {
    padding: 0;
  }
  .invoice .invoice-contents {
    width: 100%;
    max-width: 100% !important;
    height: 1370px !important;
  }
}
.map-item {
  height: 400px;
  width: 100%;
}
/* Spinner */
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.ReactModal__Overlay {
  z-index: 1070 !important;
}
.ril__toolbar {
  background-color: initial !important;
}
.ril__builtinButton {
  background-size: 16px !important;
  vertical-align: top;
  width: 40px;
  height: 38px;
}
.ril__toolbarItem {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  margin: 10px 5px;
  width: 40px;
  height: 40px;
}
.ril__toolbarRightSide {
  padding-right: initial;
}
.ril__toolbarLeftSide li {
  display: none;
}
.ril__navButtons {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  padding: 25px;
  padding: 21px;
}
.ril__navButtonNext {
  background-size: 12px;
  right: 10px;
}
.ril__navButtonPrev {
  background-size: 12px;
  left: 10px;
}
/* Rounded */
.rounded .popover, .rounded .tooltip-inner {
  border-radius: 0.75rem;
}
.rounded .notification {
  border-radius: 0.75rem;
}
.rounded .border-radius {
  border-radius: 0.75rem;
}
.rounded .vjs-poster, .rounded .vjs-tech {
  border-radius: 0.75rem;
}
.rounded .dashboard-top-rated .glide img {
  border-radius: 0.75rem;
}
.rounded .app-menu {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media (max-width: 991px) {
  .rounded .auth-card .image-side {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
}
.rounded .card-img, .rounded .card-img-fluid, .rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rounded .sub-hidden .main-menu, .rounded .menu-sub-hidden .main-menu {
  border-radius: 0 0.75rem 0.75rem 0;
}
.rounded .sub-show-temporary .main-menu {
  border-radius: initial;
}
.rounded .dropdown-menu {
  border-radius: 0.75rem;
}
.rounded .btn.default {
  border-radius: 0.1rem;
}
.rounded .list-thumbnail {
  padding: 17px;
  max-height: 100%;
  max-width: 100%;
  border-radius: 0.75rem;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded .card-img-bottom, .rounded .card-img-bottom .vjs-poster, .rounded .card-img-bottom .vjs-tech {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
}
.rounded .card-img-top, .rounded .card-img-top .vjs-poster, .rounded .card-img-top .vjs-tech {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
}
.rounded .card-img-left {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
}
.rounded .card-img-right {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: initial !important;
}
.rounded .card {
  border-radius: 0.75rem;
}
.rounded .card.auth-card {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
@media (max-width: 991px) {
  .rounded .card.auth-card {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }
}
.rounded .invalid-feedback, .rounded .valid-tooltip, .rounded div.error {
  border-radius: 10px;
}
/* Rtl */
.rtl {
  /*Basic*/
  direction: rtl;
  /* Sidebar */
  /*Navbar */
  /*Chat Input Container*/
}
.rtl .text-center p, .rtl .text-center div, .rtl .text-center span, .rtl .text-center i, .rtl .text-center a, .rtl .text-center h1, .rtl .text-center h2, .rtl .text-center h3, .rtl .text-center h4, .rtl .text-center h5, .rtl .text-center h6 {
  text-align: center;
}
.rtl .list-unstyled {
  padding-right: 0;
}
.rtl .dropdown-menu:not(.datepicker-dropdown) {
  right: initial !important;
}
.rtl .dropdown-menu-right {
  right: initial !important;
  left: 0 !important;
}
.rtl .dropdown-menu-left {
  right: 0 !important;
  left: initial !important;
}
.rtl .btn-group > .btn:first-child {
  margin-left: -1px;
}
.rtl .top-right-button-container {
  float: left;
}
@media (max-width: 575px) {
  .rtl .top-right-button-container {
    float: initial;
  }
}
@media (max-width: 575px) {
  .rtl .top-right-button-container .top-right-button {
    margin-left: 5px;
  }
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: initial;
  padding-right: 0.5rem;
}
.rtl .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
  padding-right: initial;
}
.rtl .shift-left.c-day-slide-right-scale-enter div {
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-bottom-right-radius: 0px !important;
}
.rtl .shift-right.c-day-slide-left-scale-enter div {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 20px !important;
}
.rtl .vue-tagsinput {
  padding-left: 0;
  padding-right: 5px;
}
.rtl .c-header .c-arrow-layout .c-arrow {
  transform: rotateY(180deg) !important;
}
.rtl .dropdown-menu:not(.datepicker-dropdown) {
  right: initial !important;
}
.rtl .dropdown-menu-right {
  right: initial !important;
  left: 0 !important;
}
.rtl .dropdown-menu-left {
  right: 0 !important;
  left: initial !important;
}
.rtl .btn-group > .btn:first-child {
  margin-left: -1px;
}
.rtl .top-right-button-container {
  float: left;
}
@media (max-width: 575px) {
  .rtl .top-right-button-container {
    float: initial;
  }
}
@media (max-width: 575px) {
  .rtl .top-right-button-container .top-right-button {
    margin-left: 5px;
  }
}
.rtl .v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 10px;
}
.rtl .v-select[dir="rtl"] .vs__deselect {
  margin-right: 7px;
}
.rtl .vue-tagsinput-tag, .rtl .v-select .vs__selected {
  padding-left: 12px !important;
}
.rtl .app-menu ul li i {
  margin-left: 10px;
  margin-right: initial;
}
.rtl .comment-contaiener input {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  padding-left: 0.75rem;
  padding-right: 20px;
}
.rtl .simple-icon-control-start:before {
  content: "";
}
.rtl .simple-icon-control-end:before {
  content: "";
}
.rtl .glide__arrow.glide__arrow--left .simple-icon-arrow-left:before {
  content: "";
}
.rtl .glide__arrow.glide__arrow--right .simple-icon-arrow-right:before {
  content: "";
}
.rtl .search-sm::after {
  left: 0;
  right: initial;
  text-align: initial;
  top: 3px;
}
.rtl .cv-wrapper .cv-header .cv-header-nav .previousPeriod::after {
  content: "";
  padding-left: 8px;
}
.rtl .cv-wrapper .cv-header .cv-header-nav .nextPeriod::after {
  content: "";
  padding-left: 5px;
}
.rtl .cv-wrapper .cv-header .cv-header-nav .previousPeriod {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .cv-wrapper .cv-header .cv-header-nav .nextPeriod {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .dropdown-toggle-split:after, .rtl .dropright .dropdown-toggle-split:after, .rtl .dropup .dropdown-toggle-split:after {
  margin-left: 2px;
  margin-right: 2px;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text {
  border-radius: 0.1rem;
}
.rtl .btn-group.dropleft .dropdown-toggle-split {
  border-radius: 0.1rem;
}
.rtl .fc-toolbar.fc-header-toolbar .btn-group .fc-next-button.btn, .rtl .fc-toolbar.fc-header-toolbar .btn-group .fc-prev-button.btn {
  border-radius: 40px !important;
}
.rtl .input-group-append .btn + .btn, .rtl .input-group-append .btn + .input-group-text, .rtl .input-group-append .input-group-text + .btn, .rtl .input-group-append .input-group-text + .input-group-text, .rtl .input-group-prepend .btn + .btn, .rtl .input-group-prepend .btn + .input-group-text, .rtl .input-group-prepend .input-group-text + .btn, .rtl .input-group-prepend .input-group-text + .input-group-text {
  margin-left: 0px;
  margin-right: -1px;
}
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .rtl .input-group > .input-group-prepend:not(:first-child) > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 0.1rem;
}
.rtl .input-group-text {
  border-radius: 0.1rem !important;
}
.rtl .input-group-prepend {
  margin-right: 0;
  margin-left: -1px;
}
.rtl .input-group > .input-group-append > .btn-group > .btn, .rtl .input-group > .input-group-append > .btn-group > .input-group-text, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn-group > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn-group > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .btn-group > .input-group-text:not(:first-child) {
  margin-left: 0;
  margin-right: 0;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text {
  border-radius: 50px;
}
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .rtl .input-group > .input-group-prepend:not(:first-child) > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 50px;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-prepend > .btn, .rtl .input-group > .input-group-prepend > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child) {
  border-radius: 0 !important;
}
.rtl .input-group > .input-group-append > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .input-group > .input-group-prepend > .btn-group > .btn, .rtl .input-group > .input-group-prepend > .btn-group > .input-group-text, .rtl .input-group > .input-group-append:not(:last-child) > .btn-group > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .btn-group > .input-group-text, .rtl .input-group > .input-group-append:last-child > .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .btn-group > .input-group-text:not(:last-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl .input-group > .input-group-append > .btn-group > .btn, .rtl .input-group > .input-group-append > .btn-group > .input-group-text, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn, .rtl .input-group > .input-group-prepend:not(:first-child) > .btn-group > .input-group-text, .rtl .input-group > .input-group-prepend:first-child > .btn-group > .btn:not(:first-child), .rtl .input-group > .input-group-prepend:first-child > .btn-group > .input-group-text:not(:first-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rtl table.dataTable thead > tr > th.sorting_asc, .rtl table.dataTable thead > tr > th.sorting_desc, .rtl table.dataTable thead > tr > th.sorting, .rtl table.dataTable thead > tr > td.sorting_asc, .rtl table.dataTable thead > tr > td.sorting_desc, .rtl table.dataTable thead > tr > td.sorting {
  padding-right: 0;
  padding-left: 30px;
}
.rtl table.dataTable thead .sorting:before, .rtl table.dataTable thead .sorting_asc:before, .rtl table.dataTable thead .sorting_asc_disabled:before, .rtl table.dataTable thead .sorting_desc:before, .rtl table.dataTable thead .sorting_desc_disabled:before {
  right: initial;
  left: 2em;
}
.rtl table.dataTable thead .sorting:after, .rtl table.dataTable thead .sorting_asc:after, .rtl table.dataTable thead .sorting_asc_disabled:after, .rtl table.dataTable thead .sorting_desc:after, .rtl table.dataTable thead .sorting_desc_disabled:after {
  right: initial;
  left: 1.5em;
}
.rtl .ck-editor {
  direction: rtl;
}
.rtl .btn-group > .btn:not(:first-child), .rtl .btn-group > .btn-group:not(:first-child) > .btn {
  border-radius: initial;
}
.rtl .btn-group > .btn:first-child {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rtl .btn-group > .btn:last-of-type {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.rtl .ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  right: initial;
  left: 0;
}
.rtl .datepicker-dropdown {
  right: initial;
}
.rtl .card .card-header .card-icon {
  left: 10px;
  right: initial;
}
.rtl .custom-control {
  padding-right: 1.5rem;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: initial;
}
.rtl .pagination .page-link.prev i::before {
  content: "";
}
.rtl .pagination .page-link.next i::before {
  content: "";
}
.rtl .pagination .page-link.first i::before {
  content: "";
}
.rtl .pagination .page-link.last i::before {
  content: "";
}
.rtl .pagination a {
  cursor: pointer;
}
.rtl .nav, .rtl .pagination {
  padding-right: 0;
}
.rtl .nav-tabs.separator-tabs .nav-link {
  margin-left: 1.5rem;
  margin-right: 0;
}
.rtl .heading-number {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .card-top-buttons {
  right: initial;
  left: 0;
}
.rtl .react-tagsinput {
  padding-right: 5px;
  padding-left: 0;
}
.rtl .app-row {
  padding-right: initial;
  padding-left: 280px;
}
@media (max-width: 1199px) {
  .rtl .app-row {
    padding-left: 0;
  }
}
.rtl .custom-control-inline {
  margin-right: 0;
  margin-left: 1rem;
}
.rtl .form-check-inline {
  margin-left: 0.75rem;
  margin-right: 0;
}
.rtl .form-check-input {
  margin-right: 0;
}
.rtl .tooltip-label-right .invalid-feedback::before {
  left: initial;
  right: -5px;
  border-right: initial;
  border-left: solid 5px #13a538;
}
.rtl .tooltip-label-right .invalid-feedback::after {
  right: -4px;
  left: initial;
  border-left: solid 5px white;
  border-right: initial;
}
.rtl .tooltip-label-right .invalid-feedback {
  left: initial;
  right: 50px;
}
.rtl .error-l-0 .invalid-feedback {
  left: initial;
  right: 0;
}
.rtl .error-l-25 .invalid-feedback {
  left: initial;
  right: 25px;
}
.rtl .error-l-50 .invalid-feedback {
  left: initial;
  right: 50px;
}
.rtl .error-l-75 .invalid-feedback {
  left: initial;
  right: 75px;
}
.rtl .error-l-100 .invalid-feedback {
  left: initial;
  right: 100px;
}
.rtl .error-l-125 .invalid-feedback {
  left: initial;
  right: 125px;
}
.rtl .error-l-150 .invalid-feedback {
  left: initial;
  right: 150px;
}
.rtl .error-l-175 .invalid-feedback {
  left: initial;
  right: 175px;
}
.rtl .error-l-200 .invalid-feedback {
  left: initial;
  right: 200px;
}
.rtl .error-l-225 .invalid-feedback {
  left: initial;
  right: 225px;
}
.rtl .error-l-250 .invalid-feedback {
  left: initial;
  right: 250px;
}
.rtl .error-l-275 .invalid-feedback {
  left: initial;
  right: 275px;
}
.rtl .app-menu {
  left: 0;
  right: initial;
}
@media (max-width: 1199px) {
  .rtl .app-menu {
    transform: translateX(-280px);
  }
}
.rtl .app-menu.shown {
  transform: translateX(0);
}
.rtl .app-menu .app-menu-button {
  left: calc(280px - 2px);
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.04);
}
.rtl .fc-toolbar.fc-header-toolbar .fc-prev-button {
  margin-right: 0;
}
.rtl .fc-toolbar.fc-header-toolbar .fc-next-button {
  margin-right: 5px;
}
.rtl .float-right {
  float: left !important;
}
.rtl .float-left {
  float: right !important;
}
@media (min-width: 1439px) {
  .rtl .float-xxl-left {
    float: right !important;
  }
  .rtl .float-xxl-right {
    float: left !important;
  }
}
@media (min-width: 1199px) {
  .rtl .float-xl-left {
    float: right !important;
  }
  .rtl .float-xl-right {
    float: left !important;
  }
}
@media (min-width: 991px) {
  .rtl .float-lg-left {
    float: right !important;
  }
  .rtl .float-lg-right {
    float: left !important;
  }
}
@media (min-width: 767px) {
  .rtl .float-md-left {
    float: right !important;
  }
  .rtl .float-md-right {
    float: left !important;
  }
}
@media (min-width: 575px) {
  .rtl .float-sm-left {
    float: right !important;
  }
  .rtl .float-sm-right {
    float: left !important;
  }
}
@media (min-width: 419px) {
  .rtl .float-xs-left {
    float: right !important;
  }
  .rtl .float-xs-right {
    float: left !important;
  }
}
.rtl .badge.badge-top-left {
  left: initial;
  right: -7px;
}
.rtl .badge.badge-top-left-2 {
  left: initial;
  right: -7px;
}
.rtl .badge.badge-top-right {
  left: -7px;
  right: initial;
}
.rtl .badge.badge-top-right-2 {
  left: -7px;
  right: initial;
}
.rtl .r-0 {
  left: 0;
  right: initial;
}
.rtl .form-check {
  padding-left: 0;
  padding-right: 0;
}
.rtl .form-check-label {
  padding-right: 0;
}
.rtl .has-float-label label, .rtl .has-float-label legend, .rtl .has-float-label > span:last-of-type {
  right: 0.75rem;
  left: initial;
}
.rtl .has-top-label label, .rtl .has-top-label legend, .rtl .has-top-label > span:last-of-type {
  right: 0.75rem;
  left: initial;
}
.rtl .select2-selection__arrow {
  right: initial;
  left: 12px;
}
.rtl .nav-pills .nav-link {
  text-align: center;
}
.rtl .custom-switch .custom-switch-input + .custom-switch-btn:after {
  left: 0;
}
.rtl .custom-switch .custom-switch-input:checked + .custom-switch-btn:after {
  left: -28px;
}
.rtl .custom-switch-small .custom-switch-input:checked + .custom-switch-btn:after {
  left: -18px;
}
.rtl .bootstrap-tagsinput .tag {
  padding-right: 10px;
  padding-left: 20px;
}
.rtl .bootstrap-tagsinput .tag span {
  margin-left: 0px;
  position: relative;
}
.rtl .bootstrap-tagsinput .tag span:after {
  position: absolute;
  top: -2px;
  left: -15px;
}
.rtl .ps__scrollbar-y, .rtl .ps__scrollbar-y-rail {
  width: 5px !important;
}
.rtl .ps__scrollbar-x-rail {
  right: initial !important;
  left: initial !important;
}
.rtl .ps__scrollbar-y-rail {
  right: initial !important;
  left: 0 !important;
}
.rtl .scroll {
  margin-left: -15px;
  padding-left: 15px;
  margin-right: 0;
  padding-right: 0;
}
.rtl .menu .main-menu .scroll, .rtl .menu .sub-menu .scroll {
  margin-left: 0;
  padding-left: 0;
}
.rtl .chat-app .scroll {
  margin-left: 0px;
}
.rtl .chat-app .ps-container .ps__scrollbar-y {
  right: 0 !important;
}
.rtl .app-menu .ps-container .ps__scrollbar-y-rail {
  right: initial !important;
  left: 0 !important;
}
.rtl .modal .modal-header, .rtl .modal .modal-body, .rtl .modal .modal-footer {
  padding: 1.75rem;
}
@media (max-width: 575px) {
  .rtl .modal .modal-header, .rtl .modal .modal-body, .rtl .modal .modal-footer {
    padding: 1.5rem;
  }
}
.rtl .select-from-library .modal-body.scroll {
  margin-left: 0;
}
.rtl .select-from-library .modal-body.scroll .ps__rail-y {
  left: 10px !important;
}
.rtl .select-from-library .sfl-item-container .card-body {
  padding-right: 1.75rem !important;
}
@media (max-width: 575px) {
  .rtl .select-from-library .sfl-item-container .card-body {
    padding: 1.5rem !important;
  }
}
.rtl .select-from-library .sfl-item-container .custom-control {
  padding-left: 0.25rem !important;
}
.rtl .sidebar .sub-menu .scroll .ps__thumb-y, .rtl .sidebar .main-menu .scroll .ps__thumb-y {
  right: 0;
}
.rtl .dropzone .dz-preview.dz-image-preview .dz-progress {
  right: 50%;
  left: initial;
  transform: translateX(50%);
}
.rtl .dropzone .dz-preview.dz-file-preview .remove, .rtl .dropzone .dz-preview.dz-image-preview .remove {
  right: initial;
  left: 5px;
}
.rtl .chart {
  direction: ltr;
}
.rtl .chart canvas {
  direction: rtl;
}
.rtl .noUi-horizontal .noUi-origin {
  left: initial !important;
  right: initial !important;
}
.rtl .icon-button {
  text-align: center;
}
.rtl .rbc-header {
  text-align: center;
}
.rtl .rbc-header:last-of-type {
  border-left: initial;
}
.rtl .rbc-header:first-of-type {
  border-left: 1px solid #f3f3f3 !important;
}
.rtl .rbc-day-bg:last-of-type {
  border-left: initial;
}
.rtl .rbc-day-bg:first-of-type {
  border-left: 1px solid #f3f3f3 !important;
}
.rtl .sidebar {
  right: 0;
  left: initial;
}
.rtl .sidebar .main-menu {
  left: initial;
  right: 0;
}
.rtl .sidebar .main-menu ul li {
  position: relative;
}
.rtl .sidebar .main-menu ul li.active:after {
  content: " ";
  left: initial;
  right: 0;
}
@media (max-width: 767px) {
  .rtl .sidebar .main-menu ul li.active:after {
    right: 2px;
  }
}
.rtl .sidebar .sub-menu {
  left: initial;
  right: 120px;
  border-right: 1px solid #f3f3f3;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.rtl .sidebar .sub-menu ul li {
  margin-left: initial;
  margin-right: 30px;
}
.rtl .sidebar .sub-menu ul li i {
  margin-right: initial;
  margin-left: 10px;
}
.rtl .sidebar .sub-menu ul li.active:after {
  left: initial;
  right: -16px;
}
.rtl .sidebar .sub-menu ul.third-level-menu li.active:after {
  left: initial;
  right: -22px;
}
@media (max-width: 1439px) {
  .rtl .sidebar .sub-menu {
    left: initial;
    right: 110px;
  }
}
@media (max-width: 1199px) {
  .rtl .sidebar .sub-menu {
    left: initial;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .rtl .sidebar .sub-menu {
    left: initial;
    right: 90px;
  }
}
.rtl main {
  margin-right: 350px;
  margin-left: 0px !important;
  overflow: initial !important;
}
.rtl main.default-transition {
  transition: margin-right 300ms;
}
@media (max-width: 1439px) {
  .rtl main {
    margin-right: 340px;
    margin-left: 0px !important;
  }
}
@media (max-width: 1199px) {
  .rtl main {
    margin-right: 330px;
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .rtl main {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 575px) {
  .rtl main {
    margin-bottom: 0;
  }
}
.rtl.default-transition main {
  transition: margin-right 300ms;
}
.rtl .navbar .navbar-right {
  text-align: left;
}
.rtl .navbar .menu-button-mobile {
  margin-right: 15px;
  margin-left: initial;
}
.rtl .navbar .menu-button {
  text-align: center;
}
.rtl .navbar .icon-menu-item {
  text-align: center;
}
.rtl .navbar .icon-menu-item i {
  text-align: center;
}
.rtl .navbar .icon-menu-item span {
  text-align: center;
}
.rtl .navbar .search .search-icon {
  right: initial;
  left: 5px;
}
@media (max-width: 767px) {
  .rtl .navbar .search {
    margin-right: 0.6rem;
    margin-left: initial;
  }
  .rtl .navbar .search input {
    display: none;
  }
  .rtl .navbar .search.mobile-view {
    margin-left: initial;
    margin-right: 15px;
  }
  .rtl .navbar .search.mobile-view input {
    display: block;
    width: 100%;
    height: 70px;
    padding-left: 0;
  }
  .rtl .navbar .search.mobile-view span {
    left: 15px;
    right: initial;
  }
}
.rtl .navbar .navbar-right {
  text-align: left;
}
.rtl .navbar .navbar-right .user {
  margin-left: 0px;
  margin-right: 0;
}
@media (max-width: 1439px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .rtl .navbar .navbar-right .user {
    margin-left: 0px;
    margin-right: 0;
  }
}
.rtl .navbar .navbar-right .user img {
  margin-right: 10px;
  margin-left: initial;
}
.rtl .navbar .navbar-right .header-icons {
  margin-right: initial;
  margin-left: 0.5rem;
}
@media (max-width: 575px) {
  .rtl .navbar .navbar-right .header-icons {
    margin-left: 0;
  }
}
.rtl .navbar .navbar-right #notificationButton .count {
  text-align: center;
}
@media (max-width: 575px) {
  .rtl .navbar .navbar-right #notificationButton .count {
    left: -1px;
  }
}
.rtl .navbar .navbar-right #userDropdown, .rtl .navbar .navbar-right #userDropdown * {
  text-align: left;
}
.rtl .heading-icon {
  margin-right: initial;
  margin-left: 5px;
}
.rtl .survey-app .answers input {
  padding-right: 0.75rem;
  padding-left: 70px;
}
.rtl .input-icons {
  left: 0;
  right: initial;
}
.rtl .simple-icon-arrow-left:before {
  content: "";
}
.rtl .simple-icon-arrow-right:before {
  content: "";
}
.rtl .sub-hidden .sub-menu, .rtl .menu-sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
  transform: translateX(230px);
}
@media (max-width: 1439px) {
  .rtl .sub-hidden .sub-menu, .rtl .menu-sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 1199px) {
  .rtl .sub-hidden .sub-menu, .rtl .menu-sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 767px) {
  .rtl .sub-hidden .sub-menu, .rtl .menu-sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(230px);
  }
}
.rtl .main-hidden .main-menu, .rtl .menu-hidden .main-menu {
  transform: translateX(120px);
}
@media (max-width: 1439px) {
  .rtl .main-hidden .main-menu, .rtl .menu-hidden .main-menu {
    transform: translateX(110px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-hidden .main-menu, .rtl .menu-hidden .main-menu {
    transform: translateX(100px);
  }
}
@media (max-width: 767px) {
  .rtl .main-hidden .main-menu, .rtl .menu-hidden .main-menu {
    transform: translateX(90px);
  }
}
.rtl .main-hidden.sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
  transform: translateX(350px);
}
@media (max-width: 1439px) {
  .rtl .main-hidden.sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(340px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-hidden.sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(330px);
  }
}
@media (max-width: 767px) {
  .rtl .main-hidden.sub-hidden .sub-menu, .rtl .menu-hidden .sub-menu {
    transform: translateX(320px);
  }
}
.rtl .menu-main-hidden .main-menu {
  width: 0;
}
.rtl .menu-main-hidden .sub-menu {
  right: 0;
}
.rtl .menu-mobile .main-menu {
  transform: translateX(90px);
}
.rtl .menu-mobile .sub-menu {
  transform: translateX(370px);
}
.rtl .main-show-temporary .main-menu {
  transform: translateX(0);
}
.rtl .main-show-temporary .sub-menu {
  transform: translateX(230px);
}
@media (max-width: 1439px) {
  .rtl .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 1199px) {
  .rtl .main-show-temporary .main-menu {
    transform: translateX(0);
  }
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
@media (max-width: 767px) {
  .rtl .main-show-temporary .sub-menu {
    transform: translateX(230px);
  }
}
.rtl .sub-show-temporary .sub-menu, .rtl .menu-mobile.sub-show-temporary .sub-menu, .rtl .menu-main-hidden.menu-mobile.main-show-temporary .sub-menu {
  transform: translateX(0);
}
.rtl .chat-input-container {
  padding-right: 350px;
  padding-left: 280px;
}
@media (max-width: 1439px) {
  .rtl .chat-input-container {
    padding-right: 340px;
    padding-left: 280px;
  }
}
@media (max-width: 1199px) {
  .rtl .chat-input-container {
    padding-right: 330px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .rtl .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
  padding-right: 120px;
}
@media (max-width: 1439px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 110px;
  }
}
@media (max-width: 1199px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .rtl.menu-sub-hidden .chat-input-container, .rtl.sub-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
  padding-right: 0px;
}
@media (max-width: 1439px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .rtl.menu-main-hidden .chat-input-container, .rtl.menu-hidden .chat-input-container, .rtl.main-hidden .chat-input-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.rtl .sub-hidden main, .rtl .menu-sub-hidden main, .rtl .menu-hidden main {
  margin-right: 120px;
}
.rtl .main-hidden main, .rtl .menu-hidden main {
  margin-right: 0px;
}
.rtl .menu-main-hidden main {
  margin-right: 230px;
}
.rtl .menu-main-hidden.menu-hidden main {
  margin-right: 0px;
}
@media (max-width: 1439px) {
  .rtl .sub-hidden main, .rtl .menu-sub-hidden main, .rtl .menu-hidden main {
    margin-right: 110px;
  }
  .rtl .main-hidden main, .rtl .menu-hidden main {
    margin-right: 0px;
  }
  .rtl .menu-main-hidden main {
    margin-right: 230px;
  }
  .rtl .menu-main-hidden.menu-hidden main {
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  .rtl .sub-hidden main, .rtl .menu-sub-hidden main, .rtl .menu-hidden main {
    margin-right: 100px;
  }
  .rtl .main-hidden main, .rtl .menu-hidden main {
    margin-right: 0px;
  }
  .rtl .menu-main-hidden main {
    margin-right: 230px;
  }
  .rtl .menu-main-hidden.menu-hidden main {
    margin-right: 0px;
  }
}
.rtl .theme-colors {
  transform: translate(-280px, -50%);
  left: 0;
  right: initial;
}
.rtl .theme-colors .theme-button {
  left: 278px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.04);
}
.rtl .theme-colors.shown {
  transform: translate(0, -50%);
}
.rtl .theme-colors {
  transform: translate(-280px, -50%);
  left: 0;
  right: initial;
}
.rtl .theme-colors .theme-button {
  left: 278px;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.04);
}
.rtl .theme-colors.shown {
  transform: translate(0, -50%);
}
.rtl.rounded .app-menu {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl.rounded .sub-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rtl.rounded .card-img, .rtl.rounded .card-img-fluid, .rtl.rounded .card-img-overlay {
  border-radius: 0.75rem;
}
.rtl.rounded.sub-hidden .main-menu, .rtl.rounded.menu-sub-hidden .main-menu {
  border-radius: 0.75rem 0 0 0.75rem;
}
.rtl.rounded.sub-show-temporary .main-menu {
  border-radius: initial;
}
.rtl.rounded .card-img-left {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
  border-top-left-radius: initial !important;
  border-bottom-left-radius: initial !important;
}
.rtl.rounded .card-img-right {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
  border-top-right-radius: initial !important;
  border-bottom-right-radius: initial !important;
}
.rtl.rounded .card.auth-card {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.rtl.rounded .auth-card .image-side {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
body {
  min-height: calc(100% - 100px);
  position: relative;
  padding-bottom: initial;
}
@media (max-width: 1439px) {
  body {
    min-height: calc(100% - 130px);
  }
}
@media (max-width: 1199px) {
  body {
    min-height: calc(100% - 110px);
  }
}
@media (max-width: 767px) {
  body {
    min-height: calc(100% - 85px);
  }
}
@media (max-width: 575px) {
  body {
    padding-bottom: 60px;
  }
}
body.no-footer {
  padding-bottom: initial;
}
body.no-footer footer {
  display: none;
}
footer.page-footer {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  border-top: 1px solid #ecedf4;
  width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
}
@media (max-width: 575px) {
  footer.page-footer {
    height: 60px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
footer.page-footer .breadcrumb-item + .breadcrumb-item::before {
  color: #13a538;
}
footer.page-footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
footer.page-footer .footer-content {
  margin-left: 350px;
  margin-right: 0px;
}
@media (max-width: 1439px) {
  footer.page-footer .footer-content {
    margin-left: 340px;
    margin-right: 0px;
  }
}
@media (max-width: 1199px) {
  footer.page-footer .footer-content {
    margin-left: 330px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  footer.page-footer .footer-content {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.right-menu footer.page-footer {
  padding-right: 280px;
}
@media (max-width: 1199px) {
  .right-menu footer.page-footer {
    padding-right: 0;
  }
}
#app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
  margin-left: 120px;
}
#app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
  margin-left: 0px;
}
#app-container.menu-main-hidden .footer-content {
  margin-left: 230px;
}
#app-container.menu-main-hidden.menu-hidden .footer-content {
  margin-left: 0px;
}
@media (max-width: 1439px) {
  #app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 110px;
  }
  #app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 0px;
  }
  #app-container.menu-main-hidden .footer-content {
    margin-left: 230px;
  }
  #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  #app-container.sub-hidden .footer-content, #app-container.menu-sub-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 100px;
  }
  #app-container.main-hidden .footer-content, #app-container.menu-hidden .footer-content {
    margin-left: 0px;
  }
  #app-container.menu-main-hidden .footer-content {
    margin-left: 230px;
  }
  #app-container.menu-main-hidden.menu-hidden .footer-content {
    margin-left: 0px;
  }
}
.autosuggest {
  position: relative;
}
.autosuggest__results-container {
  border-radius: 0.1rem;
  z-index: 20;
  box-shadow: initial;
  margin-top: -1px;
  background: white;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 100%;
}
.autosuggest__results > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.autosuggest__results-item {
  cursor: default;
  display: block;
  font-size: inherit;
  padding: 8px 12px;
  width: 100%;
  background: white !important;
  color: #3a3a3a !important;
}
.autosuggest__results-item:hover, .autosuggest__results-item:active {
  background: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) + 10%)) !important;
  color: white !important;
}
.autosuggest__input-open {
  border: 1px solid rgba(#13a538, 0.6) !important;
}
.autosuggest__results {
  border: 1px solid rgba(#13a538, 0.6);
  border-top: initial;
}
/* 18.Calendar */
.cv-wrapper, .cv-wrapper div {
  font-size: inherit !important;
  line-height: inherit !important;
}
.cv-wrapper .cv-day, .cv-wrapper .cv-event, .cv-wrapper .cv-header-day, .cv-wrapper .cv-header-days, .cv-wrapper .cv-week, .cv-wrapper .cv-weeks {
  border-style: inherit;
  border-color: inherit;
  border-width: inherit;
  background-color: inherit;
  background-color: inherit !important;
}
.cv-wrapper .cv-header {
  margin-bottom: 1em !important;
  display: inline-block;
  border: none;
}
.cv-wrapper .cv-header .cv-header-nav {
  float: right;
  position: relative;
}
.cv-wrapper .cv-header .cv-header-nav button {
  cursor: pointer;
}
.cv-wrapper .cv-header .cv-header-nav .previousYear, .cv-wrapper .cv-header .cv-header-nav .nextYear {
  display: none;
}
.cv-wrapper .cv-header .cv-header-nav .currentPeriod {
  padding: 0.4em 1.3em !important;
  height: 32px !important;
  border-radius: 50px;
  outline: initial !important;
  box-shadow: none !important;
  font-size: 0.8rem;
  background-color: #13a538;
  border-color: #13a538;
  color: #fff;
}
.cv-wrapper .cv-header .cv-header-nav .currentPeriod:hover {
  color: #fff;
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%));
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%));
}
.cv-wrapper .cv-header .cv-header-nav .previousPeriod, .cv-wrapper .cv-header .cv-header-nav .nextPeriod {
  outline: initial !important;
  box-shadow: initial !important;
  border-radius: 40px !important;
  text-align: center;
  min-width: 30px;
  height: 30px;
  padding: 0.55rem 0;
  background: #13a538;
  color: white;
  border: 1px solid #13a538;
  line-height: 0.9 !important;
  font-size: 0.76rem;
  font-weight: normal !important;
  font-size: 0px;
}
.cv-wrapper .cv-header .cv-header-nav .previousPeriod span, .cv-wrapper .cv-header .cv-header-nav .nextPeriod span {
  line-height: 1 !important;
  font-size: 0.76rem;
  font-weight: normal !important;
}
.cv-wrapper .cv-header .cv-header-nav .previousPeriod:hover, .cv-wrapper .cv-header .cv-header-nav .nextPeriod:hover {
  background-color: transparent;
  border-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) + 8%));
  color: #13a538;
}
.cv-wrapper .cv-header .cv-header-nav .previousPeriod {
  margin-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "simple-line-icons";
  padding-right: 6px;
}
.cv-wrapper .cv-header .cv-header-nav .previousPeriod::after {
  font-size: 0.76rem;
  padding-left: 5px;
  content: "";
}
.cv-wrapper .cv-header .cv-header-nav .nextPeriod {
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  font-family: "simple-line-icons";
  padding-right: 6px;
}
.cv-wrapper .cv-header .cv-header-nav .nextPeriod::after {
  font-size: 0.76rem;
  padding-left: 8px;
  content: "";
}
.cv-wrapper .cv-header .periodLabel {
  float: left;
  padding: inherit;
  font-size: inherit;
}
.cv-wrapper .cv-header-days {
  min-height: 50px;
  border-color: #f3f3f3 !important;
}
.cv-wrapper .cv-header-days .cv-header-day, .cv-wrapper .cv-header-days .cv-day {
  padding: 15px 5px;
  color: #13a538;
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  font-size: 90%;
  box-sizing: inherit;
  border-bottom: 1px solid #f3f3f3 !important;
  border-right: 1px solid #f3f3f3 !important;
}
.cv-wrapper .cv-header-days :last-child {
  border-right: inherit !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-day {
  border-bottom: 1px solid #f3f3f3 !important;
  border-left: 1px solid #f3f3f3 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-day.today .cv-day-number {
  cursor: pointer;
  border-radius: 50%;
  margin: 4px;
  width: 28px;
  height: 28px;
  padding: 5px;
  background: #13a538;
  color: #fff;
  text-align: center;
}
.cv-wrapper .cv-weeks .cv-week .cv-day.draghover {
  box-shadow: inset 0 0 0.2em 0.2em hsl(var(--theme-color-2-h), var(--theme-color-2-s), calc(var(--theme-color-2-l) + 10%));
}
.cv-wrapper .cv-weeks .cv-week .cv-day.outsideOfMonth .cv-day-number {
  color: #3a3a3a;
  opacity: 0.3;
}
.cv-wrapper .cv-weeks .cv-week :first-child {
  border-left: initial !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-day-number {
  padding: 10px;
}
.cv-wrapper .cv-weeks .cv-week .cv-event {
  font-size: 0.85em !important;
  border-radius: 25px !important;
  text-align: center !important;
  padding: 0px 5px !important;
  background: #13a538 !important;
  font-family: inherit !important;
  color: white !important;
  margin-top: 17px;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.toBeContinued {
  border-right-style: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.continued {
  border-left-style: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.continued:before, .cv-wrapper .cv-weeks .cv-week .cv-event.toBeContinued:after, .cv-wrapper .cv-weeks .cv-week .cv-event .startTime, .cv-wrapper .cv-weeks .cv-week .cv-event .endTime {
  color: inherit !important;
  font-weight: 700;
  content: " ⇢";
}
.cv-wrapper .cv-weeks .cv-week .cv-event.primary {
  background: #13a538 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.secondary {
  background: #13a538 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.info {
  background-color: #6A9BF4 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.warning {
  background-color: #d69b42 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.success {
  background-color: #16C995 !important;
}
.cv-wrapper .cv-weeks .cv-week .cv-event.danger {
  background-color: #CD4B4B !important;
}
.cv-wrapper .cv-week:last-of-type .cv-day {
  border-bottom: initial !important;
}
.cv-wrapper .today {
  background: initial;
  background-color: initial !important;
}
.v-contextmenu {
  box-shadow: initial;
  border-radius: 0.1rem;
  background: white;
  border: 1px solid rgba(58, 58, 58, 0.15);
  padding: 0.5rem 0;
  position: absolute;
  margin: 0;
  list-style: none;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 2800;
  -webkit-tap-highlight-color: transparent;
}
.v-contextmenu .v-contextmenu-item {
  padding: 0.5rem 1.5rem;
  background: white;
  color: #3a3a3a;
  cursor: pointer;
}
.v-contextmenu .v-contextmenu-item.v-contextmenu-item--hover {
  color: #3a3a3a;
  text-decoration: none;
  background-color: #f5f6fa;
}
.v-contextmenu .v-contextmenu-item span {
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  margin-left: 0.5rem;
  line-height: 15px;
  display: inline-block;
}
.v-contextmenu .v-contextmenu-item.v-contextmenu-item--disabled {
  color: #ccc;
  cursor: not-allowed;
}
.v-contextmenu .v-contextmenu-divider {
  height: 0;
  margin: 5px 0;
  border-bottom: 1px solid #e8e8e8;
}
.v-contextmenu .v-contextmenu-group__menus {
  padding: 0 5px;
  margin: 0;
  list-style: none;
}
.v-contextmenu .v-contextmenu-group__menus .v-contextmenu-item {
  display: inline-block;
  padding: 5px 9px;
}
.v-contextmenu .v-contextmenu-submenu {
  position: relative;
}
.v-contextmenu .v-contextmenu-submenu .v-contextmenu-submenu__title {
  margin-right: 10px;
}
.v-contextmenu .v-contextmenu-submenu .v-contextmenu-submenu__icon {
  position: absolute;
  right: 5px;
}
.v-contextmenu .v-contextmenu-submenu .v-contextmenu-submenu__icon::before {
  content: "";
}
.v-contextmenu .v-contextmenu-submenu > .v-contextmenu {
  position: absolute;
}
.v-contextmenu .v-contextmenu-submenu > .v-contextmenu.left {
  left: 0;
  transform: translateX(-100%);
}
.v-contextmenu .v-contextmenu-submenu > .v-contextmenu.right {
  right: 0;
  transform: translateX(100%);
}
.v-contextmenu .v-contextmenu-submenu > .v-contextmenu.top {
  top: -6px;
}
.v-contextmenu .v-contextmenu-submenu > .v-contextmenu.bottom {
  bottom: -6px;
}
.card.v-contextmenu--visible {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
body:not(.no-footer) .v-contextmenu {
  transform: translateY(-150px);
}
@media (max-width: 1439px) {
  body:not(.no-footer) .v-contextmenu {
    transform: translateY(-130px);
  }
}
@media (max-width: 1199px) {
  body:not(.no-footer) .v-contextmenu {
    transform: translateY(-110px);
  }
}
@media (max-width: 767px) {
  body:not(.no-footer) .v-contextmenu {
    transform: translateY(-85px);
  }
}
.rtl .v-contextmenu .v-contextmenu-item span {
  margin-right: 0.5rem;
  margin-left: initial;
}
.vdp-datepicker .form-control[readonly] {
  background-color: white !important;
}
.vdp-datepicker.embeded .vdp-datepicker__calendar {
  width: 100% !important;
  border: none !important;
}
.vdp-datepicker .vdp-datepicker__calendar {
  background: white !important;
  border: 1px solid #ecedf4 !important;
  border-radius: 0.1rem !important;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:not(.disabled):hover, .vdp-datepicker .vdp-datepicker__calendar header .next:not(.disabled):hover, .vdp-datepicker .vdp-datepicker__calendar header .up:not(.disabled):hover {
  background: white !important;
  color: #3a3a3a !important;
}
.vdp-datepicker .vdp-datepicker__calendar header .prev:after {
  border-right: 5px solid #3a3a3a !important;
}
.vdp-datepicker .vdp-datepicker__calendar header .next:after {
  border-left: 5px solid #3a3a3a !important;
}
.vdp-datepicker .vdp-datepicker__calendar .cell {
  border-radius: 0.1rem !important;
}
.vdp-datepicker .vdp-datepicker__calendar .cell.day-header {
  line-height: 2.3rem !important;
  font-size: 0.8rem !important;
  color: #ecedf4 !important;
}
.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
  border: 1px solid #13a538 !important;
}
.vdp-datepicker .vdp-datepicker__calendar .cell.selected, .vdp-datepicker .vdp-datepicker__calendar .cell.highlighted {
  background: #13a538 !important;
  color: #fff !important;
}
.dropzone {
  min-height: 115px;
  border: 1px solid #ecedf4;
  background: white;
  padding: 10px 10px;
  border-radius: 0.1rem;
  color: #3a3a3a;
  height: auto;
}
.dropzone .img-thumbnail {
  height: 58px;
  width: 100%;
  object-fit: cover;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  position: relative;
  transform: translateY(-50%);
  top: 24px !important;
  margin: 0;
}
.dropzone .dz-preview.dz-image-preview, .dropzone .dz-preview.dz-file-preview {
  width: 260px;
  height: 60px;
  min-height: unset;
  border: 1px solid #ecedf4;
  border-radius: 0.1rem;
  background: white;
  color: #3a3a3a;
}
.dropzone .dz-preview.dz-image-preview .preview-container, .dropzone .dz-preview.dz-file-preview .preview-container {
  transition: initial !important;
  animation: initial !important;
  margin-left: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.dropzone .dz-preview.dz-image-preview .preview-container i, .dropzone .dz-preview.dz-file-preview .preview-container i {
  color: #13a538;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 29px;
  transform: translateX(-50%) translateY(-50%) !important;
  height: 22px;
}
.dropzone .dz-preview.dz-image-preview strong, .dropzone .dz-preview.dz-file-preview strong {
  font-weight: normal;
}
.dropzone .dz-preview.dz-image-preview .remove, .dropzone .dz-preview.dz-file-preview .remove {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #13a538;
}
.dropzone .dz-preview.dz-image-preview .dz-details, .dropzone .dz-preview.dz-file-preview .dz-details {
  position: static;
  display: block;
  opacity: 1;
  text-align: left;
  min-width: unset;
  z-index: initial;
  color: #3a3a3a;
}
.dropzone .dz-preview.dz-image-preview .dz-error-mark, .dropzone .dz-preview.dz-file-preview .dz-error-mark {
  color: #fff;
  top: 15px;
  left: 25px;
  margin-left: 0;
  margin-top: 0;
}
.dropzone .dz-preview.dz-image-preview .dz-error-mark span, .dropzone .dz-preview.dz-file-preview .dz-error-mark span {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%23#13a538;' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M13.13,19.35V6.17a.88.88,0,1,1,1.75,0V19.35Z'/%3E%3Crect style='fill:%23FFFFFF;' x='13.13' y='21.07' width='1.75' height='1.64'/%3E%3C/svg%3E?_uniquekey=1751462502725');
  width: 28px;
  height: 28px;
}
.dropzone .dz-preview.dz-image-preview .dz-success-mark, .dropzone .dz-preview.dz-file-preview .dz-success-mark {
  color: #fff;
  top: 15px;
  left: 25px;
  margin-left: 0;
  margin-top: 0;
}
.dropzone .dz-preview.dz-image-preview .dz-success-mark span, .dropzone .dz-preview.dz-file-preview .dz-success-mark span {
  display: inline-block;
  background-image: url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath style='fill:%23#13a538;' d='M4.1,23.9A13.51,13.51,0,0,1,0,14,13.52,13.52,0,0,1,4.1,4.1,13.52,13.52,0,0,1,14,0a13.52,13.52,0,0,1,9.9,4.1A13.52,13.52,0,0,1,28,14a13.51,13.51,0,0,1-4.1,9.9A13.52,13.52,0,0,1,14,28,13.52,13.52,0,0,1,4.1,23.9Z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M20.14,8.81A.77.77,0,0,1,21.2,9a.81.81,0,0,1,.25.61.83.83,0,0,1-.25.62L12.48,19l-.11.1a.82.82,0,0,1-1.23,0L6.79,14.74l-.11-.16a.49.49,0,0,1-.08-.18,1.06,1.06,0,0,1,0-.19.61.61,0,0,1,0-.19,1.16,1.16,0,0,1,0-.18,1.26,1.26,0,0,1,.08-.18,1,1,0,0,1,.11-.15.87.87,0,0,1,1.26,0l3.69,3.7L19.94,9A.72.72,0,0,1,20.14,8.81Z'/%3E%3C/svg%3E?_uniquekey=1751462502725');
  width: 28px;
  height: 28px;
}
.dropzone .dz-preview.dz-image-preview .dz-progress, .dropzone .dz-preview.dz-file-preview .dz-progress {
  width: 84%;
  margin-left: 0;
  margin-top: 0;
  right: 0;
  height: 5px !important;
  left: 15px;
}
.dropzone .dz-preview.dz-image-preview .dz-progress .dz-upload, .dropzone .dz-preview.dz-file-preview .dz-progress .dz-upload {
  width: 100%;
  background: #13a538;
}
.dropzone .dz-preview.dz-image-preview .dz-error-message, .dropzone .dz-preview.dz-file-preview .dz-error-message {
  border-radius: 15px;
  background: #CD4B4B;
  top: 60px;
}
.dropzone .dz-preview.dz-image-preview .dz-error-message:after, .dropzone .dz-preview.dz-file-preview .dz-error-message:after {
  border-bottom: 6px solid #CD4B4B;
}
.dropzone .dz-preview.dz-image-preview [data-dz-name], .dropzone .dz-preview.dz-file-preview [data-dz-name] {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}
.dropzone .dz-preview.dz-file-preview .img-thumbnail {
  display: none;
}
.dropzone .dz-error.dz-preview.dz-file-preview .preview-icon {
  display: none;
}
.dropzone .dz-error.dz-preview.dz-file-preview .dz-error-mark, .dropzone .dz-error.dz-preview.dz-file-preview .dz-success-mark {
  color: #13a538;
}
.dropzone .dz-preview.dz-image-preview .preview-icon {
  display: none;
}
@-webkit-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.8, 1);
    -moz-transform: scale(0.8, 1);
    -ms-transform: scale(0.8, 1);
    -o-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes pulse-inner {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.8, 1);
    -moz-transform: scale(0.8, 1);
    -ms-transform: scale(0.8, 1);
    -o-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse-inner {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  10% {
    -webkit-transform: scale(0.8, 1);
    -moz-transform: scale(0.8, 1);
    -ms-transform: scale(0.8, 1);
    -o-transform: scale(0.8, 1);
    transform: scale(0.8, 1);
  }
  20% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse-inner 3s ease infinite;
  -moz-animation: pulse-inner 3s ease infinite;
  -ms-animation: pulse-inner 3s ease infinite;
  -o-animation: pulse-inner 3s ease infinite;
  animation: pulse-inner 3s ease infinite;
}
/* 40.Form Wizard */
.wizard-basic-step {
  min-height: 85px;
}
.wizard-buttons {
  display: flex;
}
.wizard-buttons .disabled {
  opacity: 0.5;
}
.wizard {
  margin-top: -2rem;
}
.wizard ul.nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: initial;
  padding: initial;
  background: initial;
  position: relative;
  border: initial;
  margin-bottom: 1.5rem;
}
.wizard ul.nav:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  z-index: 0;
  background: #f3f3f3;
}
.wizard-default ul.nav li {
  position: relative;
  padding: 0.5rem 1rem;
  text-align: center;
}
.wizard-default ul.nav li a, .wizard-default ul.nav li a:focus {
  color: #ecedf4;
}
.wizard-default ul.nav li a span, .wizard-default ul.nav li a small, .wizard-default ul.nav li a:focus span, .wizard-default ul.nav li a:focus small {
  color: #ecedf4;
  text-align: center;
}
.wizard-default ul.nav li a:active, .wizard-default ul.nav li a:hover {
  color: #13a538;
}
.wizard-default ul.nav li a:active span, .wizard-default ul.nav li a:active small, .wizard-default ul.nav li a:hover span, .wizard-default ul.nav li a:hover small {
  color: #13a538;
}
.wizard-default ul.nav li span {
  display: block;
  font-weight: 700;
  color: #ecedf4;
}
.wizard-default ul.nav li.step-doing a {
  color: #13a538;
}
.wizard-default ul.nav li.step-doing a span, .wizard-default ul.nav li.step-doing a small {
  color: #13a538;
}
.wizard-default ul.nav li a:before {
  content: " ";
  position: absolute;
  margin-top: 10px;
  display: block;
  border-radius: 50%;
  color: initial;
  background: #f3f3f3;
  border: none;
  width: 18px;
  height: 18px;
  text-decoration: none;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6px;
}
.wizard-default ul.nav li.step-doing a:after, .wizard-default ul.nav li.step-done a:after {
  content: " ";
  position: absolute;
  margin-top: 10px;
  display: block;
  border-radius: 50%;
  color: initial;
  background: #13a538;
  border: none;
  width: 10px;
  height: 10px;
  text-decoration: none;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
}
.wizard-default ul.nav li.step-done a:after {
  background: initial;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23#13a538' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E?_uniquekey=1751462502725');
}
.wizard-default ul.nav.disabled a, .wizard-default ul.nav.disabled a:active, .wizard-default ul.nav.disabled a:hover {
  cursor: default;
  color: #ecedf4;
}
.wizard-default ul.nav.disabled a span, .wizard-default ul.nav.disabled a small, .wizard-default ul.nav.disabled a:active span, .wizard-default ul.nav.disabled a:active small, .wizard-default ul.nav.disabled a:hover span, .wizard-default ul.nav.disabled a:hover small {
  color: #ecedf4;
}
.wizard-default ul.nav.disabled .step-doing a {
  color: #13a538 !important;
}
.wizard-default ul.nav.disabled .step-doing a span, .wizard-default ul.nav.disabled .step-doing a small {
  color: #13a538 !important;
}
@media (max-width: 767px) {
  .wizard-default ul.nav li small, .wizard-default ul.nav li span {
    display: none;
  }
}
/* 08.Carousel */
.glide__slides > * {
  white-space: initial;
}
.glide-item {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}
.slider-nav {
  text-align: center;
}
.slider-nav .left-arrow, .slider-nav .right-arrow {
  font-size: 20px;
  color: #13a538;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  padding-top: 14px;
}
.slider-nav .slider-dot-container {
  display: inline-block;
}
.slider-nav .btn:hover, .slider-nav .btn:focus, .slider-nav .btn:active {
  text-decoration: initial;
}
.slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ecedf4;
  outline: initial !important;
  border: initial;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slider-dot.glide__bullet--active {
  background: #13a538;
}
.glide__slides .card .card-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.glide__slides .card .w-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.glide {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.glide .card-img {
  width: 100%;
  height: auto;
}
.glide.details img {
  margin-bottom: 0;
  object-fit: cover;
}
.glide.details .glide__slides {
  margin-bottom: 0;
}
.glide.thumbs .glide__arrows button {
  position: absolute;
  transform: translateY(-50%);
  line-height: 1;
  padding: 9px 12px;
}
.glide__slides .glide__slide {
  display: flex;
  height: unset;
}
.glide__slides .glide__slide .card {
  display: flex;
  flex-grow: 1;
}
.glide__slides .glide__slide .card .w-50 {
  display: flex;
}
.glide__slides .glide__slide .card .card-body {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.glide.thumbs {
  cursor: pointer;
  width: 340px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .glide.thumbs {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .glide.thumbs {
    width: calc(100% - 80px);
  }
}
.glide.thumbs .glide__slide {
  text-align: center;
  opacity: 0.4;
  transition: opacity 200ms;
}
.glide.thumbs .glide__slide.active, .glide.thumbs .glide__slide:hover {
  opacity: 1;
}
.glide.thumbs .glide__slide img {
  width: 60px;
  margin-bottom: 0;
}
.glide.thumbs .glide__slides {
  margin-bottom: 0;
  margin: 0 auto;
}
.glide.thumbs .glide__arrows {
  width: 100%;
}
.glide.thumbs .glide__arrows .glide__arrow--left {
  border: initial;
  background: initial;
  box-shadow: initial;
  top: 23px;
  left: -50px;
  font-size: 20px;
  color: #13a538;
}
.glide.thumbs .glide__arrows .glide__arrow--right {
  border: initial;
  background: initial;
  box-shadow: initial;
  top: 23px;
  right: -50px;
  font-size: 20px;
  color: #13a538;
}
.glide.details img {
  object-fit: cover;
}
.glide.details img {
  width: 100%;
}
@media (max-width: 991px) {
  .glide.details img {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .glide.details img {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .glide.details img {
    max-height: 300px;
  }
}
@media (max-width: 419px) {
  .glide.details img {
    max-height: 200px;
  }
}
/* 32.Html Editors */
.html-editor {
  height: 350px;
}
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #13a538;
}
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #13a538;
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-mitter, .ql-snow .ql-toolbar button:hover .ql-stroke-mitter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
  stroke: #13a538;
}
.ql-toolbar.ql-snow {
  border-color: #ecedf4 !important;
}
.ql-container.ql-snow {
  border-color: #ecedf4 !important;
}
.html-editor-bubble {
  height: 200px;
}
.html-editor-bubble .ql-editor {
  border: 1px solid #ecedf4 !important;
}
.ql-tooltip {
  z-index: 4;
}
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  height: 350px;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners {
  box-shadow: initial !important;
}
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-focused {
  border-color: #ecedf4;
}
.RichEditor-root {
  background: white;
  border: 1px solid #ecedf4;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  padding: 15px;
}
.RichEditor-editor {
  border-top: 1px solid #ecedf4;
  cursor: text;
  font-size: 14px;
  margin-top: 10px;
}
.RichEditor-editor .public-DraftEditorPlaceholder-root, .RichEditor-editor .public-DraftEditor-content {
  margin: 0 -15px -15px;
  padding: 15px;
}
.RichEditor-editor .public-DraftEditor-content {
  min-height: 200px;
}
.RichEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
  display: none;
}
.RichEditor-editor .RichEditor-blockquote {
  border-left: 5px solid #ecedf4;
  color: #8f8f8f;
  font-family: "Hoefler Text", "Georgia", serif;
  font-style: italic;
  margin: 16px 0;
  padding: 10px 20px;
}
.RichEditor-editor .public-DraftStyleDefault-pre {
  background-color: #8f8f8f;
  font-family: "Inconsolata", "Menlo", "Consolas", monospace;
  font-size: 16px;
  padding: 20px;
}
.RichEditor-controls {
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  margin-bottom: 5px;
  user-select: none;
}
.RichEditor-styleButton {
  color: #ecedf4;
  cursor: pointer;
  margin-right: 16px;
  padding: 2px 0;
  display: inline-block;
  color: #3a3a3a;
  font-size: 0.76rem;
}
.RichEditor-activeButton {
  color: #3a3a3a;
}
.ql-editor {
  height: 200px;
}
.ql-container.ql-bubble {
  border: 1px solid #ecedf4;
}
.v-select {
  color: #3a3a3a;
  outline: initial !important;
  box-shadow: none !important;
}
.v-select .vs__search {
  margin: 2px !important;
  line-height: 1.5rem !important;
}
.v-select .vs__actions {
  color: #8f8f8f;
  display: flex;
  padding: 0 10px 0 3px;
}
.v-select .vs__selected-options {
  outline: initial !important;
  box-shadow: none !important;
  padding: 0.4rem !important;
  background: white !important;
}
.v-select .vs__no-options {
  padding: 5px !important;
}
.v-select .vs__dropdown-menu {
  padding-bottom: 0;
  padding-top: 0;
  overflow: auto !important;
  box-shadow: initial !important;
  border-radius: initial !important;
  background: white;
  border-color: #13a538 !important;
}
.v-select .vs__dropdown-menu .vs__dropdown-option {
  transition: initial;
  background: white !important;
  color: #3a3a3a !important;
  padding: 8px 12px !important;
}
.v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight {
  background: #13a538 !important;
  color: #fff !important;
}
.v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  display: none;
}
.v-select .vs__dropdown-toggle::after {
  display: none;
}
.v-select .vs__dropdown-toggle {
  border-radius: 0.1rem !important;
  border: 1px solid #ecedf4 !important;
  background: white !important;
  outline: initial !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.v-select .vs__open-indicator {
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  width: 12px;
}
.v-select .vs__open-indicator path {
  display: none;
}
.v-select .vs__open-indicator {
  transition: all 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.v-select .vs__open-indicator {
  border-color: #ecedf4 !important;
  border-width: 2px 2px 0 0 !important;
  height: 6px !important;
  width: 6px !important;
  border-style: solid;
  content: "";
  display: inline-block;
  vertical-align: text-top;
  transform: rotate(133deg);
  box-sizing: inherit;
}
.v-select.vs--open .vs__open-indicator {
  transform: rotate(315deg);
}
.v-select.vs--loading .vs__open-indicator {
  opacity: 0;
}
.v-select .vs__actions .vs__clear {
  display: none;
}
.v-select .vs__actions svg {
  width: 15px;
  height: 15px;
}
.v-select.vs--open .vs__dropdown-toggle {
  border-color: rgba(#13a538, 0.6) !important;
}
.v-select .vs__actions, .v-select.vs--open .vs__actions {
  outline: initial;
  box-shadow: initial;
}
.v-select .vs__actions:active, .v-select .vs__actions:focus, .v-select .vs__actions:hover, .v-select.vs--open .vs__actions:active, .v-select.vs--open .vs__actions:focus, .v-select.vs--open .vs__actions:hover {
  color: #13a538 !important;
}
.v-select.vs--single .vs__selected {
  padding: 6px 5px !important;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3a3a3a !important;
  font-size: inherit !important;
  position: initial !important;
}
/* 37.Videojs */
.video-js .vjs-big-play-button {
  background: white;
  height: 1.2em;
  border-radius: 0.75em;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5em;
  width: 2.5em;
  border: 0.06666em solid white;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  color: #13a538;
}
.vjs-poster, .vjs-tech {
  border-radius: 0.1rem;
  background-color: transparent !important;
}
.vjs-tech {
  background: initial;
  object-fit: cover;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.vjs-control {
  text-shadow: initial !important;
  outline: initial !important;
}
.video-js .vjs-control-bar {
  background: initial;
  margin: 1.75rem;
  width: calc(100% - 3.5rem);
}
.video-js .vjs-control-bar .vjs-control.vjs-button, .video-js .vjs-control-bar .vjs-remaining-time, .video-js .vjs-control-bar .vjs-volume-panel {
  margin-right: 0.5em;
  background: white;
  color: #13a538;
  border-radius: 15px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.video-js .vjs-control-bar .vjs-progress-control.vjs-control {
  background: white;
  border-radius: 15px;
  margin-right: 0.5em;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.video-js .vjs-control-bar .vjs-mute-control.vjs-control {
  box-shadow: initial;
}
.video-js .vjs-control-bar .vjs-progress-holder {
  height: 3px;
  font-size: 1.6em !important;
}
.video-js .vjs-control-bar .vjs-load-progress, .video-js .vjs-control-bar .vjs-load-progress div {
  background-color: rgba(#13a538, 0.2);
}
.video-js .vjs-control-bar .vjs-play-progress:before {
  font-size: 0.55em;
  top: -0.2em;
}
.video-js .vjs-control-bar .vjs-progress-holder {
  margin: 0 17px;
}
.video-js .vjs-control-bar .vjs-slider {
  text-shadow: initial !important;
  outline: initial !important;
  background-color: #dadada;
}
.video-js .vjs-control-bar .vjs-play-progress {
  background: #13a538;
}
.video-js .vjs-control-bar .vjs-play-progress:before {
  color: #13a538;
}
.video-js .vjs-control-bar .vjs-volume-horizontal {
  margin-left: -1.5em;
  width: 4em;
}
.video-js .vjs-control-bar .vjs-volume-panel .vjs-volume-level {
  background: #13a538;
}
.video-js.audio {
  background: initial;
}
.video-js.audio .vjs-big-play-button {
  display: none;
}
.video-js.audio .vjs-control-bar {
  display: flex;
}
.video-js.audio .vjs-fullscreen-control {
  display: none;
}
.video-js.audio .vjs-control-bar {
  margin-bottom: 0;
}
.video-js.audio .vjs-control.vjs-button, .video-js.audio .vjs-remaining-time, .video-js.audio .vjs-volume-panel {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.2);
}
.video-js.audio .vjs-progress-control.vjs-control {
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15), 0 0px 1px rgba(0, 0, 0, 0.2);
}
.video-js.audio .vjs-mute-control {
  box-shadow: initial !important;
}
.video-js.audio .vjs-loading-spinner {
  display: none !important;
}
.video-js.side-bar-video {
  width: 100%;
  height: 280px;
  background-color: #f5f6fa;
  overflow: hidden;
}
.video-js.side-bar-video video {
  object-fit: cover;
}
.video-js.side-bar-video .vjs-poster {
  background-size: cover;
}
.video-js.video-content {
  width: 100%;
  height: 400px;
  background-color: #f5f6fa;
  overflow: hidden;
  max-height: unset;
}
.video-js.video-content video {
  object-fit: cover;
}
.video-js.video-content .vjs-poster {
  background-size: cover;
}
/* 22.Slider(Range) */
.vue-slider-process {
  background: #13a538 !important;
}
.vue-slider-dot {
  width: 20px !important;
  height: 20px !important;
}
.vue-slider-dot-handle {
  width: 20px !important;
  height: 20px !important;
  border-radius: 20px !important;
  background: white !important;
  cursor: default;
  border: 1px solid #ecedf4 !important;
  box-shadow: initial !important;
}
.vue-slider-dot-tooltip-inner {
  background: white !important;
  color: #3a3a3a !important;
  border: 1px solid #ecedf4 !important;
  border-radius: 0.1rem !important;
}
.vue-slider-dot-tooltip-inner-top::after {
  border-top-color: white !important;
}
.vue-slider {
  height: 7px !important;
}
.vue-slider-rail {
  background-color: #ecedf4 !important;
}
.vue-switcher div {
  display: block !important;
  background: #ecedf4;
  width: 58px !important;
  height: 27px !important;
  border: 1px solid #ecedf4;
}
.vue-switcher div:after {
  width: 18px !important;
  height: 18px !important;
  top: 3px !important;
  margin-left: 3px !important;
  box-shadow: initial !important;
  transform: initial !important;
  animation-name: unset !important;
  background: white;
  left: 30px !important;
}
.vue-switcher-small div {
  width: 42px !important;
  height: 23px !important;
}
.vue-switcher-small div:after {
  margin-left: -9px !important;
  width: 14px !important;
  height: 14px !important;
}
.vue-switcher.vue-switcher--unchecked div:after {
  left: 2px !important;
}
.vue-switcher-small.vue-switcher--unchecked div:after {
  left: 14px !important;
}
.vue-switcher-theme--custom.vue-switcher-color--primary div {
  background: #13a538;
  border: 1px solid #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--primary div:after {
  background: white;
}
.vue-switcher-theme--custom.vue-switcher-color--primary.vue-switcher--unchecked div {
  background: #ecedf4;
  border: 1px solid #ecedf4;
}
.vue-switcher-theme--custom.vue-switcher-color--primary.vue-switcher--unchecked div:after {
  background: white;
}
.vue-switcher-theme--custom.vue-switcher-color--primary-inverse div {
  background: white;
  border: 1px solid #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--primary-inverse div:after {
  background: #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--primary-inverse.vue-switcher--unchecked div {
  background: #ecedf4;
  border: 1px solid #ecedf4;
}
.vue-switcher-theme--custom.vue-switcher-color--primary-inverse.vue-switcher--unchecked div:after {
  background: white;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary div {
  background: #13a538;
  border: 1px solid #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary div:after {
  background: white;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary.vue-switcher--unchecked div {
  background: #ecedf4;
  border: 1px solid #ecedf4;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary.vue-switcher--unchecked div:after {
  background: white;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary-inverse div {
  background: white;
  border: 1px solid #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary-inverse div:after {
  background: #13a538;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary-inverse.vue-switcher--unchecked div {
  background: #ecedf4;
  border: 1px solid #ecedf4;
}
.vue-switcher-theme--custom.vue-switcher-color--secondary-inverse.vue-switcher--unchecked div:after {
  background: white;
}
/* 19.Datatable */
.vuetable {
  border: initial;
}
.vuetable .vuetable-body-wrapper {
  scrollbar-width: thin;
}
.vuetable .vuetable-body-wrapper::-webkit-scrollbar-track {
  background-color: transparent !important;
  border-radius: 5px;
}
.vuetable .vuetable-body-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: #ecedf4 !important;
}
.vuetable .vuetable-body-wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: transparent !important;
}
.vuetable .vuetable-body-wrapper::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: transparent;
}
.vuetable th.sortable:hover {
  color: #13a538 !important;
}
.vuetable thead th {
  box-shadow: initial;
  border: initial;
  text-align: left;
  font-weight: 700;
}
.vuetable thead th.sorted-asc {
  box-shadow: inset 0 3px 0 0 #13a538;
}
.vuetable thead th.sorted-desc {
  box-shadow: inset 0 -3px 0 0 #13a538;
}
.vuetable tr td, .vuetable tr th {
  padding-top: 20px;
  padding-bottom: 16px;
  border: initial;
}
.vuetable tr th {
  padding-bottom: 20px;
}
.vuetable tbody tr td {
  border-bottom: 1px solid #f3f3f3;
}
.vuetable tbody tr:last-of-type td {
  border-bottom: initial;
}
.table-divided {
  border-collapse: separate;
  border-spacing: 0px 0.6rem;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-divided td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  outline: initial !important;
  background: white;
}
.table-divided tr:last-of-type td {
  border-bottom: initial;
}
.table-divided p, .table-divided h6 {
  margin-bottom: initial;
}
.table-divided tbody > tr[role="row"] > td:first-child:before, .table-divided tbody > tr[role="row"] > th:first-child:before {
  top: unset;
  box-shadow: initial;
  background-color: #13a538;
  font-size: 12px;
}
.table-divided tbody tr {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}
.table-divided tbody tr.selected {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
}
.table-divided tbody tr.child td {
  padding: 0.75rem 2rem;
}
.table-divided tbody tr.child td li {
  padding: 0 !important;
}
.table-divided td, .table-divided th {
  padding: 1.5rem;
  border: initial;
}
.table-divided th.empty:before, .table-divided th.empty:after {
  content: "";
}
.table-divided .itemCheck {
  text-align: right;
  pointer-events: none;
}
.order-with-arrow thead th {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  border: initial;
}
.order-with-arrow thead th.sorted-asc {
  box-shadow: initial !important;
}
.order-with-arrow thead th.sorted-desc {
  box-shadow: initial !important;
}
.order-with-arrow thead .sortable, .order-with-arrow thead .sorted-asc, .order-with-arrow thead .sorted-desc, .order-with-arrow thead .sorted-asc_disabled, .order-with-arrow thead .sorted-desc_disabled {
  cursor: pointer;
  position: relative;
}
.order-with-arrow thead .sortable:before, .order-with-arrow thead .sortable:after, .order-with-arrow thead .sorted-asc:before, .order-with-arrow thead .sorted-asc:after, .order-with-arrow thead .sorted-desc:before, .order-with-arrow thead .sorted-desc:after, .order-with-arrow thead .sorted-asc_disabled:before, .order-with-arrow thead .sorted-asc_disabled:after, .order-with-arrow thead .sorted-desc_disabled:before, .order-with-arrow thead .sorted-desc_disabled:after {
  position: absolute;
  top: 0.4em;
  display: block;
  opacity: 0.3;
}
.order-with-arrow thead .sorted-asc:before, .order-with-arrow thead .sorted-desc:after {
  opacity: 1;
}
.order-with-arrow thead .sortable:before, .order-with-arrow thead .sorted-asc:before, .order-with-arrow thead .sorted-desc:before, .order-with-arrow thead .sorted-asc_disabled:before, .order-with-arrow thead .sorted-desc_disabled:before {
  right: 1em;
  content: "↑";
}
.order-with-arrow thead .sortable:after, .order-with-arrow thead .sorted-asc:after, .order-with-arrow thead .sorted-desc:after, .order-with-arrow thead .sorted-asc_disabled:after, .order-with-arrow thead .sorted-desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
.rounded .table-divided tr {
  border-radius: 0.75rem;
}
.rounded .table-divided td {
  border-radius: initial;
}
.rounded .table-divided td:first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded .table-divided td:last-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl .rounded .table-dividedtable td {
  border-radius: initial;
}
.rtl .rounded .table-dividedtable td:first-child {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rtl .rounded .table-dividedtable td:last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media only screen and (max-width: 800px) {
  .responsive-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        Label the data
        */
  }
  .responsive-table table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
    display: block;
  }
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    border: 1px solid #ccc;
  }
  .responsive-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .responsive-table td:before {
    content: attr(data-title);
  }
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
/* The input */
.tags-input {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tags-input input {
  flex: 1;
  background: transparent;
  border: none;
}
.tags-input input:focus {
  outline: none;
}
.tags-input input[type="text"] {
  color: #495057;
}
.tags-input-wrapper-default {
  padding: 0.5em 0.25em;
  margin-bottom: 7px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 1px;
  border: 1px solid #ecedf4;
}
.tags-input-wrapper-default.active {
  /*  border: 1px solid #8bbafe;
    box-shadow: 0 0 0 0.2em rgba(13, 110, 253, 0.25);
    outline: 0 none;*/
}
/* The tag badges & the remove icon */
.tags-input span {
  margin-right: 0.3em;
}
.tags-input-remove {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  right: 0.3em;
  top: 0.6em;
  padding: 0.5em;
  overflow: hidden;
}
.tags-input-remove:focus {
  outline: none;
}
.tags-input-remove:before, .tags-input-remove:after {
  content: "";
  position: absolute;
  width: 75%;
  left: 0.15em;
  background: #13a538;
  height: 2px;
  margin-top: -1px;
}
.tags-input-remove:before {
  transform: rotate(45deg);
}
.tags-input-remove:after {
  transform: rotate(-45deg);
}
/* Tag badge styles */
.tags-input-badge {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  overflow: hidden;
  line-height: 18px;
  text-overflow: ellipsis;
}
.tags-input-badge-pill {
  padding-right: 1.25em;
  padding-left: 0.6em;
  border-radius: 10em;
}
.tags-input-badge-pill.disabled {
  padding-right: 0.6em;
}
.tags-input-badge-selected-default {
  color: #212529;
  background-color: #f0f1f2;
}
/* Typeahead */
.typeahead-hide-btn {
  color: #999 !important;
  font-style: italic;
}
/* Typeahead - badges */
.typeahead-badges > span {
  cursor: pointer;
  margin-right: 0.3em;
}
/* Typeahead - dropdown */
.typeahead-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.typeahead-dropdown li {
  padding: 0.25em 1em;
  cursor: pointer;
}
/* Typeahead elements style/theme */
.tags-input-typeahead-item-default {
  color: #fff;
  background-color: #343a40;
}
.tags-input-typeahead-item-highlighted-default {
  color: #fff;
  background-color: #13a538 !important;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}
.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animated.delay-1s {
  animation-delay: var(--animate-delay);
}
.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}
.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}
.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}
.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}
.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}
.animated.fast {
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}
.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animated[class*="Out"] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.backInUp {
  animation-name: backInUp;
}
/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.backOutUp {
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.input-tel.has-value .input-tel__input {
  padding-top: 0px !important;
}
.input-tel__label {
  display: none;
}
.country-selector__label {
  display: none;
}
.country-selector.has-value .country-selector__input {
  padding-top: 0px !important;
}
.country-selector__country-flag {
  top: 14px !important;
}
.input-tel__input {
  box-shadow: none !important;
}
.input-tel__input:focus {
  border-color: var(--theme-color-1) !important;
}
.country-selector__toggle__arrow:hover {
  border-color: var(--theme-color-1) !important;
}
.input-tel__input:hover {
  cursor: text;
  border-color: var(--theme-color-1) !important;
}
.country-selector__input {
  box-shadow: none !important;
}
.country-selector__input:focus {
  border-color: var(--theme-color-1) !important;
}
.country-selector__input:hover {
  border-color: var(--theme-color-1) !important;
}
.country-selector__list__item.selected {
  background-color: var(--theme-color-1) !important;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}
.multiselect--active {
  z-index: 50;
}
.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}
.multiselect__input::placeholder {
  color: #35495e;
}
.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}
.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}
.multiselect__current, .multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}
.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}
.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active, .multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
[dir=rtl] .multiselect {
  text-align: right;
}
[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
  text-align: right;
}
[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
.v-popper--theme-dropdown .v-popper__inner {
  background: #fff;
  color: #000;
  font-size: 80%;
  font-weight: bold;
  padding: 14px;
  border-radius: 6px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
}
.v-popper--theme-dropdown .v-popper__arrow {
  border-color: #fff;
}
.v-popper {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.v-popper--theme-tooltip .v-popper__inner {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 80%;
  padding: 14px;
  border-radius: 6px;
  padding: 7px 6px 6px;
}
.v-popper--theme-tooltip .v-popper__arrow {
  border-color: rgba(0, 0, 0, 0.8);
}
.v-popper__popper {
  z-index: 10000;
}
.v-popper__popper.v-popper__popper--hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s, visibility 0.15s;
}
.v-popper__popper.v-popper__popper--shown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.15s;
}
.v-popper__popper.v-popper__popper--skip-transition, .v-popper__popper.v-popper__popper--skip-transition > .v-popper__wrapper {
  transition: none !important;
}
.v-popper__inner {
  position: relative;
}
.v-popper__arrow-container {
  width: 10px;
  height: 10px;
}
.v-popper__arrow {
  border-style: solid;
  position: relative;
  width: 0;
  height: 0;
}
.v-popper__popper[data-popper-placement^=top] .v-popper__arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container {
  top: 0;
}
.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
}
.v-popper__popper[data-popper-placement^=right] .v-popper__arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
}
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container {
  right: -5px;
}
.v-popper__popper[data-popper-placement^=left] .v-popper__arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
}
/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */
/**
 *  Default styles for xterm.js
 */
.xterm {
  position: relative;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.xterm.focus, .xterm:focus {
  outline: none;
}
.xterm .xterm-helpers {
  position: absolute;
  top: 0;
  /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
  z-index: 5;
}
.xterm .xterm-helper-textarea {
  padding: 0;
  border: 0;
  margin: 0;
  /* Move textarea out of the screen to the far left, so that the cursor is not visible */
  position: absolute;
  opacity: 0;
  left: -9999em;
  top: 0;
  width: 0;
  height: 0;
  z-index: -5;
  /** Prevent wrapping so the IME appears against the textarea at the correct position */
  white-space: nowrap;
  overflow: hidden;
  resize: none;
}
.xterm .composition-view {
  /* TODO: Composition position got messed up somewhere */
  background: #000;
  color: #fff;
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}
.xterm .composition-view.active {
  display: block;
}
.xterm .xterm-viewport {
  /* On OS X this is required in order for the scroll bar to appear fully opaque */
  background-color: #000;
  overflow-y: scroll;
  cursor: default;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.xterm .xterm-viewport::-webkit-scrollbar {
  display: none;
}
.xterm .xterm-screen {
  position: relative;
}
.xterm .xterm-screen canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.xterm .xterm-scroll-area {
  visibility: hidden;
}
.xterm-char-measure-element {
  display: inline-block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -9999em;
  line-height: normal;
}
.xterm {
  cursor: text;
}
.xterm.enable-mouse-events {
  /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
  cursor: default;
}
.xterm.xterm-cursor-pointer, .xterm .xterm-cursor-pointer {
  cursor: pointer;
}
.xterm.column-select.focus {
  /* Column selection mode */
  cursor: crosshair;
}
.xterm .xterm-accessibility, .xterm .xterm-message {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  color: transparent;
}
.xterm .live-region {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.xterm-dim {
  opacity: 0.5;
}
.xterm-underline {
  text-decoration: underline;
}
.xterm-strikethrough {
  text-decoration: line-through;
}
.card-detail .card-detail-header {
  background-image: url('/svg/detailsbg?_uniquekey=1751462502725');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-detail h4 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 1.75rem;
  margin-bottom: 0px !important;
}
.card-detail h4 + img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.card-detail .card-detail-icon {
  position: relative;
  font-size: 110px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #13a538;
}
.card-detail .card-detail-meta-list {
  width: 100%;
  line-height: 34px;
  white-space: nowrap;
}
.card-detail .card-detail-meta-list .card-detail-meta-list-title {
  color: #A4A4A4;
  width: 50%;
}
.card-detail .divider {
  width: 100%;
  height: 1px;
  margin: 10px 0px;
  background-color: #ecedf4;
}
.card-detail .badge {
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  font-weight: normal;
}
.micro-dashboard-item .inner {
  background-color: #13a538;
}
:export {
  themeColor1: #922c88;
  themeColor2: #4556ac;
  themeColor3: #af67a4;
  themeColor4: #743c6e;
  themeColor5: #4b5480;
  themeColor6: #795d75;
}
.__tooltip {
  color: #3a3a3a;
}
.__tooltip_interpolated {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #d69b421f;
  border: 1px solid #d69b42;
  color: #d69b42;
  margin-top: 4px;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
}
.__tooltip_seriescontainer {
  position: relative;
  padding-left: 8px;
  margin-top: 6px;
}
.__tooltip_seriescontainer .__tooltip_series_color {
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 3px;
}
.__tooltip_seriescontainer .__tooltip_series_title {
  margin-bottom: 6px;
}
.__tooltip_seriescontainer .__tooltip_series_dimension_container {
  width: fit-content;
}
.__tooltip_seriescontainer .__tooltip_series_dimension {
  display: grid;
  grid-template-columns: 1fr min-content;
  gap: 12px;
  width: 100%;
  font-size: 0.85rem;
  font-weight: 500;
}
.__tooltip_seriescontainer .__tooltip_series_dimension_unit {
  font-size: 80%;
}
.daterangepicker td.in-range {
  background-color: rgba(146, 44, 136, 0.17);
}
.daterangepicker .ranges li.active {
  background-color: #922c88;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #922c88;
}
.applyBtn {
  background-color: #922c88;
  border: 0px;
}
.applyBtn:hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 8%));
}
.applyBtn:active {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 20%)) !important;
}
#backdrop {
  width: 0px;
  height: 0px;
  position: fixed;
  z-index: 1020;
  left: 0px;
  border-top: 1px solid #ecedf4;
  background-color: #f00;
  backdrop-filter: blur(4px);
  top: 100px;
  background-color: rgba(200, 203, 214, 0.56);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#backdrop.visible {
  opacity: 1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  #backdrop {
    top: 70px;
  }
}
@media (min-width: 768px) {
  #backdrop {
    top: 80px;
  }
}
@media (min-width: 1000px) {
  #backdrop {
    top: 50px;
  }
}
@media (min-width: 1200px) {
  #backdrop {
    top: 90px;
  }
}
@media (min-width: 1440px) {
  #backdrop {
    top: 100px;
  }
}
#backdrop-eventhandler {
  position: absolute;
  left: 0pc;
  right: 0px;
  bottom: 0px;
  top: 0px;
}
.modal-container {
  position: absolute;
  top: 0px;
  line-height: 22px;
  max-width: 90%;
  min-height: 100px;
  min-width: 100px;
  background-color: #fff;
  overflow: visible;
  margin: 0 auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  max-height: calc(95% - 100px);
  overflow: auto;
  -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
  transform: translateY(-1000px) scaleY(2) scaleX(0.2);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  opacity: 0;
  transition: all 0.4 cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-flex;
  height: auto;
  box-shadow: -11px 9px 21px 0 rgba(173, 182, 217, 0.17);
  will-change: transform;
}
.modal-container.show {
  -webkit-transform: translateY(0) scaleY(1) scaleX(1);
  transform: translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 1;
}
.modal-container > div {
  max-width: 100%;
}
#modalcontainer {
  display: flex;
  justify-content: center;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-7-15 14:57:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes modal-index-one {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(0.9) scaleX(0.9);
    transform: translateY(0) scaleY(0.9) scaleX(0.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 0.5;
  }
}
@keyframes modal-index-one {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(0.9) scaleX(0.9);
    transform: translateY(0) scaleY(0.9) scaleX(0.9);
    -webkit-transform-origin: top;
    transform-origin: top;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 0.5;
  }
}
/**
 * ----------------------------------------
 * animation slide-out-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
    opacity: 0;
  }
}
@keyframes slide-out-blurred-top {
  0% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(0);
            filter: blur(0);*/
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    /*-webkit-filter: blur(10px);
            filter: blur(10px);*/
    opacity: 0;
  }
}
.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}
@media (max-width: 600px) {
  .StepProgress {
    padding-left: 0;
    display: flex;
    width: 100%;
    overflow-x: scroll;
    gap: 6px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .StepProgress::-webkit-scrollbar {
    display: none;
  }
}
.StepProgress-item {
  position: relative;
  counter-increment: list;
  opacity: 0.5;
}
.StepProgress-item:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .StepProgress-item:not(:last-child) {
    padding-bottom: 0;
  }
}
.StepProgress-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -29px;
  top: 23px;
  height: calc(100% - 23px);
  width: 10px;
}
.StepProgress-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -35px;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 600px) {
  .StepProgress-item::after, .StepProgress-item::before {
    content: none;
  }
}
.StepProgress-item.is-done {
  opacity: 1;
  cursor: pointer;
}
.StepProgress-item.is-done::before {
  border-left: 2px solid var(--theme-color-1);
}
.StepProgress-item.is-done::after {
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid var(--theme-color-1);
  background-color: var(--theme-color-1);
}
.StepProgress-item.current {
  opacity: 1;
}
.StepProgress-item.current::after {
  font-size: 10px;
  color: #fff;
  text-align: center;
  border: 2px solid var(--theme-color-1);
  background-color: var(--theme-color-1);
}
.StepProgress strong {
  display: block;
}
.tooltip.b-tooltip {
  display: block;
  font-size: 80%;
  opacity: 1;
  outline: 0;
}
.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}
.tooltip.b-tooltip.show {
  opacity: 1;
}
.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}
.tooltip.b-tooltip .arrow {
  margin: 0 10px;
}
.tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow {
  margin: 10px 0;
}
.sl-vue-tree {
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.sl-vue-tree-root > .sl-vue-tree-nodes-list {
  overflow: hidden;
  position: relative;
  padding-bottom: 4px;
}
.sl-vue-tree-selected > .sl-vue-tree-node-item {
  background-color: #922c88;
  color: #fff;
}
.sl-vue-tree-selected > .sl-vue-tree-node-item:hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 84%));
}
.sl-vue-tree-node-list {
  position: relative;
  display: flex;
  flex-direction: row;
}
.sl-vue-tree-node-item {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  cursor: pointer;
}
.sl-vue-tree-node-item:hover {
  background-color: rgba(146, 44, 136, 0.16);
}
.sl-vue-tree-node-item.sl-vue-tree-cursor-inside {
  outline: 1px solid rgba(100, 100, 255, 0.5);
}
.sl-vue-tree-gap {
  width: 20px;
  min-height: 1px;
  flex-shrink: 0;
}
.sl-vue-tree-sidebar {
  margin-left: auto;
}
.sl-vue-tree-cursor {
  position: absolute;
  border: 1px solid rgba(100, 100, 255, 0.5);
  height: 1px;
  width: 100%;
}
.sl-vue-tree-drag-info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 5px 10px;
}
.inline-loading {
  border: 2px solid rgba(146, 44, 136, 0.2);
  border-top-color: #922c88 !important;
}
.dropdown-toggle-no-caret::after {
  display: none;
}
.b-dropdown.sm .dropdown-item {
  padding: 0px 10px !important;
}
.b-dropdown header {
  padding: 0px 10px;
  line-height: 20px;
  font-size: 0.7rem;
  font-weight: bold;
  opacity: 0.5;
}
.inputlist-menu button {
  background-color: rgba(255, 255, 255, 0);
  padding: 4px;
  line-height: 0px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}
.inputlist-menu button:hover {
  background-color: #F5F6FA;
}
.inputlist-menu .b-dropdown.show button {
  background-color: #F5F6FA;
}
small.light {
  color: #a4a4a4;
}
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.contextMenuSubMenu {
  z-index: 1;
  display: none;
  width: 100%;
  background-color: white;
}
@supports (backdrop-filter: blur()) {
  .contextMenuSubMenu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.touch-device .contextMenuSubMenu {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2px;
  transform: translateX(100%);
  background-color: transparent;
  backdrop-filter: none;
}
.touch-device .contextMenuSubMenu.hovered {
  display: block;
}
.touch-device .contextMenuSubMenu.hovered .contextMenuSubMenu {
  display: block;
}
.touch-device .contextMenuSubMenu.hovered .contextMenuSubMenu:not(.hovered) {
  display: none;
}
.touch-device  .contextMenuFirstLevelActive .contextMenuSubMenu {
  display: block;
}
.primary-scrollbar {
  /* Ensure the container is scrollable */
  overflow: auto;
  /* For WebKit browsers (Chrome, Safari, Edge) */
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* For Firefox */
  scrollbar-width: thin;
  /* thin scrollbar */
  scrollbar-color: var(--theme-color-1) #f1f1f1;
  /* scrollbar thumb color and track color */
}
.primary-scrollbar::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
.primary-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
  width: 6px;
}
.primary-scrollbar::-webkit-scrollbar-thumb {
  background: var(--theme-color-1);
  transition: all 0.2s ease-in-out;
}
.primary-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: hsla(var(--theme-color-1-h), var(--theme-color-1-s), var(--theme-color-1-l), 0.12);
  border-color: hsla(var(--theme-color-1-h), var(--theme-color-1-s), var(--theme-color-1-l), 0.1);
}
.card-header {
  padding-top: 14px;
  padding-bottom: 0px;
}
.card-header .card-title {
  margin-bottom: 0px;
  line-height: 36px;
}
.markline-tooltip {
  border-style: solid;
  white-space: nowrap;
  z-index: 9999999;
  background-color: rgba(255, 255, 255, 0.9);
  border-width: 0px;
  border-radius: 4px;
  font: 14px / 21px sans-serif;
  padding: 7px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  backdrop-filter: blur(10px);
}
.markline-tooltip-container {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
  margin-top: 25px;
  padding-top: 0px;
}
.__tooltip_series_title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.__tooltip_seriescontainer {
  margin-top: 15px !important;
  line-height: 25px !important;
}
/** your custom css code **/
/*
html {
    background-color: var(--theme-color-1) !important;
}
*/
.vue-notification {
  font-size: 100% !important;
}
body {
  min-height: 100%;
  line-height: 1.5 !important;
  overflow: hidden;
}
.datepicker-button {
  background-color: var(--theme-color-1);
}
.datepicker-button:hover, .datepicker-button.hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
.clr-picker {
  z-index: 100000 !important;
}
.clr-field {
  width: 100%;
}
.clr-field button {
  position: absolute;
  width: 30px;
  margin: 6px;
  border-radius: 3px;
  height: 30px;
  left: 0;
  top: 0px;
  transform: none;
  padding: 0;
  border: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.clr-field input {
  height: initial;
  border-radius: 0.1rem;
  outline: initial !important;
  box-shadow: initial !important;
  font-size: 0.8rem;
  padding: 0.7rem 0.75rem 0.65rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ecedf4;
  background: white;
  color: #3a3a3a;
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
}
.btn.icon {
  padding: 0px;
}
.btn.icon i {
  font-size: 20px;
  padding: 7px 8px;
  display: inline-block;
}
body.moveCursor * {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}
a.highlight {
  color: var(--theme-color-1) !important;
}
.nav-tabs .nav-item .nav-link {
  border: initial;
  padding: 0.5rem 1rem;
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
  background: initial;
  padding-left: 0;
  padding-top: 0.5rem;
  padding-right: 0;
  margin-right: 1.5rem;
  letter-spacing: 0.5px;
}
.nav-tabs .nav-item .nav-link::before {
  content: " ";
  border-radius: 10px !important;
  position: absolute;
  width: 100% !important;
  height: 2px !important;
  left: 50% !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  top: unset !important;
}
.vc-highlight {
  background-color: var(--theme-color-1) !important;
}
.vc-highlight-base-middle, .vc-highlight-base-end, .vc-highlight-base-start {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) + 80%));
}
::selection {
  background: rgba(0, 0, 0, 0.1) !important;
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1) !important;
}
.hoverEffect:hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), var(--theme-color-1-l), 0.15);
}
.feedback-button {
  background-color: var(--theme-color-1);
  transition: all 0.2s ease-in-out;
}
.feedback-button:hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
.pin {
  background-color: var(--theme-color-1);
}
.loader-animation {
  transition: all 0.2s ease;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.loader-animation .loading {
  position: absolute;
}
.container-loading {
  opacity: 1;
  height: 100%;
}
.top-right-button-container > * {
  float: right;
  margin-left: 10px;
}
.select__control-arrow {
  fill: #ccc;
}
.vue-treeselect.form-control {
  padding: 2px;
}
.vue-treeselect.form-control .vue-treeselect__control {
  border: 0px;
}
.link-primary {
  color: var(--theme-color-1);
}
.link-primary:hover {
  color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
.link-primary small {
  color: var(--theme-color-1);
}
.link-primary small:hover {
  color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
.link-primary:hover {
  cursor: pointer;
}
.leader-line {
  z-index: 0;
}
.hotspot.selected {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  animation: pulse 2s infinite;
}
.hotspot {
  background-color: var(--theme-color-1);
}
.hotspot:hover {
  background-color: hsl(var(--theme-color-1-h), var(--theme-color-1-s), calc(var(--theme-color-1-l) - 10%));
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--theme-color-1), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--theme-color-1), 0.4);
    box-shadow: 0 0 0 0 rgba(var(--theme-color-1), 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(var(--theme-color-1), 0);
    box-shadow: 0 0 0 10px rgba(var(--theme-color-1), 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(var(--theme-color-1), 0);
    box-shadow: 0 0 0 0 rgba(var(--theme-color-1), 0);
  }
}
.item-container:hover {
  background-color: rgba(var(--theme-color-1), 0.1);
}
.translation i {
  font-size: medium !important;
  padding-left: 4px;
  text-shadow: 0px 0px 6px #fff;
}
#design-preview-logo {
  max-width: 150px;
  max-height: 150px;
}
.editor-wrapper pre {
  display: inline;
  color: transparent;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  line-height: 2;
}
.editor-wrapper pre::selection {
  background-color: rgba(130, 199, 223, 0.35) !important;
}
.editor-wrapper pre::-moz-selection {
  background-color: rgba(130, 199, 223, 0.35) !important;
}
[data-skeleton-active="true"] {
  display: none !important;
}
