@charset "UTF-8";
/*
 * File: luxury.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass
 * File Created: Tuesday, 31st March 2020 7:27:15 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
/*
 * File: _helper.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass
 * File Created: Friday, 29th May 2020 9:32:54 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.w-0 {
  width: 0px !important;
}

.w-1 {
  width: 1px !important;
}

.w-10 {
  width: 10px !important;
}

.w-full {
  width: 100% !important;
}

.hidden {
  display: none;
}

.hide {
  display: none;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.z-index-2 {
  z-index: 2;
}

.ratio-16-10 {
  width: auto;
  margin: 0;
  list-style: none;
  position: relative;
  padding-top: calc( 100% * 16 / 10 );
  border-radius: 3px;
  overflow: hidden;
}

.main-bg-color {
  background-color: var(--container-bg-color);
}

.text-xl {
  font-size: 22px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-md {
  font-size: 15px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-xs {
  font-size: 13px !important;
}

.sticky {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.events-none {
  pointer-events: none;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

[class*=animation-] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-hover:not(:hover), .animation-hover:not(:hover) [class*=animation-], .touch .animation-hover:not(.hover), .touch .animation-hover:not(.hover) [class*=animation-] {
  -webkit-animation-name: none;
          animation-name: none;
}

.animation-reverse {
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  animation-direction: reverse;
}

.animation-repeat {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animation-fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animation-scale {
  -webkit-animation-name: scale-12;
          animation-name: scale-12;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
          animation-name: fade-scale-02;
}

.animation-scale-down {
  -webkit-animation-name: fade-scale-18;
          animation-name: fade-scale-18;
}

.animation-slide-top {
  -webkit-animation-name: slide-top;
          animation-name: slide-top;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
          animation-name: slide-bottom;
}

.animation-slide-left {
  -webkit-animation-name: slide-left;
          animation-name: slide-left;
}

.animation-slide-right {
  -webkit-animation-name: slide-right;
          animation-name: slide-right;
}

.animation-shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

.animation-duration-10 {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}

.animation-duration-9 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

.animation-duration-8 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.animation-duration-7 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.animation-duration-6 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.animation-duration-5 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.animation-duration-4 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.animation-duration-3 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.animation-duration-2 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animation-duration-1 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animation-delay-100 {
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

.animation-duration-250 {
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
}

.animation-duration-300 {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}

.animation-duration-500 {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animation-duration-750 {
  -webkit-animation-duration: 750ms;
          animation-duration: 750ms;
}

.animation-delay-1000 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animation-delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.animation-delay-800 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}

.animation-delay-700 {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.animation-delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.animation-delay-500 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.animation-delay-400 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.animation-delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.animation-delay-200 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.animation-delay-100 {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.animation-top-left {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.animation-top-center {
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.animation-top-right {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.animation-middle-left {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.animation-middle-right {
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.animation-bottom-left {
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.animation-easing-easeInOut {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.animation-easing-easeInQuad {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.animation-easing-easeInCubic {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.animation-easing-easeInQuart {
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.animation-easing-easeInQuint {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.animation-easing-easeInSine {
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.animation-easing-easeInExpo {
  -webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.animation-easing-easeInCirc {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.animation-easing-easeInBack {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.animation-easing-eastOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation-easing-easeOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.animation-easing-easeOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animation-easing-easeOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.animation-easing-easeOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.animation-easing-easeOutExpo {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.animation-easing-easeOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.animation-easing-easeOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.animation-easing-easeInOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.animation-easing-easeInOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.animation-easing-easeInOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.animation-easing-easeInOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.animation-easing-easeInOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.animation-easing-easeInOutExpo {
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
          animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.animation-easing-easeInOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.animation-easing-easeInOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.animation-easing-easeInOutElastic {
  -webkit-animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
          animation-timing-function: cubic-bezier(1, -0.56, 0, 1.455);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
/*
 * File: _bootstrap.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:39:35 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.toast {
  border-radius: 3px !important;
  margin-top: 5px !important;
  opacity: 1 !important;
  border: none !important;
  background-image: none !important;
  background-color: var(toast-bg-color) !important;
  -webkit-box-shadow: var(toast-shadow) !important;
          box-shadow: var(toast-shadow) !important;
}

.tooltip {
  text-transform: uppercase;
}

.badge {
  font-weight: 500;
  font-size: 13px;
  padding: 4px 6px;
  font-family: var(--font-family);
  max-height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.badge-accent {
  background-color: var(--badge-bg-color);
  border-color: transparent;
  color: var(--badge-text-color);
}

.badge-default {
  background-color: var(--badge-default-bg, var(--dropdown-bg-color-hover, #efefef));
  border-color: transparent;
  color: var(--text-color);
}

.badge-dark {
  background-color: #222;
}

@media (min-width: 576px) {
  .modal-sm {
    width: 400px;
    max-width: 100%;
  }
}
.modal-open .select2-container--open {
  z-index: 1050;
}

.filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-primary {
  color: var(--primary-color);
}
.text-primary:hover {
  color: var(--primary-color-hover);
}
.text-primary:active {
  color: var(--primary-color-active);
}

.link-primary {
  color: var(--primary-link-color);
}
.link-primary:hover {
  color: var(--primary-link-color-hover);
}
.link-primary:active {
  color: var(--primary-link-color-active);
}

.bg-success {
  background: var(--success-bg-color) !important;
}

.bg-warning {
  background: var(--warning-bg-color) !important;
}

.bg-danger {
  background: var(--danger-bg-color) !important;
}

.button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.button__list:not(.button__center) .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.button__icon {
  margin-right: 20px;
  font-size: 20px;
  font-weight: 300;
  width: 20px;
  text-align: center;
}
.button__image {
  max-width: 30px;
  max-height: 30px;
  margin-left: -3px;
  margin-right: 12px;
}

/*
 * File: _buttons.scss
 * Project: d:\Work\Personal\Projects\Escorts\dash\assets\scss\dash
 * File Created: Saturday, 11th July 2020 2:11:48 am
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 *
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.btn {
  background: transparent;
  border-radius: var(--btn-border-radius);
  font-weight: 400;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  height: 36px;
  padding: 0px 16px;
  margin: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: var(--default-button-text-color);
  -webkit-transition: background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  transition: background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  transition: transform 100ms ease, background-color 100ms ease, border-color 100ms ease, color 100ms ease;
  transition: transform 100ms ease, background-color 100ms ease, border-color 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 1px solid transparent;
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent !important;
  position: relative;
}
.btn:active:not(:disabled):not(.btn-no-animation) {
  -webkit-transform: scale(var(--btn-active-scale, 0.97));
      -ms-transform: scale(var(--btn-active-scale, 0.97));
          transform: scale(var(--btn-active-scale, 0.97));
}
.btn.btn-outline {
  border-color: var(--default-button-bg-color) !important;
}
.btn.dropdown-toggle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn.btn-round {
  padding: 0.715rem;
  border-radius: 50%;
  text-align: center;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: inherit;
}
.btn:active {
  background: transparent;
}
.btn.btn-effect:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}
.btn:hover:not(:active):not(.no-hover):not(.btn-pure):not(.btn-link) {
  background-color: var(--default-button-bg-color-hover);
  color: var(--default-button-text-color-hover);
}
.btn.btn-xxl {
  height: 54px;
  --btn-active-scale: 0.995;
}
.btn.btn-xl {
  height: 48px;
  --btn-active-scale: 0.99;
}
.btn.btn-lg {
  height: 42px;
  --btn-active-scale: 0.98;
}
.btn.btn-sm {
  height: 30px;
  padding: 10px;
  font-size: 13px;
  border-radius: calc(var(--btn-border-radius) / 1.5);
}
.btn.btn-xs {
  height: 24px;
  padding: 10px;
  font-size: 12px;
  border-radius: calc(var(--btn-border-radius) / 2);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.btn .fa-xs {
  font-size: 0.75em;
}
.btn .fa-sm {
  font-size: 0.875em;
}
.btn .fa-1x {
  font-size: 1em;
}
.btn .fa-2x {
  font-size: 2em;
}
.btn .fa-3x {
  font-size: 3em;
}
.btn .fa-4x {
  font-size: 4em;
}
.btn .fa-5x {
  font-size: 5em;
}
.btn .fa-6x {
  font-size: 6em;
}
.btn .fa-7x {
  font-size: 7em;
}
.btn .fa-8x {
  font-size: 8em;
}
.btn .fa-9x {
  font-size: 9em;
}
.btn .fa-10x {
  font-size: 10em;
}
.btn:hover, .btn:disabled {
  color: var(--default-button-text-color-hover);
}
.btn.btn-primary-text {
  color: var(--primary-button-bg-color) !important;
}
.btn.btn-primary, .btn.btn-primary:focus {
  background-color: var(--primary-button-bg-color);
  color: var(--primary-button-text-color);
}
.btn.btn-primary:hover:not(.no-hover):not(.btn-pure):not(.btn-link):not(:active), .btn.btn-primary:disabled {
  background-color: var(--primary-button-bg-color-hover, var(--primary-button-bg-color));
  color: var(--primary-button-text-color-hover, var(--primary-button-text-color));
}
.btn.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--primary-button-bg-color-active, var(--primary-button-bg-color));
  color: var(--primary-button-text-color-active, var(--primary-button-text-color));
}
.btn.btn-primary.btn-outline {
  color: var(--primary-button-bg-color);
  border-color: var(--primary-button-bg-color) !important;
  background: transparent;
}
.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:active, .btn.btn-primary.btn-outline:disabled {
  background-color: var(--primary-button-bg-color-hover);
  border-color: var(--primary-button-bg-color-hover) !important;
  color: var(--primary-button-text-color-hover);
}
.btn.btn-primary-soft {
  background-color: var(--primary-soft-button-bg-color);
  color: var(--primary-soft-button-text-color);
}
.btn.btn-primary-soft:hover:not(:active):not(.no-hover):not(.btn-pure):not(.btn-link), .btn.btn-primary-soft:disabled {
  background-color: var(--primary-soft-button-bg-color-hover);
  color: var(--primary-soft-button-text-color-hover);
}
.btn.btn-primary-soft:active:not(:disabled) {
  background-color: var(--primary-soft-button-bg-color-active);
  color: var(--primary-soft-button-text-color-active);
}
.btn.btn-primary-soft.btn-outline {
  color: var(--primary-soft-button-bg-color);
  border-color: var(--primary-soft-button-bg-color);
  background: transparent;
}
.btn.btn-primary-soft.btn-outline:hover, .btn.btn-primary-soft.btn-outline:active, .btn.btn-primary-soft.btn-outline:disabled {
  background-color: var(--primary-soft-button-bg-color-hover);
  border-color: var(--primary-soft-button-bg-color-hover);
  color: var(--primary-soft-button-text-color-hover);
}
.btn.btn-input, .btn.btn-input:active, .btn.btn-input:focus, .btn.btn-input:hover, .btn.btn-input:pressed {
  background-color: var(--input-bg-color);
  color: var(--input-text-text);
}
.btn.btn-default, .btn.btn-default:active, .btn.btn-default:focus {
  background-color: var(--default-button-bg-color);
  color: var(--default-button-text-color);
}
.btn.btn-default:hover:not(:focus), .btn.btn-default:disabled {
  background-color: var(--default-button-bg-color-hover);
  color: var(--default-button-text-color-hover);
}
.btn.btn-default.btn-outline {
  color: var(--default-button-text-color);
  border-color: var(--default-button-bg-color) !important;
  background: transparent;
}
.btn.btn-default.btn-outline:hover, .btn.btn-default.btn-outline:focus, .btn.btn-default.btn-outline:active, .btn.btn-default.btn-outline:disabled {
  background-color: var(--default-button-bg-color-hover);
  border-color: var(--default-button-bg-color-hover) !important;
  color: var(--default-button-text-color-hover);
}
.btn.btn-whatsapp {
  background-color: var(--whatsapp-color);
  color: white;
  font-weight: 600;
}
.btn.btn-whatsapp:hover:not(:active):not(.no-hover):not(.btn-pure):not(.btn-link) {
  background-color: var(--whatsapp-color-hover);
  color: white;
}
.btn.btn-whatsapp:active, .btn.btn-whatsapp:focus {
  background-color: var(--whatsapp-color-hover);
  color: white;
}
.btn.btn-telegram {
  background-color: var(--telegram-color);
  color: white;
  font-weight: 600;
}
.btn.btn-telegram:hover:not(:active):not(.no-hover):not(.btn-pure):not(.btn-link) {
  background-color: var(--telegram-color-hover);
  color: white;
}
.btn.btn-telegram:active, .btn.btn-telegram:focus {
  background-color: var(--telegram-color-hover);
  color: white;
}
.btn.btn-circle {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.btn-circle.btn-sm {
  width: 28px !important;
  height: 28px !important;
}
.btn.btn-circle.btn-xs {
  width: 20px !important;
  height: 20px !important;
}
.btn.btn-shadow {
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
}

.btn-icon .fa, .btn-icon .fas, .btn-icon .fal, .btn-icon .fab, .btn-icon .fad {
  margin-right: 10px;
  min-width: 20px;
}

.btn-icon-left {
  position: absolute;
  left: 15px;
}

.fa-social-color.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
.fa-social-color.fa-facebook-f {
  color: #4267B2;
}
.fa-social-color.fa-twitter {
  color: #52A8E7;
}
.fa-social-color.fa-snapchat {
  color: #F7F33D;
}
.fa-social-color.fa-lock {
  color: #0099E8;
}
.fa-social-color.fa-lock-alt {
  color: #0099E8;
}
.fa-social-color.fa-wechat {
  color: #03D669;
}
.fa-social-color.fa-tiktok {
  text-shadow: 2px 2px 2px #F7004D, -2px -2px 2px #00EFE8;
}
.fa-social-color.fa-patreon {
  color: #FB6856;
}
.fa-social-color.manyvids {
  color: #EE4180;
}

.slide-container {
  clip-path: polygon(0 0, 100% 0, 100% 1000%, 0 1000%);
}

.slide {
  -webkit-transform: translateX(calc((-100% / var(--slideCount, 1)) * (var(--currentSlide) - 1)));
      -ms-transform: translateX(calc((-100% / var(--slideCount, 1)) * (var(--currentSlide) - 1)));
          transform: translateX(calc((-100% / var(--slideCount, 1)) * (var(--currentSlide) - 1)));
  -webkit-transition: -webkit-transform calc(300ms * var(--slideTransition, 1)) ease;
  transition: -webkit-transform calc(300ms * var(--slideTransition, 1)) ease;
  transition: transform calc(300ms * var(--slideTransition, 1)) ease;
  transition: transform calc(300ms * var(--slideTransition, 1)) ease, -webkit-transform calc(300ms * var(--slideTransition, 1)) ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(var(--slideCount,1) * 100%);
  --slideCount: 0;
  --currentSlide: 0;
  --slideTransition: 1;
}

.slide-page {
  max-width: 100%;
  -ms-flex-preferred-size: calc(100% / var(--slideCount, 1));
      flex-basis: calc(100% / var(--slideCount, 1));
}

.modal-body .slide-container {
  margin: 0px -15px;
  overflow: hidden;
  overflow: clip;
}
.modal-body .slide {
  height: 100%;
}
.modal-body .slide-page {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.modal-body .slide-page .marginless {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-tabs {
  border-color: transparent;
}

.nav-tabs-vertical .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-tabs-vertical .nav-link {
  border-radius: 0px;
  border-color: transparent;
  margin-bottom: 5px;
}
.nav-tabs-vertical .nav-link.active {
  background: transparent;
  border-color: transparent;
}

.nav-tabs {
  gap: var(--tab-gap, 5px);
}
.nav-tabs .nav-link {
  padding: var(--tab-padding);
  border-radius: var(--btn-border-radius);
  border: var(--tab-border, none);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.nav-tabs .nav-link.nav-item-flat {
  background-color: transparent !important;
}

.nav-tabs-horizontal .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-tabs-horizontal .nav-link.active {
  background: transparent;
  border-color: transparent;
  border-bottom: 2px solid #C71BDA !important;
  color: #C71BDA !important;
}

.nav-tabs-responsive .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none !important;
}
.nav-tabs-responsive .nav-link {
  border-radius: 0px;
  border-color: transparent;
}
.nav-tabs-responsive .nav-link {
  border: none !important;
}
.nav-tabs-responsive .nav-link.active {
  background: transparent;
  border-color: transparent;
  border: none !important;
  border-right: 2px solid #C71BDA !important;
  color: #C71BDA !important;
}
@media (max-width: 991.98px) {
  .nav-tabs-responsive .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5px;
  }
  .nav-tabs-responsive .nav-link:focus {
    border: none !important;
  }
  .nav-tabs-responsive .nav-link.active {
    border: none !important;
    border-bottom: 2px solid #C71BDA !important;
  }
}

.switchery {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid transparent;
  -webkit-transition: border 200ms ease, background-color 200ms ease !important;
  transition: border 200ms ease, background-color 200ms ease !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input[data-switchery]:checked + .switchery {
  border-color: var(--switchery-on-color, var(--primary-color)) !important;
  background-color: var(--switchery-on-color, var(--primary-color)) !important;
}

input[data-switchery]:not(:checked) + .switchery {
  border-color: var(--switchery-off-color, var(--input-bg-color)) !important;
  background-color: var(--switchery-off-color, var(--form-input-bg-color)) !important;
}

input[data-switchery]:checked + .switchery small {
  left: 21px;
}
input[data-switchery]:checked + .switchery-small small {
  left: 13px;
}
input[data-switchery]:checked + .switchery-large small {
  left: 26px;
}

select[multiple] ~ .select2-container {
  padding: 0px;
}

.select2-container {
  border-radius: var(--form-border-radius);
  max-width: 100%;
}
.select2-container.select2 {
  background: var(--input-bg-color);
}
@media (max-width: 1199.98px) {
  .select2-container {
    float: none;
    width: 100%;
  }
}
.select2-container input {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--input-bg-color-alt);
  border: 1px solid var(--input-border-color-alt);
}
.select2-container .select2-dropdown {
  -webkit-box-shadow: var(--select2-shadow);
          box-shadow: var(--select2-shadow);
  border-radius: 0px 0px var(--form-border-radius) var(--form-border-radius);
  border: none;
  background: var(--input-bg-color);
}
.select2-container .select2-selection {
  border: none !important;
  border-radius: var(--form-border-radius);
  outline: none !important;
}
.select2-container.select2-container--open .select2-selection {
  border-radius: var(--form-border-radius) var(--form-border-radius) 0px 0px;
}
.select2-container .select2-selection__choice__remove {
  color: #fff;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 10px;
  background-color: transparent;
}
.select2-container .select2-search__field {
  background-color: transparent;
  color: var(--input-text-color);
}
.select2-container .select2-selection__rendered {
  padding: 0px 10px;
}
.select2-container .select2-selection__rendered li {
  padding: 4px;
  position: relative;
  display: inline-block;
  float: none;
}
.select2-container .select2-selection__rendered li.select2-selection__choice {
  padding: 4px 6px;
  color: var(--text-color);
  background: var(--default-color);
  border-color: var(--default-color);
  border-radius: calc(var(--form-border-radius) / 2);
}
.select2-container .select2-selection__rendered li label {
  margin-bottom: 0px;
  color: #C71BDA;
}
.select2-container .select2-selection__rendered .select2-selection__choice__remove {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.select2-container .select2-selection--single {
  background: transparent;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--input-text-color);
}
.select2-container .select2-selection--multiple {
  background: transparent;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0px;
  margin: 0px;
  padding: 4px;
  gap: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  display: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  margin: 0px;
  border-radius: calc(var(--form-border-radius) / 2);
  padding: 2px 5px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search--inline:first-child {
  padding: 0px !important;
}
.select2-container .select2-selection--multiple .select2-search {
  display: block;
  position: relative;
  padding: 0px 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice:last-child {
  margin-right: 15px;
}
.select2-container .select2-results__options {
  max-height: 300px !important;
  overflow-y: auto;
}
.select2-container .select2-results__options li {
  margin: 5px;
  border-radius: var(--dropdown-border-radius);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--default-button-text-color);
}
.select2-container .select2-results__options .select2-results__option {
  padding: 6px 12px;
}
.select2-container .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: var(--default-color);
  color: var(--default-button-text-color);
}
.select2-container .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: var(--default-color-hover);
  border-radius: var(--dropdown-border-radius);
  color: var(--default-button-text-color-hover);
}

.select2-container--default {
  display: block;
  padding: 4px 8px;
}
.select2-container--default .select2-dropdown {
  background: var(--dropdown-bg-color);
  -webkit-box-shadow: var(--dropdown-shadow);
          box-shadow: var(--dropdown-shadow);
  border-radius: var(--dropdown-border-radius);
  margin-top: 4px;
  overflow: hidden;
  font-size: 15px;
}
.select2-container--default .select2-search__field {
  outline: none;
  font-weight: 400;
  background-color: var(--input-bg-color-alt);
  color: var(--input-text-color);
  border-color: var(--input-border-color-alt);
  border-radius: var(--form-border-radius);
}
.select2-container--default .select2-selection--single {
  background: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 16px;
}

.select2-container--bootstrap.select2 {
  margin-left: auto;
  margin-right: 10px;
  padding: 5px 0px;
  background-color: var(--input-bg-color);
  width: 100%;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: var(--input-text-color);
  line-height: 28px;
}
.select2-container--bootstrap.select2-container--open {
  border-radius: 3px 3px 0px 0px;
}
.select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.dropdown-menu {
  border: none;
  max-height: 80vh;
  width: 344px;
  padding: 8px;
  color: var(--text-color);
  background: var(--dropdown-bg-color);
  -webkit-box-shadow: var(--dropdown-shadow);
          box-shadow: var(--dropdown-shadow);
  border-radius: var(--dropdown-border-radius);
}
.dropdown-menu hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: var(--line-color);
}
.dropdown-menu.dropdown-scrollbar.show {
  padding: 0px;
}
.dropdown-menu.dropdown-scrollbar.show .dropdown-content {
  padding: 8px;
}
.dropdown-menu.dropdown-scrollbar.show .dropdown-content.show {
  overflow-y: auto;
}
.dropdown-menu:not(.dropdown-multilevel).show {
  overflow-y: auto;
}
.dropdown-menu:not(.dropdown-multilevel).show .dropdown-content {
  overflow-y: auto;
}

form .bootstrap-select .btn, form .bootstrap-select .btn:hover {
  background: var(--input-bg-color);
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  border-color: var(--input-border-color, transparent);
  color: var(--input-text-color);
  overflow: hidden;
}
form .bootstrap-select.show .btn {
  border-color: var(--primary-color);
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  top: auto;
}
.bootstrap-select .dropdown-menu {
  width: auto;
}
.bootstrap-select .dropdown-menu li small {
  padding: 0px;
  display: block;
}
.bootstrap-select .dropdown-item {
  margin: 5px 0px;
}
.bootstrap-select .btn:focus, .bootstrap-select .btn:active {
  outline: 0 !important;
}

.datepicker-dropdown {
  width: auto;
  font-size: 15px;
}
.datepicker-dropdown .day {
  padding: 6px;
}

.dropdown-compact {
  width: auto;
}

.dropdown-item {
  font-size: 15px;
  line-height: 20px;
  border-radius: var(--dropdown-border-radius);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border: none;
  color: var(--text-color);
  font-weight: 400;
  padding: 8px 12px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.dropdown-item.active {
  color: var(--text-color);
  background-color: var(--dropdown-bg-color-hover);
}
.dropdown-item:not(.dropdown-item-header):focus, .dropdown-item:not(.dropdown-item-header):hover {
  color: var(--text-color);
  background-color: var(--dropdown-bg-color-hover);
  cursor: pointer;
}
.dropdown-item:not(.dropdown-item-header):hover .dropdown-icon {
  color: var(--icon-color-hover);
  background: var(--icon-bg-hover);
}

.dropdown-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  font-size: 18px;
  background: var(--icon-bg);
  color: var(--icon-color);
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dropdown-back {
  background: transparent;
  cursor: pointer;
}
.dropdown-back.dropdown-icon:hover {
  color: var(--icon-color);
  background: var(--icon-bg);
}

.dropdown-item-header:hover {
  background: transparent;
  color: inherit;
}

.dropdown-multilevel {
  overflow: hidden;
  max-height: calc( 100vh - var(--offsetTop) - 8px);
}
.dropdown-multilevel .dropdown-level.show {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  max-height: calc( 100vh - var(--offsetTop) - 8px);
}
.dropdown-multilevel .dropdown-menu.show {
  top: 0px;
  right: -344px;
  left: auto;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .dropdown-multilevel .dropdown-menu.show {
    left: auto !important;
  }
}
@media (max-width: 344px) {
  .dropdown-multilevel .dropdown-menu.show {
    right: calc(-100% - 20px);
    width: calc(100% + 20px);
  }
}
.dropdown-multilevel > ul {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.dropdown-multilevel[data-level="2"] > ul {
  -webkit-transform: translate3d(calc(-344px), 0px, 0px);
          transform: translate3d(calc(-344px), 0px, 0px);
}
@media (max-width: 344px) {
  .dropdown-multilevel[data-level="2"] > ul {
    -webkit-transform: translate3d(calc(-100% ), 0px, 0px);
            transform: translate3d(calc(-100% ), 0px, 0px);
  }
}

.dropdown-menu a.nav-link {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card {
  position: relative;
  padding: 16px;
  background: var(--container-bg-color);
  border-radius: var(--card-border-radius, var(--box-border-radius));
}
.card__loading {
  position: relative;
  overflow: hidden;
}
.card__loading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--container-bg-color);
  z-index: 2;
}
.card__loading:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" fill="%23FFFFFF" opacity="0.4"/><path d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z" fill="%2000000" opacity="0.4"><animateTransform attributeName="transform" type="rotate" dur="0.75s" values="0 12 12;360 12 12" repeatCount="indefinite"/></path></svg>');
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.card__head_wide {
  display: block;
}
.card__title {
  margin-right: auto;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.card:not(:last-child) {
  margin-bottom: 8px;
}
.card .marginless {
  margin-left: -16px;
  padding-left: 16px;
  margin-right: -16px;
  padding-right: 16px;
}

.widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  border-radius: 10px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: black;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: var(--container-bg-color);
  max-width: 350px;
}
@media (max-width: 575.98px) {
  .widget {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    max-width: unset;
  }
}
.widget__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .widget__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.widget__success {
  background-color: var(--account-card-publish);
}
.widget__warning {
  background-color: var(--account-card-pause);
}
.widget__danger {
  background-color: var(--account-card-notpublish);
}
.widget__next_plan {
  height: auto;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  color: var(--text-color);
  gap: 10px;
}
@media (max-width: 575.98px) {
  .widget__next_plan {
    margin-top: 0px;
  }
}
.widget__ranking {
  background-color: var(--account-card-ranking);
}
.widget__ranking .widget__icon-label {
  font-size: 30px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.widget__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.widget__icon img {
  height: 35px;
}
.widget__icon i {
  font-size: 36px;
}
.widget__icon-label {
  padding: 3px 15px;
  white-space: pre-wrap;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.widget__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 10px 5px 0px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.widget__header {
  padding-top: 10px;
  font-weight: 700;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.widget__text {
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: normal;
  font-size: 13px;
  line-height: 14px;
}
.widget__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.widget__button {
  height: auto;
  margin: 3px;
}
.widget__button.only-icon {
  width: 55px;
}

/*
 * File: _iti.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:40:48 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.iti {
  font-weight: 400;
  background-color: var(--input-bg-color);
  color: var(--input-text-color);
  border-color: var(--input-border-color);
  border-radius: var(--form-border-radius);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.iti::-webkit-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.iti::-moz-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.iti:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.iti::-ms-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.iti::placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}

.iti--inline-dropdown .iti__dropdown-content {
  -webkit-box-shadow: var(--dropdown-shadow);
          box-shadow: var(--dropdown-shadow);
  background-color: var(--dropdown-bg-color);
  border-radius: var(--form-border-radius);
  overflow: hidden;
  border: none;
}
.iti--inline-dropdown .iti__country-list {
  border: none;
  color: var(--text-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 5px;
}
.iti--inline-dropdown .iti__country {
  margin: 0px 5px;
}
.iti--inline-dropdown .iti__country.iti__highlight {
  background-color: var(--dropdown-bg-color-hover);
  border-radius: var(--dropdown-border-radius);
}

.iti__search-input {
  font-weight: 400;
  background-color: var(--dropdown-bg-color);
  color: var(--input-text-color);
  border-color: var(--input-border-color);
  border-radius: var(--form-border-radius), var(--form-border-radius), 0, 0;
  font-size: 15px;
  padding: 3px 10px;
}

/*
 * File: _alertify.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:43:39 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.alertify {
  z-index: 1900;
}

.alert-success {
  color: #8d9e91;
  background-color: #3d5242;
}

/*
 * File: _dropzone.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:43:21 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.dropzone {
  background: transparent;
}

.dz-preview {
  display: none;
}

.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}

/*
 * File: _mpf.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:51:00 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.mfp-wrap {
  overflow: hidden !important;
  max-width: 100%;
  max-height: 100%;
  height: 1080px !important;
  width: 1080px !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: var(--box-border-radius);
  overflow: hidden;
  -webkit-box-shadow: var(--card-shadow);
          box-shadow: var(--card-shadow);
  -webkit-box-shadow: 0px 0px 30px #00000080;
          box-shadow: 0px 0px 30px #00000080;
  position: fixed !important;
}

.mfp-container {
  padding: 0px !important;
}

.mfp-content {
  width: 100%;
  height: 100%;
  background: #00000069;
  padding: 0px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mfp-content .lightbox-block {
  width: 100%;
  height: 100%;
}
.mfp-content .blur {
  display: none;
}
@media (min-width: 768px) {
  .mfp-content .blur {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: scale(54);
        -ms-transform: scale(54);
            transform: scale(54);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
  }
}
.mfp-content video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px;
  margin: 0px auto;
}
@media screen and (max-width: 460px) {
  .mfp-content video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mfp-content .mfp-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px;
  margin: 0px auto;
}
@media screen and (max-width: 460px) {
  .mfp-content .mfp-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.mfp-arrow-right:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: white;
  font-size: 50px;
  border: none;
}

.mfp-arrow-right:after {
  display: none;
}

.mfp-arrow-left:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  color: white;
  font-size: 50px;
  border: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-hide {
  display: none;
}

.mpf-menu {
  position: absolute;
  top: 0px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1;
}

.mpf-menu-item {
  margin-left: 4px;
  opacity: 0.5;
  font-size: 16px;
}

.mfp-bg {
  position: fixed !important;
}

.table {
  width: 100%;
}
.table.dataTable {
  border-spacing: 0px 3px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.table__wrapper {
  margin: 0px -16px;
}
.table__loading tbody {
  position: relative;
  height: 100px;
}
.table__loading tbody:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--bg-color);
  z-index: 2;
  border-radius: 10px;
}
.table__loading tbody:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z" fill="%23FFFFFF" opacity="0.4"/><path d="M12,4a8,8,0,0,1,7.89,6.7A1.53,1.53,0,0,0,21.38,12h0a1.5,1.5,0,0,0,1.48-1.75,11,11,0,0,0-21.72,0A1.5,1.5,0,0,0,2.62,12h0a1.53,1.53,0,0,0,1.49-1.3A8,8,0,0,1,12,4Z" fill="%2000000" opacity="0.4"><animateTransform attributeName="transform" type="rotate" dur="0.75s" values="0 12 12;360 12 12" repeatCount="indefinite"/></path></svg>');
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.table__loading td {
  display: none;
}
.table thead {
  opacity: 0.4;
}
.table th {
  padding: 10px;
}
.table td {
  padding: 10px;
}
.table:not(.table__button):not(.table__loading) td {
  background-color: var(--table-bg-color, var(--bg-color));
}
.table:not(.table__button):not(.table__loading) th:first-child, .table:not(.table__button):not(.table__loading) th:last-child, .table:not(.table__button):not(.table__loading) td:first-child, .table:not(.table__button):not(.table__loading) td:last-child {
  width: 10px !important;
  padding: 0px !important;
}
.table:not(.table__button):not(.table__loading) tbody td:first-child {
  border-radius: 10px 0px 0px 10px;
}
.table:not(.table__button):not(.table__loading) tbody td:last-child {
  border-radius: 0px 10px 10px 0px;
}
.table__button td {
  background-color: var(--default-color);
}
.table__button tr:hover td {
  background-color: var(--default-color-hover);
}
.table__button th:first-child, .table__button th:last-child, .table__button td:first-child, .table__button td:last-child {
  width: 10px !important;
  padding: 0px !important;
}
.table__button tbody td:first-child {
  border-radius: 10px 0px 0px 10px;
}
.table__button tbody td:last-child {
  border-radius: 0px 10px 10px 0px;
}

.bootstrap-datetimepicker-widget .timepicker-picker .btn .fa {
  background: transparent;
}
.bootstrap-datetimepicker-widget .datepicker {
  padding: 0px 15px;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 20em !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top {
  top: initial !important;
}
.bootstrap-datetimepicker-widget .datepicker, .bootstrap-datetimepicker-widget .timepicker {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.bootstrap-datetimepicker-widget .timepicker {
  border-top: 1px solid var(--default-color);
  margin-top: 5px;
}
.bootstrap-datetimepicker-widget .timepicker td {
  width: inherit;
}
.bootstrap-datetimepicker-widget .timepicker .separator {
  width: 10px;
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
  content: none;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
  background: var(--default-color-hover);
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: var(--primary-color);
}

/*
 * File: _timepicker.scss
 * Project: d:\Work\Personal\Projects\Escorts\www\assets\sass\theme
 * File Created: Friday, 29th May 2020 9:53:37 pm
 * Author: Nicolás Perna (nperna@codingar.com)
 * -----
 * This file may not be redistributed in whole or significant part
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * 
 * Copyright (c) 2020 CODINGAR SRL. All Rights Reserved.
 */
.td-clock {
  -webkit-box-shadow: 0px 20px 50px -10px #00000073, 0px 10px 10px -5px #c71bda38 !important;
          box-shadow: 0px 20px 50px -10px #00000073, 0px 10px 10px -5px #c71bda38 !important;
}
.td-clock:before {
  border-color: transparent !important;
}
.td-clock svg {
  stroke: #c71bda !important;
}
.td-clock g {
  stroke: #c71bda !important;
}
.td-clock .td-select:after {
  -webkit-box-shadow: 0 0 0 1px #c71bda !important;
          box-shadow: 0 0 0 1px #c71bda !important;
}
.td-clock .td-lancette {
  border: 2px solid #c71bda !important;
}
.td-clock .td-time span.on {
  color: #c71bda !important;
}

.ladda-label {
  display: inherit !important;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  width: 100%;
}

.ladda-button {
  background: inherit;
}

input[type=range].form-control-slider {
  height: 34px;
  -webkit-appearance: none;
}

/*progress support*/
input[type=range].form-control-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1px + var(--ratio) * (100% - 1px));
  --slider-bg: var(--form-bg-color, "#efefef");
}

input[type=range].form-control-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].form-control-slider::-webkit-slider-thumb {
  width: 1px;
  height: 0;
  border-radius: 10px;
  background: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 10px;
  -webkit-appearance: none;
}

input[type=range].form-control-slider::-webkit-slider-runnable-track {
  height: 34px;
  border-radius: 10px;
  background: var(--slider-bg);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=range].form-control-slider.slider-progress::-webkit-slider-runnable-track {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color))) 0/var(--sx) 100% no-repeat, var(--slider-bg);
  background: linear-gradient(var(--primary-color), var(--primary-color)) 0/var(--sx) 100% no-repeat, var(--slider-bg);
}

/*mozilla*/
input[type=range].form-control-slider::-moz-range-thumb {
  width: 1px;
  height: 0;
  border-radius: 10px;
  background: var(--primary-color);
  border: none;
  box-shadow: none;
}

input[type=range].form-control-slider::-moz-range-track {
  height: 34px;
  border-radius: 10px;
  background: var(--slider-bg);
  border: none;
  box-shadow: none;
}

input[type=range].form-control-slider.slider-progress::-moz-range-track {
  background: linear-gradient(var(--primary-color), var(--primary-color)) 0/var(--sx) 100% no-repeat, var(--slider-bg);
}

/*ms*/
input[type=range].form-control-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].form-control-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].form-control-slider::-ms-thumb {
  width: 1px;
  height: 0;
  border-radius: 10px;
  background: var(--primary-color);
  border: none;
  box-shadow: none;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].form-control-slider::-ms-track {
  height: 34px;
  border-radius: 10px;
  background: var(--slider-bg);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].form-control-slider.slider-progress::-ms-fill-lower {
  height: 34px;
  border-radius: 10px 0 0 10px;
  margin: -1px 0 -1px -1px;
  background: var(--primary-color);
  border: none;
  border-right-width: 0;
}

body.notification-scrollmode {
  overflow: hidden;
}
body.notification-scrollmode .notification-container {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  height: 100vh;
}
body.notification-scrollmode .notification-spacer {
  margin-bottom: 60px;
}

.notification-container[data-stacked=true] .notification-wrapper {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}
.notification-container[data-stacked=true] .notification-wrapper:nth-child(n+2) {
  opacity: 0;
}
.notification-container[data-stacked=true] .notification-spacer {
  margin-bottom: 0px;
}
.notification-container[data-stacked=true] .notification-wrapper:not(.stacked-visible):not([data-deleted]) .notification-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification-panel {
  position: relative;
  height: 120px;
  will-change: height;
  -webkit-transition: height 300ms ease 150ms;
  transition: height 300ms ease 150ms;
}

.notification-container {
  -webkit-transition: background-color 300ms ease, -webkit-backdrop-filter 300ms ease;
  transition: background-color 300ms ease, -webkit-backdrop-filter 300ms ease;
  transition: backdrop-filter 300ms ease, background-color 300ms ease;
  transition: backdrop-filter 300ms ease, background-color 300ms ease, -webkit-backdrop-filter 300ms ease;
  background-color: transparent;
  margin: 0px;
  max-width: 100%;
  width: 500px;
  z-index: 20;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  padding: 5px;
  margin-left: auto;
  /*   overscroll-behavior-y: contain;  */
  /*   overscroll-behavior-y: none; */
}

.notification-wrapper {
  position: relative;
  will-change: transform, opacity, filter;
  border-radius: var(--dropdown-border-radius);
  overflow: hidden;
}
.notification-wrapper[data-deleted] {
  pointer-events: none;
}

.notification-content {
  border-radius: var(--dropdown-border-radius);
  background: var(--notification-bg-color);
  padding: 10px;
  z-index: 1;
  position: relative;
  /*   transition: transform 10ms linear; */
  max-width: 100%;
  -webkit-box-shadow: 0px 5px 5px -4px #00000017;
          box-shadow: 0px 5px 5px -4px #00000017;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.notification-title {
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: red;
}

.notification-date {
  padding-right: 5px;
}

.notification-text {
  margin-top: -5px;
  font-size: 14px;
}

notification_body {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

notification_date {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

notification_title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  font-size: 14px;
}

notification_text {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 14px;
}

notification_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 10px;
}

.notification-swipe {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  width: 0;
  margin-left: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  opacity: 0;
  overflow: hidden;
}

.notification-action {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #323336f7;
}

.notification-empty {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear;
}

.notification-container:empty + .notification-empty {
  height: 120px;
}

body.modal-fullpage {
  overflow: hidden;
}
body.modal-fullpage .app {
  overflow: hidden;
  border-radius: var(--modal-border-radius, 20px);
  -webkit-transform: scale3d(0.9, 0.9, 1) translate3d(0, 10px, 0px);
          transform: scale3d(0.9, 0.9, 1) translate3d(0, 10px, 0px);
}

@media (max-width: 767.98px) {
  .modal.modal-alert {
    top: 0px;
    height: 100%;
    border-radius: var(--modal-border-radius, 20px);
  }
  .modal.modal-alert .modal-dialog {
    border-radius: var(--modal-border-radius, 20px);
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
  }
}
.modal-alert .modal-content {
  margin-bottom: 10px;
  border-radius: var(--modal-border-radius, 20px);
}

.modal {
  will-change: transform;
}
.modal .modal-content {
  border-radius: var(--modal-border-radius, 20px);
  background-color: var(--modal-bg-color);
}
.modal .modal-header {
  border-radius: 0px;
  padding: 15px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
}
.modal .modal-header button.close {
  font-size: 40px;
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  height: auto;
  font-size: 20px;
  text-shadow: none;
  line-height: 40px;
}
.modal .modal-title {
  line-height: 50px;
}
.modal .modal-body {
  padding: 0px 15px;
  background: transparent;
}
.modal .modal-footer {
  margin: 30px 0px 30px;
  border: 0px;
}
.modal.modal-fullpage {
  height: calc(100% - 20px);
  top: 20px;
  margin: 0px;
  overflow: hidden;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  max-width: 100vw;
}
.modal.modal-fullpage .modal-dialog {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.modal.modal-fullpage .modal-content {
  height: 100%;
  border-radius: var(--modal-border-radius, 20px) var(--modal-border-radius, 20px) 0px 0px;
}
.modal.modal-fullpage .modal-body {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal.modal-inline {
  position: relative !important;
  z-index: 1;
}
.modal.modal-inline button.close {
  display: none;
}
.modal .select-list-item {
  background-color: var(--default-color);
  border-radius: var(--form-border-radius);
  padding: 12px 10px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
}
.modal .select-list-item input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.modal .modal-close.animated-progress {
  position: absolute;
  left: 0px;
  background: #01a36645;
  height: 100%;
}
.modal .modal-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.modal-backdrop {
  -webkit-transition: none;
  transition: none;
  opacity: 0.5;
}

.modal-backdrop.show ~ .modal-backdrop {
  opacity: 0 !important;
}

.modal {
  -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: opacity 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease;
  transition: transform 300ms ease, opacity 300ms ease, -webkit-transform 300ms ease;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.modal .modal-dialog:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: #00000050;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  border-radius: var(--modal-border-radius, 20px);
}
.modal.modal-fullpage .modal-dialog:after {
  background: #00000080;
}
.modal .modal-logo {
  height: 150px;
}
.modal .iti {
  width: 100%;
  background-color: var(--modal-input-bg-color);
}
.modal input[data-switchery]:not(:checked) + .switchery {
  background-color: var(--switchery-off-color, var(--modal-form-input-bg-color)) !important;
}
.modal .form {
  background-color: var(--modal-form-bg-color);
}
.modal .form-control, .modal .form-control:focus {
  background-color: var(--modal-input-bg-color);
}
.modal .bootstrap-select .dropdown-toggle.btn, .modal .bootstrap-select .dropdown-toggle.btn:hover {
  background-color: var(--modal-input-bg-color);
  border-color: var(--modal-border-color, transparent);
}
.modal .select2-container--default.select2 {
  background-color: var(--modal-input-bg-color);
  border-color: var(--modal-border-color, transparent);
}

.modal-content {
  border: none;
}

.modal-off {
  -webkit-transform: scale3d(0.9, 0.9, 1) translate3d(0, -10px, 0px);
          transform: scale3d(0.9, 0.9, 1) translate3d(0, -10px, 0px);
  height: 150vh !important;
}
.modal-off .modal-dialog:after {
  opacity: 1;
}

.modal-on {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0px, 0px);
          transform: scale3d(1, 1, 1) translate3d(0, 0px, 0px);
}
.modal-on:after {
  opacity: 0;
}

.form input[data-switchery]:not(:checked) + .switchery {
  border-color: var(--input-bg-color) !important;
  background-color: var(--form-bg-color) !important;
}

.form-label-error {
  margin: 3px 0 0 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background: #c40b0b1f;
  color: #ffa1a1;
  border-radius: var(--form-border-radius);
  padding: 5px 10px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.form-label-error:empty {
  display: none;
}

.alt-form {
  background-color: var(--alt-form-bg-color);
}
.alt-form input[data-switchery]:not(:checked) + .switchery {
  border-color: var(--alt-input-bg-color) !important;
  background-color: var(--alt-form-bg-color) !important;
}
.alt-form .select2-container.select2,
.alt-form .input-group-text .form-control,
.alt-form .form-control:focus {
  background-color: var(--alt-input-bg-color);
}
.form-control, .form-control:focus {
  font-weight: 400;
  background-color: var(--input-bg-color);
  color: var(--input-text-color);
  border-color: var(--input-border-color);
  border-radius: var(--form-border-radius);
  font-size: 15px;
}
.form-control::-webkit-input-placeholder, .form-control:focus::-webkit-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.form-control::-moz-placeholder, .form-control:focus::-moz-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.form-control:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.form-control::-ms-input-placeholder, .form-control:focus::-ms-input-placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}
.form-control::placeholder, .form-control:focus::placeholder {
  color: var(--input-placeholder);
  font-weight: 300;
}

.form-group-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 575.98px) {
  .form-group-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-group-horizontal .form-control-label {
  margin-bottom: 0px;
  min-width: 100px;
  padding-left: 0px;
}
.form-group-horizontal > small {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 10px;
}
.form-group-horizontal .select2 {
  width: 100% !important;
}
.form-group-horizontal .iti {
  width: 100% !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: var(--input-bg-color);
}

.form-control:focus {
  border-color: var(--input-border-color-focus);
  -webkit-box-shadow: var(--input-shadow-focus);
          box-shadow: var(--input-shadow-focus);
}

.input-group-text {
  background-color: var(--input-bg-color);
  border-color: transparent;
  border-radius: var(--form-border-radius) 0px 0px var(--form-border-radius);
  color: var(--input-text-color);
}

.form {
  background-color: var(--form-bg-color);
  border-radius: var(--form-border-radius);
  margin-bottom: 5px;
  padding: 10px;
  padding-bottom: 0px;
  padding-top: 20px;
}

.input-prepend {
  position: absolute;
  top: 0px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  background: transparent !important;
}
.input-prepend ~ .form-control {
  padding-left: 48px;
}

.input-append {
  position: absolute;
  top: 0px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  background: transparent !important;
}

.btn-stack {
  position: relative;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  border-radius: var(--card-border-radius, var(--box-border-radius));
}
.btn-stack button {
  position: relative;
  background: var(--container-bg-color);
  border: none;
  border-radius: 0;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-left: 20px;
}
.btn-stack button:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list-stack {
  position: relative;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  border-radius: var(--card-border-radius, var(--box-border-radius));
}
.list-stack__item {
  position: relative;
  background: var(--container-bg-color);
  border: none;
  border-radius: 0;
  color: var(--text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 15px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  margin: 5px;
  border: 2px solid var(--dropdown-bg-color-hover);
  color: var(--text-color);
  border-radius: var(--btn-border-radius);
  background: transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

.otp-input:focus {
  border-color: var(--text-color);
  outline: 0;
}

.otp-input.has-content {
  border-color: var(--color-green-500);
}

.otp-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.action-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: var(--container-bg-color);
  width: 100%;
}
.action-required__container:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}
.action-required__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 10px 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.action-required__header {
  font-weight: 500;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-required__text {
  font-weight: 300;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: normal;
  font-size: 13px;
  line-height: 14px;
}
.action-required__button {
  height: auto;
  margin: 3px;
}
.action-required__button.only-icon {
  width: 55px;
}

:root {
  --whatsapp-color: #25D366;
  --font-family: var(--user-font-family, var(--font-family-sans-serif, "sans-serif"));
  --dropdown-shadow: 0px 20px 50px -10px #00000073;
  --select2-shadow: 0px 50px 50px -10px #00000038;
  --card-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
  --page-bg: var(--bg-color);
  --header-bg: var(--header-bg-color);
  --footer-bg: var(--footer-bg-color);
  --listing-scroll-gap: 5%;
  --grid-spacing: 1px;
  --listing-title-spacing: 2px;
  --listing-aspect-ratio: 1.5;
  --tag-gap: 5px;
  --story-xxl: 12.5;
  --story-xl: 10.5;
  --story-lg: 8.5;
  --story-md: 7.5;
  --story-sm: 5.5;
  --story-xs: 3.6;
  --story-xxs: 3.2;
  --column-peak: 0.2;
  --pubs-large-xxl: 6;
  --pubs-large-xl: 5;
  --pubs-large-lg: 4;
  --pubs-large-md: 3;
  --pubs-large-sm: 2;
  --pubs-large-xs: 2;
  --pubs-medium-xxl: 7;
  --pubs-medium-xl: 6;
  --pubs-medium-lg: 5;
  --pubs-medium-md: 4;
  --pubs-medium-sm: 3;
  --pubs-medium-xs: 2;
  --pubs-small-xxl: 8;
  --pubs-small-xl: 7;
  --pubs-small-lg: 6;
  --pubs-small-md: 5;
  --pubs-small-sm: 4;
  --pubs-small-xs: 3;
  --listing-tab-gap: 5px;
  --listing-tab-padding: 5px 15px;
  --listing-tab-font-weight: 600;
  --pub-tab-gap: 5px;
  --pub-tab-padding: 5px 15px;
  --pub-tab-font-weight: 600;
  --dark-mode: none;
}

@-webkit-keyframes storySlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}

@keyframes storySlideTime {
  0% {
    max-width: 0;
  }
  100% {
    max-width: 100%;
  }
}
@media screen and (max-width: 460px) {
  .stories-modal .story-media {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 10px;
  }

  ::-webkit-scrollbar-track {
    background: var(--scrollbar-bg-color);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--scrollbar-thumb-color);
    border: 3px solid var(--scrollbar-bg-color);
    /* creates padding around scroll thumb */
  }

  body {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-bg-color) var(--scrollbar-thumb-color);
  }
  body::-webkit-scrollbar-track {
    background: var(--scrollbar-bg-color);
  }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--scrollbar-thumb-color);
  }
}
* {
  outline: none;
  -ms-touch-action: pan-x pan-y;
      touch-action: pan-x pan-y;
}

html {
  height: 100%;
  width: 100%;
  max-width: 100%;
  background: red;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #444;
}

body {
  color: var(--text-color);
  padding: 0 !important;
  font-family: var(--font-family);
  font-variant-numeric: lining-nums;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
  letter-spacing: -0.5px;
  background: #222;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  min-height: 100%;
  overflow-x: clip;
  height: unset;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
  background: var(--bg-color);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family);
  margin-top: 0px;
  font-weight: 400;
}

.absolute {
  position: absolute !important;
}

.top {
  top: 0px !important;
}

.bottom {
  bottom: 0px !important;
}

.left {
  left: 0px !important;
}

.right {
  right: 0px !important;
}

.text-whatsapp {
  color: var(--whatsapp-color);
}

.text-telegram {
  color: #0088CC;
}

.col-fixed {
  max-width: 360px;
}

.no-events {
  pointer-events: none;
}

.all-events {
  pointer-events: all;
}

.absolute-bottom {
  position: absolute;
  bottom: 0px;
}

.absolute-vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overflow-auto {
  overflow: auto !important;
}

ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

hr {
  border: 1px solid var(--default-color);
}

.number {
  font-weight: 600;
  letter-spacing: -1px;
}

a {
  font-family: var(--font-family);
  color: var(--text-color);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
a:hover, a:active {
  color: var(--text-color);
}

#dark-mode-menu {
  display: var(--dark-mode, "none");
}

.avatar {
  padding: 0px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px;
  position: relative;
  background: var(--avatar-bg-color, transparent);
}
.avatar.avatar-lg {
  width: 120px;
  height: 120px;
}
.avatar.avatar-story {
  width: 70px;
  height: 70px;
}
.avatar.avatar-md {
  width: 48px;
  height: 48px;
}
.avatar.avatar-sm {
  width: 40px;
  height: 40px;
}
.avatar.avatar-xs {
  width: 36px;
  height: 36px;
}
.avatar.avatar-xxs {
  width: 30px;
  height: 30px;
}
.avatar img {
  width: 100%;
  margin-top: 0%;
  vertical-align: top;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.avatar .fallback {
  opacity: 0.1;
}

.contenteditable {
  cursor: text;
}
.contenteditable:empty:before {
  content: attr(data-placeholder);
  color: grey;
  font-style: italic;
}

.watermark {
  -webkit-filter: grayscale(1) opacity(0.05) brightness(0.1);
          filter: grayscale(1) opacity(0.05) brightness(0.1);
}

.app {
  -webkit-transition: -webkit-transform ease 600ms;
  transition: -webkit-transform ease 600ms;
  transition: transform ease 600ms;
  transition: transform ease 600ms, -webkit-transform ease 600ms;
  -webkit-transform-origin: center 0px;
      -ms-transform-origin: center 0px;
          transform-origin: center 0px;
  background: var(--page-bg);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  will-change: transform;
  overflow-x: hidden;
  overflow-x: clip;
}

.app-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background: var(--header-bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--header-text-color);
  /* Task List */
  /* Individual Task */
}
.app-header .navbar {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 15px;
  min-height: 4.715rem;
  border: none;
}
.app-header .navbar-logo {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .app-header .navbar-logo {
    display: block;
  }
}
.app-header .navbar-back {
  position: absolute;
  top: 17px;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 300;
}
.app-header .navbar-toggler {
  outline: none;
  color: var(--header-text-color);
}
@media (max-width: 767.98px) {
  .app-header .navbar-toggler {
    position: absolute;
    right: 5px;
    margin: 0px;
    top: 17px;
  }
}
.app-header #navbar-header-menu {
  gap: 5px;
}
.app-header #navbar-header-menu > .nav-item {
  list-style: none;
  border-radius: var(--btn-border-radius);
}
@media (max-width: 767.98px) {
  .app-header #navbar-header-menu > .nav-item {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 767.98px) and (max-width: 366px) {
  .app-header #navbar-header-menu > .nav-item .btn {
    padding: 0px 12px;
  }
}
.app-header #navbar-header-menu > .nav-item > .btn:not(:hover):not(:active):not(.btn-primary), .app-header #navbar-header-menu > .nav-item > .dropdown:not(.navbar-user-menu) > .btn:not(:hover):not(:active):not(.btn-primary) {
  color: var(--header-text-color);
}
.app-header .navbar-link {
  color: var(--header-text-color) !important;
}
.app-header .navbar-user-menu {
  background: var(--header-bg-color-hover);
  border-radius: 50px;
  height: 40px;
  max-width: 80px;
}
.app-header .dropdown-notification {
  padding: 0px;
}
@media (min-width: 768px) {
  .app-header .navbar-user-menu {
    position: relative;
  }
  .app-header .dropdown-user {
    right: 0px;
    left: auto;
    top: 53px;
  }
  .app-header .dropdown-notification {
    right: 0px;
    left: auto;
    top: 53px;
  }
}
@media (max-width: 991.98px) {
  .app-header .dropdown-user {
    max-width: calc(100vw - 10px);
    margin: 0px 5px;
    right: -15px;
  }
  .app-header .dropdown-notification {
    width: calc(100vw - 10px);
    margin: 0px 5px;
    margin-top: 5px;
    right: -15px;
  }
  .app-header .dropdown-upload {
    max-width: calc(100vw - 10px);
    margin: 0px 5px;
    right: -15px;
  }
}
.app-header .badge-notification {
  border-radius: 50%;
  background: #ff0043;
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  width: 22px;
  height: 22px;
  padding: 0px;
  display: block;
  position: absolute;
  top: 0px;
  right: 2px;
  font-weight: 600;
}
.app-header .notification-text {
  line-height: 1.5;
  white-space: pre-line;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.app-header .task-list {
  overflow: hidden;
  list-style: none;
  padding: 0px;
}
.app-header .task {
  color: #fff;
  width: 100%;
  height: auto;
  line-height: 2;
  position: relative;
  height: auto;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}
.app-header .task.dropdown-item:active {
  background: inherit !important;
}
.app-header .task-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  height: 100%;
}
.app-header .task-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 100%;
  width: 100%;
  padding-left: 20px;
  background: #b91d1d;
  text-align: left;
  color: white;
  border-radius: 10px;
}
.app-header .task-content {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.app-header .task:not(.completed):not(.completing) {
  margin-bottom: 1px;
  color: #222;
}
.app-header .task.completing {
  text-decoration: line-through;
  background-color: green;
}
.app-header .task.completed {
  opacity: 0.5;
  text-decoration: line-through;
  background-color: #323232;
}
.app-header .task.deleting {
  background-color: transparent;
}
.app-header .avatar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .app-header picture.avatar {
    width: 32px;
    height: 32px;
  }
}
.app-header .collapsing {
  -webkit-transition: none;
  transition: none;
}
.app-header .dropdown-user-account {
  -webkit-box-shadow: 0px 5px 15px -3px #0000008c;
          box-shadow: 0px 5px 15px -3px #0000008c;
  border-radius: 10px;
  background: var(--dropdown-bg-color-hover);
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
}

.app-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 20px;
  padding: 30px 0px;
  background: var(--footer-bg, transparent);
}
.app-footer .footer-logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.footer-credit-cards {
  margin-top: 10px;
}

.footer-credit-cards-img {
  max-height: 40px;
}

.footer-social-network .btn {
  margin: 0px 5px;
}
@media (max-width: 767.98px) {
  .footer-social-network {
    margin-top: 15px;
  }
}

.breadcrumb {
  overflow-y: hidden;
  overflow-x: auto;
  text-transform: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
}
.breadcrumb .dropdown-toggle {
  cursor: pointer;
}
.breadcrumb .breadcrumb-label {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .breadcrumb .breadcrumb-label {
    display: block;
  }
}
.breadcrumb .breadcrumb-item {
  padding: 0px;
  outline: none !important;
  margin-right: 5px;
  display: inline-block;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}

.breadcrumb {
  margin-top: 10px;
}
.breadcrumb .breadcrumb-item::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  white-space: nowrap;
}
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb .breadcrumb-item:first-child .btn {
  padding-left: 0px;
}

.pub-verified {
  color: var(--primary-color);
}

section.breadcrumb {
  text-transform: uppercase;
  font-weight: 200;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
}
section.breadcrumb strong {
  font-weight: 700;
}
section.breadcrumb .page-header {
  padding: 0px;
  padding-top: 30px;
}
@media (max-width: 575.98px) {
  section.breadcrumb .page-header {
    padding: 0px;
    padding-top: 20px;
  }
}
section.breadcrumb .page-title {
  margin: 0px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  section.breadcrumb .page-title {
    font-size: 22px;
  }
}
section.breadcrumb ol.breadcrumb {
  padding-top: 0px;
}
section.breadcrumb .breadcrumb-label h5 {
  font-weight: 400;
}
@media (max-width: 575.98px) {
  section.breadcrumb .breadcrumb-label {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .dropdown-login {
    max-width: calc(100vw - 10px);
    margin-top: 17px;
    right: -10px;
  }
}

.register-gallery-item {
  width: 80px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  background: #efefef;
  margin: 0px 10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.animation-off {
  -webkit-animation: none !important;
          animation: none !important;
}

.comment-bubble {
  background-color: var(--light-color);
  border-radius: 6px;
  margin: 0px 10px;
  padding: 10px;
}

.ui-loader {
  display: none;
}

.opacity-hide {
  opacity: 0 !important;
}

.tag-gap {
  gap: var(--tag-gap);
}

.horizontal-scroll {
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .horizontal-scroll-p-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 991.98px) {
  .horizontal-scroll-p-20 .horizontal-scroll {
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .horizontal-scroll-p-15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 991.98px) {
  .horizontal-scroll-p-15 .horizontal-scroll {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
  }
}

.horizontal-scroll-shadow:after {
  right: 0px;
  top: 0px;
  content: "";
  position: absolute;
  width: 70px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(var(--bg-color-rgb), 0)), to(var(--bg-color)));
  background: linear-gradient(to right, rgba(var(--bg-color-rgb), 0), var(--bg-color));
  visibility: visible;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .horizontal-scroll-nonpadding {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.browser-mobile .horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.storylist .story {
  width: 80px;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
}
.storylist .avatar-story {
  width: 80px;
  height: 80px;
  border: 3px solid var(--bg-color);
}
.storylist .story-status {
  width: 100%;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
}
.storylist .story-status.story-seen {
  background: var(--default-color);
}
.storylist .story-status.story-new {
  background: var(--primary-color);
}
.storylist .story-title {
  margin-top: 10px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.object-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.relative {
  position: relative;
}

.no-overflow {
  overflow: hidden !important;
}

.absolute {
  position: absolute !important;
}

.top {
  top: 0px !important;
}

.bottom:not(.bootstrap-datetimepicker-widget) {
  bottom: 0px !important;
}

.left {
  left: 0px !important;
}

.right {
  right: 0px !important;
}

.col-fixed {
  max-width: 360px;
}

.no-events {
  pointer-events: none;
}

i {
  pointer-events: none;
}

.absolute-bottom {
  position: absolute;
  bottom: 0px;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-visible {
  overflow: visible !important;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

x-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.sitemap .sitemap-button {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sitemap .sitemap-button.collapsed {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sitemap .nav-link {
  border-radius: 0px;
  border-bottom: 2px solid transparent !important;
}
.sitemap .nav-link.active {
  border-color: var(--primary-color) !important;
}

.stories-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background: #0f0f0f;
}
.stories-modal .story-wrapper {
  height: 100%;
  width: 100vw;
  margin: 0px auto;
  overflow: hidden;
}
.stories-modal .pub_title {
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.stories-modal .ago {
  display: block;
  color: white;
  font-weight: 100;
  text-shadow: 0px 0px 5px #0000007d;
}
.stories-modal .story-scroll {
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(var(--total-items, 1000), 100%);
}
.stories-modal .story-header {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}
.stories-modal .story-avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.stories-modal .footer {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding: 0px 15px;
}
.stories-modal .footer i {
  color: white;
}
.stories-modal .footer .dropdown-toggle:after {
  display: none;
}
.stories-modal .story-content {
  height: 100vh;
  width: 100%;
  background: #444;
}
.stories-modal .story-content video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.stories-modal .story-media {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: none;
}
.stories-modal .story-media.show {
  display: block;
}
.stories-modal .story-unmute {
  position: absolute;
  /* width: 100%; */
  /* height: 20%; */
  /* left: 0px; */
  bottom: 50px;
  background: #00000075;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.stories-modal .story-unmute i {
  margin-right: 5px;
}
.stories-modal .story {
  height: 100%;
  width: 100vw;
  position: relative;
  display: inline-block;
}
.stories-modal .story-progress {
  display: table;
  table-layout: fixed;
  border-spacing: 6px;
  border-collapse: separate;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 2px;
  z-index: 10002;
}
.stories-modal .story-progress-bar {
  display: table-cell;
  background: rgba(39, 39, 39, 0.24);
  border-radius: 2px;
  height: 3px;
  overflow: hidden;
}
.stories-modal .story-progress-bar .story-progress-bg {
  content: "";
  height: 3px;
  width: auto;
  background: var(--primary-color);
  display: none;
}
.stories-modal .story-progress-bar.done .story-progress-bg {
  display: block;
}
.stories-modal .story-progress-bar.active .story-progress-bg {
  display: block;
  -webkit-animation-name: storySlideTime;
          animation-name: storySlideTime;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.stories-modal .story-progress-bar.paused .story-progress-bg {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.stories-modal .story-prev {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.stories-modal .story-next {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 0px;
}

.pub-stories-add {
  width: 100px;
}
@media (max-width: 767.98px) {
  .pub-stories-add {
    width: 80px;
  }
}

.listing-type-story {
  --grid-spacing: 10px;
  margin: 20px 0px;
  display: grid;
  grid-gap: var(--grid-spacing);
  grid-template-columns: repeat(var(--total-items, 1000), calc((100% - var(--grid-spacing)*(var(--listing-columns) - 1)) / var(--listing-columns)));
  --listing-columns: var(--story-xxl);
  /* Iphone SE */
}
@media (max-width: 991.98px) {
  .listing-type-story {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1599.98px) {
  .listing-type-story {
    --listing-columns: var(--story-xl);
  }
}
@media (max-width: 1199.98px) {
  .listing-type-story {
    --listing-columns: var(--story-lg);
  }
}
@media (max-width: 991.98px) {
  .listing-type-story {
    --listing-columns: var(--story-md);
  }
}
@media (max-width: 767.98px) {
  .listing-type-story {
    --listing-columns: var(--story-sm);
  }
}
@media (max-width: 575.98px) {
  .listing-type-story {
    --listing-columns: var(--story-xs);
  }
}
@media (max-width: 375.98px) {
  .listing-type-story {
    --listing-columns: var(--story-xxs);
  }
}

.radio-custom .radio-option {
  border: 3px solid #efefef;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0px;
  font-weight: 300;
}
.radio-custom .radio-option.selected {
  border: 3px solid #c90035;
  border-radius: 10px;
  padding: 20px;
  margin: 10px 0px;
  -webkit-box-shadow: 0px 0px 20px #c9003530;
          box-shadow: 0px 0px 20px #c9003530;
}
.radio-custom .radio-option.selected h3 {
  color: #c90035;
}
.radio-custom h3 {
  font-weight: 600;
  margin: 5px 0px;
}

.register-form:not(.show) {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}

#back-to-top {
  width: 50px !important;
  height: 50px !important;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, 100px);
      -ms-transform: translate(-50%, 100px);
          transform: translate(-50%, 100px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 12px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 12px 28px rgba(0, 0, 0, 0.2);
  font-size: 28px;
}
#back-to-top.show {
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.nowrap {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: normal;
}

.dropzone-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
  margin: 0px;
  grid-gap: 10px;
  min-height: 0px;
  border: 0px;
}
.dropzone-gallery .dz-preview[data-upload-trigger] {
  border: 2px dashed var(--line-color);
  border-radius: var(--img-border-radius);
}
.dropzone-gallery .dz-default {
  display: none;
}
.dropzone-gallery .dz-preview {
  min-height: auto !important;
  margin: 0px !important;
}
.dropzone-gallery .dz-progress-container {
  -webkit-animation: none !important;
          animation: none !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* border-radius: 10px; */
  z-index: 10;
  /* overflow: hidden; */
}
.dropzone-gallery .dz-processing .dz-progress-effect {
  height: 100%;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px;
  /* background: #9e9e9e5c; */
  /* backdrop-filter: blur(10px); */
  /* box-shadow: 0px 0px 20px #00000052;
  box-shadow: -10px 0px 10px -5px #00000078;
  border-radius: 10px; */
  width: calc(100% - var(--progress, 0%));
  left: var(--progress, 0%);
  position: absolute;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background: #ffffffc4;
}
.dropzone-gallery .dz-image {
  border-radius: 10px !important;
  width: 100% !important;
  height: inherit !important;
  padding-top: 100% !important;
}
.dropzone-gallery .dz-img {
  -webkit-filter: none !important;
          filter: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
.dropzone-gallery .dz-remove {
  position: absolute;
}
.dropzone-gallery .dz-icon {
  color: #FFFFFF;
  text-shadow: 0px 0px 10px #00000060;
  display: none;
}
.dropzone-gallery .dz-icon-error {
  color: #feffb5;
}
.dropzone-gallery .dz-icon-success {
  color: #a7ffca;
}
.dropzone-gallery .dz-icon-cancel {
  /* color: #ffd0d0; */
}
.dropzone-gallery .dz-remove {
  display: none !important;
}
.dropzone-gallery .dz-preview:not(.dz-processing) .dz-icon-cancel {
  display: block;
}
.dropzone-gallery .dz-preview.dz-processing:not(.dz-complete) .dz-icon-progress {
  display: block;
}
.dropzone-gallery .dz-preview.dz-complete:not(.dz-error) .dz-icon-success {
  display: block;
}
.dropzone-gallery .dz-preview.dz-error .dz-icon-error {
  display: block;
}

.dropzone-story .dz-image {
  border-radius: 10px !important;
  width: 100% !important;
  height: inherit !important;
  padding-top: 190% !important;
}
.dropzone-story .dz-preview {
  z-index: auto !important;
}
.dropzone-story .dz-preview[data-upload-trigger] {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.dropzone-story .dz-preview[data-published] {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.dropzone-story[data-recent-container] [role=unpublish] {
  display: none;
}
.dropzone-story[data-published-container] [role=publish] {
  display: none;
}
.dropzone-story[data-published-container] [role=delete] {
  display: none;
}

/********* Animations *************/
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.favorite-empty {
  overflow: hidden;
  height: 0px;
  -webkit-transition: height 200ms linear;
  transition: height 200ms linear;
}

.favorite-container {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
}
.favorite-container:empty {
  padding: 0px;
}
.favorite-container:empty + .favorite-empty {
  height: 120px;
}