@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
.no-transition * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
fieldset {
  padding: 0;
  margin: 0;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 15px;
}
.no-transition {
  transition: none !important;
}
.body {
  background: linear-gradient(90deg,#5de0e6,#004aad);
  position: relative;
  max-height: 100vh;
}
@media (max-width: 768px) {
  .body {
    background: none;
  }
}
.body.popup-open::after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(56,56,56,0.7);
  transition: 0.6s ease-out;
  z-index: 101;
}
[v-cloak] {
  display: none;
}
.hidden {
  display: none !important;
}
.button {
  background: #ce2bbe;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: 300ms;
  font-size: 16px;
  border-radius: 3px;
}
.button:hover {
  background: #b927ab;
}
.button--green {
  background: #48bb84;
}
.button--green:hover {
  background: #3faa77;
}
@media screen and (min-width: 1201px) {
  .tabletOnly {
    display: none;
  }
}
@font-face {
  font-family: 'Gliker';
  src: local('Gliker Bold'), local('Gliker-Bold'), url('../assets/fonts/Gliker-Bold.woff2') format('woff2'), url('../assets/fonts/Gliker-Bold.woff') format('woff'), url('../assets/fonts/Gliker-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gliker';
  src: local('Gliker Regular'), local('Gliker-Regular'), url('../assets/fonts/Gliker-Regular.woff2') format('woff2'), url('../assets/fonts/Gliker-Regular.woff') format('woff'), url('../assets/fonts/Gliker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 15px;
}
body {
  color: #383838;
  font-size: 1rem;
  font-family: Nunito, sans-serif;
  font-weight: 500;
}
a {
  color: #ce2bbe;
}
p {
  margin-bottom: 1em;
  line-height: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-family: Gliker, serif;
  color: #ce2bbe;
  font-weight: 700;
  text-align: center;
  margin-bottom: .5em;
}
h1.title__dark,
h2.title__dark,
h3.title__dark,
h4.title__dark,
h5.title__dark,
h6.title__dark {
  color: #383838;
  text-transform: uppercase;
  font-family: 32px;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.font-11 {
  font-size: 0.7rem;
}
@media screen and (max-width: 1660px) {
  .font-11 {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 1536px) {
  .font-11 {
    font-size: 0.6rem;
  }
}
.font-14 {
  font-size: 0.9rem;
}
@media screen and (max-width: 1660px) {
  .font-14 {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1536px) {
  .font-14 {
    font-size: 0.8rem;
  }
}
.font-16 {
  font-size: 1.02rem;
}
@media screen and (max-width: 1660px) {
  .font-16 {
    font-size: 0.95rem;
  }
}
.font-18 {
  font-size: 1.2rem;
}
.font-20 {
  font-size: 1.33rem;
}
@media screen and (max-width: 1440px) {
  .font-20 {
    font-size: 1.2rem;
  }
}
.font-25 {
  font-size: 1.6rem;
}
@media screen and (max-width: 1336px) {
  .font-25 {
    font-size: 1.5rem;
  }
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: translate(-50%,-50%) rotate3d(0,0,1,0deg);
    -webkit-transform: translate(-50%,-50%) rotate3d(0,0,1,0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate3d(0,0,1,-360deg);
    -webkit-transform: translate(-50%,-50%) rotate3d(0,0,1,-360deg);
  }
}
@keyframes spinner {
  0% {
    transform: translate(-50%,-50%) rotate3d(0,0,1,0deg);
    -webkit-transform: translate(-50%,-50%) rotate3d(0,0,1,0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate3d(0,0,1,-360deg);
    -webkit-transform: translate(-50%,-50%) rotate3d(0,0,1,-360deg);
  }
}
@-webkit-keyframes rotateCCW {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,-360deg);
    -webkit-transform: rotate3d(0,0,1,-360deg);
  }
}
@keyframes rotateCCW {
  0% {
    transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
  }
  100% {
    transform: rotate3d(0,0,1,-360deg);
    -webkit-transform: rotate3d(0,0,1,-360deg);
  }
}
@-webkit-keyframes positionChanged {
  0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
  50% {
    transform: scale3d(1.02,1.02,1.02);
    -webkit-transform: scale3d(1.02,1.02,1.02);
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@keyframes positionChanged {
  0% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
  50% {
    transform: scale3d(1.02,1.02,1.02);
    -webkit-transform: scale3d(1.02,1.02,1.02);
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@-webkit-keyframes ring {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(-28deg);
  }
  15% {
    transform: rotate(34deg);
  }
  20% {
    transform: rotate(-32deg);
  }
  25% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(-28deg);
  }
  35% {
    transform: rotate(26deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  45% {
    transform: rotate(22deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(-16deg);
  }
  65% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  85% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  95% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(-28deg);
  }
  15% {
    transform: rotate(34deg);
  }
  20% {
    transform: rotate(-32deg);
  }
  25% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(-28deg);
  }
  35% {
    transform: rotate(26deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  45% {
    transform: rotate(22deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(-16deg);
  }
  65% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  85% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  95% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes scaleIn {
  0% {
    transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
    opacity: 0;
  }
  100% {
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    opacity: 1;
  }
}
label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0,74,173,0.5);
  padding: 0 5px;
}
label.nowrap {
  white-space: nowrap;
}
.radio label,
.checkbox label {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  text-transform: none;
  color: #383838;
  font-weight: 500;
}
.radio label:last-child,
.checkbox label:last-child {
  margin: 0;
}
.radio label span,
.checkbox label span {
  font-size: 13px;
}
.radio input,
.checkbox input {
  width: auto;
  margin: 0;
  border-style: solid;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
}
.radio input:checked,
.checkbox input:checked {
  background: #ce2bbe;
  box-shadow: 0 0 0 2px #fff inset;
}
.radio input {
  border-radius: 50%;
}
.checkbox input {
  border-radius: 2px;
}
input,
button,
select,
textarea,
fieldset,
legend {
  outline: none;
  border: none;
}
fieldset {
  padding: 0 0 20px;
}
legend {
  background: #7ca8e3;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  border-radius: 3px;
  font-family: Gliker, serif;
  margin: 0 auto;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: 300ms;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 14px;
  color: #383838;
  background: #fff;
  border-radius: 3px;
}
textarea {
  padding: 10px;
  border-style: solid;
}
input:focus,
input:focus-visible,
input:focus-within,
select:focus,
select:focus-visible,
select:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
  border-color: #4d4d4d;
}
select {
  background-image: url(/assets/img/icons/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px auto;
}
.input {
  position: relative;
  margin-bottom: 10px;
}
.submit input {
  background: #ce2bbe;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.submit input:hover {
  background: #b927ab;
}
.required label::after {
  content: '*';
}
.password {
  position: relative;
}
.error-message {
  width: 100%;
  color: #f0715b;
  display: block;
  font-size: 0.85rem;
  padding: 2px 0;
  text-align: left;
}
.fa-eye {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  color: lightgray;
  font-size: 15px;
}
.password-progress {
  padding: 5px 0;
  font-size: 11px;
}
.password-progress .password-progress-bar {
  height: 20px;
  background: #ddd;
  position: relative;
  margin-bottom: 4px;
}
.password-progress .password-progress-bar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.password-progress .password-progress-bar span.w25 {
  width: 25%;
  background: #eecf52;
}
.password-progress .password-progress-bar span.w50 {
  width: 50%;
  background: #eecf52;
}
.password-progress .password-progress-bar span.w75 {
  width: 75%;
  background: #eecf52;
}
.password-progress .password-progress-bar span.w100 {
  width: 100%;
  background: #48bb84;
}
.password-progress .password-progress-check > div {
  color: #bbb;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .password-progress .password-progress-check > div {
    margin-right: 7px;
  }
}
.password-progress .password-progress-check > div:before {
  content: '✖ ';
}
.password-progress .password-progress-check > div.ok {
  color: #48bb84;
}
.password-progress .password-progress-check > div.ok:before {
  content: '✓ ';
}
form {
  background: #f3f2f1;
  border-radius: 10px;
  padding: 25px;
}
form.no-padding {
  padding: 0;
  background: none;
}
.input-group--fatturazione {
  background: #f3f2f1;
  padding: 20px;
  margin-top: 20px;
}
.input-people {
  display: flex;
  gap: 20px;
}
.input-people > div {
  flex-grow: 1;
}
.input-people > div input {
  text-align: center;
  height: 40px;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type="number"].update-op-quantity {
  text-align: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.input.number,
.input.vue-number {
  position: relative;
}
.input.number input,
.input.vue-number input {
  padding: 0 25px;
  min-width: 80px;
}
.input.number span,
.input.number button,
.input.vue-number span,
.input.vue-number button {
  position: absolute;
  top: 29px;
  font-size: 20px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: rgba(0,74,173,0.5);
}
.input.number .number__plus,
.input.vue-number .number__plus {
  right: 5px;
}
@media (max-width: 768px) {
  .input.number .number__plus,
  .input.vue-number .number__plus {
    display: none;
  }
}
.input.number .number__minus,
.input.vue-number .number__minus {
  left: 5px;
}
@media (max-width: 768px) {
  .input.number .number__minus,
  .input.vue-number .number__minus {
    display: none;
  }
}
.input-grid {
  display: grid;
  gap: 10px;
}
.input-grid--sdi {
  grid-template-columns: 1fr 65%;
}
.input-grid--address {
  grid-template-columns: 65% 1fr;
}
.input-grid--cap {
  grid-template-columns: 1fr 65%;
}
.input .iti--separate-dial-code .iti__selected-flag,
.input .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: #fff;
}
.iti__selected-flag {
  border-right: 1px solid #f3f2f1;
}
.nocard {
  display: block;
  font-size: 11px;
  color: #AAAAAA;
  font-style: italic;
  margin-top: 1em;
}
.flash .alert__message {
  width: 90%;
  max-width: 360px;
  margin: 0 auto;
  color: #fff;
  background: #f0715b;
  padding: 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  transform: translateY(150%);
  transition: all 1s;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
}
.flash .alert__message:after {
  content: 'x';
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0,0,0,0.2);
  color: #fff;
  width: 20px;
  border-radius: 5px;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.flash .alert--success .alert__message {
  background: #48bb84;
}
.flash.show .alert__message {
  transform: translateY(0);
}
.material-icons {
  font-family: Material Icons Round;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-shadow {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
.grid {
  display: grid;
  gap: 20px 25px;
  align-items: start;
}
.grid--12 {
  grid-template-columns: repeat(12,1fr);
}
.grid .col2 {
  grid-column-end: span 2;
}
.grid .col3 {
  grid-column-end: span 3;
}
.grid .col4 {
  grid-column-end: span 4;
}
.grid .col5 {
  grid-column-end: span 5;
}
.grid .col6 {
  grid-column-end: span 6;
}
.grid .col7 {
  grid-column-end: span 7;
}
.grid .col8 {
  grid-column-end: span 8;
}
.grid .col9 {
  grid-column-end: span 9;
}
.grid .col10 {
  grid-column-end: span 10;
}
.grid .col11 {
  grid-column-end: span 11;
}
.grid .col12 {
  grid-column-end: span 12;
}
.grid .row2 {
  grid-row-end: span 2;
}
.grid .row3 {
  grid-row-end: span 3;
}
.grid .row4 {
  grid-row-end: span 4;
}
.main-wrapper {
  margin: 50px auto;
  max-width: 400px;
  width: 90%;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .main-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    padding: 40px 20px;
    border-radius: 0;
  }
}
.main-wrapper h2 {
  font-weight: 400;
  max-width: 90%;
  margin: 0 auto 1em;
  line-height: 1.2em;
  color: #004aad;
}
.main-wrapper p {
  color: #004aad;
  margin: 1em auto 2em;
  max-width: 90%;
  line-height: 1.5em;
  text-align: center;
  font-size: 17px;
}
.main-wrapper h3 {
  font-weight: 400;
  font-size: 20px;
}
.main-header {
  margin-bottom: 40px;
  background: url(../assets/img/people.png) no-repeat 50% 100%;
  background-size: 240px;
  padding-bottom: 140px;
}
.main-header h1 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding: 20px;
}
.main-header.logged-in {
  position: relative;
  background: none;
  padding: 0;
  margin-bottom: 75px;
}
.main-header.logged-in h1 {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  background: #ce2bbe;
  color: #fff;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .main-header.logged-in h1 {
    left: -20px;
    right: -20px;
    border-radius: 0;
  }
}
.whois {
  text-align: center;
}
.whois--title {
  font-size: 25px;
}
.whois--actions {
  margin: -35px -40px 15px;
  padding: 10px;
  display: flex;
  gap: 15px;
  text-align: center;
  background: #ff3;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .whois--actions {
    margin: -35px -20px 15px;
  }
}
.whois--actions a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}
.bookings {
  padding-bottom: 60px;
}
.bookings__header {
  margin-bottom: 40px;
}
.bookings__header h1 {
  margin-bottom: .5em;
}
.bookings__footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  position: fixed;
  bottom: 5px;
  left: 0;
  right: 0;
  background: #fff;
  width: 400px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .bookings__footer {
    border-top: 1px solid #f3f2f1;
    width: auto;
    bottom: 0;
  }
}
.bookings__footer .button {
  margin-top: 0;
}
.bookings__alert {
  color: #f0715b;
  font-size: 12px;
  margin-bottom: 10px;
}
.bookings__labels {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3,1fr);
  margin-bottom: 10px;
}
.bookings__label {
  padding: 5px 10px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 11px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.bookings__label--active {
  background: #ce2bbe;
  color: #fff;
}
.bookings__label--active:hover {
  background: #ce2bbe;
}
.bookings__label:hover {
  background: #ddd;
}
.bookings__tab {
  display: none;
}
.bookings__tab--active {
  display: block;
}
.booking {
  background: #f3f2f1;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.booking p {
  margin: 1em 0;
}
.booking__info {
  display: flex;
  font-size: 11px;
  justify-content: space-between;
}
.booking__phone {
  color: #ce2bbe;
  font-weight: bold;
}
.booking__time {
  color: #AAAAAA;
}
.booking__details {
  margin: 10px 0;
  position: relative;
}
.booking__send {
  position: absolute;
  right: 0;
  top: 50%;
  background: #48bb84;
  color: #f3f2f1;
  border-radius: 5px;
  padding: 3px 10px;
  transform: translateY(-50%);
  text-transform: uppercase;
}
.booking__name {
  color: #ce2bbe;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.booking__people {
  font-weight: bold;
  font-size: 18px;
}
.booking__countdown {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  color: #48bb84;
}
.booking__countdown--late {
  color: #f0715b;
}
.booking__actions {
  display: flex;
  gap: 15px;
  padding-top: 5px;
  border-top: 1px solid #AAAAAA;
}
.booking__confirm {
  background: url(../assets/img/confirm.png) no-repeat 0 50%;
  background-size: 28px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 30px;
  color: #48bb84;
  margin-left: -5px;
}
.booking__cancel {
  background: url(../assets/img/cancel.png) no-repeat 0 50%;
  background-size: 28px;
  padding-left: 28px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  min-height: 30px;
  color: #f0715b;
}
.credits__progressbar {
  border-radius: 5px;
  background: #f3f2f1;
  height: 12px;
  margin-bottom: 5px;
  position: relative;
}
.credits__progressbar--available {
  position: absolute;
  background: #48bb84;
  top: 0;
  bottom: 0;
  left: 0;
}
.credits__progressbar--low {
  background: #d23d3d;
}
.credits__progressbar--lower {
  background: #d23d3d;
}
.credits {
  position: relative;
}
.credits__recap {
  font-size: 12px;
  color: #AAAAAA;
  padding-left: 5px;
}
.credits__add {
  float: right;
  color: #7ed957;
  margin-top: 5px;
  font-weight: 700;
  background: url(../assets/img/recharge.png) no-repeat 100% 50%;
  background-size: contain;
  padding: 20px 45px 10px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.credits__low {
  color: #d23d3d;
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}
.credits__zero {
  color: #f0715b;
  font-size: 12px;
  font-style: italic;
  padding-left: 5px;
}
.recharge-packet {
  margin-bottom: 6px;
}
.recharge-packet.selected .recharge-flex {
  background: #48bb84;
}
.recharge-packet.selected .recharge-flex:after {
  opacity: 1;
}
.recharge-summary {
  text-align: right;
  font-size: 10px;
  color: #AAAAAA;
  margin-top: 2px;
}
.recharge-flex {
  padding: 20px 20px 20px 50px;
  border-radius: 5px;
  background: rgba(0,74,173,0.65);
  cursor: pointer;
  transition: .25s;
  display: flex;
  position: relative;
  color: #fff;
  justify-content: space-between;
}
.recharge-flex:hover {
  background: #004aad;
}
.recharge-flex:hover:after {
  opacity: .75;
}
.recharge-flex .recharge-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.recharge-flex .recharge-price {
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.15);
  border-left: 2px solid #fff;
  border-radius: 0 5px 5px 0;
  width: 80px;
}
.recharge-flex:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: 20px;
  border: 1px solid #fff;
  background: none;
  top: 50%;
  transform: translateY(-50%);
}
.recharge-flex:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  left: 24px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: .25s;
  opacity: 0;
}
.recharges {
  margin: 20px 0;
}
.recharges .submit {
  margin-top: 20px;
}
.recharges .submit input {
  transition: .25s;
}
.recharges .submit input[disabled] {
  opacity: .25;
  cursor: default;
}
.checkout__form__section {
  margin-top: 40px;
}
.swal-overlay {
  background-color: rgba(0,0,0,0.55);
}
.swal-modal {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
}
.swal-text {
  font-size: 1rem;
  color: #383838;
}
.swal-button {
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  font-weight: 700;
  padding: 0px 25px;
  border-radius: 5px;
  background: #ececec;
  color: #727272;
}
.swal-button--confirm {
  background-color: #78B435;
  color: #fff;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 0.9rem;
  vertical-align: middle;
}
@media screen and (max-width: 1660px) {
  .select2-container {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1536px) {
  .select2-container {
    font-size: 0.8rem;
  }
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  margin: 0;
  -webkit-user-select: none;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 38px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #D9D9D9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #D9D9D9;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #D9D9D9;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ce2bbe;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top,white 50%,#eeeeee 100%);
  background-image: -o-linear-gradient(top,white 50%,#eeeeee 100%);
  background-image: linear-gradient(to bottom,white 50%,#eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 38px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #D9D9D9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top,#eeeeee 50%,#cccccc 100%);
  background-image: -o-linear-gradient(top,#eeeeee 50%,#cccccc 100%);
  background-image: linear-gradient(to bottom,#eeeeee 50%,#cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #D9D9D9;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top,white 0%,#eeeeee 50%);
  background-image: -o-linear-gradient(top,white 0%,#eeeeee 50%);
  background-image: linear-gradient(to bottom,white 0%,#eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top,#eeeeee 50%,white 100%);
  background-image: -o-linear-gradient(top,#eeeeee 50%,white 100%);
  background-image: linear-gradient(to bottom,#eeeeee 50%,white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #D9D9D9;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 255, 255, 255;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: #212529;
}
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0,0,0,0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0,0,0,0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255,255,255,0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255,255,255,0.5);
  border-left-color: transparent;
}
div.dt-scroll-body thead tr,
div.dt-scroll-body tfoot tr {
  height: 0;
}
div.dt-scroll-body thead tr th,
div.dt-scroll-body thead tr td,
div.dt-scroll-body tfoot tr th,
div.dt-scroll-body tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll-body thead tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr td div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  box-shadow: 0 0 0 9999px #F7F7F7 inset;
  outline-offset: -2px;
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}
:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: 2px solid rgba(255,255,255,0.05);
}
div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0d6efd;
  background: #000000;
  animation-timing-function: cubic-bezier(0,1,1,0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0,0);
  }
  100% {
    transform: translate(24px,0);
  }
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 14px;
}
table.dataTable a {
  color: inherit;
}
table.dataTable a:hover {
  color: #5C5D66;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border: 1px solid #e3e3e3;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border-top: 1px solid #e3e3e3;
  padding: 10px 10px 6px 10px;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13,110,253,0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: #ffffff;
  color: #000000;
}
table.dataTable > tbody > tr.selected a {
  color: #090a0b;
  color: #000000;
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 8px 10px;
  border: 1px solid #e3e3e3;
}
table.dataTable > tbody > tr:nth-child(odd) > th,
table.dataTable > tbody > tr:nth-child(odd) > td {
  background: #F7F7F7;
}
table.dataTable.hover > tbody > tr:hover > *,
table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(242,228,56,0.1);
}
table.dataTable.hover > tbody > tr.selected:hover > *,
table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(242,228,56,0.1) !important;
}
div.dt-container {
  position: relative;
  clear: both;
}
div.dt-container div.dt-layout-row {
  display: table;
  clear: both;
  width: 100%;
}
div.dt-container div.dt-layout-row.dt-layout-table {
  display: block;
}
div.dt-container div.dt-layout-row.dt-layout-table div.dt-layout-cell {
  display: block;
}
div.dt-container div.dt-layout-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
div.dt-container div.dt-layout-cell.dt-full {
  text-align: center;
}
div.dt-container div.dt-layout-cell.dt-start {
  text-align: left;
}
div.dt-container div.dt-layout-cell.dt-end {
  text-align: right;
}
div.dt-container div.dt-layout-cell:empty {
  display: none;
}
div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
div.dt-container .dt-input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  display: unset;
  width: auto;
}
div.dt-container select.dt-input {
  padding: 4px;
  padding-right: 10px;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
  font-size: 12px;
}
div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0,0,0,0.3);
  background-color: rgba(0,0,0,0.05);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(230,230,230,0.05)),color-stop(100%,rgba(0,0,0,0.05)));
  background: -webkit-linear-gradient(top,rgba(230,230,230,0.05) 0%,rgba(0,0,0,0.05) 100%);
  background: -moz-linear-gradient(top,rgba(230,230,230,0.05) 0%,rgba(0,0,0,0.05) 100%);
  background: -ms-linear-gradient(top,rgba(230,230,230,0.05) 0%,rgba(0,0,0,0.05) 100%);
  background: -o-linear-gradient(top,rgba(230,230,230,0.05) 0%,rgba(0,0,0,0.05) 100%);
  background: linear-gradient(to bottom,rgba(230,230,230,0.05) 0%,rgba(0,0,0,0.05) 100%);
}
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgba(0,0,0,0.5) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#585858),color-stop(100%,#111));
  background: -webkit-linear-gradient(top,#585858 0%,#111 100%);
  background: -moz-linear-gradient(top,#585858 0%,#111 100%);
  background: -ms-linear-gradient(top,#585858 0%,#111 100%);
  background: -o-linear-gradient(top,#585858 0%,#111 100%);
  background: linear-gradient(to bottom,#585858 0%,#111 100%);
}
div.dt-container .dt-paging .dt-paging-button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2b2b2b),color-stop(100%,#0c0c0c));
  background: -webkit-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);
  background: -moz-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);
  background: -ms-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);
  background: -o-linear-gradient(top,#2b2b2b 0%,#0c0c0c 100%);
  background: linear-gradient(to bottom,#2b2b2b 0%,#0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: #727272;
  font-size: 12px;
  display: inline;
  font-weight: normal;
  margin: 0;
}
div.dt-container .dt-length label,
div.dt-container .dt-search label,
div.dt-container .dt-info label,
div.dt-container .dt-processing label,
div.dt-container .dt-paging label {
  display: inline;
  text-transform: none;
}
div.dt-container .dataTables_scroll {
  clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-bottom: 1px solid #e3e3e3;
}
div.dt-container.dt-empty-footer .dt-scroll-body {
  border-bottom: 1px solid #e3e3e3;
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row {
    display: block;
  }
  div.dt-container div.dt-layout-cell {
    display: block;
  }
  div.dt-container div.dt-layout-cell.dt-full,
  div.dt-container div.dt-layout-cell.dt-start,
  div.dt-container div.dt-layout-cell.dt-end {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .dt-container .dt-length,
  .dt-container .dt-search {
    float: none;
    text-align: center;
  }
  .dt-container .dt-search {
    margin-top: 0.5em;
  }
}
*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}
div.dt-rowReorder-float-parent {
  table-layout: fixed;
  outline: 2px solid #0a59cb;
  z-index: 2001;
  position: absolute !important;
  overflow: hidden;
  border-radius: 3px;
}
div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  opacity: 0.9;
  background-color: white;
  margin: 0 !important;
}
div.dt-rowReorder-float-parent.drop-not-allowed {
  cursor: not-allowed;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #888;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
html.dark div.dt-rowReorder-float-parent {
  outline-color: #6ea8fe;
}
html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float {
  background-color: var(--dt-html-background);
}
html.dark tr.dt-rowReorder-moving {
  outline-color: #aaa;
}
.dt__rowtitle {
  font-weight: 600;
}