:root {
  --azo-bg-primary: linear-gradient(to right bottom, #1a0b37, #241350, #2d1c6c, #352589, #3b2fa7, #3547c1, #275dda, #0074f2, #0094fe, #00aff9, #00c5ea, #04d8da);
  --azo-bg-live: linear-gradient(to right bottom, #fc401b, #fa3821, #f73027, #f5282c, #f21e30, #f01a38, #ee163f, #ec1446, #e91b51, #e6235b, #e12b65, #dc336e);
  --azo-bg-brand1: #3E3ED1;
  --azo-bg-brand2: #04D8DA;
  --azo-base: #f7f8ff;
  --azo-text-white: #fff;
  --azo-text-dark: #222;
  --azo-text-gray: #717171;
  --azo-text-red: #FF3D3D;
  --azo-text-yellow: #fdd835;
  --azo-bg-blue1-opacity: #3E3ED120;
  --azo-bg-blue2-opacity: #04D8DA20;
  --azo-bg-blue3-opacity: #E8F8FF;
}

.azo-text-gradient {
  background-image: var(--azo-bg-primary) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.azo-text-gradient-opacity {
  background-image: var(--azo-bg-primary) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

.azo-bg-gradient {
  background-image: var(--azo-bg-primary);
}

.azo-bg-gradient-live {
  background-image: var(--azo-bg-live);
}

.azo-bg-blue1 {
  background-color: var(--azo-bg-brand1);
}

.azo-bg-blue2 {
  background-color: var(--azo-bg-brand2);
}

.azo-bg-blue1-opacity {
  background-color: var(--azo-bg-blue1-opacity);
}

.azo-bg-blue2-opacity {
  background-color: var(--azo-bg-blue2-opacity);
}

.azo-bg-blue3-opacity {
  background-color: var(--azo-bg-blue3-opacity);
}

.azo-bg-base {
  background-color: var(--azo-base);
}

.azo-bg-white {
  background-color: var(--azo-text-white);
}

.azo-bg-red {
  background-color: var(--azo-text-red);
}

.azo-text-blue1 {
  color: var(--azo-bg-brand1);
}

.azo-text-blue2 {
  color: var(--azo-bg-brand2);
}

.azo-text-white {
  color: var(--azo-text-white);
}

.azo-text-dark {
  color: var(--azo-text-dark);
}

.azo-text-dark-opacity {
  color: var(--azo-text-dark);
  opacity: 0.5;
}

.azo-text-gray {
  color: var(--azo-text-gray);
}

.azo-text-red {
  color: var(--azo-text-red);
}

.azo-text-yellow {
  color: var(--azo-text-yellow);
}

.azo-border-blue1 {
  border: 1px solid var(--azo-bg-brand1) !important;
}

.azo-body-sm-bold {
  font-size: 14px;
  font-weight: bold;
  color: var(--azo-text-dark);
}

.azo-btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-brand1) !important;
  color: var(--azo-text-white);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}

.azo-btn-primary-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: var(--azo-bg-primary) !important;
  color: var(--azo-text-white);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}

.azo-btn-primary-red {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--azo-text-red) !important;
  color: var(--azo-text-white);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}

.azo-btn-primary-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-brand1) !important;
  color: var(--azo-text-white);
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 12px;
}

.azo-btn-disabled-sm {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: #F4F5FB !important;
  color: #D0D0EE;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 12px;
}

.azo-btn-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-blue1-opacity) !important;
  color: var(--azo-bg-brand1);
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}

.azo-btn-secondary-sm {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-blue1-opacity) !important;
  color: var(--azo-bg-brand1);
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 12px;
}

.azo-btn-tertiary {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-white) !important;
  color: var(--azo-bg-brand1);
  border: var(--azo-bg-brand1) 1px solid;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}

.azo-btn-tertiary-sm {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--azo-bg-white) !important;
  color: var(--azo-bg-brand1);
  border: var(--azo-bg-brand1) 1px solid;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 12px;
}

.azo-btn-red-sm {
  display: flex;
  align-items: center;
  border-radius: 9999px;
  background-color: var(--azo-text-red) !important;
  color: var(--azo-text-white);
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 500;
  height: 32px;
  padding: 0px 12px;
}

.azo-btn-disabled {
  background-color: rgba(62, 62, 209, 0.1254901961) !important;
  color: #D0D0EE;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
  height: 46px;
  padding: 0px 24px;
}/*# sourceMappingURL=global.css.map */