.theme.white {
  background-color: rgb(232, 232, 232);
  color: rgb(29, 29, 29);
}
.theme.black {
  background-color: rgb(0, 0, 0);
  color: rgb(232, 232, 232);
}
.theme.grey {
  background-color: rgb(121, 120, 120);
  color: rgb(232, 232, 232);
}

.logo.black {
  filter: invert(100);
}
.logo.white {
  filter: invert(0);
}
.logo.grey {
  filter: invert(100);
}

.theme.white {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.theme.white nav {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.theme.white nav .nav-item {
  color: rgb(0, 0, 0);
}
.theme.white .modal .modal-dialog .modal-content {
  background: rgb(255, 255, 255) !important;
}
.theme.white .modal .modal-dialog .modal-content h1, .theme.white .modal .modal-dialog .modal-content h2, .theme.white .modal .modal-dialog .modal-content h3, .theme.white .modal .modal-dialog .modal-content h4, .theme.white .modal .modal-dialog .modal-content h5, .theme.white .modal .modal-dialog .modal-content h6, .theme.white .modal .modal-dialog .modal-content p, .theme.white .modal .modal-dialog .modal-content span, .theme.white .modal .modal-dialog .modal-content div {
  color: rgb(0, 0, 0) !important;
}
.theme.white .popover {
  background: rgb(255, 255, 255) !important;
}
.theme.white .popover .popover-header {
  background-color: rgb(255, 255, 255) !important;
  color: #212529 !important;
}
.theme.white .popover .popover-body {
  color: #212529;
}
.theme.white #bilresan h1, .theme.white #bilresan h2, .theme.white #bilresan h3, .theme.white #bilresan h4, .theme.white #bilresan h5, .theme.white #bilresan h6, .theme.white #bilresan p, .theme.white #bilresan input, .theme.white #bilresan input:focus, .theme.white #bilresan select, .theme.white #bilresan select:focus, .theme.white #bilresan label, .theme.white #bilresan .customCheckbox .checkmark, .theme.white #bilresan .input-group-text {
  color: rgb(0, 0, 0);
}
.theme.white .blur-layer {
  background: rgba(255, 255, 255, 0.6);
}
.theme.white .focus-background {
  background: rgba(255, 255, 255, 0.4);
}
.theme.white h1, .theme.white h2, .theme.white h3, .theme.white h4, .theme.white h5, .theme.white h6, .theme.white input, .theme.white input:focus, .theme.white select, .theme.white select:focus, .theme.white label, .theme.white .customCheckbox .checkmark, .theme.white .input-group-text {
  color: rgb(0, 0, 0);
  border-color: rgb(0, 0, 0);
}
.theme.white input::placeholder {
  color: rgb(35, 35, 35);
}
.theme.white input.form-control:focus, .theme.white input.form-control.active, .theme.white select.form-control:focus, .theme.white select.form-control.active {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255) !important;
}
.theme.white input.form-control:focus::placeholder, .theme.white input.form-control.active::placeholder, .theme.white select.form-control:focus::placeholder, .theme.white select.form-control.active::placeholder {
  color: rgb(165, 165, 165);
}
.theme.white .input-group-append .input-group-text {
  color: rgb(35, 35, 35) !important;
}
.theme.white .btn-primary {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.theme.white .btn-primary:focus, .theme.white .btn-primary:hover, .theme.white .btn-primary:active {
  background: rgb(35, 35, 35);
}
.theme.white .btn-secondary {
  background: rgb(35, 35, 35);
  color: rgb(255, 255, 255);
}
.theme.white .btn-secondary:focus, .theme.white .btn-secondary:hover, .theme.white .btn-secondary:active {
  background: rgb(0, 0, 0);
}
.theme.black {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.theme.black nav {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.theme.black nav .nav-item {
  color: rgb(255, 255, 255);
}
.theme.black .modal .modal-dialog .modal-content {
  background: rgb(0, 0, 0) !important;
}
.theme.black .modal .modal-dialog .modal-content h1, .theme.black .modal .modal-dialog .modal-content h2, .theme.black .modal .modal-dialog .modal-content h3, .theme.black .modal .modal-dialog .modal-content h4, .theme.black .modal .modal-dialog .modal-content h5, .theme.black .modal .modal-dialog .modal-content h6, .theme.black .modal .modal-dialog .modal-content p, .theme.black .modal .modal-dialog .modal-content span, .theme.black .modal .modal-dialog .modal-content div {
  color: rgb(255, 255, 255) !important;
}
.theme.black .popover {
  background-color: rgb(0, 0, 0);
}
.theme.black .popover .popover-header {
  background-color: rgb(0, 0, 0);
  color: white !important;
}
.theme.black .popover .popover-body {
  color: white;
}
.theme.black #bilresan {
  color: rgb(255, 255, 255);
}
.theme.black .blur-layer {
  background: rgba(20, 20, 20, 0.7);
}
.theme.black h1, .theme.black h2, .theme.black h3, .theme.black h4, .theme.black h5, .theme.black h6, .theme.black input, .theme.black input:focus, .theme.black select, .theme.black select:focus, .theme.black label, .theme.black .customCheckbox .checkmark, .theme.black .input-group-text {
  color: rgb(220, 220, 220);
}
.theme.black input::placeholder {
  color: rgb(165, 165, 165);
}
.theme.black input.form-control:focus, .theme.black input.form-control.active, .theme.black select.form-control:focus, .theme.black select.form-control.active {
  color: rgb(0, 0, 0) !important;
  background: rgb(255, 255, 255);
}
.theme.black input.form-control:focus::placeholder, .theme.black input.form-control.active::placeholder, .theme.black select.form-control:focus::placeholder, .theme.black select.form-control.active::placeholder {
  color: rgb(165, 165, 165);
}
.theme.black .input-group-append .input-group-text {
  color: rgb(255, 255, 255);
}
.theme.black .card {
  background: rgb(35, 35, 35);
}
.theme.black .btn-primary {
  background: rgb(255, 255, 255);
  color: rgb(35, 35, 35);
}
.theme.black .btn-primary:focus, .theme.black .btn-primary:hover, .theme.black .btn-primary:active {
  background: rgb(220, 220, 220);
}
.theme.black .btn-secondary {
  background: rgb(220, 220, 220);
  color: rgb(0, 0, 0);
}
.theme.black .btn-secondary:focus, .theme.black .btn-secondary:hover, .theme.black .btn-secondary:active {
  background: rgb(255, 255, 255);
}
.theme.swedish {
  color: rgb(233, 181, 12);
  background-color: rgb(87, 117, 144);
}
.theme.swedish nav {
  background-color: rgb(87, 117, 144);
  color: rgb(233, 181, 12);
}
.theme.swedish nav .nav-item {
  color: rgb(233, 181, 12);
}
.theme.swedish #result {
  background-color: rgb(87, 117, 144);
}
.theme.swedish #bilresan {
  color: rgb(255, 255, 255);
}
.theme.swedish .modal .modal-dialog .modal-content {
  background: rgb(79, 135, 184) !important;
}
.theme.swedish .modal .modal-dialog .modal-content h1, .theme.swedish .modal .modal-dialog .modal-content h2, .theme.swedish .modal .modal-dialog .modal-content h3, .theme.swedish .modal .modal-dialog .modal-content h4, .theme.swedish .modal .modal-dialog .modal-content h5, .theme.swedish .modal .modal-dialog .modal-content h6 {
  color: rgb(255, 255, 255) !important;
}
.theme.swedish .modal .modal-dialog .modal-content p, .theme.swedish .modal .modal-dialog .modal-content span, .theme.swedish .modal .modal-dialog .modal-content div {
  color: rgb(243, 202, 64) !important;
}
.theme.swedish .popover {
  background-color: rgb(79, 135, 184);
}
.theme.swedish .popover .popover-header {
  background-color: rgb(79, 135, 184);
  color: rgb(243, 202, 64);
}
.theme.swedish .popover .popover-body {
  color: rgb(243, 202, 64);
}
.theme.swedish #articleAccordion p {
  color: rgb(87, 117, 144);
}
.theme.swedish .blur-layer {
  background: rgba(87, 117, 144, 0.5);
}
.theme.swedish h1, .theme.swedish h2, .theme.swedish h3, .theme.swedish h4, .theme.swedish h5, .theme.swedish h6, .theme.swedish p, .theme.swedish small, .theme.swedish span, .theme.swedish input, .theme.swedish input:focus, .theme.swedish select, .theme.swedish select:focus, .theme.swedish label, .theme.swedish .customCheckbox .checkmark, .theme.swedish .input-group-text {
  color: rgb(255, 255, 255);
}
.theme.swedish input::placeholder {
  color: rgb(165, 165, 165);
}
.theme.swedish input.form-control:focus, .theme.swedish input.form-control.active, .theme.swedish select.form-control:focus, .theme.swedish select.form-control.active {
  color: rgb(0, 0, 0) !important;
  background: rgb(243, 202, 64);
}
.theme.swedish input.form-control:focus::placeholder, .theme.swedish input.form-control.active::placeholder, .theme.swedish select.form-control:focus::placeholder, .theme.swedish select.form-control.active::placeholder {
  color: rgb(165, 165, 165);
}
.theme.swedish .input-group-append .input-group-text {
  color: rgb(255, 255, 255);
}
.theme.swedish .card {
  background: rgb(243, 202, 64);
}
.theme.swedish .card h4 {
  color: rgb(0, 0, 0);
}
.theme.swedish .btn-primary {
  background: rgb(79, 135, 184);
  color: rgb(255, 255, 255);
}
.theme.swedish .btn-primary:focus, .theme.swedish .btn-primary:hover, .theme.swedish .btn-primary:active {
  background: rgb(87, 117, 144);
}
.theme.swedish .btn-secondary {
  background: rgb(243, 202, 64);
  color: rgb(0, 0, 0) !important;
}
.theme.swedish .btn-secondary span, .theme.swedish .btn-secondary small, .theme.swedish .btn-secondary p, .theme.swedish .btn-secondary div {
  color: rgb(0, 0, 0) !important;
}
.theme.swedish .btn-secondary:focus, .theme.swedish .btn-secondary:hover, .theme.swedish .btn-secondary:active {
  background: rgb(233, 181, 12);
}
.theme.pinkgreen {
  color: rgb(253, 189, 192);
  background-color: rgb(76, 99, 86);
}
.theme.pinkgreen nav {
  background-color: rgb(76, 99, 86);
  color: rgb(253, 189, 192);
}
.theme.pinkgreen nav .nav-item {
  color: rgb(253, 189, 192);
}
.theme.pinkgreen #bilresan {
  color: rgb(255, 255, 255);
}
.theme.pinkgreen #result, .theme.pinkgreen #welcome {
  background-color: rgb(76, 99, 86);
}
.theme.pinkgreen .modal .modal-dialog .modal-content {
  background: rgb(76, 99, 86) !important;
}
.theme.pinkgreen .modal .modal-dialog .modal-content h1, .theme.pinkgreen .modal .modal-dialog .modal-content h2, .theme.pinkgreen .modal .modal-dialog .modal-content h3, .theme.pinkgreen .modal .modal-dialog .modal-content h4, .theme.pinkgreen .modal .modal-dialog .modal-content h5, .theme.pinkgreen .modal .modal-dialog .modal-content h6 {
  color: rgb(255, 255, 255) !important;
}
.theme.pinkgreen .modal .modal-dialog .modal-content p, .theme.pinkgreen .modal .modal-dialog .modal-content span, .theme.pinkgreen .modal .modal-dialog .modal-content div {
  color: rgb(253, 189, 192) !important;
}
.theme.pinkgreen .popover {
  background-color: rgb(76, 99, 86);
}
.theme.pinkgreen .popover .popover-header {
  background-color: rgb(76, 99, 86);
  color: rgb(253, 189, 192);
}
.theme.pinkgreen .popover .popover-body {
  color: rgb(253, 189, 192);
}
.theme.pinkgreen #articleAccordion p {
  color: rgb(76, 99, 86) !important;
}
.theme.pinkgreen .blur-layer {
  background: rgba(76, 99, 86, 0.5);
}
.theme.pinkgreen h1, .theme.pinkgreen h2, .theme.pinkgreen h3, .theme.pinkgreen h4, .theme.pinkgreen h5, .theme.pinkgreen h6, .theme.pinkgreen p, .theme.pinkgreen small, .theme.pinkgreen span, .theme.pinkgreen input, .theme.pinkgreen input:focus, .theme.pinkgreen select, .theme.pinkgreen select:focus, .theme.pinkgreen label, .theme.pinkgreen .customCheckbox .checkmark, .theme.pinkgreen .input-group-text {
  color: rgb(255, 255, 255);
}
.theme.pinkgreen input::placeholder {
  color: rgb(165, 165, 165);
}
.theme.pinkgreen input.form-control:focus, .theme.pinkgreen input.form-control.active, .theme.pinkgreen select.form-control:focus, .theme.pinkgreen select.form-control.active {
  color: rgb(0, 0, 0) !important;
  background: rgb(253, 189, 192);
}
.theme.pinkgreen input.form-control:focus::placeholder, .theme.pinkgreen input.form-control.active::placeholder, .theme.pinkgreen select.form-control:focus::placeholder, .theme.pinkgreen select.form-control.active::placeholder {
  color: rgb(165, 165, 165);
}
.theme.pinkgreen .input-group-append .input-group-text {
  color: rgb(255, 255, 255);
}
.theme.pinkgreen .card {
  background: rgb(253, 189, 192);
}
.theme.pinkgreen .btn-primary {
  background: rgb(253, 189, 192);
  color: rgb(76, 99, 86) !important;
}
.theme.pinkgreen .btn-primary span, .theme.pinkgreen .btn-primary small, .theme.pinkgreen .btn-primary p, .theme.pinkgreen .btn-primary div {
  color: rgb(76, 99, 86) !important;
}
.theme.pinkgreen .btn-primary:focus, .theme.pinkgreen .btn-primary:hover, .theme.pinkgreen .btn-primary:active {
  background: rgb(253, 189, 192);
}
.theme.pinkgreen .btn-secondary {
  background: rgb(34, 66, 48);
  color: rgb(253, 189, 192);
}
.theme.pinkgreen .btn-secondary span, .theme.pinkgreen .btn-secondary small, .theme.pinkgreen .btn-secondary p, .theme.pinkgreen .btn-secondary div {
  color: rgb(253, 189, 192) !important;
}
.theme.pinkgreen .btn-secondary:focus, .theme.pinkgreen .btn-secondary:hover, .theme.pinkgreen .btn-secondary:active {
  background: rgb(253, 189, 192);
}

.dataResults {
  display: block;
  border-bottom: 1px solid;
}
.dataResults:last-child {
  border-bottom: none;
}

html {
  height: 100vh;
  overflow: auto;
  background: none;
  background-position: center;
}
html body {
  background: none;
}
html .modal {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
html .modal .modal-footer {
  padding: 0;
}
html .modal .modal-footer button {
  width: 100%;
}
html .popover {
  border: none;
}

.container {
  background: none;
}
.container input,
.container input:focus,
.container select,
.container select:focus,
.container label,
.container .customCheckbox .checkmark,
.container .input-group-text {
  background: none;
  box-shadow: none;
}

nav.nav .nav-item {
  font-size: 22px;
}

.result-containers {
  display: flex;
  justify-content: space-between;
}
.result-containers .results {
  font-weight: 900;
}

.change-in-focus {
  color: rgba(0, 0, 0, 0) !important;
  border-color: inherit;
}

.blur-layer {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

#bgmap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  left: 0;
  top: 0;
}

.lastUpdated {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.2rem 0.5rem;
  font-size: 70%;
  border-radius: 10px 0px 0px 0px;
}

.transition-50 {
  transition: 0.5s;
}

.transition-75 {
  transition: 0.75s;
}

.transition-100 {
  transition: 1s;
}

.transition-200 {
  transition: 2s;
}

.bg-black {
  background-color: black;
}

.text-black {
  color: black;
}

.bg-white {
  background-color: white;
}

.text-white {
  color: white;
}

.bg-green {
  background-color: green;
}

.text-green {
  color: green;
}

.icon-top-right {
  position: absolute;
  top: -12px;
  right: -10px;
  font-size: 14px;
}

.app-icons {
  width: 30px;
  height: 30px;
}

.btn-xs {
  font-size: 0.7rem;
}

.btn-danger {
  color: #fff;
  background-color: #a52a36;
  border-color: #a52a36;
}

.btn-danger:hover {
  color: #fff;
  background-color: #74141e;
  border-color: #74141e;
}

.bg-blur {
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.totalcost {
  font-size: 30px;
}

.submitbutton {
  text-shadow: none;
}

.customCheckbox {
  display: flex;
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.customCheckbox:hover input ~ .checkmark {
  background-color: rgba(150, 150, 150, 0.2);
}
.customCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheckbox input:checked ~ .checkmark {
  background-color: #9196F3;
}
.customCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.customCheckbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}
.customCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn, .btn.btn-primary, .btn.btn-secondary {
  box-shadow: none;
  border-color: transparent;
}
.btn:focus, .btn:active, .btn:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active, .btn.btn-secondary:hover {
  box-shadow: none;
  border-color: transparent;
}

.radius {
  overflow: hidden;
}
.radius.bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.radius.top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#logo-div {
  height: 90px !important;
  max-height: 90px !important;
  top: -55px;
}

#icon-square-vkbr {
  height: 50px !important;
  max-height: 50px !important;
}

.icon-square-vkbr::before {
  height: 50px !important;
  max-height: 50px !important;
  font-size: 200px;
  margin: 0 !important;
}

#actualFooter a {
  text-decoration: underline;
}
#actualFooter .gif {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border: solid 1px rgb(127, 127, 127);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 100px;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #007bff;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

@font-face {
  font-display: swap;
}
* {
  font-family: "Roboto", sans-serif;
  font-display: swap;
}

.bg-none {
  background: none;
}

.bg-black-50 {
  background: rgba(0, 0, 0, 0.4666666667);
}

.bg-grey-70 {
  background: rgba(103, 103, 103, 0.7333333333);
}

.c-pointer {
  cursor: pointer;
}

.card {
  border: 0;
}

h2.card-subtitle {
  font-size: 20px !important;
}

.list-group .list-group-item {
  background: none;
}

.focus-background {
  z-index: -1;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.focus-background.active {
  z-index: 30;
  opacity: 1;
}

.form-group.lift {
  z-index: 32 !important;
}

/*# sourceMappingURL=vkbr.css.map */
