/* Mixins */
/* End Mixins */
:root {
  --body-bg: #f9fafb;
  --text-color: #1e1e1e;
  --text-color-faint: #444444;
  --text-color-deep: #000000;
  --sub-heading-color: #444444;
  --input-placeholder-color: #a3a3a3;
  --input-bg-color: #ffffff;
  --input-text-color: #121212;
  --input-disabled-bg-color: #e9e9e9;
  --input-disabled-text-color: #7d7d7d;
  --input-border-color: #e9e9e9;
  --input-border-color-2: #ebebeb;
  --select-bg-color: #ffffff;
  --select-option-bg-color: #f2f2f2;
  --toastr-bg: #ffffff;
  --toastr-text-color: #444444;
  --pagination-bg: #fff;
  --link-color: #7d7d7d;
  --placeholder-bg: #f1f2f4;
  --placeholder-dark-bg: #f2e8d9;
  --header-user-bg: #ffffff;
  --header-user-menu-bg: #f7f7f7;
  --header-user-menu-hover-bg: #f1f1f1;
  --notifications-bg: #ffffff;
  --notifications-header-shadow: 0 8px 64px rgba(0, 0, 0, 0.05);
  --notification-border-bg: #f1f1f1;
  --notification-bg: #f1f1f1;
  --bill-transaction-bg: #f9fafb;
  --bill-wallet-border: #ffffff;
  --bill-topup-bg: #fcf2ec;
  --bill-topup-account-bg: #ffffff;
  --bill-topup-account-verify-bg: #e9e9e9;
  --bill-successful-amount-color: #8f92a1;
  --bill-successful-body-bg: #fcf3e5;
  --bill-successful-body-border: #9959ed;
  --bill-receipt-content-bg: #fcf3e5;
  --bill-receipt-body-bg: #ffffff;
  --bill-receipt-divider-bg: #e9e9e9;
  --bills-tab-bg: #ffffff;
  --bills-tab-link-bg: #f9fafb;
  --insert-amount-bg: #fcfaec;
  --event-category-border: #e9e9e9;
  --kyc-modal-bg: #fcf3e5;
  --kyc-modal-step-bg: #fff;
  --kyc-modal-failed-bg: #fdede8;
  --kyc-modal-badge-bg: #fff6e4;
}

/* Animations */
@keyframes toastr {
  0% {
    transform: translateX(42rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anim-placeholder {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anim-loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/* End Animations */
* {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
}

/* Form Controls */
input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  outline: none;
}
input::placeholder {
  color: var(--input-placeholder-color);
}

button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

a:link, a:visited {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

/* End Form Controls */
.simple-editor-wrapper {
  max-width: 100% !important;
  background-color: white;
}
.simple-editor-wrapper .tiptap-button {
  padding: 2rem 1rem;
}
.simple-editor-wrapper .tiptap-button-icon {
  width: 2rem !important;
  height: 2rem !important;
}
.simple-editor-wrapper .tiptap-toolbar-group {
  gap: 1rem !important;
}
.simple-editor-wrapper .tiptap-toolbar[data-variant=fixed] {
  position: sticky !important;
}
.simple-editor-wrapper .simple-editor-content {
  overflow-y: scroll;
  max-height: 60rem;
  max-width: 100%;
}
.simple-editor-wrapper .simple-editor-content p {
  font-size: 1.6rem !important;
}
.simple-editor-wrapper .tiptap-button[data-active-state=on]:not([disabled]) .tiptap-button-icon,
.simple-editor-wrapper .tiptap-button[data-state=open]:not([disabled]) .tiptap-button-icon {
  color: #2dcb30 !important;
}
.simple-editor-wrapper .tiptap-image-upload .tiptap-image-upload-drag-area {
  border: 1.5px dashed #2dcb30 !important;
  max-width: 100%;
  width: 50rem;
  margin: auto;
}
.simple-editor-wrapper .tiptap-image-upload svg {
  display: none;
  visibility: hidden;
}
.simple-editor-wrapper .tiptap-image-upload-icon-container {
  display: none;
  background-color: transparent;
}
.simple-editor-wrapper .tiptap-card-body {
  padding: 1rem !important;
  flex: 1 1 auto;
  overflow-y: auto;
}
.simple-editor-wrapper .simple-editor-content .tiptap.ProseMirror.simple-editor {
  padding: 3rem !important;
}
.simple-editor-wrapper .ProseMirror-selectednode {
  outline-color: #2dcb30 !important;
}

/* Tango Sans Font Import */
@font-face {
  font-family: "Tango Sans";
  src: url("../fonts/tangosans/TangoSans.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Tango Sans";
  src: url("../fonts/tangosans/TangoSans_Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Tango Sans";
  src: url("../fonts/tangosans/TangoSans_Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Tango Sans";
  src: url("../fonts/tangosans/TangoSans_BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}
html {
  font-size: 50%;
}
@media (max-width: 360px) {
  html {
    font-size: 45%;
  }
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg);
}

.heading-tertiary {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Tango Sans";
  color: #1e1e1e;
}

.container {
  max-width: 150rem;
  margin: auto;
  padding: 2rem 4rem 0rem;
}
@media (max-width: 550px) {
  .container {
    padding: 2rem 3rem 0rem;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 2rem 1.6rem 0rem;
  }
}

.sub-heading {
  font-size: 2.4rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
@media (max-width: 480px) {
  .sub-heading {
    font-size: 2rem;
  }
}
.sub-heading--green {
  color: #399445;
}

.heading-secondary {
  font-size: 2rem;
  font-family: "Tango Sans";
  font-weight: normal;
}

.icon-green {
  display: block;
  width: 2.8rem;
  color: #05c168;
}

.icon-blue {
  display: block;
  width: 2.8rem;
  color: #1aa2fd;
}

.icon-orange {
  display: block;
  width: 2.8rem;
  color: #ffa800;
}

.icon-grey {
  display: block;
  width: 2.8rem;
  color: #e9e9e9;
}

.icon-red {
  display: block;
  width: 2.8rem;
  color: #ff5a65;
}

.event-sold {
  align-self: flex-start;
  margin-top: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.8rem 1.6rem;
  border-radius: 4px;
  background-color: #f9fafb;
  font-weight: 500;
}
.event-sold span {
  color: #399445;
  font-weight: 700;
}

.event-tag {
  font-size: 1.2rem;
  background-color: #fcf2ec;
  color: #e57d43;
  border-radius: 4rem;
  padding: 4px 1.6rem;
  width: fit-content;
  justify-self: flex-start;
}

.note {
  background-color: #fcf2ec;
  border-radius: 0.8rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.note svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.note p {
  font-size: 1.4rem;
  color: #e57d43;
  gap: 0.8rem;
}
.note__lists {
  font-size: 1.4rem;
  color: #7d7d7d;
}
.note__lists li {
  list-style: none;
}
.note__lists li span {
  font-weight: 600;
  color: #1e1e1e;
}
.note__no-lists-style {
  list-style: none;
}
.note__text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.note__text svg {
  display: block;
  width: 2rem;
  color: #e57d43;
}
.note__text p {
  color: #e57d43;
}
.note__modal-text-container {
  display: flex;
}
.note__modal-text-container p {
  color: #7d7d7d;
}
.note__modal-text {
  font-size: 1.4rem;
  color: #7d7d7d;
}

.header-tabs {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9e9e9;
}
.header-tabs__heading-text {
  color: #7d7d7d !important;
  padding: 2px 0.8rem;
}
.header-tabs__heading-text--active {
  border-bottom: 2px solid #2dcb30;
  color: #1f1f1f !important;
}

.br-xs {
  border-radius: 4px;
}

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

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

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 999;
  background-color: rgba(31, 31, 31, 0.4);
  backdrop-filter: blur(3px);
  cursor: pointer;
}

.img-preview {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  max-width: calc(100% - 4.8rem);
  max-height: calc(100% - 10rem);
  border-radius: 1rem;
  transition: all 0.3s;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}
.img-preview.open {
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}

.hidden {
  display: none !important;
}

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

.text-primary {
  color: #2dcb30;
}

.text-semibold {
  font-weight: 500;
}

.b-0 {
  border: none !important;
}

.grid-full {
  grid-column: 1/-1;
}

.mt-medium {
  margin-top: 3.6rem;
}

.text-danger {
  color: #eb6237 !important;
}

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

.p-0 {
  padding: 0 !important;
}

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

/* Form Controls */
.auth {
  padding-left: 72rem;
  min-height: 100vh;
  position: relative;
}
.auth--agent {
  padding-left: 45dvw;
}
@media (max-width: 1200px) {
  .auth {
    padding-left: 0;
  }
}
.auth__left {
  position: fixed;
  top: 0;
  left: 0;
  width: 72rem;
  height: 100vh;
}
@media (max-width: 1200px) {
  .auth__left {
    display: none !important;
  }
}
.auth--agent .auth__left {
  width: 45dvw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #123054;
}
.auth--agent .auth__left::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../imgs/auth-bg.png);
  opacity: 0.5;
}
.auth__slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auth__slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.45s ease-in-out;
}
.auth__slider-dots {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.auth__slider-dots button {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.3s;
}
.auth__slider-dots button:focus {
  outline: 2px solid #2dcb30;
  outline-offset: 2px;
}
.auth__slider-dots button.active {
  background-color: #2dcb30;
}
.auth__main {
  padding: 8rem 2.4rem;
}
@media (max-width: 1200px) {
  .auth__main {
    height: 100dvh;
    background-color: var(--auth-bg);
  }
}
@media (max-width: 500px) {
  .auth__main {
    padding: 0;
    padding-top: 4rem;
  }
}
.auth__main-content {
  width: 52.6rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.auth__main-content--md {
  width: 56rem;
}
.auth__main-content--1 {
  gap: 8rem;
}
.auth__main-content--2 {
  gap: 10.45rem;
}
@media (max-width: 1200px) {
  .auth__main-content {
    width: 60rem;
    height: 100%;
    overflow: hidden;
    gap: 4rem !important;
  }
}
@media (max-width: 500px) {
  .auth__main-content {
    width: 100%;
    justify-content: flex-end;
    gap: 2.4rem;
  }
}
.auth__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 500px) {
  .auth__logo-wrapper {
    flex: 1;
  }
}
.auth__logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__logo-block > a > img, .auth__logo-block > img {
  display: block;
  height: 3.8rem;
}
@media (max-width: 1200px) {
  .auth__logo-block {
    position: relative;
    align-self: center;
    width: 35rem;
    max-width: 80%;
  }
  .auth__logo-block > a, .auth__logo-block > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.auth__logo-block--1 {
  position: relative;
  align-self: center;
  width: 35rem;
  max-width: 80%;
}
.auth__logo-block--1 > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.auth__logo-bg {
  display: none;
}
@media (max-width: 1200px) {
  .auth__logo-bg {
    display: block;
  }
}
.auth__logo-bg img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .auth__block {
    padding: 3.2rem;
    background-color: var(--body-bg);
    border-radius: 1.6rem;
    max-height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 500px) {
  .auth__block {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 5.6rem;
  }
}
.auth__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 4.8rem;
}
.auth__header--2 {
  margin-bottom: 2.4rem;
}
@media (max-width: 500px) {
  .auth__header > * {
    text-align: left;
  }
}
.auth__body {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.auth__form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.auth__form--1 {
  gap: 2.4rem;
}
.auth__form--2 {
  gap: 4rem;
}
.auth__form--add-tel {
  gap: 4rem;
  width: 50rem;
  max-width: 100%;
}
.auth__referees {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.auth__referee {
  border: none;
  padding: 1rem 2rem;
  border-radius: 0.45rem;
  box-shadow: 0.3rem 0.3rem 0 transparent;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  color: #1e1e1e;
  outline: 2px solid transparent;
  transition: all 0.3s;
}
.auth__referee:nth-child(4n+1) {
  background-color: #d0f1eb;
}
.auth__referee:nth-child(4n+2) {
  background-color: #ded2f9;
}
.auth__referee:nth-child(4n+3) {
  background-color: #fdc9d2;
}
.auth__referee:nth-child(4n+4) {
  background-color: #f9e8bd;
}
.auth__referee.active {
  box-shadow: 0.3rem 0.3rem 0 #2dcb30;
  border: 2px solid #2dcb30;
}
.auth__referee:hover, .auth__referee:focus {
  border: 2px solid #2dcb30;
}
.auth__referee.loader {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
.auth__link {
  display: inline-block;
  padding-bottom: 2px;
  cursor: pointer;
  font-weight: 500;
  outline: none;
  position: relative;
}
.auth__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: all 0.3s;
}
.auth__link--2::after {
  width: 50%;
}
.auth__link:focus::after, .auth__link:hover::after {
  width: 100%;
}
.auth__controls {
  align-self: center;
  width: 40rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 500px) {
  .auth__controls {
    width: 100%;
  }
}
.auth__footer {
  text-align: center;
  color: #7d7d7d;
  font-size: 1.4rem;
  font-weight: 500;
}
.auth__footer--1 {
  font-size: 2rem;
  font-weight: 600;
}
.auth__otp {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.auth__otp--hidden {
  max-height: 0;
  overflow: hidden;
  transition: all 0.45s ease-in-out;
}
.auth__otp--sm {
  gap: 0.8rem;
}
.auth__otp-heading {
  font-size: 1.6rem;
  color: var(--text-color);
  font-weight: normal;
  text-align: center;
}
.auth__otp-heading--1 {
  font-family: "Tango Sans";
  font-weight: normal;
  font-size: 1.4rem;
}
.auth__otp-resend {
  color: #2dcb30;
  font-weight: 500;
  transition: background-color 0.2s;
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  outline: none !important;
  position: relative;
}
.auth__otp-resend::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: currentColor;
  transition: width 0.3s;
}
.auth__otp-resend:not(:disabled):focus::after, .auth__otp-resend:not(:disabled):hover::after {
  width: 100%;
}
.auth__otp-resend:disabled {
  color: #209226;
}
.auth__otp-resend:disabled::after {
  background-color: transparent;
}

/* End Form Controls */
.auth-modal {
  width: 55rem;
  max-width: calc(100dvw - 4.8rem);
  padding: 3.2rem;
  background-color: #f9fafb;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.3s;
  z-index: 9999;
}
.auth-modal.open {
  top: 12.8rem;
  transform: translate(-50%, 0);
}
.auth-modal__header-close {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.auth-modal__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #737373;
  font-weight: 500;
  padding-bottom: 1rem;
}
.auth-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 0.8rem;
  transition: all 0.3s;
}
.auth-modal__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.auth-modal__close:hover {
  background-color: #fff;
}
.auth-modal__form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.auth-modal__form-main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.auth-modal__other {
  text-align: center;
  font-size: 1.4rem;
  color: #7d7d7d;
}
.auth-modal__other button, .auth-modal__other a {
  color: #e57d43;
}
.auth-modal__or {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-weight: 500;
  color: #7d7d7d;
}
.auth-modal__or::before, .auth-modal__or::after {
  content: "";
  display: block;
  height: 1.5px;
  background-color: #e9e9e9;
  flex: 1;
}
.auth-modal__user-advantages {
  font-size: 1.4rem;
  color: #7d7d7d;
}
.auth-modal__user-advantages ul {
  list-style-position: inside;
  margin-left: 1rem;
}

/* KYC Modal */
.kyc-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 99999;
  width: 56rem;
  padding: 6.4rem 5rem 5rem;
  border-radius: 1.6rem;
  background-color: var(--kyc-modal-bg);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 400px) {
  .kyc-modal {
    padding: 6.4rem 2.4rem 4.8rem;
  }
}
.kyc-modal.open {
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
}
@media (max-width: 500px) {
  .kyc-modal.open {
    transform: translate(0, 0) scale(1);
  }
}
@media (max-width: 500px) {
  .kyc-modal {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate(0, 100%) scale(1);
  }
}
.kyc-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyc-modal__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.kyc-modal__img {
  align-self: center;
  display: block;
  width: 12rem;
  height: 12rem;
}
.kyc-modal__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.kyc-modal__header p {
  font-size: 1.8rem;
  color: var(--text-color-faint);
}
.kyc-modal__main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.kyc-modal__form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.kyc-modal__form--md {
  gap: 1.6rem;
}
.kyc-modal__step {
  height: 6.4rem;
  padding: 0 2.4rem;
  border-radius: 0.8rem;
  background-color: var(--kyc-modal-step-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.kyc-modal__step p {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.kyc-modal__step p img {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
}
.kyc-modal__step > svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #e57d43;
}
.kyc-modal__label {
  font-size: 1.4rem;
  color: var(--link-color);
}
.kyc-modal__failed-ver-message {
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  background-color: var(--kyc-modal-failed-bg);
  font-size: 1.4rem;
  color: #eb6237;
  margin-top: 0.8rem;
}
.kyc-modal__bvn-info {
  padding: 0.8rem 1.2rem;
  background-color: #ffe39b;
  border-radius: 0.8rem;
  font-size: 1.25rem;
  color: var(--link-color);
}
.kyc-modal__img-capture {
  width: 100%;
  max-height: 45rem;
  height: 100%;
  background-color: #1e1e1e;
  display: block;
  object-fit: fill;
}
.kyc-modal__badge {
  padding: 4px 1.2rem;
  border-radius: 0.8rem;
  background-color: var(--kyc-modal-badge-bg);
  color: #ffa800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.kyc-modal__badge svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.kyc-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.kyc-modal__sub-link {
  align-self: center;
  color: var(--link-color);
}

/* End KYC Modal */
.kyc-modal {
  overflow: hidden;
}
.kyc-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  transform: scale(1.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.kyc-modal__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.kyc-modal__img-capture {
  border-radius: 0.8rem;
  overflow: hidden;
}
.kyc-modal__img-capture--placeholder {
  height: 40rem;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kyc-modal__img-capture--placeholder svg {
  display: block;
  width: 20rem;
  height: 20rem;
}

.show .kyc-modal__overlay {
  opacity: 1;
  pointer-events: all;
}

@keyframes ticket-scan-info {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.ticket-scan-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 4rem;
  background-color: var(--kyc-modal-bg);
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  animation: ticket-scan-info 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
}
.ticket-scan-info__main {
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: var(--input-bg-color);
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.ticket-scan-info__icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 4px;
}
.ticket-scan-info__icon-block--success {
  background-color: #05c168;
}
.ticket-scan-info__icon-block--warning {
  background-color: #e57d43;
}
.ticket-scan-info__icon-block--error {
  background-color: #ff5a65;
}
.ticket-scan-info__icon-block svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
}
.ticket-scan-info__main-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.ticket-scan-info__ticket-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ticket-scan-info__ticket-details > p:first-child {
  color: var(--text-color-deep);
  font-weight: 600;
}
.ticket-scan-info__ticket-details > span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--text-color-faint);
}
.ticket-scan-info__ticket-details > p:last-child {
  color: var(--text-color-faint);
}
.ticket-scan-info__check-in {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: var(--text-color-faint);
}
.ticket-scan-info__id {
  align-self: flex-start;
  color: var(--text-color-deep);
  font-weight: 600;
}

/* Form Controls */
.bill-select {
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  border: 1.5px solid var(--input-border-color);
  background-color: var(--input-bg-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.4rem;
}
.bill-select--loader {
  border: none !important;
  height: 5.8rem;
  flex-shrink: 0;
}
.bill-select.active {
  border: 1.5px solid #2dcb30;
}
.bill-select__main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.bill-select__main--md {
  gap: 1.6rem;
}
.bill-select__main img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.bill-select__package-name {
  width: 100%;
  text-align: left;
}
.bill-select__emp {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: var(--select-box-emp-bg);
  color: var(--select-box-emp-color);
  width: fit-content;
  height: fit-content;
}
.bill-select__check {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #2dcb30;
  opacity: 0;
  transition: all 0.3s;
}
.bill-select.active .bill-select__check {
  opacity: 1;
}

.bill-receipt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  padding: 6.4rem 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: hidden;
  pointer-events: none;
}
.bill-receipt.open {
  pointer-events: all;
  overflow-y: auto;
}
.bill-receipt__content {
  margin: auto auto;
  width: 74rem;
  max-width: 100%;
  border-radius: 1.6rem;
  padding: 2.4rem 3.2rem 6.4rem;
  background-color: var(--bill-receipt-content-bg);
  position: relative;
  transform: scale(0);
  transition: all 0.3s;
}
.bill-receipt.open .bill-receipt__content {
  transform: scale(1);
}
.bill-receipt__close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.bill-receipt__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.bill-receipt__main {
  width: 42rem;
  max-width: 100%;
  margin: auto;
  margin-top: 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bill-receipt__body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: var(--bill-receipt-body-bg);
  padding: 3.2rem 2.4rem;
  position: relative;
  isolation: isolate;
}
.bill-receipt__body-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
}
.bill-receipt__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.bill-receipt__heading {
  font-size: 1.2rem;
  color: #7d7d7d;
}
.bill-receipt__divider {
  border-top: 2px dashed var(--bill-receipt-divider-bg);
}
.bill-receipt__body-main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.bill-receipt__infos {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.bill-receipt__info {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  font-size: 1.4rem;
}
.bill-receipt__info-key {
  color: #7d7d7d;
}
.bill-receipt__info-value {
  font-weight: 500;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.bill-receipt__amount-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.bill-receipt__amount-title {
  font-size: 1.2rem;
  color: #7d7d7d;
}
.bill-receipt__amount {
  font-size: 2.4rem;
  font-family: "Tango sans";
  font-weight: normal;
  color: #2dcb30;
}
.bill-receipt__alert {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #a0582f;
}
.bill-receipt__effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(6px);
  overflow: hidden;
  padding: 0 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bill-receipt__effect span {
  flex-shrink: 0;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--bill-receipt-content-bg);
}
.bill-receipt__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.bill-receipt__share {
  flex: 1;
}
.bill-receipt__share:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.bill-transaction {
  padding: 2.4rem;
  border-radius: 1.6rem;
  box-shadow: 0.5rem 0.5rem 0 #e6806a;
  background-color: var(--bill-transaction-bg);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  overflow: hidden;
}
.bill-transaction__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3.6rem;
  row-gap: 1.2rem;
  border-bottom: 1px solid #f4cab2;
  padding: 1.6rem;
}
.bill-transaction__info--big * {
  font-size: 2rem;
  color: var(--text-color-deep) !important;
  font-weight: 500;
}
.bill-transaction__info-key {
  color: var(--link-color);
}
.bill-transaction__info-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  overflow: hidden;
  min-width: 0;
}
.bill-transaction__info-value {
  font-weight: 500;
}
.bill-transaction__info-sub {
  font-size: 1.4rem;
  color: var(--link-color);
  text-align: right;
  width: 100%;
  word-wrap: break-word;
}
.bill-transaction__info-sub strong {
  color: var(--text-color);
  font-weight: 500;
}

.bill-pay {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.bill-pay__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.bill-pay__main--left {
  align-items: flex-start;
}
.bill-pay__pin-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.bill-pay__pin-heading {
  font-weight: normal;
  color: var(--text-color-deep);
}
.bill-pay__button {
  align-self: center;
  width: 34rem;
  max-width: 100%;
}
.bill-pay--review {
  margin-top: 6rem;
}

.bill-wallet {
  align-self: stretch;
  height: 14.5rem;
  border-radius: 1.6rem;
  border: 1.5px solid var(--bill-wallet-border);
  box-shadow: 0.5rem 0.5rem 0 #e6806a;
  padding: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.bill-wallet--sms {
  box-shadow: 0.5rem 0.5rem 0 #ffb35b;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bill-wallet--giftcard {
  padding: 1.6rem 4rem;
}
@media (max-width: 600px) {
  .bill-wallet--giftcard {
    padding: 1rem 2rem;
  }
}
.bill-wallet__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.bill-wallet__label {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.bill-wallet__label-2 {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.bill-wallet__label-3 {
  position: absolute;
  top: 3rem;
  left: 4rem;
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .bill-wallet__label-3 {
    top: 3rem;
    left: 2rem;
  }
}
@media (max-width: 320px) {
  .bill-wallet__label-3 {
    top: 1rem;
  }
}
.bill-wallet__balance {
  padding-top: 1.8rem;
  font-size: 2.4rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
.bill-wallet__balance-2 {
  padding-top: 3rem;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  font-size: 4rem;
  font-family: "Tango Sans";
  font-weight: 400;
}
.bill-wallet__balance-3 {
  padding-top: 3rem;
  position: absolute;
  top: 2.5rem;
  left: 4rem;
  font-size: 4rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
@media (max-width: 600px) {
  .bill-wallet__balance-3 {
    font-size: 3rem;
    top: 2rem;
    left: 2rem;
  }
}
@media (max-width: 320px) {
  .bill-wallet__balance-3 {
    top: 1rem;
  }
}
.bill-wallet--sms .bill-wallet__balance {
  font-size: 3.2rem;
}
.bill-wallet__withdraw-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  background-color: white;
  padding: 1.6rem 4rem;
  border-radius: 0.8rem;
  color: black;
}
.bill-wallet__withdraw-btn svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 600px) {
  .bill-wallet__withdraw-btn svg {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 600px) {
  .bill-wallet__withdraw-btn {
    padding: 1rem 2rem;
  }
}
@media (max-width: 320px) {
  .bill-wallet__withdraw-btn {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
  }
}

.bill-topup {
  width: 100%;
  max-width: 50rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  background-color: var(--bill-topup-bg);
  color: #e57d43;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.bill-topup--verify.pending {
  background-color: var(--bill-topup-account-verify-bg);
  color: var(--toastr-text-color);
}
.bill-topup--verify h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.35rem;
}
.bill-topup--verify h3 svg {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
}
.bill-topup--verify p {
  font-size: 1.4rem;
  text-align: center;
}
.bill-topup--verify a, .bill-topup--verify button, .bill-topup--verify span {
  height: 4.8rem;
}
.bill-topup--verify span {
  color: #fff;
  border-radius: 0.8rem;
  background-color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bill-topup__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 1.4rem;
}
.bill-topup__alert svg {
  display: block;
  width: 1.8rem;
  color: 1.8rem;
}
.bill-topup__alert p {
  flex: 1;
  text-align: center;
}
.bill-topup__number {
  display: flex;
  height: 4rem;
  background-color: var(--bill-topup-account-bg);
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
.bill-topup__number-main {
  flex: 1;
  padding: 0 1.6rem;
  color: var(--text-color);
  display: flex;
  align-items: center;
}
.bill-topup__number-copy {
  padding: 0 1.6rem;
  background-color: #2dcb30;
  border: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.bill-topup__number-copy svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.bill-topup__bank {
  text-align: center;
  font-weight: 500;
}

.bill-successful {
  padding: 13.6rem 2.4rem;
}
.bill-successful__main {
  width: 57rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bill-successful__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.bill-successful__header img {
  display: block;
  width: 10rem;
}
.bill-successful__icon {
  display: block;
  width: 10rem;
  height: 10rem;
}
.bill-successful__heading {
  font-size: 2.4rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
.bill-successful__body {
  min-width: 40rem;
  padding: 2.4rem;
  border-radius: 0.8rem;
  background-color: var(--bill-successful-body-bg);
  border: 1px solid var(--bill-successful-body-border);
  box-shadow: 0.5rem 0.5rem 0 var(--bill-successful-body-border);
  margin-bottom: 6.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
.bill-successful__body.loader {
  border: none;
  box-shadow: none;
  height: 16rem;
}
@media (max-width: 320px) {
  .bill-successful__body {
    min-width: initial;
    width: 100%;
  }
}
.bill-successful__amount-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.bill-successful__amount-title {
  font-size: 1.4rem;
  color: var(--bill-successful-amount-color);
}
.bill-successful__amount {
  font-size: 2rem;
  font-weight: 700;
}
.bill-successful__service {
  padding: 1.6rem 1.6rem 0;
  border-top: 2px solid #f0b492;
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.bill-successful__service-provider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
}
.bill-successful__service-provider img {
  display: block;
  height: 3.2rem;
  border-radius: 5px;
}
.bill-successful__flight-provider {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 500;
}
.bill-successful__flight-provider img {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
}
.bill-successful__service-divider {
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bill-successful__service-divider::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: var(--text-color);
}
.bill-successful__footer {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.bill-successful__footer > * {
  width: auto;
  flex: 1;
  max-width: 35rem;
  margin: auto;
}
.bill-successful__footer.loader > * {
  height: 5.6rem;
  border-radius: 0.8rem;
}

/* End Form Controls */
/* Form Controls */
.button {
  flex-shrink: 0;
  width: 100%;
  height: 5.6rem;
  background-color: #dbdbdb;
  border-radius: 0.8rem;
  font-weight: 500;
  color: #a3a3a3;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.button:focus {
  outline: 2px solid #2dcb30;
  outline-offset: 2px;
}
.button--sm {
  width: 16rem;
  height: auto;
  padding: 1.4rem 0.8rem;
  border-radius: 0.6rem;
}
.button--active {
  background-color: #2dcb30;
  background-image: url(../imgs/btn-bg.png);
  color: #fff !important;
  transition: background-color 0.2s;
}
.button--active:disabled {
  background-color: #209226;
}

.paste-btn {
  flex-shrink: 0;
  align-self: center;
  margin-top: 1rem;
  max-width: 100%;
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 4px;
  border: 1px solid var(--input-border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #2dcb30;
}
.paste-btn svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

/* End Form Controls */
.button--sm {
  height: 4.8rem;
  width: auto;
  padding: 0 2.4rem;
}
.button--sm svg {
  width: 2rem;
  height: 2rem;
}
.button--auto {
  width: 24rem;
  max-width: 100%;
}
.button--outline {
  background-color: transparent;
  color: #2dcb30 !important;
  border: 1.5px solid #2dcb30;
}
.button--outline-2 {
  color: var(--text-color) !important;
}
.button--outline:hover {
  background-color: #2dcb30;
  color: #fff !important;
}
.button--white {
  background-color: #fff;
  color: var(--text-color);
}
.button--white-outline {
  border: 1.5px solid #e9e9e9;
  background: transparent !important;
  color: #1e1e1e;
}
.button--white-outline:hover {
  background-color: #eaeaea !important;
}
.button--yellow {
  background-color: #ffa800;
  color: #ffffff !important;
}

.status {
  font-weight: 600;
  border-radius: 1.6rem;
  padding: 4px 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  justify-self: flex-start;
  text-transform: capitalize;
}
.status--successful {
  background-color: #eafaea;
  color: #25a727;
  border: 1px solid #b8edbf;
}
.status--active {
  background-color: #eafaea;
  color: #25a727;
  border: 1px solid #b8edbf;
}
.status--inactive {
  background-color: #ffeff0;
  color: #dc2b2b;
  border: 1px solid #ffbec2;
}
.status--closed {
  background-color: #e9e9e9;
  color: #7d7d7d;
  border: 1px solid #a3a3a3;
}
.status--approved {
  background-color: #e6f5ff;
  color: #1aa2fd;
  border: 1px solid #b3e0ff;
}
.status--ended {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #969696;
}
.status--published {
  background-color: #efe3f8;
  color: #a862d6;
  border: 1px solid #a862d6;
}
.status--pending {
  background-color: #fff6e4;
  color: #ffa800;
  border: 1px solid #ffe39b;
}
.status--attention {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #f4cab2;
  display: flex;
  gap: 1rem;
}
.status--2 {
  height: fit-content;
  padding: 2px 1.2rem;
  font-weight: 400;
}

/* Form Controls */
.circular-progress {
  --box: 160px;
  --container: 160;
  --stroke-width: 16;
  --radius: 72;
  width: var(--box);
  height: var(--box);
}
.circular-progress--sm {
  --box: 96px;
  --container: 96;
  --stroke-width: 9.6;
  --radius: 43.2;
}
.circular-progress--xs {
  --box: 56px;
  --container: 56;
  --stroke-width: 5.6;
  --radius: 25.2;
}
.circular-progress__background, .circular-progress__circle {
  cx: calc(var(--container) / 2);
  cy: calc(var(--container) / 2);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: transparent;
}
.circular-progress__circle {
  stroke-dasharray: calc(6.286 * var(--radius)); /* Circumference of the circle (2 * PI * radius) */
  stroke-dashoffset: calc(6.286 * var(--radius)); /* Initial dash offset */
  stroke-linecap: round; /* Rounded end */
  transform: rotate(-90deg); /* Start from 12 o'clock */
  transform-origin: 50% 50%; /* Rotate around the center */
  transition: stroke-dashoffset 0.5s ease;
}
.circular-progress--empty .circular-progress__circle {
  stroke-dashoffset: calc(6.286 * var(--radius)) !important;
}

/* End Form Controls */
.circular-progress__circle {
  transition: stroke-dashoffset 0.2s ease-in;
}

.event-card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0.8rem;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.event-card__header {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
}
.event-card__category {
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  padding: 4px 1.6rem;
  border-radius: 10rem;
  background-color: #fcf2ec;
  color: #e57d43;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 2;
}
.event-card__tag {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 4px 1.6rem;
  border-radius: 10rem;
  background-color: #fcf2ec;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 2;
}
.event-card__tag--live {
  background-color: #2dcb30;
}
.event-card__tag--ending-soon {
  background-color: #ffa800;
}
.event-card__tag--bestseller {
  background-color: #dc2b2b;
}
.event-card__tag--new {
  background-color: #1aa2fd;
}
.event-card__tag--ended {
  background-color: #1e1e1e;
}
.event-card__tag--none {
  background-color: transparent;
}
.event-card__img {
  display: block;
  width: 100%;
  height: 24rem;
  object-fit: cover;
  z-index: -1;
  transition: all 0.3s;
}
@media (max-width: 860px) {
  .event-card__img {
    height: 18rem;
  }
}
@media (max-width: 550px) {
  .event-card__img {
    height: 24rem;
  }
}
@media (max-width: 350px) {
  .event-card__img {
    height: 18rem;
  }
}
.event-card:hover .event-card__img {
  transform: scale(1.1);
}
.event-card--loading .event-card__img {
  background-color: #fafafa;
}
.event-card__img-soldout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20rem;
  z-index: 2;
}
.event-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  object-fit: cover;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}
.event-card__body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.event-card__title {
  font-size: 2rem;
  font-weight: 600;
  color: #1e1e1e;
}
.event-card--loading .event-card__title span {
  display: block;
  width: 80%;
  height: 2.4rem;
  border-radius: 4px;
}
.event-card__infos {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.event-card__infos li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #a3a3a3;
}
.event-card__infos li svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.event-card--loading .event-card__infos li span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 4px;
}
.event-card--loading .event-card__infos li p {
  display: block;
  height: 2rem;
  border-radius: 4px;
}
.event-card--loading .event-card__infos li:nth-child(1) p {
  width: 15rem;
}
.event-card--loading .event-card__infos li:nth-child(2) p {
  width: 18rem;
}
.event-card--loading .event-card__infos li:nth-child(3) p {
  width: 20rem;
}

/* Extras */
.empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty__icon {
  display: block;
  width: 12rem;
  height: 12rem;
  margin-bottom: 3.2rem;
}
.empty__main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.empty__heading {
  font-size: 1.4rem;
  font-family: "Tango Sans", sans-serif;
  font-weight: normal;
}
.empty__text {
  font-size: 1.2rem;
  color: var(--link-color);
}

.ap-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
.ap-error__img {
  width: 15rem;
}
.ap-error__heading {
  font-size: 2.8rem;
}

.date-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  background-color: #2dcb30;
  position: relative;
}
.date-filter-btn svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
}
.date-filter-btn--sm {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 4px;
}
.date-filter-btn span {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #e53935;
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  transition: all 0.3s;
}
.date-filter-btn.active span {
  opacity: 1;
}

/* End Extras */
.faq__body {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 110rem;
  margin: auto;
}
.faq__details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.faq__details-heading {
  font-size: 2.4rem;
  font-family: "Tango Sans";
  font-weight: normal;
  line-height: normal;
}
.faq__info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__info-heading svg {
  display: block;
  width: 3rem;
  cursor: pointer;
}
.faq__open-icon {
  display: block;
  cursor: pointer;
  width: 4.4rem;
  cursor: pointer;
}
@media (max-width: 490px) {
  .faq__open-icon {
    width: 3.5rem;
  }
}
.faq__open-icon--active {
  color: #497dd3;
}
.faq__show {
  display: block;
}
.faq__hide {
  display: none;
}

.faq-infos {
  padding: 0rem 1rem;
  width: 112rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 920px) {
  .faq-infos {
    padding: 0rem 3.5rem;
  }
}
@media (max-width: 490px) {
  .faq-infos {
    gap: 4rem;
    padding: 0rem 1.6rem;
  }
}
.faq-infos__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.faq-infos__header span {
  font-size: 2rem;
}
@media (max-width: 380px) {
  .faq-infos__header span {
    font-size: 1.6rem;
    text-align: center;
  }
}
.faq-infos__dropdown-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 490px) {
  .faq-infos__dropdown-body {
    gap: 1.6rem;
  }
}
.faq-infos__dropdown-details {
  border: 2px solid #000000;
  border-radius: 2.4rem;
  padding: 2.4rem 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.7rem;
}
@media (max-width: 550px) {
  .faq-infos__dropdown-details {
    padding: 1rem 2rem;
    border-radius: 1.6rem;
  }
}
.faq-infos__dropdown-details--blue {
  background-color: #ccddf9;
}
.faq-infos__dropdown-details--green {
  background-color: #d2eed3;
}
.faq-infos__dropdown-details--pink {
  background-color: #f4e5fe;
}
.faq-infos__dropdown-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-infos__heading-text {
  font-size: 2.8rem;
  font-family: "Tango Sans";
}
@media (max-width: 490px) {
  .faq-infos__heading-text {
    font-size: 1.8rem;
    width: 80%;
  }
}
.faq-infos__text {
  font-size: 2rem;
  color: #444444;
}
@media (max-width: 490px) {
  .faq-infos__text {
    font-size: 1.6rem;
  }
}

.featured-events {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.featured-events__events {
  position: relative;
  height: 52rem;
  overflow: hidden;
}
@media (max-width: 600px) {
  .featured-events__events {
    height: 40rem;
  }
}
@media (max-width: 400px) {
  .featured-events__events {
    height: 30rem;
  }
}
.featured-events__events > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
  transition: all 0.3s;
}
.featured-events__events > * > * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-events__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.featured-events__dots button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #e9e9e9;
  transition: all 0.3s;
}
.featured-events__dots button.active {
  background-color: #2dcb30;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 8rem 5rem;
  background-color: #1e1e1e;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  width: 135rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 450px) {
  .footer {
    padding: 8rem 2.4rem 5rem;
  }
}
.footer__main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 4rem;
  color: #f7f7f7;
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .footer__main {
    flex-direction: column;
    gap: 4rem;
    align-items: center;
  }
}
.footer__logo-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  max-width: 40rem;
}
@media (max-width: 750px) {
  .footer__logo-desc {
    align-items: center;
    text-align: center;
  }
}
.footer__logo {
  display: block;
  height: 4rem;
}
.footer__nav-social {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: flex-end;
}
@media (max-width: 750px) {
  .footer__nav-social {
    align-items: center;
  }
}
.footer__nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  font-weight: 600;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__social img {
  display: block;
  width: 2.4rem;
}
.footer__copyright-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5f5f5f;
}
.footer__copyright {
  text-transform: uppercase;
}

.fgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.fgroup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.fgroup--centered {
  align-items: center;
}
.fgroup--md {
  gap: 1.2rem;
}
.fgroup--lg {
  gap: 1.6rem !important;
}

.flabel {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.flabel svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
}
.label--light {
  color: #7d7d7d;
}
.label--orange {
  color: #e57d43;
}

.coupon {
  position: relative;
}
.coupon input {
  width: 20rem;
  max-width: 100%;
  padding: 1.6rem;
  padding-right: 7.8rem;
  border-radius: 0.8rem;
  border: 1.5px solid var(--input-border-color);
  background-color: var(--input-bg-color);
}
.coupon span, .coupon button {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  background-color: transparent;
  border: none;
}
.coupon span:focus, .coupon button:focus {
  outline: 2px solid #2dcb30;
  outline-offset: -0.8rem;
}
.coupon span svg, .coupon button svg {
  display: block;
  width: 3rem;
  height: 3rem;
}

.coupon-input {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  width: 25rem;
  max-width: 100%;
}

.filter-btns {
  padding: 0.8rem;
  background-color: var(--bills-tab-bg);
  border-radius: 0.8rem;
  display: inline-flex;
  gap: 0.8rem;
}
.filter-btns--wrap {
  overflow-x: auto;
}
.filter-btns--wrap::-webkit-scrollbar {
  display: none;
}
.filter-btns button {
  height: 4rem;
  padding: 0 1.6rem;
  border-radius: 6px;
  color: #7d7d7d;
}
.filter-btns button:hover {
  background-color: var(--bills-tab-link-bg);
  color: var(--text-color);
}
.filter-btns button.active {
  background-color: #2dcb30;
  color: #fff;
}

.check-box {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 5.6rem;
  border-radius: 0.8rem;
  padding: 0 1.6rem;
  border: 1.5px solid var(--input-border-color);
}
.check-box.loader {
  border: none !important;
}
.check-box--md {
  height: 6.4rem;
  padding: 0 2.4rem;
}
.check-box img {
  display: block;
  height: 2.4rem;
}
.check-box svg {
  margin-left: auto;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #2dcb30;
  transition: all 0.3s;
  opacity: 0;
}
.check-box:hover, .check-box.active {
  border: 1.5px solid #2dcb30;
}
.check-box.active svg {
  opacity: 1;
}

.btn-select {
  height: 4.8rem;
  background-color: var(--favorites-tab-bg);
  border: 1.5px solid transparent;
  border-radius: 0.8rem;
  transition: all 0.3s;
}
.btn-select.active {
  border: 1.5px solid #2dcb30;
}

.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  border: 1px solid var(--input-border-color);
  border-radius: 0.6rem;
  overflow: hidden;
  height: 5.6rem;
  padding: 1.6rem;
  background-color: var(--input-bg-color);
  cursor: default;
}

.form-group input {
  flex: 1;
  background-color: transparent;
  padding: 0.5rem 0;
  border: none;
}

.form-input {
  outline: none;
  color: var(--input-text-color);
}

.form-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--text-color);
}

.form-input-group {
  display: flex;
  gap: 1.5rem;
  height: 4.8rem;
  border-radius: 0.6rem;
  background-color: var(--input-bg-color);
  border: 1px solid var(--input-border-color);
  overflow: hidden;
}

.form-input-group input {
  flex: 1;
  background-color: transparent;
  padding: 0 1.2rem;
  border: none;
}

.country-code {
  background-color: #e57d43;
  height: inherit;
  color: #fff;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}

.form-requirement {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.form-characters {
  font-size: 1.2rem;
  color: var(--form-requirement-color);
}

.textarea-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-character {
  color: #a3a3a3;
  font-size: 1.4rem;
}

.form {
  width: 100%;
}
.form__form-user {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.form__user-input {
  display: flex;
  align-items: center;
  height: 5.6rem;
  border: 1.5px solid #e6e6e6;
  border-radius: 0.8rem;
}
.form__input-form {
  flex: 1;
}
.form__input-form input {
  border-radius: 0;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.form__num-code {
  background-color: #e57d43;
  color: #ffffff;
  padding: 0rem 1.6rem;
  margin-left: 0rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}
.form__ticket-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.form__form-text {
  font-size: 1.4rem;
  color: #a3a3a3;
}
.form__form-layout {
  display: flex;
}
.form__enter-pin {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.form__heading {
  color: #7d7d7d;
  border-bottom: 1px solid #e9e9e9;
}

.pin-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  background-color: #ffffff;
  text-align: center;
}
.pin-input--sm {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1.6rem;
  border: 2px solid #ebebeb;
}

.search-input {
  width: 40rem;
  height: 4.8rem;
  background-color: #ffffff;
  border: 1.5px solid #e6e6e6;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .search-input {
    width: initial;
    width: 100%;
  }
}
.search-input svg {
  display: block;
  width: 2.4rem;
}
.search-input__search {
  flex: 1;
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1.2rem 1.6rem;
  font-size: 1.6rem;
}
.search-input__search:focus {
  outline: transparent;
}
.search-input__search ::placeholder {
  color: #bdbdbd;
}
@media (max-width: 500px) {
  .search-input__search {
    padding: 1rem;
    width: 100%;
  }
}

.select-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  border-radius: 0.8rem;
  background-color: #ffffff;
  padding: 0.8rem 1.6rem;
  height: 4.8rem;
  white-space: nowrap;
}
@media (max-width: 430px) {
  .select-option {
    margin-left: 0;
    width: 100%;
  }
}
.select-option svg {
  display: block;
  width: 2.4rem;
}
.select-option__select-text {
  color: #808080;
}

.search-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width: 820px) {
  .search-select {
    flex-direction: column;
    gap: 1.6rem;
    align-items: flex-start;
  }
}
.search-select__select-drops {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 430px) {
  .search-select__select-drops {
    flex-wrap: wrap;
  }
}

/* Form Controls */
.freqs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.freq {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.2rem;
  color: var(--text-color-faint);
}
.freq svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  color: #a3a3a3;
}
.freq.error {
  color: #eb6237;
}
.freq.error svg {
  color: #eb6237;
}
.freq.success {
  color: #448c04;
}
.freq.success svg {
  color: #448c04;
}

.iblock {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.iblock--right {
  align-items: flex-end;
}
.iblock__info {
  font-size: 1.25rem;
  text-align: right;
}
.iblock--info-left .iblock__info {
  text-align: left;
}
.iblock.error .iblock__info {
  color: #eb6237;
}

.input {
  display: flex;
  align-items: center;
  height: 5.6rem;
  width: 100%;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 2px solid var(--input-border-color);
  background-color: var(--input-bg-color);
  color: var(--input-text-color);
}
.input--md {
  height: 4.8rem;
}
.input--sm {
  height: 4rem;
  font-size: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 6px;
}
.input::placeholder {
  color: var(--input-placeholder-color);
}
.input:focus {
  border: 2px solid #2dcb30;
}
.input.invalid {
  border: 2px solid #eb6237 !important;
}
.input--disabled, .input:read-only, .input:disabled {
  background-color: var(--input-disabled-bg-color) !important;
  color: var(--input-disabled-text-color) !important;
}

textarea.input {
  height: auto;
  padding: 1.6rem;
}

.igroup {
  position: relative;
  --dimen: 5.6rem;
}
.igroup--sm {
  --dimen: 4.8rem;
}
.igroup__label, .igroup__action {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--dimen);
  height: 100%;
}
.igroup__label {
  left: 0;
}
.igroup__label.right {
  left: initial;
  right: 0;
}
.igroup__label svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.igroup__input {
  height: var(--dimen);
}
.igroup--sm .igroup__label svg {
  width: 2rem;
  height: 2rem;
}
.igroup--sm .igroup__input {
  font-size: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 6px;
}
.igroup--left .igroup__input {
  padding-left: var(--dimen);
}
.igroup--right .igroup__input {
  padding-right: var(--dimen);
}
.igroup__action {
  right: 0;
  border-radius: 1.2rem;
}
.igroup__action:focus {
  outline: 2px solid #2dcb30;
  outline-offset: -0.8rem;
}
.igroup__action svg {
  display: block;
  width: 2rem;
  height: 2rem;
}
.igroup.disabled svg {
  color: var(--input-disabled-text-color);
}

.telephone {
  position: relative;
}

.telephone-input {
  display: flex;
  height: 5.6rem;
  border-radius: 0.8rem;
  border: 2px solid var(--input-border-color);
  overflow: hidden;
  position: relative;
}
.telephone-input.focus {
  border: 2px solid #2dcb30;
}
.telephone-input.invalid {
  border: 2px solid #eb6237 !important;
}
.telephone-input.loader {
  border: none !important;
}
.telephone-input__toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 1.6rem;
  background-color: #e57d43;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
  color: #fff;
  font-size: 1.4rem;
}
.telephone-input__toggle:focus {
  outline: 2px solid #2dcb30;
  outline-offset: -2px;
}
.telephone-input__toggle svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: all 0.3s;
}
.telephone-input__toggle img {
  display: block;
  height: 1.6rem;
  width: 2.4rem;
  object-fit: fill;
}
.telephone-input.open .telephone-input__toggle svg {
  transform: rotate(180deg);
}
.telephone-input__input {
  flex: 1;
  height: auto;
  border: 2px solid transparent !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.telephone-input--right .telephone-input__input {
  padding-right: 5.6rem;
}
.telephone-input__label, .telephone-input__action {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 100%;
}
.telephone-input__label svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.telephone-input__action {
  border-radius: 1.2rem;
}
.telephone-input__action:focus {
  outline: 2px solid #2dcb30;
  outline-offset: -0.8rem;
}
.telephone-input__action svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

.switch {
  appearance: none;
  display: block;
  width: 26px;
  padding: 3px;
  border-radius: 10rem;
  background-color: #a3a3a3;
  cursor: pointer;
  position: relative;
}
.switch:focus {
  outline: 2px solid #2dcb30;
  outline-offset: 2px;
}
.switch::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.switch:checked {
  background-color: #448c04;
}
.switch:checked::after {
  transform: translate(100%);
}

.toggle {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1.5px solid #7d7d7d;
  border-radius: 2px;
  cursor: pointer;
  color: var(--input-bg-color);
}
.toggle--sm {
  transform: scale(0.8);
}
.toggle:focus {
  outline: 1.5px solid #2dcb30;
  outline-offset: 2px;
}
.toggle::after {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="9" viewBox="0 0 12 9" fill="none"%3E%3Cpath d="M3.9998 6.5998L9.8998 0.699804C10.0831 0.516471 10.3165 0.424805 10.5998 0.424805C10.8831 0.424805 11.1165 0.516471 11.2998 0.699804C11.4831 0.883138 11.5748 1.11647 11.5748 1.3998C11.5748 1.68314 11.4831 1.91647 11.2998 2.0998L4.6998 8.6998C4.4998 8.8998 4.26647 8.9998 3.9998 8.9998C3.73314 8.9998 3.4998 8.8998 3.2998 8.6998L0.699804 6.0998C0.516471 5.91647 0.424805 5.68314 0.424805 5.3998C0.424805 5.11647 0.516471 4.88314 0.699804 4.6998C0.883138 4.51647 1.11647 4.4248 1.3998 4.4248C1.68314 4.4248 1.91647 4.51647 2.0998 4.6998L3.9998 6.5998Z" fill="white"/%3E%3C/svg%3E');
  display: inline-block;
  margin-top: -2.5px;
  transform: scale(0.9);
  opacity: 0;
}
.toggle:checked {
  border: 1.5px solid #2dcb30;
  background-color: #2dcb30;
}
.toggle:checked::after {
  opacity: 1;
}

.radio {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 2px solid #7d7d7d;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.radio::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #2dcb30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.radio:checked {
  border: 2px solid #2dcb30;
}
.radio:checked::after {
  opacity: 1;
}

.finput-group {
  display: flex;
  height: 5.6rem;
  border-radius: 0.8rem;
  background-color: var(--input-bg-color);
  border: 2px solid var(--input-border-color);
  overflow: hidden;
}
.finput-group--sm {
  width: 38rem;
}
.finput-group.focus {
  border: 2px solid #2dcb30;
}
.finput-group.invalid {
  border: 2px solid #eb6237 !important;
}
.finput-group.disabled {
  background-color: var(--input-disabled-bg-color);
}
.finput-group__input {
  flex: 1;
  height: auto;
  border: 2px solid transparent !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem;
}
.finput-group__action-block {
  display: flex;
  flex-direction: column;
}
.finput-group--2 .finput-group__action-block {
  padding: 0.75rem;
}
.finput-group__action {
  transition: initial;
  width: auto;
  height: 100%;
  flex-shrink: 0;
  padding: 0 2.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.finput-group__action:focus {
  outline: 2px solid #2dcb30;
  outline-offset: -2px;
}
.finput-group--2 .finput-group__action {
  border-radius: 4px !important;
}

.pin-input-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.pin-input-group--md {
  gap: 1rem;
}

.pin-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  background-color: var(--input-bg-color);
  border: 2px solid var(--input-border-color);
  text-align: center;
}
.pin-input:focus {
  border: 2px solid #2dcb30;
}
.pin-input.invalid {
  border: 2px solid #eb6237 !important;
}
.pin-input:disabled {
  background-color: var(--input-disabled-bg-color);
  color: var(--input-disabled-text-color);
}
.pin-input--md {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.7rem;
}
.pin-input--sm {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 1.6rem;
  border: 2px solid var(--input-border-color-2);
}

.select-box {
  width: 100%;
  min-height: 5.6rem;
  border-radius: 0.8rem;
  background-color: var(--input-bg-color);
  border: 2px solid var(--input-border-color);
  padding: 1.6rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  outline: none;
}
.select-box--sm {
  padding: 0.8rem 1.6rem;
  gap: 1.6rem;
}
.select-box:active, .select-box:focus {
  border: 2px solid #2dcb30;
}
.select-box.invalid {
  border: 2px solid #eb6237 !important;
}
.select-box:disabled {
  background-color: var(--input-disabled-bg-color);
  color: var(--input-disabled-text-color);
}
.select-box__placeholder {
  color: var(--input-placeholder-color);
}
.select-box__main {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.select-box__text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
}
.select-box__img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
}
.select-box__caret {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: all 0.3s;
}
.open .select-box__caret {
  transform: rotate(180deg);
}

.select {
  position: relative;
}
.select__toggle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: 5.6rem;
  width: 100%;
  min-width: 17rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 2px solid var(--input-border-color);
  background-color: var(--input-bg-color);
  text-align: initial;
  color: var(--input-text-color);
}
.select__toggle--placeholder {
  color: var(--input-placeholder-color);
}
.select__toggle:focus {
  border: 2px solid #2dcb30;
}
.select__toggle.invalid {
  border: 2px solid #eb6237 !important;
}
.select__toggle:disabled {
  background-color: var(--input-disabled-bg-color);
  color: var(--input-disabled-text-color);
}
.select__toggle.loader {
  border: none !important;
  color: transparent !important;
}
.select--sm .select__toggle {
  height: 4.8rem;
  border-radius: 4px;
}
.select__value {
  flex: 1;
}
.select__caret {
  flex-shrink: 0;
  color: var(--input-text-color);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  transition: all 0.3s;
}
.select.open .select__caret {
  transform: rotate(180deg);
}

.select-control {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  z-index: 9;
  transform: translateY(100%);
  border-radius: 6px;
  background-color: var(--select-bg-color);
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.select-control.open {
  opacity: 1;
  pointer-events: all;
}
.select-control__input-block {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
}
.select-control__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 20rem;
  overflow-y: auto;
}
.select-control__list::-webkit-scrollbar {
  display: none;
}
.select-control__list-item {
  display: flex;
  flex-direction: column;
}
.select-control__list-item button:not(:disabled) {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  outline: none !important;
}
.select-control__list-item button:not(:disabled) p {
  padding: 0 4px;
}
.select-control__list-item button:not(:disabled).active, .select-control__list-item button:not(:disabled):focus, .select-control__list-item button:not(:disabled):hover {
  background-color: var(--select-option-bg-color);
}

.quantity-control {
  position: relative;
}
.quantity-control input {
  text-align: center;
  padding-left: 5.6rem;
  padding-right: 5.6rem;
}
.quantity-control__action {
  position: absolute;
  top: 0.8rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.quantity-control__action svg {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #2dcb30;
}
.quantity-control__action:disabled {
  cursor: not-allowed;
}
.quantity-control__action:disabled svg {
  color: #e9e9e9;
}
.quantity-control__action--left {
  left: 0.8rem;
}
.quantity-control__action--right {
  right: 0.8rem;
}

.coupon-input {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
  width: 25rem;
  max-width: 100%;
}

.password {
  -webkit-text-security: disc;
  -moz-text-security: circle;
  text-security: circle;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.otp-block {
  width: 36.6rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.otp-block--md {
  width: 100%;
  gap: 1.2rem;
}
.otp-block__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.otp-block__heading {
  font-size: 1.2rem;
  font-weight: 500;
}
.otp-block--md .otp-block__heading {
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Tango Sans";
  color: var(--text-color);
}
.otp-block__sub-heading {
  color: var(--sub-heading-color);
}
.otp-block__options {
  display: flex;
  flex-direction: column;
}
.otp-block__option {
  height: 4rem;
  display: flex;
  align-items: center;
  gap: 2.2rem;
  color: var(--input-text-color);
}
.otp-block__option-img {
  display: block;
  height: 1.6rem;
}
.otp-block__option-toggle {
  margin-left: auto;
}

/* End Form Controls */
.fgroup {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.quantity-control__action {
  z-index: 4 !important;
}

.input {
  display: block;
}

.textarea {
  padding: 1.6rem;
  max-height: 60rem;
}

.desc-textarea {
  padding: 1.6rem;
  height: 40rem;
  overflow-y: scroll;
}

.header-logo {
  position: relative;
  padding: 10rem 1rem;
}
@media (max-width: 900px) {
  .header-logo {
    padding: 7rem 1rem;
  }
}
@media (max-width: 550px) {
  .header-logo {
    padding: 3rem 1rem;
  }
}
.header-logo__logo-img {
  height: 100%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 900px) {
  .header-logo__logo-img {
    max-width: 70%;
  }
}
.header-logo__heading {
  font-size: 6.4rem;
  font-family: "Tango Sans";
  font-weight: normal;
  text-align: center;
}
@media (max-width: 900px) {
  .header-logo__heading {
    font-size: 4rem;
  }
}
@media (max-width: 550px) {
  .header-logo__heading--lg {
    font-size: 3rem;
  }
}
.header-logo__heading span {
  color: #2dcb30;
}
.header-logo__sub-heading {
  font-size: 2rem;
  color: #1e1e1e;
  text-align: center;
}
@media (max-width: 550px) {
  .header-logo__sub-heading {
    font-size: 1.8rem;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2.4rem 2.4rem 0;
  background-color: rgba(0, 0, 0, 0);
  backdrop-filter: blur(3px);
  z-index: 99;
}
@media (max-width: 450px) {
  .header-wrapper {
    padding: 0;
  }
}

.header {
  width: 135rem;
  max-width: 100%;
  margin: auto;
  background-color: #e2f8e4;
  border-radius: 8rem;
  max-height: 7.9rem;
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.2rem;
}
@media (max-width: 800px) {
  .header {
    border-radius: 2.4rem;
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 0;
  }
  .header.navbar-open {
    max-height: 450px;
  }
}
@media (max-width: 450px) {
  .header {
    border-radius: 0;
  }
  .header.navbar-open {
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
  }
}
.header__logo-toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  height: 8rem;
  padding-left: 4rem;
}
@media (max-width: 800px) {
  .header__logo-toggle {
    padding-left: 2.4rem;
  }
}
.header__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__toggle svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 800px) {
  .header__toggle {
    display: none;
  }
}
.header__logo img {
  display: block;
  height: 3.2rem;
}
.header__navbar {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.header__navbar::before {
  content: "";
  display: block;
  height: 2.4rem;
  width: 1.5px;
  background-color: #9ae6a4;
}
@media (max-width: 800px) {
  .header__navbar {
    order: 3;
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .header__navbar::before {
    display: none;
  }
}
.header__nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 800px) {
  .header__nav {
    border-top: 1px solid #9ae6a4;
    flex-direction: column;
    padding: 2.4rem;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
  }
  .navbar-open .header__nav {
    pointer-events: all;
    opacity: 1;
  }
}
.header__nav-link {
  font-weight: 500;
}
.header__nav-link.active {
  color: #448c04;
}
.header__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  padding-right: 4rem;
}
@media (max-width: 800px) {
  .header__right {
    padding-right: 2.4rem;
  }
}

/* Header User */
.header-user {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-user__block {
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 45rem;
  max-width: calc(100vw - 4.8rem);
  border-radius: 1rem;
  transform: translateY(100%);
  background-color: var(--header-user-bg);
  box-shadow: 0px -2px 8px 0px rgba(61, 64, 66, 0.05), 0px 4px 8px 0px rgba(61, 64, 66, 0.1);
  padding: 1.8rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.header-user__block--2 {
  bottom: -2.4rem;
}
.header-user.open .header-user__block {
  opacity: 1;
  pointer-events: all;
}
.header-user__email {
  text-align: center;
  font-weight: 500;
}
.header-user__user {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-user__img {
  display: block;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  margin-bottom: 6px;
}
.header-user__name {
  font-size: 2.4rem;
  font-weight: 600;
}
.header-user__menu {
  background-color: var(--header-user-menu-bg);
  border-radius: 1.6rem;
  overflow: hidden;
}
.header-user__menu-item {
  display: flex;
  flex-direction: column;
}
.header-user__menu-item:not(:last-child) {
  border-bottom: 3px solid var(--header-user-bg);
}
.header-user__menu-link {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 2rem;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.header-user__menu-link.active, .header-user__menu-link:hover, .header-user__menu-link:active {
  background-color: var(--header-user-menu-hover-bg);
}
.header-user__menu-link svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

/* End Header User */
.header-user__toggle {
  display: flex;
  align-items: center;
}
.header-user__toggle-main {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
.header-user__toggle-main img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.header-user__block {
  bottom: -1.6rem;
}
.header-user--dashboard .header-user__block {
  bottom: 6px;
}

.dheader {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 7.2rem;
  padding: 0 2.4rem;
  background-color: #ebefeb;
  background-image: url(../imgs/noise-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1050px) {
  .dheader {
    width: 100%;
  }
}
.dheader__left {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.dheader__sidebar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media (max-width: 1050px) {
  .dheader__sidebar-toggle {
    display: flex;
  }
}
.dheader__sidebar-toggle svg {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}
.dheader__img-block {
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1050px) {
  .dheader__img-block {
    display: flex;
  }
}
.dheader__img-block img {
  display: block;
  height: 3.2rem;
}
@media (max-width: 1050px) {
  .dheader__greetings {
    display: none;
  }
}
.dheader__right {
  align-self: stretch;
  display: flex;
  gap: 2.4rem;
}

/* Header Notification */
.header-notification {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-notification::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--notifications-bg);
  transform: scaleX(0.5) rotate(45deg);
  box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header-notification--2::before {
  width: 3.6rem;
  height: 4.4rem;
  bottom: -6rem;
}
.header-notification.open::before {
  opacity: 1;
  pointer-events: all;
}
.header-notification__block {
  position: fixed;
  top: calc(7.2rem - 6px);
  right: 2.4rem;
  width: 50rem;
  max-width: calc(100vw - 4.8rem);
  height: 60rem;
  max-height: calc(100vh - 4.8rem - (7.2rem + 6px));
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: var(--notifications-bg);
  box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.header-notification--2 .header-notification__block {
  top: 10rem;
}
.header-notification.open .header-notification__block {
  opacity: 1;
  pointer-events: all;
}
.header-notification__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.8rem 2.4rem 1.6rem;
  box-shadow: var(--notifications-header-shadow);
}
.header-notification__heading {
  font-size: 2rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
.header-notification__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* WebKit */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.header-notification__body::-webkit-scrollbar {
  width: 0.8rem;
}
.header-notification__body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 1rem;
}
.header-notification__body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 1rem;
}
.header-notification__body::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.header-notification__loader {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-notification__footer {
  padding: 1.6rem;
  text-align: center;
  box-shadow: var(--notifications-header-shadow);
}
.header-notification__counter {
  display: flex;
}
.header-notification__count {
  background-color: #dc2b2b;
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  width: 2.4rem;
  height: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1.5rem;
  margin-top: -0.8rem;
}
.header-notification__count--largeCount {
  width: 2.8rem;
  height: 2.8rem;
}

.notification {
  display: flex;
  gap: 1.2rem;
  cursor: pointer;
  padding: 1.6rem 2.4rem;
  transition: all 0.3s;
  display: flex;
  gap: 1.6rem;
}
.notification:not(:last-child) {
  border-bottom: 1.5px solid var(--notification-border-bg);
}
.notification:hover {
  background-color: var(--notification-bg);
}
.notification__icon-block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background-color: var(--notification-bg);
}
.notification__icon-block > * {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  object-fit: cover;
}
.notification__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.notification__heading {
  font-size: 1.4rem;
}
.notification__content {
  color: var(--link-color);
  margin-bottom: 4px;
  word-wrap: break-word;
}
.notification__date-time {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: var(--input-placeholder-color);
}
.notification__status-unread {
  flex-shrink: 0;
  align-self: center;
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #0f74bd;
}
.notification__status-read {
  flex-shrink: 0;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: var(--notification-bg);
}
.notification__status-read svg {
  display: block;
  width: 1rem;
  height: 1rem;
  color: var(--link-color);
}

/* End Header Notification */
.header-notification {
  position: initial;
}
.header-notification__toggle {
  display: flex;
  align-items: center;
}
.header-notification__toggle-main {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.header-notification__toggle-main svg {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  color: #2dcb30;
}
.header-notification__block {
  position: absolute;
}

/* Form Controls */
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.placeholder {
  background-color: var(--placeholder-bg) !important;
  color: transparent !important;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: anim-placeholder;
  animation-timing-function: ease-in-out;
}
.placeholder * {
  color: transparent !important;
}
.placeholder--dark {
  background-color: var(--placeholder-dark-bg) !important;
}

.loader-ring {
  display: inline-block;
  width: 8rem;
  height: 8rem;
}
.loader-ring::after {
  content: " ";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0.8rem;
  border-radius: 50%;
  border: 0.6rem solid #3872fa;
  border-color: #3872fa transparent #3872fa transparent;
  animation: anim-loader-ring 1.2s linear infinite;
}
.loader-ring--sm {
  transform: scale(0.35);
}

.loader-ripple {
  /* change color here */
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-ripple--primary {
  color: #2dcb30;
}
.loader-ripple--sm {
  transform: scale(0.6);
}
.loader-ripple--xs {
  transform: scale(0.4) translate(-50%, -50%);
  width: 36px;
  height: 36px;
}
.loader-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: anim-loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

/* End Form Controls */
.placeholder--faint {
  background-color: #f7f7f7 !important;
}

.increase-z {
  z-index: 9999999;
}

.action-modal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 62rem;
  max-width: 90dvw;
  height: 100dvh;
  transform: translateX(100%);
  background-color: #f9fafb;
  transition: all 0.3s ease-out;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 650px) {
  .action-modal {
    border-radius: 1.6rem;
    height: 60dvh;
    max-width: calc(100% - 4.8rem);
    width: 60rem;
    right: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
  }
  .action-modal--auto {
    height: auto;
    max-height: 80dvh;
  }
}
@media (max-width: 500px) {
  .action-modal {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: 100rem;
    max-height: 80dvh;
    transform: translateY(100%);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .action-modal--auto {
    height: auto;
  }
}
.action-modal.open {
  transform: translate(0);
  overflow: auto;
}
@media (max-width: 650px) {
  .action-modal.open {
    transform: translate(-50%, -50%) scale(1);
    pointer-events: all;
  }
}
@media (max-width: 500px) {
  .action-modal.open {
    transform: translateY(0);
  }
}
.action-modal__close-modal {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.action-modal__close-modal svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.action-modal__close-text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.action-modal__body-details {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.action-modal__event-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.action-modal__event-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}

.side-modal__event-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 1rem;
}
.side-modal__event-form {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.side-modal__event-form-info {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e9e9e9;
}
.side-modal__team-details {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.side-modal__details-text {
  color: #31813c;
}
.side-modal__ticket-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.side-modal__ticket-info span {
  color: #a3a3a3;
}
.side-modal__divider {
  border: 1px solid #a6a6a6;
  height: 1.5rem;
  width: 0;
}
.side-modal__btn-top {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.side-modal__btn-contain {
  width: 50rem;
  max-width: 100%;
  margin-top: 4rem;
}
.side-modal__check-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
.side-modal__form-check {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.side-modal__form-check-bg {
  background-color: #f9fafb;
  border-radius: 4px;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.side-modal__body-btn {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.side-modal__select-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1.2rem;
}
.side-modal__select-ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e9e9e9;
}
.side-modal__select-text {
  font-size: 1.2rem;
  color: #7d7d7d;
  font-style: italic;
}
.side-modal__save-box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.side-modal__save-box p {
  font-size: 1.4rem;
  color: #4d4d4d;
}
.side-modal__submit-btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.2rem;
}
.side-modal__submit-btn svg {
  display: block;
  width: 1.8rem;
  color: #e57d43;
}
.side-modal__btns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 4rem;
  width: 28rem;
}
.side-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-modal__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

.center-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 99999;
  width: 56rem;
  padding: 6rem 5rem 5rem;
  border-radius: 1.6rem;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 500px) {
  .center-modal {
    top: initial;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate(0, 100%) scale(1);
  }
}
@media (max-width: 400px) {
  .center-modal {
    padding: 6.4rem 2.4rem 4.8rem;
  }
}
.center-modal.open {
  transform: translate(-50%, -50%) scale(1);
  pointer-events: all;
  overflow-y: auto;
}
@media (max-width: 500px) {
  .center-modal.open {
    transform: translate(0, 0) scale(1);
  }
}
.center-modal.increase-z {
  z-index: 99999999;
}
.center-modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.center-modal__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.center-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  line-height: 1.5;
  text-align: center;
}
.center-modal__header h2 {
  font-size: 2.4rem;
}
.center-modal__header p {
  font-family: "lato";
  color: #737373;
  font-size: 1.6rem;
  font-weight: 500;
}
.center-modal__main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.center-modal__main--centered {
  align-items: center;
}
.center-modal__event-success {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.center-modal__success-icon {
  background-color: #f9fafb;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.4rem;
}
.center-modal__success-icon img {
  display: block;
  width: 16rem;
}
.center-modal__sub-heading {
  width: 80%;
  max-width: 100%;
}
.center-modal__edit-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.center-modal__edit-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  padding: 2.4rem;
  border-radius: 1.6rem;
  width: 100%;
}
.center-modal__edit-btn p {
  color: #399445;
  font-weight: 400;
  font-size: 1.6rem;
}

.not-found {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  padding: 6.4rem 0 12rem;
  width: 32rem;
  max-width: 100%;
  margin: auto;
}
.not-found__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
}
.not-found__img {
  display: block;
  width: 24rem;
}
.not-found__main-content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.not-found__main-content h3 {
  font-size: 2.4rem;
  color: #2e3538;
  font-weight: 400;
  font-family: "Tango Sans";
}
.not-found__main-content p {
  color: #8f9da3;
}

/* Form Controls */
.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 700px) {
  .pagination {
    flex-direction: column;
  }
}
.pagination--column {
  flex-direction: column;
}
.pagination__info span {
  font-weight: 600;
}
.pagination__right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.pagination__main {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.pagination__main button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: var(--pagination-bg);
  box-shadow: 0 8px 64px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.pagination__main button svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.pagination__main button:hover {
  background-color: #2dcb30;
  color: #fff;
}
.pagination__main button.active {
  background-color: #24a226;
  color: #fff;
}
.pagination__main button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: var(--pagination-bg) !important;
  color: var(--text-color) !important;
}

/* End Form Controls */
.popular-categories {
  padding: 5.6rem;
  border-radius: 1.6rem;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 650px) {
  .popular-categories {
    padding: 3.2rem;
  }
}
.popular-categories__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.popular-categories__header p {
  color: #7d7d7d;
}
.popular-categories__categories {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
}
.popular-categories__categories::-webkit-scrollbar {
  display: none;
}
.popular-categories__categories > * {
  flex: 0 0 25rem;
  padding: 4rem 2.4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  border: 1.5px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  transition: all 0.3s;
}
.popular-categories__categories > * img {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
}
.popular-categories__categories > *.active {
  border: 1.5px solid #2dcb30;
  color: #2dcb30;
}

.promote-card {
  overflow: hidden;
  padding: 8rem 2.4rem;
  border-radius: 1.6rem;
  background-color: #f1f5f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  position: relative;
}
.promote-card__img {
  display: block;
  height: 60%;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 530px) {
  .promote-card__img {
    height: 40%;
  }
}
.promote-card__img--left {
  bottom: 0;
  left: 0;
}
.promote-card__img--right {
  top: 0;
  right: 0;
}
.promote-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
.promote-card__tag {
  border-radius: 4rem;
  background-color: #e57d43;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 4px 1.6rem;
  min-width: 14rem;
}
.promote-card__heading {
  font-size: 3.2rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
@media (max-width: 530px) {
  .promote-card__heading br {
    display: none;
  }
}
.promote-card__desc {
  color: #7d7d7d;
}
.promote-card__action {
  width: 22rem;
}

.reviews {
  padding: 5.6rem;
  background-color: #f3f3f3;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
@media (max-width: 700px) {
  .reviews {
    padding: 4.8rem 2.4rem;
  }
}
.reviews__heading {
  text-align: center;
}
.reviews__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  position: relative;
}
.reviews__control {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  border: 1px solid #2dcb30;
  background-color: #fff;
}
.reviews__control:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.reviews__control svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #2dcb30;
}
@media (max-width: 500px) {
  .reviews__control {
    position: absolute;
    bottom: 0;
  }
  .reviews__control:last-child {
    right: 0;
  }
}
.reviews__reviews {
  flex: 1;
  max-width: 70rem;
}
.reviews__review {
  display: flex;
  flex-direction: column;
}
.reviews__review-icon {
  align-self: center;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  color: #2dcb30;
}
.reviews__review-texts {
  height: 10rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media (max-width: 500px) {
  .reviews__review-texts {
    height: 13rem;
  }
}
.reviews__review-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s;
}
.reviews__review-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.reviews__review-person h3 {
  font-size: 1.6rem;
  font-family: "Tango Sans";
  color: #1e1e1e;
  font-weight: normal;
}
.reviews__review-person p {
  font-size: 1.4rem;
  color: #7d7d7d;
}
.reviews__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.reviews__dots button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #e9e9e9;
  transition: all 0.3s;
}
.reviews__dots button.active {
  background-color: #2dcb30;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tbody tr {
  background-color: #ffffff;
  border-radius: 4px;
}
.table tbody tr:not(:last-child) {
  border-bottom: 4px solid #f7f8f8;
}
.table tbody td {
  padding: 1.4rem 1.8rem 1.4rem 0rem;
}
.table thead th, .table tbody td {
  white-space: nowrap;
  padding-right: 2.4rem !important;
}
.table thead th:first-child, .table tbody td:first-child {
  padding-left: 1.8rem;
}

thead,
th {
  font-size: 1.6rem;
  font-weight: normal;
  color: #808080;
  text-align: left;
  padding-bottom: 1.6rem;
}

tbody,
td {
  color: #444444;
}

.td-text__event-date {
  color: #a6a6a6;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.td-text__event-date--2 {
  flex-direction: row;
  align-items: center;
}
.td-text__divider {
  border: 1px solid #a6a6a6;
  height: 1.5rem;
  width: 0;
}
.td-text__event-type p {
  font-size: 1.4rem;
  font-weight: 600;
}
.td-text__event-type span {
  font-size: 1.2rem;
  font-style: italic;
  color: #7d7d7d;
}

@media (max-width: 1305px) {
  .table-details {
    overflow-x: scroll;
  }
}

.tb-event {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.tb-event img {
  display: block;
  width: 20rem;
  height: 12rem;
  object-fit: cover;
}
.tb-event__event-details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.tb-event__event-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 42rem;
  overflow: hidden;
}
.tb-event__event-info h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
.tb-event__event-info p {
  color: #7d7d7d;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tb-event__venue-date {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.tb-event__location {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #7d7d7d;
}
.tb-event__location svg {
  flex-shrink: 0;
  display: block;
  width: 2.4rem;
  color: #7d7d7d;
}
.tb-event__location-slice {
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Toastrs */
.toastrs {
  position: fixed;
  top: 1.6rem;
  right: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 40rem;
  max-width: calc(100dvw - 4.8rem);
  height: auto;
  max-height: calc(100dvh - 4.8rem);
  z-index: 999999;
}
.toastrs--1 {
  top: 8.8rem;
}
.toastrs--2 {
  top: 10.4rem;
}

.toastr {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem;
  border-radius: 4px;
  background-color: var(--toastr-bg);
  color: var(--toastr-text-color);
  position: relative;
  animation: toastr 0.5s ease-in-out 0.3s;
  animation-fill-mode: both;
}
.toastr--success {
  border-right: 4px solid #2dcb30;
  border-bottom: 4px solid #2dcb30;
  box-shadow: 1px 2px 4px 2px rgba(45, 203, 48, 0.2);
}
.toastr--warning {
  border-right: 4px solid #fdbd1a;
  border-bottom: 4px solid #fdbd1a;
  box-shadow: 1px 2px 4px 2px rgba(253, 189, 26, 0.2);
}
.toastr--error {
  border-right: 4px solid #dc2b2b;
  border-bottom: 4px solid #dc2b2b;
  box-shadow: 1px 2px 4px 2px rgba(220, 43, 43, 0.2);
}
.toastr__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.toastr--success .toastr__icon {
  color: #2dcb30;
}
.toastr--warning .toastr__icon {
  color: #fdbd1a;
}
.toastr--error .toastr__icon {
  color: #dc2b2b;
}
.toastr__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.toastr__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.toastr__heading {
  font-size: 1.8rem;
  font-weight: 600;
}
/* End Toastrs */
.toastrs {
  top: 12.8rem;
}
.toastrs--2 {
  position: absolute;
  top: 9.6rem;
}

.page-back {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.page-back svg {
  display: block;
  width: 2.4rem;
}

.bills-form {
  padding: 3.2rem 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
@media (max-width: 550px) {
  .bills-form {
    padding: 3.2rem 2rem;
  }
}
.bills-form__back {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #1f1f1f;
}
.bills-form__main {
  width: 100rem;
  max-width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bills-form__header {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--bills-form-header-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.bills-form__heading {
  font-weight: 600;
}
.bills-form__selected-provider {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
}
.bills-form__selected-provider img {
  display: block;
  height: 8rem;
  border-radius: 1.35rem;
}
.bills-form__selected-provider svg {
  display: block;
  height: 8rem;
  width: 8rem;
}
.bills-form__main-wallet {
  max-width: 100%;
  margin: auto;
  width: 52rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.bills-form__verify-main {
  max-width: 100%;
  margin: auto;
  width: 48rem;
  display: flex;
  gap: 4rem;
}
.bills-form__selected-flight {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
}
.bills-form__selected-flight img {
  display: block;
  width: 8rem;
  height: 8rem;
}
.bills-form__center-form {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 58rem;
  max-width: 100%;
  margin: auto;
}
.bills-form__center-form--sm {
  width: 52rem;
}
.bills-form__form-grid {
  display: flex;
  align-items: flex-start;
  gap: 8.8rem;
}
@media (max-width: 850px) {
  .bills-form__form-grid {
    gap: 4.8rem;
  }
}
@media (max-width: 750px) {
  .bills-form__form-grid {
    flex-direction: column;
    align-items: stretch;
    width: 60rem;
    max-width: 100%;
    margin: auto;
  }
}
.bills-form__form-grid > * {
  flex: 1;
}
.bills-form__form-grid--withdraw-review {
  display: block;
  width: 52rem;
  margin: 0 auto;
}
.bills-form__form-left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.bills-form__bulk-option {
  display: flex;
  justify-content: space-between;
}
.bills-form__auto-renew {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.bills-form__auto-renew button {
  color: #e57d43;
  font-weight: 600;
}
.bills-form__form-right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.bills-form__button {
  align-self: center;
}

.bill-withdraw-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
}

.bill-withdraw-note {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: var(--bill-topup-bg);
  border-radius: 0.8rem;
  padding: 1.2rem 0.8rem;
  font-size: 1.2rem;
}
.bill-withdraw-note--center {
  align-items: center;
}
.bill-withdraw-note__text {
  color: var(--text-color);
}

.bill-withdraw-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  transition: all 0.5s;
}

.bill-withdraw-destination {
  width: 100%;
  background-color: var(--text-color-light);
}
.bill-withdraw-destination__select {
  color: #31813c;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 2rem;
}
.bill-withdraw-destination__options {
  display: flex;
  gap: 3rem;
}
.bill-withdraw-destination__choose-options {
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.bill-withdraw-destination__choose-options p {
  color: var(--link-color);
  font-weight: 400;
}
.bill-withdraw-destination__choose-options input:checked + p {
  color: var(--text-color);
}

.bill-amblock {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.bill-amblock--sm {
  width: 48rem;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  .bill-amblock--sm {
    width: 100%;
  }
}
.bill-amblock__select {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.bill-amblock__select button, .bill-amblock__select span {
  color: var(--text-color);
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-radius: 0.678rem;
  border: 2px solid transparent;
  background-color: var(--input-bg-color);
  outline: none;
}
.bill-amblock__select button:focus, .bill-amblock__select span:focus {
  border: 2px solid #2dcb30;
}
.bill-amblock__select button.active, .bill-amblock__select span.active {
  border: 2px solid #2dcb30;
  background-color: #2dcb30;
  color: #fff;
}
.bill-amblock__select--sm button, .bill-amblock__select--sm span {
  padding: 1.2rem 1.6rem;
}
.bill-amblock__select--2 button, .bill-amblock__select--2span {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.bill-amblock__main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.bill-amblock__main--full {
  width: 100%;
}
@media (max-width: 480px) {
  .bill-amblock__main {
    width: 100%;
  }
}
.bill-amblock__balance {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.bill-amblock__balance span {
  color: #2dcb30;
}
.bill-amblock__balance strong {
  font-weight: 600;
}
.bill-amblock__amount {
  border-radius: 0.8rem;
  padding: 2.4rem 1.6rem;
  border: 2px solid #e57d43;
  background-color: var(--insert-amount-bg);
  display: flex;
  flex-direction: column;
  color: #a3a3a3;
}
.bill-amblock__amount.active {
  color: var(--text-color);
}
.bill-amblock__amount-label {
  color: var(--text-color);
}
.bill-amblock__amount-value {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
}
.bill-amblock__amount-value.active {
  color: var(--text-color);
}
.bill-amblock__amount-info {
  text-align: center;
  font-size: 1.2rem;
}

.bill-modal {
  padding: 4rem 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 650px) {
  .bill-modal {
    padding: 4rem 2.4rem;
  }
}
.bill-modal__heading {
  text-align: center;
}
.bill-modal__main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  flex: 1;
  overflow: hidden;
}
.bill-modal__infos {
  display: flex;
  flex-direction: column;
}
.bill-modal__info {
  padding: 1.2rem 0;
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.2rem;
}
.bill-modal__info-key {
  color: var(--link-color);
}
.bill-modal__info-value {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem;
}
.bill-modal__info-value--column {
  flex-direction: column;
  align-items: flex-end;
}
.bill-modal__list-2 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.bill-modal__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex: 1;
  overflow-y: scroll;
  padding: 0 1.2rem 1.2rem;
}
.bill-modal__list--auto {
  flex: initial;
}
.bill-modal__list::-webkit-scrollbar {
  display: none;
}
.bill-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 30rem;
  max-width: 100%;
  margin: 3.2rem auto 0;
}
@media (max-width: 500px) {
  .bill-modal__actions {
    width: 40rem;
  }
}

.beneficiary-block {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  max-height: 6.4rem;
  transition: transform 0.5s, max-height 0.5s 0.5s;
  position: relative;
}
.beneficiary-block--removed {
  transform: translateX(120%);
  max-height: 0;
}
.beneficiary-block--removed::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.beneficiary-block.loading > *:not(:first-child) {
  opacity: 0.4 !important;
}
.beneficiary-block__loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.beneficiary-block.loading .beneficiary-block__loader {
  opacity: 1;
  pointer-events: all;
}
.beneficiary-block__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.beneficiary-block__remove--loader {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
}
.beneficiary-block__remove svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #7d7d7d;
}

.beneficiary {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  height: 5.6rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 1.5px solid var(--input-border-color);
  background-color: var(--input-bg-color);
  cursor: pointer;
  text-transform: capitalize;
}
.beneficiary--select {
  height: 6.4rem;
  padding: 0.8rem 2.4rem;
}
.beneficiary--select.active {
  border: 1.5px solid #2dcb30;
}
.beneficiary--loader {
  border: none !important;
}
.beneficiary__main {
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.beneficiary--select .beneficiary__main {
  padding: 0;
}
.beneficiary__img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2px;
}
.beneficiary__text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 3px;
  color: #fff;
}
.beneficiary__check, .beneficiary__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.beneficiary__check {
  color: #2dcb30;
  opacity: 0;
  transition: all 0.3s;
}
.beneficiary--select.active .beneficiary__check {
  opacity: 1;
}

.dashboard-wrapper {
  width: 100dvw;
  height: 100dvh;
  background-color: #f5f5f5;
}

.dashboard {
  margin: auto;
  max-width: 1450px;
  height: 100dvh;
  background-color: #f9fafb;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 25.4rem 1fr;
  position: relative;
}
@media (max-width: 1050px) {
  .dashboard {
    grid-template-columns: 1fr;
  }
}
.dashboard__main {
  overflow-y: auto;
}
.dashboard__main-content {
  padding: 2.4rem;
}
.dashboard__overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(31, 31, 31, 0.4);
  backdrop-filter: blur(3px);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.dashboard--show-overlay .dashboard__overlay {
  opacity: 1;
  pointer-events: all;
}
.dashboard--show-overlay .dashboard__main {
  overflow: hidden;
}

.sidebar {
  background-color: #f1f4f1;
  background-image: url(../imgs/noise-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}
@media (max-width: 1050px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 25.4rem;
    height: 100%;
    z-index: 9999;
    transform: translateX(-100%);
  }
  .sidebar.open {
    transform: translateX(0);
  }
}
@media (max-width: 500px) {
  .sidebar {
    width: 30rem;
  }
}
@media (min-width: 1050px) {
  .sidebar__overlay {
    display: none;
  }
}
.sidebar__img-block {
  height: 7.2rem;
  padding: 0 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 1050px) {
  .sidebar__img-block {
    margin-bottom: 8rem;
  }
}
.sidebar__img-block img {
  display: block;
  height: 3.2rem;
}
.sidebar__main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sidebar__greetings {
  padding-left: 3.2rem;
}
@media (min-width: 1050px) {
  .sidebar__greetings {
    display: none;
  }
}
.sidebar__navbar {
  padding-right: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.sidebar__link:link, .sidebar__link:visited {
  outline: none;
  padding: 1.2rem 3.2rem;
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
  color: #7d7d7d;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s;
}
.sidebar__link:focus, .sidebar__link:hover {
  background-color: #dee6ca;
  color: var(--text-color-faint);
}
.sidebar__link:active, .sidebar__link.active {
  background-color: #2dcb30 !important;
  color: #fff !important;
}
.sidebar__link-icon {
  display: flex;
  align-items: center;
}
.sidebar__link-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.sidebar__link-icon svg:first-child {
  display: block;
}
.sidebar__link-icon svg:last-child {
  display: none;
}
.sidebar__link.active .sidebar__link-icon svg:first-child {
  display: none;
}
.sidebar__link.active .sidebar__link-icon svg:last-child {
  display: block;
}
.sidebar__footer {
  margin-top: auto;
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sidebar__quote {
  cursor: pointer;
  padding: 1rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #edf7ee;
  border: 1px solid #2dcb30;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  font-size: 1.4rem;
  text-align: center;
}
.sidebar__quote-heading {
  color: #7d7d7d;
}

.events {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.events__main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.events__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 550px) {
  .events__filters {
    flex-direction: column;
  }
}
.events__search {
  width: 48rem;
}
@media (max-width: 550px) {
  .events__search {
    width: 100%;
  }
}
.events__category-filter {
  width: 25rem;
}
@media (max-width: 550px) {
  .events__category-filter {
    width: 100%;
  }
}
.events__events {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 780px) {
  .events__events {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .events__events {
    grid-template-columns: 1fr;
  }
}
.events__view-btn {
  align-self: center;
  width: 25rem;
}
.events__empty {
  padding: 7.8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.2rem;
}
.events__empty-img {
  display: block;
  width: 16rem;
  height: 16rem;
}
.events__empty-main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
}
.events__empty-heading {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Tango Sans";
}
.events__empty-text {
  color: #7d7d7d;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
  padding: 21.5rem 2.4rem;
  position: relative;
  text-align: center;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #ffffff;
}
.hero__heading {
  font-size: 6.4rem;
  font-family: "Tango Sans";
  font-weight: 400;
}
.hero__heading span {
  color: #2dcb30;
}
@media (max-width: 600px) {
  .hero__heading {
    font-size: 5.6rem;
  }
}
@media (max-width: 530px) {
  .hero__heading br {
    display: none;
  }
}
@media (max-width: 400px) {
  .hero__heading {
    font-size: 4.8rem;
  }
}
.hero__heading-subtext {
  font-size: 2rem;
}
.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 60.2rem;
  max-width: 100%;
}
.hero__actions > * {
  flex: 1;
}
@media (max-width: 400px) {
  .hero__actions {
    flex-direction: column;
  }
  .hero__actions > * {
    flex: initial;
  }
}

.how-it-works {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.how-it-works__main {
  max-width: 110rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.how-it-works__block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.how-it-works__block-sections {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 825px) {
  .how-it-works__block-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .how-it-works__block-sections {
    grid-template-columns: 1fr;
  }
}
.how-it-works__block-section {
  padding: 2.4rem;
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  text-align: center;
}
.how-it-works__block-section span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background-color: #2dcb30;
  border: 5.6px solid #31813c;
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Tango Sans";
}
.how-it-works__block-section h3 {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.8rem;
}
.how-it-works__block-section p {
  color: #444444;
}

/* Link */
.view-link {
  color: #2dcb30;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.view-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #2dcb30;
}

.link {
  display: inline-block;
  line-height: inherit;
  position: relative;
  outline: none;
  color: var(--link-color) !important;
}
.link--2 {
  color: #e57d43 !important;
}
.link--logout {
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s;
}
.link:not(:disabled):hover::after, .link:not(:disabled):focus::after {
  width: 100%;
}
.link:disabled::after {
  background-color: transparent;
}

/* End Link */
.heading-primary {
  font-size: 4rem;
  font-weight: normal;
  font-family: "Tango Sans";
  text-align: center;
  color: var(--text-color);
}
@media (max-width: 450px) {
  .heading-primary {
    font-size: 3.2rem;
  }
}

.sub-heading-2 {
  font-size: 1.8rem;
  text-align: center;
  color: #444444;
  font-weight: 400;
}

.onboarding {
  background-color: #f9fafb;
  min-height: 100vh;
  padding: 8rem 2.4rem;
}
.onboarding__logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.onboarding__logo-block img {
  display: block;
  height: 3.8rem;
}
.onboarding__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
.onboarding__header {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.onboarding__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.5rem;
}
.onboarding__actions {
  align-self: center;
  width: 40rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.kyc {
  margin-top: 10.4rem;
}
.kyc__icon {
  display: block;
  width: 8rem;
  color: #399445;
}
.kyc__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.kyc__feature {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  color: var(--kyc-text-color);
}
.kyc__feature-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #2dcb30;
}
.kyc__link {
  font-weight: 600;
}

.section {
  padding: 8rem 0;
  width: 135rem;
  max-width: calc(100dvw - 4.8rem);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
.section--gap-sm {
  gap: 4rem;
}
.section--2 {
  padding-top: 13.6rem;
}
.section--3 {
  padding-top: 0;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.content-block__back {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.edetails-hero img {
  display: block;
  width: 100%;
  height: 65rem;
  object-fit: cover;
}

.edetails {
  background-color: #ffffff;
  border-radius: 1.6rem;
  padding: 4rem;
  margin-top: -6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.edetails--2 {
  margin-top: 0;
}
@media (max-width: 500px) {
  .edetails {
    padding: 2.4rem;
  }
}
.edetails__breadcrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #a3a3a3;
}
.edetails__breadcrumb a:last-child {
  color: #1e1e1e;
}
.edetails__back {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.edetails__back svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.edetails__main {
  display: grid;
  grid-template-columns: 1fr 50rem;
  gap: 6.4rem;
}
@media (max-width: 950px) {
  .edetails__main {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem;
  }
}
@media (max-width: 800px) {
  .edetails__main {
    grid-template-columns: 1fr;
  }
}
.edetails__left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 58rem;
}
.edetails__left--2 {
  gap: 3.2rem;
}
@media (max-width: 800px) {
  .edetails__left {
    max-width: 100%;
  }
}
.edetails__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.edetails__header p {
  color: #7d7d7d;
}
.edetails__header--ticket {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e9e9e9;
}
.edetails__form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.edetails__infos-organiser {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.edetails__infos {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.edetails__info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid #f2f2f2;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.edetails__info-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #7d7d7d;
}
.edetails__info-heading svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.edetails__info-heading p {
  font-weight: 500;
}
.edetails__info a {
  color: blue;
  display: flex;
  align-items: center;
  gap: 4px;
}
.edetails__info a svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.edetails__organiser {
  background-color: #eefbef;
  border: 1px solid #b8edbf;
  border-radius: 0.8rem;
  padding: 1.6rem 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.edetails__organiser > div {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.edetails__organiser > div h3 {
  color: #2dcb30;
  font-weight: 500;
}
.edetails__organiser > div div {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.edetails__organiser > div div img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.edetails__right {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.edetails__img {
  display: block;
  width: 100%;
}
.edetails__img-block {
  width: 100%;
  border-radius: 1rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.edetails__img-block span {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 500;
  z-index: 9;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.edetails__img-block span svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.edetails__img-block:hover span {
  opacity: 1;
  transform: translateY(0);
}
.edetails__img-block::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.edetails__img-block:hover::before {
  opacity: 1;
}
.edetails__img-block img {
  display: block;
  width: 100%;
  max-height: 40rem;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
  transition: all 0.3s;
}
.edetails__img-block:hover img {
  transform: scale(1.1);
}
.edetails__countdown {
  background-color: #f9f8fb;
  border-radius: 0.8rem;
  padding: 0.8rem 1.6rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
.edetails__countdown-heading {
  font-weight: 500;
  font-size: 1.6rem;
}
.edetails__countdown-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media (max-width: 500px) {
  .edetails__countdown-main {
    gap: 2rem;
  }
}
@media (max-width: 360px) {
  .edetails__countdown-main {
    gap: 1.2rem;
    flex-wrap: wrap;
  }
}
.edetails__countdown-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.edetails__countdown-section-value {
  position: relative;
}
.edetails__countdown-section-value p {
  font-size: 1.6rem;
  line-height: 1.6rem;
  display: block;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edetails__countdown-section-label {
  font-size: 1.4rem;
  color: var(--link-color);
}
.edetails__summary {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.edetails__summary h3 {
  font-size: 1.8rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
.edetails__summary p {
  font-weight: 500;
  color: #7d7d7d;
}

.buy-ticket {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.buy-ticket__main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #e6e6e6;
}
.buy-ticket__main--2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  border-bottom: none;
  padding-bottom: 0;
}
.buy-ticket__ticket {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy-ticket__ticket--col {
  flex-direction: column;
  gap: 1.2rem !important;
  align-items: stretch;
}
@media (max-width: 520px) {
  .buy-ticket__ticket {
    flex-direction: column;
    align-items: stretch;
    gap: 2.4rem;
  }
}
.buy-ticket__ticket-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.buy-ticket__ticket-name {
  color: #7d7d7d;
}
.buy-ticket__ticket-price {
  font-weight: 500;
}
.buy-ticket__ticket-units-left {
  font-size: 1.4rem;
  color: #e57d43;
}
.buy-ticket__ticket-quantity {
  width: 24rem;
}
@media (max-width: 970px) {
  .buy-ticket__ticket-quantity {
    width: 18rem;
  }
}
@media (max-width: 800px) {
  .buy-ticket__ticket-quantity {
    width: 24rem;
  }
}
@media (max-width: 520px) {
  .buy-ticket__ticket-quantity {
    width: 100%;
  }
}
.buy-ticket__ticket--col .buy-ticket__ticket-quantity {
  width: 100% !important;
}

.new-attendee {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f9fafb;
}
.new-attendee--2 {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.new-attendee__main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.new-attendee__info {
  color: #a3a3a3;
}
.new-attendee__actions {
  display: flex;
  gap: 1.6rem;
}
.new-attendee__actions > * {
  flex: 1;
}

.attendee-block {
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.attendee-block__heading {
  color: #1e1e1e;
  font-weight: 500;
}
.attendee-block__user {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.attendee-block__user-label {
  padding: 4px 1.2rem;
  background-color: #fff;
  border-radius: 2px;
}
.attendee-block__user-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.attendee-block__user-main h4 {
  font-weight: 600;
  color: #1e1e1e;
}
.attendee-block__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}
.attendee-block__ticket-breakdown {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.attendee-block__ticket-breakdown > p {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #444444;
}
.attendee-block__ticket-breakdown > p span {
  color: #399445;
}
.attendee-block__ticket-breakdown > div {
  display: block;
  width: 1px;
  height: 2.6rem;
  background-color: #e9e9e9;
}
.attendee-block__ticket-breakdown > div:last-child {
  display: none;
}
.attendee-block__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.attendee-block__actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
}
.attendee-block__actions button svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #7d7d7d;
}

.text-italics {
  font-style: italic;
}

.event {
  font-family: "Lato";
}
.event button {
  max-width: 18rem;
  font-weight: 400;
}
.event__back {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Tango Sans";
}
.event__title-heading {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Tango Sans";
  background-color: white;
  padding: 1.6rem;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.event__status-container {
  background-color: white;
  padding: 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.event__status-container--approved:link, .event__status-container--approved:visited {
  color: #2dcb30;
  font-weight: 500;
}
.event__status-container p {
  text-align: center;
}
.event__status-container svg {
  display: block;
  width: 9.6rem;
}
.event__status-reason {
  margin-top: -2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.event__status-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  width: 40rem;
  max-width: 100%;
}
.event__status-btns > * {
  flex: 1;
  max-width: 20rem;
}
@media (max-width: 400px) {
  .event__status-btns {
    gap: 1.6rem;
  }
}
.event__about-section {
  display: flex;
  gap: 3rem;
}
@media (max-width: 700px) {
  .event__about-section {
    flex-direction: column;
  }
}
.event__event-information {
  background-color: white;
  padding: 1.6rem;
  padding-bottom: 8rem;
  border-radius: 0.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 70rem;
  overflow-y: scroll;
}
.event__event-information--2 {
  padding-bottom: 1.6rem;
}
.event__organizer-container {
  background-color: white;
  height: fit-content;
  padding: 1.6rem;
  border-radius: 0.8rem;
  flex: 1;
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
}
.event__sales-end-container {
  background-color: #fff6e4;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event__sales-end-container svg {
  width: 2rem;
  height: 2rem;
}
.event__sales-end {
  color: #7d7d7d;
}
.event__event-heading-box {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
}
.event__event-heading {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.8rem 0;
}
.event__event-heading--2 {
  cursor: pointer;
}
.event__information-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.event__ticket-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.event__heading-text {
  color: #7d7d7d;
  font-size: 1.4rem;
}
.event__heading-text--green {
  color: #2dcb30;
  font-size: 1.6rem;
}
.event__sub-heading-text {
  width: 90%;
}
.event__organizer-information {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.event__information-contact {
  flex: 1;
}
.event__organizer-contact {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 400px) {
  .event__organizer-contact {
    flex-direction: column;
    gap: 1rem;
  }
}
.event__pending-review {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.event__details-ads {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 2.4rem;
  background-color: #fcf3e5;
  border: 1px solid #f4cab2;
  border-radius: 0.8rem;
}
.event__details-ads-icon {
  margin-left: auto;
}
.event__details-ads-text {
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.event__details-ads-text p {
  font-family: "Tango Sans";
  font-size: 2rem;
}
.event__live-link-status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  background-color: white;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
@media (max-width: 940px) {
  .event__live-link-status {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.event__live-status {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #7d7d7d;
}
.event__live-btns-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  flex: 1;
  width: fit-content;
}
.event__live-btns-container--2 {
  margin-left: auto;
}
@media (max-width: 940px) {
  .event__live-btns-container--2 {
    margin-left: 0;
  }
}
.event__live {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  width: fit-content;
  padding: 0.4rem 1.6rem;
  border-radius: 1.6rem;
}
.event__live__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.event__live__dot--closed {
  background-color: #7d7d7d;
}
.event__live__dot--ended {
  background-color: #ffffff;
}
.event__live__dot--approved {
  background-color: #1aa2fd;
}
.event__live__dot--active {
  background-color: #25a727;
}
.event__live__dot--published {
  background-color: #a862d6;
}
.event__live__dot--inactive {
  background-color: #dc2b2b;
}
.event__live-btns {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.event__live-btns button {
  width: 15rem;
  padding: 1.2rem 0.8rem;
  font-weight: 400;
}
.event__live-link {
  display: flex;
  align-items: center;
}
.event__live-link-text {
  background-color: #ededed;
  padding: 1.6rem 1.2rem;
  color: #7d7d7d;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  flex: 1;
  height: 100%;
  width: fit-content;
}
.event__live-link-copy {
  background-color: #2dcb30;
  padding: 1.6rem 3.2rem;
  color: white;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.event__divided {
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 980px) {
  .event__divided {
    flex-direction: column;
  }
}
.event__add-to-team {
  width: fit-content;
}
.event__team-heading {
  display: flex;
  justify-content: space-between;
}
.event__team-heading button {
  color: #2dcb30;
  text-decoration: none;
  font-weight: 600;
}
.event__main-event-img {
  height: 45rem;
  width: 100%;
  border-radius: 0.8rem;
  object-fit: cover;
}
.event__change-img {
  width: 100% !important;
  border: 1px solid #e9e9e9 !important;
  font-weight: 400 !important;
}
.event__ticket {
  background-color: #f9fafb;
  padding: 0.8rem 1.6rem;
}
.event__modify-ticket {
  color: #e57d43;
  cursor: pointer;
}
.event__event-tickets {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.event__event-tickets button {
  width: 20rem;
  font-weight: 400;
}
.event__ticket-price {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event__ticket-title {
  font-size: 1.4rem;
}
.event__dot-divider {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.event__ticket-sub-title {
  color: #7d7d7d;
  font-size: 1.2rem;
}
.event__ticket-sub-title span {
  font-size: 1.8rem;
  font-family: "Tango Sans";
  color: #1e1e1e;
}

.create-event {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 85rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.create-event__pay {
  width: 50rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.create-event__pay-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #e9e9e9;
}
.create-event__pay-header h3 {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Tango Sans";
}
.create-event__pay-header p {
  color: #737373;
}
.create-event__pay-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.create-event__pay-info p:first-child {
  color: #737373;
}
.create-event__pay-info p:last-child {
  color: #1e1e1e;
}
.create-event__fgrid {
  display: grid;
  grid-template-columns: 25rem 1fr;
  gap: 1.6rem;
}
.create-event__fgrid--2 {
  grid-template-columns: 1fr;
  gap: 1rem;
}
.create-event__block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.create-event__block-main {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.create-event__btn {
  width: 32rem;
  max-width: 100%;
}
.create-event__radio-list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.create-event__radio-list--border {
  border-bottom: 1px solid #e9e9e9;
  padding: 0.8rem;
}
.create-event__ticket-container {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}
.create-event__category-select {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--event-category-border);
}
@media (max-width: 780px) {
  .create-event__category-select {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .create-event__category-select {
    grid-template-columns: 1fr 1fr;
  }
}
.create-event__category-select--loading > div {
  height: 12rem;
}
.create-event__category-select div, .create-event__category-select button {
  border: 1px solid var(--event-category-border);
  padding: 1.6rem 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background-color: var(--bills-tab-bg);
  color: var(--text-color-faint);
}
.create-event__category-select div svg,
.create-event__category-select div img, .create-event__category-select button svg,
.create-event__category-select button img {
  display: block;
  width: 4rem;
  height: auto;
  transition: all 0.3s;
}
.create-event__category-select div:hover svg, .create-event__category-select button:hover svg {
  color: #2dcb30 !important;
}
.create-event__category-select div.active, .create-event__category-select button.active {
  background-color: var(--event-organizer-bg);
  border: 1px solid #2dcb30;
}
.create-event__category-select div.active svg, .create-event__category-select button.active svg {
  color: #2dcb30;
}
.create-event__category-select div.active p, .create-event__category-select button.active p {
  color: var(--text-color);
}
.create-event__add-btn {
  align-self: flex-start;
  cursor: pointer;
  background-image: none !important;
  width: fit-content !important;
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #2dcb30;
}
.create-event__add-btn--2 {
  margin: 0 !important;
  color: #e57d43;
}
.create-event__add-btn svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.create-event__schedules {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.create-event__schedule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.create-event__schedule--2 {
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
}
.create-event__schedule-form {
  flex: 1;
}
.create-event__schedule-remove {
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-right: 1.2rem;
}
.create-event__schedule-remove svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #7d7d7d;
}
.create-event__schedule-remove--2 {
  color: #ff5a65;
  font-size: 1.6rem;
  font-weight: 600;
  align-items: unset;
  justify-content: unset;
  gap: 1rem;
  margin-top: 0rem;
  margin-right: 0rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e9e9e9;
}
.create-event__schedule-remove--2 svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #ff5a65;
}
.create-event__schedule-form-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  flex: 1;
}
.create-event__schedule-form-container--2 {
  grid-template-columns: repeat(2, 1fr);
}
.create-event__schedule-form-container--2 > :nth-child(3) {
  grid-column: 1/-1; /* Make the third item span the full width */
}
@media (max-width: 580px) {
  .create-event__schedule-form-container {
    grid-template-columns: 1fr 1fr;
  }
}
.create-event__schedule-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.create-event__schedule-label {
  font-size: 1.4rem;
  color: #7d7d7d;
}
.create-event__schedule-input {
  display: flex;
  align-items: center;
  gap: 1rem;
  align-items: center;
  height: 5.6rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  border: 2px solid var(--input-border-color);
  background-color: var(--input-bg-color);
  color: var(--input-text-color);
}
.create-event__schedule-input input {
  border: none;
  outline: none;
  width: 100%;
}
.create-event__schedule-input svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.create-event__countdown-info {
  padding: 1.6rem;
  background-color: #fcf2ec;
  color: #e57d43;
  border-left: 4px solid #e57d43;
  border-radius: 0.8rem;
}
.create-event__add-image {
  padding: 4rem 2.4rem;
  border-radius: 0.8rem;
  background-color: var(--input-bg-color);
  border: 2px dotted var(--event-category-border);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.create-event__add-image-icon {
  display: block;
  width: 5.6rem;
  color: #e9e9e9;
  margin-bottom: 0.8rem;
}
.create-event__add-image-info button {
  color: #2dcb30;
  font-weight: 500;
  text-decoration: underline;
}
.create-event__add-image-limit {
  font-size: 1.2rem;
  color: #7d7d7d;
  text-align: center;
}
.create-event__added-image {
  display: grid;
  grid-template-columns: 1fr 20rem;
  gap: 1.6rem;
}
@media (max-width: 530px) {
  .create-event__added-image {
    grid-template-columns: 1fr;
  }
}
.create-event__added-image-actions {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.create-event__tickets {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.create-event__tickets--2 {
  margin-bottom: 0;
}
.create-event__ticket {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.create-event__ticket-form {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.create-event__ticket-form-2 {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
@media (max-width: 450px) {
  .create-event__ticket-form {
    grid-template-columns: 1fr 1fr;
  }
}
.create-event__ticket-remove {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.create-event__ticket-remove svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  color: #7d7d7d;
}
.create-event__alert {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.create-event__alert svg {
  display: block;
  width: 2rem;
  color: #e57d43;
}
.create-event__attendee {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.create-event__attendee-main {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.create-event__attendee-alert {
  background-color: var(--event-sell-ticket-bg);
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.create-event__attendee-info {
  background-color: var(--event-organizer-bg);
  border: 1.5px solid var(--event-organizer-border);
  border-radius: 0.8rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  color: var(--text-color);
}
.create-event__attendee-info span {
  font-weight: 500;
  color: #2dcb30;
}
.create-event__attendee-form {
  display: flex;
  flex-direction: column;
  gap: 1.6re;
}
.create-event__attendee-select {
  padding: 1.6rem 0;
  display: flex;
  gap: 4.8rem;
}
.create-event__attendee-select label {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.create-event__attendee-select label p {
  color: #7d7d7d;
}
.create-event__attendee-select label input:checked + p {
  color: var(--text-color);
}
.create-event__attendee-info-select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.create-event__attendee-info-select label {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.create-event__charges {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.create-event__bkg-white {
  background-color: white;
  border-radius: 0.8rem;
  padding: 1.6rem;
  gap: 1.6rem !important;
}
.create-event__date-selection {
  display: flex;
  flex-direction: column;
}
.create-event__next-page-btn {
  color: white !important;
  max-width: 20rem !important;
  width: 80% !important;
  text-align: center;
}
.create-event__page-two-btns {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.create-event__page-two-btns a, .create-event__page-two-btns button {
  max-width: 20rem !important;
  width: 80% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.create-event__page-two-btns--full a, .create-event__page-two-btns--full button {
  max-width: 100% !important;
  width: auto !important;
  flex: 1;
}
.create-event__proceed-footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.create-event__terms {
  font-style: italic;
  color: #a3a3a3;
  display: block;
}
.create-event__terms span {
  color: #399445;
  font-weight: 600;
}
.create-event__editor {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.create-event__editor button {
  padding: 0.8rem;
}
.create-event__editor button:hover {
  background-color: #f9fafb;
  border-radius: 0.4rem;
}
.create-event__editor-menu {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 0.5rem 1.6rem;
}

.event-charge {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 450px) {
  .event-charge {
    gap: 1.6rem;
  }
}
.event-charge--sm {
  gap: 1.2rem;
}
.event-charge__main {
  background-color: var(--bills-tab-bg);
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.event-charge__heading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.event-charge__infos {
  list-style: none;
  border-radius: 0.8rem;
  padding: 0.8rem 1.2rem;
  background-color: var(--bills-tab-link-bg);
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.event-charge__infos li {
  padding: 6px 0.8rem;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #7d7d7d;
  color: var(--text-color-faint);
}
.event-charge__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  height: 4.2rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  background-color: #fcf2ec;
  color: #e57d43;
}

.modify-ticket__totalQuantity {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modify-ticket__quantity {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modify-ticket__quantity span {
  font-size: 1.4rem;
}
.modify-ticket__currQuantity {
  font-size: 1.8rem;
  font-weight: 700;
}
.modify-ticket__extra {
  border-top: 1px solid #e9e9e9;
  margin-top: 2rem;
  padding-top: 2rem;
}
.modify-ticket__extra-count {
  color: #e57d43;
}

.event-preview > * {
  margin-bottom: 1rem;
}
.event-preview img {
  max-width: 100% !important;
}
.event-preview ul, .event-preview ol {
  padding-left: 2.4rem;
}

.event-rejected-reason {
  width: 60rem;
  max-width: 100%;
}

.financial__tab-details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.financial__total-tabs {
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 1.6rem;
}
.financial__tab-info {
  display: flex;
  justify-content: space-between;
}
.financial__tab-info img {
  width: 2.4rem;
  height: 2.4rem;
}
.financial__totals {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.financial__totals p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7d7d7d;
}
.financial__totals h5 {
  font-size: 1.8rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
.financial__total-right {
  display: flex;
  justify-content: space-between;
}
.financial__total-right span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #a3a3a3;
}
.financial__total-right p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a3a3a3;
}
.financial__text-right {
  font-size: 1.3rem;
  font-weight: 500;
  color: #a3a3a3;
}
.financial__svg-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.tabs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
@media (max-width: 840px) {
  .tabs-grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .tabs-grid-3 {
    grid-template-columns: 1fr;
  }
}

.tabs-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media (max-width: 960px) {
  .tabs-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 470px) {
  .tabs-grid-4 {
    grid-template-columns: 1fr;
  }
}

.tabs-grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
}
@media (max-width: 890px) {
  .tabs-grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .tabs-grid-5 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 430px) {
  .tabs-grid-5 {
    grid-template-columns: 1fr;
  }
}

.arrow-back {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  align-self: flex-start;
}
.arrow-back svg {
  display: block;
  width: 2.4rem;
  color: #000000;
}

.home-events {
  margin-bottom: 18rem;
}

.home {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.home__main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.home-balance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
}
@media (max-width: 820px) {
  .home-balance {
    grid-template-columns: 1fr;
  }
}

.wallet-balance {
  align-self: stretch;
  height: 14.5rem;
  border-radius: 1.6rem;
  border: 1.5px solid #ffffff;
  box-shadow: 0.5rem 0.5rem 0 #e6806a;
  padding: 1.6rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 360px) {
  .wallet-balance {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem 2.8rem;
    height: 18rem;
  }
}
.wallet-balance__bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-position: cover;
  z-index: -1;
}
.wallet-balance__balance-types {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.wallet-balance__label-dk {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.wallet-balance__balance {
  font-size: 3.2rem;
  font-family: "Tango Sans";
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 445px) {
  .wallet-balance__balance {
    font-size: 2.4rem;
  }
}
.wallet-balance__label-light {
  font-size: 1.4rem;
  font-weight: 600;
}
.wallet-balance__balance-light {
  font-size: 3.2rem;
  font-family: "Tango Sans";
  font-weight: normal;
}
@media (max-width: 445px) {
  .wallet-balance__balance-light {
    font-size: 2.4rem;
  }
}

.event-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
@media (max-width: 945px) {
  .event-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 460px) {
  .event-cards {
    grid-template-columns: 1fr;
  }
}
.event-cards__total-events {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
.event-cards__card-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-cards__card-details svg {
  display: block;
  height: 6.8rem;
  width: 9.6rem;
  color: #05c168;
}
@media (max-width: 500px) {
  .event-cards__card-details svg {
    height: 5rem;
    width: 8rem;
  }
}
.event-cards__total-details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.event-cards__total-details p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #7d7d7d;
}
.event-cards__event-check {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event-cards__event-check p {
  color: #7d7d7d;
  font-size: 1.4rem;
}
.event-cards__checked-num {
  display: flex;
  align-items: center;
}
.event-cards__checked-num svg {
  display: block;
  width: 2.4rem;
  color: #05c168;
}
.event-cards__checked-num p {
  color: #05c168;
  font-size: 1.4rem;
}
.event-cards__attendee-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-cards__attendee-details svg {
  display: block;
  height: 6.8rem;
  width: 9.6rem;
  color: #ff5a65;
}
@media (max-width: 500px) {
  .event-cards__attendee-details svg {
    height: 5rem;
    width: 8rem;
  }
}
.event-cards__checked-nums {
  display: flex;
  align-items: center;
}
.event-cards__checked-nums svg {
  display: block;
  width: 2.4rem;
  color: #ff5a65;
}
.event-cards__checked-nums p {
  color: #ff5a65;
  font-size: 1.4rem;
}

.ticket-sales {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 790px) {
  .ticket-sales {
    grid-template-columns: 1fr;
  }
}
.ticket-sales__event-chart {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  padding: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
.ticket-sales__event-chart img {
  display: block;
  width: 56rem;
  height: 20rem;
}
@media (max-width: 1130px) {
  .ticket-sales__event-chart img {
    width: 45rem;
  }
}
@media (max-width: 410px) {
  .ticket-sales__event-chart img {
    width: 30rem;
  }
}
.ticket-sales__sales-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.ticket-sales__event-type {
  display: flex;
  justify-content: space-between;
  gap: 2.4rem;
}
.ticket-sales__event-place {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ticket-sales__event-place p {
  font-size: 1.4rem;
  color: #a6a6a6;
}
.ticket-sales__best-selling {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
}
.ticket-sales__selling-details {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 445px) {
  .ticket-sales__selling-details {
    flex-direction: column;
    justify-content: center;
  }
}
.ticket-sales__selling-details img {
  display: block;
  width: 22rem;
}
@media (max-width: 1130px) {
  .ticket-sales__selling-details img {
    width: 20rem;
  }
}
@media (max-width: 815px) {
  .ticket-sales__selling-details img {
    width: 17rem;
  }
}
.ticket-sales__selling-venue {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.ticket-sales__ticket-text {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ticket-sales__ticket-text h4 {
  font-family: "Tango Sans";
  font-weight: normal;
  color: #399445;
}
.ticket-sales__ticket-text p {
  font-size: 1.2rem;
  color: #7d7d7d;
}
.ticket-sales__total-tickets {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.ticket-sales__total-attendee {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ticket-sales__total-attendee span {
  font-family: "Tango Sans";
  font-weight: normal;
}
.ticket-sales__total-top {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ticket-sales__total-top p {
  font-size: 1.2rem;
  color: #7d7d7d;
}

.orange-mark {
  width: 1.4rem;
  height: 4px;
  border-radius: 4px;
  background-color: #ffa800;
}

.blue-mark {
  width: 1.4rem;
  height: 4px;
  border-radius: 4px;
  background-color: #1aa2fd;
}

.event-sales {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
}
@media (max-width: 1155px) {
  .event-sales {
    grid-template-columns: 1fr;
  }
}
.event-sales__sales-details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3rem;
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.event-sales__sales-event-name p {
  color: #7d7d7d;
  white-space: pre-wrap;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-sales__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event-sales__heading-text {
  font-size: 1.4rem;
  font-weight: 600;
}
.event-sales__view-all {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2dcb30 !important;
  cursor: pointer;
}

.event-attendee__heading {
  background-color: #ffffff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-self: flex-start;
  padding: 1.6rem;
}
.event-attendee__sub-heading-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-attendee__sub-heading-split span {
  font-size: 1.6rem;
  color: #7d7d7d;
}

.event-transact {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  width: 100rem;
  max-width: 100%;
  margin: auto;
}
.event-transact__transact-details {
  padding: 2.4rem;
  border-radius: 1.6rem;
  box-shadow: 0.5rem 0.5rem 0 #e6806a;
  background-color: #f8f4d3;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media (max-width: 400px) {
  .event-transact__transact-details {
    padding: 1.6rem;
  }
}
.event-transact__transact-pin {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.wallet-body {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.wallet-body__wallet-header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  border-bottom: 1px solid #e9e9e9;
}
.wallet-body__heading-text {
  color: #7d7d7d !important;
  padding: 2px 0.8rem;
}
.wallet-body__heading-text--active {
  border-bottom: 2px solid #2dcb30;
  color: #1f1f1f !important;
}

.wallet-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #e9e9e9;
}
.wallet-search__select-drops {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.wallet-search__select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.8rem;
  background-color: #ffffff;
  padding: 0.8rem 1.6rem;
  height: 4.8rem;
  white-space: nowrap;
}
.wallet-search__select svg {
  display: block;
  width: 2.4rem;
}
.wallet-search__select-text {
  color: #808080;
}

.page-entries {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .page-entries {
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
  }
}
.page-entries__show-entries {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-entries__show-num {
  font-size: 1.2rem;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.8rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 490px) {
  .page-entries__show-num {
    padding: 2px 1rem;
    gap: 1rem;
  }
}
.page-entries__show-num svg {
  display: block;
  width: 2.4rem;
  color: #2dcb30;
}
@media (max-width: 490px) {
  .page-entries__show-num svg {
    width: 2rem;
  }
}
.page-entries__show-pages {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.page-entries__prev-page {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-entries__prev-page svg {
  display: block;
  width: 2.4rem;
  color: #2dcb30;
}
@media (max-width: 490px) {
  .page-entries__prev-page svg {
    width: 2rem;
  }
}
.page-entries__page-num {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.page-entries__page-num p {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 0.8rem 1.2rem;
}
.page-entries__page-num svg {
  display: block;
  width: 2.4rem;
  color: #808080;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.95);
  }
}
@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideFromTop {
  from {
    transform: translateY(-0.5rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(0.5rem);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-0.5rem);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromBottom {
  from {
    transform: translateY(0.5rem);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  /****************** 
  Basics
  ******************/
  overflow-wrap: break-word;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /****************** 
  Colors variables
  ******************/
  /* Gray alpha (light mode) */
  --tt-gray-light-a-50: rgba(56, 56, 56, 0.04);
  --tt-gray-light-a-100: rgba(15, 22, 36, 0.05);
  --tt-gray-light-a-200: rgba(37, 39, 45, 0.1);
  --tt-gray-light-a-300: rgba(47, 50, 55, 0.2);
  --tt-gray-light-a-400: rgba(40, 44, 51, 0.42);
  --tt-gray-light-a-500: rgba(52, 55, 60, 0.64);
  --tt-gray-light-a-600: rgba(36, 39, 46, 0.78);
  --tt-gray-light-a-700: rgba(35, 37, 42, 0.87);
  --tt-gray-light-a-800: rgba(30, 32, 36, 0.95);
  --tt-gray-light-a-900: rgba(29, 30, 32, 0.98);
  /* Gray (light mode) */
  --tt-gray-light-50: rgba(250, 250, 250, 1);
  --tt-gray-light-100: rgba(244, 244, 245, 1);
  --tt-gray-light-200: rgba(234, 234, 235, 1);
  --tt-gray-light-300: rgba(213, 214, 215, 1);
  --tt-gray-light-400: rgba(166, 167, 171, 1);
  --tt-gray-light-500: rgba(125, 127, 130, 1);
  --tt-gray-light-600: rgba(83, 86, 90, 1);
  --tt-gray-light-700: rgba(64, 65, 69, 1);
  --tt-gray-light-800: rgba(44, 45, 48, 1);
  --tt-gray-light-900: rgba(34, 35, 37, 1);
  /* Gray alpha (dark mode) */
  --tt-gray-dark-a-50: rgba(232, 232, 253, 0.05);
  --tt-gray-dark-a-100: rgba(231, 231, 243, 0.07);
  --tt-gray-dark-a-200: rgba(238, 238, 246, 0.11);
  --tt-gray-dark-a-300: rgba(239, 239, 245, 0.22);
  --tt-gray-dark-a-400: rgba(244, 244, 255, 0.37);
  --tt-gray-dark-a-500: rgba(236, 238, 253, 0.5);
  --tt-gray-dark-a-600: rgba(247, 247, 253, 0.64);
  --tt-gray-dark-a-700: rgba(251, 251, 254, 0.75);
  --tt-gray-dark-a-800: rgba(253, 253, 253, 0.88);
  --tt-gray-dark-a-900: rgba(255, 255, 255, 0.96);
  /* Gray (dark mode) */
  --tt-gray-dark-50: rgba(25, 25, 26, 1);
  --tt-gray-dark-100: rgba(32, 32, 34, 1);
  --tt-gray-dark-200: rgba(45, 45, 47, 1);
  --tt-gray-dark-300: rgba(70, 70, 73, 1);
  --tt-gray-dark-400: rgba(99, 99, 105, 1);
  --tt-gray-dark-500: rgba(124, 124, 131, 1);
  --tt-gray-dark-600: rgba(163, 163, 168, 1);
  --tt-gray-dark-700: rgba(192, 192, 195, 1);
  --tt-gray-dark-800: rgba(224, 224, 225, 1);
  --tt-gray-dark-900: rgba(245, 245, 245, 1);
  /* Brand colors */
  --tt-brand-color-50: #effdf0;
  --tt-brand-color-100: rgba(222, 219, 255, 1);
  --tt-brand-color-200: rgba(195, 189, 255, 1);
  --tt-brand-color-300: rgba(157, 138, 255, 1);
  --tt-brand-color-400: rgba(122, 82, 255, 1);
  --tt-brand-color-500: rgba(98, 41, 255, 1);
  --tt-brand-color-600: rgba(84, 0, 229, 1);
  --tt-brand-color-700: rgba(75, 0, 204, 1);
  --tt-brand-color-800: rgba(56, 0, 153, 1);
  --tt-brand-color-900: rgba(43, 25, 102, 1);
  --tt-brand-color-950: hsla(257, 100%, 9%, 1);
  /* Green */
  --tt-color-green-inc-5: hsla(129, 100%, 97%, 1);
  --tt-color-green-inc-4: hsla(129, 100%, 92%, 1);
  --tt-color-green-inc-3: hsla(131, 100%, 86%, 1);
  --tt-color-green-inc-2: hsla(133, 98%, 78%, 1);
  --tt-color-green-inc-1: hsla(137, 99%, 70%, 1);
  --tt-color-green-base: hsla(147, 99%, 50%, 1);
  --tt-color-green-dec-1: hsla(147, 97%, 41%, 1);
  --tt-color-green-dec-2: hsla(146, 98%, 32%, 1);
  --tt-color-green-dec-3: hsla(146, 100%, 24%, 1);
  --tt-color-green-dec-4: hsla(144, 100%, 16%, 1);
  --tt-color-green-dec-5: hsla(140, 100%, 9%, 1);
  /* Yellow */
  --tt-color-yellow-inc-5: hsla(50, 100%, 97%, 1);
  --tt-color-yellow-inc-4: hsla(50, 100%, 91%, 1);
  --tt-color-yellow-inc-3: hsla(50, 100%, 84%, 1);
  --tt-color-yellow-inc-2: hsla(50, 100%, 77%, 1);
  --tt-color-yellow-inc-1: hsla(50, 100%, 68%, 1);
  --tt-color-yellow-base: hsla(52, 100%, 50%, 1);
  --tt-color-yellow-dec-1: hsla(52, 100%, 41%, 1);
  --tt-color-yellow-dec-2: hsla(52, 100%, 32%, 1);
  --tt-color-yellow-dec-3: hsla(52, 100%, 24%, 1);
  --tt-color-yellow-dec-4: hsla(51, 100%, 16%, 1);
  --tt-color-yellow-dec-5: hsla(50, 100%, 9%, 1);
  /* Red */
  --tt-color-red-inc-5: hsla(11, 100%, 96%, 1);
  --tt-color-red-inc-4: hsla(11, 100%, 88%, 1);
  --tt-color-red-inc-3: hsla(10, 100%, 80%, 1);
  --tt-color-red-inc-2: hsla(9, 100%, 73%, 1);
  --tt-color-red-inc-1: hsla(7, 100%, 64%, 1);
  --tt-color-red-base: hsla(7, 100%, 54%, 1);
  --tt-color-red-dec-1: hsla(7, 100%, 41%, 1);
  --tt-color-red-dec-2: hsla(5, 100%, 32%, 1);
  --tt-color-red-dec-3: hsla(4, 100%, 24%, 1);
  --tt-color-red-dec-4: hsla(3, 100%, 16%, 1);
  --tt-color-red-dec-5: hsla(1, 100%, 9%, 1);
  /* Basic colors */
  --white: rgba(255, 255, 255, 1);
  --black: rgba(14, 14, 17, 1);
  --transparent: rgba(255, 255, 255, 0);
  /****************** 
  Shadow variables
  ******************/
  /* Shadows Light */
  --tt-shadow-elevated-md: 0px 16px 48px 0px rgba(17, 24, 39, 0.04),
    0px 12px 24px 0px rgba(17, 24, 39, 0.04),
    0px 6px 8px 0px rgba(17, 24, 39, 0.02),
    0px 2px 3px 0px rgba(17, 24, 39, 0.02);
  /************************************************** 
       Radius variables 
    **************************************************/
  --tt-radius-xxs: 0.125rem; /* 2px */
  --tt-radius-xs: 0.25rem; /* 4px */
  --tt-radius-sm: 0.375rem; /* 6px */
  --tt-radius-md: 0.5rem; /* 8px */
  --tt-radius-lg: 0.75rem; /* 12px */
  --tt-radius-xl: 1rem; /* 16px */
  /************************************************** 
       Transition variables 
    **************************************************/
  --tt-transition-duration-short: 0.1s;
  --tt-transition-duration-default: 0.2s;
  --tt-transition-duration-long: 0.64s;
  --tt-transition-easing-default: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  --tt-transition-easing-cubic: cubic-bezier(0.65, 0.05, 0.36, 1);
  --tt-transition-easing-quart: cubic-bezier(0.77, 0, 0.18, 1);
  --tt-transition-easing-circ: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  --tt-transition-easing-back: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  /****************** 
  Contrast variables
  ******************/
  --tt-accent-contrast: 8%;
  --tt-destructive-contrast: 8%;
  --tt-foreground-contrast: 8%;
}
:root,
:root *,
:root ::before,
:root ::after {
  box-sizing: border-box;
}

:root {
  /************************************************** 
      Global colors 
  **************************************************/
  /* Global colors - Light mode */
  --tt-bg-color: var(--white);
  --tt-border-color: var(--tt-gray-light-a-200);
  --tt-border-color-tint: var(--tt-gray-light-a-100);
  --tt-sidebar-bg-color: var(--tt-gray-light-100);
  --tt-scrollbar-color: var(--tt-gray-light-a-200);
  --tt-cursor-color: var(--tt-brand-color-500);
  --tt-selection-color: rgba(157, 138, 255, 0.2);
  --tt-card-bg-color: var(--white);
  --tt-card-border-color: var(--tt-gray-light-a-100);
}

/* Global colors - Dark mode */
.dark {
  --tt-bg-color: var(--black);
  --tt-border-color: var(--tt-gray-dark-a-200);
  --tt-border-color-tint: var(--tt-gray-dark-a-100);
  --tt-sidebar-bg-color: var(--tt-gray-dark-100);
  --tt-scrollbar-color: var(--tt-gray-dark-a-200);
  --tt-cursor-color: var(--tt-brand-color-400);
  --tt-selection-color: rgba(122, 82, 255, 0.2);
  --tt-card-bg-color: var(--tt-gray-dark-50);
  --tt-card-border-color: var(--tt-gray-dark-a-50);
  --tt-shadow-elevated-md: 0px 16px 48px 0px rgba(0, 0, 0, 0.5),
    0px 12px 24px 0px rgba(0, 0, 0, 0.24), 0px 6px 8px 0px rgba(0, 0, 0, 0.22),
    0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}

/* Text colors */
:root {
  --tt-color-text-gray: hsl(45, 2%, 46%);
  --tt-color-text-brown: hsl(19, 31%, 47%);
  --tt-color-text-orange: hsl(30, 89%, 45%);
  --tt-color-text-yellow: hsl(38, 62%, 49%);
  --tt-color-text-green: hsl(148, 32%, 39%);
  --tt-color-text-blue: hsl(202, 54%, 43%);
  --tt-color-text-purple: hsl(274, 32%, 54%);
  --tt-color-text-pink: hsl(328, 49%, 53%);
  --tt-color-text-red: hsl(2, 62%, 55%);
  --tt-color-text-gray-contrast: hsla(39, 26%, 26%, 0.15);
  --tt-color-text-brown-contrast: hsla(18, 43%, 69%, 0.35);
  --tt-color-text-orange-contrast: hsla(24, 73%, 55%, 0.27);
  --tt-color-text-yellow-contrast: hsla(44, 82%, 59%, 0.39);
  --tt-color-text-green-contrast: hsla(126, 29%, 60%, 0.27);
  --tt-color-text-blue-contrast: hsla(202, 54%, 59%, 0.27);
  --tt-color-text-purple-contrast: hsla(274, 37%, 64%, 0.27);
  --tt-color-text-pink-contrast: hsla(331, 60%, 71%, 0.27);
  --tt-color-text-red-contrast: hsla(8, 79%, 79%, 0.4);
}

.dark {
  --tt-color-text-gray: hsl(0, 0%, 61%);
  --tt-color-text-brown: hsl(18, 35%, 58%);
  --tt-color-text-orange: hsl(25, 53%, 53%);
  --tt-color-text-yellow: hsl(36, 54%, 55%);
  --tt-color-text-green: hsl(145, 32%, 47%);
  --tt-color-text-blue: hsl(202, 64%, 52%);
  --tt-color-text-purple: hsl(270, 55%, 62%);
  --tt-color-text-pink: hsl(329, 57%, 58%);
  --tt-color-text-red: hsl(1, 69%, 60%);
  --tt-color-text-gray-contrast: hsla(0, 0%, 100%, 0.09);
  --tt-color-text-brown-contrast: hsla(17, 45%, 50%, 0.25);
  --tt-color-text-orange-contrast: hsla(27, 82%, 53%, 0.2);
  --tt-color-text-yellow-contrast: hsla(35, 49%, 47%, 0.2);
  --tt-color-text-green-contrast: hsla(151, 55%, 39%, 0.2);
  --tt-color-text-blue-contrast: hsla(202, 54%, 43%, 0.2);
  --tt-color-text-purple-contrast: hsla(271, 56%, 60%, 0.18);
  --tt-color-text-pink-contrast: hsla(331, 67%, 58%, 0.22);
  --tt-color-text-red-contrast: hsla(0, 67%, 60%, 0.25);
}

/* Highlight colors */
:root {
  --tt-color-highlight-yellow: #fef9c3;
  --tt-color-highlight-green: #dcfce7;
  --tt-color-highlight-blue: #e0f2fe;
  --tt-color-highlight-purple: #f3e8ff;
  --tt-color-highlight-red: #ffe4e6;
  --tt-color-highlight-gray: rgb(248, 248, 247);
  --tt-color-highlight-brown: rgb(244, 238, 238);
  --tt-color-highlight-orange: rgb(251, 236, 221);
  --tt-color-highlight-pink: rgb(252, 241, 246);
  --tt-color-highlight-yellow-contrast: #fbe604;
  --tt-color-highlight-green-contrast: #c7fad8;
  --tt-color-highlight-blue-contrast: #ceeafd;
  --tt-color-highlight-purple-contrast: #e4ccff;
  --tt-color-highlight-red-contrast: #ffccd0;
  --tt-color-highlight-gray-contrast: rgba(84, 72, 49, 0.15);
  --tt-color-highlight-brown-contrast: rgba(210, 162, 141, 0.35);
  --tt-color-highlight-orange-contrast: rgba(224, 124, 57, 0.27);
  --tt-color-highlight-pink-contrast: rgba(225, 136, 179, 0.27);
}

.dark {
  --tt-color-highlight-yellow: #6b6524;
  --tt-color-highlight-green: #509568;
  --tt-color-highlight-blue: #6e92aa;
  --tt-color-highlight-purple: #583e74;
  --tt-color-highlight-red: #743e42;
  --tt-color-highlight-gray: rgb(47, 47, 47);
  --tt-color-highlight-brown: rgb(74, 50, 40);
  --tt-color-highlight-orange: rgb(92, 59, 35);
  --tt-color-highlight-pink: rgb(78, 44, 60);
  --tt-color-highlight-yellow-contrast: #58531e;
  --tt-color-highlight-green-contrast: #47855d;
  --tt-color-highlight-blue-contrast: #5e86a1;
  --tt-color-highlight-purple-contrast: #4c3564;
  --tt-color-highlight-red-contrast: #643539;
  --tt-color-highlight-gray-contrast: rgba(255, 255, 255, 0.094);
  --tt-color-highlight-brown-contrast: rgba(184, 101, 69, 0.25);
  --tt-color-highlight-orange-contrast: rgba(233, 126, 37, 0.2);
  --tt-color-highlight-pink-contrast: rgba(220, 76, 145, 0.22);
}

/*# sourceMappingURL=style.css.map */
