.sidebar-menu:hover,
.sidebar-menu.active {
    background: #7A33FF;
    border-radius: 4px;
}

.sidebar-menu:hover a,
.sidebar-menu.active a {
    color: #ffffff !important;
}

.company-dashboard {
    font-family: "Libre Franklin", sans-serif !important;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.dashboard-breadcrumb {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 0;
    color: #0A0A0A99;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dashboard-breadcrumb .current {
    color: #0A0A0AE5;
}

.breadcrumb-icon img {
    display: block;
    max-width: 16px !important;
}

.dashboard-title {
    font-family: "Oswald", sans-serif !important;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    color: #240066;
}

.dashboard-hello {
    font-family: "Oswald", sans-serif !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    color: #0A0A0AE5;
}

.dashboard-hello span {
    color: #7A33FF;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 32px;
}

.dashboard-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-column.column-left {
    padding-bottom: 32px;
    border-bottom: 1px solid #0A0A0A33;
}

.dashboard-column h3 {
    font-family: "Oswald", sans-serif !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    color: #0A0A0AE5;
}

.mes-offres .dashboard-column h2 {
    font-family: "Oswald", sans-serif !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0;
    color: #0A0A0AE5;
}

.mes-offres .dashboard-column h3 {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #0A0A0AE5;
}

.mes-offres.mes-offres-student .dashboard-column h3 {
    font-family: "Oswald", sans-serif !important;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #0A0A0AE5;
    text-transform: uppercase;
}

.mes-offres .dashboard-column h2.color-7a33ff {
    color: #7A33FF;
}

.job-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-item,
.event-item {
    background: #F5F5F5;
    padding: 10px 12px;
    border-radius: 2px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
}

.job-item h4,
.event-item h4 {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    color: #7A33FF;
}

.ready-register .job-item {
    cursor: pointer;
}

.event-item.event-registered {
    opacity: 0.6;
    pointer-events: none;
}

.job-date,
.event-location {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    color: #0A0A0A99;
}

.job-desc {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0;
    color: #0A0A0AE5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-status {
    padding: 2px 6px;
    border-radius: 99px;
    font-family: "Inter", sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: #0A0A0A99;
}

.job-status.submit {
    background: #F5F5F5;
    color: #0A0A0A99;
    border: 1px solid #0A0A0A33;
}

.job-status.valid,
.job-status.in-progress {
    background: #ECFDF5;
    color: #059669;
    border: 1px solid #6EE7B7;
}

.job-status.expires-soon,
.job-status.reprogram {
    background: #FEF3C7;
    color: #D97706;
    border: 1px solid #FDE68A;
}

.job-status.expired,
.job-status.cancel {
    background: #FFE4E6;
    color: #BE123C;
    border: 1px solid #FDA4AF;
}

.job-status.registered {
    background: #DBEAFE;
    color: #1D4ED8;
    border: 1px solid #93C5FD;
}

.elementor-kit-6 .company-dashboard .elementor-button {
    background-color: #ffffff;
    border-color: #7A33FF;
    color: #7A33FF;
}

.elementor-kit-6 .company-dashboard .elementor-button:hover,
.elementor-kit-6 .company-dashboard .elementor-button:focus {
    background-color: #7A33FF;
    color: #ffffff;
}

.profile-content .d-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.profile-content .top h2 {
    font-family: "Oswald", sans-serif !important;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin: 0;
    color: #7A33FF;
}


.elementor-kit-6 .company-dashboard .profile-content .elementor-button.disable {
    background-color: #E5E5E5;
    border-color: #E5E5E5;
    color: #A3A3A3;
    pointer-events: none;
}

.elementor-kit-6 .company-dashboard .profile-content .elementor-button:hover,
.elementor-kit-6 .company-dashboard .profile-content .elementor-button:focus {
    background-color: #7A33FF;
    color: #ffffff;
}

.profile-content .infomation,
.profile-content .change-password {
    border-bottom: 1px solid #0A0A0A33;
    padding-bottom: 32px;
}

.profile-content .infomation {
    margin-bottom: 32px;
}

.profile-content .wpcf7 form .wpcf7-response-output {
    display: none;
}

.mes-offres .dashboard-grid .dashboard-column.column-right {
    padding: 32px;
    border-radius: 4px;
    background: #F5F5F5;
    gap: 32px;
}

.job-offer-form-container .cf7-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.mes-offres .job-offer-form-container textarea {
    height: 184px;
}

.job-offer-form-container .cf7-row {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #0A0A0A99;
}

.job-offer-form-container .submit-button {
    margin-top: 32px;
}

.elementor-kit-6 .company-dashboard.mes-offres .elementor-button {
    background-color: #7A33FF;
    border-color: #7A33FF;
    color: #ffffff;
}

.elementor-kit-6 .company-dashboard.mes-offres .elementor-button:hover,
.elementor-kit-6 .company-dashboard.mes-offres .elementor-button:focus {
    background-color: #7A33FF00;
    border-color: #7A33FF;
    color: #7A33FF;
}

.mes-offres .wpcf7 form .wpcf7-response-output {
    display: none;
}

.elementor-kit-6 #popup-job-offer-submit .elementor-button {
    background-color: #ffffff;
    border-color: #0A0A0AB2;
    color: #0A0A0AE5;
}

.elementor-kit-6 #popup-job-offer-submit .elementor-button:hover,
.elementor-kit-6 #popup-job-offer-submit .elementor-button:focus {
    background-color: #0A0A0AB2;
    border-color: #0A0A0AB2;
    color: #ffffff;
}

/*Calendar*/
.calendar-wrap .calendar-header {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.calendar-wrap .calendar-header > div {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 6px;
}

.calendar-wrap .calendar-header .cal-title {
    font-family: "Oswald", sans-serif !important;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
    color: #0A0A0AE5;
    text-transform: capitalize;
}

.calendar-wrap .calendar-header p {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #0A0A0AE5;
    margin: 0;
}

.calendar-wrap .calendar-header select {
    width: 200px;
    height: 36px;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #6B7280;
    border: 1px solid #0A0A0A33;
    padding: 8px;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2025/12/icon-67.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    outline: none;
    box-shadow: none;
}

.calendar-wrap .calendar-header input {
    width: 156px;
    height: 36px;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #6B7280;
    border: 1px solid #0A0A0A33;
    padding: 8px 30px 8px 8px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
}

.formation-calendar .calendar-wrap .calendar-header input {
    width: 100%;
}

.calendar-wrap .calendar-header select:focus,
.calendar-wrap .calendar-header input:focus {
    border: 1px solid #0A0A0AE5;
}

.calendar-wrap .calendar-header .relative {
    position: relative;
}

.calendar-wrap .calendar-header .icon-search {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.calendar-wrap .calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #0A0A0A99;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    padding: 0;
}

.calendar-wrap .calendar-weekdays > div {
    padding: 8px;
}

.calendar-wrap .calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.calendar-wrap .calendar-cell {
    background: linear-gradient(180deg, #E5E5E5 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 4px;
    padding: 0;
    min-height: 56px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calendar-wrap .calendar-cell.empty,
.calendar-wrap .calendar-cell.is-past {
    opacity: .35;
    pointer-events: none;
}

.calendar-wrap .calendar-cell.empty .event-item,
.calendar-wrap .calendar-cell.is-past .event-item {
    pointer-events: none;
    opacity: 0.4;
}

.calendar-wrap .calendar-cell.is-today {
    background: linear-gradient(180deg, #EBE0FF 0%, rgba(255, 255, 255, 0) 100%);
}

.calendar-wrap .calendar-cell.is-today .day-number {
    color: #7A33FF;
}

.calendar-wrap .day-number {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #0A0A0A99;
    margin: 0;
    padding: 8px;
}

.calendar-wrap .event-item {
    background: transparent;
    border-left: 2px solid #7A33FF;
    padding: 0 0 0 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.calendar-wrap .event-item .e-location {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.5px;
    color: #0A0A0A99;
    margin: 0;
}

.calendar-wrap .event-item .e-title {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #7A33FF;
    margin: 0;
}

.calendar-wrap .event-item .e-time {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #0A0A0AE5;
    margin: 0;
}

.calendar-wrap .calendar-header .cal-prev,
.calendar-wrap .calendar-header .cal-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.calendar-wrap .calendar-header .cal-prev {
    transform: rotate(180deg);
}

.calendar-wrap .calendar-header .calendar-nav {
    grid-template-columns: auto auto auto;
}

.elementor-kit-6 .company-dashboard.events .calendar .elementor-button {
    font-size: 14px;
    line-height: 20px;
    padding: 7px 9px 7px 9px;
}

.wpcf7-form .event-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2025/12/icon-67.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 24px;
}

.event-register-form-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup-form .wpcf7-form .event-register-form-container button {
    width: 100%;
}

.popup-form .wpcf7-form .event-register-form-container .cancel-button button {
    background-color: #ffffff;
    border-color: #0A0A0AB2;
    color: #0A0A0AE5;
}

.popup-form .wpcf7-form .event-register-form-container .cancel-button button:hover,
.popup-form .wpcf7-form .event-register-form-container .cancel-button button:focus {
    background-color: #0A0A0AB2;
    border-color: #0A0A0AB2;
    color: #ffffff;
}

#popup-event-form .popup-form-wrap,
#popup-student-event-form .popup-form-wrap {
    padding-top: 64px;
}

#popup-event-submit p {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #0A0A0AE5;
    margin: 0;
}

.elementor-kit-6 #popup-event-submit .cancel-button button {
    background-color: #ffffff;
    border-color: #0A0A0AB2;
    color: #0A0A0AE5;
}

.elementor-kit-6 #popup-event-submit .cancel-button button:hover,
.elementor-kit-6 #popup-event-submit .cancel-button button:focus {
    background-color: #0A0A0AB2;
    border-color: #0A0A0AB2;
    color: #ffffff;
}

@media (min-width: 768px) {
    .company-dashboard .btn-hide-desktop {
        display: none;
    }
}

@media (max-width: 1024px) {
    .calendar-wrap .calendar-weekdays {
        font-size: 12px;
        gap: 5px;
    }

    .calendar-wrap .calendar-cell {
        min-height: 40px;
        gap: 5px;
    }

    .calendar-wrap .day-number {
        padding: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .calendar-wrap .calendar-weekdays .hide-mobile {
        display: none;
    }

    .calendar-wrap .calendar-header .hide-mobile {
        display: none;
    }

    .calendar-wrap .calendar-header p {
        min-width: 70px;
    }
}

@media (max-width: 767px) {
    .dashboard-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-breadcrumb .hide-mobile {
        display: none;
    }

    .cf7-row.two-columns {
        grid-template-columns: 1fr;
    }

    .cf7-row.three-columns {
        grid-template-columns: 1fr;
    }

    .company-dashboard .btn-hide-mobile {
        display: none;
    }

    .user-info-form {
        margin-bottom: 20px;
    }

    .calendar-wrap .calendar-header {
        grid-template-columns: 1fr;
    }

    .calendar-wrap .calendar-header .calendar-nav {
        justify-content: flex-start;
    }

    .calendar-wrap .calendar-header > div {
        justify-content: flex-start;
    }

    .calendar-wrap .calendar-header input {
        width: 200px;
    }

    .profile-content .d-grid {
        grid-template-columns: 1fr;
    }

    .calendar-wrap .event-item .e-title {
        font-size: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .form-title {
        font-size: 34px !important;
        line-height: 42px;
    }

    .popup-form-wrap {
        max-width: 90%;
        padding: 64px 16px 32px 16px;
        gap: 16px;
    }

    .tab-group h4, .tab-group h4 a {
        font-size: 18px;
        line-height: 26px;
    }

    .tab-group h4 a {
        padding: 10px;
    }
}