﻿@media (min-width: 1441px) {

    .container {
        max-width: 1440px !important;
    }

    .unlockhiddeninsights-container .section-title-block {
        width: 100%;
        flex-direction: row;
    }

        .header-block .nav-link.dropdown-toggle::after {
            content: "\f077";
            width: 1rem;
            height: 1rem;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000 !important;
            background-color: #0000 !important;
            background-image: none;
            border: none !important;
            font-family: "Font Awesome 6 Free";
            font-weight: bold;
            font-size: 12px;
            position: static;
            transform: rotate(180deg);
        }

        .header-block .nav-link.dropdown-toggle {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: .5rem;
        }

        .header-block .navbar-collapse {
            padding: 0 0;
        }

        .header-block .nav-link.dropdown-toggle.show::after {
            transform: rotate(0deg);
        }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {

    .container {
        max-width: 1200px !important;
    }


    .login-mobile-menu {
        display: none;
    }


    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

        .guide-list-hero-block .hero-container,
        .topic-list-hero-block .hero-container {
            top: 0;
        }

    .staff-card-body {
        justify-content: center;
        gap: 1rem;
    }

    .staff-card-img {
        width: 200px;
        height: 200px;
    }

    .staff-card-details {
        width: 100%;
    }

        .staff-card-details h5 {
            font-size: 1.25rem;
            margin-bottom: .5rem;
        }

        .staff-card-details h6,
        .staff-card-details p {
            font-size: .85rem;
            font-weight: 600;
        }

    .staff-card-footer {
        padding: .75rem .5rem;
        gap: 1rem;
        justify-content: space-evenly;
    }

        .staff-card-footer > span {
            display: none;
        }

    .expert-testimony-video {
        top: 0;
        margin-top: 3rem;
    }

    .hero-block.howitworks {
        height: 25rem;
    }

        .hero-block.howitworks .hero-container {
            position: relative;
            top: -1.5rem;
        }

    .header-block .navbar-brand {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .header-block .navbar-brand img {
            max-width: 8rem !important;
        }

    .header-block .navbar-nav {
        gap: .5rem;
    }

    .header-block .nav-link {
        font-weight: 400;
        text-align: left;
        justify-content: flex-start;
    }

    .home-block {
        height: 30rem;
    }

    .horoscope-detail-hero-block {
        padding-top: 2.5rem;
        padding-bottom: 5rem;
    }

        .horoscope-detail-hero-block .hero-container {
            padding-right: 35% !important;
        }

    .hero-text {
        margin: 1rem 0;
    }

    .whychooseus-container {
        top: -1.5rem;
    }

    .home-container .cs-btn-txt-lg {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .hero-container {
        padding-right: 0% !important;
    }

    .home-container {
        padding-right: 20% !important;
    }

    .section-title-block h2 {
        font-size: 1.5rem;
    }

    .whychooseus-title {
        font-size: 2.25rem;
    }

    .whychooseus-text {
        font-size: 1rem;
    }

    .whychooseus-container {
        padding: 1.5rem 2.5rem !important;
    }

        .whychooseus-container .row {
            align-items: start;
        }

    .header-block .navbar-nav {
        gap: .5rem;
    }

    .header-block .navbar-brand img {
        max-width: 7rem;
    }

    .header-block .nav-link {
        font-size: 0.87rem;
        font-weight: 400;
    }


    .header-block .navbar {
        padding: 0;
    }

    .header-block .profile-dropdown .dropdown-toggle {
        font-size: 0.87rem;
        font-weight: 500;
    }

    .header-block .navbar-brand {
        padding: .75rem 0 !important;
    }

    .balance-title {
        font-size: 1.125rem;
        gap: .25rem;
    }

        .balance-title i {
            font-size: .85rem;
        }

    .recharge-title {
        font-size: 1.125rem;
    }

    .recharge-promo-title {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .recharge-widget-item {
        padding: .25rem 1rem;
    }

    .topup-block {
        padding: .25rem 1rem;
    }

        .topup-block .title {
            font-size: 1.125rem;
        }

        .topup-block .sub-title {
            font-size: 1.125rem;
        }

    .review-listing-item {
        justify-content: center;
        gap: 1.5rem;
    }

    .step-item {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }


        .step-item .step-head:last-child {
            flex: 8;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: flex-start;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

        .step-head p {
            text-align: left;
        }

    .step-icon img {
        width: 3rem;
        height: auto;
    }

    .steps-container .btns {
        justify-content: center;
    }

    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        transform: translateX(0);
        margin-left: 0;
        left: 0;
    }


    ._dashboard_ ._dashboard_body_ {
        width: calc(100% - 250px);
        margin-left: 250px;
    }

    .header-block {
        padding-top: 0;
        padding-bottom: 0;
    }

        .header-block .nav-link.dropdown-toggle::after {
            content: "\f077";
            width: 1rem;
            height: 1rem;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000 !important;
            background-color: #0000 !important;
            background-image: none;
            border: none !important;
            font-family: "Font Awesome 6 Free";
            font-weight: bold;
            font-size: 12px;
            position: static;
            transform: rotate(180deg);
        }

        .header-block .nav-link.dropdown-toggle {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: .5rem;
        }

        .header-block .navbar-collapse {
            padding: 0 0;
        }

        .header-block .nav-link.dropdown-toggle.show::after {
            transform: rotate(0deg);
        }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

            ._dashboard_ ._dashboard_body_ .navbar .container-fluid .navbar-collapse {
                display: none !important;
            }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }

    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .compatibility-item {
        font-size: 1rem;
    }

    .horoscope-detail-zodiac-block .zodiac-figure {
        width: 4.5rem;
        height: 4.5rem;
    }

    .about-card {
        top: 2.5rem;
    }

    .unlockhiddeninsights-container .section-title-block {
        width: 100%;
        flex-direction: row;
    }

    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1.5rem;
                            font-weight: 500 !important;
                        }

                    #wrap #calendar .fc-header tr td .fc-button {
                        margin-bottom: 0 !important;
                    }

    .compatibility-block .section-title-block.text-only {
        gap: 1rem;
        align-items: flex-start !important;
    }

        .compatibility-block .section-title-block.text-only h2 {
            flex: 2;
        }

        .compatibility-block .section-title-block.text-only p {
            flex: 4;
            letter-spacing: 0px;
            word-spacing: 1px;
            font-weight: 400 !important;
        }

    .tarot-hero-block {
        height: 15rem;
    }

    .about-community-container .section-title-block.inline {
    }

        .about-community-container .section-title-block.inline h2 {
            flex: 2;
        }

        .about-community-container .section-title-block.inline p {
            flex: 4;
        }

    .profile-dropdown .dropdown-menu {
        right: 0 !important;
        left: initial !important;
    }

        .profile-dropdown .dropdown-menu::before {
            left: 85%;
            border-bottom-color: #cb0b0a;
        }

    .guides-action-block {
        justify-content: space-between;
    }

    .guides-action-item {
        flex: 1;
    }

        .guides-action-item p {
            white-space: nowrap;
        }

    .guides-hero-image {
        width: 20rem;
        height: 20rem;
    }

    .guides-hero-content {
        gap: 1.5rem;
    }

        .guides-hero-content h1 {
            font-size: 2.5rem;
        }

            .guides-hero-content h1 .heartButton {
                font-size: 1.45rem;
            }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {

    .container {
        max-width: 1000px !important;
    }

    .section-title-block h2 {
        font-size: 1.5rem;
    }

    .onlineguides-block {
        padding-top: 3rem;
    }

    .whychooseus-title {
        font-size: 2.5rem;
    }

    .testimonial-block {
        padding-bottom: 0 !important;
    }


    .hero-container {
        padding-right: 0.75rem !important;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .staff-card-img {
        width: 150px;
        height: 150px;
    }

    .staff-card-details h5 {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .staff-card-details h6,
    .staff-card-details p {
        font-size: .85rem;
        font-weight: 600;
    }

    .staff-card-body {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 1rem;
    }

    .staff-card-img img {
        width: auto;
        min-height: 100%;
        object-fit: cover;
    }

    .staff-card-details {
        gap: 0.15rem;
    }

        .staff-card-details h6 {
            font-weight: 600;
        }

        .staff-card-details p {
            font-weight: 400;
        }

    .staff-card-body .staff-card-img {
        width: 120px;
        height: 120px;
    }

    .staff-card-footer {
        gap: 0%;
        justify-content: space-between;
    }

    .guides-list-block .staff-card-footer > span {
        display: none;
    }

    .compatibility-block {
        padding-top: 5rem;
        padding-bottom: 0 !important;
    }

    .categories-item figure {
        height: 100%;
    }

    .guides-rating .left-block {
        padding: 0px 0.5rem;
    }

    .guides-rating .right-block {
        padding: 0px 0.5rem;
    }

    .guides-hero-content {
        gap: 1rem;
    }

    .guides-hero-container {
        gap: 1rem;
    }

    .guides-action-block {
        padding: 1rem;
        gap: 1rem;
        justify-content: space-evenly;
    }

    .guides-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .guides-hero-content h1 {
        font-size: 2.5rem;
    }

    .about-guide-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .guide-approach-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .guide-review-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .about-guide-container .left-block h2 {
        font-size: 2.5rem;
    }

    .guide-approach-container h2 {
        font-size: 2.5rem;
    }

    .guide-review-title h2 {
        font-size: 2.5rem;
    }

    .footer-title {
        font-size: 1.25rem;
        margin-bottom: .5rem;
        margin-top: 1rem;
    }

    .footer-logo img {
        max-width: 100%;
    }

    .footer-block .cs-btn {
        padding: 0.5rem;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

        .guide-list-hero-block .hero-container,
        .topic-list-hero-block .hero-container {
            top: 0;
        }

    .hero-block.howitworks {
        height: 25rem;
    }

        .hero-block.howitworks .hero-container {
            position: relative;
            top: -1.5rem;
        }


    .hero-block.horoscope-hero-block .hero-container {
        position: relative;
        top: -1.5rem;
    }

    .step-head h5 {
        font-size: 1.25rem;
    }

    .about-hero {
        height: 20rem;
    }

    .steps-container {
        padding: 1rem !important;
    }

    .step-item {
        width: 100%;
        flex-direction: row;
        align-items: flex-start;
    }


        .step-item .step-head:last-child {
            flex: 8;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: flex-start;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

        .step-head p {
            text-align: left;
        }

    .steps-container .btns {
        justify-content: center;
    }

    .about-card-icon {
        padding: 1.5rem;
    }

    .section-title-block.text-only {
        align-items: center;
    }

    .expert-testimony-video {
        top: 0;
        margin-top: 3rem;
    }

    .usp-block .section-title-block .cs-btn {
        position: static;
    }

    .header-block .navbar-nav {
        gap: .5rem;
    }

    .header-block .navbar-brand img {
        max-width: 7rem;
    }

    .header-block .nav-link {
        font-size: 0.87rem;
        font-weight: 400;
    }

    .header-block .navbar {
        padding: 0;
    }

    .header-block .profile-dropdown .dropdown-toggle {
        font-size: 0.87rem;
        font-weight: 500;
    }

    .header-block .navbar-brand {
        padding: .75rem 0 !important;
    }

    .balance-title {
        font-size: 1.125rem;
        gap: .25rem;
    }

        .balance-title i {
            font-size: .85rem;
        }

    .recharge-title {
        font-size: 1.125rem;
    }

    .recharge-promo-title {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .recharge-widget-item {
        padding: .25rem 1rem;
    }

    .topup-block {
        padding: .25rem 1rem;
    }

        .topup-block .title {
            font-size: 1.125rem;
        }

        .topup-block .sub-title {
            font-size: 1.125rem;
        }

    .review-listing-item {
        justify-content: center;
        gap: 1.5rem;
    }

    .header-block {
        padding-top: 0;
        padding-bottom: 0;
    }

        .header-block .nav-link.dropdown-toggle::after {
            content: "\f077";
            width: 1rem;
            height: 1rem;
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #000 !important;
            background-color: #0000 !important;
            background-image: none;
            border: none !important;
            font-family: "Font Awesome 6 Free";
            font-weight: bold;
            font-size: 12px;
            position: static;
            transform: rotate(180deg);
        }

        .header-block .nav-link.dropdown-toggle {
            width: auto;
            height: auto;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: .5rem;
        }

        .header-block .navbar-collapse {
            padding: 0 0;
        }

        .header-block .nav-link.dropdown-toggle.show::after {
            transform: rotate(0deg);
        }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        left: 0;
        margin-left: 0;
        transform: none;
    }

    ._dashboard_ ._dashboard_body_ {
        width: calc(100% - 250px);
        transform: none;
    }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

            ._dashboard_ ._dashboard_body_ .navbar .container-fluid .navbar-collapse {
                display: none !important;
            }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }

    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .compatibility-item {
        font-size: 1rem;
    }

    .horoscope-detail-zodiac-block .zodiac-figure {
        width: 4.5rem;
        height: 4.5rem;
    }

    .about-container .section-title-block {
        width: 100% !important;
    }

    .about-card {
        transform: translateY(-15%);
    }

    .about-cta--container .section-title-block p {
        text-align: center;
    }

    .about-cta--container .section-title-block {
        margin: 0 auto;
        justify-content: center !important;
    }


    .compatibility-block .section-title-block.text-only {
        gap: 1rem;
        align-items: flex-start !important;
    }

        .compatibility-block .section-title-block.text-only h2 {
            flex: 2;
        }

        .compatibility-block .section-title-block.text-only p {
            flex: 4;
        }

    .unlockhiddeninsights-container .section-title-block.inline {
        align-items: flex-start !important;
    }

    .footer-social-btns {
        flex-wrap: nowrap;
    }

    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1.5rem;
                            font-weight: 500 !important;
                        }

                    #wrap #calendar .fc-header tr td .fc-button {
                        margin-bottom: 0 !important;
                    }

    .compatibility-block .section-title-block.text-only {
        gap: 1rem;
        align-items: flex-start !important;
    }

        .compatibility-block .section-title-block.text-only h2 {
            flex: 2;
        }

        .compatibility-block .section-title-block.text-only p {
            flex: 4;
        }

    .horoscope-detail-hero-block {
        height: 25rem;
    }

        .horoscope-detail-hero-block .hero-container {
            padding-right: 35% !important;
            position: relative;
            top: -1.5rem;
        }

    .profile-dropdown .dropdown-menu {
        right: 0 !important;
        left: initial !important;
    }

        .profile-dropdown .dropdown-menu::before {
            left: 85%;
            border-bottom-color: #cb0b0a;
        }

    .guides-action-block {
        justify-content: space-between;
    }

    .guides-action-item {
        flex: 1;
    }

        .guides-action-item p {
            white-space: nowrap;
        }

    .guides-hero-image {
        width: 20rem;
        height: 20rem;
    }

    .guides-hero-content {
        gap: 1.5rem;
    }

        .guides-hero-content h1 {
            font-size: 2.5rem;
        }

            .guides-hero-content h1 .heartButton {
                font-size: 1.45rem;
            }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 100px - 83px);
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(50vw - 1rem);
            height: auto;
        }
}


@media (min-width: 768px) and (max-width: 991px) {

    .container {
        max-width: 900px !important;
    }


    .login-desktop-menu {
        display: none !important;
    }

    .login-mobile-menu .navbar-nav {
        padding: 0 !important;
        flex-direction: row;
        justify-content: flex-end;
    }

    .login-mobile-menu {
        width: 100%;
        padding: .5rem 0;
        border-bottom: 1px solid #33227d11;
        display: block !important;
    }

    .header-block {
        padding: 0;
        top: -50px;
    }

        .header-block .navbar {
            padding: 0;
        }

    .navbar-brand img {
        max-width: 8rem !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        margin: .5rem 0 !important;
        border: none !important;
        background-color: #0000 !important;
        color: #0000 !important;
        opacity: 111 !important;
    }

    .header-block .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
    }

    .navbar-brand {
        padding: 1rem 0 !important;
        margin: .5rem 0;
    }

    .navbar-nav {
        gap: 0.75rem !important;
        padding: 0 0.75rem !important;
    }


    .header-block .form-group {
        display: none;
    }

    .header-block .nav-link {
        text-align: left;
    }

    .navbar-brand img {
        max-width: 8rem !important;
    }


    .footer-block {
        padding-top: 3.5rem;
    }

    .staff-card-img {
        width: 150px;
        height: 150px;
    }

    .staff-card-details h5 {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .staff-card-details h6,
    .staff-card-details p {
        font-size: .85rem;
        font-weight: 600;
    }

    .staff-card-body {
        flex-wrap: nowrap;
        gap: 1rem;
        justify-content: center;
    }

    .staff-card-details {
        gap: 0.25rem;
    }

    .onlineguides-block {
        padding-top: 0;
    }

    .section-title-block h2 {
        font-size: 1.5rem;
    }

    .whychooseus-title {
        font-size: 1.95rem;
    }

    .whychooseus-text {
        font-size: 1rem;
    }

    .whychooseus-container .row {
        align-items: start !important;
    }

    .article-block {
        padding-bottom: 0 !important;
    }

    .footer-widgets {
        margin: 1rem auto;
        align-items: center;
    }

    .cs-btn-thin {
        padding: 0.5rem 1rem;
    }

    .footer-title {
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: .5rem;
        margin-top: 1rem;
    }

    .footer-navlist {
        gap: 0.25rem;
    }

    .footer-logo img {
        max-width: 15rem;
    }

    .footer-social-btns {
        flex-wrap: nowrap;
    }

    .zodiac-container {
        padding: 1.5rem 0 !important;
        top: -1.5rem;
    }

    .categories-item figure {
        height: 100%;
    }

        .categories-item figure img {
            min-height: 100%;
        }

    .compatibility-container {
        padding-bottom: 0 !important;
    }

    .compatibility-row {
        margin-bottom: 0 !important;
    }

    .section-title-block.text-only {
        justify-content: center;
        align-items: start !important;
    }

    .expert-testimony-container {
        width: 100%;
    }

        .expert-testimony-container .section-title-block {
            margin-bottom: 0;
        }

    .expert-testimony-video {
        top: 0;
        margin-top: 3rem;
    }

    .about-container .section-title-block {
        width: 100% !important;
    }

    .about-card {
        padding: 1rem;
        transform: translateY(-15%);
    }

    .faq-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .signup-cta-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .signup-cta-block-container .section-title-block {
        margin-bottom: 0 !important;
    }

    .guides-rating .left-block {
        padding: 0px 0.5rem;
    }

    .guides-rating .right-block {
        padding: 0px 0.5rem;
    }

    .guides-hero-content {
        gap: 1rem;
    }

    .guides-hero-container {
        gap: 1rem;
    }

    .guides-action-block {
        padding: 1rem;
        gap: 1rem;
        justify-content: space-evenly;
    }

    .guides-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .guides-hero-content h1 {
        font-size: 2.5rem;
    }

    .about-guide-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .guide-approach-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .guide-review-block {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 2.5rem;
    }

    .guide-review-title h2 {
        font-size: 2.5rem;
    }

    .header-block .nav-link {
        text-align: left;
    }

    .site-review-hero-block {
        height: 10rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-container {
        padding-left: 0% !important;
        padding-right: 0% !important;
        gap: 1rem !important;
    }

    .hero-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .horoscope-hero-block {
        padding-top: 2.5rem;
        padding-bottom: 4.5rem;
    }

    .horoscope-detail-hero-block {
        padding-top: 1.5rem;
        padding-bottom: 3.55rem;
    }

        .horoscope-detail-hero-block .hero-container {
            padding-right: 35% !important;
        }

    .hero-text {
        margin: 1rem 0;
    }

    .whychooseus-container {
        padding: 1rem !important;
        top: -1.5rem;
    }


    .hero-block.howitworks {
        height: 25rem;
    }

        .hero-block.howitworks .hero-container {
            position: relative;
            top: -1rem;
        }

    .hero-title {
        font-size: 2.5rem;
    }

    .staff-card-footer > span {
        display: none;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

        .guide-list-hero-block .hero-container,
        .topic-list-hero-block .hero-container {
            top: 0;
        }

    .categories-item {
        height: 10rem;
    }

        .categories-item h5 {
            width: 100%;
            padding: .75rem;
            margin: 0;
            left: 0;
            bottom: 0;
        }

            .categories-item h5 a {
                font-size: 1.5rem;
                white-space: break-spaces;
            }

    .steps-container {
        padding: 1.5rem !important;
        top: -1.5rem;
    }

    .step-item {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: .5rem;
    }


        .step-item .step-head:last-child {
            flex: 8;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: flex-start;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

    .steps-container .btns {
        justify-content: center;
    }

    .step-head {
        align-items: center;
    }

        .step-head h5 {
            font-size: 1.5rem;
        }

        .step-head p {
            text-align: center;
        }

    .step-icon img {
        max-width: 5rem;
    }

    .testimonial-item {
        padding: 1rem !important;
    }

    .testimonial-title {
        font-size: 1.25rem;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .article-item figure {
        height: 10rem;
        border-radius: .5rem;
    }

    .article-item {
        border-radius: .5rem;
    }

    .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }

    .img-rounded {
        width: 12rem;
        height: 12rem;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

    .about-card-light-blue h5 {
        font-size: 1.15rem;
    }

    .usp-block .section-title-block .cs-btn {
        position: static;
    }

    .hereforyou-block .cs-img-wrapper {
        width: 100%;
        position: static;
    }

    .header-block .navbar-nav {
        gap: .5rem;
    }

    .header-block .nav-link {
        font-weight: 400;
        justify-content: flex-start;
    }

    .header-block .navbar {
        padding: 0;
    }

    .balance-title {
        font-size: 1.125rem;
        gap: .25rem;
    }

        .balance-title i {
            font-size: .85rem;
        }

    .recharge-title {
        font-size: 1.125rem;
    }

    .recharge-promo-title {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .recharge-widget-item {
        padding: .25rem 1rem;
    }

    .topup-block {
        padding: .25rem 1rem;
    }

        .topup-block .title {
            font-size: 1.125rem;
        }

        .topup-block .sub-title {
            font-size: 1.125rem;
        }

    .review-listing-item {
        justify-content: center;
        gap: 1.5rem;
    }

    .header-block .dropdown-menu.show {
        transform: translate(0px, 0px) !important;
        position: static !important;
    }

    .header-block .profile-dropdown .dropdown-menu.show {
        position: absolute !important;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        z-index: 9;
    }

    .header-block .dropdown-menu::before,
    .header-block .dropdown-menu::after {
        display: none !important;
    }

    .header-block .nav-link::after {
        display: none;
    }

    .header-block .nav-link.dropdown-toggle::after {
        content: "\f077";
        width: 1rem;
        height: 1rem;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        background-color: #0000 !important;
        background-image: none;
        border: none !important;
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 12px;
        position: static;
        transform: rotate(180deg);
    }

    .header-block .nav-link.dropdown-toggle {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }

    .header-block .navbar-collapse {
        padding: 0 0 1rem 0;
        box-shadow: 0px 10px 10px -5px #0001;
    }

    .header-block .nav-link.dropdown-toggle.show::after {
        transform: rotate(0deg);
    }

    .expert-testimony-container .section-title-block .btns {
        justify-content: center !important;
    }

    .expert-testimony-container .section-title-block p {
        text-align: center !important;
    }

    .blog-list-hero-block {
    }

        .blog-list-hero-block .hero-container {
            top: 0;
        }


    .staff-card-footer {
        align-items: flex-start;
    }

        .staff-card-footer a {
            flex: 1;
        }

    .dataTable tbody tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }

    .dt-container .row:first-child {
        flex-wrap: nowrap;
    }

        .dt-container .row:first-child label {
            display: none;
        }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] {
        flex: 1;
    }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] input {
            width: 100%;
            height: auto;
            margin: 0;
        }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] .dt-search {
            margin-right: 0;
        }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] select {
            margin-left: 0;
            display: block;
        }

    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        transform: translateX(0);
        left: 0;
        margin-left: 0;
    }


    ._dashboard_ ._dashboard_body_ {
        width: calc(100% - 250px);
        transform: none;
    }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }

    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    .about-card-light {
        padding: 0;
    }

        .about-card-light h5 {
            font-size: 1.125rem;
        }

    .about-cta--container {
        text-align: center;
    }

        .about-cta--container .section-title-block {
            margin: 0 auto;
            justify-content: center !important;
        }

    .compatibility-block .section-title-block.text-only {
        gap: 1rem;
    }

        .compatibility-block .section-title-block.text-only h2 {
            flex: 2;
        }

        .compatibility-block .section-title-block.text-only p {
            flex: 4;
            letter-spacing: 0px;
            word-spacing: 1px;
            font-weight: 400 !important;
        }


    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1.5rem;
                            font-weight: 500 !important;
                        }

                    #wrap #calendar .fc-header tr td .fc-button {
                        margin-bottom: 0 !important;
                    }

    .hero-block.home-block .cs-btn {
        padding: .5rem 1rem;
    }

    .exploreourtarot-block .cs-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .exploreourtarot-block .section-title-block {
        justify-content: center;
        gap: .5rem;
        text-align: center !important;
    }

        .exploreourtarot-block .section-title-block p {
            font-size: 1rem;
        }

    .guides-action-block {
        justify-content: space-between;
    }

    .guides-action-item {
        flex: 1;
    }

        .guides-action-item p {
            white-space: nowrap;
        }

    .guides-hero-image {
        width: 20rem;
        height: 20rem;
    }

    .guides-hero-content {
        gap: 1.5rem;
    }

        .guides-hero-content h1 {
            font-size: 2.5rem;
        }

            .guides-hero-content h1 .heartButton {
                font-size: 1.45rem;
            }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }


    .cs-pagination-item,
    .cs-pagination-previous,
    .cs-pagination-next {
        padding: .5rem .85rem;
    }

    .matchmysearch-block .section-title-block {
        margin-bottom: 1rem;
    }

    ._dashboard_ ._dashboard_sidebar .menu-nav {
        height: auto;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 100px - 83px);
        flex-direction: column;
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(100vw - 1rem);
            height: auto;
        }

    .user_audio-section-wrp-join .videomng-wrp-rows {
        height: calc(100vh - 66px - 83px);
        flex-direction: row !important;
    }

    .videomng-wrp-rows .vide-wrp-main-js #video-title video,
    .videomng-wrp-rows .vide-wrp-main-js video {
        max-width: calc(40vh - 1rem);
        max-height: calc(40vh - 1rem);
    }
}

@media (min-width: 568px) and (max-width: 767px) {

    .container {
        max-width: 680px !important;
    }


    .login-desktop-menu {
        display: none !important;
    }

    .login-mobile-menu .navbar-nav {
        padding: 0 !important;
        flex-direction: row;
        justify-content: flex-end;
    }

    .login-mobile-menu {
        width: 100%;
        padding: .5rem 0;
        border-bottom: 1px solid #33227d11;
        display: block;
    }

    .header-block {
        padding: 0;
        top: -50px;
    }

        .header-block .navbar {
            padding: 0;
        }

    .navbar-brand img {
        max-width: 8rem !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        margin: .5rem 0 !important;
        border: none !important;
        background-color: #0000 !important;
        color: #0000 !important;
        opacity: 111 !important;
    }

    .header-block .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
    }

    .navbar-brand {
        padding: 0;
        margin: .5rem 0 !important;
    }

    .navbar-nav {
        gap: 0.75rem !important;
        padding: 0 0.75rem !important;
    }


    .hero-container {
        padding-right: 0% !important;
        padding-left: 0% !important;
        gap: 1rem;
        position: relative;
        top: -1rem;
    }

    .hero-title {
        font-size: 9vw;
    }

    .whychooseus-title {
        font-size: 1.5rem;
    }

    .whychooseus-container {
        padding: 1.5rem !important;
    }

    .staff-card-details {
        margin-top: 1rem;
    }

    .staff-card-img {
        width: 200px;
        height: 200px;
    }

    .staff-card-body {
        padding: 1.5rem 2.5rem 1.5rem 2.5rem;
        margin: 0;
        gap: 0;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .staff-card-details h5 {
        font-size: 1.95rem;
        margin-bottom: .5rem;
    }

    .staff-card-details h6,
    .staff-card-details p {
        font-size: .85rem;
        font-weight: 600;
    }

    .hero-title {
        font-size: 9vw;
    }

    .blog-list-hero-block {
    }

    .whychooseus-title {
        font-size: 1.5rem;
        line-height: normal;
        margin: 0;
    }

    .whychooseus-text {
        font-size: 1rem;
    }

    .whychooseus-container {
        padding: 1rem 1rem !important;
        top: -1.5rem;
    }

    .onlineguides-block {
        padding-top: 8rem;
    }

    .section-title-block {
        margin-bottom: 1rem;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
    }


        .section-title-block h2 {
            font-size: 1.5rem;
        }

    .staff-card-footer span {
        font-size: small;
        font-weight: 400;
        text-align: center;
    }

    .faq-block {
        padding-top: 3rem;
        padding-bottom: 0 !important;
    }

        .faq-block .accordion-button {
            padding: 0.5rem 0.5rem;
            padding-right: 1.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            position: relative;
        }

            .faq-block .accordion-button::after {
                position: absolute;
                top: 1rem;
                right: 0.25rem;
            }

        .faq-block .accordion-body {
            padding: 0.5rem 0.5rem;
        }

        .faq-block .accordion-item::after {
            height: 1px;
        }

    .footer-block {
        padding-top: 0;
    }

    .footer-widgets {
        gap: 1rem;
        margin: 3rem auto;
        align-items: center;
    }

    .testimonial-block {
        padding-bottom: 0 !important;
    }

    .article-body time {
        font-weight: 400;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .onlineguides-container {
        padding-bottom: 0 !important;
    }

    .article-block {
        padding-bottom: 0 !important;
    }

    .footer-logo img {
        max-width: 15rem;
    }

    .footer-social-btns {
        flex-wrap: nowrap;
    }

    .footer-container .row .col:first-child {
        flex: 1 0 100%;
    }

    .footer-container .row .col {
        flex: 1 0 50%;
    }

    .footer-title {
        font-size: 1.125rem;
        margin-bottom: .5rem;
        margin-top: 1rem;
    }

    .header-block .form-group {
        display: none;
    }

    .footer-navlist {
        gap: 0.25rem;
    }

    .categories-item figure {
        height: 100%;
    }

        .categories-item figure img {
            min-height: 100%;
            width: 100%;
        }

    .compatibility-row {
        padding: 1.5rem;
        margin-bottom: 0 !important;
        flex-direction: column;
    }

    .compatibility-title {
        margin-bottom: 1.5rem;
    }

    .compatibility-list {
        justify-content: space-between;
    }

    .zodiac-container {
        padding: 1rem !important;
        top: -1.5rem;
    }

    .zodiac-widget {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .zodiac-title {
        font-size: 1.25rem;
    }


    .signup-cta-block .zodiac-widget {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .compatibility-block {
        padding-top: 35rem;
        padding-bottom: 0 !important;
    }

    .section-title-block.text-only {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .categories-block {
        padding-bottom: 0 !important;
    }

    .categories-item h5 {
        font-size: 1.25rem;
        bottom: 0.5rem;
        left: 0.9875rem;
    }

    .footer-logo {
        justify-content: center;
    }

    .steps-container {
        padding: 1.5rem !important;
    }

    .step-head h5 {
        font-size: 1.5rem;
    }

    .step-icon img {
        max-width: 5rem;
    }

    .expert-testimony-container {
        width: 100%;
    }

    .about-block .section-title-block {
        margin-top: 1rem;
        width: 100% !important;
    }

    .about-card {
        transform: translateY(0%);
    }

    .about-container {
        padding-bottom: 3rem;
    }

    .faq-block {
        padding-top: 0 !important;
    }

    .faq-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .step-head {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .guides-hero-container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .about-guide-container {
        flex-direction: column;
    }

        .about-guide-container .left-block::before {
            width: 100%;
            height: 2px;
            top: 100%;
        }

    .guide-review-title {
        flex-direction: column;
    }

    .guides-hero-image {
        max-width: 10rem;
        max-height: 10rem;
    }

    .guides-action-block {
        padding: 1rem;
        flex-direction: row;
        gap: 1.5rem;
    }

    .guides-rating {
        flex-direction: column;
    }

    .guides-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .guides-hero-content h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .guides-hero-content {
        gap: 1rem;
    }

        .guides-hero-content .guides-rating .left-block {
            width: 100%;
            padding: 1rem 0;
            border-right: none;
            border-bottom: 1px solid rgb(173, 167, 203);
        }

        .guides-hero-content .guides-rating .right-block p {
            text-align: center;
        }

        .guides-hero-content .guides-hero-content .guides-rating {
            padding: 0;
        }

        .guides-hero-content .guides-rating .right-block {
            padding-bottom: 1rem;
        }

        .guides-hero-content .guides-rating {
            padding: 0;
        }

    .guides-action-item img {
        width: auto;
        height: 1.25rem;
    }

    .about-guide-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .about-guide-container .left-block {
        padding: 1rem 0;
    }

        .about-guide-container .left-block h2 {
            font-size: 2.5rem;
        }

    .about-guide-container .right-block {
        width: 100%;
        padding: 1rem 0;
    }

    .guide-approach-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .guide-approach-container {
        padding-top: 0 !important;
    }

        .guide-approach-container h2 {
            font-size: 2.5rem;
        }

    .guide-review-block {
        padding-top: 0 !important;
    }

    .guide-review-title {
        width: 100%;
        gap: 0rem;
        justify-content: center;
    }

    .guide-review-rating {
        flex-direction: column;
        gap: 0.5rem;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    .guide-review-container {
        padding-bottom: 0 !important;
    }

    .header-block .nav-link {
        text-align: left;
        justify-content: flex-start;
    }


    .steps-container {
        padding: 1rem !important;
    }

    .step-item {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        flex-direction: row;
        align-items: flex-start;
    }


        .step-item .step-head:last-child {
            flex: 8;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: flex-start;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

        .step-head p {
            text-align: left;
        }

    .steps-container .btns {
        justify-content: center;
    }

    .section-title-block h2 {
        width: 100%;
        font-size: 1.5rem;
    }

    .section-title-block .cs-btn {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-text {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .hero-block .cs-btn-txt-lg {
        padding: .5rem 1rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .testimonial-title {
        font-size: 1.125rem;
    }

    .about-card-icon {
        padding: 0.95rem;
    }


    .section-title-block .btns {
        width: 100%;
        justify-content: center;
    }

    .footer-widgets {
        gap: 1.5rem;
    }

    .footer-logo {
        justify-content: center;
    }

    .signup-cta-block {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .steps-container .section-title-block {
        margin: 0 !important;
    }

    .blog-list-hero-block {
    }

    .site-review-hero-block {
        height: 10rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .topics-detail-hero-block .hero-container {
        top: 0rem;
    }

    .hero-block {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .horoscope-hero-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-block.tarot-hero-block {
        height: 10rem;
    }

        .hero-block.tarot-hero-block .hero-container {
            top: 0;
        }

    .hero-block.howitworks {
        background-position: center;
        background-size: cover;
    }

    .hero-block.tarot-main-hero {
        height: 15rem;
    }

        .hero-block.tarot-main-hero .hero-container {
            top: 0;
        }

    .tarot-main-container {
        top: -1rem;
    }

    .staff-card-details {
        width: auto;
    }

    .staff-card-footer a {
        justify-content: flex-start;
    }

    .staff-card-footer {
        padding: .75rem .5rem;
        gap: .5rem;
        justify-content: space-evenly;
    }

        .staff-card-footer > span {
            display: none !important;
        }

    .faq-block .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-block .accordion-button {
        padding-left: 0;
        font-size: 1.125rem;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

        .guide-list-hero-block .hero-container,
        .topic-list-hero-block .hero-container,
        .blog-list-hero-block .hero-container {
            top: 0;
        }

    .categories-item {
        height: 10rem;
    }

        .categories-item h5 {
            width: 100%;
            padding: .75rem;
            margin: 0;
            left: 0;
            bottom: 0;
        }

            .categories-item h5 a {
                font-size: 1.5rem;
                white-space: break-spaces;
            }

    .img-rounded {
        width: 15rem;
        height: 15rem;
    }

    .testimonial-item {
        padding: 1rem;
    }

    .testimonial-title {
        font-size: 1.25rem;
        overflow: visible;
        white-space: normal;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .article-item figure {
        height: 10rem;
        border-radius: .5rem;
    }

    .article-item {
        border-radius: .5rem;
    }

    .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }


    .about-card-light-blue h5 {
        font-size: 1.15rem;
    }

    .usp-block .section-title-block .cs-btn {
        position: static;
    }

    .hereforyou-block .cs-img-wrapper {
        width: 100%;
        position: static;
    }

    .header-block .navbar {
        padding: 0;
    }

    .about-card-icon h5 {
        font-size: 1.125rem;
    }

    .about-card-light {
        padding: 0;
    }

        .about-card-light h5 {
            font-size: 1rem;
        }

    .about-block .section-title-block .cs-btn {
        position: static !important;
    }

    .about-block .about-card {
        top: 0;
    }

        .about-block .about-card h3 {
            font-size: 1.5rem;
        }

    .about-cta--container {
        width: calc(100% - 2rem);
        padding: 1rem !important;
    }

        .about-cta--container .section-title-block {
            max-width: 100%;
        }

    .about-container .section-title-block {
        justify-content: center;
        align-items: center;
    }

        .about-container .section-title-block h2 {
            text-align: center !important;
        }

        .about-container .section-title-block p {
            text-align: center !important;
        }

    .pricing-block .section-title-block h2 {
        text-align: center !important;
    }

    .guides-list-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .guide-list-search-filter h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .guide-list-search-filter {
        padding: 1rem;
    }

    .guides-hero-container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .guides-hero-block {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .guides-hero-container .guides-hero-image {
        width: 10rem;
        height: 10rem;
    }

    .guides-hero-container .guides-hero-content {
        width: 100%;
        gap: 1rem;
    }

        .guides-hero-container .guides-hero-content h1 {
            font-size: 1.75rem;
            padding-right: 2rem;
        }

        .guides-hero-container .guides-hero-content .guides-rating {
            flex-direction: column;
        }

            .guides-hero-container .guides-hero-content .guides-rating .left-block {
                border: none;
                gap: 1rem;
            }

    .guides-hero-content h1 .heartButton {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
    }

    .guides-action-block {
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .guide-review-item {
        padding: 1.5rem 0;
    }

    .recharge-title {
        font-size: 1.25rem;
    }

    .recharge-widget-item {
        width: calc(25% - .75rem);
        padding: .5rem 1rem;
    }

    .recharge-promo {
        width: 50%;
    }

    .recharge-promo-title {
        font-size: 1.25rem;
    }

    .recharge-promo-form-group [type="text"] {
        min-height: 3rem;
    }

    .topup-block {
        width: 50%;
        padding: .5rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5rem;
    }

    .header-block .dropdown-menu.show {
        transform: translate(0px, 0px) !important;
        position: static !important;
    }

    .header-block .profile-dropdown .dropdown-menu.show {
        position: absolute !important;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        z-index: 9;
    }

    .header-block .dropdown-menu::before,
    .header-block .dropdown-menu::after {
        display: none !important;
    }

    .header-block .nav-link::after {
        display: none;
    }

    .header-block .nav-link.dropdown-toggle::after {
        content: "\f077";
        width: 1rem;
        height: 1rem;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        background-color: #0000 !important;
        background-image: none;
        border: none !important;
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 12px;
        position: static;
        transform: rotate(180deg);
    }

    .header-block .nav-link.dropdown-toggle {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }

    .header-block .navbar-collapse {
        padding: 0 0 1rem 0;
        box-shadow: 0px 10px 10px -5px #0001;
    }

    .header-block .nav-link.dropdown-toggle.show::after {
        transform: rotate(0deg);
    }

    .article-item.article-horizontal .article-body h3 {
        font-size: 1rem;
    }

    .article-item .link {
        font-size: .85rem;
    }

    .article-item.article-horizontal .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }

    .expert-testimony-container .section-title-block .btns {
        justify-content: center !important;
    }

    .expert-testimony-container .section-title-block p {
        text-align: center !important;
    }

    .blog-list-hero-block {
    }

        .blog-list-hero-block .hero-container {
            top: 0;
        }

    .staff-card-footer {
        align-items: flex-start;
    }

        .staff-card-footer a {
            flex: 1;
        }

    .dataTable tbody tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }

    .dt-container .row:first-child {
        flex-wrap: nowrap;
    }

        .dt-container .row:first-child label {
            display: none;
        }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] {
        flex: 1;
    }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] input {
            width: 100%;
            height: auto;
            margin: 0;
        }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] .dt-search {
            margin-right: 0;
        }

        div.table-responsive > div.dt-container > div.row:first-child [class*=col] select {
            margin-left: 0;
            display: block;
        }

    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        transform: translateX(0);
        left: 0;
        margin-left: 0;
    }


    ._dashboard_ ._dashboard_body_ {
        width: calc(100% - 250px);
        transform: none;
    }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }

    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .card-recruiting-process {
        gap: 1.5rem;
    }

        .card-recruiting-process::after {
            background-size: 1.5rem;
            background-position: 0.75rem 1rem;
        }

        .card-recruiting-process h5 {
            font-size: 1.45rem;
        }

    .section-title-block.inline {
        gap: 1rem;
    }

    .section-title-block.text-only p {
        letter-spacing: 0px;
        word-spacing: 1px;
        font-weight: 400 !important;
    }

    .blog-detail-hero-container {
        margin-top: .5rem;
        flex-direction: column;
        gap: 1rem;
    }

        .blog-detail-hero-container .content {
            width: 100%;
            gap: .5rem;
        }

        .blog-detail-hero-container .blog-detail-image {
            width: 100%;
        }

        .blog-detail-hero-container .content .category {
            padding: .25rem .425rem;
            margin: 0;
            font-size: .65rem;
            font-weight: 500;
        }

        .blog-detail-hero-container .content h1 {
            font-size: 1.75rem;
            margin: 0 0 .5rem 0;
        }

        .blog-detail-hero-container .content .date-auth .auth,
        .blog-detail-hero-container .content .date-auth .date {
            padding: .5rem;
        }

        .blog-detail-hero-container .content .date-auth {
            margin: 0 0 .5rem 0;
        }

    .cs-pagination-item,
    .cs-pagination-previous,
    .cs-pagination-next {
        padding: .5rem .85rem;
    }

    .horoscope-detail-hero-block .filter-tabs {
        flex-wrap: wrap;
        gap: .5rem;
    }

        .horoscope-detail-hero-block .filter-tabs li {
            padding-left: 1rem;
        }

    .horoscope-detail-zodiac-block .zodiac-figure {
        width: 5.5rem;
        height: 5.5rem;
    }

        .horoscope-detail-zodiac-block .zodiac-figure img {
            width: 60%;
            height: auto;
        }

    .horoscope-detail-hero-block {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

        .horoscope-detail-hero-block .hero-container {
            padding-right: 30% !important;
        }

    .hero-title span {
        font-size: 1.75rem;
    }

    .zodiac-title a {
        font-size: 1.25rem;
        font-weight: 400;
    }

    .horoscope-detail-compatibility-title {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-list {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-row {
        gap: 1rem;
    }

    .horoscope-detail-about-container .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-compatibility-block .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-about-block .section-title-block h2 {
        text-align: start !important;
    }

    #availabilityContainer > div {
        width: 100%;
        flex-direction: column;
        margin: 1.5rem auto;
        gap: .5rem;
    }

    .avatar {
        width: 12rem;
        height: 12rem;
        object-fit: cover;
    }

    .avatar-wrapper .btns {
        width: 100%;
        justify-content: center;
        gap: .5rem;
    }

    ._dashboard_ ._dashboard_body_ .navbar,
    ._dashboard_ ._dashboard_body_ .dashboard-content,
    ._dashboard_ ._dashboard_body_ .dashboard-footer {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: column;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 0 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                        padding: 1rem 0;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1rem;
                            font-weight: 500 !important;
                        }

    .exploreourtarot-block .cs-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .exploreourtarot-block .section-title-block {
        justify-content: center;
        gap: .5rem;
        text-align: center !important;
    }

        .exploreourtarot-block .section-title-block p {
            font-size: 1rem;
        }

    .contact-info-block {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .contact-form-block .cs-btn {
        width: 100%;
    }

    ._dashboard_block .save-btn button {
        width: 25%;
    }

    .dataTable tbody tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }

    .dt-container .row:first-child {
        flex-wrap: nowrap;
    }

    .dt-container > .row:first-child [class*="col"] {
        max-width: 35%;
    }

        .dt-container > .row:first-child [class*="col"] .dt-length {
            text-align: left;
        }

    .dt-container .row:first-child label {
        display: none;
    }


    .dt-container > .row:first-child [class*=col] input {
        width: 100%;
        height: auto;
        margin: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] .dt-search {
        margin-right: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] select {
        margin-left: 0;
        display: block;
    }

    ._current-meeting-dashboard .dashboard-page-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }

    ._current-meeting-dashboard .dashboard-content .page-title {
        font-size: 2.25rem;
        font-weight: 700;
    }

    ._current-meeting-dashboard .dashboard-page-title .__btn-group {
        max-width: 50%;
    }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }


    ._dashboard_ ._dashboard_sidebar .menu-nav {
        height: auto;
    }

    .modal-dialog {
        max-width: 85vw;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 100px - 83px);
        flex-direction: column;
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(100vw - 1rem);
            height: auto;
        }

    .user_audio-section-wrp-join .videomng-wrp-rows {
        height: calc(100vh - 100px - 83px);
        flex-direction: row;
    }

    .videomng-wrp-rows .vide-wrp-main-js #video-title video,
    .videomng-wrp-rows .vide-wrp-main-js video {
        max-width: calc(40vh - 1rem);
        max-height: calc(40vh - 1rem);
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .staff-card-body {
        flex-direction: column !important;
    }

    ._dashboard_ ._dashboard_sidebar .menu-nav {
        height: auto;
    }

    .modal-dialog {
        max-width: 85vw;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 112px - 67px);
        flex-direction: column;
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(100vw - 1rem);
            height: auto;
        }

    .audio-profile-thumbnail {
        width: 10rem;
        height: 10rem;
    }

    .videomng-wrp-rows .vide-wrp-main-js #video-title video,
    .videomng-wrp-rows .vide-wrp-main-js video {
        max-width: calc(40vh - 1rem);
        max-height: calc(40vh - 1rem);
    }
}


@media (min-width: 321px) and (max-width: 567px) {

    .container {
        max-width: 560px !important;
    }


    .login-desktop-menu {
        display: none !important;
    }

    .login-mobile-menu .navbar-nav {
        padding: 0 !important;
        flex-direction: row;
        justify-content: flex-end;
    }

    .login-mobile-menu {
        width: 100%;
        padding: .5rem 0;
        border-bottom: 1px solid #33227d11;
        display: block;
    }

    .header-block {
        padding: 0;
        top: -50px;
    }

        .header-block .navbar {
            padding: 0;
        }

    .navbar-brand img {
        max-width: 8rem !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        margin: .5rem 0 !important;
        border: none !important;
        background-color: #0000 !important;
        color: #0000 !important;
        opacity: 111 !important;
    }

    .header-block .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
    }

    .navbar-brand {
        padding: 0;
        margin: .5rem 0 !important;
    }

    .navbar-nav {
        gap: 0.75rem !important;
        padding: 0 0.75rem !important;
    }


    .hero-container {
        padding-right: 0% !important;
        padding-left: 0% !important;
        gap: 1rem;
        position: relative;
        top: -1rem;
    }

    .hero-title {
        font-size: 9vw;
    }

    .whychooseus-title {
        font-size: 1.5rem;
    }

    .whychooseus-container {
        padding: 1.5rem !important;
    }

    .staff-card-details {
        margin-top: 1rem;
    }

    .staff-card-img {
        min-width: 200px;
        min-height: 200px;
    }

    .staff-card-block .staff-card-label {
        padding: 0.25rem 0.5rem;
        font-size: .75rem;
    }

    .staff-card-body {
        padding: 2.5rem 2.5rem 1.5rem 2.5rem;
        margin: 0;
        gap: .5rem;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .staff-card-details h5 {
        font-size: 1.75rem;
        margin-bottom: .5rem;
    }

    .staff-card-details h6,
    .staff-card-details p {
        font-size: .85rem;
        font-weight: 600;
    }

    .hero-title {
        font-size: 9vw;
    }

    .blog-list-hero-block {
    }

    .whychooseus-title {
        font-size: 1.5rem;
        line-height: normal;
        margin: 0;
    }

    .whychooseus-text {
        font-size: 1rem;
    }

    .whychooseus-container {
        padding: 1.5rem 1rem !important;
        top: -1.5rem;
    }

    .onlineguides-block {
        padding-top: 8rem;
    }

    .section-title-block {
        margin-bottom: 1rem;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
    }

    .about-cta--container {
        padding: 1.5rem 1rem !important;
    }

        .about-cta--container .section-title-block {
            max-width: 100%;
            margin: 0;
        }

    .section-title-block .cs-btn {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .section-title-block h2 {
        font-size: 1.5rem;
    }

    .staff-card-footer span {
        font-size: small;
        font-weight: 400;
        text-align: center;
    }

    .faq-block {
        padding-top: 3rem;
        padding-bottom: 0 !important;
    }

        .faq-block .accordion-button {
            padding: 0.5rem 0.5rem;
            padding-right: 1.5rem;
            font-size: 1.125rem;
            font-weight: 600;
            position: relative;
        }

            .faq-block .accordion-button::after {
                position: absolute;
                top: 0.25rem;
                right: 0.25rem;
            }

        .faq-block .accordion-body {
            padding: 0.5rem 0.5rem;
        }

        .faq-block .accordion-item::after {
            height: 1px;
        }

    .footer-block {
        padding-top: 0;
    }

    .footer-widgets {
        gap: 1rem;
        margin: 2rem auto 2rem auto;
        align-items: center;
    }

    .testimonial-block {
        padding-bottom: 0 !important;
    }

    .article-body time {
        font-weight: 400;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .onlineguides-container {
        padding-bottom: 0 !important;
    }

    .article-block {
        padding-bottom: 0 !important;
    }

    .footer-logo img {
        max-width: 15rem;
    }

    .footer-social-btns {
        flex-wrap: nowrap;
    }

    .footer-container .row .col:first-child {
        flex: 1 0 100%;
    }

    .footer-container .row .col {
        flex: 1 0 50%;
    }

    .footer-title {
        font-size: 1.125rem;
        margin-bottom: .5rem;
        margin-top: 1rem;
        text-align: left;
    }

    .header-block .form-group {
        display: none;
    }

    .footer-navlist {
        gap: 0.25rem;
        text-align: left;
    }

    .categories-item figure {
        height: 100%;
    }

        .categories-item figure img {
            min-height: 100%;
            width: 100%;
        }

    .compatibility-row {
        padding: 1.5rem;
        margin-bottom: 0 !important;
        flex-direction: column;
    }

    .compatibility-title {
        margin-bottom: 1.5rem;
    }

    .compatibility-list {
        justify-content: space-between;
    }

    .zodiac-container {
        padding: 1rem !important;
        top: -1.5rem;
    }

    .zodiac-widget {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .signup-cta-block .zodiac-widget {
        padding: 1rem;
    }

    .zodiac-title {
        font-size: 1.25rem;
    }

    .compatibility-block {
        padding-top: 35rem;
        padding-bottom: 0 !important;
    }

    .section-title-block.text-only {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .categories-block {
        padding-bottom: 0 !important;
    }

    .categories-item h5 {
        font-size: 1.25rem;
        bottom: 0.5rem;
        left: 0.9875rem;
    }

    .footer-logo {
        justify-content: center;
    }

    .steps-container {
        padding: 1.5rem !important;
    }

    .step-head h5 {
        font-size: 1.5rem;
    }

    .step-icon img {
        max-width: 5rem;
    }

    .expert-testimony-container {
        width: 100%;
    }

    .about-block .section-title-block {
        margin-top: 1rem;
        width: 100% !important;
        flex-direction: column;
    }

        .about-block .section-title-block .cs-btn {
            margin: auto;
            position: static !important;
        }


    .about-card {
        transform: translateY(0%);
        top: 0;
    }

    .about-container {
        padding-bottom: 1.5rem;
    }

    .faq-block {
        padding-top: 0 !important;
    }

    .faq-container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .step-head {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .guides-hero-container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .about-guide-container {
        flex-direction: column;
    }

        .about-guide-container .left-block::before {
            width: 100%;
            height: 2px;
            top: 100%;
        }

    .guide-review-title {
        flex-direction: column;
    }

    .guides-hero-image {
        max-width: 10rem;
        max-height: 10rem;
    }

    .guides-action-block {
        padding: 1rem;
        flex-direction: row;
        gap: 1.5rem;
    }

    .guides-rating {
        flex-direction: column;
    }

    .guides-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .guides-hero-content h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .guides-hero-content {
        gap: 1rem;
    }

        .guides-hero-content .guides-rating .left-block {
            width: 100%;
            padding: 1rem 0;
            border-right: none;
            border-bottom: 1px solid rgb(173, 167, 203);
        }

        .guides-hero-content .guides-rating .right-block p {
            text-align: center;
        }

        .guides-hero-content .guides-hero-content .guides-rating {
            padding: 0;
        }

        .guides-hero-content .guides-rating .right-block {
            padding-bottom: 1rem;
        }

        .guides-hero-content .guides-rating {
            padding: 0;
        }

    .guides-action-item img {
        width: auto;
        height: 1.25rem;
    }

    .about-guide-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .about-guide-container .left-block {
        padding: 1rem 0;
    }

        .about-guide-container .left-block h2 {
            font-size: 2.5rem;
        }

    .about-guide-container .right-block {
        width: 100%;
        padding: 1rem 0;
    }

    .guide-approach-block {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .guide-approach-container {
        padding-top: 0 !important;
    }

        .guide-approach-container h2 {
            font-size: 2.5rem;
        }

    .guide-review-block {
        padding-top: 0 !important;
    }

    .guide-review-title {
        width: 100%;
        gap: 0rem;
        justify-content: center;
    }

    .guide-review-rating {
        flex-direction: column;
        gap: 0.5rem;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    .guide-review-container {
        padding-bottom: 0 !important;
    }

    .header-block .nav-link {
        text-align: left;
        justify-content: flex-start;
    }


    .steps-container {
        padding: 1rem !important;
        top: -1.5rem;
    }

    .step-item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }


        .step-item .step-head:last-child {
            flex: 8;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: center;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

    .steps-container .btns {
        justify-content: center;
    }

    .section-title-block h2 {
        width: 100%;
        font-size: 1.5rem;
    }

    .section-title-block .cs-btn {
        padding: 0.5rem 1rem;
        white-space: nowrap;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-text {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .hero-block .cs-btn-txt-lg {
        padding: .5rem 1rem;
        font-size: 1rem;
        font-weight: 600;
    }

    .testimonial-title {
        font-size: 1.125rem;
    }

    .about-card-icon {
        padding: 0.95rem;
    }


    .section-title-block .btns {
        width: 100%;
        justify-content: center;
    }


    .footer-logo {
        justify-content: center;
    }

    .signup-cta-block {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .steps-container .section-title-block {
        margin: 0 !important;
    }

    .blog-list-hero-block {
    }

    .site-review-hero-block {
        height: 10rem;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-block {
        padding-top: 2.85rem;
        padding-bottom: 3rem;
    }

    .topics-detail-hero-block {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

        .topics-detail-hero-block .hero-container {
            top: 0rem;
        }

    .hero-block.tarot-hero-block {
        height: 10rem;
    }

        .hero-block.tarot-hero-block .hero-container {
            top: 0;
        }

    .hero-block.howitworks {
        background-position: center;
        background-size: cover;
    }

    .hero-block.tarot-main-hero {
        height: 20rem;
    }

    .tarot-main-container {
        top: -1rem;
    }

    .staff-card-details {
        width: auto;
        margin: 0;
    }

    .staff-card-footer a {
        justify-content: flex-start;
    }

    .staff-card-footer {
        padding: .75rem .5rem;
        gap: .5rem;
        justify-content: space-evenly;
    }

        .staff-card-footer > span {
            display: none !important;
        }

        .staff-card-footer a img {
            height: 1.25rem;
        }

    .faq-block .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-block .accordion-button {
        padding-left: 0;
        font-size: 1.125rem;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

        .guide-list-hero-block .hero-container,
        .topic-list-hero-block .hero-container,
        .blog-list-hero-block .hero-container {
            top: 0;
        }

    .categories-item {
        height: 10rem;
    }

        .categories-item h5 {
            width: 100%;
            padding: .75rem;
            margin: 0;
            left: 0;
            bottom: 0;
        }

            .categories-item h5 a {
                font-size: 1.5rem;
                white-space: break-spaces;
            }

    .img-rounded {
        width: 15rem;
        height: 15rem;
    }

    .testimonial-item {
        padding: 1rem;
    }

    .testimonial-title {
        font-size: 1.25rem;
        overflow: visible;
        white-space: normal;
        text-align: center;
    }

    .testimonial-text {
        text-align: center;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .article-item figure {
        height: 10rem;
        border-radius: .5rem;
    }

    .article-item {
        border-radius: .5rem;
    }

    .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }

    .about-card-light-blue h5 {
        font-size: 1.15rem;
    }

    .usp-block .section-title-block .cs-btn {
        position: static;
    }

    .hereforyou-block .cs-img-wrapper {
        width: 100%;
        position: static;
    }

    .header-block .navbar {
        padding: 0;
    }

    .about-card-icon h5 {
        font-size: 1.5rem;
        text-align: center !important;
    }

    .about-card-icon p {
        text-align: center !important;
    }

    .expert-testimony-video {
        width: 100%;
        border-radius: .5rem;
    }

        .expert-testimony-video figure {
            border-radius: .5rem !important;
            overflow: hidden !important;
        }

    .about-card-light {
        padding: 0;
    }

        .about-card-light h5 {
            font-size: 1.5rem;
        }

    .about-block .section-title-block .cs-btn {
        position: static !important;
    }

    .about-block .about-card {
        top: 0;
    }

        .about-block .about-card h3 {
            font-size: 1.5rem;
        }

    .about-cta--container {
        width: calc(100% - 2rem);
        padding: 1rem !important;
    }

        .about-cta--container .section-title-block {
            max-width: 100%;
        }

    .about-container .section-title-block {
        justify-content: center;
        align-items: center;
    }

        .about-container .section-title-block h2 {
            text-align: center !important;
        }

        .about-container .section-title-block p {
            text-align: center !important;
        }

    .pricing-block .section-title-block h2 {
        text-align: center !important;
    }

    .guides-list-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .guide-list-search-filter h5 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .guide-list-search-filter {
        padding: 1rem;
    }

    .guides-hero-container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .guides-hero-block {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .guides-hero-container .guides-hero-image {
        width: 10rem;
        height: 10rem;
    }

    .guides-hero-container .guides-hero-content {
        width: 100%;
        gap: 1rem;
    }

        .guides-hero-container .guides-hero-content h1 {
            font-size: 1.75rem;
            padding-right: 2rem;
        }

        .guides-hero-container .guides-hero-content .guides-rating {
            flex-direction: column;
        }

            .guides-hero-container .guides-hero-content .guides-rating .left-block {
                border: none;
                gap: 1rem;
            }

    .guides-hero-content h1 .heartButton {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
    }

    .guides-action-block {
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .guide-review-item {
        padding: 1.5rem 0;
    }

    .recharge-title {
        font-size: 1rem;
    }

    .recharge-widget-item {
        width: calc(50% - .75rem);
        padding: .5rem 1rem;
    }

    .recharge-promo {
        width: 100%;
    }

    .recharge-promo-title {
        font-size: 1rem;
    }

    .recharge-promo-form-group [type="text"] {
        min-height: 3rem;
    }

    .topup-block {
        width: 100%;
        padding: .5rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5rem;
    }

    .header-block .dropdown-menu.show {
        transform: translate(0px, 0px) !important;
        position: static !important;
    }

    .header-block .profile-dropdown .dropdown-menu.show {
        position: absolute !important;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        z-index: 9;
    }

    .header-block .dropdown-menu::before,
    .header-block .dropdown-menu::after {
        display: none !important;
    }

    .header-block .nav-link::after {
        display: none;
    }

    .header-block .nav-link.dropdown-toggle::after {
        content: "\f077";
        width: 1rem;
        height: 1rem;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        background-color: #0000 !important;
        background-image: none;
        border: none !important;
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 12px;
        position: static;
        transform: rotate(180deg);
    }

    .header-block .nav-link.dropdown-toggle {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }

    .header-block .navbar-collapse {
        padding: 0 0 1rem 0;
        box-shadow: 0px 10px 10px -5px #0001;
    }

    .header-block .nav-link.dropdown-toggle.show::after {
        transform: rotate(0deg);
    }

    .article-item.article-horizontal .article-body h3 {
        font-size: 1rem;
    }

    .article-item .link {
        font-size: .85rem;
    }

    .article-item.article-horizontal .article-body {
        padding: .5rem;
    }

    .expert-testimony-container .section-title-block .btns {
        justify-content: center !important;
    }

    .expert-testimony-container .section-title-block p {
        text-align: center !important;
    }

    .blog-list-hero-block {
    }

        .blog-list-hero-block .hero-container {
            top: 0;
        }


    .staff-card-footer {
        align-items: center;
    }

        .staff-card-footer a {
            flex: 1;
        }

    .contact-block h2.__btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        text-align: center;
        font-size: 1.65rem;
    }

    .testimonial-author {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card-rating {
        margin-left: auto;
        margin-right: auto;
    }


    .dataTable tbody tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }

    .dt-container .row:first-child {
        flex-wrap: nowrap;
    }

    .dt-container > .row:first-child [class*="col"] {
        flex: 1;
    }

    .dt-container .row:first-child label {
        display: none;
    }


    .dt-container > .row:first-child [class*=col] input {
        width: 100%;
        height: auto;
        margin: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] .dt-search {
        margin-right: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] select {
        margin-left: 0;
        display: block;
    }

    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        transform: translateX(0);
        left: 0;
        margin-left: 0;
    }


    ._dashboard_ .sidebar-header .header-icon {
        display: block;
    }

    ._dashboard_ .sidebar-header .-brand {
        padding: 0;
    }

    ._dashboard_ .sidebar-header {
        padding: 0 1rem;
    }

    ._dashboard_ ._dashboard_body_ {
        width: 100%;
        transform: none;
        left: 0;
        margin-left: 0;
    }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }


    .blog-list-hero-block {
    }


    .article-item.article-horizontal {
        flex-direction: column;
    }

        .article-item.article-horizontal figure {
            width: 100%;
            height: 10rem;
        }

        .article-item.article-horizontal .article-body {
            width: 100%;
            padding: 1rem;
        }


    #blogContent {
        width: 100%;
    }


    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .card-recruiting-process {
        padding: 1rem 1rem 1rem 3rem;
        gap: 0rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start !important;
    }

        .card-recruiting-process::after {
            background-size: 1.5rem;
            background-position: 0.75rem 1rem;
        }

        .card-recruiting-process h5 {
            width: 100%;
            font-size: 1.45rem;
            display: block;
        }

    .section-title-block.inline {
        gap: 1rem;
    }

    .section-title-block.text-only p {
        letter-spacing: 0px;
        word-spacing: 1px;
        font-weight: 400;
    }

    .blog-detail-hero-container {
        margin-top: .5rem;
        flex-direction: column;
        gap: 1rem;
    }

        .blog-detail-hero-container .content {
            width: 100%;
            gap: .5rem;
        }

        .blog-detail-hero-container .blog-detail-image {
            width: 100%;
        }

        .blog-detail-hero-container .content .category {
            padding: .25rem .425rem;
            margin: 0;
            font-size: .65rem;
            font-weight: 500;
        }

        .blog-detail-hero-container .content h1 {
            font-size: 1.75rem;
            margin: 0 0 .5rem 0;
        }

        .blog-detail-hero-container .content .date-auth .auth,
        .blog-detail-hero-container .content .date-auth .date {
            padding: .5rem;
        }

        .blog-detail-hero-container .content .date-auth {
            margin: 0 0 .5rem 0;
        }

    .cs-pagination-item,
    .cs-pagination-previous,
    .cs-pagination-next {
        padding: .5rem .85rem;
    }

    .horoscope-detail-hero-block .filter-tabs {
        flex-wrap: wrap;
        gap: .5rem;
    }

        .horoscope-detail-hero-block .filter-tabs li {
            padding-left: 1rem;
        }

    .horoscope-detail-zodiac-block .zodiac-figure {
        width: 5rem;
        height: 5rem;
    }

        .horoscope-detail-zodiac-block .zodiac-figure img {
            width: 60%;
            height: auto;
        }

    .horoscope-detail-hero-block {
        height: 25rem;
    }

    .hero-title span {
        font-size: 1.75rem;
    }

    .zodiac-title a {
        font-size: 1rem;
        font-weight: 600;
    }

    .horoscope-detail-compatibility-title {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-list {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-row {
        gap: 1rem;
    }

    .horoscope-detail-about-container .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-compatibility-block .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-about-block .section-title-block h2 {
        text-align: start !important;
    }

    #availabilityContainer > div {
        width: 100%;
        flex-direction: column;
        margin: 1.5rem auto;
        gap: .5rem;
    }

    .avatar {
        width: 12rem;
        height: 12rem;
        object-fit: cover;
    }

    .avatar-wrapper .btns {
        width: 100%;
        justify-content: center;
        gap: .5rem;
    }

    ._dashboard_ ._dashboard_body_ .navbar,
    ._dashboard_ ._dashboard_body_ .dashboard-content,
    ._dashboard_ ._dashboard_body_ .dashboard-footer {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    .footer-container .row [class*="col"]:first-child {
        flex: 100% !important;
        margin-bottom: 0;
    }

    .footer-container .row [class*="col"] {
        min-width: 50%;
        margin-bottom: 1rem;
    }

    .footer-copyright {
        margin-top: 0;
    }

    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: column;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 0 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                        padding: 1rem 0;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1rem;
                            font-weight: 500 !important;
                        }

    .contact-info-block {
        padding: 1.5rem 0 0 0;
    }

    .exploreourtarot-block .cs-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .contact-info-block {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .contact-form-block .cs-btn {
        width: 100%;
    }

    ._dashboard_block .save-btn button {
        width: 100%;
    }

    ._current-meeting-dashboard .dashboard-page-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }

    ._current-meeting-dashboard .dashboard-content .page-title {
        font-size: 2.25rem;
        font-weight: 700;
    }

    ._current-meeting-dashboard .dashboard-page-title .__btn-group {
        max-width: 50%;
    }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }


    ._dashboard_ ._dashboard_sidebar .menu-nav {
        height: auto;
    }

    .modal-dialog {
        max-width: 85vw;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 112px - 67px);
        flex-direction: column;
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(100vw - 1rem);
            height: auto;
        }

    .user_audio-section-wrp-join .videomng-wrp-rows {
        height: calc(100vh - 140px - 67px);
        flex-direction: column;
    }


    .audio-profile-thumbnail {
        width: 10rem;
        height: 10rem;
    }

    .videomng-wrp-rows .vide-wrp-main-js #video-title video,
    .videomng-wrp-rows .vide-wrp-main-js video {
        max-width: calc(40vh - 1rem);
        max-height: calc(40vh - 1rem);
    }
}

@media (max-width: 320px) {


    .login-desktop-menu {
        display: none !important;
    }

    .login-mobile-menu .navbar-nav {
        padding: 0 !important;
        flex-direction: row;
        justify-content: flex-end;
    }

    .login-mobile-menu {
        width: 100%;
        padding: .5rem 0;
        border-bottom: 1px solid #33227d11;
        display: block;
    }

    .header-block {
        padding: 0;
        top: -50px;
    }

        .header-block .navbar {
            padding: 0;
        }

    .navbar-brand img {
        max-width: 7rem !important;
    }

    .navbar-toggler {
        padding: 0 !important;
        margin: .5rem 0 !important;
        border: none !important;
        background-color: #0000 !important;
        color: #0000 !important;
        opacity: 111 !important;
    }

    .header-block .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
    }

    .navbar-brand {
        padding: .5rem 0 !important;
        margin: .5rem 0;
    }

    .navbar-nav {
        gap: 0.75rem !important;
        padding: 0 0.75rem !important;
    }


    .staff-card-details {
        width: 100%;
    }

    .staff-card-block .staff-card-label {
        padding: 0.25rem 0.5rem;
        font-size: .75rem;
    }

    .staff-card-body {
        justify-content: center;
        flex-direction: column;
        padding: 0px .5rem;
        margin: 1.5rem auto 1rem auto;
        gap: .5rem;
    }

    .staff-card-details h5 {
        font-size: 1.75rem;
    }

    .staff-card-img {
        width: 150px;
        height: 150px;
    }

    .staff-card-footer {
        padding: .5rem;
        gap: .5rem;
    }

        .staff-card-footer > span {
            display: none !important;
        }

        .staff-card-footer a img {
            height: 1.25rem;
        }

    .hero-block {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .topics-detail-hero-block .hero-container {
        top: 0rem;
    }

    .hero-block.howitworks {
        background-position: center;
        background-size: cover;
    }

    .hero-block.horoscope-hero-block {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .hero-block.tarot-main-hero {
        height: 25rem;
    }


        .hero-block.tarot-main-hero .hero-container {
            top: 0;
        }

    .whychooseus-container {
        padding: 1.5rem 1rem !important;
        top: -1.5rem;
    }

    .hero-container {
        padding-right: 0% !important;
        padding-left: 0% !important;
        gap: .5rem;
        position: relative;
        top: -1rem;
    }


    .section-title-block {
        margin-bottom: 1rem;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        text-align: center;
    }

        .section-title-block h2 {
            width: 100%;
            font-size: 1.5rem;
            text-align: center !important;
        }

    .steps-container {
        padding: 0 1rem !important;
        top: -1.5rem;
    }

    .step-item {
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }


        .step-item .step-head:last-child {
            flex: 2;
            gap: .5rem;
        }

        .step-item .step-head:first-child {
            flex: 1;
        }

    .step-head {
        flex-direction: column;
        align-items: center;
    }

        .step-head h5 {
            font-size: 1.255rem;
        }

    .steps-container .btns {
        justify-content: center;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-text {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .home-container .cs-btn-txt-lg {
        font-size: 1rem;
        font-weight: 400;
        padding: .25rem 1rem !important;
    }

    .about-card-icon {
        padding: 0.95rem;
    }

    .section-title-block p {
        text-align: center !important;
    }

    .section-title-block .btns {
        width: 100%;
        justify-content: center !important;
    }

    .footer-widgets {
        gap: 1rem;
        margin: 1.5rem auto 3rem auto;
        align-items: center;
    }

    .footer-logo {
        justify-content: center;
    }


    .blog-list-hero-block {
    }

    .site-review-hero-block {
        height: 10rem;
        padding-top: 0;
        padding-bottom: 0;
    }


    .cs-pagination-item,
    .cs-pagination-previous,
    .cs-pagination-next {
        padding: 0;
        margin: 0;
        width: auto;
        height: 1.5rem;
        font-size: small;
    }

    .cs-pagination {
        padding: .5rem;
        gap: .25rem;
    }


    .blog-list-hero-block {
    }


    .article-item.article-horizontal {
        flex-direction: column;
    }

        .article-item.article-horizontal figure {
            width: 100%;
            height: 10rem;
        }

        .article-item.article-horizontal .article-body {
            width: 100%;
            padding: 1rem;
        }


    #blogContent {
        width: 100%;
    }


    .login-mobile-menu .dropdown-menu {
        position: absolute !important;
    }

        .login-mobile-menu .dropdown-menu::before {
            left: 85%;
        }


    .whychooseus-title {
        font-size: 1.5rem;
        line-height: normal;
        margin: 0;
    }

    .whychooseus-text {
        font-size: 1rem;
    }

    .faq-block .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-block .accordion-button {
        padding-left: 0;
        font-size: 1.125rem;
    }

    .faq-block .section-title-block h2 {
        width: 100%;
        font-size: 1.5rem;
        text-align: center !important;
    }

    .faq-block .section-title-block p {
        text-align: center !important;
        font-size: 1rem;
    }

    .guide-list-hero-block,
    .topic-list-hero-block {
        background-size: cover;
    }

    .categories-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .guide-list-hero-block .hero-container,
    .topic-list-hero-block .hero-container {
        top: 0;
    }

    .categories-item {
        height: 10rem;
    }

        .categories-item h5 {
            width: 100%;
            padding: .75rem;
            margin: 0;
            left: 0;
            bottom: 0;
        }

            .categories-item h5 a {
                font-size: 1.5rem;
                white-space: break-spaces;
            }

    .zodiac-container {
        max-width: 100%;
        padding: 1.5rem !important;
        top: -1.5rem;
    }

    .zodiac-widget {
        padding: .5rem;
        gap: .5rem;
    }

    .zodiac-figure {
        width: 5rem;
        height: 5rem;
    }

        .zodiac-figure img {
            width: 3rem;
            height: auto;
        }

    .zodiac-timeline {
        padding: 0.25rem 0.5rem;
    }

    .section-title-block.text-only {
        flex-direction: column;
    }

    .compatibility-row {
        padding: 1.5rem;
        margin-bottom: 0 !important;
        flex-direction: column;
    }

    .compatibility-title {
        margin-bottom: 1.5rem;
    }

    .img-rounded {
        width: 15rem;
        height: 15rem;
    }

    .testimonial-block {
        padding-left: 0;
        padding-right: 0;
    }

    .testimonial-item {
        padding: 1rem !important;
        text-align: center !important;
    }

    .testimonial-title {
        font-size: 1.25rem;
        overflow: visible;
        white-space: normal;
    }

    .article-body h3 {
        font-size: 1rem;
    }

    .article-item figure {
        height: 10rem;
        border-radius: .5rem;
    }

    .article-item {
        border-radius: .5rem;
    }

    .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }


    .article-item.article-horizontal .article-body {
        padding: 1rem;
    }

    .about-card-light-blue h5 {
        font-size: 1.15rem;
        text-align: center;
    }

    .about-card-light-blue p {
        text-align: center;
    }

    .about-card-light-blue a {
        margin-left: auto;
        margin-right: auto;
    }

    .usp-block .section-title-block .cs-btn {
        position: static;
    }

    .hereforyou-block .cs-img-wrapper {
        width: 100%;
        position: static;
    }

    .header-block .navbar {
        padding: 0;
    }

    .about-card-icon h5 {
        font-size: 1.125rem;
        text-align: center !important;
    }

    .about-card-icon p {
        text-align: center !important;
    }

    .expert-testimony-video {
        width: 100%;
        border-radius: .5rem;
    }

        .expert-testimony-video figure {
            border-radius: .5rem !important;
            overflow: hidden !important;
        }

    .about-card-light {
        padding: 0;
    }

        .about-card-light h5 {
            font-size: 1rem;
        }

    .about-block .section-title-block .cs-btn {
        position: static !important;
    }


    .about-block .about-card {
        top: 0;
    }

        .about-block .about-card h3 {
            font-size: 1.5rem;
        }

    .about-cta--container {
        width: calc(100% - 2rem);
        padding: 1rem !important;
    }

        .about-cta--container .section-title-block {
            max-width: 100%;
        }

    .about-container .section-title-block {
        justify-content: center;
        align-items: center;
    }

        .about-container .section-title-block h2 {
            text-align: center !important;
        }

        .about-container .section-title-block p {
            text-align: center !important;
        }

    .pricing-block .section-title-block h2 {
        text-align: center !important;
    }

    .guides-list-block {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .guide-list-search-filter h5 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .guide-list-search-filter {
        padding: 1rem;
    }

    .guides-hero-container {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .guides-hero-block {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .guides-hero-container .guides-hero-image {
        width: 10rem;
        height: 10rem;
    }

    .guides-hero-container .guides-hero-content {
        width: 100%;
        gap: 1rem;
    }

        .guides-hero-container .guides-hero-content h1 {
            font-size: 1.75rem;
            padding-right: 2rem;
        }

        .guides-hero-container .guides-hero-content .guides-rating {
            flex-direction: column;
        }

            .guides-hero-container .guides-hero-content .guides-rating .left-block {
                border: none;
            }

    .guides-hero-content h1 .heartButton {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
    }

    .guides-action-block {
        padding: 1.5rem 1rem;
        flex-direction: column;
        gap: 1.5rem;
    }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .about-guide-container .left-block h2 {
        font-size: 1.25rem;
    }

    .about-guide-container .left-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

        .about-guide-container .left-block::before {
            display: none;
        }

    .about-guide-container {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1rem;
    }

        .about-guide-container .right-block h4 {
            font-size: 1.25rem;
            white-space: break-spaces;
            word-wrap: break-word;
        }

        .about-guide-container .right-block {
            width: 100%;
            padding: 0;
        }

            .about-guide-container .right-block p b {
                font-weight: 600;
                word-break: break-word;
                white-space: break-spaces;
                text-align: left !important;
            }

    .guide-approach-container h2 {
        font-size: 1.25rem;
    }

    .guide-review-title h2 {
        font-size: 1.25rem;
    }

    .guide-review-title {
        margin: 0 auto;
        flex-direction: column;
        gap: .5rem;
    }

        .guide-review-title .guide-review-rating {
            margin-left: auto;
            margin-right: auto;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: .5rem;
        }

    .guide-review-item {
        padding: 1.5rem 0;
    }

    .recharge-title {
        font-size: 1rem;
    }

    .recharge-widget-item {
        width: calc(50% - .75rem);
        padding: .5rem 1rem;
    }

    .recharge-promo {
        width: 100%;
    }

    .recharge-promo-title {
        font-size: 1rem;
    }

    .recharge-promo-form-group [type="text"] {
        min-height: 3rem;
    }

    .topup-block {
        width: 100%;
        padding: .5rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: .5rem;
    }

    .header-block .dropdown-menu.show {
        width: 100% !important;
        transform: translate(0px, 0px) !important;
        position: static !important;
    }

    .header-block .profile-dropdown .dropdown-menu.show {
        position: absolute !important;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        z-index: 9;
    }

    .header-block .dropdown-menu::before,
    .header-block .dropdown-menu::after {
        display: none !important;
    }

    .header-block .nav-link::after {
        display: none;
    }

    .header-block .nav-link.dropdown-toggle::after {
        content: "\f077";
        width: 1rem;
        height: 1rem;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000 !important;
        background-color: #0000 !important;
        background-image: none;
        border: none !important;
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        font-size: 12px;
        position: static;
        transform: rotate(180deg);
    }

    .header-block .nav-link.dropdown-toggle {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }

    .header-block .navbar-collapse {
        padding: 0 0 1rem 0;
        box-shadow: 0px 10px 10px -5px #0001;
    }

    .header-block .nav-link.dropdown-toggle.show::after {
        transform: rotate(0deg);
    }

    .article-item.article-horizontal .article-body h3 {
        font-size: 1rem;
    }

    .article-item .link {
        font-size: .85rem;
    }

    .article-item.article-horizontal .article-body {
        padding: 1rem .5rem;
        gap: .5rem;
    }

    .expert-testimony-container .section-title-block .btns {
        justify-content: center !important;
    }

    .expert-testimony-container .section-title-block p {
        text-align: center !important;
    }

    .blog-list-hero-block {
    }

        .blog-list-hero-block .hero-container {
            top: 0;
        }

    .staff-card-footer {
        align-items: flex-start;
    }

        .staff-card-footer a {
            flex: 1;
        }

    .contact-block h2.__btn {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        text-align: center;
        font-size: 1.65rem;
    }

    .testimonial-author {
        margin-left: auto;
        margin-right: auto;
    }

    .testimonial-card-rating {
        margin-left: auto;
        margin-right: auto;
    }

    .home-block.hero-block {
        padding-top: 2.75rem;
        padding-bottom: 2rem;
    }

    .dataTable tbody tr th,
    .dataTable tbody tr td {
        white-space: nowrap;
    }

    .dt-container .row:first-child {
        flex-wrap: nowrap;
    }

    .dt-container > .row:first-child [class*="col"] {
        flex: 1;
    }

    .dt-container .row:first-child label {
        display: none;
    }


    .dt-container > .row:first-child [class*=col] input {
        width: 100%;
        height: auto;
        margin: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] .dt-search {
        margin-right: 0;
    }

    div.table-responsive > div.dt-container > div.row:first-child [class*=col] select {
        margin-left: 0;
        display: block;
    }

    ._dashboard_ ._dashboard_sidebar.collapsed {
        width: 0px;
        transform: translateX(-100%);
        overflow: hidden;
        box-shadow: none;
    }

    ._dashboard_ ._dashboard_body_.expanded {
        width: calc(100% - 0px);
        transform: translateX(0);
        left: 0;
        margin-left: 0;
    }


    ._dashboard_ ._dashboard_body_ {
        width: 100%;
        transform: none;
        left: 0;
    }

    .staff-card-label {
        padding: 0.35rem 0.5rem;
        font-size: 0.65rem;
    }

    .User-profile {
        display: none !important;
    }


    ._dashboard_ .profile-dropdown .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 100% !important;
        left: initial !important;
        right: 0 !important;
        transform: translateY(.5rem) !important;
    }

    ._dashboard_ .profile-dropdown .dropdown-toggle {
        padding: 0 !important;
        color: #fff !important;
        background-color: #0000 !important;
        font-size: .75rem;
        font-weight: 400;
    }

        ._dashboard_ .profile-dropdown .dropdown-toggle .staff-profile-avatar {
            width: 1.75rem;
            height: 1.75rem;
        }

    ._dashboard_ ._dashboard_body_ .navbar {
        padding: 0 !important;
    }

        ._dashboard_ ._dashboard_body_ .navbar .container-fluid {
            flex-wrap: nowrap;
        }

    ._dashboard_body_ .dorpdown-right {
        margin-right: 0 !important;
        gap: 0;
    }

    ._dashboard_ ._dashboard_body_ .user-profile-dropdown {
        display: block !important;
    }

    .card-recruiting-process {
        padding: 1rem 1rem 1rem 3rem;
        gap: .5rem;
        flex-direction: column;
        justify-content: start !important;
        align-items: flex-start !important;
    }

        .card-recruiting-process::after {
            background-size: 1.5rem;
            background-position: 0.75rem 1rem;
        }

        .card-recruiting-process h5 {
            font-size: 1.45rem;
        }

    .section-title-block.inline {
        gap: 1rem;
    }

    .section-title-block.text-only p {
        letter-spacing: 0px;
        word-spacing: 1px;
        text-align: center !important;
    }

    .blog-detail-hero-container {
        margin-top: .5rem;
        flex-direction: column;
        gap: 1rem;
    }

        .blog-detail-hero-container .content {
            width: 100%;
            gap: .5rem;
        }

        .blog-detail-hero-container .blog-detail-image {
            width: 100%;
        }

        .blog-detail-hero-container .content .category {
            padding: .25rem .425rem;
            margin: 0;
            font-size: .65rem;
            font-weight: 500;
        }

        .blog-detail-hero-container .content h1 {
            font-size: 1.75rem;
            margin: 0 0 .5rem 0;
        }

        .blog-detail-hero-container .content .date-auth .auth,
        .blog-detail-hero-container .content .date-auth .date {
            padding: .5rem;
        }

        .blog-detail-hero-container .content .date-auth {
            margin: 0 0 .5rem 0;
        }

    .cs-pagination-item,
    .cs-pagination-previous,
    .cs-pagination-next {
        padding: .5rem;
    }

    .horoscope-detail-hero-block .filter-tabs {
        flex-wrap: wrap;
        gap: .5rem;
    }

        .horoscope-detail-hero-block .filter-tabs li {
            padding-left: 1rem;
        }

    .horoscope-detail-zodiac-block .zodiac-figure {
        width: 3.5rem;
        height: 3.5rem;
    }

        .horoscope-detail-zodiac-block .zodiac-figure img {
            width: 60%;
            height: auto;
        }

    .horoscope-detail-hero-block {
        height: 25rem;
    }

    .hero-title span {
        font-size: 1.75rem;
    }

    .zodiac-title a {
        font-size: 1rem;
        font-weight: 400;
    }

    .horoscope-detail-compatibility-title {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-list {
        width: 100%;
    }

    .horoscope-detail-compatibility-block .compatibility-row {
        gap: 1rem;
    }

    .horoscope-detail-about-container .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-compatibility-block .section-title-block h2 {
        text-align: start !important;
    }

    .horoscope-detail-about-block .section-title-block h2 {
        text-align: start !important;
    }

    #availabilityContainer > div {
        width: 100%;
        flex-direction: column;
        margin: 1.5rem auto;
        gap: .5rem;
    }

    .avatar {
        width: 12rem;
        height: 12rem;
        object-fit: cover;
    }

    .avatar-wrapper .btns {
        width: 100%;
        justify-content: center;
        gap: .5rem;
    }

    ._dashboard_ ._dashboard_body_ .navbar,
    ._dashboard_ ._dashboard_body_ .dashboard-content,
    ._dashboard_ ._dashboard_body_ .dashboard-footer {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .guide-review-item {
        padding: 1.5rem 0px;
    }

    .footer-container .row [class*="col"]:first-child {
        flex: 100% !important;
        margin-bottom: 0;
    }

    .footer-container .row [class*="col"] {
        min-width: 50%;
        margin-bottom: 1rem;
    }

    .footer-copyright {
        margin-top: 0;
    }

    #wrap {
        width: 100% !important;
        height: 100%;
        padding: 1rem;
        margin: 0 !important;
        overflow-x: scroll;
        overflow-y: scroll;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        #wrap #calendar {
            width: 100%;
            height: auto;
            padding: 0;
            margin: 0;
            float: none;
        }

            #wrap #calendar .fc-header tr {
                display: flex;
                flex-direction: column;
            }

                #wrap #calendar .fc-header tr td {
                    padding: 0 1rem;
                }

                    #wrap #calendar .fc-header tr td .fc-header-title {
                        line-height: normal;
                        padding: 1rem 0;
                    }

                        #wrap #calendar .fc-header tr td .fc-header-title h2 {
                            margin: 0;
                            font-family: 'Inter';
                            font-size: 1rem;
                            font-weight: 500 !important;
                        }

    .contact-info-block {
        padding: 1.5rem 0 0 0;
    }

    .exploreourtarot-block .cs-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .exploreourtarot-block .section-title-block {
        justify-content: center;
        gap: .5rem;
        text-align: center !important;
    }

        .exploreourtarot-block .section-title-block p {
            font-size: 1rem;
        }

    .tarot-hero-block .hero-container {
        top: 0;
    }

    .contact-info-block {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1.5rem;
    }

    .contact-form-block .cs-btn {
        width: 100%;
    }

    .hero-block.tarot-hero-block {
        height: 10rem;
    }

        .hero-block.tarot-hero-block .hero-container {
            top: 0;
        }

    .tarot-about-block p {
        text-align: center;
    }

    ._dashboard_block .save-btn button {
        width: 100%;
    }

    .header-block .nav-link {
        text-align: left;
        justify-content: flex-start;
    }

    ._current-meeting-dashboard .dashboard-page-title {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
    }

    ._current-meeting-dashboard .dashboard-content .page-title {
        font-size: 2.25rem;
        font-weight: 700;
    }

    ._current-meeting-dashboard .dashboard-page-title .__btn-group {
        max-width: 50%;
    }

    ._current-meeting-dashboard .User-profile {
        display: flex !important;
    }

        ._current-meeting-dashboard .User-profile .admin-profile-avatar {
            display: none;
        }

    ._current-meeting-dashboard ._dashboard_body_ .navbar {
        min-height: auto !important;
        position: sticky;
        top: 0px;
        z-index: 999;
    }


    .profile-dropdown .dropdown-toggle {
        padding: .25rem 1rem !important;
    }

    ._dashboard_ ._dashboard_sidebar .menu-nav {
        height: auto;
    }

    .modal-dialog {
        max-width: 85vw;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .videomng-wrp-rows {
        height: calc(100vh - 112px - 67px);
        flex-direction: column;
    }

        .videomng-wrp-rows .vide-wrp-main-js {
            width: calc(100vw - 1rem);
            height: auto;
        }

    .audio-profile-thumbnail {
        width: 10rem;
        height: 10rem;
    }

    .videomng-wrp-rows .vide-wrp-main-js #video-title video,
    .videomng-wrp-rows .vide-wrp-main-js video {
        max-width: calc(40vh - 1rem);
        max-height: calc(40vh - 1rem);
    }
}
