/* Predefined classes */
.flexy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
}

.rowy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columny {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -ms-flex-direction: column;
}

.justify-centery {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-betweeny {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-centery {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapy {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrapy {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.p-0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0;
}

.pt-50 {
  padding-top: 50px;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-100 {
  height: 100%;
}

.ml-auto {
  margin-left: auto;
}

/* language.blade.php page style */

/* CSS Reset */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-X: hidden;
  -ms-content-zooming: none;
  touch-action: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
  font-family: Arial, Helvetica, sans-serif;
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {
  max-height: 100%;
  max-width: 100%;
}

/* Generic style applicable to blades */
.welcome-image {
  width: 0px;
  height: 0px;
  padding: 10px;
}

.zeuor-header {
  width: 100%;
  height: 12%;
  padding-top: 40px;
}

.zeuor-main {
  width: 100%;
  height: 76%;
}

.zeuor-footer {
  width: 100%;
  height: 12%;
  position: fixed;
  left: 0;
  bottom: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}

.zeuor-sentence {
  width: 100%;
  height: 20%;
  font-size: 2rem;
  color: black;
  letter-spacing: 1px;
  text-shadow: 0 0 1px black;
  text-align: center;
}

.zeuor-content {
  width: 100%;
  height: 80%;
}

.mybtn-container {
  width: 70%;
  padding: 5px;
}

.mybtn {
  width: 400px;
  height: 120px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  cursor: pointer;
  min-height: 60px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

/* button-mousedown class to add click animation to buttons */
.button-mousedown {
  transform: translateY(4px);
  background-color: rgba(0, 0, 0, 0.5);
}

/* phone_number.blade.php page style */

.numpad-container {
  width: 100%;
  height: 80%;
  /*overflow: hidden;*/
}

.entered-number {
  width: 100%;
}

.num {
  width: 100%;
  height: 100px;
  border: 1px solid lightgray;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.7rem;
  background: rgba(0, 0, 0, 0.9);
}

.num-notran {
  padding-left: 35px;
}

.prefix {
  color: white;
}

.suffix {
  color: salmon;
}

.current {
  text-decoration: underline;
  font-size: 110%;
  color: rgb(25, 116, 168);
}

.numpad-keys {
  transform: translateY(-3px);
  height: 100%;
  width: 100%;
}

.numpad-key, .backspace {
  cursor: pointer;
}

.numpad-table {
  width: 65%;
  height: 90%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  max-width: 600px;
  min-width: 300px;
}

.numpad-table td {
  font-size: 2rem;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid dimgray;
}

.numpad-table td.spec {
  background-color: dimgray;
}

.skip-next-keys {
  margin: 10px 0;
  width: 65%;
  max-width: 600px;
}

.key {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.9rem, 0.75rem + 0.6vw, 1.35rem) clamp(1.5rem, 1.2rem + 1vw, 2.3rem);
  border-radius: 999px;
  background: var(--csa-color-action-bg);
  color: var(--csa-color-action-text);
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.3rem);
  font-family: var(--csa-font-sans);
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  box-shadow: var(--csa-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.key:hover {
  transform: translateY(-1px);
  box-shadow: var(--csa-shadow-md);
}

.disabled {
  pointer-events: none;
  background-color: grey;
}

.key[aria-disabled="true"],
.key:disabled,
.csa-keypad__actions .key[aria-disabled="true"],
.csa-keypad__actions .key:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

#errorMessage {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* hover-effect is used to add visual look of clicking */
.hover-effect {
  background-color: black !important;
}

/* Responsive section */
@media all and (max-height: 1050px) {
  .mybtn {
    width: 300px;
    height: 90px;
  }
}

@media all and (max-height: 850px) {
  .mybtn {
    width: 250px;
    height: 70px;
  }

  html { font-size: 14px; }

  .welcome-image {
    width: 0px;
    height: 0px;
  }
}

@media all and (max-height: 700px) {
  .zeuor-sentence {
    height: 10%;;
  }

  .numpad-container {
    height: 90%;
  }

  .welcome-image {
    width: 0px;
    height: 0px;
  }

  .zeuor-header {
    padding-top: 20px;
  }

  .mybtn {
    width: 220px;
    height: 60px;
  }

  html { font-size: 10px; }

  .numpad-table, .skip-next-keys {
    width: 50%;
    max-width: 500px;
  }
}

/* -------------------------------------------------------------------------- */
/* Modern CSA layout overrides                                                */
/* -------------------------------------------------------------------------- */

:root {
  --csa-font-sans: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --csa-font-heading: 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --csa-color-text-body: #e2e8f0;
  --csa-color-heading: #ffffff;
  --csa-color-panel: rgba(255, 255, 255, 0.9);
  --csa-color-border: rgba(148, 163, 184, 0.35);
  --csa-color-action-bg: rgba(59, 130, 246, 0.92);
  --csa-color-action-bg-solid: #2563eb;
  --csa-color-action-text: #ffffff;
  --csa-color-panel-tint: rgba(15, 23, 42, 0.35);
  --csa-space-xs: 0.4rem;
  --csa-space-sm: 0.6rem;
  --csa-space-md: 1rem;
  --csa-space-lg: 1.6rem;
  --csa-space-xl: 2.4rem;
  --csa-radius-md: 0.75rem;
  --csa-radius-lg: 1.25rem;
  --csa-radius-xl: 1.75rem;
  --csa-shadow-sm: 0 15px 35px rgba(15, 23, 42, 0.28);
  --csa-shadow-md: 0 25px 55px rgba(15, 23, 42, 0.35);
  --csa-design-width: 1280px;
  --csa-design-height: 720px;
}

body.csa-app {
  font-family: var(--csa-font-sans);
  color: var(--csa-color-text-body);
  background-color: #0f172a;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  margin: 0;
}

.zeuor-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  min-height: calc(100vh - clamp(4rem, 2.5rem + 3vh, 7rem));
  padding: clamp(var(--csa-space-md), 3vh, var(--csa-space-xl)) clamp(var(--csa-space-sm), 2vw, var(--csa-space-xl));
}

.csa-stage {
  width: min(100%, 960px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(var(--csa-space-md), 1rem + 1vw, var(--csa-space-xl));
  padding: clamp(var(--csa-space-md), 1rem + 1vw, var(--csa-space-xl));
  border-radius: var(--csa-radius-xl);
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(20px);
  box-shadow: var(--csa-shadow-md);
  max-height: 90vh;
  overflow: auto;
}

.csa-stage--compact {
  width: min(100%, 720px);
  max-width: 100%;
}

.csa-stage--languages,
.csa-stage--categories {
  width: min(100%, 640px);
  max-width: 100%;
}

.csa-shell {
  width: 1080px;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: clamp(var(--csa-space-sm), 1rem + 0.6vw, var(--csa-space-lg));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--csa-space-sm);
}

.zeuor-sentence {
  margin: 0;
  text-align: center;
  font-family: var(--csa-font-heading);
  font-weight: 700;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1.15rem + 1.5vw, 2.8rem);
  color: var(--csa-color-heading);
}

.csa-grid {
  width: 100%;
  display: grid;
  gap: clamp(var(--csa-space-md), 0.8rem + 1vw, var(--csa-space-xl));
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.csa-stage--languages .csa-grid,
.csa-stage--categories .csa-grid {
  grid-template-columns: 1fr;
  width: min(100%, 520px);
  margin-inline: auto;
}

.csa-illustration {
  width: clamp(140px, 18vw, 220px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: clamp(var(--csa-space-sm), 0.8rem + 0.6vw, var(--csa-space-lg));
  border-radius: var(--csa-radius-xl);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 0 25px 45px rgba(15, 23, 42, 0.35);
}

.csa-illustration img {
  width: 60%;
  max-width: 160px;
  height: auto;
}

.csa-subtext {
  margin: 0;
  text-align: center;
  font-size: clamp(1.05rem, 0.95rem + 0.4vw, 1.35rem);
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.5;
  max-width: 32ch;
}

.mybtn,
.csa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(3.4rem, 2.6rem + 3vw, 5.4rem);
  padding: clamp(0.9rem, 0.8rem + 0.8vw, 1.6rem) clamp(1.4rem, 1.1rem + 1.8vw, 2.4rem);
  border-radius: var(--csa-radius-lg);
  background: var(--csa-color-action-bg);
  color: var(--csa-color-action-text);
  font-size: clamp(1.1rem, 1rem + 0.8vw, 1.6rem);
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  border: none;
  box-shadow: var(--csa-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mybtn:hover,
.csa-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--csa-shadow-md);
}

.mybtn:active,
.csa-button:active {
  transform: translateY(0);
}

.csa-keypad {
  width: min(100%, 780px);
  display: flex;
  flex-direction: column;
  gap: clamp(var(--csa-space-md), 0.9rem + 0.9vw, var(--csa-space-xl));
  padding: clamp(var(--csa-space-md), 0.9rem + 0.8vw, var(--csa-space-xl));
  border-radius: var(--csa-radius-xl);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(26px);
  box-shadow: var(--csa-shadow-md);
}

.csa-keypad__display {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--csa-color-panel);
  color: #0f172a;
  border-radius: var(--csa-radius-lg);
  padding: clamp(0.8rem, 0.7rem + 0.6vw, 1.2rem);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
  min-height: clamp(3rem, 2.2rem + 1.2vw, 4rem);
}

.csa-keypad__digits {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 0.25rem + 0.6vw, 0.6rem);
  font-size: clamp(1.45rem, 1.2rem + 1vw, 2.2rem);
  letter-spacing: 0.08em;
}

.prefix {
  display: inline-flex;
  align-items: center;
  margin-inline-end: clamp(0.2rem, 0.18rem + 0.35vw, 0.5rem);
  font-weight: 600;
  color: rgba(15, 23, 42, 0.65);
}

.suffix {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.25rem, 0.2rem + 0.35vw, 0.5rem);
  font-weight: 600;
  color: rgba(15, 23, 42, 0.7);
}

.csa-digit-separator {
  opacity: 0.65;
}

.digit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.4rem, 1.15rem + 0.9vw, 2.2rem);
  height: clamp(2rem, 1.7rem + 0.8vw, 2.7rem);
  border-radius: var(--csa-radius-md);
  background: rgba(255, 255, 255, 0.95);
  color: #0f172a;
  box-shadow: inset 0 0 0 1px var(--csa-color-border);
  font-weight: 600;
}

.digit.current {
  box-shadow: inset 0 0 0 2px var(--csa-color-action-bg-solid);
  color: var(--csa-color-action-bg-solid);
}

.csa-keypad__grid {
  display: grid;
  gap: clamp(var(--csa-space-sm), 0.65rem + 0.4vw, var(--csa-space-md));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.csa-keypad__grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.csa-keypad__key,
.numpad-key,
.backspace {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 1.25rem + 0.9vw, 2.2rem);
  font-weight: 600;
  color: var(--csa-color-action-text);
  background: var(--csa-color-action-bg);
  border-radius: var(--csa-radius-lg);
  padding: clamp(0.9rem, 0.7rem + 0.8vw, 1.4rem);
  min-height: clamp(3rem, 2.4rem + 1vw, 4rem);
  box-shadow: var(--csa-shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
}

.csa-keypad__key:hover,
.numpad-key:hover,
.backspace:hover {
  transform: translateY(-2px);
  box-shadow: var(--csa-shadow-md);
}

.csa-keypad__key:active,
.numpad-key:active,
.backspace:active {
  transform: translateY(0);
}

.backspace img {
  width: clamp(1.5rem, 1.2rem + 0.8vw, 2rem);
  height: auto;
}

.csa-keypad__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--csa-space-md);
  justify-content: space-between;
}

.csa-keypad__actions .key {
  flex: 1 1 45%;
}

.skip-key {
  background: rgba(255, 255, 255, 0.08);
  color: var(--csa-color-action-text);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
  flex: 1 1 35%;
  justify-content: center;
}

.next-key {
  flex: 1 1 55%;
  justify-content: center;
}

.key.back-key {
  background: rgba(255, 255, 255, 0.08);
  color: var(--csa-color-action-text);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

@media (max-width: 1280px) {
  .csa-stage {
    width: min(95vw, 880px);
  }

  .csa-keypad {
    width: min(100%, 680px);
  }

  .zeuor-sentence {
    font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.4rem);
  }
}

@media (max-width: 820px) {
  .csa-stage {
    width: min(96vw, 620px);
  }

  .csa-keypad {
    width: min(100%, 520px);
    padding: clamp(var(--csa-space-sm), 0.7rem + 0.6vw, var(--csa-space-lg));
  }

  .csa-keypad__digits {
    font-size: clamp(1.2rem, 1rem + 0.7vw, 1.7rem);
  }

  .digit {
    width: clamp(1.15rem, 1rem + 0.6vw, 1.8rem);
    height: clamp(1.8rem, 1.5rem + 0.6vw, 2.3rem);
  }

  .csa-keypad__key,
  .numpad-key,
  .backspace {
    font-size: clamp(1.3rem, 1.05rem + 0.6vw, 1.8rem);
    min-height: clamp(2.6rem, 2.1rem + 0.8vw, 3.2rem);
  }

  .csa-keypad__actions {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .csa-stage {
    width: min(98vw, 500px);
    padding: clamp(var(--csa-space-sm), 0.8rem + 0.6vw, var(--csa-space-md));
  }

  .csa-keypad {
    width: 100%;
  }

  .zeuor-sentence {
    font-size: clamp(1.35rem, 1.1rem + 1vw, 1.9rem);
  }
}

@media (max-height: 720px) {
  .csa-stage {
    max-height: 88vh;
  }

  .csa-keypad {
    padding: clamp(var(--csa-space-sm), 0.7rem + 0.5vw, var(--csa-space-md));
  }

  .csa-keypad__key,
  .numpad-key,
  .backspace {
    min-height: clamp(2.4rem, 2rem + 0.6vw, 3rem);
  }
}

@media (max-height: 620px) {
  html {
    font-size: clamp(11px, calc(0.45vw + 0.6vh), 15px);
  }

  .csa-stage {
    gap: clamp(var(--csa-space-sm), 0.7rem + 0.5vw, var(--csa-space-md));
    padding: clamp(var(--csa-space-xs), 0.6rem + 0.4vw, var(--csa-space-md));
  }

  .csa-keypad {
    gap: clamp(var(--csa-space-sm), 0.6rem + 0.4vw, var(--csa-space-md));
  }
}

.zeuor-footer {
  margin-top: auto;
  padding-block: clamp(var(--csa-space-xs), 0.35rem + 0.3vw, var(--csa-space-md));
  min-height: clamp(1.6rem, 1.3rem + 0.35vw, 2.2rem);
  background: rgba(15, 23, 42, 0.68);
  color: var(--csa-color-heading);
  backdrop-filter: blur(18px);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: clamp(0.85rem, 0.75rem + 0.4vw, 1.1rem);
}

.zeuor-footer .csa-shell {
  width: min(92vw, 1080px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 100%;
  direction: ltr;
}

.csa-footer__text {
  display: inline-flex;
  align-items: center;
  gap: var(--csa-space-xs);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.csa-footer__version {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: none;
}

.swal-overlay {
  background: rgba(15, 23, 42, 0.68) !important;
  backdrop-filter: blur(16px);
}

.swal-modal {
  background: rgba(15, 23, 42, 0.92);
  border-radius: var(--csa-radius-xl);
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: var(--csa-shadow-md);
  padding: clamp(2rem, 1.6rem + 1.5vw, 3rem);
  width: min(90vw, 460px);
  font-family: var(--csa-font-sans);
}

.csa-alert .swal-title {
  margin: 0;
  color: #f8fafc;
  font-family: var(--csa-font-heading);
  font-weight: 700;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  letter-spacing: 0.045em;
  text-align: center;
}

.csa-alert .swal-title::before {
  content: "";
  display: block;
  width: clamp(3.3rem, 3rem + 1.2vw, 4.2rem);
  height: clamp(3.3rem, 3rem + 1.2vw, 4.2rem);
  margin: 0 auto clamp(1.2rem, 1.1rem + 0.8vw, 1.8rem);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(37, 99, 235, 0.18) 55%, rgba(37, 99, 235, 0.05));
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.5), inset 0 0 0 1px rgba(148, 163, 184, 0.35);
}

.csa-alert .swal-text {
  margin: clamp(1rem, 0.8rem + 1vw, 1.8rem) 0 0;
  color: rgba(226, 232, 240, 0.88);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.25rem);
  line-height: 1.45;
  text-align: center;
}

.csa-alert .swal-icon {
  display: none !important;
}

.csa-alert .swal-footer {
  margin-top: clamp(1.5rem, 1.2rem + 1vw, 2.4rem);
  padding: 0;
  display: flex;
  justify-content: center;
}

.csa-alert .swal-button {
  border-radius: var(--csa-radius-lg);
  background: var(--csa-color-action-bg);
  color: var(--csa-color-action-text);
  font-size: clamp(1.05rem, 1rem + 0.5vw, 1.35rem);
  font-weight: 600;
  padding: clamp(0.9rem, 0.75rem + 0.7vw, 1.4rem) clamp(2rem, 1.6rem + 1.2vw, 3rem);
  min-width: clamp(8rem, 6rem + 4vw, 12rem);
  box-shadow: var(--csa-shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.csa-alert .swal-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--csa-shadow-md);
}

.csa-alert .swal-button:focus {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

.csa-alert .swal-button:active {
  transform: translateY(0);
}

.hidden,
.d-none {
  display: none !important;
}
