@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700&display=swap");
#home-entry:hover {
  cursor: pointer;
}

#diamond_tabs{
  display: none !important;
}

#company_info {
  font-family: "Figtree", san-serif;
  text-align: center;
  text-transform: uppercase;
}

#company_title, #company_tagline {
  color: white;
  letter-spacing: 2px !important;
}

#company_tagline {
  font-size: 28px !important;
}

#company_enter_btn {
  color: white;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  font-size: 24px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 5px;
}

#header #logo.rigid_text_logo {
  height: 80px !important;
  padding: 0;
  vertical-align: baseline;
  margin: 0;
  text-transform: uppercase;
}

body.home #header {
  display: none;
}

#in-house-portal :not(i) {
  font-family: "Figtree", sans-serif;
}
#in-house-portal #portal_subtitle {
  font-size: 18px;
  margin: 5px;
  color: black;
}
#in-house-portal #portal_title {
  font-family: "Figtree", serif;
  font-weight: 600;
}
#in-house-portal #diamond_toggle a, #in-house-portal #inventory_toggle a {
  background-color: #f5f5f5;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.85rem !important;
}
#in-house-portal #diamond_toggle a.selected, #in-house-portal #inventory_toggle a.selected {
  box-shadow: 0px 2px 6px 1px #ececec;
  border: 1px solid #c6c6c6;
  z-index: 1;
  font-size: 17px;
  color: white;
}
#in-house-portal .nav-tabs {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
#in-house-portal .nav-tabs .nav-item {
  padding: 0;
}
#in-house-portal .nav-tabs .nav-link {
  font-size: 20px;
}
#in-house-portal .nav-tabs .nav-link.active, #in-house-portal .nav-tabs .nav-link:hover {
  font-weight: bold;
  color: black;
  letter-spacing: 0.8px;
}
#in-house-portal #portal_navbar {
  display: flex;
}
#in-house-portal #shapes-pills {
  display: none;
}
#in-house-portal .nav-pills {
  margin-left: 0;
}
#in-house-portal .nav-pills > li {
  margin: 0 0 0 5px;
  padding: 0;
}
#in-house-portal .nav-pills > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 7px;
}
#in-house-portal .nav-pills > li > a:hover {
  color: #000 !important;
}
#in-house-portal .nav-pills > li .active {
  color: #fff;
  font-weight: bold;
}
#in-house-portal .nav-pills > li .active:hover {
  color: #fff !important;
}
#in-house-portal .table_header th {
  color: white;
  vertical-align: middle;
  letter-spacing: 1px;
}
#in-house-portal .table-bordered th {
  font-weight: 600;
}
#in-house-portal .table-striped .tab, #in-house-portal .table-striped .floro, #in-house-portal .table-striped .depth {
  display: none;
}
#in-house-portal .table-striped tbody td {
  letter-spacing: 1px;
}
#in-house-portal .table-striped tbody td a:hover, #in-house-portal .table-striped tbody td a:focus {
  font-weight: bold;
}
#in-house-portal .checkbox {
  display: inline-block;
  margin-right: 1.5%;
}
#in-house-portal .checkbox label {
  font-size: 18px !important;
  text-transform: capitalize;
  color: black;
}
#in-house-portal .dp_button {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#in-house-portal .dp_button svg {
  height: 20px;
  width: 20px;
}
#in-house-portal .dp_button:hover {
  color: white;
}
#in-house-portal .mob-center {
  text-align: center;
}
#in-house-portal #diamond_tabs .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 10px;
  justify-content: flex-start;
}
#in-house-portal #diamond_tabs .nav-tabs li {
  white-space: nowrap;
}
@media (min-width: 640px) {
  #in-house-portal #portal_navbar {
    display: none;
  }
  #in-house-portal #shapes-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  #in-house-portal .nav-pills > li {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  #in-house-portal #diamond_tabs .nav-tabs {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: initial;
    padding-bottom: 0;
  }
  #in-house-portal #diamond_tabs .nav-tabs li {
    white-space: nowrap;
  }
}
@media (min-width: 1280px) {
  #in-house-portal .mob-center {
    text-align: right;
  }
}

.nav-pills .nav-link{
  border-radius: 0 !important;
}

/*# sourceMappingURL=diamond-portal-in-house-public.css.map */
