/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Astra Child Theme
 Author:       V2Soft
 Author URI:   https://v2soft.com/
 Template:     astra
 Version:      1.0.0
*/


:root {
    --primary-color: #4d8413;
    --secondary-color: #FFD43B;
    --primary-background-color: #F3FAF6;
    --secondary-background-color: #FFFFFF;
    --secondary-dark-color: #F9B436;
    --text-color: #0F172A;
    --text-white-color: #FFFFFF;
    --border-dark: #4D841370;
    --text-transform-upper: uppercase;
}


/* Header CSS starts here  */
.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button {
    color: var(--text-color);
    background:var(--secondary-color);
	border-color: var(--secondary-color);
}

.ast-theme-transparent-header [CLASS*="ast-header-button-"] .ast-custom-button:hover {
    color: var(--text-color);
    background:var(--secondary-dark-color);
	border-color: var(--secondary-dark-color);
}

a:focus:not(:focus-visible) {
  outline: none;
}

#masthead {
  position: fixed !important;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

@media (max-width: 921px) {
	.ast-mobile-header-content .ast-builder-menu-mobile ul li  a {
		color: #333 !important;
		font-size: 18px;
	}
	.ast-mobile-header-content .site-header-focus-item p a {
		color: #333 !important;
		font-size: 18px;
		padding-left: 24px;
		padding-right: 24px;
		line-height: 3;
	}
	.ast-mobile-header-content .ast-custom-button-link .ast-custom-button{
		background: none;
		border: none;
		line-height: 3;
		padding-left: 24px !important;
		padding-right: 24px;
		font-weight: 400;
        font-size: 18px !important;
	}
}

.ast-theme-transparent-header .site-header.scrolled {
  background-color: #141414ba;
  transition: background-color 0.3s ease;
}

#masthead .ast-container {
  padding-left: 20px;
  padding-right: 20px;
}

.sign-in-btn {
    background-color: #FFD43B00;
    color: var(--text-white-color);
    border: 2px solid var(--secondary-background-color);
    padding: 9px 20px;
    border-radius: 25px;
    margin-right: -10px;
    font-size: 1.0625rem;
    font-weight: 500;
    display: inline-flex;
    white-space: nowrap;
    flex-shrink: 0;
}

.sign-in-btn:hover {
    background-color: var(--secondary-color);
    color: var(--text-color) !important;
    border-color: var(--secondary-color);
}

.ast-single-entry-banner[data-post-type="search"][data-banner-background-type="featured"] {
    background: url(/wp-content/uploads/2025/06/science-coin-classes.webp) rgba(0, 0, 0, 0.73);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
}

.ast-single-entry-banner[data-post-type="search"] {
    text-align: center;
    justify-content: center;
    min-height: 260px;
    width: 100%;
    padding-top: 140px;
}

.ast-single-entry-banner[data-post-type="search"] .entry-title {
    color: var(--text-white-color);
    font-weight: 600;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 24px;
    letter-spacing: 0;
}

.ast-single-entry-banner[data-post-type="search"] .ast-container * {
    color: var(--text-white-color);
}

section.ast-archive-description {
    display: none;
}

#list-items-a-link.elementor-widget.elementor-list-item-link-full_width a {
    width: auto;
    display: inline-flex;
}

.site-footer-section-1 li {
    padding: 9px 8px 0px 7px;
    border-radius: 25px;
}

@media (max-width: 921px) {
    .tos-footer-socialmedia {
        justify-content: center !important;
    }
}

.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img,
.tos-footer-logo img {
    background: var(--secondary-background-color);
    padding: 3px;
    border-radius: 5px;
}

.ast-grid-right-center-section {
    justify-content: flex-end !important;
}

.highlight-red-content {
    background: #C9302C;
}

.show-menu-if-logged-in,
.header-icons-container {
    display: none !important;
}

body.logged-in .show-menu-if-logged-in {
    display: block !important;
}

body.logged-in .header-icons-container {
    display: flex !important;
}

.main-header-menu .sub-menu {
    /*border-top: 3px solid var(--primary-color);*/
    /*border-bottom: 3px solid var(--primary-color);*/
    min-width: 300px;
    border-radius: 5px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(10px);
    border: 1px solid var(--primary-color);
    padding: 10px;
}

.main-header-menu .sub-menu .menu-link {
    padding: 10px;
}

.main-header-menu .sub-menu li.menu-item a {
    padding-top: 10px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    font-weight: 500;
    font-size: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    transition: padding-left 0.3s ease, color 0.3s ease;
}

/*.main-header-menu .sub-menu li.menu-item a::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    height: 0%;*/
/*    width: 3px;*/
/*    background: #fff;*/
/*    transition: height 0.3s ease;*/
/*    border-radius: 3px;*/
/*}*/

.main-header-menu .sub-menu li.menu-item a:hover {
    font-weight: 600;
    margin-left: 5px;
    /*border-radius: 10px 0 0 10px ;*/
}

.main-header-menu .sub-menu li.menu-item a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 25%;
  transform: translateY(-50%) translateX(-8px);
  opacity: 0;
  width: 25px;
  height: 25px;
  background-image: url('/wp-content/uploads/2025/06/TOS-WW-favicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.main-header-menu .sub-menu li.menu-item a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/*.ast-builder-menu-mobile .main-header-menu .sub-menu {*/
/*    position: absolute;*/
/*    background-color: #fff !important;*/
/*}*/

body.ast-main-header-nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.ast-builder-menu-mobile .ast-menu-toggle .ast-icon.icon-arrow {
    color: #2f3b40 !important;
}

.ast-builder-menu-mobile .ast-menu-toggle {
    box-shadow: none;
    border: none;
    border-color: transparent;
    outline: none;
}

.ast-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
    width: 100%;
    border-radius: 0;
}

.ast-logo-title-inline .site-logo-img {
    padding-right: 12px;
}

.header-icons-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-inbox-icon i,
.header-search-icon i{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    vertical-align: middle;
}

.ast-builder-grid-row {
    overflow-wrap: normal;
    grid-column-gap: 15px;
}

.site-header-section>div.ast-grid-left-center-section:last-child {
    padding-left: 0;
}

/* Mobile submenu as dropdown */
.ast-header-break-point .main-header-menu .menu-item-has-children {
  position: relative;
}

.ast-header-break-point .main-header-menu .sub-menu {
  background-color: #f9f9f9;
  position: absolute;
  top: 100%;          /* directly below parent */
  left: 0;
  min-width: 200px;   /* control width */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 9999;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Show on hover/tap */
.ast-header-break-point .main-header-menu .menu-item-has-children:hover > .sub-menu,
.ast-header-break-point .main-header-menu .menu-item-has-children.focus > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-profile-avatar-container .header-profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #7FC242 50%, #A0E418 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    color: white;
    border: 2px solid white;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.15),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.header-profile-avatar-container .header-profile-avatar::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3f6f10 0%, #6dbb36 50%, #8ed315 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    border: 2px solid white;
}

.header-profile-avatar-container .header-profile-avatar:hover {
    transform: scale(1.05);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.2),
        0 6px 20px rgba(0, 0, 0, 0.15);
}

.header-profile-avatar-container .header-profile-avatar:hover::before {
    opacity: 1;
}

/* Header CSS ends here  */


/* FAQ page CSS starts here */

.invite-your-friends-btn {
    background-color: var(--primary-color);
    padding: 10px 15px;
    border-color: var(--primary-color);
    border-radius: 5px;
    color: var(--text-white-color);
}

.invite-your-friends-btn:hover {
    background-color: #406e10;
    border-color: #406e10;
    color: var(--text-white-color);
}

#tos-faq-tab-titles .elementor-accordion-item .elementor-tab-title {
    border-radius: 8px;
    border: 1px solid var(--border-dark);
}

/* FAQ page CSS ends here */

/* Privacy Policy page CSS starts here */

i.fas.fa-file-pdf{
    color: #a94442;
}

#tos-policy-sidebar-menu li:last-child .menu-link{
    border-bottom: none;
}

.tos-alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 2px 8px;
    border-radius: 12px;
}

#highlight-red-content p,
#science-coins-page-red p {
    background: #c9302c;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    /*width: max-content;*/
    text-align: center;
}

/* Privacy Policy page CSS ends here */

/* Contact page CSS starts here */

.contact-form-page.form-control .gform_fields input,
.contact-form-page.form-control .gform_fields textarea {
    background-color: var(--secondary-background-color);
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 42px;
    padding: 6px 16px;
    outline: none;
}

.contact-form-page.form-control .gfield {
    margin-bottom: -20px;
}

#gform_5_validation_container {
    display: none;
}

body #gform_5.contact-form-page.form-control .gform_button {
    background-color: var(--primary-color);
    outline: none;
    margin-top: 20px;
    border: none;
}

/* Contact page CSS ends here */


/* Forums page CSS starts here */

body #wpforo #wpforo-wrap #wpforo-search-title {
    letter-spacing: normal;
}

body #wpforo-notifications-bar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999999;
    width: 24%;
    max-height: 92vh;
    overflow-x: hidden;
    overflow-y: auto;
}

body #wpforo-notifications-bar > div {
  /*background: #fff;*/
  /*padding: 25px 40px;*/
  /*border-radius: 5px;*/
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /*border: 1px solid var(--primary-color);*/
}

body #wpforo-notifications-bar .wpf-load-ico-wrap {
  font-size: 16px;
  line-height: 1;
}

body #wpforo-notifications-bar .wpf-load-txt-wrap {
  font-size: 16px;
}

body #wpforo #wpforo-wrap.wpft-topic,
body #wpforo #wpforo-wrap.wpft-post{
    margin-bottom: 20px;
    padding: 20px 20px 0px 20px;
    border: 2px solid var(--border-dark);
    background-color: var(--primary-background-color);
    border-radius: 10px;
}

#wpforo #wpforo-wrap.wpft-topic .wpf-breadcrumb div:after,
#wpforo #wpforo-wrap.wpft-post .wpf-breadcrumb div:after {
    background-color: var(--primary-background-color);
}

body #wpforo #wpforo-wrap #wpforo-description{
    font-size: 16px !important;
}

#wpforo #wpforo-wrap.wpft-topic .wpf-head-bar {
    background-color: #fff;
    border-left: 3px solid #4d8413 !important;
}

body #wpforo #wpforo-wrap #wpforo-title {
    display: none;
}

body #wpforo #wpforo-wrap .wpforo-forum-description p,
body #wpforo #wpforo-wrap p,
body #wpforo #wpforo-wrap .wpforo-content .cat-stat-posts,
body #wpforo #wpforo-wrap .wpforo-content .cat-stat-topics {
    font-size: 16px;
}

body #wpforo #wpforo-wrap .wpf-head-bar {
    padding: 30px 20px;
}

body #wpforo #wpforo-wrap .wpf-breadcrumb div {
    font-size: 14px !important;
}

body #wpforo #wpforo-wrap .wpforo-cat-panel {
    background: #4d8413db !important;
}

body #wpforo #wpforo-wrap .wpf-tools {
    outline: 1px solid #4d8413;
}

body #wpforo #wpforo-wrap .wpforo-content .cat-title .cat-name,
body #wpforo #wpforo-wrap .wpforo-content .cat-stat-posts,
body #wpforo #wpforo-wrap .wpforo-content .cat-stat-topics {
    color: var(--text-white-color) !important;
    font-size: 20px;
    font-weight: 600;
}

body #wpforo #wpforo-wrap .wpforo-content .wpforo-forum-icon {
    font-size: 1em;
    line-height: 2.1em;
    border-left: none !important;
    padding-right: 10px;
}

body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-category,
body #wpforo #wpforo-wrap.wpft-forum .wpforo-cat-panel {
    border-radius: 0px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-cat-panel .cat-stat-topics,
body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum .wpforo-forum-stat-topics,
body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum .wpforo-forum-stat-posts,
body #wpforo #wpforo-wrap.wpft-forum .wpforo-cat-panel .cat-stat-posts,
body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum .wpforo-forum-info .wpforo-forum-description,
body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum .wpforo-forum-info .wpforo-subforum,
body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum .wpforo-forum-info .wpforo-forum-footer,
body #wpforo #wpforo-wrap .wpforo-membertoggle,
body #wpforo #wpforo-wrap .wpforo-memberinfo,
body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpforo-post-content-top .wpforo-bookmark,
body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name span .fas.fa-circle.wpfsx,
body #wpforo #wpforo-wrap .wpforo-404-wrap .wpf-search-box {
    display: none;
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-subtop {
    display: none !important;
}

body #wpforo #wpforo-wrap.wpft-forum .wpfl-1 .wpforo-forum {
    padding: 0px 8px;
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content .wpfl-1.wpforo-section {
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    /*background: #fff;*/
    /*border: 1px solid #ddd;*/
    /*padding: 15px;*/
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    /*border-radius: 8px;*/
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content .wpfl-1.wpforo-section .forum-wrap .wpforo-forum {
    min-height: auto;
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content .wpfl-1.wpforo-section .forum-wrap .wpforo-forum .wpforo-forum-icon i {
    color: #F9B436 !important;
}

body #wpforo #wpforo-wrap h3.wpforo-forum-title a,
body #wpforo #wpforo-wrap h3.wpforo-forum-title a:visited {
    color: #464646;
}

/*body #wpforo #wpforo-wrap #wpforo-description span {*/
/*    background-color: transparent !important;*/
/*}*/

body #wpforo #wpforo-wrap h3.wpforo-forum-title a:hover {
    color: var(--primary-color);
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    float: none;
    padding: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px;
    align-items: start;
    /*margin-top: 20px;*/
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content > * {
    /*width: 31.5%;*/
    box-sizing: border-box;
    /*margin: 10px;*/
}

body #wpforo #wpforo-wrap.wpft-forum .wpforo-content .wpforo-section ~ .wpforo-section {
    margin-top: 0px;
}

body #wpforo #wpforo-wrap .author-name a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

body #wpforo #wpforo-wrap .wpforo-post .wpforo-post-content {
    min-height: 90px;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .bottom {
    margin-top: -30px;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
    padding: 10px 1px 10px;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
    background: #FFFFFF;
    border: 1px solid #4d8413;
    /* border-top: none; */
    border-radius: 10px;
}

body #wpforo #wpforo-wrap .wpforo-topic-footer {
    margin-bottom: 25px;  
    border: 1px solid #4d8413;
    border-radius: 5px;
}

body #wpforo #wpforo-wrap .wpf-topic-navi .wpf-navi-wrap {
    border-top: none;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name {
    font-size: 16px;
    margin-left: 0px;
    text-transform: uppercase;
    line-height: 20px;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-category {
    border-bottom: #4D8413 1px solid;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top {
    border-top: 1px solid #4d84136b;
}

body #wpforo #wpforo-wrap .wpf-post-create,
body #wpforo #wpforo-wrap .wpf-topic-create{
    border: 1px solid #4d8413;
    border-radius: 5px;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-last-posts-list {
    border-left: #4D8413 2px solid;
    background-color: #ffff;
}

body #wpforo #wpforo-wrap .wpfl-1 .wpforo-topic {
    background: #fff;
    margin: 5px 0;
    border-radius: 5px;
}

body #wpforo #wpforo-wrap input[type="submit"],
body #wpforo #wpforo-wrap input[type="reset"],
body #wpforo #wpforo-wrap input[type="button"],
body #wpforo-dialog input[type="submit"],
body #wpforo-dialog input[type="reset"],
body #wpforo-dialog input[type="button"] {
    background: #4d8413;
    border: 1px solid #4d8413;
}

body #wpforo #wpforo-wrap .wpfl-1.wpforo-section .wpforo-readmore-toggle {
    cursor: pointer;
    background: #1f3308b3;
    padding: 3px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
}

.wpforo-forum {
  border-bottom: 1px solid #ddd;
}
.wpforo-forum.no-border {
  border-bottom: none !important;
}

.userprofile-myforums-list {
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    background: #fff;
}

.userprofile-myforums-list .mobile-forum-item-data,
.userprofile-myforums-list .mobile-forum-status-btn {
    display: flex;
    align-items: center;
}

.userprofile-myforums-list .forum-item {
    padding: 5px 16px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.2s;
}

.userprofile-myforums-list .forum-item:hover {
    background-color: #f9fafb;
}

.userprofile-myforums-list .forum-title {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userprofile-myforums-list .forum-item .forum-icon i {
    padding-right: 10px;
    font-size: 18px;
    color: #F9B436;
}

.userprofile-myforums-list .forum-stats {
    display: flex;
    gap: 48px;
}

.userprofile-myforums-list .stat-column {
    text-align: center;
    width: 96px;
}

.userprofile-myforums-list .stat-value {
    font-size: 18px;
    font-weight: 700;
}

.userprofile-myforums-list .stat-value.topics {
    color: #3b82f6;
}

.userprofile-myforums-list .stat-value.posts {
    color: #10b981;
}

.userprofile-myforums-list .stat-text {
    font-size: 12px;
    color: #6b7280;
    text-transform: uppercase;
    font-weight: 500;
}

.userprofile-myforums-list .view-button {
    margin-left: 32px;
    padding: 5px 15px;
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
    transition: background-color 0.2s;
}

.userprofile-myforums-list .view-button:hover {
    background: var(--primary-color);
    color: #fff;
}

.custom-wpforo-list { 
    margin: 10px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 20px; align-items: start;
}

.wpforo-category.custom-forums-landingpage {
    margin-bottom: 10px;
    border: 1px solid #4d8413;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.wpforo-category.custom-forums-landingpage h6 {
    background: #4d8413;
    color: #fff;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    margin: 0;
}

.wpforo-category.custom-forums-landingpage ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
}

.wpforo-category.custom-forums-landingpage li {
    padding: 4px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
}

.wpforo-category.custom-forums-landingpage li a {
    color: #464646;
    font-weight: 600;
    font-size: 18px;
    font-family: "Bricolage Grotesque", sans-serif;
}

.wpforo-category.custom-forums-landingpage li span {
    font-size: 13px;
    color: rgb(51, 51, 51);
    margin-left: 3px;
    font-weight: 600;
}

.wpforo-category.custom-forums-landingpage li:last-child {
    border-bottom: none;
}

.custom-forums-landingpage .wpforo-toggle-btn {
    cursor: pointer;
    background: #1f3308b3;
    padding: 3px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
}

/* Forums page CSS ends here */


/* Technolofy Forums tab content CSS starts here */

.technology-detail-page .technology-detail-contents .wpforo-topic-head {
    border-bottom: #649E2D 3px solid;
    color: #555555;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .head-title {
    width: 83%;
    float: left;
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .head-stat-views {
    width: 8%;
    float: right;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    white-space: nowrap;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .head-stat-posts {
    width: 8%;
    float: right;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    white-space: nowrap;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .topic-wrap {
    border-bottom: #e6e6e6 1px solid;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic {
    padding: 4px 12px 12px 0;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-info {
    width: 74%;
    float: left;
    text-align: left;
    padding: 2px 0 0 10px;
    position: relative;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-title {
    padding: 10px 2px 5px 0;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-start-info {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

.technology-detail-page .technology-detail-contents .wpforo-topic-badges {
    position: absolute;
    top: 14px;
    right: 1px;
    cursor: default;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-stat-views {
    width: 8%;
    float: right;
    text-align: center;
    padding: 9px 0 5px 0;
    font-size: 16px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-stat-posts {
    width: 8%;
    float: right;
    text-align: center;
    padding: 9px 0 5px 0;
    font-size: 16px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-title i {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.1em;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic-title a {
    font-size: 18px;
    line-height: 20px;
    padding: 7px 2px 9px 0;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic .fa-chevron-down,
.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-topic .fa-chevron-right, .wpfcl-a {
    cursor: pointer;
}

.technology-detail-page .technology-detail-contents .fa-chevron-down:before {
    content: "\f078";
}

.technology-detail-page .technology-detail-contents .wpf-vsep {
    display: inline-block;
    padding: 0 5px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-last-posts-list {
    color: #555555;
    border-left: #e6e6e6 2px solid;
    background-color: #FAFAFA;
    height: 40px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-last-posts-list ul {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 10px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-last-posts-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 3px;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-last-post-title {
    font-size: 13px;
    flex-grow: 1;
}

.technology-detail-page .technology-detail-contents .wpfl-1 .wpforo-last-post-user {
    width: 220px;
    text-align: left;
    padding: 0 5px 0 10px;
}

/* Technolofy Forums tab content CSS ends here */


/* Free Research Tool CSS starts here */

.free-research-tool-assets-page #asset-category-filter {
    background-color: var(--secondary-background-color);
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 45px;
    padding: 6px 12px;
    outline: none;
    font-size: 16px;
    width: 60%;
}

.free-research-tool-assets-page .add-asset-btn,
.free-research-tool-assets-page .add-wanted-asset-btn {
    border-radius: 3px;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    outline: none;
    margin-right: 6px;
}

.free-research-tool-assets-page .exchange-section {
    display: inline-flex;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 25px;
    border: 2px solid var(--border-dark);
    background: var(--primary-background-color);
    justify-content: space-between;
}

.free-research-tool-assets-page .exchange-section h6 {
    margin-bottom: 10px;
}

.free-research-tool-assets-page .inner-exchange-sec {
    float: left;
    width: 65%;
    padding-right: 2%;
}

.free-research-tool-assets-page .img-section-exchange {
    float: right;
    width: 30%;
}

.free-research-tool-assets-page .img-section-exchange img {
    border-radius: 15px;
}

.free-research-tool-assets-page .tab-content.active.technology-detail-contents {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid var(--border-dark);
    background-color: var(--secondary-background-color);
}

.free-research-tool-assets-page .tab-nav {
    display: flex; gap: 5px;
}

.free-research-tool-assets-page .tab-link {
    flex: 1;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background: var(--secondary-background-color);
    text-transform: uppercase;
    color: #335D08;
    border: 2px solid var(--border-dark);
    border-radius: 15px 15px 0px 0px;
    /* margin: 0px 8px 0 0; */
    font-weight: 700;
    border-bottom: none;
}

.free-research-tool-assets-page .tab-link i {
    padding-right: 8px;
}

.free-research-tool-assets-page .tab-link.active {
    font-weight: 700;
    border: none;
    border-bottom-color: var(--border-dark);
    background: #335d08;
    color: var(--text-white-color);
}

.free-assets-tool-table {
    margin-bottom: 20px;
    padding: 20px;
    border: 2px solid var(--border-dark);
}

.free-assets-tool-table .asset-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.free-assets-tool-table .asset-table th,
.free-assets-tool-table .asset-table td {
    padding: 8px;
    border: 1px solid var(--border-dark);
    font-weight: 500;
}

.free-assets-tool-table .asset-table th a ,
.free-assets-tool-table .asset-table td a {
    font-weight: 700;
}

.free-assets-tool-table .asset-table th {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #aaaaaa;
}

.free-assets-tool-table .no-results-message {
    text-align: center;
    padding: 20px;
    color: #a00;
    font-weight: bold;
}

.free-assets-tool-table table .assets-image img {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
    margin: auto;
    display: flex;
    justify-content: center;
}

.free-research-tool-assets-page .inner-exchange-sec span .fa.fa-info-circle{
    color: #6677;
    font-size: 20px;
}

.inquiry-questions-form {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: var(--primary-background-color);
    padding: 25px;
}

.inquiry-submit-reply {
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--text-white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    outline: none;
}

.starred-users-section {
    margin: 20px auto;
    padding: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 115, 170, 0.05);
    background: var(--primary-background-color);
}

.starred-listing-usernames {
    list-style: none;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.starred-listing-usernames li {
    font-weight: 600;
    text-transform: capitalize;
}

.starred-listing-usernames li i {
    margin: 0 10px;
    color: gold;
}

.individual-asset-details {
    border: 1px solid #dddddd;
    margin: 20px 0;
    border-radius: 10px;
    padding: 12px;
    border-left: 4px solid var(--primary-color);
    background-color: var(--primary-background-color);
}

.individual-asset-details ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.individual-asset-details ul li i {
    border-radius: 50px;
    border: 1px solid #2d5e18;
    background-color: var(--secondary-background-color);
    padding: 6px;
    color: #2d5e18;
    font-size: 13px;
    margin: 3px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
}

.individual-asset-details ul li {
    display: inline-flex;
    padding: 5px 10px;
}

.individual-asset-details ul li strong {
    padding-right: 10px;
}

.individual-asset-details .assets-image img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.star-wrapper.individual-star-rating-assets {
    float: right;
    margin-right: 10px;
    border: 1px solid #2d5e18;
    border-radius: 3px;
    background-color: var(--secondary-background-color);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    line-height: 1.2;
}

.star-wrapper.individual-star-rating-assets .star-icon {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2rem;
}

.star-wrapper.individual-star-rating-assets .star-count {
    font-size: 18px;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2rem;
}

#inquiry-list {
  margin: 30px auto;
  padding: 20px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 115, 170, 0.05);
  background: var(--primary-background-color);
}

.inquiry-list {
  list-style: none;
  padding-left: 0;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  gap: 20px;
  margin: 0;
  max-height: 350px;
  overflow-y: auto;
}

.inquiry-list li {
  flex: 1 1 calc(50% - 10px);
  position: relative;
  padding: 15px 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 6px;
  border-left: 3px solid var(--primary-color);
  border-right: 3px solid var(--primary-color);
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.inquiry-list li strong {
  color: var(--primary-color);
}

.userprofile-myforums-list .mobile-forum-item-data,
.userprofile-myforums-list .mobile-forum-status-btn {
    display: flex;
    align-items: center;
}
 
.assets-info-mobile-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
 
.assets-info-tooltip-text {
  visibility: hidden;
  width: max-content;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 2px;
  border-radius: 4px;
  position: absolute;
  top:24px;
  z-index: 10;
  font-size: 12px;
  left: 3px;
}
 
.assets-info-mobile-icon:active .assets-info-tooltip-text,
.assets-info-mobile-icon:hover .assets-info-tooltip-text {
  visibility: visible;
}
 
.assets-info-tooltip-text::before {
  content: "";
  position: absolute;
  top:-4px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Free Research Tool CSS ends here */


/* Communication CSS starts here */

.pm-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pm-menu-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pm-menu-icon-wrapper .dashicons {
  font-size: 22px;
  color: white;
}

.pm-menu-badge {
  position: absolute;
  top: -5px;
  right: -6px;
  background: red;
  color: white;
  font-size: 10px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  pointer-events: none;
}
.pm-menu-icon-wrapper {
    margin-top: 25px;
    margin-right: 30px;
}


.pm-tabs {
  display: flex;
  background: #ffffff;
  border-bottom: 1px solid #ccc;
  /*padding-left: 10px;*/
  gap: 8px;
  overflow-x: auto;
}

.pm-tabs a {
  padding: 12px 20px;
  text-decoration: none;
  color: var(--primary-color);
  border-bottom: 3px solid transparent;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid var(--primary-color);
  border-bottom: none;
  gap: 10px;
  font-size: 18px;
}

.pm-tabs a:hover {
  background: var(--primary-background-color);
  border-color: #999;
}

.pm-tabs a.active {
  border-color:  var(--primary-color);
  color:  var(--text-white-color);
  font-weight: bold;
  background: var(--primary-color);
  justify-content: center;
}

.pm-wrapper-horizontal {
  margin: 30px;
}

.pm-wrapper-horizontal main {
  background: var(--primary-background-color);
  padding: 30px;
  margin-top: 0;
  border: 1px solid var(--primary-color);
  /*border-top: none;*/
  min-height: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pm-count {
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  padding: 2px 8px;
  margin-left: 6px;
}

.pm-wrapper {
  display: flex;
  font-family: 'Segoe UI', sans-serif;
  min-height: 80vh;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

.pm-wrapper aside {
  width: 220px;
  background: #ffffff;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.pm-wrapper aside a {
  display: block;
  padding: 10px 12px;
  color: #333;
  text-decoration: none;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: 0.3s;
}

.pm-wrapper aside a:hover,
.pm-wrapper aside a.active {
  background-color: #e0e0e0;
  font-weight: bold;
}

.pm-wrapper main {
  flex: 1;
  padding: 30px;
  background: #fff;
  overflow-y: auto;
}

.pm-message-box {
  background: #fafafa;
  padding: 15px 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 6px;
}

.pm-message-box strong {
  display: block;
  margin-bottom: 5px;
  color: #222;
}

.pm-message-box a {
  margin-right: 15px;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 14px;
}

.pm-message-box a:hover {
  text-decoration: underline;
}

.compose-send-btn,
.compose-save-btn {
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.communication-compose-form label {
    font-size: 16px;
}

.communication-compose-form input,
.communication-compose-form select,
.communication-compose-form textarea {
    background-color: var(--secondary-background-color);
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 45px;
    padding: 6px 16px;
    outline: none;
    font-size: 16px;
    display: block;
    width: 100% !important;
}

.communication-compose-form textarea {
    height: auto;
}

table.communication-pm-table th {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #aaaaaa;
    text-align: left;
}

table.communication-pm-table td:last-child a {
    color: #4d8413;
}

table.communication-pm-table {
    background-color: #fff;
}

table.user-notifications-table th {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid #aaaaaa;
    text-align: center;
}

table.user-notifications-table th:nth-child(4),
table.user-notifications-table td:nth-child(4) {
    width: 12%; /* TIME */
}

.pm-table.communication-pm-table tr.communication-message-row.unread {
  background-color: #fff;
  font-weight: bolder;
  /* cursor: pointer; */
}

.pm-table.communication-pm-table tr.communication-message-row.read {
  background-color: #ebebeb;
  font-weight: normal;
}
/* For sent, drafts, starred - always greyed out and non-clickable */
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="sent"],
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="drafts"],
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="starred"]{
  cursor: default !important;
}

/* Specific rule for inbox messages - always pointer cursor regardless of read state */
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="inbox"],
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="inbox"].read,
.pm-table.communication-pm-table tr.communication-message-row[data-message-type="inbox"].unread {
  cursor: pointer !important;
}

.pm-table.communication-pm-table {
    table-layout: fixed;
    width: 100%;
}

.pm-table.communication-pm-table th,
.pm-table.communication-pm-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pm-table.communication-pm-table th:nth-child(1),
.pm-table.communication-pm-table td:nth-child(1) {
    width: 15%; /* FROM */
}

.pm-table.communication-pm-table th:nth-child(2),
.pm-table.communication-pm-table td:nth-child(2) {
    width: 25%; /* SUBJECT */
}

.pm-table.communication-pm-table th:nth-child(3),
.pm-table.communication-pm-table td:nth-child(3) {
    width: 30%; /* MESSAGE */
}

.pm-table.communication-pm-table th:nth-child(4),
.pm-table.communication-pm-table td:nth-child(4) {
    width: 15%; /* DATE & TIME */
}

.pm-table.communication-pm-table th:nth-child(5),
.pm-table.communication-pm-table td:nth-child(5) {
    width: 15%; /* ACTIONS */
    text-align: center;
}

.user-notification-list.ans-notification.unread {
    border: none;
    font-weight: 700;
}

.user-notification-list.ans-notification.read {
    border: none;
}

.user-notification-list.ans-notification td:first-child {
    text-align: center;
}

.notification-pagination-wrapper ul {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px 0px 25px 0;
    list-style: none;
    margin: 0;
}
 
.notification-pagination-wrapper li{
    display: inline;
}
 
.notification-pagination-wrapper a,
.notification-pagination-wrapper span {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 25px;
    background: var(--secondary-background-color);
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-color);
}
 
.notification-pagination-wrapper a:hover {
    background-color: var(--primary-color);
    color: white;
}
 
.notification-pagination-wrapper .current {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
}

#pm_recipient_suggestions {
    list-style: none;
    /*border: 1px solid #ccc;*/
    max-height: 150px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    background: white;
    z-index: 1000;
    width: 100%;
}

.communication-compose-form input:focus,
.communication-compose-form textarea:focus{
    border: 1px solid var(--primary-color);
}

.autocomplete-item {
    padding: 8px 10px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #eee;
}

#pm_recipient_autocomplete {
    width: 300px;
}

/* Communication CSS ends here */

span.select2-container.select2-container--default.select2-container--open {
    width: 50% !important;
    padding: 15px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #b7b7b7 !important;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: 45px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 45px !important;
    padding: 10px 15px !important;
    font-family: 'Karla' !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 10px !important;
    padding-left: 30px !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 25px !important;
}

button.select2-selection__choice__remove {
    padding: 5px 10px !important;
    height: 20px !important;
    line-height: 14px !important;
    padding-right: 18px !important;
    background-color: var(--primary-color) !important;
}

button.select2-selection__choice__remove span {
    height: 14px !important;
    line-height: 0 !important;
    width: 0px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    position: relative;
    top: -13px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0B64F4 !important;
    color: #ffffff !important;
    padding: 6px !important;
}

.gform_drop_area.gform-theme-field-control::before {
    color: var(--primary-color) !important;
}

.button.gform_button_select_files {
    background-color: var(--primary-color) !important;
    outline: none !important;
}

.gfield_fileupload_progressbar_progress {
    background-color: var(--primary-color) !important;
}

.asset-tags-field .select2-container--default .select2-selection--multiple {
    height: auto !important;
}

.asset-tags-field .select2-container .select2-selection--multiple .select2-selection__rendered {
    top: 0px;
}

.asset-tags-field .select2-container--default .select2-search--inline .select2-search__field {
    height: 36px !important;
}

.select2-container--default .select2-results__option--selected, .select2-results__option .select2-results__option--selectable {
    padding: 6px !important;
}

/* Global Search CSS starts here */
.global-search-page.search-wrapper { 
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid var(--border-dark);
    background-color: var(--primary-background-color);
}

.global-search-page .search-input {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    border: 1px solid rgba(77, 132, 19, 0.44);
    margin-bottom: 20px;
    height: 46px;
}

.global-search-page .search-input:focus {
    border: 1px solid var(--primary-color) !important;
}

.global-search-page .search-filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.global-search-page .search-filters button {
    padding: 5px 15px;
    border: none;
    border-radius: 25px;
    background: #b8b8b8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.global-search-page .search-filters button.active {
    background: var(--primary-color);
    color: #fff; 
}

.global-search-page .search-results {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.global-search-page .search-result {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.global-search-page .search-result h5 {
    margin-bottom: 5px;
}

.global-search-page .search-result p {
    margin-bottom: 0px;
}

.global-search-page .search-result .search-type {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: capitalize;
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    padding: 2px 8px;
    border-radius: 25px;
    display: inline;
    float: right;
    font-weight: 500;
}

.global-search-page .pagination {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.global-search-page .pagination button {
    padding: 5px;
    border: 1px solid var(--primary-color);
    background: #fff;
    color: var(--primary-color);
    border-radius: 50%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    font-size: 16px;
    font-weight: 600;
}

.global-search-page .pagination button.active {
    background: var(--primary-color);
    color: #fff;
}

.global-search-page .loader {
    text-align: center;
    display: none;
    margin-top: 20px;
}

.global-search-page .loader img { 
    width: 20px;
    margin: 30px 0;
}

/* Global Search CSS ends here */


/* NDA notifications CSS starts here */

#notification-popup.nda-notification-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}

.nda-notification-popup .popup-content {
    background: #f3faf6;
    max-width: 800px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    border: 2px solid var(--primary-color);
}

.nda-notification-popup .popup-close { 
    background: var(--primary-color);
    box-shadow: none;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    padding: 3px 10px;
    right: -15px;
    font-size: 14px;
    cursor: pointer;
    color: var(--text-white-color);
}

.nda-notification-popup .popup-close i {
    pointer-events: none;   
}

/*.nda-notification-popup .popup-action { */
/*    margin: 10px; */
/*    padding: 8px 16px; */
/*    border: none; */
/*    border-radius: 5px; */
/*    cursor: pointer; */
/*}*/

.nda-notification-popup .popup-action.accept {
    color: var(--text-white-color);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    font-size: 16px;
    border-radius: 3px;
    padding: 6px 25px;
    outline: none;
}

.nda-notification-popup .popup-action.reject { 
    color: #b70505;
    border-color: #b70505;
    background-color: #f3faf6;
    font-size: 16px;
    border-radius: 3px;
    padding: 6px 25px;
    outline: none;
    margin-left: 5px;
}

#notification-popup.nda-notification-popup #popup-body {
    text-align: center;
}

.nda-notification-popup h5{
    margin-bottom: 15px;
    color: var(--primary-color);
}

.nda-notification-popup h5:before{
    font-family: 'FontAwesome';
    font-weight: 400;
    content: "\f2b5";
    display: inline-block;
    font-size: 60px;
    margin-bottom: 25px;
    display: block;
    margin-top: 10px;
}

.nda-notification-popup .nda-form h5:before {
    display: none;
}

.nda-notification-popup .nda-form {
    text-align: left;
}

.nda-notification-popup .nda-form h5{
    margin-bottom: 15px;
}

.nda-notification-popup .nda-popup-text-content {
    text-align: center;
}

.nda-notification-popup .nda-form .nda-text{
    background-color: var(--secondary-background-color);
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    box-shadow: none;
    color: #2f3b40;
    padding: 20px;
    outline: none;
    font-size: 16px;
    overflow-y: scroll;
    max-height: 300px;
    margin-bottom: 10px;
}

.nda-notification-popup form#nda-simple-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.nda-notification-popup  form#nda-simple-form label {
    font-size: 16px;
    color: #2f3b40;
}

.nda-notification-popup  #nda-accept-btn {
    color: var(--text-white-color);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    font-size: 16px;
    border-radius: 3px;
    padding: 6px 25px;
    outline: none;
}

.nda-notification-popup  #nda-cancel-btn {
    color: #b70505;
    border-color: #b70505;
    background-color: #f3faf6;
    font-size: 16px;
    border-radius: 3px;
    padding: 6px 25px;
    outline: none;
    margin-left: 5px;
}

.nda-notification-popup .accept-nda-checkbox {
    padding: 0px;
    height: 22px;
    width: 22px;
    border-radius: 0;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    vertical-align: middle;
    margin: 0 5px 0 0;
}

/* NDA notifications CSS ends here */


.ast-scroll-top-icon .icon-arrow{
    display: flex;
    margin-top: 12px;
    justify-content: center;
    align-items: center;
}

.logout-mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .logout-mobile-only {
        display: block;
    }
}

