/* customize css */
/*Sumit - This is of codes fixes the unnecessary background color issue - https://app.clickup.com/t/86cue656y*/
div.gd-author-actions.text-white  {
    background: inherit !important;
}

/* Sumit - This line of code fixes the link color in post a job page after saving draft : https://app.clickup.com/t/86cur3nqr */
.job-manager-info a {color:#fff !important;
font-weight:700;}
/*Sumit - This lines of codes fixes the Additional ticket options getting hidden issue on host an event page */
.tribe-tickets-editor-table.eventtable.ticket_list.eventForm.widefat.fixed{display:contents !important}

.tribe_sectionheader.ticket_list_container{display:grid !important;}


/* Changes the profile menu dropdown  customizations of woodmart theme */
.wd-dropdown-menu.wd-design-default .sub-sub-menu.wd-dropdown {
	left : -115% !important;
}

.wd-sub-menu li>a {
	padding-top:10px !important;
	padding-left:15px !important;
}

.wd-dropdown-menu.wd-design-default .sub-sub-menu.wd-dropdown .sub-sub-menu.wd-dropdown {
	left : -134% !important;
}

.whb-col-right .wd-dropdown-menu.wd-design-default {
	min-width: 250px !important;
}
.woodmart-nav-link .avatar {
	width:36px !important;
	height:36px !important;
	border-radius:50% !important;
}

.wd-sub-menu li:hover {
    background-color: #f2f4f5 !important;
	border-radius:6px !important;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
	margin-right:10px !important;
}
/*Sumit - This lines of codes removes padding and unnecessary border from google ads widget : https://app.clickup.com/t/86cuf80kj*/
#custom_html-17.widget{border:inherit !important;}	
/*Sumit - https://app.clickup.com/t/86cua9nk6 */
.focus:shadow-outline-blue:focus {
    box-shadow: 0 0 0 0.2rem #e3634f40 !important;
	border: 1px solid var(--bb-input-focus-border-color) !important;
}


.sm:leading-5 {
    border: 1px solid var(--bb-content-border-color) !important;
}
.hover:text-indigo-500:hover {
    color: var(--bb-primary-button-background-hover) !important;
}
.hover:text-indigo-600:hover {
    color: var(--bb-primary-button-background-hover) !important;
}
.hover:bg-gray-700:hover {
    background-color: #2B6876 !important;
}
/*Sumit - THis lines of codes fixes the venue dropdown issue on host event page - https://app.clickup.com/t/86cu1jmf2 */
.tribe-dropdown.select2-container--open .select2-dropdown--below, .tribe-ea-dropdown.select2-container--open .select2-dropdown--below {
    min-width: 400px !important;
    z-index: 1;
	max-width: 700px !important;
}
.tribe-dropdown .select2-selection--single, .tribe-ea-dropdown .select2-selection--single {
    height: 32px;
    max-width: 700px;
}
/*Sumit - This lines of codes fixes the icons issue on sharing vendors profile - https://app.clickup.com/t/86cu0ewhg*/

.dokan-izimodal-wraper .dokan-izimodal-close-btn button {
    padding: revert-layer;
    color: black;
}


.fa.fa-linkedin:before {
    content: "eddf";
}

.fa-pinterest:before {
    content: "ede5";
}

.fa-at:before {
    content: "e867";
}
/*The events Calendar - Below line of codes fixes the blackbox appearing issue on events page*/
.tribe-filter-bar .tribe-filter-bar-c-filter--accordion .tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar .tribe-filter-bar-c-filter--accordion button.tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar .tribe-filter-bar-c-filter__toggle:focus, .tribe-filter-bar button.tribe-filter-bar-c-filter__toggle:focus {
  outline: none;
}

/*Sumit - Fixes the pegmen alignment issue */
.gm-svpc{--pegman-scaleX: 1 !important;}
/*Location changer in main menu*/
#gdlm-switcher .modal-body .dropdown {
    left: 10px;
    width: 96%;
}
#gdlm-switcher .modal-body .dropdown .dropdown-menu.gdlm-location-suggestions {
    position: relative !important;
    margin-top: -2.5rem !important;
}
/*geodirectory details page tabs comments position unset*/
.geodir-tabs #comments{
	position:unset;
}
.gd-cptcat-li.gd-cptcat-li-sub-container.dropdown{
	overflow:visible !important;
}
span.bsui.gd-badge-meta {
    display: inline-block;
}


/*event filter background colour was introduced due to Nitro pack, this css was given by Bipin to remove it*/
.tribe-filter-bar button, .tribe-events-c-top-bar button, .tribe-events-c-view-selector button, .tribe-filter-bar button:focus {
    background: none !important;
    box-shadow: none;
}
/* fix crowdfunding plugin breaking the page layout */
.container {
    width: auto !important;
}

/*Fix Elementor editor */
.elementor-element-edit-mode.elementor-widget {
    background: inherit;
    border:inherit;
    border-radius: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    padding: inherit;
}

/* Following lines of code is to correct the visisbility of the error notification of the ideapush plugin subbmission form - Pooja */
.alertify-logs.left, .alertify-logs:not(.right) {
	right: 16px !important;
	left:unset !important;
}

.alertify-logs .error {
	color : #ffffff !important;
}

/* Sumit Khobragade - This line of codes cancels the Theme's default overlapping font-family "bb-icons" */

.bp-nouveau.buddyboss-theme .activity-list .activity-item .bp-share-button::before {
   
    font-family: dashicons !important;

}

/* Sumit Khobragade - This line of codes cancels the Theme's default overlapping font icon e927 */

/*.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before {*/
/*    content: "f237" !important;*/
/*}*/

/* Pooja - Listing edit linked post search field */
.geodir-page-edit .select2-container--open .select2-dropdown--below {
	margin-top:5px;
}

/* Pooja - event page loader color change */
.tribe-common .tribe-common-c-loader__dot circle {
    fill: var(--tec-color-accent-primary) !important;
    opacity: 0.8 !important;
}

/* Sumit Khobragade - This line of code changes the location icon color same to others */
#whats-new-toolbar .wb-icons {
    color: #e3634f; 
}

/* Pooja - host an event image upload info custom text */
.tribe-section-image-uploader .note {
	text-align: center;	
}

#event-prev {
	display:none;
	width:20%;	
}
.tribe-section-image-uploader .noimage {
	background : none !important;
}
.tribe-section-image-uploader .noimage .note{
	margin-top : 0 !important;
	padding-top : 0 !important;
}



/* Sumit Khobragade - This l ine of codes fixes the share icon issue in groups/feed */
/*.bp-nouveau.buddyboss-theme .activity-list .activity-item .bp-share-button::before {*/
/*    font-family: dashicons !important;*/
/*    content: "f237" !important;*/
/*}*/
/* Sumit- This line of code fixes the save &amp; checkout button visibility issue on attendee registration page */
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background: var(--bb-primary-color) !important;
}
/* Sumit - This Line of codes fixes the log out option getting hidden issue on sidepanel */
.bb-mobile-panel-inner .side-panel-menu {
    margin: 0;
    padding-bottom: 0px !important;
}

.side-panel-menu {padding-bottom:100px !important;}
.buddypanel ul.buddypanel-menu li a span:not(.count){overflow:visible !important;}

/* Custom.css code - Pooja */
ul.temple-link-product {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.temple-link-product li {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: -webkit-calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0 10px 20px;
    list-style: none;
    background-color: #fff;
    position: relative;
    padding-bottom: 80px;
    border-radius: 6px;
border:1px solid var(--bb-content-border-color);
}
.temple-link-product li:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}
.temple-link-product li a img {
  margin-bottom: 15px;
  border-bottom: 1px solid #e7e9ec;
  height: 20vh;
  object-fit: cover;
  border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width:100%;
}
.temple-link-product li a:hover {
    color: #e3634f !important;
}
.temple-link-product li a h2 {
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

/* .temple-link-product li a h2.woocommerce-loop-product__title {
	height: 5.6em;
}*/
.temple-link-product li a .woocommerce-Price-amount{
    text-align: center !important;
    display: block;
}
.temple-link-product li .add_to_cart_button{
    display: block;
    border: 0px !important;
    border-top: 1px solid #e7e9ec !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff !important;
    border: 1px solid;
    color: #e3634f !important;
    border-top-left-radius: 0;
border-top-right-radius: 0;
}
.temple-link-product li .add_to_cart_button:hover {
    background-color: #e3634f !important;
    color: #fff !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
} 

.tribe-events-calendar-list__event-row, .wpneo-listings .wpneo-listing-content, .wpneo-listing-img {
	border-radius:5px;
}
.wpneo-listing-img img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
} 
.tribe-events-calendar-list__event-row:hover, .tribe-events-pro-photo__event:hover, .geodir-listing-posts .geodir-post .card:hover {
	box-shadow: 2px 5px 17px 5px rgb(0 0 0 / 17%);
}
.tribe-events-pro-photo__event {
	background-color: #ffffff;
}
.tribe-events .tribe-events-pro-photo {
	background-color: transparent !important;
}

/* crowdfunding product page */
.woocommerce #content .wpneo-list-details div.product {
	display:block !important;
	width: auto !important;
}
@media screen and (min-width: 768px) {
	.woocommerce #content .wpneo-list-details div.product div.wpneo-campaign-single-left-info, .woocommerce #content .wpneo-list-details div.product div.wpneo-campaign-summary {
		display:block !important; 
		width: 48% ;
		min-width: auto !important;
	}
}
.wpneocf-container #primary {
	max-width:100% !important;
}

#loader-fund{  
    	position: fixed;  
    	left: 0px;  
    	top: 0px;  
    	width: 100%;  
    	height: 100%;  
    	z-index: 9999;  
	display:none;
    	background: url('/wp-content/themes/buddyboss-theme-child/assets/images/loader.svg') 50% 50% no-repeat rgb(249,249,249);  
	opacity: 0.5;
    	background-size: 10%;
}
.tribe-events-pro-photo__event-details-wrapper {
    padding: 12px 12px 24px 12px;
    display: flex;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag {
    flex: none;
    margin-right: 5px;
    width: 40px;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime  .tribe-events-pro-photo__event-date-tag-month {
    color: #f1451f;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-date-tag-datetime  .tribe-common-h4--min-medium {
    color: var(--bb-headings-color);
    font-size: 24px;
    font-weight: 700;
}
.tribe-events-pro-photo__event-details-wrapper .tribe-events-pro-photo__event-title-link {
    color: var(--bb-headings-color);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}
.tribe-events-pro-photo__event-details-wrapper  .tribe-events-pro-photo__event-title {
   line-height: 0.8;
}
#events .products {
    flex-wrap: wrap;
}
#events .products article{
    margin: 0 5px 20px 5px;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 6px;
    width: 31%;
    background-color: #fff;
}
#events .products article:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}
#events .products article img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#events .products article .tribe-events-pro-photo__event-title a, 
.temple-link-product li a h2, 
.wpneo-listings .wpneo-listing-content h4 a {
	text-transform: capitalize;
    	font-size: 18px;
    	font-weight: 700;
	line-height: var(--tec-line-height-3);
}
#events .products article .tribe-events-pro-photo__event-title a:hover, 
.temple-link-product li a h2:hover, 
.wpneo-listing-content h4 a:hover {
	color : rgb(227, 99, 79);
}
#events .products article a.tribe-events-pro-photo__event-featured-image-link {
    position: relative;
    display: block;
    height: 25vh;
    overflow: hidden;
}
#events .products article img {
    border-radius: 4px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
}

#events .temple-link-product .tribe-common-b2 {
    font-size: var(--tec-font-size-2);
    line-height: var(--tec-line-height-3);
}
@media only screen and (max-width:767px) {
    #events .products article {
        width: 100%;
        margin-bottom: 15px;
    }
    #events .products {
        flex-wrap: wrap;
    }
	#photo-contests .photo-contest-div {
		width:100% !important
	}
	#events .products article a.tribe-events-pro-photo__event-featured-image-link {
        height: 20vh;
    }
.temple-link-product li {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
}

/* Profile tab pagination */
.profile-tab-nav.woocommerce-pagination ul.page-numbers {
	justify-content: center;
	-webkit-box-pack: center;
    	-ms-flex-pack: center;
	list-style: none;
}

.bsui .nav-tabs a.nav-link.nodata.active,  .bsui .nav-tabs a.nav-link.nodata{
	color: var(--bb-alternate-text-color);
}

.single:not(.single-post) #blogs .entry-content-wrap, 
#buddypress .entry-content-wrap{
    padding: 20px 30px 25px 30px;
}
.single:not(.single-post) #blogs .entry-title,
#buddypress .entry-title {
	font-size: 1.125rem;
    	color: var(--bb-headings-color);
    	letter-spacing: -.24px;
    	line-height: 1.47;
    	margin: 0;
    	word-break: break-word;
}
.single #blogs a.entry-media.entry-img, 
#buddypress a.entry-media.entry-img {
        padding-top: 52.56%;
    	margin: 0;
}

#buddypress article.category-guest-post {
	margin-bottom:20px;
}

#photo-contests .photo-contest-div {
    display: inline-block;
    float:left;
    width: 31%;
    border: 1px solid #dee2e6;
    margin: 20px 20px 20px 0;
    padding: 20px 10px;
    background-color: #fff;
    border-radius:5px;
} 
#photo-contests .photo-contest-div:hover {
	box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}


#photo-contests .widget-contest-gallery-div {
    width: 32% !important;
    height: 32% !important;
    float: left !important;
    margin: 0 5px 5px 0 !important;
}

#photo-contests .widget-contest-gallery-div:nth-child(3) {
	margin-right:0px !important;
}
.bb-profile-grid .post .entry-title
{
	    font-size: 1.125rem;
    color: var(--bb-headings-color);
    letter-spacing: -.24px;
    line-height: 1.47;
    margin: 0;
    word-break: break-word;
	font-weight:700;
}
.bb-profile-grid .post .entry-content p {
	font-size:14px;
}

.bb-profile-grid .post-grid.bb-grid .post-date, .post-grid.bb-masonry .post-date {
	font-size:13px;
}

/* #photo-contests .widget-contest-gallery-div:nth-child(3n+3) {
	margin-right : 0 !important;
} */
#photo-contests .widget-contest-gallery-img {
	width: auto !important; 
}
#photo-contests h5{
	font-size: 1.125rem;
    	letter-spacing: -.24px;
    	line-height: 1.47;
    	margin: 0;
    	word-break: break-word;
	padding: 0 10px 20px 10px;
}
#photo-contests h5 a {
	color: var(--bb-headings-color);    	
}
#photo-contests h5 a:hover {
    color: var(--bb-primary-color);
}
#photo-contests p {
	margin-bottom:5px;
	font-size: .875rem;
    color: var(--bb-body-text-color);
    letter-spacing: -.24px;
    line-height: 1.5;
	padding:0 10px;
}
#photo-contests .photo-wrap {
	margin-top:20px;
}
/* photocontest profile tab */

.bb-profile-grid #photo-contests-user .photo-contest-div {
	width: 48%;
}
.bb-profile-grid #photo-contests-user .photo-contest-div:nth-child(2) {
	margin-right:0 !important
}

/* user */

#photo-contests-user .photo-contest-div {
    display: inline-block;
    float:left;
    width: 47%;
    border: 1px solid #dee2e6;
    margin: 20px 20px 20px 0;
    padding: 20px 10px;
    background-color: #fff;
    border-radius:5px;
} 
#photo-contests-user .photo-contest-div:hover {
	box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}
#photo-contests-user .widget-contest-gallery-div {
    width: 100% !important;
    height: 100% !important;
    float: left !important;
    margin: 0 5px 20px 0 !important;
}
#photo-contests-user .widget-contest-gallery-div a {
	display: inline-block;
    	float: left;
    	margin-right: 12px;
}

#photo-contests-user .widget-contest-gallery-img {
	width: 100px !important; 
}
#photo-contests-user h5{
	font-size: 1.125rem;
    	letter-spacing: -.24px;
    	line-height: 1.47;
    	margin: 0;
    	word-break: break-word;
	padding: 0 10px 20px 10px;
}
#photo-contests-user h5 a {
	color: var(--bb-headings-color);    	
}
#photo-contests-user h5 a:hover {
    color: var(--bb-primary-color);
}
#photo-contests-user p {
	margin-bottom:5px;
	font-size: .875rem;
    color: var(--bb-body-text-color);
    letter-spacing: -.24px;
    line-height: 1.5;
	padding:0 10px;
}
#photo-contests-user .photo-wrap {
	margin-top:20px;
	margin-left: 10px;
}



.dokan-product-date-filter .dokan-form-group button.dokan-btn {
	color:#ffffff !important;
}

#content div.product .flex-control-thumbs .slick-arrow i {
	line-height : 0;
}

#wfls-prompt-overlay {
	z-index : 9;
}

#wfls-token {
	padding-left : 10px;
}

#wfls-remember-device {
	width:16px;
	height:16px;
}

#gd-single-tabs-content #groups h3 {
	font-size: 28px;
    color: var(--bb-headings-color);
	font-weight: 700;
}
/* job tab in listing - Pooja */
#jobs ul.job_listings li.job_listing a {
	padding:20px;
}
#jobs ul.job_listings li.job_listing {
	margin:10px 0;
}

/* roles &amp; responsbility Table style - Pooja */

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: 5px !important;
}

.member-management {
	margin-bottom:30px;
}
.member-management .field_wrapper .row-new {
	margin-bottom:20px;
	border:1px solid #ced4db;
	padding: 20px;
	border-radius : 0.25rem;
}

.member-management .select2.select2-container.select2-container--default {
	width: 83% !important;
}
.member-management .add_button {
	border: 1px solid #e3634f;
	border-radius : 0.25rem;
	padding: 10px;
}
.member-management .remove_button {
	padding: 5px 10px;
	font-size: 13px !important;
	margin-top: 20px !important;
	border-radius:6px;
}
.member-management .field_wrapper div.col-sm-10 {
	padding-left:0 !important;
	padding-right:0 !important;
}
.member-management .field_wrapper div.col-sm-10 input{
	width:100%;
}
.member-management .date-input {
	background-color:#ffffff !important;
	margin-bottom:6px !important;
}

#geodir-add-listing-submit {
    position: absolute;
    bottom: 14px;
    display: inline-flex;
    left: 10%;
}

#geodir-add-listing-submit label.col-sm-2.col-form-label {
    width: 0;
    margin: 0;
    padding: 0;
    display: none;
    visibility: hidden;
}
#geodir-add-listing-submit .col-sm-10 {
    flex: 0 0 100%;
    max-width: 100%;
}
#geodir-add-listing-submit  a.geodir_preview_button {
    display: inline;
}

.linked-members {
	border-radius:10px;
}
.linked-members table {
	border-collapse: unset !important;
}
.linked-members thead {
			background-color:#dddddd;
		}
.linked-members table tr:hover { 
	box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
}
.linked-members table tr.ui-state-default {
	background:none !important;
}


.bp-profile-wrapper .linked-members table tr td {
color: var(--bb-body-text-color);
	font-size:14px; 
}

.linked-members table tr td {
color: var(--bb-body-text-color);
	font-size:.875rem;
}
.linked-members table tr td a {
color: var(--bb-primary-color) !important;
}

.linked-members table tr td .tooltiptext {
	text-shadow:0 0 black;
}

.linked-members table tr td .tooltiptext a {
	color:#ffffff !important;
	text-decoration:underline !important;
}


.tooltip2 i {
    border: 1px solid var(--bb-headings-color);
    color: var(--bb-headings-color);
    font-size: 6px;
    text-align: center;
    line-height: normal;
    padding: 2px 4px;
    border-radius: 51%;
    vertical-align: super;
    margin-left: 5px;
}
.tooltip2 {
    position: relative;
    display: inline-block;
}
.tooltiptext {
    visibility: hidden;
    width: 500px;
    background: rgba(var(--bb-tooltip-background-rgb),.95);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
}

.tooltip2:hover > .tooltiptext {
	visibility: visible;
}
@media screen and (max-width: 991px) {
#photo-contests .photo-contest-div {
		width:100% !important
	}
	.tooltiptext { 
			width:160px;
	}	
	
.member-management .select2.select2-container.select2-container--default {
	width: 100% !important;
}
}
@media screen and (max-width: 1120px) {
	 #photo-contests-user .photo-contest-div {
		width:100% !important
	}
	#buddypress a.button.button-create {
     margin-bottom:20px;
}
#events .products article a.tribe-events-pro-photo__event-featured-image-link {
    height : 20vh;
}
}
@media screen and (min-width: 991px) {
body.geodir-page-single.has-sidebar .buddypress-wrap .grid.bp-list.groups-list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
	body.geodir-page-single.has-sidebar .buddypress-wrap .official-groups.grid.bp-list.groups-list>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media screen and (max-width: 767px) {
.woocommerce table.woocommerce-orders-table.shop_table thead {
    display: none;
}
.woocommerce table.woocommerce-orders-table.shop_table td {
    display: block;
}


}

/** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/

.envato-block__preview{overflow: visible;}

/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
	text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
	margin-top: 0;
}

.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.envato-kit-141-bottom-0 p {
	margin-bottom: 0;
}

.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	margin-bottom: .5rem;
}

.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
	padding-bottom: 52px;
}

.envato-kit-141-display-inline {
	display: inline-block;
}

.envato-kit-141 .elementor-slick-slider ul.slick-dots {
	bottom: -40px;
}

/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/




/** Change the Background of the Woocommerce store notice: Tarak **/

.woocommerce-demo-store .demo_store
{background-color: #8A2414}


/* remove duplicate list of my account backed-campaigns, pledges-received table - Pooja */
.woocommerce-MyAccount-content .wpneo-content:nth-child(3) {
	display:none;
}

/* change invoice listing table - Pooja */
table.getpaid-user-invoices.wpi_invoice, table.getpaid-user-invoices.wpi_invoice th, table.getpaid-user-invoices.wpi_invoice td, .getpaid-subscriptions .table, .getpaid-subscriptions .table thead th, .getpaid-subscriptions .table tbody td {
	font-size:13px;
	color:var(--bb-body-text-color);
	background-color: var(--bb-content-background-color);
	border-bottom: 1px solid var(--bb-content-border-color) !important;
	border: 1px solid var(--bb-content-border-color) !important;
	border-radius: var(--bb-block-radius);
}

.wpneo-responsive-table table.stripe-table td {
	padding : 10px 0 !important;
}

.wpinv-history-class .table-responsive, .getpaid-subscriptions {
		border-radius: var(--bb-block-radius);
}


table.getpaid-user-invoices.wpi_invoice td a.btn{
	font-size:13px;
}

/* My account left sidebar width - Pooja */
.woocommerce .woocommerce-MyAccount-navigation {
	width:270px !important;
}

/* affiliate dashboard menu icons */
a#home_nav_item svg {
	display:none;
}
a#home_nav_item svg {
	display:none;
}
a#home_nav_item:before {
    content: 'ee3a';
    font-size: 24px;
    font-family: bb-icons;
    font-variant: no-common-ligatures;
    font-style: normal;
    margin-right: 0.75rem;
		font-weight:400;
} 



body.buddypress.activation.login-split-page .login-split{
    position: absolute;
}
body.buddypress.activation.login-split-page .bb-grid{
    min-height: 600px;
}
body.buddypress.activation.login-split-page #primary{
    padding-top: 80px;
}
body.buddypress.activation #page {
    margin: 0;
}

/* Hide the change location label icon */
.menu-item i.fas.fa-map-marker-alt {
    display: none;
}

/* WP Editor button color normal */
.wp-editor-wrap button, .tribe-events-l-container button {
    background-color: initial;
}
/*#wpneofrontenddata input[type="button"], */
/*#wpneofrontenddata input[type="button"]:hover, */
/*.wp-editor-tabs button:hover {*/
/*    color: initial;*/
/*    background: initial;*/
/*}*/
button#insert-media-button {
    color: #2271b1 !important;
    border: 1px solid #2271b1 !important;
    background: #f6f7f7 !important;
}

/* Hide shortcode generator from frontend WP Editor */
.sd-lable-shortcode-inserter {
    display: none;
}

.wp-editor-wrap input[type="button"] {
    background-color: #666;
}
/* Add event form design changes */
/*.tribe-community-events {*/
/*    border: 1px solid #e7e9ec;*/
/*}*/
/* Add event tickets list hiding buttons behind table fixed */
#event_tickets #tribe_ticket_list_table {
    position: relative;
}
/* Email in listing detail page going out of box fixed */
#secondary .geodir-field-email a {word-break: break-all;}

/* Opening hours stick on the sidebar top fix */
.geodir_post_meta.geodir-field-business_hours {
    position: unset;
    max-height: none;
    width: auto;
    padding: .75rem 1.25rem;
    font-size: 12px;
}
/* Save to a list button design to look similar to other buttons on sidebar */
#secondary .bsui .gd-badge-meta .badge {
    padding: 0.45rem 1.2rem;
    font-size: 1rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    position: relative;
    font-weight: normal;
}
/* Show/hide map on the page sidebar for purohit listing map */
#secondary #text-2 {display:none;}
body.page-id-1605 .elementor-widget-sidebar #text-2 {display:block !important;}
body.page-id-1605 aside#gd_map-10 {
    display: none;
}


/* Ninja form dropdown design issue fix */
.nf-form-content .listselect-container .list-select-wrap .nf-field-element>div {
    border: 0;
    background: unset;
    padding: 0;
    margin: 0;
    height: 42px;
    z-index: 2;
    max-width: 40px;
    margin-left: auto;
}

.nf-form-content .listselect-container .list-select-wrap .nf-field-element>div:after {
	height: 46px;
	font-size: 12px;
}

.nf-form-content .listselect-container .list-select-wrap .nf-field-element select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-progress-appearance: auto;
}

.nf-form-content .listselect-container .list-select-wrap .nf-field-element>div {
    display: none;
}

/* Sidepanel not scrolling till logout menu item */
.side-panel-inner {
    height: -webkit-calc(100% - 164px);
    height: calc(100% - 164px) !important;
}

/* Brandcolor for photo contest menu bar */
ul.pcmenu.full-width.dark-orange {
    background: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}
/* Chatbox overlap with insert image button in fundraise page */
body.page-id-519 #fc_frame,
body.page-id-519 #launcher-frame {
    display: none !important;
}
/* View button in crowdfunding dashoboard page was not visible */
.button.wpcf-order-view {
    color: #fff;
}


/* The registration form was right alligned.. so the buddyboss support team gave this code*/
@media screen and (min-width: 800px){
    .registration.buddypanel-open .site {
        margin-left: 68px;
    }
}

/* Search result Page of the theme, sidebar CPT icons, as provided by Rahul 
#buddypress .bp-search-results-wrapper .bp-navs .cpt-gd_temples a:before {
    content: "f6ae";
}
#buddypress .bp-search-results-wrapper .bp-navs .cpt-gd_purohit a:before {
    content: "e965";
}
#buddypress .bp-search-results-wrapper .bp-navs .cpt-gd_vendor a:before {
    content: "e965";
}
#buddypress .bp-search-results-wrapper .bp-navs .cpt-bp_doc a:before {
    content: "e965";
}
#buddypress .bp-search-results-wrapper .bp-navs .cpt-gd_place a:before {
    content: "e965";
}
#buddypress .bp-search-results-wrapper .bp-navs .cpt-attachment a:before {
    content: "e965";
}
*/

/** BuddyBoss gave me this to make the profile menu secondary menu vertical scrollable **/
@media(max-height: 900px) {
    
    .wrapper.ab-submenu {
        max-height: 29vh !important;
        margin: 0;
      
    }
/*Sumit - This lines of codes fixes the sub meniu item scroll issue on profile dropdown menu. Clickup id- #85zt6vtkk*/
.header-aside .wrapper li .wrapper {
    overflow-y: auto;
    overflow-x: hidden !important;
}
}	
/* Add some space above description of edit An Approximate Location field */
.buddypress-wrap .profile.edit .editfield.field_location .description {
    margin-top: auto;
}

/* Submenu not visible on guest post page */
body.category-guest-post .primary-menu.bb-primary-overflow {
    overflow: visible;
}
body.category-guest-post .primary-menu.bb-primary-overflow .menu-item-has-children:not(.hideshow):after {
    opacity: 1;
}


/* Sumit Khobragae provided this code to change the look and feel of the button on the repeater field of the profile details, like education, job etc */
/* This line of codes fix alighnment of + icon */
#btn_add_repeater_set .dashicons {
    margin-right: 7px;
    margin-top: 10px;
}
/* This line of codes fix the color issue of button */
#buddypress .standard-form button.outline, #buddypress .standard-form button.outline:hover {
    border-color: #e3634f;
    background: #e3634f;
    color: white;
}



/* BuddyBoss Support gave this custom code to let the Profile DownDown open up on Hover of Mouse */
.user-wrap.user-wrap-container:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}	

/*Sumit Khobragae provided this code to fix the background color of add calender text */
.tribe-common button {
    background-color: #fdfdfd00 !important;}

/*Sumit Khobragae provided this code it fixes the active icon color issue */

.tribe-events .tribe-common-c-svgicon {
    color: inherit !important;}

/* Sumit Khobragae provided this code it fixes the add calendar text positioning */

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text {
    cursor: pointer;
    margin-top: -5px !important;
}

/* Sumit - This line of code fixes the button visibility issue in campaign details back campaign button */
.wpneo_donate_button { background: #e3634f !important;}
.wpneo_donate_button:hover { background: #e3ad4f !important;}		



/* Sumit Khobragade- This line of code changes the button colors from black to orange on add events page */
.tribe_community_edit #tribe-add-exclusion, .tribe_community_edit .button, .tribe_community_edit .button-primary, .tribe_community_edit .button-secondary, .tribe_community_edit .tribe-add-recurrence.tribe-button, .tribe_community_edit .tribe-button, .tribe_community_list #tribe-add-exclusion, .tribe_community_list .button, .tribe_community_list .button-primary, .tribe_community_list .button-secondary, .tribe_community_list .tribe-add-recurrence.tribe-button, .tribe_community_list .tribe-button  {
    background: #e3634f;
    border-color: #e3634f;
}
.tribe_community_edit #tribe-add-exclusion:hover, .tribe_community_edit .button:hover, .tribe_community_edit .button-primary:hover, .tribe_community_edit .button-secondary:hover, .tribe_community_edit .tribe-add-recurrence.tribe-button:hover, .tribe_community_edit .tribe-button:hover, .tribe_community_list #tribe-add-exclusion:hover, .tribe_community_list .button:hover, .tribe_community_list .button-primary:hover, .tribe_community_list .button-secondary:hover, .tribe_community_list .tribe-add-recurrence.tribe-button:hover, .tribe_community_list .tribe-button:hover  {
    background: #CB5435;
    border-color: #CB5435;
}


/*Sumit - This line of codes fixes the fileds visibility issue on crowd funding campaigns form page */

#wpneofrontenddata .wpneo-fields input[type=email], #wpneofrontenddata .wpneo-fields input[type=number], #wpneofrontenddata .wpneo-fields input[type=text], #wpneofrontenddata .wpneo-fields select, #wpneofrontenddata .wpneo-fields textarea {
    border: 1px solid #eee;
    background: white !important;
}

/* Sumit - This line of codes fixes the upload files option visibility issue while uploading media from crowd funding campagin form */
.media-router .media-menu-item { color: #2271b1 !important; }

/*Sumit Khobragade -  This line of code adds up left margin to search and location icon */
.bsui .bg-transparent {
    background-color: transparent !important;
    margin-left: 9px !important;
}

/* Sumit Khobragade - This line of codes adds the hover effect to the update basket and apply coupon button color issues while checkout of products */

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions .button:hover {
    color: #fff;
    background: #b21f02 !important;
}
/* Sumit Khobragade - This line of codes fixes the save post save draft button alignment issues in guest blog page */
.fpsm-field input[type="submit"] {
    line-height: 35px;
}

/* Sumit Khobragade - This line of codes fixes the page appereance issue of helpie settings page */
body .helpie-single-page-module {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100% ;
}

/* Sumit Khobragade -  This line of codes fixes the Text color  issue of helpie wiki page */
.helpie-frontend-stats-section .single-stat .stat-col span.count {
    color: #ffffff;
}
/*Sumit Khobragade -  This line of  codes adds up space between icons and texts */
.bsui .pl-4, .bsui .px-4 {
    padding-left: 2.8rem !important;
    padding-top: 0.3rem;
}	

/* Sumit Khobragade - This line of codes fixes the edit box visual buttons background issue in guest blog post page */
.wp-editor-wrap input[type="button"] {
    background-color: #FFF;
}

/* Sumit Khobragade - This line of codes fixes the update basket and apply coupon button color issues while checkout of products */
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .actions .button {
    color: #fff;
    background: #e3634f !important;
}

/* Sumit - This Line of codes fixes the active gender icon issue on photocontest page */
.p-form-modern-slateGray .p-check-next:checked + .p-check-container .p-check-icon .p-check-middle, .p-form-modern-slateGray :checked ~ .p-check-icon .p-check-middle {
    color: #e3634f;
}

.p-form-modern-slateGray .p-check-block:after {
    background-color: #e3634f;
}

/* Sumit - This line of codes fixes Add new campaign button alignment issue on my crowdfunding dashboard page */
.wp-crowd-new-campaign {
    float: right;
    margin-top: 16px;
}

/* Sumit - This Line of codes fixes the alignment issue of search button on my crowdfunding dashboard page */
.wp-crowd-btn-primary{margin-top: -5px;}

/* Sumit - This Line of codes fixes event description button color issue on submit event page */
.wp-core-ui .quicktags-toolbar input.button.button-small {color: #e3634f;}
.wp-core-ui:hover .quicktags-toolbar:hover input.button.button-small:hover {color: white;}	

/*Sumit - This line of code fixes text style box background color issue on create a discussion forum page */
#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button, .buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button, .medium-editor-toolbar .medium-editor-toolbar-actions button {
    color: #e3634f;
    background: white;
    border: #e3634f;
}


.medium-editor-toolbar .medium-editor-toolbar-actions {
    background: #e3634f;
    border-radius: 0px !important;
    height: 44px;
    padding: 0;
}

/*Sumit - This line of code fixes text style box button active color issue on create a discussion forum page */
.medium-editor-toolbar li button:hover {
	background: #e3634f !important;
	color: white !important;}
/* Sumit - This Line of codfes fixes th alignment issue of placeholders on create a discussion forum */	
.medium-editor-placeholder:after{margin-top: -8px;}

fieldset.bbp-form .bbp-submit-wrapper .button.submit{margin-left: 1px;}	

/*Sumit - This line of codes fixes the question mark appearing instead of mouse icon issue on vendor dashboard page */
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a{ cursor: pointer;}

/*Sumit - This line of codes fixes the search button alignment  issue on vendor dashboard page */

.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name='product_listing_search'] {
    float: right;
    padding-bottom: 10px;
    margin-top: 1px;
}

/*Sumit - This line of codes fixes the Filter button color issue on vendor dashboard page 
input[type='submit'].dokan-btn, a.dokan-btn, .dokan-btn { color: inherit;} */

/*Sumit - This line of codes fixes the Add Media  button border color issue on crowdfunding campaign form page */
.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: #2271b1;
    border-color: inherit !important;}
/* Sumit - This line of codes fixes the missing social icons issue on contest form pages */   
.elementor-widget-container .fa:before, .elementor-widget-container .fas:before {
    font-family: inherit;
}
/* Sumit - This line of codes fixes the Submit button marghin issue on contest form pages */  
.modern-p-form .p-bordered .p-buttons {
    margin-bottom: 7px;
}
/* Sumit - This line of codes fixes the toolbar visual apperance issue on edit my profile page */
#buddypress .standard-form .html-active .button {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: -1px 12px 0 0 !important;
}

#buddypress #profile-edit-form .quicktags-toolbar {
    padding-left: 9px;
}

/* Sumit - This line of codes fixes visual apperance issue of editor tool box on edit profile > details */
.mce-container, .mce-container *, .mce-widget, .mce-widget * {
    margin-bottom: -2px !important;
}

#buddypress .standard-form button.wp-switch-editor {
    padding: 1px 12px;
}

#buddypress #profile-edit-form .quicktags-toolbar {
    min-height: 41px !important;
}
#buddypress #profile-edit-form .wp-editor-container .mce-ico {
    color: inherit;
}
.buddypress-wrap .standard-form input:not(.button-small), .buddypress-wrap .standard-form textarea {
        margin-bottom: 20px;
}
/* Sumit - This line of codes fixes the underline issue on near location page home > change location */
.bsui a:hover {
    text-decoration: none;
}
/* Sumit - This line of codes fixes the text and icon overlapping issue on Home > change location page */
.bsui .form-control-sm {
    padding: .25rem 2rem;
}
/* Sumit - This line of code fixes the hover color effect problem on guest blog form */
.wp-core-ui:hover .quicktags-toolbar:hover input.button.button-small:hover {
    color: #e3634f;
}

/* Sumit - This line of code fixes the Margin issue  on guest blog form */
.mce-container, .mce-container *, .mce-widget, .mce-widget * {
    margin-bottom: 1px !important;
}

/* Sumit - This line of code fixes the Delete Button Padding issues  on guest blog form */
.fpsm-file-preview-column input.fpsm-media-delete-button {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
}	
/* Sumit - This line of codes fixes the set feature image button visibility issue while uploading image on article publishing age */
.wp-core-ui .button-primary {
    color: #fff !important;
}	
.betterdocs-live-search .betterdocs-searchform .search-submit{padding-top:8px;}	
/* Sumit - This line of codes fixes the Submenu Dropdown Vanishing issue on crowdfunding Dashboard */
.wpneo-listings-dashboard .overlay { z-index: 0 !important;}

/* Sumit Khobragade: This Line of codes fixes the Name, email and Description box width issue of product enquiry tab on shop page */
#dokan-enq-message.form-control{width:100% !important;}
#name.form-control{width:100% !important;}
#email.form-control{width:100% !important; margin-top:8px; margin-bottom:8px;}


/* Sumit Khobragade : This line of code fixes the non-required border issue on seller support ticket Replies Box */
.dokan-dss-panel-default .dokan-dss-panel-body .comment-respond {
    border: 0px!important;
}
/* Sumit Khobragade : This line of code ads the paddin on  seller support ticket Replies Box */
.dokan-dss-panel-default .dokan-dss-panel-body {
    padding: 16px !important;
}
/* Sumit Khobragade : This line of code fixes padding and margin  issue of heading on seller support ticket Replies Box */
.dokan-dss-panel-default .dokan-dss-panel-heading {
    margin-bottom: -37px !important;
    padding: 16px !important;
}	
/* Sumit Khobragade - This line of code fixes the related products padding issues */
.crowdfunding_wrapper{padding:16px !important;}
/* Sumit Khobragade - This Line of codes fixes the related products buttons margin and alignment issues */
.woocommerce li.product a.button {
   overflow: visible !important;
}	
/* Sumit - This line of codes fixes the edit attendee info text margin issues on checkout page of events tickets */
.tribe-checkout-backlink{margin-right:30px;}
/* Sumit -This line of codes fixes get tickets button color issue on add events tickets */
.tribe-common-c-btn.tribe-common-c-btn--small.tribe-tickets__tickets-buy{background:#e3634f !important;}
/* Sumit -This line of codes fixes checkout now  button color issue on add events tickets */
.tribe-tickets__attendee-tickets-submit.tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit{background:#e3634f !important;}
/* Sumit Khobragade - This line of codes fixes the unncessary tab bar issue in crowdfunding campaign details page */
.wpneo-tab-content{padding:0px !important;}
/* Sumit Khobragade - This line of codes fixes background color  issue of reviews tab in crowdfunding campaign details page */
.woocommerce-Reviews{padding:15px !important;background: #f3f5f7;}
/* Sumit Khobragade - This line of codes fixes background color  issue of Updates tab in crowdfunding campaign details page */
ul.wpneo-crowdfunding-update {
    padding: 15px;
    background: #f3f5f7;
}
.wpneo-tab { background: #f3f5f7;}
/* Sumit Khobragade - This Line of codes adds the hover effect to profile dropdown menu items */
.user-wrap.menu-item-has-children:hover #header-my-account-menu a:hover{background:#f2f4f5 !important;}	
/* Sumit Khobragade - This line of codes fixes the button color issue on photo contest page */
.pc-btn{background:#e3634f !important;}
/* Sumit - This line of codes remove the unwanted white box issue from photo contest page */
.photo-contest{background: inherit;}
/* Sumit - This line of codes adds the border radius to submit button on photo contest form */
.modern-p-form .p-buttons .pc-btn {
    border-radius: 5px;
}
/* Sumit - This Line of code fixed the menu panel background color of photo contest page */
ul.pcmenu.full-width {
    background: #e3634f !important;
}
/* Sumit - This Line of code fixes the hover menu panel text color on photo contest page */
.pcmenu.orange li:hover{
    background-color:#e3ad4f !important;
}
/* Sumit - This Line of code fixes active menu item color in photo contest */
.pcmenu.orange li.active {background:#EC512F !important;}
/* This  line of code fixes the grey color of panels to theme match color on photo contest page */
.p-form-modern-slateGray .p-title-line, .p-form-modern-slateGray .p-title-step-line, .p-form-modern-slateGray .p-title-side {
    background-color: #e3ad4f;
}
/* Sumit - This line of codes changes the helpie single page background color to same as theme */
body .helpie-single-page-module {
    margin-bottom: 2em;
    background-color: #f3f5f7;
}

.helpie-single-page-module .helpie-primary-view #primary {
    background: #f3f5f7;
}

#helpiekb-main-wrapper {
    width: 1180px;
    background: #f3f5f7;
}

.helpie-categories-section-boxed .category-list .column a {
    background: white;

}
.pauple-helpie-single-sidebar .helpie-sidebar-fixer {

    background: #f3f5f7;
}
.helpie-single-page-module .helpie-primary-view {

    background: #f3f5f7;

}
/* Sumit - This Line of codes fixes the button color issue to same as theme match color */
#helpie-page-controls .button {
    color: white;
    background: #e3634f;
}
/* Sumit - This line of codes changes the article publish menu panel background color of helpie */
.helpie-edit-page-container .controls-section .helpie-accordion {
    background: #A3A5A9;
}

.helpie-article-editor .controls-section .add-category-label .label {
    color: #A3A5A9;
}
/* Sumit - This line of codes changes the article publish menu button background color */
.ui.positive.button, .ui.positive.buttons .button {
    background-color: #1ec99d;
}
.ui.positive.button:hover, .ui.positive.buttons:hover .button:hover {
    background-color:  #e3634f;
}
/* Sumit - This line of codes fixes the sidepanel text hover color on single pages of helpie */
.helpie-toc .helpie-element .item-title a:hover {
    color: #e3634f;
}
/* Sumit - This line of codes fixes the content box hover color on single pages of helpie */
.helpie-single-page-module .helpie-main-section .helpiekb-box-list.boxed li a:hover {
    color: #e3634f;
    border: 1px solid #e3634f;
}
/* Sumit - This line of codes fixes the background color of sidepanel on request a feature page */
.ideapush-form-inner, .ideapush-leader-board-inner, .ideapush-form-inner, .ideapush-comments-widget-inner {
    background-color: #e7e9ec !important;
}
.helpie-main-section ul li:hover, .helpie-main-section ul li:hover i, .helpie-main-section ul li a:hover, .helpie-main-section ul li a:hover i {
    color: #e3634f;
    font-weight: 700;
}
/* Sumit Khobragade - This line of code fixes the Find events button visibility issue on events page */
button.tribe-common-c-btn.tribe-events-c-search__button{background:var(--bb-primary-color) !important;}
/* Sumit - This line of codes changes the titles color to default theme headlings color on shop page */
h2.woocommerce-loop-product__title{color:var(--bb-headings-color) !important;}
h2.woocommerce-loop-product__title:hover{color:var( --bb-primary-color)!important; }
/* Sumit This line of codes fixes the unncessary padding issue on better docs single page i.e,  support portals single pages */
.betterdocs-single-wraper.betterdocs-single-bg.full-wrapper.betterdocs-single-layout4.betterdocs-single-layout5  {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.betterdocs-searchform .search-submit:hover {
   border-color: #24cc8f !important;
}
/* Sumit Khobragade - This line of codes fixes the unncessary padding issues of listings widgets map sidebar */
#gd_output_location-5.widget.geodir-output-location.bsui.sdel-d7254c6f{padding:0px !important;}
#gd_map-9.widget.geodir-wgt-map.bsui.sdel-71bcf61a{padding:0px !important;}
/* Sumit - This line of codes fixes the Border radius and submit button color issue on temple listings enquiry form */
.nf-form-wrap .nf-form-content .nf-field-element input[type=button]{border-radius:5px !important; background:#e3634f !important; border-color:#e3634f !important;}	

/*Sumit Khobragade - This line of codes removes the unnecessary padding from Temples Pages for map sidebar */
#gd_map-10.widget.geodir-wgt-map.bsui.sdel-d67af8fc{padding:0px !important;}

/* This line of code fixes the checkbox alignment issue on request a feature page */
.ideapush-container-form input[type="checkbox"], .ideapush-container-form input[type="radio"] {

    margin-top: 10px;
}
/* This line of code fixes the alignment issue of filter bar on request a feature page */
.ideapush-idea-filter select {
    padding-left: 11px !important;
    padding-right: 36px !important;
    margin-bottom: 0 !important;
}	

/* Sumit - The below line of codes adds the shadow effect and border radius on store listing page */
#dokan-seller-listing-wrap:hover ul.dokan-seller-wrap:hover li .store-wrapper:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%) !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-wrapper {
    box-shadow: 0px 0px 0px 0px #fff !important;
}
#dokan-store-listing-filter-wrap{box-shadow:0px 0px 0px 0px #fff!important;
    border-radius:5px;
}
#dokan-store-listing-filter-wrap:hover{box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%)!important;
    border-radius:5px;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content{border-radius:5px !important;}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer {

    border-radius: 0px 0px 5px 5px !important;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-header {

    border-radius: 5px 5px 0px 0px !important;
}

#dokan-seller-listing-wrap:hover ul.dokan-seller-wrap:hover li .store-content:hover{box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%)!important;
    border-radius:5px;
}

#dokan-seller-listing-wrap .dokan-single-seller .store-wrapper .store-header .store-banner img {
    
    border-radius: 5px !important;}
    
    /* pegmanicon */
.gm-svpc img{
	position: relative !important;
}		

/* Sumit - This line of codes fixes the button color issues on vendor dashboard */
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-left .dokan-form-group button {

    background: #eeeeee;
}


.dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 button, .dokan-withdraw-content .dokan-withdraw-area .dokan-panel-body .dokan-panel-inner-container .dokan-w5 a.dokan-btn {
    background: #eeeeee;
    border-color: #eeeeee;
}	

/* Sumit - This line of code fixes the request warranty button issue on my orders page */
.woocommerce table.my_account_orders tbody td a.button{max-width:inherit;}	
/*Sumit- This line of code fixes the sidepanel scroll issue */
.side-panel-inner {

    overflow: hidden;
}

/*Sumit - This line of code fixes the mobile menu options overlapping issue */

/*.bb-mobile-panel-inner .main-navigation{display:block;}	*/
/*.side-panel-menu .bs-submenu-toggle {*/
/*    position: absolute;*/
/*}*/
/*.buddypanel .side-panel-menu a>.bs-submenu-toggle {*/

/*    position: initial;*/
/*}	*/

.side-panel-menu a{padding-right:10px}

/* Sumit - This line of codes fixes the unncessary border issue and margin issue for google adsense widget */
#custom_html-17.widget_text.widget.widget_custom_html.widget-shortcode.area-wp_inactive_widgets{margin-bottom:inherit !important; border:inherit!important;}
/*Rabiul - This line of code fixes the paddin issue on listing page */
ul.commentlist.list-unstyled {
    margin: 0px;
}

.bsui .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 20px 20px;
}

p.comment-awaiting-moderation {
    padding-left: 17px;
}		
/* Sumit - This line of codes fixes the like button size issue on temple listings review section */
.bsui .btn {
    padding: .45rem 1.2rem;
    font-size: 1rem;
}

/* Sumit - This line of codes fixes the page background color issue on host an event page */
#page.site{background:inherit;}	
/* Sumit - This line of codes fixes the blue line comming issue on menu items on  click on host and  events page */
.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img, a:focus .plugin-icon {
    box-shadow: inherit;
}
/* Sumit - This line of codes fixes the Message notification icon color  on crowdfunding campaign form page */
.notification-wrap span.count {
    background-color: var(--bb-primary-color) !important;
    color: var(--bb-body-background-color) !important;
    border-radius: 100px !important;
}

/* Sumit - This line of codes fixes the location icon color issue on activity feed */
#whats-new-toolbar .wb-icons {
    color: rgba(var(--bb-headings-color-rgb),.4) !important;
}
#whats-new-toolbar:hover .wb-icons:hover {
    color: rgba( 18,43,70,1 ) !important;
}
/* Rabiul - This line of code fixes the alignment issue of ticket placeholder image on ticket checkout*/
.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check {

 align-items: center;
 display: flex;
 justify-content: space-between;
}		
.wp-core-ui .quicktags-toolbar input.button.button-small {
    color: inherit;
    border: 1px solid #e3634f !important;
    margin: 2px;
}
.wp-core-ui .quicktags-toolbar input.button.button-small:hover {
    color: inherit !important;
    background: inherit!important;
}


/* Sumit - This line of codes fixes the appearance issue of quicktoolbar on cloudocs page */
.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {line-height:normal !important;}
.tmce-active .quicktags-toolbar {
    display: none !important;
}
/* Rabiul - This line of codes setup the size on shop page for img*/

.woocommerce ul.products li.product a img {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: cover;

}

/*  Rabiul - This line of codes setup the size on shop page  for title*/

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.6em;
    line-height: 1.3em;

}				
/*Sumit - This line of code fixes the blackbox and color issues on create forums page */
.medium-editor-toolbar {
  
    display: contents;
}


.medium-editor-toolbar-active.medium-editor-toolbar-active {
    z-index: 1;
}	
.medium-editor-toolbar li .medium-editor-button-active {
    background-color: inherit !important;
    color: white !important;
}


.medium-editor-toolbar:hover li:hover .medium-editor-button-active:hover {

    color: white !important;
}
/* Rabiul &amp; Sumit - This line of codes fixes the cart items alignmnet issue */
.header-mini-cart ul.cart_list li.mini_cart_item {
    justify-content: space-between;

}
dl.variation {
     align-items:center;
     display:flex;
}
dd.variation-Vendor {
    margin: auto;
    margin-top:28px;
}

/* Sumit - This line of code fixes the cancel button alignment &amp; size  issue on crowdfunding edit profile section */
.wpneo-cancel-btn {
    padding: 14px 25px;
    vertical-align: bottom;
}
/*Sumit This line of codes hides the widget snipppet and snipper shortcode icons from Text editor tool box on Host a events page &amp; create a crowdfunding form page */
#mceu_12.mce-widget.mce-btn.mce-menubtn{display:none !important;}
#mceu_13.mce-widget.mce-btn.mce-menubtn{display:none !important;}
#mceu_71.mce-widget.mce-btn.mce-menubtn{display:none !important;}
#mceu_72.mce-widget.mce-btn.mce-menubtn{display:none !important;}	

/* Sumit - this line of codes fixes the padding issue on vendor dashboard > tools > import csv */
.woocommerce table.form-table {
    padding: 10px;
}
/* Sumit - This line of codes fixes the search box widht issue on vendor support ticket > customer name */
.select2-container--open .select2-dropdown--below {
    width: max-content !important;
}

/* Sumit - This line of codes fixes the customer name box alignment issues on vendor support ticket page */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container .select2-selection--single {
    height: 41px;
}

/* Sumit - This line of codes fixes the checkbox alignment  issue while creating group */
.buddypress-wrap .standard-form input:not(.button-small), .buddypress-wrap .standard-form textarea {
    margin-bottom: auto;
}

/* Sumit - This line of codes fixes the alignment and padding issues on host an event form */

.accordion-header:before {
    left: 8px;
}

.accordion-header {
    padding: 10px 33px;
}

.input_block .ticket_form_left {
    margin: 8px;

}
/* Sumit - This line of codes fixes the color issue of advanced tabs on host an event form */
#tab4-2.accordion-header.tribe_attendee-collection_meta{color:white !important;}
#tab1-2.accordion-header.tribe_attendee-collection_meta{color:white !important;}
#tab4-1.accordion-header.tribe_attendee-collection_meta{color:white !important;}
#tab5-1.accordion-header.tribe_advanced_meta{color:white !important;}
#tab1-1.accordion-header.tribe_advanced_meta{color:white !important;}
#tab5-2.accordion-header.tribe_attendee-collection_meta{color:white !important;}

/* Sumit - This line of code fixes the background color issue on crowdfunding product images */
#content div.product div.woocommerce-product-gallery.images {
    background-color: inherit;
    border: inherit;
}

/* Sumit - This line of codes fixes the background color of button issue on host a photo competition page */
#nf-field-14.ninja-forms-field.nf-element {background:var(--e-global-color-primary ) !important;}
#nf-field-14.ninja-forms-field.nf-element:hover {background:var(--e-global-color-c4d787c ) !important; color:white;}

/* Sumit - This line of codes fixes the button background color issue on Templ listings > enquiry > submit button */
#nf-field-35.ninja-forms-field.nf-element {background:var(--e-global-color-primary ) !important;}
#nf-field-35.ninja-forms-field.nf-element:hover {background:var(--e-global-color-c4d787c ) !important; color:white;}

/* Sumit - This lines of code fixes the menu item overflow issue on sideapanel */
.buddypanel ul.buddypanel-menu li a span:not(.count) {
    overflow: hidden !important;
    padding-bottom: 2px !important;
}

/* Sumit - This line of codes add the pointer (hand icon ) On save in a list button on sidebar of organisation single pages */
#secondary .bsui .gd-badge-meta .badge {
    cursor: pointer;
}	

/* Sumit - This line of code ads the margin in bottom for import csv button in vendor dashboard > toools */
.dokan-import-export-header{margin-bottom:25px !important;}

/* Rabiul - This line of codes  beautifys the products tab under single listing pages for temples */
.woocommerce-loop-product__title {
 	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 4.6em;
	line-height: 1.3em;
	overflow: hidden;
}
/* Sumit - This line of codes adds the space between verification icons and texts on vendors marketplace page */
#dokan-verification-list span{margin-left:10px !important;}

/* Sumit - This line of codes fixes the button color issue of view profile button on edit profile page */
.push-right.button.outline.small{
    background: var(--bb-primary-button-background-regular) !important;
    color: white !important;
}

.push-right.button.outline.small:hover{
    background: var(--bb-secondary-button-background-hover) !important;
}

/* Sumit - This lines of codes fixes the buttons responsiveness issue on marketplace single listing pages */
.dokan-single-store .dokan-store-tabs ul.dokan-modules-button {
    overflow: inherit !important;
    display: inline-block !important;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    margin: 0;
    padding: 10px 0;
    /* border: 1px solid #EDEDED; */
    align-content: stretch;
    /* margin-top: 50px; */
    justify-content: center;
    align-items: center;
}
@media (max-width: 1199px){
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
    top: -55px !important;
}}	

/* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-13.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}

@media only screen and (max-width: 600px) { 
    #custom_html-5.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-7.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-6.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-8.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-17.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-16.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-11.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
    /* Sumit - This lines of codes fixes the background color and border issue for google ads in mobile */
@media only screen and (max-width: 600px) { 
    #custom_html-10.widget_text.widget.widget_custom_html{background:inherit!important; border:0px !important;}}
    
/* Sumit - This line of codes fixes the padding issues on vendor dashboard */

.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-content {
    padding-left: 1px !important;
    width: 70% !important;
}

.dokan-dashboard-content article.dashboard-content-area .dokan-announcement-widget ul li .dokan-dashboard-announce-date {
    margin: 31px 0 !important;
    width: 23% !important;
}

/* Sumit - This lines of codes fixes the css issue on checkout page */
.woocommerce-checkout .bb-wc-co table.shop_table .bs-product-check {
    display: block !important;
}	

/*Sumit -  This line of codes added to make visiual appeareance of shopping cart dropdown make better*/
.header-mini-cart ul.cart_list li.mini_cart_item {
    padding: 20px;
    display: block;
}

dl.variation {
    align-items: center;
    display: flex;
}

.header-mini-cart p.woocommerce-mini-cart__total {
    color: var(--bb-primary-button-background-regular);
}

.header-mini-cart ul.cart_list li.mini_cart_item span.quantity {
    color: var(--bb-primary-button-background-regular);
    font-weight: 500;
}

.header-mini-cart p.woocommerce-mini-cart__total {
    color: var(--bb-primary-button-background-regular);
  }

.header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail, .header-mini-cart ul.cart_list img.woocommerce-placeholder {
    float: none;
    max-width: 40px;
    width: 40px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0px;
    padding-left: 0;
    border-left: 0;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 14px;
}

/*.notification-dropdown {*/
/*    min-width: auto;*/
/*}*/
.header-mini-cart p.woocommerce-mini-cart__total strong {
    font-weight: 700;
}

/* Sumit - This line of code add margin to left for cross option for category box */
.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-left: 3px;
}
/* Rabiul - This line of code fixes the Content box Overlapping Issue on host an event page.  Clickup Task id -#861maumk0 */
@media screen and (max-width: 782px){
#wp-tcepostcontent-wrap{
  margin-top: 5px;
}
}

/* Sumit - This lines of codes fixes the event tickets checkout page Mobile responviness issue. Clickup Id - #861mav0jc*/

@media only screen and (max-width: 768px){

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: table-cell;
    text-align: left !important; 
}}


@media only screen and (max-width: 768px){
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: none !important;
    
}
.woocommerce table.shop_table td {
    padding: 9px 8px;
}

span.product-quantity{display:none !important;}
span.woocommerce-Price-currencySymbol{display:none !important;}
td.woocommerce-table__product-total.product-total{display:none !important;}
}	
/* Sumit - This lines of codes fixes the words overlapping issue on gp-subscriptions page. Clickup Task id -  #861mb046m */
.getpaid-subscriptions.bsui .table-bordered thead th {
    overflow-wrap: break-word;
}

.bsui .table-bordered th, .bsui .table-bordered td {
    overflow-wrap: break-word;
}	
/*Sumit - This line of codes fixes the set feature image button not clickable issue on list a product page from vendors dashboard. Clickup Task id - #85zrmn8pf */
#launcher-frame  {
    min-width: 22px !important;
    max-width: 88px !important;
}
/* Sumit - This lines of codes adds the margin to set featured image button > Vendor dashboard > add product. Clickup Id - #85zrmnq18  */
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    
    margin-right: 76px;
}
@media only screen and (max-width: 768px){
/* Sumit - This lines of codes adds the margin to set featured image button > Vendor dashboard > add product. Clickup Id - #85zrmnpgc  */
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    
    margin-right: 120px;
}}

/* Sumit - This line of codes changes the background color of category field in add products from vendor dashboard. CLickup iD - #85zrmntfj */
.dokan-select-product-category-container .dokan-select-product-category-remove-container .dokan-select-product-category-remove {
    background: white;
}
.dokan-select-product-category-container .dokan-select-product-category {
    background: white;
}
/* Sumit - This line of codes changes the background color from black to primary button color of blackbox comming up in mobile devices in vendor dashbord. clickup id -  #861mbkzmq */
@media only screen and (max-width: 450px){
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
    background: var(--bb-primary-button-background-regular);
}
}
/* Sumit - This line of codes adds the padding for overlapping descriptions on edit profile page. ClickUp Id - #861mb94jy */
.buddypress-wrap .profile.edit .editfield .description {
    padding-top: 12px !important;
}

@media only screen and (max-width: 450px){
.dokan-dashboard header.dokan-dashboard-header h1 {
    font-size: 20px !important;
}
.dokan-dashboard .dokan-right, .dokan-dashboard .dokan-left {
    float: right !important;
}
}


@media only screen and (max-width: 360px){
.dokan-dashboard header.dokan-dashboard-header h1 {
    font-size: 18px !important;
}
.dokan-dashboard .dokan-right, .dokan-dashboard .dokan-left {
    float: right !important;
}
}

/* Sumit - This line of codes adds border radius on forum creating form field. Clickup Id - #85zrmu48r */
.medium-editor-element {
    border-radius: var(--bb-input-radius);
}

/* Rabiul - This line of code increases the "x" sign size on add category while adding vendor products */

span#dokan-category-close-modal {
	font-size: 2.75rem;
	color: #000000;
}

span#dokan-category-close-modal:hover {
	font-size: 2.75rem;
	color: #E3634F;
}

.dokan-product-category-modal .dokan-product-category-modal-content .dokan-product-category-modal-body .dokan-category-search-container .dokan-cat-search-box {
    display: block !important;
}
/* Sumit - This lines of codes fixes the responsiveness issue of Get in touch popup after Event ticket checkout. CLickup id -#861mav2t3 */
@media only screen and (max-width: 667px){
.white-popup {
    max-width: 340px !important;
}
}
/* Rabiul - This line of codes fixes the overlapping of setting menu options issue on vendor dashboard  - clickup bug id-  #861manb6m */
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu{
z-index: 10;
}
#freshworks-container iframe {
    right: 15px !important;
    bottom: 75px !important;
}	

/*Buddyboss support - Single blog post social share tooltip style on mobile*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .jssocials-share.jssocials-share-facebook [data-balloon][data-balloon-pos=right]:hover:after{
    margin-left: -170px;
    margin-bottom: -25px;
}
[data-balloon][data-balloon-pos=right]:hover:before{
    display:none;
} }
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .jssocials-share.jssocials-share-twitter
[data-balloon][data-balloon-pos=right]:hover:after{
    margin-left: -98px;
    margin-bottom: -28px;
} }	
/* Sumit - This lines of codes fixes the issue of button color on claim listings */
#nf-field-45.ninja-forms-field.nf-element{color:inherit !important;}
#nf-field-45.ninja-forms-field.nf-element:hover{color:#e3634f !important;background:white !important;}

/* Sumit - This lines of codes fixes the icon and text alignment issues of Warning notification bar on checkout page. CLick up id - #85zrwp468*/
.woocommerce .woocommerce-error {
    padding-left: 49px;
}
.woocommerce .woocommerce-error::before {
    margin-top: -3px;
}

/*Sumit - This lines of codes fixes the alignment issues of booking deatails on checkout page*/
 
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {

    display: block ;
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
}

/*Sumit - This lines of codes fixes the css issue on open jobs page */

.job_filters .search_jobs div {
    box-sizing: content-box !important;
}

/* Sumit - This lines of codes fixes the display issue on vendor dashboard mobile booking products*/
/*@media (max-width: 430px) {*/
/*.dokan-dashboard .dokan-dash-sidebar, .dokan-dashboard .dokan-dashboard-content {*/
 
/*    display: contents !important;*/
/*}*/
/*}*/

/*@media only screen and (max-width: 430px) {*/

/*.dokan-dashboard header.dokan-dashboard-header h1 {*/

/*    display: grid !important;*/
/*}*/

/*.dokan-add-product-link {*/
/*    margin-top: 23px;*/
/*    display: -webkit-inline-box !important;*/
/*}*/

/*.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form {*/

/*    width: auto !important;*/
    
/*}*/
/*}*/

/*Sumit - This lines of codes fixes the display issue while adding booking products from vendor dashboard */
/*@media only screen and (max-width: 430px) {*/
/*.dokan-booking-range-table, .dokan-booking-range-table tr {*/
/*    border: 1px solid #eee;*/
/*    width: 93%;*/
/*    font-size: inherit;*/
/*    overflow: scroll;*/
/*}*/

/*#bookings_availability .table_grid table {*/
/*    font-size: inherit;*/
/*}*/
/*.dokan-spmv-add-new-product-search-box-area .info-section .main-header {*/
/*    font-size: medium;  */
/*}*/
/*.dokan-dashboard .dokan-dashboard-wrap * {*/
/*    overflow: scroll;*/
/*}*/
/*.dokan-spmv-add-new-product-search-box-area .info-section .main-header {*/
/*    font-size: medium;*/
/*    margin-top: 60px;*/
/*}*/
/*}	*/

/*Sumit - This lines of codes fixes the close time display issue on apply for a job page */
.application-deadline {
   
    display: flex;
}

/*Sumit -This lines of codes hides apply for a job button for mobiles */
@media only screen and (max-width: 430px) {
	.application_button.button{display:none;}
    
    
.buddypanel-open .bb-single-course-sidebar {
    margin-top: 30px!important;
}
}	
	
/*Sumit - This lines of codes hides the warning message comming from tiny mce on groups > editing project tasks */
.mce-notification.mce-has-close {
    display: none;
}	
/*Sumit - This lines of codes fixes the content overlapping issues on task list page under groups */
.wp-list-table.widefat.fixed.striped.posts.current-task-table {position: inherit;}	

/* Sumit - This lines of codes fixes the github integration popup display issues on project settings page under groups */
.wp-list-table.widefat.fixed.striped.posts{position:inherit !important;}		

.wf-modal[data-v-efbd0c76] {
  z-index: 999 !important;
}		
/*Sumit - This lines of codes fixes the cloud docs page alignment issue */
ul.component-navigation.bp-docs-nav li{padding-right:15px !important; align-items: center; font-weight: 500;}	

.bp-navs .more-button i, .bp-navs .component-navigation .more-button i {
    font-size: 1.25rem;

}
/*Sumit - This lines of codes fixes the humberg menu item size issue on my account page */
@media only screen and (max-width: 430px) {
.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
    display: block;
    font-size: x-large;
}}	
/*Sumit- This lines of codes fixes the arrow options issue on events tickets sales page */
.sorting-indicator {
    margin-left: 4px;
}
.sorting-indicator:before {
    top: -1px;
}
/*Sumit - this lines of codes fixes the color and alignment issues on astrology Auspicious details page */
.pk-astrology-table .pk-astrology-bg-secondary th {
    border-color: #d3d3d3;
    color: inherit;
    text-align: center;
}
/*Sumit- This lines of codes fixes the event description box getting overlapped by box issue on host event page*/
.tribe-community-events .wp-editor-wrap {
    margin-top: calc(var(--tec-spacer-4)*-0);
}
/*Displays hidden checkbox for make me anonymous on checkout page for crowdfunding back campaign */
#mark_name_anonymous.mark_name_anonymous_wrap  input[type=checkbox] {
    position: relative;
    opacity: 1;
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--bb-primary-color) !important;
    box-shadow: none;
    border-color: var(--bb-primary-color) !important;
}  
#mark_name_anonymous.mark_name_anonymous_wrap input[type=checkbox]:checked {
    background-color: var(--bb-primary-color);
    border-color: var(--bb-primary-color);
    content: "e876";
    font-family: bb-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}
/*Sumit- This lines of code fixes the color issue on my invoices page. CLickup task::85ztyq9vd */
.bsui .bg-dark {
    color: white;
}
/*Sumit - This lines of code fixes the Highlighted text issue on events category section*/
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
    color: var(--bb-header-links-hover);
}
/* Sumit -this line of codes fixed booking calendar issue on vendor dashboard */
.wc_bookings_calendar_form .wc_bookings_calendar td a {
    padding: 21px !important;
}
.wc_bookings_calendar_form .tablenav .date_selector > div {
    vertical-align: initial !important;
    display: inline-block;
    margin-top: 17px !important;
}
@media (max-width: 430px){
.wc_bookings_calendar_form .tablenav {
    position: inherit !important;
    
}

table.wc_bookings_calendar.widefat {

    display: initial !important;
}

.wc_bookings_calendar_form {
    overflow: scroll !important;
}}
@media (max-width: 430px){
.wc_bookings_calendar_form {
    overflow: scroll !important;
    display: grid;
    overflow: scroll;
    position: inherit !important;
}
}	
/*Sumit - This lines of codes fixes the text alignment issue on adding new vendor products:https://app.clickup.com/t/85ztyh572 */
@media (max-width: 800px) {
.dokan-spmv-add-new-product-search-box-area .info-section .main-header {
    display: -webkit-inline-box;
}
}
/*Sumit - Fixes the button color issue on course doubts widget https://app.clickup.com/t/85ztx7bma */
.mce-btn .mce-txt {
    color: black !important;
}	

/*Sumit - Flipbook count show */
.flipbook-currentPageInput{display:contents}

/*Sumit _ This lines of codes fixes the formattion icons color issues on forum discussion replies. https://app.clickup.com/t/86cu0z4wd */
ul.medium-editor-toolbar-actions .medium-editor-action b:before {
    color: var(--bb-primary-color);
}

/*Sumit - This lines of codes fixes the overlapping issues on add product mobile view under vendor dashboard: https://app.clickup.com/t/86cu2xcy2 */
@media (max-width: 430px){
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link {
    margin-top: 50px;
}
}

/*Sumit - This lines of codes makes size small of map and satellite button on sidebar of google maps https://app.clickup.com/t/86cu48w35 */
.gm-style-mtc-bbw .gm-style-mtc:first-of-type>button {
    height: 30px !important;
    font-size: 14px !important;
}

.gm-style-mtc-bbw .gm-style-mtc:last-of-type>button {
    height: 30px !important;
    font-size: 14px !important;
}
	
/*Sumit - This lines of codes fixes the background hover color of submit button on create a photo competition page : https://app.clickup.com/t/86cu619r6 */
#nf-field-14.ninja-forms-field.nf-element:hover {
    background: var(--bb-primary-button-background-hover) !important;
    color: white;
}
/*Sumit - This lines of codes fixes the button alignments issues on mobile for instructors report page : https://app.clickup.com/t/86cu61pfc */
@media (min-width: 430px){
.ld-propanel-widget-activity .report-header .report-exports {
    clear: none;
    float: right;
    text-align: right;
    width: 100% !important; 
    margin-top: -34px !important;
}
}
/*Sumit - This lines of codes fixes the alignment issue of quiz chat icon */
.ir-question-bg .ir-bg-color {
    top: -76px !important;
    right: -80px !important;
}

.ir-ask-doubts {
    bottom: 145px !important;
 
}
.ir-question-mark{bottom:147px;}	

#wpneofrontenddata .wpneo-name {
    font-family: 'Roboto'!important;
    color: var(--bb-headings-color) !important;
    font-size: 20px !important;
}
.wpneo-fields small {
    color: var(--bb-alternate-text-color) !important;
    font-family: 'Roboto' !important;
}
#wpneofrontenddata {
    padding: 16px !important;
    border-radius: 5px !important;
    background: #efeded !important;
    

}
/*Sumit - This lines of codes beautifies the crowdfunding form */
#wpneofrontenddata .wpneo-fields input[type=email], #wpneofrontenddata .wpneo-fields input[type=number], #wpneofrontenddata .wpneo-fields input[type=text], #wpneofrontenddata .wpneo-fields select, #wpneofrontenddata .wpneo-fields textarea {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;

}

.wpneo-title {
    padding: 0px !important;
  
}
.wpneo-requirement-title {
    padding: 0px !important;
 
}
#wpneofrontenddata .wpneo-fields input:focus[type=email], #wpneofrontenddata .wpneo-fields input:focus[type=number], #wpneofrontenddata .wpneo-fields input:focus[type=text], #wpneofrontenddata .wpneo-fields select:focus, #wpneofrontenddata .wpneo-fields textarea:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
    border-radius: var(--bb-input-radius) !important;

}			
#wpneofrontenddata .wpneo-name {
    font-family: inherit !important;
    font-size: inherit !important;
}
#wpneofrontenddata, #wpneofrontenddata button, #wpneofrontenddata input, #wpneofrontenddata select, #wpneofrontenddata textarea {
    font-family: inherit !important;
    font-size: inherit !important;
}

/*Sumit - Beautifies the create a photo competition form : https://app.clickup.com/t/86cu8zd69*/
.nf-form-wrap .nf-form-content .nf-field-element input {
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius);
    font-size: 15px !important;
    color:var(--bb-alternate-text-color) !important;
}

.nf-form-wrap .nf-form-content .nf-field-element input:focus {
    border: 1px solid var(--bb-input-focus-border-color);
    border-radius: var(--bb-input-radius);
    font-size: 15px !important;
    color:var(--bb-alternate-text-color) !important;
}
#nf-form-2-cont {
    border-radius: var(--bb-block-radius);
}
.nf-form-wrap .nf-form-content .nf-field-element select, .nf-form-wrap .nf-form-content .nf-field-element select.ninja-forms-field:not([multiple]) {
    border: 1px solid var(--bb-content-border-color);
}
.nf-form-content select.ninja-forms-field:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
}
.nf-form-content textarea.ninja-forms-field {
    border: 1px solid var(--bb-content-border-color); 
    border-radius: var(--bb-input-radius);

}

.nf-form-content textarea.ninja-forms-field:focus {
    border: 1px solid var(--bb-input-focus-border-color); 
    border-radius: var(--bb-input-radius); 

}
.nf-form-content button {
    background: var(--bb-primary-button-background-regular) !important;
}



.nf-form-content button:hover {
    background: var(--bb-primary-button-border-hover) !important;
    color: #ffff !important;
}
@media (min-width: 330px) and (max-width:970px){
#nf-form-2-cont {
    margin: 10px !important;
    padding: 15px !important;
}
}

.nf-form-content .ninja-forms-field {
    font-size: 15px !important;
    color:var(--bb-alternate-text-color) !important;
 
}
.nf-repeater-fieldsets fieldset {
  
    border-radius: var(--bb-input-radius);
}

#nf-field-14.ninja-forms-field.nf-element {
    color: #ffff !important;
}
#nf-form-2-cont {
    background: #efeded;
    padding: 50px;
    margin: 50px;
}
.nf-form-wrap .nf-form-content .checkbox-wrap .nf-field-label label:before {
    height: 20px !important;
    font-size: 16px !important;
    width: 20px !important;
    left: -27px !important;
    display: inline !important;
    text-align: center !important;
    vertical-align: middle !important;
    background: var(--bb-label-text-color);
    color: white;
    border-radius: 3px;
}


.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
    background: #f7f7f7 !important;
    height: 20px !important;
    font-size: 16px !important;
    width: 20px !important;
    left: -27px !important;
    display: inline !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: white !important;
    border-radius: 3px;
    transition: all .5s;
    border: 1px solid var(--bb-label-text-color) !important;
}	
/*Sumit- Below lines of codes beautifies the Guest blog post form : https://app.clickup.com/t/86cu9a45p */
.fpsm-template-15 {
    padding: 50px;
    border-radius: var(--bb-block-radius);
}
@media (min-width: 330px) and (max-width:970px){
.fpsm-template-15 {
    padding: 10px !important;
    border-radius: var(--bb-block-radius);
}
.fpsm-front-form {
    box-shadow: none !important;
}
}

.fpsm-template-15 .fpsm-field-wrap {
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius);
}

.fpsm-template-15 input[type="text"], .fpsm-template-15 input[type="email"], .fpsm-template-15 input[type="number"], .fpsm-template-15 input[type="tel"], .fpsm-template-15 input[type="url"], .fpsm-template-15 textarea {
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius);
}

.fpsm-template-15 input[type="text"]:focus, .fpsm-template-15 input[type="email"]:focus, .fpsm-template-15 textarea:focus {
    border-color: rgba(0, 0, 0, 0.14);
    border: 1px solid var(--bb-input-focus-border-color);

}
 .fpsm-template-15 input:focus[type="url"] {
    border: 1px solid var(--bb-input-focus-border-color);
    border-radius: var(--bb-input-radius);
}

.fpsm-template-15 .fpsm-custom-field-select .fpsm-field .fpsm-select-field, .fpsm-template-15 .fpsm-taxonomy-select .fpsm-field .fpsm-select-field {
    border-bottom: 1px solid var(--bb-content-border-color); 
}
.fpsm-front-form .fpsm-field-wrap label {
    font-family: inherit !important;
    color: var(--bb-headings-color) !important;
}
.fpsm-alias-guest_blog_post_form  .fpsm-field input[type='submit'] {
    line-height: 1;
    margin-right: 10px;
    border-radius: var(--bb-button-radius);
    background-color: var(--bb-primary-button-background-regular) !important;
}

.fpsm-alias-guest_blog_post_form  .fpsm-field input[type='submit']:hover {
    line-height: 1;
    margin-right: 10px;
    background: var(--bb-primary-button-background-hover) !important;
}
.fpsm-front-form > h2 {
    font-size: 28px !important;
}
/*Sumit - Below line of codes beafutifies the new feature request form: https://app.clickup.com/t/86cu9aax4  */

.ideapush-form-inner, .ideapush-leader-board-inner, .ideapush-form-inner, .ideapush-comments-widget-inner {
    background-color: #efeded !important;
    padding: 20px;
    border-radius: var(--bb-block-radius) !important;
}


.ideapush-container .ideapush-container-form input:focus, .ideapush-container .ideapush-container-form textarea:focus, .tagsinput:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important; 
    border-radius: var(--bb-input-radius) !important;
    padding: 10px 10px !important;
}


.ideapush-container .ideapush-container-form input, .ideapush-container .ideapush-container-form textarea, .tagsinput, #idea-push-new-comment {
    border: 1px solid var(--bb-content-border-color) !important; 
    border-radius: var(--bb-input-radius) !important;
    padding: 10px 10px !important;
}
.ideapush-form-idea-tags {
    min-height: auto !important;
    border-radius: var(--bb-input-radius) !important;
}	
/*Sumit - This lines of codes beautifies the geo directory add listing forms : https://app.clickup.com/t/86cu9j5mp*/
.bsui .input-group>.form-control, .bsui .input-group>.form-control-plaintext, .bsui .input-group>.custom-select, .bsui .input-group>.custom-file {
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius) !important;
}
.bsui .form-control:disabled, .bsui .form-control[readonly] {
    border: 1px solid var(--bb-content-border-color);
    border-radius: var(--bb-input-radius) !important;
}

.bsui .form-control {
    border-radius: var(--bb-input-radius);
    border: 1px solid var(--bb-content-border-color) !important;
}
.bsui .custom-select {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}
.bsui .custom-select:focus {
    box-shadow: var(--bb-input-focus-shadow) !important;
    border: 1px solid var(--bb-input-focus-border-color) !important;

}
.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}


.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    box-shadow: var(--bb-input-focus-shadow) !important;
    border: 1px solid var(--bb-input-focus-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}
.select2-container.select2-container--focus .select2-selection {
    box-shadow: var(--bb-input-focus-shadow) !important;
    border: 1px solid var(--bb-input-focus-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #e3634f transparent transparent transparent !important;
    border-radius: var(--bb-input-radius) !important;
}
.select2-container .select2-selection__clear {
    padding-left: 4px !important;
    background-color: var(--bb-input-focus-border-color) !important;
}

.bsui .close {
    color: #d31332 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}
.bsui .form-control:focus {
    box-shadow: var(--bb-input-focus-shadow) !important;
    border: 1px solid var(--bb-input-focus-border-color) !important;
}

.geodir-bdsteps-container-inner {
    border: 1px solid var(--bb-content-border-color) !important;
}
/*Sumit - Below lines of codes beautfies the astrology input forms : https://app.clickup.com/t/86cu9jdh1 */
.pk-astrology-theme-default.pk-astrology-form {
    background-color: white !important;
    border: 1px solid var(--bb-content-border-color) !important;
}

.pk-astrology-form-control {
    border-radius: var(--bb-input-radius) !important;
}
/* Sumit - This lines of codes beautified  Affiliate form - https://app.clickup.com/t/86cu9jdma */
.affwp-form fieldset {
    background: #efeded;
    padding: 50px;
    border-radius: var(--bb-block-radius);
    border: 1px solid var(--bb-content-border-color);
}
@media (min-width: 330px) and (max-width:970px){
    .affwp-form fieldset {
    background: #efeded;
    padding: 10px;
    }
}
.affwp-form legend {
    display: contents;
}

.affwp-form input[type=text], .affwp-form input[type=password], .affwp-form input[type=email], .affwp-form input[type=url], .affwp-form textarea {
    padding-left: 10px;
}

.affwp-form input[type=text], .affwp-form input[type=password], .affwp-form input[type=email], .affwp-form input[type=url], .affwp-form textarea {
    padding-left: 10px;
    border: 1px solid var(--bb-content-border-color);
    font-family: inherit;
    font-size: inherit;
}

#affwp-custom-links-table .affwp-custom-link, .affwp-creatives-view--as-grid .affwp-creative:hover, .affwp-custom-link-action, .affwp-form label {
    font-size: inherit;
}
#affwp-register-form.affwp-form fieldset p {margin-top:21px !important;}	

/*Sumit- This lines of codes beautified the newsletter subscription form : https://app.clickup.com/t/86cua97a7 */
.fc_pref_form_wrap {
    background: white !important;
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
    max-width:100% !important;
    min-width: 100% !important;

}
@media (min-width: 330px) and (max-width:970px){
    .fc_pref_form_wrap {
    background: #efeded !important;
    border-radius: var(--bb-block-radius) !important;
    border: None !important;
    padding: 10px !important;
    padding-top: 30px !important;
}
}
form.fc_public_form .fc_field #fc_name_prefix, form.fc_public_form .fc_field .fc_input_control {
  border: 1px solid var(--bb-content-border-color) !important;
  border-radius: var(--bb-input-radius) !important;
}
form.fc_public_form .fc_field #fc_name_prefix:focus, form.fc_public_form .fc_field .fc_input_control:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
    border-color: var(--bb-input-focus-border-color) !important;
}
form.fc_public_form .fc_field.fc_field_date_of_birth .combodate select {
      border: 1px solid var(--bb-content-border-color) !important;
      border-radius: var(--bb-input-radius) !important;

}
form.fc_public_form .fc_addresses .fc_field select {
      border: 1px solid var(--bb-content-border-color) !important;
      border-radius: var(--bb-input-radius) !important;
}
form.fc_public_form #fluentcrm_preferences_submit {
    background: var(--bb-primary-button-background-regular) !important;
}
form.fc_public_form #fluentcrm_preferences_submit:hover {
    background-color: var(--bb-secondary-button-background-hover) !important;
}
form.fc_public_form .fc_field_lists .fc_checkboxes .fc_list_items input[type=checkbox]:checked:before {
    background:var(--bb-primary-button-background-regular) !important;
    border-color: var(--bb-primary-button-background-regular) !important;
}
form.fc_public_form .fc_field_lists .fc_checkboxes .fc_list_items input[type=checkbox]:before {
    border: 1px solid var(--bb-content-border-color) !important;
}

/*Sumit - This lines of codes adds border radius to cookie form : https://app.clickup.com/t/86cua98ab */
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    border-radius: var(--bb-input-radius) !important;
}	
/*Sumit - This lines of codes beautified the job related forms : https://app.clickup.com/t/86cua9e1j */
.job-manager-form {
    background: #efeded !important;
    padding: 50px !important;
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}
.entry-content .job-manager-form .field input {
    width: inherit;
}
#submit-job-form .fieldset-agreement-checkbox .field {
    display: inherit;
}
@media (min-width: 330px) and (max-width:970px){
    .job-manager-form {
    background: #efeded !important;
    padding: 10px !important;
    border-radius: var(--bb-block-radius) !important;
    border: None !important;
    padding-top:20px !important;
}
}		
/*Sumit - Affiliate inner forms : https://app.clickup.com/t/86cua9nk6 */

.py-6 {
    background: var(--bb-body-background-color) !important;
}

.bg-gray-900 {
  
    background-color: #E3634F !important;
}
.bg-gray-800 {
    background-color: #1D464F !important;
}
.bg-gray-50 {
    background-color: var(--bb-header-alternate-background) !important;
}

.text-gray-900 {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
}

.text-indigo-600 {
    color: var(--bb-primary-color) !important;
}	
.text-white {
    background: var(--bb-primary-button-background-regular) !important;
}
.text-white:hover {
    background: var(--bb-primary-button-background-hover) !important;
}	
.w-64 {
    width: 230px !important;
}
.pl-2{
    padding-top: 50px !important;
}

.justify-between {
    box-shadow: 0 1px 0 0 rgba(139,141,157,.05),0 5px 10px 0 rgba(65,71,108,.15) !important;
}
@media (min-width: 330px) and (max-width:970px){
    .pl-2 {
    padding-top: 50px !important;
}
.bg-gray-800.px-2 {
    padding-top: 30px !important;
}
}		
/*Sumit - This lines of codes fixes the humberg menu item size issue on my account page */
@media (min-width: 330px) and (max-width:970px){
.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
    display: block;
    font-size: x-large !important;
}}			
/*Sumit - Projectmanager forms beautification :  https://app.clickup.com/t/86cu9j5jq */
.pm-menu-wrap ul li a.router-link-active {
    border-bottom: 2px solid var(--bb-primary-color) !important;
}
.pm-page-wrapper .pm-overview-panel .pm-panel-header .pm-tab-item a.router-link-active:after {
    background: var(--bb-primary-color) !important;
}
.pm-btn.pm-btn-primary {
    background: var(--bb-primary-button-background-regular) !important;
}
.pm-btn.pm-btn-primary:hover {
    background: var(--bb-primary-button-background-hover) !important;
}
.pm-menu-wrap ul li a {
    font-family: inherit !important;
    font-size: inherit !important;
}
/* .pm * {
    z-index: 1;
}*/
.pm-page-wrapper .pm-overview-panel .pm-panel-header {

    border-bottom: 1px solid var(--bb-content-border-color) !important;
}
.pm-page-wrapper .pm-overview-container {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-block-radius) !important;
}
.pm-page-wrapper .pm-project-item {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}	
.pm-page-wrapper .pm-view-style-container .pm-view-style-group {
    margin-bottom: 31px !important;
}
.pm-page-wrapper .pm-filter-selection select {
    padding: 7px 30px !important;
}
@media (min-width: 330px) and (max-width:970px){
.pm-projects-row .pm-project-column .pm-project-item {
    margin-top: 21px !important;
}
.pm-tabs-collapse .menu-toggle {
    min-height: 65px !important;
}
}		
.pm-page-wrapper .pm-project-item .pm-project-item-body .pm-project-info .pm-project-description {
    color: var(--bb-alternate-text-color) !important;
}
.pm-page-wrapper .pm-project-item .pm-project-item-body .pm-project-progress .pm-project-status {
    background: var(--bb-primary-color) !important;
}
.pm-page-wrapper .pm-project-item .pm-project-item-header .pm-project-title a {
    color: var(--bb-headings-color) !important;
}
.pm-page-wrapper .pm-project-item .pm-project-item-header .pm-project-title a:hover {
    color: var(--bb-primary-color) !important;
}
.pm select, .pm textarea, .pm input[type="text"], .pm input[type="password"], .pm input[type="datetime"], .pm input[type="datetime-local"], .pm input[type="date"], .pm input[type="month"], .pm input[type="time"], .pm input[type="week"], .pm input[type="number"], .pm input[type="email"], .pm input[type="url"], .pm input[type="search"], .pm input[type="tel"], .pm input[type="color"], .pm .uneditable-input {

    border: 1px solid var(--bb-content-border-color) !important;
}

.pm textarea:focus, .pm input[type=text]:focus {
    box-shadow: inset 0 1px 1px #e3634f54 !important;
    border: 1px solid #e3634f !important;
}
.pm-page-wrapper .pm-view-style-container .pm-view-style-group {
    border: 1px solid var(--bb-content-border-color) !important;
}
.ui-button-icon-only .ui-icon {
    margin-left: 35px !important;
}

.ui-widget .ui-widget {
    margin-right: 48px !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
    background-color: var(--bb-input-focus-border-color) !important; 
    width: auto !important;
}
.ui-widget.ui-widget-content {
    border: 1px solid var(--bb-content-border-color)  !important;
}

.pm-form .item input[type="text"], .pm-form .item select, .pm-form .item textarea {
    border: 1px solid var(--bb-content-border-color) !important;
}
.pm-form .item input[type="text"]:focus, .pm-form .item select:focus, .pm-form .item textarea:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
}

.pm-button {
    padding: 0 10px 1px !important;
}
.pm table {
    position: relative;
}

/* Pooja project close */
.ui-dialog.pm-ui-dialog .ui-dialog-titlebar-close { 
    visibility:hidden;
    opacity:1;
}
.ui-dialog.pm-ui-dialog .ui-dialog-titlebar-close:hover {
    width:20px !important;
}
.ui-dialog.pm-ui-dialog .ui-dialog-titlebar-close span {
    visibility:visible;
    top:0 !important;
    opacity:1;
}
.ui-dialog.pm-ui-dialog .ui-dialog-titlebar-close:hover span{
    margin-right: 35px !important;
}
.mytask-current .current-task-table .pointer, .pm-task-form.pm-slide-undefined, .pm-task-form.pm-slide-undefined div, .pm-task-form.pm-slide-undefined input, .pm-task-form.pm-slide-undefined .pm * {
    z-index:auto !important;
}
body.bp-search .site-header, .task-users.process-field .pm-popper, .task-date.process-field .daterangepicker {
    z-index:9999 !important;
}
.pm textarea:focus, .pm input[type=text]:focus {
    border: none !important;
    box-shadow: none !important;
}
/* Hide module menu in project dashboard front - Pooja */
#primary .pm-menu-wrap li:last-child{
    display:none;
}
/* Crowdfunding modal table - Pooja */
.wpneo-modal-content-inner table {
    border-width : 1px 0 1px 1px !important;
}

/*Sumit - This lines of codes adds space between button on add new products page for vendor db : https://app.clickup.com/t/86cu2xfy6 */
@media (min-width: 330px) and (max-width:970px){
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link {
    margin-top: 50px;
    /* justify-content: space-between; */
    /* display: flex; */
    /* align-items: center; */
    margin: 1px;
}
.ui-dialog.pm-ui-dialog {
    left:50% !important;
}
}
/*Sumit - This lines of codes fixes the cross sign issues on host an event form : https://app.clickup.com/t/86cu6x3p6*/
.tribe-dropdown .select2-selection--single .select2-selection__clear, .tribe-ea-dropdown .select2-selection--single .select2-selection__clear {
    background: none !important;
    line-height: 34px !important;
    color: red !important;
    font-size: 22px;
}	

/* Sumit - This lines of codes fixes the font family issue on project manager page for side menu panel- https://app.clickup.com/t/86cu0zde8*/
#header-aside .bb-my-account-menu li {
    font-family: inherit !important;
}
/*Sumit - This lines of codes beautifies the project manager forms: https://app.clickup.com/t/86cu9j5jq */
.pm .pm-top-bar {
    border: 1px solid var(--bb-content-border-color) !important;
}

.pm .pm-border-bottom {
    border-bottom: solid 1px var(--bb-content-border-color) !important;
}

.pm .pm-project-header .multiselect__tags {
    border: 1px solid var(--bb-content-border-color) !important;
}	
.multiselect__select {
    top: -4px !important;
}
.pm label, .pm select, .pm button, .pm input[type="button"], .pm input[type="reset"], .pm input[type="submit"], .pm input[type="radio"], .pm input[type="checkbox"] {
    height: auto;
    background: var(--bb-primary-button-background-regular);
}
.my-task-filter-wrap .form .project-dropdown-wrap .multiselect__tags {
    border-color: var(--bb-content-border-color) !important;
}
.calendar-task-modal .popup-mask .popup-container .label {
    background: none;
    color: #000;
}

.calendar-task-modal .popup-mask .popup-container .project-list-drop-down .multiselect .multiselect__input {
    border: none !important;
    box-shadow: none !important;
}
.calendar-task-modal .popup-mask .popup-container .project-list-drop-down .multiselect .multiselect__tags {
    border-color: var(--bb-content-border-color) !important;
}
.pm label {
    background: none !important;
}
 .pm input[type="submit"] {
    color: white;
}	
.pm textarea:focus, .pm input[type=text]:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important; 
}
.pm .pm-project-header ul li a:hover, .pm .pm-project-header ul li .router-link-exact-active, .pm .pm-project-header ul li .active {
    border-bottom: 1px solid var(--bb-input-focus-border-color) !important; 

}
#wedevs-project-manager .pm-my-tasks #pm-mytask-page-content .pm-mytask-overview-page .pm-mytask-chart-overview {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;  
   
}
#wedevs-project-manager .pm-my-tasks #pm-mytask-page-content .pm-mytask-overview-page .pm-mytask-chart-statistics {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;  
   
}
#wedevs-project-manager .pm-my-tasks .pm-mycalender  {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;  
}
#wedevs-project-manager .pm-my-tasks .pm-mycalender .pm-col-12 {
    border-radius: var(--bb-block-radius) !important;
}
.pm .pm-box-title {
    border-bottom: 1px solid var(--bb-content-border-color) !important;
}
.fc-icon-right-single-arrow:after {
    color: white;
}

.fc-icon-left-single-arrow:after {
    color: white;
}
.fc .fc-button-group>:first-child {
    margin-left: 0;
    color: white;
}

.fc .fc-button-group>* {
    margin: 0 0 0 5px !important;
    color: white;
}

.user-reports-wrap .user-wrap .user-name {
    margin-top: -22px !important;
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-block-radius) !important;
}
.pm-card.pm-card-default {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}
.pm-pro-graph-wrap {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
    padding: 10px 10px 10px !important;
}
.pm table {
    border-collapse: inherit !important;
}
.pm .pm-top-bar {
    border-radius: var(--bb-block-radius) !important;
}
.pm .pm-activity-list li.pm-row .pm-activity-date {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}

.pm .pm-activity-list li.pm-row .pm-activity-body {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}
.pm .pm-activity-list li.pm-row .pm-activity-body ul li {
    border-radius: var(--bb-block-radius) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}
.fc-view, .fc-view>table {
    border-collapse: collapse;
}
.project-select-area .form-content-wrap .drop-down-wrap .projects-drop-down .multiselect__tags, .project-select-area .form-content-wrap .drop-down-wrap .users-drop-down .multiselect__tags {
    border: 1px solid var(--bb-content-border-color) !important;
}
.fc-state-disabled {
    background: white !important;
    border: 1px solid var(--bb-content-border-color) !important;
}
.fc-state-disabled:hover {
    background: var(--bb-input-focus-border-color) !important;
    border: 1px solid var(--bb-content-border-color) !important;
}	

/* DOkan - This lines of codes hides the delete permanently button for products on frontend :https://app.clickup.com/t/85ztyh91v */
#dokan-product-list-table .row-actions .delete{
  display: none;
}
/*Sumit - This lines of codes removes padding and unnecessary border from google ads widget : https://app.clickup.com/t/86cuf80kj*/

.bb-subscribe-wrap {
	padding: inherit;
}

/* Sumit - This lines of codes Fixes the Main Header overlapping issue on change location popup : https://app.clickup.com/t/86cur3m37*/
body.bp-search .site-header {
    z-index: 999 !important;
}
/*Sumit - This lines of code fixes the change location modal positioning : https://app.clickup.com/t/86cur3m37 */
.bsui .modal-content {
    position: absolute;
}

/* Sumit - This lines of codes fixes the alignment things in search of of temple landing page https://app.clickup.com/t/86cur3ntj */
.bsui ul {
    padding-left: 0 !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
}

.bsui ul li {
    display: inherit;
}
.bsui .input-group-inside .form-control {
    padding-left: 2.9rem;
    padding-top: 1px;
}
/*Sumit - This lines of codes fixes th alignment issue of date section in order received page: https://app.clickup.com/t/86cu8y5dn */
.woocommerce-checkout ul.woocommerce-order-overview li {
    display: inline-block !important;
}

/* Sumit - This lines of codes fixes the alignment issue of request a refund box - https://app.clickup.com/t/86cuv6qx3*/
#TB_window {
    margin-top: -300px !important;
}
@media (min-width: 330px) and (max-width:560px){
    #TB_window {
    margin-top: 0 !important;
}
}
/* Sumit - This line of codes fixes the sub menu items background issue - https://app.clickup.com/t/86cv05r2c */
.wrapper.ab-submenu {
    max-height: inherit !important;
}

.member-management .form-control.startdate {
	width:83% !important;
}
span.flatpickr-day.flatpickr-disabled {
    background-color: #dfdfdf !important;
    cursor: text !important;
}
.flatpickr-innerContainer {
    display:block !important;
}
span.flatpickr-weekday {
    display:inline-flex !important;
    margin:10px !important;
    color:var(--bb-primary-color) !important;
}
.flatpickr-prev-month, .flatpickr-next-month {
    top:5% !important;
}
.flatpickr-month {
    height:60px !important;
}
.pm-menu-wrap nav.vertical {
    z-index:1 !important;
}

/*Sumit Fixes the color issues on job alert page- https://app.clickup.com/t/86cua9e1j */
.jm-notice.type-dialog {
    border-radius: var(--bb-input-radius);
    border-color: var(--bb-content-border-color);
    box-shadow: none !important;
}

.jm-alert {
    border-radius: var(--bb-input-radius);
    border-color: var(--bb-content-border-color);
    box-shadow: none !important;
}

.jm-notice.has-header {
    border-radius: var(--bb-input-radius);
    border-color: var(--bb-content-border-color);
    box-shadow: none !important;
}
.jm-alerts__add-new a:hover {
    color: #ffffff !important;
    background: var(--bb-primary-button-background-regular);
}

.jm-alerts__add-new a {
    border-radius: var(--bb-input-radius);
}

/* Pooja - hide view attendess link */
/*.tribe-ticket-control-wrap .tribe-ticket-control-wrap__ctas {*/
/*    opacity:0;*/
/*    visibility:hidden;*/
/*}*/

/* Pooja - listing member field */
.member-management .select2-container .select2-selection--single {
	height:40px;
}

.member-management .select2.select2-container.select2-container--default {
    padding-left: 0;
    padding-right: 0;
}
/* campaign list status pending - pooja */
.wpneo-campaign-status {
    background-color : #e8bc6f !important;
    padding: 5px 10px !important;
}

/*Sumit- This lines of codes makes horizontal scroll of guest post dashboard on mobile */
@media all and (max-width: 767px) {
.fpsm-dashboard-row {
    flex-direction: column;
    align-items: flex-start;
}
.fpsm-dashboard-header .fpsm-dashboard-row {
    display: none;
}
.fpsm-dashboard-header, .fpsm-dashboard-body, .fpsm-dashboard-row {
    overflow-y: auto;
    width: 100%;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-post-status {
    display: none;
}
.fpsm-dashboard-header .fpsm-dashboard-column.fpsm-dashboard-action {
    display: none;
}
}
@media (max-width:767px) {
    .member-management .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .member-management select, .member-management .form-control.startdate {
        width: 100% !important;
    }
    .wpneo-fields-action span {
        display:block;
        margin-top:5px;
        text-align:right;
    }
}

@media (min-width:768px) {
    .member-management .select2.select2-container.select2-container--default {
        width: 83% !important;
    }
    .member-management .form-control.startdate {
        width: 83% !important;
    }
}
@media (max-width: 800px) {
.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
    display: block;
    font-size: 17px !important;
}
	.woocommerce .woocommerce-MyAccount-navigation {
    width: 100% !important;
}
}
/*Sumit - This lines of codes modfies the typesense form: https://app.clickup.com/t/86cv3crz0*/
.cmswt-InstantSearchPopup--results {
    background: var(--bb-content-background-color);
}

input.ais-SearchBox-input {
    border-radius: var(--bb-input-radius) !important;
    border: 1px solid var(--bb-input-focus-border-color) !important;
}

.ais-InfiniteHits-loadMore, .ais-InfiniteResults-loadMore {
    background: var(--bb-primary-button-background-regular);
}
.ais-Menu-showMore{
    background: var(--bb-primary-button-background-regular);
}
.cmswt-Results .hit-contentLink .title {
    color: var(--bb-headings-color) !important;

}

.cmswt-Results .hit-description {
    color: var(--bb-body-text-color) !important;
}
.ais-Menu-link {
    color: #2B6876 !important;
}
.ais-Menu-link:hover {
    color: #16373F !important;
}
.cmswt-InstantSearch .ais-Panel-collapseButton {
    background-color: inherit !important;
}
.cmswt-Results .hit-contentLink .title {
    font-size: 18px !important;
}
.cmswt-Results .hit-description {
    font-size: 14px !important;
}
 .ais-SortBy-select {
    border: 1px solid var(--bb-content-border-color) !important;
}
.cmswt-InstantSearch .ais-RefinementList-showMore {
    background-color: var(--bb-primary-button-background-regular);
    font-size: .8rem !important;
}
.cmswt-InstantSearch .ais-Menu-showMore {
    background-color: var(--bb-primary-button-background-regular);
    font-size: .8rem !important;
}
.cmswt-Results .hit-link {
    font-size: 13px !important;
}
.cmswt-Results .posted-on {
    font-size: 13px !important;
    color: var(--bb-alternate-text-color) !important;
}
.cmswt-Results .hit-contentLink .title:hover {
    color: var(--bb-primary-color) !important;
}

/*Sumit - Below lines of codes Beautifies the crowdfunding single listing and crowdfunding tabs forms: https://app.clickup.com/t/86cv4n9qd */
#events .products article .tribe-events-pro-photo__event-title a, .temple-link-product li a h2, .wpneo-listings .wpneo-listing-content h4 a {
    color: var(--bb-headings-color);
}


p.wpneo-short-description {
    color: inherit;
    font-family: sans-serif;
}

.wpneo-location .wpneo-meta-name, .wpneo-location .wpneo-meta-desc {
    color: inherit;
    font-family: sans-serif;
}
.wpneo-raised-percent .wpneo-meta-desc {
    font-family: sans-serif;
}
 .wpneo-listing-content h4 a:hover {
    color: var(--bb-primary-color);
}
wpneo-single-short-description  {
    color: inherit !important;
    font-family: sans-serif !important;
}

.wpneo-campaign-summary-inner h2.wpneo-campaign-title {
    font-family: sans-serif !important;
}

.wpneo-wrapper {
    font-family: sans-serif !important;
    font-weight: 200 !important;
    color: rgb(86, 110, 139) !important;
}

.wpneo-tab h2 {
    font-family: sans-serif !important;
}
.wpneo-tab h3 {
    font-family: sans-serif !important;
}
.wpneo-single-short-description h3 strong {
    font-family: sans-serif !important;
}
.wpneo-campaign-single-left-info h2 {
    font-family: sans-serif !important;
}
ul.wpcf_predefined_pledge_amount li a {
    border-radius: var(--bb-input-radius);
}
.select_rewards_button {
    background: var(--bb-primary-color) !important;
}
.wpneo-post-img img {
    border-radius: 10px !important;
}
ul.wpneo-crowdfunding-update li .wpneo-crowdfunding-update-title {
    font-size: 20px;
}
.wpneo-shadow {
    background: var(--bb-body-background-color) !important;
    border-radius: 6px !important;
}

.wpneo-list-details {
    background: white;
    border-radius: 10px;
    padding: 50px;
    border: 1px solid var(--bb-content-border-color);
    margin-top: -20px;
}
@media all and (max-width: 767px) {
.wpneo-list-details {
    padding: 10px;
}
.wpneo-campaign-summary-inner h2.wpneo-campaign-title {
    font-size: 24px;
    line-height: inherit;
}
.wpneo-tab h2 {
    font-size: 24px;
    line-height: inherit;
}
}
.tab-rewards-wrapper {
    padding: 0;
}
.wpneo-rewards-image img {
    border-radius: 6px;
}
.wpneo-tabs-menu {
    border-top: 1px solid var(--bb-content-border-color);
    border-bottom: 1px solid var(--bb-content-border-color);
}
/*Sumit - Below line of codes fixes the checkbox issue on instructor dashboard for product categorires*/
.mantine-33vjzt {
    display: grid;
    margin: 0px !important;
}
.mantine-1137jyz {
    margin: 0px !important;
}

/* Sumit - Below line of codes fixes the breakpoints of crowdfunding: https://app.clickup.com/t/86cv4n9qd */
@media (min-width: 1190px) and (max-width:1480px){
.wpneo-list-details {
    margin-right: 200px;
}
}
/* Below lines of codes fixes the image card background issue : https://app.clickup.com/t/86cv7myp4 */
.card.h-100.shadow-sm.p-0.card.bg-dark.text-white.shadow-sm.border-0.m-0  {
    background: none !important;
}
.pagination.m-0.p-0.pagination-sm {
    line-height: initial;
}

.bsui .card {
    border-radius: var(--bb-block-radius);
}
/* Sumit - Below lines of codes fixes the ticket alignments issue in host event page: https://app.clickup.com/t/86cv8676r */
.widefat td, .widefat th {
    padding: 8px 7px !important;
}

.tribe-tickets-editor-table .table-header, .tribe-tickets-editor-table thead {
    display: ruby-text;
}

/*Sumit - This lines of codes beautifies the events tickets page: https://app.clickup.com/t/86cv8pn6t */

.tribe-tickets ul.tribe-orders-list .tribe-tickets-list>.tribe-item {
    border: 1px solid var(--bb-content-border-color) !important;
    margin-bottom: 13px !important;
    border-radius: 10px;
}


.tribe-tickets ul.tribe-orders-list .tribe-tickets-list>.tribe-item:hover {
    box-shadow: 0 10px 30px 0 rgba(18,43,70,.12);
}

.ticket-meta {
    border: 1px solid var(--bb-content-border-color) !important;
}

.ticket-meta:hover {
    border: 1px solid var(--bb-input-focus-border-color) !important; 
}

/*Sumit - This lines of codes fixes the guest post dashboard look - https://app.clickup.com/t/86cu9a45p*/
.fpsm-dashboard-wrap {
    padding: 10px;
    border: 1px solid var(--bb-content-border-color);
    border-radius: 10px;
}

form.fpsm-posts-filter-head input[type="submit"] {
    background: var(--bb-primary-button-background-regular) !important;
}
form.fpsm-posts-filter-head:hover input[type="submit"] {
    background: var(--bb-primary-button-border-hover) !important;
}

/*Sumit - This lines of codes fixes fixes the claim listing form issues - https://app.clickup.com/t/85zrwvpnj */
.checkbox-container.label-right .field-wrap>div {
    width: auto !important;
}
.label-right .nf-field-description {
    margin-left: 29px;
}
.checkbox-container.label-right .field-wrap {
    flex-direction: column;
}

/* author widgets - Pooja */
.author-custom-widgets .post-author {
    font-size:18px;
}
.author-custom-widgets .post-author-details {
    padding-bottom:10px !important;
    padding-top:20px !important;
}
.author-custom-widgets .social-networks-wrap span.social {
    margin-right: 25px;
}
.author-custom-widgets .social-networks-wrap a i {
    font-size: 30px;
}

/* create button in profile post */
#buddypress a.button.button-create {
    background-color : var(--bb-secondary-button-background-hover);
    border : 1px solid var(--bb-secondary-button-background-hover);
    color : var(--bb-secondary-button-text-hover);
}
#buddypress a.button.button-create:hover {
    background-color : var(--bb-primary-color);
    border : 1px solid var(--bb-primary-color);
    color : var(--bb-secondary-button-text-hover);
}

@media only screen and (max-width: 800px){.nf-field-container .nf-field-description {
    margin-left: 29px !important;
}
#buddypress a.button.button-create {
     margin-bottom:20px;
}
}
/*Sumit - This lines of codes beautifies the cloud docs &amp; create cloud docs page */
.bp-docs.bp-docs-container.bp-docs-theme-buddyboss-theme-child.bp-docs-theme-buddyboss-theme {
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--bb-content-border-color);
}
a#bp-create-doc-button.button {margin-right:22px !important; margin-top: -6px;}

div.docs-info-header {
    border-radius: 5px;
}

table {
    border: 0px !important;
}
.doc-content td, .doc-content td.content-column, .doc-content td.desc-column {
    padding: 20px;
    border-bottom: 0px !important;
}
#buddypress #bp-create-doc-button {
    margin-top: 17px;
}
#buddypress .component-navigation.bp-docs-nav li.last {
    margin-top: -26px;
}

/*Sumit- This lines of code beautifies the bookmark job option on candidate dashboard - https://app.clickup.com/t/86cure3t4 */
.single-job-sidebar .wp-job-manager-bookmarks-form {
    display: contents !important;
}

/*Sumit - This lines of codes fixes the humberg menu item size issue on my account page - https://app.clickup.com/t/85ztyr9e1 */
@media only screen and (max-width: 430px) {
.bb-icon-l, .bb-icon-lined {
    font-size: x-large;
}
}
/*Sumit */
.tribe-community-events {
    background: #efeded !important;
    border: 1px solid  #efeded !important;
    border-radius: var(--bb-block-radius);
}

.tribe-community-events .events-community-post-content label, .tribe-community-events .events-community-post-title label {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
}


 .tribe-community-events .events-community-post-title>input {
    border: 1px solid var(--bb-content-border-color) !important;
    width: 100%;
}

 .tribe-community-events .events-community-post-title>input:focus {
    border-color: var(--bb-input-focus-border-color) !important;;
    width: 100%;
}

.tribe-community-events .tribe-section, .tribe-community-events .wp-editor-container {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-block-radius) !important;
}

.tribe-community-events input:focus {
    border-color: var(--bb-input-focus-border-color) !important;
}


.tribe-community-events .tribe-section.tribe-section-website input {
    border: 1px solid var(--bb-content-border-color) !important;
}

.tribe-community-events .tribe-section.tribe-section-website input:focus {
    border: 1px solid var(--bb-input-focus-border-color) !important;
}

.tribe-community-events .tribe-section.tribe-section-image-uploader .tribe-section-header label {
    color: var(--bb-headings-color) !important;
    font-family: inherit;
}

.tribe-community-events .tribe-section .tribe-section-header h3 {color: var(--bb-headings-color) !important;}

.tribe-community-events .tribe-section .tribe-section-header {
   color: var(--bb-headings-color) !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-input-radius) !important;
}

/*.eventForm .tribe-datetime-block .tribe-field-end_date, .eventForm .tribe-datetime-block .tribe-field-end_time, .eventForm .tribe-datetime-block .tribe-field-start_date, .eventForm .tribe-datetime-block .tribe-field-start_time {*/
/*    border: 1px solid var(--bb-content-border-color) !important;*/
/*}*/

.tribe-community-events .tribe-section .tribe-section-header {
    border-bottom: 1px solid var(--bb-content-border-color) !important;
}

.tribe-community-events input {
    border-color:  var(--bb-content-border-color) !important;
}

 .tribe-community-events textarea {
   
    border: 1px solid var(--bb-content-border-color) !important;
  
}
#tab1-1.accordion-header.tribe_advanced_meta {
    color: #fdfdfd !important;
    background: var(--bb-default-notice-color) !important;
    margin-bottom: 10px;
}
#tab1-1.accordion-header.tribe_advanced_meta:hover {
    color: #fdfdfd !important;
    background: var(--bb-primary-button-border-hover) !important;
    margin-bottom: 10px;
}

#tab1-2.accordion-header.tribe_attendee-collection_meta {
    background: var(--bb-default-notice-color) !important;
}
#tab1-2.accordion-header.tribe_attendee-collection_meta:hover {
    background: var(--bb-primary-button-border-hover) !important;
}
/* Sumit - Below lines of codes fixes the ticket alignments issue in host event page: https://app.clickup.com/t/86cv8676r */
.widefat td, .widefat th {
    padding: 8px 7px !important;
}

.tribe-tickets-editor-table .table-header, .tribe-tickets-editor-table thead {
    display: ruby-text;
}
/*Sumit - This lines of codes fixes the color issues on become a vendor button - https://app.clickup.com/t/86cuta4gp */
input[type='submit'].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default {
    color: var(--bb-primary-color);
    border-color: var(--bb-primary-button-border-regular) !important;
}
input[type='submit'].dokan-btn-default:hover, a.dokan-btn-default:hover, .dokan-btn-default:hover {
    color: #fff;
    border-color: var(--bb-primary-button-border-regular) !important;
    background-color: var(--bb-primary-color) !important;
}
/*Sumit - This lines of codes fixes the humberg menu in mobile size in transaction dashboard: https://app.clickup.com/t/86cu7ydxx*/
@media (max-width: 800px) {
.woocommerce .woocommerce-MyAccount-navigation .wc-MyAccount-navigation-heading h5 a.push-my-account-nav {
    display: block;
    font-size: 24px !important;
}
}
/* Sumit - This lines of hides learndash shortcodes option comming on frontend for host an event form: https://app.clickup.com/t/86cx9hnk4 */
#mceu_13-button{display:none;}
#mceu_14-button{display:none;}

/* Sumit - Below lines of codes fixes the color issues on host an event form, Category, tags search fields on hover color issues: https://app.clickup.com/t/86cx9hpdz */
.select2-container.select2-container--default .select2-results__option[aria-selected=true] {
    color: white;
}
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--bb-primary-color);
}
/* GeoDirectory - https://app.clickup.com/t/86cwtq394*/
.geodir-tab-head .greedy-btn .greedy-links{ 
      overflow: scroll !important; 
      height: 300px !important; 
}
/* Sumit - This lines of codes fixes the search button position issue on this page: https://mymahotsav.com/jobs-volunteers/open-roles/ */
.job_filters .search_jobs div.search_remote_position {
    width: auto !important;
}

/* Sumit -  https://app.clickup.com/t/86cy3fe2r*/
.elementor-kit-18547 img {
    filter: inherit !important;
}

/* Sumit - */
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border: 1px solid var(--bb-content-border-color) !important;

}

/* Sumit - Fluent Support agent ticket portal create ticket popup not showing close button - https://app.clickup.com/t/86cybpypq*/
.fs-modal-mask {
    z-index: 999 !important;
}

/* Sumit - To Match UI of Photocontest Main Page of contests with Site : https://app.clickup.com/t/862kg0gxz*/
.gallery-wrap .modern-third {
    border-radius: var(--bb-block-radius);

}
.gallery-wrap:hover .modern-third:hover {
    box-shadow: 0px 6px 24px 0px rgba(18, 43, 70, 0.12) !important;
}
ul.pcmenu.full-width {
    border-radius: 10px 10px 0px 0px;
}

/* Sumit - Photo contenst Upload Photo Form */
.modern-p-form .p-bordered {
    
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 0px 0px 10px 10px !important;
}
.modern-p-form .p-form-bg, .modern-p-form .p-form {
    border-radius: 0px 0px 10px 10px !important;
}
.contest-upload-form-box {
    border-radius: 0px 0px 10px 10px !important;
}
.form-white-back {
    border-radius: 0px 0px 10px 10px !important;
}
.modern-p-form .p-field-cb {
    border-radius: var(--bb-block-radius-inner) !important;
}
.modern-p-form .p-has-icon .input-group-icon {
    border-radius: 6px 0px 0px 6px;
}
.modern-p-form .pt-form-panel, .modern-p-form .pt-form-cross-panel {

    border-radius: var(--bb-block-radius-inner);
}
.gallery-votes {
    border-radius: 0px 0px 10px 10px !important;
}
/* Sumit - Photo contenst Rules and Prizes */
.contest-rules {
    border-radius: 0px 0px 10px 10px !important;
    border: 1px solid var(--bb-content-border-color) !important;
    
}
.contest-rules h1, .contest-rules h2, .pc-profile-box h1, .pc-profile-box h2 {
    background-color: var(--bb-secondary-button-background-hover)  !important;

}
/* Sumit - Photo contenst After Image Submission */
.pc-share-page {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 0px 0px 10px 10px !important;

}
.modern-p-form .p-form-bg, .modern-p-form .p-form {
    background: inherit !important;
}
.top10wrap {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 0px 0px 10px 10px !important;
}
.firstbox {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: var(--bb-block-radius-inner) !important;
}
.pcmenu.orange li:hover {

    border-radius: 10px 10px 0px 0px;
}
/* Sakib - Price Tablle Check Rotate */
.checkmark-blue {
    transform: rotate(45deg) !important;
}
.checkmark-white {
    transform: rotate(45deg) !important;
}

/* Sumit - Below lines of Codes beautifies the crowdfunding dashboard: https://app.clickup.com/t/86cyhzdm2 */
table.stripe-table thead tr th {

    text-align: left !important;
}

.wpneo-shadow {
    background: white !important;
    border-radius: var(--bb-input-radius) !important;
    border-color: var(--bb-content-border-color) !important;
}

table.stripe-table thead tr th {
    text-align: left !important;
    font-weight: bold;
}
.wpneo-shadow {
    box-shadow: 0 0 3px var(--bb-content-border-color) !important;
}

/* */
.label-danger, .label-default, .label-info, .label-primary, .label-success, .label-warning {
    padding: inherit !important;

}
table.stripe-table thead tr th {
    padding: 15px !important;
}

.wpneo-responsive-table table.stripe-table td {
    padding: 8px !important;
    padding-left: 15px !important;
}

.wpneo-responsive-table table.stripe-table td.order-vendor {
    display:none !important;
}

.campaign-listing-page .stripe-table a, .stripe-table .reward_tr_slide_inout, .stripe-table a.label-default {
    padding: 0px !important;
}

/* Sumit - Crowdfunding form responsiveness - https://app.clickup.com/t/86cvxb5dj*/
@media all and (max-width: 767px) {
#wpneofrontenddata input[type="button"], #wpneofrontenddata input[type="button"]:hover, .wp-editor-tabs button:hover {
    margin-top: 10px !important;
}

#wpneofrontenddata input[type=button] {
    width: 100% !important;

}


#wpneofrontenddata .wpneo-fields input[type=email], #wpneofrontenddata .wpneo-fields input[type=number], #wpneofrontenddata .wpneo-fields input[type=text], #wpneofrontenddata .wpneo-fields select, #wpneofrontenddata .wpneo-fields textarea {
    width: 100% !important;
}
.wpneo-single.wpneo-second-half {
    width: 100% !important;
}
.wpneo-single.wpneo-first-half {
    width: 100% !important;
}
}

/*Sumit - Subscribe to Newsletter fluent form padding issue on blog page -https://app.clickup.com/t/86cyjr3yf */
.frm-fluent-form.fluent_form_4.ff-el-form-top.ff_form_instance_4_1.ffs_default.ff-form-loaded{
    padding: 20px;
}

/* Sumit - Below lines of codes adjusts width of single crowdfunding pages */
@media (min-width: 1200px) {

.wpneocf-container {
    width: 1200px !important;
}
}

/* Sumit - Below lines of codes aligns the mycred rank and points in profile - https://app.clickup.com/t/86cykewmp*/
.mycred-bboss-profile-header {
    display: flex;
}

@media only screen and (max-width: 430px) {
    .mycred-bboss-profile-header {
    display: flex;
    justify-content: center;
}
}

/* Sumit - Below lines of codes fixes the alignments and overlapping issues of crowdfunding tabs : https://app.clickup.com/t/86cykwwre */
.wpneo-funding-data {
    display: grid !important;
}

.wpneo-fund-raised, .wpneo-funding-goal, .wpneo-time-remaining {
    padding: 5px 0 !important;

}

.wpneo-fund-raised .wpneo-meta-name{

    padding-bottom: 10px !important;
}
.wpneo-fund-raised, .wpneo-funding-goal, .wpneo-time-remaining {
    width: 100%;
}

/* Sumit - To Match the UI and Fix issues on Candidate Dashboard: https://app.clickup.com/t/86cyjzqbk*/
table.job-manager-past-applications {
    background: white;
}
#resume-manager-candidate-dashboard table.resume-manager-resumes thead th {
    border-radius: 4px 0 0;
    font-weight: 500;
    color: var(--bb-headings-color);
    text-transform: none;
}
table.job-manager-bookmarks thead tr:first-child th {
    font-weight: 500;
    color: var(--bb-headings-color);
    text-transform: none;
}

 table.job-manager-past-applications th {
    font-weight: 500;
    color: var(--bb-headings-color);
    text-transform: none;
    font-size:14px;
}
#resume-manager-candidate-dashboard tr:last-child td,
#resume-manager-candidate-dashboard tr:last-child th, 
#job-manager-bookmarks tr:last-child th,
#job-manager-bookmarks tr:last-child td{
    border-bottom: 0;
    font-size: 14px;
}

.job-manager-past-applications h4, strong {font-weight:600 !important;}

/*Sumit - Below lines of codes fixes the responsiveness issues on singe event page: https://app.clickup.com/t/86cymc10t */
.tribe-events-meta-group {
    margin-left: 15px;
}

@media all and (max-width: 767px) { 
    .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 85% !important;
}

.tribe-events-event-meta .tribe-events-meta-group {
    margin-top: 20px;
}
.tribe-block__venue {
    width: auto;
}
}
/*Sumit - Below lines of codes Beautifies the Attentee, Sales  Page and Increases widht of this and single event page : https://app.clickup.com/t/86cypftvn */
.wrap.tribe-report-page table thead th {
    vertical-align: inherit !important;
}
.tribe-report-page .column-security {
    width: 150px !important;
}

table tr:last-child td, table tr:last-child th {
    vertical-align: inherit !important;
}

th.sortable a span, th.sorted a span {

    margin-right: 3px !important;
}

.tribe-scrollable-table {

    background: white !important;
    border-radius: 10px !important;
    border: 1px solid var(--bb-content-border-color) !important;
}


table.striped tr:nth-child(odd) td {
    background: #ffffff !important;
}

.tribe-scrollable-table table th:last-of-type {
    background: white !important;
}

.wrap.tribe-report-page table thead th {
    border-bottom: 1px solid var(--bb-content-border-color) !important;
}

.check-column label {
    background: white !important;
}
table tr:last-child td, table tr:last-child th {

    border-bottom: 1px solid var(--bb-content-border-color);
}

.tribe-scrollable-table {
    overflow-x: auto !important;

}

.tribe-report-panel .welcome-panel-content {
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 10px !important;
}


.tribe-report-panel .welcome-panel-column-container {
    border: 0px !important;
}

.welcome-panel .welcome-panel-content {
    background: white !important;
}


.topics-filter.event-tickets__attendees-admin-form  {
    margin-top: 25px !important;
}

th.check-column  {
    vertical-align: middle !important;
}
th.sortable a, th.sorted a {

    padding: 0px !important;
} 

.wrap.tribe-report-page table thead th {

    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

@media all and (max-width: 767px) { 
    #tribe-events-report {
    padding: 0px !important;
}

#tribe-events-pg-template {

    padding: 0px !important;
    padding-top: 30px !important;
}

.tribe-admin-search-type  {
    min-width: 100% !important;
}

input#attendees-search-search-input {
    min-width: 100% !important;
    margin-top: 7px;
    margin-bottom: 10px;
}

input#search-submit {
    min-width: 100% !important;
}

.wp-list-table tr:not(.inline-edit-row):not(.no-items) td.column-primary~td:not(.check-column) {
    padding: 3px 8px 3px 35% !important;
}

.wp-list-table .toggle-row:before {
    top: inherit !important;
    background: inherit;

}

}

.wrap.tribe-report-page #topics-filter .tablenav a.button, .wrap.tribe-report-page #topics-filter .tablenav input.button {

    line-height: inherit !important;

}
.tribe-report-page td[class*=column] {
    word-break: auto-phrase !important;
}

.tribe-report-panel .welcome-panel-column.welcome-panel-last {
    border-radius: 10px;
}
/* Sumit- Below lines of codes increases the width of single event page */
#tribe-events-pg-template {
    max-width: inherit !important;
}

/* Sumit - Below lines of codes fixes Image Hostspot Issues on Homepage : https://app.clickup.com/t/86cyrf6kw*/
.home-page-hotspot-custom img {
    opacity: 0.88;
    border-radius: 15px 15px 15px 15px;
}
.home-page-hotspot-custom:hover img:hover {
    opacity: 1;
    border-radius: 15px 15px 15px 15px;
}

.home-page-hotspot-custom .ekit-wid-con .ekit-location_inner {
    border-radius: 6px;
}
.home-page-hotspot-custom .ekit-wid-con .ekit-map-image img {
    box-shadow: 0px 10px 30px 0px rgba(132.6, 66.15586956521739, 66.15586956521739, 0.5);
}

/* Sumit - Below lines of codes hides the Related products for Utsav Coints product */
.postid-58196 .woocommerce-tabs,
.postid-58196 .related.products
{
    display: none !important;
}

/* Sumit - To beautify gift and transfer page of utsav points */
.post-57662.page.type-page.status-publish.hentry.pagecategory-form-input-page.pagecategory-gamification.pagecategory-theme-default-layout{
    background: white;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--bb-content-border-color);
}
.mycred-my-balance-wrapper{background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
}
form#mycred-transfer-form-transfer {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow:none !important;
}
.mycred-my-balance-wrapper {
    font-size: x-large;
    font-weight: 500;
    margin-bottom: 50px;
}
.mycred-my-balance-wrapper h1 {
    font-size: x-large !important;
}

/* Sumit - To remove arrow comming in top header for add listing menu */
#menu-item-58282.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.no-icon > a::after {
    content: inherit !important;
}

/*Sumit - Utsav Points Leaderboard Page Beautification */
/* Leaderboard Table Styling */
table.mycred-leaderboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

table.mycred-leaderboard-table th,
table.mycred-leaderboard-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

table.mycred-leaderboard-table thead th {
  background-color: #f4f4f4;
  font-weight: 600;
  color: #333;
}

table.mycred-leaderboard-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

table.mycred-leaderboard-table tbody tr:hover {
  background-color: #f1f1f1;
}
.post-58160.page.type-page.status-publish.hentry.pagecategory-gamification {
    background: white;
    padding: 20px;
    border-radius: var(--bb-block-radius);
    border: 1px solid var(--bb-content-border-color);
    padding-top: 35px;
}

table.mycred-leaderboard-table thead th {

    color: var(--bb-headings-color);
}

/* Sumit - Utsav Points Rank and Badges page Beautification */
.utsav-section:hover {
    box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
    
}
.utsav-transactions-wrapper:hover {
box-shadow: 0 6px 24px 0 rgb(18 43 70 / 12%);
    
}
/* Sumit - Buddyboss Vertical profile Menu color changes in profile dashboard : https://app.clickup.com/t/86cy5zmu6 */
.main-navs.no-ajax.bp-navs.single-screen-navs.bb-single-main-nav.vertical.bb-single-main-nav--vertical.users-nav {
    background: #ffe6e4 !important;
    padding: 10px !important;
    border-radius: 10px;
}

@media screen and (min-width: 46.8em){
nav#object-nav.bb-single-main-nav--vertical .selected>a:after {
    background-color: #ffe6e4 !important;
}}

/* Sumit - Business directory page z index issue  fix https://app.clickup.com/t/86cyv7b7v */

.gd-cptcat-li.gd-cptcat-li-sub-container.dropdown.w-100.position-absolute{
   z-index: auto !important;
}


/* Sumit - Below lines of codes hide profile details section in instructor dashboard settings page - https://app.clickup.com/t/86cyvmn59*/
div[role="tabpanel"]#mantine-r0-panel-profile > .mantine-9eyogo:nth-of-type(2) {
  display: none !important;
}

/* Sumit - To fix the Link on hover color on calednar dashbord for fluent booking: https://app.clickup.com/t/86cyvmp0p  */
.el-radio-button__inner:hover {
    color: var(--bb-primary-color) !important;
}

.fcal_settings_header_title h3  {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}
.fcal_title h3  {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 16px !important;

}
.fcal_cal_info h3
{
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 16px !important;

}
.fcal_create_calendar_form_header h2 {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-weight: 700 !important;

}
.fcal_header_title h1  {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 16px !important;

}

.el-dialog.fcal_dialog .el-dialog__header .el-dialog__title {
    color: var(--bb-headings-color) !important;
    font-family: inherit !important;
    font-weight: 700 !important;
}

#fluent-booking-app .fcal_dashboard .fcal_dashboard_chat_wrap .fcal_dashboard_report_sidebar .fcal_schedule_event_infos .fcal_schedule_details_header h1 {
    font-size: 16px !important;

}
#fluent-booking-app .fcal_dashboard_overview {
    margin-bottom: 24px;
    border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 10px !important;
    font-size: 16px !important;
}
.fframe_main-menu-items   {border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 10px !important;
}

.fcal_dashboard_chat.fcal_dashboard_box{border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 10px !important;
}

.fcal_schedule_event_infos{border: 1px solid var(--bb-content-border-color) !important;
    border-radius: 10px !important;
}

/*  Sumit - Below lines of codes improves UI of Agents portal Dashboard - https://app.clickup.com/t/86czrm01a */
.fframe_main-menu-items {
	margin-left: 0px !important;
}

#wpcontent, .fframe_app {
	background-color: var(--bb-body-background-color) !important;

}

.fst_front .fframe_body {
	margin-left: 0px !important;
}

.fframe_body {
	margin-right: 0px !important;
}

.fs_tk_card {

	border: 1px solid var(--bb-content-border-color) !important;
        border-radius: 6px !important;
}





.fs_view_ticket .fs_ticket_body {

	border: 1px solid var(--bb-content-border-color) !important;
        border-radius: 0px 6px 6px 6px !important;
}

.fframe_body .inner_sidebar {

	background: #ffe6e4 !important;
border-radius: 6px 0px 0px 6px !important;
	height: max-content !important;
}

@media all and (max-width: 767px) { 
    .fframe_body .inner_sidebar { border-radius: 6px 6px 0px 0px !important;
}
.fs_view_ticket .fs_ticket_body {
	border-radius: 0px 0px 6px 6px !important;
}
}
.fs_box_board .el-collapse-item__header {
	background-color: #ffe6e4 !important;
        box-shadow: none !important;

}
.fs_box_board .el-collapse-item__header:hover {
	background-color: #edf8f2 !important;
        box-shadow: none !important;

}

.draggable_component[data-v-65f49d84] {

	box-shadow: none !important;

}

.draggable_component .el-collapse-item__wrap {
	
	box-shadow: none !important;
}

.fs_box_board .el-collapse-item__header:hover {
	
        box-shadow: 4px 2px 4px rgba(18,25,97,.08) !important;

}

.draggable_component[data-v-65f49d84]:hover {

	box-shadow: 4px 2px 4px rgba(18,25,97,.08) !important;

}

.draggable_component .el-collapse-item__wrap:hover {
	
	box-shadow: 4px 2px 4px rgba(18,25,97,.08) !important;
}


.fs_box_board .el-collapse-item__header {
	border: 1px solid var(--bb-content-border-color) !important;	
}

.draggable_component .el-collapse-item__wrap {
	border-left: 1px solid var(--bb-content-border-color) !important;
        border-right: 1px solid var(--bb-content-border-color) !important;	
}

.el-collapse-item__wrap {
	border-bottom: 1px solid var(--bb-content-border-color) !important;
}
.fframe_body .inner_sidebar ul li a.router-link-exact-active {
	border-radius: 6px 0px 0px 0px !important;
}

.fs_box_wrapper .fs_box_header {

	border: 1px solid var(--bb-content-border-color);
	border-radius: 0px 6px 0px 0px !important;
}

@media all and (max-width: 767px) {


.fframe_body .inner_sidebar ul li a.router-link-exact-active {

	border-radius: 6px 6px 0px 0px !important;
}
.fframe_body .inner_sidebar ul li {

	padding-right: 0px !important;
}

.fs_box_wrapper .fs_box_header {
	
	border-radius: 0px 0px 0px 0px !important;
}
}

/* Sumit - Removes non required paddings on knowledgebase/betterdocs */
.betterdocs-wrapper.betterdocs-single-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* To make gtanslate mobile icon small https://app.clickup.com/t/86d07q426 */
@media only screen and (max-width: 430px) {
  .gt_float_switcher {
    border-radius: 5px !important;
    font-size: 13px !important;
  }

  .gt_float_switcher img {
    width: 24px !important;
    height: auto !important; /* keeps aspect ratio */
  }

  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 3px 6px !important;
  }
}
  .gt_float_switcher {
    border-radius: 5px !important;

  }
  
  /* Sumit - Betterdocs chat widget set to right */
.betterdocs-ia-main-wrapper {
    left: auto !important;
}
.betterdocs-ia-launcher-wrapper {
    left: auto !important;
}

.betterdocs-ia-launcher-wrapper {
    bottom: 100px !important;
}
.betterdocs-ia-launcher-wrapper {
    right: 34px !important;
}
.betterdocs-ia-main-wrapper {
    right: 90px;
    bottom: 100px;
}

/* Sakib- Elementor Tab Fix CSS Mobile
https://app.clickup.com/t/2171179/86d426b1m */
@media (max-width: 767px) {
    .elementor-widget-n-tabs .e-n-tabs-content {
        position: relative;
        display: block;
        order: 99;
        margin-top: 20px;
        width: 100%;
 }
    .elementor-widget-n-tabs .e-n-tabs-heading {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
        gap: 10px;
 }
    .elementor-widget-n-tabs .e-n-tab-title {
        width: 100% !important;
        justify-content: center;
 }
    .elementor-widget-n-tabs .e-n-tabs-heading :is(.e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title) {
        margin: 0px !important;
        text-align: center;  
 }
}

/* Sakib - Site View From 85% CSS for Desktop/Mac Screens */
@media screen and (min-width: 1025px) {
  html {
    zoom: 85% !important;
  }
}
/* Sumit - Single docs Page sidebar icons size and color overrides - https://app.clickup.com/t/86d395chg */
/*.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-sidebar-content .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-header .betterdocs-category-header-inner .betterdocs-category-items-counts span {*/
/*    background-color: inherit !important;*/
  
/*}*/
/*.betterdocs-sidebar.betterdocs-sidebar-layout-1 .betterdocs-single-category-wrapper .betterdocs-single-category-inner .betterdocs-category-icon .betterdocs-category-icon-img {*/
/*    height: 35px;*/
/*}*/