.overlay, .menuBtn {
  display: none;
}

.adab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 970px) {
  .page-centrialized {
    width: 100%;
  }
  .page-centrialized .view-card {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  body {
    background: var(--color-white) !important;
  }
  .is-mobile {
    width: 250px !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .slide-In {
    -webkit-animation: slideIn ease 0.4s;
            animation: slideIn ease 0.4s;
  }
  @-webkit-keyframes slideIn {
    from {
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px);
    }
    to {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  @keyframes slideIn {
    from {
      -webkit-transform: translateX(-250px);
              transform: translateX(-250px);
    }
    to {
      -webkit-transform: translateX(0px);
              transform: translateX(0px);
    }
  }
  .d-header {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .d-header .d-search {
    width: 100%;
  }
  .d-header .d-box-right {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .d-header .adab {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header {
    height: auto;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }
  #content {
    position: relative;
    height: 90vh;
    top: unset;
    width: 100%;
    padding-bottom: 60px;
  }
  .page-content {
    padding: 0;
  }
  .mb-sm-3 {
    margin-bottom: 1.7em;
  }
  .svc-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline, .state {
    width: 100%;
  }
  .timeline__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-card, .timeline__card {
    padding: 1em;
  }
  .timeline__content {
    padding: 0;
  }
  .timeline__card-header .btn-group .btn {
    padding: 0.7em 2em;
    font-size: 12px;
  }
  .timeline__item .tm--right h4 {
    font-size: 12px;
  }
  .tablecard {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2em;
  }
  .page-headings {
    padding: 1em;
  }
  .d3-cards {
    padding: 1em;
  }
  .d3-cards .card {
    margin-bottom: 1.5em;
  }
  .d-box-right span {
    margin-right: 1em;
  }
  .menuBtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 24px;
    outline: none;
    background: var(--color-lite);
  }
  .menuBtn svg {
    width: 24px;
    height: 24px;
  }
  #sidebar {
    z-index: 40;
  }
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 33;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
  }
  .xd-none {
    display: none !important;
  }
}
/*# sourceMappingURL=responsive.css.map */