﻿@charset "UTF-8";
.e-icons::before {
  padding-right: 5px;
}

.e-refresh::before {
  content: "\e710";
}

.e-play::before {
  content: "\e640";
}

.e-camera::before {
  content: "\e84a";
}

.e-jpgexport::before {
  content: "\e84a";
}

.e-circleremove::before {
  content: "\e742";
}

.e-flash::before {
  content: "\f0eb";
}

.stripe-payment-page {
  margin-top: 10px;
}
.stripe-payment-page section {
  font-weight: bold;
}
.stripe-payment-page p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.stripe-payment-page .example.example2 {
  margin-top: 30px;
  max-width: 400px;
}
.stripe-payment-page .example.example2 * {
  font-family: Source Code Pro, Consolas, Menlo, monospace;
  font-size: 16px;
  font-weight: 500;
}
.stripe-payment-page .example.example2 .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}
.stripe-payment-page .example.example2 .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}
.stripe-payment-page .example.example2 .field.half-width {
  width: 50%;
}
.stripe-payment-page .example.example2 .field.quarter-width {
  width: calc(25% - 10px);
}
.stripe-payment-page .example.example2 .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stripe-payment-page .example.example2 label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stripe-payment-page .example.example2 .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: var(--text-primary-color);
  background-color: transparent;
}
.stripe-payment-page .example.example2 .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stripe-payment-page .example.example2 .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stripe-payment-page .example.example2 .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.stripe-payment-page .example.example2 .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: opacity;
}
.stripe-payment-page .example.example2 .input.focused,
.stripe-payment-page .example.example2 .input:not(.empty) {
  opacity: 1;
}
.stripe-payment-page .example.example2 .input.focused::-webkit-input-placeholder,
.stripe-payment-page .example.example2 .input:not(.empty)::-webkit-input-placeholder {
  color: #cfd7df;
}
.stripe-payment-page .example.example2 .input.focused::-moz-placeholder,
.stripe-payment-page .example.example2 .input:not(.empty)::-moz-placeholder {
  color: #cfd7df;
}
.stripe-payment-page .example.example2 .input.focused:-ms-input-placeholder,
.stripe-payment-page .example.example2 .input:not(.empty):-ms-input-placeholder {
  color: #cfd7df;
}
.stripe-payment-page .example.example2 .input.focused + label,
.stripe-payment-page .example.example2 .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}
.stripe-payment-page .example.example2 .input.focused + label {
  color: #24b47e;
}
.stripe-payment-page .example.example2 .input.invalid + label {
  color: #ffa27b;
}
.stripe-payment-page .example.example2 .input.focused + label + .baseline {
  background-color: #24b47e;
}
.stripe-payment-page .example.example2 .input.focused.invalid + label + .baseline {
  background-color: #e25950;
}
.stripe-payment-page .example.example2 input, .stripe-payment-page .example.example2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
}
.stripe-payment-page .example.example2 input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.stripe-payment-page .example.example2 .StripeElement--webkit-autofill {
  background: transparent !important;
}
.stripe-payment-page .example.example2 input, .stripe-payment-page .example.example2 button {
  -webkit-animation: 1ms void-animation-out;
}
.stripe-payment-page .example.example2 button {
  display: block;
  width: calc(100% - 30px);
  height: 40px;
  margin: 40px 15px 0;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.stripe-payment-page .example.example2 .error svg {
  margin-top: 0 !important;
}
.stripe-payment-page .example.example2 .error svg .base {
  fill: #e25950;
}
.stripe-payment-page .example.example2 .error svg .glyph {
  fill: #fff;
}
.stripe-payment-page .example.example2 .error .message {
  color: #e25950;
}
.stripe-payment-page .example.example2 .success .icon .border {
  stroke: #abe9d2;
}
.stripe-payment-page .example.example2 .success .icon .checkmark {
  stroke: #24b47e;
}
.stripe-payment-page .example.example2 .success .title {
  color: var(--text-primary-color);
  font-size: 16px !important;
}
.stripe-payment-page .example.example2 .success .message {
  color: #8898aa;
  font-size: 13px !important;
}
.stripe-payment-page .example.example2 .success .reset path {
  fill: #24b47e;
}

.bold {
  font-weight: bold !important;
}

@media only screen and (min-width: 768px) {
  .resp-icon {
    visibility: hidden;
  }
  .resp-text {
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  .resp-icon {
    visibility: visible;
  }
  .resp-text {
    visibility: hidden;
  }
}
/*Icons*/
span.e-icons.e-more-horizontal-1 {
  display: block;
  margin-left: 3px;
}

.icon {
  display: inline-block;
  position: relative;
  text-align: center;
}

.icon-xxs i {
  width: 32px;
  line-height: 32px;
  font-size: 13px;
}

.icon-xs i {
  width: 38px;
  line-height: 38px;
  font-size: 14px;
}

.icon-s i {
  width: 40px;
  line-height: 40px;
  font-size: 15px;
}

.icon-m i {
  width: 45px;
  line-height: 45px;
  font-size: 16px;
}

.icon-l i {
  width: 51px;
  line-height: 51px;
  font-size: 17px;
}

.icon-xl i {
  width: 55px;
  line-height: 55px;
  font-size: 18px;
}

.icon-xxl i {
  width: 60px;
  line-height: 60px;
  font-size: 19px;
}

.icon-center {
  display: block;
  margin: 0 auto;
}

.icon-20 {
  width: 20px;
}

.icon-30 {
  width: 30px;
}

.icon-40 {
  width: 40px;
}

.icon-50 {
  width: 50px;
}

.icon-60 {
  width: 60px;
}

.icon-70 {
  width: 70px;
}

.icon-80 {
  width: 80px;
}

.icon-90 {
  width: 90px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.e-dropdownbase .e-list-group-item, .e-fixed-head {
  color: #0087ff !important;
}

.acapo, .word-wrap {
  white-space: break-spaces !important;
}

.c-white {
  color: white !important;
}

.c-black {
  color: black !important;
}

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

.bg-light-blue {
  background-color: #0d6efd !important;
}

.r-10 {
  border-radius: 10px;
}

.row > * {
  padding-right: 1px;
  padding-left: 1px;
  /*altrimenti non c'è margine tra le colonne*/
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.e-calendar .e-header .e-icon-container button {
  /*height: 32px !important;*/
  overflow-y: hidden !important;
}

.btn-header {
  height: 40px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.btn-small {
  padding-left: 5px !important;
  padding-right: 5px !important;
  width: auto !important;
}

.btn-icon, .button-mini {
  width: 40px !important;
  height: 40px !important;
}

.e-icons :not(.e-input-group-icon) {
  font-size: 20px !important;
}

.center-inside {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.e-btn, .e-css.e-btn {
  white-space: normal !important;
  border: 1px solid #ccc !important;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: white;
  border: solid gray;
  border-radius: 50%;
  display: inline-block;
}

.switch-with-text {
  width: 100px;
}

section {
  font-weight: bold;
}

.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, .e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on {
  background-color: #0d6efd;
}

.e-dlg-fullscreen {
  margin-top: 40px !important;
  height: 95% !important;
}

.p-50 {
  padding: 50px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.e-carousel .e-carousel-navigators .e-previous .e-btn:not(:disabled) .e-btn-icon, .e-carousel .e-carousel-navigators .e-next .e-btn:not(:disabled) .e-btn-icon, .e-carousel .e-carousel-navigators .e-play-pause .e-btn:not(:disabled) .e-btn-icon {
  color: #007bff;
  font-size: x-large;
}

.toast-title, .toast-message {
  color: black;
}

.btn-medium {
  width: -webkit-fill-available;
  max-width: 300px;
}

.border-bottom-c {
  border-bottom: 1px solid rgb(200, 200, 200) !important;
  margin-bottom: 5px !important;
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  overflow-y: hidden;
}

.e-fixed {
  position: fixed !important;
}

.e-popup-top {
  top: 30px !important;
  padding: 10px;
}

.small-image {
  width: 100px;
  height: 100px;
}

.image img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 50px;
}

.e-btn,
.e-css.e-btn {
  min-height: 30px;
  border-radius: 10px;
}

.classic-layout {
  margin-top: 30px;
}

#main-body-content {
  /*padding-top: 20px;*/
}

.page-container header, .page-container section {
  font-weight: bold !important;
}
.page-container button, .page-container .e-btn, .page-container .e-btn.e-primary, .page-container .e-css.e-btn.e-primary,
.page-container .e-btn.e-secondary, .page-container .e-css.e-btn.e-secondary,
.page-container .e-btn, .page-container .e-css.e-btn,
.page-container .e-colorpicker-wrapper .e-btn.e-icon-btn, .page-container .e-colorpicker-container .e-btn.e-icon-btn {
  width: 100%; /*potrebbe essere una forzatura esagerata*/
}
.page-container button, .page-container .e-btn, .page-container .e-tab .e-tab-header .e-toolbar-item,
.page-container .e-btn.e-primary, .page-container .e-css.e-btn.e-primary,
.page-container .e-btn.e-secondary, .page-container .e-css.e-btn.e-secondary,
.page-container .e-btn, .page-container .e-css.e-btn,
.page-container .e-colorpicker-wrapper .e-btn.e-icon-btn, .page-container .e-colorpicker-container .e-btn.e-icon-btn {
  min-height: 30px;
  border-radius: 10px;
  text-transform: uppercase; /*potrebbe essere una forzatura esagerata*/
}

.validation-summary-errors > ul {
  color: var(--brand-text-error-color) !important;
}

.e-btn.e-flat.e-primary:disabled, .e-css.e-btn.e-flat.e-primary:disabled {
  background-color: #000 !important;
  border-color: #000 !important;
  box-shadow: none !important;
  color: #757575 !important;
}

.navigation-bar-container {
  display: flex;
  right: 10px;
  top: 10px;
  min-width: 32px;
  height: 6%;
  background-color: var(--brand-bar-background-color);
  color: var(--brand-bar-text-color) !important;
  direction: rtl;
}
.navigation-bar-container .navigation-bar-item {
  padding: 5px;
}
.navigation-bar-container .navigation-bar-item span, .navigation-bar-container .navigation-bar-item button, .navigation-bar-container .navigation-bar-item a, .navigation-bar-container .navigation-bar-item i {
  color: var(--brand-bar-text-color) !important;
}
.navigation-bar-container .navigation-bar-image {
  height: 40px;
  width: 40px;
}
.navigation-bar-container .navigation-bar-css-icon {
  font-size: xx-large;
}
.navigation-bar-container .navigation-bar-css-icon span {
  position: relative;
  right: 45%;
  bottom: 10px;
}

.container section {
  font-size: large;
  font-weight: bold;
}

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

.margin-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.center {
  display: block;
  text-align: center;
}

.center-margin {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  display: block;
  text-align: center;
}

.continue_floating_button {
  position: fixed !important;
  z-index: 3;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: var(--brand-button-background-color);
  border: none;
  outline: none;
  color: var(--brand-button-text-color);
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 70px; /*perchè su mobile altrimenti è parzialmente nascosto*/
  right: 20px;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1.4s;
}

@-webkit-keyframes run {
  0% {
    right: 0px;
  }
  50% {
    right: 20px;
  }
  100% {
    right: 0px;
  }
}
.booking-place-offers {
  background: var(--brand-page-background-color);
  max-width: 500px;
  border-radius: 10px;
  border: 2px solid #F0F0F0;
  padding: 5px;
  margin: 0 4px;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}

.scrollmenuitem {
  display: inline-block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

.locale-nome-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.locale-nome-container .locale-nome {
  text-align: center;
  font-size: x-large;
}

.e-file-clear-btn, .e-file-upload-btn, .e-upload-browse-btn {
  margin: 0px !important;
  margin-bottom: 10px !important;
}

.theme-editor-container .association-container {
  border: 1px solid #ccc !important;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.theme-editor-container .association-container .delete-button {
  width: 30px;
}
.theme-editor-container .add-button {
  margin-top: 10px;
  margin-bottom: 5px;
}
.theme-editor-container .save-button {
  margin-top: 5px;
  margin-bottom: 5px;
}

#map {
  height: 300px;
}

.leaflet-touch .leaflet-bar a {
  color: var(--brand-text-primary-color) !important;
  background-color: var(--brand-page-background-color) !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background-color: var(--brand-page-background-color) !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.8; /* Firefox */
}

.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
  width: 32px;
}

.e-dialog .e-icon-dlg-close {
  opacity: 1;
}

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

.rounded {
  border-radius: 10px;
}

.e-grid .e-unboundcelldiv > button {
  width: auto;
}

.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay {
  opacity: 0.6;
}

.e-toolbar-item {
  width: auto;
}

button {
  text-overflow: ellipsis !important;
  overflow-x: hidden;
}

.errorUI {
  color: black !important;
  background-color: white !important;
}
.errorUI a {
  color: black !important;
  background-color: white !important;
}

.icon {
  width: 64px;
  border-radius: 50%;
}

.book-component-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.touch-icon {
  padding: 5px;
  display: block;
}

.sidebar-close {
  font-size: x-large;
  float: right;
}

.e-sidebar {
  max-width: 80vw !important;
}

.right-sidebar-container {
  margin: 15px;
}

.cart-text-container {
  display: inline-block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-text-container .label {
  float: left;
  text-align: left;
  font-size: large;
  font-weight: bold;
}
.cart-text-container .value {
  float: right;
  text-align: right;
  font-size: large;
}

.card-icon {
  display: block;
  padding: 5px;
}

.categories-list-container {
  margin-top: 15px;
  margin-bottom: 5px;
}

.products-list-container {
  margin-top: 15px;
  margin-bottom: 5px;
  overflow: scroll;
  height: 80vh;
}

.products-list-item-container {
  padding: 0px;
}

.place-list-container {
  height: 150px;
  position: relative;
  margin-top: -3px;
  background-size: cover;
  background-position: center;
  height: 100%;
  /* Style the submit button */
  /* Clear floats */
}
.place-list-container h1, .place-list-container h2, .place-list-container h3, .place-list-container p, .place-list-container span, .place-list-container label {
  color: var(--brand-text-primary-color);
}
.place-list-container .place-list-container-div {
  height: 55vh;
}
.place-list-container .partner-autocomplete-container span {
  width: 70% !important;
}
.place-list-container .partner-autocomplete-container .partner-button-submit {
  background-color: var(--brand-button-background-color) !important;
  color: var(--brand-button-text-color) !important;
  margin-left: 5px;
  width: 20% !important;
  height: 48px;
}
.place-list-container div.partner-autocomplete-container > span {
  height: 47px !important;
  padding: 10px !important;
  font-size: 17px !important;
  border: 1px solid #d9d6d6 !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  float: left !important;
}
.place-list-container div.partner-autocomplete-container button {
  float: left;
  width: 20%;
  padding: 10px;
  color: white;
  font-size: 17px;
  border: 1px solid #d9d6d6;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-radius: 10px;
}
.place-list-container div.partner-autocomplete-container button:hover {
  background: #0b7dda;
}
.place-list-container div.partner-autocomplete-container::after {
  content: "";
  clear: both;
  display: table;
}

.partner-detail-container {
  overflow-y: scroll;
  height: 70%;
}

.booking-list-breadcrumb.long-breadcrumb {
  height: 30%;
}

.row {
  margin-bottom: 20px;
  margin-top: 0px;
}

.event-container-card-outside {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.event-container-card {
  width: 100%;
  max-width: 400px !important;
  min-height: 150px !important;
  background-color: var(--brand-card-background-color);
  padding-left: 0px !important;
  padding-right: 0px !important;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: -1px 15px 9px -9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 15px 9px -9px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: -1px 15px 9px -9px rgba(0, 0, 0, 0.2);
  animation-name: containerAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -moz-animation-name: containerAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: forwards;
}

.event-container-card .container-img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.event-container-card .container-img img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
  display: block;
  /*min-height: 100px;*/
  height: 180px !important;
}

.event-container-card .container-info {
  min-height: 70px;
  padding: 5px 5px 10px;
  font-weight: normal;
  color: black;
}

.event-card-text {
  color: var(--brand-card-text-color) !important;
}

.event-container-card .container-info .month {
  /*color: red !important;*/
}

@keyframes containerAnimation {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.containerAnimation {
  animation-name: containerAnimation;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -moz-animation-name: containerAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-fill-mode: forwards;
}

.events-container-serata-dettaglio .price-quantity {
  border-radius: 10px;
}
.events-container-serata-dettaglio .event-info-section {
  margin-top: 15px;
}
.events-container-serata-dettaglio .video-iframe {
  width: 100%;
  height: 300px;
}
.events-container-serata-dettaglio .image {
  border-radius: 10px;
  width: 100%;
  display: block;
  min-height: 100px;
  max-height: 60vh;
}
.events-container-serata-dettaglio .stacked-element {
  margin-top: 15px;
}
.events-container-serata-dettaglio .btn-default {
  width: 100%;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 10px 0 !important;
  animation-name: buttonAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.events-container-serata-dettaglio .description-text {
  font-style: italic;
  font-size: smaller;
}
.events-container-serata-dettaglio .purchase-button {
  width: 100%;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 10px 0 !important;
  margin-bottom: 35px !important;
  animation-name: buttonAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  background-color: var(--brand-button-background-color);
  color: var(--brand-button-text-color);
}
.events-container-serata-dettaglio .card-info {
  background-color: var(--brand-card-detail-background-color) !important;
  color: var(--brand-card-detail-text-color) !important;
  border-radius: 10px !important;
  padding: 20px;
  box-shadow: 0px 13px 15px -12px #000080;
  margin-bottom: 20px;
}
.events-container-serata-dettaglio .card-info .title {
  font-weight: bold;
}
.events-container-serata-dettaglio .card-info .description {
  margin-bottom: 45px;
}
.events-container-serata-dettaglio .card-detail-text {
  color: var(--brand-card-detail-text-color) !important;
}
.events-container-serata-dettaglio .card-detail-text > p {
  color: var(--brand-card-detail-text-color) !important;
}
.events-container-serata-dettaglio .card-detail-text > span {
  color: var(--brand-card-detail-text-color) !important;
}
.events-container-serata-dettaglio .card-detail-text > h1 {
  color: var(--brand-card-detail-text-color) !important;
}
.events-container-serata-dettaglio .total-label {
  text-align: center;
}
.events-container-serata-dettaglio .container-prices .tickets-label {
  text-align: center;
  text-transform: uppercase;
}
.events-container-serata-dettaglio .container-prices .inner-container-prices {
  margin-top: 20px;
  margin-bottom: 10px;
}
.events-container-serata-dettaglio .container-prices .card-price {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #dadada;
  margin-bottom: 30px;
  /*background: transparent;*/
  background-color: var(--brand-card-detail-background-color) !important;
}
.events-container-serata-dettaglio .container-prices .card-price .amount {
  text-align: center;
  margin-bottom: 20px;
}
.events-container-serata-dettaglio .container-prices .card-price .title {
  margin-bottom: 20px;
}
.events-container-serata-dettaglio .products-container {
  height: 300px;
  overflow-y: auto;
}

/*bottone TICKETS in fondo*/
.container-tickets-button {
  color: var(--brand-button-text-color);
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.container-tickets-button a {
  background-color: var(--brand-button-background-color) !important;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .container-tickets-button {
    bottom: 55px;
    right: 55px;
    width: 100px;
  }
}
.events-container-serata-dettaglio-tickets {
  margin-top: 10px;
  max-width: 450px; /*altrimenti sforma il QRCode*/
}
.events-container-serata-dettaglio-tickets .btn-default {
  width: 100%;
  padding: 10px 20px !important;
  border-radius: 10px !important;
  text-transform: uppercase !important;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  margin: 10px 0 !important;
  animation-name: buttonAnimation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.events-container-serata-dettaglio-tickets .event-title {
  font-weight: bold;
  text-align: center;
}
.events-container-serata-dettaglio-tickets .card-info {
  /*background-color: #ffffff30 !important;*/
  border-radius: 10px !important;
  padding: 20px;
  box-shadow: 0px 13px 15px -12px #000080;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.events-container-serata-dettaglio-tickets .card-info .container-row {
  display: block !important;
}
.events-container-serata-dettaglio-tickets .card-info .container-row .image-container {
  display: flex;
  align-content: center;
  justify-content: center;
}
.events-container-serata-dettaglio-tickets .card-info .container-row .image {
  border-radius: 10px;
  width: auto;
  display: block;
  min-height: 100px;
  max-height: 300px;
}
.events-container-serata-dettaglio-tickets .card-info .description {
  margin-bottom: 45px;
}
.events-container-serata-dettaglio-tickets .card-info .key-value-text h4 {
  font-weight: bold;
}
.pr-detail-container .list-name-input {
  margin-top: 5px;
  margin-bottom: 5px;
}
.pr-detail-container .save-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.events-container-scanner {
  margin-top: 10px;
}
.events-container-scanner .col {
  padding-left: 5px;
  padding-right: 5px;
}
.events-container-scanner .e-btn {
  min-height: 60px;
  min-width: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.events-container-scanner p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.events-container-scanner .scanner-preview {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 
  Fonts
*/
@font-face {
  font-family: "ico";
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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sAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbABRWMjIFhiGyFZY7ABRWJgIy4jICA8ijgjIVktsDUssAAWILAIQyAuRyNHI2EgYLAgYGawgGIjICA8ijgtsDYsIyAuRrACJUZSWCA8WS6xJgEUKy2wNywjIC5GsAIlRlBYIDxZLrEmARQrLbA4LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrEmARQrLbA5LLAwKyMgLkawAiVGUlggPFkusSYBFCstsDossDEriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSYBFCuwBEMusCYrLbA7LLAAFrAEJbAEJiAuRyNHI2GwBkUrIyA8IC4jOLEmARQrLbA8LLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAZFKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7CAYmAgsAArIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbCAYmGwAiVGYTgjIDwjOBshICBGI0ewACsjYTghWbEmARQrLbA9LLAwKy6xJgEUKy2wPiywMSshIyAgPLAEI0IjOLEmARQrsARDLrAmKy2wPyywABUgR7AAI0KyAAEBFRQTLrAsKi2wQCywABUgR7AAI0KyAAEBFRQTLrAsKi2wQSyxAAEUE7AtKi2wQiywLyotsEMssAAWRSMgLiBGiiNhOLEmARQrLbBELLAII0KwQystsEUssgAAPCstsEYssgABPCstsEcssgEAPCstsEgssgEBPCstsEkssgAAPSstsEossgABPSstsEsssgEAPSstsEwssgEBPSstsE0ssgAAOSstsE4ssgABOSstsE8ssgEAOSstsFAssgEBOSstsFEssgAAOystsFIssgABOystsFMssgEAOystsFQssgEBOystsFUssgAAPistsFYssgABPistsFcssgEAPistsFgssgEBPistsFkssgAAOistsFossgABOistsFsssgEAOistsFwssgEBOistsF0ssDIrLrEmARQrLbBeLLAyK7A2Ky2wXyywMiuwNystsGAssAAWsDIrsDgrLbBhLLAzKy6xJgEUKy2wYiywMyuwNistsGMssDMrsDcrLbBkLLAzK7A4Ky2wZSywNCsusSYBFCstsGYssDQrsDYrLbBnLLA0K7A3Ky2waCywNCuwOCstsGkssDUrLrEmARQrLbBqLLA1K7A2Ky2wayywNSuwNystsGwssDUrsDgrLbBtLCuwCGWwAyRQeLABFTAtAAAAS7gAyFJYsQEBjlm5CAAIAGMgsAEjRLADI3CyBCgJRVJEsgoCByqxBgFEsSQBiFFYsECIWLEGA0SxJgGIUVi4BACIWLEGAURZWVlZuAH/hbAEjbEFAEQAAA==") format("truetype");
}
/*
  Globals
*/
body {
  margin: 0;
}

/*
  Menu
*/
nav#slide-menu .menu-image {
  width: 100%;
  max-height: 30vh;
  margin-bottom: 10px;
}

nav#slide-menu {
  background-color: var(--brand-bar-background-color);
  z-index: 10;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  display: block;
  float: left;
  width: 100%;
  max-width: 284px;
  height: 100%;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
nav#slide-menu .slide-menu-item {
  font-family: e-icons, var(--font-family);
  color: var(--brand-bar-text-color) !important;
}
nav#slide-menu > ul {
  display: block;
  margin: 40px;
  padding: 0;
  list-style: none;
  opacity: 0.5;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
nav#slide-menu > ul a {
  text-decoration: none;
  text-transform: uppercase;
}
nav#slide-menu > ul li {
  color: #dfe5eb;
  padding: 15px 0;
  cursor: pointer;
}
nav#slide-menu > ul li:hover {
  color: #59e9df;
}
nav#slide-menu > ul li:before {
  font-family: "ico";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  color: #59e9df;
  margin-right: 12px;
  text-align: center;
  font-variant: normal;
  font-size: 0.75em;
  text-transform: none;
  line-height: 1em;
}
nav#slide-menu > ul li.sep {
  margin-top: 7px;
  padding-top: 14px;
  border-top: 1px solid #6b7b8d;
}
nav#slide-menu > ul li.timeline:before {
  content: "\e805";
}
nav#slide-menu > ul li.events:before {
  content: "\e802";
}
nav#slide-menu > ul li.calendar:before {
  content: "\e800";
}
nav#slide-menu > ul li.settings:before {
  content: "\e803";
}
nav#slide-menu > ul li.logout:before {
  content: "\e804";
}

body.menu-active nav#slide-menu {
  left: 0px;
}

body.menu-active nav#slide-menu ul {
  left: 0px;
  opacity: 1;
}

/*
  Content
*/
div#content {
  overflow: auto;
  height: 100%; /*90%*/
}

main#content {
  overflow: auto;
  height: 100%;
}

div#main-body-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

div#content-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*NAVIGATION BAR*/
  /*padding-top: 60px;
  background-color: var(--brand-bar-background-color);*/
  /*end of NAVIGATION BAR*/
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -3px 0 6px #4a5562;
  -webkit-box-shadow: -3px 0 6px #4a5562;
  box-shadow: -3px 0 6px #4a5562;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background-color: var(--brand-page-background-color);
  background-image: var(--brand-page-background-image);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
div#content-wrapper div.menu-trigger {
  z-index: 99999;
  position: fixed;
  top: 1px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: #dfe5eb;
  cursor: pointer;
  border-radius: 5px;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
div#content-wrapper div.menu-trigger:before {
  content: "\e801";
  display: inline-block;
  width: 36px;
  height: 36px;
  color: black;
  font-family: "ico";
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  text-transform: none;
  line-height: 36px;
}
div#content-wrapper div.menu-trigger:hover {
  background: #556270;
}
div#content-wrapper div.menu-trigger:hover:before {
  color: #fcfeff;
}

body.menu-active div#content {
  left: 284px;
  border-radius: 7px 0 0 7px;
}

body.menu-active div#content .menu-trigger {
  left: 294px;
}

.event-page-container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 750px;
  /*al centro*/
  margin-left: auto;
  margin-right: auto;
}

.fullscreen-main-content .e-headercell {
  vertical-align: central;
}
.fullscreen-main-content .e-tab .e-tab-header .e-toolbar-item {
  background-color: white !important;
}
.fullscreen-main-content .e-tab {
  border: 1px solid #ccc !important;
  padding: 10px;
}

.events-profile-image {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
}

.qrcode-image {
  height: 250px;
  border-radius: 20px;
}

.scanner-button {
  padding: 5px;
  font-size: xxx-large;
  color: var(--brand-button-background-color);
}

.scanner-preview {
  visibility: hidden;
}

.e-datetime-container, .e-ddl {
  min-width: 180px;
}

.e-input-group.text {
  min-width: 250px;
}

.guest-container {
  display: flex;
}

.guest-button {
  width: 40px !important;
}

.guest-btn-salva {
  width: 100px;
}

.guest-check {
  min-width: 50px;
  margin: 10px;
}

.guest-input {
  width: 60% !important;
  margin: 10px;
}

.events-reports-page #reports-container-toggle {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}
.events-reports-page #reports-container-toggle .button {
  width: 100px !important;
}

.chatContainer body, .chatContainer html {
  height: 100%;
  margin: 0;
  background: #7F7FD5;
  background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
  background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
}
.chatContainer .chat {
  margin-top: auto;
  margin-bottom: auto;
}
.chatContainer .message-list {
  max-height: 400px; /*70vh*/
  overflow-y: auto;
}
.chatContainer .rounded-circle {
  border-radius: 50% !important;
}
.chatContainer .card {
  border-radius: 15px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.chatContainer .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.chatContainer .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.chatContainer .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.chatContainer .contacts_body {
  padding: 0.75rem 0 !important;
  overflow-y: auto;
  white-space: nowrap;
}
.chatContainer .msg_card_body {
  /*overflow-y: auto;*/
}
.chatContainer .card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
}
.chatContainer .card-footer {
  border-radius: 0 0 15px 15px !important;
  border-top: 0 !important;
}
.chatContainer .container {
  align-content: center;
}
.chatContainer .search {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
}
.chatContainer .search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.chatContainer .type_msg {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  height: 60px !important;
  overflow-y: auto;
}
.chatContainer .type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.chatContainer .attach_btn {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.chatContainer .send_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.chatContainer .search_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.chatContainer .contacts {
  list-style: none;
  padding: 0;
}
.chatContainer .contacts li {
  width: 100% !important;
  padding: 5px 10px;
  margin-bottom: 15px !important;
}
.chatContainer .active {
  background-color: rgba(0, 0, 0, 0.3);
}
.chatContainer .user_img {
  height: 70px;
  width: 70px;
  border: 1.5px solid #f5f6fa;
}
.chatContainer .user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}
.chatContainer .img_cont {
  position: relative;
  height: 70px;
  width: 70px;
}
.chatContainer .img_cont_msg {
  height: 40px;
  width: 40px;
}
.chatContainer .online_icon {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #4cd137;
  border-radius: 50%;
  bottom: 0.2em;
  right: 0.4em;
  border: 1.5px solid white;
}
.chatContainer .offline {
  background-color: #c23616 !important;
}
.chatContainer .user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.chatContainer .user_info span {
  font-size: 20px;
  color: white;
}
.chatContainer .user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.chatContainer .video_cam {
  margin-left: 50px;
  margin-top: 5px;
}
.chatContainer .video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.chatContainer .msg_container {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border-radius: 25px;
  background-color: #82ccdd;
  padding: 10px;
  position: relative;
}
.chatContainer .msg_container span {
  min-width: 100px;
}
.chatContainer .msg_container_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 25px;
  background-color: #78e08f;
  padding: 10px;
  position: relative;
}
.chatContainer .msg_container_send span {
  min-width: 100px;
}
.chatContainer .msg_time {
  position: absolute;
  left: 0;
  bottom: -15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.chatContainer .msg_time_send {
  position: absolute;
  right: 0;
  bottom: -15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.chatContainer .msg_head {
  position: relative;
}
.chatContainer #action_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.chatContainer .action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.chatContainer .action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.chatContainer .action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.chatContainer .action_menu ul li i {
  padding-right: 10px;
}
.chatContainer .action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .chatContainer .contacts_card {
    margin-bottom: 15px !important;
  }
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-list-item-container {
  background-color: var(--brand-card-background-color);
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.news-card-text {
  color: var(--brand-card-text-color) !important;
}

.news-list-title, .news-list-image {
  margin-top: auto;
  margin-bottom: auto;
}

.news-list-image {
  height: 100%;
  width: 100%;
}

.news-list-image-container {
  padding: 5px;
}

.news-list-body-container {
  padding-left: 0px;
  padding-right: 0px;
}

.news-list-header {
  max-height: 150px;
}

.news-list-title {
  text-align: end;
}

.news-list-timestamp {
  font-size: small;
}

.news-page-container {
  /*margin-top: 10px;*/
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
}
.news-page-container .col-1, .news-page-container .col-2, .news-page-container .col-3, .news-page-container .col-4, .news-page-container .col-5, .news-page-container .col-6, .news-page-container .col-7, .news-page-container .col-8, .news-page-container .col-9, .news-page-container .col-10, .news-page-container .col-11, .news-page-container .col-12, .news-page-container .col, .news-page-container .col-auto, .news-page-container .col-sm-1, .news-page-container .col-sm-2, .news-page-container .col-sm-3, .news-page-container .col-sm-4, .news-page-container .col-sm-5, .news-page-container .col-sm-6, .news-page-container .col-sm-7, .news-page-container .col-sm-8, .news-page-container .col-sm-9, .news-page-container .col-sm-10, .news-page-container .col-sm-11, .news-page-container .col-sm-12, .news-page-container .col-sm, .news-page-container .col-sm-auto, .news-page-container .col-md-1, .news-page-container .col-md-2, .news-page-container .col-md-3, .news-page-container .col-md-4, .news-page-container .col-md-5, .news-page-container .col-md-6, .news-page-container .col-md-7, .news-page-container .col-md-8, .news-page-container .col-md-9, .news-page-container .col-md-10, .news-page-container .col-md-11, .news-page-container .col-md-12, .news-page-container .col-md, .news-page-container .col-md-auto, .news-page-container .col-lg-1, .news-page-container .col-lg-2, .news-page-container .col-lg-3, .news-page-container .col-lg-4, .news-page-container .col-lg-5, .news-page-container .col-lg-6, .news-page-container .col-lg-7, .news-page-container .col-lg-8, .news-page-container .col-lg-9, .news-page-container .col-lg-10, .news-page-container .col-lg-11, .news-page-container .col-lg-12, .news-page-container .col-lg, .news-page-container .col-lg-auto, .news-page-container .col-xl-1, .news-page-container .col-xl-2, .news-page-container .col-xl-3, .news-page-container .col-xl-4, .news-page-container .col-xl-5, .news-page-container .col-xl-6, .news-page-container .col-xl-7, .news-page-container .col-xl-8, .news-page-container .col-xl-9, .news-page-container .col-xl-10, .news-page-container .col-xl-11, .news-page-container .col-xl-12, .news-page-container .col-xl, .news-page-container .col-xl-auto {
  padding-left: 2px;
  padding-right: 2px;
}

.news-detail-item {
  margin-left: auto;
  margin-right: auto;
  /*width: 250px;*/
}

.news-page-detail-container .card-info {
  background-color: var(--brand-card-background-color);
  border-radius: 10px !important;
  padding: 20px;
  box-shadow: 0px 13px 15px -12px #000080;
  margin-bottom: 20px;
}
.news-page-detail-container .card-info .text {
  color: var(--brand-card-text-color) !important;
}
.news-page-detail-container .card-info .text h1, .news-page-detail-container .card-info .text h2, .news-page-detail-container .card-info .text h3, .news-page-detail-container .card-info .text h4, .news-page-detail-container .card-info .text span, .news-page-detail-container .card-info .text p {
  color: var(--brand-card-text-color) !important;
}
.news-page-detail-container .card-info .title {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.news-page-detail-container .card-info .description {
  margin-bottom: 45px;
}
.news-page-detail-container .video-iframe {
  width: 80%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.news-page-detail-container .image {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  max-height: 400px;
  border-radius: 10px;
}

.match-page {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.match-page h3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.match-page .edit-container {
  text-align: center;
}
.match-page .note-partita .match-detail-text-container p {
  text-align: center;
}
.match-page .col, .match-page .col-6, .match-page .col-12, .match-page .col-4, .match-page .col-8 {
  padding-left: 2px;
  padding-right: 2px;
}
.match-page .match-detail-text-container {
  text-align: center;
}
.match-page .match-detail-text-container .match-detail-title {
  text-transform: uppercase;
}
.match-page .col-left .match-detail-text-container p {
  padding-left: 50px;
  text-align: left;
}
.match-page .col-right .match-detail-text-container p {
  padding-right: 50px;
  text-align: right;
}
.match-page .section-col.col-right {
  border-left-width: 2px;
  border-left-color: var(--text-primary-color);
  border-left-style: solid;
}
.match-page .e-control e-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.match-page .add-time {
  width: 200px;
}
.match-page .remove-time {
  width: 200px;
}
.match-page .line {
  border: 2px solid var(--text-primary-color);
}
.match-page .section-row {
  border-top: 2px solid var(--text-primary-color);
}

.match-page .match-tab {
  margin: 5px;
}
.match-page .e-tab a, .match-page .e-tab h1, .match-page .e-tab h2, .match-page .e-tab h3, .match-page .e-tab h4, .match-page .e-tab h5, .match-page .e-tab h6, .match-page .e-tab p, .match-page .e-tab span, .match-page .e-tab label, .match-page .e-tab header, .match-page .e-tab ul, .match-page .e-tab section, .match-page .e-tab div, .match-page .e-tab .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover, .match-page .e-tab .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon, .match-page .e-tab .e-tab-wrap {
  font-size: small !important;
}

.team-name {
  text-align: center;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.match-info-container {
  border-radius: 5px;
  padding: 10px;
}
.match-info-container .row {
  align-items: center;
}

.match-info {
  text-align: center;
}
.match-info .points {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: xx-large;
}
.match-info .referee {
  text-align: center;
}
.match-info .status {
  text-align: center;
  font-weight: bold;
}

.formazione .formazione-player span {
  text-align: center;
}
.formazione .formazione-player .numero {
  font-weight: bold;
}

.match-event-list {
  padding: 10px;
}

.match-event {
  margin-top: 15px;
  margin-bottom: 15px;
}
.match-event .left, .match-event .right {
  display: flex;
  align-items: center;
}
.match-event .right {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
.match-event .event-element {
  margin-left: 10px;
  margin-right: 10px;
}
.match-event span, .match-event p {
  font-size: large;
}
.match-event .icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.match-event .player-name {
  margin-left: 5px;
  margin-right: 5px;
  font-weight: bold;
}
.match-event .minute {
  font-weight: bold;
  width: 25px;
  text-align: center;
}

.team-icon {
  width: 100%;
  height: 150px;
}

.cart-card-box {
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ccc;
  height: auto;
  min-height: 140px;
  margin-bottom: 20px;
  display: flex;
}
.cart-card-box .cart-card-box-content {
  width: 100%;
  position: relative;
}
.cart-card-box .card-scrollmenuitem {
  vertical-align: unset; /*strano ma gli serve così*/
}
.cart-card-box .cart-card-price {
  float: right;
  color: #3E3E3E;
  transition: 0.3s;
}
.cart-card-box .cart-card-title {
  float: left;
  margin: 0;
  color: #464646;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  max-width: 65%;
}
.cart-card-box .cart-card-title p {
  text-decoration: none;
  color: #464646;
}
.cart-card-box .cart-card-title span {
  display: block;
  font-size: 11px;
  margin-top: 10px;
  color: #787878;
}
.cart-card-box .cart-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  position: inherit; /*non mettere absolute perchè altrimenti non calcola l'espandersi della descrizione*/
  background-color: transparent;
  width: 100%;
  padding-top: 10px;
}
.cart-card-box .cart-card-footer-item {
  margin: 0px 8px;
}
.cart-card-box .cart-card-scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}
.cart-card-box .cart-card-scrollmenuitem {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.cart-product-container {
  padding: 10px;
}
.cart-product-container .header {
  position: relative;
}
.cart-product-container .header img {
  width: 100%;
  height: 20vh;
  max-height: 150px;
}
.cart-product-container .header .actions {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  backface-visibility: hidden;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  /*background-color: hsla(120, 100%, 50%, 0.3);*/
  background-color: var(--brand-card-background-color);
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding-top: 10px;
  overflow: auto;
  white-space: nowrap;
}
.cart-product-container .header .actions .action-item {
  margin: 0px 8px;
}
.cart-product-container .header .actions .action-item span, .cart-product-container .header .actions .action-item button, .cart-product-container .header .actions .action-item a, .cart-product-container .header .actions .action-item i {
  color: var(--brand-card-text-color) !important;
}
.cart-product-container .header .actions .action-item button {
  background-color: transparent;
  min-width: 30px;
  min-height: 30px;
}
.cart-product-container p {
  text-align: center;
  font-weight: bold;
}
.cart-product-container .price {
  color: var(--brand-card-text-highlight-color) !important;
}

.modifica-prodotto-page .row {
  /*border: 1px solid #ddd;*/
  margin: 5px;
  padding: 2px;
  /*border-radius: 5px;*/
}
.modifica-prodotto-page .popup-control {
  min-width: 150px;
}
.modifica-prodotto-page .field {
  max-width: 250px;
}
.modifica-prodotto-page .e-switch-wrapper {
  min-width: 110px;
  max-width: 145px;
  height: 40px;
  float: right;
}

.payment-component-container button {
  width: 260px;
}

.scelta-prodotti-wizard-container {
  height: 100%;
  width: 100%;
  /*position: relative;*/
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.scelta-prodotti-wizard-container .e-tab {
  background-color: transparent;
  margin-top: unset;
  border: unset;
  overflow-y: hidden;
}
.scelta-prodotti-wizard-container .location-search-button {
  margin-top: 10px;
}

.griglia_prodotti .section-categoria-label {
  font-size: large;
}
.griglia_prodotti .categoria-container {
  height: 50px;
  border: 1px solid #ccc !important;
  border-radius: 10px;
}
.griglia_prodotti .categorie-scroll-menu {
  height: 55px;
}

.user-permissions-page .add-user {
  max-width: 150px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.user-permissions-component .details-button {
  width: 150px;
}

.cart-card-bg {
  height: 80px;
  background: #ddd;
  width: 130px;
  border-radius: 15px;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: auto;
  background-size: cover;
  background-position: center;
}

.cart-card-box {
  margin: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #ccc;
  height: auto;
  min-height: 140px;
  margin-bottom: 20px;
  display: flex;
  background-color: var(--brand-card-background-color);
}

.cart-card-box-content {
  width: 100%;
  position: relative;
}

.cart-card-price {
  float: right;
  color: #3E3E3E;
  transition: 0.3s;
  font-size: 15px;
}

.cart-card-title {
  color: var(--brand-card-text-color) !important;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  max-width: 65%;
}

.cart-card-title p {
  text-decoration: none;
  color: #464646;
  color: var(--brand-card-text-color) !important;
}

.cart-card-title span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: var(--brand-card-text-color) !important;
}

.card-box-desc {
  display: inline-block;
  color: var(--brand-card-text-color) !important;
}
.card-box-desc span {
  color: var(--brand-card-text-color) !important;
}

.card-info {
  background-color: var(--brand-card-background-color) !important;
  color: var(--brand-card-text-color) !important;
  border-radius: 10px !important;
}
.card-info .text, .card-info h1, .card-info h2, .card-info h3, .card-info h4, .card-info h5, .card-info span, .card-info p, .card-info label, .card-info section {
  color: var(--brand-card-text-color) !important;
}
.card-info .text p, .card-info .text span, .card-info .text label, .card-info h1 p, .card-info h1 span, .card-info h1 label, .card-info h2 p, .card-info h2 span, .card-info h2 label, .card-info h3 p, .card-info h3 span, .card-info h3 label, .card-info h4 p, .card-info h4 span, .card-info h4 label, .card-info h5 p, .card-info h5 span, .card-info h5 label, .card-info span p, .card-info span span, .card-info span label, .card-info p p, .card-info p span, .card-info p label, .card-info label p, .card-info label span, .card-info label label, .card-info section p, .card-info section span, .card-info section label {
  color: var(--brand-card-text-color) !important;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: unset !important;
  min-height: unset !important;
  background-color: unset !important;
  border-radius: 50px !important;
  /*
  height: 10px !important;
  width: 10px !important;
      */
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*theme*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  /*background: #D6D6D6;*/
  background: var(--brand-button-background-color);
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  /*background: #869791;*/
  background: var(--brand-button-background-color);
}

.carousel-thumbs-container {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.carousel-thumbs-container .carousel-thumb-image {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  margin-left: 25px;
  margin-right: 25px;
}
.carousel-thumbs-container .carousel-thumb-container {
  width: fit-content;
  position: relative;
}
.carousel-thumbs-container .carousel-thumb-container .carousel-thumb-button {
  position: absolute;
  left: 10px;
}

.carousel-image {
  width: 100%;
  height: unset;
  max-height: 500px;
}

.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text {
  color: unset !important;
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFF;
}

.color-linkedin {
  color: #0077B5 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
  color: #FFF;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFF;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #FFF;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFF;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
  color: #FFF;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #FFF;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #FFF;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #FFF;
}

.bg-youtube {
  background-color: red !important;
  color: #FFF;
}

.color-youtube {
  color: red !important;
}

/*Default Colors*/
.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

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

.color-red {
  color: red !important;
}

.border-transparent {
  border-color: transparent !important;
}

.e-btn:hover, .e-css.e-btn:hover {
  background-color: white !important;
  color: black !important;
}

.e-btn.e-primary:hover, .e-css.e-btn.e-primary:hover {
  background-color: #0d6efd !important;
  border-color: #0a58ca !important;
  box-shadow: none;
  color: #fff !important;
}

.appkit-page {
  /*CUSTOM*/
  /*altrimenti se metti la barra in alto usa
      margin-top: -20px; */
  /* margin-bottom: -30px;
  */
  /*
  .stepper {
      .stepper-sub, .stepper-add {
          width: 50px !important;
          height: 50px !important;
          text-align: center !important;
          line-height: 7 !important;
      }
  }
      */
  /*END CUSTOM*/
  /*START BOOTSTRAP 5*/
  /*END BOOTSTRAP 5*/
  /*Typography Settings*/
  /*Page Stucture Settings*/
  /*Content Boxes*/
  /*Logos*/
  /* Generating Color Pack*/
  /*Default Highlight Colors*/
  /*--Header---*/
  /*Page Titles*/
  /*Appkit 2.7*/
  /*-Footer Menu-*/
  /*Menus & Action Sheets & Modals*/
  /*--Menu System---*/
  /*Menu Update*/
  /*Menu Design*/
  /*Menu*/
  /*Utility / Secondary Classes*/
  /*Rounded Borders*/
  /*Shadows*/
  /*Borders*/
  /*Line Height Control*/
  /*Text Shadow*/
  /*Boxed Text*/
  /*Font Weights*/
  /*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
  /*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
  /*Rotate*/
  /*Scaling Animation*/
  /*Control Classes*/
  /*Card Full Left & Right*/
  /*Prealoder*/
  /*Buttons*/
  /*Accordion Settings*/
  /*Offline Detector*/
  /*---Added to Home---*/
  /*Ads*/
  /*Scroll Fixed Ads*/
  /*Notifications*/
  /*Back to Top*/
  /*Extending Cards Features*/
  /*Card Effects*/
  /*Card Full Left & Right*/
  /*Card Effects*/
  /*Chips*/
  /*Dividers*/
  /*Custom Switches*/
  /*iOS Switcher*/
  /*Android Switcher*/
  /*Classic Switcher*/
  /*---Checkboxes & Radios---*/
  /*Font Awesome Default*/
  /*File Upload*/
  /*Remove Number Arrows*/
  /*Range Sliders*/
  /*List Groups*/
  /*Badge Text in Lists*/
  /*List Groups*/
  /*Todo List*/
  /*Pricing*/
  /*Toasts*/
  /*Snackbars*/
  /*Pagination*/
  /*Search*/
  /*Tabs*/
  /*Working Hours*/
  /*Responsive Videos and iframes*/
  /*--Footer--*/
  /*Owl Carousel Buttons*/
  /*PageApp Calendar*/
  /*-Pageapp Chat-*/
  /*Contact Form*/
  /*Map Full*/
  /*Collection*/
  /*Gallery Views*/
  /*Page Timeline*/
  /*Timeline Center*/
  /*Interests Page*/
  /*Page VCard*/
  /*Gradient Adjustments*/
  /*Basic Colors*/
  /*Main Color Settings*/
  /*Hide Show Based on Color Scheme*/
  /*Dark Theme Settings*/
  /*Styles used to showcase the demo product on ThemeForest and create backgrounds. These can be deleted to increase speed of loading*/
  /*Demo Colors*/
  /*Highlight Changer*/
}
.appkit-page .input-style.no-borders.input-style-always-active label {
  top: -25px;
  background-color: transparent !important;
}
.appkit-page .events-container {
  margin-top: 30px;
}
.appkit-page .theme-container {
  min-height: 100vh;
}
.appkit-page .light-theme {
  background-color: white !important;
  color: black !important;
}
.appkit-page .light-theme span, .appkit-page .light-theme h1, .appkit-page .light-theme h2, .appkit-page .light-theme h3, .appkit-page .light-theme h4, .appkit-page .light-theme h5, .appkit-page .light-theme h6, .appkit-page .light-theme input, .appkit-page .light-theme textarea, .appkit-page .light-theme i, .appkit-page .light-theme a {
  color: black !important;
}
.appkit-page .theme-dark div > label {
  color: #FFF !important;
  background-color: transparent !important;
}
.appkit-page .e-dialog {
  /*
  button {
      width: 100%;
  }
      */
}
.appkit-page .e-dialog .card-info {
  background-color: transparent !important;
}
.appkit-page .e-dialog .row {
  margin-bottom: 5px !important;
}
.appkit-page .e-dialog .e-input-group, .appkit-page .e-dialog .e-input-group.e-control-wrapper, .appkit-page .e-dialog .e-float-input, .appkit-page .e-dialog .e-float-input.e-input-group, .appkit-page .e-dialog .e-float-input.e-control-wrapper, .appkit-page .e-dialog .e-float-input.e-input-group.e-control-wrapper, .appkit-page .e-dialog .e-input-group-icon {
  background-color: unset !important;
}
.appkit-page .theme-dark button {
  color: white;
}
.appkit-page button .btn-full {
  width: 100%;
}
.appkit-page .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, .appkit-page .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle {
  stroke-width: 4;
}
.appkit-page .e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, .appkit-page .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 {
  stroke: white !important;
}
.appkit-page .e-input-group, .appkit-page .e-input-group.e-control-wrapper, .appkit-page .e-float-input, .appkit-page .e-float-input.e-input-group, .appkit-page .e-float-input.e-control-wrapper, .appkit-page .e-float-input.e-input-group.e-control-wrapper, .appkit-page .e-input-group-icon {
  border-radius: 10px;
}
.appkit-page .e-popup-top {
  border-radius: 10px !important;
}
.appkit-page .e-popup-top .e-input-group, .appkit-page .e-popup-top .e-input-group.e-control-wrapper, .appkit-page .e-popup-top .e-float-input, .appkit-page .e-popup-top .e-float-input.e-input-group, .appkit-page .e-popup-top .e-float-input.e-control-wrapper, .appkit-page .e-popup-top .e-float-input.e-input-group.e-control-wrapper, .appkit-page .e-popup-top .e-input-group-icon {
  border-radius: 10px;
}
.appkit-page .e-popup-top button {
  margin-top: 10px;
  width: 100%;
}
.appkit-page .btn-full {
  width: 100%;
}
.appkit-page .spacer {
  margin-top: 100px;
  height: 1px;
}
.appkit-page .card-container {
  margin: 0 auto;
  max-width: 330px; /*altrimenti sui desktop e tablet le img vengono allungate*/
}
.appkit-page .gncontinue_button {
  width: auto !important;
  z-index: 3;
  height: 60px;
  border-radius: 100%;
  border: none;
  outline: none;
  font-size: 36px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-left: auto;
  margin-right: auto;
  /*
  position: fixed;
  bottom: 70px;
  right: auto;
  left: auto;
  */
  background: #334aff !important;
  color: white !important;
}
.appkit-page .gncontinue_floating_button {
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1.4s;
}
.appkit-page .user-container {
  margin-top: 30px;
}
.appkit-page .event-container {
  max-width: 500px;
  margin: 0 auto;
}
.appkit-page .event-container-card, .appkit-page .card-info {
  background-color: #0f1117 !important; /*temporaneo*/
}
.appkit-page .description {
  color: white;
}
.appkit-page .gn-price-selector a {
  border: 1px solid black !important;
  border-radius: 10px;
}
.appkit-page .gn-price-title {
  margin-top: 1px;
}
.appkit-page .gn-price-description {
  font-size: small;
}
.appkit-page .w-100 {
  width: 100% !important;
}
.appkit-page .stepper {
  margin-right: 10px;
}
.appkit-page .stepper-sub, .appkit-page .stepper-add {
  font-size: medium !important;
}
.appkit-page .rounded-circle {
  border-radius: 50% !important;
}
.appkit-page .me-3 {
  margin-right: 1rem !important;
}
.appkit-page body {
  font-size: 13px;
  font-family: "Roboto", sans-serif !important;
  line-height: 24px !important;
  color: #727272 !important;
  background-color: #eef2f1;
}
.appkit-page h1, .appkit-page h2, .appkit-page h3, .appkit-page h4, .appkit-page h5, .appkit-page h6 {
  font-weight: 700;
  color: #1f1f1f;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.8px;
}
.appkit-page h1 {
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 5px;
}
.appkit-page h2 {
  font-size: 21px;
  line-height: 25px;
}
.appkit-page h3 {
  font-size: 20px;
  line-height: 24px;
}
.appkit-page h4 {
  font-size: 18px;
  line-height: 23px;
}
.appkit-page h5 {
  font-size: 16px;
  line-height: 22px;
}
.appkit-page a {
  text-decoration: none !important;
}
.appkit-page p {
  color: #727272;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.appkit-page body {
  min-height: 60vh;
}
.appkit-page .notch-clear {
  padding-top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .notch-push {
  transform: translateY(-150%) !important;
  top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page #page {
  position: relative;
  min-height: 60vh;
}
.appkit-page .page-content {
  overflow-x: hidden;
  transition: all 300ms ease;
  z-index: 90;
  padding-bottom: 80px;
  padding-bottom: calc(80px + constant(safe-area-inset-bottom) * 1.1);
  padding-bottom: calc(80px + env(safe-area-inset-bottom) * 1.1);
}
.appkit-page .content-box {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
}
.appkit-page .content {
  margin: 20px 15px 20px 15px;
}
.appkit-page .content p:last-child {
  margin-bottom: 0px;
}
.appkit-page .content-full {
  margin: 0px;
}
.appkit-page .content-boxed {
  padding: 20px 15px 0px 15px;
}
.appkit-page .header-logo {
  background-size: 28px 28px;
  width: 50px;
}
.appkit-page .footer .footer-logo {
  background-size: 80px 80px;
  height: 80px !important;
  margin-bottom: 20px !important;
}
.appkit-page .theme-light .header .header-logo {
  background-image: url(../images/preload-logo.png);
}
.appkit-page .theme-dark .header .header-logo {
  background-image: url(../images/preload-logo.png);
}
.appkit-page .theme-light .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}
.appkit-page .theme-dark .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}
.appkit-page .color-highlight {
  color: #0d6efd !important;
}
.appkit-page .bg-highlight {
  background-color: #0d6efd !important;
  color: #FFF !important;
}
.appkit-page .bg-highlight * {
  background-color: #0d6efd !important;
  color: #FFF !important;
}
.appkit-page .border-highlight {
  border-color: #0d6efd !important;
}
.appkit-page .gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #0d6efd) !important;
  color: #FFF;
}
.appkit-page .color-highlight-light {
  color: #5D9CEC !important;
}
.appkit-page .bg-highlight-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-highlight-dark {
  background-color: !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-highlight-light {
  background-color: !important;
  color: #FFF !important;
}
.appkit-page .color-highlight-dark {
  color: #0d6efd !important;
}
.appkit-page .color-icon-highlight {
  stroke: #0d6efd !important;
  fill: !important;
}
.appkit-page .bg-highlight-dark {
  background-color: #0d6efd !important;
  color: #FFF !important;
}
.appkit-page .border-highlight-light {
  border-color: #5D9CEC !important;
}
.appkit-page .border-highlight-dark {
  border-color: #0d6efd !important;
}
.appkit-page .focus-highlight:focus {
  border-color: #0d6efd !important;
}
.appkit-page .gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #0d6efd);
}
.appkit-page .color-green-light {
  color: #A0D468 !important;
}
.appkit-page .bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-green-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-green-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-green-dark {
  color: #8CC152 !important;
}
.appkit-page .color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}
.appkit-page .bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}
.appkit-page .border-green-light {
  border-color: #A0D468 !important;
}
.appkit-page .border-green-dark {
  border-color: #8CC152 !important;
}
.appkit-page .focus-green:focus {
  border-color: #8CC152 !important;
}
.appkit-page .gradient-green {
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}
.appkit-page .color-grass-light {
  color: #34cc73 !important;
}
.appkit-page .bg-grass-light {
  background-color: #34cc73 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-grass-dark {
  background-color: rgba(140, 193, 82, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-grass-light {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-grass-dark {
  color: #2ABA66 !important;
}
.appkit-page .color-icon-grass {
  stroke: #2ABA66 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}
.appkit-page .bg-grass-dark {
  background-color: #2ABA66 !important;
  color: #FFF !important;
}
.appkit-page .border-grass-light {
  border-color: #34cc73 !important;
}
.appkit-page .border-grass-dark {
  border-color: #2ABA66 !important;
}
.appkit-page .focus-grass:focus {
  border-color: #2ABA66 !important;
}
.appkit-page .gradient-grass {
  background-image: linear-gradient(to bottom, #34cc73, #2ABA66);
}
.appkit-page .color-red-light {
  color: #ED5565 !important;
}
.appkit-page .bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-red-dark {
  background-color: rgba(218, 68, 83, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-red-light {
  background-color: rgba(218, 68, 83, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-red-dark {
  color: #DA4453 !important;
}
.appkit-page .color-icon-red {
  stroke: #DA4453 !important;
  fill: rgba(218, 68, 83, 0.3) !important;
}
.appkit-page .bg-red-dark {
  background-color: #DA4453 !important;
  color: #FFF !important;
}
.appkit-page .border-red-light {
  border-color: #ED5565 !important;
}
.appkit-page .border-red-dark {
  border-color: #DA4453 !important;
}
.appkit-page .focus-red:focus {
  border-color: #DA4453 !important;
}
.appkit-page .gradient-red {
  background-image: linear-gradient(to bottom, #ED5565, #DA4453);
}
.appkit-page .color-orange-light {
  color: #FC6E51 !important;
}
.appkit-page .bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-orange-dark {
  background-color: rgba(233, 87, 63, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-orange-light {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-orange-dark {
  color: #E9573F !important;
}
.appkit-page .color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}
.appkit-page .bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}
.appkit-page .border-orange-light {
  border-color: #FC6E51 !important;
}
.appkit-page .border-orange-dark {
  border-color: #E9573F !important;
}
.appkit-page .focus-orange:focus {
  border-color: #E9573F !important;
}
.appkit-page .gradient-orange {
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}
.appkit-page .color-yellow-light {
  color: #FFCE54 !important;
}
.appkit-page .bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-yellow-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-yellow-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-yellow-dark {
  color: #F6BB42 !important;
}
.appkit-page .color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}
.appkit-page .bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}
.appkit-page .border-yellow-light {
  border-color: #FFCE54 !important;
}
.appkit-page .border-yellow-dark {
  border-color: #F6BB42 !important;
}
.appkit-page .focus-yellow:focus {
  border-color: #F6BB42 !important;
}
.appkit-page .gradient-yellow {
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}
.appkit-page .color-sunny-light {
  color: #f0b31b !important;
}
.appkit-page .bg-sunny-light {
  background-color: #f0b31b !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-sunny-dark {
  background-color: rgba(246, 187, 66, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-sunny-light {
  background-color: rgba(246, 187, 66, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-sunny-dark {
  color: #d99914 !important;
}
.appkit-page .color-icon-sunny {
  stroke: #d99914 !important;
  fill: rgba(246, 187, 66, 0.3) !important;
}
.appkit-page .bg-sunny-dark {
  background-color: #d99914 !important;
  color: #FFF !important;
}
.appkit-page .border-sunny-light {
  border-color: #f0b31b !important;
}
.appkit-page .border-sunny-dark {
  border-color: #d99914 !important;
}
.appkit-page .focus-sunny:focus {
  border-color: #d99914 !important;
}
.appkit-page .gradient-sunny {
  background-image: linear-gradient(to bottom, #f0b31b, #d99914);
}
.appkit-page .color-blue-light {
  color: #5D9CEC !important;
}
.appkit-page .bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-blue-dark {
  background-color: rgba(74, 137, 220, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-blue-light {
  background-color: rgba(74, 137, 220, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-blue-dark {
  color: #0d6efd !important;
}
.appkit-page .color-icon-blue {
  stroke: #0d6efd !important;
  fill: rgba(74, 137, 220, 0.3) !important;
}
.appkit-page .bg-blue-dark {
  background-color: #0d6efd !important;
  color: #FFF !important;
}
.appkit-page .border-blue-light {
  border-color: #5D9CEC !important;
}
.appkit-page .border-blue-dark {
  border-color: #0d6efd !important;
}
.appkit-page .focus-blue:focus {
  border-color: #0d6efd !important;
}
.appkit-page .gradient-blue {
  background-image: linear-gradient(to bottom, #5D9CEC, #0d6efd);
}
.appkit-page .color-teal-light {
  color: #A0CECB !important;
}
.appkit-page .bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-teal-dark {
  background-color: rgba(125, 177, 177, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-teal-light {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-teal-dark {
  color: #7DB1B1 !important;
}
.appkit-page .color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}
.appkit-page .bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}
.appkit-page .border-teal-light {
  border-color: #A0CECB !important;
}
.appkit-page .border-teal-dark {
  border-color: #7DB1B1 !important;
}
.appkit-page .focus-teal:focus {
  border-color: #7DB1B1 !important;
}
.appkit-page .gradient-teal {
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}
.appkit-page .color-mint-light {
  color: #48CFAD !important;
}
.appkit-page .bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-mint-dark {
  background-color: rgba(55, 188, 155, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-mint-light {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-mint-dark {
  color: #37BC9B !important;
}
.appkit-page .color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}
.appkit-page .bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}
.appkit-page .border-mint-light {
  border-color: #48CFAD !important;
}
.appkit-page .border-mint-dark {
  border-color: #37BC9B !important;
}
.appkit-page .focus-mint:focus {
  border-color: #37BC9B !important;
}
.appkit-page .gradient-mint {
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}
.appkit-page .color-pink-light {
  color: #EC87C0 !important;
}
.appkit-page .bg-pink-light {
  background-color: #EC87C0 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-pink-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-pink-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-pink-dark {
  color: #D770AD !important;
}
.appkit-page .color-icon-pink {
  stroke: #D770AD !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}
.appkit-page .bg-pink-dark {
  background-color: #D770AD !important;
  color: #FFF !important;
}
.appkit-page .border-pink-light {
  border-color: #EC87C0 !important;
}
.appkit-page .border-pink-dark {
  border-color: #D770AD !important;
}
.appkit-page .focus-pink:focus {
  border-color: #D770AD !important;
}
.appkit-page .gradient-pink {
  background-image: linear-gradient(to bottom, #EC87C0, #D770AD);
}
.appkit-page .color-pink2-light {
  color: #ff5982 !important;
}
.appkit-page .bg-pink2-light {
  background-color: #ff5982 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-pink2-dark {
  background-color: rgba(215, 112, 173, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-pink2-light {
  background-color: rgba(215, 112, 173, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-pink2-dark {
  color: #fb3365 !important;
}
.appkit-page .color-icon-pink2 {
  stroke: #fb3365 !important;
  fill: rgba(215, 112, 173, 0.3) !important;
}
.appkit-page .bg-pink2-dark {
  background-color: #fb3365 !important;
  color: #FFF !important;
}
.appkit-page .border-pink2-light {
  border-color: #ff5982 !important;
}
.appkit-page .border-pink2-dark {
  border-color: #fb3365 !important;
}
.appkit-page .focus-pink2:focus {
  border-color: #fb3365 !important;
}
.appkit-page .gradient-pink2 {
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}
.appkit-page .color-magenta-light {
  color: #AC92EC !important;
}
.appkit-page .bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-magenta-dark {
  background-color: rgba(150, 122, 220, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-magenta-light {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-magenta-dark {
  color: #967ADC !important;
}
.appkit-page .color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}
.appkit-page .bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}
.appkit-page .border-magenta-light {
  border-color: #AC92EC !important;
}
.appkit-page .border-magenta-dark {
  border-color: #967ADC !important;
}
.appkit-page .focus-magenta:focus {
  border-color: #967ADC !important;
}
.appkit-page .gradient-magenta {
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}
.appkit-page .color-brown-light {
  color: #BAA286 !important;
}
.appkit-page .bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-brown-dark {
  background-color: rgba(170, 142, 105, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-brown-light {
  background-color: rgba(170, 142, 105, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-brown-dark {
  color: #AA8E69 !important;
}
.appkit-page .color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.3) !important;
}
.appkit-page .bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}
.appkit-page .border-brown-light {
  border-color: #BAA286 !important;
}
.appkit-page .border-brown-dark {
  border-color: #AA8E69 !important;
}
.appkit-page .focus-brown:focus {
  border-color: #AA8E69 !important;
}
.appkit-page .gradient-brown {
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}
.appkit-page .color-gray-light {
  color: #e2e5ea !important;
}
.appkit-page .bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-gray-dark {
  background-color: rgba(170, 178, 189, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-gray-light {
  background-color: rgba(170, 178, 189, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-gray-dark {
  color: #AAB2BD !important;
}
.appkit-page .color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.3) !important;
}
.appkit-page .bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}
.appkit-page .border-gray-light {
  border-color: #e2e5ea !important;
}
.appkit-page .border-gray-dark {
  border-color: #AAB2BD !important;
}
.appkit-page .focus-gray:focus {
  border-color: #AAB2BD !important;
}
.appkit-page .gradient-gray {
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}
.appkit-page .color-aqua-light {
  color: #4FC1E9 !important;
}
.appkit-page .bg-aqua-light {
  background-color: #4FC1E9 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-aqua-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-aqua-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-aqua-dark {
  color: #3BAFDA !important;
}
.appkit-page .color-icon-aqua {
  stroke: #3BAFDA !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}
.appkit-page .bg-aqua-dark {
  background-color: #3BAFDA !important;
  color: #FFF !important;
}
.appkit-page .border-aqua-light {
  border-color: #4FC1E9 !important;
}
.appkit-page .border-aqua-dark {
  border-color: #3BAFDA !important;
}
.appkit-page .focus-aqua:focus {
  border-color: #3BAFDA !important;
}
.appkit-page .gradient-aqua {
  background-image: linear-gradient(to bottom, #4FC1E9, #3BAFDA);
}
.appkit-page .color-night-light {
  color: #222529 !important;
}
.appkit-page .bg-night-light {
  background-color: #222529 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-night-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-night-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-night-dark {
  color: #16181c !important;
}
.appkit-page .color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}
.appkit-page .bg-night-dark {
  background-color: #16181c !important;
  color: #FFF !important;
}
.appkit-page .border-night-light {
  border-color: #222529 !important;
}
.appkit-page .border-night-dark {
  border-color: #16181c !important;
}
.appkit-page .focus-night:focus {
  border-color: #16181c !important;
}
.appkit-page .gradient-night {
  background-image: linear-gradient(to bottom, #222529, #16181c);
}
.appkit-page .color-dark-light {
  color: #656D78 !important;
}
.appkit-page .bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-dark-dark {
  background-color: rgba(67, 74, 84, 0.7) !important;
  color: #FFF !important;
}
.appkit-page .bg-fade-dark-light {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}
.appkit-page .color-dark-dark {
  color: #434A54 !important;
}
.appkit-page .color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}
.appkit-page .bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}
.appkit-page .border-dark-light {
  border-color: #656D78 !important;
}
.appkit-page .border-dark-dark {
  border-color: #434A54 !important;
}
.appkit-page .focus-dark:focus {
  border-color: #434A54 !important;
}
.appkit-page .gradient-dark {
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}
.appkit-page .theme-light input:not([type=submit]):not(.focus-color):focus, .appkit-page .theme-light select:focus, .appkit-page .theme-light textarea:active {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.appkit-page .theme-light [data-card-height=cover] input:not([type=submit]):not(.focus-color):focus, .appkit-page .theme-light [data-card-height=cover] select:focus, .appkit-page .theme-light [data-card-height=cover] textarea:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.appkit-page .theme-dark input:not([type=submit]):not(.focus-color):focus, .appkit-page .theme-dark select:focus, .appkit-page .theme-dark textarea:active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.appkit-page .footer-bar-2 .active-nav,
.appkit-page .footer-bar-5 strong,
.appkit-page .footer-bar-4 strong,
.appkit-page .splide__pagination__page.is-active {
  background-color: #0d6efd !important;
}
.appkit-page .footer-bar-1 .active-nav i,
.appkit-page .footer-bar-1 .active-nav span,
.appkit-page .footer-bar-3 .active-nav i {
  color: #0d6efd !important;
}
.appkit-page .footer-bar-6 .circle-nav strong, .appkit-page .footer-bar-6 .active-nav em {
  background-image: linear-gradient(to bottom, #5D9CEC, #0d6efd) !important;
}
.appkit-page .form-floating-over > .form-control:focus ~ label {
  color: #0d6efd;
}
.appkit-page .form-floating-over > .form-control:not(:placeholder-shown) ~ label {
  color: #0d6efd;
}
.appkit-page .form-floating-over > .form-select ~ label {
  color: #0d6efd;
}
.appkit-page .color-highlight {
  color: #0d6efd;
}
.appkit-page .bg-highlight {
  background-color: #0d6efd;
  color: #FFF !important;
}
.appkit-page .header-title span {
  font-family: "Inter", sans-serif;
}
.appkit-page .footer-title span {
  font-family: "Inter", sans-serif;
}
.appkit-page .header-logo {
  color: rgba(0, 0, 0, 0) !important;
}
.appkit-page .header-logo span {
  display: none;
  display: none;
}
.appkit-page .header {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50px;
  z-index: 99;
  transition: all 300ms ease;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.appkit-page .header-flex-container {
  display: flex !important;
}
.appkit-page .header-flex-item {
  margin-left: 2vw;
  margin-right: 2vw;
  margin-top: auto;
  margin-bottom: auto;
}
.appkit-page .header .header-item {
  height: 50px;
  line-height: 49px;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
  font-family: "Inter", sans-serif;
}
.appkit-page .header .header-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}
.appkit-page .header .header-icon {
  height: 50px;
  width: 20px;
  text-align: center;
  line-height: 49px;
  font-size: 12px;
  color: #1f1f1f;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.appkit-page .header .dropdown-menu {
  z-index: 99;
}
.appkit-page .footer .footer-logo {
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
}
.appkit-page .header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.appkit-page .header-active {
  opacity: 1;
  pointer-events: all;
  transition: all 300ms ease;
}
.appkit-page .header-always-show .header {
  margin-top: 0px !important;
}
.appkit-page .header-static {
  position: relative !important;
}
.appkit-page .header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
}
.appkit-page .header-clear {
  padding-top: 50px;
}
.appkit-page .header-clear-small {
  padding-top: 20px;
}
.appkit-page .header-clear-medium {
  padding-top: 70px;
}
.appkit-page .header-clear-large {
  padding-top: 85px;
}
.appkit-page .header-icon .badge {
  position: absolute;
  margin-left: -5px;
  color: #FFF !important;
  width: 16px;
  text-align: center;
  line-height: 16px;
  padding: 0px;
  padding-left: 1px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}
.appkit-page .header-transparent-light {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
.appkit-page .header-transparent-light a {
  color: #FFF;
}
.appkit-page .header-transparent-dark {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
.appkit-page .header-transparent-dark a {
  color: #000;
}
.appkit-page .header-logo-center .header-icon-1 {
  left: 0px;
}
.appkit-page .header-logo-center .header-icon-2 {
  left: 45px;
}
.appkit-page .header-logo-center .header-icon-3 {
  right: 45px;
}
.appkit-page .header-logo-center .header-icon-4 {
  right: 0px;
}
.appkit-page .header-logo-center .header-title {
  width: 150px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}
.appkit-page .header-logo-center .header-logo {
  background-position: center center;
  width: 150px !important;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}
.appkit-page .header-logo-left .header-icon-1 {
  right: 0px;
}
.appkit-page .header-logo-left .header-icon-2 {
  right: 45px;
}
.appkit-page .header-logo-left .header-icon-3 {
  right: 90px;
}
.appkit-page .header-logo-left .header-icon-4 {
  right: 135px;
}
.appkit-page .header-logo-left .header-logo {
  left: 0px !important;
  margin-left: 0px !important;
}
.appkit-page .header-logo-left .header-title {
  left: 15px !important;
  margin-left: 0px !important;
}
.appkit-page .header-logo-right .header-icon-1 {
  left: 0px;
}
.appkit-page .header-logo-right .header-icon-2 {
  left: 45px;
}
.appkit-page .header-logo-right .header-icon-3 {
  left: 90px;
}
.appkit-page .header-logo-right .header-icon-4 {
  left: 135px;
}
.appkit-page .header-logo-right .header-logo {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}
.appkit-page .header-logo-right .header-title {
  left: auto !important;
  right: 20px !important;
  margin-left: 0px !important;
}
.appkit-page .header-logo-app .header-icon-1 {
  left: 0px;
}
.appkit-page .header-logo-app .header-icon-2 {
  right: 2px;
}
.appkit-page .header-logo-app .header-icon-3 {
  right: 45px;
}
.appkit-page .header-logo-app .header-icon-4 {
  right: 90px;
}
.appkit-page .header-logo-app .header-logo {
  left: 0px !important;
  margin-left: 40px !important;
}
.appkit-page .header-logo-app .header-title {
  left: 0px !important;
  margin-left: 50px !important;
}
.appkit-page .footer-logo span {
  display: none;
}
.appkit-page .header-demo {
  z-index: 98 !important;
  position: relative;
}
.appkit-page .notch-clear {
  padding-top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-clear-notch {
  padding-top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-clear-small {
  padding-top: calc(20px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(20px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-clear-medium {
  padding-top: calc(70px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(70px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-clear-large {
  padding-top: calc(85px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(85px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header {
  height: calc(50px + constant(safe-area-inset-top) * 0.8) !important;
  height: calc(50px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-icon {
  margin-top: calc(constant(safe-area-inset-top) * 0.8) !important;
  margin-top: calc(env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .header-title {
  position: absolute;
  margin-top: calc(constant(safe-area-inset-top) * 0.8) !important;
  margin-top: calc(env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .page-title {
  padding-top: calc(constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .page-title {
  display: flex;
  transition: all 300ms ease;
  margin-top: 23px;
  margin-bottom: 30px;
}
.appkit-page .page-title h1 {
  margin-right: auto;
  font-weight: 700 !important;
  font-size: 28px;
  padding-top: 3px;
  margin-left: 15px;
}
.appkit-page .page-title div {
  margin-right: auto;
}
.appkit-page .page-title p {
  font-weight: 500;
  margin-top: -9px;
  margin-bottom: -10px;
  margin-left: 15px;
}
.appkit-page .page-title-fixed {
  dislay: flex;
  position: fixed;
  left: 0px;
  right: 0px;
}
.appkit-page .page-title-over {
  z-index: 99;
}
.appkit-page .page-title-clear {
  height: calc(90px + constant(safe-area-inset-top) * 0.8) !important;
  height: calc(90px + env(safe-area-inset-top) * 0.8) !important;
}
.appkit-page .page-title-icon {
  float: left;
  z-index: 2;
  height: 38px;
  width: 38px;
  margin-right: 13.3333333333px;
  line-height: 39px;
  border-radius: 16px;
  text-align: center;
}
.appkit-page .page-content-top {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 53;
}
.appkit-page .header.header-auto-show {
  pointer-events: none;
}
.appkit-page .header.header-active {
  pointer-events: all !important;
}
.appkit-page .footer-bar-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.appkit-page .action-bar-container {
  z-index: 98;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  min-height: 61px;
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 350ms ease !important;
}
.appkit-page .action-bar-container a {
  color: #1f1f1f;
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
}
.appkit-page .action-bar-container a span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 10px !important;
  font-weight: 500;
  margin-top: 5px !important;
  opacity: 0.7;
  font-family: "Roboto", sans-serif !important;
}
.appkit-page .action-bar-container a i {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.appkit-page .action-bar-container a svg {
  transform: translateY(-6px);
}
.appkit-page .action-bar-container .badge {
  font-style: normal;
  z-index: 5;
  top: 0px;
  position: absolute;
  margin-left: 3px;
  color: #FFF !important;
  width: 18px;
  text-align: center;
  line-height: 18px;
  padding: 0px;
  padding-left: 0px !important;
  border-radius: 18px;
  margin-top: 7px;
  font-size: 11px;
}
.appkit-page .footer-bar-2 .active-nav {
  color: #FFF !important;
}
.appkit-page .footer-bar-2 .active-nav strong {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  bottom: 0px;
}
.appkit-page .footer-bar-4 .active-nav {
  color: #FFF !important;
}
.appkit-page .footer-bar-4 .active-nav strong {
  position: absolute;
  width: 47px;
  height: 47px;
  border-radius: 60px;
  left: 50%;
  top: 30px;
  transform: translate(-50%, -50%);
  bottom: 0px;
}
.appkit-page .footer-bar-4 span {
  display: none !important;
}
.appkit-page .footer-bar-4 i {
  padding-top: 10px;
}
.appkit-page .footer-bar-5 .active-nav strong {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 60px;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.appkit-page .footer-bar-3 span {
  display: none !important;
}
.appkit-page .footer-bar-3 .active-nav {
  padding-top: 11px !important;
}
.appkit-page .footer-bar-3 .active-nav span {
  display: block !important;
}
.appkit-page .footer-bar-3 a {
  padding-top: 18px !important;
}
.appkit-page .footer-menu-hidden {
  transition: all 100ms ease;
  transform: translateY(100%) !important;
}
.appkit-page .footer-bar-white * {
  color: #FFF;
}
.appkit-page .action-bar-container.position-relative {
  z-index: 2 !important;
}
.appkit-page .action-bar-container {
  height: 65px;
  /*
  height: calc(65px + (constant(safe-area-inset-bottom))*1.1);
  height: calc(65px + (env(safe-area-inset-bottom))*1.1);
      */
}
.appkit-page .is-not-ios .footer-menu-clear {
  height: 70px;
  display: block;
}
.appkit-page .is-not-ios .footer {
  padding-bottom: 0px;
}
.appkit-page .is-not-ios #footer-menu a i {
  padding-top: 13px;
}
.appkit-page .is-not-ios #footer-menu a span {
  opacity: 0.6;
}
.appkit-page .footer-bar-6 u {
  background-color: rgba(255, 255, 255, 0.2);
}
.appkit-page .footer-bar-6 {
  margin-left: -3px;
}
.appkit-page .footer-bar-6 span {
  font-size: 11px !important;
}
.appkit-page .footer-bar-6 i {
  transform: translateY(-2px);
  opacity: 0.7;
}
.appkit-page .footer-bar-6 .circle-nav strong {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  left: 50%;
  top: -23px;
  z-index: 0;
  transform: translateX(-50%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
  animation: footerAni 1s infinite;
  background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
}
@keyframes footerAni {
  0% {
    transform: scale(1, 1) translateX(-50%);
  }
  50% {
    transform: scale(1.05, 1.05) translateX(-48%);
  }
}
.appkit-page .footer-bar-6 .circle-nav span {
  font-size: 11px !important;
  margin-top: -8px !important;
}
.appkit-page .footer-bar-6 .circle-nav i {
  transform: translateY(-21px) translateX(0px);
  color: #FFF !important;
  opacity: 1 !important;
  font-size: 20px !important;
  position: relative;
  z-index: 2;
}
.appkit-page .footer-bar-6 .circle-nav svg {
  width: 25px !important;
  height: 25px !important;
  stroke: #FFF !important;
  fill: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-25px) translateX(-1px) !important;
  position: relative;
  z-index: 2;
}
.appkit-page .footer-bar-6 .circle-nav u {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 50px;
  border-radius: 50px;
  height: 50px;
  z-index: 0;
}
.appkit-page .footer-bar-6 .active-nav em {
  position: absolute;
  width: 60px;
  height: 4px;
  border-radius: 60px;
  left: 50%;
  top: 57px;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, #1b55bf 0%, #1740bf 100%) !important;
}
.appkit-page .menu-title {
  position: relative;
}
.appkit-page .menu-title h1 {
  font-size: 28px;
  font-weight: 700;
  padding: 20px 0px 10px 15px;
}
.appkit-page .menu-title p {
  font-weight: 600;
  font-size: 12px;
  margin: 15px 0px -25px 15px !important;
  padding: 0px 0px 0px 0px;
}
.appkit-page .menu-title a {
  font-size: 20px;
  color: #dc3545;
  position: absolute;
  text-align: center;
  width: 55px;
  right: 0px;
  top: 50%;
  margin-top: -13px;
}
.appkit-page .menu-bg {
  background-color: #eef2f1;
}
.appkit-page .menu-hider {
  position: fixed;
  top: -100px;
  bottom: -100px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease;
}
.appkit-page .menu {
  position: fixed;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 101;
  overflow: scroll;
  transition: all 300ms ease;
  -webkit-overflow-scrolling: touch;
}
.appkit-page .menu .content {
  margin-bottom: 0px !important;
}
.appkit-page .menu-box-left {
  left: 0px;
  top: 0px !important;
  width: 250px;
  height: 100%;
  bottom: 0px;
  transform: translate3d(-100%, 0, 0);
}
.appkit-page .menu-box-right {
  display: none;
  right: 0px;
  transform: translateX(100%);
  top: 0px !important;
  height: 100%;
  bottom: 0px;
  width: 250px;
}
.appkit-page .menu-box-top {
  transform: translate3d(0, -115%, 0);
  top: 0px;
  left: 0px;
  right: 0px;
}
.appkit-page .menu-box-bottom {
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translate3d(0, 110%, 0);
}
.appkit-page .menu-box-modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  pointer-events: none;
  transition: all 200ms ease;
}
.appkit-page .menu-box-top.menu-box-detached {
  top: 10px;
  left: 10px;
  right: 10px;
}
.appkit-page .menu-box-bottom.menu-box-detached {
  bottom: 20px;
  left: 10px;
  right: 10px;
}
.appkit-page .menu-box-left.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}
.appkit-page .menu-box-right.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}
.appkit-page .menu-box-top.menu-active {
  transform: translate3d(0%, 0, 0) !important;
}
.appkit-page .is-on-homescreen .menu-box-top.menu-active {
  transform: translate3d(0%, 40px, 0) !important;
}
.appkit-page .menu-box-bottom.menu-active {
  transform: translate3d(0%, 20px, 0) !important;
}
.appkit-page .menu-box-bottom-full.menu-active {
  transform: translate3d(0%, 0px, 0) !important;
}
.appkit-page .menu-box-modal.menu-active {
  transition: all 200ms ease;
  pointer-events: all !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}
.appkit-page .menu-hider.menu-active {
  transition: all 300ms ease;
  opacity: 1;
  pointer-events: all;
}
.appkit-page .menu-hider.menu-active.menu-active-clear {
  background-color: rgba(0, 0, 0, 0) !important;
}
.appkit-page .menu-box-left[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}
.appkit-page .menu-box-right[data-menu-effect=menu-reveal] {
  opacity: 0;
  pointer-events: none;
  transform: translate(0px) !important;
  z-index: 96;
}
.appkit-page .menu-box-bottom[data-menu-height=cover],
.appkit-page .menu-box-top[data-menu-height=cover] {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.appkit-page .menu-active.menu {
  opacity: 1 !important;
  transition: all 300ms ease;
  pointer-events: all !important;
}
.appkit-page #menu-update {
  background-color: #FFF;
  position: fixed;
  z-index: 9999;
  width: 310px;
  height: 430px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
  transition: all 300ms ease;
}
.appkit-page .menu-active {
  opacity: 1 !important;
}
.appkit-page .menu-active-no-click {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: all !important;
}
.appkit-page #menu-install-pwa-ios {
  overflow: visible !important;
}
.appkit-page .fa-ios-arrow {
  transform: translateY(4px);
}
.appkit-page .theme-light .fa-ios-arrow {
  color: #FFF !important;
}
.appkit-page .theme-light .header-item {
  color: #000;
}
.appkit-page .theme-dark .header-item {
  color: white;
}
.appkit-page .menu-open {
  overflow: hidden !important;
}
.appkit-page .menu-divider {
  padding-left: 16px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.appkit-page .menu-list a {
  padding-left: 55px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 48px;
  display: block;
}
.appkit-page .menu-list a i {
  font-size: 15px;
  height: 45px;
  color: #707883 !important;
  width: 50px;
  text-align: center;
  line-height: 48px;
  position: absolute;
  margin-left: -50px;
}
.appkit-page .menu-list-image a {
  position: relative;
}
.appkit-page .menu-list-image {
  padding-top: 5px;
  padding-left: 10px;
}
.appkit-page .menu-list-image img {
  height: 33px;
  color: #707883 !important;
  width: 33px;
  margin-top: 8px;
  border-radius: 13px !important;
  text-align: center;
  line-height: 45px;
  position: absolute;
  margin-left: -47px;
}
.appkit-page .theme-light .menu .active-nav {
  font-weight: 700;
  color: #000 !important;
}
.appkit-page .theme-dark .menu .active-nav {
  font-weight: 700;
  color: #FFF !important;
}
.appkit-page .menu-list .active-nav i {
  color: #0d6efd !important;
}
.appkit-page .menu-content {
  min-height: 100%;
}
.appkit-page .menu-list-large a {
  position: relative;
  padding-left: 65px;
  color: #7e8793;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 50px;
  display: block;
}
.appkit-page .menu-list-large a span {
  border-radius: 12px;
  position: absolute;
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  left: 18px;
  top: 50%;
  margin-top: -15px;
}
.appkit-page .menu-list-large .badge, .appkit-page .menu-list-image .badge {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -12px;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 9px;
  border-radius: 7px;
}
.appkit-page .menu-list-large .fa-angle-right, .appkit-page .menu-list-image .fa-angle-right {
  position: absolute;
  right: 27px;
  font-size: 10px;
  opacity: 0.5;
  margin-top: -6px;
  top: 50%;
}
.appkit-page .list-menu {
  font-family: "Inter", sans-serif;
  margin: 0px 25px 0px 10px;
}
.appkit-page .list-menu a i:first-child {
  border-radius: 12px;
  height: 32px !important;
  line-height: 33px !important;
  width: 32px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}
.appkit-page .list-menu a img {
  border-radius: 12px;
  height: 32px !important;
  line-height: 32px !important;
  width: 32px !important;
  margin-left: 5px !important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02);
}
.appkit-page .list-menu a {
  border: none !important;
}
.appkit-page .list-menu .badge {
  padding: 6px 9px !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  margin-right: 2px;
  transform: translateY(-2px);
  border: 0px !important;
  border-radius: 8px;
}
.appkit-page .list-menu .custom-control {
  margin-top: -44px !important;
}
.appkit-page .list-menu span {
  font-weight: 500;
  padding-left: 7px;
  color: #7e8793;
}
.appkit-page .list-menu .active-nav span {
  color: #000;
  font-weight: 600;
}
.appkit-page .rounded-0 {
  border-radius: 0px !important;
}
.appkit-page .rounded-xs {
  border-radius: 5px !important;
}
.appkit-page .rounded-s {
  border-radius: 8px !important;
}
.appkit-page .rounded-sm {
  border-radius: 12px !important;
}
.appkit-page .rounded-m {
  border-radius: 20px !important;
}
.appkit-page .rounded-l {
  border-radius: 30px !important;
}
.appkit-page .rounded-xl {
  border-radius: 50px !important;
}
.appkit-page .shadow-none {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.appkit-page .shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.appkit-page .shadow-xs {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) !important;
}
.appkit-page .shadow-s {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.appkit-page .shadow-m {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}
.appkit-page .shadow-l {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09) !important;
}
.appkit-page .shadow-xl {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.02) !important;
}
.appkit-page .border-xxs {
  border: solid 1px !important;
}
.appkit-page .border-xs {
  border: solid 2px !important;
}
.appkit-page .border-s {
  border: solid 3px !important;
}
.appkit-page .border-m {
  border: solid 4px !important;
}
.appkit-page .border-l {
  border: solid 5px !important;
}
.appkit-page .border-xl {
  border: solid 6px !important;
}
.appkit-page .border-xxl {
  border: solid 7px !important;
}
.appkit-page .line-height-xs {
  line-height: 14px !important;
}
.appkit-page .line-height-s {
  line-height: 17px !important;
}
.appkit-page .line-height-m {
  line-height: 24px !important;
}
.appkit-page .line-height-l {
  line-height: 26px !important;
}
.appkit-page .line-height-xl {
  line-height: 37px !important;
}
.appkit-page .text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.appkit-page .text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.appkit-page .boxed-text-xl, .appkit-page .boxed-text-l, .appkit-page .boxed-text-m, .appkit-page .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.appkit-page .boxed-text-xl {
  width: 90%;
  max-width: 340px;
}
.appkit-page .boxed-text-l {
  width: 85%;
  max-width: 300px;
}
.appkit-page .boxed-text-m {
  width: 80%;
  max-width: 300px;
}
.appkit-page .boxed-text-s {
  width: 70%;
  max-width: 260px;
}
.appkit-page .font-200 {
  font-weight: 200;
}
.appkit-page .font-300 {
  font-weight: 300;
}
.appkit-page .font-400 {
  font-weight: 400;
}
.appkit-page .font-500 {
  font-weight: 500;
}
.appkit-page .font-600 {
  font-weight: 600;
}
.appkit-page .font-700 {
  font-weight: 700;
}
.appkit-page .font-800 {
  font-weight: 800;
}
.appkit-page .font-900 {
  font-weight: 900;
}
.appkit-page .opacity-10 {
  opacity: 0.1 !important;
}
.appkit-page .opacity-20 {
  opacity: 0.2 !important;
}
.appkit-page .opacity-30 {
  opacity: 0.3 !important;
}
.appkit-page .opacity-40 {
  opacity: 0.4 !important;
}
.appkit-page .opacity-50 {
  opacity: 0.5 !important;
}
.appkit-page .opacity-60 {
  opacity: 0.6 !important;
}
.appkit-page .opacity-70 {
  opacity: 0.7 !important;
}
.appkit-page .opacity-80 {
  opacity: 0.8 !important;
}
.appkit-page .opacity-85 {
  opacity: 0.85 !important;
}
.appkit-page .opacity-90 {
  opacity: 0.9 !important;
}
.appkit-page .font-8 {
  font-size: 8px !important;
}
.appkit-page .font-9 {
  font-size: 9px !important;
}
.appkit-page .font-10 {
  font-size: 10px !important;
}
.appkit-page .font-11 {
  font-size: 11px !important;
}
.appkit-page .font-12 {
  font-size: 12px !important;
}
.appkit-page .font-13 {
  font-size: 13px !important;
}
.appkit-page .font-14 {
  font-size: 14px !important;
}
.appkit-page .font-15 {
  font-size: 15px !important;
}
.appkit-page .font-16 {
  font-size: 16px !important;
}
.appkit-page .font-17 {
  font-size: 17px !important;
}
.appkit-page .font-18 {
  font-size: 18px !important;
}
.appkit-page .font-19 {
  font-size: 19px !important;
}
.appkit-page .font-20 {
  font-size: 20px !important;
}
.appkit-page .font-21 {
  font-size: 21px !important;
}
.appkit-page .font-22 {
  font-size: 22px !important;
}
.appkit-page .font-23 {
  font-size: 23px !important;
}
.appkit-page .font-24 {
  font-size: 24px !important;
}
.appkit-page .font-25 {
  font-size: 25px !important;
}
.appkit-page .font-26 {
  font-size: 26px !important;
}
.appkit-page .font-27 {
  font-size: 27px !important;
}
.appkit-page .font-28 {
  font-size: 28px !important;
}
.appkit-page .font-29 {
  font-size: 29px !important;
}
.appkit-page .font-30 {
  font-size: 30px !important;
}
.appkit-page .font-31 {
  font-size: 31px !important;
}
.appkit-page .font-32 {
  font-size: 32px !important;
}
.appkit-page .font-33 {
  font-size: 33px !important;
}
.appkit-page .font-34 {
  font-size: 34px !important;
}
.appkit-page .font-35 {
  font-size: 35px !important;
}
.appkit-page .font-36 {
  font-size: 36px !important;
}
.appkit-page .font-37 {
  font-size: 37px !important;
}
.appkit-page .font-38 {
  font-size: 38px !important;
}
.appkit-page .font-39 {
  font-size: 39px !important;
}
.appkit-page .font-40 {
  font-size: 40px !important;
}
.appkit-page .font-41 {
  font-size: 41px !important;
}
.appkit-page .font-42 {
  font-size: 42px !important;
}
.appkit-page .font-43 {
  font-size: 43px !important;
}
.appkit-page .font-44 {
  font-size: 44px !important;
}
.appkit-page .font-45 {
  font-size: 45px !important;
}
.appkit-page .font-46 {
  font-size: 46px !important;
}
.appkit-page .font-47 {
  font-size: 47px !important;
}
.appkit-page .font-48 {
  font-size: 48px !important;
}
.appkit-page .font-49 {
  font-size: 49px !important;
}
.appkit-page .font-50 {
  font-size: 50px !important;
}
.appkit-page .rotate-45 {
  transform-origin: center;
  transform: rotate(45deg) !important;
}
.appkit-page .rotate-90 {
  transform-origin: center;
  transform: rotate(90deg) !important;
}
.appkit-page .rotate-135 {
  transform-origin: center;
  transform: rotate(135deg) !important;
}
.appkit-page .rotate-180 {
  transform-origin: center;
  transform: rotate(180deg) !important;
}
.appkit-page .rotate-225 {
  transform-origin: center;
  transform: rotate(225deg) !important;
}
.appkit-page .rotate-270 {
  transform-origin: center;
  transform: rotate(270deg) !important;
}
.appkit-page .rotate-315 {
  transform-origin: center;
  transform: rotate(315deg) !important;
}
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}
.appkit-page .scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}
@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}
.appkit-page .scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}
.appkit-page img.mx-auto {
  display: block;
}
.appkit-page .disabled {
  display: none !important;
}
.appkit-page .no-click {
  pointer-events: none !important;
}
.appkit-page .no-outline {
  outline: none !important;
}
.appkit-page .theme-dark .drag-line {
  background-color: rgba(255, 255, 255, 0.05);
}
.appkit-page .drag-line {
  width: 45px;
  height: 3px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px auto -15px auto;
  animation: moveDragLine 1.5s infinite;
}
@keyframes moveDragLine {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-3px);
  }
  40% {
    transform: translateY(1px);
  }
  45% {
    transform: translateY(0px);
  }
}
.appkit-page #preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}
.appkit-page #preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}
.appkit-page .preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}
.appkit-page .theme-light #preloader {
  background-color: #FFF;
}
.appkit-page .theme-dark #preloader {
  background-color: #0f1117;
}
.appkit-page .btn {
  font-family: "Inter", sans-serif;
  transition: all 300ms ease;
  color: #FFF;
}
.appkit-page .btn:hover {
  opacity: 0.9;
  /*color: #FFF;*/
}
.appkit-page .btn-full {
  display: block;
}
.appkit-page .btn-xxs, .appkit-page .btn-xs, .appkit-page .btn-s, .appkit-page .btn-sm, .appkit-page .btn-m, .appkit-page .btn-l {
  font-size: 12px !important;
}
.appkit-page .btn-xxs {
  padding: 6px 10px !important;
}
.appkit-page .btn-xs {
  padding: 7px 14px !important;
}
.appkit-page .btn-s {
  padding: 8px 18px !important;
}
.appkit-page .btn-sm {
  padding: 10px 18px !important;
}
.appkit-page .btn-m {
  padding: 13px 20px !important;
}
.appkit-page .btn-l {
  padding: 14px 26px !important;
}
.appkit-page .btn-xl {
  padding: 15px 30px !important;
  font-size: 15px !important;
}
.appkit-page .btn-xxl {
  padding: 17px 34px !important;
  font-size: 17px !important;
}
.appkit-page .btn-uppercase {
  text-transform: uppercase;
}
.appkit-page .btn-center-xs {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.appkit-page .btn-center-s {
  width: 120px;
  margin: 0 auto;
  display: block;
}
.appkit-page .btn-center-m {
  width: 160px;
  margin: 0 auto;
  display: block;
}
.appkit-page .btn-center-l {
  width: 220px;
  margin: 0 auto;
  display: block;
}
.appkit-page .btn-center-xl {
  width: 250px;
  margin: 0 auto;
  display: block;
}
.appkit-page .btn.bg-highlight {
  color: #FFF;
}
.appkit-page .btn-3d {
  transition: all 150ms ease;
  border: none;
  border-bottom: solid 4px;
}
.appkit-page .btn-3d:hover {
  border-width: 2px !important;
}
.appkit-page .btn:focus {
  outline: none !important;
}
.appkit-page .btn-margins {
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 30px;
}
.appkit-page .under-slider-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px;
}
.appkit-page .under-btn {
  z-index: 50;
  position: relative;
  margin-top: -20px !important;
}
.appkit-page .btn-icon {
  /*padding-left: 50px !important; no perchè le icone poi non si vedono più*/
  overflow: hidden;
  position: relative;
}
.appkit-page .btn-icon i {
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 43px;
  width: 40px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.appkit-page button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.appkit-page .accordion * {
  outline: 0 !important;
  box-shadow: 0px !important;
  box-shadow: none !important;
}
.appkit-page .accordion .btn:first-child {
  width: 100%;
}
.appkit-page .accordion .card {
  transition: all 0ms ease !important;
}
.appkit-page .accordion button {
  transition: all 0ms ease !important;
}
.appkit-page .accordion [data-card-height] button {
  width: 100%;
}
.appkit-page .btn.accordion-btn {
  text-align: left !important;
  padding: 15px 17px;
  font-size: 13px;
  font-weight: 700;
}
.appkit-page .accordion-icon {
  float: right;
  transition: all 250ms ease;
  margin-top: 5px;
}
.appkit-page .offline-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}
.appkit-page .online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 300ms ease;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  line-height: 55px;
}
.appkit-page .is-on-homescreen .offline-message {
  padding-top: 30px !important;
}
.appkit-page .is-on-homescreen .online-message {
  padding-top: 30px !important;
}
.appkit-page .offline-message-active {
  transform: translateY(0%);
}
.appkit-page .online-message-active {
  transform: translateY(0%);
}
.appkit-page .add-to-home-visible {
  opacity: 1 !important;
  pointer-events: all !important;
}
.appkit-page .add-to-home {
  position: fixed;
  background-color: #000;
  z-index: 99;
  left: 15px;
  right: 15px;
  border-radius: 10px;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease;
}
.appkit-page .add-to-home .close-add-to-home {
  pointer-events: none;
}
.appkit-page .add-to-home h1 {
  position: absolute;
  padding-left: 75px;
  padding-top: 8px;
  color: #FFF;
  font-size: 13px;
}
.appkit-page .add-to-home p {
  color: #ced4da;
  position: absolute;
  font-size: 11px;
  padding-right: 20px;
  padding-left: 75px;
  padding-top: 35px;
  line-height: 14px;
}
.appkit-page .add-to-home img {
  width: 45px;
  margin-top: 17px;
  margin-left: 15px;
}
.appkit-page .add-to-home-ios {
  bottom: 25px;
}
.appkit-page .add-to-home-ios i {
  width: 40px;
  text-align: center;
  position: absolute;
  font-size: 30px;
  left: 50%;
  bottom: -18px !important;
  margin-left: -21px;
  transform: rotate(180deg);
  color: #000;
  display: block;
}
.appkit-page .add-to-home-ios .close-add-to-home {
  position: absolute;
  right: 13px;
  top: 13px;
  transform: scale(0.5, 0.5);
}
.appkit-page .add-to-home-android {
  top: 20px;
}
.appkit-page .add-to-home-android i {
  width: 40px;
  text-align: center;
  position: absolute;
  top: -18px;
  right: 15px;
  font-size: 30px;
  margin-left: -20px;
  color: #000;
  display: block;
}
.appkit-page .add-to-home-android .close-add-to-home {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: scale(0.5, 0.5);
}
.appkit-page .ad-300x50 {
  margin: 0 auto;
  width: 300px;
  height: 50px;
}
.appkit-page .ad-300x250 {
  margin: 0 auto;
  width: 300px;
  height: 250px;
}
.appkit-page .ad-300x50-fixed {
  left: 50%;
  margin-left: -150px;
  bottom: 80px;
  bottom: calc(85px + constant(safe-area-inset-bottom) * 1.1) !important;
  bottom: calc(85px + env(safe-area-inset-bottom) * 1.1) !important;
  position: fixed;
  z-index: 90;
}
.appkit-page .ad-time-close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  border: solid 2px;
  border-radius: 30px;
}
.appkit-page .scroll-ad-visible {
  transform: translateY(0%) !important;
}
.appkit-page .is-on-homescreen .scroll-ad {
  bottom: 110px;
}
.appkit-page .scroll-ad {
  position: fixed;
  bottom: 75px;
  left: 10px;
  right: 10px;
  background-color: #FFF;
  z-index: 93;
  height: 80px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  transform: translateY(150%);
  transition: all 300ms ease;
}
.appkit-page .scroll-ad img {
  width: 60px;
  position: absolute;
  margin: 10px;
  border-radius: 10px;
}
.appkit-page .scroll-ad h1 {
  display: block;
  font-size: 18px;
  padding: 7px 0px 0px 80px;
  margin-bottom: -3px;
}
.appkit-page .scroll-ad em {
  padding: 0px 85px 0px 80px;
  font-style: normal;
  font-size: 11px;
  opacity: 0.7;
  display: block;
  line-height: 15px;
}
.appkit-page .scroll-ad a {
  width: 60px;
  font-size: 9px;
  right: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  transform: translateY(-50%);
}
.appkit-page .alert h4 {
  padding-left: 47px;
  margin-bottom: -5px;
}
.appkit-page .alert button {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  text-align: center;
}
.appkit-page .alert button span {
  background-color: transparent;
}
.appkit-page .alert button:active {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.appkit-page .alert button:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
.appkit-page .alert span {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 47px;
}
.appkit-page .alert span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.appkit-page .alert strong {
  padding-left: 47px;
  font-weight: 400;
}
.appkit-page .notification {
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 10px;
  opacity: 0.98;
  transform: translateY(-120%);
  transition: all 250ms ease;
}
.appkit-page .notification .notification-icon {
  padding: 5px 5px;
  display: block;
  background-color: #343a40;
}
.appkit-page .notification .notification-icon i:first-child {
  margin: 0px 5px 0px 10px;
  font-size: 10px;
}
.appkit-page .notification .notification-icon i:last-child {
  position: absolute;
  right: 0px;
  line-height: 30px;
  width: 40px;
  text-align: center;
}
.appkit-page .notification .notification-icon em {
  font-size: 11px;
  text-transform: uppercase;
  font-style: normal;
}
.appkit-page .notification h1 {
  margin: 10px 15px -7px 15px;
}
.appkit-page .notification p {
  line-height: 15px;
  margin: 5px 15px 18px 15px;
  color: #FFF;
}
.appkit-page .notification.show {
  transform: translateY(0%) !important;
}
.appkit-page .is-ios.is-on-homescreen .notification.show {
  transform: translateY(30px) !important;
}
.appkit-page .notification-android {
  left: 5px;
  right: 5px;
  top: 5px;
  border-radius: 3px;
}
.appkit-page .notification-android i {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  width: 35px;
  margin-left: 15px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  font-size: 13px;
}
.appkit-page .notification-android h1 {
  padding-left: 55px;
}
.appkit-page .notification-android p {
  padding-right: 60px;
  padding-left: 55px;
  font-size: 12px;
}
.appkit-page .notification-android strong {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}
.appkit-page .notification-android .notification-buttons {
  width: 100%;
  margin-left: 70px;
  padding-top: 5px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.appkit-page .notification-android .notification-buttons i {
  opacity: 0.6;
  font-size: 11px;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
  width: auto;
  transform: translateY(-22px);
}
.appkit-page .notification-android a {
  font-size: 11px;
  color: #FFF;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
}
.appkit-page .notification-material {
  left: 0px;
  right: 0px;
  top: 0px;
  border-radius: 0px;
}
.appkit-page .notification-material strong {
  font-size: 10px;
  font-weight: 400;
}
.appkit-page .notification-material em {
  text-transform: none !important;
}
.appkit-page .notification-material .notification-icon {
  background-color: rgba(0, 0, 0, 0) !important;
  margin-bottom: -15px;
}
.appkit-page .notification-material img {
  position: absolute;
  width: 50px;
  border-radius: 50px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.appkit-page .notification-material p {
  padding-right: 50px;
}
.appkit-page .content .back-to-top-badge {
  transform: translate(0, 0) !important;
  width: 130px;
  margin: 10px auto 20px auto !important;
  left: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}
.appkit-page .content .back-to-top-icon {
  transform: scale(1, 1) translate(0, 0px) !important;
  margin: 0px auto 30px auto;
  right: auto;
  bottom: auto;
  display: block;
  position: relative !important;
}
.appkit-page .back-to-top-badge {
  position: fixed;
  z-index: 90;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 70px);
  display: inline-block;
  padding: 5px 20px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transition: all 300ms ease;
}
.appkit-page .back-to-top-badge i {
  padding: 0px 10px 0px 0px;
}
.appkit-page .back-to-top-icon {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 15px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  border-radius: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  transform: scale(0, 0);
  transition: all 300ms ease;
}
.appkit-page .back-to-top-icon span {
  display: none;
}
.appkit-page .back-to-top-badge.back-to-top-visible {
  transform: translate(-50%, 0px);
}
.appkit-page .back-to-top-icon.back-to-top-visible {
  transform: scale(1, 1);
}
.appkit-page .back-to-top-icon-square {
  border-radius: 0px;
}
.appkit-page .back-to-top-icon-round {
  border-radius: 5px;
}
.appkit-page .back-to-top-icon-circle {
  border-radius: 40px;
}
.appkit-page .row {
  margin-bottom: 5px;
}
.appkit-page .card {
  -webkit-transform: translate3d(0, 0, 0);
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
}
.appkit-page .cover-slider .card {
  margin-bottom: 0px !important;
}
.appkit-page [data-card-height=cover].card {
  margin-bottom: 0px !important;
}
.appkit-page .card-style {
  overflow: hidden;
  margin: 0px 5px 15px 5px;
  border-radius: 20px;
  border: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.1);
}
.appkit-page .card-style .card-body {
  padding: 15px;
}
.appkit-page .card-style .card-overlay {
  border-radius: 20px;
}
.appkit-page .card-style-full {
  margin-left: 0px;
  margin-right: 0px;
}
.appkit-page .card-body {
  z-index: 2;
}
.appkit-page .card-header {
  z-index: 2;
}
.appkit-page .card-footer {
  z-index: 2;
}
.appkit-page .card-top {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
.appkit-page .card-top-10 {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10px;
}
.appkit-page .card-bottom {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.appkit-page .card-bottom-10 {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
}
.appkit-page .card-center {
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.appkit-page .card-overlay {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
}
.appkit-page .card-image {
  display: block;
  width: 100%;
  min-height: 250px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.appkit-page .card-image img {
  transition: all 450ms ease;
}
.appkit-page .card-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
}
.appkit-page .card-clear {
  pointer-events: none;
  margin-bottom: -30px;
  opacity: 0;
}
.appkit-page .card-overflow {
  overflow: visible !important;
  z-index: 20;
}
.appkit-page [data-card-height] p {
  padding-bottom: 0px;
}
.appkit-page .card-scale-image {
  transform: scale(1.05, 1.05) !important;
}
.appkit-page .card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}
.appkit-page .card-grayscale-image {
  filter: grayscale(100%);
}
.appkit-page .card-blur-image {
  filter: blur(5px);
}
.appkit-page .card-hide-image {
  opacity: 0 !important;
}
.appkit-page .card-hide div {
  transition: all 300ms ease;
}
.appkit-page .card-hide * {
  transition: all 300ms ease;
}
.appkit-page .polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .card-scale * {
  transition: all 300ms ease;
}
.appkit-page .card-rotate * {
  transition: all 300ms ease;
}
.appkit-page .card-grayscale * {
  transition: all 300ms ease;
}
.appkit-page .card-blur * {
  transition: all 300ms ease;
}
.appkit-page .card-overlay {
  background-position: center center;
  background-size: cover !important;
}
.appkit-page .card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: url(images/mountain.jpg);
  background-size: cover;
  background-repeat: repeat;
  background-position: left center;
  transform: translateX(0px);
}
@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.appkit-page .card-overlay-zoom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  height: 100%;
  z-index: 0;
  animation: zoomBG 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  transform: translateX(0px);
}
@keyframes zoomBG {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.appkit-page .card-overlay-rotate {
  position: absolute;
  margin-top: -25%;
  margin-left: -25%;
  width: 150%;
  height: 160%;
  z-index: 0;
  animation: rotateBG 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-repeat: repeat;
  background-position: center center;
}
@keyframes rotateBG {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.appkit-page .theme-dark .drag-line {
  background-color: rgba(255, 255, 255, 0.05);
}
.appkit-page .drag-line {
  width: 45px;
  height: 3px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 15px auto -15px auto;
  animation: moveDragLine 1.5s infinite;
}
@keyframes moveDragLine {
  0% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-3px);
  }
  40% {
    transform: translateY(1px);
  }
  45% {
    transform: translateY(0px);
  }
}
.appkit-page .card-full-left, .appkit-page .card-full-left .card-overlay {
  margin-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.appkit-page .card-full-right, .appkit-page .card-full-right .card-overlay {
  margin-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.appkit-page .card-scale-image {
  transform: scale(1.05, 1.05) !important;
}
.appkit-page .card-rotate-image {
  transform: rotate(5deg) scale(1.2, 1.2) !important;
}
.appkit-page .card-grayscale-image {
  filter: grayscale(100%);
}
.appkit-page .card-blur-image {
  filter: blur(5px);
}
.appkit-page .card-hide-image {
  opacity: 0 !important;
}
.appkit-page .card-hide div {
  transition: all 300ms ease;
}
.appkit-page .card-hide * {
  transition: all 300ms ease;
}
.appkit-page .polaroid-effect {
  background-color: #FFF;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .card-scale * {
  transition: all 300ms ease;
}
.appkit-page .card-rotate * {
  transition: all 300ms ease;
}
.appkit-page .card-grayscale * {
  transition: all 300ms ease;
}
.appkit-page .card-blur * {
  transition: all 300ms ease;
}
.appkit-page .card-overlay {
  background-position: center center;
  background-size: cover !important;
}
.appkit-page .card-overlay-infinite {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 2000px;
  height: 100%;
  z-index: 0;
  animation: infiniteBG 600s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-size: cover;
  background-repeat: repeat;
  background-position: left bottom;
  transform: translateX(0px);
}
@keyframes infiniteBG {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.appkit-page .walk-card {
  z-index: 2;
}
.appkit-page .walk-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 10000px;
  background-repeat: repeat-y;
  background-position: center;
  background-image: url("../images/walk.jpg");
  animation: infibg 700s infinite;
}
@keyframes infibg {
  0% {
    transform: translateY(-45%);
  }
  50% {
    transform: translateY(-100%);
  }
}
.appkit-page .gradient-fade-top {
  z-index: 1;
  top: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 600px;
}
.appkit-page .gradient-fade-bottom {
  z-index: 1;
  bottom: 0px;
  position: fixed;
  left: 0px;
  right: 0px;
  height: 300px;
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.98) 85%, #f0f0f0 100%);
}
.appkit-page .theme-light .gradient-fade-top {
  background: linear-gradient(to top, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.95) 60%, #f0f0f0 100%);
}
.appkit-page .theme-light .gradient-fade-bottom {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.98) 85%, #f0f0f0 100%);
}
.appkit-page .theme-dark .gradient-fade-top {
  background: linear-gradient(to top, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.95) 70%, #1b1d21 100%);
}
.appkit-page .theme-dark .gradient-fade-bottom {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.8) 75%, #1b1d21 100%);
}
.appkit-page .chip {
  display: inline-block;
  margin: 0px 10px 15px 0px;
  border-radius: 30px;
  padding-right: 15px;
}
.appkit-page .chip * {
  font-size: 12px;
}
.appkit-page .chip span {
  line-height: 29px;
}
.appkit-page .chip i {
  width: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.appkit-page .chip img {
  display: inline;
  margin-right: 9px;
  border-radius: 30px;
  width: 31px;
  line-height: 31px;
}
.appkit-page .chip-small {
  transform: scale(1, 1);
}
.appkit-page .chip-medium {
  transform: scale(1.05, 1.05);
}
.appkit-page .chip-large {
  transform: scale(1.15, 1.15);
}
.appkit-page .divider {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.appkit-page .divider-margins {
  margin: 0px 17px 30px 17px;
}
.appkit-page .divider-icon {
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 50px;
}
.appkit-page .divider-icon i {
  position: absolute;
  width: 50px;
  background-color: #f0f0f0;
  text-align: center;
  margin-top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.appkit-page .content-boxed .divider-icon i {
  background-color: #f0f0f0;
}
.appkit-page .divider-small {
  height: 2px;
  width: 80px;
  margin: auto;
}
.appkit-page .custom-control * {
  cursor: pointer;
  user-select: none !important;
}
.appkit-page .switch-is-unchecked {
  display: none;
}
.appkit-page .switch-is-checked {
  display: block;
}
.appkit-page .scale-switch {
  transform: scale(0.9, 0.9);
}
.appkit-page .small-switch {
  transform: scale(0.8, 0.8);
}
.appkit-page .menu .custom-control {
  margin-top: -42px !important;
}
.appkit-page .ios-switch {
  margin-right: -32px;
  margin-top: 12px !important;
  position: relative;
  padding-left: 10px;
}
.appkit-page .ios-switch label::before {
  content: "";
  display: block !important;
  background-color: #e8e9ea;
  pointer-events: all;
  margin-top: -5px;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border: solid 1px rgba(152, 152, 152, 0.4);
  border-radius: 50px !important;
  transition: all 250ms ease;
}
.appkit-page .ios-switch label::after {
  content: "";
  display: block !important;
  margin-top: -31px;
  z-index: 6;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #FFF;
  border: solid 1px rgba(152, 152, 152, 0.4);
  transition: all 250ms ease;
}
.appkit-page .ios-switch input {
  display: none;
}
.appkit-page .ios-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}
.appkit-page .ios-input:checked ~ .custom-control-label::before {
  background-color: #8CC152 !important;
}
.appkit-page .ios-switch-icon label::before {
  background-color: #DA4453 !important;
}
.appkit-page .ios-switch-icon i {
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  left: 20px;
  margin-top: -5px !important;
}
.appkit-page .ios-switch-icon i:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 26px;
}
.appkit-page .ios-switch-icon span {
  font-size: 9px;
  font-weight: 700;
  color: #FFF;
  line-height: 32px;
  pointer-events: none;
  z-index: 5;
  position: absolute;
  margin-top: -5px !important;
  left: 19px;
}
.appkit-page .ios-switch-icon span:last-child {
  z-index: 5;
  position: absolute;
  margin-left: 24px;
}
.appkit-page .android-switch {
  padding-left: 10px;
  margin-right: -32px;
}
.appkit-page .android-switch label::before {
  display: block !important;
  content: "";
  pointer-events: all;
  margin-top: 5px;
  margin-left: -2px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: #AAB2BD;
  transition: all 250ms ease;
}
.appkit-page .android-switch label::after {
  display: block !important;
  content: "";
  border: solid 1px rgba(0, 0, 0, 0.1) !important;
  margin-top: -22px;
  margin-left: -3px;
  width: 28px !important;
  height: 28px !important;
  background-color: #FFF !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}
.appkit-page .android-switch input {
  display: none !important;
}
.appkit-page .android-input {
  transform: translateY(1px) !important;
}
.appkit-page .android-input:checked ~ .custom-control-label::after {
  background-color: #458be3 !important;
  border: none !important;
  -webkit-transform: translateX(30px) !important;
}
.appkit-page .android-input:checked ~ .custom-control-label::before {
  background-color: #458be3 !important;
}
.appkit-page [data-activate] {
  cursor: pointer;
  display: block;
  width: 100%;
}
.appkit-page .classic-switch input {
  display: none;
}
.appkit-page .classic-switch label::before {
  pointer-events: all;
  width: 40px !important;
  height: 40px !important;
  transform: translateX(11px);
  margin-top: -10px;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.appkit-page .classic-switch i {
  pointer-events: none;
  transition: all 250ms ease;
}
.appkit-page .classic-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(26px) !important;
}
.appkit-page .classic-input:checked ~ .fa-plus {
  color: #DA4453 !important;
  transform: rotate(45deg);
  transition: all 250ms ease;
}
.appkit-page .classic-input:checked ~ .fa-angle-down {
  color: #DA4453 !important;
  transform: rotate(180deg);
  transition: all 250ms ease;
}
.appkit-page .classic-input:checked ~ .fa-circle {
  color: #DA4453 !important;
  transform: scale(1.3, 1.3);
  transition: all 250ms ease;
}
.appkit-page .icon-check {
  margin-left: -30px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.appkit-page .icon-check input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.appkit-page .icon-check input:checked ~ .icon-check-1 {
  opacity: 0 !important;
  display: none !important;
}
.appkit-page .icon-check input:checked ~ .icon-check-2 {
  display: block;
}
.appkit-page .icon-check .fa-check-circle {
  display: none;
}
.appkit-page .icon-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 1px;
  height: 24px;
  line-height: 24px;
}
.appkit-page .icon-check label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.appkit-page .icon-check .icon-check-2 {
  display: none;
}
.appkit-page .fac {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  vertical-align: middle;
  font-size: 14px;
}
.appkit-page .fac label {
  margin: 0em 1em 0em 0em;
  padding-left: 1.5em;
  cursor: pointer;
  font-weight: inherit;
}
.appkit-page .fac > input + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  margin-top: 0.5px;
  transition: opacity 150ms ease-in-out;
}
.appkit-page .fac > input:checked + label:before {
  opacity: 1;
}
.appkit-page .fac > span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  margin-top: 0.5px;
}
.appkit-page .fac input {
  display: none;
}
.appkit-page .checkboxes-demo .fac {
  display: block;
}
.appkit-page .fac-checkbox > input + label:before {
  opacity: 0;
}
.appkit-page .fac-checkbox > input:checked + label:before {
  opacity: 1;
}
.appkit-page .fac-checkbox > span::after {
  content: "\f45c";
  opacity: 1;
}
.appkit-page .fac-checkbox > input[type=checkbox] + label:before {
  content: "\f00c";
  color: #FFF !important;
  font-size: 10px !important;
  padding-left: 2px;
}
.appkit-page .fac-checkbox-round > input + label:before {
  opacity: 0;
}
.appkit-page .fac-checkbox-round > span::after {
  content: "\f111";
}
.appkit-page .fac-checkbox-round > input[type=checkbox] + label:before {
  content: "\f00c";
  color: #FFF !important;
  font-size: 8px !important;
  padding-left: 3px;
}
.appkit-page .fac-radio > input + label:before {
  opacity: 0;
}
.appkit-page .fac-radio > input:checked + label:before {
  opacity: 1;
}
.appkit-page .fac-radio > span::after {
  content: "\f111";
}
.appkit-page .fac-radio > input[type=radio] + label:before {
  content: "\f00c";
  color: #FFF !important;
  font-size: 10px !important;
  padding-left: 2px;
}
.appkit-page .fac-checkbox-o > input + label:before {
  opacity: 0;
}
.appkit-page .fac-checkbox-o > input:checked + label:before {
  opacity: 1;
}
.appkit-page .fac-checkbox-round-o > input + label:before {
  opacity: 0;
}
.appkit-page .fac-checkbox-round-o > input:checked + label:before {
  opacity: 1;
}
.appkit-page .fac-default > input + label:before {
  color: #adb5bd;
}
.appkit-page .fac-default > span::after {
  color: #adb5bd;
}
.appkit-page .fac-blue > input + label:before {
  color: #0d6efd;
}
.appkit-page .fac-blue > span::after {
  color: #0d6efd;
}
.appkit-page .fac-green > input + label:before {
  color: #198754;
}
.appkit-page .fac-green > span::after {
  color: #198754;
}
.appkit-page .fac-orange > input + label:before {
  color: #ffc107;
}
.appkit-page .fac-orange > span::after {
  color: #ffc107;
}
.appkit-page .fac-red > input + label:before {
  color: #dc3545;
}
.appkit-page .fac-red > span::after {
  color: #dc3545;
}
.appkit-page .fac-radio-full > span::after {
  content: "\f111";
  font-size: 12px !important;
}
.appkit-page .fac-radio-full > input[type=radio] + label:before {
  content: "\c";
}
.appkit-page .ios-switch input, .appkit-page .android-input input {
  position: absolute !important;
  transform: translateX(-15000px) !important;
}
.appkit-page input[type=range] {
  -webkit-appearance: none;
  height: 20px;
  width: 100%;
  outline: none;
}
.appkit-page input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F26B5E;
  position: relative;
  z-index: 3;
}
.appkit-page input[type=range]::-webkit-slider-thumb:after {
  content: " ";
  height: 10px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 5px;
  background: #ff5b32;
  background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
}
.appkit-page .upload-file {
  text-indent: -999px;
  outline: none;
  width: 100%;
  height: 45px;
  color: rgba(0, 0, 0, 0) !important;
}
.appkit-page .upload-file-text {
  pointer-events: none;
  margin-top: -36px !important;
  text-align: center;
  color: #FFF;
  height: 10px;
  text-transform: uppercase;
  font-weight: 900;
}
.appkit-page .file-data input[type=file] {
  font-size: 0px !important;
}
.appkit-page input {
  font-size: 12px !important;
}
.appkit-page input::placeholder {
  font-size: 12px !important;
}
.appkit-page input:focus {
  outline: none;
}
.appkit-page select:focus {
  outline: none;
}
.appkit-page textarea:focus {
  outline: none;
}
.appkit-page button:focus {
  outline: none;
}
.appkit-page .tooltip {
  font-size: 13px;
}
.appkit-page code {
  font-size: 11px;
  line-height: 22px;
}
.appkit-page .stepper {
  width: 102px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .stepper:after {
  content: "";
  display: table;
  clear: both;
}
.appkit-page .stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}
.appkit-page .stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.appkit-page .stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.appkit-page .stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}
.appkit-page .stepper a:first-child {
  float: left;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .stepper a:last-child {
  float: right;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .btn, .appkit-page input, .appkit-page select {
  box-shadow: none !important;
  outline: 0px !important;
}
.appkit-page input:hover,
.appkit-page input:focus,
.appkit-page input:active,
.appkit-page select:hover,
.appkit-page select:focus,
.appkit-page select:active,
.appkit-page select option,
.appkit-page textarea:hover,
.appkit-page textarea:focus,
.appkit-page textarea:active,
.appkit-page .btn:hover,
.appkit-page .btn:focus,
.appkit-page .btn:active,
.appkit-page button:hover,
.appkit-page button:focus,
.appkit-page button:active {
  outline: none;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}
.appkit-page .theme-light input, .appkit-page select, .appkit-page textarea {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
.appkit-page .input-style {
  position: relative;
  margin-bottom: 15px !important;
}
.appkit-page .input-style input,
.appkit-page .input-style select,
.appkit-page .input-style textarea {
  font-size: 12px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  padding: 0px;
  border-radius: 0px;
}
.appkit-page .input-style select,
.appkit-page .input-style select option,
.appkit-page .input-style select option:disabled {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
.appkit-page .input-style label {
  opacity: 0;
  left: 0px !important;
  transform: translateX(30px);
  position: absolute;
  top: -12px;
  height: 10px;
  font-size: 10px;
  transition: all 150ms ease;
  background-color: #FFF;
}
.appkit-page .input-style-active label {
  opacity: 1;
  transform: none !important;
}
.appkit-page .input-style.has-icon i:first-child {
  position: absolute;
  top: 50%;
  left: 1%;
  width: 10px;
  text-align: center;
  margin-top: -8px;
}
.appkit-page .input-style.has-icon.has-borders i:first-child {
  position: absolute;
  top: 50%;
  width: 10px;
  padding-left: 15px !important;
  text-align: center;
  margin-top: -7px;
}
.appkit-page .input-style.has-icon.has-borders input,
.appkit-page .input-style.has-icon.has-borders select,
.appkit-page .input-style.has-icon.has-borders textarea {
  padding-left: 35px !important;
}
.appkit-page .input-style.has-icon input,
.appkit-page .input-style.has-icon select,
.appkit-page .input-style.has-icon textarea {
  padding-left: 25px;
}
.appkit-page .input-style input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}
.appkit-page .input-style textarea {
  line-height: 32px !important;
  padding-top: 10px !important;
  transition: all 250ms ease !important;
}
.appkit-page .input-style textarea:focus {
  line-height: 24px !important;
}
.appkit-page .input-style select {
  color: inherit;
}
.appkit-page .input-style input[type=date] {
  color: inherit;
}
.appkit-page .input-style em,
.appkit-page .input-style span,
.appkit-page .input-style .valid,
.appkit-page .input-style .invalid {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 5px;
  pointer-events: none;
}
.appkit-page .input-style em,
.appkit-page .input-style span {
  margin-top: -12px;
  font-size: 10px;
  font-style: normal;
  opacity: 0.3;
}
.appkit-page .input-style.has-borders input,
.appkit-page .input-style.has-borders select,
.appkit-page .input-style.has-borders textarea {
  height: 53px;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  padding-left: 13px !important;
  padding-right: 10px !important;
  border-radius: 10px !important;
}
.appkit-page .input-style.has-borders .valid,
.appkit-page .input-style.has-borders .invalid,
.appkit-page .input-style.has-borders span,
.appkit-page .input-style.has-borders em {
  margin-right: 10px;
}
.appkit-page .input-style.input-style-active label {
  left: 4px !important;
  transform: translateX(-14px) !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}
.appkit-page .input-style.has-borders.input-style-active label {
  margin-left: 14px !important;
}
.appkit-page .input-style textarea:focus {
  height: 150px;
  transition: all 250ms ease !important;
}
.appkit-page .input-style.no-borders.input-style-always-active label {
  opacity: 1;
  left: 6px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 8px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}
.appkit-page .input-style.has-borders.input-style-always-active label {
  opacity: 1;
  left: 23px !important;
  transform: translateX(-14px) !important;
  margin-left: 0px !important;
  position: absolute;
  padding: 0px 5px !important;
  height: 23px;
  font-size: 12px;
  transition: all 250ms ease;
  background-color: #FFF;
}
.appkit-page input::-webkit-outer-spin-button,
.appkit-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.appkit-page input[type=number] {
  -moz-appearance: textfield;
}
.appkit-page .input-transparent * {
  color: #FFF !important;
  background-color: transparent !important;
}
.appkit-page .input-transparent.no-borders input {
  border-bottom-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.appkit-page .menu .input-style input,
.appkit-page .menu .input-style select {
  background-color: transparent !important;
}
.appkit-page .device-is-android .input-style input[type=date] {
  color: inherit !important;
  line-height: 25px !important;
  padding-top: 12px !important;
  height: 55px !important;
  transform: translateY(7px) translateX(0px) !important;
  margin-bottom: 30px !important;
}
.appkit-page .device-is-android .input-style input[type=date] ~ label.color-highlight {
  margin-top: 7px !important;
}
.appkit-page .min-ios15 select {
  background-color: inherit !important;
}
.appkit-page .min-ios15 input[type=date] {
  -webkit-appearance: none;
  text-align: left !important;
  text-indent: calc(-100% + 70px) !important;
}
.appkit-page .otp {
  width: 45px;
  height: 45px;
  border: solid 1px #929292;
}
.appkit-page .ios-slider {
  height: 40px !important;
  background: linear-gradient(to right, #5D9CEC 0%, #5D9CEC 100%);
  background-size: 100% 3px;
  background-position: center;
  background-repeat: no-repeat;
}
.appkit-page .ios-slider::-webkit-slider-thumb {
  background-color: #FFF !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  height: 25px !important;
  width: 25px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.appkit-page .material-slider {
  height: 40px !important;
  background: linear-gradient(to right, #CCD1D9 0%, #CCD1D9 100%);
  background-size: 100% 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 3px 0px 3px;
}
.appkit-page .material-slider::-webkit-slider-thumb {
  background-color: #1f1f1f !important;
  border: solid 1px rgba(0, 0, 0, 0.1);
  height: 10px !important;
  width: 30px !important;
}
.appkit-page .classic-slider {
  height: 20px !important;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 30px !important;
  background-size: 100% 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px 3px 0px 3px;
  -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .classic-slider::-webkit-slider-thumb {
  background-color: #0d6efd !important;
  border: solid 1px rgba(0, 0, 0, 0);
  height: 16px !important;
  border-radius: 20px;
  width: 16px !important;
  box-shadow: -3px 3px 10px 1px rgba(0, 0, 0, 0.2) !important;
}
.appkit-page .range-slider-icons {
  padding: 0px 30px 0px 30px;
}
.appkit-page .range-slider.range-slider-icons i {
  position: absolute;
  top: 0px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.appkit-page .range-slider {
  position: relative;
}
.appkit-page .range-slider .fa-range-icon-1 {
  left: 0px;
}
.appkit-page .range-slider .fa-range-icon-2 {
  right: 0px;
}
.appkit-page .list-custom-small {
  line-height: 50px;
}
.appkit-page .list-custom-small .badge {
  position: absolute;
  right: 15px;
  margin-top: 16px !important;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.appkit-page .list-custom-small a {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.appkit-page .list-custom-small a i:first-child {
  margin-left: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.appkit-page .list-custom-small a i:last-child {
  float: right;
  font-size: 10px;
  opacity: 0.5;
}
.appkit-page .list-custom-small img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.appkit-page .list-custom-small i {
  line-height: 50px;
}
.appkit-page .list-custom-small .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: -38px !important;
}
.appkit-page .list-custom-small .custom-control input {
  transform: translateY(-5px) !important;
}
.appkit-page .menu .list-custom-small a i:first-child {
  margin-left: 6px;
}
.appkit-page .menu .list-custom-small img {
  margin-top: -4px !important;
}
.appkit-page .list-custom-large a {
  line-height: 70px;
  color: #1f1f1f;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.appkit-page .list-custom-large a span:not(.badge) {
  font-size: 14px;
  position: absolute;
  margin-top: -6px;
}
.appkit-page .list-custom-large a strong {
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #adb5bd;
  font-weight: 500;
}
.appkit-page .list-custom-large a i:first-child {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: 21px;
  text-align: center;
  float: left;
  margin-right: 15px;
}
.appkit-page .list-custom-large a i:last-child {
  float: right;
  font-size: 10px;
}
.appkit-page .list-custom-large img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.appkit-page .list-custom-large .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.appkit-page .list-custom-large i {
  line-height: 74px;
}
.appkit-page .list-custom-large .custom-control {
  z-index: 10;
  position: absolute;
  right: 40px;
  margin-top: 22px;
}
.appkit-page .list-custom-large .custom-control input {
  transform: translateY(-12px) !important;
}
.appkit-page .list-boxes a {
  line-height: 60px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.appkit-page .list-boxes a span:not(.badge) {
  padding-left: 10px;
  font-size: 14px;
  position: absolute;
  margin-top: -4px;
}
.appkit-page .list-boxes a strong {
  padding-left: 10px;
  font-size: 7px;
  position: absolute;
  font-size: 11px;
  margin-top: 10px;
  color: #6c757d;
  font-weight: 500;
}
.appkit-page .list-boxes a i:first-child {
  width: 40px;
  float: left;
  padding-left: 15px;
}
.appkit-page .list-boxes a i:last-child {
  float: right;
  font-size: 16px;
  margin-top: -5px;
  margin-right: 15px;
}
.appkit-page .list-boxes a u {
  position: absolute;
  right: 0px;
  margin-right: 9px;
  width: 60px;
  font-size: 7px;
  text-align: center;
  margin-top: 13px;
  text-decoration: none;
}
.appkit-page .list-boxes .badge {
  position: absolute;
  right: 10px;
  margin-top: 30px;
  font-size: 9px;
  padding: 5px 8px 5px 8px;
  font-weight: 700;
}
.appkit-page .list-boxes i {
  line-height: 64px;
}
.appkit-page .short-border {
  margin-left: 45px;
}
.appkit-page .short-border i:first-child {
  margin-left: -45px;
  margin-top: 23px;
}
.appkit-page .list-group .badge {
  z-index: 2;
}
.appkit-page .list-icon-0 a i:first-child {
  margin-left: -3px !important;
}
.appkit-page .icon-list {
  margin-left: 0px;
  padding-left: 0px;
}
.appkit-page .icon-list li {
  list-style: none;
}
.appkit-page .icon-list li i {
  padding-right: 10px;
}
.appkit-page .badge-text {
  margin-top: 13px !important;
  transform: translateY(-3px);
  padding-right: 20px !important;
}
.appkit-page .check-visited .visited-link i:last-child::before {
  opacity: 0;
}
.appkit-page .check-visited .visited-link i:last-child::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 13px;
  font-size: 16px;
  margin-top: 0.5px;
  content: "\f058";
  opacity: 1;
  color: #A0D468;
}
.appkit-page .list-custom-small {
  line-height: 50px;
}
.appkit-page .theme-light .list-custom-small .highlight-active span {
  font-weight: 700;
  color: #1f1f1f;
}
.appkit-page .theme-dark .list-custom-small .highlight-active span {
  font-weight: 700;
  color: #FFFFFF;
}
.appkit-page .todo-list.list-custom-large a {
  min-height: 70px;
}
.appkit-page .todo-list.list-custom-small a {
  min-height: 40px;
}
.appkit-page .todo-list .icon-check {
  float: right;
  margin-right: 28px;
}
.appkit-page .pricing-1 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 20px 0px 30px 0px;
}
.appkit-page .pricing-1 * {
  list-style: none;
}
.appkit-page .pricing-1 .pricing-icon {
  font-size: 50px;
}
.appkit-page .pricing-1 .pricing-title {
  font-size: 32px;
  padding: 20px 0px 0px 0px;
}
.appkit-page .pricing-1 .pricing-value {
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 0px 0px;
}
.appkit-page .pricing-1 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.appkit-page .pricing-1 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.appkit-page .pricing-1 .pricing-subtitle {
  opacity: 0.6;
  font-size: 11px;
  line-height: 18px;
  font-weight: 300;
  padding: 0px 0px 10px 0px;
}
.appkit-page .pricing-1 .pricing-list {
  padding: 0px;
}
.appkit-page .pricing-1 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
}
.appkit-page .pricing-1 .pricing-list li:last-child {
  border-bottom: none;
  margin-bottom: -20px;
}
.appkit-page .pricing-2 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.appkit-page .pricing-2 * {
  list-style: none;
}
.appkit-page .pricing-2 .pricing-icon {
  font-size: 50px;
  padding: 10px 0px 10px 0px;
}
.appkit-page .pricing-2 .pricing-title {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 20px 0px;
}
.appkit-page .pricing-2 .pricing-overtitle {
  font-size: 25px;
  padding: 15px 0px 15px 0px;
  margin: -10px 0px 0px 0px;
}
.appkit-page .pricing-2 .pricing-value {
  font-size: 43px;
  padding: 15px 0px 0px 0px;
}
.appkit-page .pricing-2 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.appkit-page .pricing-2 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.appkit-page .pricing-2 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 0px 0px;
}
.appkit-page .pricing-2 .pricing-list {
  padding: 0px;
}
.appkit-page .pricing-2 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.04);
  font-size: 14px;
  font-weight: 500;
}
.appkit-page .pricing-2 .pricing-list li:last-child {
  border-bottom: none;
}
.appkit-page .pricing-3 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.appkit-page .pricing-3 * {
  list-style: none;
}
.appkit-page .pricing-3 .btn {
  max-width: 90%;
  margin: -10px auto 10px auto;
}
.appkit-page .pricing-3 .pricing-icon {
  font-size: 50px;
}
.appkit-page .pricing-3 .pricing-title {
  font-size: 28px;
  padding: 30px 0px 0px 20px;
}
.appkit-page .pricing-3 .pricing-value {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding: 20px 0px 20px 0px;
}
.appkit-page .pricing-3 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.appkit-page .pricing-3 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.appkit-page .pricing-3 .pricing-subtitle {
  opacity: 0.6;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 30px 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.appkit-page .pricing-3 .pricing-list {
  padding: 0px;
}
.appkit-page .pricing-3 .pricing-list i {
  padding-right: 20px;
  width: 30px;
}
.appkit-page .pricing-3 .pricing-list li {
  line-height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 20px;
}
.appkit-page .pricing-4 {
  max-width: 280px;
  margin: 0 auto 30px auto;
  border: solid 1px rgba(0, 0, 0, 0.05);
  padding: 0px 0px 10px 0px;
  overflow: hidden;
}
.appkit-page .pricing-4 * {
  list-style: none;
}
.appkit-page .pricing-4 .pricing-title {
  font-size: 18px;
  padding: 15px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
}
.appkit-page .pricing-4 .pricing-value {
  font-size: 43px;
  padding: 30px 0px 20px 0px;
}
.appkit-page .pricing-4 .pricing-value sup {
  font-size: 12px;
  top: -18px;
}
.appkit-page .pricing-4 .pricing-value sup:first-child {
  padding-right: 5px;
  top: -13px;
  font-size: 20px;
}
.appkit-page .pricing-4 .pricing-subtitle {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  padding: 0px 0px 20px 0px;
  margin-top: -10px;
}
.appkit-page .pricing-4 .pricing-list {
  padding: 0px;
  margin-bottom: 20px;
}
.appkit-page .pricing-4 .pricing-list li {
  line-height: 40px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 500;
}
.appkit-page .pricing-4 .pricing-list li:last-child {
  border-bottom: none;
}
.appkit-page .pricing-single {
  max-width: 280px;
  margin: 0 auto;
}
.appkit-page .pricing-double-1 {
  width: 48%;
  float: left;
  margin-right: 4%;
}
.appkit-page .pricing-double-2 {
  width: 48%;
  float: left;
}
.appkit-page .pricing-list {
  list-style: none !important;
}
.appkit-page .pricing-list ul {
  list-style: none !important;
}
.appkit-page .pricing-list li {
  list-style: none !important;
}
.appkit-page .toast-tiny {
  width: 150px;
  z-index: 90;
  position: fixed;
  left: 50%;
  line-height: 35px;
  padding: 0px 20px;
  color: #FFF;
  transition: all 200ms ease;
  max-width: auto !important;
  font-size: 12px;
  border-radius: 60px;
  border: 0px !important;
}
.appkit-page .toast-bottom {
  bottom: 60px;
  bottom: calc(65px + constant(safe-area-inset-bottom) * 1.1) !important;
  bottom: calc(65px + env(safe-area-inset-bottom) * 1.1) !important;
  transform: translate(-50%, 60px);
}
.appkit-page .toast-bottom.toast-tiny.show {
  transform: translate(-50%, 0px);
}
.appkit-page .toast-top {
  top: 60px;
  top: calc(65px + constant(safe-area-inset-bottom) * 1.1) !important;
  top: calc(65px + env(safe-area-inset-bottom) * 1.1) !important;
  transform: translate(-50%, -60px);
}
.appkit-page .toast-top.toast-tiny.show {
  transform: translate(-50%, 0px);
}
.appkit-page .snackbar-toast {
  bottom: 70px !important;
  bottom: calc(70px + constant(safe-area-inset-bottom) * 1.1) !important;
  bottom: calc(70px + env(safe-area-inset-bottom) * 1.1) !important;
  position: fixed;
  left: 10px !important;
  right: 10px !important;
  padding: 0px 18px;
  line-height: 50px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 95;
  transform: translateY(300px);
  transition: all 300ms ease;
}
.appkit-page .snackbar-toast.show {
  transform: translateY(0px);
}
.appkit-page .pagination {
  margin-bottom: 30px;
}
.appkit-page .pagination .page-link {
  padding: 10px 14px;
}
.appkit-page .pagination .page-item {
  margin-right: 5px;
  margin-left: 5px;
}
.appkit-page .page-item.active a {
  color: #FFF !important;
}
.appkit-page .search-results {
  overflow: scroll;
}
.appkit-page .disabled-search-list {
  position: relative;
  max-height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
}
.appkit-page .disabled-search {
  display: none;
}
.appkit-page .search-box {
  line-height: 50px;
  border: solid 1px rgba(0, 0, 0, 0.08);
}
.appkit-page .search-box input {
  outline: none !important;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  line-height: 45px;
}
.appkit-page .search-box .fa-search {
  position: absolute;
  left: 0px;
  line-height: 52px;
  padding: 0px 15px 0px 30px;
}
.appkit-page .search-box a {
  position: absolute;
  right: 15px;
  font-size: 14px;
  line-height: 52px;
  width: 45px;
  text-align: center;
}
.appkit-page .search-box input.bg-white {
  color: #000 !important;
}
.appkit-page .search-color input {
  color: #FFF;
}
.appkit-page .search-color input::placeholder {
  color: #FFF;
}
.appkit-page .search-color i {
  color: #FFF !important;
  z-index: 10;
}
.appkit-page .search-icon-list {
  padding-left: 10px;
  padding-top: 10px;
}
.appkit-page .search-icon-list a {
  color: #1f1f1f;
  line-height: 35px;
}
.appkit-page .search-icon-list a i {
  padding-right: 10px;
}
.appkit-page .search-page .search-result-list {
  position: relative;
  min-height: 80px;
  margin-bottom: 20px;
}
.appkit-page .search-page .search-results img {
  width: 80px;
  position: absolute;
  border-radius: 10px;
}
.appkit-page .search-page .search-results h1 {
  font-size: 15px;
  font-weight: 600;
  padding-left: 100px;
  margin-bottom: 0px;
}
.appkit-page .search-page .search-results p {
  font-size: 12px;
  line-height: 20px;
  padding-left: 100px;
  padding-right: 80px;
}
.appkit-page .search-page .search-results a {
  position: absolute;
  right: 0px;
  height: 30px;
  line-height: 31px;
  padding: 0px 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  border-radius: 10px;
}
.appkit-page .tab-controls {
  display: flex;
}
.appkit-page .tab-controls a {
  font-family: "Inter", sans-serif;
  color: #1f1f1f;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  border-right: solid 0px !important;
  border: solid 1px rgba(0, 0, 0, 0.07);
  align-self: center;
  margin: 0 auto;
}
.appkit-page .tab-controls a:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.07) !important;
}
.appkit-page .tabs-small {
  line-height: 35px;
}
.appkit-page .tabs-medium {
  line-height: 40px;
}
.appkit-page .tabs-large {
  line-height: 45px;
}
.appkit-page .tabs-rounded a:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.appkit-page .tabs-rounded a:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.appkit-page .working-hours {
  border-radius: 5px;
}
.appkit-page .working-hours p {
  padding-top: 34px;
  padding-bottom: 15px !important;
  line-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -8px !important;
  width: 33.3%;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
  white-space: pre;
  overflow-x: hidden;
}
.appkit-page .working-hours p:nth-child(2) {
  text-align: center;
}
.appkit-page .working-hours p:last-child {
  text-align: right;
}
.appkit-page .working-hours::after {
  content: "";
  clear: both;
  display: table;
}
.appkit-page .max-iframe {
  max-height: 200px !important;
  height: 300px !important;
  padding-bottom: 0px !important;
  margin: 0 auto;
}
.appkit-page .responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.appkit-page .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.appkit-page .responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.appkit-page .responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.appkit-page .footer {
  padding: 20px 30px 10px 30px;
  margin-bottom: 0px !important;
  z-index: 11;
}
.appkit-page .footer strong {
  font-size: 10px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-top: 0px;
  text-transform: uppercase;
}
.appkit-page .footer strong i {
  padding: 0px 5px;
}
.appkit-page .footer .footer-text {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  padding: 5px 10px 0px 10px;
}
.appkit-page .footer .footer-copyright {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}
.appkit-page .footer .footer-links {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
  padding-top: 13px;
  display: block;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.appkit-page .footer .footer-links a {
  padding: 40px 5px 1px 5px;
}
.appkit-page .footer .footer-title {
  color: #1f1f1f;
  width: 100%;
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  font-family: "Inter", sans-serif;
}
.appkit-page .footer .footer-logo {
  position: relative;
  width: 100%;
  left: auto;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
  left: auto;
  margin: 0 auto;
}
.appkit-page .footer .footer-logo span {
  display: none !important;
}
.appkit-page .footer-title {
  text-align: center;
  display: block;
}
.appkit-page .footer-socials {
  max-width: 240px;
  margin: 0px auto 30px auto;
}
.appkit-page .footer-socials a {
  float: left;
  font-size: 14px;
  margin: 0px 4px;
  color: #FFF;
  border-radius: 10px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
}
.appkit-page .footer-socials a i {
  width: 38px;
  line-height: 38px;
  text-align: center;
  display: block;
  float: left;
}
.appkit-page .footer-socials:after {
  content: "";
  display: table;
  clear: both;
}
.appkit-page .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.03);
  text-align: center;
  margin-bottom: -5px;
  padding-top: 15px;
  font-size: 11px;
  line-height: 24px;
}
.appkit-page .footer-logo span {
  display: none;
}
.appkit-page .under-slider-btn {
  margin-top: -20px;
  position: relative;
  z-index: 50;
}
.appkit-page .splide .under-slider-btn {
  margin-top: -45px;
}
.appkit-page .splide .card {
  overflow: hidden;
}
.appkit-page .double-slider .splide__pagination {
  margin-bottom: -15px !important;
}
.appkit-page .splide.slider-no-arrows .splide__arrows {
  display: none !important;
}
.appkit-page .splide.slider-no-dots .splide__pagination {
  display: none !important;
}
.appkit-page .splide.slider-arrows .splide__arrow--prev {
  margin-left: 30px !important;
}
.appkit-page .splide.slider-arrows .splide__arrow--next {
  margin-right: 30px !important;
}
.appkit-page .cover-button-top {
  position: absolute;
  width: 170px;
  left: 50%;
  margin-left: -85px;
  top: 20px;
  top: calc(20px + constant(safe-area-inset-top) * 1.1) !important;
  top: calc(20px + env(safe-area-inset-top) * 1.1) !important;
  z-index: 99;
  font-size: 12px;
}
.appkit-page .cover-button-bottom {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 70px;
  z-index: 99;
  font-size: 12px;
}
.appkit-page .cover-next {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 0;
}
.appkit-page .cover-prev {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  left: 0;
}
.appkit-page .theme-light #walkthrough-slider .is-active {
  background: #1f1f1f !important;
}
.appkit-page .theme-dark #walkthrough-slider .is-active {
  background: #FFF !important;
}
.appkit-page #walkthrough-slider .splide__pagination {
  padding-bottom: 20px;
}
.appkit-page .slider-has-dots-over .splide__pagination {
  padding-bottom: 40px;
}
.appkit-page .visible-slider {
  padding-right: 70px !important;
}
.appkit-page .slider-bottom-button {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}
.appkit-page .calendar {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  max-width: 90%;
  margin: 0px auto 30px auto;
}
.appkit-page .cal-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}
.appkit-page .cal-sub-title {
  color: #FFF;
  line-height: 60px;
  margin-bottom: 0px;
  padding: 0px 15px;
}
.appkit-page .cal-title-right {
  float: right;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-right: 20px;
}
.appkit-page .cal-title-left {
  float: left;
  margin-top: -60px;
  line-height: 62px;
  height: 50px;
  padding-left: 20px;
}
.appkit-page .cal-days a {
  position: relative;
  width: 14.28%;
  float: left;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  position: realtive;
  z-index: 3;
  font-weight: 800;
}
.appkit-page .cal-disabled {
  color: #ced4da !important;
}
.appkit-page .cal-selected span {
  z-index: 2;
  position: relative;
  color: #FFF;
}
.appkit-page .cal-selected i {
  color: #000;
  z-index: 0;
  opacity: 1;
  font-size: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin: -16px 0px 0px -16px;
  text-align: center;
  line-height: 32px;
}
.appkit-page .cal-dates a {
  position: relative;
  width: 14.2857142857%;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #1f1f1f;
  font-weight: 500;
}
.appkit-page .theme-dark .cal-dates a {
  color: #FFF;
}
.appkit-page .theme-dark .cal-disabled {
  opacity: 0.3;
}
.appkit-page .cal-dates-border a {
  overflow: hidden;
  border-right: solid 1px rgba(0, 0, 0, 0.05);
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.appkit-page .cal-schedule {
  min-height: 80px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.055);
}
.appkit-page .cal-schedule em {
  line-height: 20px;
  padding: 20px 0px 0px 20px;
  position: absolute;
  font-size: 11px;
  font-style: normal;
}
.appkit-page .cal-schedule strong {
  color: #000;
  display: block;
  padding: 17px 0px 0px 100px;
  font-size: 14px;
}
.appkit-page .cal-schedule span {
  display: block;
  font-size: 10px;
  color: #adb5bd;
  margin-top: 0px;
}
.appkit-page .cal-schedule span i {
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0px 20px 0px 102px;
}
.appkit-page .theme-dark .cal-schedule strong {
  color: #FFF !important;
}
.appkit-page .theme-dark .cal-schedule span {
  color: #FFF !important;
  opacity: 0.5;
}
.appkit-page .cal-message {
  display: block;
}
.appkit-page .cal-message i {
  position: absolute;
  height: 40px;
  line-height: 43px;
  font-size: 27px;
  right: 20px;
}
.appkit-page .cal-message strong {
  display: block;
  line-height: 20px;
  font-weight: 400;
  font-size: 11px;
  padding-left: 20px;
}
.appkit-page .speech-left {
  max-width: 200px;
  float: right;
  border-bottom-right-radius: 0px !important;
  color: #FFF;
}
.appkit-page .speech-right {
  float: left;
  max-width: 200px;
  border-bottom-left-radius: 0px !important;
}
.appkit-page .speach-image {
  padding: 0px !important;
}
.appkit-page .speach-image img {
  margin: 0px;
}
.appkit-page .speech-last {
  margin-bottom: 0px !important;
}
.appkit-page .speech-bubble {
  position: relative;
  border-radius: 17px;
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 22px;
  font-size: 13px;
  background-color: #dee2e6;
  overflow: hidden;
}
.appkit-page .speech-bubble:after {
  content: "";
  display: block;
  clear: both;
}
.appkit-page .speech-read {
  font-size: 10px;
  font-style: normal;
  display: block;
  text-align: right;
  font-weight: 500;
  color: #adb5bd;
  margin-bottom: 80px;
}
.appkit-page .speach-input input {
  width: 100%;
  display: block;
  line-height: 45px;
  height: 45px;
  margin-top: 8px;
  border-radius: 45px;
}
.appkit-page .speach-icon a {
  padding-top: 0px !important;
  display: block;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: 3px;
  transform: translateY(10px);
}
.appkit-page .speech-icon-left, .appkit-page .speech-icon-right {
  position: relative;
  display: block;
}
.appkit-page .speech-icon-left img,
.appkit-page .speech-icon-right img {
  width: 30px;
  position: absolute;
  bottom: 0px;
}
.appkit-page .speech-icon-left img {
  left: 0px;
}
.appkit-page .speech-icon-right img {
  right: 0px;
}
.appkit-page .speech-icon-left .speech-bubble {
  margin-left: 20px !important;
}
.appkit-page .speech-icon-right .speech-bubble {
  margin-right: 20px !important;
}
.appkit-page .form-field span {
  position: absolute;
  right: 20px;
  font-size: 9px;
  opacity: 0.5;
}
.appkit-page .form-field input {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.appkit-page .form-field textarea {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 10px;
  margin: 0px 0px 15px 0px;
}
.appkit-page .form-name input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}
.appkit-page .form-email input {
  line-height: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 0px 10px 0px 10px;
}
.appkit-page .form-text textarea {
  height: 145px;
  line-height: 24px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0px 10px;
  margin-bottom: 30px;
}
.appkit-page .contactSubmitButton {
  width: 100%;
  display: block;
  border-radius: 10px;
  color: #FFF !important;
  padding: 12px 0px !important;
}
.appkit-page .fieldHasError {
  border: solid 1px #BF263C !important;
}
.appkit-page .map-full .card-overlay {
  transition: all 350ms ease;
  z-index: 2;
}
.appkit-page .map-full .card-center {
  z-index: 3;
}
.appkit-page .hide-map {
  position: absolute;
  margin-top: -120px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  z-index: 2;
}
.appkit-page .map-full .card {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.appkit-page .map-full iframe {
  position: absolute;
  width: 100vw;
  height: 100vh;
}
.appkit-page .activate-map {
  opacity: 1 !important;
  transition: all 250ms ease;
  transition: all 350ms ease;
}
.appkit-page .deactivate-map {
  opacity: 0 !important;
  pointer-events: none;
  transition: all 350ms ease;
}
.appkit-page .gallery-collection-round a img {
  border-radius: 10px;
}
.appkit-page .gallery-collection a {
  width: 48%;
  float: left;
  position: relative;
}
.appkit-page .gallery-collection a:nth-child(2n+2) {
  margin-left: 4%;
  margin-bottom: 4%;
}
.appkit-page .gallery-collection a img {
  width: 50%;
  float: left;
  padding: 1px;
}
.appkit-page .gallery-collection i {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50px;
  font-size: 17px;
  color: #1f1f1f;
}
.appkit-page .gallery-view-controls a {
  float: left;
  width: 33.3%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #1f1f1f;
}
.appkit-page .theme-dark .gallery-view-controls a {
  color: #FFF;
}
.appkit-page .theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.07);
}
.appkit-page .gallery-view-controls {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.appkit-page .gallery-view-1 a {
  width: 30%;
  float: left;
}
.appkit-page .gallery-view-1 .caption {
  display: none;
}
.appkit-page .gallery-view-2 .caption {
  display: none;
}
.appkit-page .gallery-view-3 .caption {
  padding-top: 20px;
}
.appkit-page .gallery-view-1 a {
  margin-bottom: 5%;
}
.appkit-page .gallery-view-1 a:nth-child(3n-1) {
  margin: auto 5% auto 5%;
}
.appkit-page .gallery-view-2 a {
  width: 47.5%;
  margin-bottom: 5%;
  float: left;
}
.appkit-page .gallery-view-2 a:nth-child(2n-1) {
  margin-right: 5%;
}
.appkit-page .timeline-cover {
  height: 330px;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0px;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}
.appkit-page .timeline-cover .overlay {
  opacity: 0.8;
}
.appkit-page .timeline-cover .content {
  z-index: 10;
}
.appkit-page .timeline-body {
  position: relative;
  margin-top: 200px;
  padding-top: 5px;
  z-index: 2;
  background-color: #f0f0f0;
  padding-bottom: 10px;
  box-shadow: none !important;
}
.appkit-page .timeline-header {
  height: 55px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.appkit-page .timeline-header .back-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}
.appkit-page .timeline-header .menu-icon {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FFF;
  z-index: 11;
}
.appkit-page .timeline-header .menu-icon em {
  background-color: #FFF;
}
.appkit-page .timeline-logo {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 10;
  width: 100%;
}
.appkit-page .timeline-deco {
  background-color: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0px;
  z-index: 0;
  bottom: 0px;
  left: 43px;
  width: 1px;
}
.appkit-page .timeline-item-content, .appkit-page .timeline-item-content-full {
  border: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  margin: 0px 15px 30px 90px;
  padding: 20px 15px;
}
.appkit-page .timeline-item {
  position: relative;
  z-index: 2;
}
.appkit-page .timeline-item-content-full {
  padding: 0px;
}
.appkit-page .timeline-item-content-full h5 {
  padding: 5px 15px 15px 15px;
}
.appkit-page .timeline-item .timeline-icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 21px;
  line-height: 45px;
  border-radius: 45px;
  top: 25px;
  font-size: 18px;
  text-align: center;
}
.appkit-page .timeline-cover-center .timeline-sub-heading,
.appkit-page .timeline-cover-center .timeline-heading {
  padding-left: 0px;
  text-align: center;
}
.appkit-page .timeline-cover-center .timeline-image {
  top: 50%;
  bottom: auto;
  margin-top: -150px;
  left: 50%;
  margin-left: -60px;
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  border-radius: 100px;
}
.appkit-page .timeline-body-center {
  padding-bottom: 40px;
}
.appkit-page .timeline-body-center .timeline-icon {
  width: 60px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  margin-left: -31px;
  margin-top: -115px;
}
.appkit-page .timeline-body-center .timeline-deco {
  left: 50%;
  margin-left: -1px;
}
.appkit-page .timeline-body-center .timeline-item-content,
.appkit-page .timeline-body-center .timeline-item-content-full {
  margin: 120px 20px 20px 20px !important;
  padding: 20px;
}
.appkit-page .interest-check input {
  position: absolute !important;
  transform: translateX(-150524px);
}
.appkit-page .interest-check .fa-check-circle {
  display: none;
}
.appkit-page .interest-check i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  height: 40px;
  line-height: 40px;
}
.appkit-page .interest-check {
  margin-left: -20px;
  margin-right: 10px;
  margin-bottom: 35px;
  height: 22px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: inline-block;
}
.appkit-page .interest-check label {
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  padding: 8px 15px 8px 40px;
}
.appkit-page .interest-check input:checked ~ .fa {
  display: block !important;
}
.appkit-page .interest-check input:checked ~ label {
  color: #FFF !important;
  background-color: #0d6efd !important;
}
.appkit-page .interest-check input:checked ~ .fa:last-child,
.appkit-page .interest-check input:checked ~ .fab:last-child,
.appkit-page .interest-check input:checked ~ .fas:last-child,
.appkit-page .interest-check input:checked ~ .far:last-child {
  display: none !important;
}
.appkit-page .vcard-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.appkit-page .vcard-field {
  line-height: 50px;
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  padding-top: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  position: relative;
}
.appkit-page .vcard-field strong {
  position: absolute;
  margin-top: -18px;
  color: #ababab;
  font-weight: 400;
  font-size: 10px;
}
.appkit-page .vcard-field i {
  position: absolute;
  top: 25px;
  width: 15px;
  text-align: center;
  right: 0px;
  opacity: 0.3;
}
.appkit-page .vcard-field a {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  opacity: 0.7;
}
.appkit-page .bg-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, black 100%) !important;
}
.appkit-page .bg-gradient-fade {
  bottom: 0px !important;
}
.appkit-page .theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.99) 65%, #f0f0f0 100%);
}
.appkit-page .theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.99) 65%, #1b1d21 100%);
}
.appkit-page .theme-light .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.2) 50%, rgba(240, 240, 240, 0.9) 75%, #f0f0f0 100%);
}
.appkit-page .theme-dark .bg-gradient-fade-small {
  background: linear-gradient(to bottom, rgba(27, 29, 33, 0) 0%, rgba(27, 29, 33, 0.2) 50%, rgba(27, 29, 33, 0.9) 75%, #1b1d21 100%);
}
.appkit-page .color-white {
  color: #FFF !important;
}
.appkit-page .color-black {
  color: #000 !important;
}
.appkit-page .bg-white {
  background-color: #FFF !important;
}
.appkit-page .bg-black {
  background-color: #000 !important;
}
.appkit-page .theme-dark .bg-theme {
  background-color: #0f1117 !important;
}
.appkit-page .theme-light .bg-theme {
  background-color: #FFF !important;
}
.appkit-page .color-text-secondary {
  color: gray !important;
}
.appkit-page .theme-dark .color-text-secondary {
  color: white !important;
}
.appkit-page .theme-light .color-theme {
  color: #0f1117 !important;
}
.appkit-page .theme-dark .color-theme {
  color: #FFF !important;
}
.appkit-page .theme-dark .show-on-theme-dark {
  display: block;
}
.appkit-page .theme-dark .show-on-theme-light {
  display: none;
}
.appkit-page .theme-light .show-on-theme-light {
  display: block;
}
.appkit-page .theme-light .show-on-theme-dark {
  display: none;
}
.appkit-page .theme-dark p {
  color: #898989;
}
.appkit-page .theme-dark code {
  color: #898989;
  opacity: 0.7;
}
.appkit-page .theme-dark h1,
.appkit-page .theme-dark h2,
.appkit-page .theme-dark h3,
.appkit-page .theme-dark h4,
.appkit-page .theme-dark h5,
.appkit-page .theme-dark h6,
.appkit-page .theme-dark label,
.appkit-page .theme-dark header,
.appkit-page .theme-dark section,
.appkit-page .theme-dark i,
.appkit-page .theme-dark .action-bar-container a i,
.appkit-page .theme-dark .action-bar-container a span .theme-dark p strong {
  color: #FFF;
}
.appkit-page .theme-dark .accordion-btn,
.appkit-page .theme-dark .menu .nav-title,
.appkit-page .theme-dark .menu .nav a i,
.appkit-page .theme-dark .menu .nav a span,
.appkit-page .theme-dark .menu .nav .active-nav i,
.appkit-page .theme-dark .menu .nav .active-nav span,
.appkit-page .theme-dark .header .header-icon,
.appkit-page .theme-dark .header .header-title,
.appkit-page .theme-dark .search-header .fa-search,
.appkit-page .theme-dark .color-theme,
.appkit-page .theme-dark .countdown div,
.appkit-page .theme-dark .list-group i:last-child,
.appkit-page .theme-dark .search-icon-list a,
.appkit-page .theme-dark .fac label,
.appkit-page .theme-dark .pagination a,
.appkit-page .theme-dark .accordion-style-2 a,
.appkit-page .theme-dark input,
.appkit-page .theme-dark .contact-form i,
.appkit-page .theme-dark .demo-icon-font article,
.appkit-page .theme-dark [data-tab],
.appkit-page .theme-dark span:not(.badge),
.appkit-page .theme-dark .profile-2 .profile-stats a,
.appkit-page .theme-dark .vcard-field *,
.appkit-page .theme-dark .search-header input,
.appkit-page .theme-dark .footer .footer-title {
  color: #FFF !important;
}
.appkit-page .theme-dark .loader-main,
.appkit-page .theme-dark .instant-article,
.appkit-page .theme-dark .divider-icon i,
.appkit-page .theme-dark .table tr.even td,
.appkit-page .theme-dark .timeline-body,
.appkit-page .theme-dark table,
.appkit-page .theme-dark td {
  background-color: #1b1d21 !important;
}
.appkit-page .theme-dark,
.appkit-page .theme-dark .page-bg,
.appkit-page .theme-dark #page {
  background-color: #1b1d21;
}
.appkit-page .theme-dark .ios-switch label::before,
.appkit-page .theme-dark .android-switch label::before {
  background-color: #1b1d21;
  border: solid 1px rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .bg-theme {
  background-color: #0f1117 !important;
}
.appkit-page .theme-dark .form-floating-over > .form-control:focus ~ label,
.appkit-page .theme-dark .form-floating-over > .form-control:not(:placeholder-shown) ~ label,
.appkit-page .theme-dark .form-floating-over > .form-select ~ label,
.appkit-page .theme-dark .footer,
.appkit-page .theme-dark .card,
.appkit-page .theme-dark #preloader {
  background-color: #0f1117;
}
.appkit-page .theme-dark .link-list-3 a,
.appkit-page .theme-dark .pricing-1,
.appkit-page .theme-dark .pricing-2,
.appkit-page .theme-dark .pricing-3,
.appkit-page .theme-dark .pricing-4,
.appkit-page .theme-dark .search-box,
.appkit-page .theme-dark .link-list-2 a,
.appkit-page .theme-dark .vcard-field,
.appkit-page .theme-dark table {
  border: solid 1px rgba(255, 255, 255, 0.05);
}
.appkit-page .theme-dark select,
.appkit-page .theme-dark .form-field input,
.appkit-page .theme-dark .form-field textarea {
  color: #FFF !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark input,
.appkit-page .theme-dark textarea,
.appkit-page .theme-dark select {
  border-color: rgba(255, 255, 255, 0.05);
}
.appkit-page .theme-dark input:focus,
.appkit-page .theme-dark textarea:focus,
.appkit-page .theme-dark select:focus {
  border-color: #495057 !important;
}
.appkit-page .theme-dark .list-custom-large a,
.appkit-page .theme-dark .list-custom-small a {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .timeline-deco {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .footer-links,
.appkit-page .theme-dark .action-bar-container,
.appkit-page .theme-dark .footer-copyright {
  border-top: solid 1px rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark .border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.appkit-page .theme-dark th,
.appkit-page .theme-dark .menu,
.appkit-page .theme-dark .header,
.appkit-page .theme-dark .polaroid-effect,
.appkit-page .theme-dark .timeline-item-content,
.appkit-page .theme-dark .tab-controls,
.appkit-page .theme-dark .action-bar-container,
.appkit-page .theme-dark .menu .form-style label,
.appkit-page .theme-dark .menu .form-floating-style label,
.appkit-page .theme-dark .menu .form-border-bottom label,
.appkit-page .theme-dark .timeline-item-content-full {
  background-color: #21252a !important;
  color: #FFF;
}
.appkit-page .theme-dark .divider,
.appkit-page .theme-dark .menu .nav a:hover,
.appkit-page .theme-dark .menu .nav .active-subnav,
.appkit-page .theme-dark .menu .nav .divider {
  background-color: rgba(255, 255, 255, 0.05);
}
.appkit-page .theme-dark .menu-hider {
  background-color: rgba(0, 0, 0, 0.7);
}
.appkit-page .theme-dark .gallery-filter-controls li {
  color: #FFF;
}
.appkit-page .theme-dark .gallery-view-controls a {
  color: #FFF;
}
.appkit-page .theme-dark .gallery-view-controls {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.appkit-page .theme-dark .tab-controls a {
  border: solid 1px rgba(255, 255, 255, 0.05);
}
.appkit-page .theme-dark .form-control:focus,
.appkit-page .theme-dark .form-control {
  background-color: transparent !important;
}
.appkit-page .theme-dark[data-gradient=body-default] #page, .appkit-page .body-default {
  background-image: none !important;
}
.appkit-page .theme-dark input::placeholder,
.appkit-page .theme-dark textarea::placeholder {
  color: #FFF;
}
.appkit-page .theme-dark input:not([type=file]),
.appkit-page .theme-dark select,
.appkit-page .theme-dark textarea {
  color: #FFF !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.appkit-page .theme-dark .color-black input, .appkit-page .theme-dark .color-black i, .appkit-page .theme-dark .color-black span, .appkit-page .theme-dark .color-black a, .appkit-page .theme-dark .color-black p, .appkit-page .theme-dark .color-black h1, .appkit-page .theme-dark .color-black h2, .appkit-page .theme-dark .color-black h3, .appkit-page .theme-dark .color-black h4, .appkit-page .theme-dark .color-black h5, .appkit-page .theme-dark .color-black label, .appkit-page .theme-dark .color-black section {
  color: black !important;
}
.appkit-page .theme-dark .bg-white input, .appkit-page .theme-dark .bg-white i, .appkit-page .theme-dark .bg-white span, .appkit-page .theme-dark .bg-white a, .appkit-page .theme-dark .bg-white p, .appkit-page .theme-dark .bg-white h1, .appkit-page .theme-dark .bg-white h2, .appkit-page .theme-dark .bg-white h3, .appkit-page .theme-dark .bg-white h4, .appkit-page .theme-dark .bg-white h5, .appkit-page .theme-dark .bg-white label, .appkit-page .theme-dark .bg-white section {
  color: black !important;
}
.appkit-page .theme-dark .stepper a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1) !important;
}
.appkit-page .theme-dark .stepper a:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1) !important;
}
.appkit-page .theme-dark .stepper {
  border: solid 1px rgba(255, 255, 255, 0.1) !important;
}
.appkit-page .theme-dark label {
  background-color: #0f1117 !important;
}
.appkit-page .theme-dark .menu label {
  background-color: #21252a !important;
}
.appkit-page .theme-dark [data-card-height=cover] label {
  background-color: transparent !important;
}
.appkit-page .bg-0 {
  background-image: url(../images/pictures/0l.jpg);
}
.appkit-page .bg-1 {
  background-image: url(../images/pictures/1.jpg);
}
.appkit-page .bg-2 {
  background-image: url(../images/pictures/2.jpg);
}
.appkit-page .bg-3 {
  background-image: url(../images/pictures/3.jpg);
}
.appkit-page .bg-4 {
  background-image: url(../images/pictures/4.jpg);
}
.appkit-page .bg-5 {
  background-image: url(../images/pictures/5.jpg);
}
.appkit-page .bg-6 {
  background-image: url(../images/pictures/6.jpg);
}
.appkit-page .bg-7 {
  background-image: url(../images/pictures/7.jpg);
}
.appkit-page .bg-8 {
  background-image: url(../images/pictures/8.jpg);
}
.appkit-page .bg-9 {
  background-image: url(../images/pictures/9.jpg);
}
.appkit-page .bg-10 {
  background-image: url(../images/pictures/10.jpg);
}
.appkit-page .bg-11 {
  background-image: url(../images/pictures/11.jpg);
}
.appkit-page .bg-12 {
  background-image: url(../images/pictures/12.jpg);
}
.appkit-page .bg-13 {
  background-image: url(../images/pictures/13.jpg);
}
.appkit-page .bg-14 {
  background-image: url(../images/pictures/14.jpg);
}
.appkit-page .bg-15 {
  background-image: url(../images/pictures/15.jpg);
}
.appkit-page .bg-16 {
  background-image: url(../images/pictures/16.jpg);
}
.appkit-page .bg-17 {
  background-image: url(../images/pictures/17.jpg);
}
.appkit-page .bg-18 {
  background-image: url(../images/pictures/18.jpg);
}
.appkit-page .bg-19 {
  background-image: url(../images/pictures/19.jpg);
}
.appkit-page .bg-20 {
  background-image: url(../images/pictures/20.jpg);
}
.appkit-page .bg-21 {
  background-image: url(../images/pictures/21.jpg);
}
.appkit-page .bg-22 {
  background-image: url(../images/pictures/22.jpg);
}
.appkit-page .bg-23 {
  background-image: url(../images/pictures/23.jpg);
}
.appkit-page .bg-24 {
  background-image: url(../images/pictures/24.jpg);
}
.appkit-page .bg-25 {
  background-image: url(../images/pictures/25.jpg);
}
.appkit-page .bg-26 {
  background-image: url(../images/pictures/26.jpg);
}
.appkit-page .bg-27 {
  background-image: url(../images/pictures/27.jpg);
}
.appkit-page .bg-28 {
  background-image: url(../images/pictures/28.jpg);
}
.appkit-page .bg-29 {
  background-image: url(../images/pictures/29.jpg);
}
.appkit-page .bg-30 {
  background-image: url(../images/pictures/30.jpg);
}
.appkit-page .bg-31 {
  background-image: url(../images/pictures/31.jpg);
}
.appkit-page .bg-32 {
  background-image: url(../images/pictures/32.jpg);
}
.appkit-page .bg-33 {
  background-image: url(../images/pictures/33.jpg);
}
.appkit-page .bg-34 {
  background-image: url(../images/pictures/34.jpg);
}
.appkit-page .demo-color {
  display: block;
  width: 100%;
  line-height: 45px;
  padding-left: 10px;
  text-transform: capitalize;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
}
.appkit-page .demo-color strong {
  display: block;
  font-size: 9px;
  margin-top: -25px;
  padding-bottom: 3px;
  font-weight: 400;
  opacity: 0.8;
}
.appkit-page .demo-color span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.5);
}
.appkit-page .theme-change-transition {
  transition: all 150ms ease !important;
}
.appkit-page .background-changer a {
  width: 20%;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: -5px;
}
.appkit-page .background-changer a i {
  margin-top: 10px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0);
  margin: 10px auto 0px auto;
}
.appkit-page .background-changer .bg-theme {
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.appkit-page .background-changer a span {
  font-size: 11px;
  display: block;
  margin-top: -10px;
  margin-bottom: -5px;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.appkit-page .splide__container {
  position: relative;
  box-sizing: border-box;
}
.appkit-page .splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}
.appkit-page .splide.is-active .splide__list {
  display: flex;
}
.appkit-page .splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.appkit-page .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.appkit-page .splide {
  visibility: hidden;
}
.appkit-page .splide,
.appkit-page .splide__slide {
  position: relative;
  outline: none;
}
.appkit-page .splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}
.appkit-page .splide__slide img {
  vertical-align: bottom;
}
.appkit-page .splide__slider {
  position: relative;
}
.appkit-page .splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}
.appkit-page .splide__track {
  position: relative;
  z-index: 0;
}
.appkit-page .splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}
.appkit-page .splide--fade > .splide__track > .splide__list {
  display: block;
}
.appkit-page .splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.appkit-page .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.appkit-page .splide--rtl {
  direction: rtl;
}
.appkit-page .splide--ttb > .splide__track > .splide__list {
  display: block;
}
.appkit-page .splide--ttb > .splide__pagination {
  width: auto;
}
.appkit-page .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}
.appkit-page .splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}
.appkit-page .splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}
.appkit-page .splide__arrow:focus {
  outline: none;
}
.appkit-page .splide__arrow--prev {
  left: 1em;
}
.appkit-page .splide__arrow--prev svg {
  transform: scaleX(-1);
}
.appkit-page .splide__arrow--next {
  right: 1em;
}
.appkit-page .splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.appkit-page .splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}
.appkit-page .splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}
.appkit-page .splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.appkit-page .splide__pagination__page:focus {
  outline: none;
}
.appkit-page .splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}
.appkit-page .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}
.appkit-page .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}
.appkit-page .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}
.appkit-page .splide--rtl > .splide__arrows .splide__arrow--prev,
.appkit-page .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}
.appkit-page .splide--rtl > .splide__arrows .splide__arrow--prev svg,
.appkit-page .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}
.appkit-page .splide--rtl > .splide__arrows .splide__arrow--next,
.appkit-page .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}
.appkit-page .splide--rtl > .splide__arrows .splide__arrow--next svg,
.appkit-page .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}
.appkit-page .splide--ttb > .splide__arrows .splide__arrow,
.appkit-page .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.appkit-page .splide--ttb > .splide__arrows .splide__arrow--prev,
.appkit-page .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}
.appkit-page .splide--ttb > .splide__arrows .splide__arrow--prev svg,
.appkit-page .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.appkit-page .splide--ttb > .splide__arrows .splide__arrow--next,
.appkit-page .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}
.appkit-page .splide--ttb > .splide__arrows .splide__arrow--next svg,
.appkit-page .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}
.appkit-page .splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}
.appkit-page .slider-cover-dots .splide__pagination {
  transform: translate(-50%, -40px) !important;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-family: _fontFamily;
  /*general*/
  --brand-primary-color: #0d6efd;
  --brand-primary-gradient-to-bottom: linear-gradient(to bottom, #1c86c8, #6DD5FA);
  --brand-primary-gradient-to-bottom-text: white;
  --text-primary-color: black;
  --brand-text-primary-color: black;
  --brand-text-error-color: red;
  /*buttons*/
  --brand-button-background-color: #0d6efd;
  --brand-button-text-color: white;
  /*cards*/
  --brand-card-unselected-color: #E0FFFF;
  --brand-card-background-color: #0d6efd;
  --brand-card-text-color: white;
  --brand-card-text-highlight-color: black;
  --brand-card-detail-background-color: #0d6efd;
  --brand-card-detail-text-color: white;
  /*navigation bar*/
  --brand-bar-background-color: white;
  --brand-bar-text-color: black;
}

/*
body {
    background: linear-gradient(90deg, #20005f, #00035a);
    user-select: none;
}
*/
.confetti-box {
  /*
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      */
}

.confetti {
  position: absolute;
  z-index: 9999;
}

.confetti-item {
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
}

/* line 17, ../sass/screen.scss */
.cool_btn_container {
  width: fit-content;
  margin: 10px auto 0 auto;
  text-align: center;
}

/* line 22, ../sass/screen.scss */
.cool_btn1 {
  width: 190px;
  height: 190px;
  margin: 15px 15px 15px 15px;
  position: relative;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(50%, #e3e3e3), color-stop(50%, #888888), color-stop(100%, #666666));
  background-image: -webkit-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: -moz-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: -o-linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  background-image: linear-gradient(#fafafa, #e3e3e3 50%, #888888 50%, #666666);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

/* line 31, ../sass/screen.scss */
.cool_btn1 h1 {
  text-align: center;
  font-size: 50px;
  margin: 20px 0 0 0;
  color: #333;
  text-shadow: 0 1px 0 white, 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-family: "Lobster", cursive;
  font-weight: normal;
  line-height: 1;
}

/* line 40, ../sass/screen.scss */
.cool_btn1 h1 i {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
  text-shadow: none;
}

/* line 49, ../sass/screen.scss */
.cool_btn1 h2 {
  font-family: "ModernPictogramsNormal", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 90px;
  line-height: 1;
  margin: 15px 0 0 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4), 0 -1px 0px rgba(0, 0, 0, 0.8);
  color: #fafafa;
}

/* line 60, ../sass/screen.scss */
.cool_btn1:after {
  content: "";
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: -1;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cecece), color-stop(100%, #e7e7e7));
  background-image: -webkit-linear-gradient(#cecece, #e7e7e7);
  background-image: -moz-linear-gradient(#cecece, #e7e7e7);
  background-image: -o-linear-gradient(#cecece, #e7e7e7);
  background-image: linear-gradient(#cecece, #e7e7e7);
  -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.9);
}

/* -------------------
Transitions
-------------------- */
/* line 76, ../sass/screen.scss */
.cool_btn1.blue, .cool_btn1.teal, .cool_btn1.orange, .cool_btn1.green {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
}

/* -------------------
Colors
-------------------- */
/* line 84, ../sass/screen.scss */
.cool_btn1.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5d5d5), color-stop(50%, #ffffff), color-stop(50%, #577fbd), color-stop(100%, #274281));
  background-image: -webkit-linear-gradient(#d5d5d5, #ffffff 50%, #577fbd 50%, #274281);
  background-image: -moz-linear-gradient(#d5d5d5, #ffffff 50%, #577fbd 50%, #274281);
  background-image: -o-linear-gradient(#d5d5d5, #ffffff 50%, #577fbd 50%, #274281);
  background-image: linear-gradient(#d5d5d5, #ffffff 50%, #577fbd 50%, #274281);
}

/* line 86, ../sass/screen.scss */
.cool_btn1.blue h1 {
  color: #4265A3;
}

/* line 89, ../sass/screen.scss */
.cool_btn1.blue h2 {
  color: #1E3261;
}

/* line 93, ../sass/screen.scss */
.cool_btn1.teal {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5d5d5), color-stop(50%, #ffffff), color-stop(50%, #11b8fe), color-stop(100%, #0187b8));
  background-image: -webkit-linear-gradient(#d5d5d5, #ffffff 50%, #11b8fe 50%, #0187b8);
  background-image: -moz-linear-gradient(#d5d5d5, #ffffff 50%, #11b8fe 50%, #0187b8);
  background-image: -o-linear-gradient(#d5d5d5, #ffffff 50%, #11b8fe 50%, #0187b8);
  background-image: linear-gradient(#d5d5d5, #ffffff 50%, #11b8fe 50%, #0187b8);
}

/* line 102, ../sass/screen.scss */
.cool_btn1.orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5d5d5), color-stop(50%, #ffffff), color-stop(50%, #f49e23), color-stop(100%, #e27619));
  background-image: -webkit-linear-gradient(#d5d5d5, #ffffff 50%, #f49e23 50%, #e27619);
  background-image: -moz-linear-gradient(#d5d5d5, #ffffff 50%, #f49e23 50%, #e27619);
  background-image: -o-linear-gradient(#d5d5d5, #ffffff 50%, #f49e23 50%, #e27619);
  background-image: linear-gradient(#d5d5d5, #ffffff 50%, #f49e23 50%, #e27619);
}

/* line 104, ../sass/screen.scss */
.cool_btn1.orange h1 {
  color: #e27619;
}

/* line 107, ../sass/screen.scss */
.cool_btn1.orange h2 {
  color: #AC5509;
}

/* line 111, ../sass/screen.scss */
.cool_btn1.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d5d5d5), color-stop(50%, #ffffff), color-stop(50%, #2fd51d), color-stop(100%, #00a01e));
  background-image: -webkit-linear-gradient(#d5d5d5, #ffffff 50%, #2fd51d 50%, #00a01e);
  background-image: -moz-linear-gradient(#d5d5d5, #ffffff 50%, #2fd51d 50%, #00a01e);
  background-image: -o-linear-gradient(#d5d5d5, #ffffff 50%, #2fd51d 50%, #00a01e);
  background-image: linear-gradient(#d5d5d5, #ffffff 50%, #2fd51d 50%, #00a01e);
}

/* line 113, ../sass/screen.scss */
.cool_btn1.green h1 {
  color: #00a01e;
}

/* line 116, ../sass/screen.scss */
.cool_btn1.green h2 {
  color: #006312;
}

/* -------------------
Hover States
-------------------- */
/* line 123, ../sass/screen.scss */
.cool_btn1.orange:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(255, 174, 0, 0.8);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(255, 174, 0, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(255, 174, 0, 0.8);
}

/* line 128, ../sass/screen.scss */
.cool_btn1.teal:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(16, 216, 252, 0.8);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(16, 216, 252, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(16, 216, 252, 0.8);
}

/* line 133, ../sass/screen.scss */
.cool_btn1.blue:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(43, 95, 187, 0.8);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(43, 95, 187, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(43, 95, 187, 0.8);
}

/* line 138, ../sass/screen.scss */
.cool_btn1.green:hover {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(47, 217, 29, 0.8);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(47, 217, 29, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3), inset 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 28px 6px rgba(47, 217, 29, 0.8);
}

.music-graph .playing {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
}
.music-graph .playing:after {
  content: "Now Playing.";
  display: block;
  width: 100%;
  margin-top: 10px;
}
.music-graph .now.playing .bar {
  display: inline-block;
  position: relative;
  margin-right: 1px;
  width: 10px;
  height: 1px;
  overflow: hidden;
  background: linear-gradient(to bottom, #ff9500, #ff5e3a);
  color: transparent;
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.music-graph .paused.playing .bar {
  animation-iteration-count: 1;
}
.music-graph .paused.playing:after {
  content: "Paused (Lame)";
}
.music-graph .n1 {
  animation-delay: 0.5s;
}
.music-graph .n2 {
  animation-delay: 0.2s;
}
.music-graph .n3 {
  animation-delay: 1.2s;
}
.music-graph .n4 {
  animation-delay: 0.9s;
}
.music-graph .n5 {
  animation-delay: 2.3s;
}
.music-graph .n6 {
  animation-delay: 1.3s;
}
.music-graph .n7 {
  animation-delay: 3.1s;
}
.music-graph .n8 {
  animation-delay: 1.9s;
}
@keyframes pulse {
  0% {
    height: 1px;
    margin-top: 0;
  }
  10% {
    height: 40px;
    margin-top: -40px;
  }
  50% {
    height: 20px;
    margin-top: -20px;
  }
  60% {
    height: 30px;
    margin-top: -30px;
  }
  80% {
    height: 60px;
    margin-top: -60px;
  }
  100% {
    height: 1px;
    margin-top: 0;
  }
}
