.color-33b0ca {
  color: #33b0ca !important;
}

.color-252525 {
  color: #252525;
}

.color-616161 {
  color: #616161;
}

.color-fafafa {
  color: #fafafa;
}

.bg-252525 {
  background-color: #252525;
}
.bg-33b0ca {
  background-color: #33b0ca;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-400 {
  font-weight: 400;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
  width: 100%;
}

.float-right {
  float: right;
}

.margin-y-2 {
  margin: 2px 0;
}

.margin-y-50 {
  margin: 50px 0;
}

.margin-y-24 {
  margin: 24px 0;
}

.margin-r-20 {
  margin-right: 20px;
}

.margin-b-6 {
  margin-bottom: 6px !important;
}

.margin-b-24 {
  margin-bottom: 24px !important;
}

.margin-12 {
  margin: 12px;
}

.padding-y-8 {
  padding: 8px 0;
}

.padding-x-50 {
  padding: 0 50px;
}

.padding-x-40 {
  padding: 0 40px;
}

.padding-l-60 {
  padding-left: 60px;
}

.padding-b-8 {
  padding-bottom: 8px;
}

.padding-x-20 {
  padding: 0 20px;
}

.button {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 4px 12px;
  height: 42px;
  cursor: pointer;
}

.active-button {
  color: #fafafa;
  background-color: #33b0ca;
  border: 1px solid #33b0ca;
}

.inactive-button {
  color: #33b0ca;
  background-color: transparent;
  border: 1px solid #33b0ca;
}

.pricing-label-selected {
  color: #33b0ca !important;
}

.button-width-180 {
  width: 180px;
}

.button-width-250 {
  width: 250px;
}

.button-height-46 {
  height: 46px;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40% !important;
}

.width-30 {
  min-width: 30% !important;
  padding-left: 12px;
}

.width-20 {
  width: 20% !important;
}

.width-10 {
  width: 10% !important;
}

.width-100p {
  width: 100px;
}

.height-200 {
  height: 200px;
}

.underline-252525 {
  border-bottom: 1px solid #252525;
}

.underline-616161 {
  border-bottom: 1px solid #616161;
}

.underline-eaeaea {
  border-bottom: 1px solid #eaeaea;
}

.translate-y-20 {
  transform: translateY(20px);
}

.translate-x-30 {
  transform: translatex(-30px);
}

.flexbox-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexbox-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.flexbox-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.flexbox-gap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.flexbox-y-center {
  display: flex;
  align-items: center;
  gap: 4px;
}

.border-4 {
  border-width: 4px;
}

.border-eaeaea {
  border: 1px solid #eaeaea;
}

.rounded-lable {
  width: 104%;
  transform: translateY(-8px);
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}

.outline-none {
  outline: none;
}

.center-content {
  flex-grow: 1;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}
