body{
  min-width: 1100px; !important
}

#section_concept_category,
#section_search,
#section_relation_graph,
#section_newly_extracted_relations,
#section_architecture_graph{
  width: 800px;
}

p{
  font-size: 18px;
}

/*hero*/

.hero-container{
    /*max-width: 1000px;*/
    /*text-align: center;*/
    /*background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background.svg");*/
    /*background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background_2.jpg");*/

    background-image: url("http://bag.linked-neuron-data.org/static/image/hero_background_3.jpg");
    background-color: var(--theme-color-purple-light);
    background-blend-mode: multiply;

    background-size: cover;
    height: 700px;
    background-position: left center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container-headline-box-outer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 85%;
  min-width: 900px;
  max-width: 1700px;
}

.hero-container-headline-box{
  max-width: 600px;
  margin-left: 1rem;
}

@media screen and (min-width: 1400px){
  .hero-container-headline-box{
    max-width: 600px;
  }
}

@media screen and (min-width: 2000px){
  .hero-container-headline-box{
    max-width: 600px;
  }
}

.headline-h1-index{
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  /*color: var(--theme-color-purple-standard);*/
  color: white;
  font-family: var(--sans-serif);
}

p.headline-p-index{
  line-height: 36px;
  /*color: var(--theme-color-purple-light);*/
  color: var(--theme-color-purple-light-xxx);
  font-size: 20px;
  font-family: var(--sans-serif);
}

/*flow chart*/
.section-flow-chart{
  background-color: var(--theme-color-purple-light-xx);
}

.flow-chart-image{
  max-height: 350px;
}

.flow-chart-text{
  max-width: 450px;
  color: var(--theme-color-purple-standard);
  margin-left: 5rem;
}

.flow-chart-text a{
  color: var(--theme-color-purple-standard);
}

.flow-chart-text a:hover, .flow-chart-text a:active{
  color: var(--theme-color-purple-standard);
}

/*category graph*/
.category-container g{
  cursor: pointer;
}

.node circle {
  /*fill: #fff;*/
  fill: var(--theme-color-purple-standard);
  stroke: var(--theme-color-purple-standard);
  stroke-width: 2px;
}

.node text {
  font: 12px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.tooltip-custom {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 480px;
  background-color: white;
  /*backdrop-filter: blur(25px);*/
  color: var(--theme-color-purple-standard);
  /*text-align: center;*/
  border-radius: 5px;
  border: var(--theme-color-purple-standard) 2px solid;
  padding: 10px 15px;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: 50%;
  margin-left: -257px;
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 0.8rem;
}

.bottom-drawer .tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 480px;
  background-color: white;
  /*backdrop-filter: blur(25px);*/
  color: var(--theme-color-purple-standard);
  border-radius: 5px;
  border: var(--theme-color-purple-standard) 2px solid;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 200%;
  left: -200px;
  opacity: 0;
  transition: opacity 0.5s;font-family: ubuntu-md,Verdana,Arial,sans-serif;
  font-size: 0.8rem;
}

.tooltip-custom .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--theme-color-purple-standard) transparent transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s;
}

.input-search{
  height: 39px;
  flex-grow: 1;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid rgba(43,10,61,.2);
}

#searchButton{
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner{
  max-height: 100%;
  margin-right: 5px;
}

.magnifier{
  max-height: 80%;
  margin-right: 5px;
}

.input-form{
  height: 34px;
  width: 100%;
}

.button {
  background-color: var(--theme-color-purple-standard);
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 10px 20px;
  /*width: 200px;*/
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px 5px 5px 0px;
  letter-spacing: 0.03rem;
  font-weight: 600;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  white-space: nowrap;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 13px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.label-toggle-buttons-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}

.label-toggle-button{
  background-color: var(--theme-color-purple-light);
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 10px 20px;
  /*width: 200px;*/
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  letter-spacing: 0.03rem;
  font-weight: 600;
  width: 49%;
}

.label-toggle-button:hover{
  background-color: var(--theme-color-purple-light-x);
}

.search-result-box li{
  color: #856404;
  border-top: 1px var(--theme-color-purple-standard) dotted;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-result-box li .relatedness{
  min-width: 150px;
}

#getGraphButton{
  display: flex;
  justify-content: center;
  align-items: center;
}

#section_newly_extracted_relations a:hover{
  color: white;
  background-color: var(--theme-color-purple-light);
}

.scroll-head {
  height: 40px;
  width: 100%;
  background-color: var(--theme-color-purple-standard);
}
.scroll-head>ul>li{height: 40px;width: 20%;float: left;text-align: center;line-height: 40px;color: white;}
.scroll-head>ul{padding:0;margin:0;}

.scroll-body-container{height:100%;width:100%;position: relative;overflow: hidden;}
.scrollBody{height: 400px;position: relative;overflow: hidden;}
.scrollBody>ul{list-style: none;position: absolute;height: 40px;width: 100%;top: 400px;left: 0px;padding:0;margin:0;}
.scrollBody>ul:nth-child(odd){background: var(--theme-color-purple-light-xxx);}
.scrollBody>ul:nth-child(even) {background: #ffffff;}
.scrollBody>ul>li{height: 40px;width: 20%;float: left;text-align: center;line-height: 40px;font-size: 12px;}
.scrollBody>ul:nth-child(1){top: 0px;}
.scrollBody>ul:nth-child(2){top: 40px;}
.scrollBody>ul:nth-child(3){top: 80px;}
.scrollBody>ul:nth-child(4){top: 120px;}
.scrollBody>ul:nth-child(5){top: 160px;}
.scrollBody>ul:nth-child(6){top: 200px;}
.scrollBody>ul:nth-child(7){top: 240px;}
.scrollBody>ul:nth-child(8){top: 280px;}
.scrollBody>ul:nth-child(9){top: 320px;}
.scrollBody>ul:nth-child(10){top: 360px;}

.scroll-body-link{
  padding: 0;
  color: var(--theme-color-purple-standard);
  font-size: 12px;
  text-decoration: underline;
}

.scroll-body-link:hover{
  text-decoration: none;
}

/*category tabs*/

.category-tabs-container{
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  justify-content: left;
  align-items: center;

}

.category-tab{
  padding: 0.8rem 0.5rem 0.4rem;
  text-decoration: none;
  color: var(--theme-color-purple-standard);
  border-bottom: 3px solid transparent;
  transition: all 0.5s;
  /*flex-grow: 1;*/
  /*text-align: center;*/
  /*width: 25%;*/
}

.category-tab:hover{
  color: var(--theme-color-purple-dark);
  background-color: var(--theme-color-purple-light-xx);
  border-bottom: 3px solid var(--theme-color-purple-dark);
}

.category-tab.active{
  color: var(--theme-color-purple-dark);
  border-bottom: 3px solid var(--theme-color-purple-dark);
  /*background-color: var(--theme-color-purple-light-xxx);*/
}

.category-concepts-container{
  display: flex;
  flex-wrap: wrap;
}

.category-concept-item{
  width: 50%;
  border: 1px white solid;
  text-align: center;
  padding: 0.8rem 0;
  cursor: pointer;
}

.category-pagination-container{
  text-align: center;
  margin: 2rem;
}

.category-pagination-container a{
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border: 1px solid var(--theme-color-purple-light-x);
  margin: 0 0.35rem;
  text-decoration: none;
  color: var(--theme-color-purple-standard);
}

.category-pagination-container a{
  background-color: var(--theme-color-purple-light-xxx);
}

.category-pagination-container a:hover{
  background-color: var(--theme-color-purple-light-xx);
}

.architecture-section-guide li a{
  text-align: left;
  padding: 0;
}

/*bottom drawer*/

.bottom-drawer {
  position: fixed;
  bottom: 0;
  right: 40px;
  max-height: 600px;
  max-width: 600px;
  height: 0;
  transition: height 0.3s ease-out;
  z-index: 999;
  -webkit-transform: translateY(-48px);
  transform: translateY(-48px);
}

.bottom-drawer-header {
  background-color: var(--theme-color-purple-standard);
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  cursor: pointer;
}

.bottom-drawer-header-text{
  flex-grow: 1;
}

.bottom-drawer-header-text-counter{
  color: greenyellow;
}

.bottom-drawer-header-icon{
  max-height: 50%;
}

.bottom-drawer-content {
  /*background-color: white;*/
  backdrop-filter: blur(25px);
  border: 3px solid var(--theme-color-purple-standard);
  height: 100%;
  overflow-y: auto;
}

.bottom-drawer-content-peek-box{
  padding: 15px 20px 15px;
  /*height: 20px;*/
}

.bottom-drawer-content-peek-box {
    color: white;
    background: white; /* default color */
    display: block;
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 50%, #33cc33 50%) right;
    /*background: linear-gradient(to left, white 50%, #32cd32 50%) right;*/
    background-size: 200%;
    transition-duration: 0s
}

.bottom-drawer-content-peek-box-background-slide-animation {
  background-position: left;
  transition: 0.8s ease-out;
}

.bottom-drawer-content-peek-box.d-none{
  display: none;
}

.bottom-drawer-content-peek-box-concept-name{
  /*border: 2px solid var(--theme-color-purple-standard);*/
  border-radius: 1rem;
  padding: 5px 15px;
  margin-right: 0.5rem;
}

.bottom-drawer-content-peek-box-concept-name.light-text, .search-result-box .light-text{
  color: white;
}

.bottom-drawer-content-peek-box-concept-name.dark-text, .search-result-box .dark-text{
  color: #856404;
}

.bottom-drawer.open {
  height: 300px;
}

.bottom-drawer.peek{
  height: 54px;
}

.bottom-drawer .button{
  min-width: 410px;
}

.bottom-drawer input{
  font-size: 0.8rem;
}

.bottom-drawer-content-selection-box{
  border-bottom: 2px solid #eee;
  padding: 1rem;
}

.bottom-drawer-content-selection-box-selection-list p{
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #856404;
  border-top: 1px var(--theme-color-purple-standard) dotted;
}

.bottom-drawer-content-selection-box-selection-list p.light-text{
  color: white;
}

.category-tab-pane .light-text{
  color: white;
}

.bottom-drawer-content-selection-box-selection-list p.dark-text{
  color: #856404;
}

.category-tab-pane .dark-text{
  color: #856404;
}

.bottom-drawer-content-next-box-outer{
  padding: 1rem 1rem 2rem;
  color: var(--theme-color-purple-light);
  background-color: white;
}

.bottom-drawer-content-text{
  font-size: 17px;
  margin-bottom: 0.5rem;
}

.bottom-drawer-content-next-box-inner{
  margin: 0 2rem;
}

.bottom-drawer-content-next-box-inner-search-box,
.bottom-drawer-content-next-box-inner-link-box
{
  padding: 1rem 2rem;
  transition: 0.5s ease;
}

.bottom-drawer-content-next-box-inner-search-box:hover,
.bottom-drawer-content-next-box-inner-link-box:hover
{
  background-color: var(--theme-color-purple-light-xxx);
  transition: 0.3s ease;
}

#spaceCheckBox {
  padding: 0 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.line-with-word-box {
  text-align: center;
  position: relative;
  margin: 1rem;
}

.line-with-word-hr{
  width: 50%;
  color: #eee;
}

.line-with-word-text {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  /*backdrop-filter: blur(25px);*/
  padding: 0 1em;
  color: var(--theme-color-purple-light);
}

/*bottom-alert*/
.bottom-alert {
  position: fixed;
  bottom: 0;
  left: 40px;
  /*max-height: 100px;*/
  max-width: 600px;
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid;
  padding: 10px 20px;
}

.bottom-alert a{
  /*color: #0a3622;*/
  color: #664d03;
}

.toast-body a{
  color: var(--theme-color-purple-dark);
}