@import url('https://fonts.cdnfonts.com/css/open-sans');

/* Estilos globales que se aplican en todo el sitio */
body {
    margin: 0;
    padding: 0;
}

.sidebar {
    min-height: 100vh;
    width: 250px;
    /* position: absolute; */
}

.sidebar a {
    padding: 15px;
    text-decoration: none;
    color: #212529;
    display: block;
    margin-bottom: 10px;
}

.sidebar a.icon-container:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}    

.content {
    padding: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    margin-left: 15rem;
}

.header-content{
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
    margin-bottom: 10px;
}

#text-header{
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    background: linear-gradient(to right, #67748E 33.33%, #67748E 33.33%, #67748E 66.66%, #67748E 66.66%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.color-text {
    color: #344767;
}

.user-container {
    display: flex;
    margin-top: -10px;
    margin-bottom: 10px;
}

.user-container .fa-solid.fa-ellipsis-vertical {
    color: #BFCEEC;
}

.user-container .fa-regular.fa-bell {
    color: #67748E; 
}

.input-container {
    margin-right: 15px;
}


.buscador{
    color: #BFCEEC;
    border: 1px solid #BFCEEC; 
    border-radius: 5px;
    visibility: hidden;
}

::-webkit-input-placeholder { 
    color: #BFCEEC;
}

.buscador:focus {
    color: #000; 
}

.client-container{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.client-container .fa-solid.fa-ellipsis-vertical {
    color: #BFCEEC;
}

.client-container .fa-regular.fa-bell {
    color: #67748E; 
}


#text-user {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #67748E;
    font-weight: 400;
    line-height: 16px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.logo {
    width: 79.92px;
    height: 40px;
    margin: auto;
    padding: -10px;
    margin-bottom: -10px;
    margin-left: 55px;
    cursor: default;
}

.logo-nav {
    width: 190px;
    height: 60px;
    padding-left: 10px;
    padding: 10px 0px 10px 0px;
    gap: 10px;
}

.nav-item {
    width: 100%;
    height: 50px;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid rgb(227, 227, 227);
    margin-bottom: -10px;
    margin-top: 10px;
    box-shadow: 0px 6px 15px 0px rgba(61, 88, 141, 0.15);
}

.nav-menu{
    margin-bottom: -20px;
}

.nav-item.active a {
    color: #000000;
}

.nav-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav a{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #67748E;
}

.nav a:hover{
    color: #000000;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-container {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    transition: display 0.3s;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

#notificationsMenu {
    max-height: 200px;
    overflow-y: auto;
    top: 30px; 

}

.no-border{
    border: none;
    color: #67748E;
    background: none;
    margin-bottom: 10px;
}

a .no-border + span {
    color: #67748E;
}

a {
    text-decoration: none !important;
}

a:hover .no-border {
    color: #000000;
}

a:hover .no-border + span {
    color: black;
}

#logout-form button:hover {
    color: #000000;
}

.imagen_perfil{
    width: 25px; 
    height: 25px;
    border-radius: 50px;
    gap: 10px;
}


.icon-container {
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-right: 1px;
    width: 100%;
    height: 50px;
}

.icons-active{
    background: linear-gradient(to right, #0D9EFF, #4ECCFF);
    border-radius: 8px;
    padding: 8px;
    margin-top: -5px;
    color: white;
}

.icons-inactive{
    background: white;
    border-radius: 8px;
    padding: 8px;
    margin-top: -10px;
    color: rgb(0, 0, 0);
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-bar {
    margin-left: -2px;
}

.container-column .column-content {
    margin-right: 200px; 
}

#notificationsIcon{
    height: 30px;
    padding: 7px;
    border-radius: 50px;
    gap: 10px;
    background-color: #0D9EFF;
    color: white;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

#notificationsIcon i{
    color: #ffffff;
    margin-left: 2px;
    margin-top: -3px;
}

#tasksCount {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF7261;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

#notificationsMenu {
    margin-top: '210px', '0';
}

#notificationsMenu i{
    color: black;
}

#searchInput{
    width: 350px;
    height: 32px;
    border-radius: 5px;
    gap: 10px;
    margin-left: -9px;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
}

#searchInput::placeholder {
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #BFCEEC;
    font-size: 16px;
}

.form-control::-webkit-input-placeholder {
    color: #BFCEEC;
    font-size: 16px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 1.975rem;
    text-align: left;
    pointer-events: none;
    color: #BFCEEC;
}

.select2-container--default .select2-selection--multiple{
    border-color: #BFCEEC !important;
}

.button-crear{
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 40px;
    margin-right: -10px;
    margin-bottom: 20px;
    position: relative;
    display: inline-flex;
    border-radius: 10px;
    background: linear-gradient(to right, #0D9EFF, #4ECCFF);
    color: white;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 5px 15px 0px rgba(61, 88, 141, 0.25);
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.text-align{
    width: 1106px;
    height: 16px;
    color: #344767;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 16px;
}

.text-align2{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #344767;
    white-space: pre-line;
    display: block;
}

.table-acta{
    width: 100%;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
    flex-direction: column;
    align-items: flex-start; 
    box-shadow: 0px 6px 30px 0px rgba(61, 88, 141, 0.15); 
    margin-top: 0px; 
}

#text-table th{
    width: 1.146px;
    height: 72px;
    padding: 20px;
    gap: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 16px;
    color: #BFCEEC;
}

.table tbody tr td:nth-child(1),
.table tbody tr td:nth-child(2),
.table tbody tr td:nth-child(3),
.table tbody tr td:nth-child(4),
.table tbody tr td:nth-child(5) {
    padding-top: 25px;
}

#text-table-content{
    padding: 15px 20px;
    gap: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #344767;
    align-items: flex-start;
    height: 70px;
}


#text-table-content td.icon-pdf{
    margin-top: 5px;
    padding: 15px 20px 15px 20px; 
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #344767;
    letter-spacing: 1px;
    padding-top: 15px;
}

td:not(.icon-edit) {
    padding-top: 15px; 
}

td:not(.icon-pdf) {
    padding-top: 15px; 
}

.icon-edit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.icon-box {
    width: 58px;
    height: 38px;
    border: 1px solid #0D9EFF;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    margin-top: 7px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-box2 {
    width: 98px;
    height: 39px;
    border: 1px solid #0D9EFF;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-box3{
    border: 1px solid #0D9EFF;
    width: 147px;
    height: 39px;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    gap: 5px;
    color: #0D9EFF;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.icon-edit i,
.icon-pdf i {
    color: #0D9EFF;
}

.icon-box2 .pdf-disabled {
    color: rgb(220, 207, 207);
}
.icon-box3 .ver-tarea {
    color: rgb(220, 207, 207);
}

.bg-red {
    background-color: rgb(252, 243, 243);
    border-color: rgb(252, 243, 243);
}

/* Estilos para el Modal */
#newActasModal .modal-content {
    width: 900px;
    height: 80px;
    padding: 15px, 25px, 15px, 25px;
    top: 105px;
    right: 100px;
    background: linear-gradient(to right, #0D9EFF, #4ECCFF);
    border-radius: 15px;
}

#newActasModal .modal-body{
    top: -46px;
    color: white;
}

#newActasModal .modal-header {
    border-bottom: none;
}


/* Estilos para el estado */
.aprobado {
    width: 105px;
    height: 24px;
    background-color: #0ACE82;
    padding: 5px 15px;
    gap: 5px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.rechazado {
    width: 105px;
    height: 24px;
    background-color: #FF7261;
    padding: 5px 15px;
    gap: 5px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.pendiente {
    width: 105px;
    height: 24px;
    background-color: #FFCC33;
    padding: 5px 15px;
    gap: 5px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}


.btnNext{
    background: linear-gradient(to right, #0D9EFF, #4ECCFF);
    color: white;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    font-size: 16px;
}

.btn-previos {
    background: linear-gradient(to right, #67748E , #91A3C9);
    color: white;
    padding: 10px 30px 10px 30px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    font-size: 14px;
}


/* Tu estilo personalizado para la paginación de Laravel */
.pagination .page-item {
    margin-right: 5px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item:not(.active) .page-link {
    border-radius: 50px;
    border: 0.5px solid #C3D2EE;
    color: #67748E;
}

.pagination .page-item.active .page-link {
    border-radius: 50px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    color: #67748E; 
    background-color: #ffffff; 
}

.pagination .page-item .page-link {
    color: #ffffff; 
    background-color: white; 
    border: 1px solid #3498db; 
}

.pagination .page-item.active .page-link {
    background: linear-gradient(to right, #0D9EFF, #4ECCFF); 
    border: 1px solid #d3d3d3;
    color: #fff; 
}

.pagination .page-item:not(.active):not(:first-child):not(:last-child) .page-link {
    background-color: linear-gradient(to right, #C3D2EE, #4ECCFF);
    border: 1px solid #C3D2EE; 
    color: #BFCEEC; 
}

/* Footer */
.footer {
    text-align: center;
    margin-top: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.small-logo-container {
    display: inline-block; 
    vertical-align: middle;
    margin-top: -5px;
}

.small-logo {
    width: 39.98px;
    height: 20px;
}

/* Visualización de imagenés */
.image-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.preview-image {
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
    display: inline-block; 
    vertical-align: middle; 
    transition: opacity 0.3s;
}

.delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 0;
    color: white;
    background-color: #FF7261;
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    border: none; 
}

.delete-btn:hover {
    opacity: 1;
}

.image-container:hover .delete-btn {
    opacity: 1;
}

.cliente-logo {
    width: 50px; 
    height: auto; 
    border: 1px solid #C3D2EE;
    border-radius: 10px;
    padding: 10px;
    margin-top: -10px;
    margin-left: 10px;
}

.perfil-logo{
    width: 40px; 
    height: auto; 
    border-radius: 10px;
    margin-top: -10px;
    margin-left: 10px;
    border: 0.5px solid #C3D2EE
}

/* Estilos específico para la de acta de reunion */
.acta-reunion .form-control::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    color: #BFCEEC;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.acta-reunion input[type="date"] {
    font-family: 'Open Sans', sans-serif;
    color: #BFCEEC;
    text-transform: uppercase;
}

.acta-reunion input[type="file"] {
    font-family: 'Open Sans', sans-serif;
    color: #BFCEEC;
}

.acta-reunion #fechaReunion:focus {
    color: #000; 
}

.acta-reunion custom-width {
    width: 10px;
}

.form-check-label{
    display: block;
    margin-top: 5px;
}

.acta-reunion .Inputdate{
    width: 49%;
}

.acta-reunion .input-group.clone {
    margin-bottom: 0;
}

.acta-reunion .icon-trash {
    font-size: 1.1rem;
    color: #BFCEEC; 
    cursor: pointer; 
    width: 14px;
    height: 16px;
    padding-top: 7px;
    padding-right: 12px;
    padding-left: 10px;
}

/* Estilos específico para el testing */
.programar_testing .seccion {
    display: none;
}

.programar_testing .seccion-visible {
    display: block;
}

.programar_testing .input-group-text {
    background-color: transparent !important;
    border: 0;
    position: relative;
    top: 5px;
}

/* Estilos específico para protecto */
.proyecto .icon-box {
    margin-top: 0;
    position: relative;
    top: -10px; 
    margin-bottom: 10px;
}

.proyecto .icon-box2{
    border: 1px solid #0D9EFF;
    width: 147px;
    height: 39px;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    gap: 5px;
    color: #0D9EFF;
    text-align: center;
    margin-top: 5px;
}

/* ------------------------------------------------- */

.color-box4 {
    background-color: #0ACE82 !important;
}

.color-box2 {
    background-color: #FF7261 !important;
}

.color-box3 {
    background-color: #FFCC33 !important;
}

.nav-item .nav-link.active {
    background: linear-gradient(to right, #0D9EFF, #4ECCFF) !important;
    color: white !important;
    padding: 10px 30px 10px 30px !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
}