﻿@import "../font/Gotham/stylesheet.css";
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.check-input{
    border-radius:0px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;

}

body {
    /*margin-bottom: 60px;*/
    /*color: white;*/
    font-family:Gotham;

}
.fs-7{
    font-size:18px;
}
/*Registro*/
.eye-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: x-large;
    right: 15px;
    left: auto;
    cursor: pointer;
}
#content-Validation {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 1s ease, opacity 0.8s ease, transform 1s ease;
}

    #content-Validation.show {
        max-height: 300px;
        opacity: 1;
        transform: translateY(0);
    }



/*Login*/

.body-login{
    min-width:400px;
}
.container-login {
    background-color: #3C3C3B;
    /*background-color: #1C1C1C;*/
}

.Img-JBCLogin {
    width: 230px;
    margin: auto;
    display: flex;
}

.content-form-login {
    background: white;
    border-radius: 40px 40px 0px 0px;
    margin: 0 0.2%;
    padding: 30px 15px;
    
}
.form-Edit-Profile {
    padding: 5px 20px 10px 20px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}
.form-login {
    padding: 18px 20px;
    /*background: #808080;*/
    height: 300px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

    .form-login label, .form-Edit-Profile label{
        margin-left: 15px;
        margin-bottom: 10px
    }

    .form-login input, .form-Edit-Profile input {
        /*border-radius: 50px;*/
        border: none;
        border-radius: 30px;
        padding: 12px 20px;
        font-size: 16px;
        background: #ffffff;
        box-shadow: 3px 3px 8px rgba(0,0,0,.4), /* sombra inferior derecha */
        -3px -3px 8px rgba(255,255,255,0.8); /* luz superior izquierda */
    }
.form-FGP {
    color: #f06333;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}




.form-btn {
    margin-top: 25px;
    background: #f06333;
    width: 300px;
    height: 40px;
    color: white;
    border-radius: 20px;
    border: 0px;
    font-size: 20px;
    font-weight: 500;
    /* SOMBRA SUAVE */
    box-shadow: 3px 3px 8px rgba(0,0,0,0.4); /*, /* sombra inferior derecha */
    /*-3px -3px 8px rgba(255,255,255,0.8); /* luz superior izquierda */
}
.title-login {
    text-align: center;
    color: black;
    font-size: 20px;
}

    .title-login h3{
        font-weight: 700;
        font-size:40px;
    }

/*Register*/
.container-register {
    background: black;
    width: 100vw;
    height: 100vh;
    margin: -8px;
    
}
.title-register {
    font-weight: bold;
    min-height: 100px;
    height: 20vh;
    align-content: center;
}

.form-Register img{
    width: 40px;
    height: 40px
}
.content-form-register {
    margin-left: 40px;
}
    .content-form-register label {
        margin: 15px 0px 5px 8px;
    }
    .content-form-register input {
        color: white;
        background: black;
        border-radius: 25px;
        margin: auto;
        width: 100%;
        padding: .375rem .75rem;
    }
.subtitle-register {
    display: flex;
}
    .subtitle-register h3 {
        align-content: center;
        margin-left: 10px;
        margin-bottom: 0px;
    }

    
.line {
    height: 2px;
    background-color: #ccc; /* color de la línea */
}


.content-line {
    margin-left: 1px !important;
    margin-right: 1px !important;
}
.mapa {
    padding: 30px 0px;
    justify-content: center;
}
.img-invert {
    filter: invert(1);
}
/*font*/
.fw-medium {
    font-weight: 500;
}
.title-Span {
    font-size: 20px;
}
.p-notification {
    font-size: 10px;
    margin: 5px 0px 0px 3px;
}
/*notification*/
.notification-wrapper {
    position: relative;
}

.notification-btn {
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
}

/* puntito rojo */
.notification-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translate(40%, -40%);
    background-color: #F05A28;
    color: white;
    font-size: 11px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    padding: 0 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}


/* popover */
.notification-popover {
    position: absolute;
    top: 30px;
    right: 0;
    width: 450px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
    display: none;
    z-index: 1000;
}

/* header */
.popover-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    color: black;
    border-radius: 15px 15px 0px 0px;
}

.close-popover {
    background: #F05A28;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

/* body */
.popover-body {
    padding: 10px 0;
    overflow-y: scroll;
    height: 261px;
}

/* items */
button.notification-item {
    all: unset;
    display: flex;
    /*align-items: flex-start;*/
    gap: 10px;
    width: 93%;
    padding: 10px 15px;
    /*border-radius: 8px;*/
    cursor: pointer;
}
.notification-item {
    display: flex;
    gap: 10px;
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    text-decoration: none;
}
    .notification-item.unread {
        background-color: #fff7f0;
    }

    .notification-item.read {
        opacity: 0.7;
    }
    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-item:hover {
        background: #fafafa;
    }

.icon {
    width: 32px;
    height: 32px;
    background: #F05A28;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.content {
    flex: 1;
}

    .content p {
        margin: 0;
        font-size: 13px;
        color: #666;
    }

.time {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
}


/*end notification*/


/*<style >*/
.timesheetContainer{
    margin-bottom: 50px;
}
.timeline-row {
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
}
/* Punto */
.timeline-dot {
    width: 14px;
    height: 14px;
    background-color: #F05A28;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    margin-top: 9px;
    z-index: 2;
}
.dot {
    width: 10px;
    height: 10px;
    background-color: #F05A28;
    border-radius: 50%;
}

/* Línea vertical */
.timeline-row::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 20px;
    width: 1px;
    /*height: calc(100% - 1px);*/
    height:90%;
    background-color: #F05A28;
}

/* Quitar línea al último */
.last-row::before {
    display: none;
}

/* Texto */
.timeline-text {
    font-size: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.timeline-left {
    min-height: 24px;
}

.size-80{
    width:80%;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.navbar {
    background-color: #000000;
    padding: 0 2rem;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 6%;
}


.logo {
    width: 63.88px;
    /* height: 70px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/* Empuja el logout hacia abajo */
.logout {
    margin-top: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.welcome-text {
    color: white;
    font-size: 37px;
    letter-spacing: 0px;
}
.content-welcom {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.company-text, .position-text {
    margin-top: -8px;
    font-size: 18px;
}
.company-text {
    color: #F05A28;
}
.position-text {
    color: #FFFFFF;
}
.nav-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: 4%;
}

.notification-btn {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    position: relative;
}

    .notification-btn svg {
        width: 50px;
    }

.menu-toggle {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .menu-toggle span {
        width: 43px;
        height: 2px;
        background-color: white;
        display: block;
        transition: all 0.3s ease;
    }

    .menu-toggle:hover span {
        background-color: #ff6b35;
    }

.linea {
    width: 100%;
    height: 40px;
    background: #000000;
    position: relative;
}
.Show-Jobs {
    align-items: center;
}
    .Show-Jobs span {
        letter-spacing: 0px;
    }
.text-header h5 {
    font-size: 25px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.text-header p {
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}
.company-h4{
    margin:0;
}
/*icons*/
.img-W15 {
    width: 20px;
}
.img-W30 {
    width: 30px;
    height: 30px;
}
.img-W40 {
    width: 40px;
    height: 40px;
}

.img-WH20 {
    width: 20px;
    height: 20px;
}
.content-certified {
    display: flex;
    align-items: flex-end;
    /*width: 25%;*/
}
.img-certified{
    width: 80px;
    position: absolute;
    right:6%

    /*height: 100px;*/
}

.menu-icon-campana {
    width: 35px;
    height: 39px;
}
.menu-icon-menu {
    width: 43px;
}
.menu-icon-logonegro {
    width: 100px;
    /*height: 75px;*/
}
.icon-menu{
    width:30px;
    margin-right: 10px;
}
/*menu*/
.custom-close {
    background-color: #F05A28;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414 1.707 15.707a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E");
}
.btn-Aplicad-Jobs {
    width: 236px;
    height: 45px;
    background: #F05A28 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 15px;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 1.0rem;
    font-size: 23px;
    border: 0;
    position: absolute;
    left: 35px;
}

    .btn-Aplicad-Jobs a {
        letter-spacing: 0px;
        color: #FFFFFF !important;
        position: absolute;
        left: 20px;
    }

    .btn-Aplicad-Jobs img {
        filter: invert(1);
    }

.options {
    padding-left: 10px;
    opacity: 1;
    font-size: 20px;
    list-style: none;
}
    .options li{
        margin-top: 35px;
    }
        .options li a {
            text-decoration: none;
            outline: none;
            color: black;
        }
hr {
    margin: 1rem auto .3rem auto;
    background-color: #F05A28;
    border: 0;
    opacity: .5;
    width: 90%;
}
.arrow-right {
    transform: rotate(270deg);
}
.content-form-login{
    margin:0px 10px;
}
.card-forms {
    border-radius: 25px;
}
.collapse .collapse1 {
    margin: 0 20px;
}
    .collapse-title {
        color: #F05A28;
        font-weight: bold;
    }

    .collapse-ul {
        margin-left: 20px;
        font-size: 15px;
    }

    .collapse h6 {
        color: #F05A28;
        font-weight: bold;
    }

    .collapse ul{
        margin-left: 20px;
        font-size:15px;
    }
    .collapse ul li{
        
    }
.btn-Applied, .btn-Apply {
    margin: 25px;
    padding: 5px;
    color: white;
    background: #F05A28;
    width: 171px;
    height: 35px;
    border-radius: 10px;
    border: 0px;
    font-size: 16px;
    /* SOMBRA SUAVE */
    box-shadow: 3px 3px 8px rgba(0,0,0,0.4), /* sombra inferior derecha */
    -3px -3px 8px rgba(255,255,255,0.8); /* luz superior izquierda */
}
.span-Applied {
    display: flex;
    color: white;
    background: #6EAC63;
    width: 110px;
    height: 30px;
    border-radius: 10px;
    border: 0px;
    font-size: 12px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4), -3px -3px 8px rgba(255, 255, 255, 0.8);
    align-items: center;
    justify-content: center;
}
.bnt-Apply:hover {
    background: #f05a2897;
}
.btn-Applied {
    background: #6EAC63
}
.input-group-text {
    border-radius: 10px;
}
.input-group{
    border-radius: 10px;
}
.form-control {
    border-radius: 10px;
}
.select-wrapper {
    position: relative;
}

    .select-wrapper img {
        position: absolute;
        left: 23px;
        top: 50%;
        transform: translateY(-50%);
        color: #999;
        pointer-events: none;
    }

    .select-wrapper select {
        padding-left: 38px;
    }

.title-h3 {
    margin-top: 51px;
    color: #000000;
    font-weight: bold;
    font-size: 40px;
}
.btn-Download{
    margin:10px;
}
.custom-card {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 0.5px solid #D6D2D2;
    border-radius: 17px;
}

.icon-circle {
    width: 25px;
    height: 25px;
    background-color: #F05A28; /* círculo negro */
    color: white; /* flecha gris */
    border-radius: 50%; /* círculo perfecto */
    opacity:0.6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px; /* tamaño de la flecha */
}

    .icon-circle:hover {
        background-color: #F05A28;
        color: #e0e0e0;
        cursor: pointer;
        opacity: 1;
    }
/*Layout*/
.container-body {
    color:black;
    position: relative;
    margin-top: -40px;
    background: white;
    border-radius: 50px 50px 0px 0px;
}

/*header forms*/
.content-header {
    margin-top: 100px;
    margin-bottom: 60px;
}
    .content-header img{
        margin-right: 10px;
    }
    .content-header h2 {
        margin: 0px;
        font-weight: bold;
    }

/*working today*/
.customJob-title {
    margin-top: 40px;
    margin-bottom: 20px;
}
    .customJob-title time {
        letter-spacing: 0px;
        
    }
    .customJob-title h2 {
        font-weight: bold;
        letter-spacing: 0px;
        margin: 0;
    }
.status-active {
    background: rgba(79, 154, 27, 0.22);
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 25px;
    height: 35px;
    width: 115px;
    display: flex;
    justify-content:center;
    align-items:center;
}
    .status-active span {
        color: #4F9A1B;
        

    }
.card-Current-Job {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #D6D2D2;
    border-radius: 17px;
    opacity: 1;
    padding: 20px 30px;
    display: flex;
    margin-bottom: 20px;
    margin-right: 20px;
    height:100%;
}
    .card-Current-Job img {
        border-radius: 15px;
    }
    .card-Current-Job h3{
        font-size: 25px;
        font-weight:bold;
    }
.card-header-Current-Job{
    display:flex;
    justify-content:center

}

.card-tenure {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    opacity: 1;
    padding: 10px;
    margin-bottom: 15px;
}
    .card-tenure span {
        font-size:15px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #F05A28;
        opacity: 1;
    }
    .card-tenure hr{
        margin: auto;
    }
    .card-tenure p {
        font: normal normal medium 22px/18px Gotham;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        margin: 0;
        font-weight: 500;
    }
.card-Employee, .horas {
    display: flex;
    justify-content: space-between;
    background: rgba(204, 204, 204, 0.25);
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 5px 15px;
    letter-spacing: 0px;
    display: flex;
    align-items:center
}
    .card-Employee p {
        font: normal normal normal 17px/19px Gotham;
        margin: 0;
        color: black;
    }
    .card-Employee span {
        font-weight:500;
    }
.card-note {
    background: #FDF4DC 0% 0% no-repeat padding-box;
    border-radius: 21px;
    font-size: 12px;
    padding:10px 15px;
}
.card-address{
    margin: 20px 0px;
}
/*color*/
.c-orange{
    color: #F05A28;
}
.c-gray {
    color: #BEB6B6;
}
.bg-orange {
    background: #F05A28;
    border-color: #F05A28;
}



/*modal*/
    .modal {
    z-index: 1055;
}
.progress {
    background-color: burlywood !important;
    border-radius: 15px !important;
    margin: auto;
    width: 506px;
}
.progress-bar {
    background-color: #F05A28 !important;
    
}


/*Perfile*/

/* margin */
.mt-80 {
    margin-top: 100px;
}
.mtb-20{
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Círculo */
.circleProfile {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 50%;
    color: #F05A28;
    font-size: 32px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -55px; /* SALE LA MITAD */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
    .circleProfile img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }


.edit-photo-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

    .edit-photo-icon i {
        font-size: 14px;
        position: absolute;
        top: 9px;
        left: 9px;
    }

    .edit-photo-icon:hover {
        background: rgba(0, 0, 0, 0.9);
    }

.p-profile{
    font-weight:400;
    margin:0;
    font-size:16px;
}
.btn-Delete {
    /*width: 129px;*/
    /*height: 34px;*/
    /* UI Properties */
    background: #F05A28 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    opacity: 1;
    color: #FFFFFF;
    align-items: center;
    margin-bottom: 10px;
    padding:3px 10px;
    font-size:14px;
    display:flex


}
.p-company {
    font-weight: 500;
    margin: 0;
}
.edit-profile-btn {
    margin-left:12px;
    cursor: pointer;
    color: white;
    font-weight: 500;
    background: #F05A28;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s ease-in-out;
    font-size:20px;
}
    .edit-profile-btn:hover {
        background: #F47A4E;
    }
.Interview-btn {
    cursor: pointer;
    position:absolute;
    right:80px;
    color: white;
    font-weight: 500;
    background: #F05A28;
    padding: 4px 11px;
    border: none;
    align-items: center;
    border-radius: 6px;
    transition: background 0.2s ease-in-out;
    font-size: 16px;
}

    .Interview-btn:hover {
        background: #F47A4E;
    }
/*end perfile*/
/*Select2*/
.name-age {
    position:relative;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Para tus inputs estándar (ya los tenías) */
.content-profile-crafts input,
.content-profile-crafts select {
    color: white;
    background: black;
    border-radius: 25px;
    margin: auto;
    width: 100%;
    padding: .375rem .75rem;
    border: 1px solid #444; /* un borde tenue para contraste */
}
/* --- Alinear la X dentro del chip --- */
.select2-selection__choice__remove {
    position: relative !important;
    left: 0 !important;
    margin-right: 6px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
/* Estilo para Select2 (chips + select múltiple) */
.content-profile-crafts .select2-container--default .select2-selection--multiple {
    border-radius: 30px !important;
    min-height: 35px;
    padding: 5px 15px;
    background: #ffffff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .4), -3px -3px 8px rgba(255, 255, 255, 0.8);
    color: black;
}

    .content-profile-crafts .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #ffffff !important;
        color: black !important;
        padding: 0px 5px !important;
        margin: 2px !important;
        border-radius: 25px !important;
        font-weight: 500;
        font-size:medium;
    }

    .content-profile-crafts .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: black !important;
        margin-right: 5px !important;
        cursor: pointer;
    }

/* Input interno para búsqueda dentro del select */
.select2-container--default .select2-search--inline .select2-search__field {
    color: black !important;
    margin: 2px !important;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #444 !important;
}

/*endSelect2*/

/*Cliente*/
.header-table {
    background: rgba(219, 219, 219, 0.6);
    box-shadow: 0px 3px 6px #00000029;
}
.tabs {
    display: flex;
    gap: 0px;
    justify-content: center;
    margin: 20px auto;
    width: auto;
    padding:0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}

.tab {
    padding: 0 20px;
    border: none;
    width: 200px;
    height: 40px;
    background: white;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
    color: black;
}

    .tab.active {
        background: #ff5b2e;
        color: white;
    }

#loader {
    margin: 10px 0;
    font-weight: bold;
}
.tab.active img {
    filter: invert(1);
}

.table {
    width: 100%;
}

.card {
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.link-name {
    color: #F05A28;
    text-decoration-line: none;
}
#employeesTable td{
    font-size: 14px;

}
.content-total {
    width: 190px;
    height: 70px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 3px 6px #00000029;*/
    border-radius: 11px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 500;
}
    .content-total p {
        /*font: normal normal medium 19px/19px Gotham;*/
        color: #BEB6B6;
        margin: 0px;
    }
.btnsCreateAndMessage {
    justify-content: flex-end;
}

#content-DeleteAccount {
    display: grid;
    justify-items: center;
}
.btn-DeleteEmployee {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 302px;
    height: 54px;
    background: #EB0012 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    margin-bottom: 50px;
    margin-top: 50px;
    font-weight: 500;
    font-size: 19px;
}
#btnNewMessage, #btnNewMessageUsers {
    width: 210px;
    height: 44px;
    background: #F4F4F4 0% 0% no-repeat padding-box;
    border-radius: 11px;
    font-size: 14px;
    margin-right: 10px;
}
.btnOrange-radio-8 {
    width: 210px;
    height: 44px;
    /* UI Properties */
    background: #F05A28 0% 0% no-repeat padding-box;
    border-radius: 11px;
    font-size: 14px;
    color: white
}
.addUser {
    background: #F05A28;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:white;
}
.dropdown-toggle {
    border: 1px solid #ced4da;
}

.regresar {
    position: absolute;
    top: -50px;
    left: 50px; /* o right */
}
.item-crew {
    margin: 10px 1%;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.item-crew p{
    margin:0;
}

/*modal*/
.ContentDetailMessage {
    border: 1px solid #ced4da; 
    border-radius: 7px;
    height: 200px;
    padding: 10px;
}
#detailDate{
    display:flex;
    justify-content:end;
    font-weight: 400;
    font-size: 12px;
}

#detailMessage {
    font-weight: 400;
    font-size: 14px;
}

.modal-Announcement {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
}
.modal-Announcement strong{
    margin-right: 10px;
}
.modal-Announcement h5{
    margin:0;
    font-size:24px
}
.from-and-to {
    margin: 10px 15px 0 15px;
}
.badge-modal {
    padding: 2px 8px;
    font-size: 13px;
    background: #F26F43 0% 0% no-repeat padding-box;
    border-radius: 3px;
    color:white;
}

.remove-user:hover {
    color: #ff4d4d;
}

#sendAnnouncement, .send {
    background: #F05A28 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 11px;
    font-weight: 500;
    color: white;
    width: 110px
}
.remove-user {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
    .remove-user:hover {
        background-color: #ff4d4d;
        color: #fff;
    }

.btn-open-announcement {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 9px;
    width: 268px;
    height: 34px;
    font-weight:500;
    padding: 0px
    
}

.btn-delete-crew {
    width: 129px;
    height: 34px;
    background: #F05A28 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    padding: 0px;
    color:white;
}
/*_timesheets*/

.timesheet-header {
    margin-bottom: 15px;
}

.btn-light {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 9px;
    padding: 2px 12px;
}

.filter-select {
    /*padding: 6px 10px;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 9px;
    padding-right: 40px; /* espacio para tu flecha */

    background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center; /* 👈 AQUÍ la controlas */
    background-size: 25px;
}
.flatpickr-calendar{
    border-radius:20px !important;
}
/* TABLE */
.table-container {
    overflow-x: auto;
}
.th-employees{
    width: 33.33%;
    text-align: center
      
}
.timesheet-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .timesheet-table thead {
        background: #f0f0f0;
    }

    .timesheet-table th {
        padding: 12px;
        font-size: 13px;
        text-align: center;
    }

/*        .timesheet-table th span {
            font-size: 11px;
            color: #888;
        }*/

    .timesheet-table td {
        padding: 12px;
        text-align: center;
        font-size: 13px;
        border-top: 1px solid #eee;
    }
.day-input {

    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    text-align: center;
    width: 55px; /* 👈 ajustado a 5 caracteres */
    font-size: 13px;
    background: transparent;
}

    /* Cuando está activo (editando) */
    .day-input:focus {
        border-bottom: 2px solid #ff5a2c;
    }

    /* Deshabilitado */
    .day-input:disabled {
        border-bottom: 2px solid transparent;
        color: #333;
    }
/* EMPLOYEE COLUMN */
.employee {
    color: #ff5a2c;
    font-weight: 500;
    text-align: left;
}
.comment-input {
    width: 200px;
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
    background: transparent;
    resize: none; /* ❌ evita que lo estiren */
    font-size: 13px;
}
.sortable {
    cursor: pointer;
}

/*    .sortable.asc::after {
        content: " ↑";
    }

    .sortable.desc::after {
        content: " ↓";
    }*/

/* modo lectura */
.comment-text {
    display: block;
    color: #555;
    width: 200px;
    font-size: 13px;
    white-space: pre-line; /* respeta saltos de línea */
}
/* ROW STRIPES */
.timesheet-table tbody tr:nth-child(odd) {
    background: #fde7df;
}

.timesheet-table tbody tr:nth-child(even) {
    background: #fff;
}

/* COMMENTS */
.timesheet-table td:last-child {
    text-align: left;
    font-size: 12px;
}
#employeesTable td:first-child{
    white-space:nowrap;
}
.disabled-day {
    color: #ccc !important;
    pointer-events: none;
    cursor: not-allowed;
    background: transparent !important;
}
.left-actions{
    display: flex;
}
.left-actions button{
   margin-right:5px;
}
/*End_timesheets*/
/*endCliente*/
/* Responsive */
@media (max-width: 768px) {
    .navbar {
        padding: 0 1rem;
        height: 130px;
    }

        .navbar .logo-section {
            margin-left: 1%;
        }

        .navbar .nav-actions {
            margin-right: 1%;
        }

        .navbar .logo-section img {
            width: 55px;
        }

    .welcome-text {
        font-size: 5vw;
    }

    .menu-icon-campana {
        width: 30px;
        height: 34px;
    }

    .menu-icon-menu {
        width: 38px;
    }
    .company-text, .position-text {
        font-size: clamp(12px, 2vw, 18px);
    }

    .title-h3 {
        font-size: 40px;
    }

    .content-form-register, .progress {
        margin-left: 0px;
    }

    .btn-text {
        display: none;
    }
    .btnsCreateAndMessage {
        margin-top: 15px;
        justify-content: center;
    }
    /* opcional: centrar ícono cuando no hay texto */
    .btn-open-announcement,
    .btn-delete-crew {
        justify-content: center;
        padding: 6px;
        width: 40px;
        height:40px;
        border-radius: 50%;
    }

        /* quitar margen del ícono */
        .btn-open-announcement img,
        .btn-delete-crew img {
            margin-right: 0 !important;
        }
}


/**menu derecho */
.sidebar {
    position: fixed;
    top: 0;
    right: -360px;
    width: 360px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    transition: right 0.3s ease;
    display: flex;
    padding: 25px 50px 10px 27px;
    flex-direction: column;
}

    .sidebar.show {
        right: 0;
    }

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.sidebar-body {
    padding: 10px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* overlay oscuro */
.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1040;
}

    .sidebar-overlay.show {
        opacity: 1;
        pointer-events: all;
    }

.arrow-icon {
    pointer-events: none;
    transition: transform 0.3s ease;
}

    .arrow-icon.rotate {
        transform: rotate(180deg);
    }


/*Admin*/
.dropdown-menu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: .1px solid #BEB6B6;
    border-radius: 22px;
    width: 260px;
}
.linea-gris {
    width: 100%;
    position: absolute;
    left: 0px;
    height: 0.1px;
    background: #BEB6B6;
}
#AddAdmin, #AddSuper {
    background: #FFFFFFD1 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 2s ease;
}
.btnOrangeModal {
    background: #F05A28 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000029;
    border-radius: 11px;
    color: white;
    font-weight:400;
    padding: 0px 20px;
}

/* 🔥 Botón deshabilitado */
.bg-gray {
    background-color: #ccc !important;
    cursor: not-allowed;
}

/* 🔥 Error input */
.input-error {
    border: 1px solid #dc3545 !important;
}
select.input-error {
    border: 1px solid #dc3545 !important;
}

/* 🔥 Toast moderno */
.toast-custom {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 250px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

.toast-success {
    background: #28a745;
}

.toast-error {
    background: #dc3545;
}

.toast-show {
    opacity: 1;
    transform: translateY(0);
}


.user-type-card {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s ease;
}

    .user-type-card.active {
        background-color: #e9ecef !important;
        border-color: #ccc !important;
    }

.pac-container {
    z-index: 9999 !important;
}

.tag-container {
    min-height: 40px;
    padding: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 7px;
}

.tag-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #555;
    border-radius: 14px;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.tag-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5a1f;
}

.tag-remove {
    cursor: pointer;
    color: #aaa;
    font-size: 15px;
}

    .tag-remove:hover {
        color: #ff5a1f;
    }

.btn-orange {
    background: #F96521;
    color: white;
    width: 55px;
    border-radius: 12px;
}

.waiting-approval{
    display:flex;
    justify-content:center;
    margin-top: 50px;
}
.waiting-approval img{
    width:80px;
    margin-bottom:10px;
}