@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap");

.uk-width-xsmall {
  width: 100px !important;
}
textarea.uk-width-1-1 {
  height: 120px;
}

thead {
  border-bottom: solid 1px #e5e5e5;
}

a.uk-logo > img {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 220px;
}
.uk-form-label {
  text-transform: uppercase;
}
.uk-placeholder {
  background: #fff;
  min-height: 20px;
}

.uk-checkbox {
  margin-top: 8px;
  margin-bottom: 8px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.checked {
  background-color: #505f7c;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.uk-nav-header {
  font-weight: 800 !important;
}