/* Resetear estilos Resumen de consultas */
.courses-details-info .info-consultas {
  padding: 0px 15px;
}
.courses-details-info .info-consulta {
  margin-bottom: 0;
  list-style-type: none;
  padding: 5px 15px;
}

.courses-details-info .info-consulta li {
  border: none;
  color: #221D48;
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 0;
}
.mis-consultas{
  display: flex;
  flex-direction: row;
}
.mis-consultas-ul{
  display: flex;
  flex-direction: column;
}
.mis-consultas-li{
  max-height:150px !important;
}
.mis-consultas-a{
  width: 200px !important;
}

@media screen and (max-width: 576px) {
  .numero-consultas, .definir-consulta{
    display: flex !important;
    flex-direction: column !important;
    align-items: start !important;
  }
}
@media screen and (max-width: 510px) {
  .tabs-consultas{
    display: flex !important;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1000px) {
  .mis-consultas-ul{
    margin-right: 1rem !important;
  }
  .mis-consultas-li{
  max-height:120px !important;
  }
  .mis-consultas-a{
    width: 150px !important;
  }
}
@media screen and (max-width: 770px) {
  .mis-consultas{
    flex-direction: column !important;
  }
  .mis-consultas-li{
  max-height:auto !important;
  }
  .mis-consultas-a{
    width: auto !important;
  }
}

  /* CUSTOM SELECT */
.seleccionar-fecha-horario div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
}
.seleccionar-fecha-horario div input,  .seleccionar-fecha-horario div select{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #2CC3B1;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .custom-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }

/* ----------- TABLA PARA PROCESO DE PAGO ----------- */
  .table-custom{
  width:100%;
  table-layout: fixed;
}
  .styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1rem;
    min-width: 400px;
    /* border-radius: 500px !important; */
    box-shadow: 0 0 20px rgba(44, 195, 177, 0.05);
}
.styled-table thead tr {
    background-color: rgba(44, 195, 177, 0.9);
    color: #ffffff;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
/* .styled-table th {
    padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
} */
.styled-table td {
    padding: 12px 15px;
      text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: rgba(44, 195, 177, 0.05);
}

.btn-custom{
  background: #2CC3B1;
  color: #fff;
  border-radius: .5rem;
  padding: .5rem 1.5rem;
}
.btn-custom:hover{
  background: #221D48;
  color: #fff;
}