* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #1d202d;
  font-family: "Rubik", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.row {
  padding: 1rem 4rem;
}


.tama-12 {
  font-size: 12px;
}

.tama-10 {
  font-size: 10px;
}

header {
  padding: 0 4rem;
  display: flex;
  justify-content: space-between;
  /* background-color: #040713; */
  background-color: #030F27;
}

.container__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.container__menu ul a li {
  padding: 1.2rem 2rem;
  border-bottom: 3px solid transparent;
  /* cursor: pointer; */
  font-size: 1.5rem;
}

.container__menu ul a {
  color: #fff;
  text-decoration: none;
}

/* .container__menu ul a li.active {
  color: #da4167;
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom: 3px solid #da4167;
} */

/* .container__menu ul a li:hover {
  color: #da4167;
  background-color: rgba(255, 255, 255, 0.08);
  border-bottom: 3px solid #da4167;
} */

.container__datos {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.container__datos .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ============== CABALLOS ============= */

.container__caballos {
  width: 100%;
  display: flex;
  gap: .5rem;
}

.container__left_1 {
  width: 35%;
  height: 100vh;
  background-color: #323a49;
  border-radius: 3px;
  overflow: hidden;
}

.container__left_1 .video {
  width: 100%;
  height: 300px;
}

.video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

.video::-webkit-media-controls-enclosure {
  display: none !important;
}

.container__left {
  width: 25%;
  height: 100vh;
  background-color: #323a49;
  /* padding: 0.5rem; */
  border-radius: 3px;
  overflow: hidden;
}

.container__right {
  position: relative;
  width: 40%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.container_right_t {
  /* position: relative; */
  position: absolute;
  display: contents;
  width: 100%;
  height: 210px;
  background-color: #323a49;
  border-radius: 3px;
  overflow: hidden;
}

.container_right_t_header {
  width: 100%;
  padding: 0.5rem 1rem;
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;

  display: flex;
  gap: 2rem;
}

.container_right_t_header span {
  font-size: 16px;
}

.container_right_t img {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  height: inherit;
  object-fit: cover;
  z-index: 1;
  padding-top: 40px;
}

.container__right_b {
  width: 100%;
  height: 70%;
  display: flex;
  gap: .5rem;
}

.container__right_b_l {
  width: 100%;
  height: 100%;
  background-color: #323a49;
  border-radius: 3px;
  overflow: hidden;
  max-height: 100%;
  /* Ajusta el alto máximo según sea necesario */
  overflow-y: auto;
  /* Activa el desplazamiento vertical */
}



/* .container__right_b_r {
  width: 45%;
  height: 250px;
  background-color: #323a49;
  border-radius: 3px;
} */

/* ============== CABALLOS IZQUIERDA ============= */

.caballos__header {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 0.5rem;
}

.caballos__header .item {
  width: 53px;
  height: 53px;
  background: linear-gradient(to bottom, #546079, #282f3e);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  gap: 0.3rem;
  text-transform: capitalize;
  cursor: pointer;
}

.caballos__header .item:hover {
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
}

.caballos__header .item.active {
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
}

.caballos__header .item i {
  font-size: 16px;
}

.container__buscador {
  padding: 0.5rem;
}

.caballos__buscador {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #272e3d;
  padding: 5px 10px 5px 5px;
  border-radius: 3px;
}

.caballos__buscador input {
  flex: 1;
  background-color: #272e3d;
  border: none;
  padding: 7px;
  color: white;
  font-size: 16px;
  outline: none;
}

.caballos__buscador i {
  color: rgb(198, 198, 198);
  font-size: 18px;
  cursor: pointer;
}

.caballos__categorias {
  margin-top: .5rem;
  display: flex;
  gap: 0.1rem;
  flex-direction: column;
  margin-bottom: 1rem;
}

.n__sombra {
  box-shadow: 0px 4px 5px 1px #000;
  padding: 1rem 1rem;
}

.caballos__categorias .item {
  display: flex;
  gap: 1rem;
  padding: 0.8rem 0.5rem;
  background-color: #272e3d;
  border-radius: 3px;
  border-bottom: 1px solid #1d202d;
  font-size: 12px;
  font-weight: normal;
  text-transform: capitalize;
  justify-content: space-between;
  cursor: pointer;
}

.caballos__categorias .item:hover {
  background-color: #ff2c34;
}

.caballos__categorias .item.active {
  background-color: #ff2c34;
}

.caballos__categorias .item .item_l {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.caballos__categorias .item .item_r {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.caballos__categorias .item img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* ============== CABALLOS ARRIBA ============= */
.container__imagen {
  display: flex;
  /* gap: 3rem; */
  gap: 1.5rem;
  justify-content: left;
  padding: 0.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  margin-top: 1rem;
}

.container__imagen_l {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 37%;
}

.container_item_l {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.container_item_l span {
  padding: 0.5rem;
  font-size: 11px;
  text-transform: capitalize;
  background-color: #272e3d;
  border-radius: 3px;
  z-index: 12;
}

.color__red {
  color: #ff2c34;
}

.container__imagen_r {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.container__item_carreras {
  display: flex;
  flex-wrap: wrap;
  /* Permite que los elementos salten de línea */
  gap: 0.3rem;
  max-width: calc((30px + 0.3rem) * 9);
  /* Limita a 8 elementos por fila */
}

.container__item_carreras .item__carreras {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
  cursor: pointer;
}

.container__item_carreras .item__carreras.active {
  background: linear-gradient(to bottom, #000, #292929, #000);
}

.swiper {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* TABLA APUESTA */
.tabla_apuesta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta th,
td {
  padding: .8rem;
}

.tabla_apuesta td {
  padding: .8rem;
  text-transform: capitalize;
}


/* TABLA EXACTA */

.tabla_apuesta_exacta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_exacta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_exacta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_exacta th,
td {
  padding: .8rem;
}

.tabla_apuesta_exacta td {
  padding: .8rem;
  text-transform: capitalize;
}

/* TABLA TRIFECTA */

.tabla_apuesta_trifecta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_trifecta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_trifecta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_trifecta th,
td {
  padding: .8rem;
}

.tabla_apuesta_trifecta td {
  padding: .8rem;
  text-transform: capitalize;
}


/* TABLA IMPERFECTA */

.tabla_apuesta_imperfecta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_imperfecta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_imperfecta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_imperfecta th,
td {
  padding: .8rem;
}

.tabla_apuesta_imperfecta td {
  padding: .8rem;
  text-transform: capitalize;
}

/* TABLA PICK3 */

.tabla_apuesta_pick3 {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_pick3 .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_pick3 thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_pick3 th,
td {
  padding: .8rem;
}

.tabla_apuesta_pick3 td {
  padding: .8rem;
  text-transform: capitalize;
}

/* TABLA CUATRIFECTA */

.tabla_apuesta_cuatrifecta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_cuatrifecta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_cuatrifecta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_cuatrifecta th,
td {
  padding: .8rem;
}

.tabla_apuesta_cuatrifecta td {
  padding: .8rem;
  text-transform: capitalize;
}

/* ------------------------------------ */
/* TABLA PICK2 */

.tabla_apuesta_pick2,
.tabla_apuesta_pick4,
.tabla_apuesta_pick5,
.tabla_apuesta_pick3,
.tabla_apuesta_imperfecta,
.tabla_apuesta_cuatrifecta {
  width: 100%;
  border: none;
  border-collapse: collapse;
}



.tabla_apuesta_pick2 .tr,
.tabla_apuesta_pick4 .tr,
.tabla_apuesta_pick5 .tr,
.tabla_apuesta_pick3 .tr,
.tabla_apuesta_imperfecta .tr,
.tabla_apuesta_cuatrifecta .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_apuesta_pick2 thead,
.tabla_apuesta_pick4 thead,
.tabla_apuesta_pick5 thead,
.tabla_apuesta_pick3 thead,
.tabla_apuesta_imperfecta thead,
.tabla_apuesta_cuatrifecta thead {
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
}

.tabla_apuesta_pick2 th,
td {
  padding: .8rem;
}

.tabla_apuesta_pick4 th,
td {
  padding: .8rem;
}

.tabla_apuesta_pick5 th,
td {
  padding: .8rem;
}

.tabla_apuesta_pick3 th,
td {
  padding: .8rem;
}

.tabla_apuesta_imperfecta th,
td {
  padding: .8rem;
}

.tabla_apuesta_cuatrifecta th,
td {
  padding: .8rem;
}


.tabla_apuesta_pick2 td,
.tabla_apuesta_pick4 td,
.tabla_apuesta_pick5 td,
.tabla_apuesta_pick3 td .tabla_apuesta_imperfecta td .tabla_apuesta_cuatrifecta td {
  padding: .8rem;
  text-transform: capitalize;
}

/* ------------------------------------ */


.text-left {
  text-align: left;
}

.caja_apuesta,
.caja_apuesta-exacta,
.caja_apuesta-trifecta,
.caja_apuesta-pick2,
.caja_apuesta-pick3,
.caja_apuesta-pick4,
.caja_apuesta-pick5,
.caja_apuesta-imperfecta,
.caja_apuesta-cuatrifecta {
  width: 70px;
  padding: .6rem 1rem;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ff2c34;
  background-color: #323A49;
  color: #fff;
  text-align: center;
}

.caja_nombres {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.caja_numero {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* Colores estándar por número */

.caja_numero.num-1 {
  background-color: red;
}

/* 🔴 Rojo */

.caja_numero.num-2 {
  background-color: white;
  color: black !important;
  border: 1px solid black;
}

/* ⚪ Blanco con borde negro */

.caja_numero.num-3 {
  background-color: black;
}

/* 🖤 Negro */

.caja_numero.num-4 {
  background-color: blue;
}

/* 🔵 Azul */
.caja_numero.num-5 {
  background-color: yellow;
  color: black;
}

/* 🟡 Amarillo */
.caja_numero.num-6 {
  background-color: green;
}

/* 🟢 Verde */
.caja_numero.num-7 {
  background-color: orange;
}

/* 🟠 Naranja */
.caja_numero.num-8 {
  background-color: pink;
  color: black;
}

/* 🌸 Rosa */
.caja_numero.num-9 {
  background-color: purple;
}

/* 🟣 Morado */
.caja_numero.num-10 {
  background-color: lightblue;
  color: black;
}

/* 💠 Celeste */
.caja_numero.num-11 {
  background-color: gray;
}

/* ⚫ Gris */
.caja_numero.num-12 {
  background-color: brown;
}

/* 🤎 Marrón */
.caja_numero.num-13 {
  background-color: cyan;
  color: black;
}

/* 🔵 Cian */
.caja_numero.num-14 {
  background-color: darkred;
}

/* ❤️‍🔥 Rojo oscuro */
.caja_numero.num-15 {
  background-color: gold;
  color: black;
}

/* 🏆 Dorado */



/* TABLA TICKET */
.tabla_ticket {
  position: relative;
  width: 100%;
  border: none;
  border-collapse: collapse;
  max-height: 110px;
}


.tabla_ticket .tr {
  background: linear-gradient(to bottom, #1D202D, #101218);
}

.tabla_ticket thead {
  position: sticky;
  top: 0;
  background-color: #000;
  box-shadow: 0px 0px 5px 5px #000;
  width: 100%;
  display: table;
}

.tabla_ticket tbody {
  display: block;
  width: 100%;
  max-height: 110px;
  overflow-y: auto;
}

.tabla_ticket tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}


.tabla_ticket .caja_numero {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.tabla_ticket th,
td {
  padding: .2rem;
  text-transform: capitalize;
  color: #D6D6D6;
  font-weight: normal;
}

.tabla_ticket th {

  font-weight: bold;
}

.tabla_ticket td {
  padding: .3rem;
  text-transform: capitalize;
  justify-content: center;
}


/* Estiliza la barra de desplazamiento en navegadores WebKit */
.tabla_ticket tbody::-webkit-scrollbar {
  width: 6px;
  /* Ancho del scroll vertical */
}

/* Estilo del "track" (fondo del scroll) */
.tabla_ticket tbody::-webkit-scrollbar-track {
  background: #1D202D;
  /* Color del fondo */
  border-radius: 5px;
}

/* Estilo del "thumb" (barra que se desplaza) */
.tabla_ticket tbody::-webkit-scrollbar-thumb {
  background: #ff9800;
  /* Color de la barra */
  border-radius: 5px;
}

/* Cambia el color cuando pasas el mouse sobre la barra */
.tabla_ticket tbody::-webkit-scrollbar-thumb:hover {
  background: #e67e22;
}

/* Para Firefox */
.tabla_ticket tbody {
  scrollbar-width: thin;
  /* Reduce el tamaño del scroll */
  scrollbar-color: #ff9800 #1D202D;
  /* (color barra, color fondo) */
}




/* ========TOTALES */
.container__total {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1rem 5rem;
  gap: 1rem;
  font-size: 20px;
}

.btn {
  width: 100%;
  outline: none;
  padding: 1rem;
  border: 10px;
}

.btn.btn-primary {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
}

/* TOGGLE CLIENTE SALIR*/

.dropdown-menu {
  position: absolute;
  background: #323a49;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  min-width: 150px;
  top: 40px;
  right: 0;
  z-index: 1000;
  cursor: pointer;
}

.dropdown-menu a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  transition: background 0.3s;
  text-transform: none;
}

.dropdown-menu a:hover {
  background: #f0f0f0;
  color: #000;
}

/* Estilo para el menú oculto */
.hidden {
  display: none;
}

/* Estilo para el menú visible */
.visible {
  display: block;
}

.cursor {
  cursor: pointer;
}

/* PERFIL */
.container__profile {
  width: 100%;
  height: 100vh;
  background-color: #323a49;
  border-radius: 3px;
  overflow: hidden;
}

/* CSS PERFIL */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  color: #fff;
  background: transparent !important;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #252a32;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #1a1d23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  display: inline-block;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

/* Para pantallas pequeñas y por defecto (col-12) */
.col-12 {
  width: 100%;
  /* Ocupa el 100% del ancho disponible */
}

/* Para pantallas medianas en adelante (col-md-12) */
@media (min-width: 768px) {
  .col-md-12 {
    width: 100%;
    /* Mantiene el 100% de ancho en pantallas medianas y más grandes */
  }
}


.profile {
  padding-top: 10px;
}

#profileEdit {
  background-color: #040713;
  padding: 50px;
  border-radius: 20px;
  margin-top: 35px;
  padding: 30px;
  border-radius: 20px;
  max-width: 480px;
  margin: auto;
}

.profile-form-container {
  padding-left: 10px;
  padding-right: 10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-perfil {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;

}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  text-transform: none;

}

.form-group {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.row-perfil label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: .9rem;
}

.row-perfil .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.row-perfil .h6,
h6 {
  font-size: 1rem;
}


.header-name {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: center;
  /* Centra el texto horizontalmente */
  display: flex;
  /* Permite usar flexbox para centrar verticalmente */
  justify-content: center;
  /* Centra el contenido horizontalmente en un contenedor flex */
  align-items: center;
  /* Centra el contenido verticalmente en un contenedor flex */
  height: 100%;
  /* Asegura que el div ocupe todo el alto disponible */
}


.el-button--info.is-plain {
  color: #909399 !important;
  background: #292d3d !important;
  border: none !important;
}

.btn-betco {
  background-color: #e6007e;
  color: #020f1d;
  border-color: #e6007e;
  transition: all .3sease;
}

.btn-block {
  display: block;
  width: 100%;
}

.el-button--info {
  color: #fff;
  background-color: #909399;
  border-color: #909399;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button,
.el-checkbox {
  -ms-user-select: none;
  font-weight: 500;
}

/* PROGRAMAS */
.el-row {
  box-sizing: border-box;
}

@media only screen and (min-width: 992px) {
  .el-col-md-5 {
    width: 20.83333%;
  }
}

@media only screen and (min-width: 768px) {
  .el-col-sm-12 {
    width: 50%;
  }
}

.el-col-24 {
  width: 100%;
}

[class*=el-col-] {
  float: left;
  box-sizing: border-box;
}

.el-bet {
  height: 32px;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.el-col {
  border-radius: 4px;
}


.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 220px;
}


.el-input--medium {
  font-size: 14px;
}

.el-input {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}

.picker-results-programs {
  width: 100% !important;
  margin-left: 10px;
}

.el-input--medium .el-input__inner {
  height: 36px;
  line-height: 36px;
}


.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-bet .el-input__inner {
  height: 32px;
  line-height: 32px;
  color: red;
  border: 1px solid #525e76 !important;
  margin-top: 2px;
}

.el-input__inner {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2scubic-bezier(.645, .045, .355, 1);
  transition: border-color .2scubic-bezier(.645, .045, .355, 1);
  width: 100%;
}

.el-input__inner {
  background-color: #272e3d !important;
  border: 1px solid #ff2c34 !important;
  z-index: 1000;
  color: #ffffff !important;
  width: 93% !important;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

input {
  border-radius: 0;
}

.el-input__icon,
.el-input__prefix {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.el-input__prefix {
  left: 5px;
}

.el-input__prefix,
.el-input__suffix {
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
}

.el-input--medium {
  font-size: 14px;
}

.el-input--medium .el-input__icon {
  line-height: 36px;
}



input[type="date"] {
  color-scheme: dark;
  /* Hace que el icono del calendario sea blanco en modo oscuro */
}




[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button--danger {
  color: #fff;
  background-color: #f56c6c;
  border-color: #f56c6c;
}

.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button,
.el-checkbox,
.el-image-viewer__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.el-button {
  margin-left: 0 !important;
  margin-top: 2px !important;
}

.el-button--danger {
  color: #ffffff;
  /* background-color: #ff2c34 !important; */
  border-color: #ff2c34 !important;
  background: rgba(179, 4, 12, 1) !important;
  background: -moz-linear-gradient(top, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 4, 12, 1)), color-stop(50%, rgba(217, 89, 96, 1)), color-stop(100%, rgba(255, 44, 51, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3040c', endColorstr='#ff2c33', GradientType=0);
}

.el-row {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: center;
}


.el-col-pull-0,
.el-col-pull-1,
.el-col-pull-2,
.el-col-pull-3,
.el-col-pull-4,
.el-col-pull-5,
.el-col-pull-6,
.el-col-pull-7,
.el-col-pull-8,
.el-col-pull-9,
.el-col-pull-10,
.el-col-pull-11,
.el-col-pull-13,
.el-col-pull-14,
.el-col-pull-15,
.el-col-pull-16,
.el-col-pull-17,
.el-col-pull-18,
.el-col-pull-19,
.el-col-pull-20,
.el-col-pull-21,
.el-col-pull-22,
.el-col-pull-23,
.el-col-pull-24,
.el-col-push-0,
.el-col-push-1,
.el-col-push-2,
.el-col-push-3,
.el-col-push-4,
.el-col-push-5,
.el-col-push-6,
.el-col-push-7,
.el-col-push-8,
.el-col-push-9,
.el-col-push-10,
.el-col-push-11,
.el-col-push-12,
.el-col-push-13,
.el-col-push-14,
.el-col-push-15,
.el-col-push-16,
.el-col-push-17,
.el-col-push-18,
.el-col-push-19,
.el-col-push-20,
.el-col-push-21,
.el-col-push-22,
.el-col-push-23,
.el-col-push-24,
.el-row {
  position: relative;
}

#datep,
#buttonp {
  height: 40px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.none {
  display: none;
}

/* INICIO MENU W/P/S EXACTA TRIFECTA */

.is-active {
  background: linear-gradient(45deg, #ff4d4d, #b22222);
  /* Degradado para dar efecto metálico */
}

.menu-inicio {
  cursor: pointer;
  padding: 1rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  /* Sombra para dar efecto 3D */
  font-weight: bold;
}

.titlecarrera {
  font-weight: bold;
  background: linear-gradient(45deg, #ff4d4d, #b22222);
  /* Degradado para dar efecto metálico */
  text-transform: none;
  font-size: 16px;
}


.container_right_t_header_inicio {
  width: 100%;
  background: linear-gradient(to bottom, #546079, #282f3e);
  box-shadow: 0px 0px 5px 5px #000;
  font-size: 16px;
  display: flex;
}


.caja_apuesta_checkbox,
.caja_apuesta_checkbox-trifecta,
.caja_apuesta_checkbox-pick2,
.caja_apuesta_checkbox-pick3,
.caja_apuesta_checkbox-pick4,
.caja_apuesta_checkbox-pick5,
.caja_apuesta_checkbox-imperfecta,
.caja_apuesta_checkbox-cuatrifecta {
  position: relative;
  width: 25px;
  height: 25px;
  appearance: none;
  /* Oculta el checkbox original */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #ff2c34;
  /* Borde rojo */
  border-radius: 5px;
  /* Bordes redondeados */
  background-color: #1d202d;
  /* Fondo oscuro */
  cursor: pointer;
}



/* Agregar un check dentro del checkbox */
.caja_apuesta_checkbox:checked::before,
.caja_apuesta_checkbox-trifecta:checked::before,
.caja_apuesta_checkbox-pick2:checked::before,
.caja_apuesta_checkbox-pick3:checked::before,
.caja_apuesta_checkbox-pick4:checked::before,
.caja_apuesta_checkbox-pick5:checked::before,
.caja_apuesta_checkbox-imperfecta:checked::before,
.caja_apuesta_checkbox-cuatrifecta:checked::before {
  content: "✔";
  font-size: 18px;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  /* Reduce el tamaño */
}

.tabla-content {
  display: none;
  /* Oculta todas las tablas por defecto */
}

.tabla-content.active {
  display: block;
  /* Solo muestra la tabla activa */
}



.tabla-containerap {
  overflow-x: auto;
  /* Habilita el desplazamiento horizontal si es necesario */
  max-width: 100%;
  /* Asegura que no se salga del contenedor */
  width: 100%;
  /* Que tome todo el ancho posible */
  scrollbar-width: thin;
  scrollbar-color: #546079 #1a1d23;
}

/* Estilos de barra de desplazamiento para Chrome, Safari y Edge */
.tabla-containerap::-webkit-scrollbar {
  height: 8px;
}

.tabla-containerap::-webkit-scrollbar-track {
  background: #1a1d23;
  border-radius: 4px;
}

.tabla-containerap::-webkit-scrollbar-thumb {
  background: #546079;
  border-radius: 4px;
}

.tabla-containerap::-webkit-scrollbar-thumb:hover {
  background: #ff2c34;
}

.tb-ap {
  width: 100%;
  /* Se ajusta al contenedor */
  min-width: 800px;
  /* Evita que la tabla se colapse en pantallas pequeñas */
}

.tb-ap th,
.tb-ap td {
  white-space: nowrap;
  /* Evita que el texto se rompa */
  padding: 8px;
  text-align: left;
}



.in-block {
  display: inline-block;
}


/* color status */
.badge.status1 {
  background: #ffeb00;
  color: #085d0f;
}

.badge.status2 {
  background: #de0b0b;
  color: #fff;
}

.badge.status3 {
  background: green;
  color: #fff;
}

.badge.status4 {
  background: #000;
  color: #fff;
}

.badge.status5 {
  background: #3759ff;
  color: #fff;
}

.badge {
  padding: 3px;
  border-radius: 5px;
  text-transform: uppercase;
}



.contenedor-apuesta-exacta {
  display: flex;
  width: 100%;
  /* Asegura que el contenedor ocupe todo el ancho disponible */
  padding: 0.5rem;
  gap: 10px;
}


#montoexacta,
#montotrifecta,
#montopick2,
#montopick3,
#montopick4,
#montopick5,
#montoimperfecta,
#montocuatrifecta {
  flex: 8;
  /* 70% */
  width: 100%;
}

#jugadorexacta,
#jugadortrifecta,
#jugadorpick2,
#jugadorpick3,
#jugadorpick4,
#jugadorpick5,
#jugadorimperfecta,
#jugadorcuatrifecta {
  flex: 2;
  /* 30% */
  width: 100%;

}



.campo-apuesta {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-transform: none;
  font-weight: normal;
  color: #D6D6D6;
}

/* MODAL APUESTA */
/* Estilos para el fondo oscuro del modal */
#ticketModal {
  display: none;
  /* Oculto por defecto */
  position: fixed;
  /* Fijado en la pantalla */
  z-index: 1000;
  /* Asegura que esté por encima de otros elementos */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fondo semi-transparente */
  /* display: flex; */
  justify-content: center;
  align-items: center;
}


.modal {
  position: relative;
  background-color: white;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  color: #777;
}

.logo {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0 25px 0;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #000;
}

.ticket-info {
  display: flex;
  margin-bottom: 5px;
}

.labele {
  font-weight: bold;
  color: #855e00;
  width: 80px;
}

.value {
  color: #000;
}

.hipodromo {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.ticket-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.carrera-container {
  background-color: #000;
  color: white;
  padding: 5px;
  text-align: center;
  width: 60px;
}

.carrera-label {
  font-size: 10px;
  margin-bottom: 2px;
}

.carrera-number {
  font-size: 20px;
  font-weight: bold;

}

.ticket-number {
  text-align: right;
  color: #000;
}

.ticket-label {
  font-size: 10px;
  margin-bottom: 2px;
  color: #000;
}

.ticket-value {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.ticket-date {
  font-size: 12px;
  color: #000;
}

.section-title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
  color: #000;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 10px 0;
}

.bet-info {
  text-align: center;
  margin: 10px 0;
  color: #000;
}

.multiplier {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.multiplier-label {
  color: #855e00;
  font-weight: bold;
  color: #000;
}

.total {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin: 10px 0;
  color: #000;
}

.total-label {
  font-size: 18px;
  color: #000;
}

.total-value {
  font-size: 18px;
  color: #000;
}

.good-luck {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 20px 0 10px 0;
  color: red;
}



.race-details {
  width: 100%;
  margin: 15px 0;
  border-collapse: collapse;

}

.race-details th {
  border-bottom: 1px solid #000;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.race-details td {
  padding: 5px;
  text-align: center;
  color: #000;
}

/* MODAL RETIRADOS */

#modal-retirado {
  display: none;
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background-color: white;
  width: 320px;
  border-radius: 4px;
  padding: 20px;
  color: black;
}

.popup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.popup-heading {
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

.popup-dismiss {
  cursor: pointer;
  font-size: 20px;
}

.venue-info {
  font-weight: bold;
  margin-bottom: 20px;
}

.horse-datat {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.horse-datat td {
  padding: 8px;
  border-top: 1px solid #ddd;
  color: #333;
}

.print-button {
  color: #333;
  cursor: pointer;
  /* margin-right: 20px; */
}

/* ------------ */

.menu-items {
  display: flex;
  flex-wrap: wrap;
  /* Por defecto, no permitir el wrap en pantallas grandes */
  justify-content: flex-start;
  /* Alinea los elementos al principio */
}

.menu-inicio {
  /*flex: 1 1 30%;  Los elementos ocupan el 30% del espacio en pantallas grandes */
  margin-bottom: 10px;
  text-align: center;
}

/* Estilo para pantallas medianas (tabletas y dispositivos medianos) */
@media (max-width: 768px) {

  #imgLogo,
  .container__datos {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu-items {
    flex-wrap: wrap;
    /* Permite el wrap solo en pantallas medianas */
  }

  .menu-inicio {
    flex: 1 1 45%;
    /* Los elementos ocupan el 45% del espacio en pantallas medianas */
  }

  /* ------ */
  .container__caballos {
    display: block;
  }

  .container__left_1,
  .container__right,
  .container__left {
    width: 100%;
    height: 100%;
  }

  .row {
    padding: 0 0;
  }

  header {
    display: block;
    padding: 0;
  }

  .container__menu ul {
    display: block;
  }

  .container__datos {
    padding: 1rem;
  }

  .container__menu ul a li {
    font-size: 1rem;
  }

  .container_right_t img {
    height: 16%;
  }

  .container_item_l span {
    padding: 0;
  }
}

/* Contenedor de la tabla con desplazamiento horizontal */
.tabla-apuesta-container {
  width: 100%;
  overflow-x: auto;
}

/* Estilo para pantallas pequeñas (móviles) */
@media (max-width: 576px) {
  #imgLogo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .menu-items {
    flex-wrap: wrap;
    /* Permite el wrap en pantallas pequeñas */
  }

  .menu-inicio {
    flex: 1 1 100%;
    /* Los elementos ocupan el 100% del espacio en pantallas pequeñas */
  }


  /* ------ */
  .container__caballos {
    display: block;
  }

  .container__left_1,
  .container__right,
  .container__left {
    width: 100%;
    height: 100%;
  }

  .row {
    padding: 0 0;
  }

  header {
    display: block;
    padding: 0;
  }

  .container__menu ul {
    display: block;
  }

  .container__datos {
    padding: 1rem;
  }

  .container__menu ul a li {
    font-size: 1rem;
  }

  .container_right_t img {
    height: 16%;
  }

  .container_item_l span {
    padding: 0;
  }
}

/* RESULTADOS */
.results-container {
  overflow-x: auto;
  overflow-y: auto;
  /* Habilita el desplazamiento horizontal si es necesario */
  max-width: 100%;
  /* Asegura que no se salga del contenedor */
  width: 100%;
  display: flex;
}


.header {
  background: linear-gradient(to bottom, #333 0%, #222 100%);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #444;
}

.header h1 {
  margin: 0;
  font-size: 20px;
}

.language-selector {
  display: flex;
  align-items: center;
}

.language-selector img {
  margin-right: 5px;
}

.main-content {
  background: url('../images/banner-c2.webp') no-repeat;
  background-size: cover;
  padding: 15px;
  position: relative;
  background-position: center;
}

.race-number {
  position: absolute;
  top: 15px;
  left: 15px;
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
  color: white;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  border-radius: 5px;
}

.race-info {
  padding-left: 100px;
  /* background-color: rgba(45, 52, 64, 0.7); */
  padding-top: 10px;
  padding-bottom: 10px;
}

.race-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: white;
}

.race-detailsr {
  color: white;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.race-detailsr p {
  background-color: rgba(34, 38, 47, 0.7);
  margin: 1px;
  padding: 5px;
  border-radius: 25%;
  width: 75%;
}

.race-marker {
  display: inline-block;
  background-color: black;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  margin-top: 10px;
  align-content: center;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
}

.results-header {
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
  color: white;
  padding: 10px;
  text-align: left;
  font-weight: bold;

}

/*IMPRIMIR RESULTADOS*/

.results-headerp {
  background: linear-gradient(to bottom, #b70d15, #d95960, #b70d15);
  color: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.print-buttonp {
  cursor: pointer;
  font-size: 18px;
}

/*-------------------*/

.results-table th,
.results-table td {
  padding: 10px;
  border-bottom: 1px solid #444;
  white-space: nowrap;
}

.horse-number {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 10px;
}

.number-4 {
  background-color: #ffeb3b;
  color: black;
}

.number-5 {
  background-color: #4caf50;
  color: white;
}

.number-6 {
  background-color: #f48fb1;
  color: black;
}

.bet-type {
  background-color: #2c3e50;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 5px;
}

/* Custom SweetAlert2 Dark Theme Override */
.swal2-popup {
  background-color: #0c101b !important;
  border: 1px solid #ff2c34 !important;
  border-radius: 15px !important;
  color: #ffffff !important;
  font-family: inherit !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.swal2-title {
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.swal2-html-container {
  color: #b0b8c4 !important;
  font-size: 14px !important;
}

/* Confirm Button - themed red metallic gradient */
.swal2-confirm {
  background: rgba(179, 4, 12, 1) !important;
  background: linear-gradient(to bottom, rgba(179, 4, 12, 1) 0%, rgba(217, 89, 96, 1) 50%, rgba(255, 44, 51, 1) 100%) !important;
  border: 1px solid #ff2c34 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  outline: none !important;
}

.swal2-confirm:hover {
  background: linear-gradient(to bottom, rgba(200, 10, 20, 1) 0%, rgba(230, 100, 110, 1) 50%, rgba(255, 60, 70, 1) 100%) !important;
}

/* Cancel Button */
.swal2-cancel {
  background-color: #2c313c !important;
  border: 1px solid #444 !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 10px 24px !important;
  text-transform: uppercase !important;
}

.swal2-cancel:hover {
  background-color: #3e4451 !important;
}

/* SweetAlert Info/Success/Error Icon Theming */
.swal2-icon {
  background-color: transparent !important;
}

.swal2-icon.swal2-info {
  border-color: #3fc3ee !important;
  color: #3fc3ee !important;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86 !important;
  color: #a5dc86 !important;
}

.swal2-icon.swal2-error {
  border-color: #f27474 !important;
  color: #f27474 !important;
}

.swal2-icon.swal2-warning {
  border-color: #f8bb86 !important;
  color: #f8bb86 !important;
}