:root {
    --app-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --bs-font-sans-serif: var(--app-font-family);
    --bs-body-font-family: var(--app-font-family);
    --bs-heading-font-family: var(--app-font-family);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 600;
    --bs-heading-font-weight: 700;
    --now-primary: #009ef7;
    --now-text-color: #424242;
}

@font-face {
    font-family: 'HelveticaNow';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/font-files/HelveticaNeueLTPro67MediumCondensed.otf') format('opentype');
}

body {
    font-family: var(--app-font-family);
    font-size: var(--bs-body-font-size) !important;
    font-weight: var(--bs-body-font-weight);
    overflow-x:hidden;
    color: var(--now-text-color);
   
}

table th,
table td {
    font-family: var(--app-font-family) !important;
    font-size: 0.9rem !important;
    font-weight: var(--bs-body-font-weight) !important;
    color: var(--now-text-color) !important;
}
.ag-cell-value {
    font-family: var(--app-font-family) !important;
    font-size: 0.9rem !important;
    font-weight: var(--bs-body-font-weight) !important;
    color: var(--now-text-color) !important;
}

button,
.btn {
    font-weight: var(--bs-body-font-weight);
}

input,
select,
textarea {
    font-weight: var(--bs-body-font-weight) !important;
    font-family: var(--app-font-family) !important;
    padding: 6px 3px !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0076b9;
    --bs-btn-border-color: #0076b9;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0067a3; /* un poco más oscuro */
    --bs-btn-hover-border-color: #005c92;

    --bs-btn-focus-shadow-rgb: 0, 118, 185; /* rgb del color base */

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #005c92; /* aún más oscuro */
    --bs-btn-active-border-color: #005482;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0076b9;
    --bs-btn-disabled-border-color: #0076b9;
}


/* end review styles */


section {
    font-family: var(--app-font-family);

    overflow-x:hidden;
   
}

.select-all-checkbox {
    transform: scale(1.5);
    cursor: pointer;
    margin: 0 5px;
    -webkit-appearance: none; /* Desactiva el estilo predeterminado en navegadores WebKit */
    appearance: none; /* Desactiva el estilo predeterminado */
    background-color: transparent; /* Establece un color de fondo transparente por defecto */

    border: 1px solid #ccc;
    height: 14px;
    width: 14px;
    border-radius: 2px;
  }
  .select-all-checkbox:hover {
    background-color: #d1d1d1; /* Cambia el color de fondo en hover */
    transition: 0.5s;
  }
  .select-all-checkbox:checked {
    background-color: #54e538 !important;
    -webkit-appearance: none;
    transition: 0.2s;
  } 
  .colCheckPlani {
    width: 50px !important;
  }
  .checks_selec{
    cursor: pointer;
    background-color: transparent; /* Establece un color de fondo transparente por defecto */
    border: 1px solid #ccc;
    height: 14px;
    width: 14px;
    border-radius: 2px;
  }
  .checks_selec:hover {
    background-color: #d1d1d1; /* Cambia el color de fondo en hover */
    transition: 0.2s;
  }
  .checks_selec:checked {
    background-color: #54e538;
    transition: 0.1s;
  } 
.bg-synergiered {
    background-color: #e2001a;
}
.bg-synergiegray{
    background-color: #495d67;
}
.backg-synergiered-grad {
    background: linear-gradient(140deg, rgba(248,249,250,1) 29.9%, #e2001a 90%) !important;
}
.backg-synergiegray-grad{
    background: linear-gradient(140deg, rgba(248,249,250,1) 29.9%, #495d67 90%) !important;
}
.subtitle {

    opacity: 0.99;
    float: left;
    clear: left;
}
.no-border {
    border: 0px;
}
.obligatorio {
    background-color: bisque;
}
.grouprow:first-letter {
    text-transform: capitalize !important;
}
.text-primary {
    cursor: pointer;
}
.col-nombre {
    width: 320px !important;
}

.col-variacion {
    width: 180px !important;
    text-align: right;
}
.col_text {
    width: 350px;
}
.col_id {
    width: 120px;
    text-align: left;
}
.col_small {
    width: 120px;
    text-align: center;
}
.col_date {
    width: 80px;
    text-align: left;
}
.col_puesto {
    width: 250px;
    text-align: left;
}
.col_puesto p {

    max-width: 250px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.col_sace {
    width: auto;
    text-align: left;
    max-width: 160px;
}
.col_sace p {

    max-width: 250px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.col-160px{
    width: 160px;
}
.col_plani {
    border-left: 1px #ccc solid;
    MIN-WIDTH: 365px !important;
}
.table tr {
    content-visibility: auto;
}
table.dataTable thead th {
    vertical-align: bottom;
    border-bottom: 1px rgb(73, 93, 103) solid;
}
table.dataTable tbody td {
    padding: 0px 0px 0px 0px;

    height: 25px !important;
    vertical-align: middle;
    border-bottom: 1px dotted #ccc !important;
    color:#212529;
    padding-top: 3px;
    padding-bottom: 3px;
}/*
table.display tbody tr:nth-child(even):hover td {
    background-color: rgb(116 185 255 / 42%) !important;
}
table.display tbody tr:nth-child(odd):hover td {
    background-color: rgb(116 185 255 / 42%) !important;
}*/
table.dataTable tr.dtrg-group.dtrg-level-0 td {

    padding: 15px;
    padding: 30px 20px 0px 1px;
    font-family: var(--app-font-family);
    text-align: left;
    border-bottom: 1px solid #eeeeee !important;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td:hover {
    background-color: #fff !important;
}
table.dataTable tr.dtrg-group.dtrg-level-0 td div {
    border: 0px !important;
    border-radius: 15px 15px 0px 0px !important;
    color: #a4a4a4 !important;
}
/*
table.dataTable tr.dtrg-group.dtrg-level-0 td::first-letter {
    text-transform: capitalize !important;
}*/
table.dataTable tbody td div {
    display: inline-block;
}
.subtitle-text {

    text-align: left;
}
.weekendday {
    background-image: linear-gradient(45deg, transparent 38.46%, #f2f2f2 38.46%, #f2f2f2 50%, transparent 50%, transparent 88.46%, #f2f2f2 88.46%, #f2f2f2 100%);
    background-size: 16.38px 16.38px;
    transition: 0.2s;
    vertical-align: middle;
}/*
.weekendday:hover {
    box-shadow: 0px 0px 10px 0px #A1A1A1;
    transition: 0.2s;
    cursor: pointer;
}*/
.day {
    transition: 0.2s;
}
.bi-star {
    color: #FFC312;
    transition: 0.2;
    cursor: pointer;
    font-size: 115%;
}
.bi-star:hover {
    zoom: 0.90;
    transition: 0.6;
}
.bi-star-fill {
    color: #FFC312;
    cursor: pointer;
    font-size: 115%;
}
.bi-star-fill:hover {
    zoom: 0.90;
    transition: 0.6;
}
.borderstartend {
    border-left: 2.5px;
    border-right: 2.5px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #0984e3;
    border-radius: 10px 10px 10px 10px;
    padding: 0px;
}
.borderstart {
    border-left: 5px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #0984e3;
    border-radius: 10px 10px 10px 10px;
    padding: 0px;
}
.borderend {
    border-left: 0px;
    border-right: 5px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #0984e3;
    border-radius: 10px 10px 10px 10px;
    padding: 0px;
}
.borderendprev {
    border-left: 0px;
    border-right: 5px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #f1c40f;
    border-radius: 10px 10px 10px 10px;
    padding: 0px;
}
.borderday {
    border-left: 2.5px;
    border-right: 2.5px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: transparent;
    border-radius: 5px 5px 5px 5px;
    padding: 0px;
}
.dayheader {
    min-width: 50px;
    max-width: 50px;
    min-height: 30px;
    display: inline-block;
    border-radius: 0px;
    cursor: pointer;
    background-color: #fff;
    text-align: CENTER;
    border-right: 1px #fff solid;
}
.daybox0 {
    min-width: 45px;
    max-width: 45px;
    max-height: 60px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #f5f5f5;
}
.daybox1 {
    min-width: 45px;
    max-width: 45px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #fff5d77a;
}
.daybox2 {
    min-width: 45px;
    max-width: 45px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #c4e53838;
}
.daybox98 {
    min-width: 45px;
    max-width: 45px;
    display: inline-block;
    border-radius: 5px;
    border: 1px #f5f5f5 solid;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: transparent;
}
.daybox3 {
    min-width: 45px;
    max-width: 45px;
    min-height: 32px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #FBDADB;
}
.dayboxCoste {
    min-width: 50px;
    max-width: 50px;
    min-height: 40px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #FBDADB;
}
.daybox99 {
    min-width: 45px;
    max-width: 45px;
    min-height: 32px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;

    background-color: #3498db73;
}
.daybox99.daybox99-justified {
    background-color: #e8f5e9 !important;
}
.daybox99.daybox99-unjustified {
    background-color: #fce4ec !important;
}
.ausencia-badge {
    display: inline-block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 14px;
    margin-top: 1px;
}
.ausencia-badge-j {
    background-color: #4caf50;
    color: #fff;
}
.ausencia-badge-j-pendiente {
    background-color: #ff9800;
    color: #fff;
}
.ausencia-badge-nj {
    background-color: #e53935;
    color: #fff;
}
.linenotebox {
    display: block;
    text-align: center;
    max-width: 45px;
    clear: left;
}
.linedaybox0 {
    display: block;
    text-align: center;
    visibility: hidden;

    float: left;
    clear: left;
    min-height: 20px;
    line-height: 1.2 !important;
    width: 100%;
}
.linedaybox1 {
    display: block;
    text-align: center;
    float: left;
    clear: left;
    line-height: 1.2 !important;
    width: 100%;
}
.linedaybox2 {
    display: block;
    text-align: center;
    float: left;
    clear: left;
    line-height: 1.2 !important;
    width:100%;
}
.linedaybox3 {
    display: none !important;
    text-align: center;
    max-width: 45px;
    margin-left: 8px;
    float: left;
    clear: left;
    line-height: 1.2 !important;
    width:100%;
}
.linedayboxCoste {
    display: none !important;
    text-align: center;
    max-width: 50px;
    margin-left: 8px;
    float: left;
    clear: left;
    line-height: 1.2 !important;
    width:100%;
}
.linedaybox99 {
    display: none !important;
    text-align: center;
    float: left;
    clear: left;
    line-height: 1.2 !important;
}
.linenotebox p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.infodaybox0 {
    float: left;
    clear: left;
    min-width: 45px;
    max-width: 45px;
    background-color: #ccc;
    height: 15px;
    border-radius: 5px 5px 0px 0px;

}
.infodaybox1 {
    float: left;
    clear: left;
    width: 45.5PX;
    height: 15px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #FFC312;
}
.infodaybox2 {
    float: left;
    clear: left;
    width: 45.5PX;
    height: 15px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #C4E538;
}
.infodaybox3 {
    float: left;
    clear: left;
    width: 45.5PX;
    height: 15px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #EA2027;
}
.infodaybox98 {
    float: left;
    clear: left;
    width: 45.5PX;
    height: 15px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #fff;
    color: #ccc !important;
}
.infodayboxCoste {
    float: left;
    clear: left;
    width: 50PX;
    height: 15px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #EA2027;
}
.infodaybox99 {
    float: left;
    clear: left;
    width: 45.5PX;
    height: 25px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #3498db;
}
.docbox1 {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    
    background-color: #ffc3128f;
    margin: 1px;
}
.infodocbox1 {
    float: left;
    clear: left;
    
    min-width: 100px;
    max-width: 100px;
    height: 25px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #FFC312;
}
.linedocbox1 {
    display: block;
    text-align: center;

    max-width: 100px;
    padding: 4px;
    float: left;
    clear: left;
} 
.docbox2 {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    
    background-color: #a6cd00a6;
    margin: 1px;
}
.infodocbox2 {
    float: left;
    clear: left;
    width: 100px;
    height: 25px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #a6cd00
}
.linedocbox2 {
    display: block;
    text-align: center;

    max-width: 100px;
    padding: 4px;
    float: left;
    clear: left;
} 
.docbox3 {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    
    background-color: #ff797d80;
    margin: 1px;
}
.infodocbox3 {
    float: left;
    clear: left;
    width: 100px;
    height: 25px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #EA2027;
}
.linedocbox3 {
    display: block;
    text-align: center;

    max-width: 100px;
    padding: 4px;
    float: left;
    clear: left;
} 
.docbox4 {
    min-width: 100px;
    max-width: 100px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    
    background-color: #495d6752;
    margin: 1px;
}
.infodocbox4 {
    float: left;
    clear: left;
    width: 100px;
    height: 25px;
    padding: 0px;
    border-radius: 5px 5px 0px 0px;
    margin: 0px;
    border: 0px;
    margin-left: -0.5px;
    margin-top: 1px;
    background-color: #495D67;
}
.linedocbox4 {
    display: block;
    text-align: center;

    max-width: 100px;
    padding: 4px;
    float: left;
    clear: left;
} 
.checkplani {
    text-align: center;
    font-size: 20px;
    width: 30px;
}
.checkplani input {
    font-size: 20px;
    cursor: pointer;
}
.modal-content:hover {
    transition: 0.2s;
    opacity: 1;
}
.toolbar {
    padding: 0;
    height: 65px;
    border-top: 1px solid #eff2f5;
    background-color: #fff;
    width: 100%;
}
.nav-link-now0 {
    padding: 10px;
    background-color: #f6f9fb;
    color: #009ef7;
    border-radius: 5px;
    text-transform: none;
}
.nav-link-now0:hover {
    color: #e2001a;
    transition: 0.2s;
    cursor: pointer;
}
.nav-link-now {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    text-transform: none;
    color:  #212529;/*gray-900*/;
}
.nav-link-now:hover {
    background-color: #f6f9fb;
    color: #009ef7;
    transition: 0.2s;
    cursor: pointer;
}
.nav-link-now2 {
    padding: 10px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;
    color:  #212529;/*gray-900*/;
}
.nav-link-now4 {
    padding: 10px 22px; /* aún más ancho */
    background-color: #f6f9fb; /* gris claro */
    border-radius: 6px;
    text-transform: none;
    border: 0;
    color: #212529; /* gray-900 */
    ; /* tipografía más marcada */
    line-height: 1.2;
    letter-spacing: -0.015em;
}
.nav-link-now4:hover{
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    background-color: #e9ecef; /* hover claro */
}
.nav-link-now5 {
    padding: 5px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;
    font-size: '12px';
    color:  #212529;/*gray-900*/;
}
.nav-link-now5:hover{
    cursor: pointer;
    transition: 0.5s;
    color: #009ef7;
}
.nav-link-now6 {
    padding: 5px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;
    font-size: '12px';

    color:  #212529;/*gray-900*/;
}
.nav-link-now6:hover{
    cursor: pointer;
    transition: 0.5s;
    color: #009ef7;
}
.nav-link-now7:hover{
    cursor: pointer;
    transition: 0.2s;
    color: #009ef7;
}
.textHoverNow {
    
}
.textHoverNow {
    color: #e2001a !important;
    transition: 0.3s;
}
.grab {
    
}
.grab:hover{
    color:#e2001a;
    cursor: grab;
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)!important;
    transition: 0.3s;
    cursor: pointer;
  }
/* Dropdown items con icono, título y descripción */
.dropdown-menu.dropdown-rich { padding: 6px; min-width: 300px; }
.dropdown-rich .dropdown-item-rich {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 12px; border-radius: 8px; color: inherit; text-decoration: none;
    transition: background-color 0.15s;
}
.dropdown-rich .dropdown-item-rich:hover { background-color: #edf0f4; }
.dropdown-rich .dropdown-item-rich:active { background-color: #e2e6ea; }
.dropdown-rich .dri-icon {
    flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px;
    background-color: #f0f2f5; display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
}
.dropdown-rich .dri-text { min-width: 0; }
.dropdown-rich .dri-title { font-weight: 600; font-size: 0.85rem; line-height: 1.3; color: #1a1a1a; }
.dropdown-rich .dri-desc { font-size: 0.75rem; color: #8c8c8c; line-height: 1.3; }
.dropdown-rich .dropdown-header-rich {
    font-size: 0.65rem; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase; color: #aaa; padding: 8px 12px 2px;
}
.dropdown-rich .dropdown-divider { margin: 4px 8px; }
.nav-link-now8 {
    padding: 10px;
    background-color:#fff; 
    border-radius: 35px;
    text-transform: none;
    border: 0px;
    color:  #212529;/*gray-900*/;

}
.nav-link-now8:hover{
    cursor: pointer;
    background-color: #009ef7;
    transition: 0.5s;
    color: #fff;

}
.hours_box {
    padding: 4px 0px !important;
    background-color: #f6f9fb;
    border-radius: 5px;
    width:60px;
    text-align: center !important;
    border: 1px #eeeeee solid;
}
.hours_box_fra {
    padding: 2px;
    background-color: #ffebeb;
    border-radius: 5px;
    width:60px;
    text-align: center;
    border: 1px #eeeeee solid;
}
.hours_box--concept {
    width: 76px !important;
    min-width: 76px;
    font-variant-numeric: tabular-nums;
    appearance: textfield;
    -moz-appearance: textfield;
}
.hours-input-badge-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hours-status-host {
    position: relative;
}
.hours-status-badge {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 999px;
    background: var(--hours-status-color, #0d6efd);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.hours-status-badge i {
    font-size: 9px;
    color: #fff;
    line-height: 1;
}
.hours_box--concept::-webkit-outer-spin-button,
.hours_box--concept::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.hours_box--price {
    text-align: center;
    border-radius: 5px;
    border: 1px #eeeeee solid;
    padding: 4px 0 !important;
    font-weight: 600;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
.hours_box--price-nomina {
    background-color: #f6f9fb;
}
.hours_box--price-factura {
    background-color: #ffebeb;
}
.hours_box--price.hourStatus3 {
    border-width: 2px;
    box-shadow: inset 0 0 0 1px rgba(13, 110, 253, 0.12);
}
.hours_box--price.hourStatus4 {
    border-width: 2px;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.14);
}
.hours_box--price.hourStatus5 {
    border-width: 2px;
    box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.18);
}
.hours_box--price.hourStatus6 {
    border-width: 2px;
    box-shadow: inset 0 0 0 1px rgba(220, 53, 69, 0.14);
}
.hours-concept-cell {
    min-width: 340px;
}

/* Inline add-concept button per row */
.hours-add-concept-btn {
    opacity: 0.35;
    transition: opacity 0.15s ease, transform 0.15s ease;
}
tr:hover .hours-add-concept-btn {
    opacity: 1;
}
.hours-add-concept-btn:hover {
    opacity: 1;
    transform: scale(1.25);
}

/* Floating bulk-actions bar */
.hours-bulk-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10), 0 1px 4px rgba(0,0,0,0.04);
    padding: 0;
    z-index: 1050;
    display: flex;
    align-items: stretch;
    animation: bulkBarSlideUp 0.25s ease-out;
}
.hours-bulk-bar-count {
    font-size: 14px;
    color: #64748b;
    white-space: nowrap;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #f1f5f9;
}
.hours-bulk-bar-count .fw-bold {
    color: #0f172a;
    font-size: 18px;
}
.hours-bulk-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 10px 22px;
    cursor: pointer;
    transition: background 0.15s;
    border-right: 1px solid #f1f5f9;
    white-space: nowrap;
    user-select: none;
}
.hours-bulk-action:hover {
    background: #f8fafc;
}
.hours-bulk-action:active {
    background: #f1f5f9;
}
.hours-bulk-action i {
    font-size: 20px;
}
.hours-bulk-action span {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.hours-bulk-close {
    border-right: none !important;
    padding: 10px 16px;
}
.hours-bulk-close i {
    font-size: 16px;
}
@keyframes bulkBarSlideUp {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.nav-link-now2:hover {
    cursor: pointer;
}
input.nav-link-now {
    padding: 6px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;

    color:  #212529;/*gray-900*/;
}

select.nav-link-now {
    padding: 6px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;

}
textarea.nav-link-now {
    padding: 10px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;
    border: 0px;

}
.buttons-colvis {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    text-transform: none;
    text-decoration: none;
    color: #212529;
    
    border: 0px;

}
.buttons-colvis:hover {
    background-color: #f6f9fb;
    color: #009ef7;
    transition: 0.2s;
}
.dropdown-menu {
    background-color: #f6f9fb;
    transition: 0.2s;
    padding: 10px;
}
.dt-button-collection {
    width: auto;
}
input.nav-link-now:hover {
    background-color: #f6f9fb;
    color: #009ef7;
    transition: 0.2s;
}
.nav-link-now3 {
    padding: 6px;
    border-radius: 5px;
    text-transform: none;
    border: 0px;

    background-color: #e2001a;
}
a {
    text-decoration: none;
    color: rgb(73, 93, 103);
}
.title-titilium {
    font-family: var(--app-font-family);

}
.cargando_css {
    animation: moving 0.5s infinite;
}
@keyframes moving {
    50% {
        transform: rotate(180deg);
    }
}
.planiok {
    font-size: 18px;
    /* border: 2px green solid; */
    color: #ffffffbd;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #24a511;
    padding: 4px;
}
.planirejected {
    font-size: 18px;
    /* border: 2px green solid; */
    color: #ffffffbd;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e2001a;
    padding: 4px;
}
.planiphone {
    font-size: 18px;
    /* border: 2px green solid; */
    color: #ffffffbd;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1145a5;
    padding: 4px;
}
.planimail {
    font-size: 18px;
    /* border: 2px green solid; */
    color: #ffffffbd;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ccc;
    padding: 4px;
}
.form-check-input:checked  {
    background-color: #2ecc71 !important;
    border-color: #55efc4 !important;
}
.form-select {
    cursor: pointer;
}
.tabletaks td {
    text-transform: lowercase !important;

}
.dataTables_filter, .dataTables_info { display: none; }
.iconandbtn{
    cursor: pointer;
}
.iconandbtn:hover{
    cursor: pointer;
    transition: 0.5s;
    color:#0984e3;
}
.easy-autocomplete-container {
    position: absolute;
    border-radius: 5px;
    font-family: var(--app-font-family);

    float: left;
    MARGIN-LEFT: -30PX;
}
.easy-autocomplete-container li {
    background-color: #fff;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    padding: 10px;
    list-style-type: none;
    width: 100%;
    cursor: pointer;
    z-index: 999;
}
.easy-autocomplete-container li:hover {
    background-color: #eee;
    color: #009ef7;
    transition: 0.2s;
}
.easy-autocomplete {
    width: 80% !important;
}
.sticky-top {
    top: 50px
}
#overlay {
    width: 100%;
    position: fixed;
    margin-top: 80px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: #6c757d5c;
    display: none !important;
}
#overlay h2 {
    position: fixed;
    margin-left: 40%;
    top: 40%;
    color: grey;
    opacity: 1.0;
}
.greySynergie {
    color: #495D67;
}
.redSynergie {
    color: #e2001a;
}
.bgGreySynergie {
    background-color: #495D67;
}
.bgRedSynergie {
    background-color: #e2001a;
}

#client-list ul {
    list-style-type: none;
}

#client-list li {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

#client-list li:hover {
    background-color: #eee;
}

#client-list_dashboard li ul {
    list-style-type: none !important;
}

#client-list_dashboard li {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding: 6px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;

    color:  #212529;/*gray-900*/;
}

#client-list_dashboard li:hover {
    background-color: #eee;
}

.dashboard-company-picker {
    min-width: 280px;
    max-width: 360px;
}

.dashboard-company-picker__control {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 280px;
}

.dashboard-company-picker__icon {
    position: absolute;
    left: 11px;
    color: #7a8693;
    pointer-events: none;
    z-index: 2;
}

.dashboard-company-picker__input {
    width: 100%;
    min-height: 34px;
    padding-left: 33px !important;
    padding-right: 34px !important;
    background-color: #f5f5f5 !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.dashboard-company-picker__input:focus {
    background-color: #fff !important;
    border-color: rgba(226, 0, 26, 0.2) !important;
    box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.08) !important;
}

.dashboard-company-picker__input.is-invalid {
    background-color: #fff6f6 !important;
    border-color: rgba(226, 0, 26, 0.45) !important;
    box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.08) !important;
}

.dashboard-company-picker__clear {
    position: absolute;
    right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #6c757d;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
    z-index: 2;
}

.dashboard-company-picker__clear.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.dashboard-company-picker__clear:hover {
    background-color: #e9ecef;
    color: #212529;
}

.dashboard-company-picker__meta {
    margin-top: 4px;
}

.dashboard-company-picker__status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #6c757d;
}

.dashboard-company-picker__status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #c7ced6;
}

.dashboard-company-picker__status.is-active {
    color: #198754;
    font-weight: 600;
}

.dashboard-company-picker__status.is-active::before {
    background-color: #198754;
}

.dashboard-company-picker__menu {
    width: 100%;
    min-width: 280px;
    margin-top: 6px;
    padding: 0.4rem;
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid rgba(73, 93, 103, 0.12);
    border-radius: 12px;
    inset: auto auto auto 0 !important;
    transform: none !important;
}

.dashboard-client-option {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dashboard-client-option__code {
    font-size: 11px;
    font-weight: 700;
    color: #6c757d;
    letter-spacing: 0.02em;
}

.dashboard-client-option__name {
    font-size: 13px;
    color: #212529;
}

.dashboard-filter-empty-state {
    padding: 0.75rem;
    font-size: 12px;
    color: #6c757d;
}


#client-list_planification ul {
    list-style-type: none;
}

#client-list_planification li {
    cursor: pointer;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

#client-list_planification li:hover {
    background-color: #eee;
}

#client-list_planificationli ul {
    list-style-type: none !important;
}

#client-list_planification li {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding: 6px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;

    color:  #212529;/*gray-900*/;
}

#client-list_planification li:hover {
    background-color: #eee;
}


#client-list_newOrder li ul {
    list-style-type: none !important;
}

#client-list_newOrder li {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding: 6px;
    background-color: #f6f9fb;
    border-radius: 5px;
    text-transform: none;

    color:  #212529;/*gray-900*/;
}

#client-list_newOrder li:hover {
    background-color: #eee;
}


#client-list_task li ul {
    list-style-type: none !important;
}

#client-list_task li {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    list-style-type: none;
    padding: 6px;
    background-color: #fff;
    border-radius: 5px;
    text-transform: none;

    color:  #212529;/*gray-900*/;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

#client-list_task li:hover {
    background-color: #eee;
}


/* Contenedor principal */
.app-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.app-section {
    width: 100%;
    margin: 10px 0 0 0;
}
.app-section-title {
    
    color: #495d67; /* gris título */
    font-size: 0.95rem;
    padding: 6px 10px;
    margin: 0 10px 6px 10px;
    border-left: 3px solid #e2001a;
}
.card-icon{
    border: 2px solid #EEEEEE;
    padding: 5px;
    border-radius: 10px;
    background: radial-gradient(circle, #f5f5f5, #fcf9f9);
    position: relative;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }

/* Badge NEW para apps */
.badge-new {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e2001a; /* rojo Synergie */
    color: #fff;
    
    
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
  
  .dropdown-menu-apps.show {
    animation: bounce 0.6s;
    scale: 1.0 !important;
    transition: 0.8;
    opacity: 1;
    transform: scale(1);
  }
  .dropdown-menu-apps {
    opacity: 0;
    scale: 0.0 !important;
    transform: scale(0.2);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    min-width: 450px !important;
  }
  


/* Lista de aplicaciones */

.appTitle {
    color:#6c757d;
}
.shake {
    animation: shake 0.15s ease-in-out infinite alternate;
  }
  
  @keyframes shake {
    0% {
      transform: translate(0, 0) rotate(0deg);
    }
    100% {
      transform: translate(0px, 0px) rotate(0.5deg);
    }
  }

  @media (max-width: 768px) {
    input, select, textarea, option {
        font-size: 1.5rem !important;
        box-sizing: border-box;
    }
    .mobileHide{
        display: none !important;
        visibility: hidden;
    }
    .modal-backdrop{
        min-width: 100% !important;
    }
    .h-100{
        min-height: 100% !important;
        height: 100% !important;
    }
    .app-list {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 20px;
        margin: 40px auto; /* Centrar y ajustar el margen */
        width: 100%;
        justify-content: center; /* Centrar el contenido */
    }
    
    .app-item {
        flex: 1 1 calc(45% - 20px); /* Más espacio para una mejor adaptación */
        max-width: calc(45% - 20px); /* Limitar el ancho máximo */
        margin: 10px; /* Margen ajustado */
        height: 180px; /* Mantener altura fija */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-top: 12px;
        box-sizing: border-box; /* Asegurar que el padding no afecte el ancho */
    }
    
    
    .app-item img {
        width: 5rem; /* Tamaño de la imagen */
        height: 5rem;
    }
    

    .appTitle {
        font-size: 1.6rem;

        text-align: center;
    }
    #tab-dashboard-tab {
        visibility: hidden !important;
    }
    .app-item:not([data-value="orders_main_mobile,Solicitar Personal"]):not([data-value="dashboard,Board"]) {
        display: none;
    }
    .textLogoSyn1{
      display: none;
      }
      .textLogoSyn2{
        display: none;
             }

.objDashboard {
    min-height: 25vh;
}

}
@media (min-width: 769px) {
    .footer-mobile{
        display: none !important;
    }
    .app-list {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
/* Cada aplicación */
.app-item {
    width: calc(25.0% - 20px);
    height: 120px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 12px;
    border-radius: 12px;
    transition: transform 0.3s ease-in-out;
}
.app-item[data-value="orders_main_mobile,Solicitar Personal"] {
    display: none;
}


.app-item:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

/* Imagen de la aplicación */
.app-item img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

/* Separación entre icono y título */
.app-item .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.app-item .card-body {
    margin-top: 8px;
    text-align: center;
}

.dashboard-placeholder {
    min-height: 12rem;
}

.dashboard-placeholder .spinner-border {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--now-primary);
}

.dashboard-placeholder .placeholder-text {
    margin-top: 0.75rem;
    color: var(--bs-gray-600);
    font-size: 0.9rem;
    font-weight: var(--bs-body-font-weight);
    text-align: center;
}

.placeholder-counter {
    min-height: 12rem;
}

.dashboard-empty-state {
    min-height: 18rem;
    border: 1px dashed rgba(73, 93, 103, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    transition: background 0.2s ease;
}

.dashboard-empty-state:hover {
    background: rgba(255, 255, 255, 1);
}

.dashboard-empty-state__icon {
    font-size: 3rem;
    color: var(--now-primary);
}

.dashboard-empty-state__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bs-gray-700);
}

.dashboard-empty-state__description,
.dashboard-empty-state__hint {
    color: var(--bs-gray-600);
    font-size: 0.9rem;
}

/* Título de la aplicación */
.app-item .title {
    

}

.textLogoSyn1{
    color: rgb(226,0,26);
    font-size: 20px;
    font-weight: 400;
  }
  .textLogoSyn2{
    font-family: 'HelveticaNow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(73,93,103);
    font-size: 22px;
    
  }
}

/* Icono de la aplicación */
.app-item .icon {
    font-size: 20px;
}




  
  /* Selector para el texto de información de la aplicación */
  .app-item .info .text {
    
    color: #ccc;
  }
  
  .objCounter:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  }



  .objTable:hover {
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);*/
  }

  .ChartDiv {
    /*transition: box-shadow 0.3s ease-in-out;*/
  }

  .ChartDiv:hover {
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);*/
  }

.customizeBoardShadow div:first-child {
    transition: 2s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.dashboard-customize-toolbar {
    position: fixed;
    top: -30px;
    left: 0;
    right: 0;
    padding: 18px clamp(16px, 4vw, 48px);
    background: linear-gradient(135deg, #495c66 0%, #313d49 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 3vw, 32px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    z-index: 1300;
    pointer-events: none;
}

.dashboard-customize-toolbar__message {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: min(620px, 60vw);
    pointer-events: auto;
}

.dashboard-customize-toolbar__message h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
}

.dashboard-customize-toolbar__message p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.9);
}

.dashboard-customize-toolbar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(6px);
}

.dashboard-customize-toolbar__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    pointer-events: auto;
}

.dashboard-customize-toolbar__button {
    font-weight: 600;
    padding: 0.75rem 1.75rem;
}

.dashboard-customize-dimmed {
    opacity: 0;
    pointer-events: none !important;
    transition: opacity 0.2s ease;
    visibility: hidden !important;
}

.dashboard-toolbar-card .card-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
}

.dashboard-toolbar-card .nav-link-now4 {
    white-space: nowrap;
}

@media (max-width: 992px) {
    .dashboard-customize-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .dashboard-customize-toolbar__message {
        max-width: 100%;
    }

    .dashboard-customize-toolbar__actions {
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 12px;
    }
}

.objCounter {
    background: radial-gradient(circle, #6c757d, #4a5359);
    color: #ffffff;
    height: 100%;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out;
  }
  

  .objCounter .dashed-box {
    border: 2px dashed #ffffff;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px; /* Added rounded corners */
  }

  .objTable {
    background: radial-gradient(circle, #f5f5f5, #fff);
    transition: box-shadow 0.3s ease-in-out;
    cursor: grab;
    height: 425px;
    overflow: auto;
    padding-top: 25px;

  }

  .objTable table  {
    border-collapse: collapse;
  }
  .objTable table td {
    vertical-align: middle; /* Alineación vertical al centro */
  }

  .objTable table tr {
    border: transparent;
    
  }
 
  .close-icon {
    position: absolute;
    top: -10px;
    right: -8px;
    color: #bbb !important;
    cursor: pointer;
    z-index: 9998;
    font-size: 25px;

    /* border: 5px solid #e2001a; */
    border-radius: 100%;
    height: 37px;
    width: 37px;
    background-color: #fff;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
  }
  
  .close-icon:hover {
    color: #e2001a !important;
    cursor: pointer;
    scale: 1.2;
    transition: 0.5s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);  /* Added shadow on hover */


  }

  
  @keyframes elasticTopShow {
    0% {
      top: -30px;
    }
    30% {
        top: 5px; 
    }
    55% {
      top: -2px;
    }
    100% {
      top: 0px;
    }
  }
  
  .elasticTopShow {
    animation: elasticTopShow 1s ease forwards;
  }
  
  @keyframes elasticTopHide {
    0% {
      top: 0px;
    }
    45% {
      top: -2px;
    }
    70% {
      top: 5px;
    }
    100% {
      top: -30px;
    }
  }
  
  .elasticTopHide {
    animation: elasticTopHide 1s ease forwards;
  }
  
  .sideBarGrey{
    background-color: #495D67;
    padding: 20px;
    padding-top: 60px;
  }

  .sideBarSection {
    color: #fff;
    transition: 0.5s;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 4px;
    
    cursor: pointer;
  }
  .sideBarSectionActive {
    background-color: #1f2937;
  }
  .sideBarSectionDisabled {
    color: #ccc !important;
    background-color: #495D67;

  }
  .sideBarSectionDisabled:hover {
    color: #ccc !important;
    background-color: #495D67 !important;

  }
  .sideBarSection:hover {
    background-color: #ccc;
    cursor: pointer;
  }
  /* side bar transparent*/
  .sideBarTr{
    background-color: transparent;
    padding: 20px;
    padding-top: 60px;

  }
  .sideBarTrSection {
    transition: 0.5s;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 4px;
    cursor: pointer;
  }
  .sideBarTrSectionActive {
    background-color: #fff;
    color:#009ef7;
  }
  .sideBarTrSectionDisabled {
    color: #ccc !important;
    background-color: #495D67;

  }
  .sideBarTrSectionDisabled:hover {
    background-color: #495D67 !important;

  }
  .sideBarTrSection:hover {
    background-color: #fff;
    cursor: pointer;
  }





  .boxGrey{
    background-color: #f5f5f5;
    border-radius: 0px;

    color:  #212529;/*gray-900*/;
    padding: 10px;
    display: flex; /* Convierte el div en un contenedor flex */
    align-items: center; /* Centra los elementos verticalmente */
    min-height: 65px;
    margin-bottom: 3px;
  }

  .dash_foto_table {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="4"></circle><path d="M20 21v-2a4 4 0 0 0-3-3.87"></path><path d="M4 21v-2a4 4 0 0 1 3-3.87"></path></svg>');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

  
.dt-button-collection {
    width: auto !important;
}
.table-hover{
    cursor: pointer;
}

.table-sm {
    font-size: 0.8rem !important;
}
.filter-font{
    
}
.fixed-table-loading {
    display: none;
}
.page-list {
    display: inline-block;
}


/* Search box wrapper: align with Bootstrap form controls */
.search-box {
    position: relative;
    width: 100%;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
}

.search-box ul {
    top: calc(100% + .25rem);
    left: 0;
    min-width: 100%;
}

.empty-state-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.empty-state-card {
    max-width: 360px;
}

.empty-state-icon {
    line-height: 1;
}

.empty-state-title {
    font-size: 1.5rem;
    font-weight: 600;
}

/* Import wizard cards and stepper */
.stepper-modern {
    gap: 1rem;
    flex-wrap: wrap;
}

.stepper-modern .step-item {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: 999px;
    background: #f8f9fa;
    color: #6c757d;
    font-weight: 500;
    transition: background-color .2s ease, color .2s ease;
}

.stepper-modern .step-item.active {
    background: #fdecef;
    color: #c5303f;
}

.stepper-modern .step-item.completed {
    background: #e6f4ea;
    color: #2f8f46;
}

.step-circle-modern {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #dee2e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #495057;
    transition: background-color .2s ease, color .2s ease;
}

.step-item.active .step-circle-modern {
    background: #dc3545;
    color: #fff;
}

.step-item.completed .step-circle-modern {
    background: #198754;
    color: #fff;
}

.step-connector {
    flex: 1 1 40px;
    height: 2px;
    background: #dee2e6;
    margin: 0 .5rem;
}

.step-item.active + .step-connector,
.step-item.completed + .step-connector {
    background: #dc3545;
}

.modern-card.card {
    border: 1px solid #edf0f2;
    background: #fff;
}

.modern-card.card .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #edf0f2;
    border-radius: 1rem 1rem 0 0;
    padding: 1rem 1.5rem;
}

.modern-card.card .card-body {
    padding: 1.5rem 1.75rem;
}

.modern-card-body.text-center {
    padding: 2rem;
}

@media (max-width: 991.98px) {
    .stepper-modern {
        justify-content: center;
    }

    .step-connector {
        display: none;
    }
}

/* Planification header spacing tweaks */
.viewHeader { margin-bottom: .5rem !important; }
.viewMain .card .card-body { padding-top: .75rem; padding-bottom: .75rem; }
.filter-group-row { row-gap: .5rem !important; }

/* Input height and spacing to match .form-control */
.search-input {
    padding: .375rem .75rem;
    padding-left: 2rem; /* leave room for icon */
    border: 1px solid #ced4da;
    border-radius: .375rem;
    outline: none;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    z-index: 1;
}

/* Icon vertically centered and aligned */
.search-icon {
    position: absolute;
    left: .5rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #adb5bd;
    pointer-events: none;
}
#tablaHoras th {
    background-color: white !important;
    color: #b5b5c3;
    position: sticky;
    cursor: pointer;
    top: 0;
    /* Don't forget this, required for the stickiness */
    border-left: 0px;
    border-right: 0px;
}
#tablaHoras td {
    padding: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.fixed-table-toolbar {
    position: absolute;
}
.hours_th:hover {
    color: #0d6efd !important;
    transition: 0.5s;
}
th[data-field="Periodo"] {
    min-width: 180px;
    text-align: center;
}
#tablaHoras th[data-field="Persona"] {
    min-width: 200px;
    text-align: left;
}
#tablaHoras th[data-field="info"] {
    min-width: 200px !important;
    text-align: center;
}
#tablaHoras th[data-field="Validado"] {
    text-align: center;
    max-width: 100px;
}
#tablaHoras th[data-field="Hrs.Prev."] {
    text-align: center;
    max-width: 100px;
}
.btn.btn-secondary.dropdown-toggle[aria-label="Columnas"]::before{
    content: 'Columnas';
}
#tablaHoras .fixed-table-toolbar {
    text-align: right;
    margin-left: 85% !important;
    padding: 15px;
    margin-top: -60px;
    z-index: 9990 !important;
}
#tablaHoras thead{
    border-bottom: 2px solid #ccc;
}
#tablaHoras tr{
    border-color: #ccc;
    border-style: dotted;
    border-width: 1px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.noIncorporadoCss{
    text-decoration:line-through;
    border-color: red;
    color: red !important;
}
.noIncorporadoCss > div > div.simpleview {
    background-color: red;
    color:white;
}
.noIncorporadoCss > div > .linenotebox {
    background: #ff6d6d !important;
    text-decoration:line-through;
}
.noIncorporadoCss > div > .linedaybox1 {
    background: #ff6d6d !important;
    text-decoration:line-through;
    color: white;
}
.noIncorporadoCss > .daybox99 {
    background: #ff6d6d !important;
    text-decoration:line-through;
    color: white;
}
input[type="date"] {
    max-width: 130px !important;
  }

#selectedTable tbody tr{
    height: 50px;
}

.table>:not(:first-child) {
    border-top: none;
}

.tableExcel {
    border-collapse: collapse;
    font-family: var(--app-font-family);
    width: 100%;

  }
  
  .tableExcel th, .tableExcel td {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  .tableExcel th {
    background-color: #4CAF50;
    color: white;
  }
  .tableExcel2 th {
    background-color: #e2001a !important;
    color: white;
  }
  
  .tableExcel tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  .tableExcel tr:hover {
    background-color: #ddd;
  }
  
  .tableExcel tr:first-child {
    background-color: #f7f7f7;
  }
  
  .tableExcel td:first-child {

  }
  
  .tableExcel td[data-type="number"] {
    text-align: right;
  }
  
  .tableExcel td[data-type="currency"] {
    text-align: right;
  }
  
  .tableExcel td[data-type="percent"] {
    text-align: right;
  }
  
  .tableExcel td[data-type="date"] {
    text-align: center;
  }
  
  .tableExcel td[data-type="time"] {
    text-align: center;
  }
  .tableExcel td {

  }

  .hourStatus0 {
    background-color:#f5f5f5; color:#ccc; border: 2px #ccc solid;
  }
  .hourStatus1 {
    background-color:#c4e53838; color:#769c01; border: 2px #769c01 solid;
  }
  .hourStatus2 {
    background-color:bisque;  border: 2px #ccc solid;
  }
  .hourStatus3 {
    background-color:#e8f1ff; color:#0d6efd; border: 2px #0d6efd solid;
  }
  .hourStatus4 {
    background-color:#dcfce7; color:#16a34a; border: 2px #22c55e solid;
  }
  .hourStatus5 {
    background-color:#fef3c7; color:#f59e0b; border: 2px #f59e0b solid;
  }
  .hourStatus6 {
    background-color:#fee2e2; color:#dc3545; border: 2px #dc3545 solid;
  }
  .borderRight {
    border-right: 1px solid #f5f5f5 !important;
  }

  /* Sin modo reclamación: ocultar salario/tarifa y compactar columnas */
  body:not(.modo-reclamacion-activo) .hours-price-col {
    display: none !important;
  }
  body:not(.modo-reclamacion-activo) .hours-concept-cell {
    min-width: auto !important;
  }
  body:not(.modo-reclamacion-activo) #mainTable thead th .bg-light {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    font-size: 10px !important;
    padding: 4px 6px !important;
    min-height: 0 !important;
  }
  body:not(.modo-reclamacion-activo) #mainTable thead th .bg-light .text-muted {
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
  }
  body:not(.modo-reclamacion-activo) .hourStatus2,
  body:not(.modo-reclamacion-activo) .hourStatus3,
  body:not(.modo-reclamacion-activo) .hourStatus4,
  body:not(.modo-reclamacion-activo) .hourStatus5,
  body:not(.modo-reclamacion-activo) .hourStatus6 {
    background-color: transparent !important;
    border-color: #eee !important;
    color: inherit !important;
    box-shadow: none !important;
  }
  body:not(.modo-reclamacion-activo) [class*="info_hourStatus"] {
    display: none !important;
  }
  body:not(.modo-reclamacion-activo) .hours-input-badge-wrap .badge {
    display: none !important;
  }
  
  
  .columns-toggle {
    position: absolute;
    right: 0;
    z-index: 99;
}

.fixed-table-toolbar {
    text-align: right;
    margin-left: 90%;
    padding: 15px;
    margin-top: -60px;
    z-index: 9999 !important;
}

.columns div button {
    color: #212529;
    background-color: #eeeeee;
    border: 0px;

}

.docPendiente {
    background-color: #fff5d77a;
    color: #ffc312;
    cursor: pointer;
    border-radius: 5px !important;
}

.docFirmado {
    background-color: #c4e53838;
    color: #819c13;
    cursor: pointer;
    border-radius: 5px !important;

}

.docValidado {
    background-color: #c4e53838;
    color: #819c13;
    cursor: pointer;
    border-radius: 5px !important;

}

.docRechazado {
    background-color: #4B008222;
    color: #4B0082;
    cursor: pointer;
    border-radius: 5px !important;
}

.docNoValidado {
    background-color: #fff5d77a;
    color: #ffc312;
    cursor: pointer;
    border-radius: 5px !important;
}

.docError {
    background-color: #ff797d80;
    color: #e2001a;
    cursor: pointer;
    border-radius: 5px !important;
}
.docSinDocumento {
    background-color: #f5f5f5;
    color: #ccc;
    cursor: pointer;
    border-radius: 5px !important;
}

.docNoEnviadoOK {
    background-color: #f5f5f5;
    color: #ccc;
    cursor: pointer;
    border-radius: 5px !important;

}

.docNoEnviado {
    background-color: #ff797d80;
    color: #e2001a;
    cursor: pointer;
    border-radius: 5px !important;
}

.boxDoc {
    /* Estilo de tu clase boxDoc */

    padding: 10px;
    /* Agrega la sombra con box-shadow */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    /* Agrega una transición suave */
    max-width: 150px;
}

.boxDoc:hover {
    /* Ajusta la sombra cuando el mouse está sobre el elemento */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


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

.column-checkboxes label {
    display: flex;
    align-items: center;
}

.column-checkboxes input {
    margin-right: 5px;
}

.hide-column {
    display: none !important;
}
  

.app-box {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    color: #6c757d !important;
}
.cursor-pointer {
    cursor: pointer;
}

.app-box i {
    transition: 0.5s;
}

.app-box:hover i {
    color: #a0d0f6;
    transition: transform 0.3s, box-shadow 0.3s;
}

.app-icon {
    font-size: 2.5rem;
    color: #c0c0c0;
}

.app-name {
    color: #333;
    padding-top: 10px;
}
.filtroPorHoras {
    display: none;
}
.filtroPorFecha {
    display: none;
}


.dropdown-menu-apps {
    width: 100%; min-width: 450px; margin-left: -300px !important; border: 0;
}
/*
Animation loading
*/

#animationContainer {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(5px);
    padding: 16px;
}

#animationContainer .global-loading-box {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 14px 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

#animationContainer .global-loading-box .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #e2001a;
}

.chatbot-header {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    background-image: url('/img/Syni-VF.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.easy-autocomplete-container ul li {
    margin: 0px;
    padding: 0px;
}
.easy-autocomplete-container ul li .eac-item {
    padding: 10px;
}

.animate-placeholder {
    animation: shimmer 1.5s infinite linear;
    background: linear-gradient(to right, #f7f7f7 25%, #eaeaea 50%, #f7f7f7 75%);
    background-size: 200% 100%;
    position: relative;
    min-height: 18px !important;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.non-draggable * {
    pointer-events: none;
  }

  .overlay * {
    pointer-events: auto;

}
.tableOrders {
    width: 100%;
    margin: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    background-color: transparent;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
    margin-top: 5px;
    margin-bottom: 20px;
}

.tableOrders td {
    padding: 15px;
}

.tableOrders tr td {
    background: #fff;
    border-bottom: 1px solid rgba(230, 230, 230, .7);
    border-top: 0;
    padding: 12px 6px;
    
}

.tableOrders tr:hover {
    cursor: pointer;
}

.tableOrders thead th {
    border-bottom: 1px solid #ccc !important;
}

.mh-75 {
    min-height: 75vh !important;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 2px;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    color: lightgray;
    
    cursor: pointer;
}

.star-rating input[type="radio"]:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
    color: gold;
}

.star-rating input[type="radio"]:checked+label,
.star-rating label:hover~label {
    color: lightgray;
}

     /* Estilo para el contenedor principal */
     .fixed-table-pagination {
        display: flex;
        justify-content: space-between;
    }
    
    .fixed-height{
        height: 68vh !important;
    }

    /* Estilo para la parte izquierda */
    .pagination-detail {
        width: 50%;
        float: right;
    }
    
    /* Estilo para la parte derecha */
    .pagination {
        float: right;
        width: 5px;
        right: 0 !important;
    
    }
    .page-item .page-link {
        z-index: 3;
        color:#6c757d;
        border-color: #ccc;
    }
    .page-item.active .page-link {
        z-index: 3;
        background-color: #eaecef;
        border-color: #ccc;
        color:#6c757d;
    }
    .page-list div button{
        background-color: #eaecef !important;
        color:#6c757d;
        border: 0px !important;
    }
    .dropdown-item.active {
        background-color: #eaecef !important;
        color: #6c757d;

    }

    #app-tabs {
        position:relative;margin-top:0px;width:100%;margin-top: -33px;height: 100%;min-height: 100%;
    }
    .nav-item {

        z-index: 9992;
    }
    .nav-link {
        color: #424242 !important;

    }

    .z-index-9999 {
        z-index: 9991;
      }



      thead .hoursCol {
        background-color: #f5f5f5 !important;
        border-radius: 5px;
        padding: 3px;

        cursor: pointer;
        top: 0;
        
        border-left: 0px;
        border-right: 1px solid #fff !important;
        width: 50px;
    }

    .doc_container{
        display: flex;
        flex-direction: row;
        justify-content: start;
    }

/* Estilos para la columna de documentos en la tabla */
.ag-theme-custom .ag-cell {
    display: flex;
    align-items: center;
}

.ag-theme-custom .ag-cell .badge {
    font-size: 0.7rem;
    padding: 0.25em 0.5em;
}

.ag-theme-custom .ag-cell .bi-files {
    transition: transform 0.2s ease;
}

.ag-theme-custom .ag-cell:hover .bi-files {
    transform: scale(1.1);
}

.dashboard-empty-state {
    min-height: 60vh;
    background-color: #f8f9fa;
    border: 2px dashed #d8dde3;
    border-radius: 16px;
    padding: 48px 32px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-empty-state:hover,
.dashboard-empty-state:focus {
    outline: none;
    background-color: #f1f3f5;
    border-color: #c3cbd4;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.dashboard-empty-state__icon {
    font-size: 4rem;
    color: #e2001a;
    line-height: 1;
}

.dashboard-empty-state__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #313d49;
}

.dashboard-empty-state__description {
    color: #5f6b78;
}

.dashboard-empty-state__hint {
    color: #6c757d;
    font-size: 0.9rem;
}

/* Detalle personal - tabs */
#personal_full .nav-tabs .nav-link.active {
    color: #e30613 !important;
    border-bottom: 2px solid #e30613 !important;
    background: transparent;
}
#personal_full .nav-tabs .nav-link:hover:not(.active) {
    color: #e30613 !important;
    border-bottom: 2px solid #fecaca !important;
}
