* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* remove border on selected elements */
a:focus,
button:focus,
input:focus,
span:focus,
textarea:focus {
  outline: none;
}
/* hides the spin-button for numeric input fields */
input[type='number'] {
  -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

body {
  padding: 0;
  margin: 0;
  background-color: #1f298b;
  color: #fff;
  font-family: "Raleway", sans-serif;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}

hr {
  height: 1px;
  /*  margin-left: -1000px;
  margin-right: -1000px;*/
  color: white;
  background-color: white;
  border: none;
}

.card-header,
.card-body {
  color: black;
}

.mzero {
  padding: 0px;
}

.pzero {
  margin: 0px;
}

table.pactooltip {
  font: 12px;
  color: black;
  background: #fff;
  border-color: #0c1146;
  border: 1px;
  border-radius: 8px;
  border-collapse: unset;
  border-style: solid;
}

.red {
  font-size: 30px;
  color: red;
}

.green {
  font-size: 30px;
  color: green;
}

.orange {
  font-size: 30px;
  color: orange;
}

.dark {
  font-size: 30px;
  color: darkgrey;
}

.ui-widget-content {
  border: 2px solid #fff;
  background: #fff;
  color: #222222;
  margin-top: 5px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 6em;
  height: 38px;
  cursor: default;
  margin: 0 -40px auto !important;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 15px;
}

.ui-slider .ui-slider-handle .glyphicon {
  color: #ffffff;
  margin: 0 3px;
  font-size: 11px;
  opacity: 0.5;
}

.ui-corner-all {
  border-radius: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: 2px solid #f9f9f9;
  background: #5262be;
  padding-top: 0.2em;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.5em;
}

.ui-slider .ui-slider-handle {
  cursor: pointer;
}

.ui-slider a,
.ui-slider a:focus {
  cursor: pointer;
  outline: none;
}

.pac-slider {
  margin-bottom: 40px;
}

.pac-slider span {
  font-weight: 200;
  display: inline-block;
  color: #7f8c8d;
  font-size: 13px;
}

.ui-slider-range-min {
  background: #2980b9;
}

.font-semibold {
  font-weight: 700;
}

input.azure {
  background-color: #5262be;
  border-radius: 1.25rem;
  color: #fff;
  border-width: 2px;
}
