.ndialog > div {
  width: 90%;
  position: relative;
  left: 0;
  right: 0;
  top: 10%;
  background-color: #FFF;
  height: fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 20px 13px 20px;
  z-index: 1000;
  background-clip: padding-box;
  box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
  display: table;
  outline: none;
  border-radius: 20px;
}
.seek_region_map_outer {
  
}
.seek-create-project input{
  font-size: 16px;
  margin-bottom: .5em;
  padding: .3em;
}
#nbq_download {
  margin: 2em;
}
#nbq_outer_profile {
  width: 70%;
}
#nbq_outer_send-email {
  width: max-content;
}
#nbq_outer {
  width: 80%;
}
#nbq_outer_add-project {
  width: max-content;
}
.nbutton {
  cursor: pointer;
}
.seek-marketing-image {
  width: 235px;
}
.seek-marketing-video {
  width: 235px;
}
.npopup{

}
.seek-top-bar {
  display: flex;
  position: sticky;
  top: 0px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #707070;
  box-shadow: 0px 0px 5px #707070;
  background: rgb(40, 40, 45);
  padding: 3px 0px;
  z-index: 20;
}
.seek-registration-top-bar {
  display: flex;
  position: sticky;
  top: 0px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #707070;
  box-shadow: 0px 0px 5px #707070;
  background: rgb(40, 40, 45);
  height: 5vh;
}
.seek-projects-top-bar {
  display: flex;
  position: sticky;
  top: 0px;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #707070;
  box-shadow: 0px 0px 5px #707070;
  background: rgb(40, 40, 45);
  height: 5vh;
}
.seek-search-content {
  width: 70%;
  height: 90%;
  overflow-y: auto;
  border-left: 2px solid #CCCCCC
}
.seek-search-bar {
  display: flex;
  padding: 20px;
  align-items: center;
}
.search-dropdown-option{
  padding: 3px;
  height: 25px;
  width: 100%;
  background-color: #EBECF3;
  border-bottom: 2px solid #D6D6D5;
  cursor: pointer;
}
.search-dropdown-option-selected{
  padding: 3px;
  height: 25px;
  width: 100%;
  border-bottom: 2px solid #D6D6D5;
  cursor: pointer;
  background-color: #69C2FF;
}
.search-dropdown-option:hover{
  background-color: #69C2FF;
}
.seek-region-bar {
  display: flex;
}
.seek-selected-region-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
}

.seek-selected-region {
  padding: 5px;
  display: flex;
}
.seek-region {
  width: 20vw;
}
.menushow {
  font-size: 18px;
}
.seek-account-bar {
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: flex-end;
}
.seek-account-info{
  color: white;
  font-size: 18px;
  cursor: pointer;
}
.seek-hamburger-categories {
  padding: 10px;
  background: rgb(40, 40, 45);
  text-align: center;
  color: white;
}
.seek-hamburger-categories img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: 5px;
}
.seek-hamburger-categories span {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 15px;
}
.seek-down-arrow {
  width: 10px;
  height: 10px;
  margin: 10px;
  vertical-align: middle;
}
.seek-left-top-bar {
  margin: 10px;
}
.seek-top-bar-links {
  font-size: 20px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer
}
.seek-account-image {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.category-subcategories {
  overflow: auto;
  transition: max-height 0.2s ease-out;
  text-overflow: ellipsis;
  display: inline-grid;
  width: 100%;
  max-height: 650px;
}
.category-subitem {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #444;
  color: white;
  padding: 5px 8px;
  width: 100%;
  font-size: 12px;
  cursor: pointer;
}
.category-subitem:hover {
  background-color: #252525;
}
.category-item-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  color: #444;
}
.category-item-container:hover {
  background-color: #252525;
  color: white;
}
.category-item-container-selected {
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #252525;
}
.category-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 8px;
  width: 100%;
  font-size: 15px;
}
.category-item-selected {
  font-weight: bold;
  cursor: pointer;
  color: white;
  background-color: #252525;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 8px;
  width: 90%;
  font-size: 15px;
}
.active{
  background-color: #ccc;
}
.category-item-down {
  font-size: 15px;
  float: right;
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.category-item-down:before {
  content: '\276F';
}
.category-item-down-selected {
  font-size: 15px;
  color: white;
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.category-item-down-selected:before {
  content: '\276F';
}
.category-bar {
  display: inline-block;
  background-color: #eee;
  padding: 0px !important;
  width: 200px !important;
  line-height: 18px;
}
.filter-bar {
  padding: 10px;
  box-shadow: 1px 1px 6px #bebebe;
  margin-right: 10px;
  border-radius: 5px;
  width: 400px;
}
.filter-products-container{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.filter-applied-container{
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.filter-cross{
  font-weight: 600;
  font-size: 16px;
  padding-right: 10px;
  cursor: pointer;
}
.filter-header-item{
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #1d1d1d;
  border-left: 5px solid #1d1d1d;
  background: #fff;
  margin: 15px 0px;
}
.filter-checkbox-container{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.seek-bottom {
  display: flex;
  width: 100%;
  height: 100%;
}
.search-input-text {
  width: 75%;
  background: #CCCCCC;
  color: black;
  box-shadow: 0px 3px 6px #707070;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
}
.search-go {
  width: 55px;
  cursor: pointer;
  height: 45px;
  box-shadow: 0px 3px 4px #707070;
  margin-right: 5px;
  background: black;
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
}
.seek-search-DLC{
  padding: 10px;
}
.seek-search-DLC-btn {
  border-radius: 5px;
  color: white;
  padding: 5px 5px;
  font-size: 14px;
  cursor: pointer;
  width: 125px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
  background: rgba(24, 100, 171, 0.1);
  margin: 3px 0px;
}
.seek-line-card-text {
  text-decoration: none !important;
  color: white;
}
.seek-brand-listing {
  margin: 10px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 100px;
  justify-content: space-between;
}
.seek-product-listing-results {
  margin: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 100px;
  align-items: center;
  justify-content: center;
}
.seek-brand-panel {
  margin-left: 10px;
  margin-bottom: 15px;
  box-shadow: 0px 3px 6px #707070;
  border-radius: 10px;
  width: 190px;
  float: left;
  position: relative;
  text-align: center;
}
.seek-brand-top-image-panel {
  height: 85px;
  width: 100%;
}
.seek-brand-bottom {
  height: 40px;
  width: 100%;
  white-space: nowrap;
  padding: 10px;
  font-size: 14px;
  border-radius: 0px 0px 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.seek-brand-bottom a {
  text-decoration: none;
  color:white;
}
.seek-brand-top-default {
  width: 150px;
  height: 50px;
  background: wheat;
  margin: auto;
  display: flex;
  text-align: center;
}
.seek-product-listing {
  margin: 0px 10px 10px 10px;
}
.seek-product-listing-status {
  margin: 0px 10px 10px 10px;
}
.seek-product-panel {
  margin: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3px 6px #707070;
  border-radius: 10px;
  width: 225px;
  height: 305px;
  cursor: pointer;
}
.seek-product-top {
  height: 200px;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.seek-manufacturer-terms-conditions {
}
.seek-manufacturer-product-bottom {
  background: lightgray;
  width: 133px;
  height: 60px;
  padding: 6px;
  border-radius: 0px 0px 10px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  flex-direction: column;
}
.seek-manufacturer-product-bottom span:hover {
  text-overflow: clip !important;
  word-break: break-word !important;
  white-space: initial;
}
.seek-manufacturer-product-bottom span {
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.seek-product-badge {
  display: block;
  position: relative;
  top: -200px;
  left: -6px;
  height: 57px;
  width: 57px;
}
.seek-product-bottom {
  background: #FFFFFF;
  color: #252525;
  height: 100px;
  white-space: nowrap;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
.seek-product-bottom span {
  margin-top: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
}
.seek-product-bottom span:hover{
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-word !important;
  overflow: visible;
}
.seek-product-bottom a {
  text-decoration: none;
  color: black;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.seek-product-top-default {
  width: 150px;
  height: 50px;
  background: wheat;
  margin: auto;
  display: flex;
  text-align: center;
}
.seek-products-sort-option {
  margin: 0px 2px;
  padding: 7px 10px;
  color: #252525;
  box-shadow: 1px 1px 6px #bebebe;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
}
.seek-products-sort-option:active{
  background: #eeeeee
}
.seek-products-sort-option:hover {
  box-shadow: none;
  background: #eeeeee
}
.seek-products-bar-text {
  margin: 5px;
}
.seek-products-bar {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  border-radius: 5px;
  align-items: center;
}
.seek-status-bar {
  margin-left: 10px;
  margin-right: auto;
}
.seek-status-bar-text {
  margin: 5px;
}
.seek-status-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.seek-line-card-inner {
  text-align: center;
  background: rgb(40, 40, 45);
  padding: 5px;
  border-radius: 5px 5px 5px 5px;
}
.seek-manufacturer-product-image {
  max-width: 100%;
  max-height: 100%;
  height: 134px;
  width: 134px;
  cursor: default;
  display: inline;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.seek-manufacturer-product-top-image-panel {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.seek-product-top-image {
  width: 100%;
  height: 100%;
  padding: 0.2em;
  object-position: center;
  cursor: pointer;

}
.seek-manufacturer-top-image-panel {
  width: 190px;
  height: 85px;
}
.seek-manufacturer-top-image {
  width: 190px;
  height: 100%;
  padding: 0.2em;
  object-position: center;
  cursor: pointer;
}
.seek-popup {
  max-height: 250px;
  width: 300px;
  overflow-y: scroll;
}
.seek-pdlg-top-row {
  display: inline-flex;
}
.seek-pdlg-image {
  width: 100%;
}
.seek-pdlg-logo-panel {
  float:  right;
  width: 20%;
}
.seek-pdlg-manufacturer-image {
  margin: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3px 6px #707070;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  object-position: center;
}
.seek-pdlg-manufacturer-logo {
  margin: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3px 6px #707070;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  object-position: center;
}
.seek-product-pdlg-top-row {
  float: right;
  display: inline-flex;
}
.seek-manufacturer-pdlg-top-row{
  display: inline-flex;
}
.seek-pdlg-name {
  padding-top: 20px;
  cursor: default;
  color: #1D1D1D;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
.seek-pdlg-image-links{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #707070;
  width: 175px;
}
.seek-pdlg-general{
  width: 50%;
}
.seek-pdlg-manufacturer-description {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 20px;
  width: 80%;
}
.seek-pdlg-product-descriptions {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 20px;
  width: 80%;
}
.seek-pdlg-product-description {
  margin-bottom: 10px;
}
.seek-pdlg-product-features {
  margin-top: 10px;
}
.seek-pdlg-product-image-panel {
  float: left;
  width: 30%;
}
.seek-pdlg-send-product-image-panel {
  float: left;
  width: 15%;
}
.seek-pdlg-send-product-image {
  margin: 10px;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 3px 6px #707070;
  border-radius: 10px;
  width: 130px;
  height: 130px;
  object-position: center;
}
.seek-product-details-container{
  float: right;
  width: 90%;
}
.seek-product-details-header{
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #1d1d1d;
  border-left: 5px solid #1d1d1d;
  background: #fff;
  margin: 15px 0px;
  width : 60%;
}
.seek-product-details{
  width: 60%;
  margin-bottom: 5px;
}
.attribute-products-container {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.attribute-header-item {
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid #1d1d1d;
  border-left: 5px solid #1d1d1d;
  background: #fff;
  margin: 15px 0px;
}
.seek-pdlg-product-attributes {
  float: right;
}
.seek-pdlg-product-attributes ul {
  margin: 10px;
  padding: 10px;
}
.seek-pdlg-image-links-list {
  text-align: center;
}
.seek-pdlg-image-links-list a{
  display: block;
  height: 100px;
  color: #252525;
  padding: 25px;
  margin: 10px 0px 0px;
  text-decoration: none;
  text-align: center;
}
.seek-pdlg-image-links-list a:hover {
  background-color: #2B2B2B;
  color: white;
  border-bottom: 1px solid white;
}
.seek-project-pdlg-tab {
  background: #252525 !important;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
  padding: 10px;
  margin: -1px auto 0 auto;
}
.seek-pdlg-tabs {
  background: #252525 !important;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 5px;
  padding: 10px;
}
.seek-pdlg-tab-parent-links {
  color: white;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
}
.seek-pdlg-tab-parent-links:hover {
  background-color: #A6A6A6;
  text-decoration: underline;
}
.seek-pdlg-tab-parent-links.active {
  text-decoration: underline;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
}
.seek-pdlg-tab-links{
  color: white;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
}
.seek-pdlg-tab-links:hover {
  background-color: #A6A6A6;
  text-decoration: underline;
}
.seek-pdlg-tab-links.active{
  text-decoration: underline;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
}
.seek-pdlg-tab-content {
  margin: 25px;
  width: 134px;
  height: 120px;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 20px;
  border: 1px solid #CCC;
  display: inline-block;
}
.seek-pdlg-socials-images {
  width: 25px;
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(7, auto);
  grid-gap: 2px;
}
.seek-pdlg-socials-images div {
  height: 100%;
  max-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seek-pdlg-socials-images img {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-top: 10px;
}
.seek-view-all-products {
  cursor: pointer;
  font-weight: bold;
}
.seek-product-bottom-icons-container{
  display: flex;
  margin-top: 5px;
  justify-content: space-evenly;
}
.seek-product-bottom-icons {
  width: 20px;
  height: 20px;
  display: inline;
  float: inside;
}
.login-first-name {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-last-name {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-phone {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-company-name {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-password {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  border: 1px solid gray !important;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.login-email {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.tfa-code {
  border: 1px solid gray !important;
  font-size: 20px;
  width: 400px;
  padding: 5px;
  margin: 5px;
  -webkit-text-fill-color: black !important;
  color: black !important;
}
.seek-registration-content{
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}
.seek-pdlg-manufacturer-image-panel{
  float:  right;
  width: 20%;
}
.seek-pdlg-image-panel {
  float: left;
  width: 30%;
}
.seek-pdlg-project-panel {
  float: left;
  width: fit-content;
}
.seek-spinner {
  border-radius: 5px;
  background: rgba(229, 229, 229, 0.80);
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 10010;
}
.selectedFavorite {
  background: orangered;
}
.add-project-text {
  border: 1px solid black;
  padding-left: 5px;
  margin: 5px;
}
.add-project-text textarea {
  resize: none;
  overflow: auto;
  width: 150px;
  height: 110px;
}
.seek-project-title {
  font-size: 30px;
}
.seek-project-heading {
  display: flex;
  margin: 5px;
  background-color: #252525;
  padding: 10px;
}
.seek-project-detail-heading {
  margin: 5px;
  cursor: pointer;
  background-color: #252525;
  padding: 10px;
  width: 83vw;
}
.seek-project-detail-table {
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  height: 42vh;
}
.seek-project-detail-table-body {
  height: 110px;
  margin-bottom: 30px;
}
.seek-project-content {
  padding-bottom: 25px;
}
.seek-project-table-heading {
  font-weight: bold;
  color: white;
  margin-right: 3.8em;
}
.seek-project-heading h4 {
  font-weight: bold;
  color: white;
  margin-right: 8em;
}
.seek-project-entry {
  display: flex;
  margin: 5px;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid gray;
  box-shadow: 0px 3px 6px #707070;
}
.seek-project-entry:hover {
  background: lightblue;
}
.seek-project-data {
  width: 205px;
}
.seek-project-line {
  display: flex;
  margin: 5px;
  cursor: pointer;
}
.seek-project-line-data-action {
  display: inline-grid;
}
.seek-project-data-action {
  width: 24px;
  height: 24px;
  font-weight: bold;
  margin: auto;
  padding: 2px;
}
.seek-project-data-download {
  text-decoration: none;
  color: #1D1D1D;
}
.seek-project-line-product-name {
  cursor: pointer;
  position: absolute;
  left: 33em;
  margin-top: 5px;
}
.seek-project-line-quantity {
  text-align: center;
  cursor: pointer;
  width: 20px;
  position: absolute;
  left: 5em;
  margin-top: 10px;
}
.seek-project-line-fixture-type {
  width: 10em;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 8.7em;
  resize: none;
  overflow: hidden;
  margin-top: 10px;
}
.seek-project-line-manufacturer {
  width: 14em;
  cursor: pointer;
  position: absolute;
  left: 47em;
  margin-top: 5px;
}
.seek-project-line-catalog-number {
  width: 12em;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  cursor: pointer;
}
.seek-project-line-catalog-number textarea {
  height: 150px;
  width: 100%;
  overflow: hidden;
  resize: none;
  cursor: pointer;
}
.seek-project-line-description {
  width: 10em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  resize: none;
  height: 120px;
  position: absolute;
  left: 60.5em;
  margin-top: 5px;
}
.seek-project-line-note {
  width: 10em;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  resize: none;
  left: 72em;
  margin-top: 5px;
}
.seek-project-line-note-internal {
  width: 10em;
  cursor: pointer;
  position: absolute;
  left: 60em;
}
.seek-project-name {
  font-size: 24px;
  width: 35vw;
}
.seek-project-dialog-description {
  background: #efefef;
  width: 30vw;
  height: 6.5em;
  cursor: pointer;
  resize: none;
  padding: 10px;
}
.seek-project-dialog-label {
  color: #1D1D1D;
  font-size: 16px;
  font-weight: bold;
}
.seek-project-dialog-input {
  cursor: default;
  color: #1D1D1D;
  font-size: 14px;
}
.seek-project-dialog-location-state {

}
.seek-project-dialog-biddate {

}
.seek-project-add-line-div {
  display: flex;
  gap: .3em;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.seek-project-add-line {
  border: 1px solid black;
  padding: 5px;
  border-radius: 10px;
  height: fit-content !important;
  width: fit-content !important;
}
.seek-project-add-line:hover{
  font-weight: bold;
}

.seek-copy-button {
  cursor: pointer;
}
.seek-project-line-product {
  display: flex;
  margin-left: 70px;
}
.seek-project-line-product-image {
  width: 100px;
  height: 100px;
  box-shadow: 1px 1px 6px #bebebe;
  border-radius: 5px;
  position: absolute;
  left: 17em;
  margin-top: 10px;
}
.seek-project-line-suggestion-product-image {
  width: 100px;
  height: 150px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.seek-project-line-suggestion-product-description {
  font-size: 12px;
  height: 70px;
  overflow: hidden;
  color: gray;
}
.seek-project-line-suggestion-product-details{
  width: fit-content;
  height: 150px;
}
.seek-project-line-suggestion {
  margin-left: 28em;
  margin-top: 25px;
  position: absolute;
  overflow-y: auto;
  height: 45vh;
  width: 80vw;
  z-index: 10000;
}
.seek-project-line-product-suggestion {
  display: flex;
  border: 1px solid gray;
  height: 150px;
  overflow-y: auto;
  width: 30%;
  z-index: 10000;
  background: white;
  position: sticky;
}
.seek-project-cancel-suggestions {
  color: red;
  cursor: pointer;
}
.seek-project-action-image {
  display: inline-grid;
  margin: 4px;
}
.seek-project-line-action-image {
  width: 24px;
  height: 24px;
  padding: 2px;
  margin: auto;
  cursor: pointer;
}
.seek-project-copy-data-div {
  display: inline-grid;
}
.seek-project-delete-data-div {
  display: inline-grid;
}
.seek-project-share-data-div {
  display: inline-grid;
}
.seek-manufacturer-badge {
  display: block;
  position: relative;
  top: -87px;
  left: -6px;
  height: 57px;
  width: 57px;
}
.seek-product-matched-text {
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.seek-pdlg-icons {
  cursor: pointer;
}
.seek-pdlg-icons img{
  display: inline;
  width: 20px;
  height: 20px;
}
.seek-pagination-btns button {
  display: inline;
  margin: 0px 2px;
  padding: 7px 10px;
  color: #252525;
  box-shadow: 1px 1px 6px #bebebe;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100px;
}
.seek-pagination-btns buttons:hover {
  box-shadow: none;
}
.seek-pagination-btns-bottom {
  text-align: center;
}
.seek-pagination-btns-bottom button {
  display: inline;
  margin: 0px 2px;
  padding: 7px 10px;
  color: #252525;
  box-shadow: 1px 1px 6px #bebebe;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100px;
}
.seek-pagination-btns-bottom buttons:hover {
  box-shadow: none;
}
.seek-manufacturer-marketing-media {
  width: 65%;
  height: 100%;
  position: relative;
  margin: auto;
}
.seek-manufacturer-marketing-media-source {
  width: 100%;
  padding-top: 60px;
}
.seek-manufacturer-marketing-media-source iframe {
  width: 100%;
  height: 350px;
}
.seek-manufacturer-marketing-media-source img {
  width: 100%;
  height: 350px;
}
.seek-manufacturer-marketing-media-prev-button, .seek-manufacturer-marketing-media-next-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  padding: 16px;
  transition: 0.7s ease;
  text-decoration: none;
  background-color: rgba(100,100,100,0.8);
}
.seek-manufacturer-marketing-media-next-button {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.seek-manufacturer-marketing-media-prev-button:hover, .seek-manufacturer-marketing-media-next-button:hover {
  background-color: rgba(0,0,0,0.8);
}
.seek-document-link {
  margin-left: 1em;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 3px;
}
.seek-download-icon {
  width: 20px;
  height: 20px;
  display: inline;
  margin-left: 1em;
}
#pdf-js-viewer {
  float: right;
}
#specsheet-frame {
  float: right;
  margin-left: 12em
}
.search-show-products-for-categories {
  padding: 5px;
}
.search-show-products-for-categories input{
  display: inline;
  padding: 7px 10px;
  box-shadow: 1px 1px 6px #bebebe;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100px;
}
.seek-search-match-type {
  padding: 5px;
}
.seek-search-match-type input {
  display: inline;
  padding: 7px 10px;
  box-shadow: 1px 1px 6px #bebebe;
  cursor: pointer;
}
.project-name-dropdown {
  border: 1px solid black;
  width: 20vw;
  position: absolute;
  height: 20px;
}
#create-projectName {
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectDesc {
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectLocation {
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectLocationState {
  border: solid 1px #252525;
  width: 20vw;
}
#create-projectBidDate {
  border: solid 1px #252525;
  width: 20vw;
}
.seek-right-bar {
  width: 270px;
  margin-top: 120px;
  margin-right: 20px;
}
.seek-rep-marketing-media {
  border: 0px solid #252525;
  border-radius: 10px;
  padding: 10px;
}
.seek-rep-marketing-media-outer {
  padding-bottom: 10px;
}
.seek-project-line-action-icons {
  width: 150px;
  left: 73em;
  position: absolute;
  margin-top: 5px;
}
.specseek-add-project-title {
  text-align: center;
  margin-top: 25px;
  margin-left: 10px;
}
.project-input {
  font-size: 16px;
  margin-bottom: .3em;
  padding: .3em;
  border: solid 1px #252525;
  width: 20vw;
}
.seek-project-dialog-project-name {
  font-size: 26px;
  width: 100%;
  font-weight: bold;
}
.seek_project_horizontal_container{
  margin-bottom: 2px;
}
.seek_project_details{
  float:left;
  width: 30%;
}
.seek_project_stat{
  font-size: 12px;
  color: #555;
}
.seek_project_description{
  float: right;
  width: 40%;
}
.seek-pdlg-title-row{
  margin-bottom: .5em;
  padding-left: 10px;
}
.seek_nhcp{
  display: flex;
  gap: .3em;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.seek_project_horizontal_container{
  margin-bottom: 2px;
}
.seek_project_details{
  float:left;
  width: 30%;
}
.seek_project_stat{
  font-size: 12px;
  color: #555;
}
.seek_project_description{
  float: right;
  width: 40%;
}
.seek-pdlg-title-row{
  margin-bottom: .5em;
  padding-left: 10px;
}
.seek_nhcp{
  display: flex;
  gap: .3em;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.nbutton {
  background: #252525;
  color: white;
  box-shadow: 0px 3px 6px#00000029;
  border-radius: 10px;
  font-size: 12.8px;
  padding: 7px 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.nbutton:hover {
  background: #53565A;
  color: white;
}
#nbq_close {
  margin-right: 5px;
}
#nbq_share_project {
  margin-right: 5px;
}
#nbq_download_o2o {
  margin-right: 5px;
}
#nbq_save {
  margin-right: 5px;
}
#nbq_logout_logout{
  margin-right: 5px;
}
#nbq_close_logout{
  margin-right: 5px;
}
#nbq_map_map{
  margin-right: 5px;
}
#nbq_close_map{
  margin-right: 5px;
}
.show-map-iframe {
  width:100%;
  height: 500px;
}
#SeekLoginEmail{
  -webkit-text-fill-color: black !important;
  color: black !important;
  border: 1px solid gray !important;
}
.seek-fixture-detail-attributes{
  display: flex;
  width: 60%;
  margin-bottom: 5px;
}
.fixture-detail-attribute-label {
  margin-left: 1em;
  font-weight: bold;
}
.fixture-detail-attribute-text{
  margin-left: .5em;
}

/*-----SpecSeek Responsive Designs-----*/
@media (max-width: 1200px) {
  .specseek-line-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .specseek-searchbar {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .specseek-sidebar {
    min-width: 13%;
    max-width: 13%;
  }

  .specseek-middle {
    min-width: 87%!important;
    max-width: 87%!important;
  }

  .specseek-line-boxes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  .specseek-searchbar {
    width: 83%;
  }

  #specseek-main-container .container, .specseek-modals .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .specseek-my-projects-table {
    display: flex;
    overflow-x: scroll;
    z-index: 1;
  }

  .specseek-project-table-head {
    display: grid;
    grid-template-columns: 100%;
    min-width: 164px;
    max-width: 165px;
    margin-right: 0px!important;
  }

  .specseek-project-table-content {
    display: grid;
    grid-template-columns: 100%;
    margin-left: 0px!important;
    max-width: 200px;
  }

  .hide-lg {
    /*--Hide Below 992px--*/
    display: none;
  }
}
@media (max-width: 896px) {
  p {
    font-size: 14px;
  }

  .specseek-line-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr)!important;
  }

  .specseek-middle {
    min-width: 100%!important;
    max-width: 100%!important;
  }

  .specseek-content {
    grid-gap: 20px !important;
  }

  #specseek-dropdown-mobile {
    font-size: 12px;
    min-width: 160px;
    padding: 10px 15px;
  }

  .specseek-mobile-my-account .specseek-account-button {
    max-width: 160px;
    font-size: 14px;
    right: -2%;
    /* top: 0; */
    padding: 10px 10px;
  }

  .specseek-mobile-my-account .users img {
    max-width: 20px;
  }

  .specseek-searchbar {
    width: 70%;
  }

  .specseek-searchbar input {
    max-width: 85%;
  }

  .specseek-searchbar button {
    max-width: 12%;
  }

  .specseek-lc-button {
    text-align: center !important;
    width: 30% !important;
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 5px;
    line-height: 1;
  }

  .specseek-middle {
    margin-left: 0!important;
  }

  .specseek-add-to-project-product-thumb {
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 5px;
  }

  #specseek-main-container .footer, .specseek-modals .footer {
    position: static;
  }

  .hide-md {
    /*--Hide Below 768px--*/
    display: none !important;
  }
}

@media (min-width: 896px) {
  .hide-desktop {
    display: none !important;
  }

  .specseek-manufacturer-modal .container-fluid {
    width: 90%;
  }
}
@media (max-width: 896px) {
  p {
    font-size: 14px;
  }

  .specseek-line-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr)!important;
  }

  .specseek-middle {
    min-width: 100%!important;
    max-width: 100%!important;
  }

  .specseek-content {
    grid-gap: 20px !important;
  }

  #specseek-dropdown-mobile {
    font-size: 12px;
    min-width: 160px;
    padding: 10px 15px;
  }

  .specseek-mobile-my-account .specseek-account-button {
    max-width: 160px;
    font-size: 14px;
    right: -2%;
    /* top: 0; */
    padding: 10px 10px;
  }

  .specseek-mobile-my-account .users img {
    max-width: 20px;
  }

  .specseek-searchbar {
    width: 70%;
  }

  .specseek-searchbar input {
    max-width: 85%;
  }

  .specseek-searchbar button {
    max-width: 12%;
  }

  .specseek-lc-button {
    text-align: center !important;
    width: 30% !important;
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 5px;
    line-height: 1;
  }

  .specseek-middle {
    margin-left: 0!important;
  }

  .specseek-add-to-project-product-thumb {
    display: grid;
    grid-template-columns: 20% auto;
    grid-gap: 5px;
  }

  #specseek-main-container .footer, .specseek-modals .footer {
    position: static;
  }

  .hide-md {
    /*--Hide Below 768px--*/
    display: none !important;
  }
}
.category-container{
  margin-right: .4em;
}