.w-screen {
    width: 100vw;
}

.h-screen {
    height: 100vh;
}

.fixed {
    position: fixed;
}

.bg-gray-700\/75 {
    background-color: rgba(55, 65, 81, 0.75);
}

.z-10 {
    z-index: 10;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flag {
    height: 20px;
}

html,
body {
    height: 100%;
}

.login .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    flex-flow: column;
    height: 100%;
}

.login nav {
    position: absolute;
    width: 100%;
}

.login form {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.login form .checkbox {
    font-weight: 400;
}

.login form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.login form .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#map text {
    pointer-events: none;
}

.invalid-feedback {
    text-align: left;
}

input[type="range"]{
    height: 2.2em;
    -webkit-appearance: none;
    border-width: 0px;
    padding: 0;
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(0.5 * 1em + var(--ratio) * (100% - 1em));
}

input[type="range"]::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    margin-top: calc(max((10px - 1px - 1px) * 0.5,0px) - 1em * 0.5);
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #007cf8;
    border: none;
    box-shadow: 0 0 2px black;
}

input[type="range"]::-moz-range-thumb {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #007cf8;
    border: none;
    box-shadow: 0 0 2px black;
}

input[type="range"]::-ms-thumb {
    width: 1em;
    height: 1em;
    border-radius: 1em;
    background: #007cf8;
    border: none;
    box-shadow: 0 0 2px black;
}

input[type="range"]::-ms-thumb {
    margin-top: 0;
    box-sizing: border-box;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 0.5em;
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
    border: 1px solid #b2b2b2;
    box-shadow: none;
}

input[type="range"]::-moz-range-track {
    height: 10px;
    border-radius: 0.5em;
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
    border: 1px solid #b2b2b2;
    box-shadow: none;
}

input[type="range"]::-ms-track {
    height: 10px;
    border-radius: 0.5em;
    background: linear-gradient(#007cf8,#007cf8) 0/var(--sx) 100% no-repeat, #efefef;
    border: 1px solid #b2b2b2;
    box-shadow: none;
}

input[type="range"]::-ms-track {
    box-sizing: border-box;
}

input[type="range"]::-moz-range-track {
    height: max(calc(10px - 1px - 1px),0px);
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #0061c3;
}

input[type="range"]::-moz-range-thumb:hover {
    background: #0061c3;
}

input[type="range"]::-webkit-slider-thumb:active {
    background: #2f98f9;
}

input[type="range"]::-moz-range-thumb:active {
    background: #2f98f9;
}

input[type="range"]:active::-webkit-slider-runnable-track {
    background: linear-gradient(#2f98f9,#2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
    border-color: #c1c1c1;
}

input[type="range"]:active::-moz-range-track {
    background: linear-gradient(#2f98f9,#2f98f9) 0/var(--sx) 100% no-repeat, #f5f5f5;
    border-color: #c1c1c1;
}

input[type="range"]:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#0061c3,#0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
    border-color: #9a9a9a;
}

input[type="range"]:hover::-moz-range-track {
    background: linear-gradient(#0061c3,#0061c3) 0/var(--sx) 100% no-repeat, #e5e5e5;
    border-color: #9a9a9a;
}

input[type="range"]:active::-ms-fill-lower {
    background: #2f98f9;
    border-color: #c1c1c1;
}

input[type="range"]:hover::-ms-fill-lower {
    background: #0061c3;
    border-color: #9a9a9a;
}

input[type="range"]::-ms-fill-lower {
    height: max(calc(10px - 1px - 1px),0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: #007cf8;
    border: 1px solid #b2b2b2;
    border-right-width: 0;
}