/* src/assets/styles/bootstrap.scss */
::ng-deep {
}
::ng-deep .d-inline {
  display: inline !important;
}
::ng-deep .d-inline-block {
  display: inline-block !important;
}
::ng-deep .d-block {
  display: block !important;
}
::ng-deep .d-grid {
  display: grid !important;
}
::ng-deep .d-flex {
  display: flex !important;
}
::ng-deep .d-inline-flex {
  display: inline-flex !important;
}
::ng-deep .d-none {
  display: none !important;
}
@media (min-width: 768px) {
  ::ng-deep .d-md-none {
    display: none !important;
  }
  ::ng-deep .d-md-block {
    display: block !important;
  }
  ::ng-deep .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  ::ng-deep .d-lg-none {
    display: none !important;
  }
  ::ng-deep .d-lg-block {
    display: block !important;
  }
  ::ng-deep .d-lg-flex {
    display: flex !important;
  }
}
::ng-deep .justify-content-start {
  justify-content: flex-start !important;
}
::ng-deep .justify-content-end {
  justify-content: flex-end !important;
}
::ng-deep .justify-content-center {
  justify-content: center !important;
}
::ng-deep .justify-content-between {
  justify-content: space-between !important;
}
::ng-deep .justify-content-around {
  justify-content: space-around !important;
}
::ng-deep .justify-content-evenly {
  justify-content: space-evenly !important;
}
::ng-deep .align-self-center {
  align-self: center !important;
}
::ng-deep .align-self-end {
  align-self: end !important;
}
::ng-deep h1,
::ng-deep .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h2,
::ng-deep .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h3,
::ng-deep .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h4,
::ng-deep .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h5,
::ng-deep .h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h6,
::ng-deep .h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
::ng-deep .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
::ng-deep .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
::ng-deep .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
::ng-deep .fs-5 {
  font-size: 1.25rem !important;
}
::ng-deep .fs-6 {
  font-size: 1rem !important;
}
::ng-deep .fw-light {
  font-weight: 300 !important;
}
::ng-deep .fw-lighter {
  font-weight: lighter !important;
}
::ng-deep .fw-normal {
  font-weight: 400 !important;
}
::ng-deep .fw-medium {
  font-weight: 500 !important;
}
::ng-deep .fw-semibold {
  font-weight: 600 !important;
}
::ng-deep .fw-bold {
  font-weight: 700 !important;
}
::ng-deep .fw-bolder {
  font-weight: bolder !important;
}
::ng-deep .text-start {
  text-align: left !important;
}
::ng-deep .text-end {
  text-align: right !important;
}
::ng-deep .text-center {
  text-align: center !important;
}
::ng-deep .text-lowercase {
  text-transform: lowercase !important;
}
::ng-deep .text-uppercase {
  text-transform: uppercase !important;
}
::ng-deep .text-capitalize {
  text-transform: capitalize !important;
}
::ng-deep .text-decoration-none {
  text-decoration: none !important;
}
::ng-deep .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
::ng-deep .m-0 {
  margin: 0 !important;
}
::ng-deep .m-1 {
  margin: 0.25rem !important;
}
::ng-deep .m-2 {
  margin: 0.5rem !important;
}
::ng-deep .m-3 {
  margin: 1rem !important;
}
::ng-deep .m-4 {
  margin: 1.5rem !important;
}
::ng-deep .m-5 {
  margin: 3rem !important;
}
::ng-deep .m-auto {
  margin: auto !important;
}
::ng-deep .mt-0 {
  margin-top: 0 !important;
}
::ng-deep .mt-1 {
  margin-top: 0.25rem !important;
}
::ng-deep .mt-2 {
  margin-top: 0.5rem !important;
}
::ng-deep .mt-3 {
  margin-top: 1rem !important;
}
::ng-deep .mt-4 {
  margin-top: 1.5rem !important;
}
::ng-deep .mt-5 {
  margin-top: 3rem !important;
}
::ng-deep .mb-0 {
  margin-bottom: 0 !important;
}
::ng-deep .mb-1 {
  margin-bottom: 0.25rem !important;
}
::ng-deep .mb-2 {
  margin-bottom: 0.5rem !important;
}
::ng-deep .mb-3 {
  margin-bottom: 1rem !important;
}
::ng-deep .mb-4 {
  margin-bottom: 1.5rem !important;
}
::ng-deep .mb-5 {
  margin-bottom: 3rem !important;
}
::ng-deep .ms-0 {
  margin-left: 0 !important;
}
::ng-deep .ms-1 {
  margin-left: 0.25rem !important;
}
::ng-deep .ms-2 {
  margin-left: 0.5rem !important;
}
::ng-deep .ms-3 {
  margin-left: 1rem !important;
}
::ng-deep .ms-4 {
  margin-left: 1.5rem !important;
}
::ng-deep .ms-5 {
  margin-left: 3rem !important;
}
::ng-deep .me-0 {
  margin-right: 0 !important;
}
::ng-deep .me-1 {
  margin-right: 0.25rem !important;
}
::ng-deep .me-2 {
  margin-right: 0.5rem !important;
}
::ng-deep .me-3 {
  margin-right: 1rem !important;
}
::ng-deep .me-4 {
  margin-right: 1.5rem !important;
}
::ng-deep .me-5 {
  margin-right: 3rem !important;
}
::ng-deep .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
::ng-deep .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
::ng-deep .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
::ng-deep .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
::ng-deep .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
::ng-deep .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
::ng-deep .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
::ng-deep .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
::ng-deep .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
::ng-deep .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
::ng-deep .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
::ng-deep .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
::ng-deep .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
::ng-deep .p-0 {
  padding: 0 !important;
}
::ng-deep .p-1 {
  padding: 0.25rem !important;
}
::ng-deep .p-2 {
  padding: 0.5rem !important;
}
::ng-deep .p-3 {
  padding: 1rem !important;
}
::ng-deep .p-4 {
  padding: 1.5rem !important;
}
::ng-deep .p-5 {
  padding: 3rem !important;
}
::ng-deep .pt-0 {
  padding-top: 0 !important;
}
::ng-deep .pt-1 {
  padding-top: 0.25rem !important;
}
::ng-deep .pt-2 {
  padding-top: 0.5rem !important;
}
::ng-deep .pt-3 {
  padding-top: 1rem !important;
}
::ng-deep .pt-4 {
  padding-top: 1.5rem !important;
}
::ng-deep .pt-5 {
  padding-top: 3rem !important;
}
::ng-deep .pb-0 {
  padding-bottom: 0 !important;
}
::ng-deep .pb-1 {
  padding-bottom: 0.25rem !important;
}
::ng-deep .pb-2 {
  padding-bottom: 0.5rem !important;
}
::ng-deep .pb-3 {
  padding-bottom: 1rem !important;
}
::ng-deep .pb-4 {
  padding-bottom: 1.5rem !important;
}
::ng-deep .pb-5 {
  padding-bottom: 3rem !important;
}
::ng-deep .ps-0 {
  padding-left: 0 !important;
}
::ng-deep .ps-1 {
  padding-left: 0.25rem !important;
}
::ng-deep .ps-2 {
  padding-left: 0.5rem !important;
}
::ng-deep .ps-3 {
  padding-left: 1rem !important;
}
::ng-deep .ps-4 {
  padding-left: 1.5rem !important;
}
::ng-deep .ps-5 {
  padding-left: 3rem !important;
}
::ng-deep .pe-0 {
  padding-right: 0 !important;
}
::ng-deep .pe-1 {
  padding-right: 0.25rem !important;
}
::ng-deep .pe-2 {
  padding-right: 0.5rem !important;
}
::ng-deep .pe-3 {
  padding-right: 1rem !important;
}
::ng-deep .pe-4 {
  padding-right: 1.5rem !important;
}
::ng-deep .pe-5 {
  padding-right: 3rem !important;
}
::ng-deep .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
::ng-deep .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
::ng-deep .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
::ng-deep .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
::ng-deep .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
::ng-deep .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
::ng-deep .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
::ng-deep .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
::ng-deep .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
::ng-deep .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
::ng-deep .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
::ng-deep .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
::ng-deep .w-25 {
  width: 25% !important;
}
::ng-deep .w-50 {
  width: 50% !important;
}
::ng-deep .w-75 {
  width: 75% !important;
}
::ng-deep .w-100 {
  width: 100% !important;
}
::ng-deep .w-auto {
  width: auto !important;
}
::ng-deep .mw-100 {
  max-width: 100% !important;
}
::ng-deep .vw-100 {
  width: 100vw !important;
}
::ng-deep .h-25 {
  height: 25% !important;
}
::ng-deep .h-50 {
  height: 50% !important;
}
::ng-deep .h-75 {
  height: 75% !important;
}
::ng-deep .h-100 {
  height: 100% !important;
}
::ng-deep .h-auto {
  height: auto !important;
}
::ng-deep .vh-100 {
  height: 100vh !important;
}
::ng-deep .form-group {
  margin-bottom: 1rem !important;
  display: block !important;
}
::ng-deep .form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  appearance: none !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out !important;
}
::ng-deep .form-control:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
::ng-deep .form-label {
  display: inline-block !important;
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
}
::ng-deep .text-danger {
  color: rgb(125, 5, 5) !important;
}
::ng-deep .btn {
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
::ng-deep .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
::ng-deep .btn:active {
  transform: translateY(0);
}
::ng-deep .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}
::ng-deep .list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
  margin-bottom: 0 !important;
}
::ng-deep .text-muted {
  color: #6e6e6e !important;
}

/* src/styles.scss */
@font-face {
  font-family: "Canaro";
  src: url(/assets/styles/fonts/canaro/book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Canaro";
  src: url(/assets/styles/fonts/canaro/medium.otf) format("opentype");
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
}
.glass-card {
  border-radius: 1.5rem;
  background:
    linear-gradient(
      0deg,
      rgba(1, 9, 18, 0.2) 0%,
      rgba(0, 77, 110, 0.2) 100%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 1rem 0 2rem 0 rgba(0, 0, 0, 0.2);
}
.page-title {
  margin-block-start: 6rem;
  margin-block-end: 2rem;
  color: #FFF;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
:root {
  --color-primary: #0a1628;
  --color-secondary: #1a2332;
  --color-accent-cyan: #00e5ff;
  --color-accent-green: #76ff03;
  --color-accent-teal: #00bcd4;
  --color-accent-lime: #8bc34a;
  --color-text: #ffffff;
  --color-text-light: #b0bec5;
  --color-card-bg: rgba(26, 35, 50, 0.8);
  --color-glass-bg: rgba(255, 255, 255, 0.05);
  --color-border: rgba(255, 255, 255, 0.1);
  --shadow-light: 0 0.4rem 2rem rgba(0, 229, 255, 0.1);
  --shadow-medium: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.3);
  --radius-sm: 1.2rem;
  --radius-lg: 1.6rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease-in-out;
  --transition-slow: all 0.5s ease-out;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-width: 16rem;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: none;
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}
.btn-lg {
  font-size: 2.2rem;
  padding-inline: 2.25rem;
  padding-block: 1.65rem;
  font-weight: 600;
}
.btn-active {
  background-color: #84bc47;
  opacity: 1;
}
.btn-active:hover {
  background-color: rgba(132, 188, 71, 0.9);
}
.btn-upload {
  background-color: #ffffff;
  color: rgb(1, 107, 104);
  opacity: 1;
}
.btn-upload svg path {
  transition: stroke 0.2s ease-in-out;
}
.btn-upload:hover {
  background-color: rgba(132, 188, 71, 0.9);
  color: #ffffff;
}
.btn-upload:hover svg path {
  stroke: #ffffff;
}
.btn-preview {
  position: fixed;
  inset-inline-end: 2rem;
  inset-block-start: 11rem;
  z-index: 1000;
  min-width: auto;
  width: 5rem;
  height: 5rem;
  padding: 0;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-preview svg {
  width: 3.3rem;
  height: 2.2rem;
  flex-shrink: 0;
}
.btn-preview:hover {
  background-color: #84bc47;
  opacity: 1;
  transform: none;
}
.btn-preview:hover::after {
  display: none;
}
.btn-preview:active {
  transform: none;
}
.btn:hover {
  transform: translateY(-0.1rem);
}
.btn:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  animation: shine 1.5s infinite;
}
.btn:active {
  transform: translateY(0);
}
.btn-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn__icon {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.btn__text {
  white-space: nowrap;
}
@keyframes shine {
  100% {
    left: 100%;
  }
}
:root {
  --color-primary: #0a1628;
  --color-secondary: #1a2332;
  --color-accent-cyan: #00e5ff;
  --color-accent-green: #76ff03;
  --color-accent-teal: #00bcd4;
  --color-accent-lime: #8bc34a;
  --color-text: #ffffff;
  --color-text-light: #b0bec5;
  --color-card-bg: rgba(26, 35, 50, 0.8);
  --color-glass-bg: rgba(255, 255, 255, 0.05);
  --color-border: rgba(255, 255, 255, 0.1);
  --shadow-light: 0 0.4rem 2rem rgba(0, 229, 255, 0.1);
  --shadow-medium: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.3);
  --radius-sm: 1.2rem;
  --radius-lg: 1.6rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease-in-out;
  --transition-slow: all 0.5s ease-out;
}
.glass-card {
  width: 100%;
  border-radius: 1rem;
  background:
    linear-gradient(
      0deg,
      rgba(1, 9, 18, 0.75),
      rgba(0, 77, 110, 0.75));
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.glass-card-sm {
  min-width: 37.5rem;
  height: 25rem;
}
.glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}
.glass-card::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      transparent 40%,
      rgba(255, 255, 255, 0.03) 45%,
      rgba(255, 255, 255, 0.08) 50%,
      rgba(255, 255, 255, 0.03) 55%,
      transparent 60%,
      transparent 100%);
  transform: translateX(-100%) translateY(-100%) rotate(45deg);
  animation: active-shimmer 8s infinite ease-in-out;
  z-index: 1.5;
}
.glass-card:hover::after {
  animation: active-shimmer 8s infinite ease-in-out;
}
.glass-card__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.glass-card.active::after {
  animation: active-shimmer 2s infinite ease-in-out;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 35%,
      rgba(255, 255, 255, 0.06) 42%,
      rgba(77, 200, 255, 0.12) 50%,
      rgba(255, 255, 255, 0.06) 58%,
      transparent 65%,
      transparent 100%);
}
.glass-card:focus-visible {
  outline: 2px solid rgba(77, 200, 255, 0.6);
  outline-offset: 2px;
}
.glass-card:focus-visible::after {
  animation: focus-shimmer 1s infinite alternate ease-in-out;
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      rgba(77, 200, 255, 0.1) 50%,
      transparent 100%);
}
@keyframes continuous-shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
    opacity: 0.5;
  }
}
@keyframes hover-shimmer {
  0% {
    transform: translateX(-120%) translateY(-120%) rotate(45deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(120%) translateY(120%) rotate(45deg);
    opacity: 0;
  }
}
@keyframes active-shimmer {
  0% {
    transform: translateX(-110%) translateY(-110%) rotate(45deg);
    opacity: 0.7;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(110%) translateY(110%) rotate(45deg);
    opacity: 0.7;
  }
}
@keyframes focus-shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    opacity: 0.3;
  }
  100% {
    transform: translateX(50%) translateY(50%) rotate(45deg);
    opacity: 0.8;
  }
}
@keyframes pulse-shimmer {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
.glass-card.loading::after {
  animation: pulse-shimmer 3s infinite ease-in-out;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.05) 100%);
}
.glass-card.premium::after {
  background:
    linear-gradient(
      120deg,
      transparent 0%,
      transparent 35%,
      rgba(255, 215, 0, 0.1) 42%,
      rgba(255, 215, 0, 0.2) 50%,
      rgba(255, 215, 0, 0.1) 58%,
      transparent 65%,
      transparent 100%);
  animation: premium-shimmer 3s infinite ease-in-out;
}
@keyframes premium-shimmer {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(30deg);
  }
  50% {
    transform: translateX(0%) translateY(0%) rotate(30deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(30deg);
  }
}
.glass-card__content {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.glass-card__content .header {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: start;
  padding-inline-start: 2rem;
  margin-bottom: 1rem;
}
.glass-card__content .chart-container {
  display: flex;
  flex-grow: 1;
  position: relative;
  padding-inline: 1rem;
}
.glass-card__content .y {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-indent: 3rem;
}
.glass-card__content .y-small {
  font-size: 1rem;
  letter-spacing: 0.07rem;
}
.glass-card__content .chart {
  flex-grow: 1;
}
.glass-card__content .x {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.5rem;
}
:root {
  --color-primary: #0a1628;
  --color-secondary: #1a2332;
  --color-accent-cyan: #00e5ff;
  --color-accent-green: #76ff03;
  --color-accent-teal: #00bcd4;
  --color-accent-lime: #8bc34a;
  --color-text: #ffffff;
  --color-text-light: #b0bec5;
  --color-card-bg: rgba(26, 35, 50, 0.8);
  --color-glass-bg: rgba(255, 255, 255, 0.05);
  --color-border: rgba(255, 255, 255, 0.1);
  --shadow-light: 0 0.4rem 2rem rgba(0, 229, 255, 0.1);
  --shadow-medium: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.3);
  --radius-sm: 1.2rem;
  --radius-lg: 1.6rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease-in-out;
  --transition-slow: all 0.5s ease-out;
}
.dual-column-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 54% 1fr;
  gap: 6rem;
  align-items: stretch;
  height: inherit;
}
.dual-column-grid.reverse {
  grid-template-columns: 1fr 54%;
}
.dual-column-grid.equal {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .dual-column-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dual-column-grid.reverse {
    grid-template-columns: 1fr;
  }
}
.main-section {
  position: relative;
  min-height: 100vh;
  padding: 10rem 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.main-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgb(4, 12, 16) 0%,
      rgba(4, 12, 16, 0) 80%),
    linear-gradient(
      to bottom,
      rgb(4, 12, 16) 0%,
      rgba(4, 12, 16, 0) 80%),
    rgba(211, 211, 211, 0.05);
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}
.main-section.blue-strip-overlay::after {
  content: "";
  position: absolute;
  inset-inline-start: 66.82%;
  top: 0;
  bottom: 0;
  width: 30rem;
  background: rgba(0, 116, 129, 0.8);
  z-index: 0;
  pointer-events: none;
}
.main-section.blue-strip-overlay > * {
  position: relative;
  z-index: 1;
}
.main-section .content {
  width: 100%;
}
.main-section .title {
  color: #8bc34a;
  text-align: start;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4rem;
}
.main-section .sub-title {
  color: #ffffff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4rem;
  max-width: 55.2vw;
}
.main-section .upper-title {
  color: #ffffff;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3rem;
}
.flex {
  display: flex;
}
.col {
  flex-direction: column;
}
.centered {
  justify-content: center;
  align-items: center;
}
.grow {
  flex-grow: 1;
}
:root {
  --color-primary: #0a1628;
  --color-secondary: #1a2332;
  --color-accent-cyan: #00e5ff;
  --color-accent-green: #76ff03;
  --color-accent-teal: #00bcd4;
  --color-accent-lime: #8bc34a;
  --color-text: #ffffff;
  --color-text-light: #b0bec5;
  --color-card-bg: rgba(26, 35, 50, 0.8);
  --color-glass-bg: rgba(255, 255, 255, 0.05);
  --color-border: rgba(255, 255, 255, 0.1);
  --shadow-light: 0 0.4rem 2rem rgba(0, 229, 255, 0.1);
  --shadow-medium: 0 0.8rem 3.2rem rgba(0, 0, 0, 0.3);
  --radius-sm: 1.2rem;
  --radius-lg: 1.6rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.15s ease-in-out;
  --transition-slow: all 0.5s ease-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul[role=list],
ol[role=list] {
  list-style: none;
}
html:focus-within {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Canaro", sans-serif;
  background-color: #000000;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
button,
[role=button],
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
  touch-action: manipulation;
}
@media (hover: none) {
  button:hover,
  [role=button]:hover {
    background-color: inherit;
  }
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #1a2332;
}
::-webkit-scrollbar-thumb {
  background: #8bc34a;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(113.0705394191, 163.7261410788, 54.2738589212);
}
::ng-deep {
}
::ng-deep .container,
::ng-deep .container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
::ng-deep .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex !important;
  flex-wrap: wrap !important;
  margin-top: calc(-1 * var(--bs-gutter-y)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}
::ng-deep .row > * {
  flex-shrink: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  margin-top: var(--bs-gutter-y) !important;
}
::ng-deep .col {
  flex: 1 0 0% !important;
}
::ng-deep .col-auto {
  flex: 0 0 auto !important;
  width: auto !important;
}
::ng-deep .col-1 {
  width: 8.33333333% !important;
}
::ng-deep .col-2 {
  width: 16.66666667% !important;
}
::ng-deep .col-3 {
  width: 25% !important;
}
::ng-deep .col-4 {
  width: 33.33333333% !important;
}
::ng-deep .col-5 {
  width: 41.66666667% !important;
}
::ng-deep .col-6 {
  width: 50% !important;
}
::ng-deep .col-7 {
  width: 58.33333333% !important;
}
::ng-deep .col-8 {
  width: 66.66666667% !important;
}
::ng-deep .col-9 {
  width: 75% !important;
}
::ng-deep .col-10 {
  width: 83.33333333% !important;
}
::ng-deep .col-11 {
  width: 91.66666667% !important;
}
::ng-deep .col-12 {
  width: 100% !important;
}
@media (min-width: 768px) {
  ::ng-deep .container {
    max-width: 720px !important;
  }
  ::ng-deep .col-md-1 {
    width: 8.33333333% !important;
  }
  ::ng-deep .col-md-2 {
    width: 16.66666667% !important;
  }
  ::ng-deep .col-md-3 {
    width: 25% !important;
  }
  ::ng-deep .col-md-4 {
    width: 33.33333333% !important;
  }
  ::ng-deep .col-md-5 {
    width: 41.66666667% !important;
  }
  ::ng-deep .col-md-6 {
    width: 50% !important;
  }
  ::ng-deep .col-md-7 {
    width: 58.33333333% !important;
  }
  ::ng-deep .col-md-8 {
    width: 66.66666667% !important;
  }
  ::ng-deep .col-md-9 {
    width: 75% !important;
  }
  ::ng-deep .col-md-10 {
    width: 83.33333333% !important;
  }
  ::ng-deep .col-md-11 {
    width: 91.66666667% !important;
  }
  ::ng-deep .col-md-12 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  ::ng-deep .container {
    max-width: 960px !important;
  }
  ::ng-deep .col-lg-1 {
    width: 8.33333333% !important;
  }
  ::ng-deep .col-lg-2 {
    width: 16.66666667% !important;
  }
  ::ng-deep .col-lg-3 {
    width: 25% !important;
  }
  ::ng-deep .col-lg-4 {
    width: 33.33333333% !important;
  }
  ::ng-deep .col-lg-5 {
    width: 41.66666667% !important;
  }
  ::ng-deep .col-lg-6 {
    width: 50% !important;
  }
  ::ng-deep .col-lg-7 {
    width: 58.33333333% !important;
  }
  ::ng-deep .col-lg-8 {
    width: 66.66666667% !important;
  }
  ::ng-deep .col-lg-9 {
    width: 75% !important;
  }
  ::ng-deep .col-lg-10 {
    width: 83.33333333% !important;
  }
  ::ng-deep .col-lg-11 {
    width: 91.66666667% !important;
  }
  ::ng-deep .col-lg-12 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  ::ng-deep .container {
    max-width: 1140px !important;
  }
  ::ng-deep .col-xl-1 {
    width: 8.33333333% !important;
  }
  ::ng-deep .col-xl-2 {
    width: 16.66666667% !important;
  }
  ::ng-deep .col-xl-3 {
    width: 25% !important;
  }
  ::ng-deep .col-xl-4 {
    width: 33.33333333% !important;
  }
  ::ng-deep .col-xl-5 {
    width: 41.66666667% !important;
  }
  ::ng-deep .col-xl-6 {
    width: 50% !important;
  }
  ::ng-deep .col-xl-7 {
    width: 58.33333333% !important;
  }
  ::ng-deep .col-xl-8 {
    width: 66.66666667% !important;
  }
  ::ng-deep .col-xl-9 {
    width: 75% !important;
  }
  ::ng-deep .col-xl-10 {
    width: 83.33333333% !important;
  }
  ::ng-deep .col-xl-11 {
    width: 91.66666667% !important;
  }
  ::ng-deep .col-xl-12 {
    width: 100% !important;
  }
}
::ng-deep {
}
::ng-deep .d-inline {
  display: inline !important;
}
::ng-deep .d-inline-block {
  display: inline-block !important;
}
::ng-deep .d-block {
  display: block !important;
}
::ng-deep .d-grid {
  display: grid !important;
}
::ng-deep .d-flex {
  display: flex !important;
}
::ng-deep .d-inline-flex {
  display: inline-flex !important;
}
::ng-deep .d-none {
  display: none !important;
}
@media (min-width: 768px) {
  ::ng-deep .d-md-none {
    display: none !important;
  }
  ::ng-deep .d-md-block {
    display: block !important;
  }
  ::ng-deep .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  ::ng-deep .d-lg-none {
    display: none !important;
  }
  ::ng-deep .d-lg-block {
    display: block !important;
  }
  ::ng-deep .d-lg-flex {
    display: flex !important;
  }
}
::ng-deep .justify-content-start {
  justify-content: flex-start !important;
}
::ng-deep .justify-content-end {
  justify-content: flex-end !important;
}
::ng-deep .justify-content-center {
  justify-content: center !important;
}
::ng-deep .justify-content-between {
  justify-content: space-between !important;
}
::ng-deep .justify-content-around {
  justify-content: space-around !important;
}
::ng-deep .justify-content-evenly {
  justify-content: space-evenly !important;
}
::ng-deep .align-self-center {
  align-self: center !important;
}
::ng-deep .align-self-end {
  align-self: end !important;
}
::ng-deep h1,
::ng-deep .h1 {
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h2,
::ng-deep .h2 {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h3,
::ng-deep .h3 {
  font-size: calc(1.3rem + 0.6vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h4,
::ng-deep .h4 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h5,
::ng-deep .h5 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep h6,
::ng-deep .h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
::ng-deep .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
::ng-deep .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
::ng-deep .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
::ng-deep .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
::ng-deep .fs-5 {
  font-size: 1.25rem !important;
}
::ng-deep .fs-6 {
  font-size: 1rem !important;
}
::ng-deep .fw-light {
  font-weight: 300 !important;
}
::ng-deep .fw-lighter {
  font-weight: lighter !important;
}
::ng-deep .fw-normal {
  font-weight: 400 !important;
}
::ng-deep .fw-medium {
  font-weight: 500 !important;
}
::ng-deep .fw-semibold {
  font-weight: 600 !important;
}
::ng-deep .fw-bold {
  font-weight: 700 !important;
}
::ng-deep .fw-bolder {
  font-weight: bolder !important;
}
::ng-deep .text-start {
  text-align: left !important;
}
::ng-deep .text-end {
  text-align: right !important;
}
::ng-deep .text-center {
  text-align: center !important;
}
::ng-deep .text-lowercase {
  text-transform: lowercase !important;
}
::ng-deep .text-uppercase {
  text-transform: uppercase !important;
}
::ng-deep .text-capitalize {
  text-transform: capitalize !important;
}
::ng-deep .text-decoration-none {
  text-decoration: none !important;
}
::ng-deep .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
::ng-deep .m-0 {
  margin: 0 !important;
}
::ng-deep .m-1 {
  margin: 0.25rem !important;
}
::ng-deep .m-2 {
  margin: 0.5rem !important;
}
::ng-deep .m-3 {
  margin: 1rem !important;
}
::ng-deep .m-4 {
  margin: 1.5rem !important;
}
::ng-deep .m-5 {
  margin: 3rem !important;
}
::ng-deep .m-auto {
  margin: auto !important;
}
::ng-deep .mt-0 {
  margin-top: 0 !important;
}
::ng-deep .mt-1 {
  margin-top: 0.25rem !important;
}
::ng-deep .mt-2 {
  margin-top: 0.5rem !important;
}
::ng-deep .mt-3 {
  margin-top: 1rem !important;
}
::ng-deep .mt-4 {
  margin-top: 1.5rem !important;
}
::ng-deep .mt-5 {
  margin-top: 3rem !important;
}
::ng-deep .mb-0 {
  margin-bottom: 0 !important;
}
::ng-deep .mb-1 {
  margin-bottom: 0.25rem !important;
}
::ng-deep .mb-2 {
  margin-bottom: 0.5rem !important;
}
::ng-deep .mb-3 {
  margin-bottom: 1rem !important;
}
::ng-deep .mb-4 {
  margin-bottom: 1.5rem !important;
}
::ng-deep .mb-5 {
  margin-bottom: 3rem !important;
}
::ng-deep .ms-0 {
  margin-left: 0 !important;
}
::ng-deep .ms-1 {
  margin-left: 0.25rem !important;
}
::ng-deep .ms-2 {
  margin-left: 0.5rem !important;
}
::ng-deep .ms-3 {
  margin-left: 1rem !important;
}
::ng-deep .ms-4 {
  margin-left: 1.5rem !important;
}
::ng-deep .ms-5 {
  margin-left: 3rem !important;
}
::ng-deep .me-0 {
  margin-right: 0 !important;
}
::ng-deep .me-1 {
  margin-right: 0.25rem !important;
}
::ng-deep .me-2 {
  margin-right: 0.5rem !important;
}
::ng-deep .me-3 {
  margin-right: 1rem !important;
}
::ng-deep .me-4 {
  margin-right: 1.5rem !important;
}
::ng-deep .me-5 {
  margin-right: 3rem !important;
}
::ng-deep .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
::ng-deep .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
::ng-deep .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
::ng-deep .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
::ng-deep .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
::ng-deep .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
::ng-deep .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
::ng-deep .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
::ng-deep .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
::ng-deep .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
::ng-deep .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
::ng-deep .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
::ng-deep .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
::ng-deep .p-0 {
  padding: 0 !important;
}
::ng-deep .p-1 {
  padding: 0.25rem !important;
}
::ng-deep .p-2 {
  padding: 0.5rem !important;
}
::ng-deep .p-3 {
  padding: 1rem !important;
}
::ng-deep .p-4 {
  padding: 1.5rem !important;
}
::ng-deep .p-5 {
  padding: 3rem !important;
}
::ng-deep .pt-0 {
  padding-top: 0 !important;
}
::ng-deep .pt-1 {
  padding-top: 0.25rem !important;
}
::ng-deep .pt-2 {
  padding-top: 0.5rem !important;
}
::ng-deep .pt-3 {
  padding-top: 1rem !important;
}
::ng-deep .pt-4 {
  padding-top: 1.5rem !important;
}
::ng-deep .pt-5 {
  padding-top: 3rem !important;
}
::ng-deep .pb-0 {
  padding-bottom: 0 !important;
}
::ng-deep .pb-1 {
  padding-bottom: 0.25rem !important;
}
::ng-deep .pb-2 {
  padding-bottom: 0.5rem !important;
}
::ng-deep .pb-3 {
  padding-bottom: 1rem !important;
}
::ng-deep .pb-4 {
  padding-bottom: 1.5rem !important;
}
::ng-deep .pb-5 {
  padding-bottom: 3rem !important;
}
::ng-deep .ps-0 {
  padding-left: 0 !important;
}
::ng-deep .ps-1 {
  padding-left: 0.25rem !important;
}
::ng-deep .ps-2 {
  padding-left: 0.5rem !important;
}
::ng-deep .ps-3 {
  padding-left: 1rem !important;
}
::ng-deep .ps-4 {
  padding-left: 1.5rem !important;
}
::ng-deep .ps-5 {
  padding-left: 3rem !important;
}
::ng-deep .pe-0 {
  padding-right: 0 !important;
}
::ng-deep .pe-1 {
  padding-right: 0.25rem !important;
}
::ng-deep .pe-2 {
  padding-right: 0.5rem !important;
}
::ng-deep .pe-3 {
  padding-right: 1rem !important;
}
::ng-deep .pe-4 {
  padding-right: 1.5rem !important;
}
::ng-deep .pe-5 {
  padding-right: 3rem !important;
}
::ng-deep .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
::ng-deep .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
::ng-deep .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
::ng-deep .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
::ng-deep .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
::ng-deep .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
::ng-deep .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
::ng-deep .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
::ng-deep .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
::ng-deep .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
::ng-deep .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
::ng-deep .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
::ng-deep .w-25 {
  width: 25% !important;
}
::ng-deep .w-50 {
  width: 50% !important;
}
::ng-deep .w-75 {
  width: 75% !important;
}
::ng-deep .w-100 {
  width: 100% !important;
}
::ng-deep .w-auto {
  width: auto !important;
}
::ng-deep .mw-100 {
  max-width: 100% !important;
}
::ng-deep .vw-100 {
  width: 100vw !important;
}
::ng-deep .h-25 {
  height: 25% !important;
}
::ng-deep .h-50 {
  height: 50% !important;
}
::ng-deep .h-75 {
  height: 75% !important;
}
::ng-deep .h-100 {
  height: 100% !important;
}
::ng-deep .h-auto {
  height: auto !important;
}
::ng-deep .vh-100 {
  height: 100vh !important;
}
::ng-deep .form-group {
  margin-bottom: 1rem !important;
  display: block !important;
}
::ng-deep .form-control {
  display: block !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  appearance: none !important;
  border-radius: 0.375rem !important;
  transition: border-color 0.15s ease-in-out !important;
}
::ng-deep .form-control:focus {
  color: #212529 !important;
  background-color: #fff !important;
  border-color: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}
::ng-deep .form-label {
  display: inline-block !important;
  margin-bottom: 0.5rem !important;
  font-weight: 500 !important;
}
::ng-deep .text-danger {
  color: rgb(125, 5, 5) !important;
}
::ng-deep .btn {
  font-size: 14px;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
::ng-deep .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
::ng-deep .btn:active {
  transform: translateY(0);
}
::ng-deep .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
}
::ng-deep .list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
  margin-bottom: 0 !important;
}
::ng-deep .text-muted {
  color: #6e6e6e !important;
}
@media (min-width: 2560px) {
  html {
    font-size: 83.3333333333%;
  }
}
@media (max-width: 2559px) and (min-width: 2200px) {
  html {
    font-size: 71.6145833333%;
  }
}
@media (max-width: 2199px) and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1919px) and (min-width: 1650px) {
  html {
    font-size: 56.9661458333%;
  }
}
@media (max-width: 1649px) and (min-width: 1440px) {
  html {
    font-size: 50.4557291667%;
  }
}
@media (max-width: 1439px) and (min-width: 1366px) {
  html {
    font-size: 45.5729166667%;
  }
}
@media (max-width: 1365px) and (min-width: 1200px) {
  html {
    font-size: 41.6666666667%;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  html {
    font-size: 35.8072916667%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html {
    font-size: 30.9244791667%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  html {
    font-size: 26.0416666667%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 16.2760416667%;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
