:root {
  --color-dark       : #212121;
  --color-time-spent : #250453;
  --color-executions : #002855;
  --color-slowest   : #00441b;
  --color-errors     : #67000d;
}

body {
  background: #fbfbfb;
}

/* a {
  color: dimgrey !important;
}
a:hover {
  color: #363636 !important;
} */

.box {
  box-shadow: none;
  border: 1px solid whitesmoke;
  border-radius: 4px;
  /* margin-bottom: 1rem !important; */
}

.button {
  font-weight: 300;
}

#nzr-servers-list {
  padding: 2.5rem 0;
  margin-top: 0;
}
#nzr-servers-list .box {
  padding: 1rem;
  padding-bottom: 0;
}

.font-logo {
  font-family: 'Viga', sans-serif;
  font-size: 1.75rem;
  margin-top: 0.5rem;
}

#nzr-report,
#nzr-waitings,
#nzr-servers-list {
  padding: 0 0 2.5rem 0;
  margin-top: 0;
}
#nzr-report .header,
#nzr-waitings .header,
#nzr-servers-list .header {
  background: whitesmoke;
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,251,1) 50%, rgba(238,238,238,1) 100%);
  padding: 1rem;
  border-bottom: 1px solid whitesmoke;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem 0.75rem;
}

pre {
  background: transparent;
}

.g-signin2 {
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid whitesmoke;
}

.g-signin2 > div {
  margin: 0 auto;
}

.help {
  /* display: none; */
}

.field:not(:last-child) {
  margin-bottom: 1.25rem;
}

#nzr-login {
  background: white;
}

.switch[type="checkbox"] {
  outline: 0;
  user-select: none;
  display: inline-block;
  position: absolute;
  opacity: 0;
}

.switch[type="checkbox"]+label {
  position: relative;
  display: initial;
  font-size: 1rem;
  line-height: initial;
  padding-left: 3.5rem;
  padding-top: .2rem;
  cursor: pointer;
}

.switch[type="checkbox"]+label::before, .switch[type="checkbox"]+label:before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3rem;
  height: 1.5rem;
  border: .1rem solid transparent;
  border-radius: 4px;
  background: #b5b5b5;
  content: "";
}

.switch[type="checkbox"]+label::after, .switch[type="checkbox"]+label:after {
  display: block;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all .25s ease-out;
  content: "";
}

.switch[type="checkbox"]:checked+label::after {
  left: 1.625rem;
}

.modal-card {
  width: 60rem !important;
}

.modal-card-head {
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
  background: white;
}

.modal-card-body {
  border: 1px solid #ccc;
  border-bottom: 0px solid #ccc;
}

.modal-card-foot {
  justify-content: flex-end;
  border: 1px solid #ccc;
}

.modal-background {
  background: rgba(255, 255, 255, 0.99) !important;
}

.stat {
  text-align: center;
}
.stat span.icon {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

.stat h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.45rem !important;
  margin-top: 0.5rem !important;
  font-size: 1rem;
}

#box-table td.stat-icon {
  width: 2%;
  padding-bottom: 0.75rem;
}
#box-table td {
  font-size: 1rem;
  padding-left:  0;
}

#box-table .content table td {
  border-color: white;
}

.datetimepicker-dummy-wrapper {
  height: 2.25rem !important;
  border-radius: 4px;
  background: white;
  border-color: #b5b5b5;
}

.datetimepicker-dummy::before,
.datetimepicker-dummy::before {
  top: 0.5rem;
}
.datetimepicker-dummy .datetimepicker-clear-button {
  font-weight: 600;
  font-size: 1.25rem;
  height: 1.5rem;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
  max-width: 85%;
}

#top-10-time-spent .box,
#top-10-executions .box,
#top-10-slowest .box {
  min-height: 27.25rem;
}

.is-b {
  border-left: 1px solid #dddddd;
}

#nzr-api-docs .title {
  font-weight: 200;
}

#nzr-api-docs .message {
  margin-top: 2rem;
}

#nzr-api-docs .message-header {
  background: #3c4257;
}

#nzr-api-docs .message-header p {
  font-weight: 200;
}

#nzr-api-docs .message-body {
  background: #4f566b;
  color: white;
}

#nzr-api-docs .response {
  margin-top: -0.5rem;
}

#nzr-api-docs .response .message-header {
  background: #e3e8ee;
  color: #4a4a4a;
}

#nzr-api-docs .response .message-body {
  background: #ffffff;
  color: #4a4a4a;
  border: 1px solid #e3e8ee;
  border-left: 5px solid #e3e8ee;
}

/* global */

.footer {
  background: whitesmoke;
  padding: 2rem 0;
  border-top: 1px solid #ddd;
  font-size: 0.85rem;
}

.pageloader {
  opacity: 0.85;
}

.navbar {
  padding: 1rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px;
}

#logo-nazar-text {
  height: 1.5rem;
  margin-top: 1rem;
}

#logo-nazar-image {
  max-height: 2.5rem;
}

.hero-body {
  padding-top: 2rem;
  min-height: 50rem;
}

td.is-profile {
  width: 5rem;
}

td.is-profile > img {
  height: 3rem;
  border-radius: 50%;
  background: #fbfbfb;
}

table.table td {
  border: none;
}

.modal-card.is-medium {
  width: 40rem !important;
}

.modal-card-title.subtitle {
  margin-bottom: 0;
}

a.navbar-item {
  margin-right: 0.5rem;
}
a.navbar-item.is-active,
a.navbar-link.is-active {
  background: white !important;
}

.navbar-dropdown a.navbar-item:focus,
.navbar-dropdown a.navbar-item:hover {
  background-color: white !important;
}

[v-cloak] {
  display: none;
}

.apexcharts-toolbar {
  display: none !important;
}
