/*!
Theme Name: Cambridge TOT
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cambridge-tot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Cambridge TOT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Poppins", "Roboto", sans-serif;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;

}

.container-fluid {
    max-width: 1320px;
}

.white-bg {
    background-color: #fff;
}

.logo-img {
    padding-top: 10px;
    padding-bottom: 6px;
    width: 265px;
}

#menu-toggle {
    display: none;
}

/* Style the mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #f8f9fa;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1050;
    padding: 1rem;
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1040;
}

/* Show menu and overlay when checkbox is checked */
#menu-toggle:checked~.mobile-menu {
    left: 0;
}

#menu-toggle:checked~.overlay {
    display: block;
}

/* Hamburger style */
.hamburger {
    font-size: 1.5rem;
    cursor: pointer;
}

.blue-bg {
    background-color: #1a4182;
    padding: 15px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 0.85;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    border-radius: 1px;
    border-bottom: 4px solid #fff;
}

.profile-icon,
.search-icon {
    cursor: pointer;
}

.profile-icon {
    padding: 3px 2px !important;
    width: 35px !important;
    height: 35px;
    border-radius: 50%;
    /* border: 1px solid #999; */
}

.profile-iconDiv {
    padding: 0px 0px 0px 25px;
}

.profile-iconDiv img {
    padding: 0px 15px;
}

.welcome-section {
    background-color: #ececec;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-shadow-white {
    background-color: #fff;
    border-radius: 14px;
    padding: 30px 40px 15px;
}

.welcome-headding {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}

.teacher-text {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 60px;
}

.color-blue {
    font-size: 66px;
    color: #1a4182;
    font-weight: 700;
}

.box-shadow-white-left p {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    font-weight: 400;
}

.common-div-grayBg {
    background: #ececec;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    min-height: 145px;
}

.Collaboration-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.025em;
    margin-bottom: 0px;
    margin-top: 5px;
}

.register-btn {
    border-color: #2a2a2a;
    background-color: transparent;
    color: #2a2a2a;
    font-size: 14px;
    border-radius: 24px;
    border: 2px solid;
    padding: 10px 20px;
    text-decoration: none;
}

.right-arrow {
    margin-left: 15px;
}

.article-section {
    background-color: #fff;
    padding: 40px 0px;
}

.Featured-article {
    font-size: 50px;
    color: #0a0002;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

#Article .carousel-inner .carousel-item img {
    border-radius: 16px;
}

.featured_article {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    background-color: rgba(0, 92, 147, 0.9);
    max-width: 540px;
    border-radius: 14px;
    padding: 40px 50px;
}

.featured_article h2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.featured_article p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 12px;
}

.featured_article .read-more:hover {
    background-color: rgba(0, 92, 147, 0.9);
}

.read-more {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 24px;
    border: 2px solid;
    padding: 10px 20px;
    text-decoration: none;
}

#Article .carousel-control-next,
.carousel-control-prev {
    width: 4%;
}

#Article .carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgb(0 0 0 / 30%);
    border-radius: 3px;
    height: 40px;
}

.section-Expert-Talk {
    background-color: #fff;
    padding: 40px 0px;
}

.video-text {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px;
    color: #000;
    font: 600 17px / 1.2 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.025em;
}

.latest-article-section {
    background-color: #f0efef;
    padding: 40px 0px;
}

.latest-article-div-inner {
    padding: 25px;
    background-color: #fff;
}

.date-time {
    font: 500 13px / 16px serif;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #1a4182;
    font-size: 15px;
}

.latest-card-headding {
    font-size: 24px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    border-width: 0;
    border-style: solid;
    font-weight: 700;
    line-height: 1.3;
}

.latest-card-para {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0px;
}

.read-more-article {
    text-transform: none;
    color: #1a4182;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    text-decoration: none;
}

.latest-article-div img {
    width: 100%;
    max-height: 360px;
}

.footer-section {
    padding: 40px 0px 0px;
    background-color: #fff;
}

.footer-followUs {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.footer-logo {
    width: 100%;
    max-width: 260px;
    min-width: 260px;
}

.social-links-footer {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.social-links-footer a {
    margin: 0px 0px 0px 10px;
    display: inline-block;
}

.social-links-footer a img {
    width: 30px;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul li {
    width: 50%;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_menu ul li a {
    color: #000;
    text-decoration: none;
}

.mail-icon {
    width: 20px;
    margin-right: 5px;
}

.footer-addressul {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.footer-addressul li {
    margin-bottom: 15px;
    color: #000;
    font-size: 13px;
}

.footerli {
    display: flex;
    align-items: flex-start;
}

.footer-addressul li a {
    text-decoration: none;
    color: #000;
}

.footer-line {
    width: 100%;
    background-color: #e6e6e6;
    height: 1px;
    margin: 10px 0px;
}

.Copyright-text {
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 13px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    opacity: 0.5;
}

#myBtn:hover {
    background-color: #555;
}

.mob-show-profile-icon {
    display: none;
}

/* Mobile css side bar */
#menu-toggle:checked~.mobile-menu {
    background-color: #1a4182;
}

.mobile-menu .nav {
    margin-top: 6px;
}

.mobile-menu .nav .nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

/* .close-side-bar {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff !important;
    font-size: 20px;
} */

.side-bar-search {
    border: 1px solid;
    background-color: transparent;
    color: #bdb8b8;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    padding: 6px 10px;
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
}

.side-bar-search:focus-visible {
    outline: unset !important;
}

.mobile-search-div {
    position: relative;
}

.mobile-search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #cbcbcb;
}

.search-hover-wrapper {
    position: relative;
    display: inline-block;
}

.search-popup {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all 0.5s ease;
}

.search-popup::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 10px;
    background-color: white;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.search-popup .form-control {
    padding-right: 50px;
}

/* Show the search-popup only on hover */
.search-hover-wrapper:hover .search-popup {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-popup .tooltips-search-icon {
    position: absolute;
    right: 30px;
    top: 35px;
    font-size: 14px;
    color: #cbcbcb;
}

.register-btn:hover {
    color: #fff;
    border-color: #2a2a2a;
    background-color: #2a2a2a;
}

.d-none-Topslider-arrows {
    display: none;
}

/* Shubham CSS */

.custom-breadcrumb {
    --breadcrumb-divider: ">";
    font-size: 12px;
    padding: 16px 0px 0px 0px;
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--breadcrumb-divider);
    color: #999999;
    margin: 0 2px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.aboutheading {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 34px;
}

.line {
    background-color: #e6e6e6;
    width: 100%;
    height: 1px;
}

.para {
    margin-top: 24px;
    font-size: 15px;
    color: #333333;
    line-height: 26px;
}

.aboutimage {
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.quote {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    color: #008080;
    font-weight: 700;
    padding: 10px 50px 10px 50px;
    position: relative;
}

.para-one {
    margin: 30px 0 15px;
}

.h2heading {
    margin-bottom: 12px;
    font-weight: 700;
    color: #000;
    font-size: 26px;
}

.paragraph {
    margin-bottom: 30px;
    font-size: 15.5px;
    color: #333333;
    line-height: 26px;
    font-weight: 400;
}

.li-paragraph {
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

.boxbg {
    padding: 20px;
    background: #ececec;
    border-radius: 10px;
    height: 290px;
    font-family: "Roboto";
}

.boxheading {
    margin-bottom: 12px;
    font-weight: 700;
    color: #008080;
    font-size: 24px;
}

.boxparagraph {
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

.button-bg {
    background-color: #1a4182;
    padding: 16px 0px 16px 0px;
    border-radius: 8px;
}

.create-button {
    display: inline-block;
    background-color: white;
    border-radius: 4px;
    padding: 10px 40px;
    border: 1px solid #fff;
    text-transform: uppercase;
    color: #000 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.create-button:hover {
    background-color: #1a4182;
    color: #fff !important;
}

.top-radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
}

.bottom-radius {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: flex;
}

.red-color {
    color: #ff0036;
    text-decoration: none;
}

.li-paragraph li::marker {
    color: #008080;
}

/* Start 01-08-2025 */
.forums-search {
    padding: 7px 40px 7px 7px;
    margin: 0;
    border: 1px solid #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
}

.forums-search:focus-visible {
    outline: unset;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.forumRelative {
    position: relative;
}

.forum-search-icon {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.forum-table {
    border: 1px solid lightgray;
}

.forum-table tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.forum-ques {
    font: 600 17px / 1.2 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #000;
}

.forum-ans {
    color: #333;
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
}

.forum-user-img {
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #c4c4c4;
    width: 15px;
    height: 15px;
}

.forums-elmadavis {
    font-size: 12px;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #000;
    padding-left: 5px;
    font-weight: 600;
}

.forum-month-text {
    color: #333;
    font-size: 13px;
    line-height: 22px;
    box-sizing: border-box;
    font-weight: 500;
    margin-bottom: 0px;
}

.forum-width40 {
    width: 40%;
}

.forum-width20 {
    width: 20%;
}

.events-div-serach {
    border: 1px solid #dedede;
    width: 100%;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-items: stretch;
    position: relative;
    padding: 10px 0px;
}

.event-search {
    width: 60%;
    padding: 5px 10px 5px 40px;
    border: unset !important;
    font-size: 20px;
    border-right: 1px solid #dedede !important;
}

.event-search:focus-visible {
    outline: unset;
}

.event-search-icon {
    position: absolute;
    left: 10px;
    top: 22px;
}

.search-btn-events {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a !important;
    border-radius: 24px !important;
    padding: 5px 20px !important;
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
}

.line-with-text {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.line-with-text::before,
.line-with-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.line-with-text::before {
    margin-right: 10px;
}

.line-with-text::after {
    margin-left: 10px;
}

.event-card {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 0 !important;
    margin-bottom: 10px;
}

.events-card-img {
    border-radius: 10px 10px 0 0;
    height: auto;
    width: 100%;
}

.events-card-detail {
    padding: 10px;
}

.events-card-detail-headding {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 25px;
    margin-bottom: 10px;
}

.events-card-detail-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.events-card-detail-readmore {
    text-transform: none;
    color: #1a4182;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    border: unset;
    background: unset;
    padding: 0px;
    padding-bottom: 10px;
}

.share-detail {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 10px;
}

.whats-app-text {
    border: 1px solid #e6e6e6;
    box-shadow: none;
    padding: 4px;
    height: auto;
    margin: 0px 5px;
    max-height: inherit;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    color: #2c3338;
}

.events-card-detailHover {
    text-decoration: none;
}

.events-card-detailHover .events-card-detail-headding:hover {
    color: #ff0036;
}

.icons-div-events {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.icons-div-events a {
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
}

/* End 01-08-2025 */

/* start 04-08-2025 */
/* Single page forum */
.single-forum #bbpress-forums li.bbp-header {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.single-forum div.bbp-template-notice.info {
    border: 1px solid #e6e6e6;
    background-color: unset;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    padding: 0px 10px !important;
}

.single-forum .bbp-template-notice ul .bbp-forum-description {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    color: #333;
    background: unset;
    list-style: circle;
}

.single-forum .bbp-pagination-count {
    font: 400 13px / 16px serif;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #999;
}

.single-forum .bbp-topic-title .bbp-topic-permalink {
    background: 0 0;
    margin: 0;
    list-style: none;
    font: 500 15px / 18px serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #000;
    text-decoration: none;
}

.single-forum .bbp-topic-title .bbp-topic-meta {
    font: 400 13px / 16px serif;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #999;
}

.single-forum #bbpress-forums a,
#bbpress-forums a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.single-forum #bbpress-forums p.bbp-topic-meta span {
    font-weight: 500;
    font-size: 13px;
}

.single-forum li.bbp-footer {
    display: none;
}

.single-forum li.bbp-topic-freshness {
    text-align: right;
}

.single-forum .bbp-topic-title {
    position: relative !important;
    padding-left: 70px;
}

.single-forum .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar img {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    top: 0;
    border-radius: 50%;
    max-height: 50px !important;
    max-width: 50px !important;
}

.single-forum div.bbp-template-notice,
div.indicator-hint {
    border-width: unset !important;
    border-style: unset !important;
    padding: 0px !important;
    margin: 5px 0 15px;
    border-radius: 3px;
    background-color: unset !important;
    border-color: unset !important;
    color: #333;
    clear: both;
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
}

.single-forum .bbp-topic-freshness a {
    font-weight: 400 !important;
}

.single-forum .bbp-topic-freshness-author .bbp-author-avatar img {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
}

.single-forum .bbp-login-form {
    display: none;
}

.em-search-submit.button-primary {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a !important;
    border-radius: 24px !important;
    padding: 10px 20px !important;
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
}

.page-template-sidebar .em.pixelbones .input button.button-primary {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a !important;
    border-radius: 24px !important;
    padding: 3px 20px !important;
    height: auto !important;
    line-height: 30px !important;
    background-color: transparent !important;
}

.page-template-sidebar .em.pixelbones .input button.button-primary:hover {
    background-color: #2a2a2a !important;
    color: #fff !important;
}

.distribute-top-img-div {
    display: none;
}

.quoteimg::before {
    position: absolute;
    top: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f10d";
    color: #000;
    font-size: 44px;
}

.quoteimg {
    position: relative;
    padding-top: 40px;
}

/* End 04-08-2025 */
@media (min-width: 360px) and (max-width: 600px) {
    /* 13 Aug 2025 */

    .bp-legacy.forum-archive.bbpress .bbp-forum-topic-count {
        position: relative;
    }

    .bp-legacy.forum-archive.bbpress .bbp-forum-reply-count {
        position: relative;
    }

    .bp-legacy.forum-archive.bbpress .bbp-forum-topic-count::before {
        position: absolute;
        content: "\f15b";
        font: normal normal normal 14px / 1 FontAwesome;
        display: block;
        margin-bottom: 2px;
        transition: opacity 375ms ease-in-out;
        top: 0px;
        left: -40px;
        z-index: 10;
        font-size: 18px;
        color: #222;
        text-align: center;
        right: 0;
    }

 .bp-legacy.forum-archive.bbpress .bbp-forum-reply-count::before{
     position: absolute;
        content: "\f075";
        font: normal normal normal 14px / 1 FontAwesome;
        display: block;
        margin-bottom: 2px;
        transition: opacity 375ms ease-in-out;
        top: 0px;
        left: -40px;
        z-index: 10;
        font-size: 18px;
        color: #222;
        text-align: center;
        right: 0;
 }
    #buddypress div.item-list-tabs#subnav ul li.last {
        position: unset !important;
        margin-left: 20px;
    }

    .page-template-sidebar .em-events-list .em-event .em-item-info {
        border-top: unset !important;
    }

    .search-results .article-section .row .col-12 {
        width: 95% !important;
        margin: auto;
    }

    .mobile-search-div .search-submit {
        display: none;
    }

    .mobile-menu .menu-main-menu-container .menu-item li {
        padding: 4px;
    }

    .mobile-menu .menu-main-menu-container .menu-item a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        font-weight: 700;
        line-height: 38px;
    }

    .mobile-margin-remove {
        margin-bottom: 0px !important;
    }

    .distribute-top-img-div {
        display: flex;
    }

    .distribute-top-img-div img {
        border-radius: unset;
    }

    .mobilew-100 {
        width: 100% !important;
    }

    .quote {
        padding: 10px 10px 10px 10px;
    }

    .color-blue {
        font-size: 45px;
    }

    .Featured-article {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #Article .carousel-inner .carousel-item img {
        height: 370px;
    }

    .featured_article h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .featured_article {
        top: 50%;
        left: 15px;
        padding: 25px 8px;
        right: 6%;
        max-width: 320px;
    }

    .featured_article p {
        font-size: 13px;
        line-height: 15px;
    }

    #Article .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }

    .article-section {
        padding: 20px 0px;
    }

    .teacher-text {
        font-size: 30px;
        line-height: 40px;
    }

    .welcome-headding {
        margin-bottom: 10px;
    }

    .Collaboration-text {
        font-size: 13px;
    }

    .latest-article-section {
        padding: 20px 0px 40px;
    }

    .social-links-footer {
        display: block;
        margin-top: 25px;
    }

    .footer-followUs {
        margin-bottom: 10px;
    }

    .social-links-footer a img {
        width: 30px;
    }

    .social-links-footer a {
        margin: 0px 10px 10px 0px;
    }

    .footer_menu ul {
        margin-top: 10px;
    }

    .footer_menu ul li {
        font-weight: 500;
        font-size: 13px;
        margin-bottom: 8px;
    }

    .footer-addressul li {
        font-size: 13px;
    }

    .footer-addressul {
        margin-top: 0px;
    }

    .footer_menu {
        margin-bottom: 10px;
    }

    .hamburger {
        color: #fff;
        width: 7%;
    }

    .custom-logo-link {
        width: 75%;
    }

    .custom-logo {
        width: 100%;
    }

    .mob-show-profile-icon {
        display: block;
        width: 8%;
    }

    /* Start 01-08-2025 */
    .event-search {
        width: 25%;
    }

    .icons-div-events {
        width: 75%;
    }

    .search-btn-events {
        padding: 5px 5px !important;
    }

    /* End 01-08-2025 */

    /* Start 04-08-2025 */
    .single-forum .forum-titles .bbp-topic-title {
        width: 100%;
        padding-left: 0px;
    }

    .single-forum .forum-titles .bbp-topic-voice-count {
        display: none;
    }

    .single-forum .forum-titles .bbp-topic-reply-count {
        display: none;
    }

    .single-forum .forum-titles .bbp-topic-freshness {
        display: none;
    }

    .single-forum .bbp-body .bbp-topic-title {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .single-forum .bbp-body .bbp-topic-voice-count {
        width: 10%;
    }

    .single-forum .bbp-body .bbp-topic-reply-count {
        width: 10%;
    }

    .single-forum .bbp-body .bbp-topic-freshness {
        width: 80%;
        text-align: left !important;
    }

    /* end 04-08-2025 */

    /* Start 05-Aug-2025 */
    .page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .day {
        font-size: 18px !important;
        color: #666;
    }

    .page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .month {
        font-size: 18px !important;
        color: #666;
    }

    .page-template-sidebar #em-wrapper .em.em-view-container .em-item-image {
        width: 80px !important;
        height: 80px !important;
        margin: 10px auto !important;
    }

    .bp-legacy.forum-archive.bbpress .forum-titles .bbp-forum-info {
        width: 100%;
        padding-left: 0px;
    }

    .page-template-sidebar .em-events-list .em-event {
        flex-wrap: wrap;
    }

    .navbar #myLink {
        text-decoration: none !important;
    }

    .bp-legacy.forum-archive.bbpress .forum-titles .bbp-forum-topic-count {
        display: none;
    }

    .bp-legacy.forum-archive.bbpress .forum-titles .bbp-forum-reply-count {
        display: none;
    }

    .bp-legacy.forum-archive.bbpress .forum-titles .bbp-forum-freshness {
        display: none;
    }

    .bp-legacy.forum-archive.bbpress .bbp-body .bbp-forum-info {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .bp-legacy.forum-archive.bbpress .bbp-body .bbp-forum-topic-count {
        width: 20%;
    }

    .bp-legacy.forum-archive.bbpress .bbp-body .bbp-forum-reply-count {
        width: 30%;
    }

    li.bbp-forum-freshness,
    li.bbp-topic-freshness {
        width: 50%;
    }

    .bp-legacy.forum-archive.bbpress.bbp-body .bbp-forum-freshness {
        width: 80%;
        text-align: left !important;
    }

    .bp-legacy.topic.bbpress #bbpress-forums div.even,
    #bbpress-forums ul.even {
        width: 100% !important;
    }

    .bp-legacy.topic.bbpress .bbp-reply-header {
        padding-left: 10px !important;
    }

    .bp-legacy.topic.bbpress #bbpress-forums .bbp-body div.bbp-reply-author,
    #bbpress-forums .bbp-body div.bbp-topic-author {
        border-bottom: unset !important;
        min-height: 55px;
    }

    .bp-legacy.topic.bbpress .bbp-header .bbp-reply-content {
        visibility: hidden;
    }

    /* end 05-08-2025 */
}

@media (min-width: 576px) and (max-width: 600px) {
    .boxbg {
        height: 500px;
        padding: 10px;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .page-template-sidebar .em-events-list .em-event .em-item-info {
        border-top: unset !important;
    }

    .mobile-search-div .search-submit {
        display: none;
    }

    .mobile-menu .menu-main-menu-container .menu-item li {
        padding: 4px;
    }

    .mobile-menu .menu-main-menu-container .menu-item a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        font-weight: 700;
    }

    .mobile-margin-remove {
        margin-bottom: 0px !important;
    }

    .distribute-top-img-div {
        display: flex;
    }

    .distribute-top-img-div img {
        border-radius: unset;
    }

    .mobilew-100 {
        width: 100% !important;
    }

    .boxbg {
        height: 500px;
        padding: 10px;
    }

    .boxparagraph {
        line-height: 22px;
    }

    .hamburger {
        color: #fff;
        width: 10%;
        font-size: 2.5rem;
    }

    .custom-logo-link {
        width: 70%;
    }

    .teacher-logo {
        width: 100%;
    }

    .teacher-logo {
        width: 100%;
    }

    .mob-show-profile-icon {
        display: block;
        width: 8%;
    }

    #Article .carousel-inner .carousel-item img {
        height: 370px;
    }

    .featured_article {
        padding: 20px;
        left: 25px;
    }

    .featured_article h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .featured_article p {
        font-size: 17px;
    }

    .footer-addressul {
        margin-top: 10px;
    }

    .social-links-footer {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer_menu ul li {
        margin-bottom: 10px;
    }

    /* Start 01-08-2025 */
    .event-search {
        width: 40%;
    }

    .icons-div-events {
        width: 60%;
    }

    /* End 01-08-2025 */
}

@media (min-width: 992px) {

    .mobile-menu,
    .overlay,
    .hamburger {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .custom-logo-link {
        width: 35%;
    }

    .custom-logo-link .custom-logo {
        width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }
}

/*Start Blog Page 4-Aug-2025 */
.entry-category {
    background: #1a4182;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px;
}

.entry-category:hover {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
}

.blog-tot-circle {
    border: 1px solid #c4c4c4;
    border-radius: 50%;
}

.blog-tot-circle .blog-tot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.feb-text {
    margin-bottom: 0px;
    color: #999;
    font: 400 16px / 16px Poppins, Roboto, sans-serif;
}

.blog-team {
    font-weight: 600;
    color: #999;
    font: 400 16px / 16px Poppins, Roboto, sans-serif;
    text-decoration: none;
}

.team-strong {
    font-weight: 600;
    color: #000;
}

.team-strong:hover {
    color: #ff0036;
}

.blog-description {
    padding: 10px;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.embracing-text {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-desc-para {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}

.blog-ul {
    list-style-type: circle;
}

.report-post-button {
    padding: 5px 14px;
    border-width: 1px;
    font-size: 12px;
    line-height: 18px;
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: 500;
    text-decoration: none;
}

.comment-text {
    font-family: Poppins, Roboto, sans-serif;
    font-weight: 700;
    /*text-transform: uppercase;*/
    letter-spacing: normal;
    font-size: 17px;
    padding-top: 13px;
}

.reportBox {
    padding: 19px 19px;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.reportIco {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #ccc;
}

.reportContent {
    display: flex;
}

.reportTitle {
    font-size: 15px;
    font-weight: 500;
}

.reportTitle a {
    color: #000;
    text-decoration: none;
}

.reportsubTag {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

a.reportLink {
    color: #ff0036;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.reportText {
    padding-left: 18px;
}

.reportTag {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}

.arrowBox {
    width: 48px;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: width 375ms ease-in-out;
    top: 50%;
    position: fixed;
    /* line-height: 80px; */
    /* margin-top: -40px; */
    padding-left: 13px;
    padding-top: 25px;
    left: 0;
    right: auto;
    overflow: hidden;
}

.arrowBox.right {
    right: 0;
    left: auto;
}

.arrowBox i {
    font-size: 24px;
}

.arrowContent {
    visibility: hidden;
}

.arrowBox:hover {
    width: 450px;
}

.arrowBox:hover .arrowContent {
    visibility: visible;
    margin-top: -38px;
    margin-left: 33px;
    padding-right: 10px;
}

.arrowText {
    display: flex;
}

img.arroImg {
    width: 100px;
    height: 70px;
    margin-top: -11px;
}

.arrowTag {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding-left: 10px;
    margin-bottom: 0;
}

.leaveBtn {
    display: flex;
    justify-content: end;
    margin-bottom: 7px;
}

.leaveBtn a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-color: #ff0036;
    background-color: #ff0036;
    font-weight: 600;
    padding: 5px 13px;
    border-radius: 5px;
    text-transform: capitalize;
}

/*End Blog Page 4-Aug-2025 */

/* 05-Aug-2025 */
.snax-login-tab .g1-alpha {
    font: 600 28px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}

input#user_login {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent !important;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    text-align: justify;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
}

input#user_pass {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent !important;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    text-align: justify;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
}

.login-remember {
    text-align: left;
}

.login-remember label {
    font: 700 13px / 16px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    letter-spacing: normal;
    text-transform: none;
}

input#wp-submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0.2px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    cursor: pointer;
    font: 700 16px / 22px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out,
        color 175ms ease-in-out, padding 175ms ease-in-out;
    padding: 5px 23px;
    border: 2px;
    text-transform: capitalize;
}

input#user_login:focus-visible,
input#user_pass:focus-visible {
    outline: unset !important;
}

.snax .snax-media-upload-form .snax-load-image-from-url-area {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1em 0;
}

.snax .snax-media-upload-form .snax-load-image-from-url-area  input.snax-load-image-from-url {
    width: 100%;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
}

#snax-popup-content .login-password .snax-link-forgot-pass {
    color: #ff0036;
    margin-bottom: 20px;
    margin-top: 10px;
    text-decoration: unset;
}

#snax-popup-content .snax-form-tip-register {
    text-align: center;
    margin-top: 20px;
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
}

#snax-popup-content .snax-form-tip-register a {
    font-weight: 700;
    font-size: 15px;
    color: #ff0036;
    text-decoration: unset;
}

#snax-popup-content {
    border-radius: 4px;
}

/* Forum Css */
.bp-legacy.forum-archive.bbpress .bbp-search-form {
    width: 100%;
}

.bp-legacy.forum-archive.bbpress .bbp-search-form input#bbp_search {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    width: 100% !important;
    padding-right: 40px;
    padding-left: 20px;
    height: 36px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
}

.bp-legacy.forum-archive.bbpress .bbp-search-form input#bbp_search:focus-visible {
    outline: unset !important;
}

.bp-legacy.forum-archive.bbpress .bbp-search-form #bbp_search_submit {
    display: none;
}

.bp-legacy.forum-archive.bbpress #bbpress-forums ul.bbp-forums li.bbp-header ul.forum-titles li {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.bp-legacy.forum-archive.bbpress #bbpress-forums li.bbp-header {
    background: #1a4182;
    padding: 0px !important;
}

.bp-legacy.forum-archive.bbpress #bbpress-forums li.bbp-footer {
    display: none;
}

.bp-legacy.forum-archive.bbpress #bbpress-forums a.bbp-forum-title {
    font: 600 17px / 1.2 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #000;
}

.bp-legacy.forum-archive.bbpress #bbpress-forums .bbp-forum-content {
    font: 400 13px / 20px serif;
    font-family: Roboto, sans-serif;
    color: #333;
}

.bp-legacy.forum-archive.bbpress .bbp-topic-freshness a {
    font-weight: 400 !important;
}

.bp-legacy.forum-archive.bbpress .bbp-topic-freshness-author .bbp-author-avatar img {
    height: 20px !important;
    width: 20px !important;
    border-radius: 50%;
}

.bp-legacy.forum-archive.bbpress div.bbp-breadcrumb,
div.bbp-topic-tags {
    display: none;
}

.bp-legacy.forum-archive.bbpress .bbp-search-form {
    margin-bottom: 20px !important;
}

.snax .snax-validation-error .snax-validation-tip {
    display: block;
    color: #ff0036;
    font-size: 13px;
}

.snax .snax-validation-error .snax-validation-tip a {
    font-size: 14px;
    font-weight: 500;
    color: #ff0036;
}

.bp-legacy.topic.bbpress div.bbp-template-notice.info {
    background-color: unset !important;
    border: #e1e1e1 1px solid;
}

.bp-legacy.topic.bbpress div.bbp-template-notice.info .bbp-topic-description {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    color: #333 !important;
}

.bp-legacy.topic.bbpress div.bbp-template-notice.info .bbp-topic-description a {
    color: #ff0036 !important;
}

.bp-legacy.topic.bbpress div.bbp-template-notice.info .bbp-topic-description .bbp-author-avatar img {
    height: 25px;
    width: 25px;
    max-width: 25px !important;
    max-height: 25px !important;
    border-radius: 50%;
}

.bp-legacy.topic.bbpress div.bbp-template-notice.info .bbp-topic-description .bbp-author-name {
    font-weight: 500;
}

.bp-legacy.topic.bbpress .bbp-pagination {
    margin-bottom: 10px !important;
}

.bp-legacy.topic.bbpress .bbp-pagination-count {
    font: 400 13px / 16px serif;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #999;
}

.bp-legacy.topic.bbpress .forums.bbp-replies .bbp-header {
    background: #1a4182 !important;
    box-sizing: border-box;
    height: auto;
}

.bp-legacy.topic.bbpress .forums.bbp-replies .bbp-header div {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    box-sizing: border-box;
}

.bp-legacy.topic.bbpress .bbp-reply-header {
    padding-top: 10px;
    padding-left: 140px;
    padding-bottom: 5px;
    overflow: initial;
    background-color: unset !important;
}

.bp-legacy.topic.bbpress .bbp-reply-post-date {
    font: 600 13px / 16px serif;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    color: #999;
}

.bp-legacy.topic.bbpress .bbp-meta .bbp-reply-permalink {
    display: none;
}

.bp-legacy.topic.bbpress .topic-tag-publish .bbp-reply-author .avatar {
    border-radius: 50%;
    border: 1px solid #c4c4c4 !important;
    padding: 3px !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.bp-legacy.topic.bbpress .topic-tag-publish .bbp-reply-author .bbp-author-name {
    display: block;
    margin: 8px 0 5px !important;
    color: #1a4182;
    font: 500 15px / 18px serif;
    font-family: Poppins, Roboto, sans-serif;
}

.bp-legacy.topic.bbpress .topic-tag-publish .bbp-reply-author .bbp-author-role {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
}

.bp-legacy.topic.bbpress .topic-tag-publish .bbp-reply-content p {
    font-size: 15px;
    line-height: 28px;
    padding-right: 15px;
    color: #333;
}

.bp-legacy.topic.bbpress .status-publish .bbp-reply-author .avatar {
    border-radius: 50%;
    border: 1px solid #c4c4c4 !important;
    padding: 3px !important;
    box-sizing: border-box;
    margin: 0 !important;
}

.bp-legacy.topic.bbpress #bbpress-forums li.bbp-footer {
    display: none;
}

.bp-legacy.topic.bbpress .status-publish .bbp-reply-content p a {
    color: #ff0036 !important;
    text-decoration: unset !important;
}

.bp-legacy.topic.bbpress .status-publish .bbp-reply-content p {
    font-size: 15px;
    line-height: 28px;
    padding-right: 15px;
    color: #333;
}

.bp-legacy.topic.bbpress .status-publish .bbp-reply-author .bbp-author-name {
    display: block;
    margin: 8px 0 5px !important;
    color: #1a4182;
    font: 500 15px / 18px serif;
    font-family: Poppins, Roboto, sans-serif;
}

.bp-legacy.topic.bbpress .status-publish .bbp-reply-author .bbp-author-role {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
}

.bp-legacy.topic.bbpress .bbp-no-reply {
    display: none;
}

.core.buddypress #bp-login-widget-form {
    flex-basis: 50%;
    border: 1px solid #c4c4c4;
    box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto 30px;
}

.core.buddypress .has-text-align-center {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
}

.core.buddypress #bp-login-widget-form .login-username input,
.login-password input {
    background-color: #fafafa !important;
    border: 1px solid #d6d6d6 !important;
    font: inherit !important;
    font-size: 100% !important;
    padding: 0.5em !important;
    width: 100% !important;
    height: 36px !important;
    text-align: left !important;
    border-radius: 4px !important;
}

.core.buddypress .login-remember {
    display: flex;
    align-items: center;
}

.core.buddypress .login-remember input {
    margin-right: 10px;
}

.core.buddypress .login-submit input {
    padding: 8px 20px;
    margin: 0 !important;
    text-align: center;
    width: 100%;
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    font: 700 14px / 22px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    border: unset;
    margin-bottom: 10px;
}

.core.buddypress .login-username input:focus-visible,
.login-password input:focus-visible {
    outline: unset !important;
}

.core.buddypress .login-submit {
    margin-bottom: 15px !important;
    display: block !important;
    width: 100% !important;
}

.core.buddypress .bp-login-widget-register-link a {
    padding: 8px 20px;
    margin: 0 !important;
    text-align: center;
    width: 100%;
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    font: 700 14px / 22px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    border: unset;
    margin-bottom: 10px;
    text-decoration: unset !important;
    filter: invert(0) !important;
}

.core.buddypress .bp-login-widget-register-link {
    margin-left: 0px !important;
    margin-top: 10px !important;
}

.core.buddypress .bp-login-widget-pwd-link {
    margin-top: 10px;
}

.core.buddypress .bp-login-widget-pwd-link a {
    color: #ff0036;
    font: 400 12px / 20px serif;
    font-family: Roboto, sans-serif;
    text-decoration: unset;
}

.page-template-temp-videos .video-archive h2 {
    text-align: left;
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
}

.page-template-temp-videos .video-list .video-block .wp-video-shortcode {
    height: 320px !important;
}

.page-template-temp-videos .video-list .video-block h4 {
    font: 600 17px / 1.2 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #000;
    margin: 10px 0px;
}

.page-template-temp-videos .video-list {
    margin-bottom: 30px;
}

.sub-menu.csstodo-sub-menu {
    list-style: none;
    padding: 0px;
}

.sub-menu.csstodo-sub-menu a {
    color: #666 !important;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.sub-menu.csstodo-sub-menu a img {
    padding: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}

.sub-menu.csstodo-sub-menu .menu-item {
    padding: 5px 0px;
}

.sub-menu.csstodo-sub-menu .menu-item:last-child a {
    color: #666 !important;
}

.search-popup {
    width: 250px;
    right: -15px;
    top: 40px;
    padding: 20px 20px 20px 20px;
}

/* .search-popup .search-submit {
    display: none;
} */

.search-popup .search-submit {
  background: url("https://cdn-icons-png.flaticon.com/512/54/54481.png") no-repeat center;
  background-size: 16px 16px;
  text-indent: -9999px; /* hides the text */
  position: absolute;
    right: 30px;
    top: 18px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    border: unset !important;
    padding: 10px;
}

.mobile-logoA {
    display: none;
}

.bp-legacy.wp-singular .snax-form-frontend .snax-focused {
    box-sizing: border-box !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 60px !important;
    margin: 0 !important;
    font-size: 32px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    padding: 7px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-radius: 4px !important;
    border: 1px solid #e6e6e6;
    opacity: 0.8;
}

.bp-legacy.wp-singular .snax-form-frontend .snax-focused::placeholder {
    color: #999999;
    /* Change to your desired color */
    opacity: 0.8;
    /* Optional: ensures visibility in some browsers */
}

.bp-legacy.wp-singular .snax-form-frontend .snax-focused:focus-visible {
    outline: none;
}

.bp-legacy.wp-singular .snax-form-frontend .snax-drag-drop-info {
    color: #000;
    font: 600 19px / 1.125 Poppins, Roboto, sans-serif;
}

.bp-legacy.wp-singular .snax-plupload-browse-button,
.snax-load-form-button {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 14px !important;
    border: unset !important;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.bp-legacy.wp-singular .snax-drag-drop-buttons {
    margin-bottom: 10px !important;
}

.bp-legacy.wp-singular .snax .snax-form-frontend .snax-edit-post-row-categories select {
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}

.bp-legacy.wp-singular .snax-button-save-post {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    font-size: 10px;
    line-height: 16px;
    padding: 3px 9px;
    border-width: 1px;
    border-radius: 4px;
    font-weight: 600;
    border: unset;
}

.bp-legacy.wp-singular .snax-button-preview {
    padding: 3px 9px;
    border-width: 1px;
    font: 700 14px / 22px Poppins, Roboto, Arial, sans-serif;
    border-radius: 4px;
    border: 1px solid #ededed;
}

.bp-legacy.wp-singular .snax-button-submit-post {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 28px;
    border-width: 2px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    border: unset;
}

.bp-legacy.wp-singular .snax-hint {
    font-size: 11px;
}

/* css by juhi 5aug */
.registration #buddypress .standard-form label {
    font-size: 13px;
    margin-bottom: 0;
}

.registration .register-section input {
    width: 100% !important;
    background-color: transparent !important;
    border: 1px solid #d3d3d3 !important;
    margin-top: 5px;
}

.registration .register-section h2 {
    font-weight: 600;
    font-size: 24px;
    color: #000;
    margin-bottom: 25px;
}

.registration #profile-details-section .editfield legend {
    font-size: 13px;
    /* margin-right: 8px; */
    float: none;
    margin-bottom: 0;
}

.registration #buddypress .field-visibility-settings-toggle {
    font-size: 13px;
    color: #000 !important;
    font-style: normal !important;
    font-weight: 500;
    margin-top: 5px;
}

.registration .register-section {
    padding-top: 20px;
}

/* .registration #profile-details-section .input-options.checkbox-options {
    border: 1px solid #ccc;
    height: 220px;
    overflow-y: auto;
    margin-top: 8px;
} */

.registration #profile-details-section .input-options.checkbox-options input {
    width: auto !important;
    margin-right: 5px;
}

.registration #profile-details-section label {
    padding: 0px 0px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 0 0;
    width: auto;
}

.registration .standard-form #profile-details-section button {
    background-color: #eee !important;
}

.registration #profile-details-section .field_type_checkbox a {
    color: #e00;
    text-decoration: none;
    font-weight: 600;
}

.registration #profile-details-section .standard-form select {
    width: 100% !important;
    border: 1px solid #d3d3d3 !important;
    background-color: transparent !important;
}

.registration #buddypress .standard-form select {
    width: 100% !important;
    border: 1px solid #d3d3d3 !important;
    background-color: transparent !important;
    height: 38px;
    margin-top: 5px;
}

.registration #profile-details-section .input-options.checkbox-options label {
    margin: 0 0;
    padding: 5px 10px;
}

.registration.register.buddypress .signup-form .field_type_textbox {
    width: 45% !important;
    display: inline-block !important;
}

#basic-details-section {
    width: 30% !important;
    float: left !important;
}

#profile-details-section {
    width: 60% !important;
    padding-left: 20px !important;
    float: left !important;
}

#confirm-password-section {
    position: absolute;
    top: 650px;
    width: 20.5%;
}

.field-visibility-settings-toggle {
    display: none;
}

.register .field_type_textbox {
    display: inline-block;
    width: 47.5%;
    margin-bottom: 15px;
    padding: 0 1%;
    vertical-align: top;
}

.register .field_type_selectbox {
    display: inline-block;
    width: 47.5%;
    padding: 0 1%;
}

.register .field_661.field_type_checkbox {
    display: inline-block;
    width: 47.5%;
    padding: 0 1%;
}

.register .field_661.field_type_checkbox .checkbox-options {
    border: 1px solid #ccc;
    height: 220px;
    overflow-y: auto;
    margin-top: 5px;
}

.register #buddypress .standard-form input[type="password"] {
    margin-bottom: 0 !important;
}

.registration.register .field_670.field_type_checkbox .checkbox-options {
    position: absolute;
    left: 0;
    top: -19px;
}

.registration.register.buddypress .signup-form .editfield.field_type_checkbox fieldset {
    position: relative;
    padding-left: 20px;
}

.registration.register.buddypress .signup-form .editfield.field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions fieldset {
    position: relative;
    padding-left: 20px;
}

.comment-list {
    padding: 19px 19px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.comment-meta.mb-1 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.comment-meta.mb-1 span {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
}

.comment-text p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.comment-text p a {
    color: #000;
    text-decoration: underline;
}

.comment-reply a {
    color: #ff0036;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.bbp-search-form::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    /* background: #000; */
    /* width: 30px; */
    /* height: 30px; */
    content: "\f002";
    display: block;
    color: #fff;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #999;
    cursor: pointer;
}

.bbp-search-form {
    position: relative;
}

/* .search-popup .tooltips-search-icon {
    position: absolute;
    right: 30px;
    top: 31px;
    font-size: 14px;
    color: #999;
} */
 .search-popup .tooltips-search-icon{
    display: none !important;
 }

.menu-main-menu-container .nav.navbar-nav li {
    padding: 10px 20px !important;
}

.search-hover-wrapper i {
    color: #fff;
    font-size: 25px;
}

.search-hover-wrapper.sec {
    padding-left: 25px;
}

.page-template-sidebar .share-detail {
    display: none;
}

.page-template-sidebar .line {
    display: none;
}

.page-template-sidebar .events-card-detail-readmore a {
    color: #1a4182;
    text-decoration: unset;
}

/* login drop down */
.profileMenu {
    display: flex;
    align-items: center;
}

.profileMenu i {
    padding-right: 11px;
}

.userIco {
    color: #fff;
    font-size: 25px;
}

.logoutIcon {
    color: #ff0036 !important;
}

.award {
    color: #f90 !important;
    padding-right: 19px !important;
}

.registration.register.buddypress .signup-form .editfield.field_type_checkbox fieldset .checkbox-options {
    position: absolute;
    left: 0;
    top: -19px;
}

.registration.register .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions.required-field.visibility-adminsonly.field_type_checkbox .checkbox-options {
    position: absolute;
    left: 0;
    top: 0;
}

.registration.register .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions.required-field.visibility-adminsonly.field_type_checkbox {
    position: relative;
    margin-top: 12px;
    margin-bottom: 10px;
}

.registration.register .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions.required-field.visibility-adminsonly.field_type_checkbox legend {
    padding-left: 22px;
    padding-top: 2px;
}

.registration.register .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions.required-field.visibility-adminsonly.field_type_checkbox .option-label {
    font-size: 0 !important;
    padding: 0 0 !important;
}

.registration.register .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india.optional-field.visibility-adminsonly.alt.field_type_checkbox .checkbox-options {
    position: absolute;
    left: 0;
    top: 0;
}

.registration.register .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india.optional-field.visibility-adminsonly.alt.field_type_checkbox {
    position: relative;
}

.registration.register .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india.optional-field.visibility-adminsonly.alt.field_type_checkbox .option-label {
    font-size: 0 !important;
    padding: 0 0 !important;
}

.registration.register .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india.optional-field.visibility-adminsonly.alt.field_type_checkbox legend {
    padding-left: 22px;
    padding-top: 2px;
    margin-top: 10px !important;
}

.registration.register #field_670 label {
    padding: 5px 0px;
}

#buddypress .standard-form#signup_form div.submit {
    margin-left: 402px;
    margin-top: 30px;
    float: none;
}

.registration.register #signup_submit {
    background: #b5b5b5 !important;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    margin-top: 10px;
    border: none !important;
}

.registration.register #signup_submit.active {
    background: #ff0036 !important;
}

/* ---register page end */

/* ---profile page */
.bp-user #activity-filter-select {
    position: absolute !important;
    right: 0;
}

.bp-user #item-body ul {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
}

.bp-user #item-body #buddypress div.item-list-tabs ul li a {
    color: #222;
    padding-top: 45px !important;
}

.bp-user #item-nav .item-list-tabs {
    border: 1px solid #ccc;
}

.bp-user #item-body {
    margin-top: 35px;
}

.bp-user #item-body .item-list-tabs li a {
    color: #222;
    font-weight: 500;
}

.bp-user #item-nav a {
    padding: 75px 25px 43px !important;
    font-family: Poppins, Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #666;
    background-color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100px;
    border-right: 1px solid #ccc;
}

.bp-user #buddypress div.item-list-tabs ul {
    white-space: nowrap;
    overflow: auto;
    display: flex;
    /* background: #eeeeee; */
    padding-bottom: 2px;
    align-items: center;
}

/* Scrollbar track */
.bp-user #buddypress div.item-list-tabs ul::-webkit-scrollbar {
    height: 10px;
}

/* Background of the scrollbar */
.bp-user #buddypress div.item-list-tabs ul::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 5px;
}

/* Scrollbar thumb */
.bp-user #buddypress div.item-list-tabs ul::-webkit-scrollbar-thumb {
    background-color: #1a4182;
    border-radius: 5px;
    /*border: 2px solid #e1e1e1; /* Creates a padding effect */
}

/* Hover effect for thumb */
.bp-user #buddypress div.item-list-tabs ul::-webkit-scrollbar-thumb:hover {
    background-color: #163769;
}

/* Optional: corner (between horizontal and vertical scrollbars) */
.bp-user #buddypress div.item-list-tabs ul::-webkit-scrollbar-corner {
    background: transparent;
}


.bp-user #buddypress div.item-list-tabs ul {
    scroll-behavior: smooth;
}

.bp-user #buddypress div.item-list-tabs ul li {
    position: relative;
}

.bp-user #item-nav #activity-personal-li {
    position: relative;
}

.bp-user #item-nav #activity-personal-li::before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f478";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 10;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #xprofile-personal-li {
    position: relative;
}

.bp-user #item-nav #xprofile-personal-li::before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f007";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #notifications-personal-li {
    position: relative;
}

.bp-user #item-nav #notifications-personal-li::before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f0f3";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #friends-personal-li {
    position: relative;
}

.bp-user #item-nav #friends-personal-li::before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f500";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #invitations-personal-li-li {
    position: relative;
}

.bp-user #item-nav #invitations-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f061";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #forums-personal-li {
    position: relative;
}

.bp-user #item-nav #forums-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f075";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #events-personal-li {
    position: relative;
}

.bp-user #item-nav #events-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f784";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 10;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #snax_posts-personal-li {
    position: relative;
}

.bp-user #item-nav #snax_posts-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f15b";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #snax_items-personal-li {
    position: relative;
}

.bp-user #item-nav #snax_items-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\e494";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #mycred-history-personal-li {
    position: relative;
}

.bp-user #item-nav #mycred-history-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f1da";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav #settings-personal-li {
    position: relative;
}

.bp-user #item-nav #settings-personal-li:before {
    display: block;
    margin-bottom: 2px;
    text-align: center;
    content: "\f013";
    transition: opacity 375ms ease-in-out;
    position: absolute;
    top: 26px;
    left: 0px;
    z-index: 99999;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 27px;
    color: #666;
    text-align: center;
    right: 0;
}

.bp-user #item-nav .current.selected::before {
    color: #fff !important;
}

.bp-user #item-header {
    position: absolute;
    left: 0;
    top: 133px;
    width: 100%;
}

.bp-user #header-cover-image {
    background-color: #303030 !important;
}

.bp-user #item-nav {
    padding-top: 290px;
}

.bp-user #item-header-cover-image {
    max-width: 1320px;
    width: 90%;
    margin: 0 auto;
}

.bp-user #item-header-avatar .avatar {
    border-radius: 100%;
    border: solid 5px #fff !important;
}

.bp-user #buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.current.selected a {
    background-color: #1a4182 !important;
    color: #fff !important;
}

/* ---end profile page */

/* -----------------profile edit tab--------------- */
.bp-user.profile-edit .profile .field_name.field_type_textbox {
    display: none !important;
}

.bp-user.profile-edit .profile .standard-form.base .editfield legend {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin: 0 0 5px !important;
    display: block;
}

.bp-user.profile-edit .profile .standard-form.base .editfield input {
    width: 100% !important;
    border: 1px solid #c9c9c9 !important;
    font-weight: 400;
    font-size: 14px;
    background-color: transparent !important;
    border-radius: 5px !important;
    height: 35px;
}

.bp-user.profile-edit .profile .standard-form.base .editfield select {
    width: 100% !important;
    border: 1px solid #c9c9c9 !important;
    font-weight: 400;
    font-size: 14px;
    background-color: transparent !important;
    border-radius: 5px !important;
    height: 35px;
}

.bp-user.profile-edit .profile .standard-form.base .editfield .field-visibility-settings-notoggle {
    display: none;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_type_textbox {
    width: 33%;
    padding: 0 1%;
    display: inline-block;
    margin: 0px 0 16px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_type_selectbox {
    width: 33%;
    padding: 0 1%;
    display: inline-block;
    margin: 0px 0 20px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_grade.field_type_checkbox {
    width: 33%;
    padding: 0 1%;
    display: inline-block;
    margin: 0px 0 20px 0;
    box-sizing: border-box;
    vertical-align: top;
}

.bp-user.profile-edit .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions .checkbox-options {
    position: absolute;
    left: 0;
    top: -19px;
}

.bp-user.profile-edit .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions .checkbox-options label {
    font-size: 0;
}

.bp-user.profile-edit .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions fieldset {
    position: relative;
}

.bp-user.profile-edit .field_i-have-read-and-agreed-to-the-privacy-policy-and-terms-conditions fieldset legend {
    padding-left: 23px !important;
    padding-top: 5px;
}

.bp-user.profile-edit .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india fieldset {
    position: relative;
    margin-top: 10px !important;
}

.bp-user.profile-edit .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india .checkbox-options label {
    font-size: 0;
}

.bp-user.profile-edit .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india .checkbox-options {
    position: absolute;
    left: 0;
    top: -19px;
}

.bp-user.profile-edit .field_i-agree-to-receive-marketing-promotional-communication-from-cambridge-university-press-assessment-india fieldset legend {
    padding-left: 23px !important;
    padding-top: 5px;
}

#buddypress div.profile h2 {
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 15px;
    margin-top: -10px;
}

.bp-user.profile-edit .standard-form.base #profile-group-edit-submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 23px;
}

.bp-user.profile-edit .description a {
    color: #ff0036;
    font-weight: 600;
}

.editfield.field_tell-us-about-yourself.optional-field.visibility-public.field_type_textarea {
    margin-bottom: 20px;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_grade.field_type_checkbox .checkbox-options {
    border: 1px solid #c9c9c9;
    overflow-y: auto;
    max-height: 200px;
    border-radius: 5px;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_grade.field_type_checkbox .checkbox-options input {
    width: auto !important;
    margin-right: 6px;
}

.bp-user.profile-edit .profile .standard-form.base .editfield.field_grade.field_type_checkbox .checkbox-options .option-label {
    padding: 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
    font-weight: 400 !important;
    margin: 0 0 !important;
    display: flex !important;
    align-items: center;
}

.bp-user.change-avatar .profile p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.bp-user.change-avatar .profile p a {
    color: #e00;
}

.bp-user.change-avatar #bp-browse-button {
    background-color: #ff0036;
    border-color: #ff0036;
    border-radius: 5px;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.bp-user.change-avatar .drag-drop-inside p:nth-child(2) {
    display: none;
}

.bp-user.change-avatar .bp-avatar-nav li.current a {
    background: 0 0;
    color: inherit;
    font-weight: 600;
    opacity: 0.8;
    outline: 0;
}

.bp-user.change-avatar .bp-avatar-nav-item {
    color: #e00;
}

.bp-user.change-cover-image .profile p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.bp-user.change-cover-image .profile p a {
    color: #e00;
}

.bp-user.change-cover-image #bp-browse-button {
    background-color: #ff0036;
    border-color: #ff0036;
    border-radius: 5px;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.bp-user.change-cover-image .drag-drop-inside p:nth-child(2) {
    display: none;
}

.bp-user.change-cover-image .bp-avatar-nav li.current a {
    background: 0 0;
    color: inherit;
    font-weight: 600;
    opacity: 0.8;
    outline: 0;
}

.bp-user.change-cover-image .bp-avatar-nav-item {
    color: #e00;
}

.bp-user.profile .profile-fields {
    border: 1px solid #ccc;
    width: 460px !important;
}

.bp-user.profile .profile-fields tr {
    border-bottom: 1px solid #ccc;
}

.bp-user.profile .profile-fields tr.alt td {
    background-color: transparent !important;
}

.bp-user.profile .profile-fields tr td.label {
    font-weight: 500 !important;
    font-size: 13px;
    border-right: none !important;
    width: 48% !important;
}

.bp-user.profile .profile-fields .data p {
    font-weight: 700 !important;
    font-size: 13px;
}

table.profile-fields tr.alt td {
    color: #222 !important;
}

.bp-user.profile .bp-widget.mycred-field .profile-fields {
    border-top: none !important;
}

.my-activity #activity-stream .activity-meta .likebtn-wrapper a {
    color: #e00;
}

.my-activity #activity-stream .activity-meta .bp-primary-action {
    position: relative;
}

.my-activity #activity-stream .activity-meta .bp-primary-action::after {
    content: "\f075";
    left: 5px;
    top: 5px;
    position: absolute;
    color: #2196f3;
    font: normal normal normal 14px / 1 FontAwesome;
}

.my-activity #activity-stream .activity-meta .view.bp-secondary-action {
    position: relative;
}

.my-activity #activity-stream .activity-meta .view.bp-secondary-action::after {
    content: "\f075";
    left: 5px;
    top: 5px;
    position: absolute;
    color: #2196f3;
    font: normal normal normal 14px / 1 FontAwesome;
}

.my-activity #activity-stream .activity-meta .fav.bp-secondary-action {
    position: relative;
}

.my-activity #activity-stream .activity-meta .fav.bp-secondary-action::after {
    content: "\f004";
    left: 5px;
    top: 5px;
    position: absolute;
    color: #6ad119;
    font: normal normal normal 14px / 1 FontAwesome;
}

.my-activity #activity-stream .activity-meta .delete-activity {
    position: relative;
}

.my-activity #activity-stream .activity-meta .delete-activity::after {
    content: "\f2ed";
    left: 5px;
    top: 5px;
    position: absolute;
    color: #e00;
    font: normal normal normal 14px / 1 FontAwesome;
}

.my-activity #activity-stream .activity-meta button {
    border-radius: 3px;
}

.my-activity #activity-stream .activity-meta a.button {
    padding-left: 24px !important;
}

.my-activity .activity-avatar img.avatar {
    height: 40px !important;
    margin-left: 0 !important;
    width: 40px !important;
    background-color: #a3a0a0;
    border-radius: 100%;
    margin-right: 0 !important;
}

.my-activity .activity .activity-list .activity-content {
    margin: -7px 0 0 55px !important;
    padding: 0 0 !important;
}

.my-activity .activity ul.item-list li {
    border-bottom: 1px solid #eaeaea !important;
    padding: 15px 0 !important;
    position: relative !important;
    margin: 0 !important;
    list-style: none !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    padding: 16px 15px !important;
    margin-bottom: 15px !important;
}

.my-activity .activity ul {
    margin-top: 20px !important;
}

.my-activity .activity-header p a {
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
}

.my-activity #activity-stream .activity-meta .acomment-delete {
    position: relative;
}

.my-activity #activity-stream .activity-meta .acomment-delete::after {
    content: "\f2ed";
    left: 5px;
    top: 5px;
    position: absolute;
    color: #e00;
    font: normal normal normal 14px / 1 FontAwesome;
}

/*------------------ icons css----------------- */
.topic.topic-template-default .bbp-template-notice.info li.bbp-topic-description {
    position: relative;
    padding: 10px 0 13px 51px;
}

.topic.topic-template-default .bbp-template-notice.info li.bbp-topic-description::before {
    position: absolute;
    content: "\f0eb";
    left: 0;
    top: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #22a7f0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.events.my-events .em-input-upload .event-image {
    border: 2px dashed #898787;
    min-height: 80px;
    padding: 10px 0;
}

.events.my-events span.filepond--label-action {
    display: block;
    background-color: #ff0036;
    border-color: #ff0036;
    border-radius: 5px;
    padding: 7px 19px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-top: 10px;
}

ul.filepond--list {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.events.my-events .filepond--drop-label {
    background-color: #fff !important;
}

.close-side-bar {
    position: relative;
}

.close-side-bar::after {
    position: absolute;
    top: -7px;
    right: -200px;
    content: "\f410";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 24px;
    color: #fff;
}

.close-side-bar img {
    display: none !important;
}

/* css end by juhi */

/* 06-Aug-2025  Suraj*/
.single-post #comments .comment-respond .fw-bold {
    font-family: Poppins, Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 20px;
    color: #000;
    font-weight: 900 !important;
}

.single-post #comments .logged-in-as {
    font: 400 16px / 20px serif;
    font-family: Roboto, sans-serif;
}

.single-post #comments .logged-in-as a {
    color: #ff0036;
    text-decoration: none;
}

.single-post #comments .children {
    list-style: none;
    padding: 0px;
}

.single-post #comments .comment.even,
.comment.odd {
    padding: 10px;
    width: 100%;
    margin-bottom: 12px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}

.single-post #comments .comment-edit-link {
    color: #000;
    text-decoration: none;
}

.single-post .blog-description p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 400;
    word-wrap: break-word;
}

.single-post .blog-description ul {
    list-style: circle;
    margin-left: 30px;
}

.single-post .blog-description ul li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.single-post .events-card-detail-readmore a {
    color: #1a4182;
    font-size: 16px;
    font-weight: 600;
    text-decoration: unset !important;
}

.single-post .comment-text {
    padding-top: 0px !important;
}

.single-post .comment-text p {
    margin-bottom: 0px !important;
}

.single-post .comment-reply {
    margin-top: 0px !important;
}

.single-post .row.para-one .col-12.my-2 .my-3 {
    margin-top: 0px !important;
}

.single-post .events-card-detail .line {
    display: none;
}

.single-post .share-detail {
    display: none;
}

.single-post .event-card .events-card-img-tag img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.search-results .article-section .row .col-12 {
    margin-bottom: 12px;
    padding: 10px;
    box-shadow: none;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    width: 70% !important;
}

.search-results .article-section .row .col-12 .row.article-div {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.search-results .article-section .row .col-12 .row.article-div img {
    width: 35%;
    border-radius: 20px;
}

.search-results .article-section .row .col-12 .row.article-div .article-div-inner {
    width: 65%;
    padding: 15px 10px;
}

.search-results .article-section .row .col-12 .row.article-div .article-div-inner .read-more-article {
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
}

.search-results .article-section .row .col-12 .row.article-div .article-div-inner .latest-card-headding {
    font-size: 24px;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    border-width: 0;
    border-style: solid;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-all !important;
}

.search-results .article-section .row .col-12 .row.article-div .article-div-inner .latest-card-para {
    font-size: 15px !important;
    line-height: 22px;
    margin: 10px 0px;
    word-break: break-all !important;
}

/* 7-aug-2025 Suraj */
.page-template-sidebar .para-one .event-card .events-card-img-tag img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.page-template-sidebar .em-events-list .em-event {
    display: flex !important;
}

.page-template-sidebar .em-events-list .em-event .em-item-image {
    display: block !important;
    width: 10%;
    min-width: unset !important;
    margin-right: 2.5%;
}

.page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .day {
    font-size: 12px !important;
    line-height: 11px !important;
}

.page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .month {
    font-size: 12px !important;
    line-height: unset !important;
}

.page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date {
    min-width: unset !important;
}

.page-template-sidebar .em-events-list .em-event .em-item-info {
    width: 90%;
}

.page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder {
    max-width: 65px;
}

.page-template-sidebar .em-events-list .em-event .em-item-info .em-item-title a {
    color: #000 !important;
    font-weight: 600;
}

.page-template-sidebar .em.em-list .em-item .em-item-info .em-item-desc {
    color: #212529;
}

.page-template-sidebar a.em-event-book-now.button {
    border-color: #ff0036 !important;
    background-color: #ff0036 !important;
    color: #ffffff;
}

/* profile activity tab css suraj */
.bp-user #activity-filter-by {
    padding: 4px 7px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    border-radius: 4px;
}

.bp-user #whats-new-textarea .bp-suggestions {
    font: 400 20px / 20px Roboto, sans-serif;
    border-radius: 4px;
    border: 1px solid #999;
    padding: 10px !important;
    height: 3.2em !important;
}

.bp-user #item-body .item-list-tabs ul {
    padding-bottom: 15px !important;
}

.bp-user #item-body .item-list-tabs ul li a {
    color: #1a4182 !important;
    background-color: transparent !important;
    font-size: 15px !important;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.bp-user #item-body .activity-filter-select label {
    display: none;
}

.bp-user #item-body #aw-whats-new-submit {
    background: #ff0036;
    border-radius: 4px;
    padding: 7px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: unset !important;
}

.bp-user #item-body #whats-new-form {
    border: 1px solid #999;
    border-radius: 8px;
    padding: 20px !important;
    margin-bottom: 10px !important;
}

.bp-user #item-body #whats-new-form a img {
    border-radius: 50%;
}

.bp-user .addtoany_share_save_container {
    display: none !important;
}

/* profile notification tab */
.bp-user #item-body .item-list-tabs ul #members-order-select {
    width: 100% !important;
    text-align: end !important;
}

.bp-user #item-body .item-list-tabs ul #members-order-select form #notifications-sort-order-list {
    padding: 7px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    background-color: transparent !important;
    border-radius: 4px !important;
}

/* Invitation Tabs */
.bp-user #item-body .members-invitation-form .description {
    font: 400 14px / 20px serif;
    font-family: Roboto, sans-serif;
    color: #333;
}

.bp-user #item-body .members-invitation-form label {
    letter-spacing: normal;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.bp-user #item-body .members-invitation-form input {
    height: 36px;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
}

.bp-user #item-body .members-invitation-form textarea {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    width: 100% !important;
    height: 70px !important;
}

.bp-user #item-body .members-invitation-form p .submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    zoom: 1;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out,
        color 175ms ease-in-out, padding 175ms ease-in-out;
    font-size: 14px;
    font-weight: 700;
    border: unset;
    margin-top: 10px;
    padding: 8px 15px;
}

/* forums tabs css */
.bp-user #item-body #bbp-topic-search-form #ts {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
}

.bp-user #item-body #bbp-topic-search-form #bbp_search_submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    padding: 5px 23px;
    border-width: 2px;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    height: 36px;
}

.bp-user #item-body #bbpress-forums .bbp-search-form::after {
    content: unset !important;
}

.bp-user #item-body #bbpress-forums .entry-title {
    font-size: 21px;
    font-weight: 600;
}

.bp-user #item-body #bbpress-forums .bbp-template-notice ul {
    border-bottom: unset !important;
}

.bp-user #item-body #bbp-reply-search-form #rs {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
}

.bp-user #item-body #bbp-reply-search-form #bbp_search_submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    padding: 5px 23px;
    border-width: 2px;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    height: 36px;
}

.bp-user .search-form .search-field {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
}

.bp-user .search-form .search-submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    padding: 5px 23px;
    border-width: 2px;
    zoom: 1;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    height: 36px;
}

/* events tabs */
.bp-user #item-body h3 {
    font-size: 21px;
    font-weight: 700;
}

.bp-user #item-body .statusnotice .notice-info p {
    font-size: 14px;
}

.bp-user #item-body .statusnotice h4 {
    font-size: 18px;
    font-weight: 600;
}

.bp-user #item-body .statusnotice p {
    font-size: 14px;
}

.bp-user.events #item-body p a {
    color: #ff0036;
    text-decoration: none;
}

.bp-user.events #item-body h4 {
    font-size: 18px;
    font-weight: 600;
}

.bp-user.events #item-body p {
    font-size: 14px;
}

/* my events */
.bp-user.events #item-body .css-events-admin .em-events-admin-list form .em-button.button.add-new-h2 {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a !important;
    border-radius: 24px !important;
    padding: 10px 20px !important;
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
    margin-bottom: 30px !important;
}

.bp-user.events #item-body .css-events-admin .em-events-admin-list form a {
    text-decoration: unset !important;
}

.bp-user.events #item-body .css-events-admin .em-events-admin-list form .em-button.button.add-new-h2:hover {
    color: #fff !important;
    background-color: #2a2a2a !important;
}

/* .bp-user.my-events .css-event-form .event-form-name label{
    font-size: 16px;
    font-weight: 700;
} */
.bp-user.my-events .css-event-form h3 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-events .css-event-form .em .event-form-when .em-event-datetimes>* {
    margin-bottom: 5px !important;
}

.bp-user.my-events .css-event-form .event-editor textarea {
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px !important;
}

.bp-user.my-events .css-event-form form section {
    margin-top: 10px !important;
}

.bp-user.my-events .css-event-form .input-group {
    display: none !important;
}

.bp-user.my-events .css-event-form .event-form-bookings #event-rsvp {
    border-radius: 3px;
}

/* Location Tabs */

.bp-user.my-locations .css-location-form h3 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-locations .css-location-form .em .event-form-when .em-event-datetimes>* {
    margin-bottom: 5px !important;
}

.bp-user.my-locations .css-location-form .event-editor textarea {
    border: 1px solid #e6e6e6 !important;
    border-radius: 4px !important;
}

.bp-user.my-locations .css-location-form form section {
    margin-top: 10px !important;
}

.bp-user.my-locations .css-location-form .input-group {
    display: none !important;
}

.bp-user.my-locations .css-location-form .event-form-bookings #event-rsvp {
    border-radius: 3px;
}

/* My Booking */
.bp-user.my-bookings #item-body .css-bookings-admin h2 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-bookings #item-body .css-bookings-admin .bookings-filter .tablenav .bulkactions {
    width: 100% !important;
}

.bp-user.my-bookings #item-body .css-bookings-admin .bookings-filter .tablenav .em-bookings-table-filters {
    width: 100% !important;
}

/* Setting Tabs */
.settings.bp-user #item-body .standard-form input {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
}

.settings.bp-user #item-body .submit #submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    zoom: 1;
    font-weight: 600;
    border-radius: 4px;
}

.settings.bp-user #item-body .standard-form a {
    color: #ff0036;
    text-decoration: unset;
}

/* Email Tabs */
.bp-user.notifications #item-body .standard-form .notification-settings {
    width: 100%;
}

.bp-user.notifications #item-body .standard-form .notification-settings tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.notifications #item-body .standard-form .notification-settings tr td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.notifications #item-body .standard-form .notification-settings tr:nth-child(even) td {
    background: #f4f4f4;
}

/* profile visibility Tabs */
.bp-user.profile #item-body .standard-form .profile-settings {
    width: 100%;
}

.bp-user.profile #item-body .standard-form .profile-settings tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.profile #item-body .standard-form .profile-settings tr td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.profile #item-body .standard-form .profile-settings tr:nth-child(even) td {
    background: #f4f4f4;
}

.bp-user.profile #item-body .standard-form .profile-settings .field-visibility select {
    padding: 3px 5px;
    border-radius: 3px;
}

/* export data */
.settings.bp-user.data #item-body h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.settings.bp-user.data #item-body ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
}

.settings.bp-user.data #item-body #bp-data-export button {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    zoom: 1;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    border: unset !important;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    padding: 10px;
    transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out,
        color 175ms ease-in-out, padding 175ms ease-in-out;
}

/* history Tabs */
.bp-user.mycred-history #item-body form table {
    width: 100%;
}

.bp-user.mycred-history #item-body form table tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 10px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.mycred-history #item-body form table tr td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.mycred-history #item-body form table tr:nth-child(even) td {
    background: #f4f4f4;
}

.bp-user.events #item-body .em-event.em-item .em-item-info .em-item-title a {
    color: #ff0036;
    text-decoration: none;
}

.bp-user.events #item-body .em-event.em-item .em-item-info .em-event-meta .em-item-meta-line {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.bp-user.events #item-body .em-event.em-item .em-item-info .em-item-actions .em-item-read-more,
.em-event-book-now {
    color: #ff0036 !important;
    background: unset !important;
    border: unset !important;
    font-size: 12px !important;
    padding-left: 0;
    font-weight: 600;
}

.bp-user.events #item-body .em-event.em-item .em-item-info .em-item-desc {
    font-size: 15px !important;
    margin-bottom: 10px;
}

/* Event Default  */
.wp-singular.event-template-default .em-item-header .em-item-meta .em-event-when h3 {
    font-weight: 600 !important;
    font-size: 24px !important;
    margin: 0 0 10px !important;
    color: #000;
}

.wp-singular.event-template-default .em-item-header .em-item-meta .em-event-when .em-event-meta-datetime,
.em-icon-calendar {
    color: #000;
}

.wp-singular.event-template-default .em-event-single .em-event-content {
    padding: 20px;
    background: #f0efef;
    border-radius: 20px;
    margin: 10px 0;
    font-size: 15px;
    color: #000;
    width: 100%;
}

.wp-singular.event-template-default .em-event-single .em-event-bookings h2 {
    font-weight: 600 !important;
    font-size: 24px !important;
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}

.wp-singular.event-template-default .em-event-single .em.pixelbones a {
    text-decoration: unset !important;
}

.wp-singular.event-template-default .em.em-item.em-item-single .em-item-meta>section section {
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.wp-singular.event-template-default .em.em-item.em-item-single .em-item-meta button,
.em.em-item.em-item-single .em-item-meta .button {
    margin: 0px 0 0 !important;
}

.wp-singular.event-template-default .em-event-bookings-meta h3 {
    margin-bottom: 5px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

.wp-singular.event-template-default .em.em-item.em-item-single .em-item-meta h3 {
    font-size: calc(var(--font-size) + 5px) !important;
    text-transform: uppercase;
}

.bp-user.approved #members-filter-select #posts-filter-by #posts-format-list {
    padding: 7px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    background-color: transparent !important;
    border-radius: 4px !important;
}

.bp-user.approved #members-filter-select {
    width: 100% !important;
    text-align: end !important;
}

.bp-user.events.my-locations .css-locations-admin .em-locations-admin #locations-filter .em-button.button.add-new-h2 {
    border: 2px solid #2a2a2a !important;
    color: #2a2a2a !important;
    border-radius: 24px !important;
    padding: 10px 20px !important;
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
}

.bp-user.events.my-locations .css-locations-admin .em-locations-admin #locations-filter .em-button.button.add-new-h2:hover {
    color: #fff !important;
    background-color: #2a2a2a !important;
}

.friends.my-accoun #item-body #members-order-select #members-friends {
    padding: 7px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    background-color: transparent !important;
    border-radius: 4px !important;
}

.forum.forum-template-default .bbp-template-notice.info li.bbp-forum-description {
    position: relative;
    padding: 10px 0 13px 51px;
}

.forum.forum-template-default .bbp-template-notice.info li.bbp-forum-description::before {
    position: absolute;
    content: "\f0eb";
    left: 0;
    top: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    background: #22a7f0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.forum.forum-template-default #subscription-toggle {
    float: left !important;
}

.forum.forum-template-default #subscription-toggle a {
    background: #f90;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    border: 0;
    font-weight: 500;
    display: inline-block;
}

.my-activity .activity-comments .ac-reply-content input {
    border-color: #ff0036 !important;
    background-color: #ff0036 !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
}

.my-activity .activity-comments .ac-reply-cancel {
    border-color: #ff0036 !important;
    background-color: #ff0036 !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
}

.my-activity span.likebtn-wrapper {
    padding-top: 15px;
}

.my-activity span.likebtn-wrapper a {
    padding-left: 0 !important;
}

/* .forum.forum-template-default #bbpress-forums .bbp-breadcrumb{
    display: none !important;
} */
.bbp-breadcrumb {
    display: none !important;
}

.forum.forum-template-default #bbpress-forums #subscription-toggle {
    padding-bottom: 10px !important;
}

/* 8-aug-2025 css suraj */

.friends.my-friends #item-body #members-order-select #members-friends {
    padding: 7px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e6e6e6 !important;
    background-color: transparent !important;
    border-radius: 4px !important;
}

.home-page.home #incomplete-profile-popup .popup {
    position: absolute;
    right: 0;
}

.home-page.home #incomplete-profile-popup .popup h2 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 20px;
}

.home-page.home #incomplete-profile-popup .popup p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.home-page.home #incomplete-profile-popup .popup p a {
    color: #ff0036 !important;
    text-decoration: unset !important;
}

.category.category-articles .likebtn-wrapper a {
    color: #ff0036;
}

.category.category-articles .article-section #ajax-load-more .alm-listing .article-div .article-div-inner {
    background-color: #f9f9f9;
    padding: 15px;
    height: 290px;
}

.category.category-articles .article-section #ajax-load-more .alm-listing .article-div img {
    padding: 0px;
}

.category.category-articles .article-section #ajax-load-more .alm-listing .article-div {
    margin: 0px;
}

.category.category-articles .article-section #ajax-load-more .alm-listing .article-div .likebtn .likebtn-wrapper {
    font-size: 11px;
    font-weight: 500;
}

.search.search-no-results .article-section .no-results .page-content .search-form label .search-field {
    padding: 7px 40px 7px 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
}

.search.search-no-results .article-section .no-results .page-content .search-form label .search-field:focus-visible {
    outline: unset;
}

.search.search-no-results .article-section .no-results .page-content .search-form label {
    position: relative;
}

.search.search-no-results .article-section .no-results .page-content .search-form label::before {
    position: absolute;
    content: "\f002";
    right: 0;
    top: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
}

.search.search-no-results .article-section .no-results .page-content .search-form .search-submit {
    display: none;
}

.search.search-no-results .article-section .no-results .page-header .page-title {
    font-size: 21px;
    font-weight: 700;
}

/* 8aug css */
/* new css */
.forum.forum-template-default #bbpress-forums .bbp-template-notice.info li.bbp-forum-description a {
    color: #ff0036;
}

.forum.forum-template-default #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
    color: #ff0036;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form legend {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post #bbp_topic_title {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
    width: 100%;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form {
    margin: 20px 0px;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .wp-editor-container {
    border-radius: 4px;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form {
    border: unset !important;
    padding: unset !important;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form div p label {
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 13px;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form div p input {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
    margin-top: 5px;
    vertical-align: middle;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form div p select {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
    margin-top: 5px;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form .bbp-submit-wrapper {
    float: left;
    margin-top: 0px !important;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form .bbp-submit-wrapper #bbp_topic_submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    border: unset;
    padding: 7px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.forum.forum-template-default #bbpress-forums .bbp-topic-form #new-post .bbp-form div p #bbp_topic_subscription {
    margin-right: 5px;
}

.forum.forum-template-default #bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current,
#bbpress-forums .bbp-topic-pagination a:hover {
    opacity: 1 !important;
    color: #999 !important;
}

.forum.forum-template-default #bbpress-forum .quicktags-toolbar {
    border-radius: 8px 4px 0px 0px;
}

.topic.topic-template-default .bbp-reply-form #new-post .bbp-form {
    border: unset !important;
    padding: unset !important;
}

.topic.topic-template-default .bbp-reply-form #new-post .bbp-form legend {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 20px;
}

.topic.topic-template-default .bbp-reply-form #new-post .bbp-the-content-wrapper #wp-bbp_reply_content-editor-container {
    border-radius: 8px;
}

.topic.topic-template-default #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    border-radius: 8px 8px 0px 0px;
}

.topic.topic-template-default #bbpress-forums fieldset.bbp-form label {
    margin: 5px 0px 0px 0px;
    font-weight: 600;
    font-size: 13px;
}

.topic.topic-template-default #bbpress-forums #bbp_topic_tags {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out,
        color 375ms ease-in-out;
    height: 36px;
    margin-top: 5px;
    vertical-align: middle;
}

.topic.topic-template-default #bbpress-forums .bbp-form .bbp-submit-wrapper #bbp_reply_submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    border: unset;
    padding: 7px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.topic.topic-template-default div.bbp-submit-wrapper {
    float: left !important;
}

.events.my-bookings .postbox-container .em-form-fields img {
    border-style: none;
    background: #d9d8d8;
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

#message.bp-template-notice.error {
    position: absolute;
    right: 0;
    top: 89%;
    transform: translateY(-89%);
}

#message.bp-template-notice.updated {
    position: absolute;
    right: 0;
    top: 89%;
    transform: translateY(-89%);
}

.bp-user.my-profile .mycred-my-rank.mycred_default img {
    width: 40px;
    height: 40px;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations {
    width: 100%;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations tr td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations-options-nav {
    margin-top: 20px !important;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations-options-nav select {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    border-radius: 4px;
}

.bp-user.invitations #item-body #invitations-bulk-management .invitations-options-nav #invitation-bulk-manage {
    padding: 9px;
    background: #1a4182;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.bp-user.snax_posts #item-body #members-filter-select #posts-format-list {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    border-radius: 4px;
}

.bp-user.snax_posts #item-body #members-filter-select {
    position: absolute !important;
    right: 0;
}

.bp-user.snax_posts #snax-user-approved-posts .snax-item-box .snax-item-header .snax-item-title a {
    font-size: 21px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
}

.bp-user.snax_posts #snax-user-approved-posts .snax-item-box .snax-action-edit {
    color: #e00;
    text-decoration: none;
}

.bp-user.snax_posts #snax-user-approved-posts .snax-item-box .snax-delete-post {
    color: #e00;
    text-decoration: none;
}

.bp-user.snax_posts #buddypress div.pagination .pag-count {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.bp-user.snax_posts #snax-user-approved-posts .snax-item-meta img.avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ccc;
}

.bp-user.snax_posts #snax-user-approved-posts .snax-item-author a {
    color: #222;
    text-decoration: none;
    text-transform: capitalize;
}

.bp-user.snax_posts #snax-user-approved-posts time.snax-item-date {
    color: #e00;
}

.bp-user.events.profile #item-body .em-events-list a {
    color: #e00;
    text-decoration: none;
}

/*  */
.bp-user.my-account.events #buddypress #item-body .css-event-form .em-event-editor-section h3 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-account.events #buddypress #item-body .css-event-form .em-event-editor-section .input .event-form-bookings .event-rsvp-toggle {
    font-size: 14px;
    font-weight: 500;
}

.bp-user.my-account.events #buddypress #item-body .css-event-form .em-event-editor-section .input .event-form-bookings #event-rsvp-options .event-rsvp-options-tickets h4 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-account.events #buddypress #item-body .css-event-form .em-event-editor-section .input .event-form-bookings #event-rsvp-options .em-booking-options h4 {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bp-user.my-activity #buddypress #item-body .activity-comments ul li .acomment-avatar a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.bp-user.my-activity #buddypress #item-body .activity-comments ul li .acomment-meta {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.bp-user.my-activity #buddypress #item-body .activity-comments ul li .acomment-meta a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.bp-user.my-activity #buddypress #item-body .activity-comments ul li .acomment-content p {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.bp-user.my-activity #buddypress #item-body .activity-comments ul li .acomment-options a {
    color: #ff0036;
    font-weight: 600;
}

.bp-user.my-activity #buddypress #item-body .activity .activity-inner p strong a {
    color: #000;
    text-decoration: unset !important;
}

.bp-user.events.profile .em-events-list ul {
    border-bottom: none !important;
}

.bp-user.events.profile .em-item-info {
    padding-top: 20px;
}

.likebtn-wrapper a {
    color: #e00;
    text-decoration: none;
}

.event-template-default .pixelbones a {
    color: #222 !important;
    font-weight: 600 !important;
}

.bp-user.notifications #item-body form table tr th {
    background: #1a4182;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 13px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.notifications #item-body form table tr td {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 10px 15px;
    border: 1px solid #dedcdc;
    text-align: left;
    vertical-align: middle;
}

.bp-user.notifications #item-body form table tr .notification-description a {
    color: #222 !important;
    font-weight: 600;
    text-decoration: none;
}

.bp-user.notifications .notifications-options-nav {
    margin-top: 10px;
}

.bp-user.notifications .notifications-options-nav #notification-select {
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent;
    border-radius: 4px;
}

.bp-user.notifications .notifications-options-nav #notification-bulk-manage {
    padding: 11px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: #1a4182;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

#item-buttons {
    position: absolute;
    right: 0;
}

#item-buttons .generic-button a.friendship-button {
    background-color: #e00 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e00;
    border-radius: 5px;
}

#item-buttons .generic-button a {
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
}

.xprofile.bp-user #item-body .profile table {
    border: 1px solid #ccc !important;
}

.bp-user.forums.topics #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header {
    background: unset !important;
    border-top: unset !important;
}

.bp-user.forums.topics #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header ul.forum-titles {
    border-bottom: unset !important;
    margin-bottom: unset !important;
}

.bp-user.forums.topics #item-body #bbpress-forums .bbp-user-section .bbp-topics .bbp-body .bp_members {
    margin: unset !important;
}

.bp-user.forums.topics #item-body #bbpress-forums .bbp-user-section .bbp-topics .bbp-footer {
    display: none !important;
}

.bp-user.forums.engagements #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header {
    background: unset !important;
    border-top: unset !important;
}

.bp-user.forums.engagements #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header ul.forum-titles {
    border-bottom: unset !important;
    margin-bottom: unset !important;
}

.bp-user.forums.engagements #item-body #bbpress-forums .bbp-user-section .bbp-topics .bbp-body .bp_members {
    margin: unset !important;
}

.bp-user.forums.engagements #item-body #bbpress-forums .bbp-user-section .bbp-topics .bbp-footer {
    display: none !important;
}

.bp-user.snax_posts.approved #item-body select#posts-format-list {
    padding: 3px 8px !important;
}

.bp-user.snax_posts #subnav ul {
    padding-top: 5px !important;
}

#capabilities-submit {
    background-color: #1a4182 !important;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px 20px !important;
}

#item-nav .item-list-tabs .count {
    width: 25px;
    height: 25px;
    min-width: 25px;
    padding: 3px 3px;
    line-height: 20px;
}

.em-item-image {
 /*   width: 30px !important;
    height: 30px !important;*/
}

.em-item-image img {
    width: 50px !important;
    height: auto;
    border-bottom: none !important;
}

.bp-user.my-account .custom-breadcrumb {
    display: none;
}

.bp-user.my-account .aboutheading {
    display: none;
}

/* -------------bugs css 11th aug--------------- */
.bbp-search.forum-search .bbp-search-form {
    display: none;
}

.bbp-search.forum-search .bbp-pagination-links a {
    color: #e00 !important;
}

#bbpress-forums .bbp-pagination-links span.current {
    color: #222 !important;
}

.single.single-post .event-card.row img {
    margin: 12px 0;
    border-radius: 6px !important;
}

.line-with-text span {
    text-transform: uppercase;
}

.page-template-default.snax-page-frontend-submission .snax .snax-media-upload-form .snax-drag-drop-info+p {
    margin-bottom: 10px !important;
}

.page-template-default.snax-page-frontend-submission .snax-edit-post-row-tags ul.tagit {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 3px 8px !important;
    font-size: 14px;
}

.page-template-default.snax-page-frontend-submission .snax-button-save-post {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-template-default.snax-page-frontend-submission .snax-button-preview {
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #666;
    font-size: 11px;
    text-transform: uppercase;
}

.page-template-default.snax-page-frontend-submission .snax-button-publish-post {
    background-color: #ff0036;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0;
}

.bp-user.mycred-history .table-responsive {
    width: 100%;
    margin-top: 20px;
}

.bp-user.my-activity.my-account .activity-meta a.button:hover {
    background: transparent !important;
}

.blog-description strong {
    /*display: grid;*/
    padding: 10px 0;
    line-height: 30px;
}
.blog-description .snax.snax-post-container {
    display: none;
}

.blog-description blockquote {
    max-width: 662px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 70px 10px .5em;
    text-align: center;
    font: 300 24px / 1.25 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: .025em;
    color: #000;
}

.blog-description blockquote:before {
    display: block;
    width: 1em;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 20px;
    font-family: 'Font Awesome 6 Free';
    vertical-align: bottom;
    content: "\f10d";
    font-weight: 900;
    font-size: 40px;
}
.blog-description h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}

.blog-description h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.blog-description h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.aligncenter {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.blog-description img {
    margin: 0px 0 20px 0;
}

/* .blog-description {
    display: grid;
   white-space: pre-line;
} */

/* .blog-description strong {
    padding-top: 15px;
    padding-bottom: 5px;
} */

/* forget password */
.home-page .snax.white-popup .snax-forgot-pass-tab .g1-alpha {
    font: 600 28px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}

.home-page .snax.white-popup .snax-forgot-pass-tab p {
    font: 500 16px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}

.home-page .snax.white-popup .snax-forgot-pass-tab .snax-forgot-pass-form #forgot-user_login {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent !important;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out, color 375ms ease-in-out;
    text-align: justify;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
}

.home-page .snax.white-popup .snax-forgot-pass-tab .snax-forgot-pass-form #forgot-wp-submit {
    border-color: #ff0036;
    background-color: #ff0036;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin-right: .2px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    cursor: pointer;
    font: 700 16px / 22px serif;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out, color 175ms ease-in-out, padding 175ms ease-in-out;
    padding: 5px 23px;
    border: 2px;
    text-transform: capitalize;
}

.home-page .snax.white-popup .snax-forgot-pass-tab .snax-forgot-pass-form .snax-back-to-login-tab {
    font-weight: 700;
    font-size: 15px;
    color: #ff0036 !important;
    text-decoration: unset !important;
}

.pagination-links .page-numbers {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #222;
    padding: 5px 10px !important;
}

.page-numbers.current {
    color: #e00;
}

.bbp-pagination-links .page-numbers {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #222;
    padding: 3px 10px !important;
}

.bp-user.events.attending .mycred-show-pay {
    display: none !important;
}

#bbpress-forums .bbp-pagination-links span.current {
    color: #e00 !important;
    background: transparent;
}

.item-title a {
   color: #1a4182 !important;
   font-weight: 500;
}

.settings.bp-user #item-body .standard-form input {
    width: 375px;
    font-size: 13px;
}

.settings.bp-user .settings-input {
    margin-bottom: 8px;
}

.bp-user.forums #bbpress-forums div.bbp-search-form {
    margin-bottom: 10px;
}

.bp-user.forums.engagements #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header {
    background: #1a4182 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc !important; 
    text-align: left;
    vertical-align: middle;
    padding: 7px 10px !important;
}

.bp-user.forums.topics #item-body #bbpress-forums .bbp-user-section .bbp-topics li.bbp-header {
    background: #1a4182 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc !important; 
    text-align: left;
    vertical-align: middle;
    padding: 7px 10px !important;
}

.em.pixelbones table thead th {
    background: #1a4182 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc !important; 
    text-align: left;
    vertical-align: middle;
    padding: 7px 10px !important;
}

.em.pixelbones th:first-child {
    padding-left: 10px !important;
}

.em.pixelbones table thead td {
    padding-left: 10px !important;
}

.em .em-list-table div.table-wrap thead td.manage-column {
    background: #1a4182 !important;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    border: 1px solid #dedcdc !important; 
    text-align: left;
    vertical-align: middle;
    padding: 7px 10px !important;
}

.em.pixelbones td:first-child {
     padding-left: 10px !important;
}

#buddypress div.item-list-tabs ul li a {
    color: #1a4182;
    font-weight: 500;
}

.bp-user.profile table.profile-fields {
    max-width: 650px;
    width: 95% !important;
}

.bp-user.profile table.profile-fields td.data a {
    color: #1a4182;
}

.bp-user.snax_posts.draft  .snax-item-box .snax-item-title a {
    color: #1a4182;
}

.bp-user.snax_posts.draft .snax-action.snax-action-edit {
    color: #1a4182;
}

.bp-user.snax_posts.draft .snax-item-author strong {
    color: #222;
}

.bp-user.snax_posts.draft .snax-item-date {
    color: #e00;
}

.bp-user.snax_posts.draft .snax-item-meta img.avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #ccc;
}

.pagination-links span.paging-input input {
    width: 25px !important;
    border: 1px solid #ccc;
    color: #e00;
    text-align: center;
    border-radius: 3px;
}

.pagination-links .button {
    width: 25px !important;
    border-radius: 3px !important;
}

@media (max-width: 600px) {

    .page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .day {
        font-size: 18px !important;
        color: #666;
    }

    .page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder .date .month {
        font-size: 18px !important;
        color: #666;
    }
}

@media (max-width: 991px) {
    .registration.register #basic-details-section {
        width: 100% !important;
    }

    .registration.register #profile-details-section {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .registration.register .field_type_textbox {
        width: 100% !important;
    }

    .registration.register .field_type_selectbox {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .bp-user.profile-edit .profile .standard-form.base .editfield.field_type_textbox {
        width: 100% !important;
    }

    .bp-user.profile-edit .profile .standard-form.base .editfield.field_grade.field_type_checkbox {
        width: 100% !important;
    }

    .bp-user.profile-edit .profile .standard-form.base .editfield.field_type_selectbox {
        width: 100% !important;
    }

    .bp-user #activity-filter-select {
        position: initial !important;
    }

    .my-activity .activity ul.item-list li {
        padding: 16px 7px !important;
    }

    #item-header-content .user-nicename {
        margin-bottom: 0 !important;
    }

    .bp-user #item-nav {
        padding-top: 370px !important;
    }

    .search-hover-wrapper.mobileonly {
        margin-top: 5px;
    }

    #buddypress .standard-form#signup_form div.submit {
        margin-left: 0px;
    }

    .registration .register-section h2 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    #item-body .profile {
        width: 100%;
        overflow: auto;
        padding-top: 10px;
    }

    .my-profile.change-avatar .bp-avatar .avatars-history {
        flex-wrap: wrap;
    }

    .my-profile.change-avatar .bp-avatar .avatar-history-list {
        width: 100% !important;
    }

    .bp-user.my-account.forums #bbp-topic-search-form div {
        display: flex;
    }

    .bp-user #item-body #bbp-topic-search-form #bbp_search_submit {
        padding: 5px 14px;
        margin-bottom: 15px;
        margin-left: 8px;
    }

    #bbp-reply-search-form #bbp_search_submit {
        padding: 5px 14px !important;
        margin-bottom: 15px;
        margin-left: 8px;
    }

    #bbp-reply-search-form div {
        display: flex;
    }

    #buddypress #item-header-cover-image #item-header-avatar {
        text-align: left !important;
    }

    #buddypress div#item-header #item-header-cover-image #item-header-content {
        text-align: left;
    }

    #buddypress div#item-header-cover-image .user-nicename {
        text-shadow: none;
        color: #222;
    }

}

.bp-user .em {
    font-family: "Poppins", "Roboto", sans-serif !important;
}

.bp-user.my-account.events.my-bookings .em.pixelbones a {
    color: #1a4182 !important;
    font-weight: 600;
}

.bp-user.my-account.events.my-bookings .em.pixelbones .events-manager-bookings thead a {
    color: #fff !important;
    text-decoration: none;
}

.bp-user.my-account.events.my-bookings .em-bookings-recent.wrap {
    padding-top: 15px !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-tickets .em-booking-form-tickets {
    padding-bottom: 0px;
    padding-left: 5px;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-tickets .em-booking-form-tickets .em-tickets-spaces {
    margin-bottom: 0px !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-tickets .em-booking-form-tickets .em-tickets-spaces label {
    font-size: 15px;
    font-weight: 600 !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-tickets .em-booking-form-tickets select {
    margin-bottom: 0px !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-details {
    padding-bottom: 0px;
    padding-left: 15px;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-details label {
    font-size: 15px;
    font-weight: 600 !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-details p {
    margin-bottom: 0px !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-confirm .em-booking-section {
    padding-left: 15px !important;
}

.single.single-event .em-event-bookings .em-booking-form .em-booking-form-section-confirm .em-form-submit {
    background-color: #e00 !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: none !important;
}

.single.single-event .em.pixelbones.form {
    margin-top: -5px !important;
}

.event-card .events-card-img-tag img {
    width: 100%;
    object-fit: initial;
    border-radius: 10px 10px 0px 0px;
}

.event-card .events-card-detail .addtoany_shortcode {
    padding: 10px 0 !important;
}

.em.pixelbones a {
    color: #1a4182 !important;
}

.em-locations-admin .subsubsub {
    padding: 15px 0;
}

.em.pixelbones.em-locations-admin th {
    font-weight: 600;
}

.notification-actions a {
    color: #1a4182;
}


.article-filter-section {
    display: block;
    padding: 20px 0;
}
.article-filter-section form#sort-form {
    float: right;
}

.article-filter-section form#sort-form  select#sort-select {
    font-size: 14px;
    padding: 5px;
    border-color: lightgray;
    border-radius: 5px;
}

/* 20-Aug */
.wp-theme-cambridge-tot.single-post .post-navigation .nav-previous{
    float: left;
    width: 50%;
    text-align: left;
    position: relative;
     padding-left: 20px;
      padding-right: 20px;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-previous a{
    text-transform: none;
    letter-spacing: normal;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-previous .nav-previous-title{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-previous .nav-previous-title a{
    color: #000;
    display: block;
     font-size: 17px;
    font-weight: 600;
}

.wp-theme-cambridge-tot.single-post .post-navigation .nav-next{
    float: left;
    width: 50%;
    text-align: right;
    text-align: right;
     position: relative;
     padding-left: 20px;
      padding-right: 20px;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-next a{
    text-transform: none;
    letter-spacing: normal;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-next .nav-next-title{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-next .nav-next-title a{
    color: #000;
    display: block;
     font-size: 17px;
    font-weight: 600;
}
.wp-theme-cambridge-tot.single-post .post-navigation .nav-previous:hover a{
color: #ff0036;
}

.wp-theme-cambridge-tot.single-post .post-navigation .nav-next:hover a{
color: #ff0036;
}
.wp-theme-cambridge-tot.single-post .post-navigation .meta-nav{
   font-size: 30px;
    font-weight: 600;
    color: #ff0036;

}

/* .wp-theme-cambridge-tot.single-post span.nav-previous-title:before
 {
    position: absolute;
    content: "\f060";
    font: normal normal normal 14px / 1 FontAwesome;
    display: block;
    margin-bottom: 2px;
    transition: opacity 375ms ease-in-out;
    top: 30px;
    left: 0;
    z-index: 10;
    font-size: 18px;
    color: #ff0036;
    text-align: left;
    right: 0;
    font-weight: 700;
    cursor: pointer;
} */



.fixed-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    background: #fff;
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 0 5px 5px 0;
    transition: width 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 90px; /* collapsed width */
    z-index: 9999;
}

.fixed-nav .arrow {
    font-size: 50px;
    padding: 0 12px;
    margin-bottom: 15px;
}

.fixed-nav .title {
    opacity: 0;
    margin-left: 10px;
    transition: opacity 0.2s ease 0.15s;
    display: none;
}

.fixed-nav:hover {
    width: 330px; /* expanded width */
}

.fixed-nav:hover .title {
    display: inline;
    opacity: 1;
}

.fixed-nav.prev-post {
    left: 0;
    flex-direction: row;
    border-radius: 0 5px 5px 0;
}

.fixed-nav.next-post {
    right: 0;
    flex-direction: row-reverse;
    border-radius: 5px 0 0 5px;
}

.fixed-nav.next-post .title {
    margin-left: 10px;
    margin-right: 10px;
}
.fixed-nav .title {
    display: inline-block;
    transform: translateX(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    text-wrap: auto;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.fixed-nav.next-post .title {
    transform: translateX(20px);
}

.fixed-nav:hover .title {
    transform: translateX(0);
    opacity: 1;
}


.em.em-view-container,
.em.em-event-booking-form .em-login.size-small .em-login-buttons button, .em.em-item.em-item-single,
.em.pixelbones .pixelbones,
.wp-singular.event-template-default .em.em-item.em-item-single .em-item-meta button, .em.em-item.em-item-single .em-item-meta .button,
.em .em-search-advanced .em-search-main.em-search-main-bar, .em.em-search .em-search-main.em-search-main-bar, .em.em-search-advanced .em-search-main.em-search-main-bar,
.em-item-info
{
    font-family: "Poppins", "Roboto", sans-serif !important;
}
.em.em-list .em-item .em-item-info {
    border-left: 4px solid #1a4182;
}


/*override css by hritik  - merge later */

.page-template-sidebar .em-events-list .em-event .em-item-image {
    width: 25% !important;
    order: 1;
}
.em-item-image img {
    width: 100% !important;
}
.page-template-sidebar .em-events-list .em-event .em-item-image .em-item-image-placeholder {
    max-width: unset;
}
.page-template-sidebar .em-events-list .em-event .em-item-info .em-item-title a {
 /*   color: #000 !important;
    font-weight: 600;*/
    font-size: 22px;
}

.em.em-event-booking-form .em-booking-form .em-booking-form-section-tickets {
    display: none;
}
div#snax-register-recaptcha {
    width: 85% !important;
    padding-left: 65px !important;
    float: left !important;
    margin-top: 20px !important;
 
}


/*override css by hritik end  - merge later */

.core.buddypress .likebtn_container .likebtn-icon.lb-like-icon{
display:none !important;
}
div#snax-register-recaptcha {
    clear: both;
    width: 85% !important;
    padding-left: 65px !important;
    float: left !important;
    margin-top: 20px !important;
}
/* 28 aug-2025 */

.mfp-content .snax.white-popup .snax-forgot-pass-tab h2{
    font: 600 28px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}
.mfp-content .snax.white-popup .snax-forgot-pass-tab p{
    font: 500 16px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}
.mfp-content .snax.white-popup .snax-forgot-pass-tab .input{
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent !important;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out, color 375ms ease-in-out;
    text-align: justify;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
}
 
.mfp-content .snax.white-popup .snax-reset-tab h2{
    font: 600 28px / 1.067 serif;
    font-family: Poppins, Roboto, sans-serif;
    letter-spacing: -0.05em;
    text-transform: none;
    color: #000 !important;
    margin-bottom: 25px;
}

.mfp-content .snax.white-popup .snax-reset-tab .snax-reset-pass-form form input{
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    background-color: transparent !important;
    color: inherit;
    border-radius: 4px;
    transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out, color 375ms ease-in-out;
    text-align: justify;
    font-size: 14px !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400 !important;
}
.mfp-content .snax.white-popup .snax-reset-tab .snax-reset-pass-form form .snax-back-to-login-tab{
font-weight: 700;
    font-size: 15px;
    color: #ff0036 !important;
    text-decoration: unset !important;
}

.mfp-content .snax.white-popup .snax-reset-tab .snax-reset-pass-form form .snax-validation-error .snax-validation-tip {
    display: block;
    color: green;
    font-size: 13px;
}
/* 29-aug-2022 */
.mfp-content .snax.white-popup .snax-reset-tab .snax-reset-pass-form .reset-password-submit input[type=submit]{
    background-color: #ff0036 !important;
    font-weight: 600 !important;
    text-align: center !important;
}
#snax-popup-content .reset-pass input[type=password]{
    text-align: left !important;
}

#snax-back-to-login-tab{
    font-weight: 700;
    font-size: 15px;
    color: #ff0036 !important;
    text-decoration: unset !important;
}
#snax-popup-content .forgot-submit input[type=submit]{
    border-color: #ff0036;
    background-color: #ff0036 !important;
    color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    margin-right: .2px;
    position: relative;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    zoom: 1;
    cursor: pointer;
    font: 700 16px / 22px serif !important;
    font-family: Poppins, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 4px;
    transition: border-color 175ms ease-in-out, background-color 175ms ease-in-out, color 175ms ease-in-out, padding 175ms ease-in-out;
    padding: 5px 23px;
    border: 2px;
    text-transform: capitalize;
}
.mfp-content .snax.white-popup .snax-forgot-pass-tab .input{
    text-align: left !important;
}

/* 1-sep-2025 */

.home.page-template-default .multiselect-container.adropdown-menu li a label{
    padding-left: 40px !important;
}

.home.page-template-default .multiselect-container.adropdown-menu li a label.checkbox input{
    visibility: visible !important;
    left: 10px !important;
}
