/*
Theme Name: dealdsn_theme
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@font-face {
    font-family: 'Uniform';
    src: url('./fonts/Uniform.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Uniform-bold';
    src: url('./fonts/Uniform Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Uniform-light';
    src: url('./fonts/Uniform Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Uniform-medium';
    src: url('./fonts/Uniform Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Uniform-ultra';
    src: url('./fonts/Uniform Ultra.ttf') format('truetype');
    font-style: normal;
    font-weight: 200;
}

:root {
    --porto-body-ff: "Uniform", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #333333;
    -webkit-box-shadow: 0 0 0 1000px #F2F2F2 inset;
    transition: background-color 5000s ease-in-out 0s;
}

body {
    font-family: "Uniform", sans-serif;
    animation: fadeIn 1 1s;
    -webkit-animation: fadeIn 1 1s;
    -moz-animation: fadeIn 1 1s;
    -o-animation: fadeIn 1 1s;
    -ms-animation: fadeIn 1 1s;
}

p, span {
    font-family: "Uniform", sans-serif;
}

strong, b, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Uniform-bold", sans-serif;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#header .logo {
    margin-right: 10px;
    max-width: 60px;
    min-width: 60px;
}

#header .header_info_after_logo {
    margin-right: 20px;
}

#header.sticky-header .logo {
    min-width: 40px;
}

#header .mobile-toggle {
    background-image: url('/wp-content/uploads/2023/03/mobile-menu-toggle-dsn.svg');
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.large-header-button a {
    height: auto;
    padding: 13px 25px !important;
    display: block;
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02) !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    white-space: nowrap;
    text-align: center !important;
}

.large-header-button a:hover {
    background-color: #FCFCFC !important;
    box-shadow: 0 10px 40px #00000026;
    -webkit-box-shadow: 0 10px 40px #00000026;
}

#header .header-left {
    flex-direction: row;
    flex-wrap: nowrap;
}

@media screen and (min-width: 991px) {
	.header-col.header-left {
    	max-width: 22%;
	}
	.btn_order {
    	margin-right: 1rem !important;
	}
}

@media screen and (max-width: 1600px) {
    .large-header-button a {
        height: auto;
        padding: 13px 24px !important;
        font-size: 16px !important;
    }

    #header .main-menu > li.menu-item > a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    #header .logo img {
        width: 50px;
    }

    #header .logo {
        margin-right: 0;
        min-width: 50px;
    }
}

.page-top {
    padding: 0;
}

.page-top > .container {
    padding-top: 220px;
    padding-bottom: 90px;
}

@media screen and (max-width: 992px) {
    .page-top > .container {
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-800 {
    max-width: 800px;
}

.max-width-900 {
    max-width: 900px;
}

.max-width-1000 {
    max-width: 1000px;
}

.max-width-1100 {
    max-width: 1100px;
}

.max-width-1200 {
    max-width: 1200px;
}

.max-width-1300 {
    max-width: 1300px;
}

.max-width-1400 {
    max-width: 1400px;
}

.max-width-1500 {
    max-width: 1500px;
}

.max-width-1600 {
    max-width: 1600px;
}

.max-width-1700 {
    max-width: 1700px;
}

.max-width-1800 {
    max-width: 1800px;
}

.max-width-1900 {
    max-width: 1900px;
}

.max-width-2000 {
    max-width: 2000px;
}

html #topcontrol {
    background-color: #353333;
    right: 30px;
    bottom: 30px !important;
    height: 74px;
    width: 74px;
    border-radius: 4px;
    font-size: 18px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

html #topcontrol:hover {
    background-color: #353333;
    font-size: 22px;
    color: white;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

#side-nav-panel {
    padding-top: 90px;
}

#side-nav-panel .side-nav-panel-close {
    font-size: 0;
    width: 30px;
    height: 30px;
    background-color: white;
    top: 35px;
    right: 30px;
    background-image: url('/wp-content/uploads/2023/03/close-sign-icon.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

#side-nav-panel .sidebar_mobile_logo {
    position: absolute;
    width: 50px;
    left: 30px;
    top: 20px;
}

#side-nav-panel li.menu-item a {
    text-transform: inherit !important;
    font-size: 16px;
    font-weight: 800;
}

#side-nav-panel .menu-wrap {
    padding: 0 25px;
}

.mega-menu li.menu-item.current-menu-item a,
.mega-menu li.menu-item.current_page_item a,
.accordion-menu li.menu-item.current-menu-item a,
.accordion-menu li.menu-item.current_page_item a {
    text-decoration: underline;
    opacity: 0.6;
}

/* Home Events Slider */
.home_featured_events_list_slider .ftd-event-item {
    background: transparent linear-gradient(180deg, #F4F4F4, #F2F2F2);
    border-radius: 4px;
}

.home_featured_events_list_slider .event-item-content {
    padding: 20px 30px 30px;
}

.home_featured_events_list_slider .event-item-image {
    position: relative;
}

.home_featured_events_list_slider .event-item-image > * {
    z-index: 1;
}

.home_featured_events_list_slider .event-item-image::before {
    content: "";
    width: 100%;
    height: 80%;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.94), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
}

.home_featured_events_list_slider .event-item-date-category {
    position: absolute;
    bottom: 30px;
    left: 30px;
    max-width: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    opacity: 0.9;
}

.home_featured_events_list_slider .event-item-date-category .ei-date-info {
    margin: 0;
    display: block;
    font-size: 14px;
    color: white;
    text-align: center;
    background: #353333;
    padding: 12px 15px;
}

.home_featured_events_list_slider .event-item-date-category p span {
    display: block;
    line-height: 1;
}

.home_featured_events_list_slider .event-item-date-category p span.date-day-name {
    margin-bottom: 5px;
    font-size: 11px;
}

.home_featured_events_list_slider .event-item-date-category p span.date-day-month-day {
    font-family: "Uniform-bold", sans-serif;
}

.home_featured_events_list_slider .event-item-date-category ul.ei-category-list {
    background: #FBFBFB;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    font-weight: 800;
    font-family: "Uniform-Semibold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    list-style: none;
    max-width: 180px;
}

.home_featured_events_list_slider .event-item-date-category .ei-category-list li {
    line-height: 1.2;
}

.home_featured_events_list_slider .event-item-date-category .ei-category-list li:not(:last-child)::after {
    content: ",";
    display: inline-block;
}

.home_featured_events_list_slider .event-item-content .event-main-price {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 900;
}

.home_featured_events_list_slider .event-item-content .event-main-price::first-letter {
    margin-right: 5px;
    font-weight: 300;
}

.home_featured_events_list_slider .event-item-content h6.event-main-title-h {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}

.home_featured_events_list_slider .event-item-content .event-main-start-end-date {
    font-size: 14px;
    text-transform: uppercase;
}

.home_featured_events_list_slider .event-item-content .event-actions-main {
    display: flex;
    width: 160px;
    align-items: center;
    align-content: center;
    margin-top: 25px;
}

.home_featured_events_list_slider .event-item-content .event-actions-main a {
    font-family: "Uniform-Medium", sans-serif;
    font-size: 20px;
    height: 74px;
    line-height: 74px;
    padding: 0 30px;
    text-align: center;
    width: 100%;
}

.home_featured_events_list_slider .event-item-content .event-actions-main a.register-action-btn {
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.home_featured_events_list_slider .event-item-content .event-actions-main a.register-action-btn:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.home_featured_events_list_slider .event-item-content .event-actions-main a.event-view-action-btn {
    text-decoration: underline;
    text-underline-offset: 10px;
    background-color: transparent;
    border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.home_featured_events_list_slider .event-item-content .event-actions-main a.event-view-action-btn:hover {
    text-underline-offset: 13px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.home_featured_events_list_slider.owl-carousel .owl-nav {
    width: 130%;
    margin-left: -15%;
}

.home_featured_events_list_slider.owl-carousel .owl-nav button::before {
    display: none;
}

.home_featured_events_list_slider.owl-carousel .owl-nav button {
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 74px;
    height: 74px;
    padding: 20px;
    border-radius: 4px;
}

.home_featured_events_list_slider.owl-carousel .owl-nav button:hover,
.home_featured_events_list_slider.owl-carousel .owl-nav button:focus {
    background-color: #FCFCFC;
}

.home_featured_events_list_slider.owl-carousel .owl-nav button.owl-next img {
    transform: rotate(180deg);
}

@media screen and (max-width: 1700px) {
    .home_featured_events_list_slider.owl-carousel .owl-nav {
        width: 100%;
        margin-left: 0;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-prev {
        left: -60px;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-next {
        right: -60px;
    }
}

@media screen and (max-width: 1400px) {
    .home_featured_events_list_slider.owl-carousel .owl-nav {
        width: 100%;
        margin-left: -30px;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .home_featured_events_list_slider {
        padding: 0 30px;
    }
}

@media screen and (max-width: 992px) {
    .home_featured_events_list_slider .event-item-content .event-actions-main a {
        white-space: nowrap;
        font-size: 14px;
        height: 64px;
        line-height: 64px;
    }
}

@media screen and (max-width: 768px) {
    .home_featured_events_list_slider .event-item-content .event-actions-main a.register-action-btn {
        width: 125px;
    }

    .home_featured_events_list_slider {
        padding: 0;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav {
        margin-left: 0;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button {
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-prev {
        left: -25px;
    }

    .home_featured_events_list_slider.owl-carousel .owl-nav button.owl-next {
        right: -25px;
    }
}

.dsn-main-section-bottom-divier {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    align-content: flex-end;
    width: 100%;
    height: 100px;
    position: relative;
}

.dsn-main-section-bottom-divier .left-side-wtg, .dsn-main-section-bottom-divier .right-side-wtg {
    background-color: #FBFBFB;
    height: 50px;
    width: calc(50% - 50px);
}

.dsn-main-section-bottom-divier .center-side-wtg {
    width: 100px;
    height: 100px;
    position: relative;
}

.dsn-main-section-bottom-divier .center-side-wtg img {
    width: 100px;
    height: 100px;
    padding: 25px;
}

.dsn-main-section-bottom-divier .center-side-wtg::after,
.dsn-main-section-bottom-divier .center-side-wtg::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.dsn-main-section-bottom-divier .center-side-wtg::after {
    background-image: url('/wp-content/uploads/2023/03/round-right-corner-1.svg');
    right: 0;
}

.dsn-main-section-bottom-divier .center-side-wtg::before {
    background-image: url('/wp-content/uploads/2023/03/round-left-corner-1.svg');
    left: 0;
}


#main {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(180deg, #FBFBFB 0%, #F2F2F2 700px);
}

#main::before {
    content: "";
    width: 200vw;
    height: 200vw;
    position: absolute;
    top: 500px;
    background: #FBFBFB;
    border-radius: 50%;
    left: -50%;
    z-index: 0;
}

#main > * {
    z-index: 1;
    position: relative;
}

.single-product #main::before {
    z-index: 0;
}

.single-product #main > * {
    z-index: 1;
    position: relative;
}

.post-type-archive-tribe_events .dsn-breabcrumb-main,
.single.single-tribe_events .dsn-breabcrumb-main {
    background-image: url('/wp-content/uploads/2023/03/events-header-scaled.jpg') !important;
}

.tribe-events .tribe-events-l-container {
    padding-top: 40px !important;
}

.tribe-events header.tribe-events-header.tribe-events-header--has-event-search {
    max-width: 800px;
    margin: 0 auto !important;
    flex-wrap: unset;
}

.tribe-events .tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border,
.tribe-events button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    margin-bottom: 60px !important;
}

.tribe-events .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    top: -50px !important;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.tribe-events .datepicker td.active.day.current, .tribe-events .day.active {
    background-color: #000 !important;
}

.tribe-events .datepicker .day.current {
    background-color: #0000001f !important;
}

.tribe-events .tribe-events-header__events-bar .tribe-events-c-search__input,
.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    height: 60px;
    background-color: #F2F2F2 !important;
    border-radius: 4px;
    border: none !important;
    font-size: 16px !important;
    color: #353333 !important;
    padding-left: 60px !important;
    padding-right: 170px !important;
    background-image: url('/wp-content/uploads/2023/03/search-normal.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 20px 18px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-events-bar--border {
    border: unset !important;
}

.tribe-events .tribe-events-header__events-bar .tribe-events-c-search__input::placeholder {
    color: #353333;
    opacity: 1;
}

.tribe-events .tribe-events-header__events-bar .tribe-events-c-search__button {
    position: absolute;
    right: 4px;
    height: 52px;
    background-color: #FCFCFC !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: none;
    color: #353333 !important;
    font-size: 16px;
    font-weight: 600;
    width: auto !important;
    top: 4px;
    margin: 0;
}

.tribe-events .tribe-events-c-search__input-control-icon-svg {
    display: none !important;
}

.tribe-events .tribe-events-c-events-bar__search-form {
    position: relative;
    margin-right: 30px;
}

.tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__list-item-link {
    width: 60px;
    height: 60px;
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: none;
    padding: 15px !important;
    background-image: url('/wp-content/uploads/2023/03/vuesax-linear-calendar.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
}

.tribe-events .tribe-events-c-events-bar__search-container {
    background-color: #fafafa !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item {
    padding: 0 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    content: unset !important;
}

.tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__content {
    padding: 0 !important;
}

.tribe-events .tribe-events-c-top-bar {
    justify-content: center;
}

.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item button,
.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item a {
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    border: none !important;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
    background-color: transparent;
    font-size: 16px;
    border: unset;
    color: #292727;
    font-family: 'Uniform';
}

.tribe-events-c-top-bar .tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item button[disabled] {
    color: #c4c4c4;
}

.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker {
    width: unset;
    flex: unset !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__actions {
    margin: 0;
}

.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
    background: white;
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    border: none !important;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
}

.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    display: none !important;
}

.tribe-events .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small:hover {
    background-color: transparent;
}

.tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button:hover {
    opacity: 1;
}

.tribe-events button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button:after {
    background-image: url(/wp-content/uploads/2023/03/vuesax-linear-calendar.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
}

.tribe-events button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1 !important;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
}

.tribe-events time.tribe-events-c-top-bar__datepicker-time span {
    font-size: 0px !important;
}

button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    opacity: 1 !important;
}

.tribe-events span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden,
span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden:hover {
    font-size: 16px;
    color: #000000;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    justify-content: center;
    font-size: 20px;
    color: #353333;
    font-family: "Uniform-Medium", sans-serif;
    position: relative;
    margin: 50px 0;
}

.tribe-events .tribe-events-calendar-list__event-details.tribe-common-g-col {
    background-color: #f2f2f2;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link:hover {
    opacity: 1 !important;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-link {
    display: unset !important;
}

.tribe-common .tribe-common-c-svgicon--featured path {
    fill: #000 !important;
}

.tribe-common .tribe-common-c-svgicon--featured {
    width: 20px !important;
}

nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
    margin-top: 50px;
    padding-top: 50px !important;
}

.tribe-events .tribe-events-calendar-list__month-separator-text {
    padding: 0 30px;
    border-bottom: solid 2px;
    z-index: 2;
    position: relative;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg {
    width: 76px !important;
    height: 76px !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-separator {
    display: none;
}

.tribe-events .tribe-events-calendar-list__month-separator::after {
    content: "";
    width: 100vw;
    position: absolute;
    height: 2px;
    background-color: #0000000d;
    bottom: 0;
}

.tribe-events .tribe-events-calendar-list__event {
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-row {
    margin: 0 0 15px !important;
    padding: 20px 7px;
}

.tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
    width: 100%;
    background: transparent linear-gradient(180deg, #F4F4F4 0%, #F2F2F2 91%, #F2F2F2 100%) 0 0 no-repeat padding-box;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 350px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text {
    display: none;
}

.tribe-events-calendar-list__event-datetime-featured-container .tribe-common-c-svgicon--featured {
    width: 20px;
}

.tribe-events-calendar-list__event-datetime-featured-container {
    position: absolute;
    top: 0;
    left: 30px;
}

.tribe-events .tribe-events-calendar-list__event-featured-image,
.tribe-events .tribe-events-calendar-list__event-featured-image-link {
    display: unset;
}

.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.tribe-events .tribe-events-calendar-list__event-details {
    padding: 30px !important;
    width: 100% !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime-wrapper {
    font-size: 14px;
    color: #231F20;
    margin-bottom: 20px !important;
}

.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-title {
    font-size: 24px;
    line-height: 28px;
    color: #231F20;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}

.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-external-url {
    margin-top: 30px;
    display: block;
}

.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-external-url-action {
    font-family: "Uniform-Medium", sans-serif;
    font-size: 20px;
    height: 74px;
    line-height: 74px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    width: auto;
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.tribe-events .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-external-url-action:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.tribe-events .tribe-events-c-view-selector {
    width: 60px;
}

.tribe-events .tribe-events-c-nav__next-icon-svg,
.tribe-events .tribe-events-c-nav__prev-icon-svg {
    display: block;
}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item button {
    background-color: transparent;
    border: none;
}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item button,
.tribe-events-c-nav__list .tribe-events-c-nav__list-item span {
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.2;
    color: #353333;
    font-family: "Uniform-Medium", sans-serif;
}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item span {

}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item button svg {
    fill: #d7d7d7;
}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item button span {
    color: #acacac;
}

.tribe-events-c-nav__list .tribe-events-c-nav__list-item svg {
    padding: 29px;
    width: 76px;
    height: 76px;
    background: #FFF;
    box-shadow: 0 10px 30px #00000008;
    border-radius: 4px;
    fill: #6f6f6f;
}

.tribe-events .tribe-events-c-nav__next-icon-svg {
    margin-left: 20px;
}

.tribe-events .tribe-events-c-nav__prev-icon-svg {
    margin-right: 20px;
}

.tribe-events-c-nav__today.tribe-common-b2 {
    line-height: 50px;
    font-size: 14px;
    font-weight: 600;
}

.single-tribe_events #tribe-events-content {
    position: relative;
}

.single-tribe_events .tribe-events-back {
    position: absolute;
    left: 0;
    top: 13px;
    z-index: 2;
}

.single-tribe_events .tribe-events-back a {
    font-size: 0;
    width: 76px;
    height: 76px;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px #00000008;
    border-radius: 4px;
    opacity: 1;
    position: relative;
    display: block;

}

.single-tribe_events .tribe-events-back a::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg) translate(-50%);
    left: 50%;
    top: 50%;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 28px;
    color: #353333;
    display: block;
    margin-left: auto;
    text-align: center;
    padding: 0 100px 25px;
    position: relative;
    line-height: 1;
}

.tribe-events-single-event-title::after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    height: 2px;
    background: #0000000d;
    bottom: 0;
    transform: translateX(-50%);
}

.single-tribe_events .tribe-events-single-event-title span {
    position: relative;
}

.single-tribe_events .tribe-events-single-event-title span::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #353333;
}

.single-tribe_events .tribe-events-schedule h2 {
    font-size: 16px;
    color: #231F20;
    font-family: "Uniform", sans-serif;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: 300;
    padding: 0 100px;
    line-height: 1;
    margin: 15px 0;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
    display: none;
}

.tribe-events-single {
    margin-bottom: 40px;
}

.tribe-events-single > .tribe_events {
    background: transparent linear-gradient(180deg, #F4F4F4 0%, #F2F2F2 100%);
}

.tribe-events-single > .tribe_events .tribe-events-single-event-description.tribe-events-content {
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
    background: transparent;
    border: none;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button {
    width: 240px;
    height: 48px;
    background-color: #FCFCFC;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin: 0 auto;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content {
    position: relative;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list {
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown {
    margin: 0 0 40px;
    padding: 0 20px;
    text-align: center;
}

.single-tribe_events .tribe-events-event-meta.primary {
    display: none !important;
}

.tribe-events-single > .tribe_events .event-single-register-button {
    display: block;
    background: white;
    padding: 4rem;
    margin: 2rem 5px 3rem;
    text-align: center;
}

.tribe-events-single > .tribe_events .event-single-register-button a {
    width: 259px;
    height: 74px;
    display: inline-block;
    background: #353333;
    box-shadow: 0 10px 30px #0000000F;
    border-radius: 4px;
    color: #FCFCFC;
    font-size: 20px;
    line-height: 74px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.tribe-events-single > .tribe_events .event-single-register-button a:hover {
    box-shadow: 0 10px 30px #00000059;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.tribe-events-single #tribe-events-footer {
    display: none;
}

#header .menu-custom-block .tip, .mega-menu > li.menu-item > a .tip {
    position: relative;
    display: block;
    top: unset;
    right: unset;
    background: none;
    font-size: 12px;
    color: #353333;
    margin: 0;
    padding: 0;
}

#header .menu-custom-block .tip::before,
.mega-menu > li.menu-item > a .tip::before {
    display: none;
}

/* DSN Login Popup */

.dsn_custom-modal-style {
    position: fixed;
    padding: 20px;
    z-index: 9501 !important;
    left: 50%;
    bottom: 50%;
    height: 0;
    width: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: translate(50%) scale(0);
    transition: 0.1s all;
    -webkit-transition: 0.1s all;

}

.dsn_custom-modal-style.dsnlfa-active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0) scale(1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.dsn_custom-modal-style .overlay {
    background: rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.dsn_custom-modal-style.dsnlfa-active .overlay {
    opacity: 1;
    transition: 4s all;
    -webkit-transition: 4s all;
}

.dsn_custom-modal-style-content {
    position: relative;
    overflow-y: scroll;
    height: auto;
    width: 100%;
    max-width: 800px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dsn_custom-modal-style-content::-webkit-scrollbar {
    display: none;
}

.dsn_custom-modal-style-content form {
    position: relative;
    width: 100%;
    max-width: 800px;
    background: #FBFBFB;
    padding: 3rem 9vw 4rem;
}

.dsn_custom-modal-style-content .close-dsnlfa-popup {
    position: absolute;
    right: 25px;
    top: 95px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    border: none;
    background: none;
    padding: 0;
}

.dsn_custom-modal-style-content .close-dsnlfa-popup:hover {
    opacity: 1;
}

.dsn_custom-modal-style-content .close-dsnlfa-popup:before,
.dsn_custom-modal-style-content .close-dsnlfa-popup:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #333;
    top: 0;
}

.dsn_custom-modal-style-content .close-dsnlfa-popup:before {
    transform: rotate(45deg);
}

.dsn_custom-modal-style-content .close-dsnlfa-popup:after {
    transform: rotate(-45deg);
}

.dsn_custom-modal-style-content form .type-email input,
.dsn_custom-modal-style-content form .type-password input {
    width: 100%;
    height: 60px;
    line-height: 45px;
    background-color: #F2F2F2;
    border-radius: 4px;
    border: none;
    padding: 15px 30px 0;
    color: #333333;
    font-size: 16px;
    font-family: "Uniform-medium", sans-serif;
    font-weight: 500;
}

.dsn_custom-modal-style-content form .type-password input {
    padding-right: 60px;
}

.dsn_custom-modal-style-content form .type-email input::placeholder,
.dsn_custom-modal-style-content form .type-password input::placeholder {
    color: transparent;
    opacity: 0;
}

.dsn_custom-modal-style-content form .form-input {
    position: relative;
}

.dsn_custom-modal-style-content form .form-input.-d-invalid label-placeholder {
    color: #bb2b2b;
}

.dsn_custom-modal-style-content form .form-input.-d-invalid input {
    box-shadow: inset 0 0 20px 3px #ff00001c;
}

.dsn_custom-modal-style-content form .form-input label {
    position: absolute;
    left: 30px;
    top: 0;
    line-height: 60px;
    font-size: 16px;
    pointer-events: none;
    color: #A8A5A5;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.dsn_custom-modal-style-content form .form-input.pd-focused label {
    font-size: 12px;
    line-height: 15px !important;
    top: 12px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.dsn_custom-modal-style-content form .type-password .password-display-toggle {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.dsn_custom-modal-style-content form .type-password .password-display-toggle:hover {
    cursor: pointer;
}

.dsn_custom-modal-style-content form > h4 {
    font-size: 24px;
    color: #231F20;
    font-family: "Uniform-medium", sans-serif;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.dsn_custom-modal-style-content form .type-submit #submit {
    height: 74px;
    background: #353333;
    box-shadow: 0 10px 30px #0000000F;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-family: "Uniform-medium", sans-serif;
    color: #FCFCFC;
    font-size: 20px;
}

.dsn-groupex-logout-btn {
    height: 64px;
    background: #353333;
    box-shadow: 0 10px 30px #0000000F;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-family: "Uniform-medium", sans-serif;
    color: #FCFCFC;
    font-size: 20px;
    max-width: 200px;
    margin: 0 auto 30px;
    display: block;
}

.dsn_custom-modal-style-content form .type-submit #submit.-loading {
    font-size: 0;
}

.dsn_custom-modal-style-content form .type-submit #submit.-loading::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
    from {
        transform: rotate(0turn);
    }

    to {
        transform: rotate(1turn);
    }
}

.popup-header-dsn {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    align-content: flex-end;
    width: 100%;
    height: 140px;
    left: 0;
    right: 0;
}

.message-bar-info {
    font-size: 14px;
    border-radius: 5px;
}

.message-bar-info.success-login {
    background: #09e294;
    color: #0e533a;
}

.message-bar-info.error-login {
    background: #ED506C;
    color: #FFF;
}

.message-bar-info p {
    padding: 10px 15px 10px 45px;
    position: relative;
}

.message-bar-info p:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    transform: translateY(-50%);
}

.message-bar-info.success-login p:before {
    background-image: url('/wp-content/uploads/2023/04/vuesax-outline-tick-circle.svg');
}

.message-bar-info.error-login p:before {
    background-image: url('/wp-content/uploads/2023/04/error-outline.svg');
}

.popup-header-dsn .left-header-pd,
.popup-header-dsn .right-header-pd {
    background-color: #FBFBFB;
    height: 70px;
    width: calc(50% - 70px);
}

.popup-header-dsn .center-header-pd {
    width: 140px;
    height: 140px;
    padding: 10px;
    position: relative;
}

.popup-header-dsn .center-header-pd::after,
.popup-header-dsn .center-header-pd::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.popup-header-dsn .center-header-pd::after {
    background-image: url('/wp-content/uploads/2023/03/round-right-corner-1.svg');
    right: 0;
}

.popup-header-dsn .center-header-pd::before {
    background-image: url('/wp-content/uploads/2023/03/round-left-corner-1.svg');
    left: 0;
}

.popup-header-dsn .center-header-pd img {
    width: 100%;
    height: 100%;
}

.mfp-content .dsn-modal {
    max-width: 800px;
    width: 100%;
    background: #FBFBFB;
    margin: 140px auto 0;
    padding: 0 3rem 3rem;
    position: relative;
}

.mfp-content .dsn-modal .popup-header-dsn {
    margin-top: -140px;
    position: absolute;
}

.mfp-content .dsn-modal .porto-modal-content {
    padding-top: 3rem;
}

.mfp-content .dsn-modal.small-content .porto-modal-content {
    max-width: 460px;
    margin: 0 auto;
}

.mfp-content .dsn-modal .mfp-close,
.mfp-content .dsn-modal .mfp-close-btn-in .mfp-close {
    position: absolute;
    top: -55px;
    right: 15px;
    color: #464646;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close::before,
.mfp-close::before {
    width: 30px;
    top: 15px;
    left: 5px;
    border-top: 1px solid;
}

.mfp-close-btn-in .mfp-close::after,
.mfp-close::after {
    height: 30px;
    top: 0;
    left: 20px;
    border-left: 1px solid;
}

@media screen and (max-height: 700px) {
    .dsn_custom-modal-style-content {
        height: 100%;
    }
}

@media screen and (max-width: 827px) {
    .tribe-events .tribe-events-header__events-bar {
        margin: 0 0 0 10px !important;
    }

    .tribe-events .tribe-events-c-events-bar__search-button {
        width: 60px;
        height: 60px;
        background-color: #FCFCFC;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
        border-radius: 4px;
        border: none;
        padding: 15px !important;
        background-image: url('/wp-content/uploads/2023/03/search-normal.svg');
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: center center;
    }

    .tribe-events .tribe-events-c-events-bar__search-button svg {
        display: none;
    }


    .tribe-events .tribe-events-c-events-bar__search-container {
        top: 60px;
    }

    .tribe-events .tribe-events-c-events-bar__search-container .tribe-events-c-events-bar__search {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .tribe-events .tribe-events-l-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tribe-events .tribe-events-header__events-bar .tribe-events-c-search__button {
        font-size: 14px;
        padding: 0 15px;
    }

    .tribe-events .tribe-events-header__events-bar .tribe-events-c-search__input {
        font-size: 12px;
        padding-left: 50px;
        padding-right: 140px;
        background-size: 18px;
        background-position: 20px 21px;
    }

    .tribe-events-c-nav__list .tribe-events-c-nav__list-item svg {
        padding: 13px;
        width: 40px;
        height: 40px;
    }


    .tribe-events .tribe-events-c-nav__next-icon-svg {
        margin-left: 10px;
    }

    .tribe-events .tribe-events-c-nav__prev-icon-svg {
        margin-right: 10px;
    }

    .tribe-events-c-nav__list .tribe-events-c-nav__list-item button, .tribe-events-c-nav__list .tribe-events-c-nav__list-item span {
        font-size: 14px;
    }

    .tribe-events .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker button {
        height: 60px;
    }

    .tribe-events .tribe-events-header {
        margin-bottom: 0;
    }

    .tribe-events .tribe-events-header > * {
        margin-bottom: 10px !important;
    }

    #tribe-events-pg-template {
        padding: 30px 0 0;
    }

    .tribe-events-event-image {
        margin-bottom: 40px;
    }

    .single-tribe_events .tribe-events-back {
        top: 0;
    }

    .single-tribe_events .tribe-events-back a {
        width: 46px;
        height: 46px;
    }

    .single-tribe_events .tribe-events-back a::before {
        width: 10px;
        height: 10px;
    }

    .single-tribe_events .tribe-events-single-event-title {
        font-size: 24px;
        padding: 0 55px 25px;
    }

    .single-tribe_events .tribe-events-schedule h2 {
        padding: 0 50px;
    }

    .single-tribe_events .tribe-events-single-event-title span {
        position: unset;
    }

    .single-tribe_events .tribe-events-single-event-title span::after {
        bottom: 0;
    }

    .tribe-events-single > .tribe_events .event-single-register-button {
        padding: 2rem 0;
    }

    .tribe-events-single > .tribe_events .event-single-register-button a {
        width: 219px;
        height: 54px;
        font-size: 16px;
        line-height: 54px;
    }
}

@media (max-width: 767px) {
    .page-top .page-title {
        font-size: 36px;
        line-height: 38px;
    }

    .page-top > .container {
        padding-top: 140px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .tribe-events .tribe-events-calendar-list__event-row {
        margin: 0 0 15px !important;
        padding: 0;
        box-shadow: 0 10px 30px -20px #0000003d;
    }
}

.tabs.group_exercise_tabs .nav-tabs > li .nav-link {
    padding: 18px 70px;
    color: #A8A5A5;
    font-size: 18px;
    font-family: "Uniform-light", sans-serif;
}

.tabs.group_exercise_tabs .nav.nav-tabs .nav-item {
    margin-bottom: 0;
}

.tabs.group_exercise_tabs .nav.nav-tabs {
    margin-bottom: 70px;
}

.tabs.group_exercise_tabs .nav-tabs > li.active .nav-link {
    color: #353333;
}

.group-exercise-table-style {
    background: #FFFFFF;
    box-shadow: 0 10px 30px #00000005;
    border: solid 5px white;
}

.group-exercise-table-style thead th,
.group-exercise-table-style thead td {
    padding: 20px;
    background-color: white;
    text-align: center;
}

.group-exercise-table-style thead th p,
.group-exercise-table-style thead td p {
    color: #383838;
    font-size: 18px;
    font-family: "Uniform-medium", sans-serif;
}

.group-exercise-table-style tr > tr.class-type-header {
    text-align: center;
    background-color: white;
}

.group-exercise-table-style tr > tr.class-type-header td {
    padding: 20px;
    text-align: center;
    background-color: white;
    color: #383838;
    font-size: 18px;
    font-family: "Uniform-medium", sans-serif;
    font-weight: 500;
}

.group-exercise-table-style .time-date-col p {
    min-width: 53px;
    height: 53px;
    background: #353333;
    border-radius: 4px;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.group-exercise-table-style .time-date-col p .day-mon-class-room {
    font-size: 14px;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: "Uniform-medium", sans-serif;
    line-height: 1;
}

.group-exercise-table-style .time-date-col p .day-name-long {
    font-family: "Uniform", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 2px;
    margin-top: 5px;
}

.group-exercise-table-style tr {
    background: #FBFBFB;
    border-bottom: solid 3px white;
}

.group-exercise-table-style tr > tr {
    width: 100%;
    display: inline-table;
}

.group-exercise-table-style tr > tr .title-instructor {
    width: 100%;
}

.group-exercise-table-style tr > tr .studio-room-location.psize3 {
    white-space: nowrap;
}

.group-exercise-table-style tr:last-of-type {
    border-bottom-width: 0;
}

.group-exercise-table-style th,
.group-exercise-table-style td {
    padding: 10px 15px;
}

.group-exercise-table-style th:first-of-type,
.group-exercise-table-style td:first-of-type {
    padding-left: 30px;
}

.group-exercise-table-style th:last-of-type,
.group-exercise-table-style td:last-of-type {
    padding-right: 30px;
}

.group-exercise-table-style td.time-duration {
    text-align: center;
}

.group-exercise-table-style .headsize1 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Uniform-medium", sans-serif;
    line-height: 1;
    display: block;
    white-space: nowrap;
}

.group-exercise-table-style .psize1 {
    font-size: 12px;
    line-height: 1;
    color: #231F20;
    white-space: nowrap;
}

.group-exercise-table-style .psize2 {
    font-size: 14px;
    line-height: 1;
    color: #231F20;
}

.group-exercise-table-style .psize3 {
    font-size: 16px;
    line-height: 1;
    color: #231F20;
}

.title-instructor .booked-item-by-user {
    float: left;
    margin-right: 10px;
}

.studio-room-location. p {
    white-space: nowrap;
}

.group-exercise-table-style .schedule_item[is-bookable=""] > * {
    opacity: 0.4;
}

.group-exercise-table-style .book-actions button:disabled {
    color: #a9a9a9;
    box-shadow: none;
}

.group-exercise-table-style .book-actions button {
    background: #FFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    padding: 10px 20px;
    border: solid 1px white;
    font-size: 16px;
    color: #353333;
    line-height: 1;
    min-height: 54px;
}

.group-exercise-table-style .book-actions .can-be-canceled {
    color: white;
    background: #353333;
}

.group-exercise-table-style .book-actions .on-waitlist {
    color: #D3A263;
}

.group-exercise-table-style .book-actions button p {
    font-family: "Uniform-medium", sans-serif;
    line-height: 1;
    white-space: nowrap;
}

.group-exercise-table-style .book-actions {
    position: relative;
}

.group-exercise-table-style .book-actions .action-btn-tooltip {
    position: absolute;
    background: #353333;
    font-size: 10px;
    width: 100%;
    max-width: 120px;
    text-align: center;
    line-height: 1.2;
    padding: 5px;
    border-radius: 5px;
    color: white;
    bottom: -10%;
    right: 30px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    opacity: 0;
    pointer-events: auto;
}

.group-exercise-table-style .schedule_item:hover .book-actions .action-btn-tooltip {
    bottom: 80%;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    opacity: 1;
}

.booked-notification {
    background: #231F20;
    width: 50px;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    height: 50px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    text-align: center;
}

.booked-notification::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translate(-50%, -70%);
}

.booked-success {
    background: #14B89B;
}

.booked-success::before {
    background-image: url('/wp-content/uploads/2023/04/vuesax-outline-tick-circle.svg');
}

.booked-error {
    background: #CC6262;
}

.booked-error::before {
    background-image: url('/wp-content/uploads/2023/04/error-outline.svg');
}

.booked-attention {
    background: #D3A263;
}

.booked-attention::before {
    background-image: url('/wp-content/uploads/2023/04/attention-outline.svg');
}

.group_exercise_list.loading {
    opacity: 0.5;
}

.group_exercise_tabs_section .ui-datepicker.ui-widget-content {
    background: white;
    width: 100%;
    max-width: 100%;
    font-family: "Uniform", sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 0;
    border: solid 5px white;
    padding-bottom: 20px;
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-header {
    padding: 6px;
    background-color: #fff;
    margin: 0;
}

.group_exercise_tabs_section .ui-datepicker table {
    margin-top: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin: 8px 40px;
}

.group_exercise_tabs_section .ui-datepicker table {
    padding: 0;
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-next,
.group_exercise_tabs_section .ui-datepicker .ui-datepicker-prev {
    top: 15px;
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-next span,
.group_exercise_tabs_section .ui-datepicker .ui-datepicker-prev span {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    top: 0;
    height: 30px;
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-next span {
    background-image: url('/wp-content/uploads/2023/04/arrow-right.svg');
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-prev span {
    background-image: url('/wp-content/uploads/2023/04/arrow-left.svg');
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-prev,
.group_exercise_tabs_section .ui-datepicker .ui-datepicker-prev:hover {
    left: 10px;
}

.group_exercise_tabs_section .ui-datepicker .ui-datepicker-next,
.group_exercise_tabs_section .ui-datepicker .ui-datepicker-next:hover {
    right: 10px;
}

.group_exercise_tabs_section .ui-datepicker-calendar > thead {
    background: #FBFBFB;
    padding: 0;
}

.group_exercise_tabs_section .ui-datepicker-calendar > thead th,
.group_exercise_tabs_section .ui-datepicker-calendar > thead td {
    padding: 20px 5px;
    font-size: 12px;
}

.group_exercise_tabs_section .ui-datepicker select.ui-datepicker-month,
.group_exercise_tabs_section .ui-datepicker select.ui-datepicker-year {
    background: white;
    border: none;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    color: black;
    width: auto;
    border-radius: 5px;
}

.group_exercise_tabs_section .ui-datepicker-calendar .ui-state-default,
.group_exercise_tabs_section .ui-timepicker-div .ui-state-default {
    height: 50px;
    vertical-align: bottom;
    line-height: 50px;
    padding: 0;
    border: none;
    background: white;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;

}

.group_exercise_tabs_section .ui-datepicker-calendar .ui-datepicker-today .ui-state-default {
    background: #eee;
}

.group_exercise_tabs_section .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #231F20;
    color: white;
}

.schedule_table_list .empty-tr td {
    color: #c67777;
    height: 70px;
}

.group_exercise_tabs_main_menu .menu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border: none;
    align-items: flex-end;
}

.group_exercise_tabs_main_menu .menu li::before {
    display: none !important;
}

.group_exercise_tabs_main_menu .menu li {
    margin: 0;
    text-align: center;
    padding: 0;
    border: none;
}

.group_exercise_tabs_main_menu .menu li a {
    padding: 18px 70px;
    color: #A8A5A5;
    font-size: 18px;
    line-height: 1;
    font-family: "Uniform-light", sans-serif;
    display: block;
    border-bottom: solid 3px #e7e7e7;
}

.group_exercise_tabs_main_menu .menu li.current_page_item a {
    border-bottom-color: #353333;
    color: #353333;
}

.gym-schedule-modal-alert {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #00000029;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
scale(0);
    visibility: hidden;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.gym-schedule-modal-alert.-visible {
    height: 100%;
    opacity: 1;
scale(1);
    visibility: visible;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.gym-schedule-modal-alert .gsma-inner {
    position: relative;
    overflow-y: scroll;
    height: auto;
    width: 100%;
    max-width: 800px;
}

.gym-schedule-modal-alert .gsma-inner .content {
    background-color: #fbfbfb;
    padding: 3rem;
    text-align: center;
}

.gym-schedule-modal-alert .content .item-title.headsize1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.gym-schedule-modal-alert .content .hdd-heading {
    font-size: 18px;
    font-weight: 600;
    color: #9a9a9a;
}

.gym-schedule-modal-alert .content .hdd-heading.-cancel-b {
    color: #FC4A46;
}

.gym-schedule-modal-alert .content .hdd-heading.-booked-b {
    color: #65b25f;
}

.gym-schedule-modal-alert .gsma-inner .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3rem 3rem;
    background: #fbfbfb;
}

.gym-schedule-modal-alert .gsma-inner .actions > *:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.gym-schedule-modal-alert .gsma-inner .actions #hide-cancel {
    height: 64px;
    background: #ffffff;
    box-shadow: 0 10px 30px #0000000F;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-family: "Uniform-medium", sans-serif;
    color: #353333;
    font-size: 16px;
    border: none;
    margin-right: 20px;
    max-width: 200px;
}

.gym-schedule-modal-alert .gsma-inner .actions #submit {
    height: 64px;
    background: #353333;
    box-shadow: 0 10px 30px #0000000F;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    font-family: "Uniform-medium", sans-serif;
    color: #FCFCFC;
    font-size: 16px;
    max-width: 200px;
    border: none;
}

.login-main-notify-subscription-based p {
    background: #353333;
    color: #ffd5d5;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 6px;
    font-family: "Uniform-medium", sans-serif;
}

.login-main-notify-subscription-based {
    margin-bottom: 30px;
}

/*Hide notofication not-login from group-ex*/
.row.not-logged-in-notification-message {
    display: none;
}

.ajax-loading {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.ajax-loading div {
    position: absolute;
    border: 4px solid #aaa;
    opacity: 1;
    border-radius: 50%;
    animation: ajax-loading 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ajax-loading div:nth-child(2) {
    animation-delay: -0.5s;
}

.wp-menu-selector-dropdown-style select {
    max-width: 420px;
    height: 60px;
    background-color: #F2F2F2;
    border-radius: 4px;
    width: 100%;
    border: none;
    font-size: 16px;
    color: #353333;
    font-weight: bold;
    padding: 0 50px 0 25px;
}

#sports-view-tabs .nav-tabs li .nav-link {
    padding: 25px 20px;
    border-width: 0 0 2px 0;
    border-color: transparent;
    color: #A8A5A5;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
}

#sports-view-tabs .nav-tabs li:hover .nav-link {
    color: #353333;
}

#sports-view-tabs .nav-tabs li.active .nav-link {
    font-weight: 600;
    color: #353333;
    border-color: #353333;
}

#sports-view-tabs .nav-tabs {
    position: relative;
}

#sports-view-tabs .nav-tabs::after {
    content: "";
    position: absolute;
    width: 140vw;
    height: 1px;
    background: #e7e7e7;
    bottom: -2px;
    left: -70vh;
}

#sports-view-tabs .tab-content {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 30px 0;
}

#sports-view-tabs .sportspress .sp-template-gray {
    background-image: linear-gradient(180deg, #F4F4F4 0%, #F2F2F2 91%, #F2F2F2 100%);
    padding: 2rem 3rem;
    border-radius: 5px;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header {
    display: inline-block;
    width: 100%;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header .team-name-head {
    color: #231F20;
    font-size: 28px;
    font-weight: 800;
    font-family: "Uniform-medium", sans-serif;
    margin: 10px 0;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header .team-current-coach-head {
    font-size: 18px;
    text-align: right;
    font-weight: 500;
    margin: 10px 0;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header .team-current-coach-head p {
    color: #231F20;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    font-family: "Uniform-light", sans-serif;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header > * {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-heading {
    position: relative;
    text-align: center;
    margin: 20px 0 20px;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-heading::before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #E5E3E3;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-heading p {
    background-color: #f3f3f3;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 20px;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-list-out {
    display: inline-block;
    list-style: none;
    padding: 0;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-list-out li.data-name {
    display: inline-block;
    margin: 0 10px 10px 0;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
}

#sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .players-list-out li.data-name.-empty-players {
    background: transparent;
    outline: solid 2px #d5d5d5;
}

#sports-view-tabs .sportspress .sp-template,
.sports-rules-container .featured-box {
    margin-top: 50px;
    background-color: white;
    padding: 5px;
    border: none;
    text-align: unset;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.sports-rules-container .featured-box .box-content {
    background: transparent;
    margin-top: 0;
    border: none;
    padding: 0;
}

.sports-rules-container .featured-box .box-content > * {
    padding: 3rem 20px;
}

.sports-rules-container .featured-box .box-content > * > .wpb_wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.sports-rules-container .featured-box .box-content > *:nth-child(even) {
    background: #FBFBFB;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table {
    margin-top: 0;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table thead > tr {
    background-color: #FBFBFB;
    color: #231F20;
    font-size: 14px;
    font-weight: 300;
    font-family: "Uniform-light", sans-serif;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table tbody tr {
    border-bottom: solid 1px #eaeaea;
    font-weight: 300;
    font-family: "Uniform-light", sans-serif;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table tbody tr:last-child {
    border-bottom: none;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table thead tr th {
    padding: 12px 30px;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table tbody tr td {
    padding: 15px 30px;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table.sports-dsn-standings tbody tr td {
    padding: 25px 30px;
}

#sports-view-tabs .sportspress .sp-template .sp-data-table.sports-dsn-standings tbody tr td.data-name {
    font-weight: 700;
    font-family: "Uniform", sans-serif;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-date {
    font-weight: 500;
    font-family: "Uniform", sans-serif;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-date .event-day-name {
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #353333;
    color: white;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin-right: 7px;
    font-size: 12px;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-event.data-teams {
    font-weight: 600;
    font-family: "Uniform", sans-serif;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-event.data-teams .tt-vs {
    font-weight: 300;
    font-family: "Uniform-light", sans-serif;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-event.data-teams .event-week-number {
    font-weight: 300;
    font-family: "Uniform-light", sans-serif;
    font-size: 14px;
}

#sports-view-tabs .sportspress .sp-template.sp-template-event-list .sp-row .data-event.data-teams .event-excerpt-league-list {
    font-size: 16px;
    font-weight: 400;
}

@media screen and (max-width: 576px) {
    #sports-view-tabs .nav.nav-tabs {
        flex-direction: column;
    }

    #sports-view-tabs .nav.nav-tabs a {
        border-top-width: 0 !important;
        border-bottom-width: 3px !important;
    }

    #sports-view-tabs .nav-tabs li .nav-link {
        padding: 12px 20px;
    }

    .tabs .nav.nav-tabs.nav-justified li {
        margin-bottom: 0;
    }

    #sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header > * {
        width: 100%;
    }

    #sports-view-tabs .sportspress .sp-template-player-list-team-based-coach .team-coach-header .team-current-coach-head {
        text-align: left;
    }

    #sports-view-tabs .sportspress .sp-template-gray {
        padding: 1rem 2rem;
    }

    #sports-view-tabs .sportspress .sp-template, .sports-rules-container .featured-box {
        margin-top: 0;
    }
}

@keyframes ajax-loading {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


@media screen and (max-width: 767px) {
    .gym-schedule-modal-alert .gsma-inner .content {
        padding: 2rem;
    }

    .gym-schedule-modal-alert .gsma-inner .actions {
        padding: 0 2rem 2rem;
    }

    .gym-schedule-modal-alert .gsma-inner {
        padding: 0 20px;
    }

    .gym-schedule-modal-alert .gsma-inner .actions #hide-cancel {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .gym-schedule-modal-alert .gsma-inner .actions {
        flex-direction: column;
    }

    .tabs.group_exercise_tabs .nav-tabs > li .nav-link {
        padding: 5px 60px;
    }

    .tabs.group_exercise_tabs .nav.nav-tabs {
        margin-bottom: 20px;
    }

    .group-exercise-table-style th, .group-exercise-table-style td {
        display: inline-block;
    }

    .group-exercise-table-style th:last-of-type,
    .group-exercise-table-style td:last-of-type {
        padding-right: 15px;
        width: 100%;
    }

    .group-exercise-table-style th:first-of-type,
    .group-exercise-table-style td:first-of-type {
        padding-left: 15px;
    }

    .group-exercise-table-style .book-actions button {
        width: 100%;
    }

    .group-exercise-table-style .book-actions .action-btn-tooltip {
        position: relative;
        font-size: 12px;
        max-width: 100%;
        text-align: center;
        line-height: 1.2;
        padding: 5px;
        border-radius: 5px 5px 0 0;
        bottom: unset;
        right: unset;
        opacity: 1;
    }

    .title-instructor .booked-item-by-user {
        display: inline-block;
    }

    .title-instructor .booked-item-by-user + .class-main-title-instructor {
        display: inline-block !important;
        width: calc(100% - 80px);
        margin-left: 20px;
    }

    .group-exercise-table-style .studio-room-location {
        width: 100%;
        text-align: left;
        padding: 0 0 0 15px;
    }
}

.form-actions.form-reset {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

span.actions-or {
    padding: 0 20px;
    color: #9f9f9f;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

span.actions-or::before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #9f9f9f;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 6px;
}

span.actions-or::after {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #9f9f9f;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 6px;
}

a.action-forgot {
    font-size: 16px;
    font-weight: 600;
    color: #353333;
}

@media (max-width: 767px) {
    .form-actions.form-reset {
        flex-direction: column;
    }
    a.action-forgot {
        padding: 10px;
    }
    a.action-forgot:last-child {
        padding-bottom: 0;
    }
}

.ctct-disclosure {
    display: none;
}

p.ctct-form-field.ctct-form-field-submit > input {
    color: transparent;
}

#jolt_leagues_container {
    flex-wrap: wrap;
    padding: 20px;
}

#jolt_leagues_container > #right_leagues,
#jolt_leagues_container > #left_leagues {
  max-width: 100%;
}

@media (max-width: 768px) {
    #right_leagues td {
      overflow-wrap: break-word;
      max-width: 80px;
      padding: 4px;
      font-size: 14px;
    }
}
.action-btn-tooltip a {
    color: white;
}
