@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 {
  height: 100% ;
}
body {
  /*color: #4a5073;
  background: #E3EBF6 !important;*/
  /*background-color: #202225 !important;*/
  background-color: #222 !important;
}
.logo-img {
  padding: 5px 10px 0px 10px;
}
.brand-color {
  color: var(--primary-purple) !important;
}
.main-content {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
/* ---------- css for cowduck image with clouds ---------- */
img.cow_duck_image {
  position: absolute;
  top: 0;
  left: 0;
}
/* ---------- css for cowduck image with clouds ---------- */
img.user-avatar {
  height: 50px;
}
/* ---------- Split Pane resizing css ---------- */
.Resizer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  opacity: 0.2;
  z-index: 1;
  -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: 1px !important;
  margin: -5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  cursor: row-resize;
  width: 100%;
  background: #535557;
}
.Resizer.horizontal:hover {
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.Resizer.vertical {
  width: 5px !important;
  margin: 0 -5px;
  border-left: 1px solid rgba(255, 255, 255, 0) !important;
  border-right: 1px solid rgba(255, 255, 255, 0) !important;
  cursor: col-resize;
  background: #535557;
}
div.SplitPane {
  padding-left: 0px;
}
div.SplitPane .horizontal {
  top: auto !important;
  bottom: auto !important;
}
.Resizer.vertical:hover {
  border-left: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}
.Pane1 {
  background-color: #222;
  min-width: 320px !important;
}
.Pane2 {
  background-color: transparent;
}
/* ---------- Split Pane resizing css ---------- */
/* ---------- progress bar css ---------- */
div.progress-bar-position {
  /*margin-top: 50%;*/
  padding: 0 !important;
}
div.progress-bar-container {
  margin-left: 1px !important;
}
/* ---------- progress bar css ---------- */
/* ---------- icon bar css ---------- */
.nav-bar-row {
  height: -webkit-fill-available;
}
.nav-icon-bar {
  flex-direction: column;
  width: 70px;
  position: fixed;
  padding: 0px !important;
  background-color: #313030;
  height: -webkit-fill-available;
}
.nav-item {
  text-align: center;
}
.nav-link {
  /* color: #a3b6ca !important;*/
  color: #fff !important;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}
.nav-bar-dropdown-divider {
  border-top: 1px solid #a3b6ca;
}
.nav-icon {
  font-size: 30px;
  padding-top: 0 !important;
}
/*.nav-icon-disabled {
  color: rgba(0,0,0,.3) !important;
}*/
.nav-icon-align {
  margin: auto 0px 0px;
  padding: 0px;
  align-self: flex-end;
}
.nav-icons-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.main-navbar-shadow {
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #00bc8c !important;
}
.navbar-dark .navbar-nav .nav-link.active {
  background-color: #00bc8c;
  color: #002856 !important;
}
/* ---------- icon bar css ---------- */
/* ---------- sub nav css ----------- */
.nav-pills .nav-link.active {
  border-bottom: 3px solid #00bc8c !important;
  background: transparent !important ;
  border-radius: 0 !important;
}
.nav-pills .nav-link.hover {
  color: #00bc8c !important;
}
.sub-nav {
  color: #E3EBF6 !important;
}
.btn-light {
  color: #000 !important;
}
.nav-icon {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  display: block;
  padding: 0.5rem 1rem;
}
/* ---------- sub nav css ----------- */
.cancel-button {
  border: 0px !important;
  float: right;
}
/* ---------- custom active css ---------- */
.list-group-item.active {
  color: #00C08B !important;
  font-weight: bold !important;
}
.list-group-item:hover {
  color: #00C08B !important;
}
/*.nav-icon .nav-link .active {
  color: white;
  background-color:transparent;
}*/
/* ---------- custom active css ---------- */
/* ---------- overriding react components schema builder css ---------- */
.schema-summary-icons {
  color: #E3EBF6;
  font-size: 24px;
}
.doc-summary-card {
  min-width: "33.333333%";
}
.table {
  border: 0px solid transparent !important;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
}
.table td,
.table th {
  border-top: 0 !important;
  /*word-wrap: break-word !important;*/
  word-break: break-all !important;
}
.table thead th,
.member-headers {
  color: #a3b6ca !important;
}
.table > :not(:first-child) {
  border-top: 0 !important;
}
.RRT__tab {
  background: transparent !important;
  border-style: solid;
  border-color: transparent !important;
}
.RRT__showmore {
  background: transparent;
  border-style: none;
}
.RRT__showmore-label--selected {
  background: white !important;
  color: black;
}
.RRT__showmore-list--opened {
  background: white !important;
  color: black;
}
.tdb__panel__bar,
.tdb__panel__title {
  background: transparent !important;
}
.accordion__button {
  background-color: transparent !important;
  color: #cae4fd !important;
  padding: 12px !important;
  border-radius: 4px !important;
}
.accordion__button:hover {
  background-color: #414141 !important;
  color: #cae4fd !important;
}
/* ---------- overriding react components schema builder css ---------- */
/* ---------- form control custom dark mode ---------- */
.form-control {
  color: #adb5bd !important;
  /*background-color: #444 !important;*/
  background-color: transparent !important;
  border-color: #666666 !important;
  min-height: 49px !important;
}
.form-control:disabled:hover,
.form-control[readonly]:hover {
  cursor: not-allowed;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: solid !important;
  border-bottom: 1px solid #444 !important;
}
.form-select {
  mix-blend-mode: difference;
  border: 1px solid #adb5bd;
}
.css-yk16xz-control,
.css-1960ht7-control {
  background-color: #303030 !important;
  border-color: #666666 !important;
}
.css-1uccc91-singleValue {
  color: #adb5bd !important;
}
.css-g1d714-ValueContainer {
  background-color: #303030 !important;
}
.css-26l3qy-menu,
.css-1ektx4i-menu {
  background-color: #303030 !important;
  border: #666666 1px solid !important;
  box-shadow: 0px 0px 0px !important;
  color: #dcdfe2 !important;
}
.css-26l3qy-menu:hover {
  background-color: #303030 !important;
  color: #adb5bd !important;
}
.css-xb97g8 {
  color: #adb5bd !important;
}
.css-xb97g8:hover {
  color: red !important;
  cursor: pointer;
}
.custom-field-check {
  background-image: none !important;
}
.custom-select {
  color: #adb5bd !important;
  background-color: transparent !important;
  border-color: #666666 !important;
}
.custom-field-select-no-validation {
  background-image: none !important;
}
/*
.css-1gtuorj-indicatorContainer {
  background-color: #303030 !important;
}*/
input {
  border-color: hsl(0, 0%, 80%) !important;
  border-radius: 4px !important;
  border-style: solid !important;
  background-color: #303030 !important;
  min-height: 38px !important;
  color: hsl(0, 0%, 50%) !important;
}
.search-input {
  font-size: 13px !important;
}
/* ---------- form control custom dark mode ---------- */
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-button.collapsed {
  color: #adb5bd;
}
.click-list:hover,
.traverseDocument:hover {
  cursor: pointer;
}
/* ---------- custom modal dimensions ---------- */
.modal-dialog-centered {
  min-width: calc(100% - 45rem);
  min-height: calc(100% - 45rem);
}
/* ---------- custom modal dimensions ---------- */
/* ---------- custom react icons dimensions ---------- */
.react-icons {
  font-size: 25px;
}
.react-icons:hover {
  cursor: pointer;
}
.danger {
  color: #e74c3c;
}
.info {
  color: #2a7aaf;
}
/* ---------- custom react icons dimensions ---------- */
/* ---------- time travel widget ---------- */
.time-travel-control {
  /*top: 10;
  right: 0;
  margin-top: 80px;
  position: fixed !important;*/
  z-index: 999;
  box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
}
::-webkit-scrollbar {
  width: 12px;
  background: transparent;
  border: 1px solid grey;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #444;
  max-height: 50%;
  height: 50%;
}
.time-travel-control {
  transition: 1s;
}
.time-travel-control:hover {
  cursor: pointer;
}
.time-travel-card {
  margin-top: -2.5rem;
}
.time-travel-icon:hover {
  transition: all 0.2s ease-in-out !important;
  cursor: pointer;
}
.time-travel-slider {
  height: 100%;
  background: #303030;
  position: fixed;
  top: 0;
  right: 0;
  width: 40%;
  z-index: 200;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.time-travel-slider.open {
  transform: translateX(0);
}
.current-time-point {
  background: #00bc8c !important;
  color: #000;
}
.time-travel-scroller {
  height: 100%;
  overflow-y: scroll;
}
.time-travel-load-more-icon {
  font-size: 30px;
  border: 1px solid #3498db !important;
  background-color: #444;
}
/* ---------- time travel widget ---------- */
.vertical-timeline-element-content {
  background: transparent !important;
}
.vertical-timeline::before {
  background: #444 !important;
}
.vertical-timeline-element-icon {
  box-shadow: none !important;
}
.vertical-timeline-element-content {
  box-shadow: none !important;
}
.vertical-timeline-element {
  margin: 1em 0 !important;
}
/* ---------- query builder ---------- */
.query-pane-icons {
  font-size: 25px;
  margin-top: 5px;
}
.query-builder-card {
  overflow-y: scroll;
  height: 265px;
  background-color: #444;
  max-height: -webkit-fill-available;
}
.query-description-card {
  overflow-y: scroll;
  max-height: -webkit-fill-available;
  height: 350px;
  margin-top: 55px;
  box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
}
.query-name-pre {
  background: #222;
  padding: 3px;
  border-radius: 3px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap !important;
  transition: background-color 0.25s ease, color 0.25s ease, text-shadow 0.25s ease;
  width: auto;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: fit-content;
  cursor: pointer;
}
.query:hover {
  cursor: pointer;
}
.graph-bg-color {
  background-color: #0a0e14;
}
/* ---------- query builder ---------- */
.display-none {
  display: none;
}
.document-description-card-text {
  max-height: 150px;
  height: 150px;
  overflow-y: auto;
}
.cursor-auto {
  cursor: auto;
}
/* ---------- feedback form ---------- */
.cowduck-feedback-avatar {
  height: 10rem !important;
  width: 10rem !important;
  min-height: 10rem !important;
  min-width: 10rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.cowduck-top-sec {
  margin-top: -110px;
  margin-bottom: 15px;
}
/* ---------- feedback form ---------- */
/* ---------- example data product card image  ---------- */
.example-data-product-card-img {
  height: 220px !important;
  object-fit: cover;
}
.activity-icon {
  font-size: 3rem;
  /*background-color: #2b2c2b !important;
  background: rgba(0,0,0,.3) !important;
  border-radius: 4px;*/
  padding: 10px;
}
/* ---------- example data product card image  ---------- */
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  background: transparent !important;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  display: none !important;
}
.react-slidedown {
  height: 0;
  transition-property: none;
  transition-duration: 0s !important;
  transition-timing-function: none !important;
}
.menu-title {
  color: #6c757d !important;
  font-weight: 700 !important;
}
.sub-menu-title {
  color: #d0d4d8 !important;
  font-weight: 100 !important;
  cursor: pointer;
}
/* ---------- example data product card image  ---------- */
.mandatory-icon {
  font-size: 10px;
}
.model-builder-code-mirror {
  height: auto !important;
}
.CodeMirror {
  height: auto !important;
  min-height: 400px !important;
  /*150px !important;*/
  height: 400px !important;
}
pre.CodeMirror-line > span > span.cm-string {
  word-break: break-all !important;
}
.qp-CodeMirror {
  height: auto !important;
  min-height: 400px !important;
}
.idfield {
  margin-right: 160px !important;
}
.subdoc-block {
  border-top: 1px solid #444;
  width: 1000px;
  padding-top: 20px;
}
/*** Pink: de7dd8, Purple: 855afc, Blue: 4c58d2, Yellow: f9d891  ***/
/*** feedback form ***/
.feedback-card {
  right: 15px;
  bottom: 0;
  width: 80px;
  float: right;
  position: fixed !important;
  z-index: 99;
  cursor: pointer;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5) !important;
}
.feedback-form {
  left: 75px !important;
  bottom: 0;
  width: 180px;
  left: 0px;
  float: right;
  position: fixed !important;
  z-index: 2099;
  box-shadow: 0 0.5rem 1rem rgba(46, 54, 80, 0.15);
  transition: 0.5s ease;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5) !important;
}
.ff-align-left {
  margin-left: 70px !important;
  box-shadow: 1px 0px 7px rgba(0, 0, 0, 0.5) !important;
}
.feedback-card-icon-color {
  color: #a3b6ca !important;
}
.feedback-cancel {
  height: fit-content !important;
  margin-top: 90px !important;
}
/*** feedback form ***/
/*** Calanader ***/
.DayPicker__horizontal,
.CalendarMonth,
.CalendarMonthGrid {
  background: #222 !important;
}
.CalendarMonth_caption,
.DayPicker_weekHeader_li {
  /*color: #adb5bd !important;*/
  color: #fff !important;
}
.CalendarDay__default {
  background-color: #222;
  border: 1px solid #6e6e6e;
  color: #fff;
}
.CalendarDay__default:hover {
  color: #222 !important;
}
.CalendarDay__selected {
  background: #00bc8c !important;
  color: white;
}
.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #222;
  color: #00bc8c;
}
.DayPickerNavigation_svg__horizontal {
  fill: #00bc8c !important;
}
.DateInput_fangShape {
  fill: #222 !important;
}
.SingleDatePickerInput__withBorder {
  border: 1px solid #666666 !important;
}
.SingleDatePickerInput {
  background-color: #444 !important;
}
.SingleDatePickerInput_calendarIcon_svg {
  fill: #fff !important;
}
.DateInput_input__focused {
  border-bottom: 0 !important;
}
.DateInput_input {
  border-bottom: 1px solid #666666 !important;
}
.DateInput {
  background-color: transparent !important;
}
/*** Calanader ***/
.tdb__token {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*background: transparent;
  border: transparent;*/
  pointer-events: none;
}
.loading-parent-flex {
  justify-content: center;
  flex-direction: column;
  display: flex !important;
}
.loading-parent {
  position: relative !important;
  height: 100vh !important;
  width: 100vh !important;
  /*border: 1px solid red;*/
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.loading-bar-component {
  z-index: 1000;
  position: absolute;
  bottom: 0;
  background-color: rgba(96, 96, 96, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.loading-bar-align {
  /*position: absolute;*/
  top: 25%;
  width: 100%;
}
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #de7dd8;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.benefit--icon {
  color: #FED893;
  font-size: 40px;
  width: 60px;
  height: auto;
}
.invitation--card {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: auto; */
  border-radius: 20px;
}
.subdoc-label-color {
  color: #f9d891 !important;
}
.text-label {
  font-size: 1rem;
}
.btn-create-data-product-submit {
  z-index: 1060;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

@keyframes swing {
  0%,
  30%,
  50%,
  70%,
  100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.pro-sidebar {
  color: #adadad;
  height: 100%;
  width: 270px;
  min-width: 270px;
  text-align: left;
  transition: width, left, right, 0.3s;
  position: relative;
  z-index: 1009;
}
.pro-sidebar > .pro-sidebar-inner {
  background: #1d1d1d;
  height: 100%;
  position: relative;
  z-index: 101;
}
.pro-sidebar > .pro-sidebar-inner > img.sidebar-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  opacity: 0.3;
  left: 0;
  top: 0;
  z-index: 100;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 101;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-header {
  border-bottom: 1px solid rgba(173, 173, 173, 0.2);
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-content {
  flex-grow: 1;
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout .pro-sidebar-footer {
  border-top: 1px solid rgba(173, 173, 173, 0.2);
}
.pro-sidebar > .pro-sidebar-inner > .pro-sidebar-layout ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.pro-sidebar .overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
}
.pro-sidebar.collapsed {
  width: 80px;
  min-width: 80px;
}
.pro-sidebar.rtl {
  text-align: right;
  direction: rtl;
}
@media (max-width: 480px) {
  .pro-sidebar.xs {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.xs.collapsed {
    left: -80px;
  }
  .pro-sidebar.xs.toggled {
    left: 0;
  }
  .pro-sidebar.xs.toggled .overlay {
    display: block;
  }
  .pro-sidebar.xs.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.xs.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.xs.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 576px) {
  .pro-sidebar.sm {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.sm.collapsed {
    left: -80px;
  }
  .pro-sidebar.sm.toggled {
    left: 0;
  }
  .pro-sidebar.sm.toggled .overlay {
    display: block;
  }
  .pro-sidebar.sm.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.sm.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.sm.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 768px) {
  .pro-sidebar.md {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.md.collapsed {
    left: -80px;
  }
  .pro-sidebar.md.toggled {
    left: 0;
  }
  .pro-sidebar.md.toggled .overlay {
    display: block;
  }
  .pro-sidebar.md.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.md.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.md.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 992px) {
  .pro-sidebar.lg {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.lg.collapsed {
    left: -80px;
  }
  .pro-sidebar.lg.toggled {
    left: 0;
  }
  .pro-sidebar.lg.toggled .overlay {
    display: block;
  }
  .pro-sidebar.lg.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.lg.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.lg.rtl.toggled {
    left: auto;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .pro-sidebar.xl {
    position: fixed;
    left: -270px;
  }
  .pro-sidebar.xl.collapsed {
    left: -80px;
  }
  .pro-sidebar.xl.toggled {
    left: 0;
  }
  .pro-sidebar.xl.toggled .overlay {
    display: block;
  }
  .pro-sidebar.xl.rtl {
    left: auto;
    right: -270px;
  }
  .pro-sidebar.xl.rtl.collapsed {
    left: auto;
    right: -80px;
  }
  .pro-sidebar.xl.rtl.toggled {
    left: auto;
    right: 0;
  }
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  border: 1px solid #2b2b2b;
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  box-shadow: 1px 0px 0px #adadad, 0px -1px 0px #adadad, 0px 1px 0px #adadad, -1px 0px 0px #adadad;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sidebar .pro-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item {
  position: relative;
  background-color: #2b2b2b;
}
.pro-sidebar .pro-menu > ul > .pro-sub-menu > .pro-inner-list-item > div > ul {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro-sidebar .pro-menu a {
  text-decoration: none;
  color: #adadad;
}
.pro-sidebar .pro-menu a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.pro-sidebar .pro-menu a:hover {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item {
  font-size: 15px;
}
.pro-sidebar .pro-menu .pro-menu-item.active {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item .suffix-wrapper {
  opacity: 1;
  transition: opacity 0.2s;
}
.pro-sidebar .pro-menu .pro-menu-item .prefix-wrapper {
  display: flex;
  margin-right: 5px;
  opacity: 1;
  transition: opacity 0.2s;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 35px 8px 20px;
  cursor: pointer;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:focus {
  outline: none;
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  margin-right: 10px;
  font-size: 14px;
  width: 35px;
  min-width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper .pro-icon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item > .pro-item-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover {
  color: #d8d8d8;
}
.pro-sidebar .pro-menu .pro-menu-item > .pro-inner-item:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item:before {
  background: #adadad;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  display: inline-block;
  border-style: solid;
  border-color: #adadad;
  border-width: 0 2px 2px 0;
  padding: 2.5px;
  vertical-align: middle;
  transition: transform 0.3s;
  transform: rotate(-45deg);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item:before {
  background: transparent !important;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg);
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 20px;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 30px 8px 15px;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item > .pro-icon-wrapper {
  display: none;
}
.pro-sidebar .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item .pro-arrow-wrapper {
  display: none;
}
.pro-sidebar .pro-menu.shaped .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  background-color: #2b2b2b;
}
.pro-sidebar .pro-menu.square .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 0;
}
.pro-sidebar .pro-menu.round .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 4px;
}
.pro-sidebar .pro-menu.circle .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  border-radius: 50%;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item {
  position: relative;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .suffix-wrapper,
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-item > .prefix-wrapper {
  opacity: 0;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item > .pro-inner-list-item {
  background-color: #2b2b2b;
  z-index: 111;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu {
  position: relative;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item {
  pointer-events: none;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  display: none;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  height: auto !important;
  position: fixed;
  visibility: hidden;
  min-width: 220px;
  max-width: 270px;
  background-color: transparent;
  max-height: 100%;
  padding-left: 3px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
  padding-left: 10px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  max-height: 100vh;
  overflow-y: auto;
  background-color: #2b2b2b;
  padding-left: 20px;
  border-radius: 4px;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover > .pro-inner-list-item {
  transition: visibility, transform 0.3s;
  visibility: visible;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu:hover .pro-icon-wrapper .pro-icon {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.pro-sidebar.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 30px 8px 5px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item .prefix-wrapper {
  margin-right: 0;
  margin-left: 5px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item {
  padding: 8px 20px 8px 35px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item > .pro-inner-item > .pro-icon-wrapper {
  margin-right: 0;
  margin-left: 10px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper {
  right: auto;
  left: 20px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(135deg);
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu.open > .pro-inner-item > .pro-arrow-wrapper .pro-arrow {
  transform: rotate(45deg);
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item {
  padding-left: 0;
  padding-right: 20px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 15px 8px 30px;
}
.pro-sidebar.rtl .pro-menu .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item:before {
  margin-right: 0;
  margin-left: 15px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item {
  padding-left: 0;
  padding-right: 3px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item.has-arrow {
  padding-right: 10px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu > .pro-inner-list-item > .popper-inner {
  padding-left: 0;
  padding-right: 20px;
}
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-sub-menu-item,
.pro-sidebar.rtl.collapsed .pro-menu > ul > .pro-menu-item.pro-sub-menu .pro-inner-list-item .pro-inner-item {
  padding: 8px 5px 8px 30px;
}
.popper-arrow {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.popper-element[data-popper-placement^='left'] > .popper-arrow {
  right: 0;
  border-right: 7px solid #2b2b2b;
}
.popper-element[data-popper-placement^='right'] > .popper-arrow {
  left: 0;
  border-left: 7px solid #2b2b2b;
}
.react-slidedown {
  height: 0;
  transition-property: none;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.react-slidedown.transitioning {
  overflow-y: hidden;
}
.react-slidedown.closed {
  display: none;
}

.vertical-timeline * {
  box-sizing: border-box;
}
.vertical-timeline {
  width: 95%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 2em 0;
}
.vertical-timeline::after {
  content: '';
  display: table;
  clear: both;
}
.vertical-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: var(--line-color);
}
.vertical-timeline.vertical-timeline--one-column-right::before {
  right: 18px;
  left: unset;
}
@media only screen and (min-width: 1170px) {
  .vertical-timeline.vertical-timeline--two-columns {
    width: 90%;
  }
  .vertical-timeline.vertical-timeline--two-columns:before {
    left: 50%;
    margin-left: -2px;
  }
}
.vertical-timeline-element {
  position: relative;
  margin: 2em 0;
}
.vertical-timeline-element > div {
  min-height: 1px;
}
.vertical-timeline-element:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-element:first-child {
  margin-top: 0;
}
.vertical-timeline-element:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .vertical-timeline-element {
    margin: 4em 0;
  }
  .vertical-timeline-element:first-child {
    margin-top: 0;
  }
  .vertical-timeline-element:last-child {
    margin-bottom: 0;
  }
}
.vertical-timeline-element-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.vertical-timeline--one-column-right .vertical-timeline-element-icon {
  right: 0;
  left: unset;
}
.vertical-timeline-element-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media only screen and (min-width: 1170px) {
  .vertical-timeline--two-columns .vertical-timeline-element-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
  }
}
.vertical-timeline-element-icon {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden {
  visibility: hidden;
}
.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  -moz-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.vertical-timeline-element-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #ddd;
}
.vertical-timeline--one-column-right .vertical-timeline-element-content {
  margin-right: 60px;
  margin-left: unset;
}
.vertical-timeline-element--no-children .vertical-timeline-element-content {
  background: 0 0;
  box-shadow: none;
}
.vertical-timeline-element-content:after {
  content: "";
  display: table;
  clear: both;
}
.vertical-timeline-element-content h2 {
  color: #303e49;
}
.vertical-timeline-element-content .vertical-timeline-element-date,
.vertical-timeline-element-content p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
.vertical-timeline-element-content .vertical-timeline-element-date {
  display: inline-block;
}
.vertical-timeline-element-content p {
  margin: 1em 0 0;
  line-height: 1.6;
}
.vertical-timeline-element-title {
  margin: 0;
}
.vertical-timeline-element-subtitle {
  margin: 0;
}
.vertical-timeline-element-content .vertical-timeline-element-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.vertical-timeline-element-content-arrow {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow {
  content: '';
  position: absolute;
  top: 16px;
  right: unset;
  left: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}
.vertical-timeline--one-column-right .vertical-timeline-element-content::before {
  left: 100%;
  border-left: 7px solid #fff;
  border-right: unset;
}
.vertical-timeline-element--no-children .vertical-timeline-element-content::before {
  display: none;
}
.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow {
  display: none;
}
@media only screen and (min-width: 768px) {
  .vertical-timeline-element-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .vertical-timeline-element-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .vertical-timeline-element-content .vertical-timeline-element-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .vertical-timeline--two-columns .vertical-timeline-element-content {
    margin-left: 0;
    padding: 1.5em;
    width: 44%;
  }
  .vertical-timeline--two-columns .vertical-timeline-element-content-arrow {
    top: 24px;
    left: 100%;
    transform: rotate(180deg);
  }
  .vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date {
    position: absolute;
    width: 100%;
    left: 124%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content {
    float: right;
  }
  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow {
    top: 24px;
    left: auto;
    right: 100%;
    transform: rotate(0);
  }
  .vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,
  .vertical-timeline--one-column-right .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow {
    top: 24px;
    left: 100%;
    right: auto;
    transform: rotate(0);
  }
  .vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,
  .vertical-timeline--two-columns .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date {
    left: auto;
    right: 124%;
    text-align: right;
  }
}
.vertical-timeline--animate .vertical-timeline-element-content.is-hidden {
  visibility: hidden;
}
.vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  -moz-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}
@media only screen and (min-width: 1170px) {
  .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,
  .vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(even):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@media only screen and (max-width: 1169px) {
  .vertical-timeline--animate .vertical-timeline-element-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.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;
}

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: transparent;
  /*margin-bottom: 5px;*/
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #666666;
}
.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: transparent;
  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;
  color: grey;
}
.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 {
  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: @brand-color-green;*/
  text-decoration: none;
  color: #00C08B;
}
.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: @brand-color-blue;*/
  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 !important;
}
.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;*/
  border-bottom: 1px solid #666666;
  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: #ff8000;
}
.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: transparent;
  justify-content: flex-end;
  display: flex;
  border-bottom: 1px solid #666666;
}
.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;
}
.tdb__panel__button--red {
  color: #e74c3c;
  padding: 0px 0px 20px;
}
.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: 15px;
}
.tdb__form__error {
  color: #e74c3c;
}
.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: center;
  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;
  margin-bottom: 0px;
}
.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;
}

/* 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 .CodeMirror-line::selection,
.cm-fat-cursor .CodeMirror-line > span::selection,
.cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: transparent;
}
.cm-fat-cursor .CodeMirror-line::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: transparent;
}
.cm-fat-cursor {
  caret-color: transparent;
}
@-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;
  z-index: 0;
}
.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;
}

.cm-s-eclipse span.cm-meta {
  color: #FF1717;
}
.cm-s-eclipse span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: #7F0055;
}
.cm-s-eclipse span.cm-atom {
  color: #219;
}
.cm-s-eclipse span.cm-number {
  color: #164;
}
.cm-s-eclipse span.cm-def {
  color: #00f;
}
.cm-s-eclipse span.cm-variable {
  color: black;
}
.cm-s-eclipse span.cm-variable-2 {
  color: #0000C0;
}
.cm-s-eclipse span.cm-variable-3,
.cm-s-eclipse span.cm-type {
  color: #0000C0;
}
.cm-s-eclipse span.cm-property {
  color: black;
}
.cm-s-eclipse span.cm-operator {
  color: black;
}
.cm-s-eclipse span.cm-comment {
  color: #3F7F5F;
}
.cm-s-eclipse span.cm-string {
  color: #2A00FF;
}
.cm-s-eclipse span.cm-string-2 {
  color: #f50;
}
.cm-s-eclipse span.cm-qualifier {
  color: #555;
}
.cm-s-eclipse span.cm-builtin {
  color: #30a;
}
.cm-s-eclipse span.cm-bracket {
  color: #cc7;
}
.cm-s-eclipse span.cm-tag {
  color: #170;
}
.cm-s-eclipse span.cm-attribute {
  color: #00c;
}
.cm-s-eclipse span.cm-link {
  color: #219;
}
.cm-s-eclipse span.cm-error {
  color: #f00;
}
.cm-s-eclipse .CodeMirror-activeline-background {
  background: #e8f2ff;
}
.cm-s-eclipse .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: black !important;
}

/*

    Name:       shadowfox
    Author:     overdodactyl (http://github.com/overdodactyl)

    Original shadowfox color scheme by Firefox

*/
.cm-s-shadowfox.CodeMirror {
  background: #2a2a2e;
  color: #b1b1b3;
}
.cm-s-shadowfox div.CodeMirror-selected {
  background: #353B48;
}
.cm-s-shadowfox .CodeMirror-line::selection,
.cm-s-shadowfox .CodeMirror-line > span::selection,
.cm-s-shadowfox .CodeMirror-line > span > span::selection {
  background: #353B48;
}
.cm-s-shadowfox .CodeMirror-line::-moz-selection,
.cm-s-shadowfox .CodeMirror-line > span::-moz-selection,
.cm-s-shadowfox .CodeMirror-line > span > span::-moz-selection {
  background: #353B48;
}
.cm-s-shadowfox .CodeMirror-gutters {
  background: #0c0c0d;
  border-right: 1px solid #0c0c0d;
}
.cm-s-shadowfox .CodeMirror-guttermarker {
  color: #555;
}
.cm-s-shadowfox .CodeMirror-linenumber {
  color: #939393;
}
.cm-s-shadowfox .CodeMirror-cursor {
  border-left: 1px solid #fff;
}
.cm-s-shadowfox span.cm-comment {
  color: #939393;
}
.cm-s-shadowfox span.cm-atom {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-quote {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-builtin {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-attribute {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-keyword {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-error {
  color: #FF7DE9;
}
.cm-s-shadowfox span.cm-number {
  color: #6B89FF;
}
.cm-s-shadowfox span.cm-string {
  color: #6B89FF;
}
.cm-s-shadowfox span.cm-string-2 {
  color: #6B89FF;
}
.cm-s-shadowfox span.cm-meta {
  color: #939393;
}
.cm-s-shadowfox span.cm-hr {
  color: #939393;
}
.cm-s-shadowfox span.cm-header {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-qualifier {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-variable-2 {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-property {
  color: #86DE74;
}
.cm-s-shadowfox span.cm-def {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-bracket {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-tag {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-link:visited {
  color: #75BFFF;
}
.cm-s-shadowfox span.cm-variable {
  color: #B98EFF;
}
.cm-s-shadowfox span.cm-variable-3 {
  color: #d7d7db;
}
.cm-s-shadowfox span.cm-link {
  color: #737373;
}
.cm-s-shadowfox span.cm-operator {
  color: #b1b1b3;
}
.cm-s-shadowfox span.cm-special {
  color: #d7d7db;
}
.cm-s-shadowfox .CodeMirror-activeline-background {
  background: rgba(185, 215, 253, 0.15);
}
.cm-s-shadowfox .CodeMirror-matchingbracket {
  outline: solid 1px rgba(255, 255, 255, 0.25);
  color: white !important;
}

/* Based on https://github.com/dempfi/ayu */
.cm-s-ayu-dark.CodeMirror {
  background: #0a0e14;
  color: #b3b1ad;
}
.cm-s-ayu-dark div.CodeMirror-selected {
  background: #273747;
}
.cm-s-ayu-dark .CodeMirror-line::selection,
.cm-s-ayu-dark .CodeMirror-line > span::selection,
.cm-s-ayu-dark .CodeMirror-line > span > span::selection {
  background: #273747;
}
.cm-s-ayu-dark .CodeMirror-line::-moz-selection,
.cm-s-ayu-dark .CodeMirror-line > span::-moz-selection,
.cm-s-ayu-dark .CodeMirror-line > span > span::-moz-selection {
  background: #273747;
}
.cm-s-ayu-dark .CodeMirror-gutters {
  background: #0a0e14;
  border-right: 0px;
}
.cm-s-ayu-dark .CodeMirror-guttermarker {
  color: white;
}
.cm-s-ayu-dark .CodeMirror-guttermarker-subtle {
  color: #3d424d;
}
.cm-s-ayu-dark .CodeMirror-linenumber {
  color: #3d424d;
}
.cm-s-ayu-dark .CodeMirror-cursor {
  border-left: 1px solid #e6b450;
}
.cm-s-ayu-dark.cm-fat-cursor .CodeMirror-cursor {
  background-color: #a2a8a175 !important;
}
.cm-s-ayu-dark .cm-animate-fat-cursor {
  background-color: #a2a8a175 !important;
}
.cm-s-ayu-dark span.cm-comment {
  color: #626a73;
}
.cm-s-ayu-dark span.cm-atom {
  color: #ae81ff;
}
.cm-s-ayu-dark span.cm-number {
  color: #e6b450;
}
.cm-s-ayu-dark span.cm-comment.cm-attribute {
  color: #ffb454;
}
.cm-s-ayu-dark span.cm-comment.cm-def {
  color: #39bae6;
}
.cm-s-ayu-dark span.cm-comment.cm-tag {
  color: #39bae6;
}
.cm-s-ayu-dark span.cm-comment.cm-type {
  color: #5998a6;
}
.cm-s-ayu-dark span.cm-property,
.cm-s-ayu-dark span.cm-attribute {
  color: #ffb454;
}
.cm-s-ayu-dark span.cm-keyword {
  color: #ff8f40;
}
.cm-s-ayu-dark span.cm-builtin {
  color: #e6b450;
}
.cm-s-ayu-dark span.cm-string {
  color: #c2d94c;
}
.cm-s-ayu-dark span.cm-variable {
  color: #b3b1ad;
}
.cm-s-ayu-dark span.cm-variable-2 {
  color: #f07178;
}
.cm-s-ayu-dark span.cm-variable-3 {
  color: #39bae6;
}
.cm-s-ayu-dark span.cm-type {
  color: #ff8f40;
}
.cm-s-ayu-dark span.cm-def {
  color: #ffee99;
}
.cm-s-ayu-dark span.cm-bracket {
  color: #f8f8f2;
}
.cm-s-ayu-dark span.cm-tag {
  color: #39bae6;
}
.cm-s-ayu-dark span.cm-header {
  color: #c2d94c;
}
.cm-s-ayu-dark span.cm-link {
  color: #39bae6;
}
.cm-s-ayu-dark span.cm-error {
  color: #ff3333;
}
.cm-s-ayu-dark .CodeMirror-activeline-background {
  background: #01060e;
}
.cm-s-ayu-dark .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.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;
}

/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.accordion {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__button {
  background-color: #f4f4f4;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
}
.accordion__button:hover {
  background-color: #ddd;
}
.accordion__button:before {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 12px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(-45deg);
}
.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
  transform: rotate(45deg);
}
[hidden] {
  display: none;
}
.accordion__panel {
  padding: 20px;
  animation: fadein 0.35s ease-in;
}
/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.rjsf {
  width: 100%;
}
.tdb__subdocument__collapse_headers {
  background: none !important;
  padding: 0 !important;
  max-height: 20px;
}
.tdb__subdocument__collapse_headers > span {
  color: #f9d891 !important;
}
.tdb__input > input,
.tdb__input > select,
.tdb__view__enum__input > select {
  color: #adb5bd;
  background-color: transparent !important;
  border-color: #666666 !important;
  line-height: 1.5;
}
/** selects ***/
select,
.rbt-input-main {
  background-color: transparent !important;
  color: #adb5bd !important;
  border-color: #666666 !important;
  line-height: 1.5;
}
.rbt-input-hint {
  /** hide hint for typeahead select**/
  display: none;
}
.rbt {
  width: 100%;
  height: fit-content;
}
/*** input layouts in view mode ***/
.tdb__view__input,
.tdb__view__enum__input {
  display: flex;
  color: #ccc;
}
.tdb__view__input > input,
.tdb__view__enum__input > select {
  border: 0;
  margin: -10px 0px;
  /*color: #fff !important;*/
}
.tdb__view__input > span.tbd__view__select {
  color: #fff !important;
  margin-left: -10px;
  cursor: pointer;
  text-decoration: underline;
}
.tdb__view__input > span > select,
.tdb__view__input > select,
.tdb__view__input > span.tdb__span__select {
  border: 0;
  background-color: transparent !important;
  background-image: none !important;
  /** hiding select carrot **/
  margin: 0px 0px 0px -10px !important;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
}
.css-qc6sy-singleValue {
  color: #fff !important;
}
.tdb__view__input > span > select:hover,
.tdb__view__input > select:hover,
.tdb__view__input > span.tdb__span__select:hover {
  color: #2196f3 !important;
}
.tdb__view__input > label,
.tdb__view__enum__input > label {
  width: 300px;
}
.tdb__view__input > label > .required,
.tdb__view__enum__input > label > .required {
  display: none;
}
.required {
  font-size: 20px;
  color: #ffc107 !important;
  margin-left: 10px !important;
}
div.array-item {
  display: flex !important;
}
div.array-item > div {
  width: 100% !important;
}
.tdb__array__item__list {
  height: 60px !important;
  margin-top: 30px !important;
}
div.array-item > div.array-item-toolbox {
  margin-left: 20px !important;
}
.array-item-remove {
  color: #e74c3c !important;
  background-color: transparent !important;
  border-color: transparent !important;
}
i.glyphicon-chevron-right::after {
  content: 'Expand';
  float: right;
  font-style: normal;
  color: #ccc;
  font-size: 15px;
}
i.glyphicon-chevron-down::after {
  content: 'Collapse';
  float: right;
  font-style: normal;
  color: #ccc;
  font-size: 15px;
}
.date-list-style > ul {
  display: flex !important;
}
select > option {
  background-color: #444 !important;
}
legend {
  display: none;
}
.field-description {
  color: #888;
}
#map-leaflet-id {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.norwayLink {
  color: #0078A8;
}
.norwayLink:hover {
  text-decoration: underline;
  cursor: pointer;
}
/** optimiz **/
.tdb__span__select {
  border: 0;
  background-color: transparent !important;
  background-image: none !important;
  /** hiding select carrot **/
  margin: 0px 0px 0px 50px !important;
  color: #fff !important;
  text-decoration: underline;
  cursor: pointer;
}
.btn-now,
.btn-clear {
  color: #444 !important;
  background-color: #adb5bd !important;
  border-color: #adb5bd !important;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  margin: 5px;
}
div.leaflet-popup-content-wrapper > div.leaflet-popup-content {
  color: #000;
}
.comment_overlay_css {
  float: right;
  margin-top: -20px;
  margin-bottom: 10px;
}

