/*
** Responsive Code
*/
@media (min-width: 1700px) {
}
@media (max-width: 1700px) {
}
@media (max-width: 1380px) {
    /* Job detail */
    .job-info-sidebar h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 1260px) {
    /* Header */
    .dropdown .menu-text {
        font-size: 1rem;
    }
}
@media (max-width: 1170px) {
}
@media (max-width: 1070px) {
    /* Wishlist */
    .wishlistMenu {
        width: 100%;
    }

    /* Account Page */
    .account-page .col-md-3 {
        display: none;
    }
    .account-page .col-md-9 {
        width: 100%;
    }
    .account-page .job-container {
        border-radius: 1rem;
        /*height: 760px;*/
    }

    /* Payslips */
    .payslips-container {
        height: 100% !important;
    }
}
@media (max-width: 993px) {
    /* Header */
    header .col-md-6 {
        display: none;
    }

    /* Hero */
    .hero-titles h1 {
        margin-bottom: 2rem;
    }
    .hero-titles h3 {
        display: none;
    }
    .hero .row .col-md-9 {
        width: 100%;
    }
    .hero .row .col-md-3 {
        width: 100%;
        justify-content: space-between !important;
    }
    .hero .row .col-md-9 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid var(--lightgray);
    }
    .hiden-title {
        display: block !important;
    }

    /* Footer */
    footer {
        padding: 3.75rem 0 5.625rem;
    }
    .footer-inner {
        flex-direction: column;
    }
    .footer-inner div {
        /*justify-content: start !important;*/
    }
    .footer-brand img {
        width: 117px;
    }
    .footer-inner h3 {
        margin-bottom: 1rem;
    }
    .copy {
        order: 1;
    }
    .copy h2 {
        margin-top: 1rem;
        font-size: 1.75rem;
    }
    .footer-float {
        display: flex;
    }

    /* Job Detail */
    .job-detail-page .row .col-md-9,
    .job-detail-page .row .col-md-3,
    .job-detail-page .btn-primary {
        width: 100%;
    }
    .job-container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .job-container .btn-hide {
        display: none;
    }
    .job-info-sidebar {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .job-info-sidebar .btn-primary {
        display: flex !important;
    }

    /* Application form */
    .application-inputs {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Personal details */
    .personal-form {
        height: 100% !important;
    }

    /* Payslips */
    .payslips-container {
        background-color: transparent !important;
    }
    .table-wrapper {
        background-color: var(--white);
        padding: 1.5rem;
        border-radius: 1rem;
    }
    tbody tr:nth-child(odd) {
        border-radius: 5px;
    }
    table td:first-of-type {
        padding-left: 1rem;
    }
    table td {
        padding-left: 1rem;
    }
    table thead {
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: 1rem;
    }
    table td {
        display: flex;
        gap: 2rem;
        text-align: start;
    }
    table td::before {
        text-align: left;
        width: 80px;
        content: attr(data-label);
        float: left;
        font-size: 1rem;
        color: rgba(158, 158, 158, 1);
    }
    table td:last-child {
        border-bottom: 0;
    }
    table th:not(:first-of-type), table td:not(:first-of-type) {
        text-align: start;
    }
    .group-inputs {
        width: 50%;
    }

    /* Wishlist */
    .wishlist-block  .hero-titles h3{
        display: block !important;
    }
}
@media (max-width: 767px) {
    /* General */
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }

    /* Header */
    header .col-md-3:first-of-type {
        width: 15%;
    }
    .auth-buttons {
        width: 85%;
        padding: 0;
        gap: 1rem;
    }
    .user-menu {
        gap: 1rem;
    }
    .dropdown .rounded-circle {
        width: 32px;
        height: 32px;
    }
    .dropdown .ms-3.menu-text {
        display: none;
    }
    .user-menu .dropdown-menu {
        /*right: -1rem !important;*/
        padding: 1.5rem 1rem;
    }

    /* Hero */
    .hero .row .col-md-9 {
        align-items: start;
        justify-content: space-between;
    }
    .filters-boxes {
        width: 80%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .filters-boxes .dropdown-toggle {
        width: 100%;
    }
    .jobs-offers-container,
    .jobs-offers-container .row {
        gap: 1rem;
    }
    .filter-text {
        width: 20%;
    }

    /* Footer */
    .footer-inner {
        padding: 2.5rem 1rem;
    }

    /* Application form */
    .application-inputs {
        grid-template-columns: repeat(1, 1fr);
    }
    .application-categories .category {
        font-size: 1.125rem;
    }
    .app-title {
        font-size: 2rem;
    }

    /* Account Page */
    .password-form .application-inputs,
    .personal-form .application-inputs {
        grid-template-columns: repeat(1, 1fr);
    }
    .profile-img {
        width: 70px;
        height: 70px;
    }
    .profile-img-text h3 {
        font-size: 1.125rem;
    }
    .profile-img-text p {
        font-size: 0.875rem;
    }
    .main-acc-title {
        flex-direction: row !important;
    }
    .float-birth {
        grid-column: span 1;
    }

    /* Contracts */
    .contracts-form {
        margin-top: 1.5rem;
    }
    .contracts-form .col-md-6 {
       width: 50%;
    }
    .contracts-form .col-md-6:first-of-type p{
        width: 100px;
    }

    /* Complete steps */
    .steps-container .account-title {
        flex-direction: column;
        gap: 1rem;
    }
    .steps-container .profile-completed {
       align-items: start;
    }
    .progress-container,
    .steps-title {
        width: 100%;
    }
    .steps-container .account-buttons {
        gap: 1rem;
    }

    /* Wishlist */
    .wishlistMenu {
        top: 63px;
    }
    .wishlist-content {
        margin: 0 auto;
        max-width: 540px;
        padding: 1.75rem 0.75rem 2.5rem;
    }
    .wishlist-block {
        padding-bottom: 5rem;
    }
    .wishlist-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 577px) {
    .page-item:first-child .page-link,
    .page-item:last-child .page-link{
        width: 6rem;
    }
}
@media (max-width: 500px) {
    /* General */
    .btn-primary,
    .btn-secondary {
        padding: 0.5rem 1.25rem;
        font-size: 0.85rem!important;
    }
    .category,
    .caption {
        font-size: 0.875rem;
    }
    .btn-primary {
        font-size: 1.125rem;
    }

    /* Hero */
    .job-card .btn-primary {
        width: 100%;
    }
    .categories {
        flex-wrap: wrap;
    }

    /* Personal details */
    .account-title {
        flex-direction: column;
        align-items: start;
        gap: 0.625rem;
    }
    .profile-completed {
        align-items: start;
    }
    input[type="file"] {
        width: 100%;
    }

    /* Payslips */
    .payslips-container .account-title {
        flex-direction: row;
    }
    .thanks-page .policy-agrred br {
        display: none;
    }

    /* Contracts */
    .contracts-form .row {
        gap: 1rem;
    }
    .contracts-form .col-md-6 {
       width: 100%;
       justify-content: start !important;
    }
    .contracts-form .col-md-6:first-of-type .form-select{
        width: fit-content;
    }
}
@media (max-width: 400px) {
    /* Hero */
    .hero-titles h1 {
        font-size: 1.5rem;
    }
    .filters-boxes {
        width: 70%;
        grid-template-columns: repeat(1, 1fr);
    }
    .hiden-title,
    .sorting-box p {
        font-size: 1rem;
    }
    .filter-text {
        width: 30%;
    }

    /* Footer */
    .copy h2 br {
        display: none;
    }

    /* Personal details */
    .profile-picture-update {
        flex-direction: column;
        align-items: start;
    }

    /* Completed steps */
    .step-label {
        font-size: 0.55rem;
    }
    .step.active + .step-label {
        font-size: 0.7rem;
    }
    .step.active.completed + .step-label {
        font-size: 0.55rem;
    }
}
