﻿@import 'fonts.css';
@import 'elements.css';
.page {
  overflow: hidden;
  background: url(../img/iStock-1345784501.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.footer h4 {
  color: #346FA6;
}
.footer a, .footer a:not([href]):not([class]) {
  margin-bottom: 5px;
  color: #293B53;
  cursor: pointer;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  display: block;
  max-width: 150px;
}
.footer :last-child {
  position: relative;
}
.footer :last-child span {
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.firstHeader .container {
  padding: 0;
}
.firstHeader h3 {
  color: white; /*#20334D;*/
}
.firstHeader .logo {
  cursor: pointer;
  max-height: 40px;
  margin-left: 10px; /*added*/
}

.firstHeader {
  padding: 20px 0;
}

footer {
  background-color: white;
  padding: 50px 0;
}
footer a {
  color: #000;
}

.secondHeader {
  position: relative;
}
.secondHeader .advantages.mobile {
  display: none;
}
.secondHeader .advantages {
  background-color: #5D88B9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  /*font-family: 'PoppinsMedium';*/
  font-family: "SourceSerifPro-Medium";
  overflow: hidden;
}
.secondHeader .advantages ul li {
  display: inline-block;
  margin-right: 60px;
  line-height: 56px;
}
.secondHeader .advantages ul li:last-of-type {
  margin-right: 0;
}

#mobile-header .headerBox {
  position: fixed;
  top: 0;
  z-index: 99;
  box-shadow: 0px 5px 10px;
  width: 100%;
  --bs-gutter-x: 0rem;
  height: 40px;
  padding: 10px;
}
#mobile-header .headerBox h1 {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 900;
  /*margin-top: -10px;*/
}
#mobile-header .headerBox h1:first-of-type {
  margin-right: 30px;
}
#mobile-header .headerBox i {
  position: relative;
  bottom: 3px;
  left: 0;
  font-size: 30px;
  right: 0;
}
#mobile-header .headerBox i:last-of-type {
  margin-left: 30px;
}

.headerBox {
  background-color: #FFF;
  padding: 20px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
.headerBox h1 {
  font-size: 50px;
  margin-bottom: 0;
  font-weight: 900;
  /*margin-top: -10px;*/
  color: #213858;
  line-height: 1;
}
.headerBox h4 {
  font-size: 16px;
  color: #346fa6;
}
.headerBox i {
  color: #346fa6;
}

.fastighetsagare .headerBox {
  margin-bottom: 24px;
}

/*added*/
.headerBox.nolist {
  overflow: hidden;
}
.headerBox.nolist i {
  position: absolute;
  bottom: -1px;
  left: 0;
  font-size: 80px;
  right: 0;
}

.headerBox li {
  font-size: 18px;
  /*font-family: 'PoppinsBold';*/
  font-family: "SourceSerifPro-Bold";
  text-align: left;
}

.howitworks i {
  font-size: 51px;
  color: #20334D;
}
.howitworks .blueinwhite {
  text-align: center;
  background-color: #20334D;
  padding-top: 40px;
  height: fit-content;
  padding: 20px;
  margin-left: 10px;
  border-top: 10px solid #5D88B9;
}
.howitworks .blueinwhite a {
  color: white;
  cursor: pointer;
}
.howitworks .blueinwhite h2 {
  color: white;
  font-size: 77px;
}
.howitworks .blueinwhite p {
  margin-top: 20px;
  color: white;
  font-family: "Capriola-Regular";
}
.howitworks .blueinwhite p.inblue {
  color: #346EA5;
  margin-top: 0px;
}

.mainContent {
  padding: 40px 0;
  min-height: 500px;
  color: #FFF;
}
.mainContent .btn-group {
  width: 100%;
  margin: 20px 0;
}
.mainContent .btn-group .btn {
  font-size: 16px;
  /*font-family: 'PoppinsMedium';*/
  /*font-family: "SourceSerifPro-Medium";*/
  font-family: "Capriola-Regular";
  text-transform: uppercase;
  background-color: #FFF;
  color: #7D7D7D;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}
.mainContent .btn-group :hover {
  background-color: #FFF;
  color: white;
  background-color: #5D88B9;
}
.mainContent .btn-group .btn.active {
  background-color: #FFF;
  color: white;
  background-color: #5D88B9;
}
.mainContent .btn-group .tabTitle {
  display: none;
}
.mainContent .btn-group input {
  display: none;
}
.mainContent h1 {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "Capriola-Regular";
}
.mainContent .cityPicker label, .mainContent .distictPicker label {
  margin-top: 20px;
}
.mainContent .distictPicker {
  margin-top: 20px;
}
.mainContent .distictPicker, .mainContent .cityPicker, .mainContent .roomPicker, .mainContent .featuresPicker {
  background-color: #5D88B9;
  padding: 15px;
  padding-top: 0px;
}
.mainContent .distictPicker label, .mainContent .cityPicker label, .mainContent .roomPicker label, .mainContent .featuresPicker label {
  margin-bottom: 10px;
}
.mainContent .distictPicker .btn, .mainContent .cityPicker .btn, .mainContent .roomPicker .btn, .mainContent .featuresPicker .btn {
  font-weight: 600;
  color: #7D7D7D;
  margin-right: 10px;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  /*font-family: 'PoppinsMedium';*/
  font-family: "Capriola-Regular";
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 5px solid white;
  padding: 0px 10px;
  padding-top: 5px;
}
.mainContent .distictPicker .btn.btnInputLike, .mainContent .cityPicker .btn.btnInputLike, .mainContent .roomPicker .btn.btnInputLike, .mainContent .featuresPicker .btn.btnInputLike {
  height: 40px;
  background-color: #FFF;
  font-size: 16px;
  /*font-family: 'PoppinsRegular';*/
  /*font-family: "SourceSerifPro-Regular";*/
  font-family: "Capriola-Regular";
}
.mainContent .distictPicker .btn.active, .mainContent .cityPicker .btn.active, .mainContent .roomPicker .btn.active, .mainContent .featuresPicker .btn.active {
  border-bottom: 5px solid #20334D;
  color: #183153;
  opacity: 1;
}
.mainContent .distictPicker .btn.active span:first-child, .mainContent .cityPicker .btn.active span:first-child, .mainContent .roomPicker .btn.active span:first-child, .mainContent .featuresPicker .btn.active span:first-child {
  color: #7D7D7D;
}
.mainContent .distictPicker .btn:hover, .mainContent .cityPicker .btn:hover, .mainContent .roomPicker .btn:hover, .mainContent .featuresPicker .btn:hover {
  border-bottom: 5px solid #20334D;
  color: #183153;
  opacity: 1;
}
.mainContent .distictPicker .btn:hover span:first-child, .mainContent .cityPicker .btn:hover span:first-child, .mainContent .roomPicker .btn:hover span:first-child, .mainContent .featuresPicker .btn:hover span:first-child {
  color: #7D7D7D;
}
.mainContent .distictPicker .amountOfResidents .btn.btnInputLike, .mainContent .cityPicker .amountOfResidents .btn.btnInputLike, .mainContent .roomPicker .amountOfResidents .btn.btnInputLike, .mainContent .featuresPicker .amountOfResidents .btn.btnInputLike {
  /*font-family: 'PoppinsBold';*/
  font-family: "SourceSerifPro-Bold";
  width: 13%;
}
.mainContent .distictPicker .btn {
  height: auto;
  font-size: 20px;
  font-weight: 600;
}
.mainContent .distictPicker .btn div {
  display: block;
  position: relative;
  width: 100%;
}
.mainContent .distictPicker .btn :first-child {
  font-size: 14px;
  float: right;
  display: block;
  position: relative;
  width: 100%;
  text-align: end;
  opacity: 0.7;
  text-transform: none;
}
.mainContent .roomPicker {
  width: 100%;
  float: left;
  /*.onerok {
      background: url(/img/1rok.jpg) no-repeat #FFF center center;
  }

  .onehalfrok {
      background: url(/img/15rok.jpg) no-repeat #FFF center center;
  }

  .tworok {
      background: url(/img/2rok.jpg) no-repeat #FFF center center;
  }

  .threerok {
      background: url(/img/3rok.jpg) no-repeat #FFF center center;
  }

  .fourrok {
      background: url(/img/4rok.jpg) no-repeat #FFF center center;
  }

  .fiverok {
      background: url(/img/5rok.jpg) no-repeat #FFF center center;
  }*/
}
.mainContent .roomPicker .btn {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  /*font-family: 'PoppinsBold';*/
  font-family: "Capriola-Regular";
  margin: 0;
  line-height: 16px;
  padding: 0;
}
.mainContent .roomPicker .breakButton {
  display: inline-block;
}
.mainContent .roomPicker .whitespaceButton {
  display: none;
}
@media (hover: hover) {
  .mainContent .roomPicker .btn:hover {
    border-bottom: 5px solid #20334D;
    opacity: 1;
  }
}
.mainContent .roomPicker .rooms {
  width: 100%;
}
.mainContent .roomPicker .rooms .rok {
  width: 15%;
  display: block;
  margin-right: 2%;
  float: left;
  background-color: #FFF;
  background-size: contain;
  height: 60px;
}
.mainContent .roomPicker .rooms .rok:last-of-type {
  margin-right: 0;
}
.mainContent .applicant {
  background-color: #5D88B9;
  padding: 20px;
}
.mainContent .featuresPicker .btn {
  display: inline-block;
  width: auto;
  margin: 5px;
  padding: 10px;
  padding-bottom: 5px;
}
.mainContent .withValue {
  margin-bottom: 10px;
  width: 100%;
}
.mainContent .withValue span.value {
  float: right;
}
.mainContent label.withValidation {
  width: 100%;
}
.mainContent label.withValidation span.value {
  float: right;
}
.mainContent .slidecontainer {
  margin-bottom: 20px; /*added*/
}
.mainContent .slidecontainer input[type=number] {
  width: 100%;
}
.mainContent .slidecontainer .col-2 {
  text-align: center;
  line-height: 40px;
}
.mainContent .slider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 10px; /* Specified height */
  background: #FFF; /* Grey background */
  outline: none; /* Remove outline */
}
.mainContent .slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 15px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #20334D; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 5px;
}
.mainContent .slider::-moz-range-thumb {
  width: 15px; /* Set a specific slider handle width */
  height: 30px; /* Slider handle height */
  background: #20334D; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 5px;
}
.mainContent .applicant input[type=text] {
  width: 100%;
}
.mainContent .applicant .row {
  margin-bottom: 20px;
}
.mainContent .occupation {
  background-color: #FFF;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  height: 118px;
  cursor: pointer;
}
.mainContent .occupation i {
  font-size: 45px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.mainContent .occupation label {
  font-size: 12px;
  white-space: normal;
  overflow: hidden;
  word-break: break-word;
}
.mainContent .occupation.active {
  border-bottom: 5px solid #20334D;
}
@media (hover: hover) {
  .mainContent .occupation:hover {
    border-bottom: 5px solid #20334D;
  }
}
.mainContent .addApplicant {
  display: flex;
  justify-content: space-between;
}
.mainContent .addApplicant button {
  float: none;
  width: auto;
  display: inline-block;
}
.mainContent .addApplicant button i {
  position: initial;
  margin-left: 10px;
}
.mainContent .summarycontainer {
  background-color: #5D88B9;
  padding: 15px;
}
.mainContent button.btn.btn-block.summarybtn {
  width: auto;
  opacity: 0.8;
}
.mainContent button.btn.btn-block.summarybtn i {
  position: initial;
  margin-left: 10px;
}
.mainContent button.btn.btn-block.termsAccepted.summarybtn {
  opacity: 1;
}
.mainContent .summary {
  text-align: center;
}
.mainContent .summary .numberOfLandlords {
  /*font-family: 'PoppinsMedium';*/
  font-family: "SourceSerifPro-Medium";
  font-size: 24px;
}
.mainContent .terms {
  margin-top: 30px;
}
.mainContent .terms a {
  color: #FFF;
  /*font-family: 'PoppinsMedium';*/
  font-family: "SourceSerifPro-Medium";
}
.mainContent .terms p {
  color: #CC0000;
  /*font-family: 'PoppinsMedium';*/
  font-family: "SourceSerifPro-Medium";
  margin-bottom: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

#firstLoad .snippet {
  position: relative;
  margin: 15px 0;
}
#firstLoad .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .howitworks .blueinwhite {
    margin-left: 0px;
  }
  .secondHeader .advantages {
    display: none;
  }
  .secondHeader .advantages.mobile {
    display: block;
  }
  .secondHeader .advantages.mobile .advantage-minislide .advantage .fa-li {
    width: auto;
    margin-right: 10px;
    position: static;
  }
  .firstHeader .logo {
    max-height: 56px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .firstHeader .logo.arrow {
    display: none;
  }
  .firstHeader h3 {
    font-size: 16px;
  }
  .btn.btn-block.notValidatedBtn {
    width: 100%;
  }
  .notValidatedBtn button {
    width: 100%;
  }
  .validatedBtn .btnContinue {
    margin-top: 10px;
  }
  .btn-block {
    width: 100%;
  }
  .btn.btn-block.btnContinue.noMargin {
    width: 100%;
  }
  .summarybtn {
    margin-top: 0;
  }
  .mainContent .addApplicant {
    display: block;
  }
  .mainContent .addApplicant button {
    float: none;
    width: 100%;
  }
  .mainContent .addApplicant button:last-child {
    margin-top: 10px;
  }
  .mainContent .roomPicker .btn {
    background-color: white;
  }
  .mainContent .distictPicker .btn :first-child {
    float: none;
    text-align: center;
  }
  .advantage-minislide {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 56px;
  }
  .advantage-minislide .advantage {
    position: absolute;
    animation: advantage-minislide 20s infinite;
    opacity: 0;
    width: 100%;
    line-height: 56px;
  }
  @keyframes advantage-minislide {
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
  }
  .advantage-minislide .advantage:nth-child(4) {
    animation-delay: 0s;
  }
  .advantage-minislide .advantage:nth-child(3) {
    animation-delay: 5s;
  }
  .advantage-minislide .advantage:nth-child(2) {
    animation-delay: 10s;
  }
  .advantage-minislide .advantage:nth-child(1) {
    animation-delay: 15s;
  }
}
@media (min-width: 992px) {
  .firstHeader .logo {
    max-height: 70px;
    margin-left: 0;
  }
  .firstHeader {
    padding: 30px 0;
  }
  .secondHeader {
    /*padding: 56px 0 0px 0;*/
  }
  .secondHeader .advantages {
    height: 56px;
  }
  .secondHeader .advantages ul li {
    display: inline-block;
    margin-right: 60px;
    line-height: 56px;
  }
  .secondHeader .advantages ul li:last-of-type {
    margin-right: 0;
  }
  .headerBox {
    padding: 20px;
  }
  .headerBox h1 {
    font-size: 70px;
    /*margin-top: -10px;*/
  }
  .headerBox h4 {
    font-size: 16px;
  }
  .headerBox.nolist i {
    font-size: 100px;
  }
  .mainContent {
    padding: 50px 0;
  }
  .mainContent .btn-group {
    margin: 30px 0;
  }
  .mainContent .btn-group .btn {
    font-size: 18px;
  }
  .mainContent .btn-group .tabTitle {
    display: inline;
  }
  .mainContent .biggerGutter {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mainContent .cityPicker {
    /*margin-bottom: 30px;*/
  }
  .mainContent .distictPicker .btn, .mainContent .cityPicker .btn, .mainContent .roomPicker .btn, .mainContent .featuresPicker .btn {
    height: 60px;
    font-size: 16px;
  }
  .mainContent .distictPicker .btn.btnInputLike, .mainContent .cityPicker .btn.btnInputLike, .mainContent .roomPicker .btn.btnInputLike, .mainContent .featuresPicker .btn.btnInputLike {
    height: 40px;
  }
  .mainContent .roomPicker .breakButton {
    display: none;
  }
  .mainContent .roomPicker .whitespaceButton {
    display: inline-block;
  }
  .mainContent .applicant .row {
    margin-bottom: 20px;
  }
  .mainContent .applicant .row:last-of-type {
    margin-bottom: 0;
  }
  .mainContent .occupation {
    margin-bottom: 25px;
    height: 118px;
  }
  .mainContent .occupation i {
    font-size: 45px;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .mainContent .occupation label {
    font-size: 12px;
    /*white-space: nowrap;*/
  }
  .mainContent .summary {
    margin: 30px 0;
  }
  .mainContent .summary .numberOfLandlords {
    font-size: 24px;
  }
  .mainContent .terms {
    margin-top: 30px;
  }
}
