@media only screen and (max-width:700px) {
    .header-container {
        position: relative;
    }

    .header {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 127px;
    }

    .header {
        color: white;
        padding: 12px 16px;
    }

    .header-title {
        font-size: 15px !important;
        font-weight: 600;
        margin-top: -35px;
        margin-left: 25%;
    }

    .mobile-timesheets-container {
        background: #f5f6f8;
        overflow: scroll;
        height: 89vh;
    }

    .card-mobile {
        position: absolute;
        top: 81px;
        background: #F4F9FF 0% 0% no-repeat padding-box;
        border-radius: 32px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        width: 100.5%;
        scrollbar-width: none;
        margin-left: -1px;
    }

    .timesheet-list {
        flex: 1;
    }

    .timesheet-card {
        background: white;
        margin: 8px 11px;
        padding: 12px;
        border-radius: 12px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 70px;
        margin-top: 4px;
    }
    /* CARD */
    .timesheet-card {
        background: white;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        min-width: 327px;
    }

    /* Left */
    .left .date {
        font: normal normal normal 12px/17px Gravity;
        font-family: 'GravityRegular';
        color: #8395A7;
    }

    .left .datePeriod {
        font: normal normal normal 12px/17px Gravity;
        font-family: 'GravityRegular';
        color: #35414C;
        margin-top: 6px;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .left .name {
        font-weight: 600;
        margin-top: 4px;
    }

    /* Right */
    .right {
        text-align: right;
    }

    .hours {
        font-weight: bold;
        margin-top: 6px;
    }

    .bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        background-color: #ffffff;
        border-top: 1px solid #e0e0e0;
        padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
        z-index: 1000;
    }

    .bottom-nav {
        height: 64px !important;
        background: white;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }

    .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        color: #9e9e9e;
        transition: all 0.3s ease;
        flex: 1;
        position: relative;
    }

        .nav-item:hover {
            color: #5cb3f5;
        }

        .nav-item.active {
            color: #5cb3f5;
        }

    .nav-item-center {
        margin-top: -30px;
    }

    .footer-btn {
        width: 21px;
        height: 21px;
    }
    /*    filter
*/

    .filter-container {
        padding: 20px;
        background: #f4f7fb;
        border-radius: 24px 24px 0 0;
        font-family: 'Segoe UI', sans-serif;
    }

    .bottom-sheet {
        margin-top: -4px;
        position: relative;
        z-index: 2;
        background: #F4F9FF;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
        max-height: 86vh;
        width: 100vw;
    }

    .sheet-header {
        display: flex;
        align-items: center;
        font-weight: 600;
        margin-bottom: 20px;
        border-bottom: 2px solid rgba(0, 0, 0, .125);
    }

    .titre-filter {
        margin-left: 20px;
        color: #35414C;
    }

    .form-group {
        margin-bottom: 18px;
    }

    label {
        font-size: 13px;
        color: #7a8ca5;
        display: block;
        font-family: 'GravityBold';
        margin-bottom: 6px;
    }
    /* BUTTONS */
    .button-row {
        display: flex;
        gap: 12px;
        margin-top: 24px;
    }

    .reset-btn {
        flex: 1;
        background: #eef2f7;
        border: none;
        border-radius: 12px;
        padding: 12px;
        color: #c84cff;
        font-weight: 600;
    }

    .search-btn {
        flex: 1;
        background: #2f80ed;
        border: none;
        border-radius: 12px;
        padding: 12px;
        color: white;
        font-weight: 600;
    }

    .btnreset, .btnsubmit {
        width: 38vw !important;
        height: 45px !important;
        border-radius: 7px;
        justify-content: center;
        display: flex;
    }
    /* Animation */
    @keyframes slideUp {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }
    /* Contenu */
    .sheet-content {
        background: #F4F9FF;
        border-radius: 24px 24px 0 0;
        padding: 20px;
        min-height: 707px;
        box-shadow: 0 -8px 20px rgba(0,0,0,0.15);
    }


    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .center-btn {
        background: linear-gradient(135deg, #ff2c9c, #7b2cff);
        color: white;
        width: 46px;
        max-width: 46px;
        height: 46px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        margin-top: -22px;
    }


    /* BODY */
    .card-body-add {
        padding: 18px;
    }

    .info-row-add {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
    }

    .info-left-add {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #5f6b7a;
        font-weight: 500;
        width: 150px;
    }

    .info-icon-add {
        width: 19px;
        height: 19px;
        margin-right: 10px;
    }

    .required {
        color: red;
    }

    .info-right-add {
        font-size: 12px;
        font-weight: 500;
        color: #35414C;
    }

    .title-add {
        font-size: 12px;
        color: #024662;
        font-family: 'Gravity-Bold';
        width: 90px;
    }

    /* Reset global */
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        padding-bottom: 80px;
    }

    /* Mobile container */
    .mobile-container {
        min-height: 100vh;
        background-color: #f3f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        height: 100vh;
        flex-direction: column;
        background: #f5f6fa;
    }

    /* Header compléments */
    .back-icon {
        font-size: 24px;
        cursor: pointer;
    }

    .time {
        font-size: 13px;
    }

    .back-btn {
        font-size: 18px;
        cursor: pointer;
    }

    .header h2 {
        font-size: 18px;
        margin: 0;
    }

    /* Timesheets list */
    .timesheets-list {
        flex: 1;
        background-color: #f9fafb;
    }

        .timesheets-list::-webkit-scrollbar {
            width: 6px;
        }

        .timesheets-list::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        .timesheets-list::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 3px;
        }

            .timesheets-list::-webkit-scrollbar-thumb:hover {
                background: #94a3b8;
            }

    /* Employee */
    .employee-name {
        font: normal normal bold 14px/20px Gravity;
        font-family: 'GravityBold';
        color: #222F3E;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 196px;
    }

    .timesheet-right {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    /* Status */
    .status {
        border-radius: 20px;
        font: normal normal normal 11px/19px Gravity;
        font-family: 'GravityRegular';
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        max-width: 120px;
    }

    /* Label status */
    .label-status {
        font: normal normal normal 10px/17px Gravity;
        font-family: 'GravityRegular';
        color: #8395A7;
        display: inline-flex;
    }

    /* Hours */
    .hours {
        font: normal normal bold 18px/19px Gravity;
        font-size: 15px;
        font-family: 'GravityRegular';
        color: #10233D;
        min-width: 50px;
        text-align: right;
        font-weight: bold;
        margin-top: 6px;
    }

    /* Right compléments */
    .right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4px;
    }

    /* Images & icônes */
    .img-round {
        width: 38px;
        height: 38px;
        margin-top: 18px;
        margin-right: 45px;
    }

    .nav-icon-filter {
        width: 15px;
        height: 15px;
    }

    .iconCal {
        width: 16px;
        height: 16px;
    }

    .team-member {
        width: 15px;
        height: 15px;
    }

    /* Timesheet card compléments */
    .timesheet-card {
        min-width: 353px;
    }

    /* Divers */
    .stat-span {
        margin-right: 5px;
    }

    .high-stat {
        margin-bottom: 11px;
        gap: 10px;
    }

    .project-display {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 270px;
    }

    .insp-text {
        color: #8395A7 !important;
    }

    .title-black {
        color: #222F3E !important;
    }

    .confirm-btn {
        margin-right: 140px;
        width: 46px;
        height: 46px;
        margin-top: -31px;
    }

    .refus-btn {
        margin-left: 140px;
        width: 46px;
        height: 46px;
        margin-top: -31px;
    }
}
