@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,700;1,800&display=swap");

@font-face {
  font-family: "WebIcons";
  src: url(font-icons.woff) format("woff");
}

html,
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  height: 100%;
  background-color: #fcfbff;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* .header-container a {
  text-decoration: none;
  color: #363636;
  padding: 1rem;
  margin-top: auto;
  margin-bottom: auto;
} */

.main-nav {
  display: flex;
  width: 63%;
  flex-direction: row-reverse;
}

.other-nav {
  display: flex;
  align-items: center;
}

.dropdown-menu-button button {
  color: #363636;
}


.other-nav a {
  margin-right: 0;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-logo h4 {
  margin-bottom: 0;
  letter-spacing: 0.25rem;
}

.nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #363636;
  padding: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* .header-container a:hover {
  border-bottom: 3px solid #4642f1;
  -webkit-transition: border-bottom 0.2s;
  -moz-transition: border-bottom 0.2s;
  -ms-transition: border-bottom 0.2s;
  -o-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
} */


.main-nav a:hover {
  border-bottom: 3px solid #4642f1;
  -webkit-transition: border-bottom 0.2s cubic-bezier(.17,.67,.83,.67);
  -moz-transition: border-bottom 0.2s cubic-bezier(.17,.67,.83,.67);
  -ms-transition: border-bottom 0.2s cubic-bezier(.17,.67,.83,.67);
  -o-transition: border-bottom 0.2s cubic-bezier(.17,.67,.83,.67);
  transition: border-bottom 0.2s cubic-bezier(.17,.67,.83,.67);
}

/* .nav-link.active {
  color: red;
} */

.main-container,
.other-container {
  display: flex;
  flex-direction: column;
  width: 90vw;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
}

.nav-container {
  width: 100vw;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2);
  background-color: #fff;
}

.header-container {
  /* display: flex;
  width: 100vw;
  height: 75px;
  flex-direction: row;
  justify-content: flex-start;
  background-color: #fff;
  color: #363636;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2); */
  display: flex;
  width: 90vw;
  height: 75px;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fff;
  color: #363636;
  /* box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2); */
  margin: 0 auto;
}

/* .header-container a:active {
  color: red;
} */

.nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: 1rem;
}

/* .nav-pills .nav-link.active {
  color: #fff;
  background-color: orange;
} */

.nav-item {
  display: flex;
}
/*
.nav-link .active {
  color: red;
} */

.header-container h1 {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.25rem;
}

.logo {
  margin-left: 0;
  margin-right: 1rem;
}

.vis-container {
  /* position: sticky;
  top: 50px; */
  display: flex;
  flex-direction: column;
  width: 80vw;
  height: 800px;
}

.chart-container {
  width: 99%;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2);
  border-radius: 5px;
  height: 73vh;
}

.test-container {
  width: 90vw;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: baseline;
  margin: 0 auto;
  margin-top: 2rem;
  flex-direction: column;
}

.header-bar {
  width: 70px;
  height: 4px;
  background: #4642f1;
  margin-top: 20px;
  margin-bottom: 1em;
}

.dash-dropdown {
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2);
}
/*
.other-container {
  display: flex;
  flex-direction: column;
} */

.option- #chart {
  height: 40rem;
}

#chart {
  height: 100%;
}

#table-2 {
  display: none;
}

.filter-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 20%;
  background-color: #fcfbff;
  margin-left: 1rem;
}

.filters {
  display: flex;
  flex-direction: column;
}

.Select-control {
  border-color: #fff !important;
}

.filters-details {
  margin-bottom: 0.5rem;
  width: 100%;
}

.filters-menu {
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2);
  border-radius: 5px;
  margin-bottom: 1rem;
}

.filters-details:nth-of-type(4) .filters-menu,
.filters-details:nth-of-type(5) .filters-menu {
  padding: 0px;
  /* height: 85%; */
}

.filters-details:nth-of-type(3) .checklist-menu {
  height: 90px;
  overflow-y: hidden;
}

.Select-menu-outer {
  font-size: 14px !important;
  color: #4e4e4e;
}

.VirtualizedSelectFocusedOption {
  background-color: #f2eefe !important;
}

.filters-content .dash-dropdown {
  box-shadow: none;
}

.Select-placeholder {
  line-height: 44px !important;
}

.Select-placeholder::before {
  content: "Search ";
}

.Select {
  width: 100%;
}

.Select--multi .Select-value {
  color: #4642f1 !important;
  background-color: #f2eefe !important;
}

.filters-summary {
  display: flex;
  align-items: baseline;
  color: #707070;
  letter-spacing: 0.03em;
  line-height: 24px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  background-color: white;
}

.btn {
  padding: 0;
}

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  line-height: 44px;
}

.btn-secondary {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-color: none;
  width: 100%;
  border: none;
}

.btn-secondary span {
  display: flex;
  justify-content: space-between;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: white;
  border-color: white;
  border: none;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

/* .btn-secondary span i:focus {
  color: red;
} */

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
  border-color: white;
  border: none;
}

.filters-summary span {
  background-color: white;
}

.filters-summary:focus {
  box-shadow: none;
}

.checklist-menu {
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
  background: #ffffff;
  height: 225px;
  overflow-y: scroll;
}

.checklist-menu:nth-child(2) {
  height: 70px;
  margin-top: 0.5rem;
}

.checklist-progress_description,
.checklist-type_description,
.checklist-project_initiator,
.checklist-region_geo,
.checklist-ta_geo {
  display: flex;
  margin-top: 0.5rem;
  flex-direction: column;
  background: #ffffff;
}

.checklist-progress_description,
.checklist-type_description,
.checklist-region_geo,
.checklist-ta_geo {
  height: 200px;
  overflow-y: scroll;
}

.checklist-label {
  margin-bottom: 0.5rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.checklist-label:hover {
  cursor: pointer;
  color: white;
  background-color: #4642f1;
}

.checklist-label input:hover {
  border: 1px solid white;
}

.checklist-checkbox {
  margin-right: 0.5rem;
}

.clear-all-btn {
  width: 100%;
  display: flex;
  border: none;
  height: 30px;
  align-items: center;
  background-color: #fff;
  margin-top: 1rem;
}

input[type="checkbox"] {
  filter: hue-rotate(34deg);
}

.clear-all-btn input {
  visibility: hidden;
  width: 260px;
  height: 0;
}

.clear-all-btn-label {
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  color: #4642f1;
}

.clear-all-btn-label:hover {
  cursor: pointer;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 785px;
  margin-bottom: 1rem;
}

.options-container-labour {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  width: 43%;
  max-width: 785px;
  margin-bottom: 1rem;
}

.option-container-labour {
  width: 60%;
  max-width: 240px;
  margin-right: 1rem;
}

.hidden-element {
  display: none;
}

.btn-secondary:hover {
  color: #363636;
}

.btn-secondary.dropdown-toggle {
  color:#363636 !important;
  background-color: white !important; 

}

.left-container {
  width: 30vw;
  height: 100%;
  /* background-color: #4642f1; */
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  position: relative;
}

.left-container img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .left-container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  background: #4642f1;
  background: -webkit-linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  );
  background: linear-gradient(
    to right,
    #4a00e0,
    #8e2de2
  );
} */

.content-container {
  height: 85%;
  overflow-y: auto;
  overflow-wrap: break-word;
}

.option-container h2 {
  color: #fff;
}

.option-container {
  width: 33%;
  margin-right: 1rem;
  max-width: 240px;
}

.modebar-container > div > .modebar-group a > svg:first-of-type {
  width: 2rem;
  height: 2rem;
}

.export-container {
  width: 18.5%;
  /* max-width: 285px; */
  /* margin-left: 10rem; */
}

/* .option-container:last-child {
  width: 40%;
} */

/* #measure-choice label,
#chart-type label { */
/* color: #fff; */
/* } */

.loader-wrapper > div {
  visibility: visible !important;
  height: 100%;
}

.map-container {
  display: flex;
  flex-direction: column;
  width: 90vw;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 2rem;
}

.map-container .row-container {
  width: 90vw;
}

.row-container-map .filter-container {
  position: inherit;
}

.map-container .row-container .options-container {
  width: 43%;
}

.radio-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 370px;
}

.radio-option-hidden,
.option-container-hidden {
  display: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4642f1;
  border-color: #4642f1;
}

.spinner {
  background-color: #4642f1;
  color: #4642f1;
}

.dash-default-spinner > div {
  background-color: #4642f1 !important;
}

input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #464646;
  content: "";
  display: flex;
  visibility: visible;
  border: 2px solid white;
}

input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  position: relative;
  background-color: #4642f1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.radio-label {
  margin-bottom: 0 !important;
  display: flex;
  align-items: baseline;
}

.input-checkbox {
  margin-right: 1rem;
}

.row-container-map {
  width: 90vw;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  margin: 0 auto;
  min-height: 630px;
  max-height: 685px;
  height: 73vh;
}

.row-container-map .filter-container {
  margin-top: 0;
}

#update-choice {
  color: #fff;
}

.rc-slider-track {
  background-color: #f2eefe;
}
.rc-slider-dot-active {
  border-color: #4642f1;
}

.rc-slider-handle {
  border: solid 2px #4642f1;
}

.rc-slider-handle:focus {
  border-color: #4642f1;
}

.rc-slider-mark-text-active {
  color: black;
}

.footer {
  height: 100%;
  background-color: #36454f;
  flex: 1;
}

.row-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.dash-spreadsheet-menu > * {
  padding-right: 0px !important;
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.option-container h4,
.date-container h4,
.option-container-labour h4,
.filter-details h4 {
  font-size: 1rem;
  color: #4e4e4e;
}

.label-text {
  font-size: 1rem;
  color: #4e4e4e;
}

.date-container {
  margin-top: 0.5rem;
}

.export-container h4 {
  font-size: 1rem;
  visibility: hidden;
}

.export::before {
  display: flex;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f019";
  position: relative;
  right: 30%;
}

.export {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  /* margin-bottom: 1rem; */
  background: #fff;
  border: 2px solid #4642f1;
  border-radius: 5px;
  color: #4642f1;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  width: 100%;
  cursor: pointer;
}

#table .dash-spreadsheet-container .dash-spreadsheet-inner table {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.dash-spreadsheet-container {
  display: none;
}

.dash-table-container .dash-spreadsheet-container {
  display: none;
}

#map-overlay {
  position: absolute;
  display: block;
  margin-top: 1rem;
  margin-left: 1rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* #labour_table {
  /* display: none; */
/* } */

#hidden-table {
  display: none;
}

#labour_chart {
  height: 100%;
}

#chart-pipeline-map {
  height: 73vh;
}

.about-page-container {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  margin-top: 2rem;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(143, 143, 143, 0.2);
  border-radius: 5px;
  height: 83vh;
}

.about-project-body {
  width: 90vw;
  display: flex;
  margin: 0 auto;
}

.body-content {
  margin-top: 1rem;
  padding: 20px;
}

.hidden-element {
  display: none;
}

.options-container-supply {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  width: 60%;
  max-width: 785px;
  margin-bottom: 1rem;
}

.item-row-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.item-row-container p {
  width: 65%;
  margin-bottom: 0;
}

.item-row-container h2 {
  color: #707070;
  margin-bottom: 0;
}

.filter-item-supply {
  /* display: flex;
  flex-direction: column; */
  align-items: baseline;
  justify-content: space-around;
}

::-webkit-scrollbar {
  width: 14px;
  height: 18px;
  margin-left: 1rem;
}
::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
