.app-sidebar .logo .logo-text {
    margin: 0 10px;
}
.app-sidebar .logo  {
    padding: 0;
}

.logo {
    background-color: white;;
}

.mb-10 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.text-xs.text-gray-500 {
    min-width: 70px;
    display: inline-block;
}

.text-gray-500 {
color: #b7b9cc !important;
}

.text-xs {
font-size: .7rem;
}

.ml-30 {
    margin-left: 30px;
}


.input-group [type="radio"] {
    height: 1.3em ;
}

.bold {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.form-group.cuestionario {
    border: 1px solid lightgray;
    padding: 10px 10px;
    /*border-radius: 10px;*/
    border-left: 2px solid #523b80;
    margin-bottom: 0;
    border-bottom: 0;
}

.form-group.cuestionario.last {
    border-bottom: 1px solid lightgray;
}

.destaca:hover {
    background-color: aliceblue;
}

.textarea_respuesta {
    border: 1px solid lightgray;
    padding: 10px;
}

.bg-light .badge-light {
    background-color: white;
}

.bg-light input[type="number"] {
    background-color: white;
}

.bg-light.last {
    border-bottom: 1px solid #523b80 !important;
}
