:root {
    --blue: #114979;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #8c9ea9;
    --gray-dark: #343a40;
    --primary: #114979;
    --secondary: #8c9ea9;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d36024;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.sc-table {
    width: 100%!important;
    border-spacing:  10px 7px!important;
    font-family: sans-serif;
}
.sc-table td {
    border: 1px solid #0000009c!important;
    border-radius: 5px;
    padding: 0.62rem;
}
.text-center {
    text-align: center;
}
.bg-green {
    background-color: #71d1a8;
}
.bg-pink {
    background-color: #f3c6c3;
}
.w-70 {
    width: 70%;
}
.w-15 {
    width: 15%;
}
.text-uppercase {
    text-transform: uppercase;
}

.hidden{
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: block;
    width: 100% !important;
    height: 37px;
    padding: 0.19rem 0.75rem !important;
    background-color: var(--cui-input-bg, #fff);
    border: 1px solid var(--cui-input-border-color, #b1b7c1);
    -moz-appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: 500;
    color: #636466;
    font-size: 14px;
}

.select2-box-hidden {
    background-color: #fff0 !important;
    border: 0px solid var(--cui-input-border-color, #b1b7c1) !important;
}

.dataTables_paginate{
    float: right;
}

.dataTables_filter{
    text-align: right;
}

.dataTables_filter label{
    text-align: left;
}

.row-nova{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;        
}

.border-cajas{
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 66%);
}

.card-subir{
    height: 222px;
}

.card-examen{
    max-height: 222px;
    min-height: 222px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px;
    outline: 0;
    background: #f0f8ff00;
}

.select2-container--default .select2-selection--multiple {
    background-color:#ffffff00;
    border: 0px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.topbar-left .bg-logo {
    background-color: #fff;
}

.navbar-custom {
    background-color: #fff;
}

@media (max-width: 1024px){
    .navbar-custom {
        padding-left: 10px;
        background-color: #fff;
    }
}

.font-md-16{
    font-size: 16px;
}

.icon-sidebar{
    display: inline-block;
    font-size: 18px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    color: #8c9ea9;
    filter: brightness(0) saturate(100%) invert(60%) sepia(10%) saturate(200%) hue-rotate(170deg) brightness(90%) contrast(85%);

}

#sidebar-menu > ul > li > a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(98%) saturate(2246%) hue-rotate(180deg) brightness(90%) contrast(94%);
}

.icon-sidebar.active {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

#sidebar-menu > ul > li > a:hover img.active {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}



.button-volver{
    width: 70%;
    border-radius: 5px;
    border: 1px solid var(--blue);
    margin-bottom: 100px;
    background: var(--white);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-volver .icon-escritorio{
    height: 15px;
    width: 15px;
}

.button-volver span{
    font-size: 15px !important;
    font-style:normal;
}


.button-home{
    height: 60px;
    border-radius: 5px;
    border: 1px solid var(--blue);
    margin-bottom: 23px;
    background: var(--white);
    padding: 10px;
    display: flex;
}

.icon-escritorio{
    /* width: 40px; */
    float: left;
}

.container-icon-footer{    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.button-footer{
    height: 60px;
    border-radius: 5px;
    border: 1px solid var(--blue);
    margin-bottom: 23px;
    background: var(--white);
    padding: 10px;
    display: flex;
}

.icon-footer{
    /* width: 40px; */
    float: left;
}

.footer{
    background: var(--blue);
    color: var(--white)
}

@media (max-width: 767px){
    .col-hidden,
    .img-floating{
        display: none;
    }
    .icon-footer i {
        font-size: 30px;
    }
    .font-md-16{
        font-size: 16px;
    }

    .button-home{
        height: 60px;
        border-radius: 5px;
        border: 1px solid var(--blue);
        margin-bottom: 23px;
        background: var(--white);
        padding: 10px;
        display: flex;
    }
    
    .icon-escritorio{
        width: 40px;
        float: left;
    }

    .button-footer{
        height: 70px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid var(--blue);
        background: var(--white);
        /* padding: 10px; */
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        text-align: center;
         /* Puedes ajustar este ancho según tus necesidades */
        margin: 0 auto;
    }
    .button-footer span {
        
        font-size: 14px;
    }
    
    .icon-footer{
        width: 30px;
        margin: 0 auto;
    }

    .footer{
        padding: 20px 24px;
    }
    
    .container-icon-footer a{
        display: flex;
    }
    .container-icon-footer a:nth-child(2){
        justify-content: center;
    }
    .container-icon-footer a:nth-child(3){
        justify-content: end;
    }
    
}

.btn-light{
    background-color: #eaeaea !important;
}

.shadow {
    position: relative;
    background: white;     
    border-radius: 8px; 
    box-shadow: 0 8px 15px rgba(15, 73, 121, 0.3), 
                0 12px 25px rgba(15, 73, 121, 0.2) !important; 
    transition: transform 0.2s ease-in-out; 
}

.shadow:hover {
    transform: translateY(-5px); 
    box-shadow: 0 12px 20px rgba(15, 73, 121, 0.3), 
                0 16px 30px rgba(15, 73, 121, 0.2); 
}

.app-search img{
    width: 210px;
}

.app-search a {
    top: 18px;
    left: 160px;
    display: contents;
    /* height: 34px; */
    /* height: 34px; */34px;
    /* width: 34px; */
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

#hd .button-menu-mobile {
    background-color: transparent;
    font-size: 40px;
    color: #000000;
    height: 61px;
    width: 42px;
    border-radius: 3px;
    border: none;
    margin-top: 20%;
    line-height: 0px;
}

table span i {
    color: white;
}

.dt-control::before{
    background-color: #114979 !important;
    color: white;
}

@media (min-width: 1024px){
    
    .dt-control,.dt-control-th,.app-search {
        display: none !important;
    }
}

.notificar{
    position: relative;
}

.notificar span.badge{
    position: absolute;
    right: 3%;
    top: -5%;
    z-index: 11;
    font-size: 1rem;
    border-radius: 100%;
    display: none;
}

.btn-nova{
    background-color: #000; 
    color: #fff; 
    padding: 5px; 
    border-radius: 50%;
    margin-left:10px
}


.sidebar-user {
    padding-top: 5px;
    padding-bottom: 17px;
}
.sidebar-user .avatar-container {
    position: relative;
    margin: 0 auto;
    width: 85px;
    height: 85px;
}

.sidebar-user .avatar-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-user .avatar-bottom {
    position: relative;
    z-index: 0;
    width: 45px !important;
    height: 45px !important;
    margin-top: 20px;
}

.sidebar-user img.rounded-circle {
    width: 85px;
    height: 85px;
}

#sidebar-menu > ul > li > a.active,
#sidebar-menu > ul > li > a.active i {
    color: var(--white);
    background-color: var(--primary);
}

#sidebar-menu > ul > li > a,
#sidebar-menu > ul > li > a i {
    color: var(--gray);
}

.img-floating {
    position: absolute;
    bottom: -22%;
    right: -6px;
    transform: rotate(197deg);
    z-index: 230;
}

.img-floating img {     
    opacity: 0.5; 
}

.bg-danger {
    background-color: var(--danger) !important;
}

.autonomo-info a{
    color: var(--blue) !important;
}
.autonomo-info span{
   /* font-size: 16px !important; */
}
.autonomo-info a:hover{
    text-decoration: underline var(--blue) !important;
}
.page-title-box .page-title {
    font-size: 28px;
    color: var(--blue);
    margin-bottom: 0;
    margin-top: 0;
}
.click-perfil a{
    background-color: transparent !important;
    width: auto !important;
    border: none;
}