@import url("https://fonts.googleapis.com/css?family=Work%20Sans");
@import url("https://p.typekit.net/p.css?s=1&k=jco6ucq&ht=tk&f=6808.6846&a=30079999&app=typekit&e=css");
#influences-out_set, #influences-exp_set {
  justify-content: center;
  display: flex;
}

#influences-out_set .form-group, #influences-exp_set .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#influences-out_set .form-group > div, #influences-exp_set .form-group > div {
  width: 300px;
}

body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 5px;
}

#home_extra {
  top: 50px;
  position: relative;
}

#home_top {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
}

#extra_head {
  margin-top: auto;
}

@media only screen and (max-width: 575px) {
  .nav .active, .nav-item > .nav-link.active {
    display: none;
  }
  .dropdown {
    text-align: right;
  }
  .dropdown i {
    display: inline-block;
  }
  .dropdown span {
    display: none;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown.show {
    z-index: 10;
  }
  .navbar-nav {
    position: absolute;
    right: 10pt;
    top: 15pt;
  }
}

#compare_countries-plot {
  height: 50vh;
}

@media only screen and (max-width: 1000px) {
  #compare_countries-plot {
    height: 70vh;
  }
  #compare_countries-description {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) {
  .dropdown-toggle i {
    display: none;
  }
  .dropdown-toggle span {
    display: inline-block;
  }
}

.navbar > .container-fluid {
  align-items: center;
}

.navbar-brand {
  cursor: pointer;
}

.navbar {
  height: 80px;
}

.top-logo {
  max-height: 60px;
}

#home_logo {
  text-decoration: none;
}

.landing-page-button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.landing-page-icon {
  width: 100%;
  /*height: 60%;
    position: absolute;*/
  min-height: 18vh;
  background-color: white;
  border: 0;
  object-fit: scale-down;
  margin-top: auto;
}

.landing-page-box {
  width: 100%;
  height: 100%;
  min-height: 23vh;
  background-color: white;
  box-shadow: 0px 3px 5px 1px #cccccc;
  padding: 5px;
  margin-bottom: 5px;
  top: 0;
  left: 0;
  float: left;
  transition: all .4s ease-in-out;
  position: relative;
  object-fit: scale-down;
  display: flex;
  flex-direction: column;
}

.landing-page-box-title {
  font-size: 1.17em;
  font-weight: bold;
  color: #016bb2;
  text-align: center;
  padding-top: 5px;
}

.landing-page-box-description {
  text-align: center;
  position: static;
}

.landing-page-box:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 10px 1px #d0d0d0;
}

body {
  font-family: Myriad Pro, 'Work sans', Sans-Serif;
  color: #333333;
  font-size: 18px;
}

h1 {
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  color: #2e3192;
  margin-bottom: 28px;
  font-family: myriad-pro, 'Work sans', Sans-Serif;
}

h2 {
  font-weight: 500;
  color: #016bb2;
  font-size: 30px;
}

.app-panel {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.question {
  font-weight: bold;
  font-size: 24px;
  min-height: 105px;
  font-family: Arial, Trebuchet MS, Sans-Serif;
  padding-top: 15px;
  padding-bottom: 15px;
}

.chat_space {
  width: 300px;
  font-family: consolas, roboto sans, serif;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #ffefe4;
  border-radius: 5px;
  border: 2px solid grey;
}

chat_content {
  position: relative;
}

.chat_bubbles {
  position: relative;
}

.talk-bubble {
  margin: 15px;
  display: inline-block;
  position: relative;
  width: 90%;
  height: auto;
  background-color: lightblue;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
}

.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.talk-bubble:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: 38px;
  bottom: -20px;
  border: 12px solid;
  border-color: lightblue lightblue transparent transparent;
}

.visible-box {
  height: auto;
  visibility: visible;
}

.bot_footer {
  margin: 10px 0;
  height: 50px;
}

.bot_avatar {
  float: right;
  margin-right: 20px;
}

.bot_name {
  font-family: Times, Times New Roman, serif;
  font-style: italic;
  font-size: 1.5em;
  margin-left: 20px;
  line-height: 50px;
}

.chart-button, .btn-chart-button {
  /*  height: 80px;
  width: 80px;
  border: 3px solid lightgrey; */
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.btn-chart-button.active {
  background-color: #ddd;
}

.chart-svg {
  display: flex;
  margin: 7px;
}

#graph-output {
  display: flex;
  align-items: center;
}

.lp-row {
  /*margin-bottom: 20px;*/
}

.lp-element {
  margin-bottom: 20px;
}
