div.dataTables_wrapper div.dataTables_length label {
    font-size: 0.8rem;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 0.8rem;
}

a {
    text-decoration: none !important;
}

.circulo_accion {
    height: 33px;
    width: 33px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}


/**   Font Sizes    */

.fs-xxs {
    font-size: 8px !important;
    line-height: 120% !important;
}

.fs-xs {
    font-size: 10px !important;
    line-height: 120% !important;
}

.fs-s {
    font-size: 12px !important;
    line-height: 120% !important;
}

.fs-m {
    font-size: 14px !important;
    line-height: 130% !important;
}

.fs-l {
    font-size: 16px !important;
    line-height: 140% !important;
}

.fs-xl {
    font-size: 18px !important;
    line-height: 143% !important;
}

.fs-xxl {
    font-size: 20px !important;
    line-height: 145% !important;
}

.fs-xxxl {
    font-size: 24px !important;
    line-height: 150% !important;
}

.has-error .select2-selection {
    border-color: #FF5B5C !important;
    padding-right: calc(1.4em + 1.269rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FF5B5C' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FF5B5C' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.35em + 0.235rem);
    background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.has-info .select2-selection {
    border-color: #39DA8A !important;
    padding-right: calc(1.4em + 1.269rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2339DA8A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(0.35em + 0.235rem);
    background-size: calc(0.7em + 0.47rem) calc(0.7em + 0.47rem);
}

.ui-panel-inner {
    padding: 0;
}

#close {
    overflow: hidden;
    position: relative;
    border: none;
    padding: 0;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
}

#close:focus {
    outline: solid 0 transparent;
    /* box-shadow: 0 0 0 2px #ffffff8c; */
}

#close:hover {
    background: rgba(255, 255, 255, 0.329);
}

#close:before,
#close:after {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: 0.125em;
    height: 70%;
    border-radius: 0.125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}

.bg-orange {
    color: #fff;
    background-color: #ff7a59 !important;
    border-color: #ff7a59 !important;
}

.btn-orange {
    color: #fff;
    background-color: #ff7a59 !important;
    border-color: #ff7a59 !important;
}

.btn-orange:hover {
    color: #fff;
    background-color: #ff8f73 !important;
    border-color: #ff8f73 !important;
}

.btn-outline-orange {
    color: #ff7a59;
    background-color: #fff;
    border: 1px solid #ff7a59 !important;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #ff7a59;
    border-color: #ff7a59
}

#close:after {
    transform: rotate(-45deg);
}

.stilo_nav {
    border-right: 1px solid #d0d1d7;
    border-top: 1px solid #d0d1d7;
    background-color: #f5f6fa;
    border-left: 1px solid #d0d1d7;
    padding: 0 !important;
}

.ancho_nav {
    padding-left: 1rem !important;
    padding-right: 10rem !important;
}

.stilo_nav>.nav-link {
    padding: 1rem 2rem;
}

.tag_principal {
    position: absolute;
    top: 0;
    background: #29347a;
    left: 0;
    color: #fff;
    padding: 0px 4px;
}

.div-bottom {
    width: 100%;
    background-color: #f5f8fa;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    -webkit-animation: slideOutBottom 1s forwards;
    -moz-animation: slideOutBottom 1s forwards;
    animation: slideOutBottom 1s forwards;
    height: 4rem;
    display: flex;
    align-items: center;
}

.div-bottom.show {
    -webkit-animation: slideInBottom 1s forwards;
    -moz-animation: slideInBottom 1s forwards;
    animation: slideInBottom 1s forwards;
}

@keyframes slideInBottom {
    0% {
        transform: translateY(4rem);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideOutBottom {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(4rem);
    }
}

.text-1 {
    font-size: 0.8rem;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-truncate-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-style-disc {
    list-style-type: disc;
}

.icon-status-v2 {
    position: relative;
    display: inline-flex;
}

.icon-status-v2-after {
    position: absolute;
    border-radius: 50%;
    left: 0.4em;
    bottom: 0.9em;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 1rem;
    padding: 0px 2px;
    font-weight: 600;
}

.icon-status-v2-after.warning {
    background: #f4bd0e;
    color: #000;
}

.icon-status-v2-after.danger {
    background: red;
    color: #fff
}

.icon-status-v2-after.success {
    background: #1c7b2b;
    color: #fff
}


/* ----------------------------- estilo panel personalizado --------------------------------------------*/

.hide {
    display: none;
}


/* Clase para mostrar el panel */

.show {
    display: block;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}


/* Animación para mostrar panel izquierdo */

.panel-left.show {
    animation-name: slideInLeft;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}


/* Animación para ocultar panel izquierdo */

.panel-left.hide {
    animation-name: slideOutLeft;
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}


/* Animación para mostrar panel derecho */

.panel-right.show {
    animation-name: slideInRight;
    animation-duration: 0.3s;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}


/* Animación para ocultar panel derecho */

.panel-right.hide {
    animation-name: slideOutRight;
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}

.panel {
    position: fixed;
    top: 64px;
    height: calc(100vh - 64px);
    /* height: 100%; */
    /* overflow-y: auto; */
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
}


/* .panel-footer {
    height: 4rem;
    background-color: red;
} */

.panel-body {
    background-color: #fff;
    height: calc(100vh - 64px - 4rem);
    overflow: scroll;
    display: flex;
    flex-direction: column;
}

.p-body {
    flex: 1;
    overflow-y: scroll;
}

.p-footer {
    margin-top: auto;
}

.panel-header {
    background-color: #f5f6fa;
    height: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #29347a;
}

.panel-left {
    left: 0;
    transform: translateX(-100%);
}

.panel-right {
    right: 0;
    transform: translateX(100%);
}

.panel.show {
    transform: translateX(0);
}

.panel.hide {
    transform: translateX(100%);
}

.panel-xs {
    width: 30%;
}

.panel-sm {
    width: 50%;
}

.panel-lg {
    width: 70%;
}

.panel-xl {
    width: 90%;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.close-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-left: auto;
    margin-right: 1rem;
    position: relative;
}

.close-button span {
    color: rgb(0, 0, 0);
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-button:hover {
    background-color: #d7d7d7;
    color: #000;
}

.absolute-bottom {
    position: absolute!important;
    bottom: 0;
}

.user-avatar-sm{
    height: 1rem !important;
    width: 1rem !important;
    font-size: 0.5rem !important;
    margin: 0.2rem !important;
}