/*!
* Version: 4.1.0
* Template: Example Project
* Author: iqonic.design
* Design and Developed by: iqonic.design
* NOTE: This file contains the styling for Template.
*
*/
:focus {
  outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-heading-font-family)
}

a {
  color: var(--bs-primary);
  -webkit-transition: color 400ms ease, background 400ms ease;
  -o-transition: color 400ms ease, background 400ms ease;
  transition: color 400ms ease, background 400ms ease
}

.iq-slider {
  overflow: hidden;
  overflow-x: auto
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

.iq-scroller-effect ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-track {
  background: var(--bs-body-bg);
  -webkit-border-radius: 20px;
  border-radius: 20px
}

.iq-scroller-effect ::-webkit-scrollbar-thumb {
  background: #eee;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer
}

.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease
}

body {
  font-family: 'Kanit', sans-serif;
  -webkit-transition: background-color 250ms ease-in-out;
  -o-transition: background-color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out
}

.iq-custom-badge {
  position: relative;
  padding: 0 1rem;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem
}

.iq-custom-badge:last-child {
  margin-right: 0
}

.iq-custom-badge .iq-cancel-btn {
  position: absolute;
  top: auto;
  right: -0.5rem;
  padding: 0;
  line-height: 0
}

.iq-qty-btn .btn:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.iq-qty-btn .input-display {
  width: 2.5rem;
  cursor: text;
  color: var(--bs-body-color)
}

.iq-qty-btn .input-display:hover {
  color: var(--bs-body-color) !important;
  background: rgba(0, 0, 0, 0) !important
}

.iq-status-switch .form-check-input:checked {
  border-color: var(--bs-info);
  background-color: var(--bs-info)
}

.iq-status-switch .form-check-input:not(:checked) {
  border-color: var(--bs-danger);
  background-color: var(--bs-danger);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-group-filled .input-group-text,
.form-group-filled .form-control {
  background-color: var(--bs-body-bg)
}

.sidebar-mini .sidebar-profile-card {
  margin-left: 0
}

.sidebar-mini .sidebar-profile-card .card-body {
  padding: 0
}

.sidebar-mini .sidebar-profile-card .sidebar-profile-detail {
  height: 0;
  width: 0;
  opacity: 0;
  margin-bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar-mini .sidebar-profile-card .sidebar-profile-action .btn-action:not(:last-child) {
  margin-right: 0;
  margin-bottom: .75rem
}

.sidebar-mini .sidebar-border-profile-card {
  margin-left: unset;
  padding: .2rem;
  -webkit-border-radius: .5rem;
  border-radius: .5rem
}

.sidebar-mini .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn {
  padding: .25rem;
  margin-bottom: unset;
  -webkit-border-radius: .5rem;
  border-radius: .5rem
}

.sidebar-mini .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn-icon svg {
  width: 26px
}

.sidebar-mini .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-user-data {
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar.sidebar-base:not(.sidebar-mini) .sidebar-profile-card .sidebar-profile-body {
  padding: 0
}

.sidebar.sidebar-base:not(.sidebar-mini) .sidebar-profile-card .sidebar-profile-body img {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  height: 4.375rem;
  width: 4.375rem;
  min-width: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-profile-card .sidebar-profile-body {
  padding: 0
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-profile-card .sidebar-profile-body img {
  height: 4.375rem;
  width: 4.375rem;
  min-width: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-profile-card .sidebar-profile-detail {
  height: unset;
  width: unset;
  opacity: 1;
  margin-bottom: 1.5rem
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-profile-card .sidebar-profile-action .btn-action {
  margin-bottom: unset
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-profile-card .sidebar-profile-action .btn-action:not(:last-child) {
  margin-right: 1rem
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card {
  padding: 1.5rem;
  margin-bottom: 2rem;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn {
  background: rgba(58, 87, 232, .2);
  padding: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn:hover {
  cursor: pointer;
  background: rgba(58, 87, 232, .3)
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn-icon svg {
  width: 40px
}

.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-user-data {
  height: unset;
  width: unset;
  opacity: 1
}

.sidebar-profile-card {
  margin-left: .75rem;
  padding-bottom: 1rem
}

.sidebar-profile-card .sidebar-profile-body {
  text-align: center
}

.sidebar-profile-card .sidebar-profile-body img {
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms
}

.sidebar-profile-card .sidebar-profile-detail {
  margin-bottom: 1.5rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar-profile-card .sidebar-profile-action .btn-action:not(:last-child) {
  margin-right: 1rem
}

.navs-full-width.sidebar-mini .sidebar-profile-card .sidebar-profile-body {
  padding: 0 1rem;
  margin-left: 0rem
}

.navs-full-width.sidebar-mini .sidebar-profile-card .sidebar-profile-body .sidebar-profile-action {
  padding-left: 0rem
}

.sidebar-border-profile-card {
  margin-left: .75rem;
  padding: 1.5rem;
  border: 2px dashed var(--bs-primary);
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  margin-bottom: 2rem
}

.sidebar-border-profile-card .sidebar-border-profile-body {
  text-align: center
}

.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn {
  background: var(--bs-primary-bg-subtle);
  padding: 1.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn:hover {
  cursor: pointer;
  background: var(--bs-primary-bg-subtle)
}

.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-data {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-data.sidebar-border-title {
  color: var(--bs-gray-600)
}

.navs-full-width .border-profile-card-header {
  padding-right: .75rem
}

.navs-full-width.sidebar-mini .border-profile-card-header {
  padding-left: .75rem
}

.notification-alert {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--bs-danger);
  width: .625rem;
  height: .625rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--bs-gray-900)
}

.scroll-thin::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0)
}

.scroll-thin::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(0, 0, 0, 0)
}

.scroll-thin::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: rgba(255, 255, 255, .4)
}

.iq-nav-menu {
  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
}

.iq-nav-menu li {
  position: relative
}

.iq-nav-menu>li>a {
  font-weight: 500;
  font-size: 1rem;
  color: var(--bs-body-color)
}

.iq-nav-menu a {
  position: relative;
  display: block;
  padding: .625rem 1.875rem;
  outline-width: 0;
  color: var(--bs-body-color);
  text-decoration: none
}

.iq-nav-menu .menu-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize
}

.iq-nav-menu ul {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: .5rem 0;
  margin-left: 1.5rem
}

.ecommbnav-scroll {
  position: relative;
  height: 100%
}

@media(min-width: 1200px) {
  .iq-nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .iq-nav-menu li {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .iq-nav-menu li>ul {
    position: absolute;
    height: auto !important;
    top: 100%;
    width: 100%;
    min-width: 17.75rem;
    z-index: 999;
    left: auto;
    right: auto;
    padding: .5rem 1em;
    display: none;
    margin: 0;
    background: var(--bs-gray-900);
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    -webkit-animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
  }

  .iq-nav-menu li>ul ul {
    left: 100%;
    top: 0;
    -webkit-box-shadow: 0rem .25rem 2rem 0rem rgba(0, 0, 0, .1);
    box-shadow: 0rem .25rem 2rem 0rem rgba(0, 0, 0, .1)
  }

  .iq-nav-menu li>ul li {
    padding: 0
  }

  .iq-nav-menu li>ul li a {
    -webkit-transition: var(--sidebar-transition);
    -o-transition: var(--sidebar-transition);
    transition: var(--sidebar-transition);
    -webkit-transition-duration: var(--sidebar-transition-duration);
    -o-transition-duration: var(--sidebar-transition-duration);
    transition-duration: var(--sidebar-transition-duration);
    -webkit-transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    -o-transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    padding: .5rem 1.25rem .5rem 1.25rem
  }

  .iq-nav-menu>li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    flex: 0 0 auto;
    position: relative
  }

  .iq-nav-menu>li>a {
    padding: .5rem 1rem;
    margin: .125rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem
  }

  .iq-nav-menu>li:hover {
    border-color: rgba(0, 0, 0, 0);
    padding: 0
  }

  .iq-nav-menu>li a.nav-link.active {
    color: var(--bs-primary)
  }

  .iq-nav-menu>li a.nav-link:hover {
    color: var(--bs-primary) !important
  }

  .iq-nav-menu ul {
    border-left: 0
  }

  .iq-nav-menu>li.iq-ecomm-active {
    padding: 0
  }

  .product-offcanvas .offcanvas-backdrop.show {
    opacity: 0
  }

  .iq-product-menu-responsive.offcanvas-end {
    width: auto
  }
}

.iq-font-style button .iq-heading-text {
  color: var(--bs-primary) !important
}

.iq-font-style button.btn-primary .iq-heading-text {
  color: var(--bs-white) !important
}

.search-input .iq-header-search-icon {
  top: .5rem;
  right: 1rem
}

@media(max-width: 1199.98px) {
  .iq-nav-menu li a {
    padding-left: 1rem
  }

  .iq-nav-menu li a .right-icon {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out
  }

  .iq-nav-menu li a:not(.collapsed)[aria-expanded=true] {
    color: var(--bs-primary)
  }

  .iq-nav-menu li a:not(.collapsed)[aria-expanded=true] .right-icon {
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .offcanvas-end.iq-product-menu-responsive,
  .offcanvas-start.iq-product-menu-responsive {
    top: 3.7rem;
    position: fixed;
    padding-top: 3.7rem
  }

  .product-offcanvas {
    position: relative
  }

  .product-offcanvas .offcanvas-backdrop {
    position: fixed;
    top: 3.7rem !important
  }

  .iq-responsive-menu {
    display: block
  }

  .iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    background: var(--bs-gray-900);
    z-index: 1081;
    -webkit-box-shadow: var(--bs-box-shadow-sm);
    box-shadow: var(--bs-box-shadow-sm);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
  }
}

@-webkit-keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: .75rem
  }

  to {
    margin-top: 0
  }
}

@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: .75rem
  }

  to {
    margin-top: 0
  }
}

@-webkit-keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: .75rem
  }

  to {
    margin-bottom: 0
  }
}

@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: .75rem
  }

  to {
    margin-bottom: 0
  }
}

.header-hover-menu .iq-nav-menu li.active>a {
  color: var(--bs-primary)
}

.header-hover-menu .iq-nav-menu li .nav-link.active {
  color: var(--bs-primary);
  font-weight: 500
}

.header-hover-menu.iq-nav-menu .nav-item>.nav-link:hover {
  color: var(--bs-primary)
}

@media(min-width: 1200px) {
  .header-hover-menu .iq-nav-menu li:hover>ul {
    display: block
  }

  .header-hover-menu .iq-nav-menu li.active>a {
    color: var(--bs-primary)
  }

  .header-hover-menu .iq-nav-menu li.active>a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    background: var(--bs-primary);
    bottom: -0.7rem;
    left: 0;
    top: unset;
    z-index: -1
  }

  .header-hover-menu .iq-nav-menu>li:hover {
    border-color: rgba(0, 0, 0, 0);
    padding: 0
  }
}

@media(max-width: 1199.98px) {
  .header-hover-menu .iq-nav-menu li.active::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    -webkit-border-radius: var(--bs-border-radius);
    border-radius: var(--bs-border-radius);
    background: var(--bs-primary);
    left: 0;
    z-index: -1
  }

  .header-hover-menu.iq-navbar .navbar-collapse:not(.offcanvas-collapse) {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    background: var(--bs-gray-900);
    z-index: 1081;
    -webkit-box-shadow: var(--bs--box-shadow-sm);
    box-shadow: var(--bs--box-shadow-sm);
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
  }
}

@keyframes menu-sub-dropdown-animation-fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes menu-sub-dropdown-animation-move-up {
  from {
    margin-top: .75rem
  }

  to {
    margin-top: 0
  }
}

@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: .75rem
  }

  to {
    margin-bottom: 0
  }
}

@media(min-width: 1200px) {
  .left-border .iq-nav-menu li .iq-header-sub-menu .nav-item>.nav-link:hover {
    padding-left: 1.5rem;
    font-weight: 500;
    -webkit-transition: var(--sidebar-transition);
    -o-transition: var(--sidebar-transition);
    transition: var(--sidebar-transition);
    color: var(--bs-primary);
    -webkit-transition-duration: var(--sidebar-transition-duration);
    -o-transition-duration: var(--sidebar-transition-duration);
    transition-duration: var(--sidebar-transition-duration);
    -webkit-transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    -o-transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out)
  }

  .left-border .iq-nav-menu li .iq-header-sub-menu .nav-item>.nav-link.active::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--bs-primary);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    bottom: 0px;
    left: 0;
    z-index: -1
  }
}

.table-left-bordered .table tbody tr {
  position: relative
}

.table-left-bordered .table tbody tr:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5%;
  height: 0%;
  background: var(--bs-primary);
  width: .25rem;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem;
  -webkit-border-bottom-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out
}

.table-left-bordered .table tbody tr:hover:after {
  height: 90%;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out
}

.table-left-bordered .table tbody tr:last-child td {
  border-width: 0
}

.simple-table table tbody tr:last-child td {
  border-bottom-width: 0
}

table.dataTable.table-striped>tbody>tr.odd>* {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.fancy-table table thead tr th {
  background-color: var(--bs-body-bg)
}

.fancy-table table tbody tr:nth-child(odd) td:first-child {
  -webkit-border-top-left-radius: .25rem;
  border-top-left-radius: .25rem;
  -webkit-border-bottom-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.fancy-table table tbody tr:nth-child(odd) td:last-child {
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem;
  -webkit-border-bottom-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.fancy-table table tbody tr td {
  background-color: var(--bs-gray-900);
  border-bottom-width: 0
}

.table-fixed {
  overflow: unset;
  --hui-table-height: 400px
}

.table-fixed .table-responsive {
  max-height: var(--hui-table-height)
}

.table-fixed .table-responsive .table {
  overflow: auto
}

.table-fixed .table-responsive .table thead tr th {
  background-color: var(--bs-body-bg);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1
}

.iq-ribbon-effect {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: var(--bs-body-bg);
  z-index: 100;
  left: 2rem;
  top: 0rem;
  padding: .625rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  text-transform: UPPERCASE
}

.iq-ribbon-effect>span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.iq-ribbon-effect::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.5em solid var(--bs-body-bg);
  border-left: 1.5em solid rgba(0, 0, 0, 0)
}

.iq-ribbon-effect:before {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5em solid var(--bs-body-bg);
  border-right: 1.5em solid rgba(0, 0, 0, 0)
}

.logo-main .logo-mini {
  display: none
}

.logo-main .logo-normal {
  display: block
}

.myChart {
  min-height: 230px !important
}

.d-activity {
  min-height: 230px !important
}

.d-main {
  min-height: 245px !important
}

.apexcharts-canvas svg .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: var(--bs-gray-400)
}

.apexcharts-legend-text {
  color: var(--bs-gray-400) !important
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  -webkit-box-shadow: inset 0 0 0 4px var(--bs-primary-bg-subtle), 0 0 1px;
  box-shadow: inset 0 0 0 4px var(--bs-primary-bg-subtle), 0 0 1px
}

.hvr-back-pulse {
  background-color: var(--bs-primary-bg-subtle)
}

.hvr-sweep-to-right:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-sweep-to-left:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-sweep-to-bottom:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-sweep-to-top:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-sweep-to-top:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-bounce-to-right:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-bounce-to-left:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-bounce-to-bottom:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-bounce-to-top:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-rectangle-out:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-shutter-out-horizontal:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-radial-out:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-shutter-out-vertical:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-underline-from-left:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-underline-from-center:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-underline-from-right:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-reveal:before {
  border-color: var(--bs-primary-bg-subtle)
}

.hvr-reveal:active {
  background: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-bg-subtle)
}

.hvr-underline-reveal:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-overline-reveal:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-overline-from-left:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-overline-from-center:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-overline-from-right:before {
  background: var(--bs-primary-bg-subtle)
}

.hvr-trim:before {
  border: var(--bs-primary-bg-subtle) solid 4px
}

.hvr-ripple-out:active {
  border: var(--bs-primary-bg-subtle) solid 4px
}

.hvr-outline-out:active {
  border: var(--bs-primary-bg-subtle) solid 4px
}

.hvr-ripple-in:before {
  border: var(--bs-primary) solid 4px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.hvr-outline-in:before {
  border: var(--bs-primary) solid 4px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.hvr-ripple-out:before {
  border: var(--bs-primary) solid 4px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.hvr-outline-out:before {
  border-color: var(--bs-primary) solid 4px;
  border: var(--bs-primary) solid 4px;
  -webkit-border-radius: 6px;
  border-radius: 6px
}

.hvr-shadow {
  border: var(--bs-primary-bg-subtle)
}

.hvr-glow {
  border: var(--bs-primary-bg-subtle)
}

.hvr-bubble-top:before {
  border-width: 0 8px 8px 8px
}

.hvr-bubble-right:before {
  border-width: 8px 0 8px 8px
}

.hvr-bubble-bottom:before {
  border-width: 8px 8px 0 8px
}

.hvr-bubble-left:before {
  border-width: 8px 8px 8px 0
}

.hvr-bubble-float-top:before {
  border-width: 0 8px 8px 8px
}

.hvr-bubble-float-right:before {
  border-width: 8px 0 8px 8px
}

.hvr-bubble-float-bottom:before {
  border-width: 8px 8px 0 8px
}

.hvr-bubble-float-left:before {
  border-width: 8px 8px 8px 0
}

.hrv-curl .btn:hover,
.hrv-curl .btn:focus,
.hrv-curl .btn:active {
  border: unset;
  border-color: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.iq-plugins-btn .btn {
  margin: 0 1rem 1rem 0
}

.size-28 {
  width: 22px
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary)
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: var(--bs-gray-900);
  border-color: var(--bs-border-color-koko)
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border: 1px solid var(--bs-border-color-koko)
}

.choices__list--multiple .choices__item {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary)
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary)
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border: 0px
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: var(--bs-primary);
  color: var(--bs-white)
}

.choices__list--dropdown .choices__item--selectable:active {
  color: var(--bs-white)
}

.choices__item--selectable:hover {
  border-color: var(--bs-primary)
}

.choices__item--selectable:active {
  border-color: var(--bs-primary)
}

.choices__inner:hover {
  border-color: var(--bs-primary)
}

.choices[data-type*=select-one]:hover {
  border-color: var(--bs-primary)
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--bs-body-bg)
}

.choices[data-type*=select-one]:active {
  border-color: var(--bs-primary)
}

.choices__list--multiple .choices__item {
  margin-bottom: unset
}

.choices__inner,
.choices__input {
  background-color: var(--bs-gray-900);
  border-color: var(--bs-border-color-koko)
}

.choices__input {
  margin-bottom: unset
}

.choices__inner,
.choices[data-type*=select-one] .choices__inner {
  padding: .5rem 1rem;
  -webkit-border-radius: var(--bs-border-radius);
  border-radius: var(--bs-border-radius)
}

.choices__list--single,
.choices__input {
  padding: 0
}

.choices__inner {
  min-height: unset
}

.choices[data-type*=select-one] .choices__input {
  background-color: var(--bs-gray-900);
  border-color: var(--bs-border-color-koko)
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--bs-body-bg)
}

.choices[data-type*=select-one]::after {
  content: "";
  border-style: solid;
  border-color: var(--bs-heading-color) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: unset
}

.select2-container .select2-container--focus .select2-selection--multiple {
  border: 1px solid var(--bs-primary)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  border-right: 0px;
  color: var(--bs-white);
  background-color: var(--bs-primary)
}

.select2-search__field {
  background: var(--bs-gray-900);
  border-color: rgba(255, 255, 255, .1) !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: var(--bs-white)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--bs-white);
  height: 1.5rem;
  width: 1rem;
  border-right: 0px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary);
  color: var(--bs-white)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 30px
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border: 1px solid var(--bs-secondary)
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--bs-primary)
}

.select2-container--default .select2-results__option--selected,
.select2-container--classic .select2-results__option--selected {
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1rem
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple {
  padding: .5rem 3rem .5rem 1rem;
  color: var(--bs-body-color);
  line-height: 1.5
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  color: var(--bs-body-color);
  background-color: var(--bs-gray-900);
  -webkit-border-radius: var(--bs-border-radius);
  border-radius: var(--bs-border-radius);
  min-height: 2.625rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color-koko)
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  margin: unset;
  margin-right: .5rem
}

.select2-container--classic .select2-selection--single {
  min-height: 2.625rem
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--bs-border-color-koko);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

.select2-automatic-tokenizer+.select2-container {
  display: inline
}

.select2-dropdown {
  background: var(--bs-gray-900);
  border-color: var(--bs-border-color-koko)
}

.select2-container--classic .select2-dropdown,
.select2-container--classic .select2-selection--single {
  background: var(--bs-gray-900)
}

.select2-selection__arrow>b {
  display: block
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background: var(--bs-gray-900)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-border-color-koko)
}

.swal2-popup {
  background: var(--bs-gray-900)
}

.swal2-title {
  color: var(--bs-heading-color)
}

.swal2-content {
  color: var(--bs-body-color)
}

.swal2-styled {
  margin: 0px
}

.swal2-close:active {
  border: hidden
}

.swal2-loader {
  border-color: var(--bs-primary);
  background-color: var(--bs-primary)
}

.swal2-styled:focus {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.swal2-styled.swal2-confirm {
  background-color: var(--bs-primary);
  border: var(--bs-primary);
  display: inline-block;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  padding: .625em 1.1em
}

.swal2-styled.swal2-cancel {
  border: var(--bs-secondary);
  background-color: var(--bs-secondary);
  -webkit-border-radius: .25em;
  border-radius: .25em;
  padding: .625em 1.1em
}

.swal2-styled.swal2-deny {
  background-color: var(--bs-danger);
  border: var(--bs-danger);
  -webkit-border-radius: .25em;
  border-radius: .25em
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 1.1em;
  -webkit-transition: -webkit-box-shadow .1s;
  transition: -webkit-box-shadow .1s;
  -o-transition: box-shadow .1s;
  transition: box-shadow .1s;
  transition: box-shadow .1s, -webkit-box-shadow .1s;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500
}

.swal2-icon.swal2-warning {
  border-color: var(--bs-warning);
  color: var(--bs-warning)
}

.swal2-icon .swal2-icon-content {
  border-color: var(--bs-warning);
  color: var(--bs-warning)
}

.swal2-icon.swal2-info {
  border-color: var(--bs-warning);
  color: var(--bs-warning)
}

.swal2-icon.swal2-error {
  border-color: var(--bs-danger);
  color: var(--bs-danger)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: var(--bs-danger)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: var(--bs-success)
}

.swal2-icon.swal2-success {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-icon.swal2-success:hover {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-icon.swal2-success .swal2-success-ring {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-icon.swal2-success .swal2-success-fix {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  border-color: var(--bs-success);
  color: var(--bs-success)
}

.swal2-close {
  background-color: var(--bs-secondary);
  border: 0px;
  background: none;
  color: var(--bs-secondary);
  border-color: #fff;
  -webkit-border-radius: 0px;
  border-radius: 0px
}

.swal2-close:hover {
  color: var(--bs-secondary)
}

.swal2-actions {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.shepherd-button:not(:disabled):hover {
  background-color: var(--bs-secondary)
}

.shepherd-button {
  color: #fff
}

.shepherd-button {
  background: var(--bs-secondary)
}

.shepherd-text p:last-child {
  color: #6c757d
}

.shepherd-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px
}

.shepherd-element {
  z-index: 1920
}

.shepherd-content {
  position: relative;
  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;
  word-wrap: 0;
  word-wrap: break-word;
  background-color: var(--bs-gray-900);
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  max-height: 230px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
  max-width: 350px
}

.shepherd-button.shepherd-button-secondary:not(:disabled) {
  background: var(--bs-secondary);
  border: var(--bs-secondary)
}

.shepherd-footer .shepherd-button:last-child {
  background: var(--bs-primary)
}

.shepherd-footer .shepherd-button:last-child:hover {
  background: var(--bs-primary-shade-20);
  color: #fff
}

.shepherd-button:not(:disabled) {
  background: var(--bs-secondary)
}

.shepherd-button:not(:disabled):hover {
  color: var(--bs-white)
}

.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow {
  z-index: 10
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: var(--bs-gray-900)
}

.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: var(--bs-secondary);
  color: var(--bs-white)
}

.shepherd-button.shepherd-button-secondary {
  color: var(--bs-white)
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
  height: 20px;
  width: 20px;
  background-color: var(--bs-gray-900);
  border-left: 1px solid var(--bs-border-color-koko);
  border-top: 1px solid var(--bs-border-color-koko)
}

.iq-fslightbox-img a img.img-fluid {
  min-width: 5em;
  max-width: 30em;
  width: 100%;
  height: 100%
}

.uppy-Dashboard-browse {
  color: var(--bs-primary)
}

.uppy-Dashboard-inner {
  width: 100% !important
}

.uppy-Dashboard-inner {
  background-color: var(--bs-gray-900);
  border-color: var(--bs-border-color-koko)
}

.uppy-Dashboard-AddFiles-title {
  color: var(--bs-heading-color)
}

.product-car {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.product-bag {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

#product-viewer360.show {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px)
}

.btnDiv {
  text-align: center;
  margin: 10px 0
}

.btnDiv button {
  margin: 4px 8px;
  padding: 20px;
  border: 0;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  cursor: pointer
}

.btnDiv button:active {
  background-color: var(--bs-primary-shade-20)
}

.btnDiv button:hover {
  -webkit-box-shadow: 0 0 8px 1px var(--bs-primary);
  box-shadow: 0 0 8px 1px var(--bs-primary)
}

.btnDiv button:focus {
  outline: 0
}

.btnDiv button:before,
.btnDiv button.pause:after,
.btnDiv button.fast:after,
.btnDiv button.right:after,
.btnDiv button.left:after {
  position: absolute;
  content: ""
}

.btnDiv button.play:before,
.btnDiv button.left:before,
.btnDiv button.right:after {
  border: 11px solid rgba(0, 0, 0, 0);
  border-left-color: inherit;
  left: 16px;
  top: 24%
}

.btnDiv button.pause:before,
.btnDiv button.pause:after {
  left: 12px;
  top: 28%;
  width: 6px;
  height: 19px;
  background: var(--bs-gray-900)
}

.btnDiv button.pause:after {
  right: 12px;
  left: auto
}

.btnDiv button.stop:before {
  left: 11px;
  top: 25%;
  width: 45%;
  height: 50%;
  background: var(--bs-gray-900)
}

.btnDiv button.fast:before {
  left: 17px;
  top: 27%;
  background: var(--bs-gray-900);
  width: 6px;
  height: 20px
}

.btnDiv button.fast:after,
.btnDiv button.slow:before {
  left: 9px;
  top: 44%;
  background: var(--bs-gray-900);
  width: 22px;
  height: 6px
}

.btnDiv button.right:before,
.btnDiv button.left:after {
  left: 9px;
  top: 44%;
  background: var(--bs-gray-900);
  width: 22px;
  height: 6px
}

.btnDiv button.left:after {
  left: 11px;
  width: 21px
}

.btnDiv button.right:before {
  width: 20px
}

.btnDiv button.left:before,
.btnDiv button.play.leftNav:before {
  border-right-color: inherit;
  border-left-color: rgba(0, 0, 0, 0);
  left: -4px
}

.btnDiv button.right:after {
  left: 22px
}

.btnDiv button.play.leftNav:before {
  left: 1px;
  top: 24%
}

.btnDiv.navDiv {
  text-align: left
}

.btnDiv.navDiv button {
  position: absolute;
  top: 50%
}

.btnDiv.navDiv button.rightNav {
  right: 25rem
}

@media(max-width: 450px) {
  .btnDiv.navDiv button.rightNav {
    right: 0rem;
    top: 5rem
  }

  .btnDiv.navDiv button.leftNav {
    top: 5rem;
    left: 0rem
  }
}

.flatpicker-shadow-none+.flatpickr-calendar.inline {
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white)
}

.flatpickr-calendar {
  font-size: 16px
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #000
}

.course-picker .flatpickr-calendar {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

.course-picker .flatpickr-innerContainer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.course-picker .flatpickr-innerContainer .flatpickr-days {
  width: 100%
}

.course-picker .flatpickr-innerContainer .flatpickr-days .dayContainer {
  width: 100%
}

.course-picker .flatpickr-months .flatpickr-current-month {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.course-picker .flatpickr-months .flatpickr-next-month,
.course-picker .flatpickr-months .flatpickr-prev-month {
  padding: 0 .5rem;
  color: var(--bs-primary) !important;
  fill: var(--bs-primary) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.course-picker .flatpickr-months .flatpickr-next-month svg,
.course-picker .flatpickr-months .flatpickr-prev-month svg {
  width: 24px;
  height: 24px;
  border: 1px solid;
  padding: 6px;
  -webkit-border-radius: 50rem;
  border-radius: 50rem
}

.course-picker .flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.course-picker .flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
  display: none
}

.course-picker .flatpickr-months .flatpickr-next-month:hover svg,
.course-picker .flatpickr-months .flatpickr-prev-month:hover svg {
  fill: var(--bs-primary) !important
}

.course-picker .flatpickr-innerContainer .flatpickr-days .dayContainer {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr))
}

.flatpickr-day {
  width: 100% !important;
  margin: auto !important
}

.flatpickr-rContainer {
  width: 100%
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--bs-body-bg)
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color)
}

.flatpickr-time input {
  color: var(--bs-body-color)
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--bs-heading-color)
}

#loading-center {
  -webkit-background-size: 20% 20%;
  background-size: 20%;
  width: 100%;
  height: 100%;
  position: relative
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute
}

@keyframes loader1 {

  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #4788ff, 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .5), -1.8em -1.8em 0 0em rgba(71, 136, 255, .7);
    box-shadow: 0em -2.6em 0em 0em #4788ff, 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .5), -1.8em -1.8em 0 0em rgba(71, 136, 255, .7)
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .7), 1.8em -1.8em 0 0em #4788ff, 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .5);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .7), 1.8em -1.8em 0 0em #4788ff, 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .5)
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .5), 1.8em -1.8em 0 0em rgba(71, 136, 255, .7), 2.5em 0em 0 0em #4788ff, 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .5), 1.8em -1.8em 0 0em rgba(71, 136, 255, .7), 2.5em 0em 0 0em #4788ff, 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .5), 2.5em 0em 0 0em rgba(71, 136, 255, .7), 1.75em 1.75em 0 0em #4788ff, 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .5), 2.5em 0em 0 0em rgba(71, 136, 255, .7), 1.75em 1.75em 0 0em #4788ff, 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .5), 1.75em 1.75em 0 0em rgba(71, 136, 255, .7), 0em 2.5em 0 0em #4788ff, -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .5), 1.75em 1.75em 0 0em rgba(71, 136, 255, .7), 0em 2.5em 0 0em #4788ff, -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .5), 0em 2.5em 0 0em rgba(71, 136, 255, .7), -1.8em 1.8em 0 0em #4788ff, -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .5), 0em 2.5em 0 0em rgba(71, 136, 255, .7), -1.8em 1.8em 0 0em #4788ff, -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .5), -1.8em 1.8em 0 0em rgba(71, 136, 255, .7), -2.6em 0em 0 0em #4788ff, -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .5), -1.8em 1.8em 0 0em rgba(71, 136, 255, .7), -2.6em 0em 0 0em #4788ff, -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .5), -2.6em 0em 0 0em rgba(71, 136, 255, .7), -1.8em -1.8em 0 0em #4788ff;
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .5), -2.6em 0em 0 0em rgba(71, 136, 255, .7), -1.8em -1.8em 0 0em #4788ff
  }
}

@-webkit-keyframes loader1 {

  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #4788ff, 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .5), -1.8em -1.8em 0 0em rgba(71, 136, 255, .7);
    box-shadow: 0em -2.6em 0em 0em #4788ff, 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .5), -1.8em -1.8em 0 0em rgba(71, 136, 255, .7)
  }

  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .7), 1.8em -1.8em 0 0em #4788ff, 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .5);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .7), 1.8em -1.8em 0 0em #4788ff, 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .5)
  }

  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .5), 1.8em -1.8em 0 0em rgba(71, 136, 255, .7), 2.5em 0em 0 0em #4788ff, 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .5), 1.8em -1.8em 0 0em rgba(71, 136, 255, .7), 2.5em 0em 0 0em #4788ff, 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .5), 2.5em 0em 0 0em rgba(71, 136, 255, .7), 1.75em 1.75em 0 0em #4788ff, 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .5), 2.5em 0em 0 0em rgba(71, 136, 255, .7), 1.75em 1.75em 0 0em #4788ff, 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .5), 1.75em 1.75em 0 0em rgba(71, 136, 255, .7), 0em 2.5em 0 0em #4788ff, -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .5), 1.75em 1.75em 0 0em rgba(71, 136, 255, .7), 0em 2.5em 0 0em #4788ff, -1.8em 1.8em 0 0em rgba(71, 136, 255, .2), -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .5), 0em 2.5em 0 0em rgba(71, 136, 255, .7), -1.8em 1.8em 0 0em #4788ff, -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .5), 0em 2.5em 0 0em rgba(71, 136, 255, .7), -1.8em 1.8em 0 0em #4788ff, -2.6em 0em 0 0em rgba(71, 136, 255, .2), -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .5), -1.8em 1.8em 0 0em rgba(71, 136, 255, .7), -2.6em 0em 0 0em #4788ff, -1.8em -1.8em 0 0em rgba(71, 136, 255, .2);
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .5), -1.8em 1.8em 0 0em rgba(71, 136, 255, .7), -2.6em 0em 0 0em #4788ff, -1.8em -1.8em 0 0em rgba(71, 136, 255, .2)
  }

  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .5), -2.6em 0em 0 0em rgba(71, 136, 255, .7), -1.8em -1.8em 0 0em #4788ff;
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, .2), 1.8em -1.8em 0 0em rgba(71, 136, 255, .2), 2.5em 0em 0 0em rgba(71, 136, 255, .2), 1.75em 1.75em 0 0em rgba(71, 136, 255, .2), 0em 2.5em 0 0em rgba(71, 136, 255, .2), -1.8em 1.8em 0 0em rgba(71, 136, 255, .5), -2.6em 0em 0 0em rgba(71, 136, 255, .7), -1.8em -1.8em 0 0em #4788ff
  }
}

@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader2 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader-3-outter {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader-3-outter {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader-3-inner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader-3-inner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader4 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader4 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader5 {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  }

  75% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }
}

@keyframes loader5 {

  0%,
  100% {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
  }

  75% {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px)
  }
}

@-webkit-keyframes loader5_1 {

  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
  }

  75% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }
}

@keyframes loader5_1 {

  0%,
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
  }

  75% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
  }
}

@-webkit-keyframes loader5_2 {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }

  75% {
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px)
  }
}

@keyframes loader5_2 {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
  }

  75% {
    -webkit-transform: translate(30px, 30px);
    -ms-transform: translate(30px, 30px);
    transform: translate(30px, 30px)
  }
}

@-webkit-keyframes inner1 {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@keyframes inner1 {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
  }
}

@-webkit-keyframes inner2 {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@keyframes inner2 {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
  }
}

@-webkit-keyframes inner3 {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@keyframes inner3 {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
  }
}

@-webkit-keyframes loader7 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    -ms-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
  }
}

@keyframes loader7 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }

  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg)
  }

  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    -ms-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg)
  }
}

@-webkit-keyframes loader8 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader8 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader9 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader9 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader10 {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg)
  }

  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg)
  }

  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg)
  }
}

@keyframes loader10 {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0)
  }

  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg)
  }

  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg)
  }

  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg)
  }
}

@-webkit-keyframes loader11 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@keyframes loader11 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader12 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 50rem;
    border-radius: 50rem
  }

  50% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-border-radius: 0%;
    border-radius: 0%
  }

  100% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-border-radius: 50rem;
    border-radius: 50rem
  }
}

@keyframes loader12 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 50rem;
    border-radius: 50rem
  }

  50% {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-border-radius: 0%;
    border-radius: 0%
  }

  100% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-border-radius: 50rem;
    border-radius: 50rem
  }
}

@-webkit-keyframes loader13 {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes loader13 {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes loader14 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
  }

  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
  }
}

@keyframes loader14 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
  }

  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0
  }
}

@-webkit-keyframes loader15-inner {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
  }

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

@keyframes loader15-inner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

@-webkit-keyframes loader15 {
  0% {
    border-width: 0px
  }

  100% {
    border-width: 10px
  }
}

@keyframes loader15 {
  0% {
    border-width: 0px
  }

  100% {
    border-width: 10px
  }
}

@-webkit-keyframes loader16 {
  0% {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
  }

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

@keyframes loader16 {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
  }

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

.iq-loader-box {
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.iq-loader-box [class*=loader-] {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: inherit;
  vertical-align: middle;
  position: relative;
  -webkit-border-radius: 50rem;
  border-radius: 50rem
}

.iq-loader-box .iq-loader-1 {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: loader1 1.1s infinite ease;
  animation: loader1 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

.iq-loader-box .iq-loader-2 {
  border: 7px double var(--bs-success);
  -webkit-animation: loader2 1s linear infinite;
  animation: loader2 1s linear infinite
}

.iq-loader-box .iq-loader-2:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--bg-success);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  bottom: 0;
  right: 37px
}

.iq-loader-box .iq-loader-2:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--bs-success);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  bottom: 0;
  right: 37px;
  left: 37px;
  top: 0
}

.iq-loader-box .iq-loader-3 {
  position: relative;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  display: inline-block;
  vertical-align: middle
}

.iq-loader-box .iq-loader-3 .loader-outter {
  position: absolute;
  border: 4px solid var(--bs-danger);
  border-left-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  -webkit-animation: loader-3-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-3-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite
}

.iq-loader-box .iq-loader-3 .loader-inner {
  position: absolute;
  border: 4px solid var(--bs-danger);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: rgba(0, 0, 0, 0);
  -webkit-animation: loader-3-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-3-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite
}

.iq-loader-box .iq-loader-4 {
  border: .2em solid rgba(0, 0, 0, 0);
  border-top-color: var(--bs-warning);
  border-bottom-color: var(--bs-warning);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  position: relative;
  -webkit-animation: 1s loader4 linear infinite;
  animation: 1s loader4 linear infinite
}

.iq-loader-box .iq-loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: .2em solid rgba(0, 0, 0, 0);
  border-bottom-color: var(--bs-warning);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -0.3em;
  top: -0.05em
}

.iq-loader-box .iq-loader-4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: .2em solid rgba(0, 0, 0, 0);
  border-bottom-color: var(--bs-warning);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -0.3em;
  bottom: -0.05em
}

.iq-loader-box .iq-loader-5 {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin: 0 auto
}

.iq-loader-box .iq-loader-5 span {
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  background-color: var(--bs-info)
}

.iq-loader-box .iq-loader-5 span:nth-child(1) {
  -webkit-animation: loader5 1s ease-in-out infinite;
  animation: loader5 1s ease-in-out infinite
}

.iq-loader-box .iq-loader-5 span:nth-child(2) {
  -webkit-animation: loader5_1 1s ease-in-out infinite;
  animation: loader5_1 1s ease-in-out infinite
}

.iq-loader-box .iq-loader-5 span:nth-child(3) {
  -webkit-animation: loader5_2 1s ease-in-out infinite;
  animation: loader5_2 1s ease-in-out infinite
}

.iq-loader-box .iq-loader-6 .inner {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50rem;
  border-radius: 50rem
}

.iq-loader-box .iq-loader-6 .inner1 {
  left: 0%;
  top: 0%;
  -webkit-animation: inner1 1s linear infinite;
  animation: inner1 1s linear infinite;
  border-bottom: 3px solid var(--bs-light)
}

.iq-loader-box .iq-loader-6 .inner2 {
  right: 0%;
  top: 0%;
  -webkit-animation: inner2 1s linear infinite;
  animation: inner2 1s linear infinite;
  border-right: 3px solid var(--bs-light)
}

.iq-loader-box .iq-loader-6 .inner3 {
  right: 0%;
  bottom: 0%;
  -webkit-animation: inner3 1s linear infinite;
  animation: inner3 1s linear infinite;
  border-top: 3px solid var(--bs-light)
}

.iq-loader-box .iq-loader-7:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: var(--bs-primary);
  -webkit-animation: loader7 1s infinite;
  animation: loader7 1s infinite
}

.iq-loader-box .iq-loader-8 {
  border: 1.2em solid rgba(0, 0, 0, 0);
  border-left-color: var(--bs-primary);
  border-right-color: var(--bs-primary);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  -webkit-animation: 1s loader8 linear infinite;
  animation: 1s loader8 linear infinite
}

.iq-loader-box .iq-loader-9 {
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 7em;
  height: 7em;
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 107, 208, .2);
  border-right: 1.1em solid rgba(145, 14, 25, .2);
  border-bottom: 1.1em solid rgba(255, 107, 208, .2);
  border-left: 1.1em solid var(--bs-danger);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader9 1.1s infinite linear;
  animation: loader9 1.1s infinite linear
}

.iq-loader-box .iq-loader-9:after {
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 7em;
  height: 7em
}

.iq-loader-box .iq-loader-10:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  background-color: var(--bs-primary);
  -webkit-animation: loader10 1s ease-in-out infinite;
  animation: loader10 1s ease-in-out infinite
}

.iq-loader-box .iq-loader-10:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  background-color: var(--bs-primary);
  -webkit-animation: loader10 1s ease-in-out infinite;
  animation: loader10 1s ease-in-out infinite;
  bottom: 0;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.iq-loader-box .iq-loader-11 {
  background: #000
}

.iq-loader-box .iq-loader-11:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 25px;
  height: 25px;
  margin: 0 0 0 -12px;
  background-color: #fff;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-animation: loader11 1s infinite linear;
  animation: loader11 1s infinite linear
}

.iq-loader-box .iq-loader-12 {
  -webkit-animation: loader12 1s infinite linear;
  animation: loader12 1s infinite linear;
  background: var(--bs-success)
}

.iq-loader-box .iq-loader-13 {
  border-top: .2em solid #000;
  border-right: .2em solid rgba(0, 0, 0, 0);
  -webkit-animation: loader13 1s linear infinite;
  animation: loader13 1s linear infinite;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative
}

.iq-loader-box .iq-loader-14 {
  border: 0 solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  position: relative
}

.iq-loader-box .iq-loader-14:before {
  content: "";
  border: 1em solid var(--bs-info);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader14 1s linear infinite;
  animation: loader14 1s linear infinite;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.iq-loader-box .iq-loader-14:after {
  content: "";
  border: 1em solid var(--bs-info);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader14 1s linear infinite;
  animation: loader14 1s linear infinite;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.iq-loader-box .iq-loader-15 {
  border: 6px groove var(--bs-warning);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-animation: loader15-inner 1s ease-out alternate infinite;
  animation: loader15-inner 1s ease-out alternate infinite
}

.iq-loader-box .iq-loader-15 .loader-inner {
  border: 0px inset var(--bs-warning);
  -webkit-border-radius: 50rem;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  -webkit-animation: loader15 1s ease-out alternate infinite;
  animation: loader15 1s ease-out alternate infinite
}

.iq-loader-box .iq-loader-16 {
  width: 70px;
  height: 70px;
  border: 5px dashed var(--bs-danger);
  -webkit-animation: loader16 2s linear both infinite;
  animation: loader16 2s linear both infinite
}

.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.g-box {
  background: var(--bs-body-bg)
}

.g-desc {
  border: 1px solid rgba(210, 201, 255, .4)
}

.masonry .item {
  width: 25%;
  padding: 10px;
  display: block
}

.masonry .item a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.masonry .item img {
  width: 100%
}

.grid-sizer {
  width: 25%;
  padding: 10px;
  display: block
}

.hover-effects {
  overflow: hidden;
  position: relative
}

.hover-effects a {
  cursor: pointer
}

.hover-effects:hover .effect-1 {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1)
}

.hover-effects:hover .effect-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.hover-effects:hover .effect-3 {
  margin-left: 0
}

.hover-effects:hover .effect-4 {
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1)
}

.hover-effects:hover .ovrlay-1-a {
  left: 0;
  top: 0
}

.hover-effects:hover .ovrlay-1-b {
  left: 0;
  top: 0
}

.hover-effects:hover .ovrlay-2-a {
  left: 0
}

.hover-effects:hover .ovrlay-2-b {
  left: 0
}

.hover-effects:hover .ovrlay-3-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.hover-effects:hover .ovrlay-3-b {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.hover-effects:hover .ovrlay-4-a {
  top: 0
}

.hover-effects:hover .ovrlay-4-b {
  top: 0
}

.hover-effects:hover .ovrlay-5 {
  left: 0;
  opacity: 1;
  visibility: visible
}

.hover-effects:hover .ovrlay-6 {
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg)
}

.hover-effects:hover .ovrlay-7 {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg)
}

.hover-effects:hover .ovrlay-8 {
  right: 0
}

.hover-effects:hover .effect-8 {
  right: 40px
}

.effect-1 {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.effect-2 {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.effect-3 {
  margin-left: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3)
}

.effect-4 {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: rotate(12deg) scale(1.4);
  -ms-transform: rotate(12deg) scale(1.4);
  transform: rotate(12deg) scale(1.4)
}

.ovrlay-1-a {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: -100%;
  top: -100%
}

.ovrlay-1-b {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 100%;
  top: 100%
}

.ovrlay-2-a {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: -100%
}

.ovrlay-2-b {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 100%
}

.ovrlay-3-a {
  position: absolute;
  background: rgba(0, 0, 0, .25);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  top: 100%
}

.ovrlay-3-a .ovrlay-3-b {
  position: absolute;
  background: rgba(0, 0, 0, .25);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ovrlay-3-a .ovrlay-4-a {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: -100%
}

.ovrlay-3-a .ovrlay-4-b {
  background: rgba(0, 0, 0, .25);
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%
}

.ovrlay-5 {
  position: absolute;
  background: var(--bs-primary);
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0 15px 0 15px;
  left: -100%;
  z-index: 1;
  overflow: auto;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: var(--bs-white)
}

.ovrlay-5 h4 {
  color: var(--bs-white)
}

.ovrlay-6 {
  background: var(--bs-primary);
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  visibility: hidden;
  padding: 0 15px;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  -ms-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ovrlay-6 h4 {
  color: var(--bs-white)
}

.ovrlay-6 p {
  color: var(--bs-white)
}

.ovrlay-8 {
  background: var(--bs-primary);
  width: 40%;
  height: 100%;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: absolute;
  right: -40%;
  overflow: auto;
  padding: 0 10px
}

.ovrlay-8 h4 {
  color: var(--bs-white)
}

.ovrlay-8 .i-btn {
  position: absolute;
  bottom: 10px;
  right: 10%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--bs-gray-900);
  background: rgba(0, 0, 0, 0);
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: var(--bs-white) !important
}

.ovrlay-7 {
  position: absolute;
  background: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.ovrlay-7 .button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--bs-gray-900);
  text-align: center;
  line-height: 40px
}

.ovrlay-7 .button i {
  color: var(--bs-primary)
}

.effect-8 {
  width: 100%;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.data-table .table th {
  border-bottom-width: 1px;
  border-top: none
}

.dataTables_filter .form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary)
}

.dataTables_length .form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-primary)
}

@media(max-width: 991px) {
  .masonry .item {
    width: 33.33%
  }

  .masonry .grid-sizer {
    width: 33.33%
  }
}

@media(max-width: 767px) {
  .masonry .item {
    width: 100%;
    padding: 0 0 18px 0
  }

  .masonry .grid-sizer {
    width: 100%;
    padding: 0 0 18px 0
  }
}

@media(min-width: 1200px) {
  .grid-m.col-xl-3 {
    margin-bottom: 30px
  }

  .grid-m.col-xl-3:nth-last-child(-n+3) {
    margin-bottom: 0
  }
}

@media(min-width: 992px) {
  .grid-m.col-lg-4 {
    margin-bottom: 30px
  }

  .grid-m.col-lg-4:nth-last-child(-n+4) {
    margin-bottom: 0
  }
}

@media(min-width: 768px) {
  .grid-m.col-md-6 {
    margin-bottom: 30px
  }

  .grid-m.col-md-6:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media(max-width: 767px) {
  .grid-m {
    margin-bottom: 30px
  }
}

.croppy-round .cropper-view-box,
.croppy-round .cropper-face {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.br-theme-bars-square .br-widget {
  height: 80px;
  white-space: nowrap
}

.br-theme-bars-square .br-widget a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid var(--bs-primary-bg-subtle);
  background-color: var(--bs-primary-bg-subtle);
  margin: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  color: #8a92a6;
  font-weight: 600
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
  color: var(--bs-white)
}

.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #8a92a6
}

.br-theme-bars-square .br-readonly a {
  cursor: default
}

.br-theme-bars-square .br-readonly a.br-active {
  background-color: #f2cd95
}

.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #729bf8;
  color: #729bf8
}

.br-theme-bars-reversed .br-widget {
  height: 80px;
  white-space: nowrap
}

.br-theme-bars-reversed .br-widget a {
  display: block;
  width: 22px;
  height: 22px;
  float: left;
  background-color: var(--bs-primary-bg-subtle);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--bs-primary-bg-subtle);
  text-align: center
}

.br-theme-bars-reversed .br-widget a.br-active {
  background-color: var(--bs-primary)
}

.br-theme-bars-reversed .br-widget a.br-selected {
  background-color: var(--bs-primary)
}

.br-theme-bars-reversed .br-widget .br-current-rating {
  line-height: 1.3;
  float: left;
  padding: 0 20px 0 20px;
  color: var(--bs-primary);
  font-size: 17px;
  font-weight: 400
}

.br-theme-bars-reversed .br-readonly a {
  cursor: default
}

.br-theme-bars-reversed .br-readonly a.br-active {
  background-color: #f2cd95
}

.br-theme-bars-reversed .br-readonly a.br-selected {
  background-color: #f2cd95
}

.br-theme-bars-reversed .br-readonly .br-current-rating {
  color: #7cead1
}

.br-theme-bars-horizontal .br-widget {
  width: 120px;
  height: 80px;
  white-space: nowrap
}

.br-theme-bars-horizontal .br-widget a {
  display: block;
  width: 120px;
  height: 5px;
  background-color: var(--bs-primary-bg-subtle);
  margin: 1px
}

.br-theme-bars-horizontal .br-widget a.br-active {
  background-color: var(--bs-primary)
}

.br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: var(--bs-primary)
}

.br-theme-bars-horizontal .br-widget .br-current-rating {
  width: 120px;
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  color: var(--bs-primary)
}

.br-theme-bars-horizontal .br-readonly a {
  cursor: default
}

.br-theme-bars-horizontal .br-readonly a.br-active {
  background-color: #f2cd95
}

.br-theme-bars-horizontal .br-readonly a.br-selected {
  background-color: #f2cd95
}

.br-theme-bars-horizontal .br-readonly .br-current-rating {
  color: #f2cd95
}

.br-theme-bars-1to10 .br-widget {
  height: 80px;
  white-space: nowrap
}

.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: var(--bs-primary-bg-subtle);
  margin: 1px;
  text-align: center
}

.br-theme-bars-1to10 .br-widget a.br-active {
  background-color: var(--bs-primary)
}

.br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: var(--bs-primary)
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 2;
  float: right;
  color: var(--bs-primary);
  font-weight: 400
}

.br-theme-bars-1to10 .br-readonly a {
  cursor: default
}

.br-theme-bars-1to10 .br-readonly a.br-active {
  background-color: #f2cd95
}

.br-theme-bars-1to10 .br-readonly a.br-selected {
  background-color: #f2cd95
}

.br-theme-bars-1to10 .br-readonly .br-current-rating {
  color: #f2cd95
}

.br-theme-bars-pill .br-widget {
  white-space: nowrap;
  height: 80px
}

.br-theme-bars-pill .br-widget a {
  padding: 7px 15px;
  background-color: var(--bs-primary-bg-subtle);
  color: #8a92a6;
  text-decoration: none;
  font-size: 13px;
  line-height: 3;
  text-align: center;
  font-weight: 400
}

.br-theme-bars-pill .br-widget a:first-child {
  -webkit-border-top-left-radius: 999px;
  -webkit-border-bottom-left-radius: 999px;
  -moz-border-radius-topleft: 999px;
  -moz-border-radius-bottomleft: 999px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px
}

.br-theme-bars-pill .br-widget a:last-child {
  -webkit-border-top-right-radius: 999px;
  -webkit-border-bottom-right-radius: 999px;
  -moz-border-radius-top-right: 999px;
  -moz-border-radius-bottom-right: 999px;
  border-top-right-radius: 999px !important;
  border-bottom-right-radius: 999px !important
}

.br-theme-bars-pill .br-widget a.br-active {
  background-color: var(--bs-primary);
  color: var(--bs-white)
}

.br-theme-bars-pill .br-widget a.br-selected {
  background-color: var(--bs-primary);
  color: var(--bs-white)
}

.br-theme-bars-pill .br-readonly a {
  cursor: default
}

.br-theme-bars-pill .br-readonly a.br-active {
  background-color: #7cead1
}

.br-theme-bars-pill .br-readonly a.br-selected {
  background-color: #7cead1
}

.br-theme-bars-movie .br-widget {
  white-space: nowrap;
  height: 80px
}

.br-theme-bars-movie .br-widget a {
  display: block;
  width: 60px;
  height: 10px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--bs-primary-bg-subtle);
  margin: 1px
}

.br-theme-bars-movie .br-widget a.br-active {
  background-color: var(--bs-primary)
}

.br-theme-bars-movie .br-widget a.br-selected {
  background-color: var(--bs-primary)
}

.br-theme-bars-movie .br-widget .br-current-rating {
  clear: both;
  width: 240px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding-top: .5em;
  color: var(--bs-primary);
  font-weight: 400
}

.br-theme-bars-movie .br-readonly a {
  cursor: default
}

.br-theme-bars-movie .br-readonly a.br-active {
  background-color: #729bf8
}

.br-theme-bars-movie .br-readonly a.br-selected {
  background-color: #729bf8
}

.br-theme-bars-movie .br-readonly .br-current-rating {
  color: #729bf8
}

.shepherd-element {
  z-index: 10000;
  -webkit-box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .03);
  box-shadow: 0 .625rem 1.875rem rgba(0, 0, 0, .03)
}

.shepherd-element :after,
.shepherd-element :before,
.shepherd-element * {
  max-width: 350px
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before {
  height: 20px;
  width: 20px;
  background-color: var(--bs-white);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0)
}

.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow {
  z-index: 10
}

.shepherd-element .shepherd-button {
  padding: .25rem .5rem;
  color: var(--bs-white);
  background: var(--bs-secondary)
}

.shepherd-element .shepherd-button:not(:disabled):hover {
  background-color: var(--bs-secondary)
}

.shepherd-element .shepherd-button.shepherd-button-secondary {
  color: var(--bs-white)
}

.shepherd-element .shepherd-button.shepherd-button-secondary:not(:disabled) {
  background: var(--bs-secondary);
  border: var(--bs-secondary)
}

.shepherd-element .shepherd-button.shepherd-button-secondary:not(:disabled):hover {
  background: var(--bs-secondary);
  color: var(--bs-white)
}

.shepherd-element .shepherd-button:not(:disabled) {
  background: var(--bs-secondary)
}

.shepherd-element .shepherd-button:not(:disabled):hover {
  color: var(--bs-white)
}

.shepherd-element .shepherd-text {
  padding: 1rem
}

.shepherd-element .shepherd-text p:last-child {
  color: var(--bs-body-color)
}

.shepherd-element .shepherd-content {
  position: relative;
  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;
  word-wrap: 0;
  word-wrap: break-word;
  background-color: var(--bs-gray-900);
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  max-height: 230px;
  -webkit-box-shadow: none;
  box-shadow: none
}

.shepherd-element .shepherd-footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
  margin: 0
}

.shepherd-element .shepherd-footer .shepherd-button:last-child {
  background: var(--bs-primary)
}

.shepherd-element .shepherd-footer .shepherd-button:last-child:hover {
  background: var(--bs-primary-shade-20);
  color: var(--bs-white)
}

.shepherd-header,
.shepherd-text,
.shepherd-footer {
  -webkit-border-radius: .5rem;
  border-radius: .5rem
}

.shepherd-has-title .shepherd-content .shepherd-header {
  background: var(--bs-gray-900);
  padding: 1rem;
  padding-bottom: 0
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
  opacity: .1
}

.shepherd-arrow:before {
  content: "";
  background: var(--bs-gray-900)
}

.storiesWrapper span.item-preview {
  border: 1px solid var(--bs-primary) !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: auto !important;
  width: 52px
}

.storiesWrapper span.item-preview img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid var(--bs-white);
  height: 50px !important;
  width: 50px !important;
  min-width: 50px !important
}

.storiesWrapper .story {
  max-height: 100% !important;
  min-height: 100% !important;
  width: auto !important;
  max-width: 60px !important;
  white-space: normal !important
}

.storiesWrapper .story .info strong.name {
  color: var(--bs-gray-800);
  font-family: var(--bs-heading-font-family);
  font-size: 1em;
  font-weight: 500 !important
}

.stories.carousel {
  overflow: auto !important;
  overflow-x: scroll !important
}

.ql-container.ql-snow {
  border: 1px solid var(--bs-border-color-koko);
  -webkit-border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius)
}

.ql-toolbar.ql-snow {
  border: 1px solid var(--bs-border-color-koko);
  -webkit-border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0
}

.ql-snow .ql-picker {
  color: var(--bs-body-color)
}

.ql-snow .ql-stroke {
  stroke: var(--bs-body-color)
}

.slides-toolbar+.slides-toolbar {
  display: none
}

.jstree-default .jstree-clicked {
  background: var(--bs-gray-900);
  -webkit-box-shadow: none;
  box-shadow: none
}

.iq-auth-page {
  position: relative;
  overflow-x: hidden;
  height: 100vh;
  width: 100%
}

.iq-auth-page .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.iq-auth-page .iq-auth-container {
  height: 100vh
}

.iq-auth-logo {
  position: absolute;
  z-index: 50
}

.iq-banner-logo {
  min-width: 70rem;
  max-width: 80rem;
  height: auto;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1
}

.iq-banner-logo .auth-image {
  height: 40rem;
  top: 11rem;
  position: absolute;
  left: 7rem;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5)
}

.iq-link {
  z-index: 1
}

.iq-auth-container {
  z-index: 10;
  position: relative
}

.container-inside {
  position: absolute;
  right: 23rem;
  top: 7rem
}

.container-inside .main-circle {
  -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  background: var(--bs-primary);
  -webkit-border-radius: 50rem;
  border-radius: 50rem
}

.container-inside .main-circle.circle-small {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  position: absolute;
  top: 12.5rem;
  right: -9.375rem;
  width: 18.75rem;
  height: 18.75rem;
  opacity: .4
}

.container-inside .main-circle.circle-medium {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  position: absolute;
  top: 3.125rem;
  right: -18.75rem;
  width: 37.5rem;
  height: 37.5rem;
  opacity: .3
}

.container-inside .main-circle.circle-large {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  position: absolute;
  top: -6.25rem;
  right: -28.125rem;
  width: 56.25rem;
  height: 56.25rem;
  opacity: .2
}

.container-inside .main-circle.circle-xlarge {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  position: absolute;
  top: -15.625rem;
  right: -37.5rem;
  width: 75rem;
  height: 75rem;
  opacity: .1
}

.container-inside .main-circle.circle-xxlarge {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  position: absolute;
  top: -25rem;
  right: -46.875rem;
  width: 93.75rem;
  height: 93.75rem;
  opacity: .05
}

@-webkit-keyframes circle-small-scale {
  0% {
    -webkit-transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.1)
  }
}

@keyframes circle-small-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media(max-width: 1499.98px) {
  .iq-banner-logo .auth-image {
    -webkit-transform: scale(2.2);
    -ms-transform: scale(2.2);
    transform: scale(2.2)
  }
}

@media(max-width: 1399.98px) {
  .iq-banner-logo .auth-image {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
  }
}

@media(max-width: 1350.98px) {
  .iq-banner-logo .auth-image {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
  }
}

@media(max-width: 1199.98px) {
  .iq-banner-logo .auth-image {
    left: 1rem
  }
}

@media(max-width: 1099.98px) {
  .iq-banner-logo .auth-image {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
}

@media(max-width: 1199.98px) {
  .iq-auth-page .iq-auth-container {
    height: 70vh
  }
}

@media(max-width: 991.98px) {
  .iq-auth-container .card {
    max-height: 90vh;
    height: 100%;
    overflow-x: hidden
  }

  .iq-auth-logo {
    position: static
  }

  .iq-auth-page .iq-auth-container {
    height: calc(100vh - 54px)
  }

  .container-inside {
    position: relative;
    right: 0;
    top: 10%
  }

  .container-inside .main-circle.circle-small {
    right: 0;
    left: 0;
    margin: 0 auto
  }

  .container-inside .main-circle.circle-medium {
    right: 0;
    left: 0;
    margin: 0 auto
  }

  .container-inside .main-circle.circle-large {
    right: 0;
    left: 0;
    margin: 0 auto
  }

  .container-inside .main-circle.circle-xlarge {
    display: none
  }

  .container-inside .main-circle.circle-xxlarge {
    display: none
  }
}

.iq-auth-form {
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 4
}

.theme-bordered .sidebar,
.theme-bordered .iq-navbar,
.theme-bordered .dropdown-menu,
.theme-bordered .card {
  border: var(--bs-border-width) solid var(--bs-border-color-koko)
}

.theme-flat .sidebar,
.theme-flat .iq-navbar,
.theme-flat .card,
.theme-flat .nav-link {
  -webkit-box-shadow: unset;
  box-shadow: unset
}

.theme-sharp .sidebar,
.theme-sharp .iq-navbar,
.theme-sharp .dropdown-menu,
.theme-sharp .btn,
.theme-sharp .btn-border,
.theme-sharp .rounded,
.theme-sharp .form-control,
.theme-sharp .input-group,
.theme-sharp .btn-group,
.theme-sharp .input-group-text,
.theme-sharp .rounded .card,
.theme-sharp .card-header,
.theme-sharp .card-footer,
.theme-sharp div,
.theme-sharp ul,
.theme-sharp li,
.theme-sharp button,
.theme-sharp span,
.theme-sharp a,
.theme-sharp .img-thumbnail,
.theme-sharp .rounded-pill .card-img,
.theme-sharp .card-img-top {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.theme-without-animation *,
.theme-without-animation ::after,
.theme-without-animation ::before {
  -webkit-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
  -webkit-animation: unset !important;
  animation: unset !important
}

.card-transparent .card,
.card-transparent .card-header,
.card-transparent .card-footer,
.card-transparent .card .nav,
.card-transparent .card.card-folder:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important
}

.card-transparent .card {
  border: var(--bs-border-width) solid var(--bs-border-color-koko)
}

.card-transparent .card.card-folder:before {
  border: 1px solid var(--bs-gray-900);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: unset
}

.card-glass {
  background-image: url(../../assets/images/glass-card.png);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover
}

.card-glass .card,
.card-glass .card-header,
.card-glass .card-footer,
.card-glass .card .nav,
.card-glass .card.card-folder:before {
  background-color: rgba(255, 255, 255, .1)
}

.card-glass .card {
  border: 1px solid var(--bs-gray-900);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.card-glass .card.card-folder:before {
  border: 1px solid var(--bs-gray-900);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: unset
}

/*# sourceMappingURL=maps/pro.min.css.map */