/* sidebar responsive start */

@media(max-width:1400px) {
    .prifile-inof {
        flex-direction: column;
    }
    #Today-Matchs .filter-card-profile{
        flex-direction: row;
        align-items: center;
        width: 100%;
    }

    #Today-Matchs .filter-card-profile .profile-div img{
        margin: 1rem 1rem 1rem 1rem;
    }
    .upgrade-btn {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 1rem;
        margin-bottom: 0.5rem;
    }

    .filter-card-profile {
        flex-direction: column;
        align-items: center;
        width: 47%;
    }

    .profile-filter-cards-div {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .like-pro {
        padding: 0;
        padding-top: 1rem;
        display: block;
        min-height: fit-content;
        width: 100%;
        border-left: 0;
    }

    .like-check {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .like-check p,
    .like-check button {
        margin: 0;
        padding: 0;
    }

    .profile-div img {
        width: 10.5rem !important;
        cursor: pointer;
        border-radius: 50%;
        object-fit: cover;
    }
}

@media(min-width:1200px) {
    .sidebar-container {
        display: none;
    }

}

@media(max-width:1200px) {
    .css-checkbox+label {
        margin-bottom: .5rem;
    }

    .search-opton-head {
        margin-top: 5rem;
    }
}


@media(max-width:1200px) {
    .nav-container {
        display: none;
    }

    .sidebar-container {
        display: block;
    }
}

@media(max-width:991px) {
    .filter-card-profile {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .profile-filter-cards-div {
        display: block;
    }

    .start-free {
        padding: 3rem 1rem;
    }

    .right-reserved p {
        text-align: center;
    }

    .company-social-links ul {
        padding-top: 1rem;
        justify-content: center;
    }

    .btn-submit-bottom {
        margin-top: 1rem;
    }

    .start-btn {
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 1rem;
    }

    .profile-filter-cards-div {
        display: block;
    }
}

@media(max-width:767px) {
    .start-free {
        padding: 3rem 1rem;
    }
    #Today-Matchs .filter-card-profile{
        flex-direction: column;
    }
    #Today-Matchs .tab-box .row{
        flex-direction: column-reverse;
    }
    .start-btn {
        text-align: left;
        padding-top: 3rem;
    }

    .right-reserved p {
        text-align: center;
    }

    .company-social-links ul {
        padding-top: 1rem;
        justify-content: center;
    }

    .app-img {
        margin-bottom: 3rem;
    }

    .search-result-row {
        flex-direction: column-reverse;
    }

    .search-container-row .row {
        flex-direction: row !important;
    }

    #My-Matches .row{
        flex-direction: column-reverse;
    }

    #New-Matchs .row{
        flex-direction: column-reverse;
    }

   #Near-Me .row{
        flex-direction: column-reverse;
    }
    .some-match-text p{
        text-align: center;
    }
}

@media(max-width:576px) {
    .w50 {
        width: 50%;
    }

    .sidebar-container {
        padding: 2rem 1rem;
    }

}

@media(max-width:510px) {
    .whats-connects{
        margin: 0;
    }

    .whats-connects span{
        font: 400 14px / 19px Roboto, sans-serif;
    }

}

@media(max-width:440px) {

    .forkeem,
    .model-btns {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

/* sidebar responsive end */