.wy-side-nav-search {
  display: block;
  width: 300px;
  padding: 0.809em;
  margin-bottom: 0.809em;
  z-index: 200;
  background-color: #fb6b90;
  text-align: center;
  color: #fcfcfc;
}
.wy-side-nav-search input[type="text"] {
  width: 100%;
  border-radius: 50px;
  padding: 6px 12px;
  border-color: #fb6b90;
}
.wy-nav-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2em;
  width: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  color: #9b9b9b;
  background: #fff8e1;
  z-index: 200;
}
.wy-menu-vertical a {
  line-height: 18px;
  padding: 0.4045em 1.618em;
  display: block;
  position: relative;
  font-size: 90%;
  color: #817175;
}
.wy-menu-vertical a:hover {
  background-color: #d9d9d9;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wy-body-for-nav {
    background: #fcfcfc;
  }
  .wy-nav-top {
    display: block;
    background: #fb6b90;
    color: #fff;
    padding: 0.4045em 0.809em;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 100%;
    *zoom: 1;
  }
  .wy-nav-side {
    left: -300px;
  }
  .wy-nav-side.shift {
    width: 85%;
    left: 0;
  }
  .wy-menu.wy-menu-vertical,
  .wy-side-nav-search,
  .wy-side-scroll {
    width: auto;
  }
  .wy-nav-content-wrap {
    margin-left: 0;
  }
  .wy-nav-content-wrap .wy-nav-content {
    padding: 1.618em;
  }
  .wy-nav-content-wrap.shift {
    position: fixed;
    min-width: 100%;
    left: 85%;
    top: 0;
    height: 100%;
    overflow: hidden;
  }
}

.rst-versions .rst-current-version {
  padding: 0 12px;
  display: flex;
  font-size: initial;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  background-color: #ea8096;
}

/*
* Please note that this amendment also involves removing certain inline-styles
* from the file ./mkdocs/themes/readthedocs/versions.html.
*
* https://github.com/mkdocs/mkdocs/issues/2012
*/
.rst-current-version span {
  flex: 1;
  text-align: center;
}
