/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.1
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/

.site-header-container #site-logo .bb-logo img,
.site-header-container #site-logo .site-title img.bb-logo,
.site-title img.bb-mobile-logo {
  max-height: inherit !important;
}

/* usa spending css */

.search-filter-grid {
  padding: 50px 0px;
  display: grid;
  grid-template-columns: 335px 1fr;
  gap: 20px;
}

.right-data-box.custom-data {
  display: block !important;
  height: auto !important;
}
.search-filter-grid .right-data-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}
.sidebar-top-submit,
.search-filter-header {
  padding: 0 1.6rem;
  border-bottom: 0.1rem solid #d6d7d9;
}
.search-filter-grid .search-filter-box {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
}
.search-filter-grid .search-filter-box .sidebar-header-title {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.search-filter-grid .search-filter-box .info-icon,
.search-filter-grid .search-filter-box .filter-icon {
  display: inline;
}
.search-filter-grid .search-filter-box .filter-icon i {
  margin-right: 10px;
  font-size: 22px;
  color: #5b616b;
}
.search-filter-grid .search-filter-box .sidebar-title {
  color: #5b616b;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.search-filter-grid .search-filter-box .sidebar-header-description p {
  color: #555;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.search-filter-grid .search-filter-box .sidebar-header-description {
  margin: 0 0 15px 0;
}
.search-filter-grid .search-filter-box .info-icon i {
  margin-left: 5px;
  color: #ffffff;
  background: #e5e5e5;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  display: inline;
}

.search-filter-box .sidebar-submit {
  padding: 15px 10px;
}

.search-filter-box .sidebar-submit .submit-button {
  display: block;
  width: 100%;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 16px;
  color: #fff;
  background-color: #2378c3;
  border: 1px solid #2378c3;
  color: #fbfcfd;
  line-height: 1.5;
  margin-bottom: 10px;
}
.search-filter-box .sidebar-submit .submit-button:disabled {
  opacity: 0.5;
}

.search-filter-box .sidebar-submit .reset-button {
  color: #2378c3;
  background: none;
  width: 100%;
  border: 1px solid #2378c3;
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.search-filter-box .sidebar-submit .reset-button:hover {
  color: #fff;
  background-color: #2378c3;
  transition: all 0.3s ease;
}
.search-filter-box .sidebar-toggle-list .sidebar-list-box {
  list-style-type: none;
  margin: 0;
}
.search-filter-box .sidebar-toggle-list .sidebar-list-box > li {
  border-bottom: 0.1rem solid #d6d7d9;
}
.search-filter-box
  .sidebar-toggle-list
  .sidebar-list-box
  li
  .sidebar-toggle-box {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #5b616b;
  cursor: pointer;
  line-height: 1.5;
}
.search-filter-box
  .sidebar-toggle-list
  .sidebar-list-box
  li
  .sidebar-toggle-content {
  padding: 0px 15px 10px;
  display: none; /* Initially hide the content */
}
.search-filter-box .sidebar-toggle-list .sidebar-list-box .arrow-icon i {
  font-size: 24px;
  font-weight: 300;
}
.sidebar-toggle-box .arrow-icon i::before {
  transition: transform 0.3s ease; /* Smooth rotation animation */
}

.sidebar-toggle-box.active .arrow-icon i::before {
  transform: rotate(90deg); /* Rotate the arrow when active */
}

.keyword-input-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
}
.keyword-input-wrapper .keyword-input,
.agency_input {
  appearance: none;
  background-color: #fff;
  border: 1px solid #d6d7d9;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.keyword-input-wrapper .keyword-submit {
  background-color: #d6d7d9;
  border: 1px solid #aeb0b5;
  border-radius: 0;
  cursor: pointer;
  color: grey;
  font-weight: 300;
  font-size: 21px;
  padding: 5px 15px;
}
.keyword-input-wrapper .keyword-submit:hover {
  background-color: #fff;
  transition: all 0.3s ease;
}
.start-end-date-input {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 5px;
  align-items: end;
  margin-bottom: 15px;
}
.start-end-date-input label,
.date-range-select label,
.agency_lebel {
  color: #5c5c5c;
  display: block;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.start-end-date-input input,
.date-range-select select {
  border: 1px solid #dfe1e2 !important;
  border-radius: 3px;
  line-height: 1.5;
  margin: 0;
  padding: 0.7rem 0.2rem;
  font-size: 12px;
  outline: 0;
  width: 100%;
  box-shadow: none;
}
.start-end-date-input .start-end-date-submit,
.date-range-select .date-range-submit {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 12px;
  background: #2378c3;
  color: #fff;
  height: 41px;
}
.start-end-date-input .start-end-date-submit:hover,
.date-range-select .date-range-submit:hover {
  background-color: #0b4778;
  transition: all 0.3s ease;
}
.date-range-select {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  align-items: end;
  margin-bottom: 15px;
}
.new-awards-checkbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.new-awards-checkbox-wrapper label {
  font-size: 14px;
  font-weight: 500;
}
.fy-chip-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.fy-chip-container span {
  border: 1px solid #a9aeb1;
  color: #1b1b1b;
  font-size: 12px;
  font-weight: 400;
  padding: 0px;
  white-space: nowrap;
  text-align: center;
  border-radius: 3px;
}
.fy-chip-container span:hover {
  background-color: #edeff0;
}
.tabs {
  list-style: none;
  display: flex;
  padding: 0;
  margin-left: 0;
  border-bottom: 1px solid #a9aeb1;
}

.time-period-wrapper .tab {
  padding: 10px;
  cursor: pointer;
  border-bottom: 0px;
}

.time-period-wrapper .tab.active {
  font-weight: 600;
  border-bottom: 2px solid #007bff;
}

.time-period-wrapper .tab-content > div {
  display: none;
}

.time-period-wrapper .tab-content > div.active {
  display: block;
}
.award-input-box {
  position: relative;
  margin-bottom: 10px;
}
.award-arrow-icon {
  font-size: 16px;
  font-weight: 300;
}

.award-arrow-icon-box .award-arrow-icon.rotated::before {
  transform: rotate(90deg); /* Rotate 90 degrees */
}
.award-input-box .award-search-input {
  border: 1px solid #dfe1e2 !important;
  border-radius: 3px;
  line-height: 1.5;
  margin: 0;
  padding: 0.7rem 0.2rem 0.7rem 2rem;
  font-size: 12px;
  outline: 0;
  width: 100%;
  box-shadow: none;
}
.award-input-box .search-icon {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 18px;
  color: #aeb0b5;
}
.contract-main-box {
  display: block;
  grid-template-columns: auto 1fr;
  gap: 5px;
}
.contract-main-box label {
  font-size: 12px;
  font-weight: 600;
}
.contract-main-box .contract-child-checkbox {
  padding-left: 35px;
}
.contract-main-box .contract-child-checkbox label {
  font-weight: 400 !important;
}
#right-box-loader img {
  width: 100%;
  max-width: 100px;
}
/* usa spending css */
agency_lebel

/* sidebar */

.naics_data_content .sidebar-toggle-box.naics_first_child_tab, .sidebar-toggle-box.naics_first_second_tab {
  display: block !important;
}

.custom-date-input-wrapper .date-range-select .data-area {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.custom-date-input-wrapper .date-range-select {
  display: block;
}
.custom-date-input-wrapper .date-range-select .custom_date_range {
  background: #d3d3d3;
  padding: 10px 10px;
  border-radius: 3px;
  margin-top: 10px;
}
.custom-date-input-wrapper .date-range-select .custom_date_range .text_range {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
}
.custom-date-input-wrapper
  .date-range-select
  .custom_date_range
  .text_range
  input.removeselection {
  font-size: 7px;
  width: 14px;
  height: 14px;
  padding: 0px;
  border-radius: 50%;
  background: #ff0000;
  border: none;
}
.custom-date-input-wrapper .date-range-select .custom_date_range .text_range p {
  margin-bottom: 0px;
  font-size: 13px;
}
.custom-date-input-wrapper .date-range-select .data-area .inner-data-area {
  flex: 0 0 79%;
}
.tas-child-checkbox {
  height: 200px;
  overflow-y: scroll;
}

#overlay{	
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 60px;
  height: 60px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}