
/* 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;

  }
.woocommerce-EditAccountForm p.form-row-wide:has(#account_display_name) {
    display: none !important;
}

/*Sumit - To hide page title on this page https://utsavodyssey.com/viduraa/all-available-ranks-how-to-earn-or-lose-points/ */
.post-46938.page.type-page.status-publish.hentry h1 {display:none;}
/* Sumit - Below lines of codes removes empty blank box comming due to wp disuz on single video pages : https://app.clickup.com/t/86cyh3qd3 */
#wpdiscuz-comment-message.wpdiscuz-comment-message-auth {
     display: none; 
}

/* BeeTeam (Vidmov Developers) to add a scroll in Profile dropdown menu - https://app.clickup.com/t/86cya0q8m */
.beeteam368-is-login-member .beeteam368-icon-dropdown{
max-height:70vh;
overflow-y:auto;
}
/*Sumit - Fixes the Subscribe menu item Alignment issues: https://app.clickup.com/t/86cxkjhku */
.side-nav-default .ctrl-show-hidden-elm {
    padding-left: inherit;
    padding-right: inherit;
}
/* Sumit - Hides duplicate login button in login popup */
.xoo-el-form-container ul.xoo-el-tabs {
    display: none !important;
}
/* Profile Dropdown menu hover effect and icon opacity - by Sakib */
.login-top-menu-navigation a, .login-bottom-menu-navigation a {
	border-radius: 6px;
}

.login-bottom-menu-navigation a:hover {
background: var(--color__nav-level-x-background) !important;
	border-radius: 6px;
}

.login-top-menu-navigation > li > a::before, .login-bottom-menu-navigation > li > a::before {
	opacity: 0.4 !important;
}

#side-menu-navigation a::before {
	opacity: 0.4 !important;
}

.side-menu-navigation a, .side-menu-navigation a {
	border-radius: 6px;
}
.side-menu-navigation a:hover {
background: var(--color__nav-level-x-background) !important;
	border-radius: 6px;
}

.side-menu-navigation a:hover, a:focus, a:active {
  color: var(--color__link-hover) !important;
}

.login-bottom-menu-navigation a:hover, a:focus, a:active {
  color: var(--color__link-hover) !important;
}

/* CSS For hide extra logout button */
#menu-item-50009, #menu-item-58618 {
display: none !important;
}

.beeteam368-icon-dropdown a.icon-drop-down-url:last-child {
  margin-bottom: 0;
  margin-top: -10px;
}
/*Sakib End */

/* Beteam - This code fixes buddyboss conflict with popup of video/audio upload */
.form-submit-wrapper.dropzone .dz-preview .dz-progress{
width:100%
}

.form-submit-wrapper.dropzone .dz-preview .dz-remove{
width:auto;
height:auto;
background-color:transparent;
}

.form-submit-wrapper.dropzone .dz-preview .dz-remove:after{
display:none;
}

.form-submit-wrapper.dropzone .dz-preview .dz-details{
min-height:0;
background-color:transparent;
border:none;
}
.form-submit-wrapper.dropzone .dz-preview .dz-details:before{
display:none;
}

.form-submit-wrapper.dropzone .dz-preview.dz-success .dz-success-mark{
width:54px;
height:54px;
}

.beeteam368-h-poppy .beeteam368-main-nav > ul {
	margin-left: -125px;
	margin-right: -20px;
}

.oc-btn.oc-btn-control {
	display: none;
}
@media (min-width: 330px) and (max-width:915px){.oc-btn.oc-btn-control {
	display: block;
}
}
/*Sumit - This lines of code removes the numbers from header menu */
.beeteam368-main-nav > ul > li:nth-child(-n+11) > a .lvl1-counter:before {
    display:none;
}

/* Login register button - Pooja */
li.register-header a:before, li.login-header a:before {
	background-color:transparent !important;
}
li.register-header a span, li.login-header:hover a span{
	background-color: var(--color__button-background);
    
    border: 1px solid var(--color__button-border);
    padding: 6px 25px;
	border-radius:5px;
} 
li.register-header:hover a span {
		background-color:#E3AD4F;
   
    border: 1px solid #E3AD4F;
    padding: 6px 25px;
	border-radius:5px;
}

li.login-header a span{
		color : var(--color__nav-level1-text);
    border: 1px solid var(--color__button-border);
    padding: 6px 25px;
	border-radius:5px;
}

.dark-mode li.login-header a span, .dark-mode li.register-header a span{
	color:var(--color__button-text);
}

.beeteam368-social-account-sub-login-nav .reg-log-popup-control {
	display:none;
	visibility:hidden;
}

/* Menu overlap - Pooja */
.beeteam368-main-nav  ul  li  ul.sub-menu.beeteam368-megamenu-sub li ul.sub-menu.beeteam368-megamenu-sub {
	left:-120%;
	min-width:126%;
}
.beeteam368-main-nav  ul  li  ul.sub-menu.beeteam368-megamenu-sub {
	border-radius:10px;
}
.dark-mode .beeteam368-main-nav ul.sub-menu.beeteam368-megamenu-sub li a:hover {
    background-color: var(--color__post-item-wrap-background) !important;
    border-radius: 6px;
}

.beeteam368-main-nav   ul.sub-menu.beeteam368-megamenu-sub  li a:hover {
    background-color: #f2f4f5 !important;
    border-radius: 6px;
}
.beeteam368-main-nav  ul.sub-menu.beeteam368-megamenu-sub li a {
	margin: 0 10px;
}

@media screen and (min-width: 1025px) {
li.login-header {
	position: absolute !important;
    right: 150px;
}
li.register-header {
		position: absolute !important;
    right: 20px;
}
}

.form-submit-wrapper.dropzone{
display:block;
}
.form-submit-wrapper.dropzone .dz-remove{
border-radius:0;
}

/* Bhupen - Header part design fixes
 * https://app.clickup.com/t/86cxu24dz */
.beeteam368-h-poppy .beeteam368-main-nav > ul{
		justify-content: flex-start;
	}

@media(max-width: 1600px){
	.beeteam368-h-poppy .beeteam368-main-nav > ul{
		margin-left: -50px;
		justify-content: flex-start;
	}
	.beeteam368-h-poppy .beeteam368-main-nav > ul > li {
  padding-left: 10px;
  padding-right: 10px;
}
	.beeteam368-h-poppy .beeteam368-main-nav > ul > li > a{
		font-size: 14px;
	}
}

@media(max-width: 991px){
	.beeteam368-main-nav > ul.menu-items-lyt > li{
		width: 100%;
	}
.oc-mb-mn-btn .bar{
	padding: 1px;
}	
	.beeteam368-main-nav .menu-items-lyt{
		display: grid;
    grid-template-columns: repeat(2, 1fr);
	}
	body:not(.logged-in) .beeteam368-main-nav .menu-items-lyt li:nth-last-child(2){
		order: -2;
		padding: 0px;
	}
	body:not(.logged-in) .beeteam368-main-nav .menu-items-lyt li:nth-last-child(2) a{
		justify-content: end;
    padding-right: 15px;
	}
	body:not(.logged-in) .beeteam368-main-nav .menu-items-lyt li:last-child a{
		justify-content: start;
    padding-left: 15px;
	}
	body:not(.logged-in) .beeteam368-main-nav .menu-items-lyt li:last-child{
		order: -1;
		padding: 0px;
	}
	body:not(.logged-in) .beeteam368-main-nav .menu-items-lyt li:not(:nth-last-child(-n+2)) {
    grid-column: span 2;
}
	body.logged-in .beeteam368-main-nav .menu-items-lyt li {
    grid-column: span 2;
}
	.beeteam368-searchbox-wrap .beeteam368-searchtext{
		border-radius: 6px;
	}
	#beeteam368-site-header{
		display: flex;
		flex-direction: column;
	}
	#beeteam368-site-header .beeteam368-top-menu{
		order: 2;
	}
	#beeteam368-site-header .beeteam368-main-menu{
		order: 1;
	}
}

@media (min-width: 991px) {
    .cmswt-Results .cm-col-4 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 768px and max-width: 990px) {
    .cmswt-Results .cm-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Bhupen - Viduraa profile menu open on hover */
.beeteam368-main-menu{
	z-index: 999;
}

.beeteam368-is-login-member:hover .tooltip-text,
.logged-in .register-header{
	display: none;
}

/* Bhupen - Added header box shadow and profile sub menu items box shadow */
.sticky-menu.sticky-menu-control{
	box-shadow: 0 7px 15px 0px rgb(139, 141, 157),0 5px 10px -7px rgba(65, 71, 108, 0.48);
}

.beeteam368-dropdown-items.active-item .beeteam368-icon-dropdown{
	box-shadow: 0px 2px 15px #fff;
}

.beeteam368-sticky-menu.side-menu-mode.sidemenu-active .beeteam368-site-header .beeteam368-main-menu.sticky-menu{
	z-index: 999;
}

/* Bhupen-fix category dropdown font color */
.select2-dropdown {
    color: #222 !important;
}

/* Bhupen - Fix search box border radius in desktop version */
.beeteam368-searchbox-wrap .beeteam368-searchtext{
	border-radius: 6px;
}

@media(min-width: 992px){
	.beeteam368-top-menu.beeteam368-top-menu-control{
		z-index: 9999;
	}
}

/* Bhupen - Fixed short videos cover image heights
 * https://app.clickup.com/t/86cy71uvr
 */
.vidmov_video_category-vidureels .lazy-mode.img-2x3 img,
.vidmov_video_category-vidureels .post-featured-image .blog-img{
	height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.vidmov_video_category-vidureels .post-featured-image{
	height: 550px;
}

/* Bhupen - Premium videos registration modal fixes
 * https://app.clickup.com/t/86cy6adeb
 */
.beeteam368_login_popup.active-item{
	display: none !important;
}

/* Bhupen - video validation issue fix */
.beeteam368-submit-post-popup .dropzone .dz-preview.dz-error .dz-error-message{
	transform: none !important;
}

/* Bupen - Video/Audio add popup category dropdown fixes
 * https://app.clickup.com/t/86cy6qane */
.select2-container .select2-results__option {
    background-color: #191a1d;
    color: #fff !important; 
}

.select2-container .select2-results__option:hover,
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--color__button-background) !important;
}

.select2-container--default .select2-selection--single{
	background: transparent !important;
	height: auto !important;
	border: 1px solid var(--color__input-border) !important;
}

.select2-container.select2-container--open .select2-dropdown--below,
.select2-container.select2-container--open .select2-dropdown--above{
	background: #191a1d !important;
  border-color: var(--color__input-border) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--color__input-border);
  margin-top: -5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px !important;
}

@media(max-width: 767px){
	/* Bhupen - Fix search form in mobile view
 * https://app.clickup.com/t/86d07y0uk */
.beeteam368-searchbox{
	text-align: center;
}
	
/* Bhupen - Make GTtranslate icon for Viduraa alligned with the bottom bar
 * https://app.clickup.com/t/86d07y7u8	 */
	#gt_float_wrapper{
		bottom: 50px !important;
	}
	
/* Bhupen - Fix mobile view sticky footer shadow 
 * https://app.clickup.com/t/86d07try1 */
	.beeteam368-social-account.site__col.auto-width{
		box-shadow: 0 -7px 15px 0px rgb(139, 141, 157), 0 -5px 10px -7px rgba(65, 71, 108, 0.48);
	}
	
.select2-container.select2-container--open{
	width: 84%;
}
/* 
 * Bhupen - Fix mobile view dropdown for post types in typesense https://app.clickup.com/t/86d07t2rr */
	.cmswt-InstantSearch .cmswt-IndexSwitcher-item .cmswt-IndexSwitcher-link{
        color: #444 !important;
    }

.select2-container.select2-container--open .select2-dropdown--below{
	width: 100% !important;
	max-width: 100%;
}	
	.select2-container.select2-container--open .select2-dropdown--below, .select2-container.select2-container--open .select2-dropdown--above{
		width: 100% !important;
	max-width: 100%;
	}
}

/* Bhupen - Profile menu groupings separator
 * https://app.clickup.com/t/86cyu8dyj */
.menu-separator a {
	color: var(--color__icon-background-hover) !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 14px !important;
  padding-left: 16px !important;
}

.menu-separator span {
  white-space: nowrap;
}

.menu-separator a::before{
	content: none !important;
}
.menu-separator a::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--color__hr-background);
}

/* Typesense changes */
/* https://app.clickup.com/t/86czf4b6m */
.beeteam368-searchbox .search-form .search-field{
	width: 74%;
}

.cmswt-InstantSearchPopup--results,
.cmswt-InstantSearch .ais-SortBy-select{
	background: #191a1d;
}

.cmswt-InstantSearch .ais-SearchBox-input::placeholder,
.cmswt-InstantSearch .ais-SearchBox-input:focus::placeholder,
.cmswt-InstantSearch input:focus::placeholder{
	color: #999 !important;
}

.cmswt-InstantSearchPopup--closeIcon svg{
	stroke: #e2351b;
}

.cmswt-InstantSearch .ais-Panel-header,
.cmswt-InstantSearch .ais-RefinementList-label{
	color: #999;
}

.hit-description .emoji{
	display: none;
}

.cmswt-Results .hit-contentLink .title{
	color: #fff;
}

.cmswt-Results .hit-contentLink .title:hover{
	color: #e2351b;
}

.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadMore:hover{
	background: #e2351b;
	padding: 10px 15px;
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item .cmswt-IndexSwitcher-link{
	color: #fff;
}

.ais-Panel-header{
	border-bottom: 1px solid #3a3b3c;
}

@media only screen and (max-width:767px) {
    .ais-InfiniteHits-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
.cmswt-InstantSearch .ais-SortBy-select{
        padding: 5px 15px;
    }
	.beeteam368-searchbox .search-form .search-field {
  width: 56%;
}
}
/* 
.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(1),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(1){
	order: 1;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(2),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(2){
	order: 3;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(3),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(3){
	order: 2;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(4),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(4){
	order: 7;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(5),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(5){
    order: 8;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(6),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(6){
	order: 10;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(7),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(7){
	order: 12;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(8),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(8){
	order: 13;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(9),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(9){
	order: 14;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(10),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(10){
	order: 6;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(11),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(11){
	order: 24;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(12),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(12){
	order: 25;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(13),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(13){
	order: 17;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(14),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(14){
	order: 20;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(15),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(15){
	order: 21;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(16),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(16){
	order: 22;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(17),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(17){
	order: 15;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(18),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(18){
	order: 16;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(19),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(19){
	order: 18;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(20),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(20){
	order: 23;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(21),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(21){
	order: 4;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(22),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(22){
	order: 5;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(23),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(23){
	order: 27;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(24),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(24){
	order: 26;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(25),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(25){
	order: 9;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(26),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(26){
	order: 19;
}

.cmswt-CollectionMenu ul.cmswt-IndexSwitcher li:nth-child(27),
.cmswt-InstantSearch ul.cmswt-IndexSwitcher li:nth-child(27){
	order: 11;
} */

.cmswt-Results .cmswt-Result-hits_member .hit-header img{
    height: 140px;
}

.cmswt-Results .cm-col-4 img{
    height: 100px;
}

.cmswt-MainPanel .cmswt-Results .hit-contentLink .title {
  font-size: 16px !important;
}

.cmswt-Results .hit-description{
    line-height: 18px;
}

.cmswt-InstantSearch .ais-Panel-collapseButton,
.cmswt-InstantSearch .ais-Panel-collapseButton:focus{
    box-shadow: none !important;    
}

.ais-InfiniteHits-item{
	background: #191a1d;
	position: relative;
  padding: 8px 8px 30px 8px;
}

.ais-InfiniteHits-item:hover{
	box-shadow: 0 4px 20px 0 #777;
}

.cmswt-FilterPanel{
	padding-right: 20px;
}

.cmswt-FilterPanel-itemsContent {
    background: #191a1d;
    padding: 15px;
    border-radius: 10px;
}

.cmswt-InstantSearch .ais-SearchBox-input{
	background: #333;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item .hit-link {
    position: absolute;
    bottom: 5px;
}

.ais-InfiniteHits{
	text-align: center;
}

.ais-InfiniteHits .ais-InfiniteHits-list{
	text-align: left;
}

.ais-InfiniteHits-loadMore{
	font-size: 18px;
  margin-top: 30px;
	text-transform: capitalize;
}

.cmswt-InstantSearch .ais-RefinementList-showMore {
    background-color: #e24a01;
    font-size: 14px;
    text-transform: capitalize;
}

.cmswt-Result-hits_member .hit-link a::before {
  content: "Visit Profile";
}

.cmswt-Result-hits_member .hit-link a {
  color: transparent;
  position: relative;
}

.cmswt-Result-hits_member .hit-link a::before {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.cmswt-Result-hits_member .hit-link a:hover::before {
  color: #e3634f;
}

.cmswt-InstantSearchPopup--results{
	background: #010001;
	box-shadow: 0 5px 20px 0 #ddd;
}

.cmswt-Results .cmswt-Result-hits_member .hit-header img{
    height: 140px;
}

.cmswt-Results .cm-col-4 img{
    height: 100px;
}

.cmswt-MainPanel .cmswt-Results .hit-contentLink .title {
  font-size: 16px !important;
}

.cmswt-Results .hit-description{
    line-height: 18px;
}

.cmswt-InstantSearch .ais-Panel-collapseButton,
.cmswt-InstantSearch .ais-Panel-collapseButton:focus{
    box-shadow: none !important;
}

.cmswt-Results .hit-description {
    font-size: 14px !important;
}

/* Bhupen - Fix menu hover open issue 
 * https://app.clickup.com/t/86czvd5fr */
#login-bottom-menu-navigation .sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(10px);
  transition: 
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
  display: block !important;
}

/* On hover */
#login-bottom-menu-navigation .menu-item-has-children > a:hover + .sub-menu,
#login-bottom-menu-navigation .menu-item-has-children .sub-menu:hover {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#login-bottom-menu-navigation .menu-item-has-children{
	padding-top: 5px;
	padding-bottom: 5px;
}

#login-bottom-menu-navigation .menu-item-has-children:hover{
	background: var(--color__nav-level-x-background) !important;
	border-radius: 6px;
}

#login-bottom-menu-navigation .menu-item-has-children .sub-menu li{
	padding: 2px 5px;
}

#login-bottom-menu-navigation .menu-item-has-children a{
	display: inline !important;
}

#login-bottom-menu-navigation .active-sub-menu .sub-menu{
	max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ais-SearchBox-form input.ais-SearchBox-input:focus{
	border: 1px solid #e24a01 !important;
}

.cmswt-Results .ais-InfiniteHits-list .hit-header a {
    position: relative;
    display: block;
    overflow: hidden;
}

.cmswt-Results .ais-InfiniteHits-list .hit-header a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(77, 50, 50, 0.4);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
  border-radius: 6px;
}

.cmswt-Results .ais-InfiniteHits-list .ais-InfiniteHits-item:hover .hit-header a::before {
  opacity: 0;
}

.cmswt-Results .ais-InfiniteHits-list .hit-header a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}

.cmswt-Results .cmswt-Result-hits_member .hit-header img{
    height: 140px;
}

.cmswt-Results .ais-InfiniteHits-list img{
    height: 100px;
}

.page-id-3630 .beeteam368-player-wrapper .player-load-overlay{
    display: none !important;
}

/* Bhupen - close and open menu on hover 
 * https://app.clickup.com/t/86cy6mmjh */
.beeteam368-icon-dropdown{
	margin-top: 10px;
}

/* Bhupen - Add dollar sign to premium videos
 * https://app.clickup.com/t/86cy6qb1y */
.post-item.tag-premium-video {
    position: relative;
}

.post-item.tag-premium-video::after {
    content: "\f155";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    color: #000;
    background: #fedc56;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.cmswt-IndexSwitcher-link .counter-value{
    color: #8b8b8b;
    font-size: 13px;
}

.ais-Panel-body .ais-RangeSlider{
    width: 87%;
    margin: auto;
}