/**
  Use Adobe Color to get color paleth
  https://color.adobe.com/es/create/color-wheel
  Select Opcion Monocromatic
**/
body {
  color: #221f1c;
}

.primary-button {
  color: #fff;
  background-color: #2f2d73;
}

.theme-text-first {
  color: #221f1c;
}
.theme-text-second {
  color: #aaadaf;
}
.theme-text-third {
  color: #221f1c;
}

.text-black {
  color: #000;
}

.text-color-first {
  color: #2f2d73;
}

.text-color-second {
  color: #1d1d1b;
}

.text-color-third {
  color: #619fd6;
}

.bg-color-first {
  background-color: #2f2d73;
}

.bg-color-second {
  background-color: #619fd6;
}

.bg-color-third {
  background-color: #619fd6;
}

.brightness-50 {
  filter: brightness(0.5);
}

.for_ico_info {
  color: #2f2d73;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.media_option {
  display: flex;
  align-items: center;
  gap: 10px;
}
.media_option img {
  max-height: 30px;
  max-width: 50px;
}
.media_option img.img_show {
  max-height: 80px;
  max-width: 100px;
}
.media_option_info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.media_option_info .option__title {
  font-weight: 600;
}
