/* STYLE BILLDATA START */
.table-div table {
  border: none !important;
}

.table-div table thead tr th,
.table-div table tbody tr td {
  font-size: 13px;
  color: #4c4c4c !important;
  text-align: center;
  vertical-align: middle;
}

.table-div table thead tr th {
  background-color: #bcbcc9 !important;
  font-weight: 600;
  border: none !important;
  text-align: center;
}

.table-div table tbody tr td {
  font-weight: normal;
  border: none;
}

.body-div {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: none;
  gap: 0.4rem;
  padding: 12px;
}

.body-button {
  background-color: #ebebeb;
}

.div-status {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

.div-status div p {
  font-weight: 600;
}

.icon-status {
  width: 25px;
  height: 25pxt;
}

.row div p {
  margin: 0;
}

.div-container {
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
}

.div-btn {
  background-color: #ebebeb;
  border-radius: 9999px;
  padding: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-icon {
  width: 25px;
  height: 25px;
  padding: none;
}

.div-date {
  background-color: #ebebeb;
  border-radius: 12px;
  padding: 5px 9px;
  font-weight: 600;
}

/* STYLE BILLDATA END */

.line-request {
  border: 1px solid #60b109;
  color: #79c824;
  background-color: #79c824;
}

.asterisk-text {
  color: red;
}

.circle-with-text {
  display: flex !important;
  align-items: center !important;
  margin-right: 1.5rem !important;
}

.circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px !important;
}

.text {
  font-size: 13px;
}

.div-row {
  overflow-x: scroll;
  padding: 0px 15px;
}

.form-control::placeholder {
  text-align: start;
}

.btn-back {
  border: none;
  border-radius: 99px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.btn-back.btn-back:hover {
  border: none;
  border-radius: 99px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}

.content-title {
  display: flex;
  gap: 1rem;
  margin-bottom: 25px;
  justify-content: start;
  align-items: center;
}

.input-report {
  border-radius: 20px !important;
  color: #282850 !important;
  border: 1px solid #282850;
  padding-inline: 20px !important;
  font-size: 13px !important;
  max-width: 400px;
}

.tabs {
  color: black;
}

.tabs.active {
  color: #60b109 !important;
}

.tabs:hover {
  color: #60b109;
}

/* Estilos realizar solicitud*/
.input-comment {
  background-color: #efefef;
  padding: 0 5px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-comment:focus {
  background-color: #efefef;
}

.btn-comment {
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-comment:hover {
  opacity: 0.9;
  background-color: #efefef;
}

.icon-comment {
  background-color: #adadad;
  padding: 5px 7px;
  border-radius: 20px;
  margin: none !important;
}

.div-comment-profile {
  background-color: white;
  position: sticky;
  top: 0;
  padding: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
}

.div-message {
  margin: 15px;
  padding: 12px;
  background-color: #f1f1f1;
  border-radius: 12px;
}

.custom-modal-body {
  max-height: 70vh;
  padding: 0 15px;
}

/* fin estilos realizar solicitud*/

/* Estilos para el boton de select 'cambiar pais'*/
.select-button-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  /* Asegura que el contenedor ocupe todo el ancho disponible */
}

#select_pais2 {
  flex-grow: 1;
  /* Ocupa todo el espacio restante */
  padding-right: 100px;
  /* Espacio suficiente para el botón */
  height: 100%;
  /* Asegura que el select tenga la misma altura que el contenedor */
  border-radius: 5px 0 0 5px;
  /* Bordes redondeados para coincidir con el botón */
}

#updateCountryBtn {
  position: absolute;
  top: 0;
  right: 0;
  height: 85%;
  padding: 0 18px;
  background-color: #60b109;
  border: none;
  border-radius: 0 15px 15px 0;
  /* Redondear solo las esquinas derechas */
  color: white;
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
}

#updateCountryBtn:hover {
  background-color: #60b109;
}

/*ESTILOS DEL TOOLTIP/MODAL DE LA VISTA DETALLE DE MANTENIMIENTO */
/* Botón de Equivalencia */
.btn-equivalence {
  background-color: #f0efef;
  color: black;
  border-radius: 10px;
  border-color: #070905;
  /* Redondea los bordes */
  padding: 7px 10px;
  font-size: 10px;
  cursor: pointer;
}

.btn-equivalence:hover {
  background-color: #EAEAEA;
  opacity: 0.8;
  border-color: #070905;
  color: black;
}

/* Modal Styles */
.modal-content {
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.table-responsive {
  margin-top: 20px;
}

#equivalence-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

#equivalent_table thead th {
  background-color: #ffeb3b;
  font-weight: bold;
}

#equivalent_table td {
  background-color: #fdf7c1;
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}

#equivalent_table td input[type="checkbox"] {
  margin: 0;
}

#equivalent_table tbody tr:nth-child(even) {
  background-color: #fff9c4;
}

#bill_table thead {
  display: none;
}

#bill_table tbody {
  border: none;
}

#bill_table tbody tr td {
  background-color: white;
  border: none;
}

#equivalence_table thead th {
  background-color: #d7f1ba !important;
  border: none !important;
  font-weight: 700;
}

#equivalence_table tbody tr td {
  background-color: #ecf8de !important;
  border: none !important;
  font-weight: 600;
}

#equivalencePrice_table thead th {
  background-color: #d7f1ba !important;
  border: none !important;
  font-weight: 700;
}

#equivalencePrice_table tbody tr td {
  background-color: #ecf8de !important;
  border: none !important;
  font-weight: 600;
}

#equivalent_table thead th {
  background-color: #ffeb3b !important;
  border: none !important;
  font-weight: 700;
}

#equivalent_table tbody tr td {
  background-color: #fdf7c1 !important;
  border: none !important;
  font-weight: 600;
}

#filter .nav-link.active {
  background-color: transparent !important;
  color: inherit;
}

/*ESTILOS PARA EL CALENDARIO DE LA VISTA  'VER COTIZACIONES */
#calendarContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.year-selection {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.nav-button {
  background-color: #fff;
  border: none;
  padding: 14px;
  cursor: pointer;
}

.year-button {
  padding: 10px;
  background-color: #efefef;

  border: none;
  border-radius: 20%;
  cursor: pointer;

}

.month-button {
  margin-top: 10px;
  padding: 15px;
  background-color: #efefef;

  border: none;
  border-radius: 20%;
  cursor: pointer;
}

.year-button.selected,
.day-button.selected,
.month-button.selected {
  background-color: #d8eebf;
}

.days-selection {
  padding: 8px;
  margin-bottom: 5px;
  display: grid;
  /* Cambio a grid para mejor control del layout */
  grid-template-columns: repeat(7, 1fr);
  /* Siete columnas, una por cada día de la semana */
  gap: 10px;
  justify-items: center;
}

.day-button {
  padding: 10px;
  width: 45px;
  /* Asegurar que todos los botones de los días tengan el mismo ancho */
  height: 45px;
  /* Asegurar que todos los botones de los días tengan la misma altura */
  border: 1px solid black;
  border-radius: 50%;
  /* Esto hace que los botones de los días sean perfectamente redondeados */
  cursor: pointer;
  background-color: #fff;
}

.month-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.btn-report {
  background-color: #79c824 !important;
}

.btn-report:hover {
  background-color: #60b109 !important;
}

#select_count_maintenace+.select2-container .select2-selection--single {
  background-color: #FAE489 !important;
  border: none !important;
}

#select_cellers+.select2-container .select2-selection--single {
  background-color: #FAE489 !important;
  border: none !important;
}

.custom-container-oil {
  background-color: #f4f5f7;
  /* Color de fondo */
  border-radius: 15px;
  /* Bordes redondeados */
  padding: 50px;
  /* Espaciado interno */

}

/* Estilos generales */

.tab-link {
  color: #60B109;
  font-weight: bold;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
}

.tab-link.active {
  border-bottom: 2px solid #1f223e;
  color: #1f223e;
}

.content-section,
.sample-detail {
  background-color: #f4f5f7;
  border-radius: 15px;
  padding: 50px;
}

.section-header h3 {
  color: #333;
  font-size: 1.25em;
  margin-bottom: 1em;
}

.form-row {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}

.form-group label {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 0.5em;
}

.form-group input,
.form-group select {
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.samples-pagination {
  display: flex;
  gap: 0.5em;
  margin-bottom: 1em;
}

.samples-pagination a {
  color: #1f223e;
  font-weight: bold;
  text-decoration: none;
}

.samples-pagination a.active {
  color: #60B109;
  font-weight: bold;
  text-decoration: none;

}

.sample-detail h4 {
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
  margin-bottom: 1em;
}

.btn-submit {
  background-color: #60B109;
  color: black;
  padding: 0.5em 2em;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  margin: 2em auto 0;
}

#button-reatil-quote {
  background-color: #f5f5f5;
  width: 130px;

}

.circle-container {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-color: #adadad;
  background-color: #adadad;
  font-size: large;
  cursor: pointer;
  font-weight: bold;
}

.circle-container:hover {
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-color: #9b9b9b;
  background-color: #9b9b9b;
  font-size: large;
  cursor: pointer;
  font-weight: bold;
}

#button-reatil-quote p {
  font-size: 16px;
  font-weight: bold;
}

.circle-container-icon {
  font-size: 13px;
  color: #fff;
}

#select_assign_warehouse+.select2-container .select2-selection--single {
  background-color: #FAE489 !important;
  border: none !important;
}

.unit_table td {
  padding: 10px !important;
  text-align: center;
  border: 1px solid #000 !important;
  background-color: transparent !important;
}

.unit_table tbody tr:nth-child(odd) {
  background-color: #fff !important;
}

.unit_table tbody tr:nth-child(even) {
  background-color: #ebebeb !important;
}