@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');

body {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Open Sans';
}

.btn-sm {
    font-size: 11px;
    font-weight: 500;
}

.text-recomendation {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-left: 10px;
    white-space: pre-wrap;
}

.text-highlight {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    margin-left: 10px;
    white-space: pre-wrap;
}

.text-bg-warning {
    font-size: 13px;
    font-weight: normal;
}

.text-feedback {
    margin-left: 15px;
}

.display-6 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.menu-list {
    font-size: 12px;
    list-style-type: square;
}

.menu-list a:link {
    text-decoration: none;
}

.menu-list a:hover {
    text-decoration: underline;
}

.table-list a:link {
    text-decoration: none;
}

.table-list a:hover {
    text-decoration: underline;
}

.table-list {
    font-size: 12px;
    list-style-type: none;
    vertical-align: middle !important;
}

.dataTables_filter {
    display: none;
}

.column-search {
    font-size: 11px;
}

.form-control-sm {
    font-size: 13px;
}

.form-select-sm {
    font-size: 13px;
}

.btn-like {
    --bs-btn-font-size: 10px;
}

.btnMCE {
    color: #003BF5 !important;
    font-size: 40px !important;
}

/* Plugin SARI */
.sari .accordion .accordion-button {
    font-size: 13px;
    padding: 10px;
}

.sari .accordion .accordion-body .create_time {
    font-size: 12px;
    color: darkgray;
}

.sari .accordion .accordion-body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px;
    margin-left: 10px;
}

/* Plugin Comments */
.comments .accordion .accordion-button {
    font-size: 13px;
    padding: 10px;
}

.comments .accordion .accordion-body .create_time {
    font-size: 12px;
    color: darkgray;
}

.comments .accordion .accordion-body {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    padding: 10px;
    margin-left: 10px;
}

.comments .accordion pre.accordion-body {
    margin-left: 10px;
}

.add-comment textarea.form-control {
    font-size: 13px !important;
    padding: 10px;
}

pre {
    font-family: 'Open Sans', sans-serif;
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

input[type="radio"] {
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Chrome, Safari, Opera */
    transform: scale(1.3);

    transition: 0.2s all linear;
}

.th_cabecera {
    border-bottom-width: 0px !important;
    padding-bottom: 0% !important;
}



.extra-bold-text {
    font-weight: 1000; /* Aumenta el peso de la fuente para hacerlo más fuerte */
}

/* Separa la distancia vertical entre los iconos 
    Alinea los iconos de ordenación al lado del texto */
.dataTables_wrapper .sorting:before,
.dataTables_wrapper .sorting_asc:before,
.dataTables_wrapper .sorting_desc:before {
    content: "";
    position: relative;
    top: 2px; /* Ajusta la posición vertical según tus necesidades */
    margin-left: 50px; /* Ajusta la posición horizontal según tus necesidades */
}
