@media (max-width: 767.98px) {
    .profile-top-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .chat-side {
        border-right: none;
        border-bottom: 1px solid #D9D9D9;
    }

    .chat-message {
        width: 85%;
    }
}

/* NAVBAR */
@media (max-width: 991.98px) {
    /* BASE */
    #navbarSupportedContent {
        position: absolute;
        top: 56px;
        right: 0;
        background-color: var(--light-color);
        z-index: 15;
        border: 1px solid var(--dark-color);
    }

    .navbar-nav {
        padding: 1em;
    }
    /* END OF BASE */

    .footer-logo-link {
        display: inline-block;
        margin-bottom: 1em;
    }

    .reg-option-card.shadow-card {
        margin-top: 0;
    }

    .side-highlight {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.5em;
    }

    .user-btn-group {
        display: flex;
        justify-content: flex-end;
        padding: .5rem 0;
        margin-right: 1em;
        margin-left: 1em;
    }

    .mobile-label {
        display: inline;
        padding-right: 1em;
    }

    .users-table-header {
        display: none;
    }

    .user-item-row > div:not(:first-child) {
        justify-content: flex-start;
    }

    .user-item-row {
        row-gap: 0.7em;
        position: relative;
    }

    .user-name-avatar {
        width: max-content;
        max-width: 100%;
    }

    .invite-top {
        font-size: 18px;
    }

    .user-btn-group .message-button {
        left: 68%;
    }
}


@media (max-width: 575.98px) {
    /* BASE */
    .static-content ul {
        columns: 1;
    }
    /* END OF BASE */

    .general-padding {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p:nth-child(1) {
        font-size: 16px;
    }

    .hero-text p:nth-child(2) {
        font-size: 14px;
    }

    .hero a span {
        font-size: 21px;
    }

    .section-title {
        font-size: 22px;
    }

    .hero {
        padding: 2em 0;
        margin-bottom: 2em;
    }

    .button-block {
        flex-direction: column;
        align-items: center;
    }

    .button-block .default-button {
        width: 75%;
    }

    .step-number {
        border: 4px solid var(--dark-color);
        font-size: 37px;
        padding: 10px 16px;
    }

    .circles-left img,
    .circles-right img {
        transform: none;
        width: 55px;
    }

    .circles-left > div {
        margin-left: 2em;
    }

    .circles-right > div {
        margin-right: 2em;
    }

    .brands-ellipses img {
        height: 180px;
    }

    .package-card {
        max-width: 320px;
        margin: 0 auto;
    }

    .contact-box {
        padding: 1.5em 15px;
    }

    .contact-wrapper {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .side-highlight img {
        width: 75%;
    }

    .profile-img-input {
        flex-direction: column;
        gap: 1em;
    }

    .profile-name {
        font-size: 40px;
    }

    .social-links a img {
        height: 40px;
    }

    .user-actions a {
        font-size: 14px;
    }

    .user-bordered-inner-block > img {
        width: 140px;
        height: 140px;
    }

    .user-block .favorite-btn {
        width: 36px;
        height: 36px;
    }

    .search-head {
        margin-bottom: 0;
    }
    .nf_vimg {
        height: calc(100vh - 150px);
    }

    .uniq-user-table .user-item-row > div.buttons-col {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        text-align: left;
        padding: 0 15px;
    }
    .user-block .card-name {
        height: auto;
        display: flex;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .hero-text h1 {
        font-size: 35px;
    }

    .hero-text p:nth-child(1) {
        font-size: 18px;
    }

    .hero-text p:nth-child(2) {
        font-size: 16px;
    }

    .hero a span {
        font-size: 18px;
    }

    .section-title {
        font-size: 25px;
    }

    .hero {
        padding: 2em 0;
        margin-bottom: 3em;
    }

    .circles-left img,
    .circles-right img {
        transform: none;
        width: 90px;
    }

    .brands-ellipses img {
        height: 280px;
    }

    .contact-box {
        padding: 2em 15px;
    }

    .side-highlight img {
        width: 45%;
    }

    .user-block {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .user-block .card-name {
        height: auto;
        display: flex;
    }
}

/* MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .general-padding {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .hero-text h1 {
        font-size: 42px;
    }

    .influencers-hero .hero-text h1 {
        font-size: 35px;
    }

    .hero-text p:nth-child(1) {
        font-size: 21px;
    }

    .hero-text p:nth-child(2) {
        font-size: 18px;
    }

    .hero a span {
        font-size: 24px;
    }

    .section-title {
        font-size: 28px;
    }

    .circles-left img,
    .circles-right img {
        transform: none;
        width: 100px;
    }

    .brands-ellipses img {
        height: 370px;
    }

    .contact-box .contact-img {
        width: 65% !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .user-actions a {
        font-size: 15px;
    }
}

/* LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .footer-logo-link {
        font-size: 24px;
    }

    .circles-left img,
    .circles-right img {
        transform: none;
        width: 125px;
    }

    .brands-ellipses img {
        height: 450px;
    }

    .social-links a img {
        height: 35px;
    }

    .profile-name {
        font-size: 38px;
    }

    .review-author {
        font-size: 19px;
    }

    .review-starts img {
        width: 19px;
    }

    .lg-p-0 {
        padding: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }
}

/* XL */
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
    }

    .lg-p-0 {
        padding: 0;
    }

    header {
        font-size: 18px;
    }

    .flip-card {
        padding: 0 2em;
    }

    .packages-row > div {
        display: flex;
    }

    .packages-row > div:nth-child(2) {
        justify-content: center;
    }

    .packages-row > div:nth-child(3) {
        justify-content: end;
    }

    .package-card {
        width: 85%;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

}

@media (min-width: 1400px) {

}
