/* ============================CLASSES========================== */
@import url("https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Inter:wght@100..900&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
.animation-hii {
  transform-origin: 70% 70%;
  animation: waveAnimation 16s ease infinite alternate;
}

@-khtml-keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes waveAnimation {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.border-default {
  border: 1.5px solid #9345af !important;
}

.border-primary {
  border: 1.5px solid #007afd !important;
}

.border-secondary {
  border: 1.5px solid #6c747c !important;
}

.border-success {
  border: 1.5px solid #28a645 !important;
}

.border-danger {
  border: 1.5px solid #db3545 !important;
}

.border-warning {
  border: 1.5px solid #fdc007 !important;
}

.border-info {
  border: 1.5px solid #17a1b7 !important;
}

.border-dark {
  border: 1.5px solid #343a40 !important;
}

.border-white {
  border: 1.5px solid #fff !important;
}

.border-light {
  border: 1.5px solid #626d78 !important;
}

.border-transparent {
  border: 1.5px solid transparent !important;
}

.border-default-5 {
  border: 1.5px solid rgba(147, 69, 175, 0.05) !important;
}

.border-primary-5 {
  border: 1.5px solid rgba(0, 122, 253, 0.05) !important;
}

.border-secondary-5 {
  border: 1.5px solid rgba(108, 116, 124, 0.05) !important;
}

.border-success-5 {
  border: 1.5px solid rgba(40, 166, 69, 0.05) !important;
}

.border-danger-5 {
  border: 1.5px solid rgba(219, 53, 69, 0.05) !important;
}

.border-warning-5 {
  border: 1.5px solid rgba(253, 192, 7, 0.05) !important;
}

.border-info-5 {
  border: 1.5px solid rgba(23, 161, 183, 0.05) !important;
}

.border-dark-5 {
  border: 1.5px solid rgba(52, 58, 64, 0.05) !important;
}

.border-light-5 {
  border: 1.5px solid rgba(98, 109, 120, 0.05) !important;
}

.border-transparent-5 {
  border: 1.5px solid rgba(0, 0, 0, 0.05) !important;
}

.border-default-10 {
  border: 1.5px solid rgba(147, 69, 175, 0.1) !important;
}

.border-primary-10 {
  border: 1.5px solid rgba(0, 122, 253, 0.1) !important;
}

.border-secondary-10 {
  border: 1.5px solid rgba(108, 116, 124, 0.1) !important;
}

.border-success-10 {
  border: 1.5px solid rgba(40, 166, 69, 0.1) !important;
}

.border-danger-10 {
  border: 1.5px solid rgba(219, 53, 69, 0.1) !important;
}

.border-warning-10 {
  border: 1.5px solid rgba(253, 192, 7, 0.1) !important;
}

.border-info-10 {
  border: 1.5px solid rgba(23, 161, 183, 0.1) !important;
}

.border-dark-10 {
  border: 1.5px solid rgba(52, 58, 64, 0.1) !important;
}

.border-light-10 {
  border: 1.5px solid rgba(98, 109, 120, 0.1) !important;
}

.border-transparent-10 {
  border: 1.5px solid rgba(0, 0, 0, 0.1) !important;
}

.border-default-15 {
  border: 1.5px solid rgba(147, 69, 175, 0.15) !important;
}

.border-primary-15 {
  border: 1.5px solid rgba(0, 122, 253, 0.15) !important;
}

.border-secondary-15 {
  border: 1.5px solid rgba(108, 116, 124, 0.15) !important;
}

.border-success-15 {
  border: 1.5px solid rgba(40, 166, 69, 0.15) !important;
}

.border-danger-15 {
  border: 1.5px solid rgba(219, 53, 69, 0.15) !important;
}

.border-warning-15 {
  border: 1.5px solid rgba(253, 192, 7, 0.15) !important;
}

.border-info-15 {
  border: 1.5px solid rgba(23, 161, 183, 0.15) !important;
}

.border-dark-15 {
  border: 1.5px solid rgba(52, 58, 64, 0.15) !important;
}

.border-light-15 {
  border: 1.5px solid rgba(98, 109, 120, 0.15) !important;
}

.border-transparent-15 {
  border: 1.5px solid rgba(0, 0, 0, 0.15) !important;
}

.border-default-20 {
  border: 1.5px solid rgba(147, 69, 175, 0.2) !important;
}

.border-primary-20 {
  border: 1.5px solid rgba(0, 122, 253, 0.2) !important;
}

.border-secondary-20 {
  border: 1.5px solid rgba(108, 116, 124, 0.2) !important;
}

.border-success-20 {
  border: 1.5px solid rgba(40, 166, 69, 0.2) !important;
}

.border-danger-20 {
  border: 1.5px solid rgba(219, 53, 69, 0.2) !important;
}

.border-warning-20 {
  border: 1.5px solid rgba(253, 192, 7, 0.2) !important;
}

.border-info-20 {
  border: 1.5px solid rgba(23, 161, 183, 0.2) !important;
}

.border-dark-20 {
  border: 1.5px solid rgba(52, 58, 64, 0.2) !important;
}

.border-light-20 {
  border: 1.5px solid rgba(98, 109, 120, 0.2) !important;
}

.border-transparent-20 {
  border: 1.5px solid rgba(0, 0, 0, 0.2) !important;
}

.border-default-25 {
  border: 1.5px solid rgba(147, 69, 175, 0.25) !important;
}

.border-primary-25 {
  border: 1.5px solid rgba(0, 122, 253, 0.25) !important;
}

.border-secondary-25 {
  border: 1.5px solid rgba(108, 116, 124, 0.25) !important;
}

.border-success-25 {
  border: 1.5px solid rgba(40, 166, 69, 0.25) !important;
}

.border-danger-25 {
  border: 1.5px solid rgba(219, 53, 69, 0.25) !important;
}

.border-warning-25 {
  border: 1.5px solid rgba(253, 192, 7, 0.25) !important;
}

.border-info-25 {
  border: 1.5px solid rgba(23, 161, 183, 0.25) !important;
}

.border-dark-25 {
  border: 1.5px solid rgba(52, 58, 64, 0.25) !important;
}

.border-light-25 {
  border: 1.5px solid rgba(98, 109, 120, 0.25) !important;
}

.border-transparent-25 {
  border: 1.5px solid rgba(0, 0, 0, 0.25) !important;
}

.border-default-30 {
  border: 1.5px solid rgba(147, 69, 175, 0.3) !important;
}

.border-primary-30 {
  border: 1.5px solid rgba(0, 122, 253, 0.3) !important;
}

.border-secondary-30 {
  border: 1.5px solid rgba(108, 116, 124, 0.3) !important;
}

.border-success-30 {
  border: 1.5px solid rgba(40, 166, 69, 0.3) !important;
}

.border-danger-30 {
  border: 1.5px solid rgba(219, 53, 69, 0.3) !important;
}

.border-warning-30 {
  border: 1.5px solid rgba(253, 192, 7, 0.3) !important;
}

.border-info-30 {
  border: 1.5px solid rgba(23, 161, 183, 0.3) !important;
}

.border-dark-30 {
  border: 1.5px solid rgba(52, 58, 64, 0.3) !important;
}

.border-light-30 {
  border: 1.5px solid rgba(98, 109, 120, 0.3) !important;
}

.border-transparent-30 {
  border: 1.5px solid rgba(0, 0, 0, 0.3) !important;
}

.border-default-35 {
  border: 1.5px solid rgba(147, 69, 175, 0.35) !important;
}

.border-primary-35 {
  border: 1.5px solid rgba(0, 122, 253, 0.35) !important;
}

.border-secondary-35 {
  border: 1.5px solid rgba(108, 116, 124, 0.35) !important;
}

.border-success-35 {
  border: 1.5px solid rgba(40, 166, 69, 0.35) !important;
}

.border-danger-35 {
  border: 1.5px solid rgba(219, 53, 69, 0.35) !important;
}

.border-warning-35 {
  border: 1.5px solid rgba(253, 192, 7, 0.35) !important;
}

.border-info-35 {
  border: 1.5px solid rgba(23, 161, 183, 0.35) !important;
}

.border-dark-35 {
  border: 1.5px solid rgba(52, 58, 64, 0.35) !important;
}

.border-light-35 {
  border: 1.5px solid rgba(98, 109, 120, 0.35) !important;
}

.border-transparent-35 {
  border: 1.5px solid rgba(0, 0, 0, 0.35) !important;
}

.border-default-40 {
  border: 1.5px solid rgba(147, 69, 175, 0.4) !important;
}

.border-primary-40 {
  border: 1.5px solid rgba(0, 122, 253, 0.4) !important;
}

.border-secondary-40 {
  border: 1.5px solid rgba(108, 116, 124, 0.4) !important;
}

.border-success-40 {
  border: 1.5px solid rgba(40, 166, 69, 0.4) !important;
}

.border-danger-40 {
  border: 1.5px solid rgba(219, 53, 69, 0.4) !important;
}

.border-warning-40 {
  border: 1.5px solid rgba(253, 192, 7, 0.4) !important;
}

.border-info-40 {
  border: 1.5px solid rgba(23, 161, 183, 0.4) !important;
}

.border-dark-40 {
  border: 1.5px solid rgba(52, 58, 64, 0.4) !important;
}

.border-light-40 {
  border: 1.5px solid rgba(98, 109, 120, 0.4) !important;
}

.border-transparent-40 {
  border: 1.5px solid rgba(0, 0, 0, 0.4) !important;
}

.border-default-45 {
  border: 1.5px solid rgba(147, 69, 175, 0.45) !important;
}

.border-primary-45 {
  border: 1.5px solid rgba(0, 122, 253, 0.45) !important;
}

.border-secondary-45 {
  border: 1.5px solid rgba(108, 116, 124, 0.45) !important;
}

.border-success-45 {
  border: 1.5px solid rgba(40, 166, 69, 0.45) !important;
}

.border-danger-45 {
  border: 1.5px solid rgba(219, 53, 69, 0.45) !important;
}

.border-warning-45 {
  border: 1.5px solid rgba(253, 192, 7, 0.45) !important;
}

.border-info-45 {
  border: 1.5px solid rgba(23, 161, 183, 0.45) !important;
}

.border-dark-45 {
  border: 1.5px solid rgba(52, 58, 64, 0.45) !important;
}

.border-light-45 {
  border: 1.5px solid rgba(98, 109, 120, 0.45) !important;
}

.border-transparent-45 {
  border: 1.5px solid rgba(0, 0, 0, 0.45) !important;
}

.border-default-50 {
  border: 1.5px solid rgba(147, 69, 175, 0.5) !important;
}

.border-primary-50 {
  border: 1.5px solid rgba(0, 122, 253, 0.5) !important;
}

.border-secondary-50 {
  border: 1.5px solid rgba(108, 116, 124, 0.5) !important;
}

.border-success-50 {
  border: 1.5px solid rgba(40, 166, 69, 0.5) !important;
}

.border-danger-50 {
  border: 1.5px solid rgba(219, 53, 69, 0.5) !important;
}

.border-warning-50 {
  border: 1.5px solid rgba(253, 192, 7, 0.5) !important;
}

.border-info-50 {
  border: 1.5px solid rgba(23, 161, 183, 0.5) !important;
}

.border-dark-50 {
  border: 1.5px solid rgba(52, 58, 64, 0.5) !important;
}

.border-light-50 {
  border: 1.5px solid rgba(98, 109, 120, 0.5) !important;
}

.border-transparent-50 {
  border: 1.5px solid rgba(0, 0, 0, 0.5) !important;
}

.border-default-55 {
  border: 1.5px solid rgba(147, 69, 175, 0.55) !important;
}

.border-primary-55 {
  border: 1.5px solid rgba(0, 122, 253, 0.55) !important;
}

.border-secondary-55 {
  border: 1.5px solid rgba(108, 116, 124, 0.55) !important;
}

.border-success-55 {
  border: 1.5px solid rgba(40, 166, 69, 0.55) !important;
}

.border-danger-55 {
  border: 1.5px solid rgba(219, 53, 69, 0.55) !important;
}

.border-warning-55 {
  border: 1.5px solid rgba(253, 192, 7, 0.55) !important;
}

.border-info-55 {
  border: 1.5px solid rgba(23, 161, 183, 0.55) !important;
}

.border-dark-55 {
  border: 1.5px solid rgba(52, 58, 64, 0.55) !important;
}

.border-light-55 {
  border: 1.5px solid rgba(98, 109, 120, 0.55) !important;
}

.border-transparent-55 {
  border: 1.5px solid rgba(0, 0, 0, 0.55) !important;
}

.border-default-60 {
  border: 1.5px solid rgba(147, 69, 175, 0.6) !important;
}

.border-primary-60 {
  border: 1.5px solid rgba(0, 122, 253, 0.6) !important;
}

.border-secondary-60 {
  border: 1.5px solid rgba(108, 116, 124, 0.6) !important;
}

.border-success-60 {
  border: 1.5px solid rgba(40, 166, 69, 0.6) !important;
}

.border-danger-60 {
  border: 1.5px solid rgba(219, 53, 69, 0.6) !important;
}

.border-warning-60 {
  border: 1.5px solid rgba(253, 192, 7, 0.6) !important;
}

.border-info-60 {
  border: 1.5px solid rgba(23, 161, 183, 0.6) !important;
}

.border-dark-60 {
  border: 1.5px solid rgba(52, 58, 64, 0.6) !important;
}

.border-light-60 {
  border: 1.5px solid rgba(98, 109, 120, 0.6) !important;
}

.border-transparent-60 {
  border: 1.5px solid rgba(0, 0, 0, 0.6) !important;
}

.border-default-65 {
  border: 1.5px solid rgba(147, 69, 175, 0.65) !important;
}

.border-primary-65 {
  border: 1.5px solid rgba(0, 122, 253, 0.65) !important;
}

.border-secondary-65 {
  border: 1.5px solid rgba(108, 116, 124, 0.65) !important;
}

.border-success-65 {
  border: 1.5px solid rgba(40, 166, 69, 0.65) !important;
}

.border-danger-65 {
  border: 1.5px solid rgba(219, 53, 69, 0.65) !important;
}

.border-warning-65 {
  border: 1.5px solid rgba(253, 192, 7, 0.65) !important;
}

.border-info-65 {
  border: 1.5px solid rgba(23, 161, 183, 0.65) !important;
}

.border-dark-65 {
  border: 1.5px solid rgba(52, 58, 64, 0.65) !important;
}

.border-light-65 {
  border: 1.5px solid rgba(98, 109, 120, 0.65) !important;
}

.border-transparent-65 {
  border: 1.5px solid rgba(0, 0, 0, 0.65) !important;
}

.border-default-70 {
  border: 1.5px solid rgba(147, 69, 175, 0.7) !important;
}

.border-primary-70 {
  border: 1.5px solid rgba(0, 122, 253, 0.7) !important;
}

.border-secondary-70 {
  border: 1.5px solid rgba(108, 116, 124, 0.7) !important;
}

.border-success-70 {
  border: 1.5px solid rgba(40, 166, 69, 0.7) !important;
}

.border-danger-70 {
  border: 1.5px solid rgba(219, 53, 69, 0.7) !important;
}

.border-warning-70 {
  border: 1.5px solid rgba(253, 192, 7, 0.7) !important;
}

.border-info-70 {
  border: 1.5px solid rgba(23, 161, 183, 0.7) !important;
}

.border-dark-70 {
  border: 1.5px solid rgba(52, 58, 64, 0.7) !important;
}

.border-light-70 {
  border: 1.5px solid rgba(98, 109, 120, 0.7) !important;
}

.border-transparent-70 {
  border: 1.5px solid rgba(0, 0, 0, 0.7) !important;
}

.border-default-75 {
  border: 1.5px solid rgba(147, 69, 175, 0.75) !important;
}

.border-primary-75 {
  border: 1.5px solid rgba(0, 122, 253, 0.75) !important;
}

.border-secondary-75 {
  border: 1.5px solid rgba(108, 116, 124, 0.75) !important;
}

.border-success-75 {
  border: 1.5px solid rgba(40, 166, 69, 0.75) !important;
}

.border-danger-75 {
  border: 1.5px solid rgba(219, 53, 69, 0.75) !important;
}

.border-warning-75 {
  border: 1.5px solid rgba(253, 192, 7, 0.75) !important;
}

.border-info-75 {
  border: 1.5px solid rgba(23, 161, 183, 0.75) !important;
}

.border-dark-75 {
  border: 1.5px solid rgba(52, 58, 64, 0.75) !important;
}

.border-light-75 {
  border: 1.5px solid rgba(98, 109, 120, 0.75) !important;
}

.border-transparent-75 {
  border: 1.5px solid rgba(0, 0, 0, 0.75) !important;
}

.border-default-80 {
  border: 1.5px solid rgba(147, 69, 175, 0.8) !important;
}

.border-primary-80 {
  border: 1.5px solid rgba(0, 122, 253, 0.8) !important;
}

.border-secondary-80 {
  border: 1.5px solid rgba(108, 116, 124, 0.8) !important;
}

.border-success-80 {
  border: 1.5px solid rgba(40, 166, 69, 0.8) !important;
}

.border-danger-80 {
  border: 1.5px solid rgba(219, 53, 69, 0.8) !important;
}

.border-warning-80 {
  border: 1.5px solid rgba(253, 192, 7, 0.8) !important;
}

.border-info-80 {
  border: 1.5px solid rgba(23, 161, 183, 0.8) !important;
}

.border-dark-80 {
  border: 1.5px solid rgba(52, 58, 64, 0.8) !important;
}

.border-light-80 {
  border: 1.5px solid rgba(98, 109, 120, 0.8) !important;
}

.border-transparent-80 {
  border: 1.5px solid rgba(0, 0, 0, 0.8) !important;
}

.border-default-85 {
  border: 1.5px solid rgba(147, 69, 175, 0.85) !important;
}

.border-primary-85 {
  border: 1.5px solid rgba(0, 122, 253, 0.85) !important;
}

.border-secondary-85 {
  border: 1.5px solid rgba(108, 116, 124, 0.85) !important;
}

.border-success-85 {
  border: 1.5px solid rgba(40, 166, 69, 0.85) !important;
}

.border-danger-85 {
  border: 1.5px solid rgba(219, 53, 69, 0.85) !important;
}

.border-warning-85 {
  border: 1.5px solid rgba(253, 192, 7, 0.85) !important;
}

.border-info-85 {
  border: 1.5px solid rgba(23, 161, 183, 0.85) !important;
}

.border-dark-85 {
  border: 1.5px solid rgba(52, 58, 64, 0.85) !important;
}

.border-light-85 {
  border: 1.5px solid rgba(98, 109, 120, 0.85) !important;
}

.border-transparent-85 {
  border: 1.5px solid rgba(0, 0, 0, 0.85) !important;
}

.border-default-90 {
  border: 1.5px solid rgba(147, 69, 175, 0.9) !important;
}

.border-primary-90 {
  border: 1.5px solid rgba(0, 122, 253, 0.9) !important;
}

.border-secondary-90 {
  border: 1.5px solid rgba(108, 116, 124, 0.9) !important;
}

.border-success-90 {
  border: 1.5px solid rgba(40, 166, 69, 0.9) !important;
}

.border-danger-90 {
  border: 1.5px solid rgba(219, 53, 69, 0.9) !important;
}

.border-warning-90 {
  border: 1.5px solid rgba(253, 192, 7, 0.9) !important;
}

.border-info-90 {
  border: 1.5px solid rgba(23, 161, 183, 0.9) !important;
}

.border-dark-90 {
  border: 1.5px solid rgba(52, 58, 64, 0.9) !important;
}

.border-light-90 {
  border: 1.5px solid rgba(98, 109, 120, 0.9) !important;
}

.border-transparent-90 {
  border: 1.5px solid rgba(0, 0, 0, 0.9) !important;
}

.border-default-95 {
  border: 1.5px solid rgba(147, 69, 175, 0.95) !important;
}

.border-primary-95 {
  border: 1.5px solid rgba(0, 122, 253, 0.95) !important;
}

.border-secondary-95 {
  border: 1.5px solid rgba(108, 116, 124, 0.95) !important;
}

.border-success-95 {
  border: 1.5px solid rgba(40, 166, 69, 0.95) !important;
}

.border-danger-95 {
  border: 1.5px solid rgba(219, 53, 69, 0.95) !important;
}

.border-warning-95 {
  border: 1.5px solid rgba(253, 192, 7, 0.95) !important;
}

.border-info-95 {
  border: 1.5px solid rgba(23, 161, 183, 0.95) !important;
}

.border-dark-95 {
  border: 1.5px solid rgba(52, 58, 64, 0.95) !important;
}

.border-light-95 {
  border: 1.5px solid rgba(98, 109, 120, 0.95) !important;
}

.border-transparent-95 {
  border: 1.5px solid rgba(0, 0, 0, 0.95) !important;
}

.border-default-100 {
  border: 1.5px solid #9345af !important;
}

.border-primary-100 {
  border: 1.5px solid #007afd !important;
}

.border-secondary-100 {
  border: 1.5px solid #6c747c !important;
}

.border-success-100 {
  border: 1.5px solid #28a645 !important;
}

.border-danger-100 {
  border: 1.5px solid #db3545 !important;
}

.border-warning-100 {
  border: 1.5px solid #fdc007 !important;
}

.border-info-100 {
  border: 1.5px solid #17a1b7 !important;
}

.border-dark-100 {
  border: 1.5px solid #343a40 !important;
}

.border-light-100 {
  border: 1.5px solid #626d78 !important;
}

.border-transparent-100 {
  border: 1.5px solid black !important;
}

@property --border-image-position {
  inherits: false;
  initial-value: 0deg;
  syntax: "<angle>";
}
.border-gradient {
  border-image: linear-gradient(var(--border-image-position), var(--border-image)) 1;
  -webkit-border-image: linear-gradient(var(--border-image-position), var(--border-image)) 1;
  -o-border-image: linear-gradient(var(--border-image-position), var(--border-image)) 1;
  -moz-border-image: linear-gradient(var(--border-image-position), var(--border-image)) 1;
}
.border-gradient.animate, .border-gradient.amin {
  animation: borderImage 3s infinite linear;
}
@-khtml-keyframes borderImage {
  to {
    --border-image-position: 360deg;
  }
}
@-ms-keyframes borderImage {
  to {
    --border-image-position: 360deg;
  }
}
@-moz-keyframes borderImage {
  to {
    --border-image-position: 360deg;
  }
}
@-webkit-keyframes borderImage {
  to {
    --border-image-position: 360deg;
  }
}
@keyframes borderImage {
  to {
    --border-image-position: 360deg;
  }
}

.rounded-default,
.rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.rounded-none,
.rounded-off {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.rounded-full {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.rounded-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.rounded-5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rounded-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.rounded-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.rounded-20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.rounded-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.rounded-30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.rounded-35 {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

.rounded-40 {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.rounded-45 {
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}

.border-style-none {
  border-style: none !important;
}

.border-style-hidden {
  border-style: hidden !important;
}

.border-style-dotted {
  border-style: dotted !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-style-solid {
  border-style: solid !important;
}

.border-style-double {
  border-style: double !important;
}

.border-style-groove {
  border-style: groove !important;
}

.border-style-ridge {
  border-style: ridge !important;
}

.border-style-inset {
  border-style: inset !important;
}

.border-style-outset {
  border-style: outset !important;
}

.border-style-inherit {
  border-style: inherit !important;
}

.border-style-initial {
  border-style: initial !important;
}

.border-style-revert {
  border-style: revert !important;
}

.border-style-revert-layer {
  border-style: revert-layer !important;
}

.border-style-unset {
  border-style: unset !important;
}

.bg-default {
  background-color: #9345af !important;
}

.bg-hover-default:hover {
  background-color: #9345af !important;
  color: #fff !important;
}

.bg-primary {
  background-color: #007afd !important;
}

.bg-hover-primary:hover {
  background-color: #007afd !important;
  color: #fff !important;
}

.bg-secondary {
  background-color: #6c747c !important;
}

.bg-hover-secondary:hover {
  background-color: #6c747c !important;
  color: #fff !important;
}

.bg-success {
  background-color: #28a645 !important;
}

.bg-hover-success:hover {
  background-color: #28a645 !important;
  color: #fff !important;
}

.bg-danger {
  background-color: #db3545 !important;
}

.bg-hover-danger:hover {
  background-color: #db3545 !important;
  color: #fff !important;
}

.bg-warning {
  background-color: #fdc007 !important;
}

.bg-hover-warning:hover {
  background-color: #fdc007 !important;
  color: #fff !important;
}

.bg-info {
  background-color: #17a1b7 !important;
}

.bg-hover-info:hover {
  background-color: #17a1b7 !important;
  color: #fff !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hover-dark:hover {
  background-color: #343a40 !important;
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-hover-white:hover {
  background-color: #fff !important;
  color: #343a40 !important;
}

.bg-light {
  background-color: #626d78 !important;
}

.bg-hover-light:hover {
  background-color: #626d78 !important;
  color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-hover-transparent:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.bg-default-5 {
  background-color: rgba(147, 69, 175, 0.05) !important;
}

.bg-hover-default-5:hover {
  background-color: rgba(147, 69, 175, 0.05) !important;
}

.bg-primary-5 {
  background-color: rgba(0, 122, 253, 0.05) !important;
}

.bg-hover-primary-5:hover {
  background-color: rgba(0, 122, 253, 0.05) !important;
}

.bg-secondary-5 {
  background-color: rgba(108, 116, 124, 0.05) !important;
}

.bg-hover-secondary-5:hover {
  background-color: rgba(108, 116, 124, 0.05) !important;
}

.bg-success-5 {
  background-color: rgba(40, 166, 69, 0.05) !important;
}

.bg-hover-success-5:hover {
  background-color: rgba(40, 166, 69, 0.05) !important;
}

.bg-danger-5 {
  background-color: rgba(219, 53, 69, 0.05) !important;
}

.bg-hover-danger-5:hover {
  background-color: rgba(219, 53, 69, 0.05) !important;
}

.bg-warning-5 {
  background-color: rgba(253, 192, 7, 0.05) !important;
}

.bg-hover-warning-5:hover {
  background-color: rgba(253, 192, 7, 0.05) !important;
}

.bg-info-5 {
  background-color: rgba(23, 161, 183, 0.05) !important;
}

.bg-hover-info-5:hover {
  background-color: rgba(23, 161, 183, 0.05) !important;
}

.bg-dark-5 {
  background-color: rgba(52, 58, 64, 0.05) !important;
}

.bg-hover-dark-5:hover {
  background-color: rgba(52, 58, 64, 0.05) !important;
}

.bg-light-5 {
  background-color: rgba(98, 109, 120, 0.05) !important;
}

.bg-hover-light-5:hover {
  background-color: rgba(98, 109, 120, 0.05) !important;
}

.bg-transparent-5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-hover-transparent-5:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-default-10 {
  background-color: rgba(147, 69, 175, 0.1) !important;
}

.bg-hover-default-10:hover {
  background-color: rgba(147, 69, 175, 0.1) !important;
}

.bg-primary-10 {
  background-color: rgba(0, 122, 253, 0.1) !important;
}

.bg-hover-primary-10:hover {
  background-color: rgba(0, 122, 253, 0.1) !important;
}

.bg-secondary-10 {
  background-color: rgba(108, 116, 124, 0.1) !important;
}

.bg-hover-secondary-10:hover {
  background-color: rgba(108, 116, 124, 0.1) !important;
}

.bg-success-10 {
  background-color: rgba(40, 166, 69, 0.1) !important;
}

.bg-hover-success-10:hover {
  background-color: rgba(40, 166, 69, 0.1) !important;
}

.bg-danger-10 {
  background-color: rgba(219, 53, 69, 0.1) !important;
}

.bg-hover-danger-10:hover {
  background-color: rgba(219, 53, 69, 0.1) !important;
}

.bg-warning-10 {
  background-color: rgba(253, 192, 7, 0.1) !important;
}

.bg-hover-warning-10:hover {
  background-color: rgba(253, 192, 7, 0.1) !important;
}

.bg-info-10 {
  background-color: rgba(23, 161, 183, 0.1) !important;
}

.bg-hover-info-10:hover {
  background-color: rgba(23, 161, 183, 0.1) !important;
}

.bg-dark-10 {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.bg-hover-dark-10:hover {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.bg-light-10 {
  background-color: rgba(98, 109, 120, 0.1) !important;
}

.bg-hover-light-10:hover {
  background-color: rgba(98, 109, 120, 0.1) !important;
}

.bg-transparent-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-hover-transparent-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-default-15 {
  background-color: rgba(147, 69, 175, 0.15) !important;
}

.bg-hover-default-15:hover {
  background-color: rgba(147, 69, 175, 0.15) !important;
}

.bg-primary-15 {
  background-color: rgba(0, 122, 253, 0.15) !important;
}

.bg-hover-primary-15:hover {
  background-color: rgba(0, 122, 253, 0.15) !important;
}

.bg-secondary-15 {
  background-color: rgba(108, 116, 124, 0.15) !important;
}

.bg-hover-secondary-15:hover {
  background-color: rgba(108, 116, 124, 0.15) !important;
}

.bg-success-15 {
  background-color: rgba(40, 166, 69, 0.15) !important;
}

.bg-hover-success-15:hover {
  background-color: rgba(40, 166, 69, 0.15) !important;
}

.bg-danger-15 {
  background-color: rgba(219, 53, 69, 0.15) !important;
}

.bg-hover-danger-15:hover {
  background-color: rgba(219, 53, 69, 0.15) !important;
}

.bg-warning-15 {
  background-color: rgba(253, 192, 7, 0.15) !important;
}

.bg-hover-warning-15:hover {
  background-color: rgba(253, 192, 7, 0.15) !important;
}

.bg-info-15 {
  background-color: rgba(23, 161, 183, 0.15) !important;
}

.bg-hover-info-15:hover {
  background-color: rgba(23, 161, 183, 0.15) !important;
}

.bg-dark-15 {
  background-color: rgba(52, 58, 64, 0.15) !important;
}

.bg-hover-dark-15:hover {
  background-color: rgba(52, 58, 64, 0.15) !important;
}

.bg-light-15 {
  background-color: rgba(98, 109, 120, 0.15) !important;
}

.bg-hover-light-15:hover {
  background-color: rgba(98, 109, 120, 0.15) !important;
}

.bg-transparent-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-hover-transparent-15:hover {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-default-20 {
  background-color: rgba(147, 69, 175, 0.2) !important;
}

.bg-hover-default-20:hover {
  background-color: rgba(147, 69, 175, 0.2) !important;
}

.bg-primary-20 {
  background-color: rgba(0, 122, 253, 0.2) !important;
}

.bg-hover-primary-20:hover {
  background-color: rgba(0, 122, 253, 0.2) !important;
}

.bg-secondary-20 {
  background-color: rgba(108, 116, 124, 0.2) !important;
}

.bg-hover-secondary-20:hover {
  background-color: rgba(108, 116, 124, 0.2) !important;
}

.bg-success-20 {
  background-color: rgba(40, 166, 69, 0.2) !important;
}

.bg-hover-success-20:hover {
  background-color: rgba(40, 166, 69, 0.2) !important;
}

.bg-danger-20 {
  background-color: rgba(219, 53, 69, 0.2) !important;
}

.bg-hover-danger-20:hover {
  background-color: rgba(219, 53, 69, 0.2) !important;
}

.bg-warning-20 {
  background-color: rgba(253, 192, 7, 0.2) !important;
}

.bg-hover-warning-20:hover {
  background-color: rgba(253, 192, 7, 0.2) !important;
}

.bg-info-20 {
  background-color: rgba(23, 161, 183, 0.2) !important;
}

.bg-hover-info-20:hover {
  background-color: rgba(23, 161, 183, 0.2) !important;
}

.bg-dark-20 {
  background-color: rgba(52, 58, 64, 0.2) !important;
}

.bg-hover-dark-20:hover {
  background-color: rgba(52, 58, 64, 0.2) !important;
}

.bg-light-20 {
  background-color: rgba(98, 109, 120, 0.2) !important;
}

.bg-hover-light-20:hover {
  background-color: rgba(98, 109, 120, 0.2) !important;
}

.bg-transparent-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-hover-transparent-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-default-25 {
  background-color: rgba(147, 69, 175, 0.25) !important;
}

.bg-hover-default-25:hover {
  background-color: rgba(147, 69, 175, 0.25) !important;
}

.bg-primary-25 {
  background-color: rgba(0, 122, 253, 0.25) !important;
}

.bg-hover-primary-25:hover {
  background-color: rgba(0, 122, 253, 0.25) !important;
}

.bg-secondary-25 {
  background-color: rgba(108, 116, 124, 0.25) !important;
}

.bg-hover-secondary-25:hover {
  background-color: rgba(108, 116, 124, 0.25) !important;
}

.bg-success-25 {
  background-color: rgba(40, 166, 69, 0.25) !important;
}

.bg-hover-success-25:hover {
  background-color: rgba(40, 166, 69, 0.25) !important;
}

.bg-danger-25 {
  background-color: rgba(219, 53, 69, 0.25) !important;
}

.bg-hover-danger-25:hover {
  background-color: rgba(219, 53, 69, 0.25) !important;
}

.bg-warning-25 {
  background-color: rgba(253, 192, 7, 0.25) !important;
}

.bg-hover-warning-25:hover {
  background-color: rgba(253, 192, 7, 0.25) !important;
}

.bg-info-25 {
  background-color: rgba(23, 161, 183, 0.25) !important;
}

.bg-hover-info-25:hover {
  background-color: rgba(23, 161, 183, 0.25) !important;
}

.bg-dark-25 {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.bg-hover-dark-25:hover {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.bg-light-25 {
  background-color: rgba(98, 109, 120, 0.25) !important;
}

.bg-hover-light-25:hover {
  background-color: rgba(98, 109, 120, 0.25) !important;
}

.bg-transparent-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-hover-transparent-25:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-default-30 {
  background-color: rgba(147, 69, 175, 0.3) !important;
}

.bg-hover-default-30:hover {
  background-color: rgba(147, 69, 175, 0.3) !important;
}

.bg-primary-30 {
  background-color: rgba(0, 122, 253, 0.3) !important;
}

.bg-hover-primary-30:hover {
  background-color: rgba(0, 122, 253, 0.3) !important;
}

.bg-secondary-30 {
  background-color: rgba(108, 116, 124, 0.3) !important;
}

.bg-hover-secondary-30:hover {
  background-color: rgba(108, 116, 124, 0.3) !important;
}

.bg-success-30 {
  background-color: rgba(40, 166, 69, 0.3) !important;
}

.bg-hover-success-30:hover {
  background-color: rgba(40, 166, 69, 0.3) !important;
}

.bg-danger-30 {
  background-color: rgba(219, 53, 69, 0.3) !important;
}

.bg-hover-danger-30:hover {
  background-color: rgba(219, 53, 69, 0.3) !important;
}

.bg-warning-30 {
  background-color: rgba(253, 192, 7, 0.3) !important;
}

.bg-hover-warning-30:hover {
  background-color: rgba(253, 192, 7, 0.3) !important;
}

.bg-info-30 {
  background-color: rgba(23, 161, 183, 0.3) !important;
}

.bg-hover-info-30:hover {
  background-color: rgba(23, 161, 183, 0.3) !important;
}

.bg-dark-30 {
  background-color: rgba(52, 58, 64, 0.3) !important;
}

.bg-hover-dark-30:hover {
  background-color: rgba(52, 58, 64, 0.3) !important;
}

.bg-light-30 {
  background-color: rgba(98, 109, 120, 0.3) !important;
}

.bg-hover-light-30:hover {
  background-color: rgba(98, 109, 120, 0.3) !important;
}

.bg-transparent-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-hover-transparent-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-default-35 {
  background-color: rgba(147, 69, 175, 0.35) !important;
}

.bg-hover-default-35:hover {
  background-color: rgba(147, 69, 175, 0.35) !important;
}

.bg-primary-35 {
  background-color: rgba(0, 122, 253, 0.35) !important;
}

.bg-hover-primary-35:hover {
  background-color: rgba(0, 122, 253, 0.35) !important;
}

.bg-secondary-35 {
  background-color: rgba(108, 116, 124, 0.35) !important;
}

.bg-hover-secondary-35:hover {
  background-color: rgba(108, 116, 124, 0.35) !important;
}

.bg-success-35 {
  background-color: rgba(40, 166, 69, 0.35) !important;
}

.bg-hover-success-35:hover {
  background-color: rgba(40, 166, 69, 0.35) !important;
}

.bg-danger-35 {
  background-color: rgba(219, 53, 69, 0.35) !important;
}

.bg-hover-danger-35:hover {
  background-color: rgba(219, 53, 69, 0.35) !important;
}

.bg-warning-35 {
  background-color: rgba(253, 192, 7, 0.35) !important;
}

.bg-hover-warning-35:hover {
  background-color: rgba(253, 192, 7, 0.35) !important;
}

.bg-info-35 {
  background-color: rgba(23, 161, 183, 0.35) !important;
}

.bg-hover-info-35:hover {
  background-color: rgba(23, 161, 183, 0.35) !important;
}

.bg-dark-35 {
  background-color: rgba(52, 58, 64, 0.35) !important;
}

.bg-hover-dark-35:hover {
  background-color: rgba(52, 58, 64, 0.35) !important;
}

.bg-light-35 {
  background-color: rgba(98, 109, 120, 0.35) !important;
}

.bg-hover-light-35:hover {
  background-color: rgba(98, 109, 120, 0.35) !important;
}

.bg-transparent-35 {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.bg-hover-transparent-35:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.bg-default-40 {
  background-color: rgba(147, 69, 175, 0.4) !important;
}

.bg-hover-default-40:hover {
  background-color: rgba(147, 69, 175, 0.4) !important;
}

.bg-primary-40 {
  background-color: rgba(0, 122, 253, 0.4) !important;
}

.bg-hover-primary-40:hover {
  background-color: rgba(0, 122, 253, 0.4) !important;
}

.bg-secondary-40 {
  background-color: rgba(108, 116, 124, 0.4) !important;
}

.bg-hover-secondary-40:hover {
  background-color: rgba(108, 116, 124, 0.4) !important;
}

.bg-success-40 {
  background-color: rgba(40, 166, 69, 0.4) !important;
}

.bg-hover-success-40:hover {
  background-color: rgba(40, 166, 69, 0.4) !important;
}

.bg-danger-40 {
  background-color: rgba(219, 53, 69, 0.4) !important;
}

.bg-hover-danger-40:hover {
  background-color: rgba(219, 53, 69, 0.4) !important;
}

.bg-warning-40 {
  background-color: rgba(253, 192, 7, 0.4) !important;
}

.bg-hover-warning-40:hover {
  background-color: rgba(253, 192, 7, 0.4) !important;
}

.bg-info-40 {
  background-color: rgba(23, 161, 183, 0.4) !important;
}

.bg-hover-info-40:hover {
  background-color: rgba(23, 161, 183, 0.4) !important;
}

.bg-dark-40 {
  background-color: rgba(52, 58, 64, 0.4) !important;
}

.bg-hover-dark-40:hover {
  background-color: rgba(52, 58, 64, 0.4) !important;
}

.bg-light-40 {
  background-color: rgba(98, 109, 120, 0.4) !important;
}

.bg-hover-light-40:hover {
  background-color: rgba(98, 109, 120, 0.4) !important;
}

.bg-transparent-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-hover-transparent-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-default-45 {
  background-color: rgba(147, 69, 175, 0.45) !important;
}

.bg-hover-default-45:hover {
  background-color: rgba(147, 69, 175, 0.45) !important;
}

.bg-primary-45 {
  background-color: rgba(0, 122, 253, 0.45) !important;
}

.bg-hover-primary-45:hover {
  background-color: rgba(0, 122, 253, 0.45) !important;
}

.bg-secondary-45 {
  background-color: rgba(108, 116, 124, 0.45) !important;
}

.bg-hover-secondary-45:hover {
  background-color: rgba(108, 116, 124, 0.45) !important;
}

.bg-success-45 {
  background-color: rgba(40, 166, 69, 0.45) !important;
}

.bg-hover-success-45:hover {
  background-color: rgba(40, 166, 69, 0.45) !important;
}

.bg-danger-45 {
  background-color: rgba(219, 53, 69, 0.45) !important;
}

.bg-hover-danger-45:hover {
  background-color: rgba(219, 53, 69, 0.45) !important;
}

.bg-warning-45 {
  background-color: rgba(253, 192, 7, 0.45) !important;
}

.bg-hover-warning-45:hover {
  background-color: rgba(253, 192, 7, 0.45) !important;
}

.bg-info-45 {
  background-color: rgba(23, 161, 183, 0.45) !important;
}

.bg-hover-info-45:hover {
  background-color: rgba(23, 161, 183, 0.45) !important;
}

.bg-dark-45 {
  background-color: rgba(52, 58, 64, 0.45) !important;
}

.bg-hover-dark-45:hover {
  background-color: rgba(52, 58, 64, 0.45) !important;
}

.bg-light-45 {
  background-color: rgba(98, 109, 120, 0.45) !important;
}

.bg-hover-light-45:hover {
  background-color: rgba(98, 109, 120, 0.45) !important;
}

.bg-transparent-45 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.bg-hover-transparent-45:hover {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.bg-default-50 {
  background-color: rgba(147, 69, 175, 0.5) !important;
}

.bg-hover-default-50:hover {
  background-color: rgba(147, 69, 175, 0.5) !important;
}

.bg-primary-50 {
  background-color: rgba(0, 122, 253, 0.5) !important;
}

.bg-hover-primary-50:hover {
  background-color: rgba(0, 122, 253, 0.5) !important;
}

.bg-secondary-50 {
  background-color: rgba(108, 116, 124, 0.5) !important;
}

.bg-hover-secondary-50:hover {
  background-color: rgba(108, 116, 124, 0.5) !important;
}

.bg-success-50 {
  background-color: rgba(40, 166, 69, 0.5) !important;
}

.bg-hover-success-50:hover {
  background-color: rgba(40, 166, 69, 0.5) !important;
}

.bg-danger-50 {
  background-color: rgba(219, 53, 69, 0.5) !important;
}

.bg-hover-danger-50:hover {
  background-color: rgba(219, 53, 69, 0.5) !important;
}

.bg-warning-50 {
  background-color: rgba(253, 192, 7, 0.5) !important;
}

.bg-hover-warning-50:hover {
  background-color: rgba(253, 192, 7, 0.5) !important;
}

.bg-info-50 {
  background-color: rgba(23, 161, 183, 0.5) !important;
}

.bg-hover-info-50:hover {
  background-color: rgba(23, 161, 183, 0.5) !important;
}

.bg-dark-50 {
  background-color: rgba(52, 58, 64, 0.5) !important;
}

.bg-hover-dark-50:hover {
  background-color: rgba(52, 58, 64, 0.5) !important;
}

.bg-light-50 {
  background-color: rgba(98, 109, 120, 0.5) !important;
}

.bg-hover-light-50:hover {
  background-color: rgba(98, 109, 120, 0.5) !important;
}

.bg-transparent-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-hover-transparent-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-default-55 {
  background-color: rgba(147, 69, 175, 0.55) !important;
}

.bg-hover-default-55:hover {
  background-color: rgba(147, 69, 175, 0.55) !important;
}

.bg-primary-55 {
  background-color: rgba(0, 122, 253, 0.55) !important;
}

.bg-hover-primary-55:hover {
  background-color: rgba(0, 122, 253, 0.55) !important;
}

.bg-secondary-55 {
  background-color: rgba(108, 116, 124, 0.55) !important;
}

.bg-hover-secondary-55:hover {
  background-color: rgba(108, 116, 124, 0.55) !important;
}

.bg-success-55 {
  background-color: rgba(40, 166, 69, 0.55) !important;
}

.bg-hover-success-55:hover {
  background-color: rgba(40, 166, 69, 0.55) !important;
}

.bg-danger-55 {
  background-color: rgba(219, 53, 69, 0.55) !important;
}

.bg-hover-danger-55:hover {
  background-color: rgba(219, 53, 69, 0.55) !important;
}

.bg-warning-55 {
  background-color: rgba(253, 192, 7, 0.55) !important;
}

.bg-hover-warning-55:hover {
  background-color: rgba(253, 192, 7, 0.55) !important;
}

.bg-info-55 {
  background-color: rgba(23, 161, 183, 0.55) !important;
}

.bg-hover-info-55:hover {
  background-color: rgba(23, 161, 183, 0.55) !important;
}

.bg-dark-55 {
  background-color: rgba(52, 58, 64, 0.55) !important;
}

.bg-hover-dark-55:hover {
  background-color: rgba(52, 58, 64, 0.55) !important;
}

.bg-light-55 {
  background-color: rgba(98, 109, 120, 0.55) !important;
}

.bg-hover-light-55:hover {
  background-color: rgba(98, 109, 120, 0.55) !important;
}

.bg-transparent-55 {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.bg-hover-transparent-55:hover {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.bg-default-60 {
  background-color: rgba(147, 69, 175, 0.6) !important;
}

.bg-hover-default-60:hover {
  background-color: rgba(147, 69, 175, 0.6) !important;
}

.bg-primary-60 {
  background-color: rgba(0, 122, 253, 0.6) !important;
}

.bg-hover-primary-60:hover {
  background-color: rgba(0, 122, 253, 0.6) !important;
}

.bg-secondary-60 {
  background-color: rgba(108, 116, 124, 0.6) !important;
}

.bg-hover-secondary-60:hover {
  background-color: rgba(108, 116, 124, 0.6) !important;
}

.bg-success-60 {
  background-color: rgba(40, 166, 69, 0.6) !important;
}

.bg-hover-success-60:hover {
  background-color: rgba(40, 166, 69, 0.6) !important;
}

.bg-danger-60 {
  background-color: rgba(219, 53, 69, 0.6) !important;
}

.bg-hover-danger-60:hover {
  background-color: rgba(219, 53, 69, 0.6) !important;
}

.bg-warning-60 {
  background-color: rgba(253, 192, 7, 0.6) !important;
}

.bg-hover-warning-60:hover {
  background-color: rgba(253, 192, 7, 0.6) !important;
}

.bg-info-60 {
  background-color: rgba(23, 161, 183, 0.6) !important;
}

.bg-hover-info-60:hover {
  background-color: rgba(23, 161, 183, 0.6) !important;
}

.bg-dark-60 {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

.bg-hover-dark-60:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

.bg-light-60 {
  background-color: rgba(98, 109, 120, 0.6) !important;
}

.bg-hover-light-60:hover {
  background-color: rgba(98, 109, 120, 0.6) !important;
}

.bg-transparent-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-hover-transparent-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-default-65 {
  background-color: rgba(147, 69, 175, 0.65) !important;
}

.bg-hover-default-65:hover {
  background-color: rgba(147, 69, 175, 0.65) !important;
}

.bg-primary-65 {
  background-color: rgba(0, 122, 253, 0.65) !important;
}

.bg-hover-primary-65:hover {
  background-color: rgba(0, 122, 253, 0.65) !important;
}

.bg-secondary-65 {
  background-color: rgba(108, 116, 124, 0.65) !important;
}

.bg-hover-secondary-65:hover {
  background-color: rgba(108, 116, 124, 0.65) !important;
}

.bg-success-65 {
  background-color: rgba(40, 166, 69, 0.65) !important;
}

.bg-hover-success-65:hover {
  background-color: rgba(40, 166, 69, 0.65) !important;
}

.bg-danger-65 {
  background-color: rgba(219, 53, 69, 0.65) !important;
}

.bg-hover-danger-65:hover {
  background-color: rgba(219, 53, 69, 0.65) !important;
}

.bg-warning-65 {
  background-color: rgba(253, 192, 7, 0.65) !important;
}

.bg-hover-warning-65:hover {
  background-color: rgba(253, 192, 7, 0.65) !important;
}

.bg-info-65 {
  background-color: rgba(23, 161, 183, 0.65) !important;
}

.bg-hover-info-65:hover {
  background-color: rgba(23, 161, 183, 0.65) !important;
}

.bg-dark-65 {
  background-color: rgba(52, 58, 64, 0.65) !important;
}

.bg-hover-dark-65:hover {
  background-color: rgba(52, 58, 64, 0.65) !important;
}

.bg-light-65 {
  background-color: rgba(98, 109, 120, 0.65) !important;
}

.bg-hover-light-65:hover {
  background-color: rgba(98, 109, 120, 0.65) !important;
}

.bg-transparent-65 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.bg-hover-transparent-65:hover {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.bg-default-70 {
  background-color: rgba(147, 69, 175, 0.7) !important;
}

.bg-hover-default-70:hover {
  background-color: rgba(147, 69, 175, 0.7) !important;
}

.bg-primary-70 {
  background-color: rgba(0, 122, 253, 0.7) !important;
}

.bg-hover-primary-70:hover {
  background-color: rgba(0, 122, 253, 0.7) !important;
}

.bg-secondary-70 {
  background-color: rgba(108, 116, 124, 0.7) !important;
}

.bg-hover-secondary-70:hover {
  background-color: rgba(108, 116, 124, 0.7) !important;
}

.bg-success-70 {
  background-color: rgba(40, 166, 69, 0.7) !important;
}

.bg-hover-success-70:hover {
  background-color: rgba(40, 166, 69, 0.7) !important;
}

.bg-danger-70 {
  background-color: rgba(219, 53, 69, 0.7) !important;
}

.bg-hover-danger-70:hover {
  background-color: rgba(219, 53, 69, 0.7) !important;
}

.bg-warning-70 {
  background-color: rgba(253, 192, 7, 0.7) !important;
}

.bg-hover-warning-70:hover {
  background-color: rgba(253, 192, 7, 0.7) !important;
}

.bg-info-70 {
  background-color: rgba(23, 161, 183, 0.7) !important;
}

.bg-hover-info-70:hover {
  background-color: rgba(23, 161, 183, 0.7) !important;
}

.bg-dark-70 {
  background-color: rgba(52, 58, 64, 0.7) !important;
}

.bg-hover-dark-70:hover {
  background-color: rgba(52, 58, 64, 0.7) !important;
}

.bg-light-70 {
  background-color: rgba(98, 109, 120, 0.7) !important;
}

.bg-hover-light-70:hover {
  background-color: rgba(98, 109, 120, 0.7) !important;
}

.bg-transparent-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-hover-transparent-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-default-75 {
  background-color: rgba(147, 69, 175, 0.75) !important;
}

.bg-hover-default-75:hover {
  background-color: rgba(147, 69, 175, 0.75) !important;
}

.bg-primary-75 {
  background-color: rgba(0, 122, 253, 0.75) !important;
}

.bg-hover-primary-75:hover {
  background-color: rgba(0, 122, 253, 0.75) !important;
}

.bg-secondary-75 {
  background-color: rgba(108, 116, 124, 0.75) !important;
}

.bg-hover-secondary-75:hover {
  background-color: rgba(108, 116, 124, 0.75) !important;
}

.bg-success-75 {
  background-color: rgba(40, 166, 69, 0.75) !important;
}

.bg-hover-success-75:hover {
  background-color: rgba(40, 166, 69, 0.75) !important;
}

.bg-danger-75 {
  background-color: rgba(219, 53, 69, 0.75) !important;
}

.bg-hover-danger-75:hover {
  background-color: rgba(219, 53, 69, 0.75) !important;
}

.bg-warning-75 {
  background-color: rgba(253, 192, 7, 0.75) !important;
}

.bg-hover-warning-75:hover {
  background-color: rgba(253, 192, 7, 0.75) !important;
}

.bg-info-75 {
  background-color: rgba(23, 161, 183, 0.75) !important;
}

.bg-hover-info-75:hover {
  background-color: rgba(23, 161, 183, 0.75) !important;
}

.bg-dark-75 {
  background-color: rgba(52, 58, 64, 0.75) !important;
}

.bg-hover-dark-75:hover {
  background-color: rgba(52, 58, 64, 0.75) !important;
}

.bg-light-75 {
  background-color: rgba(98, 109, 120, 0.75) !important;
}

.bg-hover-light-75:hover {
  background-color: rgba(98, 109, 120, 0.75) !important;
}

.bg-transparent-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-hover-transparent-75:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-default-80 {
  background-color: rgba(147, 69, 175, 0.8) !important;
}

.bg-hover-default-80:hover {
  background-color: rgba(147, 69, 175, 0.8) !important;
}

.bg-primary-80 {
  background-color: rgba(0, 122, 253, 0.8) !important;
}

.bg-hover-primary-80:hover {
  background-color: rgba(0, 122, 253, 0.8) !important;
}

.bg-secondary-80 {
  background-color: rgba(108, 116, 124, 0.8) !important;
}

.bg-hover-secondary-80:hover {
  background-color: rgba(108, 116, 124, 0.8) !important;
}

.bg-success-80 {
  background-color: rgba(40, 166, 69, 0.8) !important;
}

.bg-hover-success-80:hover {
  background-color: rgba(40, 166, 69, 0.8) !important;
}

.bg-danger-80 {
  background-color: rgba(219, 53, 69, 0.8) !important;
}

.bg-hover-danger-80:hover {
  background-color: rgba(219, 53, 69, 0.8) !important;
}

.bg-warning-80 {
  background-color: rgba(253, 192, 7, 0.8) !important;
}

.bg-hover-warning-80:hover {
  background-color: rgba(253, 192, 7, 0.8) !important;
}

.bg-info-80 {
  background-color: rgba(23, 161, 183, 0.8) !important;
}

.bg-hover-info-80:hover {
  background-color: rgba(23, 161, 183, 0.8) !important;
}

.bg-dark-80 {
  background-color: rgba(52, 58, 64, 0.8) !important;
}

.bg-hover-dark-80:hover {
  background-color: rgba(52, 58, 64, 0.8) !important;
}

.bg-light-80 {
  background-color: rgba(98, 109, 120, 0.8) !important;
}

.bg-hover-light-80:hover {
  background-color: rgba(98, 109, 120, 0.8) !important;
}

.bg-transparent-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-hover-transparent-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-default-85 {
  background-color: rgba(147, 69, 175, 0.85) !important;
}

.bg-hover-default-85:hover {
  background-color: rgba(147, 69, 175, 0.85) !important;
}

.bg-primary-85 {
  background-color: rgba(0, 122, 253, 0.85) !important;
}

.bg-hover-primary-85:hover {
  background-color: rgba(0, 122, 253, 0.85) !important;
}

.bg-secondary-85 {
  background-color: rgba(108, 116, 124, 0.85) !important;
}

.bg-hover-secondary-85:hover {
  background-color: rgba(108, 116, 124, 0.85) !important;
}

.bg-success-85 {
  background-color: rgba(40, 166, 69, 0.85) !important;
}

.bg-hover-success-85:hover {
  background-color: rgba(40, 166, 69, 0.85) !important;
}

.bg-danger-85 {
  background-color: rgba(219, 53, 69, 0.85) !important;
}

.bg-hover-danger-85:hover {
  background-color: rgba(219, 53, 69, 0.85) !important;
}

.bg-warning-85 {
  background-color: rgba(253, 192, 7, 0.85) !important;
}

.bg-hover-warning-85:hover {
  background-color: rgba(253, 192, 7, 0.85) !important;
}

.bg-info-85 {
  background-color: rgba(23, 161, 183, 0.85) !important;
}

.bg-hover-info-85:hover {
  background-color: rgba(23, 161, 183, 0.85) !important;
}

.bg-dark-85 {
  background-color: rgba(52, 58, 64, 0.85) !important;
}

.bg-hover-dark-85:hover {
  background-color: rgba(52, 58, 64, 0.85) !important;
}

.bg-light-85 {
  background-color: rgba(98, 109, 120, 0.85) !important;
}

.bg-hover-light-85:hover {
  background-color: rgba(98, 109, 120, 0.85) !important;
}

.bg-transparent-85 {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.bg-hover-transparent-85:hover {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.bg-default-90 {
  background-color: rgba(147, 69, 175, 0.9) !important;
}

.bg-hover-default-90:hover {
  background-color: rgba(147, 69, 175, 0.9) !important;
}

.bg-primary-90 {
  background-color: rgba(0, 122, 253, 0.9) !important;
}

.bg-hover-primary-90:hover {
  background-color: rgba(0, 122, 253, 0.9) !important;
}

.bg-secondary-90 {
  background-color: rgba(108, 116, 124, 0.9) !important;
}

.bg-hover-secondary-90:hover {
  background-color: rgba(108, 116, 124, 0.9) !important;
}

.bg-success-90 {
  background-color: rgba(40, 166, 69, 0.9) !important;
}

.bg-hover-success-90:hover {
  background-color: rgba(40, 166, 69, 0.9) !important;
}

.bg-danger-90 {
  background-color: rgba(219, 53, 69, 0.9) !important;
}

.bg-hover-danger-90:hover {
  background-color: rgba(219, 53, 69, 0.9) !important;
}

.bg-warning-90 {
  background-color: rgba(253, 192, 7, 0.9) !important;
}

.bg-hover-warning-90:hover {
  background-color: rgba(253, 192, 7, 0.9) !important;
}

.bg-info-90 {
  background-color: rgba(23, 161, 183, 0.9) !important;
}

.bg-hover-info-90:hover {
  background-color: rgba(23, 161, 183, 0.9) !important;
}

.bg-dark-90 {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.bg-hover-dark-90:hover {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.bg-light-90 {
  background-color: rgba(98, 109, 120, 0.9) !important;
}

.bg-hover-light-90:hover {
  background-color: rgba(98, 109, 120, 0.9) !important;
}

.bg-transparent-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-hover-transparent-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-default-95 {
  background-color: rgba(147, 69, 175, 0.95) !important;
}

.bg-hover-default-95:hover {
  background-color: rgba(147, 69, 175, 0.95) !important;
}

.bg-primary-95 {
  background-color: rgba(0, 122, 253, 0.95) !important;
}

.bg-hover-primary-95:hover {
  background-color: rgba(0, 122, 253, 0.95) !important;
}

.bg-secondary-95 {
  background-color: rgba(108, 116, 124, 0.95) !important;
}

.bg-hover-secondary-95:hover {
  background-color: rgba(108, 116, 124, 0.95) !important;
}

.bg-success-95 {
  background-color: rgba(40, 166, 69, 0.95) !important;
}

.bg-hover-success-95:hover {
  background-color: rgba(40, 166, 69, 0.95) !important;
}

.bg-danger-95 {
  background-color: rgba(219, 53, 69, 0.95) !important;
}

.bg-hover-danger-95:hover {
  background-color: rgba(219, 53, 69, 0.95) !important;
}

.bg-warning-95 {
  background-color: rgba(253, 192, 7, 0.95) !important;
}

.bg-hover-warning-95:hover {
  background-color: rgba(253, 192, 7, 0.95) !important;
}

.bg-info-95 {
  background-color: rgba(23, 161, 183, 0.95) !important;
}

.bg-hover-info-95:hover {
  background-color: rgba(23, 161, 183, 0.95) !important;
}

.bg-dark-95 {
  background-color: rgba(52, 58, 64, 0.95) !important;
}

.bg-hover-dark-95:hover {
  background-color: rgba(52, 58, 64, 0.95) !important;
}

.bg-light-95 {
  background-color: rgba(98, 109, 120, 0.95) !important;
}

.bg-hover-light-95:hover {
  background-color: rgba(98, 109, 120, 0.95) !important;
}

.bg-transparent-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.bg-hover-transparent-95:hover {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.bg-default-100 {
  background-color: #9345af !important;
}

.bg-hover-default-100:hover {
  background-color: #9345af !important;
}

.bg-primary-100 {
  background-color: #007afd !important;
}

.bg-hover-primary-100:hover {
  background-color: #007afd !important;
}

.bg-secondary-100 {
  background-color: #6c747c !important;
}

.bg-hover-secondary-100:hover {
  background-color: #6c747c !important;
}

.bg-success-100 {
  background-color: #28a645 !important;
}

.bg-hover-success-100:hover {
  background-color: #28a645 !important;
}

.bg-danger-100 {
  background-color: #db3545 !important;
}

.bg-hover-danger-100:hover {
  background-color: #db3545 !important;
}

.bg-warning-100 {
  background-color: #fdc007 !important;
}

.bg-hover-warning-100:hover {
  background-color: #fdc007 !important;
}

.bg-info-100 {
  background-color: #17a1b7 !important;
}

.bg-hover-info-100:hover {
  background-color: #17a1b7 !important;
}

.bg-dark-100 {
  background-color: #343a40 !important;
}

.bg-hover-dark-100:hover {
  background-color: #343a40 !important;
}

.bg-light-100 {
  background-color: #626d78 !important;
}

.bg-hover-light-100:hover {
  background-color: #626d78 !important;
}

.bg-transparent-100 {
  background-color: black !important;
}

.bg-hover-transparent-100:hover {
  background-color: black !important;
}

.bg-none {
  background-color: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.line-height-xxl {
  line-height: 42.5px;
}

.line-height-xl {
  line-height: 38px;
}

.line-height-lg {
  line-height: 33px;
}

.line-height-md {
  line-height: 28px;
}

.line-height-sm {
  line-height: 27px;
}

.line-height-xs {
  line-height: 18px;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-match-parent {
  text-align: match-parent;
}

.text-default {
  color: #9345af;
}

.text-primary {
  color: #007afd;
}

.text-secondary {
  color: #6c747c;
}

.text-success {
  color: #28a645;
}

.text-danger {
  color: #db3545;
}

.text-warning {
  color: #fdc007;
}

.text-info {
  color: #17a1b7;
}

.text-dark {
  color: #343a40;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #626d78;
}

.text-transparent {
  color: transparent;
}

.text-default-5 {
  color: rgba(147, 69, 175, 0.05) !important;
}

.text-primary-5 {
  color: rgba(0, 122, 253, 0.05) !important;
}

.text-secondary-5 {
  color: rgba(108, 116, 124, 0.05) !important;
}

.text-success-5 {
  color: rgba(40, 166, 69, 0.05) !important;
}

.text-danger-5 {
  color: rgba(219, 53, 69, 0.05) !important;
}

.text-warning-5 {
  color: rgba(253, 192, 7, 0.05) !important;
}

.text-info-5 {
  color: rgba(23, 161, 183, 0.05) !important;
}

.text-dark-5 {
  color: rgba(52, 58, 64, 0.05) !important;
}

.text-light-5 {
  color: rgba(98, 109, 120, 0.05) !important;
}

.text-transparent-5 {
  color: rgba(0, 0, 0, 0.05) !important;
}

.text-default-10 {
  color: rgba(147, 69, 175, 0.1) !important;
}

.text-primary-10 {
  color: rgba(0, 122, 253, 0.1) !important;
}

.text-secondary-10 {
  color: rgba(108, 116, 124, 0.1) !important;
}

.text-success-10 {
  color: rgba(40, 166, 69, 0.1) !important;
}

.text-danger-10 {
  color: rgba(219, 53, 69, 0.1) !important;
}

.text-warning-10 {
  color: rgba(253, 192, 7, 0.1) !important;
}

.text-info-10 {
  color: rgba(23, 161, 183, 0.1) !important;
}

.text-dark-10 {
  color: rgba(52, 58, 64, 0.1) !important;
}

.text-light-10 {
  color: rgba(98, 109, 120, 0.1) !important;
}

.text-transparent-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

.text-default-15 {
  color: rgba(147, 69, 175, 0.15) !important;
}

.text-primary-15 {
  color: rgba(0, 122, 253, 0.15) !important;
}

.text-secondary-15 {
  color: rgba(108, 116, 124, 0.15) !important;
}

.text-success-15 {
  color: rgba(40, 166, 69, 0.15) !important;
}

.text-danger-15 {
  color: rgba(219, 53, 69, 0.15) !important;
}

.text-warning-15 {
  color: rgba(253, 192, 7, 0.15) !important;
}

.text-info-15 {
  color: rgba(23, 161, 183, 0.15) !important;
}

.text-dark-15 {
  color: rgba(52, 58, 64, 0.15) !important;
}

.text-light-15 {
  color: rgba(98, 109, 120, 0.15) !important;
}

.text-transparent-15 {
  color: rgba(0, 0, 0, 0.15) !important;
}

.text-default-20 {
  color: rgba(147, 69, 175, 0.2) !important;
}

.text-primary-20 {
  color: rgba(0, 122, 253, 0.2) !important;
}

.text-secondary-20 {
  color: rgba(108, 116, 124, 0.2) !important;
}

.text-success-20 {
  color: rgba(40, 166, 69, 0.2) !important;
}

.text-danger-20 {
  color: rgba(219, 53, 69, 0.2) !important;
}

.text-warning-20 {
  color: rgba(253, 192, 7, 0.2) !important;
}

.text-info-20 {
  color: rgba(23, 161, 183, 0.2) !important;
}

.text-dark-20 {
  color: rgba(52, 58, 64, 0.2) !important;
}

.text-light-20 {
  color: rgba(98, 109, 120, 0.2) !important;
}

.text-transparent-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

.text-default-25 {
  color: rgba(147, 69, 175, 0.25) !important;
}

.text-primary-25 {
  color: rgba(0, 122, 253, 0.25) !important;
}

.text-secondary-25 {
  color: rgba(108, 116, 124, 0.25) !important;
}

.text-success-25 {
  color: rgba(40, 166, 69, 0.25) !important;
}

.text-danger-25 {
  color: rgba(219, 53, 69, 0.25) !important;
}

.text-warning-25 {
  color: rgba(253, 192, 7, 0.25) !important;
}

.text-info-25 {
  color: rgba(23, 161, 183, 0.25) !important;
}

.text-dark-25 {
  color: rgba(52, 58, 64, 0.25) !important;
}

.text-light-25 {
  color: rgba(98, 109, 120, 0.25) !important;
}

.text-transparent-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.text-default-30 {
  color: rgba(147, 69, 175, 0.3) !important;
}

.text-primary-30 {
  color: rgba(0, 122, 253, 0.3) !important;
}

.text-secondary-30 {
  color: rgba(108, 116, 124, 0.3) !important;
}

.text-success-30 {
  color: rgba(40, 166, 69, 0.3) !important;
}

.text-danger-30 {
  color: rgba(219, 53, 69, 0.3) !important;
}

.text-warning-30 {
  color: rgba(253, 192, 7, 0.3) !important;
}

.text-info-30 {
  color: rgba(23, 161, 183, 0.3) !important;
}

.text-dark-30 {
  color: rgba(52, 58, 64, 0.3) !important;
}

.text-light-30 {
  color: rgba(98, 109, 120, 0.3) !important;
}

.text-transparent-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

.text-default-35 {
  color: rgba(147, 69, 175, 0.35) !important;
}

.text-primary-35 {
  color: rgba(0, 122, 253, 0.35) !important;
}

.text-secondary-35 {
  color: rgba(108, 116, 124, 0.35) !important;
}

.text-success-35 {
  color: rgba(40, 166, 69, 0.35) !important;
}

.text-danger-35 {
  color: rgba(219, 53, 69, 0.35) !important;
}

.text-warning-35 {
  color: rgba(253, 192, 7, 0.35) !important;
}

.text-info-35 {
  color: rgba(23, 161, 183, 0.35) !important;
}

.text-dark-35 {
  color: rgba(52, 58, 64, 0.35) !important;
}

.text-light-35 {
  color: rgba(98, 109, 120, 0.35) !important;
}

.text-transparent-35 {
  color: rgba(0, 0, 0, 0.35) !important;
}

.text-default-40 {
  color: rgba(147, 69, 175, 0.4) !important;
}

.text-primary-40 {
  color: rgba(0, 122, 253, 0.4) !important;
}

.text-secondary-40 {
  color: rgba(108, 116, 124, 0.4) !important;
}

.text-success-40 {
  color: rgba(40, 166, 69, 0.4) !important;
}

.text-danger-40 {
  color: rgba(219, 53, 69, 0.4) !important;
}

.text-warning-40 {
  color: rgba(253, 192, 7, 0.4) !important;
}

.text-info-40 {
  color: rgba(23, 161, 183, 0.4) !important;
}

.text-dark-40 {
  color: rgba(52, 58, 64, 0.4) !important;
}

.text-light-40 {
  color: rgba(98, 109, 120, 0.4) !important;
}

.text-transparent-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

.text-default-45 {
  color: rgba(147, 69, 175, 0.45) !important;
}

.text-primary-45 {
  color: rgba(0, 122, 253, 0.45) !important;
}

.text-secondary-45 {
  color: rgba(108, 116, 124, 0.45) !important;
}

.text-success-45 {
  color: rgba(40, 166, 69, 0.45) !important;
}

.text-danger-45 {
  color: rgba(219, 53, 69, 0.45) !important;
}

.text-warning-45 {
  color: rgba(253, 192, 7, 0.45) !important;
}

.text-info-45 {
  color: rgba(23, 161, 183, 0.45) !important;
}

.text-dark-45 {
  color: rgba(52, 58, 64, 0.45) !important;
}

.text-light-45 {
  color: rgba(98, 109, 120, 0.45) !important;
}

.text-transparent-45 {
  color: rgba(0, 0, 0, 0.45) !important;
}

.text-default-50 {
  color: rgba(147, 69, 175, 0.5) !important;
}

.text-primary-50 {
  color: rgba(0, 122, 253, 0.5) !important;
}

.text-secondary-50 {
  color: rgba(108, 116, 124, 0.5) !important;
}

.text-success-50 {
  color: rgba(40, 166, 69, 0.5) !important;
}

.text-danger-50 {
  color: rgba(219, 53, 69, 0.5) !important;
}

.text-warning-50 {
  color: rgba(253, 192, 7, 0.5) !important;
}

.text-info-50 {
  color: rgba(23, 161, 183, 0.5) !important;
}

.text-dark-50 {
  color: rgba(52, 58, 64, 0.5) !important;
}

.text-light-50 {
  color: rgba(98, 109, 120, 0.5) !important;
}

.text-transparent-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-default-55 {
  color: rgba(147, 69, 175, 0.55) !important;
}

.text-primary-55 {
  color: rgba(0, 122, 253, 0.55) !important;
}

.text-secondary-55 {
  color: rgba(108, 116, 124, 0.55) !important;
}

.text-success-55 {
  color: rgba(40, 166, 69, 0.55) !important;
}

.text-danger-55 {
  color: rgba(219, 53, 69, 0.55) !important;
}

.text-warning-55 {
  color: rgba(253, 192, 7, 0.55) !important;
}

.text-info-55 {
  color: rgba(23, 161, 183, 0.55) !important;
}

.text-dark-55 {
  color: rgba(52, 58, 64, 0.55) !important;
}

.text-light-55 {
  color: rgba(98, 109, 120, 0.55) !important;
}

.text-transparent-55 {
  color: rgba(0, 0, 0, 0.55) !important;
}

.text-default-60 {
  color: rgba(147, 69, 175, 0.6) !important;
}

.text-primary-60 {
  color: rgba(0, 122, 253, 0.6) !important;
}

.text-secondary-60 {
  color: rgba(108, 116, 124, 0.6) !important;
}

.text-success-60 {
  color: rgba(40, 166, 69, 0.6) !important;
}

.text-danger-60 {
  color: rgba(219, 53, 69, 0.6) !important;
}

.text-warning-60 {
  color: rgba(253, 192, 7, 0.6) !important;
}

.text-info-60 {
  color: rgba(23, 161, 183, 0.6) !important;
}

.text-dark-60 {
  color: rgba(52, 58, 64, 0.6) !important;
}

.text-light-60 {
  color: rgba(98, 109, 120, 0.6) !important;
}

.text-transparent-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

.text-default-65 {
  color: rgba(147, 69, 175, 0.65) !important;
}

.text-primary-65 {
  color: rgba(0, 122, 253, 0.65) !important;
}

.text-secondary-65 {
  color: rgba(108, 116, 124, 0.65) !important;
}

.text-success-65 {
  color: rgba(40, 166, 69, 0.65) !important;
}

.text-danger-65 {
  color: rgba(219, 53, 69, 0.65) !important;
}

.text-warning-65 {
  color: rgba(253, 192, 7, 0.65) !important;
}

.text-info-65 {
  color: rgba(23, 161, 183, 0.65) !important;
}

.text-dark-65 {
  color: rgba(52, 58, 64, 0.65) !important;
}

.text-light-65 {
  color: rgba(98, 109, 120, 0.65) !important;
}

.text-transparent-65 {
  color: rgba(0, 0, 0, 0.65) !important;
}

.text-default-70 {
  color: rgba(147, 69, 175, 0.7) !important;
}

.text-primary-70 {
  color: rgba(0, 122, 253, 0.7) !important;
}

.text-secondary-70 {
  color: rgba(108, 116, 124, 0.7) !important;
}

.text-success-70 {
  color: rgba(40, 166, 69, 0.7) !important;
}

.text-danger-70 {
  color: rgba(219, 53, 69, 0.7) !important;
}

.text-warning-70 {
  color: rgba(253, 192, 7, 0.7) !important;
}

.text-info-70 {
  color: rgba(23, 161, 183, 0.7) !important;
}

.text-dark-70 {
  color: rgba(52, 58, 64, 0.7) !important;
}

.text-light-70 {
  color: rgba(98, 109, 120, 0.7) !important;
}

.text-transparent-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

.text-default-75 {
  color: rgba(147, 69, 175, 0.75) !important;
}

.text-primary-75 {
  color: rgba(0, 122, 253, 0.75) !important;
}

.text-secondary-75 {
  color: rgba(108, 116, 124, 0.75) !important;
}

.text-success-75 {
  color: rgba(40, 166, 69, 0.75) !important;
}

.text-danger-75 {
  color: rgba(219, 53, 69, 0.75) !important;
}

.text-warning-75 {
  color: rgba(253, 192, 7, 0.75) !important;
}

.text-info-75 {
  color: rgba(23, 161, 183, 0.75) !important;
}

.text-dark-75 {
  color: rgba(52, 58, 64, 0.75) !important;
}

.text-light-75 {
  color: rgba(98, 109, 120, 0.75) !important;
}

.text-transparent-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}

.text-default-80 {
  color: rgba(147, 69, 175, 0.8) !important;
}

.text-primary-80 {
  color: rgba(0, 122, 253, 0.8) !important;
}

.text-secondary-80 {
  color: rgba(108, 116, 124, 0.8) !important;
}

.text-success-80 {
  color: rgba(40, 166, 69, 0.8) !important;
}

.text-danger-80 {
  color: rgba(219, 53, 69, 0.8) !important;
}

.text-warning-80 {
  color: rgba(253, 192, 7, 0.8) !important;
}

.text-info-80 {
  color: rgba(23, 161, 183, 0.8) !important;
}

.text-dark-80 {
  color: rgba(52, 58, 64, 0.8) !important;
}

.text-light-80 {
  color: rgba(98, 109, 120, 0.8) !important;
}

.text-transparent-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

.text-default-85 {
  color: rgba(147, 69, 175, 0.85) !important;
}

.text-primary-85 {
  color: rgba(0, 122, 253, 0.85) !important;
}

.text-secondary-85 {
  color: rgba(108, 116, 124, 0.85) !important;
}

.text-success-85 {
  color: rgba(40, 166, 69, 0.85) !important;
}

.text-danger-85 {
  color: rgba(219, 53, 69, 0.85) !important;
}

.text-warning-85 {
  color: rgba(253, 192, 7, 0.85) !important;
}

.text-info-85 {
  color: rgba(23, 161, 183, 0.85) !important;
}

.text-dark-85 {
  color: rgba(52, 58, 64, 0.85) !important;
}

.text-light-85 {
  color: rgba(98, 109, 120, 0.85) !important;
}

.text-transparent-85 {
  color: rgba(0, 0, 0, 0.85) !important;
}

.text-default-90 {
  color: rgba(147, 69, 175, 0.9) !important;
}

.text-primary-90 {
  color: rgba(0, 122, 253, 0.9) !important;
}

.text-secondary-90 {
  color: rgba(108, 116, 124, 0.9) !important;
}

.text-success-90 {
  color: rgba(40, 166, 69, 0.9) !important;
}

.text-danger-90 {
  color: rgba(219, 53, 69, 0.9) !important;
}

.text-warning-90 {
  color: rgba(253, 192, 7, 0.9) !important;
}

.text-info-90 {
  color: rgba(23, 161, 183, 0.9) !important;
}

.text-dark-90 {
  color: rgba(52, 58, 64, 0.9) !important;
}

.text-light-90 {
  color: rgba(98, 109, 120, 0.9) !important;
}

.text-transparent-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

.text-default-95 {
  color: rgba(147, 69, 175, 0.95) !important;
}

.text-primary-95 {
  color: rgba(0, 122, 253, 0.95) !important;
}

.text-secondary-95 {
  color: rgba(108, 116, 124, 0.95) !important;
}

.text-success-95 {
  color: rgba(40, 166, 69, 0.95) !important;
}

.text-danger-95 {
  color: rgba(219, 53, 69, 0.95) !important;
}

.text-warning-95 {
  color: rgba(253, 192, 7, 0.95) !important;
}

.text-info-95 {
  color: rgba(23, 161, 183, 0.95) !important;
}

.text-dark-95 {
  color: rgba(52, 58, 64, 0.95) !important;
}

.text-light-95 {
  color: rgba(98, 109, 120, 0.95) !important;
}

.text-transparent-95 {
  color: rgba(0, 0, 0, 0.95) !important;
}

.text-default-100 {
  color: #9345af !important;
}

.text-primary-100 {
  color: #007afd !important;
}

.text-secondary-100 {
  color: #6c747c !important;
}

.text-success-100 {
  color: #28a645 !important;
}

.text-danger-100 {
  color: #db3545 !important;
}

.text-warning-100 {
  color: #fdc007 !important;
}

.text-info-100 {
  color: #17a1b7 !important;
}

.text-dark-100 {
  color: #343a40 !important;
}

.text-light-100 {
  color: #626d78 !important;
}

.text-transparent-100 {
  color: black !important;
}

.text-none {
  text-transform: none;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-full-width {
  text-transform: full-width;
}

.text-full-size-kana {
  text-transform: full-size-kana;
}

.text-math-auto {
  text-transform: math-auto;
}

.text-overline {
  text-decoration: underline overline;
}

.text-wavy {
  text-decoration: underline wavy;
}

.text-dotted {
  text-decoration: underline dotted;
}

.text-line-through {
  text-decoration: underline line-through;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-none,
.text-decoration-none {
  text-decoration: none;
}

.text-decoration-default {
  text-decoration-color: #9345af;
}

.text-decoration-primary {
  text-decoration-color: #007afd;
}

.text-decoration-secondary {
  text-decoration-color: #6c747c;
}

.text-decoration-success {
  text-decoration-color: #28a645;
}

.text-decoration-danger {
  text-decoration-color: #db3545;
}

.text-decoration-warning {
  text-decoration-color: #fdc007;
}

.text-decoration-info {
  text-decoration-color: #17a1b7;
}

.text-decoration-dark {
  text-decoration-color: #343a40;
}

.text-decoration-white {
  text-decoration-color: #fff;
}

.text-decoration-light {
  text-decoration-color: #626d78;
}

.text-decoration-transparent {
  text-decoration-color: transparent;
}

.text-decoration-default-5 {
  text-decoration-color: rgba(147, 69, 175, 0.05) !important;
}

.text-decoration-primary-5 {
  text-decoration-color: rgba(0, 122, 253, 0.05) !important;
}

.text-decoration-secondary-5 {
  text-decoration-color: rgba(108, 116, 124, 0.05) !important;
}

.text-decoration-success-5 {
  text-decoration-color: rgba(40, 166, 69, 0.05) !important;
}

.text-decoration-danger-5 {
  text-decoration-color: rgba(219, 53, 69, 0.05) !important;
}

.text-decoration-warning-5 {
  text-decoration-color: rgba(253, 192, 7, 0.05) !important;
}

.text-decoration-info-5 {
  text-decoration-color: rgba(23, 161, 183, 0.05) !important;
}

.text-decoration-dark-5 {
  text-decoration-color: rgba(52, 58, 64, 0.05) !important;
}

.text-decoration-light-5 {
  text-decoration-color: rgba(98, 109, 120, 0.05) !important;
}

.text-decoration-transparent-5 {
  text-decoration-color: rgba(0, 0, 0, 0.05) !important;
}

.text-decoration-default-10 {
  text-decoration-color: rgba(147, 69, 175, 0.1) !important;
}

.text-decoration-primary-10 {
  text-decoration-color: rgba(0, 122, 253, 0.1) !important;
}

.text-decoration-secondary-10 {
  text-decoration-color: rgba(108, 116, 124, 0.1) !important;
}

.text-decoration-success-10 {
  text-decoration-color: rgba(40, 166, 69, 0.1) !important;
}

.text-decoration-danger-10 {
  text-decoration-color: rgba(219, 53, 69, 0.1) !important;
}

.text-decoration-warning-10 {
  text-decoration-color: rgba(253, 192, 7, 0.1) !important;
}

.text-decoration-info-10 {
  text-decoration-color: rgba(23, 161, 183, 0.1) !important;
}

.text-decoration-dark-10 {
  text-decoration-color: rgba(52, 58, 64, 0.1) !important;
}

.text-decoration-light-10 {
  text-decoration-color: rgba(98, 109, 120, 0.1) !important;
}

.text-decoration-transparent-10 {
  text-decoration-color: rgba(0, 0, 0, 0.1) !important;
}

.text-decoration-default-15 {
  text-decoration-color: rgba(147, 69, 175, 0.15) !important;
}

.text-decoration-primary-15 {
  text-decoration-color: rgba(0, 122, 253, 0.15) !important;
}

.text-decoration-secondary-15 {
  text-decoration-color: rgba(108, 116, 124, 0.15) !important;
}

.text-decoration-success-15 {
  text-decoration-color: rgba(40, 166, 69, 0.15) !important;
}

.text-decoration-danger-15 {
  text-decoration-color: rgba(219, 53, 69, 0.15) !important;
}

.text-decoration-warning-15 {
  text-decoration-color: rgba(253, 192, 7, 0.15) !important;
}

.text-decoration-info-15 {
  text-decoration-color: rgba(23, 161, 183, 0.15) !important;
}

.text-decoration-dark-15 {
  text-decoration-color: rgba(52, 58, 64, 0.15) !important;
}

.text-decoration-light-15 {
  text-decoration-color: rgba(98, 109, 120, 0.15) !important;
}

.text-decoration-transparent-15 {
  text-decoration-color: rgba(0, 0, 0, 0.15) !important;
}

.text-decoration-default-20 {
  text-decoration-color: rgba(147, 69, 175, 0.2) !important;
}

.text-decoration-primary-20 {
  text-decoration-color: rgba(0, 122, 253, 0.2) !important;
}

.text-decoration-secondary-20 {
  text-decoration-color: rgba(108, 116, 124, 0.2) !important;
}

.text-decoration-success-20 {
  text-decoration-color: rgba(40, 166, 69, 0.2) !important;
}

.text-decoration-danger-20 {
  text-decoration-color: rgba(219, 53, 69, 0.2) !important;
}

.text-decoration-warning-20 {
  text-decoration-color: rgba(253, 192, 7, 0.2) !important;
}

.text-decoration-info-20 {
  text-decoration-color: rgba(23, 161, 183, 0.2) !important;
}

.text-decoration-dark-20 {
  text-decoration-color: rgba(52, 58, 64, 0.2) !important;
}

.text-decoration-light-20 {
  text-decoration-color: rgba(98, 109, 120, 0.2) !important;
}

.text-decoration-transparent-20 {
  text-decoration-color: rgba(0, 0, 0, 0.2) !important;
}

.text-decoration-default-25 {
  text-decoration-color: rgba(147, 69, 175, 0.25) !important;
}

.text-decoration-primary-25 {
  text-decoration-color: rgba(0, 122, 253, 0.25) !important;
}

.text-decoration-secondary-25 {
  text-decoration-color: rgba(108, 116, 124, 0.25) !important;
}

.text-decoration-success-25 {
  text-decoration-color: rgba(40, 166, 69, 0.25) !important;
}

.text-decoration-danger-25 {
  text-decoration-color: rgba(219, 53, 69, 0.25) !important;
}

.text-decoration-warning-25 {
  text-decoration-color: rgba(253, 192, 7, 0.25) !important;
}

.text-decoration-info-25 {
  text-decoration-color: rgba(23, 161, 183, 0.25) !important;
}

.text-decoration-dark-25 {
  text-decoration-color: rgba(52, 58, 64, 0.25) !important;
}

.text-decoration-light-25 {
  text-decoration-color: rgba(98, 109, 120, 0.25) !important;
}

.text-decoration-transparent-25 {
  text-decoration-color: rgba(0, 0, 0, 0.25) !important;
}

.text-decoration-default-30 {
  text-decoration-color: rgba(147, 69, 175, 0.3) !important;
}

.text-decoration-primary-30 {
  text-decoration-color: rgba(0, 122, 253, 0.3) !important;
}

.text-decoration-secondary-30 {
  text-decoration-color: rgba(108, 116, 124, 0.3) !important;
}

.text-decoration-success-30 {
  text-decoration-color: rgba(40, 166, 69, 0.3) !important;
}

.text-decoration-danger-30 {
  text-decoration-color: rgba(219, 53, 69, 0.3) !important;
}

.text-decoration-warning-30 {
  text-decoration-color: rgba(253, 192, 7, 0.3) !important;
}

.text-decoration-info-30 {
  text-decoration-color: rgba(23, 161, 183, 0.3) !important;
}

.text-decoration-dark-30 {
  text-decoration-color: rgba(52, 58, 64, 0.3) !important;
}

.text-decoration-light-30 {
  text-decoration-color: rgba(98, 109, 120, 0.3) !important;
}

.text-decoration-transparent-30 {
  text-decoration-color: rgba(0, 0, 0, 0.3) !important;
}

.text-decoration-default-35 {
  text-decoration-color: rgba(147, 69, 175, 0.35) !important;
}

.text-decoration-primary-35 {
  text-decoration-color: rgba(0, 122, 253, 0.35) !important;
}

.text-decoration-secondary-35 {
  text-decoration-color: rgba(108, 116, 124, 0.35) !important;
}

.text-decoration-success-35 {
  text-decoration-color: rgba(40, 166, 69, 0.35) !important;
}

.text-decoration-danger-35 {
  text-decoration-color: rgba(219, 53, 69, 0.35) !important;
}

.text-decoration-warning-35 {
  text-decoration-color: rgba(253, 192, 7, 0.35) !important;
}

.text-decoration-info-35 {
  text-decoration-color: rgba(23, 161, 183, 0.35) !important;
}

.text-decoration-dark-35 {
  text-decoration-color: rgba(52, 58, 64, 0.35) !important;
}

.text-decoration-light-35 {
  text-decoration-color: rgba(98, 109, 120, 0.35) !important;
}

.text-decoration-transparent-35 {
  text-decoration-color: rgba(0, 0, 0, 0.35) !important;
}

.text-decoration-default-40 {
  text-decoration-color: rgba(147, 69, 175, 0.4) !important;
}

.text-decoration-primary-40 {
  text-decoration-color: rgba(0, 122, 253, 0.4) !important;
}

.text-decoration-secondary-40 {
  text-decoration-color: rgba(108, 116, 124, 0.4) !important;
}

.text-decoration-success-40 {
  text-decoration-color: rgba(40, 166, 69, 0.4) !important;
}

.text-decoration-danger-40 {
  text-decoration-color: rgba(219, 53, 69, 0.4) !important;
}

.text-decoration-warning-40 {
  text-decoration-color: rgba(253, 192, 7, 0.4) !important;
}

.text-decoration-info-40 {
  text-decoration-color: rgba(23, 161, 183, 0.4) !important;
}

.text-decoration-dark-40 {
  text-decoration-color: rgba(52, 58, 64, 0.4) !important;
}

.text-decoration-light-40 {
  text-decoration-color: rgba(98, 109, 120, 0.4) !important;
}

.text-decoration-transparent-40 {
  text-decoration-color: rgba(0, 0, 0, 0.4) !important;
}

.text-decoration-default-45 {
  text-decoration-color: rgba(147, 69, 175, 0.45) !important;
}

.text-decoration-primary-45 {
  text-decoration-color: rgba(0, 122, 253, 0.45) !important;
}

.text-decoration-secondary-45 {
  text-decoration-color: rgba(108, 116, 124, 0.45) !important;
}

.text-decoration-success-45 {
  text-decoration-color: rgba(40, 166, 69, 0.45) !important;
}

.text-decoration-danger-45 {
  text-decoration-color: rgba(219, 53, 69, 0.45) !important;
}

.text-decoration-warning-45 {
  text-decoration-color: rgba(253, 192, 7, 0.45) !important;
}

.text-decoration-info-45 {
  text-decoration-color: rgba(23, 161, 183, 0.45) !important;
}

.text-decoration-dark-45 {
  text-decoration-color: rgba(52, 58, 64, 0.45) !important;
}

.text-decoration-light-45 {
  text-decoration-color: rgba(98, 109, 120, 0.45) !important;
}

.text-decoration-transparent-45 {
  text-decoration-color: rgba(0, 0, 0, 0.45) !important;
}

.text-decoration-default-50 {
  text-decoration-color: rgba(147, 69, 175, 0.5) !important;
}

.text-decoration-primary-50 {
  text-decoration-color: rgba(0, 122, 253, 0.5) !important;
}

.text-decoration-secondary-50 {
  text-decoration-color: rgba(108, 116, 124, 0.5) !important;
}

.text-decoration-success-50 {
  text-decoration-color: rgba(40, 166, 69, 0.5) !important;
}

.text-decoration-danger-50 {
  text-decoration-color: rgba(219, 53, 69, 0.5) !important;
}

.text-decoration-warning-50 {
  text-decoration-color: rgba(253, 192, 7, 0.5) !important;
}

.text-decoration-info-50 {
  text-decoration-color: rgba(23, 161, 183, 0.5) !important;
}

.text-decoration-dark-50 {
  text-decoration-color: rgba(52, 58, 64, 0.5) !important;
}

.text-decoration-light-50 {
  text-decoration-color: rgba(98, 109, 120, 0.5) !important;
}

.text-decoration-transparent-50 {
  text-decoration-color: rgba(0, 0, 0, 0.5) !important;
}

.text-decoration-default-55 {
  text-decoration-color: rgba(147, 69, 175, 0.55) !important;
}

.text-decoration-primary-55 {
  text-decoration-color: rgba(0, 122, 253, 0.55) !important;
}

.text-decoration-secondary-55 {
  text-decoration-color: rgba(108, 116, 124, 0.55) !important;
}

.text-decoration-success-55 {
  text-decoration-color: rgba(40, 166, 69, 0.55) !important;
}

.text-decoration-danger-55 {
  text-decoration-color: rgba(219, 53, 69, 0.55) !important;
}

.text-decoration-warning-55 {
  text-decoration-color: rgba(253, 192, 7, 0.55) !important;
}

.text-decoration-info-55 {
  text-decoration-color: rgba(23, 161, 183, 0.55) !important;
}

.text-decoration-dark-55 {
  text-decoration-color: rgba(52, 58, 64, 0.55) !important;
}

.text-decoration-light-55 {
  text-decoration-color: rgba(98, 109, 120, 0.55) !important;
}

.text-decoration-transparent-55 {
  text-decoration-color: rgba(0, 0, 0, 0.55) !important;
}

.text-decoration-default-60 {
  text-decoration-color: rgba(147, 69, 175, 0.6) !important;
}

.text-decoration-primary-60 {
  text-decoration-color: rgba(0, 122, 253, 0.6) !important;
}

.text-decoration-secondary-60 {
  text-decoration-color: rgba(108, 116, 124, 0.6) !important;
}

.text-decoration-success-60 {
  text-decoration-color: rgba(40, 166, 69, 0.6) !important;
}

.text-decoration-danger-60 {
  text-decoration-color: rgba(219, 53, 69, 0.6) !important;
}

.text-decoration-warning-60 {
  text-decoration-color: rgba(253, 192, 7, 0.6) !important;
}

.text-decoration-info-60 {
  text-decoration-color: rgba(23, 161, 183, 0.6) !important;
}

.text-decoration-dark-60 {
  text-decoration-color: rgba(52, 58, 64, 0.6) !important;
}

.text-decoration-light-60 {
  text-decoration-color: rgba(98, 109, 120, 0.6) !important;
}

.text-decoration-transparent-60 {
  text-decoration-color: rgba(0, 0, 0, 0.6) !important;
}

.text-decoration-default-65 {
  text-decoration-color: rgba(147, 69, 175, 0.65) !important;
}

.text-decoration-primary-65 {
  text-decoration-color: rgba(0, 122, 253, 0.65) !important;
}

.text-decoration-secondary-65 {
  text-decoration-color: rgba(108, 116, 124, 0.65) !important;
}

.text-decoration-success-65 {
  text-decoration-color: rgba(40, 166, 69, 0.65) !important;
}

.text-decoration-danger-65 {
  text-decoration-color: rgba(219, 53, 69, 0.65) !important;
}

.text-decoration-warning-65 {
  text-decoration-color: rgba(253, 192, 7, 0.65) !important;
}

.text-decoration-info-65 {
  text-decoration-color: rgba(23, 161, 183, 0.65) !important;
}

.text-decoration-dark-65 {
  text-decoration-color: rgba(52, 58, 64, 0.65) !important;
}

.text-decoration-light-65 {
  text-decoration-color: rgba(98, 109, 120, 0.65) !important;
}

.text-decoration-transparent-65 {
  text-decoration-color: rgba(0, 0, 0, 0.65) !important;
}

.text-decoration-default-70 {
  text-decoration-color: rgba(147, 69, 175, 0.7) !important;
}

.text-decoration-primary-70 {
  text-decoration-color: rgba(0, 122, 253, 0.7) !important;
}

.text-decoration-secondary-70 {
  text-decoration-color: rgba(108, 116, 124, 0.7) !important;
}

.text-decoration-success-70 {
  text-decoration-color: rgba(40, 166, 69, 0.7) !important;
}

.text-decoration-danger-70 {
  text-decoration-color: rgba(219, 53, 69, 0.7) !important;
}

.text-decoration-warning-70 {
  text-decoration-color: rgba(253, 192, 7, 0.7) !important;
}

.text-decoration-info-70 {
  text-decoration-color: rgba(23, 161, 183, 0.7) !important;
}

.text-decoration-dark-70 {
  text-decoration-color: rgba(52, 58, 64, 0.7) !important;
}

.text-decoration-light-70 {
  text-decoration-color: rgba(98, 109, 120, 0.7) !important;
}

.text-decoration-transparent-70 {
  text-decoration-color: rgba(0, 0, 0, 0.7) !important;
}

.text-decoration-default-75 {
  text-decoration-color: rgba(147, 69, 175, 0.75) !important;
}

.text-decoration-primary-75 {
  text-decoration-color: rgba(0, 122, 253, 0.75) !important;
}

.text-decoration-secondary-75 {
  text-decoration-color: rgba(108, 116, 124, 0.75) !important;
}

.text-decoration-success-75 {
  text-decoration-color: rgba(40, 166, 69, 0.75) !important;
}

.text-decoration-danger-75 {
  text-decoration-color: rgba(219, 53, 69, 0.75) !important;
}

.text-decoration-warning-75 {
  text-decoration-color: rgba(253, 192, 7, 0.75) !important;
}

.text-decoration-info-75 {
  text-decoration-color: rgba(23, 161, 183, 0.75) !important;
}

.text-decoration-dark-75 {
  text-decoration-color: rgba(52, 58, 64, 0.75) !important;
}

.text-decoration-light-75 {
  text-decoration-color: rgba(98, 109, 120, 0.75) !important;
}

.text-decoration-transparent-75 {
  text-decoration-color: rgba(0, 0, 0, 0.75) !important;
}

.text-decoration-default-80 {
  text-decoration-color: rgba(147, 69, 175, 0.8) !important;
}

.text-decoration-primary-80 {
  text-decoration-color: rgba(0, 122, 253, 0.8) !important;
}

.text-decoration-secondary-80 {
  text-decoration-color: rgba(108, 116, 124, 0.8) !important;
}

.text-decoration-success-80 {
  text-decoration-color: rgba(40, 166, 69, 0.8) !important;
}

.text-decoration-danger-80 {
  text-decoration-color: rgba(219, 53, 69, 0.8) !important;
}

.text-decoration-warning-80 {
  text-decoration-color: rgba(253, 192, 7, 0.8) !important;
}

.text-decoration-info-80 {
  text-decoration-color: rgba(23, 161, 183, 0.8) !important;
}

.text-decoration-dark-80 {
  text-decoration-color: rgba(52, 58, 64, 0.8) !important;
}

.text-decoration-light-80 {
  text-decoration-color: rgba(98, 109, 120, 0.8) !important;
}

.text-decoration-transparent-80 {
  text-decoration-color: rgba(0, 0, 0, 0.8) !important;
}

.text-decoration-default-85 {
  text-decoration-color: rgba(147, 69, 175, 0.85) !important;
}

.text-decoration-primary-85 {
  text-decoration-color: rgba(0, 122, 253, 0.85) !important;
}

.text-decoration-secondary-85 {
  text-decoration-color: rgba(108, 116, 124, 0.85) !important;
}

.text-decoration-success-85 {
  text-decoration-color: rgba(40, 166, 69, 0.85) !important;
}

.text-decoration-danger-85 {
  text-decoration-color: rgba(219, 53, 69, 0.85) !important;
}

.text-decoration-warning-85 {
  text-decoration-color: rgba(253, 192, 7, 0.85) !important;
}

.text-decoration-info-85 {
  text-decoration-color: rgba(23, 161, 183, 0.85) !important;
}

.text-decoration-dark-85 {
  text-decoration-color: rgba(52, 58, 64, 0.85) !important;
}

.text-decoration-light-85 {
  text-decoration-color: rgba(98, 109, 120, 0.85) !important;
}

.text-decoration-transparent-85 {
  text-decoration-color: rgba(0, 0, 0, 0.85) !important;
}

.text-decoration-default-90 {
  text-decoration-color: rgba(147, 69, 175, 0.9) !important;
}

.text-decoration-primary-90 {
  text-decoration-color: rgba(0, 122, 253, 0.9) !important;
}

.text-decoration-secondary-90 {
  text-decoration-color: rgba(108, 116, 124, 0.9) !important;
}

.text-decoration-success-90 {
  text-decoration-color: rgba(40, 166, 69, 0.9) !important;
}

.text-decoration-danger-90 {
  text-decoration-color: rgba(219, 53, 69, 0.9) !important;
}

.text-decoration-warning-90 {
  text-decoration-color: rgba(253, 192, 7, 0.9) !important;
}

.text-decoration-info-90 {
  text-decoration-color: rgba(23, 161, 183, 0.9) !important;
}

.text-decoration-dark-90 {
  text-decoration-color: rgba(52, 58, 64, 0.9) !important;
}

.text-decoration-light-90 {
  text-decoration-color: rgba(98, 109, 120, 0.9) !important;
}

.text-decoration-transparent-90 {
  text-decoration-color: rgba(0, 0, 0, 0.9) !important;
}

.text-decoration-default-95 {
  text-decoration-color: rgba(147, 69, 175, 0.95) !important;
}

.text-decoration-primary-95 {
  text-decoration-color: rgba(0, 122, 253, 0.95) !important;
}

.text-decoration-secondary-95 {
  text-decoration-color: rgba(108, 116, 124, 0.95) !important;
}

.text-decoration-success-95 {
  text-decoration-color: rgba(40, 166, 69, 0.95) !important;
}

.text-decoration-danger-95 {
  text-decoration-color: rgba(219, 53, 69, 0.95) !important;
}

.text-decoration-warning-95 {
  text-decoration-color: rgba(253, 192, 7, 0.95) !important;
}

.text-decoration-info-95 {
  text-decoration-color: rgba(23, 161, 183, 0.95) !important;
}

.text-decoration-dark-95 {
  text-decoration-color: rgba(52, 58, 64, 0.95) !important;
}

.text-decoration-light-95 {
  text-decoration-color: rgba(98, 109, 120, 0.95) !important;
}

.text-decoration-transparent-95 {
  text-decoration-color: rgba(0, 0, 0, 0.95) !important;
}

.text-decoration-default-100 {
  text-decoration-color: #9345af !important;
}

.text-decoration-primary-100 {
  text-decoration-color: #007afd !important;
}

.text-decoration-secondary-100 {
  text-decoration-color: #6c747c !important;
}

.text-decoration-success-100 {
  text-decoration-color: #28a645 !important;
}

.text-decoration-danger-100 {
  text-decoration-color: #db3545 !important;
}

.text-decoration-warning-100 {
  text-decoration-color: #fdc007 !important;
}

.text-decoration-info-100 {
  text-decoration-color: #17a1b7 !important;
}

.text-decoration-dark-100 {
  text-decoration-color: #343a40 !important;
}

.text-decoration-light-100 {
  text-decoration-color: #626d78 !important;
}

.text-decoration-transparent-100 {
  text-decoration-color: black !important;
}

.font-fit {
  font-size: 1em;
}

.font-xs {
  font-size: 0.85em;
}

.font-sm {
  font-size: 0.95em;
}

.font-md {
  font-size: 1em;
}

.font-lg {
  font-size: 1.5em;
}

.font-xl {
  font-size: 2em;
}

.font-xxl {
  font-size: 2.5em;
}

.text-shadow-default {
  text-shadow: 0 0 15px #9345af;
}

.text-shadow-primary {
  text-shadow: 0 0 15px #007afd;
}

.text-shadow-secondary {
  text-shadow: 0 0 15px #6c747c;
}

.text-shadow-success {
  text-shadow: 0 0 15px #28a645;
}

.text-shadow-danger {
  text-shadow: 0 0 15px #db3545;
}

.text-shadow-warning {
  text-shadow: 0 0 15px #fdc007;
}

.text-shadow-info {
  text-shadow: 0 0 15px #17a1b7;
}

.text-shadow-dark {
  text-shadow: 0 0 15px #343a40;
}

.text-shadow-white {
  text-shadow: 0 0 15px #fff;
}

.text-shadow-light {
  text-shadow: 0 0 15px #626d78;
}

.text-shadow-transparent {
  text-shadow: 0 0 15px transparent;
}

.text-shadow-default-5 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.05) !important;
}

.text-shadow-primary-5 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.05) !important;
}

.text-shadow-secondary-5 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.05) !important;
}

.text-shadow-success-5 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.05) !important;
}

.text-shadow-danger-5 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.05) !important;
}

.text-shadow-warning-5 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.05) !important;
}

.text-shadow-info-5 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.05) !important;
}

.text-shadow-dark-5 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.05) !important;
}

.text-shadow-light-5 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.05) !important;
}

.text-shadow-transparent-5 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.05) !important;
}

.text-shadow-default-10 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.1) !important;
}

.text-shadow-primary-10 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.1) !important;
}

.text-shadow-secondary-10 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.1) !important;
}

.text-shadow-success-10 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.1) !important;
}

.text-shadow-danger-10 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.1) !important;
}

.text-shadow-warning-10 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.1) !important;
}

.text-shadow-info-10 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.1) !important;
}

.text-shadow-dark-10 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.1) !important;
}

.text-shadow-light-10 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.1) !important;
}

.text-shadow-transparent-10 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

.text-shadow-default-15 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.15) !important;
}

.text-shadow-primary-15 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.15) !important;
}

.text-shadow-secondary-15 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.15) !important;
}

.text-shadow-success-15 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.15) !important;
}

.text-shadow-danger-15 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.15) !important;
}

.text-shadow-warning-15 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.15) !important;
}

.text-shadow-info-15 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.15) !important;
}

.text-shadow-dark-15 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.15) !important;
}

.text-shadow-light-15 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.15) !important;
}

.text-shadow-transparent-15 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.15) !important;
}

.text-shadow-default-20 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.2) !important;
}

.text-shadow-primary-20 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.2) !important;
}

.text-shadow-secondary-20 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.2) !important;
}

.text-shadow-success-20 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.2) !important;
}

.text-shadow-danger-20 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.2) !important;
}

.text-shadow-warning-20 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.2) !important;
}

.text-shadow-info-20 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.2) !important;
}

.text-shadow-dark-20 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.2) !important;
}

.text-shadow-light-20 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.2) !important;
}

.text-shadow-transparent-20 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important;
}

.text-shadow-default-25 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.25) !important;
}

.text-shadow-primary-25 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.25) !important;
}

.text-shadow-secondary-25 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.25) !important;
}

.text-shadow-success-25 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.25) !important;
}

.text-shadow-danger-25 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.25) !important;
}

.text-shadow-warning-25 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.25) !important;
}

.text-shadow-info-25 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.25) !important;
}

.text-shadow-dark-25 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.25) !important;
}

.text-shadow-light-25 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.25) !important;
}

.text-shadow-transparent-25 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25) !important;
}

.text-shadow-default-30 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.3) !important;
}

.text-shadow-primary-30 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.3) !important;
}

.text-shadow-secondary-30 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.3) !important;
}

.text-shadow-success-30 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.3) !important;
}

.text-shadow-danger-30 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.3) !important;
}

.text-shadow-warning-30 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.3) !important;
}

.text-shadow-info-30 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.3) !important;
}

.text-shadow-dark-30 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.3) !important;
}

.text-shadow-light-30 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.3) !important;
}

.text-shadow-transparent-30 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3) !important;
}

.text-shadow-default-35 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.35) !important;
}

.text-shadow-primary-35 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.35) !important;
}

.text-shadow-secondary-35 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.35) !important;
}

.text-shadow-success-35 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.35) !important;
}

.text-shadow-danger-35 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.35) !important;
}

.text-shadow-warning-35 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.35) !important;
}

.text-shadow-info-35 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.35) !important;
}

.text-shadow-dark-35 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.35) !important;
}

.text-shadow-light-35 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.35) !important;
}

.text-shadow-transparent-35 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.35) !important;
}

.text-shadow-default-40 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.4) !important;
}

.text-shadow-primary-40 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.4) !important;
}

.text-shadow-secondary-40 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.4) !important;
}

.text-shadow-success-40 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.4) !important;
}

.text-shadow-danger-40 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.4) !important;
}

.text-shadow-warning-40 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.4) !important;
}

.text-shadow-info-40 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.4) !important;
}

.text-shadow-dark-40 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.4) !important;
}

.text-shadow-light-40 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.4) !important;
}

.text-shadow-transparent-40 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4) !important;
}

.text-shadow-default-45 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.45) !important;
}

.text-shadow-primary-45 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.45) !important;
}

.text-shadow-secondary-45 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.45) !important;
}

.text-shadow-success-45 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.45) !important;
}

.text-shadow-danger-45 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.45) !important;
}

.text-shadow-warning-45 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.45) !important;
}

.text-shadow-info-45 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.45) !important;
}

.text-shadow-dark-45 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.45) !important;
}

.text-shadow-light-45 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.45) !important;
}

.text-shadow-transparent-45 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.45) !important;
}

.text-shadow-default-50 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.5) !important;
}

.text-shadow-primary-50 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.5) !important;
}

.text-shadow-secondary-50 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.5) !important;
}

.text-shadow-success-50 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.5) !important;
}

.text-shadow-danger-50 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.5) !important;
}

.text-shadow-warning-50 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.5) !important;
}

.text-shadow-info-50 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.5) !important;
}

.text-shadow-dark-50 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.5) !important;
}

.text-shadow-light-50 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.5) !important;
}

.text-shadow-transparent-50 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5) !important;
}

.text-shadow-default-55 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.55) !important;
}

.text-shadow-primary-55 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.55) !important;
}

.text-shadow-secondary-55 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.55) !important;
}

.text-shadow-success-55 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.55) !important;
}

.text-shadow-danger-55 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.55) !important;
}

.text-shadow-warning-55 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.55) !important;
}

.text-shadow-info-55 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.55) !important;
}

.text-shadow-dark-55 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.55) !important;
}

.text-shadow-light-55 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.55) !important;
}

.text-shadow-transparent-55 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.55) !important;
}

.text-shadow-default-60 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.6) !important;
}

.text-shadow-primary-60 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.6) !important;
}

.text-shadow-secondary-60 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.6) !important;
}

.text-shadow-success-60 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.6) !important;
}

.text-shadow-danger-60 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.6) !important;
}

.text-shadow-warning-60 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.6) !important;
}

.text-shadow-info-60 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.6) !important;
}

.text-shadow-dark-60 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.6) !important;
}

.text-shadow-light-60 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.6) !important;
}

.text-shadow-transparent-60 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6) !important;
}

.text-shadow-default-65 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.65) !important;
}

.text-shadow-primary-65 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.65) !important;
}

.text-shadow-secondary-65 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.65) !important;
}

.text-shadow-success-65 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.65) !important;
}

.text-shadow-danger-65 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.65) !important;
}

.text-shadow-warning-65 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.65) !important;
}

.text-shadow-info-65 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.65) !important;
}

.text-shadow-dark-65 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.65) !important;
}

.text-shadow-light-65 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.65) !important;
}

.text-shadow-transparent-65 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.65) !important;
}

.text-shadow-default-70 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.7) !important;
}

.text-shadow-primary-70 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.7) !important;
}

.text-shadow-secondary-70 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.7) !important;
}

.text-shadow-success-70 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.7) !important;
}

.text-shadow-danger-70 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.7) !important;
}

.text-shadow-warning-70 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.7) !important;
}

.text-shadow-info-70 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.7) !important;
}

.text-shadow-dark-70 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.7) !important;
}

.text-shadow-light-70 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.7) !important;
}

.text-shadow-transparent-70 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7) !important;
}

.text-shadow-default-75 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.75) !important;
}

.text-shadow-primary-75 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.75) !important;
}

.text-shadow-secondary-75 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.75) !important;
}

.text-shadow-success-75 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.75) !important;
}

.text-shadow-danger-75 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.75) !important;
}

.text-shadow-warning-75 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.75) !important;
}

.text-shadow-info-75 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.75) !important;
}

.text-shadow-dark-75 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.75) !important;
}

.text-shadow-light-75 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.75) !important;
}

.text-shadow-transparent-75 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75) !important;
}

.text-shadow-default-80 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.8) !important;
}

.text-shadow-primary-80 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.8) !important;
}

.text-shadow-secondary-80 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.8) !important;
}

.text-shadow-success-80 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.8) !important;
}

.text-shadow-danger-80 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.8) !important;
}

.text-shadow-warning-80 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.8) !important;
}

.text-shadow-info-80 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.8) !important;
}

.text-shadow-dark-80 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.8) !important;
}

.text-shadow-light-80 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.8) !important;
}

.text-shadow-transparent-80 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8) !important;
}

.text-shadow-default-85 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.85) !important;
}

.text-shadow-primary-85 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.85) !important;
}

.text-shadow-secondary-85 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.85) !important;
}

.text-shadow-success-85 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.85) !important;
}

.text-shadow-danger-85 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.85) !important;
}

.text-shadow-warning-85 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.85) !important;
}

.text-shadow-info-85 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.85) !important;
}

.text-shadow-dark-85 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.85) !important;
}

.text-shadow-light-85 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.85) !important;
}

.text-shadow-transparent-85 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.85) !important;
}

.text-shadow-default-90 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.9) !important;
}

.text-shadow-primary-90 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.9) !important;
}

.text-shadow-secondary-90 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.9) !important;
}

.text-shadow-success-90 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.9) !important;
}

.text-shadow-danger-90 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.9) !important;
}

.text-shadow-warning-90 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.9) !important;
}

.text-shadow-info-90 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.9) !important;
}

.text-shadow-dark-90 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.9) !important;
}

.text-shadow-light-90 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.9) !important;
}

.text-shadow-transparent-90 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9) !important;
}

.text-shadow-default-95 {
  text-shadow: 0 0 15px rgba(147, 69, 175, 0.95) !important;
}

.text-shadow-primary-95 {
  text-shadow: 0 0 15px rgba(0, 122, 253, 0.95) !important;
}

.text-shadow-secondary-95 {
  text-shadow: 0 0 15px rgba(108, 116, 124, 0.95) !important;
}

.text-shadow-success-95 {
  text-shadow: 0 0 15px rgba(40, 166, 69, 0.95) !important;
}

.text-shadow-danger-95 {
  text-shadow: 0 0 15px rgba(219, 53, 69, 0.95) !important;
}

.text-shadow-warning-95 {
  text-shadow: 0 0 15px rgba(253, 192, 7, 0.95) !important;
}

.text-shadow-info-95 {
  text-shadow: 0 0 15px rgba(23, 161, 183, 0.95) !important;
}

.text-shadow-dark-95 {
  text-shadow: 0 0 15px rgba(52, 58, 64, 0.95) !important;
}

.text-shadow-light-95 {
  text-shadow: 0 0 15px rgba(98, 109, 120, 0.95) !important;
}

.text-shadow-transparent-95 {
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.95) !important;
}

.text-shadow-default-100 {
  text-shadow: 0 0 15px #9345af !important;
}

.text-shadow-primary-100 {
  text-shadow: 0 0 15px #007afd !important;
}

.text-shadow-secondary-100 {
  text-shadow: 0 0 15px #6c747c !important;
}

.text-shadow-success-100 {
  text-shadow: 0 0 15px #28a645 !important;
}

.text-shadow-danger-100 {
  text-shadow: 0 0 15px #db3545 !important;
}

.text-shadow-warning-100 {
  text-shadow: 0 0 15px #fdc007 !important;
}

.text-shadow-info-100 {
  text-shadow: 0 0 15px #17a1b7 !important;
}

.text-shadow-dark-100 {
  text-shadow: 0 0 15px #343a40 !important;
}

.text-shadow-light-100 {
  text-shadow: 0 0 15px #626d78 !important;
}

.text-shadow-transparent-100 {
  text-shadow: 0 0 15px black !important;
}

.bg-default {
  background-color: #9345af !important;
}

.bg-hover-default:hover {
  background-color: #9345af !important;
  color: #fff !important;
}

.bg-primary {
  background-color: #007afd !important;
}

.bg-hover-primary:hover {
  background-color: #007afd !important;
  color: #fff !important;
}

.bg-secondary {
  background-color: #6c747c !important;
}

.bg-hover-secondary:hover {
  background-color: #6c747c !important;
  color: #fff !important;
}

.bg-success {
  background-color: #28a645 !important;
}

.bg-hover-success:hover {
  background-color: #28a645 !important;
  color: #fff !important;
}

.bg-danger {
  background-color: #db3545 !important;
}

.bg-hover-danger:hover {
  background-color: #db3545 !important;
  color: #fff !important;
}

.bg-warning {
  background-color: #fdc007 !important;
}

.bg-hover-warning:hover {
  background-color: #fdc007 !important;
  color: #fff !important;
}

.bg-info {
  background-color: #17a1b7 !important;
}

.bg-hover-info:hover {
  background-color: #17a1b7 !important;
  color: #fff !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hover-dark:hover {
  background-color: #343a40 !important;
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-hover-white:hover {
  background-color: #fff !important;
  color: #343a40 !important;
}

.bg-light {
  background-color: #626d78 !important;
}

.bg-hover-light:hover {
  background-color: #626d78 !important;
  color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-hover-transparent:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.bg-default-5 {
  background-color: rgba(147, 69, 175, 0.05) !important;
}

.bg-hover-default-5:hover {
  background-color: rgba(147, 69, 175, 0.05) !important;
}

.bg-primary-5 {
  background-color: rgba(0, 122, 253, 0.05) !important;
}

.bg-hover-primary-5:hover {
  background-color: rgba(0, 122, 253, 0.05) !important;
}

.bg-secondary-5 {
  background-color: rgba(108, 116, 124, 0.05) !important;
}

.bg-hover-secondary-5:hover {
  background-color: rgba(108, 116, 124, 0.05) !important;
}

.bg-success-5 {
  background-color: rgba(40, 166, 69, 0.05) !important;
}

.bg-hover-success-5:hover {
  background-color: rgba(40, 166, 69, 0.05) !important;
}

.bg-danger-5 {
  background-color: rgba(219, 53, 69, 0.05) !important;
}

.bg-hover-danger-5:hover {
  background-color: rgba(219, 53, 69, 0.05) !important;
}

.bg-warning-5 {
  background-color: rgba(253, 192, 7, 0.05) !important;
}

.bg-hover-warning-5:hover {
  background-color: rgba(253, 192, 7, 0.05) !important;
}

.bg-info-5 {
  background-color: rgba(23, 161, 183, 0.05) !important;
}

.bg-hover-info-5:hover {
  background-color: rgba(23, 161, 183, 0.05) !important;
}

.bg-dark-5 {
  background-color: rgba(52, 58, 64, 0.05) !important;
}

.bg-hover-dark-5:hover {
  background-color: rgba(52, 58, 64, 0.05) !important;
}

.bg-light-5 {
  background-color: rgba(98, 109, 120, 0.05) !important;
}

.bg-hover-light-5:hover {
  background-color: rgba(98, 109, 120, 0.05) !important;
}

.bg-transparent-5 {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-hover-transparent-5:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.bg-default-10 {
  background-color: rgba(147, 69, 175, 0.1) !important;
}

.bg-hover-default-10:hover {
  background-color: rgba(147, 69, 175, 0.1) !important;
}

.bg-primary-10 {
  background-color: rgba(0, 122, 253, 0.1) !important;
}

.bg-hover-primary-10:hover {
  background-color: rgba(0, 122, 253, 0.1) !important;
}

.bg-secondary-10 {
  background-color: rgba(108, 116, 124, 0.1) !important;
}

.bg-hover-secondary-10:hover {
  background-color: rgba(108, 116, 124, 0.1) !important;
}

.bg-success-10 {
  background-color: rgba(40, 166, 69, 0.1) !important;
}

.bg-hover-success-10:hover {
  background-color: rgba(40, 166, 69, 0.1) !important;
}

.bg-danger-10 {
  background-color: rgba(219, 53, 69, 0.1) !important;
}

.bg-hover-danger-10:hover {
  background-color: rgba(219, 53, 69, 0.1) !important;
}

.bg-warning-10 {
  background-color: rgba(253, 192, 7, 0.1) !important;
}

.bg-hover-warning-10:hover {
  background-color: rgba(253, 192, 7, 0.1) !important;
}

.bg-info-10 {
  background-color: rgba(23, 161, 183, 0.1) !important;
}

.bg-hover-info-10:hover {
  background-color: rgba(23, 161, 183, 0.1) !important;
}

.bg-dark-10 {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.bg-hover-dark-10:hover {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.bg-light-10 {
  background-color: rgba(98, 109, 120, 0.1) !important;
}

.bg-hover-light-10:hover {
  background-color: rgba(98, 109, 120, 0.1) !important;
}

.bg-transparent-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-hover-transparent-10:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-default-15 {
  background-color: rgba(147, 69, 175, 0.15) !important;
}

.bg-hover-default-15:hover {
  background-color: rgba(147, 69, 175, 0.15) !important;
}

.bg-primary-15 {
  background-color: rgba(0, 122, 253, 0.15) !important;
}

.bg-hover-primary-15:hover {
  background-color: rgba(0, 122, 253, 0.15) !important;
}

.bg-secondary-15 {
  background-color: rgba(108, 116, 124, 0.15) !important;
}

.bg-hover-secondary-15:hover {
  background-color: rgba(108, 116, 124, 0.15) !important;
}

.bg-success-15 {
  background-color: rgba(40, 166, 69, 0.15) !important;
}

.bg-hover-success-15:hover {
  background-color: rgba(40, 166, 69, 0.15) !important;
}

.bg-danger-15 {
  background-color: rgba(219, 53, 69, 0.15) !important;
}

.bg-hover-danger-15:hover {
  background-color: rgba(219, 53, 69, 0.15) !important;
}

.bg-warning-15 {
  background-color: rgba(253, 192, 7, 0.15) !important;
}

.bg-hover-warning-15:hover {
  background-color: rgba(253, 192, 7, 0.15) !important;
}

.bg-info-15 {
  background-color: rgba(23, 161, 183, 0.15) !important;
}

.bg-hover-info-15:hover {
  background-color: rgba(23, 161, 183, 0.15) !important;
}

.bg-dark-15 {
  background-color: rgba(52, 58, 64, 0.15) !important;
}

.bg-hover-dark-15:hover {
  background-color: rgba(52, 58, 64, 0.15) !important;
}

.bg-light-15 {
  background-color: rgba(98, 109, 120, 0.15) !important;
}

.bg-hover-light-15:hover {
  background-color: rgba(98, 109, 120, 0.15) !important;
}

.bg-transparent-15 {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-hover-transparent-15:hover {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-default-20 {
  background-color: rgba(147, 69, 175, 0.2) !important;
}

.bg-hover-default-20:hover {
  background-color: rgba(147, 69, 175, 0.2) !important;
}

.bg-primary-20 {
  background-color: rgba(0, 122, 253, 0.2) !important;
}

.bg-hover-primary-20:hover {
  background-color: rgba(0, 122, 253, 0.2) !important;
}

.bg-secondary-20 {
  background-color: rgba(108, 116, 124, 0.2) !important;
}

.bg-hover-secondary-20:hover {
  background-color: rgba(108, 116, 124, 0.2) !important;
}

.bg-success-20 {
  background-color: rgba(40, 166, 69, 0.2) !important;
}

.bg-hover-success-20:hover {
  background-color: rgba(40, 166, 69, 0.2) !important;
}

.bg-danger-20 {
  background-color: rgba(219, 53, 69, 0.2) !important;
}

.bg-hover-danger-20:hover {
  background-color: rgba(219, 53, 69, 0.2) !important;
}

.bg-warning-20 {
  background-color: rgba(253, 192, 7, 0.2) !important;
}

.bg-hover-warning-20:hover {
  background-color: rgba(253, 192, 7, 0.2) !important;
}

.bg-info-20 {
  background-color: rgba(23, 161, 183, 0.2) !important;
}

.bg-hover-info-20:hover {
  background-color: rgba(23, 161, 183, 0.2) !important;
}

.bg-dark-20 {
  background-color: rgba(52, 58, 64, 0.2) !important;
}

.bg-hover-dark-20:hover {
  background-color: rgba(52, 58, 64, 0.2) !important;
}

.bg-light-20 {
  background-color: rgba(98, 109, 120, 0.2) !important;
}

.bg-hover-light-20:hover {
  background-color: rgba(98, 109, 120, 0.2) !important;
}

.bg-transparent-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-hover-transparent-20:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.bg-default-25 {
  background-color: rgba(147, 69, 175, 0.25) !important;
}

.bg-hover-default-25:hover {
  background-color: rgba(147, 69, 175, 0.25) !important;
}

.bg-primary-25 {
  background-color: rgba(0, 122, 253, 0.25) !important;
}

.bg-hover-primary-25:hover {
  background-color: rgba(0, 122, 253, 0.25) !important;
}

.bg-secondary-25 {
  background-color: rgba(108, 116, 124, 0.25) !important;
}

.bg-hover-secondary-25:hover {
  background-color: rgba(108, 116, 124, 0.25) !important;
}

.bg-success-25 {
  background-color: rgba(40, 166, 69, 0.25) !important;
}

.bg-hover-success-25:hover {
  background-color: rgba(40, 166, 69, 0.25) !important;
}

.bg-danger-25 {
  background-color: rgba(219, 53, 69, 0.25) !important;
}

.bg-hover-danger-25:hover {
  background-color: rgba(219, 53, 69, 0.25) !important;
}

.bg-warning-25 {
  background-color: rgba(253, 192, 7, 0.25) !important;
}

.bg-hover-warning-25:hover {
  background-color: rgba(253, 192, 7, 0.25) !important;
}

.bg-info-25 {
  background-color: rgba(23, 161, 183, 0.25) !important;
}

.bg-hover-info-25:hover {
  background-color: rgba(23, 161, 183, 0.25) !important;
}

.bg-dark-25 {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.bg-hover-dark-25:hover {
  background-color: rgba(52, 58, 64, 0.25) !important;
}

.bg-light-25 {
  background-color: rgba(98, 109, 120, 0.25) !important;
}

.bg-hover-light-25:hover {
  background-color: rgba(98, 109, 120, 0.25) !important;
}

.bg-transparent-25 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-hover-transparent-25:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.bg-default-30 {
  background-color: rgba(147, 69, 175, 0.3) !important;
}

.bg-hover-default-30:hover {
  background-color: rgba(147, 69, 175, 0.3) !important;
}

.bg-primary-30 {
  background-color: rgba(0, 122, 253, 0.3) !important;
}

.bg-hover-primary-30:hover {
  background-color: rgba(0, 122, 253, 0.3) !important;
}

.bg-secondary-30 {
  background-color: rgba(108, 116, 124, 0.3) !important;
}

.bg-hover-secondary-30:hover {
  background-color: rgba(108, 116, 124, 0.3) !important;
}

.bg-success-30 {
  background-color: rgba(40, 166, 69, 0.3) !important;
}

.bg-hover-success-30:hover {
  background-color: rgba(40, 166, 69, 0.3) !important;
}

.bg-danger-30 {
  background-color: rgba(219, 53, 69, 0.3) !important;
}

.bg-hover-danger-30:hover {
  background-color: rgba(219, 53, 69, 0.3) !important;
}

.bg-warning-30 {
  background-color: rgba(253, 192, 7, 0.3) !important;
}

.bg-hover-warning-30:hover {
  background-color: rgba(253, 192, 7, 0.3) !important;
}

.bg-info-30 {
  background-color: rgba(23, 161, 183, 0.3) !important;
}

.bg-hover-info-30:hover {
  background-color: rgba(23, 161, 183, 0.3) !important;
}

.bg-dark-30 {
  background-color: rgba(52, 58, 64, 0.3) !important;
}

.bg-hover-dark-30:hover {
  background-color: rgba(52, 58, 64, 0.3) !important;
}

.bg-light-30 {
  background-color: rgba(98, 109, 120, 0.3) !important;
}

.bg-hover-light-30:hover {
  background-color: rgba(98, 109, 120, 0.3) !important;
}

.bg-transparent-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-hover-transparent-30:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-default-35 {
  background-color: rgba(147, 69, 175, 0.35) !important;
}

.bg-hover-default-35:hover {
  background-color: rgba(147, 69, 175, 0.35) !important;
}

.bg-primary-35 {
  background-color: rgba(0, 122, 253, 0.35) !important;
}

.bg-hover-primary-35:hover {
  background-color: rgba(0, 122, 253, 0.35) !important;
}

.bg-secondary-35 {
  background-color: rgba(108, 116, 124, 0.35) !important;
}

.bg-hover-secondary-35:hover {
  background-color: rgba(108, 116, 124, 0.35) !important;
}

.bg-success-35 {
  background-color: rgba(40, 166, 69, 0.35) !important;
}

.bg-hover-success-35:hover {
  background-color: rgba(40, 166, 69, 0.35) !important;
}

.bg-danger-35 {
  background-color: rgba(219, 53, 69, 0.35) !important;
}

.bg-hover-danger-35:hover {
  background-color: rgba(219, 53, 69, 0.35) !important;
}

.bg-warning-35 {
  background-color: rgba(253, 192, 7, 0.35) !important;
}

.bg-hover-warning-35:hover {
  background-color: rgba(253, 192, 7, 0.35) !important;
}

.bg-info-35 {
  background-color: rgba(23, 161, 183, 0.35) !important;
}

.bg-hover-info-35:hover {
  background-color: rgba(23, 161, 183, 0.35) !important;
}

.bg-dark-35 {
  background-color: rgba(52, 58, 64, 0.35) !important;
}

.bg-hover-dark-35:hover {
  background-color: rgba(52, 58, 64, 0.35) !important;
}

.bg-light-35 {
  background-color: rgba(98, 109, 120, 0.35) !important;
}

.bg-hover-light-35:hover {
  background-color: rgba(98, 109, 120, 0.35) !important;
}

.bg-transparent-35 {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.bg-hover-transparent-35:hover {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

.bg-default-40 {
  background-color: rgba(147, 69, 175, 0.4) !important;
}

.bg-hover-default-40:hover {
  background-color: rgba(147, 69, 175, 0.4) !important;
}

.bg-primary-40 {
  background-color: rgba(0, 122, 253, 0.4) !important;
}

.bg-hover-primary-40:hover {
  background-color: rgba(0, 122, 253, 0.4) !important;
}

.bg-secondary-40 {
  background-color: rgba(108, 116, 124, 0.4) !important;
}

.bg-hover-secondary-40:hover {
  background-color: rgba(108, 116, 124, 0.4) !important;
}

.bg-success-40 {
  background-color: rgba(40, 166, 69, 0.4) !important;
}

.bg-hover-success-40:hover {
  background-color: rgba(40, 166, 69, 0.4) !important;
}

.bg-danger-40 {
  background-color: rgba(219, 53, 69, 0.4) !important;
}

.bg-hover-danger-40:hover {
  background-color: rgba(219, 53, 69, 0.4) !important;
}

.bg-warning-40 {
  background-color: rgba(253, 192, 7, 0.4) !important;
}

.bg-hover-warning-40:hover {
  background-color: rgba(253, 192, 7, 0.4) !important;
}

.bg-info-40 {
  background-color: rgba(23, 161, 183, 0.4) !important;
}

.bg-hover-info-40:hover {
  background-color: rgba(23, 161, 183, 0.4) !important;
}

.bg-dark-40 {
  background-color: rgba(52, 58, 64, 0.4) !important;
}

.bg-hover-dark-40:hover {
  background-color: rgba(52, 58, 64, 0.4) !important;
}

.bg-light-40 {
  background-color: rgba(98, 109, 120, 0.4) !important;
}

.bg-hover-light-40:hover {
  background-color: rgba(98, 109, 120, 0.4) !important;
}

.bg-transparent-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-hover-transparent-40:hover {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.bg-default-45 {
  background-color: rgba(147, 69, 175, 0.45) !important;
}

.bg-hover-default-45:hover {
  background-color: rgba(147, 69, 175, 0.45) !important;
}

.bg-primary-45 {
  background-color: rgba(0, 122, 253, 0.45) !important;
}

.bg-hover-primary-45:hover {
  background-color: rgba(0, 122, 253, 0.45) !important;
}

.bg-secondary-45 {
  background-color: rgba(108, 116, 124, 0.45) !important;
}

.bg-hover-secondary-45:hover {
  background-color: rgba(108, 116, 124, 0.45) !important;
}

.bg-success-45 {
  background-color: rgba(40, 166, 69, 0.45) !important;
}

.bg-hover-success-45:hover {
  background-color: rgba(40, 166, 69, 0.45) !important;
}

.bg-danger-45 {
  background-color: rgba(219, 53, 69, 0.45) !important;
}

.bg-hover-danger-45:hover {
  background-color: rgba(219, 53, 69, 0.45) !important;
}

.bg-warning-45 {
  background-color: rgba(253, 192, 7, 0.45) !important;
}

.bg-hover-warning-45:hover {
  background-color: rgba(253, 192, 7, 0.45) !important;
}

.bg-info-45 {
  background-color: rgba(23, 161, 183, 0.45) !important;
}

.bg-hover-info-45:hover {
  background-color: rgba(23, 161, 183, 0.45) !important;
}

.bg-dark-45 {
  background-color: rgba(52, 58, 64, 0.45) !important;
}

.bg-hover-dark-45:hover {
  background-color: rgba(52, 58, 64, 0.45) !important;
}

.bg-light-45 {
  background-color: rgba(98, 109, 120, 0.45) !important;
}

.bg-hover-light-45:hover {
  background-color: rgba(98, 109, 120, 0.45) !important;
}

.bg-transparent-45 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.bg-hover-transparent-45:hover {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

.bg-default-50 {
  background-color: rgba(147, 69, 175, 0.5) !important;
}

.bg-hover-default-50:hover {
  background-color: rgba(147, 69, 175, 0.5) !important;
}

.bg-primary-50 {
  background-color: rgba(0, 122, 253, 0.5) !important;
}

.bg-hover-primary-50:hover {
  background-color: rgba(0, 122, 253, 0.5) !important;
}

.bg-secondary-50 {
  background-color: rgba(108, 116, 124, 0.5) !important;
}

.bg-hover-secondary-50:hover {
  background-color: rgba(108, 116, 124, 0.5) !important;
}

.bg-success-50 {
  background-color: rgba(40, 166, 69, 0.5) !important;
}

.bg-hover-success-50:hover {
  background-color: rgba(40, 166, 69, 0.5) !important;
}

.bg-danger-50 {
  background-color: rgba(219, 53, 69, 0.5) !important;
}

.bg-hover-danger-50:hover {
  background-color: rgba(219, 53, 69, 0.5) !important;
}

.bg-warning-50 {
  background-color: rgba(253, 192, 7, 0.5) !important;
}

.bg-hover-warning-50:hover {
  background-color: rgba(253, 192, 7, 0.5) !important;
}

.bg-info-50 {
  background-color: rgba(23, 161, 183, 0.5) !important;
}

.bg-hover-info-50:hover {
  background-color: rgba(23, 161, 183, 0.5) !important;
}

.bg-dark-50 {
  background-color: rgba(52, 58, 64, 0.5) !important;
}

.bg-hover-dark-50:hover {
  background-color: rgba(52, 58, 64, 0.5) !important;
}

.bg-light-50 {
  background-color: rgba(98, 109, 120, 0.5) !important;
}

.bg-hover-light-50:hover {
  background-color: rgba(98, 109, 120, 0.5) !important;
}

.bg-transparent-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-hover-transparent-50:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-default-55 {
  background-color: rgba(147, 69, 175, 0.55) !important;
}

.bg-hover-default-55:hover {
  background-color: rgba(147, 69, 175, 0.55) !important;
}

.bg-primary-55 {
  background-color: rgba(0, 122, 253, 0.55) !important;
}

.bg-hover-primary-55:hover {
  background-color: rgba(0, 122, 253, 0.55) !important;
}

.bg-secondary-55 {
  background-color: rgba(108, 116, 124, 0.55) !important;
}

.bg-hover-secondary-55:hover {
  background-color: rgba(108, 116, 124, 0.55) !important;
}

.bg-success-55 {
  background-color: rgba(40, 166, 69, 0.55) !important;
}

.bg-hover-success-55:hover {
  background-color: rgba(40, 166, 69, 0.55) !important;
}

.bg-danger-55 {
  background-color: rgba(219, 53, 69, 0.55) !important;
}

.bg-hover-danger-55:hover {
  background-color: rgba(219, 53, 69, 0.55) !important;
}

.bg-warning-55 {
  background-color: rgba(253, 192, 7, 0.55) !important;
}

.bg-hover-warning-55:hover {
  background-color: rgba(253, 192, 7, 0.55) !important;
}

.bg-info-55 {
  background-color: rgba(23, 161, 183, 0.55) !important;
}

.bg-hover-info-55:hover {
  background-color: rgba(23, 161, 183, 0.55) !important;
}

.bg-dark-55 {
  background-color: rgba(52, 58, 64, 0.55) !important;
}

.bg-hover-dark-55:hover {
  background-color: rgba(52, 58, 64, 0.55) !important;
}

.bg-light-55 {
  background-color: rgba(98, 109, 120, 0.55) !important;
}

.bg-hover-light-55:hover {
  background-color: rgba(98, 109, 120, 0.55) !important;
}

.bg-transparent-55 {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.bg-hover-transparent-55:hover {
  background-color: rgba(0, 0, 0, 0.55) !important;
}

.bg-default-60 {
  background-color: rgba(147, 69, 175, 0.6) !important;
}

.bg-hover-default-60:hover {
  background-color: rgba(147, 69, 175, 0.6) !important;
}

.bg-primary-60 {
  background-color: rgba(0, 122, 253, 0.6) !important;
}

.bg-hover-primary-60:hover {
  background-color: rgba(0, 122, 253, 0.6) !important;
}

.bg-secondary-60 {
  background-color: rgba(108, 116, 124, 0.6) !important;
}

.bg-hover-secondary-60:hover {
  background-color: rgba(108, 116, 124, 0.6) !important;
}

.bg-success-60 {
  background-color: rgba(40, 166, 69, 0.6) !important;
}

.bg-hover-success-60:hover {
  background-color: rgba(40, 166, 69, 0.6) !important;
}

.bg-danger-60 {
  background-color: rgba(219, 53, 69, 0.6) !important;
}

.bg-hover-danger-60:hover {
  background-color: rgba(219, 53, 69, 0.6) !important;
}

.bg-warning-60 {
  background-color: rgba(253, 192, 7, 0.6) !important;
}

.bg-hover-warning-60:hover {
  background-color: rgba(253, 192, 7, 0.6) !important;
}

.bg-info-60 {
  background-color: rgba(23, 161, 183, 0.6) !important;
}

.bg-hover-info-60:hover {
  background-color: rgba(23, 161, 183, 0.6) !important;
}

.bg-dark-60 {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

.bg-hover-dark-60:hover {
  background-color: rgba(52, 58, 64, 0.6) !important;
}

.bg-light-60 {
  background-color: rgba(98, 109, 120, 0.6) !important;
}

.bg-hover-light-60:hover {
  background-color: rgba(98, 109, 120, 0.6) !important;
}

.bg-transparent-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-hover-transparent-60:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-default-65 {
  background-color: rgba(147, 69, 175, 0.65) !important;
}

.bg-hover-default-65:hover {
  background-color: rgba(147, 69, 175, 0.65) !important;
}

.bg-primary-65 {
  background-color: rgba(0, 122, 253, 0.65) !important;
}

.bg-hover-primary-65:hover {
  background-color: rgba(0, 122, 253, 0.65) !important;
}

.bg-secondary-65 {
  background-color: rgba(108, 116, 124, 0.65) !important;
}

.bg-hover-secondary-65:hover {
  background-color: rgba(108, 116, 124, 0.65) !important;
}

.bg-success-65 {
  background-color: rgba(40, 166, 69, 0.65) !important;
}

.bg-hover-success-65:hover {
  background-color: rgba(40, 166, 69, 0.65) !important;
}

.bg-danger-65 {
  background-color: rgba(219, 53, 69, 0.65) !important;
}

.bg-hover-danger-65:hover {
  background-color: rgba(219, 53, 69, 0.65) !important;
}

.bg-warning-65 {
  background-color: rgba(253, 192, 7, 0.65) !important;
}

.bg-hover-warning-65:hover {
  background-color: rgba(253, 192, 7, 0.65) !important;
}

.bg-info-65 {
  background-color: rgba(23, 161, 183, 0.65) !important;
}

.bg-hover-info-65:hover {
  background-color: rgba(23, 161, 183, 0.65) !important;
}

.bg-dark-65 {
  background-color: rgba(52, 58, 64, 0.65) !important;
}

.bg-hover-dark-65:hover {
  background-color: rgba(52, 58, 64, 0.65) !important;
}

.bg-light-65 {
  background-color: rgba(98, 109, 120, 0.65) !important;
}

.bg-hover-light-65:hover {
  background-color: rgba(98, 109, 120, 0.65) !important;
}

.bg-transparent-65 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.bg-hover-transparent-65:hover {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.bg-default-70 {
  background-color: rgba(147, 69, 175, 0.7) !important;
}

.bg-hover-default-70:hover {
  background-color: rgba(147, 69, 175, 0.7) !important;
}

.bg-primary-70 {
  background-color: rgba(0, 122, 253, 0.7) !important;
}

.bg-hover-primary-70:hover {
  background-color: rgba(0, 122, 253, 0.7) !important;
}

.bg-secondary-70 {
  background-color: rgba(108, 116, 124, 0.7) !important;
}

.bg-hover-secondary-70:hover {
  background-color: rgba(108, 116, 124, 0.7) !important;
}

.bg-success-70 {
  background-color: rgba(40, 166, 69, 0.7) !important;
}

.bg-hover-success-70:hover {
  background-color: rgba(40, 166, 69, 0.7) !important;
}

.bg-danger-70 {
  background-color: rgba(219, 53, 69, 0.7) !important;
}

.bg-hover-danger-70:hover {
  background-color: rgba(219, 53, 69, 0.7) !important;
}

.bg-warning-70 {
  background-color: rgba(253, 192, 7, 0.7) !important;
}

.bg-hover-warning-70:hover {
  background-color: rgba(253, 192, 7, 0.7) !important;
}

.bg-info-70 {
  background-color: rgba(23, 161, 183, 0.7) !important;
}

.bg-hover-info-70:hover {
  background-color: rgba(23, 161, 183, 0.7) !important;
}

.bg-dark-70 {
  background-color: rgba(52, 58, 64, 0.7) !important;
}

.bg-hover-dark-70:hover {
  background-color: rgba(52, 58, 64, 0.7) !important;
}

.bg-light-70 {
  background-color: rgba(98, 109, 120, 0.7) !important;
}

.bg-hover-light-70:hover {
  background-color: rgba(98, 109, 120, 0.7) !important;
}

.bg-transparent-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-hover-transparent-70:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.bg-default-75 {
  background-color: rgba(147, 69, 175, 0.75) !important;
}

.bg-hover-default-75:hover {
  background-color: rgba(147, 69, 175, 0.75) !important;
}

.bg-primary-75 {
  background-color: rgba(0, 122, 253, 0.75) !important;
}

.bg-hover-primary-75:hover {
  background-color: rgba(0, 122, 253, 0.75) !important;
}

.bg-secondary-75 {
  background-color: rgba(108, 116, 124, 0.75) !important;
}

.bg-hover-secondary-75:hover {
  background-color: rgba(108, 116, 124, 0.75) !important;
}

.bg-success-75 {
  background-color: rgba(40, 166, 69, 0.75) !important;
}

.bg-hover-success-75:hover {
  background-color: rgba(40, 166, 69, 0.75) !important;
}

.bg-danger-75 {
  background-color: rgba(219, 53, 69, 0.75) !important;
}

.bg-hover-danger-75:hover {
  background-color: rgba(219, 53, 69, 0.75) !important;
}

.bg-warning-75 {
  background-color: rgba(253, 192, 7, 0.75) !important;
}

.bg-hover-warning-75:hover {
  background-color: rgba(253, 192, 7, 0.75) !important;
}

.bg-info-75 {
  background-color: rgba(23, 161, 183, 0.75) !important;
}

.bg-hover-info-75:hover {
  background-color: rgba(23, 161, 183, 0.75) !important;
}

.bg-dark-75 {
  background-color: rgba(52, 58, 64, 0.75) !important;
}

.bg-hover-dark-75:hover {
  background-color: rgba(52, 58, 64, 0.75) !important;
}

.bg-light-75 {
  background-color: rgba(98, 109, 120, 0.75) !important;
}

.bg-hover-light-75:hover {
  background-color: rgba(98, 109, 120, 0.75) !important;
}

.bg-transparent-75 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-hover-transparent-75:hover {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.bg-default-80 {
  background-color: rgba(147, 69, 175, 0.8) !important;
}

.bg-hover-default-80:hover {
  background-color: rgba(147, 69, 175, 0.8) !important;
}

.bg-primary-80 {
  background-color: rgba(0, 122, 253, 0.8) !important;
}

.bg-hover-primary-80:hover {
  background-color: rgba(0, 122, 253, 0.8) !important;
}

.bg-secondary-80 {
  background-color: rgba(108, 116, 124, 0.8) !important;
}

.bg-hover-secondary-80:hover {
  background-color: rgba(108, 116, 124, 0.8) !important;
}

.bg-success-80 {
  background-color: rgba(40, 166, 69, 0.8) !important;
}

.bg-hover-success-80:hover {
  background-color: rgba(40, 166, 69, 0.8) !important;
}

.bg-danger-80 {
  background-color: rgba(219, 53, 69, 0.8) !important;
}

.bg-hover-danger-80:hover {
  background-color: rgba(219, 53, 69, 0.8) !important;
}

.bg-warning-80 {
  background-color: rgba(253, 192, 7, 0.8) !important;
}

.bg-hover-warning-80:hover {
  background-color: rgba(253, 192, 7, 0.8) !important;
}

.bg-info-80 {
  background-color: rgba(23, 161, 183, 0.8) !important;
}

.bg-hover-info-80:hover {
  background-color: rgba(23, 161, 183, 0.8) !important;
}

.bg-dark-80 {
  background-color: rgba(52, 58, 64, 0.8) !important;
}

.bg-hover-dark-80:hover {
  background-color: rgba(52, 58, 64, 0.8) !important;
}

.bg-light-80 {
  background-color: rgba(98, 109, 120, 0.8) !important;
}

.bg-hover-light-80:hover {
  background-color: rgba(98, 109, 120, 0.8) !important;
}

.bg-transparent-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-hover-transparent-80:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.bg-default-85 {
  background-color: rgba(147, 69, 175, 0.85) !important;
}

.bg-hover-default-85:hover {
  background-color: rgba(147, 69, 175, 0.85) !important;
}

.bg-primary-85 {
  background-color: rgba(0, 122, 253, 0.85) !important;
}

.bg-hover-primary-85:hover {
  background-color: rgba(0, 122, 253, 0.85) !important;
}

.bg-secondary-85 {
  background-color: rgba(108, 116, 124, 0.85) !important;
}

.bg-hover-secondary-85:hover {
  background-color: rgba(108, 116, 124, 0.85) !important;
}

.bg-success-85 {
  background-color: rgba(40, 166, 69, 0.85) !important;
}

.bg-hover-success-85:hover {
  background-color: rgba(40, 166, 69, 0.85) !important;
}

.bg-danger-85 {
  background-color: rgba(219, 53, 69, 0.85) !important;
}

.bg-hover-danger-85:hover {
  background-color: rgba(219, 53, 69, 0.85) !important;
}

.bg-warning-85 {
  background-color: rgba(253, 192, 7, 0.85) !important;
}

.bg-hover-warning-85:hover {
  background-color: rgba(253, 192, 7, 0.85) !important;
}

.bg-info-85 {
  background-color: rgba(23, 161, 183, 0.85) !important;
}

.bg-hover-info-85:hover {
  background-color: rgba(23, 161, 183, 0.85) !important;
}

.bg-dark-85 {
  background-color: rgba(52, 58, 64, 0.85) !important;
}

.bg-hover-dark-85:hover {
  background-color: rgba(52, 58, 64, 0.85) !important;
}

.bg-light-85 {
  background-color: rgba(98, 109, 120, 0.85) !important;
}

.bg-hover-light-85:hover {
  background-color: rgba(98, 109, 120, 0.85) !important;
}

.bg-transparent-85 {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.bg-hover-transparent-85:hover {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.bg-default-90 {
  background-color: rgba(147, 69, 175, 0.9) !important;
}

.bg-hover-default-90:hover {
  background-color: rgba(147, 69, 175, 0.9) !important;
}

.bg-primary-90 {
  background-color: rgba(0, 122, 253, 0.9) !important;
}

.bg-hover-primary-90:hover {
  background-color: rgba(0, 122, 253, 0.9) !important;
}

.bg-secondary-90 {
  background-color: rgba(108, 116, 124, 0.9) !important;
}

.bg-hover-secondary-90:hover {
  background-color: rgba(108, 116, 124, 0.9) !important;
}

.bg-success-90 {
  background-color: rgba(40, 166, 69, 0.9) !important;
}

.bg-hover-success-90:hover {
  background-color: rgba(40, 166, 69, 0.9) !important;
}

.bg-danger-90 {
  background-color: rgba(219, 53, 69, 0.9) !important;
}

.bg-hover-danger-90:hover {
  background-color: rgba(219, 53, 69, 0.9) !important;
}

.bg-warning-90 {
  background-color: rgba(253, 192, 7, 0.9) !important;
}

.bg-hover-warning-90:hover {
  background-color: rgba(253, 192, 7, 0.9) !important;
}

.bg-info-90 {
  background-color: rgba(23, 161, 183, 0.9) !important;
}

.bg-hover-info-90:hover {
  background-color: rgba(23, 161, 183, 0.9) !important;
}

.bg-dark-90 {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.bg-hover-dark-90:hover {
  background-color: rgba(52, 58, 64, 0.9) !important;
}

.bg-light-90 {
  background-color: rgba(98, 109, 120, 0.9) !important;
}

.bg-hover-light-90:hover {
  background-color: rgba(98, 109, 120, 0.9) !important;
}

.bg-transparent-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-hover-transparent-90:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.bg-default-95 {
  background-color: rgba(147, 69, 175, 0.95) !important;
}

.bg-hover-default-95:hover {
  background-color: rgba(147, 69, 175, 0.95) !important;
}

.bg-primary-95 {
  background-color: rgba(0, 122, 253, 0.95) !important;
}

.bg-hover-primary-95:hover {
  background-color: rgba(0, 122, 253, 0.95) !important;
}

.bg-secondary-95 {
  background-color: rgba(108, 116, 124, 0.95) !important;
}

.bg-hover-secondary-95:hover {
  background-color: rgba(108, 116, 124, 0.95) !important;
}

.bg-success-95 {
  background-color: rgba(40, 166, 69, 0.95) !important;
}

.bg-hover-success-95:hover {
  background-color: rgba(40, 166, 69, 0.95) !important;
}

.bg-danger-95 {
  background-color: rgba(219, 53, 69, 0.95) !important;
}

.bg-hover-danger-95:hover {
  background-color: rgba(219, 53, 69, 0.95) !important;
}

.bg-warning-95 {
  background-color: rgba(253, 192, 7, 0.95) !important;
}

.bg-hover-warning-95:hover {
  background-color: rgba(253, 192, 7, 0.95) !important;
}

.bg-info-95 {
  background-color: rgba(23, 161, 183, 0.95) !important;
}

.bg-hover-info-95:hover {
  background-color: rgba(23, 161, 183, 0.95) !important;
}

.bg-dark-95 {
  background-color: rgba(52, 58, 64, 0.95) !important;
}

.bg-hover-dark-95:hover {
  background-color: rgba(52, 58, 64, 0.95) !important;
}

.bg-light-95 {
  background-color: rgba(98, 109, 120, 0.95) !important;
}

.bg-hover-light-95:hover {
  background-color: rgba(98, 109, 120, 0.95) !important;
}

.bg-transparent-95 {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.bg-hover-transparent-95:hover {
  background-color: rgba(0, 0, 0, 0.95) !important;
}

.bg-default-100 {
  background-color: #9345af !important;
}

.bg-hover-default-100:hover {
  background-color: #9345af !important;
}

.bg-primary-100 {
  background-color: #007afd !important;
}

.bg-hover-primary-100:hover {
  background-color: #007afd !important;
}

.bg-secondary-100 {
  background-color: #6c747c !important;
}

.bg-hover-secondary-100:hover {
  background-color: #6c747c !important;
}

.bg-success-100 {
  background-color: #28a645 !important;
}

.bg-hover-success-100:hover {
  background-color: #28a645 !important;
}

.bg-danger-100 {
  background-color: #db3545 !important;
}

.bg-hover-danger-100:hover {
  background-color: #db3545 !important;
}

.bg-warning-100 {
  background-color: #fdc007 !important;
}

.bg-hover-warning-100:hover {
  background-color: #fdc007 !important;
}

.bg-info-100 {
  background-color: #17a1b7 !important;
}

.bg-hover-info-100:hover {
  background-color: #17a1b7 !important;
}

.bg-dark-100 {
  background-color: #343a40 !important;
}

.bg-hover-dark-100:hover {
  background-color: #343a40 !important;
}

.bg-light-100 {
  background-color: #626d78 !important;
}

.bg-hover-light-100:hover {
  background-color: #626d78 !important;
}

.bg-transparent-100 {
  background-color: black !important;
}

.bg-hover-transparent-100:hover {
  background-color: black !important;
}

.bg-none {
  background-color: none !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

.h-5-vh {
  height: 5vh;
}

.w-5-vw {
  width: 5vw;
}

.h-5-px {
  height: 5px !important;
}

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

.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

.h-10-vh {
  height: 10vh;
}

.w-10-vw {
  width: 10vw;
}

.h-10-px {
  height: 10px !important;
}

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

.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

.h-15-vh {
  height: 15vh;
}

.w-15-vw {
  width: 15vw;
}

.h-15-px {
  height: 15px !important;
}

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

.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

.h-20-vh {
  height: 20vh;
}

.w-20-vw {
  width: 20vw;
}

.h-20-px {
  height: 20px !important;
}

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

.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

.h-25-vh {
  height: 25vh;
}

.w-25-vw {
  width: 25vw;
}

.h-25-px {
  height: 25px !important;
}

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

.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

.h-30-vh {
  height: 30vh;
}

.w-30-vw {
  width: 30vw;
}

.h-30-px {
  height: 30px !important;
}

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

.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

.h-35-vh {
  height: 35vh;
}

.w-35-vw {
  width: 35vw;
}

.h-35-px {
  height: 35px !important;
}

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

.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

.h-40-vh {
  height: 40vh;
}

.w-40-vw {
  width: 40vw;
}

.h-40-px {
  height: 40px !important;
}

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

.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

.h-45-vh {
  height: 45vh;
}

.w-45-vw {
  width: 45vw;
}

.h-45-px {
  height: 45px !important;
}

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

.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

.h-50-vh {
  height: 50vh;
}

.w-50-vw {
  width: 50vw;
}

.h-50-px {
  height: 50px !important;
}

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

.w-55 {
  width: 55%;
}

.h-55 {
  height: 55%;
}

.h-55-vh {
  height: 55vh;
}

.w-55-vw {
  width: 55vw;
}

.h-55-px {
  height: 55px !important;
}

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

.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

.h-60-vh {
  height: 60vh;
}

.w-60-vw {
  width: 60vw;
}

.h-60-px {
  height: 60px !important;
}

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

.w-65 {
  width: 65%;
}

.h-65 {
  height: 65%;
}

.h-65-vh {
  height: 65vh;
}

.w-65-vw {
  width: 65vw;
}

.h-65-px {
  height: 65px !important;
}

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

.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

.h-70-vh {
  height: 70vh;
}

.w-70-vw {
  width: 70vw;
}

.h-70-px {
  height: 70px !important;
}

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

.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

.h-75-vh {
  height: 75vh;
}

.w-75-vw {
  width: 75vw;
}

.h-75-px {
  height: 75px !important;
}

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

.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

.h-80-vh {
  height: 80vh;
}

.w-80-vw {
  width: 80vw;
}

.h-80-px {
  height: 80px !important;
}

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

.w-85 {
  width: 85%;
}

.h-85 {
  height: 85%;
}

.h-85-vh {
  height: 85vh;
}

.w-85-vw {
  width: 85vw;
}

.h-85-px {
  height: 85px !important;
}

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

.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

.h-90-vh {
  height: 90vh;
}

.w-90-vw {
  width: 90vw;
}

.h-90-px {
  height: 90px !important;
}

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

.w-95 {
  width: 95%;
}

.h-95 {
  height: 95%;
}

.h-95-vh {
  height: 95vh;
}

.w-95-vw {
  width: 95vw;
}

.h-95-px {
  height: 95px !important;
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.h-100-vh {
  height: 100vh;
}

.w-100-vw {
  width: 100vw;
}

.h-100-px {
  height: 100px !important;
}

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

.w-fit,
.w-fit-content {
  width: fit-content;
}

.w-max-content {
  width: max-content;
}

.h-fit,
.h-fit-content {
  height: fit-content;
}

.h-max-content {
  height: max-content;
}

.ratio-xxl {
  width: 55px;
  height: 55px;
  aspect-ratio: 1;
}

.ratio-xl {
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}

.ratio-lg {
  width: 45px;
  height: 45px;
  aspect-ratio: 1;
}

.ratio-md {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}

.ratio-sm {
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
}

.ratio-xs {
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}

.ratio-w-xxl {
  width: 55px;
}

.ratio-w-xl {
  width: 50px;
}

.ratio-w-lg {
  width: 45px;
}

.ratio-w-md {
  width: 40px;
}

.ratio-w-sm {
  width: 35px;
}

.ratio-w-xs {
  width: 30px;
}

.ratio-h-xxl {
  height: 55px;
}

.ratio-h-xl {
  height: 50px;
}

.ratio-h-lg {
  height: 45px;
}

.ratio-h-md {
  height: 40px;
}

.ratio-h-sm {
  height: 35px;
}

.ratio-h-xs {
  height: 30px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
*::before, *::after {
  box-sizing: border-box;
}

html,
body {
  background: rgba(248, 248, 248, 0.7607843137);
  max-width: 100vw;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 10px !important;
  background: #f6f7f8;
}
body::-webkit-scrollbar-thumb {
  background: rgba(52, 58, 64, 0.15);
}
body::-webkit-scrollbar-track {
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
textarea,
img,
h5,
button,
h6,
div,
nav,
details,
select,
label,
span,
pre,
section,
input,
textarea,
b,
i,
u,
em,
strong,
p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection,
textarea::selection,
img::selection,
h5::selection,
button::selection,
h6::selection,
div::selection,
nav::selection,
details::selection,
select::selection,
label::selection,
span::selection,
pre::selection,
section::selection,
input::selection,
textarea::selection,
b::selection,
i::selection,
u::selection,
em::selection,
strong::selection,
p::selection {
  color: #9345af;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

.fridge {
  position: sticky;
  top: 0;
  height: fit-content;
  z-index: 1;
}

.text-decoration-none,
.decoration-none,
.underline-none,
.text-underline-none {
  text-decoration: none;
}

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

.clickable:active {
  transform: scale(95%);
}

:root {
  --color-one: rgb(255 47 182);
  --color-two: rgb(78 4 226);
}

.bg-gradient {
  background: linear-gradient(45deg, var(--color-one), var(--color-two)) !important;
}

.bg-white-light {
  background-color: rgba(235, 238, 241, 0.231372549);
}

.bg-hover-white-light:hover {
  background-color: rgba(235, 238, 241, 0.231372549);
}

.outline-default {
  outline: #9345af solid 1.5px !important;
}

.outline-primary {
  outline: #007afd solid 1.5px !important;
}

.outline-secondary {
  outline: #6c747c solid 1.5px !important;
}

.outline-success {
  outline: #28a645 solid 1.5px !important;
}

.outline-danger {
  outline: #db3545 solid 1.5px !important;
}

.outline-warning {
  outline: #fdc007 solid 1.5px !important;
}

.outline-info {
  outline: #17a1b7 solid 1.5px !important;
}

.outline-dark {
  outline: #343a40 solid 1.5px !important;
}

.outline-white {
  outline: #fff solid 1.5px !important;
}

.outline-light {
  outline: #626d78 solid 1.5px !important;
}

.outline-transparent {
  outline: transparent solid 1.5px !important;
}

.outline-default-5 {
  outline: rgba(147, 69, 175, 0.05) solid 1.5px !important;
}

.outline-primary-5 {
  outline: rgba(0, 122, 253, 0.05) solid 1.5px !important;
}

.outline-secondary-5 {
  outline: rgba(108, 116, 124, 0.05) solid 1.5px !important;
}

.outline-success-5 {
  outline: rgba(40, 166, 69, 0.05) solid 1.5px !important;
}

.outline-danger-5 {
  outline: rgba(219, 53, 69, 0.05) solid 1.5px !important;
}

.outline-warning-5 {
  outline: rgba(253, 192, 7, 0.05) solid 1.5px !important;
}

.outline-info-5 {
  outline: rgba(23, 161, 183, 0.05) solid 1.5px !important;
}

.outline-dark-5 {
  outline: rgba(52, 58, 64, 0.05) solid 1.5px !important;
}

.outline-light-5 {
  outline: rgba(98, 109, 120, 0.05) solid 1.5px !important;
}

.outline-transparent-5 {
  outline: rgba(0, 0, 0, 0.05) solid 1.5px !important;
}

.outline-default-10 {
  outline: rgba(147, 69, 175, 0.1) solid 1.5px !important;
}

.outline-primary-10 {
  outline: rgba(0, 122, 253, 0.1) solid 1.5px !important;
}

.outline-secondary-10 {
  outline: rgba(108, 116, 124, 0.1) solid 1.5px !important;
}

.outline-success-10 {
  outline: rgba(40, 166, 69, 0.1) solid 1.5px !important;
}

.outline-danger-10 {
  outline: rgba(219, 53, 69, 0.1) solid 1.5px !important;
}

.outline-warning-10 {
  outline: rgba(253, 192, 7, 0.1) solid 1.5px !important;
}

.outline-info-10 {
  outline: rgba(23, 161, 183, 0.1) solid 1.5px !important;
}

.outline-dark-10 {
  outline: rgba(52, 58, 64, 0.1) solid 1.5px !important;
}

.outline-light-10 {
  outline: rgba(98, 109, 120, 0.1) solid 1.5px !important;
}

.outline-transparent-10 {
  outline: rgba(0, 0, 0, 0.1) solid 1.5px !important;
}

.outline-default-15 {
  outline: rgba(147, 69, 175, 0.15) solid 1.5px !important;
}

.outline-primary-15 {
  outline: rgba(0, 122, 253, 0.15) solid 1.5px !important;
}

.outline-secondary-15 {
  outline: rgba(108, 116, 124, 0.15) solid 1.5px !important;
}

.outline-success-15 {
  outline: rgba(40, 166, 69, 0.15) solid 1.5px !important;
}

.outline-danger-15 {
  outline: rgba(219, 53, 69, 0.15) solid 1.5px !important;
}

.outline-warning-15 {
  outline: rgba(253, 192, 7, 0.15) solid 1.5px !important;
}

.outline-info-15 {
  outline: rgba(23, 161, 183, 0.15) solid 1.5px !important;
}

.outline-dark-15 {
  outline: rgba(52, 58, 64, 0.15) solid 1.5px !important;
}

.outline-light-15 {
  outline: rgba(98, 109, 120, 0.15) solid 1.5px !important;
}

.outline-transparent-15 {
  outline: rgba(0, 0, 0, 0.15) solid 1.5px !important;
}

.outline-default-20 {
  outline: rgba(147, 69, 175, 0.2) solid 1.5px !important;
}

.outline-primary-20 {
  outline: rgba(0, 122, 253, 0.2) solid 1.5px !important;
}

.outline-secondary-20 {
  outline: rgba(108, 116, 124, 0.2) solid 1.5px !important;
}

.outline-success-20 {
  outline: rgba(40, 166, 69, 0.2) solid 1.5px !important;
}

.outline-danger-20 {
  outline: rgba(219, 53, 69, 0.2) solid 1.5px !important;
}

.outline-warning-20 {
  outline: rgba(253, 192, 7, 0.2) solid 1.5px !important;
}

.outline-info-20 {
  outline: rgba(23, 161, 183, 0.2) solid 1.5px !important;
}

.outline-dark-20 {
  outline: rgba(52, 58, 64, 0.2) solid 1.5px !important;
}

.outline-light-20 {
  outline: rgba(98, 109, 120, 0.2) solid 1.5px !important;
}

.outline-transparent-20 {
  outline: rgba(0, 0, 0, 0.2) solid 1.5px !important;
}

.outline-default-25 {
  outline: rgba(147, 69, 175, 0.25) solid 1.5px !important;
}

.outline-primary-25 {
  outline: rgba(0, 122, 253, 0.25) solid 1.5px !important;
}

.outline-secondary-25 {
  outline: rgba(108, 116, 124, 0.25) solid 1.5px !important;
}

.outline-success-25 {
  outline: rgba(40, 166, 69, 0.25) solid 1.5px !important;
}

.outline-danger-25 {
  outline: rgba(219, 53, 69, 0.25) solid 1.5px !important;
}

.outline-warning-25 {
  outline: rgba(253, 192, 7, 0.25) solid 1.5px !important;
}

.outline-info-25 {
  outline: rgba(23, 161, 183, 0.25) solid 1.5px !important;
}

.outline-dark-25 {
  outline: rgba(52, 58, 64, 0.25) solid 1.5px !important;
}

.outline-light-25 {
  outline: rgba(98, 109, 120, 0.25) solid 1.5px !important;
}

.outline-transparent-25 {
  outline: rgba(0, 0, 0, 0.25) solid 1.5px !important;
}

.outline-default-30 {
  outline: rgba(147, 69, 175, 0.3) solid 1.5px !important;
}

.outline-primary-30 {
  outline: rgba(0, 122, 253, 0.3) solid 1.5px !important;
}

.outline-secondary-30 {
  outline: rgba(108, 116, 124, 0.3) solid 1.5px !important;
}

.outline-success-30 {
  outline: rgba(40, 166, 69, 0.3) solid 1.5px !important;
}

.outline-danger-30 {
  outline: rgba(219, 53, 69, 0.3) solid 1.5px !important;
}

.outline-warning-30 {
  outline: rgba(253, 192, 7, 0.3) solid 1.5px !important;
}

.outline-info-30 {
  outline: rgba(23, 161, 183, 0.3) solid 1.5px !important;
}

.outline-dark-30 {
  outline: rgba(52, 58, 64, 0.3) solid 1.5px !important;
}

.outline-light-30 {
  outline: rgba(98, 109, 120, 0.3) solid 1.5px !important;
}

.outline-transparent-30 {
  outline: rgba(0, 0, 0, 0.3) solid 1.5px !important;
}

.outline-default-35 {
  outline: rgba(147, 69, 175, 0.35) solid 1.5px !important;
}

.outline-primary-35 {
  outline: rgba(0, 122, 253, 0.35) solid 1.5px !important;
}

.outline-secondary-35 {
  outline: rgba(108, 116, 124, 0.35) solid 1.5px !important;
}

.outline-success-35 {
  outline: rgba(40, 166, 69, 0.35) solid 1.5px !important;
}

.outline-danger-35 {
  outline: rgba(219, 53, 69, 0.35) solid 1.5px !important;
}

.outline-warning-35 {
  outline: rgba(253, 192, 7, 0.35) solid 1.5px !important;
}

.outline-info-35 {
  outline: rgba(23, 161, 183, 0.35) solid 1.5px !important;
}

.outline-dark-35 {
  outline: rgba(52, 58, 64, 0.35) solid 1.5px !important;
}

.outline-light-35 {
  outline: rgba(98, 109, 120, 0.35) solid 1.5px !important;
}

.outline-transparent-35 {
  outline: rgba(0, 0, 0, 0.35) solid 1.5px !important;
}

.outline-default-40 {
  outline: rgba(147, 69, 175, 0.4) solid 1.5px !important;
}

.outline-primary-40 {
  outline: rgba(0, 122, 253, 0.4) solid 1.5px !important;
}

.outline-secondary-40 {
  outline: rgba(108, 116, 124, 0.4) solid 1.5px !important;
}

.outline-success-40 {
  outline: rgba(40, 166, 69, 0.4) solid 1.5px !important;
}

.outline-danger-40 {
  outline: rgba(219, 53, 69, 0.4) solid 1.5px !important;
}

.outline-warning-40 {
  outline: rgba(253, 192, 7, 0.4) solid 1.5px !important;
}

.outline-info-40 {
  outline: rgba(23, 161, 183, 0.4) solid 1.5px !important;
}

.outline-dark-40 {
  outline: rgba(52, 58, 64, 0.4) solid 1.5px !important;
}

.outline-light-40 {
  outline: rgba(98, 109, 120, 0.4) solid 1.5px !important;
}

.outline-transparent-40 {
  outline: rgba(0, 0, 0, 0.4) solid 1.5px !important;
}

.outline-default-45 {
  outline: rgba(147, 69, 175, 0.45) solid 1.5px !important;
}

.outline-primary-45 {
  outline: rgba(0, 122, 253, 0.45) solid 1.5px !important;
}

.outline-secondary-45 {
  outline: rgba(108, 116, 124, 0.45) solid 1.5px !important;
}

.outline-success-45 {
  outline: rgba(40, 166, 69, 0.45) solid 1.5px !important;
}

.outline-danger-45 {
  outline: rgba(219, 53, 69, 0.45) solid 1.5px !important;
}

.outline-warning-45 {
  outline: rgba(253, 192, 7, 0.45) solid 1.5px !important;
}

.outline-info-45 {
  outline: rgba(23, 161, 183, 0.45) solid 1.5px !important;
}

.outline-dark-45 {
  outline: rgba(52, 58, 64, 0.45) solid 1.5px !important;
}

.outline-light-45 {
  outline: rgba(98, 109, 120, 0.45) solid 1.5px !important;
}

.outline-transparent-45 {
  outline: rgba(0, 0, 0, 0.45) solid 1.5px !important;
}

.outline-default-50 {
  outline: rgba(147, 69, 175, 0.5) solid 1.5px !important;
}

.outline-primary-50 {
  outline: rgba(0, 122, 253, 0.5) solid 1.5px !important;
}

.outline-secondary-50 {
  outline: rgba(108, 116, 124, 0.5) solid 1.5px !important;
}

.outline-success-50 {
  outline: rgba(40, 166, 69, 0.5) solid 1.5px !important;
}

.outline-danger-50 {
  outline: rgba(219, 53, 69, 0.5) solid 1.5px !important;
}

.outline-warning-50 {
  outline: rgba(253, 192, 7, 0.5) solid 1.5px !important;
}

.outline-info-50 {
  outline: rgba(23, 161, 183, 0.5) solid 1.5px !important;
}

.outline-dark-50 {
  outline: rgba(52, 58, 64, 0.5) solid 1.5px !important;
}

.outline-light-50 {
  outline: rgba(98, 109, 120, 0.5) solid 1.5px !important;
}

.outline-transparent-50 {
  outline: rgba(0, 0, 0, 0.5) solid 1.5px !important;
}

.outline-default-55 {
  outline: rgba(147, 69, 175, 0.55) solid 1.5px !important;
}

.outline-primary-55 {
  outline: rgba(0, 122, 253, 0.55) solid 1.5px !important;
}

.outline-secondary-55 {
  outline: rgba(108, 116, 124, 0.55) solid 1.5px !important;
}

.outline-success-55 {
  outline: rgba(40, 166, 69, 0.55) solid 1.5px !important;
}

.outline-danger-55 {
  outline: rgba(219, 53, 69, 0.55) solid 1.5px !important;
}

.outline-warning-55 {
  outline: rgba(253, 192, 7, 0.55) solid 1.5px !important;
}

.outline-info-55 {
  outline: rgba(23, 161, 183, 0.55) solid 1.5px !important;
}

.outline-dark-55 {
  outline: rgba(52, 58, 64, 0.55) solid 1.5px !important;
}

.outline-light-55 {
  outline: rgba(98, 109, 120, 0.55) solid 1.5px !important;
}

.outline-transparent-55 {
  outline: rgba(0, 0, 0, 0.55) solid 1.5px !important;
}

.outline-default-60 {
  outline: rgba(147, 69, 175, 0.6) solid 1.5px !important;
}

.outline-primary-60 {
  outline: rgba(0, 122, 253, 0.6) solid 1.5px !important;
}

.outline-secondary-60 {
  outline: rgba(108, 116, 124, 0.6) solid 1.5px !important;
}

.outline-success-60 {
  outline: rgba(40, 166, 69, 0.6) solid 1.5px !important;
}

.outline-danger-60 {
  outline: rgba(219, 53, 69, 0.6) solid 1.5px !important;
}

.outline-warning-60 {
  outline: rgba(253, 192, 7, 0.6) solid 1.5px !important;
}

.outline-info-60 {
  outline: rgba(23, 161, 183, 0.6) solid 1.5px !important;
}

.outline-dark-60 {
  outline: rgba(52, 58, 64, 0.6) solid 1.5px !important;
}

.outline-light-60 {
  outline: rgba(98, 109, 120, 0.6) solid 1.5px !important;
}

.outline-transparent-60 {
  outline: rgba(0, 0, 0, 0.6) solid 1.5px !important;
}

.outline-default-65 {
  outline: rgba(147, 69, 175, 0.65) solid 1.5px !important;
}

.outline-primary-65 {
  outline: rgba(0, 122, 253, 0.65) solid 1.5px !important;
}

.outline-secondary-65 {
  outline: rgba(108, 116, 124, 0.65) solid 1.5px !important;
}

.outline-success-65 {
  outline: rgba(40, 166, 69, 0.65) solid 1.5px !important;
}

.outline-danger-65 {
  outline: rgba(219, 53, 69, 0.65) solid 1.5px !important;
}

.outline-warning-65 {
  outline: rgba(253, 192, 7, 0.65) solid 1.5px !important;
}

.outline-info-65 {
  outline: rgba(23, 161, 183, 0.65) solid 1.5px !important;
}

.outline-dark-65 {
  outline: rgba(52, 58, 64, 0.65) solid 1.5px !important;
}

.outline-light-65 {
  outline: rgba(98, 109, 120, 0.65) solid 1.5px !important;
}

.outline-transparent-65 {
  outline: rgba(0, 0, 0, 0.65) solid 1.5px !important;
}

.outline-default-70 {
  outline: rgba(147, 69, 175, 0.7) solid 1.5px !important;
}

.outline-primary-70 {
  outline: rgba(0, 122, 253, 0.7) solid 1.5px !important;
}

.outline-secondary-70 {
  outline: rgba(108, 116, 124, 0.7) solid 1.5px !important;
}

.outline-success-70 {
  outline: rgba(40, 166, 69, 0.7) solid 1.5px !important;
}

.outline-danger-70 {
  outline: rgba(219, 53, 69, 0.7) solid 1.5px !important;
}

.outline-warning-70 {
  outline: rgba(253, 192, 7, 0.7) solid 1.5px !important;
}

.outline-info-70 {
  outline: rgba(23, 161, 183, 0.7) solid 1.5px !important;
}

.outline-dark-70 {
  outline: rgba(52, 58, 64, 0.7) solid 1.5px !important;
}

.outline-light-70 {
  outline: rgba(98, 109, 120, 0.7) solid 1.5px !important;
}

.outline-transparent-70 {
  outline: rgba(0, 0, 0, 0.7) solid 1.5px !important;
}

.outline-default-75 {
  outline: rgba(147, 69, 175, 0.75) solid 1.5px !important;
}

.outline-primary-75 {
  outline: rgba(0, 122, 253, 0.75) solid 1.5px !important;
}

.outline-secondary-75 {
  outline: rgba(108, 116, 124, 0.75) solid 1.5px !important;
}

.outline-success-75 {
  outline: rgba(40, 166, 69, 0.75) solid 1.5px !important;
}

.outline-danger-75 {
  outline: rgba(219, 53, 69, 0.75) solid 1.5px !important;
}

.outline-warning-75 {
  outline: rgba(253, 192, 7, 0.75) solid 1.5px !important;
}

.outline-info-75 {
  outline: rgba(23, 161, 183, 0.75) solid 1.5px !important;
}

.outline-dark-75 {
  outline: rgba(52, 58, 64, 0.75) solid 1.5px !important;
}

.outline-light-75 {
  outline: rgba(98, 109, 120, 0.75) solid 1.5px !important;
}

.outline-transparent-75 {
  outline: rgba(0, 0, 0, 0.75) solid 1.5px !important;
}

.outline-default-80 {
  outline: rgba(147, 69, 175, 0.8) solid 1.5px !important;
}

.outline-primary-80 {
  outline: rgba(0, 122, 253, 0.8) solid 1.5px !important;
}

.outline-secondary-80 {
  outline: rgba(108, 116, 124, 0.8) solid 1.5px !important;
}

.outline-success-80 {
  outline: rgba(40, 166, 69, 0.8) solid 1.5px !important;
}

.outline-danger-80 {
  outline: rgba(219, 53, 69, 0.8) solid 1.5px !important;
}

.outline-warning-80 {
  outline: rgba(253, 192, 7, 0.8) solid 1.5px !important;
}

.outline-info-80 {
  outline: rgba(23, 161, 183, 0.8) solid 1.5px !important;
}

.outline-dark-80 {
  outline: rgba(52, 58, 64, 0.8) solid 1.5px !important;
}

.outline-light-80 {
  outline: rgba(98, 109, 120, 0.8) solid 1.5px !important;
}

.outline-transparent-80 {
  outline: rgba(0, 0, 0, 0.8) solid 1.5px !important;
}

.outline-default-85 {
  outline: rgba(147, 69, 175, 0.85) solid 1.5px !important;
}

.outline-primary-85 {
  outline: rgba(0, 122, 253, 0.85) solid 1.5px !important;
}

.outline-secondary-85 {
  outline: rgba(108, 116, 124, 0.85) solid 1.5px !important;
}

.outline-success-85 {
  outline: rgba(40, 166, 69, 0.85) solid 1.5px !important;
}

.outline-danger-85 {
  outline: rgba(219, 53, 69, 0.85) solid 1.5px !important;
}

.outline-warning-85 {
  outline: rgba(253, 192, 7, 0.85) solid 1.5px !important;
}

.outline-info-85 {
  outline: rgba(23, 161, 183, 0.85) solid 1.5px !important;
}

.outline-dark-85 {
  outline: rgba(52, 58, 64, 0.85) solid 1.5px !important;
}

.outline-light-85 {
  outline: rgba(98, 109, 120, 0.85) solid 1.5px !important;
}

.outline-transparent-85 {
  outline: rgba(0, 0, 0, 0.85) solid 1.5px !important;
}

.outline-default-90 {
  outline: rgba(147, 69, 175, 0.9) solid 1.5px !important;
}

.outline-primary-90 {
  outline: rgba(0, 122, 253, 0.9) solid 1.5px !important;
}

.outline-secondary-90 {
  outline: rgba(108, 116, 124, 0.9) solid 1.5px !important;
}

.outline-success-90 {
  outline: rgba(40, 166, 69, 0.9) solid 1.5px !important;
}

.outline-danger-90 {
  outline: rgba(219, 53, 69, 0.9) solid 1.5px !important;
}

.outline-warning-90 {
  outline: rgba(253, 192, 7, 0.9) solid 1.5px !important;
}

.outline-info-90 {
  outline: rgba(23, 161, 183, 0.9) solid 1.5px !important;
}

.outline-dark-90 {
  outline: rgba(52, 58, 64, 0.9) solid 1.5px !important;
}

.outline-light-90 {
  outline: rgba(98, 109, 120, 0.9) solid 1.5px !important;
}

.outline-transparent-90 {
  outline: rgba(0, 0, 0, 0.9) solid 1.5px !important;
}

.outline-default-95 {
  outline: rgba(147, 69, 175, 0.95) solid 1.5px !important;
}

.outline-primary-95 {
  outline: rgba(0, 122, 253, 0.95) solid 1.5px !important;
}

.outline-secondary-95 {
  outline: rgba(108, 116, 124, 0.95) solid 1.5px !important;
}

.outline-success-95 {
  outline: rgba(40, 166, 69, 0.95) solid 1.5px !important;
}

.outline-danger-95 {
  outline: rgba(219, 53, 69, 0.95) solid 1.5px !important;
}

.outline-warning-95 {
  outline: rgba(253, 192, 7, 0.95) solid 1.5px !important;
}

.outline-info-95 {
  outline: rgba(23, 161, 183, 0.95) solid 1.5px !important;
}

.outline-dark-95 {
  outline: rgba(52, 58, 64, 0.95) solid 1.5px !important;
}

.outline-light-95 {
  outline: rgba(98, 109, 120, 0.95) solid 1.5px !important;
}

.outline-transparent-95 {
  outline: rgba(0, 0, 0, 0.95) solid 1.5px !important;
}

.outline-default-100 {
  outline: #9345af solid 1.5px !important;
}

.outline-primary-100 {
  outline: #007afd solid 1.5px !important;
}

.outline-secondary-100 {
  outline: #6c747c solid 1.5px !important;
}

.outline-success-100 {
  outline: #28a645 solid 1.5px !important;
}

.outline-danger-100 {
  outline: #db3545 solid 1.5px !important;
}

.outline-warning-100 {
  outline: #fdc007 solid 1.5px !important;
}

.outline-info-100 {
  outline: #17a1b7 solid 1.5px !important;
}

.outline-dark-100 {
  outline: #343a40 solid 1.5px !important;
}

.outline-light-100 {
  outline: #626d78 solid 1.5px !important;
}

.outline-transparent-100 {
  outline: black solid 1.5px !important;
}

.ripple:active {
  transition: all 0.1s;
  transform: scale(98%);
}
.ripple .ripple-effect {
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  animation: ripple 1s linear forwards;
  opacity: 0;
}

@-khtml-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@-ms-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(50);
  }
}
.d-none {
  display: none;
}

.d-inline-block {
  display: -moz-inline-block;
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
}

.grid-1-fr {
  grid-template-columns: repeat(1, 1fr);
}

.grid-auto-column-1-fr {
  grid-auto-columns: repeat(1, 1fr);
}

.grid-auto-row-1-fr {
  grid-auto-rows: repeat(1, 1fr);
}

.grid-1-max-content {
  grid-template-columns: repeat(1, max-content);
}

.grid-auto-column-1-max-content {
  grid-auto-columns: repeat(1, max-content);
}

.grid-auto-row-1-max-content {
  grid-auto-rows: repeat(1, max-content);
}

.grid-max-content-1-fr {
  grid-template-columns: max-content 1fr;
}

.grid-1-fr-max-content {
  grid-template-columns: 1fr max-content;
}

.grid-max-content-1-fr-max-content {
  grid-template-columns: max-content 1fr max-content;
}

.grid-row-1-fr {
  grid-template-rows: repeat(1, 1fr);
}

.grid-row-1-max-content {
  grid-template-rows: repeat(1, max-content);
}

.grid-2-fr {
  grid-template-columns: repeat(2, 1fr);
}

.grid-auto-column-2-fr {
  grid-auto-columns: repeat(2, 1fr);
}

.grid-auto-row-2-fr {
  grid-auto-rows: repeat(2, 1fr);
}

.grid-2-max-content {
  grid-template-columns: repeat(2, max-content);
}

.grid-auto-column-2-max-content {
  grid-auto-columns: repeat(2, max-content);
}

.grid-auto-row-2-max-content {
  grid-auto-rows: repeat(2, max-content);
}

.grid-max-content-2-fr {
  grid-template-columns: max-content 2fr;
}

.grid-2-fr-max-content {
  grid-template-columns: 2fr max-content;
}

.grid-max-content-2-fr-max-content {
  grid-template-columns: max-content 2fr max-content;
}

.grid-row-2-fr {
  grid-template-rows: repeat(2, 1fr);
}

.grid-row-2-max-content {
  grid-template-rows: repeat(2, max-content);
}

.grid-3-fr {
  grid-template-columns: repeat(3, 1fr);
}

.grid-auto-column-3-fr {
  grid-auto-columns: repeat(3, 1fr);
}

.grid-auto-row-3-fr {
  grid-auto-rows: repeat(3, 1fr);
}

.grid-3-max-content {
  grid-template-columns: repeat(3, max-content);
}

.grid-auto-column-3-max-content {
  grid-auto-columns: repeat(3, max-content);
}

.grid-auto-row-3-max-content {
  grid-auto-rows: repeat(3, max-content);
}

.grid-max-content-3-fr {
  grid-template-columns: max-content 3fr;
}

.grid-3-fr-max-content {
  grid-template-columns: 3fr max-content;
}

.grid-max-content-3-fr-max-content {
  grid-template-columns: max-content 3fr max-content;
}

.grid-row-3-fr {
  grid-template-rows: repeat(3, 1fr);
}

.grid-row-3-max-content {
  grid-template-rows: repeat(3, max-content);
}

.grid-4-fr {
  grid-template-columns: repeat(4, 1fr);
}

.grid-auto-column-4-fr {
  grid-auto-columns: repeat(4, 1fr);
}

.grid-auto-row-4-fr {
  grid-auto-rows: repeat(4, 1fr);
}

.grid-4-max-content {
  grid-template-columns: repeat(4, max-content);
}

.grid-auto-column-4-max-content {
  grid-auto-columns: repeat(4, max-content);
}

.grid-auto-row-4-max-content {
  grid-auto-rows: repeat(4, max-content);
}

.grid-max-content-4-fr {
  grid-template-columns: max-content 4fr;
}

.grid-4-fr-max-content {
  grid-template-columns: 4fr max-content;
}

.grid-max-content-4-fr-max-content {
  grid-template-columns: max-content 4fr max-content;
}

.grid-row-4-fr {
  grid-template-rows: repeat(4, 1fr);
}

.grid-row-4-max-content {
  grid-template-rows: repeat(4, max-content);
}

.grid-auto-max-content {
  grid-auto-columns: max-content;
}

.grid-auto-1-fr {
  grid-auto-columns: 1fr;
}

.grid-flow-column {
  grid-auto-flow: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.d-flex {
  display: -o-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-flex-flow: row;
  flex-flow: row;
  flex-direction: row;
}

.flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  flex-direction: column;
}

.justify-content-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.justify-content-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.justify-content-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.justify-content-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.align-content-center {
  -webkit-align-content: center;
  align-content: center;
}

.align-content-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.align-content-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.align-item-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-item-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.align-item-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

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

.object-fit-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.user-select-none {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.p-1 {
  padding: 1px;
}

.py-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}

.px-1 {
  padding-left: 1px;
  padding-right: 1px;
}

.pr-1 {
  padding-right: 1px;
}

.pl-1 {
  padding-left: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.p-2 {
  padding: 2px;
}

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.px-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.pr-2 {
  padding-right: 2px;
}

.pl-2 {
  padding-left: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.p-3 {
  padding: 3px;
}

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.px-3 {
  padding-left: 3px;
  padding-right: 3px;
}

.pr-3 {
  padding-right: 3px;
}

.pl-3 {
  padding-left: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.p-4 {
  padding: 4px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pr-4 {
  padding-right: 4px;
}

.pl-4 {
  padding-left: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.p-5 {
  padding: 5px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.p-6 {
  padding: 6px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pr-6 {
  padding-right: 6px;
}

.pl-6 {
  padding-left: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.p-7 {
  padding: 7px;
}

.py-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.px-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pt-7 {
  padding-top: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.p-8 {
  padding: 8px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.p-9 {
  padding: 9px;
}

.py-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.px-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.pr-9 {
  padding-right: 9px;
}

.pl-9 {
  padding-left: 9px;
}

.pt-9 {
  padding-top: 9px;
}

.pb-9 {
  padding-bottom: 9px;
}

.p-10 {
  padding: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-11 {
  padding: 11px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.px-11 {
  padding-left: 11px;
  padding-right: 11px;
}

.pr-11 {
  padding-right: 11px;
}

.pl-11 {
  padding-left: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.p-12 {
  padding: 12px;
}

.py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.p-13 {
  padding: 13px;
}

.py-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.px-13 {
  padding-left: 13px;
  padding-right: 13px;
}

.pr-13 {
  padding-right: 13px;
}

.pl-13 {
  padding-left: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.p-14 {
  padding: 14px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

.pr-14 {
  padding-right: 14px;
}

.pl-14 {
  padding-left: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.p-15 {
  padding: 15px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.p-16 {
  padding: 16px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.p-17 {
  padding: 17px;
}

.py-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.px-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.pr-17 {
  padding-right: 17px;
}

.pl-17 {
  padding-left: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.p-18 {
  padding: 18px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.pr-18 {
  padding-right: 18px;
}

.pl-18 {
  padding-left: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.p-19 {
  padding: 19px;
}

.py-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.px-19 {
  padding-left: 19px;
  padding-right: 19px;
}

.pr-19 {
  padding-right: 19px;
}

.pl-19 {
  padding-left: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.p-20 {
  padding: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-21 {
  padding: 21px;
}

.py-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}

.px-21 {
  padding-left: 21px;
  padding-right: 21px;
}

.pr-21 {
  padding-right: 21px;
}

.pl-21 {
  padding-left: 21px;
}

.pt-21 {
  padding-top: 21px;
}

.pb-21 {
  padding-bottom: 21px;
}

.p-22 {
  padding: 22px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.pr-22 {
  padding-right: 22px;
}

.pl-22 {
  padding-left: 22px;
}

.pt-22 {
  padding-top: 22px;
}

.pb-22 {
  padding-bottom: 22px;
}

.p-23 {
  padding: 23px;
}

.py-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.px-23 {
  padding-left: 23px;
  padding-right: 23px;
}

.pr-23 {
  padding-right: 23px;
}

.pl-23 {
  padding-left: 23px;
}

.pt-23 {
  padding-top: 23px;
}

.pb-23 {
  padding-bottom: 23px;
}

.p-24 {
  padding: 24px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.p-25 {
  padding: 25px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.p-26 {
  padding: 26px;
}

.py-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

.pr-26 {
  padding-right: 26px;
}

.pl-26 {
  padding-left: 26px;
}

.pt-26 {
  padding-top: 26px;
}

.pb-26 {
  padding-bottom: 26px;
}

.p-27 {
  padding: 27px;
}

.py-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.px-27 {
  padding-left: 27px;
  padding-right: 27px;
}

.pr-27 {
  padding-right: 27px;
}

.pl-27 {
  padding-left: 27px;
}

.pt-27 {
  padding-top: 27px;
}

.pb-27 {
  padding-bottom: 27px;
}

.p-28 {
  padding: 28px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.px-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.pr-28 {
  padding-right: 28px;
}

.pl-28 {
  padding-left: 28px;
}

.pt-28 {
  padding-top: 28px;
}

.pb-28 {
  padding-bottom: 28px;
}

.p-29 {
  padding: 29px;
}

.py-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.px-29 {
  padding-left: 29px;
  padding-right: 29px;
}

.pr-29 {
  padding-right: 29px;
}

.pl-29 {
  padding-left: 29px;
}

.pt-29 {
  padding-top: 29px;
}

.pb-29 {
  padding-bottom: 29px;
}

.p-30 {
  padding: 30px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.disabled,
:disabled {
  cursor: not-allowed !important;
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}

.p-relative {
  position: relative;
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: -ms-device-fixed;
  position: fixed;
}

.p-unset {
  position: unset !important;
}

.p-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-bottom {
  bottom: 0 !important;
}

.p-left {
  left: 0 !important;
}

.p-top {
  top: 0 !important;
}

.p-right {
  right: 0 !important;
}

.p-top-100 {
  top: 100% !important;
}

.p-top-105 {
  top: 105% !important;
}

.m-1 {
  margin: 1px;
}

.my-1 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.mx-1 {
  margin-left: 1px;
  margin-right: 1px;
}

.mr-1 {
  margin-right: 1px;
}

.ml-1 {
  margin-left: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.m-2 {
  margin: 2px;
}

.my-2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.mx-2 {
  margin-left: 2px;
  margin-right: 2px;
}

.mr-2 {
  margin-right: 2px;
}

.ml-2 {
  margin-left: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.m-3 {
  margin: 3px;
}

.my-3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mx-3 {
  margin-left: 3px;
  margin-right: 3px;
}

.mr-3 {
  margin-right: 3px;
}

.ml-3 {
  margin-left: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.m-4 {
  margin: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.m-5 {
  margin: 5px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

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

.mb-5 {
  margin-bottom: 5px;
}

.m-6 {
  margin: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.mr-6 {
  margin-right: 6px;
}

.ml-6 {
  margin-left: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.m-7 {
  margin: 7px;
}

.my-7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mx-7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mt-7 {
  margin-top: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.m-8 {
  margin: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.m-9 {
  margin: 9px;
}

.my-9 {
  margin-top: 9px;
  margin-bottom: 9px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.mr-9 {
  margin-right: 9px;
}

.ml-9 {
  margin-left: 9px;
}

.mt-9 {
  margin-top: 9px;
}

.mb-9 {
  margin-bottom: 9px;
}

.m-10 {
  margin: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

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

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

.mt-10 {
  margin-top: 10px;
}

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

.m-11 {
  margin: 11px;
}

.my-11 {
  margin-top: 11px;
  margin-bottom: 11px;
}

.mx-11 {
  margin-left: 11px;
  margin-right: 11px;
}

.mr-11 {
  margin-right: 11px;
}

.ml-11 {
  margin-left: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.m-12 {
  margin: 12px;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.m-13 {
  margin: 13px;
}

.my-13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.mx-13 {
  margin-left: 13px;
  margin-right: 13px;
}

.mr-13 {
  margin-right: 13px;
}

.ml-13 {
  margin-left: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.m-14 {
  margin: 14px;
}

.my-14 {
  margin-top: 14px;
  margin-bottom: 14px;
}

.mx-14 {
  margin-left: 14px;
  margin-right: 14px;
}

.mr-14 {
  margin-right: 14px;
}

.ml-14 {
  margin-left: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.m-15 {
  margin: 15px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.m-16 {
  margin: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.m-17 {
  margin: 17px;
}

.my-17 {
  margin-top: 17px;
  margin-bottom: 17px;
}

.mx-17 {
  margin-left: 17px;
  margin-right: 17px;
}

.mr-17 {
  margin-right: 17px;
}

.ml-17 {
  margin-left: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.m-18 {
  margin: 18px;
}

.my-18 {
  margin-top: 18px;
  margin-bottom: 18px;
}

.mx-18 {
  margin-left: 18px;
  margin-right: 18px;
}

.mr-18 {
  margin-right: 18px;
}

.ml-18 {
  margin-left: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.m-19 {
  margin: 19px;
}

.my-19 {
  margin-top: 19px;
  margin-bottom: 19px;
}

.mx-19 {
  margin-left: 19px;
  margin-right: 19px;
}

.mr-19 {
  margin-right: 19px;
}

.ml-19 {
  margin-left: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.m-20 {
  margin: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-21 {
  margin: 21px;
}

.my-21 {
  margin-top: 21px;
  margin-bottom: 21px;
}

.mx-21 {
  margin-left: 21px;
  margin-right: 21px;
}

.mr-21 {
  margin-right: 21px;
}

.ml-21 {
  margin-left: 21px;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.m-22 {
  margin: 22px;
}

.my-22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.mx-22 {
  margin-left: 22px;
  margin-right: 22px;
}

.mr-22 {
  margin-right: 22px;
}

.ml-22 {
  margin-left: 22px;
}

.mt-22 {
  margin-top: 22px;
}

.mb-22 {
  margin-bottom: 22px;
}

.m-23 {
  margin: 23px;
}

.my-23 {
  margin-top: 23px;
  margin-bottom: 23px;
}

.mx-23 {
  margin-left: 23px;
  margin-right: 23px;
}

.mr-23 {
  margin-right: 23px;
}

.ml-23 {
  margin-left: 23px;
}

.mt-23 {
  margin-top: 23px;
}

.mb-23 {
  margin-bottom: 23px;
}

.m-24 {
  margin: 24px;
}

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.m-25 {
  margin: 25px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.m-26 {
  margin: 26px;
}

.my-26 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.mx-26 {
  margin-left: 26px;
  margin-right: 26px;
}

.mr-26 {
  margin-right: 26px;
}

.ml-26 {
  margin-left: 26px;
}

.mt-26 {
  margin-top: 26px;
}

.mb-26 {
  margin-bottom: 26px;
}

.m-27 {
  margin: 27px;
}

.my-27 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mx-27 {
  margin-left: 27px;
  margin-right: 27px;
}

.mr-27 {
  margin-right: 27px;
}

.ml-27 {
  margin-left: 27px;
}

.mt-27 {
  margin-top: 27px;
}

.mb-27 {
  margin-bottom: 27px;
}

.m-28 {
  margin: 28px;
}

.my-28 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.mx-28 {
  margin-left: 28px;
  margin-right: 28px;
}

.mr-28 {
  margin-right: 28px;
}

.ml-28 {
  margin-left: 28px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-28 {
  margin-bottom: 28px;
}

.m-29 {
  margin: 29px;
}

.my-29 {
  margin-top: 29px;
  margin-bottom: 29px;
}

.mx-29 {
  margin-left: 29px;
  margin-right: 29px;
}

.mr-29 {
  margin-right: 29px;
}

.ml-29 {
  margin-left: 29px;
}

.mt-29 {
  margin-top: 29px;
}

.mb-29 {
  margin-bottom: 29px;
}

.m-30 {
  margin: 30px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.mask {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 10%, #000 90%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0), #000 10%, #000 90%, rgba(0, 0, 0, 0));
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-auto {
  overflow-x: auto;
}

.text-dots,
.text-ellipsis {
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -o-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gap-5 {
  gap: 5px;
}

.gap-column-5 {
  grid-column-gap: 5px;
  -moz-column-gap: 5px;
  -webkit-column-gap: 5px;
  column-gap: 5px;
}

.gap-row-5 {
  row-gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-column-10 {
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.gap-row-10 {
  row-gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-column-15 {
  grid-column-gap: 15px;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.gap-row-15 {
  row-gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-column-20 {
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.gap-row-20 {
  row-gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-column-25 {
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
  -webkit-column-gap: 25px;
  column-gap: 25px;
}

.gap-row-25 {
  row-gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-column-30 {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.gap-row-30 {
  row-gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-column-35 {
  grid-column-gap: 35px;
  -moz-column-gap: 35px;
  -webkit-column-gap: 35px;
  column-gap: 35px;
}

.gap-row-35 {
  row-gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-column-40 {
  grid-column-gap: 40px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}

.gap-row-40 {
  row-gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-column-45 {
  grid-column-gap: 45px;
  -moz-column-gap: 45px;
  -webkit-column-gap: 45px;
  column-gap: 45px;
}

.gap-row-45 {
  row-gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-column-50 {
  grid-column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-gap: 50px;
}

.gap-row-50 {
  row-gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-column-55 {
  grid-column-gap: 55px;
  -moz-column-gap: 55px;
  -webkit-column-gap: 55px;
  column-gap: 55px;
}

.gap-row-55 {
  row-gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-column-60 {
  grid-column-gap: 60px;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.gap-row-60 {
  row-gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-column-65 {
  grid-column-gap: 65px;
  -moz-column-gap: 65px;
  -webkit-column-gap: 65px;
  column-gap: 65px;
}

.gap-row-65 {
  row-gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-column-70 {
  grid-column-gap: 70px;
  -moz-column-gap: 70px;
  -webkit-column-gap: 70px;
  column-gap: 70px;
}

.gap-row-70 {
  row-gap: 70px;
}

.glass-m,
.glass-morphism {
  background: rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -o-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.skeleton-anim,
.skeleton-animation {
  background-color: #e2e5e7;
  background-image: linear-gradient(170deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40% 100%;
  background-repeat: no-repeat;
  background-position: left -40% top 0;
  animation: skeleton 1s ease infinite;
}

@-khtml-keyframes skeleton {
  to {
    background-position: right -100% top 0;
  }
}
@-ms-keyframes skeleton {
  to {
    background-position: right -100% top 0;
  }
}
@-moz-keyframes skeleton {
  to {
    background-position: right -100% top 0;
  }
}
@-webkit-keyframes skeleton {
  to {
    background-position: right -100% top 0;
  }
}
@keyframes skeleton {
  to {
    background-position: right -100% top 0;
  }
}
.shadow-default {
  -moz-box-shadow: 0 0 20px 0 #9345af;
  -o-box-shadow: 0 0 20px 0 #9345af;
  -webkit-box-shadow: 0 0 20px 0 #9345af;
  box-shadow: 0 0 20px 0 #9345af;
}

.shadow-primary {
  -moz-box-shadow: 0 0 20px 0 #007afd;
  -o-box-shadow: 0 0 20px 0 #007afd;
  -webkit-box-shadow: 0 0 20px 0 #007afd;
  box-shadow: 0 0 20px 0 #007afd;
}

.shadow-secondary {
  -moz-box-shadow: 0 0 20px 0 #6c747c;
  -o-box-shadow: 0 0 20px 0 #6c747c;
  -webkit-box-shadow: 0 0 20px 0 #6c747c;
  box-shadow: 0 0 20px 0 #6c747c;
}

.shadow-success {
  -moz-box-shadow: 0 0 20px 0 #28a645;
  -o-box-shadow: 0 0 20px 0 #28a645;
  -webkit-box-shadow: 0 0 20px 0 #28a645;
  box-shadow: 0 0 20px 0 #28a645;
}

.shadow-danger {
  -moz-box-shadow: 0 0 20px 0 #db3545;
  -o-box-shadow: 0 0 20px 0 #db3545;
  -webkit-box-shadow: 0 0 20px 0 #db3545;
  box-shadow: 0 0 20px 0 #db3545;
}

.shadow-warning {
  -moz-box-shadow: 0 0 20px 0 #fdc007;
  -o-box-shadow: 0 0 20px 0 #fdc007;
  -webkit-box-shadow: 0 0 20px 0 #fdc007;
  box-shadow: 0 0 20px 0 #fdc007;
}

.shadow-info {
  -moz-box-shadow: 0 0 20px 0 #17a1b7;
  -o-box-shadow: 0 0 20px 0 #17a1b7;
  -webkit-box-shadow: 0 0 20px 0 #17a1b7;
  box-shadow: 0 0 20px 0 #17a1b7;
}

.shadow-dark {
  -moz-box-shadow: 0 0 20px 0 #343a40;
  -o-box-shadow: 0 0 20px 0 #343a40;
  -webkit-box-shadow: 0 0 20px 0 #343a40;
  box-shadow: 0 0 20px 0 #343a40;
}

.shadow-white {
  -moz-box-shadow: 0 0 20px 0 #fff;
  -o-box-shadow: 0 0 20px 0 #fff;
  -webkit-box-shadow: 0 0 20px 0 #fff;
  box-shadow: 0 0 20px 0 #fff;
}

.shadow-light {
  -moz-box-shadow: 0 0 20px 0 #626d78;
  -o-box-shadow: 0 0 20px 0 #626d78;
  -webkit-box-shadow: 0 0 20px 0 #626d78;
  box-shadow: 0 0 20px 0 #626d78;
}

.shadow-transparent {
  -moz-box-shadow: 0 0 20px 0 transparent;
  -o-box-shadow: 0 0 20px 0 transparent;
  -webkit-box-shadow: 0 0 20px 0 transparent;
  box-shadow: 0 0 20px 0 transparent;
}

.shadow-default-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.05) !important;
}

.shadow-primary-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.05) !important;
}

.shadow-secondary-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.05) !important;
}

.shadow-success-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.05) !important;
}

.shadow-danger-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.05) !important;
}

.shadow-warning-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.05) !important;
}

.shadow-info-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.05) !important;
}

.shadow-dark-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.05) !important;
}

.shadow-light-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.05) !important;
}

.shadow-transparent-5 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-default-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.1) !important;
}

.shadow-primary-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.1) !important;
}

.shadow-secondary-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.1) !important;
}

.shadow-success-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.1) !important;
}

.shadow-danger-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.1) !important;
}

.shadow-warning-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.1) !important;
}

.shadow-info-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.1) !important;
}

.shadow-dark-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.1) !important;
}

.shadow-light-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.1) !important;
}

.shadow-transparent-10 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
}

.shadow-default-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.15) !important;
}

.shadow-primary-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.15) !important;
}

.shadow-secondary-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.15) !important;
}

.shadow-success-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.15) !important;
}

.shadow-danger-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.15) !important;
}

.shadow-warning-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.15) !important;
}

.shadow-info-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.15) !important;
}

.shadow-dark-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.15) !important;
}

.shadow-light-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.15) !important;
}

.shadow-transparent-15 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-default-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.2) !important;
}

.shadow-primary-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.2) !important;
}

.shadow-secondary-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.2) !important;
}

.shadow-success-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.2) !important;
}

.shadow-danger-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.2) !important;
}

.shadow-warning-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.2) !important;
}

.shadow-info-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.2) !important;
}

.shadow-dark-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.2) !important;
}

.shadow-light-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.2) !important;
}

.shadow-transparent-20 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) !important;
}

.shadow-default-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.25) !important;
}

.shadow-primary-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.25) !important;
}

.shadow-secondary-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.25) !important;
}

.shadow-success-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.25) !important;
}

.shadow-danger-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.25) !important;
}

.shadow-warning-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.25) !important;
}

.shadow-info-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.25) !important;
}

.shadow-dark-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.25) !important;
}

.shadow-light-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.25) !important;
}

.shadow-transparent-25 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-default-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.3) !important;
}

.shadow-primary-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.3) !important;
}

.shadow-secondary-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.3) !important;
}

.shadow-success-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.3) !important;
}

.shadow-danger-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.3) !important;
}

.shadow-warning-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.3) !important;
}

.shadow-info-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.3) !important;
}

.shadow-dark-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.3) !important;
}

.shadow-light-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.3) !important;
}

.shadow-transparent-30 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3) !important;
}

.shadow-default-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.35) !important;
}

.shadow-primary-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.35) !important;
}

.shadow-secondary-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.35) !important;
}

.shadow-success-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.35) !important;
}

.shadow-danger-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.35) !important;
}

.shadow-warning-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.35) !important;
}

.shadow-info-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.35) !important;
}

.shadow-dark-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.35) !important;
}

.shadow-light-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.35) !important;
}

.shadow-transparent-35 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35) !important;
}

.shadow-default-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.4) !important;
}

.shadow-primary-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.4) !important;
}

.shadow-secondary-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.4) !important;
}

.shadow-success-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.4) !important;
}

.shadow-danger-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.4) !important;
}

.shadow-warning-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.4) !important;
}

.shadow-info-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.4) !important;
}

.shadow-dark-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.4) !important;
}

.shadow-light-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.4) !important;
}

.shadow-transparent-40 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4) !important;
}

.shadow-default-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.45) !important;
}

.shadow-primary-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.45) !important;
}

.shadow-secondary-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.45) !important;
}

.shadow-success-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.45) !important;
}

.shadow-danger-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.45) !important;
}

.shadow-warning-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.45) !important;
}

.shadow-info-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.45) !important;
}

.shadow-dark-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.45) !important;
}

.shadow-light-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.45) !important;
}

.shadow-transparent-45 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45) !important;
}

.shadow-default-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.5) !important;
}

.shadow-primary-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.5) !important;
}

.shadow-secondary-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.5) !important;
}

.shadow-success-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.5) !important;
}

.shadow-danger-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.5) !important;
}

.shadow-warning-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.5) !important;
}

.shadow-info-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.5) !important;
}

.shadow-dark-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.5) !important;
}

.shadow-light-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.5) !important;
}

.shadow-transparent-50 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
}

.shadow-default-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.55) !important;
}

.shadow-primary-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.55) !important;
}

.shadow-secondary-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.55) !important;
}

.shadow-success-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.55) !important;
}

.shadow-danger-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.55) !important;
}

.shadow-warning-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.55) !important;
}

.shadow-info-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.55) !important;
}

.shadow-dark-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.55) !important;
}

.shadow-light-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.55) !important;
}

.shadow-transparent-55 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.55) !important;
}

.shadow-default-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.6) !important;
}

.shadow-primary-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.6) !important;
}

.shadow-secondary-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.6) !important;
}

.shadow-success-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.6) !important;
}

.shadow-danger-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.6) !important;
}

.shadow-warning-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.6) !important;
}

.shadow-info-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.6) !important;
}

.shadow-dark-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.6) !important;
}

.shadow-light-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.6) !important;
}

.shadow-transparent-60 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6) !important;
}

.shadow-default-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.65) !important;
}

.shadow-primary-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.65) !important;
}

.shadow-secondary-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.65) !important;
}

.shadow-success-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.65) !important;
}

.shadow-danger-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.65) !important;
}

.shadow-warning-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.65) !important;
}

.shadow-info-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.65) !important;
}

.shadow-dark-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.65) !important;
}

.shadow-light-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.65) !important;
}

.shadow-transparent-65 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.65) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.65) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.65) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.65) !important;
}

.shadow-default-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.7) !important;
}

.shadow-primary-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.7) !important;
}

.shadow-secondary-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.7) !important;
}

.shadow-success-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.7) !important;
}

.shadow-danger-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.7) !important;
}

.shadow-warning-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.7) !important;
}

.shadow-info-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.7) !important;
}

.shadow-dark-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.7) !important;
}

.shadow-light-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.7) !important;
}

.shadow-transparent-70 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7) !important;
}

.shadow-default-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.75) !important;
}

.shadow-primary-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.75) !important;
}

.shadow-secondary-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.75) !important;
}

.shadow-success-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.75) !important;
}

.shadow-danger-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.75) !important;
}

.shadow-warning-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.75) !important;
}

.shadow-info-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.75) !important;
}

.shadow-dark-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.75) !important;
}

.shadow-light-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.75) !important;
}

.shadow-transparent-75 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.75) !important;
}

.shadow-default-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.8) !important;
}

.shadow-primary-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.8) !important;
}

.shadow-secondary-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.8) !important;
}

.shadow-success-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.8) !important;
}

.shadow-danger-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.8) !important;
}

.shadow-warning-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.8) !important;
}

.shadow-info-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.8) !important;
}

.shadow-dark-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.8) !important;
}

.shadow-light-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.8) !important;
}

.shadow-transparent-80 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8) !important;
}

.shadow-default-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.85) !important;
}

.shadow-primary-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.85) !important;
}

.shadow-secondary-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.85) !important;
}

.shadow-success-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.85) !important;
}

.shadow-danger-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.85) !important;
}

.shadow-warning-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.85) !important;
}

.shadow-info-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.85) !important;
}

.shadow-dark-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.85) !important;
}

.shadow-light-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.85) !important;
}

.shadow-transparent-85 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.85) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.85) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.85) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.85) !important;
}

.shadow-default-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.9) !important;
}

.shadow-primary-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.9) !important;
}

.shadow-secondary-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.9) !important;
}

.shadow-success-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.9) !important;
}

.shadow-danger-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.9) !important;
}

.shadow-warning-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.9) !important;
}

.shadow-info-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.9) !important;
}

.shadow-dark-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.9) !important;
}

.shadow-light-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.9) !important;
}

.shadow-transparent-90 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9) !important;
}

.shadow-default-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(147, 69, 175, 0.95) !important;
}

.shadow-primary-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(0, 122, 253, 0.95) !important;
}

.shadow-secondary-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(108, 116, 124, 0.95) !important;
}

.shadow-success-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(40, 166, 69, 0.95) !important;
}

.shadow-danger-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(219, 53, 69, 0.95) !important;
}

.shadow-warning-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(253, 192, 7, 0.95) !important;
}

.shadow-info-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(23, 161, 183, 0.95) !important;
}

.shadow-dark-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(52, 58, 64, 0.95) !important;
}

.shadow-light-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(98, 109, 120, 0.95) !important;
}

.shadow-transparent-95 {
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.95) !important;
  -o-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.95) !important;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.95) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.95) !important;
}

.shadow-default-100 {
  -moz-box-shadow: 0 0 20px 0 #9345af !important;
  -o-box-shadow: 0 0 20px 0 #9345af !important;
  -webkit-box-shadow: 0 0 20px 0 #9345af !important;
  box-shadow: 0 0 20px 0 #9345af !important;
}

.shadow-primary-100 {
  -moz-box-shadow: 0 0 20px 0 #007afd !important;
  -o-box-shadow: 0 0 20px 0 #007afd !important;
  -webkit-box-shadow: 0 0 20px 0 #007afd !important;
  box-shadow: 0 0 20px 0 #007afd !important;
}

.shadow-secondary-100 {
  -moz-box-shadow: 0 0 20px 0 #6c747c !important;
  -o-box-shadow: 0 0 20px 0 #6c747c !important;
  -webkit-box-shadow: 0 0 20px 0 #6c747c !important;
  box-shadow: 0 0 20px 0 #6c747c !important;
}

.shadow-success-100 {
  -moz-box-shadow: 0 0 20px 0 #28a645 !important;
  -o-box-shadow: 0 0 20px 0 #28a645 !important;
  -webkit-box-shadow: 0 0 20px 0 #28a645 !important;
  box-shadow: 0 0 20px 0 #28a645 !important;
}

.shadow-danger-100 {
  -moz-box-shadow: 0 0 20px 0 #db3545 !important;
  -o-box-shadow: 0 0 20px 0 #db3545 !important;
  -webkit-box-shadow: 0 0 20px 0 #db3545 !important;
  box-shadow: 0 0 20px 0 #db3545 !important;
}

.shadow-warning-100 {
  -moz-box-shadow: 0 0 20px 0 #fdc007 !important;
  -o-box-shadow: 0 0 20px 0 #fdc007 !important;
  -webkit-box-shadow: 0 0 20px 0 #fdc007 !important;
  box-shadow: 0 0 20px 0 #fdc007 !important;
}

.shadow-info-100 {
  -moz-box-shadow: 0 0 20px 0 #17a1b7 !important;
  -o-box-shadow: 0 0 20px 0 #17a1b7 !important;
  -webkit-box-shadow: 0 0 20px 0 #17a1b7 !important;
  box-shadow: 0 0 20px 0 #17a1b7 !important;
}

.shadow-dark-100 {
  -moz-box-shadow: 0 0 20px 0 #343a40 !important;
  -o-box-shadow: 0 0 20px 0 #343a40 !important;
  -webkit-box-shadow: 0 0 20px 0 #343a40 !important;
  box-shadow: 0 0 20px 0 #343a40 !important;
}

.shadow-light-100 {
  -moz-box-shadow: 0 0 20px 0 #626d78 !important;
  -o-box-shadow: 0 0 20px 0 #626d78 !important;
  -webkit-box-shadow: 0 0 20px 0 #626d78 !important;
  box-shadow: 0 0 20px 0 #626d78 !important;
}

.shadow-transparent-100 {
  -moz-box-shadow: 0 0 20px 0 black !important;
  -o-box-shadow: 0 0 20px 0 black !important;
  -webkit-box-shadow: 0 0 20px 0 black !important;
  box-shadow: 0 0 20px 0 black !important;
}

.back-blur {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.list-style-disc {
  list-style-type: disc;
}

.list-style-circle {
  list-style-type: circle;
}

.list-style-square {
  list-style-type: square;
}

.list-style-decimal {
  list-style-type: decimal;
}

.list-style-decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}

.list-style-lower-roman {
  list-style-type: lower-roman;
}

.list-style-upper-roman {
  list-style-type: upper-roman;
}

.list-style-lower-greek {
  list-style-type: lower-greek;
}

.list-style-lower-latin {
  list-style-type: lower-latin;
}

.list-style-upper-latin {
  list-style-type: upper-latin;
}

.list-style-armenian {
  list-style-type: armenian;
}

.list-style-georgian {
  list-style-type: georgian;
}

.list-style-lower-alpha {
  list-style-type: lower-alpha;
}

.list-style-upper-alpha {
  list-style-type: upper-alpha;
}

.list-style-none {
  list-style-type: none;
}

.list-style-inherit {
  list-style-type: inherit;
}

.scroll-bar-none {
  scrollbar-width: none;
}

.scroll-bar {
  scroll-behavior: smooth;
}
.scroll-bar::-webkit-scrollbar {
  width: 5px !important;
  background: transparent;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: rgba(108, 116, 124, 0.3);
}
.scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip.left::before {
  left: 50%;
  top: -105% !important;
}
.tooltip.bottom::before {
  left: 0;
  top: 105% !important;
  transform: translate(5%, 10%) !important;
}
.tooltip.right::before {
  left: auto;
  right: 0 !important;
  top: 160% !important;
  transform: translate(-5%, 10%);
}
.tooltip.top::before {
  right: 22px;
  top: -100% !important;
}
.tooltip::after {
  content: attr(data-title);
  padding: 5px 8px;
  position: absolute;
  top: -105%;
  transform: translate(-10%, -50%);
  min-width: 120px;
  max-width: 400px;
  z-index: 999;
  border-radius: 3px;
  background: white;
  color: #f6f7f8;
  -moz-box-shadow: 0 0 5px 0 #9345af;
  -o-box-shadow: 0 0 5px 0 #9345af;
  -webkit-box-shadow: 0 0 5px 0 #9345af;
  box-shadow: 0 0 5px 0 #9345af;
  text-align: center;
  transition: opacity 0.5s;
  user-select: none;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px rgba(40, 166, 69, 0.3), 0 0 5px rgba(40, 166, 69, 0.3);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.avatar img:active {
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.avatar .icon {
  pointer-events: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 4px;
  width: 100%;
  height: 100%;
}

.icon-btn {
  background-color: #9345af;
  border: none;
  outline: none;
  transition: 0.5s ease;
}
.icon-btn:hover {
  transition: 0.5s linear;
}

.icon-btn {
  width: 36px;
  height: 36px;
  font-size: 14px;
  aspect-ratio: 1;
}
.icon-btn.xxl {
  width: 55px;
  height: 55px;
  font-size: 22px;
  line-height: 47px;
}
.icon-btn.xl {
  width: 50px;
  height: 50px;
  font-size: 17px;
  line-height: 42px;
}
.icon-btn.lg {
  width: 45px;
  height: 45px;
  font-size: 11px;
  line-height: 37px;
}
.icon-btn.md {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 32px;
}
.icon-btn.sm {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 27px;
}
.icon-btn.xs {
  width: 30px;
  height: 30px;
  font-size: 10px;
  line-height: 22px;
}

.btn {
  background-color: #9345af;
  border: none;
  outline: none;
  transition: 0.5s ease;
}
.btn:hover {
  transition: 0.5s linear;
}

.btn {
  height: 40px;
  font-size: 16px;
  padding: 0 12px;
  letter-spacing: 0.3px;
}
.btn.xxl {
  height: 55px;
  font-size: 24px;
  padding: 0 16px;
}
.btn.xl {
  height: 50px;
  font-size: 20px;
  padding: 0 14px;
}
.btn.lg {
  height: 45px;
  font-size: 14px;
  padding: 0 13px;
}
.btn.md {
  height: 40px;
  font-size: 16px;
  padding: 0 11px;
}
.btn.sm {
  height: 35px;
  font-size: 14px;
  padding: 0 8px;
}
.btn.xs {
  height: 30px;
  font-size: 10px;
  padding: 0 6px;
}

.btn-group {
  width: max-content;
}
.btn-group .btn,
.btn-group .icon-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:nth-last-child(1),
.btn-group .icon-btn:nth-last-child(1) {
  border-right: none !important;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group .btn:nth-child(1),
.btn-group .icon-btn:nth-child(1) {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.btn-group .btn:nth-child(even),
.btn-group .icon-btn:nth-child(even) {
  border-left: none;
  border-right: none;
}
.btn-group .btn:not(.btn-group .btn.enabled-border,
.btn-group .icon-btn.enabled-border):nth-child(even),
.btn-group .icon-btn:not(.btn-group .btn.enabled-border,
.btn-group .icon-btn.enabled-border):nth-child(even) {
  border-left: 1px solid rgba(9, 12, 12, 0.132);
  border-right: 1px solid rgba(9, 12, 12, 0.132);
}
.btn-group.rounded-full .btn:nth-last-child(1),
.btn-group.rounded-full .icon-btn:nth-last-child(1) {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.btn-group.rounded-full .btn:nth-child(1),
.btn-group.rounded-full .icon-btn:nth-child(1) {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.radio-btn {
  appearance: none;
  width: 25px;
  height: 25px;
  border: 1.5px solid #9345af;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.radio-btn:checked {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  transition: all 0.3s ease;
}
.radio-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(147, 69, 175, 0.3);
  transition: all 0.3s ease;
}
.radio-btn.default:before {
  background-color: #9345af;
}
.radio-btn.primary:before {
  background-color: #007afd;
}
.radio-btn.secondary:before {
  background-color: #6c747c;
}
.radio-btn.success:before {
  background-color: #28a645;
}
.radio-btn.danger:before {
  background-color: #db3545;
}
.radio-btn.warning:before {
  background-color: #fdc007;
}
.radio-btn.info:before {
  background-color: #17a1b7;
}
.radio-btn.dark:before {
  background-color: #343a40;
}
.radio-btn.white:before {
  background-color: #fff;
}
.radio-btn.light:before {
  background-color: #626d78;
}
.radio-btn.transparent:before {
  background-color: transparent;
}

.checkbox {
  width: 35px;
  height: 35px;
  aspect-ratio: 1;
}
.checkbox input,
.checkbox svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox svg {
  width: calc(100% - 5px);
  height: calc(100% - 15px);
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
  fill: none;
  stroke-dasharray: 200;
  stroke-dashoffset: -22;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  transition: all 1.5s ease;
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.checkbox input:checked + svg {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  stroke-dasharray: 16 93;
  stroke-dashoffset: 109;
}
.checkbox.xxl {
  width: 55px;
  height: 55px;
}
.checkbox.xl {
  width: 50px;
  height: 50px;
}
.checkbox.lg {
  width: 45px;
  height: 45px;
}
.checkbox.md {
  width: 40px;
  height: 40px;
}
.checkbox.sm {
  width: 35px;
  height: 35px;
}
.checkbox.xs {
  width: 30px;
  height: 30px;
}

.toggle-btn {
  display: -moz-inline-block;
  display: inline-block;
  width: 50px;
  height: 26px;
  -webkit-filter: opacity(0.5);
  filter: opacity(0.5);
}
.toggle-btn.disabled {
  -webkit-filter: opacity(0.2);
  filter: opacity(0.2);
}
.toggle-btn .indicator {
  width: 19px;
  height: 19px;
  aspect-ratio: 1;
  transition: left 0.4s;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
  font-size: 9.5px;
  line-height: 18px;
  transition: left 0.4s;
}
.toggle-btn.active {
  -webkit-filter: opacity(1);
  filter: opacity(1);
  transition: all 0.4s;
}
.toggle-btn.active .indicator {
  left: calc(50% + 2px);
}
.toggle-btn.xxl {
  height: 28.5px;
  width: 55px;
}
.toggle-btn.xxl .indicator {
  width: 20.5px;
  height: 20.5px;
  font-size: 10.75px;
  line-height: 20.5px;
}
.toggle-btn.xl {
  height: 26px;
  width: 50px;
}
.toggle-btn.xl .indicator {
  width: 18px;
  height: 18px;
  font-size: 9.5px;
  line-height: 18px;
}
.toggle-btn.lg {
  height: 23.5px;
  width: 45px;
}
.toggle-btn.lg .indicator {
  width: 15.5px;
  height: 15.5px;
  font-size: 8.25px;
  line-height: 15.5px;
}
.toggle-btn.md {
  height: 21px;
  width: 40px;
}
.toggle-btn.md .indicator {
  width: 13px;
  height: 13px;
  font-size: 7px;
  line-height: 13px;
}
.toggle-btn.sm {
  height: 18.5px;
  width: 35px;
}
.toggle-btn.sm .indicator {
  width: 10.5px;
  height: 10.5px;
  font-size: 5.75px;
  line-height: 10.5px;
}
.toggle-btn.xs {
  height: 16px;
  width: 30px;
}
.toggle-btn.xs .indicator {
  width: 8px;
  height: 8px;
  font-size: 4.5px;
  line-height: 8px;
}

.card .card-header .title {
  font-size: 20px;
}
.card .card-header .img {
  overflow: hidden;
}
.card .card-header .img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: unset !important;
}

.carousel {
  grid-auto-columns: 100%;
  grid-auto-flow: 100%;
  grid-auto-columns: 100%;
}
.carousel .inner-slider .prev-btn,
.carousel .inner-slider .next-btn {
  top: 50%;
  transform: translate(0, -50%);
}
.carousel .inner-slider .prev-btn {
  left: 10px;
  z-index: 2;
}
.carousel .inner-slider .next-btn {
  right: 10px;
}
.carousel .inner-slider.y-axis {
  height: 400px;
}
.carousel .inner-slider.y-axis .prev-btn .icon,
.carousel .inner-slider.y-axis .next-btn .icon {
  transform: rotate(90deg);
}
.carousel .inner-slider.y-axis .prev-btn {
  top: 43%;
  left: auto;
  right: 10px !important;
}
.carousel .inner-slider.y-axis .next-btn {
  top: 55%;
  right: 10px;
}
.carousel .slider {
  transition: transform 0.8s ease-in-out;
}
.carousel .slider.y-axis {
  height: -webkit-fill-available;
}
.carousel .slider.y-axis .slide {
  height: 100%;
}
.carousel .slider .slide {
  flex: 0 0 100%;
  width: auto;
  height: auto;
  aspect-ratio: 1;
}
.carousel .slider .slide img,
.carousel .slider .slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel .indicator {
  grid-template-columns: 150px;
  grid-auto-columns: 150px;
  grid-template-rows: 120px;
  grid-auto-flow: column;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.carousel .indicator::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}
.carousel .indicator::-webkit-scrollbar-thumb {
  background: transparent;
}
.carousel .indicator::-webkit-scrollbar-track {
  background: transparent;
}
.carousel .indicator .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.carousel .indicator .slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  -webkit-filter: opacity(0.9);
  filter: opacity(0.9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.3s;
}
.carousel .indicator .slide img,
.carousel .indicator .slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel .indicator .slide.active:before {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  transition: all 0.3s;
}
.carousel .indicator[data-count="0"] .slide:nth-child(1):before {
  -webkit-filter: opacity(0);
  filter: opacity(0);
  transition: all 0.3s;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%;
}

.col-3 {
  -ms-flex: 0 0 24.999999%;
  flex: 0 0 24.999999%;
  max-width: 24.999999%;
}

.col-4 {
  -ms-flex: 0 0 33.333332%;
  flex: 0 0 33.333332%;
  max-width: 33.333332%;
}

.col-5 {
  -ms-flex: 0 0 41.666665%;
  flex: 0 0 41.666665%;
  max-width: 41.666665%;
}

.col-6 {
  -ms-flex: 0 0 49.999998%;
  flex: 0 0 49.999998%;
  max-width: 49.999998%;
}

.col-7 {
  -ms-flex: 0 0 58.333331%;
  flex: 0 0 58.333331%;
  max-width: 58.333331%;
}

.col-8 {
  -ms-flex: 0 0 66.666664%;
  flex: 0 0 66.666664%;
  max-width: 66.666664%;
}

.col-9 {
  -ms-flex: 0 0 74.999997%;
  flex: 0 0 74.999997%;
  max-width: 74.999997%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.666663%;
  flex: 0 0 91.666663%;
  max-width: 91.666663%;
}

.col-12 {
  -ms-flex: 0 0 99.999996%;
  flex: 0 0 99.999996%;
  max-width: 99.999996%;
}

@media (min-width: 1500px) {
  .xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .xxl-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .xxl-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .xxl-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .xxl-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .xxl-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .xxl-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .xxl-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .xxl-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .xxl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xxl-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .xxl-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (max-width: 1200px) {
  .xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .xl-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .xl-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .xl-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .xl-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .xl-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .xl-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .xl-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .xl-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xl-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .xl-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (max-width: 992px) {
  .lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .lg-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .lg-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .lg-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .lg-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .lg-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .lg-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .lg-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .lg-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .lg-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .lg-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (max-width: 768px) {
  .md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .md-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .md-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .md-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .md-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .md-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .md-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .md-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .md-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .md-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .md-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (max-width: 576px) {
  .sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .sm-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .sm-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .sm-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .sm-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .sm-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .sm-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .sm-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .sm-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .sm-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .sm-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
@media (min-width: 0) {
  .xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .xs-2 {
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
  }
  .xs-3 {
    -ms-flex: 0 0 24.999999%;
    flex: 0 0 24.999999%;
    max-width: 24.999999%;
  }
  .xs-4 {
    -ms-flex: 0 0 33.333332%;
    flex: 0 0 33.333332%;
    max-width: 33.333332%;
  }
  .xs-5 {
    -ms-flex: 0 0 41.666665%;
    flex: 0 0 41.666665%;
    max-width: 41.666665%;
  }
  .xs-6 {
    -ms-flex: 0 0 49.999998%;
    flex: 0 0 49.999998%;
    max-width: 49.999998%;
  }
  .xs-7 {
    -ms-flex: 0 0 58.333331%;
    flex: 0 0 58.333331%;
    max-width: 58.333331%;
  }
  .xs-8 {
    -ms-flex: 0 0 66.666664%;
    flex: 0 0 66.666664%;
    max-width: 66.666664%;
  }
  .xs-9 {
    -ms-flex: 0 0 74.999997%;
    flex: 0 0 74.999997%;
    max-width: 74.999997%;
  }
  .xs-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .xs-11 {
    -ms-flex: 0 0 91.666663%;
    flex: 0 0 91.666663%;
    max-width: 91.666663%;
  }
  .xs-12 {
    -ms-flex: 0 0 99.999996%;
    flex: 0 0 99.999996%;
    max-width: 99.999996%;
  }
}
.container {
  grid-template-columns: 1500px;
}
@media (max-width: 1500px) {
  .container {
    grid-template-columns: 1fr;
    -webkit-justify-content: unset;
    justify-content: unset;
    padding: 0 15px;
  }
}

.dropdown {
  top: 105%;
  left: 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 1px 5px 0 #dcd8d8;
  transform: translate(-50%, 0);
  z-index: 3;
  min-width: calc(100% + 50px);
  max-width: calc(100% + 80px);
  list-style: none;
  transition: all 0.3s ease-in-out;
  animation: dropdown 0.3s linear forwards;
}
.dropdown.left {
  left: 0 !important;
  transform: translate(0, 0) !important;
}
.dropdown.right {
  left: auto !important;
  right: 0 !important;
  transform: translate(0, 0) !important;
}
.dropdown.md {
  max-width: 260px !important;
  width: 260px !important;
}
.dropdown.lg {
  max-width: 330px !important;
  width: 330px !important;
}
.dropdown .dropdown-item-group {
  list-style: none;
  max-height: 80vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.dropdown .dropdown-item-group::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}
.dropdown .dropdown-item-group::-webkit-scrollbar-thumb {
  background: transparent;
}
.dropdown .dropdown-item-group::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown .dropdown-item-group .dropdown-item {
  font-size: 14px;
  transition: all 0.3s;
  visibility: hidden;
  animation: dropDownItem 1s linear forwards;
}
.dropdown .dropdown-item-group .dropdown-item:hover {
  transition: all 0.3s;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(1) {
  animation-delay: 100ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(2) {
  animation-delay: 200ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(3) {
  animation-delay: 300ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(4) {
  animation-delay: 400ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(5) {
  animation-delay: 500ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(6) {
  animation-delay: 600ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(7) {
  animation-delay: 700ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(8) {
  animation-delay: 800ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(9) {
  animation-delay: 900ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(10) {
  animation-delay: 1000ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(11) {
  animation-delay: 1100ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(12) {
  animation-delay: 1200ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(13) {
  animation-delay: 1300ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(14) {
  animation-delay: 1400ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(15) {
  animation-delay: 1500ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(16) {
  animation-delay: 1600ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(17) {
  animation-delay: 1700ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(18) {
  animation-delay: 1800ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(19) {
  animation-delay: 1900ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(20) {
  animation-delay: 2000ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(21) {
  animation-delay: 2100ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(22) {
  animation-delay: 2200ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(23) {
  animation-delay: 2300ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(24) {
  animation-delay: 2400ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(25) {
  animation-delay: 2500ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(26) {
  animation-delay: 2600ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(27) {
  animation-delay: 2700ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(28) {
  animation-delay: 2800ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(29) {
  animation-delay: 2900ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(30) {
  animation-delay: 3000ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(31) {
  animation-delay: 3100ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(32) {
  animation-delay: 3200ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(33) {
  animation-delay: 3300ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(34) {
  animation-delay: 3400ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(35) {
  animation-delay: 3500ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(36) {
  animation-delay: 3600ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(37) {
  animation-delay: 3700ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(38) {
  animation-delay: 3800ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(39) {
  animation-delay: 3900ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(40) {
  animation-delay: 4000ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(41) {
  animation-delay: 4100ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(42) {
  animation-delay: 4200ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(43) {
  animation-delay: 4300ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(44) {
  animation-delay: 4400ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(45) {
  animation-delay: 4500ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(46) {
  animation-delay: 4600ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(47) {
  animation-delay: 4700ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(48) {
  animation-delay: 4800ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(49) {
  animation-delay: 4900ms;
}
.dropdown .dropdown-item-group .dropdown-item:nth-child(50) {
  animation-delay: 5000ms;
}
.dropdown .dropdown-item-group .dropdown-item .icon,
.dropdown .dropdown-item-group .dropdown-item .active {
  font-size: 13px;
  transition: all 0.5s ease;
}
.dropdown .dropdown-item-group .dropdown-item .icon,
.dropdown .dropdown-item-group .dropdown-item .active {
  margin-right: 0;
  margin-left: auto;
}

@-khtml-keyframes dropDownItem {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-ms-keyframes dropDownItem {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes dropDownItem {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes dropDownItem {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes dropDownItem {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-khtml-keyframes dropdown {
  0% {
    margin-top: 20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-ms-keyframes dropdown {
  0% {
    margin-top: 20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-moz-keyframes dropdown {
  0% {
    margin-top: 20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-webkit-keyframes dropdown {
  0% {
    margin-top: 20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@keyframes dropdown {
  0% {
    margin-top: 20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
.inner-modal {
  top: 110%;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 200px;
  z-index: 1;
  -moz-box-shadow: 0 3px 10px 0 rgba(52, 58, 64, 0.07);
  -o-box-shadow: 0 3px 10px 0 rgba(52, 58, 64, 0.07);
  -webkit-box-shadow: 0 3px 10px 0 rgba(52, 58, 64, 0.07);
  box-shadow: 0 3px 10px 0 rgba(52, 58, 64, 0.07);
}
.inner-modal.left {
  right: auto;
  left: 0;
  transform: translate(0, 0);
}
.inner-modal.right {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}
.input {
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.5s ease;
  outline: none;
}
.input.select {
  padding: 0 10px;
}
.input.select::marker {
  color: white;
}
.input.text-area {
  resize: none;
  height: auto;
}
.input::placeholder {
  font-size: 16px;
  transition: all 0.5s;
}
.input.shadow {
  border: none !important;
  outline: none !important;
}
.input[type=file] {
  height: unset;
  padding: 4px 10px;
}
.input[type=file]::file-selector-button {
  outline: none;
  border: none;
  font-size: 13px;
  padding: 6px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input.xxl {
  font-size: 23px;
  padding: 0 16px;
  height: 55px;
}
.input.xxl::placeholder {
  font-size: 23px;
}
.input.xl {
  font-size: 21px;
  padding: 0 14px;
  height: 50px;
}
.input.xl::placeholder {
  font-size: 21px;
}
.input.lg {
  font-size: 19px;
  padding: 0 13px;
  height: 45px;
}
.input.lg::placeholder {
  font-size: 19px;
}
.input.md {
  font-size: 16px;
  padding: 0 12px;
  height: 40px;
}
.input.md::placeholder {
  font-size: 16px;
}
.input.sm {
  font-size: 14px;
  padding: 0 8px;
  height: 35px;
}
.input.sm::placeholder {
  font-size: 14px;
}
.input.xs {
  font-size: 10px;
  padding: 0 6px;
  height: 30px;
}
.input.xs::placeholder {
  font-size: 10px;
}
.input.border-default:hover {
  border-color: #aa65c2;
}
.input.border-default:focus {
  border-color: #9345af;
  -moz-box-shadow: 0 0 6px 0 rgba(147, 69, 175, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(147, 69, 175, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(147, 69, 175, 0.3);
  box-shadow: 0 0 6px 0 rgba(147, 69, 175, 0.3);
}
.input.border-default::placeholder {
  color: rgba(147, 69, 175, 0.5) !important;
}
.input.border-default.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(147, 69, 175, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(147, 69, 175, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(147, 69, 175, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(147, 69, 175, 0.2);
}
.input[type=file]::file-selector-button {
  background: #dcc0e6;
  color: #9345af;
}
.input.border-primary:hover {
  border-color: #3194ff;
}
.input.border-primary:focus {
  border-color: #007afd;
  -moz-box-shadow: 0 0 6px 0 rgba(0, 122, 253, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(0, 122, 253, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 122, 253, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 122, 253, 0.3);
}
.input.border-primary::placeholder {
  color: rgba(0, 122, 253, 0.5) !important;
}
.input.border-primary.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(0, 122, 253, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(0, 122, 253, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 122, 253, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(0, 122, 253, 0.2);
}
.input[type=file]::file-selector-button {
  background: #b1d6ff;
  color: #007afd;
}
.input.border-secondary:hover {
  border-color: #868e95;
}
.input.border-secondary:focus {
  border-color: #6c747c;
  -moz-box-shadow: 0 0 6px 0 rgba(108, 116, 124, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(108, 116, 124, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(108, 116, 124, 0.3);
  box-shadow: 0 0 6px 0 rgba(108, 116, 124, 0.3);
}
.input.border-secondary::placeholder {
  color: rgba(108, 116, 124, 0.5) !important;
}
.input.border-secondary.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(108, 116, 124, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(108, 116, 124, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(108, 116, 124, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(108, 116, 124, 0.2);
}
.input[type=file]::file-selector-button {
  background: #cacdd1;
  color: #6c747c;
}
.input.border-success:hover {
  border-color: #33ce57;
}
.input.border-success:focus {
  border-color: #28a645;
  -moz-box-shadow: 0 0 6px 0 rgba(40, 166, 69, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(40, 166, 69, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(40, 166, 69, 0.3);
  box-shadow: 0 0 6px 0 rgba(40, 166, 69, 0.3);
}
.input.border-success::placeholder {
  color: rgba(40, 166, 69, 0.5) !important;
}
.input.border-success.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(40, 166, 69, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(40, 166, 69, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(40, 166, 69, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(40, 166, 69, 0.2);
}
.input[type=file]::file-selector-button {
  background: #9ae7ac;
  color: #28a645;
}
.input.border-danger:hover {
  border-color: #e3606d;
}
.input.border-danger:focus {
  border-color: #db3545;
  -moz-box-shadow: 0 0 6px 0 rgba(219, 53, 69, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(219, 53, 69, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(219, 53, 69, 0.3);
  box-shadow: 0 0 6px 0 rgba(219, 53, 69, 0.3);
}
.input.border-danger::placeholder {
  color: rgba(219, 53, 69, 0.5) !important;
}
.input.border-danger.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(219, 53, 69, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(219, 53, 69, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(219, 53, 69, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(219, 53, 69, 0.2);
}
.input[type=file]::file-selector-button {
  background: #f6cdd1;
  color: #db3545;
}
.input.border-warning:hover {
  border-color: #fdcd3a;
}
.input.border-warning:focus {
  border-color: #fdc007;
  -moz-box-shadow: 0 0 6px 0 rgba(253, 192, 7, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(253, 192, 7, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 192, 7, 0.3);
  box-shadow: 0 0 6px 0 rgba(253, 192, 7, 0.3);
}
.input.border-warning::placeholder {
  color: rgba(253, 192, 7, 0.5) !important;
}
.input.border-warning.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(253, 192, 7, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(253, 192, 7, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(253, 192, 7, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(253, 192, 7, 0.2);
}
.input[type=file]::file-selector-button {
  background: #feedb8;
  color: #fdc007;
}
.input.border-info:hover {
  border-color: #1ec8e3;
}
.input.border-info:focus {
  border-color: #17a1b7;
  -moz-box-shadow: 0 0 6px 0 rgba(23, 161, 183, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(23, 161, 183, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(23, 161, 183, 0.3);
  box-shadow: 0 0 6px 0 rgba(23, 161, 183, 0.3);
}
.input.border-info::placeholder {
  color: rgba(23, 161, 183, 0.5) !important;
}
.input.border-info.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(23, 161, 183, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(23, 161, 183, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(23, 161, 183, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(23, 161, 183, 0.2);
}
.input[type=file]::file-selector-button {
  background: #90e4f1;
  color: #17a1b7;
}
.input.border-dark:hover {
  border-color: #4b545c;
}
.input.border-dark:focus {
  border-color: #343a40;
  -moz-box-shadow: 0 0 6px 0 rgba(52, 58, 64, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(52, 58, 64, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(52, 58, 64, 0.3);
  box-shadow: 0 0 6px 0 rgba(52, 58, 64, 0.3);
}
.input.border-dark::placeholder {
  color: rgba(52, 58, 64, 0.5) !important;
}
.input.border-dark.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(52, 58, 64, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(52, 58, 64, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(52, 58, 64, 0.2);
}
.input[type=file]::file-selector-button {
  background: #88939e;
  color: #343a40;
}
.input.border-white:hover {
  border-color: white;
}
.input.border-white:focus {
  border-color: #fff;
  -moz-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.3);
}
.input.border-white::placeholder {
  color: rgba(52, 58, 64, 0.5) !important;
}
.input.border-white.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(255, 255, 255, 0.2);
}
.input[type=file]::file-selector-button {
  background: white;
  color: #fff;
}
.input.border-light:hover {
  border-color: #7a8793;
}
.input.border-light:focus {
  border-color: #626d78;
  -moz-box-shadow: 0 0 6px 0 rgba(98, 109, 120, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(98, 109, 120, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(98, 109, 120, 0.3);
  box-shadow: 0 0 6px 0 rgba(98, 109, 120, 0.3);
}
.input.border-light::placeholder {
  color: rgba(98, 109, 120, 0.5) !important;
}
.input.border-light.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(98, 109, 120, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(98, 109, 120, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(98, 109, 120, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(98, 109, 120, 0.2);
}
.input[type=file]::file-selector-button {
  background: #c0c6cc;
  color: #626d78;
}
.input.border-transparent:hover {
  border-color: rgba(26, 26, 26, 0);
}
.input.border-transparent:focus {
  border-color: transparent;
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.input.border-transparent::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.input.border-transparent.shadow {
  -moz-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.input[type=file]::file-selector-button {
  background: rgba(89, 89, 89, 0);
  color: transparent;
}

.form-group .input-title,
.form-group .input-label {
  font-size: 15px;
}
.form-group .input-title .optional,
.form-group .input-title .required,
.form-group .input-label .optional,
.form-group .input-label .required {
  font-size: 12px;
  height: 18px;
  line-height: 14px;
  animation: slide 0.3s ease forwards;
}
@-khtml-keyframes slide {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes slide {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slide {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.input-group {
  grid-template-columns: repeat(var(--var-column), 1fr);
}
@media (max-width: 769px) {
  .input-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .input-group {
    grid-template-columns: 1fr;
  }
}

.input-popup-btn {
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
}

.list {
  transition: transform 0.3s ease-in-out;
}
.list .list-header h3 {
  font-size: 18px;
}
.list .list-header .icon {
  transition: all 0.3s ease;
}
.list .list-header .icon.active {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.list .list-body.active {
  display: block;
  transition: all 0.3s ease;
}
.list .list-body .list-item-group {
  border-left: 1.5px solid rgba(0, 0, 0, 0.07);
  list-style: none;
}
.list .list-body .list-item-group .list-item {
  visibility: hidden;
  animation: listItems 1s linear forwards;
}
.list .list-body .list-item-group .list-item:hover .icon {
  transition: all 0.5s ease;
  padding-left: 10px;
}
.list .list-body .list-item-group .list-item:nth-child(1) {
  animation-delay: 100ms;
}
.list .list-body .list-item-group .list-item:nth-child(2) {
  animation-delay: 200ms;
}
.list .list-body .list-item-group .list-item:nth-child(3) {
  animation-delay: 300ms;
}
.list .list-body .list-item-group .list-item:nth-child(4) {
  animation-delay: 400ms;
}
.list .list-body .list-item-group .list-item:nth-child(5) {
  animation-delay: 500ms;
}
.list .list-body .list-item-group .list-item:nth-child(6) {
  animation-delay: 600ms;
}
.list .list-body .list-item-group .list-item:nth-child(7) {
  animation-delay: 700ms;
}
.list .list-body .list-item-group .list-item:nth-child(8) {
  animation-delay: 800ms;
}
.list .list-body .list-item-group .list-item:nth-child(9) {
  animation-delay: 900ms;
}
.list .list-body .list-item-group .list-item:nth-child(10) {
  animation-delay: 1000ms;
}
.list .list-body .list-item-group .list-item .icon,
.list .list-body .list-item-group .list-item span,
.list .list-body .list-item-group .list-item .active-icon {
  font-size: 14px;
  transition: all 0.5s ease-out;
}
.list .list-body .list-item-group .list-item-grid span {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list.theme-1 .list-item-group {
  border: none !important;
}

@-khtml-keyframes listItems {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-ms-keyframes listItems {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes listItems {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes listItems {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes listItems {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.loader {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
}
.loader circle:nth-child(2) {
  stroke: rgba(0, 0, 0, 0.09);
}
.loader circle:nth-child(1) {
  stroke: #9345af;
  stroke-dasharray: 60 342.6;
  stroke-dashoffset: 31;
  animation: loader 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
  transform: rotate(-90deg);
  transform-origin: center;
}
.loader.default circle:nth-child(1) {
  stroke: #9345af;
}
.loader.default circle:nth-child(2) {
  stroke: rgba(147, 69, 175, 0.09);
}
.loader.primary circle:nth-child(1) {
  stroke: #007afd;
}
.loader.primary circle:nth-child(2) {
  stroke: rgba(0, 122, 253, 0.09);
}
.loader.secondary circle:nth-child(1) {
  stroke: #6c747c;
}
.loader.secondary circle:nth-child(2) {
  stroke: rgba(108, 116, 124, 0.09);
}
.loader.success circle:nth-child(1) {
  stroke: #28a645;
}
.loader.success circle:nth-child(2) {
  stroke: rgba(40, 166, 69, 0.09);
}
.loader.danger circle:nth-child(1) {
  stroke: #db3545;
}
.loader.danger circle:nth-child(2) {
  stroke: rgba(219, 53, 69, 0.09);
}
.loader.warning circle:nth-child(1) {
  stroke: #fdc007;
}
.loader.warning circle:nth-child(2) {
  stroke: rgba(253, 192, 7, 0.09);
}
.loader.info circle:nth-child(1) {
  stroke: #17a1b7;
}
.loader.info circle:nth-child(2) {
  stroke: rgba(23, 161, 183, 0.09);
}
.loader.dark circle:nth-child(1) {
  stroke: #343a40;
}
.loader.dark circle:nth-child(2) {
  stroke: rgba(52, 58, 64, 0.09);
}
.loader.white circle:nth-child(1) {
  stroke: #fff;
}
.loader.white circle:nth-child(2) {
  stroke: rgba(255, 255, 255, 0.09);
}
.loader.light circle:nth-child(1) {
  stroke: #626d78;
}
.loader.light circle:nth-child(2) {
  stroke: rgba(98, 109, 120, 0.09);
}
.loader.transparent circle:nth-child(1) {
  stroke: transparent;
}
.loader.transparent circle:nth-child(2) {
  stroke: rgba(0, 0, 0, 0.09);
}
.loader.xxl {
  height: 55px;
  width: 55px;
}
.loader.xl {
  height: 50px;
  width: 50px;
}
.loader.lg {
  height: 45px;
  width: 45px;
}
.loader.md {
  height: 40px;
  width: 40px;
}
.loader.sm {
  height: 35px;
  width: 35px;
}
.loader.xs {
  height: 30px;
  width: 30px;
}

@-khtml-keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    stroke-dashoffset: 46;
    stroke-dasharray: 85 400;
  }
  50% {
    transform: rotate(-180deg);
    stroke-dashoffset: 36;
    stroke-dasharray: 65 500;
  }
  75% {
    transform: rotate(-90deg);
    stroke-dashoffset: 56;
    stroke-dasharray: 85 450;
  }
  100% {
    transform: rotate(0deg);
  }
}
@-ms-keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    stroke-dashoffset: 46;
    stroke-dasharray: 85 400;
  }
  50% {
    transform: rotate(-180deg);
    stroke-dashoffset: 36;
    stroke-dasharray: 65 500;
  }
  75% {
    transform: rotate(-90deg);
    stroke-dashoffset: 56;
    stroke-dasharray: 85 450;
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    stroke-dashoffset: 46;
    stroke-dasharray: 85 400;
  }
  50% {
    transform: rotate(-180deg);
    stroke-dashoffset: 36;
    stroke-dasharray: 65 500;
  }
  75% {
    transform: rotate(-90deg);
    stroke-dashoffset: 56;
    stroke-dasharray: 85 450;
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    stroke-dashoffset: 46;
    stroke-dasharray: 85 400;
  }
  50% {
    transform: rotate(-180deg);
    stroke-dashoffset: 36;
    stroke-dasharray: 65 500;
  }
  75% {
    transform: rotate(-90deg);
    stroke-dashoffset: 56;
    stroke-dasharray: 85 450;
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(-360deg);
  }
  25% {
    stroke-dashoffset: 46;
    stroke-dasharray: 85 400;
  }
  50% {
    transform: rotate(-180deg);
    stroke-dashoffset: 36;
    stroke-dasharray: 65 500;
  }
  75% {
    transform: rotate(-90deg);
    stroke-dashoffset: 56;
    stroke-dasharray: 85 450;
  }
  100% {
    transform: rotate(0deg);
  }
}
.marquee-slider-group .marquee-slider {
  animation: marquee 99s linear infinite;
}
.marquee-slider-group:hover .marquee-slider {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}

@-khtml-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-ms-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.modal {
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 576px) {
  .modal {
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
}
.modal .modal-box {
  max-height: 90vh;
  overflow-y: auto;
  animation: popupModal 0.3s linear forwards;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  scroll-behavior: smooth;
}
.modal .modal-box::-webkit-scrollbar {
  width: 0 !important;
  background: transparent;
}
.modal .modal-box::-webkit-scrollbar-thumb {
  background: transparent;
}
.modal .modal-box::-webkit-scrollbar-track {
  background: transparent;
}
@media (max-width: 576px) {
  .modal .modal-box {
    bottom: 0;
    width: 100% !important;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    padding-bottom: 15vh !important;
    animation: modalAnimForMobile 0.3s ease-in forwards;
  }
}
.modal .modal-box.xxl {
  width: 800px;
}
.modal .modal-box.xl {
  width: 700px;
}
.modal .modal-box.lg {
  width: 600px;
}
.modal .modal-box.md {
  width: 600px;
}
.modal .modal-box.sm {
  width: 500px;
}
.modal .modal-box.xs {
  width: 320px;
}
.modal .modal-box.form {
  width: 380px;
}
.modal .modal-box.full {
  max-height: 95% !important;
  width: 95%;
}
.modal .modal-header {
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}
.modal .modal-header .drag-icon {
  top: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 25px;
}
@media (max-width: 576px) {
  .modal .modal-header .drag-icon {
    display: block;
  }
}
.modal .modal-header button {
  width: 45px;
  height: 45px;
  border: none;
  outline: none;
  transition: all 0.4s ease;
}
@media (max-width: 576px) {
  .modal .modal-header button {
    height: 50px;
  }
}
.modal .modal-body {
  scroll-behavior: smooth;
}
.modal .modal-body::-webkit-scrollbar {
  width: 5px !important;
  background: transparent;
}
.modal .modal-body::-webkit-scrollbar-thumb {
  background: transparent;
}
.modal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}
.modal .modal-body p {
  color: #7a8793;
}
.modal .modal-img .img,
.modal .modal-img img {
  position: unset !important;
}

@-khtml-keyframes modalAnimForMobile {
  0% {
    margin-bottom: -50vh;
    visibility: hidden;
  }
  100% {
    margin-bottom: 0;
    visibility: visible;
  }
}
@-ms-keyframes modalAnimForMobile {
  0% {
    margin-bottom: -50vh;
    visibility: hidden;
  }
  100% {
    margin-bottom: 0;
    visibility: visible;
  }
}
@-moz-keyframes modalAnimForMobile {
  0% {
    margin-bottom: -50vh;
    visibility: hidden;
  }
  100% {
    margin-bottom: 0;
    visibility: visible;
  }
}
@-webkit-keyframes modalAnimForMobile {
  0% {
    margin-bottom: -50vh;
    visibility: hidden;
  }
  100% {
    margin-bottom: 0;
    visibility: visible;
  }
}
@keyframes modalAnimForMobile {
  0% {
    margin-bottom: -50vh;
    visibility: hidden;
  }
  100% {
    margin-bottom: 0;
    visibility: visible;
  }
}
@-khtml-keyframes popupModal {
  0% {
    margin-top: -20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-ms-keyframes popupModal {
  0% {
    margin-top: -20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-moz-keyframes popupModal {
  0% {
    margin-top: -20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@-webkit-keyframes popupModal {
  0% {
    margin-top: -20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
@keyframes popupModal {
  0% {
    margin-top: -20px;
    visibility: hidden;
  }
  100% {
    margin-top: 0;
    visibility: visible;
  }
}
.nav {
  -moz-box-shadow: 0px 8px 20px 6px rgba(222, 219, 219, 0.15);
  -o-box-shadow: 0px 8px 20px 6px rgba(222, 219, 219, 0.15);
  -webkit-box-shadow: 0px 8px 20px 6px rgba(222, 219, 219, 0.15);
  box-shadow: 0px 8px 20px 6px rgba(222, 219, 219, 0.15);
  height: 65px;
  z-index: 999;
  width: 100%;
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1500px;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1500px) {
  .nav {
    grid-template-columns: 1fr;
    -webkit-justify-content: unset;
    justify-content: unset;
  }
}
@media (max-width: 1500px) {
  .nav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 769px) {
  .nav .sr-logo {
    display: none;
  }
}
@media (max-width: 769px) {
  .nav .mobile-logo {
    display: block !important;
  }
}
@media (max-width: 769px) {
  .nav .nav-items-group-outer {
    display: none;
  }
}
.nav .nav-items-group-outer .nav-item {
  z-index: 1;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown {
  top: 100% !important;
  z-index: 9 !important;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown.xll {
  width: 70vw;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown.xl {
  width: 60vw;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown.lg {
  width: 50vw;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown.md {
  width: 40vw;
}
.nav .nav-items-group-outer .nav-item .nav-dropdown.sm {
  width: 320px;
}
.nav .nav-items-group-outer .nav-item .nav-link .dropdown-icon {
  transition: 0.3s;
}
.nav .nav-items-group-outer .nav-item:hover .nav-link .dropdown-icon {
  transition: 0.3s;
  transform: rotate(-180deg);
}
.nav .nav-items-group-outer .nav-item:hover .nav-dropdown {
  display: block;
}

.range-slider-outer .range-slider .slider-track {
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.range-slider-outer .range-slider .slider-track::before {
  content: "";
  width: var(--range-width);
  height: 100%;
  position: absolute;
  top: 0;
  left: var(--range-left);
  background-color: var(--range-color-btn);
}
.range-slider-outer .range-slider input[type=range] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none;
  z-index: 2;
}
.range-slider-outer .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: var(--range-color-btn);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  z-index: 3;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.range-slider-outer .range-slider input[type=range]::-webkit-slider-thumb:hover {
  transition: all 0.3s ease;
  -moz-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.289);
  -o-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.289);
  -webkit-box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.289);
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.289);
}
.range-slider-outer .values {
  font-weight: bold;
}

.scroll-slider-outer .btn-outer {
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translate(-55%, -50%);
}
@media (max-width: 769px) {
  .scroll-slider-outer .btn-outer {
    display: none;
  }
}
.scroll-slider-outer .btn-outer:active {
  scale: 99.5%;
}
.scroll-slider-outer .btn-outer:hover::before {
  visibility: visible;
  left: 0;
  cursor: pointer;
  transition: left 0.3s ease;
}
.scroll-slider-outer .btn-outer:hover .prev-button,
.scroll-slider-outer .btn-outer:hover .next-button {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}
.scroll-slider-outer .btn-outer:hover .prev-button.icon-btn {
  width: 50% !important;
  height: 100% !important;
  left: 50% !important;
  transform: translate(0%, -50%);
  transition: transform 0.3s ease;
}
.scroll-slider-outer .btn-outer::before {
  content: "";
  position: absolute;
  background-color: rgba(52, 58, 64, 0.05);
  top: 0;
  left: -5%;
  width: 100%;
  height: 100%;
  transition: left 0.3s ease;
  visibility: hidden;
}
.scroll-slider-outer .btn-outer.next {
  left: auto;
  right: 0 !important;
  transform: translate(55%, -50%);
}
.scroll-slider-outer .btn-outer.next:hover::before {
  right: 0 !important;
}
.scroll-slider-outer .btn-outer.next:hover .icon-btn {
  width: 50% !important;
  height: 100% !important;
  right: 50% !important;
  transform: translate(0%, -50%);
  transition: transform 0.3s ease;
}
.scroll-slider-outer .btn-outer.next::before {
  left: auto;
  right: -5% !important;
  top: 50%;
  right: 50% !important;
  transform: translate(0%, -50%) !important;
}
.scroll-slider-outer .prev-button,
.scroll-slider-outer .next-button {
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: visibility 0.3s ease;
  overflow: unset !important;
}
.scroll-slider-outer .prev-button .ripple {
  left: 80% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.scroll-slider-outer .next-button {
  left: auto;
  top: 50%;
  right: 58% !important;
  transform: translate(-50%, -50%);
}
.scroll-slider-outer .next-button .ripple {
  left: 0 !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.scroll-slider-outer .scroll-slider-group {
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  overscroll-behavior-x: auto;
}
@media (max-width: 769px) {
  .scroll-slider-outer .scroll-slider-group {
    scroll-behavior: unset;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
  .scroll-slider-outer .scroll-slider-group::-webkit-scrollbar {
    width: 0 !important;
    background: transparent;
  }
  .scroll-slider-outer .scroll-slider-group::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .scroll-slider-outer .scroll-slider-group::-webkit-scrollbar-track {
    background: transparent;
  }
}
.scroll-slider-outer .scroll-slider-group.active {
  cursor: grab;
}

.spinner {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  animation: spinner 1s linear infinite;
  transform-origin: center;
}
.spinner circle:nth-child(1) {
  stroke-dasharray: 9, 3;
  stroke: rgba(0, 0, 0, 0.09);
}
.spinner circle:nth-child(2) {
  stroke: #9345af;
}
.spinner circle:nth-child(3) {
  stroke: rgba(147, 69, 175, 0.4);
}
.spinner circle:nth-child(4) {
  stroke: rgba(147, 69, 175, 0.5);
}
.spinner.default circle:nth-child(1) {
  stroke: rgba(147, 69, 175, 0.09);
}
.spinner.default circle:nth-child(2) {
  stroke: #9345af;
}
.spinner.default circle:nth-child(3) {
  stroke: rgba(147, 69, 175, 0.4);
}
.spinner.default circle:nth-child(4) {
  stroke: rgba(147, 69, 175, 0.5);
}
.spinner.primary circle:nth-child(1) {
  stroke: rgba(0, 122, 253, 0.09);
}
.spinner.primary circle:nth-child(2) {
  stroke: #007afd;
}
.spinner.primary circle:nth-child(3) {
  stroke: rgba(0, 122, 253, 0.4);
}
.spinner.primary circle:nth-child(4) {
  stroke: rgba(0, 122, 253, 0.5);
}
.spinner.secondary circle:nth-child(1) {
  stroke: rgba(108, 116, 124, 0.09);
}
.spinner.secondary circle:nth-child(2) {
  stroke: #6c747c;
}
.spinner.secondary circle:nth-child(3) {
  stroke: rgba(108, 116, 124, 0.4);
}
.spinner.secondary circle:nth-child(4) {
  stroke: rgba(108, 116, 124, 0.5);
}
.spinner.success circle:nth-child(1) {
  stroke: rgba(40, 166, 69, 0.09);
}
.spinner.success circle:nth-child(2) {
  stroke: #28a645;
}
.spinner.success circle:nth-child(3) {
  stroke: rgba(40, 166, 69, 0.4);
}
.spinner.success circle:nth-child(4) {
  stroke: rgba(40, 166, 69, 0.5);
}
.spinner.danger circle:nth-child(1) {
  stroke: rgba(219, 53, 69, 0.09);
}
.spinner.danger circle:nth-child(2) {
  stroke: #db3545;
}
.spinner.danger circle:nth-child(3) {
  stroke: rgba(219, 53, 69, 0.4);
}
.spinner.danger circle:nth-child(4) {
  stroke: rgba(219, 53, 69, 0.5);
}
.spinner.warning circle:nth-child(1) {
  stroke: rgba(253, 192, 7, 0.09);
}
.spinner.warning circle:nth-child(2) {
  stroke: #fdc007;
}
.spinner.warning circle:nth-child(3) {
  stroke: rgba(253, 192, 7, 0.4);
}
.spinner.warning circle:nth-child(4) {
  stroke: rgba(253, 192, 7, 0.5);
}
.spinner.info circle:nth-child(1) {
  stroke: rgba(23, 161, 183, 0.09);
}
.spinner.info circle:nth-child(2) {
  stroke: #17a1b7;
}
.spinner.info circle:nth-child(3) {
  stroke: rgba(23, 161, 183, 0.4);
}
.spinner.info circle:nth-child(4) {
  stroke: rgba(23, 161, 183, 0.5);
}
.spinner.dark circle:nth-child(1) {
  stroke: rgba(52, 58, 64, 0.09);
}
.spinner.dark circle:nth-child(2) {
  stroke: #343a40;
}
.spinner.dark circle:nth-child(3) {
  stroke: rgba(52, 58, 64, 0.4);
}
.spinner.dark circle:nth-child(4) {
  stroke: rgba(52, 58, 64, 0.5);
}
.spinner.white circle:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.09);
}
.spinner.white circle:nth-child(2) {
  stroke: #fff;
}
.spinner.white circle:nth-child(3) {
  stroke: rgba(255, 255, 255, 0.4);
}
.spinner.white circle:nth-child(4) {
  stroke: rgba(255, 255, 255, 0.5);
}
.spinner.light circle:nth-child(1) {
  stroke: rgba(98, 109, 120, 0.09);
}
.spinner.light circle:nth-child(2) {
  stroke: #626d78;
}
.spinner.light circle:nth-child(3) {
  stroke: rgba(98, 109, 120, 0.4);
}
.spinner.light circle:nth-child(4) {
  stroke: rgba(98, 109, 120, 0.5);
}
.spinner.transparent circle:nth-child(1) {
  stroke: rgba(0, 0, 0, 0.09);
}
.spinner.transparent circle:nth-child(2) {
  stroke: transparent;
}
.spinner.transparent circle:nth-child(3) {
  stroke: rgba(0, 0, 0, 0.4);
}
.spinner.transparent circle:nth-child(4) {
  stroke: rgba(0, 0, 0, 0.5);
}
.spinner.xxl {
  height: 55px;
  width: 55px;
}
.spinner.xl {
  height: 50px;
  width: 50px;
}
.spinner.lg {
  height: 45px;
  width: 45px;
}
.spinner.md {
  height: 40px;
  width: 40px;
}
.spinner.sm {
  height: 35px;
  width: 35px;
}
.spinner.xs {
  height: 30px;
  width: 30px;
}

@-khtml-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-ms-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
#stack-navigation {
  z-index: 999;
  -moz-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  -o-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  border-top: 1px solid rgba(108, 116, 124, 0.06);
}
@media (max-width: 769px) {
  #stack-navigation {
    display: block;
  }
}
@media (max-width: 769px) {
  #stack-navigation .nav-items {
    width: 70vw;
  }
}
@media (max-width: 576px) {
  #stack-navigation .nav-items {
    width: 100%;
  }
}
#stack-navigation .nav-items .nav-item span {
  font-size: 14px !important;
}

#sidebar {
  width: 320px;
  z-index: 999;
  -moz-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  -o-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
  box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.1215686275);
}
#sidebar .header {
  border-bottom: 1px solid rgba(108, 116, 124, 0.04);
  -moz-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.0862745098);
  -o-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.0862745098);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.0862745098);
  box-shadow: 0px 4px 20px 0px rgba(34, 34, 34, 0.0862745098);
}
#sidebar .body {
  height: calc(100vh - 100px);
}

.tab-group-outer {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.tab-group {
  z-index: 1;
  border-bottom: 2px solid #f6f7f8;
}
.tab-group .cursor-bar {
  --var-left: 0;
  bottom: -3px;
  left: var(--var-left);
  width: var(--var-width);
  height: 3px;
  transition: all 0.3s ease;
}
.tab-group .cursor-bar.active {
  animation: barAmin 1s ease forwards;
}
.tab-group .cursor {
  visibility: hidden;
  top: var(--var-top);
  left: var(--var-left);
  width: var(--var-width);
  height: 3px;
  z-index: -1;
  transition: all 0.3s ease;
}
.tab-group .tab:hover ~ .cursor {
  visibility: visible;
}
@-khtml-keyframes barAmin {
  0% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
@-ms-keyframes barAmin {
  0% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
@-moz-keyframes barAmin {
  0% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
@-webkit-keyframes barAmin {
  0% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}
@keyframes barAmin {
  0% {
    -webkit-filter: opacity(0);
    filter: opacity(0);
  }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1);
  }
}

.auto-toast-outer {
  position: fixed;
  top: 90px;
  right: 40px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.auto-toast-outer .auto-toast {
  padding: 6px 10px;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 #333;
  display: grid;
  grid-template-columns: 40px 200px;
  cursor: pointer;
  align-items: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  transition: all 0.3s ease-in;
}

.auto-toast-outer .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
}

.auto-toast-outer .auto-toast .icon {
  height: 40px;
  line-height: 45px;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.auto-toast-outer .auto-toast-warning {
  background-color: #fcede0;
  color: #ff7300;
}

.auto-toast-outer .auto-toast-warning .progress-bar {
  background-color: #fc6102;
}

.auto-toast-outer .auto-toast-error {
  background-color: #f8dada;
  color: #ff0000;
}

.auto-toast-outer .auto-toast-error .progress-bar {
  background-color: #fc0202;
}

.auto-toast-outer .auto-toast-done {
  background-color: #e0fde9;
  color: green;
}

.auto-toast-outer .auto-toast-done .progress-bar {
  background-color: green;
}

/*bottom toast*/
.bottom-toast-outer {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: bottomToast 0.3s linear forwards;
}

@keyframes bottomToast {
  0% {
    bottom: -100px;
    visibility: hidden;
  }
  100% {
    visibility: visible;
    bottom: 40px;
  }
}
.bottom-toast-outer .box {
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 #194936;
  display: grid;
  grid-template-columns: 35px max-content;
  cursor: pointer;
  align-items: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  transition: all 0.3s ease-in;
}

.bottom-toast-outer .icon {
  height: 35px;
  line-height: 35px;
}

.bottom-toast-outer .done {
  color: green;
}

.bottom-toast-outer .warning {
  color: #ff7300;
}

.bottom-toast-outer .error {
  color: red;
}/*# sourceMappingURL=index.css.map */