/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


code {
    background-color: var(--bb-body-background-color);
    color: var(--bb-body-text-color);
    margin: 0;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6875rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

.page-template-default .entry-header{
	display: none;
}

.buddypress-wrap.home-groups {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
		vertical-align: center;
		align-items: center
}

.home-groups .groups-search,
.home-groups .main-navs {
    display: none;
}

.home-section-title h2{
	  margin: 0 0 20px;
}

.home-groups .bp-secondary-header {
	  flex: 1 0 50%;
    display: flex;
    justify-content: flex-end; 
}

.home-groups .screen-content{
		width: 100%;
}

/*******  Event Calendar Colors  ******/

:root {
    --tec-color-accent-primary: #893aff !important;
    --tec-color-accent-primary-hover: #731bf7 !important;
    --qode-gradient-color-one: rgba(219, 199, 229, 1);
    --qode-gradient-color-middle:rgba(124, 58, 249, 1); 
    --qode-gradient-color-two: rgba(150, 46, 242, 1); 
    --qode-shadow-color:#d48be6b0;
      
}
/*******  Event Calendar Colors  ******/


/*************  Forms  **************/

button:disabled {
    color: #ffffff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}
#create-form h4{
	margin: 0;
	flex: 1;
}
#create-form input[name="text-1"] {
    border: unset;
    border-bottom: 1px solid var(--bb-content-border-color);
    font-size: 46px;
    height: 90px;
	line-height: 90px;
	border-radius: 0;
    padding: 0 0 0 3px;
}
#create-form input[name="text-1"]:focus {
    box-shadow: unset;
    border-bottom: 1px solid var(--bb-input-focus-border-color) !important;
}
#create-form {
	display: flex;
	flex-flow: column;
	gap: 10px;
	max-width: 600px;
	margin: auto;
    margin-top: 130px;
	padding: 0 15px 30px;
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius);
}
.entry-content:has(#create-form) .success-message{
    max-width: 600px;
    margin: 20px auto;
}
#create-form input{
	flex: 1;
}
.form-section{
	display: flex;
	flex-flow: column;
	gap: 10px;
}
.form-section-row{
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 100%;
}
.form-section-header{
	display: flex;
	width: 100%;
	align-items: center;
}
.toggle-content{
	display: flex;
	gap: 5px;
}
.toggle-content input{
	flex: 50%;
	width: 50px;
}
.dates.form-section{
	gap: 0;
}
.dates .form-section-row{
	display: flex;
	gap: 10px;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid var(--bb-content-border-color);
}
.dates .form-section-row:last-of-type{
	border-bottom: 1px solid var(--bb-content-border-color);
}
#create-form button{
	height: 60px;
}
.cover-image {
    border: 1px dashed #424242;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.cover-image .upload-icon img {
    margin-bottom: 10px;
}
.cover-image p {
    font-size: 14px;
    color: #666;
	margin: 0 0 5px
}
#file-input {
    display: none;
}
#preview-container {
    border: none;
    border-radius: 8px;
    text-align: center;
}
#image-wrapper {
		display: flex;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.67%;
    overflow: hidden;
}
#image-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensure the image covers the area */
}
#delete-preview {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    outline: none;
	height: unset !important;
}
#delete-preview:hover {
    background: rgba(255, 255, 255);
}
.upload-preview-container {
   position: relative;
   overflow: hidden;
   border: 2px dotted #ccc;
}
.draggable-area img {
   position: absolute;
   cursor: grab;
}
.delete-button {
   	position: absolute;
   	top: 10px;
   	right: 10px;
   	display: flex;
   	align-items: center;
		gap: 8px;
}
.close-icon {
    font-size: 18px;
	margin-top: -2px;
}
.delete-button img {
   margin-right: 5px;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}
.toggle-switch input {
    display: none;
}
.toggle-wrap{
    display: flex;
    gap: 5px;
    align-items: center;
}
.toggle-wrap h6{
    color: #ccc;
    margin: 0;
}
.hidden {
    display: none;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 15px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
.toggle-checkbox:checked + .slider {
    background-color: var(--bb-primary-button-background-regular);
}
.toggle-checkbox:checked + .slider:before {
    transform: translateX(20px);
}
.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}
.wp-block-column:has(#create-form){
    margin: 20px;
}

/*************  Forms  **************/


/********  Fallback Spinner  ********/

.loader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #7F2EF8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: fixed; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    z-index: 9999;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/********  Fallback Spinner  ********/


/********   Pages / Layput  ********/

.container {
    max-width: unset;
}
.site-main {
    max-width: 1300px;
    margin: auto;
}
.page-template-page-fullscreen .site-main, .buddypress .site-main{
    max-width: unset;
}
.page-template-page-fullscreen #content, .page-id-69 #content{
    padding-top: 0 !important;
}
.form-page-wrap{
    gap: 0;
    margin: 0
}
.form-page-wrap .wp-block-column{
    min-height: 100vh;
    align-content: center;
}
.form-page-wrap .wp-block-column:nth-child(1){
    background-image: url(/wp-content/uploads/2024/10/portfolio-image-6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    align-content: center;
}
@media (max-width: 799px) {
    .form-page-wrap .wp-block-column:nth-child(1){
        display: none;
    }
}

/********   Pages / Layoput  ********/



/********   Desktop Header   ********/

.site-header .site-header-container, .header-search-wrap, .header-search-wrap input.search-field, .header-search-wrap form.search-form {
    height: 90px !important;
}
.sticky-header .site-content, body.buddypress.sticky-header .site-content, .bb-buddypanel.sticky-header .site-content, .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
    padding-top: 130px !important;
}
.page-template-page-fullscreen #content, .single-item.groups #content {
    padding-top: 0 !important;
}
.sticky-header .site-content {
    min-height: 100vh;
}
.site-header{
    background-color: unset !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.site-header-container{
    margin: 20px;
	width: calc(100% - 40px) !important;
    border-radius: var(--bb-button-radius);
    background: rgba(255, 255, 255, 0.6);
    padding: 0;
    border: 1px solid var(--bb-content-border-color);
    padding: 0 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.sticky-header .site-header.has-scrolled .site-header-container{
    box-shadow: 0 1px 0 0 rgba(139, 141, 157, .05), 0 5px 10px 0 rgba(65, 71, 108, .15);
}

/********   Desktop Header   ********/



/********   Mobile Header   ********/

.bb-mobile-panel-wrapper.left {
    right: 0;
    left: unset !important;
}
.bb-mobile-panel-wrapper.left.closed {
    right: -110%;
    left: unset !important;
}

@media screen and (max-width: 799px) {
    .bb-mobile-header-wrapper {
        margin: 10px;
        width: calc(100% - 20px) !important;
        border-radius: var(--bb-button-radius);
        background: rgba(255, 255, 255, 0.6);
        padding: 0;
        border: 1px solid var(--bb-content-border-color);
        padding: 0 10px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .sticky-header .site-content, body.buddypress.sticky-header .site-content, .bb-buddypanel.sticky-header .site-content, .single-sfwd-quiz.bb-buddypanel.sticky-header .site-content, .single-sfwd-lessons.bb-buddypanel.sticky-header .site-content, .single-sfwd-topic.bb-buddypanel.sticky-header .site-content {
        padding-top: 85px !important;
    }
    .site-title img.bb-mobile-logo {
        width: 140px !important;
    }
    .bb-left-panel-icon-wrap{
        order: 5;
        padding-right: 14px;
        border-left: 1px solid #aaaaaa;
        padding-left: 5px;
    }
    .site-header .header-aside .notification-dropdown i, .site-header .header-search-wrap i, .site-header .notification-dropdown i, .site-header i {
        font-size: 21px;
    }
    .bb-mobile-panel-wrapper.light {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .bb-mobile-panel-inner {
        background-color: unset;
        padding: 10px 10px 30px;
        background-color: unset;
    }
    .bb-mobile-panel-wrapper .bb-mobile-panel-header{
        margin: 0;
        border-radius: 6px;
        box-shadow: none;
        background: #000;
        padding: 14px;
    }
    .bb-mobile-panel-header .avatar {
        max-width: 48px;
    }
    a.bb-close-panel i, .bb-mobile-panel-header .user-name {
        color: #fff;
    }
    .bb-mobile-panel-inner .buddypanel-menu .bb-menu-section{
        background-color: unset;
        margin-top: 15px;
        border: none !important;
    }
    .bb-template-v2 .side-panel-menu li{
        border-right: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        margin-right: 6px;
    }
    .mobile-section-first, .bp-my-groups-sub-nav, .bp-activity-posts-nav, .bp-settings-nav, .bp-logout-nav{
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-top: 1px solid #aaaaaa;
    }
    .mobile-section-last, .bp-logout-nav{
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .sub-menu li{
        border: none !important;
    }
    .bb-template-v2 .bb-mobile-panel-inner .side-panel-menu .menu-item>a {
        padding: 12px 8px 12px 15px;
    }
    .bb-mobile-panel-inner .buddypanel-menu li.bb-menu-section a {
        font-weight: 400;
        color: var(--bb-headings-color);
        opacity: 1;
    }
    .bb-mobile-panel-inner .buddypanel-menu li a{
        color: var(--bb-headings-color) !important;
    }
    .bb-template-v2 .bb-mobile-panel-inner .bb-primary-menu .current-menu-item>a>i, .bb-template-v2 .side-panel-menu .current-menu-parent.current-menu-item>a:hover>.bs-submenu-toggle, .bb-template-v2 .side-panel-menu>.current-menu-item>a:hover>.bs-submenu-toggle, .bb-mobile-panel-inner .side-panel-menu .sub-menu a>i.bs-submenu-toggle, .bb-mobile-panel-inner .side-panel-menu a>i.bs-submenu-toggle {
        color: var(--bb-headings-color) !important;
    }
      .bb-template-v2 .side-panel-menu li{
        border-right: 1px solid #aaaaaa;
        border-left: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        margin-right: 6px;
        background-color: #ffffff;
    }
    .mobile-section-first, .bp-my-groups-sub-nav, .bp-activity-posts-nav, .bp-settings-nav, .bp-logout-nav{
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-top: 1px solid #aaaaaa;
    }
    .mobile-section-last, .bp-logout-nav{
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .bb-template-v2 .side-panel-menu li.bb-menu-section, .sub-menu li{
        border: none !important;
    }
    .side-panel-menu .current-menu-item>a>span {
        font-weight: 400;
    }
    .bb-mobile-panel-inner .no-children > a::after {
        content: '\e826';
        font-family: bb-icons;
        font-style: normal;
        speak: never;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        transform: rotate(-90deg);
    }
    .bb-mobile-panel-inner .current-menu-item>a {
        font-weight: unset;
    }
    .bb-menu-section.no-children > a::after {
        display: none;
    }
    .sub-menu li{
        margin-right: 0 !important;
    }
    .side-panel-menu img._mi {
        font-size: 16px;
        margin: 0 15px 0 0 !important;
    }
}

/********   Mobile Header   ********/


/************** Footer ***************/

#site-footer {
    background-color: #16031f;
    color: #fff;
    padding: 0 20px;    
    z-index: 1000;
}
#footer-upper, #footer-lower {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
	padding: 0 20px;
}
#footer-upper{
	padding: 40px 0;
}
.footer-logo-wrap {
    display: flex;
	flex: 1;
    flex-direction: column;
	border-right: 1px solid rgba(255, 255, 255, .14);
	padding: 60px 60px 60px 20px;
}
.footer-column {
    flex: 1;
}
.footer-logo img {
    width: 240px;
}
.footer-menu {
    list-style: none;
    padding: 0;
}
#site-footer h5{
	margin: 0 0 16px;
    color: #fff;
}
.footer-menu li {
    margin-bottom: 0.5rem;
}
.footer-menu a {
	color: #8a6a9b;
    text-decoration: none;
}
.footer-menu a:hover {
	color: #fff;
}
#footer-lower {
    padding-top: 36px;
    padding-bottom: 36px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.footer-menu-row{
    display: flex;
	padding: 60px 0;
}
.footer-lower-column{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer-menu-wrap {
    display: flex;
	flex: 2;
	flex-direction: column;
	padding: 0 20px 0 60px;
}
#footer-lower .qodef-footer-copy, #footer-lower .qodef-footer-copy a{
    font-size: 14px;
    font-weight: 400;
    color: #8a6a9b;
    margin: 0;
}
#footer-lower .qodef-footer-copy a:hover{
    color: #fff;
}
#footer-lower .footer-nav .footer-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}
#footer-lower .footer-nav .footer-menu li {
    margin-right: 30px;
	font-size: 14px;
}
#footer-lower .footer-nav .footer-menu li:last-child {
    margin-right: 0;
}
#footer-lower .footer-menu li {
    margin-bottom: 0;
}

@media (max-width: 1220px) {
    #footer-upper, #footer-lower, .footer-lower-column {
        display: block;
    }
    #footer-lower .footer-nav .footer-menu {
        margin: 0;
    }
    .footer-logo{
        margin-bottom: 40px
    }
    .footer-lower-column.copyright{
        border-top: 1px solid #8a6a9b;
        padding: 10px 0;
        margin-top: 10px;
        text-align: left;
        font-size: 12px !important;
    }
    .footer-lower-column.copyright p, .footer-lower-column.copyright a{
        font-size: 12px !important;
    }
    #menu-footer-legals{
        flex-flow: column;
    }
}

/************** Footer ***************/



/************ Action Bar *************/

/* .single-item.groups .action-bar-inner, .woocommerce-page .action-bar-inner, .register .action-bar-inner, .page-id-69 .action-bar-inner{
    display:none;
}
#action-bar-global {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5; 
    overflow: hidden;
  }
.no-groups-message #action-bar-global{
    position: inherit;
}
.action-bar-inner{
    flex: 0 1 1340px;
    display: flex;
    background-color: #f8f9fa;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 15px;
    padding: 8px;
    margin: 0 20px;
    max-width: 100%;
    width: 100%;

    overflow: hidden;
}

.action-bar-inner #redirect-form{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}
.styled-input{
    display: flex;
    flex: 1;
    flex-flow: column;
    padding: 8px;
    padding-right: 30px;
}
.styled-input label{
    font-size: 12px;
    line-height: 1.1;
}
.styled-input input{
    border: none;
    padding: 0;
    background-color: unset;
    font-size: 28px;
    height: unset;
    font-weight: 300;
}
.styled-input input:focus{
    box-shadow: none;
}
.action-bar-inner .clear-btn{
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    margin: 8px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--bb-secondary-button-background-regular);
    text-align: center; 
    line-height: 32px;
    transition: all 0.8s ease-in-out;
}
.action-bar-inner:has(#group-code.has-input) .clear-btn{
    visibility: visible;
    opacity: 1;
}


.action-bar-inner #redirect-form .code-button-wrap{
    transition: all 0.8s ease-in-out;
    max-width: 300px;
    height: 100%;
}


.action-bar-inner #redirect-form .code-button-wrap button{
    width: 240px !important;
    height: 100%;
    align-content: center;
}


.action-bar-inner .create-split-wrap {
    max-width: 300px;
    transition: max-width 0.8s ease-in-out;
    border-radius: var(--bb-button-radius);
}
.action-bar-inner:has(#group-code.has-input) .create-split-wrap {
    max-width: 0;
}
.create-split-wrap a{
    width: 240px !important;
    height: 100%;
    align-content: center;
}


@media screen and (max-width: 767px) {
    #action-bar-global {
        bottom: 10px;
        padding: 0 10px;
    }
} */

/************ Action Bar *************/



/************ Action Bar *************/

.single-item.groups .action-bar-inner, .woocommerce-page .action-bar-inner, .register .action-bar-inner, .page-id-69 .action-bar-inner{
    display:none;
}
#action-bar-global {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5; 
  }
.no-groups-message #action-bar-global{
    position: inherit;
}
.action-bar-inner{
    flex: 0 1 1340px;
    display: flex;
    background-color: #f8f9fa;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 15px;
    padding: 8px;
    margin: 0 20px;
    max-width: 100%;
    width: 100%;
}

.action-bar-inner #redirect-form{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.styled-input{
    display: flex;
    flex: 1;
    flex-flow: column;
    padding: 8px;
    padding-right: 30px;
}
.styled-input label{
    font-size: 12px;
    line-height: 1.1;
}

.styled-input input{
    border: none;
    padding: 0;
    background-color: unset;
    font-size: 28px;
    height: unset;
    font-weight: 300;
    display: flex;
    width: 100%;
}

.styled-input input:focus{
    box-shadow: none;
}

.action-bar-inner .clear-btn{
    visibility: hidden;
    opacity: 0;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    margin: 8px;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--bb-secondary-button-background-regular);
    text-align: center; 
    line-height: 32px; 
    transition: all 0.8s ease-in-out;
}
.action-bar-inner:has(#group-code.has-input) .clear-btn{
    visibility: visible;
    opacity: 1;
}
.input-wrap{
    display: flex;
    align-items: center;
    flex: 1;
}

.action-bar-inner #redirect-form .form-button-wrap{
    position: relative;
    height: 100%;
}
.code-submit-wrap{
    height: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.code-create-wrap{
    height: 100%;
    transition: all 0.8s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
}
.action-bar-inner:has(#group-code.has-input) .code-create-wrap{
    position: absolute;
    right: -300px;
    top: 0;
}
.code-create-wrap a, .code-submit-wrap button{
    width: 280px !important;
    height: 100%;
    align-content: center;
    margin: 0 !important;
}


@media screen and (max-width: 767px) {
    #action-bar-global {
        bottom: 10px;
        padding: 0 10px;
        margin: 0
    }
    .action-bar-inner{
        margin: 0;
    }
    .code-create-wrap a, .code-submit-wrap button{
        width : 100% !important;
        min-width: 35vw !important;
    }
}


/************ Action Bar *************/




/********* Groups Shortcode **********/

.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{
    border-top-right-radius: var(--bb-block-radius);
    border-top-left-radius: var(--bb-block-radius);
}
.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:last-child .list-wrap{
    border-bottom-right-radius: var(--bb-block-radius);
    border-bottom-left-radius: var(--bb-block-radius);
}
.home-groups:has(.no-groups-message) .home-section-title, .home-groups:has(.no-groups-message) .bp-secondary-header {
    display: none;
}
.no-groups-message{
    text-align: center;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.no-groups-message h1{
    font-size: 62px;
    margin-bottom: 15px;
}
.no-groups-message h6{
    margin-top: 10px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .buddypress-wrap .subnav-filters .select-wrap {
        margin-right: 5px;
    }
    #groups-list.bp-list:not(.grid) .item-entry .list-wrap {
        padding: 10px;
    }
    .item-list:not(.grid) .group-footer-wrap{
        display: none !important;
    }
    .item-entry .item-desc p, .item-meta-wrap has-meta  {
        font-size: 12px !important;
    }
    .list-wrap .item {
        padding-left: 10px !important
    }
    .item-desc.group-item-desc {
        padding-right: 10px !important;
    }
}

/********* Groups Shortcode **********/



/********  Guttenburg UX/UI  ********/

.button.signup, .wp-block-woocommerce-empty-cart-block .wp-element-button {
    color: #fff;
    border: 1px solid transparent;
    padding: 15px 25px;
    background: linear-gradient(0deg, var(--qode-gradient-color-one) 0%, var(--qode-gradient-color-middle) 0, var(--qode-gradient-color-two) 100%);
    --qode-shadow-color: #d48be6b0;
    box-shadow: 0 0 0 0 var(--qode-shadow-color);
    font-size: 14px;
    line-height: 1em;
    border-radius: var(--bb-button-radius);
}
.button.signup:hover, .wp-block-woocommerce-empty-cart-block .wp-element-button:hover{
    box-shadow: 0 3px 20px 0 var(--qode-shadow-color);
}
.textual a{
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out;
    padding: 19px 32.4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--qode-main-color);
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: gray;
}
.textual a:hover{
    color: var(--bb-primary-color);
    text-decoration: underline;
}

/********  Guttenburg UX/UI  ********/



/***********   Profile   ***********/

.bb-single-nav-item-point{
    padding: 0 !important;
    border: none !important;
}

.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:not(.more-button) {
    padding: 0 19px;
}

.bb-template-v2 .bp-dir-hori-nav:not(.bp-vertical-navs) nav#object-nav>ul>li>a:has(.count) {
    padding-right: 5px;
}

.bb-template-v2 nav#object-nav .selected>a {
    border: 1px solid var(--bb-content-border-color);
}

/***********   Profile   ***********/



/***********   Groups   ************/

.groups-list.grid .item-avatar, .group-type, .groups #item-header-avatar, .bp-group-meta.bp-group-type {
    display: none !important;
}
.single.groups .sticky-header .site-content{
    padding: 0 !important;
}
#cover-image-container{
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0 !important;
    border: unset;
}
body #buddypress #header-cover-image.cover-large {
    height: 35vw;
	max-height: calc(100vh - 350px);
}
#item-header a.link-change-cover-image {
    bottom: 12px;
    top: unset;
}
#item-header a.position-change-cover-image {
    bottom: 55px;
	top: unset;
    display: none;
}
body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions, body.single-item.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
    margin-left: auto;
	margin-right: auto;
    max-width: 1400px;
}
#item-header-content{
    display: flex;
    flex-wrap: wrap;
}
.bp-group-title-wrap, .bp-group-meta-wrap, .group-description{
    flex: 100%;
}
.group-actions-wrap{
    flex: 1;
}
.group-actions-wrap .group-item-actions{
    margin: 0 !important;
}
.group-actions-absolute{
    order: 4;
    margin: 0 !important;
}
.groups .main-navs{
    border: unset !important;
    border-bottom: 1px solid var(--bb-content-border-color) !important;
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
}
.bb-profile-grid{
    margin: 0 -20px;
    width: calc(100% + 40px) !important;
    padding: 30px;
}
.bb-profile-grid .item-body{
    padding: 0;
    margin-left: auto;
	margin-right: auto;
    max-width: 1400px;
}
#buddypress .main-navs ul{
    display: flex;
    gap: 5px;
    max-width: calc(1400px + 60px);
    margin: auto;
    padding: 0 30px 10px;
}
#buddypress .main-navs li{
    padding: 0;
}
#buddypress .main-navs li:last-of-type {
    padding-right: 20px;
  }
#buddypress .main-navs ul li a{
    display: flex;
    background-color: var(--bb-content-background-color);
    border: 1px solid var(--bb-content-border-color);    
    padding: 0 19px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 50px;
}
#buddypress .main-navs ul li a:hover{
    background-color: var(--bb-primary-button-background-regular);
    border-color: transparent;
    color: var(--bb-primary-button-text-hover) !important;
    color: #000
}
#buddypress .main-navs ul li.selected a{
    background-color: #000;
    color: #fff;
    font-weight: 400;
}
#buddypress .main-navs ul li a:has(.count){
    padding-right: 5px;
}
.main-navs li .count{
    border-radius: 50px !important;
    margin-left: 10px !important;
}
#custom-group-nav::-webkit-scrollbar {
    display: none;
} 
#buddypress .event-tickets .tribe-tickets__tickets-form {
    margin: 0;
}

@media (min-width: 768px) {
    .groups-header #item-header-content .group-actions-absolute {
        position: absolute;
        right: 0;
        top: 20px;
        width: auto;
    }
}

@media screen and (max-width: 782px) {
    body #buddypress #header-cover-image.cover-large {
        height: 80vw;
    }
    .groups .bp-wrap {
        padding: 0;
    }
    .bb-profile-grid{
        padding: 20px;
    }
    #custom-group-nav {
        overflow-x: auto; 
        height: min-content;
        white-space: nowrap; 
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px; 
    }
    #buddypress .main-navs ul {
        display: flex;
        flex-wrap: nowrap; 
        align-items: center;
        list-style: none; 
        padding: 0 20px 10px;
    }
    #custom-group-nav ul li {
        flex: 0 0 auto; 
        padding: 0 5px; 
    }
}

/***********   Groups   ************/



/*********  Group Tickets *********/

.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form {
    max-width: unset !important;
}
.buddypress .buddypress-wrap button:focus{
    box-shadow: unset;
}
.buddypress .entry .entry-content .event-tickets .tribe-tickets__tickets-title, .buddypress .event-tickets .tribe-tickets__tickets-title {
    font-size: var(--tec-font-size-3);
}
#content div.product.tribe-tickets__tickets-item{
    display: flex;
    flex-flow: row;
}
#content .event-tickets div.product>div, #content .event-tickets div.product>section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 0;
    min-width: unset;
    box-sizing: border-box;
}
.buddypress .tribe-tickets__tickets-item-content-title-container{
    flex: 1 !important;
}
.event-tickets .tribe-tickets__tickets-item-extra{
    min-width: max-content !important;
    align-self: center !important;
}
.buddypress .event-tickets .tribe-tickets__tickets-item-quantity {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    flex: 0;
}
.tribe-tickets__tickets-item-extra-available{
    margin: 0 !important
}
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn{
    min-width: 180px;
}

@media screen and (max-width: 767px) {
    #content div.product.tribe-tickets__tickets-item{
        display: flex;
        flex-flow: row;
    }
    .tribe-tickets__tickets-form{
        padding-bottom: 0 !important;
    }
    .event-tickets .tribe-tickets__tickets-item {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    #tribe-tickets__tickets-buy{
        flex: 100%;
        margin-top: 20px;
    }
    #content .event-tickets .tribe-tickets__tickets-item-content-title-container{
        flex: 1;
        min-width: unset;
    }
    #content .tribe-tickets__tickets-item-extra{
        flex: 0 !important;
        display: flex;
        gap: 15px;
        align-items: center;
        min-width: max-content !important;
    }
    .event-tickets .tribe-tickets__tickets-item-extra-price{
        order: 2;
    }
}

/*********  Group Tickets *********/


/********  Group Attendees ********/

#tribe-events-report, #tribe-events-report .wrap{
    padding: 0;
}
.tribe-report-panel .welcome-panel-content  {
    border: none !important;
}
.tribe-report-panel .welcome-panel-column-container {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-block-radius-inner);
    padding: 7px !important;
}
.tribe-report-panel ul {
    margin: 0;
}
#tribe-events-report .tablenav, #tribe-events-report .event-actions, #tribe-events-report .check-column{
    display: none;
}
#tribe-events-report .wp-list-table.tribe-attendees{
    border-bottom: 1px solid var(--bb-content-border-color);
    width: 100%;
}
#tribe-events-report .manage-column a{
    color: var(--bb-headings-color);
    padding: 1rem 8px !important;
    display: flex !important;
    gap: 8px;
    align-items: center;
}
#tribe-events-report .sorting-indicators{
    display: flex !important;
    flex-flow: column;
    gap: 5px;
}
#tribe-events-report .sorting-indicator{
    margin: 0 !important;
}
#tribe-events-report .wp-list-table.tribe-attendees {
    border-spacing: 0;
    overflow: hidden;
}
#tribe-events-report .tribe-report-page td.column-status {
    width: 100px !important;
}
#tribe-events-report table.striped tr:nth-child(odd) td {
    background: #fff !important;
}
#tribe-events-report td, #tribe-events-report th {
    border-bottom: 1px solid var(--bb-content-border-color) !important;
}
.tec-tickets__admin-attendees-attendance-type-complete, .tec-tickets__admin-attendees-attendance-type-cancelled, .tec-tickets__admin-attendees-attendance-totals-amount, .tec-tickets__admin-attendees-attendance-type-heading-total{
    display: flex;
    gap: 2px;
}
.tec-tickets__admin-attendees-attendance-type-heading-total-label, #total_checkedin, .tec-tickets__admin-attendees-attendance-type-heading-label, .tec-tickets__admin-attendees-attendance-type-complete-label, .tec-tickets__admin-attendees-attendance-type-cancelled-label, .tec-tickets__admin-attendees-attendance-totals-title {
    flex: 1;
}
#total_checkedin{
    text-align: end;
}
.tec-tickets__admin-attendees-attendance-totals-title, .tec-tickets__admin-attendees-attendance-type-heading-label{
    display: none;
}
.tec-tickets__admin-attendees-attendance-totals-row{
    padding-top: 18px;
    border-top: 1px solid var(--bb-content-border-color);
    margin-top: 8px;
}
.tec-tickets__admin-attendees-attendance-type-heading-total, .tec-tickets__admin-attendees-attendance-totals-row{
    font-size: 18px;
    font-weight: 600;
}
.tec-tickets__admin-attendees-attendance-type-complete-amount, .tec-tickets__admin-attendees-attendance-type-cancelled-amount, .tec-tickets__admin-attendees-attendance-type-complete-label, .tec-tickets__admin-attendees-attendance-type-cancelled-label{
    font-size: 14px;
}
.buddypress .buddypress-wrap button.components-button {
    background: none;
    border: 1px solid #ccc;
    border-radius: var(--bb-button-radius);
    outline: unset;
    color: var(--wp-components-color-foreground, #1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    justify-content: center;
    padding: 0 10px;
    box-shadow: unset;
    margin-bottom: 5px;
    margin-top: -5px;
}
.column-primary_info a{
    color: var(--bb-body-text-color);}


@media screen and (max-width: 768px) {
    .tribe-report-panel .welcome-panel-last {
        padding: 20px !important;
    }
}

/********  Group Attendees ********/



/******  Group Settings Tab *******/

.split-details, .split-details .dates, .split-details .tickets{
    display: flex;
    flex-flow: column;
    gap: 20px;
}
.split-details .flex{
    gap: 10px;
}
#bp-group-edit-split-details-submit-wrapper input{
    margin-top: 57px;
}

/******  Group Settings Tab *******/



/*******  Registration Form  ********/

body.buddypress.activate.login-split-page .activate-section-logo, body.buddypress.activate.login-split-page .register-section-logo, body.buddypress.register.login-split-page .activate-section-logo, body.buddypress.register.login-split-page .register-section-logo {
    text-align: center;
    width: 100%;
}
.register-section input{
    height: 48px !important;
    padding: 8px 20px 8px 20px !important;
    margin-bottom: 10px !important;
  }
.register-section .bb-toggle-password{
    height: 48px !important;
}
#signup-form.standard-form label, #signup-form.standard-form legend{
    display: none;
}
.register-section-logo{
    min-height: 40px;
}
#signup-form.standard-form .layout-wrap{
    display: flex;
}
.register-section.default-profile{
    order: 2;
}
#signup_submit{
    height: 48px;
}
body.request-membership.groups #nav-courses-groups-li{
    display: none;
}
.register-privacy-info{
    color: var(--bb-login-register-link-color-regular) !important;
}
.entry-header a{
    text-transform: capitalize;
}
.bb-sso-container {
    margin-top: 0 !important;
}
.bb-sso-separator{
    margin: 10px 0 20px !important;
}
.bb-sso-button-label-container{
    font-size: 15px !important;
}
.bb-sso-button{
    padding: 7px !important;
}

@media screen and (max-width: 800px){
    .login-split{
        display: none !important;
    }
    #signup-form.standard-form .layout-wrap {
        flex-flow: column;
    }
}

/*******  Registration Form  ********/


/*********  Woocommerce  ***********/

.woocommerce-checkout #content .container{
    max-width: 1400px;
}
.wc-block-cart__submit-container a{
    font-family: inherit;
    font-size: 15px;
    background-color: var(--bb-primary-button-background-regular);
    color: var(--bb-primary-button-text-regular);
    border: 1px solid var(--bb-primary-button-border-regular);
    border-radius: var(--bb-button-radius);
    margin: 20px 0;
}
.wc-block-cart__submit-container a:hover{
    outline: 0;
    text-decoration: none;
    background-color: var(--bb-primary-button-background-hover);
    color: var(--bb-primary-button-text-hover);
    border-color: var(--bb-primary-button-border-hover);
}
.wp-block-woocommerce-cart-order-summary-block{
    border-bottom: 1px solid hsla(0, 0%, 7%, .11);
}
.wp-block-woocommerce-cart-items-block table{
    border-radius: 0;
}
.mini_cart_item .quantity{
    flex: 1;
    justify-content: end;
    text-align: end;
    display: flex;
    gap: 5px;
}
.mini_cart_item .remove {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none;
    font-size: 12px !important;
    line-height: 10px !important;
    padding: 5px 7px 7px 7px;
    background-color: #777777 !important;
    opacity: 0.8;
    width: unset !important;
}
.wc-block-cart-item__wrap{
    min-height: 150px;
    display: flex;
    flex-flow: column;
    margin-left: 5px;
}
.mini_cart_item .remove:hover {
    background-color: var(--bb-headings-color) !important;
}
.wc-block-cart-item__image img{
    width: auto !important;
    max-width: unset;
    height: 150px;
    max-height: 150px;
    border-radius: var(--bb-block-radius-inner);
}
.wc-block-components-quantity-selector__input{
    height: 32px;
}
.wc-block-cart-item__prices{
    font-size: 12px !important;
    line-height: 0 !important;
    color: var(--bb-body-text-color) !important;
    flex: 1;
}
.wc-block-cart-item__remove-link{
    font-size: 12px !important;
}
.wc-block-components-quantity-selector{
    margin-bottom: 2px !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: none !important;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-weight: 700;
    line-height: 1;
}
.wc-block-components-radio-control-accordion-content:has(.wcstripe-payment-element) {
    padding: 2.0em 16px 1.1em;
}
.wc-block-components-address-card {
    border: 1px solid var(--bb-content-border-color) !important;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control__label>span {
    font-weight: 700;
    color: var(--bb-headings-color);
}
.woocommerce-checkout .woocommerce-order-over h2.woocommerce-heading--success, .woocommerce-heading--end {
        margin-top: 3em;
}
.woocommerce-checkout .woocommerce-order-over>p {    
    margin-bottom: 5em;
}
.woocommerce-checkout .woocommerce-table--order-details.order_details_total {
    max-width: 400px;
}
.woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb img {
    max-width: unset !important;
    width: auto !important;
    max-height: 150px;
    height: 150px;
    border-radius: 5px;
}
.woocommerce-checkout .tribe-attendee-meta{
    display: none;
}
.woocommerce-checkout .tec-tickets__attendees-list-wrapper{
    margin: 20px 12px 60px;
}
.woocommerce-checkout .tec-tickets__attendees-list-item{
    border-right: none;
    border-left: none;
    padding: 20px 12px;
}
.woocommerce-checkout .tribe-common-h4{
    font-size: 17px;
    font-weight: 700;
}
.woocommerce-customer-details--subcolumn{
    margin-top: 34px;
    padding-top: 0.5em;
}

.woocommerce-checkout .woocommerce-order-end {
    margin: 8rem 0;
}
.woocommerce-checkout .woocommerce-order-end h3 {
font-size: 1.5rem;
line-height: 32px;
margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-order-end p {
    font-size: 16px;
    line-height: 1.5;
}

.bb-grid:has(.wp-block-woocommerce-empty-cart-block) {
    height: calc(100vh - 220px);
    align-content: center;
}

/*********  Woocommerce  ***********/



/**********  Woo Mobile ************/

@media (max-width: 544px) {
    .woocommerce-checkout .woocommerce-table--order-details.order_details_items td.product-thumb {
        display: inherit;
    }
}

.is-mobile .wc-block-components-text-input, .is-mobile .wc-block-components-address-address-wrapper, .is-mobile .wc-block-components-form .wc-block-components-checkout-step, .bb-is-mobile .wp-block-woocommerce-checkout {
    margin: 0 !important;
    padding: 0 !important;
}

.is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title{
    border: none !important;
    padding: 20px 10px !important;
    border-radius: var(--bb-input-radius);
    margin-top: 0;
}

.is-mobile.wc-block-checkout .wc-block-checkout__main{
    border: none;
}
.is-mobile .wc-block-components-checkout-step__description{
    display: none;
}
.is-mobile .checkout-order-summary-block-fill-wrapper{
    display: none;
}
.is-mobile .wc-block-components-form .wc-block-components-checkout-step:after{
    display: none;
}
.is-mobile .wc-block-components-address-card address .wc-block-components-address-card__address-section, .wp-block-woocommerce-checkout-terms-block span
 {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
}
.is-mobile .wp-block-woocommerce-checkout-terms-block{
    margin-bottom: 20px !important;

}

/**********  Woo Mobile ************/


/**************  404 ***************/

.error-404 .bb-img-404, .no-results.not-found .bb-img-404 {
    max-width: 400px;
}
.error404 .bb-grid {
    min-height: calc(100vh - 130px);
    align-content: center;
}

/**************  404 ***************/