.buttonLogicom {
    display: inline-block;
    border-radius: 4px;
    background-color: #00a4e5 !important;
    border: none !important;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 5px !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1px;
    min-width: 110px;
}

.buttonLogicom:hover  {
    background-color: #00afe4 !important;
    color: #FFFFFF;
}

.buttonRegresar {
    margin-top: 10px;
}

.buttonLogicom2 {
    display: inline-block;
    border-radius: 4px;
    background-color: #00a4e5 !important;
    border: none !important;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    padding: 7px !important;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1px;
}

.buttonLogicom2:hover  {
    background-color: #00afe4 !important;
    color: #FFFFFF;
}


.active{
    background-color: #002856 !important;
    color: #FFFFFF;
}

.notActive{
    background-color: #808080 !important;
    color: #000000;
}

.form-control {
    color: #58595b !important;
    background-color: #fafafa !important;
    border: 1px solid #ebebeb !important;
    border-radius: 4px !important;
    height: 40px !important;
    margin: 0 !important;
    font-size: 16px !important;
}

.ui-widget-content a {
    color: #FFFFFF !important;
}

.errorForm {
    border: 1px solid red !important;
    border-radius: 3px !important;
}

.footer {
    position: fixed !important;
}

.ui-datepicker-trigger {
    width:35px;
    height:35px;
}

.img-div2 {
    border: 1px solid #cacaca;
    border-radius: 1000px;
    width: 78px;
    min-width: 78px;
    height: 78px;
    min-height: 78px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


/* Estilos del slider de notificaciones */
.notification-slider {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: #f6f6f6;
    transition: right 0.7s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 10px;
    padding-top: 25px;
}

.notification-slider.active {
    right: 0;
    background: #f6f6f6 !important;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-left: 15px !important;
    background: #f6f6f6;
    color: #002856;
    font-size: 14px;
}

.close-slider {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    padding-right: 20px;
    color: #58595b;
}

.notification-content {
    padding: 15px;
}

.notification-content ul {
    list-style: none;
    padding: 0;
}

.notification-content li {
    background: #f6f6f6;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom:1px solid #e6e7e8;
}

.notification-content li h4 {
    margin: 0;
    color: #002856;
    font-size: 16px;
}

.notification-content li p {
    margin: 5px 0;
    font-size: 14px;
    color: #002856;
}

.notification-content li span {
    font-size: 12px;
    color: #777;
}

/* Estilos para el contador de notificaciones */
.notification-icon {
    position: relative;
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 7px;
    border-radius: 50%;
    display: none; /* Se oculta si no hay notificaciones */
    transform: translate(50%, -50%);
}


#scroll-wrapper-top {
    scrollbar-width: thin;
}
#scroll-wrapper-top::-webkit-scrollbar {
    height: 12px !important;
}
#scroll-wrapper-top::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
}
#scroll-wrapper-top::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.tableHeader {
    color: #002856 !important;
}

hr {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #f6f6f6 !important;
    background-color: #f6f6f6 !important;
    font-weight: 900 !important;
    font-family: 'webflow-icons' !important;
    font-size: 17px !important;
    border: none !important;
    border-radius: 5px !important;
    border: 1px solid #d1d3d4 !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) !important; /* sombreado suave */
    padding: 4px 15px 6px 15px !important;
    margin: 0px !important;
}

 /*::-webkit-scrollbar {
     width: 20px;
     height: 15px;
 }

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: #0E1F6D;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #F5D268;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #0E1F6D #f1f1f1;
}*/