html,
body {
  max-height: 100%;
  margin: 0;
}
body {
  background: linear-gradient(#812985 50%, transparent 50%) no-repeat;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-control-lg {
  height: 46px;
  line-height: 46px;
}
.navbar-brand img {
  height: 100%;
  margin-top: -5px !important;
  margin-left: 10px;
}
.navbar-nav a.nav-link {
  margin: 0px 6px;
  font-weight: 500;
}
.error {
  color: red;
  font-size: 0.9rem;
  display: block;
  margin-top: 1px;
}
input.error {
  border: 1px solid red;
  color: red;
}
.error span {
  color: red;
  font-size: 0.875rem;
  display: block;
  margin-top: 1px;
}
.alert-primary {
  border-left: 3px solid #563d7c;
}
.alert-secondary {
  border-left: 3px solid #584b6e;
}
.alert-success {
  border-left: 3px solid #28a745;
}
.alert-danger {
  border-left: 3px solid #dc3545;
}
.alert-warning {
  border-left: 3px solid #ffc107;
}
.alert-info {
  border-left: 3px solid #17a2b8;
}
.alert-light {
  border-left: 3px solid #f8f9fa;
}
.alert-dark {
  border-left: 3px solid #343434;
}
#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
  min-width: 300px;
  max-width: 300px;
  background-color: inherit;
  color: #f2f2f2;
  transition: all 0.3s;
  padding: 20px 0px;
}

#sidebar.active {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  min-width: 80px;
  max-width: 80px;
  text-align: center;
  background-color: inherit;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: center;
  margin-bottom: 20px;
  padding: 40px 0;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

#sidebar.active ul li a {
  padding: 15px 0;
  text-align: center;
  margin-bottom: 0;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li a.active {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li a i {
  margin-right: 10px;
}

#sidebar ul li.active > a,
#sidebar a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
}

#sidebar a[data-toggle="collapse"] {
  position: relative;
}

#sidebar.active ul li a span {
  font-size: 0.775rem;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 2.6em;
  margin-bottom: -16px;
}

#sidebar.active ul ul a {
  padding: 10px !important;
}
#sidebar ul.components li > a img {
  margin-bottom: 5px !important;
}

#sidebar.active ul.components li > a img {
  margin-bottom: 5px !important;
}
#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1.2em;
}

#sidebar ul.components {
  padding: 0;
  /*border-bottom: 1px solid #47748b;*/
}

#sidebar .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#content {
  width: 100%;
  padding: 0;
  min-height: 100vh;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  #sidebar {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  #sidebar {
    margin-left: 0;
  }
  #sidebar.active {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-left: 0 !important;
  }
  #sidebar.dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  #sidebar .sidebar-header h3 {
    display: none;
  }
  #sidebar .sidebar-header strong {
    display: block;
  }
  #sidebar ul li a {
    padding: 10px 10px;
  }
  #sidebar.active ul li a {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 0;
  }
  #sidebar.active ul li a span {
    font-size: 0.875rem;
  }
  #sidebar ul li a i {
    margin-right: 0;
    display: block;
  }
  #sidebar ul ul a {
    padding: 10px !important;
  }
  #sidebar ul li a i {
    font-size: 1rem;
  }
  #sidebarCollapse span {
    display: none;
  }
  #sidebar.active ul.components li > a img {
    margin-bottom: 5px !important;
  }
}
.offline-ui {
  font-size: 0.875rem;
}
.blinker {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.radio-label {
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 0 auto 10px;
  /* This 65px padding makes room for the custom input */
  padding: 10px 10px 10px 55px;
  position: relative;
  transition: 0.3s ease all;
  width: 100%;
}
.radio-label:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.radio-btn {
  position: absolute;
  visibility: hidden;
}
.radio-label span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.radio-label:before {
  background: #eee;
  border-radius: 50%;
  content: "";
  height: 25px;
  left: 20px;
  position: absolute;
  /* Half the height of it's parent minus half of it's own height */
  top: calc(50% - 12px);
  transition: 0.3s ease background-color;
  width: 25px;
}
.radio-btn:checked + .radio-label {
  background: #ecf5ff;
  border-color: #4a90e2;
}
.radio-btn:checked + .radio-label:before {
  background-color: #4a90e2;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNiIgaGVpZ2h0PSIyMCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIyLjAyOTY4IC00MC4wOTAzIDI2IDIwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48IS0tR2VuZXJhdGVkIGJ5IElKU1ZHIChodHRwczovL2dpdGh1Yi5jb20vaWNvbmphci9JSlNWRyktLT48cGF0aCBkPSJNMjcuOTc0MywtMzYuMTI3MmMwLDAuNDQ2NDI4IC0wLjE1NjI1LDAuODI1ODkzIC0wLjQ2ODc1LDEuMTM4MzlsLTEyLjEyMDUsMTIuMTIwNWwtMi4yNzY3OSwyLjI3Njc5Yy0wLjMxMjUsMC4zMTI1IC0wLjY5MTk2NCwwLjQ2ODc1IC0xLjEzODM5LDAuNDY4NzVjLTAuNDQ2NDI4LDAgLTAuODI1ODkzLC0wLjE1NjI1IC0xLjEzODM5LC0wLjQ2ODc1bC0yLjI3Njc5LC0yLjI3Njc5bC02LjA2MDI3LC02LjA2MDI3Yy0wLjMxMjUsLTAuMzEyNSAtMC40Njg3NSwtMC42OTE5NjUgLTAuNDY4NzUsLTEuMTM4MzljMCwtMC40NDY0MjkgMC4xNTYyNSwtMC44MjU4OTMgMC40Njg3NSwtMS4xMzgzOWwyLjI3Njc5LC0yLjI3Njc5YzAuMzEyNSwtMC4zMTI1IDAuNjkxOTY1LC0wLjQ2ODc1IDEuMTM4MzksLTAuNDY4NzVjMC40NDY0MjksMCAwLjgyNTg5MywwLjE1NjI1IDEuMTM4MzksMC40Njg3NWw0LjkyMTg4LDQuOTM4NjJsMTAuOTgyMSwtMTAuOTk4OWMwLjMxMjUsLTAuMzEyNSAwLjY5MTk2NCwtMC40Njg3NSAxLjEzODM5LC0wLjQ2ODc1YzAuNDQ2NDI4LDAgMC44MjU4OTMsMC4xNTYyNSAxLjEzODM5LDAuNDY4NzVsMi4yNzY3OCwyLjI3Njc5YzAuMzEyNSwwLjMxMjUgMC40Njg3NSwwLjY5MTk2NCAwLjQ2ODc1LDEuMTM4MzlaIiB0cmFuc2Zvcm09InNjYWxlKDEuMDAxOTgpIiBmaWxsPSIjZmZmIj48L3BhdGg+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.radio-btn.positive:checked + .radio-label {
  background: #eafff6;
  border-color: #32b67a;
}
.radio-btn.positive:checked + .radio-label:before {
  background-color: #32b67a;
}
.radio-btn.neutral:checked + .radio-label:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAtMTUgMzAgOC41NzE0MyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PCEtLUdlbmVyYXRlZCBieSBJSlNWRyAoaHR0cHM6Ly9naXRodWIuY29tL2ljb25qYXIvSUpTVkcpLS0+PHBhdGggZD0iTTMwLC0xMi4zMjE0djMuMjE0MjljMCwwLjczNjYwNyAtMC4yNjIyNzcsMS4zNjcxOSAtMC43ODY4MywxLjg5MTc0Yy0wLjUyNDU1NCwwLjUyNDU1NCAtMS4xNTUxMywwLjc4NjgzMSAtMS44OTE3NCwwLjc4NjgzMWgtMjQuNjQyOWMtMC43MzY2MDcsMCAtMS4zNjcxOSwtMC4yNjIyNzcgLTEuODkxNzQsLTAuNzg2ODMxYy0wLjUyNDU1MywtMC41MjQ1NTMgLTAuNzg2ODMsLTEuMTU1MTMgLTAuNzg2ODMsLTEuODkxNzR2LTMuMjE0MjljMCwtMC43MzY2MDcgMC4yNjIyNzcsLTEuMzY3MTkgMC43ODY4MywtMS44OTE3NGMwLjUyNDU1NCwtMC41MjQ1NTMgMS4xNTUxMywtMC43ODY4MyAxLjg5MTc0LC0wLjc4NjgzaDI0LjY0MjljMC43MzY2MDcsMCAxLjM2NzE5LDAuMjYyMjc3IDEuODkxNzQsMC43ODY4M2MwLjUyNDU1MywwLjUyNDU1NCAwLjc4NjgzLDEuMTU1MTMgMC43ODY4MywxLjg5MTc0WiIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==");
}
.radio-btn.negative:checked + .radio-label {
  background: #fff2f2;
  border-color: #e75153;
}
.radio-btn.negative:checked + .radio-label:before {
  background-color: #e75153;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIxLjg1MTg1IC0zOS42OTcgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjwhLS1HZW5lcmF0ZWQgYnkgSUpTVkcgKGh0dHBzOi8vZ2l0aHViLmNvbS9pY29uamFyL0lKU1ZHKS0tPjxwYXRoIGQ9Ik0yMS43Mjk5LC0yMy40NzFjMCwwLjQ0NjQyOCAtMC4xNTYyNSwwLjgyNTg5MyAtMC40Njg3NSwxLjEzODM5bC0yLjI3Njc5LDIuMjc2NzljLTAuMzEyNSwwLjMxMjUgLTAuNjkxOTY0LDAuNDY4NzUgLTEuMTM4MzksMC40Njg3NWMtMC40NDY0MjgsMCAtMC44MjU4OTMsLTAuMTU2MjUgLTEuMTM4MzksLTAuNDY4NzVsLTQuOTIxODcsLTQuOTIxODhsLTQuOTIxODgsNC45MjE4OGMtMC4zMTI1LDAuMzEyNSAtMC42OTE5NjQsMC40Njg3NSAtMS4xMzgzOSwwLjQ2ODc1Yy0wLjQ0NjQyOCwwIC0wLjgyNTg5MiwtMC4xNTYyNSAtMS4xMzgzOSwtMC40Njg3NWwtMi4yNzY3OSwtMi4yNzY3OWMtMC4zMTI1LC0wLjMxMjUgLTAuNDY4NzUsLTAuNjkxOTY1IC0wLjQ2ODc1LC0xLjEzODM5YzAsLTAuNDQ2NDI5IDAuMTU2MjUsLTAuODI1ODkzIDAuNDY4NzUsLTEuMTM4MzlsNC45MjE4OCwtNC45MjE4OGwtNC45MjE4OCwtNC45MjE4OGMtMC4zMTI1LC0wLjMxMjUgLTAuNDY4NzUsLTAuNjkxOTY0IC0wLjQ2ODc1LC0xLjEzODM5YzAsLTAuNDQ2NDI4IDAuMTU2MjUsLTAuODI1ODkzIDAuNDY4NzUsLTEuMTM4MzlsMi4yNzY3OSwtMi4yNzY3OGMwLjMxMjUsLTAuMzEyNSAwLjY5MTk2NCwtMC40Njg3NSAxLjEzODM5LC0wLjQ2ODc1YzAuNDQ2NDI5LDAgMC44MjU4OTMsMC4xNTYyNSAxLjEzODM5LDAuNDY4NzVsNC45MjE4OCw0LjkyMTg4bDQuOTIxODcsLTQuOTIxODhjMC4zMTI1LC0wLjMxMjUgMC42OTE5NjUsLTAuNDY4NzUgMS4xMzgzOSwtMC40Njg3NWMwLjQ0NjQyOSwwIDAuODI1ODkzLDAuMTU2MjUgMS4xMzgzOSwwLjQ2ODc1bDIuMjc2NzksMi4yNzY3OGMwLjMxMjUsMC4zMTI1IDAuNDY4NzUsMC42OTE5NjUgMC40Njg3NSwxLjEzODM5YzAsMC40NDY0MjkgLTAuMTU2MjUsMC44MjU4OTMgLTAuNDY4NzUsMS4xMzgzOWwtNC45MjE4OCw0LjkyMTg4bDQuOTIxODgsNC45MjE4OGMwLjMxMjUsMC4zMTI1IDAuNDY4NzUsMC42OTE5NjQgMC40Njg3NSwxLjEzODM5WiIgdHJhbnNmb3JtPSJzY2FsZSgxLjAwNTYxKSIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==");
}
#jk-error {
  padding-left: 5px;
  margin-top: -8px;
}
.ui-autocomplete {
  overflow-y: auto;
  max-height: 300px;
  overflow-x: hidden;
}
.ui-autocomplete-loading {
  background: white url("../main/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.top {
  padding-top: 5px;
  padding-left: 13% !important;
  padding-right: 13% !important;
}

#progressbar {
  margin-bottom: 20px;
  overflow: hidden;
  color: #455a64;
  padding-left: 0px;
  margin-top: 20px;
}

#progressbar li {
  list-style-type: none;
  font-size: 13px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar .step0:before {
  font-family: FontAwesome;
  content: "\f10c";
  color: #fff;
}

#progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 34px;
  display: block;
  font-size: 16px;
  background: #c5cae9;
  border-radius: 50%;
  margin: auto;
  padding: 0px;
  position: relative;
  z-index: 1 !important;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 8px;
  background: #c5cae9;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 0 !important;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  left: -50%;
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
  left: -50%;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  left: 50%;
}

#progressbar li:last-child:after {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#progressbar li.activ:before,
#progressbar li.activ:after {
  background: #651fff;
}

#progressbar li.activ:before {
  font-family: FontAwesome;
  content: "\f00c";
}

.icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-right: 5px;
}

.icon-content {
  padding-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .icon {
    display: none !important;
  }
}
.dot {
  width: var(--dot-size);
  height: var(--dot-size);
  background-color: red;
  border-radius: 50%;
}

/* --- Animation --- */

/* Define animation keyframes */
@keyframes blink {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* Minimal example */
.dot--basic {
  animation: blink 2s infinite;
}

/* Run animation once */
.dot--once {
  animation: blink 2s 1;
  /* animation-iteration-count: 1; */
}

/* Wait 4s before running the animation */
.dot--delayed {
  animation: blink 2s infinite 4s;
  /* animation-delay: 4s; */
}

/* Use frames with "from" and "to" */
@keyframes choppyBlink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dot--choppy {
  animation: choppyBlink 2s infinite;
  /* animation-name: choppyBlink; */
}

/* Animate multiple properties (transform and color) */
@keyframes pulse {
  0%,
  100% {
    transform: scale(0) translateY(-75%);
    background-color: blue;
  }
  33% {
    background-color: orange;
  }
  50% {
    transform: scale(1.125) translateY(0);
    background-color: red;
  }
}
.dot--pulse {
  animation: pulse 8s infinite;
}

/* Disable animation if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .dot {
    animation: none;
  }
}

/* --- Dot Usage --- */

.dots-item {
  --dot-size: 0.8rem;
  --offline-color: #999;
  --offline-text-color: #666;

  display: inline-flex;
  align-items: center;
  border: 2px solid red;
  border-radius: 3px;
  padding: 0 10px;
}

.dots-item .dot {
  margin-right: 0.3rem;
}

.dots-item--offline {
  border-color: var(--offline-color);
  color: var(--offline-text-color);
}

.dots-item--offline .dot {
  animation: none;
  background-color: var(--offline-color);
}

/* COLOR VARIABLES
============================================= */
/* GRADIENT LISTS
============================================= */
.gds-purple-1 {
  background: #482373;
  background: -webkit-linear-gradient(to left, #482373 0%, #822985 100%);
  background: -moz-linear-gradient(to left, #482373 0%, #822985 100%);
  background: -o-linear-gradient(to left, #482373 0%, #822985 100%);
  background: linear-gradient(to left, #482373 0%, #822985 100%);
}

.gde-purple-1 {
  background: #482373;
  background: -webkit-linear-gradient(to right, #482373 0%, #822985 100%);
  background: -moz-linear-gradient(to right, #482373 0%, #822985 100%);
  background: -o-linear-gradient(to right, #482373 0%, #822985 100%);
  background: linear-gradient(to right, #482373 0%, #822985 100%);
}

.gdt-purple-1 {
  background: #482373;
  background: -webkit-linear-gradient(to top, #482373 0%, #822985 100%);
  background: -moz-linear-gradient(to top, #482373 0%, #822985 100%);
  background: -o-linear-gradient(to top, #482373 0%, #822985 100%);
  background: linear-gradient(to top, #482373 0%, #822985 100%);
}

.gdb-purple-1 {
  background: #482373;
  background: -webkit-linear-gradient(to bottom, #482373 0%, #822985 100%);
  background: -moz-linear-gradient(to bottom, #482373 0%, #822985 100%);
  background: -o-linear-gradient(to bottom, #482373 0%, #822985 100%);
  background: linear-gradient(to bottom, #482373 0%, #822985 100%);
}

.gds-purple-2 {
  background: #482373;
  background: -webkit-linear-gradient(to left, #361261 0%, #822985 100%);
  background: -moz-linear-gradient(to left, #361261 0%, #822985 100%);
  background: -o-linear-gradient(to left, #361261 0%, #822985 100%);
  background: linear-gradient(to left, #361261 0%, #822985 100%);
}

.gde-purple-2 {
  background: #482373;
  background: -webkit-linear-gradient(to right, #361261 0%, #822985 100%);
  background: -moz-linear-gradient(to right, #361261 0%, #822985 100%);
  background: -o-linear-gradient(to right, #361261 0%, #822985 100%);
  background: linear-gradient(to right, #361261 0%, #822985 100%);
}

.gdt-purple-2 {
  background: #482373;
  background: -webkit-linear-gradient(to top, #361261 0%, #822985 100%);
  background: -moz-linear-gradient(to top, #361261 0%, #822985 100%);
  background: -o-linear-gradient(to top, #361261 0%, #822985 100%);
  background: linear-gradient(to top, #361261 0%, #822985 100%);
}

.gdb-purple-2 {
  background: #482373;
  background: -webkit-linear-gradient(to bottom, #361261 0%, #822985 100%);
  background: -moz-linear-gradient(to bottom, #361261 0%, #822985 100%);
  background: -o-linear-gradient(to bottom, #361261 0%, #822985 100%);
  background: linear-gradient(to bottom, #361261 0%, #822985 100%);
}

.status-bar {
  background-color: #653e92 !important;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: white;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader.loader-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  margin-left: -46px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .spinner .spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  animation: spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .spinner .spinner-container .spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .spinner .spinner-container .spinner-rotator .spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #822985 #822985 #f4eefb;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .spinner-left .spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #f4eefb;
  animation: spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .spinner-right .spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #f4eefb;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@keyframes spinner-linspin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-easespin {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}

@keyframes spinner-left-spin {
  0% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  0% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
.tooltipped {
  position: relative;
}
.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 14px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}
.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}
.tooltipped-multiline:hover:after,
.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after {
  display: table-cell;
}
.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltipped-se:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.tooltipped-sw:after {
  margin-right: -15px;
}
.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px;
}
.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: rgba(0, 0, 0, 0.8);
}
.tooltipped-ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px;
}
.tooltipped-nw:after {
  margin-right: -15px;
}
.tooltipped-s:after,
.tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.tooltipped-w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.tooltipped-e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.tooltipped-e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.8);
}
.tooltipped-multiline:after {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
  word-break: break-word;
  word-wrap: normal;
  white-space: pre-line;
  border-collapse: separate;
}
.tooltipped-multiline.tooltipped-s:after,
.tooltipped-multiline.tooltipped-n:after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltipped-multiline.tooltipped-w:after,
.tooltipped-multiline.tooltipped-e:after {
  right: 100%;
}
@media screen and (min-width: 0\0) {
  .tooltipped-multiline:after {
    width: 250px;
  }
}
.tooltipped-sticky:before,
.tooltipped-sticky:after {
  display: inline-block;
}
.tooltipped-sticky.tooltipped-multiline:after {
  display: table-cell;
}
.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
  color: #000;
  background: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
  border-left-color: rgba(255, 255, 255, 0.8);
}
