/*!
* Version: 1.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 {
  transition: color 400ms ease, background 400ms ease;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.iq-scroller-effect {
  /* Scroll Track */
  /* Scroll Handle */
  /* Scroll Handle on hover */
}
.iq-scroller-effect ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
.iq-scroller-effect ::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 20px;
}
.iq-scroller-effect ::-webkit-scrollbar-thumb {
  background: #eee;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
.iq-scroller-effect ::-webkit-scrollbar-thumb:hover {
  background: #f0f0f0;
  border-radius: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

body {
  transition: background-color 250ms ease-in-out;
  overflow-x: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.brand-img {
  height: 50px;
}

.iq-custom-badge {
  position: relative;
  padding: 0 1rem;
  font-size: 1rem;
  display: inline-flex;
  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 {
  box-shadow: unset;
}
.iq-qty-btn .input-display {
  width: 2.5rem;
  cursor: text;
  color: #8A92A6;
}
.iq-qty-btn .input-display:hover {
  color: #8A92A6 !important;
  background: transparent !important;
}

.iq-qty-btn .input-display.btn-outline-primary:focus {
  border-color: var(--bs-primary);
}
.iq-qty-btn .input-display.btn-outline-primary:hover {
  color: var(--bs-primary) !important;
  background: transparent !important;
}

.iq-qty-btn .input-display.btn-outline-info:focus {
  border-color: var(--bs-info);
}
.iq-qty-btn .input-display.btn-outline-info:hover {
  color: var(--bs-info) !important;
  background: transparent !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;
  transition: all 0.3s ease;
}
.sidebar-mini .sidebar-profile-card .sidebar-profile-action .btn-action:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0.75rem;
}
.sidebar-mini .sidebar-border-profile-card {
  margin-left: unset;
  padding: 0.2rem;
  border-radius: 0.5rem;
}
.sidebar-mini .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn {
  padding: 0.25rem;
  margin-bottom: unset;
  border-radius: 0.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;
  transition: all 0.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 {
  transition: all 400ms ease;
  transition-delay: 200ms;
  height: 4.375rem;
  width: 4.375rem;
  min-width: 4.375rem;
  text-align: center;
  line-height: 4.375rem;
  border-radius: 0.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;
  border-radius: 0.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;
  border-radius: 1.5rem;
}
.sidebar.sidebar-base.sidebar-mini.sidebar-hover:hover .sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn {
  background: rgba(134, 46, 111, 0.2);
  padding: 1.25rem;
  display: inline-flex;
  margin-bottom: 1rem;
  border-radius: 1rem;
  transition: all 0.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(134, 46, 111, 0.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: 0.75rem;
  padding-bottom: 1rem;
}
.sidebar-profile-card .sidebar-profile-body {
  text-align: center;
}
.sidebar-profile-card .sidebar-profile-body img {
  transition: all 400ms ease;
  transition-delay: 200ms;
}
.sidebar-profile-card .sidebar-profile-detail {
  margin-bottom: 1.5rem;
  transition: all 0.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;
}

.sidebar-border-profile-card {
  margin-left: 0.75rem;
  padding: 1.5rem;
  border: 2px dashed var(--bs-primary);
  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-tint-80);
  padding: 1.25rem;
  display: inline-flex;
  margin-bottom: 1rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-btn:hover {
  cursor: pointer;
  background: var(--bs-primary-tint-60);
}
.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-data {
  transition: all 0.3s ease;
}
.sidebar-border-profile-card .sidebar-border-profile-body .sidebar-border-data.sidebar-border-title {
  color: #212529;
}

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

.notification-alert {
  position: absolute;
  top: -2px;
  right: -7px;
  background: var(--bs-primary);
  color: #fff;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
}

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

.iq-nav-menu {
  display: flex;
  flex-direction: column;
}
.iq-nav-menu li {
  position: relative;
}
.iq-nav-menu > li > a {
  font-weight: 500;
  font-size: 1rem;
  color: #8A92A6;
}
.iq-nav-menu a {
  position: relative;
  display: block;
  padding: 0.625rem 1.875rem;
  outline-width: 0;
  color: #8A92A6;
  text-decoration: none;
}
.iq-nav-menu .menu-arrow {
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: capitalize;
}
.iq-nav-menu ul {
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  padding: 0.5rem 0;
  margin-left: 1.5rem;
}

.header-hover-menu .iq-nav-menu li .nav-link i.sidenav-mini-icon {
  display: none;
}
.header-hover-menu .iq-nav-menu li .nav-link span.item-name {
  margin-left: 1rem;
  flex: 1;
}

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

@media (min-width: 1200px) {
  .iq-nav-menu {
    flex-direction: row;
    margin-bottom: 0;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .iq-nav-menu li {
    position: relative;
    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: 0.5rem 0;
    display: none;
    margin: 0;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1, menu-sub-dropdown-animation-move-up 0.3s ease 1;
  }
  .iq-nav-menu li > ul ul {
    left: 100%;
    top: 0;
    box-shadow: 0rem 0.25rem 2rem 0rem rgba(0, 0, 0, 0.1);
  }
  .iq-nav-menu li > ul li {
    padding: 0;
  }
  .iq-nav-menu li > ul li a {
    transition: var(--sidebar-transition);
    transition-duration: var(--sidebar-transition-duration);
    transition-timing-function: var(--sidebar-transition-function-ease-in-out);
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  }
  .iq-nav-menu > li {
    flex: 0 0 auto;
    position: relative;
    flex: 0 0 auto;
    position: relative;
  }
  .iq-nav-menu > li > a {
    padding: 0.5rem 1rem;
    margin: 0.125rem;
    border-radius: 0.5rem;
  }
  .iq-nav-menu > li:hover {
    border-color: transparent;
    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: #fff !important;
}

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

@media (max-width: 1199.98px) {
  .iq-nav-menu li a {
    padding-left: 1rem;
  }
  .iq-nav-menu li a .right-icon {
    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 {
    transition: all 100ms ease-in-out;
    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%;
    flex-grow: unset;
    background: #fff;
    z-index: 1081;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    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: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: 0.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;
    border-radius: 0.25rem;
    background: var(--bs-primary);
    bottom: -0.7rem;
    left: 0;
    top: unset;
    z-index: -1;
  }
  .header-hover-menu .iq-nav-menu > li:hover {
    border-color: transparent;
    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;
    border-radius: 0.25rem;
    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%;
    flex-grow: unset;
    background: #fff;
    z-index: 1081;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    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: 0.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes menu-sub-dropdown-animation-move-down {
  from {
    margin-bottom: 0.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;
    transition: var(--sidebar-transition);
    color: var(--bs-primary);
    transition-duration: var(--sidebar-transition-duration);
    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);
    border-radius: 0.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: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  transition: 300ms ease-in-out;
}
.table-left-bordered .table tbody tr:hover:after {
  height: 90%;
  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 > * {
  box-shadow: unset;
}

.fancy-table table thead tr th {
  background-color: #F9F9F9;
}
.fancy-table table tbody tr:nth-child(odd) td:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.fancy-table table tbody tr:nth-child(odd) td:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.fancy-table table tbody tr td {
  background-color: #fff;
  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: #F9F9F9;
  position: sticky;
  top: 0;
  z-index: 1;
}

.iq-ribbon-effect {
  position: absolute;
  display: flex;
  background: #fff;
  z-index: 100;
  left: 2rem;
  top: 0rem;
  padding: 0.625rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  text-transform: UPPERCASE;
}
.iq-ribbon-effect > span {
  transform: rotate(180deg);
}
.iq-ribbon-effect::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.5em solid #fff;
  border-left: 1.5em solid transparent;
}
.iq-ribbon-effect:before {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1.5em solid #fff;
  border-right: 1.5em solid transparent;
}

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

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

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

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

.hvr-back-pulse {
  background-color: var(--bs-primary-shade-40);
}

.hvr-sweep-to-right:before {
  background: var(--bs-primary-shade-40);
}

.hvr-sweep-to-left:before {
  background: var(--bs-primary-shade-40);
}

.hvr-sweep-to-bottom:before {
  background: var(--bs-primary-shade-40);
}

.hvr-sweep-to-top:before {
  background: var(--bs-primary-shade-40);
}

.hvr-sweep-to-top:before {
  background: var(--bs-primary-shade-40);
}

.hvr-bounce-to-right:before {
  background: var(--bs-primary-shade-40);
}

.hvr-bounce-to-left:before {
  background: var(--bs-primary-shade-40);
}

.hvr-bounce-to-bottom:before {
  background: var(--bs-primary-shade-40);
}

.hvr-bounce-to-top:before {
  background: var(--bs-primary-shade-40);
}

.hvr-rectangle-out:before {
  background: var(--bs-primary-shade-40);
}

.hvr-shutter-out-horizontal:before {
  background: var(--bs-primary-shade-40);
}

.hvr-radial-out:before {
  background: var(--bs-primary-shade-40);
}

.hvr-shutter-out-vertical:before {
  background: var(--bs-primary-shade-40);
}

.hvr-underline-from-left:before {
  background: var(--bs-primary-shade-40);
}

.hvr-underline-from-center:before {
  background: var(--bs-primary-shade-40);
}

.hvr-underline-from-right:before {
  background: var(--bs-primary-shade-40);
}

.hvr-reveal:before {
  border-color: var(--bs-primary-shade-40);
}

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

.hvr-underline-reveal:before {
  background: var(--bs-primary-shade-40);
}

.hvr-overline-reveal:before {
  background: var(--bs-primary-shade-40);
}

.hvr-overline-from-left:before {
  background: var(--bs-primary-shade-40);
}

.hvr-overline-from-center:before {
  background: var(--bs-primary-shade-40);
}

.hvr-overline-from-right:before {
  background: var(--bs-primary-shade-40);
}

.hvr-trim:before {
  border: var(--bs-primary-shade-40) solid 4px;
}

.hvr-ripple-out:active {
  border: var(--bs-primary-shade-40) solid 4px;
}

.hvr-outline-out:active {
  border: var(--bs-primary-shade-40) solid 4px;
}

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

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

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

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

.hvr-shadow {
  border: var(--bs-primary-shade-80);
}

.hvr-glow {
  border: var(--bs-primary-shade-80);
}

.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;
  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[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  border: 1px solid black;
}

.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: white;
}

.choices__list--dropdown .choices__item--selectable:active {
  color: 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: #f9f9f9;
}

.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: #fff;
}

.choices__input {
  margin-bottom: unset;
}

.choices__inner,
.choices[data-type*=select-one] .choices__inner {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

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

.choices__inner {
  min-height: unset;
}

.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: #fff;
  background-color: var(--bs-primary);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  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: #fff;
}

.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-shade-40);
  color: var(--bs-white);
}

.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: 0.5rem 3rem 0.5rem 1rem;
  color: #8A92A6;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  color: #8A92A6;
  background-color: #fff;
  border-radius: 0.25rem;
  min-height: 2.625rem;
  background-clip: padding-box;
  border: 1px solid #eee;
}

.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: 0.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-primary-tint-40);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.swal2-styled {
  margin: 0px;
}

.swal2-close:active {
  border: hidden;
}

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

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

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

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

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

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}

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

.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;
  border-radius: 0px;
}

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

.swal2-actions {
  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 {
  justify-content: center;
  margin-top: 10px;
}

.shepherd-element {
  z-index: 1920;
}

.shepherd-content {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.5rem;
  max-height: 230px;
  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: #fff;
}

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

.shepherd-has-title .shepherd-content .shepherd-header {
  background: #fff;
}

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

.shepherd-button.shepherd-button-secondary {
  color: #fff;
}

.shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.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;
}

.product-car {
  width: 100%;
  justify-content: center;
}

.product-bag {
  width: 100%;
  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: #fff;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

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

.btnDiv button:hover {
  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 transparent;
  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: #fff;
}

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

.btnDiv button.stop:before {
  left: 11px;
  top: 25%;
  width: 45%;
  height: 50%;
  background: #fff;
}

.btnDiv button.fast:before {
  left: 17px;
  top: 27%;
  background: #fff;
  width: 6px;
  height: 20px;
}

.btnDiv button.fast:after,
.btnDiv button.slow:before {
  left: 9px;
  top: 44%;
  background: #fff;
  width: 22px;
  height: 6px;
}

.btnDiv button.right:before,
.btnDiv button.left:after {
  left: 9px;
  top: 44%;
  background: #fff;
  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: transparent;
  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;
  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);
}

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

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

.course-picker .flatpickr-calendar {
  width: 100%;
  box-shadow: none;
  background-color: transparent;
}
.course-picker .flatpickr-innerContainer {
  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 {
  font-size: 100%;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-picker .flatpickr-months .flatpickr-next-month, .course-picker .flatpickr-months .flatpickr-prev-month {
  padding: 0 0.5rem;
  color: var(--bs-primary) !important;
  fill: var(--bs-primary) !important;
  display: flex;
  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;
  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%;
}

#loading-center {
  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% {
    box-shadow: 0em -2.6em 0em 0em #4788ff, 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2), 2.5em 0em 0 0em rgba(71, 136, 255, 0.2), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.2), 0em 2.5em 0 0em rgba(71, 136, 255, 0.2), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.2), -2.6em 0em 0 0em rgba(71, 136, 255, 0.5), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.7), 1.8em -1.8em 0 0em #4788ff, 2.5em 0em 0 0em rgba(71, 136, 255, 0.2), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.2), 0em 2.5em 0 0em rgba(71, 136, 255, 0.2), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.2), -2.6em 0em 0 0em rgba(71, 136, 255, 0.2), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.5), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.7), 2.5em 0em 0 0em #4788ff, 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.2), 0em 2.5em 0 0em rgba(71, 136, 255, 0.2), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.2), -2.6em 0em 0 0em rgba(71, 136, 255, 0.2), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.2), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.5), 2.5em 0em 0 0em rgba(71, 136, 255, 0.7), 1.75em 1.75em 0 0em #4788ff, 0em 2.5em 0 0em rgba(71, 136, 255, 0.2), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.2), -2.6em 0em 0 0em rgba(71, 136, 255, 0.2), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.2), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2), 2.5em 0em 0 0em rgba(71, 136, 255, 0.5), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.7), 0em 2.5em 0 0em #4788ff, -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.2), -2.6em 0em 0 0em rgba(71, 136, 255, 0.2), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.2), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2), 2.5em 0em 0 0em rgba(71, 136, 255, 0.2), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.5), 0em 2.5em 0 0em rgba(71, 136, 255, 0.7), -1.8em 1.8em 0 0em #4788ff, -2.6em 0em 0 0em rgba(71, 136, 255, 0.2), -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.2), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2), 2.5em 0em 0 0em rgba(71, 136, 255, 0.2), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.2), 0em 2.5em 0 0em rgba(71, 136, 255, 0.5), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.7), -2.6em 0em 0 0em #4788ff, -1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(71, 136, 255, 0.2), 1.8em -1.8em 0 0em rgba(71, 136, 255, 0.2), 2.5em 0em 0 0em rgba(71, 136, 255, 0.2), 1.75em 1.75em 0 0em rgba(71, 136, 255, 0.2), 0em 2.5em 0 0em rgba(71, 136, 255, 0.2), -1.8em 1.8em 0 0em rgba(71, 136, 255, 0.5), -2.6em 0em 0 0em rgba(71, 136, 255, 0.7), -1.8em -1.8em 0 0em #4788ff;
  }
}
@keyframes loader2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-3-outter {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-3-inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loader4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader5 {
  0%, 100% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(30px);
  }
}
@keyframes loader5_1 {
  0%, 100% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(30px);
  }
}
@keyframes loader5_2 {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(30px, 30px);
  }
}
@keyframes inner1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes inner2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes inner3 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@keyframes loader7 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(180deg) rotateX(180deg);
  }
}
@keyframes loader8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader9 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader10 {
  0%, 100% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(40px, 40px) rotate(45deg);
  }
  50% {
    transform: translate(0px, 80px) rotate(0deg);
  }
  75% {
    transform: translate(-40px, 40px) rotate(45deg);
  }
}
@keyframes loader11 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader12 {
  0% {
    transform: rotate(0deg);
    border-radius: 50rem;
  }
  50% {
    transform: rotate(90deg);
    border-radius: 0%;
  }
  100% {
    transform: rotate(180deg);
    border-radius: 50rem;
  }
}
@keyframes loader13 {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader14 {
  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% {
    transform: scale(1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@keyframes loader15-inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loader15 {
  0% {
    border-width: 0px;
  }
  100% {
    border-width: 10px;
  }
}
@keyframes loader16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.iq-loader-box {
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.iq-loader-box [class*=loader-] {
  display: inline-block;
  width: 60px;
  height: 60px;
  color: inherit;
  vertical-align: middle;
  position: relative;
  border-radius: 50rem;
}
.iq-loader-box .iq-loader-1 {
  width: 1em;
  height: 1em;
  border-radius: 50rem;
  position: relative;
  text-indent: -9999em;
  animation: loader1 1.1s infinite ease;
  transform: translateZ(0);
}
.iq-loader-box .iq-loader-2 {
  border: 7px double var(--bs-success);
  animation: loader2 1s linear infinite;
}
.iq-loader-box .iq-loader-2:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--bg-success);
  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);
  border-radius: 50rem;
  bottom: 0;
  right: 37px;
  left: 37px;
  top: 0;
}
.iq-loader-box .iq-loader-3 {
  position: relative;
  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: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
  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);
  border-radius: 50rem;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  animation: loader-3-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
.iq-loader-box .iq-loader-4 {
  border: 0.2em solid transparent;
  border-top-color: var(--bs-warning);
  border-bottom-color: var(--bs-warning);
  border-radius: 50rem;
  position: relative;
  animation: 1s loader4 linear infinite;
}
.iq-loader-box .iq-loader-4:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 0.2em solid transparent;
  border-bottom-color: var(--bs-warning);
  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: 0.2em solid transparent;
  border-bottom-color: var(--bs-warning);
  transform: rotate(-45deg);
  left: -0.3em;
  bottom: -0.05em;
}
.iq-loader-box .iq-loader-5 {
  width: 100px;
  height: 100px;
  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) {
  animation: loader5 1s ease-in-out infinite;
}
.iq-loader-box .iq-loader-5 span:nth-child(2) {
  animation: loader5_1 1s ease-in-out infinite;
}
.iq-loader-box .iq-loader-5 span:nth-child(3) {
  animation: loader5_2 1s ease-in-out infinite;
}
.iq-loader-box .iq-loader-6 .inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50rem;
}
.iq-loader-box .iq-loader-6 .inner1 {
  left: 0%;
  top: 0%;
  animation: inner1 1s linear infinite;
  border-bottom: 3px solid var(--bs-light);
}
.iq-loader-box .iq-loader-6 .inner2 {
  right: 0%;
  top: 0%;
  animation: inner2 1s linear infinite;
  border-right: 3px solid var(--bs-light);
}
.iq-loader-box .iq-loader-6 .inner3 {
  right: 0%;
  bottom: 0%;
  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);
  animation: loader7 1s infinite;
}
.iq-loader-box .iq-loader-8 {
  border: 1.2em solid transparent;
  border-left-color: var(--bs-primary);
  border-right-color: var(--bs-primary);
  border-radius: 50rem;
  animation: 1s loader8 linear infinite;
}
.iq-loader-box .iq-loader-9 {
  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, 0.2);
  border-right: 1.1em solid rgba(145, 14, 25, 0.2);
  border-bottom: 1.1em solid rgba(255, 107, 208, 0.2);
  border-left: 1.1em solid var(--bs-danger);
  transform: translateZ(0);
  animation: loader9 1.1s infinite linear;
}
.iq-loader-box .iq-loader-9:after {
  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);
  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);
  animation: loader10 1s ease-in-out infinite;
  bottom: 0;
  animation-delay: 0.5s;
}
.iq-loader-box .iq-loader-11 {
  background: black;
}
.iq-loader-box .iq-loader-11:before {
  content: "";
  position: absolute;
  border-radius: 50rem;
  width: 25px;
  height: 25px;
  margin: 0 0 0 -12px;
  background-color: white;
  top: auto;
  bottom: 0;
  left: 50%;
  transform-origin: 50% 0%;
  animation: loader11 1s infinite linear;
}
.iq-loader-box .iq-loader-12 {
  animation: loader12 1s infinite linear;
  background: var(--bs-success);
}
.iq-loader-box .iq-loader-13 {
  border-top: 0.2em solid black;
  border-right: 0.2em solid transparent;
  animation: loader13 1s linear infinite;
  border-radius: 100%;
  position: relative;
}
.iq-loader-box .iq-loader-14 {
  border: 0 solid transparent;
  border-radius: 50rem;
  position: relative;
}
.iq-loader-box .iq-loader-14:before {
  content: "";
  border: 1em solid var(--bs-info);
  border-radius: 50rem;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader14 1s linear infinite;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  animation-delay: 1s;
}
.iq-loader-box .iq-loader-14:after {
  content: "";
  border: 1em solid var(--bs-info);
  border-radius: 50rem;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader14 1s linear infinite;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  animation-delay: 0.5s;
}
.iq-loader-box .iq-loader-15 {
  border: 6px groove var(--bs-warning);
  transform: rotate(360deg);
  transition: all 1s ease;
  animation: loader15-inner 1s ease-out alternate infinite;
}
.iq-loader-box .iq-loader-15 .loader-inner {
  border: 0px inset var(--bs-warning);
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  animation: loader15 1s ease-out alternate infinite;
}
.iq-loader-box .iq-loader-16 {
  width: 70px;
  height: 70px;
  border: 5px dashed var(--bs-danger);
  animation: loader16 2s linear both infinite;
}

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

.grid-m {
  margin-bottom: 30px;
}
.grid-m:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.g-box {
  background: #F9F9F9;
}

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

.masonry .item {
  width: 25%;
  padding: 10px;
  display: block;
}
.masonry .item a {
  cursor: zoom-in;
}
.masonry .item img {
  width: 100%;
}

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

.b-radius-top {
  border-radius: 0.25rem 0.25rem 0 0;
}

.b-radius-bottom {
  border-radius: 0 0 0.25rem 0.25rem;
}

.hover-effects {
  overflow: hidden;
  position: relative;
}
.hover-effects a {
  cursor: pointer;
}
.hover-effects:hover .effect-1 {
  transform: scale3d(1.2, 1.2, 1);
}
.hover-effects:hover .effect-2 {
  transform: scale(1);
}
.hover-effects:hover .effect-3 {
  margin-left: 0;
}
.hover-effects:hover .effect-4 {
  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 {
  transform: scale(1);
}
.hover-effects:hover .ovrlay-3-b {
  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;
  transform: perspective(600px) rotateX(0deg);
}
.hover-effects:hover .ovrlay-7 {
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
}
.hover-effects:hover .ovrlay-8 {
  right: 0;
}
.hover-effects:hover .effect-8 {
  right: 40px;
}

.effect-1 {
  transition: all 0.3s ease-in-out;
}

.effect-2 {
  transition: all 0.3s ease-in-out;
  transform: scale(1.2);
}

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

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

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

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

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

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

.ovrlay-3-a {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  transform: scale(0);
  top: 100%;
}
.ovrlay-3-a .ovrlay-3-b {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.ovrlay-3-a .ovrlay-4-a {
  background: rgba(0, 0, 0, 0.25);
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  top: -100%;
}
.ovrlay-3-a .ovrlay-4-b {
  background: rgba(0, 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;
  transition: all 0.3s ease-in-out;
  color: white;
}
.ovrlay-5 h4 {
  color: white;
}

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

.ovrlay-8 {
  background: var(--bs-primary);
  width: 40%;
  height: 100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -40%;
  overflow: auto;
  padding: 0 10px;
}
.ovrlay-8 h4 {
  color: white;
}
.ovrlay-8 .i-btn {
  position: absolute;
  bottom: 10px;
  right: 10%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  border-radius: 50%;
  border: 1px solid white;
  background: transparent;
  text-align: center;
  transform: translateX(-50%);
  color: white !important;
}

.ovrlay-7 {
  position: absolute;
  background: rgba(0, 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;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
}
.ovrlay-7 .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 40px;
}
.ovrlay-7 .button i {
  color: var(--bs-primary);
}

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

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

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

.dataTables_length .form-control:focus {
  background-color: #F9F9F9;
  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;
  }
}
.croppy-round .cropper-view-box,
.croppy-round .cropper-face {
  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-tint-80);
  background-color: var(--bs-primary-tint-80);
  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: white;
}
.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 0.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-tint-80);
  margin: 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--bs-primary-tint-80);
  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-tint-80);
  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-tint-80);
  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-tint-80);
  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: white;
}
.br-theme-bars-pill .br-widget a.br-selected {
  background-color: var(--bs-primary);
  color: 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: transparent;
  border: 1px solid var(--bs-primary-tint-80);
  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: 0.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;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 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 transparent;
  border-top: 1px solid transparent;
}
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
  z-index: 10;
}
.shepherd-element .shepherd-button {
  padding: 0.25rem 0.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: flex;
  flex-direction: column;
  word-wrap: 0;
  word-wrap: break-word;
  background-color: var(--bs-white);
  background-clip: border-box;
  border-radius: 0.5rem;
  max-height: 230px;
  box-shadow: none;
}
.shepherd-element .shepherd-footer {
  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 {
  border-radius: 0.5rem;
}

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

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

.storiesWrapper span.item-preview {
  border: 1px solid var(--bs-primary) !important;
  border-radius: 50%;
  height: auto !important;
  width: 52px;
}
.storiesWrapper span.item-preview img {
  border-radius: 50%;
  border: 3px solid #FFF;
  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-primary-shade-80);
  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 #eee;
  border-radius: 0 0 0.25rem 0.25rem;
}

.ql-toolbar.ql-snow {
  border: 1px solid #eee;
  border-radius: 0.25rem 0.25rem 0 0;
}

.ql-snow .ql-picker {
  color: #8A92A6;
}

.ql-snow .ql-stroke {
  stroke: #8A92A6;
}

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

.iq-auth-page {
  position: relative;
  overflow: 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;
  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 {
  animation: circle-small-scale 3s ease-in-out infinite alternate;
  animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  background: var(--bs-primary);
  border-radius: 50rem;
}
.container-inside .main-circle.circle-small {
  animation-delay: 0s;
  position: absolute;
  top: 12.5rem;
  right: -9.375rem;
  width: 18.75rem;
  height: 18.75rem;
  opacity: 0.4;
}
.container-inside .main-circle.circle-medium {
  animation-delay: 0.3s;
  position: absolute;
  top: 3.125rem;
  right: -18.75rem;
  width: 37.5rem;
  height: 37.5rem;
  opacity: 0.3;
}
.container-inside .main-circle.circle-large {
  animation-delay: 0.6s;
  position: absolute;
  top: -6.25rem;
  right: -28.125rem;
  width: 56.25rem;
  height: 56.25rem;
  opacity: 0.2;
}
.container-inside .main-circle.circle-xlarge {
  animation-delay: 0.9s;
  position: absolute;
  top: -15.625rem;
  right: -37.5rem;
  width: 75rem;
  height: 75rem;
  opacity: 0.1;
}
.container-inside .main-circle.circle-xxlarge {
  animation-delay: 1.2s;
  position: absolute;
  top: -25rem;
  right: -46.875rem;
  width: 93.75rem;
  height: 93.75rem;
  opacity: 0.05;
}
@keyframes circle-small-scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (max-width: 1499.98px) {
  .iq-banner-logo .auth-image {
    transform: scale(2.2);
  }
}
@media (max-width: 1399.98px) {
  .iq-banner-logo .auth-image {
    transform: scale(2);
  }
}
@media (max-width: 1350.98px) {
  .iq-banner-logo .auth-image {
    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 {
    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: transparent;
  position: relative;
  z-index: 4;
}

.theme-bordered .sidebar,
.theme-bordered .iq-navbar,
.theme-bordered .dropdown-menu,
.theme-bordered .card {
  border: 1px solid #eee;
}

.theme-flat .sidebar,
.theme-flat .iq-navbar,
.theme-flat .card, .theme-flat .nav-link {
  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 {
  border-radius: 0 !important;
}

.theme-without-animation *, .theme-without-animation ::after, .theme-without-animation ::before {
  transition: 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: transparent;
  box-shadow: unset !important;
}
.card-transparent .card {
  border: 1px solid #eee;
}
.card-transparent .card.card-folder:before {
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: unset;
}

.card-glass {
  background-image: url(/images/glass-card.png?a80aed96cac9ee81d0617ee51fd38095);
  background-attachment: fixed;
  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, 0.1);
}
.card-glass .card {
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.card-glass .card.card-folder:before {
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: unset;
}
