@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab:wght@1..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

body {
  margin: 15px;
  margin-top: 0px;
  padding: 0px;
  background-color: #f3f4f9;
  font-family: "Roboto";
  color: #203cb3;
}

.cobalt-water-banner {
  background: rgb(2, 21, 70);
  color: white;
  padding: 15px;
}

.DateInput_input,
.DateInput_input_1 {
  font-family: "Roboto";
  font-size: 18px;
}

.DateInput,
.DateInput_1 {
  width: 120px;
}

.CalendarMonth,
.CalendarMonth_1 {
  background-color: #f3f4f9;
}

.center-screen {
  margin-top: 350px;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.div-logo {
  float: left;
}

.div-logout {
  position: absolute;
  right: 0px;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 6px;
}

.logo {
  height: 60px;
  margin-left: -5px;
  margin-bottom: 2px;
}

.h2-title,
.h2-title-mobile {
  font-family: "Roboto";
  display: inline-block;
  letter-spacing: 3.8px;
  font-weight: 800;
  font-size: 40px;
  margin-top: 6px;
  margin-left: 13px;
}

.h2-title-mobile {
  display: none;
}

h5 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.bg-white {
  background-color: white;
  padding: 24px 32px;
  height: 500px;
}

.app-body {
  margin-left: 4%;
}

.card {
  margin-top: 10px;
}

.card-left {
  padding: 48px 24px 48px 24px;
  margin-left: 0px;
}

.padding-top-bot {
  margin-bottom: 50px;
  font-family: "Roboto";
  font-size: 16px;
}

.custom-control {
  z-index: 0;
}

h6 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 18px;
  margin-top: 45px;
}

.padding-box {
  margin-top: 10px;
  font-family: "Roboto";
  margin-left: 30px;
}

.padding-login {
  margin-top: 10px;
}

.upload {
  width: 100%;
  line-height: 60px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 5px;
  text-align: center;
}

.upload p,
.upload a {
  display: inline;
}

.card p,
.card a {
  cursor: pointer;
}

.Select-control {
  border: 1px solid #203cb3;
}

/* Allow dropdown menu to overflow its narrow col-2 parent */
#demo-dropdown,
#demo-dropdown .Select {
  overflow: visible !important;
}

.Select-menu-outer {
  width: 400px !important;
  z-index: 99999 !important;
  position: absolute !important;
}

.VirtualizedSelectOption,
.Select-option,
.Select-menu-outer .VirtualizedSelectFocusedOption {
  white-space: nowrap;
  line-height: 35px;
  padding: 0 10px;
  box-sizing: border-box;
}

/* Remove overflow clipping from controls card and its col */
.card-body,
.card {
  overflow: visible !important;
}

@media only screen and (max-width: 320px) {
  .Select-menu-outer,
  .Select-value {
    font-size: 10.5px;
  }
  .upload {
    padding: 5px;
  }
}

/* mobile */
@media only screen and (max-width: 768px) {
  .upload {
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 5px;
    text-align: center;
    font-size: small;
  }

  .columns {
    width: 100%;
  }

  .card,
  .card-left {
    padding: 24px;
    margin: 0px;
  }

  .bg-white {
    height: auto;
  }

  .study-browser-banner {
    padding-left: 24px;
  }

  .logo {
    height: 28px;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .div-logo {
    float: left;
    display: block;
    width: 100%;
  }

  .h2-title {
    display: none;
  }

  .h2-title-mobile {
    display: block;
    float: left;
  }

  .app-body {
    margin-left: 0px;
  }

  .four.columns,
  .eight.columns {
    width: 100%;
  }

  .columns {
    text-align: center;
  }

  .user-control {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#my-graph {
  visibility: visible !important;
}

.compact-card {
  position: absolute;
  top: 60px;
  right: 0px;
  z-index: 1000;
  width: 178px;
  box-shadow:
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  padding: 0;
  line-height: 1.1em;
  border: 1px solid #b4b2b2;
  background-color: #fff;
}

.section-header {
  font-size: 10px;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  color: #f2f2f2;
  background-color: #021546;
  font-family: "Hepta Slab";
  font-weight: 400;
}

.section-body {
  display: grid;
  grid-template-columns: max-content auto;
  row-gap: 0.2rem;
  column-gap: 0.3rem;
  padding: 0.6rem 0.6rem;
}

.stat-label {
  font-size: 12px;
  color: #3f3f3f;
}

.stat-value {
  font-size: 12px;
  color: #000;
  text-align: right;
}

#ai-tabs .nav-tabs {
  border-bottom: 2px solid #dee2e6;
  padding: 0 4px;
}
#ai-tabs .nav-item .nav-link {
  color: #555;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 18px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  background: none;
  margin-bottom: -2px;
  transition:
    color 0.15s,
    border-color 0.15s;
}
#ai-tabs .nav-item .nav-link:hover {
  color: #007bff;
  border-bottom-color: #aad4ff;
}
#ai-tabs .nav-item .nav-link.active {
  color: #007bff;
  font-weight: 700;
  border-bottom: 3px solid #007bff;
  background: none;
}

#ai-tabs .nav-tabs {
  display: flex;
  width: 100%;
}
#ai-tabs .nav-item {
  flex: 1;
  text-align: center;
}
#ai-tabs .nav-item .nav-link {
  width: 100%;
  display: block;
}

.dash-spinner-container {
  z-index: 99999 !important;
  background-color: rgba(255, 255, 255, 0.82) !important;
}

#ai-modal .modal-content {
  border-radius: 15px !important;
  overflow: hidden;
}

/* Force the download DateRangePicker calendar to open upwards to avoid page limit/viewport overflow */
#dl-date-picker-range .DateRangePicker_picker {
    top: auto !important;
    bottom: 50px !important;
}

