/* Option 2: Import via CSS */
:root {
  --base: black;
  --contrast: white;
}
[data-bs-theme=dark] {
  --bs-border-color: #151b29!important;
}
.container.grid-container {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
}
label, .label, .noselect, .noselect:focus, .noselect:active, .loading {
  -webkit-user-select: none!important;  /* Chrome all / Safari all */
  -moz-user-select: none!important;     /* Firefox all */
  -ms-user-select: none!important;      /* IE 10+ */
  user-select: none!important;          /* Likely future */
  outline: none!important;
}
.bold {
  font-weight: 500!important;
}
.bolder {
  font-weight: 600!important;
}
.boldest {
  font-weight: 900!important;
}
.payment-card {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  box-shadow: 3px 3px 5px #0000001a;
}
.card .atm {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.card .visa {
  width: 50px;
  height: 20px;
  object-fit: fill;
}
.wc-saved-payment-methods .saved-card {
  opacity: 0.5;
}
.min-height-100 {
  min-height: 100%!important;
}
.mh-inherit {
  min-height: inherit;
}
.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover, 
.form-control:-webkit-autofill:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-text-fill-color: var(--bs-body-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--bs-body-bg) inset;
  transition: background-color 5000s ease-in-out 0s;
}
#payment_method_woocommerce_payments, .testmode-info, .woocommerce-checkout #wc-woocommerce_payments-upe-form {
  display: none!important;
}
.wc-saved-payment-methods .saved-card:has(input:checked) {
  opacity: 1;
}
.wc-saved-payment-methods .saved-card:not(:has(input:checked)) .fa-circle-check {
  display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field, .select2-dropdown, .select2-container--default .select2-selection--single {
  border-color: var(--bs-border-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--bs-secondary-bg);
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--bs-tertiary-bg);
  color: inherit;
}
.select2-container--default .select2-selection--single, .select2-dropdown {
  background-color: var(--bs-body-bg);
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-dropdown {
  color: var(--bs-body-color);
}
.card .master {
  width: 50px;
  height: 50px;
  object-fit: fill;
}
.bg-contrast {
  background-color: white;
}
pre {
  white-space: break-spaces;
}
.shape-divider-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(2);
  transform: scale(2);
}
.shape-divider {
  position: absolute;
  pointer-events: none;
}
.shape-divider svg {
  fill: var(--bs-body-bg);
  -webkit-transform: scale(2);
  transform: scale(2);
}
.shape-divider-fluid-x>* {
  width: 100%;
  height: auto;
}
.shape-divider-bottom>* {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.loading > .loader {
  background: rgba(var(--bs-body-bg-rgb),.7)!important;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0; top: 0;
  place-content: center;
  align-items: center;
  gap: 5px;
  display: flex;
  font-weight: 700;
  border-radius: inherit;
  flex-direction: column;
}
.loading > .loader .logospinner .logo-path {
  fill: url(#logoGradient);
  stroke-width: 0;
}


.loading > .loader .logospinner {
  transform-origin: center;
  transform-style: preserve-3d;
  animation: logo-spin 2s infinite cubic-bezier(0.68, -0.55, 0.265, 1.55);
  width: 50px;
}

@keyframes logo-spin {
  0% {transform:perspective(500px) rotateY(0)}
  60% {transform:perspective(500px) rotateY(720deg)}
  90% {transform:perspective(500px) rotateY(740deg)}
  100% {transform:perspective(500px) rotateY(720deg)}
}






.loading.no-bg .loader {
  background: none!important;
  opacity: 1;
}
body.loading > .loader {
  position: fixed;
  z-index: 99;
}
.chosen-select.sm + .chosen-container {
  font-size: 11px;
}
.chosen-select.sm + .chosen-container .search-choice-close {
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.chosen-select.sm + .chosen-container-multi .chosen-choices {
  padding: 1.2rem 2.2rem 0.3rem 0.3rem;
}
.chosen-select.sm ~ label {
  line-height: 1.5rem!important;
  font-size: 12px!important;
  background: transparent!important;
}
.chosen-select.sm ~ label::after {
  display: none!important;
}
/* line-height: 1.5rem;
    font-size: 13px; */
.chosen-select.sm + .chosen-container-multi .chosen-choices li.search-choice {
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
.chosen-container {
  width: 100%!important;
}
.chosen-container:has(*:focus) .chosen-single {
  box-shadow: 0 0 0 .25rem rgba(51,69,103,.25)!important;
  border-color: #99a2b3!important;
}
.chosen-container-multi .chosen-drop .result-selected,
.chosen-container .chosen-results li.disabled-result {
  display: none;
}
.chosen-container .chosen-results li.group-toggle {
  display: flex;
  flex-direction: column;
}
.chosen-container .chosen-results li.group-toggle:not(:last-child) {
  border-bottom: 1px solid var(--bs-border-color);
}
.chosen-container .chosen-results li.group-toggle > .toggler {
  cursor: pointer;
  position: relative;
}
.chosen-container .chosen-results li.group-toggle > .toggler::after {
  margin-left: auto; font-size: 1rem;
  font-family: remixicon !important;
  font-style: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container .chosen-results li.group-toggle:not(.expanded) > .toggler::after {
  content: "\ea4e";
}
.chosen-container .chosen-results li.group-toggle.expanded > .toggler::after {
  content: "\ea78";
}
.chosen-container .chosen-results li:has(> .symbol),
.chosen-container .chosen-results li .toggler {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.chosen-container .chosen-drop {
  border-color: var(--bs-border-color);
  background: var(--bs-body-bg);
  border-bottom-left-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
  overflow: hidden;
}
.chosen-container .chosen-results li {
  line-height: 1.5;
}
.chosen-container .chosen-results li.active-result {
  display: flex;
  align-items: center;
}
.chosen-container .chosen-results li.flag:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: var(--flag);
}
.chosen-container .chosen-results li.flag
.chosen-container .chosen-results li.highlighted {
  background-color: rgba(var(--bs-primary-rgb), 1);
  color: var(--bs-emphasize);
}
.chosen-container-single .chosen-single {
  height: 100%;
  display: flex;
  align-items: center;
}
.chosen-container-multi .chosen-choices {
  display: flex;
  gap: .25rem;
  position: relative;
  flex-wrap: wrap;
}
.chosen-container-multi .chosen-choices:after,
.chosen-container-single .chosen-single:after {
  content: "\ea4e";
  font-size: 20px;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0.5rem;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
  direction: ltr;
}
.chosen-container-single .chosen-drop {
  margin-top: -10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  padding: 0;
  margin: 3px 4px;
  display: flex;
  align-items: center;
}
.chosen-container-single .chosen-search input[type=text] {
  border-radius: var(--bs-border-radius);
  line-height: 1.2rem;
  width: 100%;
  border-color: var(--bs-border-color);
  background: none!important;
  font-family: inherit;
  direction: ltr;
  -webkit-rtl-ordering: none;
}
input:focus::-webkit-textfield-decoration-container {
   visibility: hidden;
   pointer-events: none;
   position: absolute;
   right: 0;
}
.chosen-container-single .chosen-search:after {
  content: "\f3d1";
  font-size: 20px;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: var(--bs-body-color);
  font-size: var(--bs-body-font-size);
  border: none;
  height: 100%;
  font-family: inherit;
}
.chosen-container-single .chosen-single div {
  display: none;
}
.chosen-container-single .chosen-single span {
  line-height: 1.25rem;
}
.chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: 0.375rem 0.75rem;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  display: none!important;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  border-radius: var(--bs-border-radius);
  margin: 0.125rem;
  padding: 0.375rem 0.375rem 0.375rem 0.75rem;
  background: rgba(var(--bs-info-rgb), .06);
  box-shadow: none;
  line-height: 1.5;
  margin: 0;
  display: flex; 
  align-items: center;
  gap: 5px;
}
.chosen-container-multi .chosen-choices li.search-choice:hover {
  background: rgba(var(--bs-info-rgb), .1);
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: static;
  font-size: inherit;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  cursor: pointer;
  height: 20px;
  background: inherit;
  border-radius: inherit;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background: rgba(var(--bs-info-rgb), .15);
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\eb99";
  font-size: inherit;
}
.chosen-container-multi.chosen-container-active .chosen-choices {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.form-floating > label {
  color: rgba(var(--bs-body-color-rgb),.65);
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-floating > label:has(.ri-xl) {
  padding-left: 5px;
}
.select2-container {
  display: block;
}
.form-floating.address-field select {
  opacity: 0!important;
  visibility: hidden;
}
.ElementsApp, .ElementsApp .InputElement {
  color: white!important;
}
.wc-stripe-elements-field {
  border-color: #ad2222;
}

#add_payment_method #payment ul.payment_methods li .checkbox {
  padding: 0 1em;
  display: flex;
  align-items: center;
}
.woocommerce form .form-row .input-checkbox {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em;
  height: 1em;
  margin-right: 1em!important;
  appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid var(--bs-body-color);
  print-color-adjust: exact;
  display: inline-block;
  box-sizing: content-box;
  flex-shrink: 0;
}
.woocommerce form .form-row .optional {
  display: none;
}
.woocommerce form .form-row .input-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fffdff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-color: #37435c;
  border-color: #37435c;
}
.woocommerce form .form-row .input-checkbox:active {
  filter: brightness(90%);
}
.woocommerce form .form-row .input-checkbox:focus {
  border-color: #9ba1ae;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(55,67,92,.25);
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container .select2-selection--single {
  height: 58px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.625rem .75rem 0.625rem;
  line-height: 1.25;
}
.breathing {
  -webkit-animation: breathing .7s ease-out infinite normal;
  animation: breathing .7s ease-out infinite normal;
}
.animate__delay-6s {
  -webkit-animation-delay: Calc(var(--animate-delay) * 6);
  animation-delay: Calc(var(--animate-delay) * 6);
  -webkit-animation-delay: Calc(var(--animate-delay) * 6);
  animation-delay: Calc(var(--animate-delay) * 6);
}
.animate__delay-7s {
  -webkit-animation-delay: Calc(var(--animate-delay) * 7);
  animation-delay: Calc(var(--animate-delay) * 7);
  -webkit-animation-delay: Calc(var(--animate-delay) * 7);
  animation-delay: Calc(var(--animate-delay) * 7);
}
.animate__delay-8s {
  -webkit-animation-delay: Calc(var(--animate-delay) * 8);
  animation-delay: Calc(var(--animate-delay) * 8);
  -webkit-animation-delay: Calc(var(--animate-delay) * 8);
  animation-delay: Calc(var(--animate-delay) * 8);
}
.small {
  font-size: 13px;
}
.smaller {
  font-size: 12px;
}
.smallest {
  font-size: 10px;
}
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(var(--bs-info-rgb),1);
  color: rgba(var(--bs-info-rgb),1);
  animation: dot-elastic 1s infinite linear;
}
.dot-elastic::before, .dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(var(--bs-info-rgb),1);
  color: rgba(var(--bs-info-rgb),1);
  animation: dot-elastic-before 1s infinite linear;
}
.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(var(--bs-info-rgb),1);
  color: rgba(var(--bs-info-rgb),1);
  animation: dot-elastic-after 1s infinite linear;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 2s linear infinite;
}
.spin.fast {
  animation: spin 1s linear infinite;
}
.spin.slow {
  animation: spin 3s linear infinite;
}
.spin.fastest {
  animation: spin 0.5s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }  
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-20px);
  }
  60% {
      transform: translateY(-10px);
  }
}
@keyframes bounce-sm {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  35% {
      transform: translateY(-10px);
  }
  65% {
      transform: translateY(-5px);
  }
}
@keyframes bounce-xs {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  35% {
      transform: translateY(-5px);
  }
  65% {
      transform: translateY(-2.5px);
  }
}
@keyframes dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.square {
  --bs-aspect-ratio: 100%;
}
.square::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.blinker {
    animation: blinker 1s linear infinite;
}
.form-check-input {
  cursor: pointer;
}
table.sticky {
  caption-side: bottom;
  border-spacing: 0;
  border-collapse: separate;
}
table.sticky thead {
  position: sticky; top: 0;
  caption-side: bottom;
  border-collapse: separate;
  z-index: 1;
}
table.sticky tfoot {
  position: sticky; bottom: 0;
  caption-side: bottom;
  border-collapse: separate;
  box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075)!important;
}

table.sticky:not(:has(tbody input[type="checkbox"]:checked)) tfoot {
  display: none;
}
table.sticky:not(:has([data-status="5"] input[type="checkbox"]:checked)) tfoot button[data-status="true"],
table.sticky:not(:has([data-status="0"] input[type="checkbox"]:checked)) tfoot button[data-status="false"] {
  display: none!important;
}
table.sticky thead tr {
  border: none!important;
} 
table.sticky thead tr th {
  border: none!important;
}
.dropdown-menu {
  --bs-dropdown-padding-x: 0!important;
  --bs-dropdown-padding-y: 0!important;
  --bs-dropdown-border-width: 0!important;
}
.trumbowyg-editor-box,
.nicescroll {
  --scroll-size: 3px;
  --scroll-track: rgba(var(--bs-body-color-rgb),.05)!important;
  --scroll-thumb-color: rgba(var(--bs-body-color-rgb),.15)!important;
}
.trumbowyg-editor-box::-webkit-scrollbar,
.nicescroll::-webkit-scrollbar {
  width: var(--scroll-size, 10px);
  height: var(--scroll-size, 10px);
}
.trumbowyg-editor-box::-webkit-scrollbar-track,
.nicescroll::-webkit-scrollbar-track {
  background-color: inherit;
  border-radius: var(--scroll-track-radius, var(--scroll-radius));
}
.trumbowyg-editor-box::-webkit-scrollbar-thumb,
.nicescroll::-webkit-scrollbar-thumb {
  background-color: var(--scroll-thumb-color, grey);
  background-image: var(--scroll-thumb, none);
  border-radius: var(--scroll-thumb-radius, var(--scroll-radius));
}
.nicescroll.notrack {
  --scroll-track: transparent!important;
}
.trumbowyg-button-pane::after, .trumbowyg-button-pane::before {
  top: 0;
}
.trumbowyg-button-group {
  border-radius: inherit;
}
.trumbowyg-button-pane .trumbowyg-button-group:first-child:last-child {
  width: 100%;
}
.trumbowyg-button-pane button {
  border-radius: inherit;
}
.trumbowyg-button-pane button.trumbowyg-active, .trumbowyg-button-pane button:not(.trumbowyg-disable):focus, .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
  background-color: rgba(var(--bs-primary-rgb),.1);
}
/* ------------------ DIALOG ------------------ */
#dialog.lg .container, #dialog.l .container,
#confirm.lg .container, #confirm.l .container {
  width: 900px;
  max-width: 90vw;
  max-height: 90vh;
}
#dialog.xl .container,
#confirm.xl .container {
    width: 1200px;
}
#dialog.m .container, #dialog.md .container,
#confirm.m .container, #confirm.md .container {
    width: 700px;
}
#dialog > .closer,
#confirm > .closer {
    background: #2a233198;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
#dialog #dialogsections.transitioning {
  overflow-x: hidden;
}
#dialog.hide,
#confirm.hide {
  opacity: 0;
  visibility: hidden;
}
#dialog, #confirm {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-content: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s var(--easeOutQuad);
}
#dialog.initiated,
#confirm.initiated {
  opacity: 1;
  visibility: visible;
}
#dialog .container,
#confirm .container {
    background: var(--bs-tertiary-bg);
    margin: auto;
    display: flex;
    position: relative;
    align-items: stretch;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    width: 600px;
    padding: 0;
    border-radius: 0.75rem;
    max-width: 85vw;
    z-index: 1;
    transition: all 0.2s linear;
    max-height: 90vh;
}
#dialog .container:has(> .checkmark-holder),
#confirm .container:has(> .checkmark-holder) {
  background: transparent!important;
}
#dialog.gallery .container video,
#dialog.gallery .container img {
  max-width: 100%;
}
#dialog.gallery .container,
#confirm.gallery .container {
  overflow: hidden!important;
}
#dialog .container.loading > :not(.closer),
#confirm .container.loading > :not(.closer) {
  opacity: 0.5;
  pointer-events: none;
}
#dialog .container .closer, #dialog .container .back, #dialog .container .dialog-expander,
#confirm .container .closer, #confirm .container .back, #confirm .container .confirm-expander {
  position: absolute;
  background-color: var(--bs-body-bg);
  border-radius: 50%;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  z-index: 3;
  line-height: 40px;
  cursor: pointer;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  transition: all 0.2s linear;
}
#dialog.expanded > .container,
#confirm.expanded > .container {
  width: 90vw;
}
#dialog.expanded .ri-fullscreen-line, #dialog:not(.expanded) .ri-fullscreen-exit-line,
#confirm.expanded .ri-fullscreen-line, #confirm:not(.expanded) .ri-fullscreen-exit-line {
  display: none;
}
#dialog .container:has(.closer) .dialog-expander,
#confirm .container:has(.closer) .confirm-expander {
  right: 30px;
}
#dialog .container .back,
#confirm .container .back {
  left: -15px;
  right: auto;
}
#dialog .closer:hover, #dialog .back:hover, #dialog .dialog-expander:hover,
#confirm .closer:hover, #confirm .back:hover, #confirm .confirm-expander:hover {
  scale: 1.1;
}
#dialog.close .container,
#confirm.close .container {
  animation: close 0.5 forwards;
}
#dialog .checkmark, #confirm .checkmark {
  margin: 10% auto;
  flex-shrink: 0;
}
#dialog.overflow-hidden > .container > *,
#confirm.overflow-hidden > .container > * {
  overflow-x: hidden!important;
  overflow-y: auto;
  max-height: inherit;
}

.toggle {
  border: none!important;
}
.table-transparent {
  --bs-body-bg: transparent;
}
.table-transparent tbody .form-check-input:not(:checked) {
  opacity: 0.5;
}
.table-transparent tbody td {
  color: rgba(var(--bs-body-color-rgb), 0.8)!important;
}



.autocomplete {
  --query: "";
  position: relative;
}
.autocomplete .suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%; max-width: 90vw;
  background-color: var(--bs-body-bg);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  transition: all 0.25s var(--easeOutQuad);
  border-radius: var(--bs-border-radius);
  padding: .5rem!important;
  overflow: hidden;
  line-height: 2;
  display: flex; flex-direction: column; gap: .25rem;
  max-height: 200px;
  overflow-y: auto;
  z-index: 3;
}
.autocomplete .suggestions .suggestion {
  cursor: pointer;
  flex-shrink: 0;
  order: 1;
  text-align: left;
  padding: 0.3rem 0.6rem;
}
.autocomplete .suggestions .suggestion.match {
  order: 0;
}
.autocomplete .suggestions .suggestion.selected {
  font-weight: bold;
}
.autocomplete:not(:has(input:focus)) .suggestions,
.adutocomplete:not(:has(.suggestion.match)) .suggestions {
  display: none;
}
.autocomplete .suggestions:hover {
  display: flex!important;
}






.animate {
  transition: all 0.25s var(--easeOutQuad);
}
.growonhover, .growonhover .grow {
  transition: all 0.1s linear;
}
.growonhover:not(:has(.grow)):hover {
  transform: scale(1.05);
}
.growonhover:has(.grow):hover .grow {
  transform: scale(1.05);
}
.togglehover:not(:hover) .showonhover:not(.child), .togglehover:hover .hideonhover:not(.child),
.togglehover:not(:hover) > .showonhover.child, .togglehover:hover > .hideonhover.child {
  display: none!important;
}
.form-floating.togglehover .showonhover.action {
    background: rgba(var(--bs-body-bg-rgb),.75);
}
a, a:hover {
    text-decoration: none;
    cursor: pointer;
}

.text-facebook {
  color: #3b5998;
}
.text-instagram {
  color: #e4405f;
}
.text-x {
  color: #000000;
}
.text-twitter {
  color: #55acee;
}
.text-google {
  color: #dd4b39;
}
.text-apple {
  color: #000;
}
.text-linkedin {
  color: #0077b5;
}
.text-whatsapp {
  color: #25d366;
}


legend {
  float: initial;
  width: initial;
  font-size: initial;
  padding: initial;
  margin: initial;
  line-height: initial;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.inputicon {
  position: absolute;
  right: 1px;
  width: 50px;
  display: flex;
  align-items: center;
  top: 3px;
  justify-content: center;
  z-index: 2;
  bottom: 3px;
}
.nowidth {
  width: auto!important;
  min-width: auto!important;
}
.nomargin {
  margin: 0!important;
}
.rtl {
  text-align: right;
}
/* ------------------ buttons ------------------ */
.btn {
  border: none!important;
}
.input-group .btn {
  height: 100%;
  /* border-radius: 0 .5rem .5rem 0; */
  z-index: 1;
}
input.autogrow {
  opacity: 0!important;
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  visibility: hidden;
}
.border-top-left-radius-0 {
  border-top-left-radius: 0!important;
}
.border-top-right-radius-0 {
  border-top-right-radius: 0!important;
}
.border-bottom-left-radius-0 {
  border-bottom-left-radius: 0!important;
}
.border-bottom-right-radius-0 {
  border-bottom-right-radius: 0!important;
}
.btn-rounded {
  border-radius: 10rem;
}
.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
}
form .formactions {
  transition: all 0.2s linear;
  height: 0;
}
form:not(.success) .formactions {
  opacity: 0;
  visibility: hidden;
}
form.success .formactions, form .formactions:has(.show) {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.socials .btn {
  box-shadow: 0px 1px 2px rgba(0,0,0,.5);
  transition: all 0.2s linear;
}
.btn .icon {
  font-size: 1.2rem;
  line-height: 1;
}
.btn .icon.icon-lg {
  width: 30px;
  height: 30px;
}

/* Facebook Button */
.btn.facebook {
  border: none;
  background-color: #3b5998;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(67, 87, 151, 0.5);
}
.btn.facebook:hover {
  background-color: #5670a6;
}
.btn.facebook:focus {
  background-color: #344b75;
}

/* Google Button */
.btn.google {
  border: none;
  background-color: #dd4b39;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(186, 76, 36, 0.5);
}
.btn.google:hover {
  background-color: #d55b30;
}
.btn.google:focus {
  background-color: #a2401f;
}

/* Twitter Button */
.btn.twitter {
  border: none;
  background-color: #55acee;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(111, 161, 233, 0.5);
}
.btn.twitter:hover {
  background-color: #7db5f0;
}
.btn.twitter:focus {
  background-color: #5d8ac6;
}

/* Apple Button */
.btn.apple {
  border: none;
  background-color: #000;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn.apple:hover {
  background-color: #1a1a1a;
}
.btn.apple:focus {
  background-color: #333;
}

/* Instagram Button */
.btn.instagram {
  border: none;
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(240, 148, 51, 0.5);
}
.btn.instagram:hover {
  background: #f6a44c; 
  background: -moz-linear-gradient(45deg, #f6a44c 0%, #ec8b58 25%, #e36c79 50%, #d74d9e 75%, #c63ebf 100%); 
  background: -webkit-linear-gradient(45deg, #f6a44c 0%,#ec8b58 25%,#e36c79 50%,#d74d9e 75%,#c63ebf 100%); 
  background: linear-gradient(45deg, #f6a44c 0%,#ec8b58 25%,#e36c79 50%,#d74d9e 75%,#c63ebf 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6a44c', endColorstr='#c63ebf',GradientType=1 );
}
.btn.instagram:focus {
  background: #e48d32; 
  background: -moz-linear-gradient(45deg, #e48d32 0%, #d97036 25%, #cb3a57 50%, #b31f6b 75%, #a51d91 100%); 
  background: -webkit-linear-gradient(45deg, #e48d32 0%,#d97036 25%,#cb3a57 50%,#b31f6b 75%,#a51d91 100%); 
  background: linear-gradient(45deg, #e48d32 0%,#d97036 25%,#cb3a57 50%,#b31f6b 75%,#a51d91 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e48d32', endColorstr='#a51d91',GradientType=1 );
}
@keyframes grow {
  to {
      width: 100%;
  }
}

@keyframes stroke{
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fill{
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes breathing-centered {
  0% {
    scale: 0.9;
    -webkit-scale: 0.9;
    -ms-scale: 0.9;
  }

  25% {
    scale: 1;
    -webkit-scale: 1;
    -ms-scale: 1;
  }

  60% {
    scale: 0.9;
    -webkit-scale: 0.9;
    -ms-scale: 0.9;
  }

  100% {
    scale: 0.9;
    -webkit-scale: 0.9;
    -ms-scale: 0.9;
  }
}
.custom-checkbox { display: flex; align-items: center; gap: 3px; }
.custom-checkbox > input[type="checkbox"] { margin: 0; }
.iconholder:hover .icon:not(.hover) {
  display: none;
}
.iconholder:not(:hover) .icon.hover {
  display: none;
}
label.pointer:has(input[type="checkbox"]:disabled) {
  cursor: default!important;
}
.form-floating>.form-control-sm {
  height: auto!important;
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2))!important;
}
.form-select.form-select-sm {
  background-position: right .25rem center;
  padding-right: 1.5rem;
}
.form-floating>.form-select-sm {
  height: auto !important;
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2)) !important;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  padding-left: .75rem;
}
.form-floating > .form-select ~ .chosen-container.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
  padding-top: 1.7rem;
  padding-bottom: 0.625rem;
  background: var(--bs-body-bg);
  box-shadow: none;
  border-color: var(--bs-border-color);
  height: auto;
}
.form-floating:has(:required):after {
  content: "\2a";
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  font-size: var(--bs-body-font-size);
  color: rgba(var(--bs-body-color-rgb),.65);
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.form-floating:has(:required):has(.form-control.error):after {
  --bs-body-color-rgb: 255, 0, 0;
}
input[type="color"] {
  padding: 0!important;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.620rem;
  padding-bottom: 0.38rem;  
}
.form-floating > .form-control:focus::placeholder {
  color: rgba(var(--bs-body-color-rgb),.65);
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
  transform-origin: 0 0;
  max-width: 100%;
  height: auto!important;
  line-height: 2.2rem;
  transform: scale(.85) translateY(0) translateX(.15rem)!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.form-floating>.form-control-sm:focus~label, .form-floating>.form-control-sm:not(:placeholder-shown)~label, .form-floating>.form-select-sm~label {
  line-height: 1;
  padding-top: 0.8rem!important;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
  inset: 0 0.375rem!important;
  height: 2rem!important;
}
.icon.x {
  background-image: url("../images/some-x.svg");
}
.form-floating>label,
.form-floating>.form-control:focus ~ label {
  transition: all 0.1s ease-in-out;
  left: 0;
  transform: translateX(0);
}
.form-floating>.form-control:not(:focus):placeholder-shown ~ label {
  left: 50%;
  transform: translateX(-50%);
}
.form-floating>label.error {
  display: none!important;
}
.form-floating>.form-control.error.interacted {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb),.25);
}
.form-floating>.form-control-sm.error.interacted {
  box-shadow: 0 0 0 0.15rem rgba(var(--bs-danger-rgb),.25);
}

.form-select.error {
  border-color: var(--bs-form-invalid-border-color);
}
.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}
.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}
.chosen-container .chosen-results li.hascolor::before {
  content: "";
  position: static;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.chosen-container .chosen-results li.hascolor::before {
  --bg-rgb: var(--bs-info-rgb);
  --bg-opacity: 1;
  background-color: rgba(var(--bg-rgb), var(--bg-opacity)) !important;
}
.symbol .symbol-label:after {
  border-radius: 0.475rem;
}
.symbol .symbol-label img {
  width: 100%;
}
.symbol .symbol-badge {
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
}
.symbol > img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.475rem;
}
.symbol.symbol-square,
.symbol.symbol-square > img,
.symbol.symbol-square .symbol-label {
  border-radius: var(--bs-border-radius-sm) !important;
}
.symbol.symbol-circle,
.symbol.symbol-circle > img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}
.symbol.symbol-circle:after,
.symbol.symbol-circle > img:after,
.symbol.symbol-circle .symbol-label:after {
  border-radius: 50%;
}
.symbol > img {
  width: 50px;
  height: 50px;
}
.symbol .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-fixed .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}
.symbol.symbol-2by3 .symbol-label {
  height: 50px;
  width: 75px;
}
.symbol.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}


.symbol.symbol-10px > img {
  width: 10px;
  height: 10px;
}
.symbol.symbol-10px>  .symbol-label {
  width: 10px;
  height: 10px;
}
.symbol.symbol-10px.symbol-fixed>  .symbol-label {
  width: 10px;
  height: 10px;
}
.symbol.symbol-10px.symbol-fixed > img {
  width: 10px;
  height: 10px;
  max-width: none;
}
.symbol.symbol-10px.symbol-2by3>  .symbol-label {
  height: 10px;
  width: 15px;
}
.symbol.symbol-10px.symbol-2by3 > img {
  height: 10px;
  width: 15px;
  max-width: none;
}
.symbol.symbol-15px > img {
  width: 15px;
  height: 15px;
}
.symbol.symbol-15px>  .symbol-label {
  width: 15px;
  height: 15px;
}
.symbol.symbol-15px.symbol-fixed>  .symbol-label {
  width: 15px;
  height: 15px;
}
.symbol.symbol-15px.symbol-fixed > img {
  width: 15px;
  height: 15px;
  max-width: none;
}
.symbol.symbol-15px.symbol-2by3>  .symbol-label {
  height: 15px;
  width: 15px;
}
.symbol.symbol-15px.symbol-2by3 > img {
  height: 15px;
  width: 23px;
  max-width: none;
}
.symbol.symbol-20px > img {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px>  .symbol-label {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px.symbol-fixed>  .symbol-label {
  width: 20px;
  height: 20px;
}
.symbol.symbol-20px.symbol-fixed > img {
  width: 20px;
  height: 20px;
  max-width: none;
}
.symbol.symbol-20px.symbol-2by3>  .symbol-label {
  height: 20px;
  width: 30px;
}
.symbol.symbol-20px.symbol-2by3 > img {
  height: 20px;
  width: 30px;
  max-width: none;
}
.symbol.symbol-25px > img {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px>  .symbol-label {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px.symbol-fixed>  .symbol-label {
  width: 25px;
  height: 25px;
}
.symbol.symbol-25px.symbol-fixed > img {
  width: 25px;
  height: 25px;
  max-width: none;
}
.symbol.symbol-25px.symbol-2by3>  .symbol-label {
  height: 25px;
  width: 37.5px;
}
.symbol.symbol-25px.symbol-2by3 > img {
  height: 25px;
  width: 37.5px;
  max-width: none;
}
.symbol.symbol-30px > img {
  width: 30px;
  height: 30px;
}
.symbol.symbol-30px> .symbol-label {
  width: 30px;
  height: 30px;
  /* font-size: 18px; */
}
.symbol.symbol-30px.symbol-fixed>  .symbol-label {
  width: 30px;
  height: 30px;
}
.symbol.symbol-30px.symbol-fixed > img {
  width: 30px;
  height: 30px;
  max-width: none;
}
.symbol.symbol-30px.symbol-2by3>  .symbol-label {
  height: 30px;
  width: 45px;
}
.symbol.symbol-30px.symbol-2by3 > img {
  height: 30px;
  width: 45px;
  max-width: none;
}
.symbol.symbol-35px > img {
  width: 35px;
  height: 35px;
}
.symbol.symbol-35px> .symbol-label {
  width: 35px;
  height: 35px;
  /* font-size: 20px; */
}
.symbol.symbol-35px.symbol-fixed>  .symbol-label {
  width: 35px;
  height: 35px;
}
.symbol.symbol-35px.symbol-fixed > img {
  width: 35px;
  height: 35px;
  max-width: none;
}
.symbol.symbol-35px.symbol-2by3>  .symbol-label {
  height: 35px;
  width: 52.5px;
}
.symbol.symbol-35px.symbol-2by3 > img {
  height: 35px;
  width: 52.5px;
  max-width: none;
}

.symbol.symbol-40px {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px > img {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px>  .symbol-label {
  width: 40px;
  height: 40px;
  /* font-size: 22px; */
}
.symbol.symbol-40px.symbol-fixed>  .symbol-label {
  width: 40px;
  height: 40px;
}
.symbol.symbol-40px.symbol-fixed > img {
  width: 40px;
  height: 40px;
  max-width: none;
}
.symbol.symbol-40px.symbol-2by3>  .symbol-label {
  height: 40px;
  width: 60px;
}
.symbol.symbol-40px.symbol-2by3 > img {
  height: 40px;
  width: 60px;
  max-width: none;
}
.sender-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.symbol.symbol-45px {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px > img {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px>  .symbol-label {
  width: 45px;
  height: 45px;
  /* font-size: 23px; */
}
.symbol.symbol-45px.symbol-fixed>  .symbol-label {
  width: 45px;
  height: 45px;
}
.symbol.symbol-45px.symbol-fixed > img {
  width: 45px;
  height: 45px;
  max-width: none;
}
.symbol.symbol-45px.symbol-2by3>  .symbol-label {
  height: 45px;
  width: 67.5px;
}
.symbol.symbol-45px.symbol-2by3 > img {
  height: 45px;
  width: 67.5px;
  max-width: none;
}
.symbol.symbol-50px > img {
  width: 50px;
  height: 50px;
}
.symbol.symbol-50px>  .symbol-label {
  width: 50px;
  height: 50px;
  /* font-size: 26px; */
}
.symbol.symbol-50px.symbol-fixed>  .symbol-label {
  width: 50px;
  height: 50px;
}
.symbol.symbol-50px.symbol-fixed > img {
  width: 50px;
  height: 50px;
  max-width: none;
}
.symbol.symbol-50px.symbol-2by3>  .symbol-label {
  height: 50px;
  width: 75px;
}
.symbol.symbol-50px.symbol-2by3 > img {
  height: 50px;
  width: 75px;
  max-width: none;
}
.symbol.symbol-55px > img {
  width: 55px;
  height: 55px;
}
.symbol.symbol-55px>  .symbol-label {
  width: 55px;
  height: 55px;
  /* font-size: 28px; */
}
.symbol.symbol-55px.symbol-fixed>  .symbol-label {
  width: 55px;
  height: 55px;
}
.symbol.symbol-55px.symbol-fixed > img {
  width: 55px;
  height: 55px;
  max-width: none;
}
.symbol.symbol-55px.symbol-2by3>  .symbol-label {
  height: 55px;
  width: 82.5px;
}
.symbol.symbol-55px.symbol-2by3 > img {
  height: 55px;
  width: 82.5px;
  max-width: none;
}
.symbol.symbol-60px > img {
  width: 60px;
  height: 60px;
}
.symbol.symbol-60px>  .symbol-label {
  width: 60px;
  height: 60px;
  /* font-size: 30px; */
}
.symbol.symbol-60px.symbol-fixed>  .symbol-label {
  width: 60px;
  height: 60px;
}
.symbol.symbol-60px.symbol-fixed > img {
  width: 60px;
  height: 60px;
  max-width: none;
}
.symbol.symbol-60px.symbol-2by3>  .symbol-label {
  height: 60px;
  width: 90px;
}
.symbol.symbol-60px.symbol-2by3 > img {
  height: 60px;
  width: 90px;
  max-width: none;
}
.symbol.symbol-65px > img {
  width: 65px;
  height: 65px;
}
.symbol.symbol-65px>  .symbol-label {
  width: 65px;
  height: 65px;
  font-size: 32px;
}
.symbol.symbol-65px.symbol-fixed>  .symbol-label {
  width: 65px;
  height: 65px;
}
.symbol.symbol-65px.symbol-fixed > img {
  width: 65px;
  height: 65px;
  max-width: none;
}
.symbol.symbol-65px.symbol-2by3>  .symbol-label {
  height: 65px;
  width: 97.5px;
}
.symbol.symbol-65px.symbol-2by3 > img {
  height: 65px;
  width: 97.5px;
  max-width: none;
}
.symbol.symbol-70px > img {
  width: 70px;
  height: 70px;
}
.symbol.symbol-70px>  .symbol-label {
  width: 70px;
  height: 70px;
  font-size: 34px;
}
.symbol.symbol-70px.symbol-fixed>  .symbol-label {
  width: 70px;
  height: 70px;
}
.symbol.symbol-70px.symbol-fixed > img {
  width: 70px;
  height: 70px;
  max-width: none;
}
.symbol.symbol-70px.symbol-2by3>  .symbol-label {
  height: 70px;
  width: 105px;
}
.symbol.symbol-70px.symbol-2by3 > img {
  height: 70px;
  width: 105px;
  max-width: none;
}
.symbol.symbol-75px > img {
  width: 75px;
  height: 75px;
}
.symbol.symbol-75px>  .symbol-label {
  width: 75px;
  height: 75px;
  font-size: 36px;
}
.symbol.symbol-75px.symbol-fixed>  .symbol-label {
  width: 75px;
  height: 75px;
}
.symbol.symbol-75px.symbol-fixed > img {
  width: 75px;
  height: 75px;
  max-width: none;
}
.symbol.symbol-75px.symbol-2by3>  .symbol-label {
  height: 75px;
  width: 112.5px;
}
.symbol.symbol-75px.symbol-2by3 > img {
  height: 75px;
  width: 112.5px;
  max-width: none;
}
.symbol.symbol-90px > img {
  width: 90px;
  height: 90px;
}
.symbol.symbol-90px>  .symbol-label {
  width: 90px;
  height: 90px;
  font-size: 38px;
}
.symbol.symbol-90px.symbol-fixed>  .symbol-label {
  width: 90px;
  height: 90px;
}
.symbol.symbol-90px.symbol-fixed > img {
  width: 90px;
  height: 90px;
  max-width: none;
}
.symbol.symbol-90px.symbol-2by3>  .symbol-label {
  height: 90px;
  width: 135px;
}
.symbol.symbol-90px.symbol-2by3 > img {
  height: 90px;
  width: 135px;
  max-width: none;
}
.symbol.symbol-100px > img {
  width: 100px;
  height: 100px;
}
.symbol.symbol-100px>  .symbol-label {
  width: 100px;
  height: 100px;
  font-size: 40px;
}
.symbol.symbol-100px.symbol-fixed>  .symbol-label {
  width: 100px;
  height: 100px;
}
.symbol.symbol-100px.symbol-fixed > img {
  width: 100px;
  height: 100px;
  max-width: none;
}
.symbol.symbol-100px.symbol-2by3>  .symbol-label {
  height: 100px;
  width: 150px;
}
.symbol.symbol-100px.symbol-2by3 > img {
  height: 100px;
  width: 150px;
  max-width: none;
}
.symbol.symbol-125px > img {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px>  .symbol-label {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px.symbol-fixed>  .symbol-label {
  width: 125px;
  height: 125px;
}
.symbol.symbol-125px.symbol-fixed > img {
  width: 125px;
  height: 125px;
  max-width: none;
}
.symbol.symbol-125px.symbol-2by3>  .symbol-label {
  height: 125px;
  width: 187.5px;
}
.symbol.symbol-125px.symbol-2by3 > img {
  height: 125px;
  width: 187.5px;
  max-width: none;
}
.symbol.symbol-150px > img {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px>  .symbol-label {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px.symbol-fixed>  .symbol-label {
  width: 150px;
  height: 150px;
}
.symbol.symbol-150px.symbol-fixed > img {
  width: 150px;
  height: 150px;
  max-width: none;
}
.symbol.symbol-150px.symbol-2by3>  .symbol-label {
  height: 150px;
  width: 225px;
}
.symbol.symbol-150px.symbol-2by3 > img {
  height: 150px;
  width: 225px;
  max-width: none;
}
.symbol.symbol-160px > img {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px>  .symbol-label {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px.symbol-fixed>  .symbol-label {
  width: 160px;
  height: 160px;
}
.symbol.symbol-160px.symbol-fixed > img {
  width: 160px;
  height: 160px;
  max-width: none;
}
.symbol.symbol-160px.symbol-2by3>  .symbol-label {
  height: 160px;
  width: 240px;
}
.symbol.symbol-160px.symbol-2by3 > img {
  height: 160px;
  width: 240px;
  max-width: none;
}
.symbol.symbol-175px > img {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px>  .symbol-label {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px.symbol-fixed>  .symbol-label {
  width: 175px;
  height: 175px;
}
.symbol.symbol-175px.symbol-fixed > img {
  width: 175px;
  height: 175px;
  max-width: none;
}
.symbol.symbol-175px.symbol-2by3>  .symbol-label {
  height: 175px;
  width: 262.5px;
}
.symbol.symbol-175px.symbol-2by3 > img {
  height: 175px;
  width: 262.5px;
  max-width: none;
}
.symbol.symbol-200px > img {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px>  .symbol-label {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px.symbol-fixed>  .symbol-label {
  width: 200px;
  height: 200px;
}
.symbol.symbol-200px.symbol-fixed > img {
  width: 200px;
  height: 200px;
  max-width: none;
}
.symbol.symbol-200px.symbol-2by3>  .symbol-label {
  height: 200px;
  width: 300px;
}
.symbol.symbol-200px.symbol-2by3 > img {
  height: 200px;
  width: 300px;
  max-width: none;
}
.animate__fastest {
  --animate-duration: 0.15s;
}
.lh-auto {
  line-height: auto;
}
.hover-trigger:has(.border-hover):not(:hover) .border-hover {
  border-color: transparent!important;
}
.clr-field {
  display: inline-block;
  position: relative;
  height: inherit;
  width: inherit;
  border-radius: inherit;
  overflow: hidden;
}
.colorpicker > .clr-picker {
  display: none!important;
}
.colorpicker .symbol-label:has(.coloris) {
  overflow: hidden;
}
.colorpicker input {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  overflow: hidden;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  height: auto;
  width: auto;
}
body > .clr-picker {
  display: none!important;
}
.p-1-5 {
  padding: 0.375rem!important;
}