label{
    margin-bottom: 0;
}

.logoex{
    width: 100px;
}

.aling_unidades {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: stretch
}
#js-menu hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.flex_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#ul_pers ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}

#ul_pers ul li {
  flex-grow: 1;
  text-align: center;
}

.ck .ck-editor__main {
    color: black!important;
}

.ck-editor__editable_inline tr:nth-child(odd), .row-form-errors {
    background: #12121200;
}
._215b04 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ui.bottom.pointing.dropdown>.menu {
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    margin: 0 0 1em;
}

.crse_reviewsB {
    color: #fff;
    background: #fdcc0d;
    display: table;
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.estrellas {
    direction: rtl;  /* Añade esta línea */
}

.estrellas input[type='radio'],
.estrellas label {
    display: inline-block;
}
.estrellas input[type='radio'] {
    display: none;
}
.estrellas label {
    color: gray;
    font-size: 30px;
    padding: 0 3px;  /* Espacio entre las estrellas */
}

.estrellas input[type='radio']:checked ~ label,
.estrellas input[type='radio']:focus ~ label{
    color: #f2b01e;
}

.estrellas i {
    font-size: 20px;
}

.estrellas input:checked ~ label,
.estrellas label.active {
  color: #f2b01e;
}

.estrellas label:hover,
.estrellas label:hover ~ label {
  color: #ffdd00;
}
.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    cursor: pointer;
}