@import url(https://assets.terminusdb.com/terminusdb-console/fonts/icomoon-custom.css);
@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.9/css/all.css);
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
html {
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100vw;
}
body {
  position: relative;
  height: 100%;
  font-family: "Poppins, Arial, sans-serif";
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #002856;
  background-color: white;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/*
* to be review 
*/
.h-100 {
  height: 100%;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
.console__page {
  min-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.console__page--hidden {
  overflow-y: hidden;
}
.console__page__header {
  background-color: #002856;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 40, 86, 0.1);
  font-size: 15px;
}
.console__page__title {
  padding: 20px;
}
.console__page__title--fbig {
  fontSize: 20px;
}
.console__page__box {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  border: 1px solid #ccc;
}
.console__page__container {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.console__page__container--width {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .console__page__container--width {
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  .console__page__container--width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .console__page__container--width {
    max-width: 1440px;
  }
}
.console__page__footer {
  min-height: 50px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #002856;
}
.tdb__accordion {
  background-color: #ffffff;
  margin-bottom: 5px;
}
.tdb__accordion--parent {
  margin-left: 7px;
}
.tdb__accordion__body {
  display: block;
  -webkit-animation: fadein 0.35s ease-in;
  animation: fadein 0.35s ease-in;
}
.tdb__accordion__body--hidden {
  display: none;
  opacity: 0;
  -webkit-animation: fadein 0.35s ease-in;
  animation: fadein 0.35s ease-in;
}
.tdb__accordion__body--parent {
  padding-left: 0px;
  padding-right: 0px;
}
.tdb__accordion__arrow {
  display: inline-block;
  width: 24px;
  position: relative;
  float: right;
  font-size: 1.2em;
  color: #c4c0c3;
  margin-left: auto;
}
.tdb__accordion__head {
  padding-left: 8px;
  color: #265fa2;
  font-size: 1.4em;
  background-color: #eee;
  cursor: pointer;
  width: 100%;
  /* border-left: 3px solid #d3d2d2;*/
  min-height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.tdb__accordion__head:selected {
  border-bottom: 1px solid #ddd;
}
.tdb__accordion__head:hover {
  background-color: #ddd;
}
.tdb__accordion__head--green {
  color: #00C08B;
}
.tdb__accordion__title {
  display: flex;
  padding: 5px;
  font-size: 16px;
  align-items: center;
}
.tdb__accordion__icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4em;
}
.tdb__accordion__menu {
  background-image: url("https://assets.terminusdb.com/terminusdb-console/images/accordion_menu.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 9px;
  height: 25px;
  margin-right: 12px;
}
.tdb__sidebar {
  height: 100%;
}
.Resizer {
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  cursor: row-resize;
  width: 100%;
}
.Resizer.horizontal:hover {
  border-top: 5px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical {
  width: 11px;
  margin: 0 -5px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  cursor: col-resize;
}
.Resizer.vertical:hover {
  border-left: 5px solid rgba(0, 0, 0, 0.5);
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}
.tdb_panel_split {
  position: fixed !important;
}
.tdb__button__base {
  border: 1px solid #808080;
  color: white;
  padding: 12px 30px;
  border-radius: 3px;
  margin: 0px;
  white-space: normal;
  font-size: inherit;
  letter-spacing: 0.88px;
  background-color: #808080;
  /*
	review when remove bootstrap
	*/
}
.tdb__button__base--bgreen {
  background-color: white;
  border: 1px solid #00C08B;
  color: #00C08B;
}
.tdb__button__base--bgreen:hover {
  border: 1px solid #00C08B;
  background-color: #00C08B;
  color: white;
}
.tdb__button__base--bgreen:focus {
  border: 1px solid #00C08B;
  background-color: #00C08B;
  color: white;
}
.tdb__button__base--bblue {
  background-color: white;
  border: 1px solid #002856;
  color: #002856;
}
.tdb__button__base--bblue:hover {
  border: 1px solid #002856;
  background-color: #002856;
  color: white;
}
.tdb__button__base--bblue:focus {
  border: 1px solid #002856;
  background-color: #002856;
  color: white;
}
.tdb__button__base--green {
  background-color: #00C08B;
}
.tdb__button__base--green:hover {
  background-color: #00C08B;
  border: 1px solid #00C08B;
}
.tdb__button__base--green:focus {
  background-color: #00C08B;
  border: 1px solid #00C08B;
}
.tdb__button__base--bred {
  color: #dc3545;
  border-color: #dc3545;
  background-color: #ffff;
}
.tdb__button__base--bred:hover {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
}
.tdb__button__base--bred:focus {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
}
.tdb__button__base:hover {
  opacity: 0.8;
  outline: 0px !important;
  box-shadow: 0 0 0 0!important;
}
.tdb__button__base:focus {
  outline: 0px !important;
  box-shadow: 0 0 0 0!important;
}
.tdb__button__base:active {
  outline: 0px !important;
  box-shadow: 0 0 0 0!important;
}
.tdb__button__base:disabled {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}
.tdb__dropdown {
  float: left;
  /*overflow: hidden;*/
  background-trasparent: grey;
  white-space: normal;
  position: relative;
}
.tdb__dropdown__button {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: #002856;
  padding: 14px 16px;
  background-color: white;
  font-family: inherit;
  /* Important for vertical align on mobile phones */
  margin: 0;
  /* Important for vertical align on mobile phones */
  text-align: left;
  letter-spacing: 0.88px;
}
.tdb__dropdown__button:hover {
  opacity: 0.8;
  background-color: #00C08B;
  text-decoration: none;
  color: #002856;
}
.tdb__dropdown__button:focus {
  color: #002856;
}
.tdb__dropdown__button:disabled {
  background-color: white;
  text-decoration: none;
  color: #cccccc;
  cursor: default;
}
.tdb__dropdown__title {
  margin-right: 5px;
}
.tdb__dropdown__button--top:hover {
  background-color: #002856;
  border: 0px ;
  color: #00C08B;
}
.tdb__dropdown__button--top:focus {
  border: 0px;
  color: #00C08B;
}
.tdb__dropdown__content {
  right: -10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.tdb__dropdown__content--hide {
  display: none;
}
.tdb__dropdown__content--block {
  display: block;
}
/*.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}*/
/* Dropdown content (hidden by default) */
/* Links inside the dropdown */
/*.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}*/
/* Add a grey background color to dropdown links on hover */
/*.dropdown-content a:hover {
  background-color: #ddd;
}*/
/* Show the dropdown menu on hover */
.nav__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  padding: 10px 0;
  font-size: 15px;
  color: white;
}
.nav__main__title {
  color: #ff9796;
  font-size: 18px;
  margin-right: auto;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
.nav__main__wrap {
  box-shadow: inset 0 -1px 0 #e1e4e8;
  background-color: #f4f4f4 !important;
}
.nav__main--sub {
  box-shadow: inset 0 -1px 0 #e1e4e8;
  color: #002856;
  padding: 0 20px;
}
.nav__main__login {
  /*background:@header-bg;*/
  border-radius: 0px;
  /*border:1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid #002856;
    border-bottom: 1px solid #002856;*/
}
.nav__main__login:hover {
  background: #00C08B;
  border: 1px solid white;
}
.nav__main__login:focus {
  color: white;
  border: 1px solid white;
}
.nav__main__img {
  margin-top: auto;
  margin-bottom: auto;
}
.nav__main__commit {
  margin-left: 10px;
  color: #ff9796;
  font-weight: bold;
}
.nav__main__profile__button {
  background: #002856;
  border: 0;
}
.nav__main__profile__button:hover {
  background: #002856;
  border: 0;
}
.nav__main__profile__button:focus {
  background: #002856;
  border: 0;
}
.nav__main__profile__img {
  background-size: 40px 40px;
  background-color: white;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  margin: 0;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 0;
}
.nav__main__burger {
  position: relative;
  border: none;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 6px 0 0;
  width: 23px;
  height: 26px;
  background-color: transparent;
  margin-right: 13px;
  cursor: pointer;
}
.nav__main__burger:hover {
  opacity: 0.5;
}
.nav__main__burger--sub {
  margin-left: auto;
  margin-bottom: 10px;
}
.nav__main__burger span {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: white;
  display: block;
  width: 23px;
  height: 3px;
  border-radius: 10px;
}
.nav__main__burger--sub span {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #00C08B;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.nav__main__left {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.nav__main__menu {
  flex-grow: 1;
  display: flex;
  justify-content: left;
  margin-left: 20px;
}
@media screen and (min-width: 796px) {
  .nav__main__menu {
    display: none;
  }
}
.nav__main__center {
  display: flex;
  flex-grow: 3;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 796px) {
  .nav__main__center {
    order: 3;
    flex-direction: column;
    width: 100%;
    padding-left: 20px;
    display: none;
  }
  .nav__main__center--show {
    display: flex;
  }
  .nav__main__center--hide {
    display: none;
  }
}
.nav__main__right {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 796px) {
  .nav__main__right {
    justify-content: flex-end;
    padding-right: 20px;
  }
}
.nav__main__logo img {
  height: auto;
  max-width: 150px;
}
.nav__main__list {
  display: flex;
  order: 1;
  width: 100%;
}
.nav__main__item {
  align-items: center;
  display: flex;
  margin: 0 40px 0 0;
  padding-bottom: 0px;
  letter-spacing: 0.88px;
}
.nav__main__item--sub {
  margin: 0 10px 0 0;
}
.nav__main__item--box {
  margin-right: 0px;
  margin-left: auto;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 0px 20px;
}
@media screen and (max-width: 796px) {
  .nav__main__item--box {
    margin-left: 0;
    justify-content: center;
    border: 0px;
  }
}
@media screen and (max-width: 796px) {
  .nav__main__item {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .nav__main__item:first-child {
    margin-top: 30px;
  }
}
.nav__main__link {
  background-color: transparent;
  color: inherit;
  box-sizing: border-box;
  font-weight: 400;
  text-decoration: none;
  max-width: 20rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: inherit;
  text-weight: 600;
  font-family: "Lexend Deca", Arial, sans-serif;
  padding: 8px 16px;
}
.nav__main__link--sub {
  border-bottom: 2px solid transparent;
}
.nav__main__link--subselected {
  border-bottom: 2px solid #00C08B;
}
.nav__main__link--selected {
  color: #00C08B;
}
.nav__main__link:hover {
  color: #00C08B;
  text-decoration: none;
}
.switch {
  margin: 0px 10px;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__input:checked + .switch__slider {
  background-color: #00c08b;
}
.switch__input:focus + .switch__slider {
  box-shadow: 0 0 1px #00c08b;
}
.switch__input:checked + .switch__slider:before {
  -webkit-transform: translateX(26px);
  -khtml-transform: translateX(26px);
  -moz-transform: translateX(26px);
  transform: translateX(26px);
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.switch__slider:before {
  color: #002856;
  font: normal normal normal 14px/1 Font Awesome\ 5 Free;
  position: absolute;
  content: "\f017";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  font-size: 26px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
/*
It is Adjacent sibling combinator. It combines two sequences of simple selectors having the same parent and the second one must come IMMEDIATELY after the first.
*/
.icon-header {
  padding: 0px;
  font-size: 1.6em;
  cursor: pointer;
  color: #565656;
  margin: 0px 10px 0px 10px;
}
.icon-header--abs {
  position: absolute;
}
.icon-header .fa {
  background-color: transparent;
  border: transparent !important;
  padding: 10px;
  border-radius: 50%;
}
.icon-header .fa:focus {
  border: transparent;
  background-color: #ddd;
  outline: 0;
}
.icon-header .fa:hover {
  background-color: #ddd;
  border: transparent !important;
}
.tdb__model__savebox {
  margin-right: 10px;
  margin-left: 10px;
  min-width: 400px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.tdb__model__node {
  margin-right: 10px;
  font-size: 2em;
  cursor: pointer;
  display: flex;
}
.tdb__model__node--doc {
  color: #ffb266;
}
.tdb__model__node--class {
  color: #96e997;
}
.tdb__model__node--choice {
  /* color: #a783c9;*/
  color: #17becf;
}
.tdb__model__node:hover {
  opacity: 0.8;
}
.tdb__model__header {
  background: 0 0;
  /*flex-basis: 53px;*/
  z-index: 202;
  display: flex;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  min-height: 38px;
}
.tdb__model__message {
  position: absolute;
  margin-top: 45px;
  margin-left: 50px;
  z-index: 999;
  display: flex;
  width: calc(100% - 550px);
}
.tdb__model__left {
  align-items: center;
  flex-basis: 50px;
}
.tdb__model__hcenter {
  justify-content: flex-center;
  display: flex;
}
.tdb__model__hright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* border-bottom: 1px solid #ddd;*/
  min-height: 45px;
  align-items: center;
  justify-content: flex-end;
}
.tdb__model__iclose {
  margin-right: 20px;
  margin-left: 60px;
}
.tdb__model__xicon {
  position: absolute;
  z-index: 20;
  right: 25px;
  top: 0px;
  background: white;
  border: 2px solid #ccc;
  font-size: 14px;
  border-radius: 50%;
}
.tdb__model__footer {
  height: 20px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #d3d2d2;
  z-index: 100;
}
.RRT__container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 125px);
}
.RRT__container--viewmode {
  height: calc(100vh - 80px);
}
.RRT__tabs {
  display: flex;
  flex-wrap: wrap;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  min-height: 45px;
}
.RRT__tab {
  background: #f4f4f4;
  border-style: solid;
  border-color: #f4f4f4;
  border-width: 1px 1px 2px 0;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  padding: 0.7em 1em;
}
.RRT__tab--selected {
  background: #f4f4f4;
  border-color: #f4f4f4 #f4f4f4 #ff8000;
  color: #ff8000;
  font-weight: 600;
}
.RRT__panel {
  margin-top: -1px;
  padding: 1em;
  border: 0px;
}
.history__nav {
  min-height: 200px;
  padding: 5px 20px;
  /*position: fixed;
    top:80px;*/
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 1200px;
  background-color: #fff;
  z-index: 99!important;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
}
.history__nav--noshadow {
  box-shadow: none;
  margin-bottom: 30px;
  max-width: 100%;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1250px) {
  .history__nav {
    flex-direction: column;
  }
}
.history__nav__display__commit {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  margin: 0 20px;
}
.history__nav__display__test {
  white-space: nowrap;
  overflow: hidden;
  max-width: 75ch;
  text-overflow: ellipsis;
}
.history__nav__link__wrapper {
  display: flex;
  margin-top: -50px;
}
.history__nav__link {
  /*position: absolute;*/
  /* margin-top: -150px;*/
  /*bottom: auto;*/
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 5px;
  border: 2px solid #dfdfdf;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s ease 0s;
  cursor: not-allowed;
  color: #dfdfdf;
  cursor: pointer;
}
.history__nav__link:hover {
  border: 2px solid #00c08b;
  color: #00c08b;
}
.history__nav__link--right {
  margin-left: auto;
  /*right: 0px;*/
}
.history__nav__link--left {
  margin-right: auto;
  /*left: 0px;*/
}
.history__nav__link--inactive {
  color: #dfdfdf;
  cursor: not-allowed;
}
.history__nav__link--inactive:hover {
  border: 2px solid #dfdfdf;
}
.history__nav__link__icon {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  min-height: 23px;
  min-width: 23px;
  overflow: hidden;
  textIndent: 100%;
  whiteSpace: nowrap;
  fill: #00c08b;
}
.history__nav__link__icon--inactive {
  fill: #dfdfdf;
}
.history__nav__message {
  flex-grow: 1;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
}
.history__nav__content {
  width: 100%;
  margin: 0 auto;
}
.history__nav__slider__content {
  width: 100%;
  height: 100px;
  margin: 5px auto;
}
.history__nav__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 5px 0;
}
.history__nav__slider {
  flex-grow: 6;
}
.history__nav__commit {
  display: flex;
  margin-bottom: 30px;
}
.history__nav__wrapper {
  position: relative;
  height: 100%;
  margin: 0px 40px;
  overflow: hidden;
}
.history__nav__events {
  position: absolute;
  left: 0px;
  top: 49px;
  height: 3px;
}
.history__nav__dot {
  position: absolute;
  bottom: 25px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  background-color: white;
  border: 2px solid #dfdfdf;
  cursor: pointer;
}
.history__nav__dot:hover {
  background-color: #00c08b;
  border: 2px solid #00c08b;
}
.history__nav__dot__label {
  position: absolute;
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  width: 200px;
  line-height: 1.3 !important;
}
.history__nav__dot--current {
  background-color: #00c08b;
  border: 2px solid #00c08b;
}
.history__nav__dot--back {
  border: 2px solid #00c08b;
}
.history__nav__faders {
  list-style: none;
  top: 50%;
  position: absolute;
  bottom: auto;
  transform: translateY(-50%);
  height: 100%;
  width: 20px;
}
.history__nav__faders--left {
  left: 40px;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.history__nav__faders--right {
  right: 40px;
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.history-bar-container {
  width: 1280px;
  height: 90px;
}
.commit-traveller-navigation-col {
  padding-right: 10px;
}
span.commit-traveller-navigation {
  display: inline-block;
  text-align: left;
}
.commit-traveller-commit {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 0 0 4px 4px;
  background-color: #f8f8f8;
  margin-left: 8px;
  height: 90px;
  margin-top: 6px;
  margin-bottom: -24px;
  width: 100%;
}
.history-navigator-icon {
  font-size: 1.8em;
  color: #0055bb;
  margin-top: 40px;
}
.history-navigator-icon:hover {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 40px;
}
.history-navigator-icon-inactive {
  font-size: 1.8em;
  color: #888;
  margin-top: 40px;
}
.commit-traveller-navigation-col {
  cursor: pointer;
}
.commit__header__test {
  max-width: 25rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.commit__body__test {
  max-width: 50rem;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.commit-view-header {
  background-color: #efefef;
  width: 100%;
  color: #666;
  font-weight: bold;
  font-family: "Arial";
  padding: 6px 4px 6px 4px;
}
div.commit-view-id {
  width: 100%;
  padding: 2px 4px;
  display: inline-block;
  font-size: 0.8rem;
  color: #666;
}
div.commit-view-message {
  padding: 8px 4px 6px 4px;
  font-size: 0.85rem;
  color: #666;
}
div.terminus-datetime-slider-container {
  padding-top: 6px;
  height: 80px;
}
div.terminus-datetime-slider {
  margin: 10px 0px 0px 0px;
}
div.terminus-datetime-slider-viewing {
  text-align: center;
  font-family: "Arial";
  padding-bottom: 16px;
  font-size: 14px;
  color: #6290c3;
  font-weight: 600;
}
.tdb__panel {
  outline: 0;
  overflow-y: auto !important;
  overflow-x: hidden;
  /* padding: 0 1% 0 0; */
  padding: 0px;
  margin: 0;
  word-wrap: break-word;
  flex: 1;
  flex: 1 1 auto;
  min-height: 100px;
  margin-bottom: 100px;
  /* height: calc(100vh - 330px); */
}
.tdb__panel--nopad {
  padding: 0px;
}
.tdb__panel__subtitle {
  color: #00C08B;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}
.tdb__panel__title {
  background: #f4f4f4;
  min-height: 35px;
  padding: 10px;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.tdb__panel__title--prop {
  font-style: italic;
  color: #265fa2;
}
.tdb__panel__title--parent {
  font-style: italic;
  color: #00C08B;
}
.tdb__panel__title__icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4em;
}
.tdb__panel__label {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.tdb__panel__bar {
  background: #f4f4f4;
  justify-content: flex-end;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.tdb__panel__box {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.tdb__panel__box--hideEmpty:empty {
  display: none;
}
.tdb__panel__box--border {
  border: 1px solid #868484;
}
.tdb__panel__button {
  font-size: 22px;
  background: transparent;
  border: 0px;
  padding: 10px;
  margin-left: auto;
  color: #565656;
}
.tdb__panel__button:disabled {
  color: #ddd;
  border-color: white;
  background-color: white;
}
.tdb__panel__button--red {
  color: red;
  padding: 0px 0px 30px;
}
.tdb__panel__button--green {
  color: #00C08B;
}
.tdb__panel__button--orange {
  color: #ff8000;
}
.tdb__panel__button--selected {
  /*border: 1px solid #ff8000 ! important;*/
  cursor: pointer;
  background-color: #ddd !important;
  border-radius: 50%;
  padding: 10px;
  color: #ff8000 ! important;
  border: transparent;
}
.tdb__panel__row {
  display: flex;
}
.tdb__panel__row--center {
  align-items: center;
}
.tdb__panel__viewlabel {
  width: 150px;
  display: block;
  text-align: right;
  margin: 10px;
  min-width: 150px;
  font-weight: 600;
}
.tdb__panel__viewvalue {
  display: block;
  margin: 10px;
}
.tdb__panel__viewvalue--active {
  cursor: pointer;
  text-decoration: underline;
}
.tdb__panel__viewvalue--active:hover {
  color: #00C08B;
}
.tdb__panel__icon__trash {
  padding: 5px;
  font-size: 2em;
  border: 1px solid #ffff;
  /* border-radius: 10px; */
  color: red;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.tdb__panel__icon__trash:hover {
  background-color: #ddd;
  color: red;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.tdb__panel__icon__trash:disabled {
  background-color: #ffff;
  color: #ddd;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: default;
}
.tdb__list {
  display: flex;
  flex-direction: column;
}
.tdb__list__title {
  padding: 10px;
  background: #afafaf;
  color: #ffffff;
  border: 1px solid #afafaf;
  /* border-top-left-radius: 10px; */
  border-top-right-radius: 10px;
  width: 200px;
}
.tdb__list__label {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.tdb__list__body {
  margin-bottom: 10px;
  border: 1px solid #868484;
  padding: 10px;
}
.tdb__list__items {
  margin-bottom: 10px;
  border: 1px solid #868484;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.tdb__list__item {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #dddd;
  padding-left: 10px;
}
.baseP {
  display: flex;
}
.hideEmpty:empty {
  display: none;
}
.basePmain {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  font-size: 1.2em;
  color: #265fa2;
}
.titleElement {
  padding-top: 5px;
}
.numElementMain {
  display: flex;
  justify-content: space-between;
  color: #265fa2;
}
.numElementBox {
  flex-basis: 0;
  flex-grow: 1;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e7f5ff;
  border: 1px solid #d0e8f9;
  border-radius: 5px;
  margin: 10px;
}
.tdb__form__group {
  padding-bottom: 20px;
}
.tdb__form__error {
  color: red;
}
.tdb__form__element {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tdb__form__element:disabled {
  background-color: #ccc;
}
.tdb__form__element:focus {
  outline-color: darkgrey;
  outline-style: auto;
  outline-width: 1px;
}
.tdb__form__check {
  -webkit-transform: scale(1.3) rotateZ(0deg);
  -ms-transform: scale(1.3) rotate(0deg);
  transform: scale(1.3) rotateZ(0deg);
  opacity: 0.7;
  /* outline: 1px solid #222; */
  background-color: transparent;
  margin-right: 10px;
}
.tdb__form__span {
  align-items: baseline;
  display: flex;
}
.tdb__form__help {
  display: flex;
  justify-content: space-between;
}
.icon-help {
  margin-bottom: 0.5rem;
}
.tdb__rel__box {
  display: flex;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.tdb__rel__linegroup {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.tdb__rel__label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
.tdb__rel__line {
  flex-grow: 1;
  height: 30px;
  border-bottom: 5px solid #868484;
  display: flex;
  justify-content: center;
}
.tdb__rel__arrow {
  font-size: 30px;
  height: 30px;
  margin-top: 12px;
  color: #868484;
}
.tdb__rel__element {
  width: 110px;
  height: 100px;
  padding: 5px;
  border: 3px dashed;
  border-radius: 20px;
  color: #265fa2;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tdb__rel__element--active {
  cursor: pointer;
  background: aliceblue;
}
.tdb__rel__element--active:hover {
  background-color: #d1d5da;
}
.tdb__login {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #002855;
  text-align: center;
  height: 100%;
}
.tdb__login__form {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.tdb__login__text {
  margin: 20px 0;
}
.tdb__login__input {
  -webkit-transition: "background 0.22s ease-out, border 0.22s ease-out, color 0.22s ease-out";
  -khtml-transition: "background 0.22s ease-out, border 0.22s ease-out, color 0.22s ease-out";
  -moz-transition: "background 0.22s ease-out, border 0.22s ease-out, color 0.22s ease-out";
  transition: "background 0.22s ease-out, border 0.22s ease-out, color 0.22s ease-out";
  background: #fff;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #ccc;
  width: 100%;
  color: #333;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tdb__login__buttom--login {
  width: 100%;
  margin-top: 10px;
  background-color: #00C08B;
}
.tdb__loading {
  height: 100%;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  /*
    * this is very important or not get the height and the width of the parent
    */
}
.tdb__loading__parent {
  position: relative;
  width: 100%;
  min-height: 100px;
}
.tdb__loading__message {
  font-size: large;
  margin-bottom: 20px;
  font-weight: bold;
}
.tdb__tab__loading {
  height: 100%;
  width: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*
    * this is very important or not get the height and the width of the parent
    */
}
.tdb__tab__loading__parent {
  position: relative;
}
.tdb__tab__loading__message {
  font-size: large;
  margin-bottom: 20px;
  font-weight: bold;
}
.tdb__commit__bar {
  display: flex;
  background-color: rgba(0, 102, 253, 0.1);
  padding: 10px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.tdb__commit__bar__input {
  flex-grow: 1;
}
.tdb__commit__bar--button {
  height: 40px;
  padding: 0px 30px;
  margin-left: 10px;
}
.tdb__commit__bar--drop {
  height: 40px;
  padding: 0px 30px;
  margin-left: 10px;
  background-color: trasparent;
}
.tdb__commit__bar--drop:hover {
  background-color: trasparent;
}
.tdb__commit__bar__tools {
  display: flex;
}
.tdb__commit__bar__vis--hidden {
  visibility: hidden;
}
.tdb__qpane {
  border-bottom: 1px solid #00C08B;
  min-height: calc(100% - 250px);
  /*700px;*/
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
.tdb__qpane__button__new__panel {
  align-self: flex-end;
  margin-bottom: 10px;
}
.run-query-button:visited,
.run-query-button:active {
  border: 0 !important;
}
.run-query-button {
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  border-radius: 3px !important;
  margin-left: -40px;
}
/*.query-pane-container*/
.dropdown-toggle {
  background-color: #888 !important;
  color: #eee !important;
  width: 120px  !important;
  margin-left: -80px;
  padding: 7px;
  border-radius: 3px !important;
  border: 2px solid #888 !important;
}
/*.query-pane-container*/
.dropdown-toggle:hover:hover,
button.query-pane-edit:hover {
  background-color: #666 !important;
  color: white  !important;
  border-radius: 3px !important;
  border: 2px solid #041433 !important;
}
button.query-pane-edit {
  background-color: #888 !important;
  color: #eee !important;
  min-width: 120px  !important;
  margin-left: -80px;
  padding: 7px;
  border-radius: 3px !important;
  border: 2px solid #888 !important;
}
.run-query-button {
  background-color: #00C08B !important;
  color: #eee !important;
  width: 120px  !important;
  border: 2px solid #00C08B !important;
}
.run-query-button:hover {
  border-radius: 3px !important;
  background-color: #00C08B !important;
  color: white  !important;
  border: 2px solid #041433 !important;
}
.query-pane-toolbar {
  height: 60px;
  background-color: rgba(0, 102, 253, 0.1);
  margin: 5px 0px 5px 0px;
  padding: 2px;
  width: 100%;
}
.query-pane-dropdown {
  float: right;
  margin: 0px -30px 0px 0px;
}
.dropdown-menu {
  right: 0;
  left: auto;
}
.report__text--bold {
  font-weight: 600;
}
.tdb__dblist {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tdb__dblist__item {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 759px) {
  .tdb__dblist__item {
    flex-wrap: wrap;
  }
}
.tdb__dblist__left {
  min-width: 140px;
  width: 140px;
  padding: 10px;
  order: 0;
  margin: auto;
  align-items: center;
  display: flex;
}
.tdb__dblist__button {
  cursor: pointer;
}
.tdb__dblist__button:hover {
  background-color: #eff8ff;
}
.tdb__dblist__center {
  flex-grow: 1;
  padding: 10px 30px;
}
@media only screen and (max-width: 759px) {
  .tdb__dblist__center {
    flex: 0 0 100%;
    order: 2;
  }
}
.tdb__dblist__action {
  padding: 10px;
  margin: auto;
}
.tdb__dblist__action__icon {
  font-size: 6em;
  border-radius: 20px;
}
.tdb__dblist__title {
  flex: 1 1;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 679px) {
  .tdb__dblist__title {
    font-size: 36px;
    line-height: 2.5rem;
  }
}
.tdb__dblist__elements {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  /*justify-content: space-between;*/
}
.tdb__dblist__credit {
  margin-right: 30px;
}
.tdb__dblist__info {
  margin-left: 5px;
  color: #586069;
}
.tdb__dblist__info--blue {
  color: #002856;
}
.tdb__dblist__description {
  margin-top: 20px;
}
@media (max-width: 679px) {
  .tdb__dblist__description {
    margin-top: 10px;
  }
}
.tdb__toolbar__base__button {
  cursor: pointer;
  color: #787878;
  background-color: #fff;
  letter-spacing: 0.88px;
  margin-left: -30px;
  margin-top: -8px;
}
.tdb__toolbar__base__button:hover {
  color: #0055bb;
}
.tdb__toolbar__base__icon {
  font-size: 20px;
}
.justify__content__end {
  color: #787878;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px;
}
.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.PresetDateRangePicker_button:active {
  outline: 0;
}
.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699;
}
.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff;
}
.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.SingleDatePickerInput__rtl {
  direction: rtl;
}
.SingleDatePickerInput__disabled {
  background-color: #f2f2f2;
}
.SingleDatePickerInput__block {
  display: block;
}
.SingleDatePickerInput__showClearDate {
  padding-right: 30px;
}
.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.SingleDatePickerInput_clearDate__small {
  padding: 6px;
}
.SingleDatePickerInput_clearDate__hide {
  visibility: hidden;
}
.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.SingleDatePickerInput_clearDate_svg__small {
  height: 9px;
}
.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.SingleDatePicker {
  position: relative;
  display: inline-block;
}
.SingleDatePicker__block {
  display: block;
}
.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
.SingleDatePicker_picker__rtl {
  direction: rtl;
}
.SingleDatePicker_picker__directionLeft {
  left: 0;
}
.SingleDatePicker_picker__directionRight {
  right: 0;
}
.SingleDatePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}
.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute;
}
.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0;
}
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0;
}
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489;
}
.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute;
}
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px;
}
.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px;
}
.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left;
}
.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2;
}
.DayPickerKeyboardShortcuts_close:active {
  outline: 0;
}
.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}
.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a;
}
.CalendarDay {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
}
.CalendarDay:active {
  outline: 0;
}
.CalendarDay__defaultCursor {
  cursor: default;
}
.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff;
}
.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit;
}
.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit;
}
.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848;
}
.CalendarDay__outside:hover {
  border: 0;
}
.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd;
}
.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd;
}
.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848;
}
.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848;
}
.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff;
}
.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff;
}
.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff;
}
.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87;
}
.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87;
}
.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a;
}
.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd;
}
.CalendarDay__hovered_start_first_possible_end {
  background: #eceeee;
  border: 1px double #eceeee;
}
.CalendarDay__hovered_start_blocked_min_nights {
  background: #eceeee;
  border: 1px double #e4e7e7;
}
.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0;
}
.CalendarMonth_verticalSpacing {
  border-collapse: separate;
}
.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial;
}
.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px;
}
.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0;
}
.CalendarMonthGrid__animating {
  z-index: 1;
}
.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px;
}
.CalendarMonthGrid__vertical,
.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
}
.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%;
}
.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.CalendarMonthGrid_month__hidden {
  visibility: hidden;
}
.DayPickerNavigation {
  position: relative;
  z-index: 2;
}
.DayPickerNavigation__horizontal {
  height: 0;
}
.DayPickerNavigation__verticalScrollable_prevNav {
  z-index: 1;
}
.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0;
}
.DayPickerNavigation__verticalScrollableDefault {
  position: relative;
}
.DayPickerNavigation__bottom {
  height: auto;
}
.DayPickerNavigation__bottomDefault {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0;
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575;
}
.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4;
}
.DayPickerNavigation_button__default:active {
  background: #f2f2f2;
}
.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2;
}
.DayPickerNavigation_button__disabled:active {
  background: 0 0;
}
.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: 0.78;
  border-radius: 3px;
  padding: 6px 9px;
}
.DayPickerNavigation_bottomButton__horizontalDefault {
  position: static;
  margin: -10px 22px 30px;
}
.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px;
}
.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px;
}
.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%;
}
.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0;
}
.DayPickerNavigation_nextButton__verticalScrollableDefault,
.DayPickerNavigation_prevButton__verticalScrollableDefault {
  width: 100%;
}
.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block;
}
.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848;
}
.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2;
}
.DayPicker {
  background: #fff;
  position: relative;
  text-align: left;
}
.DayPicker__horizontal {
  background: #fff;
}
.DayPicker__verticalScrollable {
  height: 100%;
}
.DayPicker__hidden {
  visibility: hidden;
}
.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%;
}
.DayPicker_portal__vertical {
  position: initial;
}
.DayPicker_focusRegion {
  outline: 0;
}
.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top;
}
.DayPicker_weekHeaders {
  position: relative;
}
.DayPicker_weekHeaders__horizontal {
  margin-left: 9px;
}
.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left;
}
.DayPicker_weekHeader__vertical {
  left: 50%;
}
.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center;
}
.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.DayPicker_transitionContainer__horizontal {
  -webkit-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.DayPicker_transitionContainer__vertical {
  width: 100%;
}
.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}
.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}
.DateInput__small {
  width: 97px;
}
.DateInput__block {
  width: 100%;
}
.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb;
}
.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0;
}
.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 7px 7px 5px;
}
.DateInput_input__regular {
  font-weight: auto;
}
.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0;
}
.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic;
}
.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2;
}
.DateInput_fangShape {
  fill: #fff;
}
.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent;
}
.DateRangePickerInput {
  background-color: #fff;
  display: inline-block;
}
.DateRangePickerInput__disabled {
  background: #f2f2f2;
}
.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.DateRangePickerInput__rtl {
  direction: rtl;
}
.DateRangePickerInput__block {
  display: block;
}
.DateRangePickerInput__showClearDates {
  padding-right: 30px;
}
.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848;
}
.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px;
}
.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.DateRangePickerInput_clearDates__small {
  padding: 6px;
}
.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%;
}
.DateRangePickerInput_clearDates__hide {
  visibility: hidden;
}
.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle;
}
.DateRangePickerInput_clearDates_svg__small {
  height: 9px;
}
.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px;
}
.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle;
}
.DateRangePicker {
  position: relative;
  display: inline-block;
}
.DateRangePicker__block {
  display: block;
}
.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute;
}
.DateRangePicker_picker__rtl {
  direction: rtl;
}
.DateRangePicker_picker__directionLeft {
  left: 0;
}
.DateRangePicker_picker__directionRight {
  right: 0;
}
.DateRangePicker_picker__portal {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff;
}
.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2;
}
.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: #b0b3b4;
  text-decoration: none;
}
.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd;
}

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: 0.1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}

/*
  MDN-LIKE Theme - Mozilla
  Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
  Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
  GitHub: @peterkroon

  The mdn-like theme is inspired on the displayed code examples at: https://developer.mozilla.org/en-US/docs/Web/CSS/animation

*/
.cm-s-mdn-like.CodeMirror {
  color: #999;
  background-color: #fff;
}
.cm-s-mdn-like div.CodeMirror-selected {
  background: #cfc;
}
.cm-s-mdn-like .CodeMirror-line::selection,
.cm-s-mdn-like .CodeMirror-line > span::selection,
.cm-s-mdn-like .CodeMirror-line > span > span::selection {
  background: #cfc;
}
.cm-s-mdn-like .CodeMirror-line::-moz-selection,
.cm-s-mdn-like .CodeMirror-line > span::-moz-selection,
.cm-s-mdn-like .CodeMirror-line > span > span::-moz-selection {
  background: #cfc;
}
.cm-s-mdn-like .CodeMirror-gutters {
  background: #f8f8f8;
  border-left: 6px solid rgba(0, 83, 159, 0.65);
  color: #333;
}
.cm-s-mdn-like .CodeMirror-linenumber {
  color: #aaa;
  padding-left: 8px;
}
.cm-s-mdn-like .CodeMirror-cursor {
  border-left: 2px solid #222;
}
.cm-s-mdn-like .cm-keyword {
  color: #6262FF;
}
.cm-s-mdn-like .cm-atom {
  color: #F90;
}
.cm-s-mdn-like .cm-number {
  color: #ca7841;
}
.cm-s-mdn-like .cm-def {
  color: #8DA6CE;
}
.cm-s-mdn-like span.cm-variable-2,
.cm-s-mdn-like span.cm-tag {
  color: #690;
}
.cm-s-mdn-like span.cm-variable-3,
.cm-s-mdn-like span.cm-def,
.cm-s-mdn-like span.cm-type {
  color: #07a;
}
.cm-s-mdn-like .cm-variable {
  color: #07a;
}
.cm-s-mdn-like .cm-property {
  color: #905;
}
.cm-s-mdn-like .cm-qualifier {
  color: #690;
}
.cm-s-mdn-like .cm-operator {
  color: #cda869;
}
.cm-s-mdn-like .cm-comment {
  color: #777;
  font-weight: normal;
}
.cm-s-mdn-like .cm-string {
  color: #07a;
  font-style: italic;
}
.cm-s-mdn-like .cm-string-2 {
  color: #bd6b18;
}
/*?*/
.cm-s-mdn-like .cm-meta {
  color: #000;
}
/*?*/
.cm-s-mdn-like .cm-builtin {
  color: #9B7536;
}
/*?*/
.cm-s-mdn-like .cm-tag {
  color: #997643;
}
.cm-s-mdn-like .cm-attribute {
  color: #d6bb6d;
}
/*?*/
.cm-s-mdn-like .cm-header {
  color: #FF6400;
}
.cm-s-mdn-like .cm-hr {
  color: #AEAEAE;
}
.cm-s-mdn-like .cm-link {
  color: #ad9361;
  font-style: italic;
  text-decoration: none;
}
.cm-s-mdn-like .cm-error {
  border-bottom: 1px solid red;
}
div.cm-s-mdn-like .CodeMirror-activeline-background {
  background: #efefff;
}
div.cm-s-mdn-like span.CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: inherit;
}
.cm-s-mdn-like.CodeMirror {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAAyCAYAAAAp8UeFAAAHvklEQVR42s2b63bcNgyEQZCSHCdt2vd/0tWF7I+Q6XgMXiTtuvU5Pl57ZQKkKHzEAOtF5KeIJBGJ8uvL599FRFREZhFx8DeXv8trn68RuGaC8TRfo3SNp9dlDDHedyLyTUTeRWStXKPZrjtpZxaRw5hPqozRs1N8/enzIiQRWcCgy4MUA0f+XWliDhyL8Lfyvx7ei/Ae3iQFHyw7U/59pQVIMEEPEz0G7XiwdRjzSfC3UTtz9vchIntxvry5iMgfIhJoEflOz2CQr3F5h/HfeFe+GTdLaKcu9L8LTeQb/R/7GgbsfKedyNdoHsN31uRPWrfZ5wsj/NzzRQHuToIdU3ahwnsKPxXCjJITuOsi7XLc7SG/v5GdALs7wf8JjTFiB5+QvTEfRyGOfX3Lrx8wxyQi3sNq46O7QahQiCsRFgqddjBouVEHOKDgXAQHD9gJCr5sMKkEdjwsarG/ww3BMHBU7OBjXnzdyY7SfCxf5/z6ATccrwlKuwC/jhznnPF4CgVzhhVf4xp2EixcBActO75iZ8/fM9zAs2OMzKdslgXWJ9XG8PQoOAMA5fGcsvORgv0doBXyHrCwfLJAOwo71QLNkb8n2Pl6EWiR7OCibtkPaz4Kc/0NNAze2gju3zOwekALDaCFPI5vjPFmgGY5AZqyGEvH1x7QfIb8YtxMnA/b+QQ0aQDAwc6JMFg8CbQZ4qoYEEHbRwNojuK3EHwd7VALSgq+MNDKzfT58T8qdpADrgW0GmgcAS1lhzztJmkAzcPNOQbsWEALBDSlMKUG0Eq4CLAQWvEVQ9WU57gZJwZtgPO3r9oBTQ9WO8TjqXINx8R0EYpiZEUWOF3FxkbJkgU9B2f41YBrIj5ZfsQa0M5kTgiAAqM3ShXLgu8XMqcrQBvJ0CL5pnTsfMB13oB8athpAq2XOQmcGmoACCLydx7nToa23ATaSIY2ichfOdPTGxlasXMLaL0MLZAOwAKIM+y8CmicobGdCcbbK9DzN+yYGVoNNI5iUKTMyYOjPse4A8SM1MmcXgU0toOq1yO/v8FOxlASyc7TgeYaAMBJHcY1CcCwGI/TK4AmDbDyKYBBtFUkRwto8gygiQEaByFgJ00BH2M8JWwQS1nafDXQCidWyOI8AcjDCSjCLk8ngObuAm3JAHAdubAmOaK06V8MNEsKPJOhobSprwQa6gD7DclRQdqcwL4zxqgBrQcabUiBLclRDKAlWp+etPkBaNMA0AKlrHwTdEByZAA4GM+SNluSY6wAzcMNewxmgig5Ks0nkrSpBvSaQHMdKTBAnLojOdYyGpQ254602ZILPdTD1hdlggdIm74jbTp8vDwF5ZYUeLWGJpWsh6XNyXgcYwVoJQTEhhTYkxzZjiU5npU2TaB979TQehlaAVq4kaGpiPwwwLkYUuBbQwocyQTv1tA0+1UFWoJF3iv1oq+qoSk8EQdJmwHkziIF7oOZk14EGitibAdjLYYK78H5vZOhtWpoI0ATGHs0Q8OMb4Ey+2bU2UYztCtA0wFAs7TplGLRVQCcqaFdGSPCeTI1QNIC52iWNzof6Uib7xjEp07mNNoUYmVosVItHrHzRlLgBn9LFyRHaQCtVUMbtTNhoXWiTOO9k/V8BdAc1Oq0ArSQs6/5SU0hckNy9NnXqQY0PGYo5dWJ7nINaN6o958FWin27aBaWRka1r5myvLOAm0j30eBJqCxHLReVclxhxOEN2JfDWjxBtAC7MIH1fVaGdoOp4qJYDgKtKPSFNID2gSnGldrCqkFZ+5UeQXQBIRrSwocbdZYQT/2LwRahBPBXoHrB8nxaGROST62DKUbQOMMzZIC9abkuELfQzQALWTnDNAm8KHWFOJgJ5+SHIvTPcmx1xQyZRhNL5Qci689aXMEaN/uNIWkEwDAvFpOZmgsBaaGnbs1NPa1Jm32gBZAIh1pCtG7TSH4aE0y1uVY4uqoFPisGlpP2rSA5qTecWn5agK6BzSpgAyD+wFaqhnYoSZ1Vwr8CmlTQbrcO3ZaX0NAEyMbYaAlyquFoLKK3SPby9CeVUPThrSJmkCAE0CrKUQadi4DrdSlWhmah0YL9z9vClH59YGbHx1J8VZTyAjQepJjmXwAKTDQI3omc3p1U4gDUf6RfcdYfrUp5ClAi2J3Ba6UOXGo+K+bQrjjssitG2SJzshaLwMtXgRagUNpYYoVkMSBLM+9GGiJZMvduG6DRZ4qc04DMPtQQxOjEtACmhO7K1AbNbQDEggZyJwscFpAGwENhoBeUwh3bWolhe8BTYVKxQEWrSUn/uhcM5KhvUu/+eQu0Lzhi+VrK0PrZZNDQKs9cpYUuFYgMVpD4/NxenJTiMCNqdUEUf1qZWjppLT5qSkkUZbCwkbZMSuVnu80hfSkzRbQeqCZSAh6huR4VtoM2gHAlLf72smuWgE+VV7XpE25Ab2WFDgyhnSuKbs4GuGzCjR+tIoUuMFg3kgcWKLTwRqanJQ2W00hAsenfaApRC42hbCvK1SlE0HtE9BGgneJO+ELamitD1YjjOYnNYVcraGhtKkW0EqVVeDx733I2NH581k1NNxNLG0i0IJ8/NjVaOZ0tYZ2Vtr0Xv7tPV3hkWp9EFkgS/J0vosngTaSoaG06WHi+xObQkaAdlbanP8B2+2l0f90LmUAAAAASUVORK5CYII=);
}

.RRT__container {
  position: relative;
}
/****************************/
/******** tab styles ********/
/****************************/
.RRT__tabs {
  display: flex;
  flex-wrap: wrap;
}
.RRT__accordion {
  flex-direction: column;
}
.RRT__tab {
  background: #eee;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 1px 1px 0;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  padding: 0.7em 1em;
}
.RRT__tab:focus {
  outline: 0;
  background-color: #e6e6e6;
}
.RRT__accordion .RRT__tab {
  border-left-width: 1px;
}
.RRT__tab--first {
  border-left-width: 1px;
}
.RRT__tab--selected {
  background: #fff;
  border-color: #ddd #ddd #fff;
}
.RRT__tab--selected:focus {
  background-color: #fff;
}
.RRT__tab--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.RRT__tab:focus {
  z-index: 2;
}
.RRT__tab--selected .RRT__removable {
  position: relative;
}
.RRT__tab--selected .RRT__removable-text {
  margin-right: 10px;
}
.RRT__tab--selected .RRT__removable-icon {
  position: absolute;
  font-size: 18px;
  right: 0.5em;
  top: 0.2em;
}
/****************************/
/********* panel styles *****/
/****************************/
.RRT__panel {
  margin-top: -1px;
  padding: 1em;
  border: 1px solid #ddd;
}
.RRT__panel--hidden {
  display: none;
}
.RRT__accordion .RRT__panel {
  margin-top: 0;
}
/****************************/
/******* showmore control ***/
/****************************/
.RRT__showmore {
  background: #eee;
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  margin-left: -1px;
  position: relative;
}
.RRT__showmore--selected {
  background: white;
  border-bottom: none;
}
.RRT__showmore-label {
  padding: 0.7em 1em;
  position: relative;
  bottom: -1px;
  z-index: 1;
}
.RRT__showmore-label--selected {
  background-color: #eee;
}
.RRT__showmore-list {
  position: absolute;
  right: -1px;
  top: 100%;
  display: none;
}
.RRT__showmore-list--opened {
  display: block;
}
/****************************/
/********** inkbar **********/
/****************************/
.RRT__inkbar-wrapper {
  width: 100%;
}
.RRT__inkbar {
  position: relative;
  bottom: 0;
  height: 2px;
  margin-top: -2px;
  background-color: deepskyblue;
  transition: left 800ms cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 2;
}

