.row-940 {
  max-width: 970px;
  margin: 29px auto 190px auto;
}

.white-tile {
  background-color: white;
  border: 1px solid lightgray;
  width: 100%;
  margin: 37px 0;
}

.white-tile-no-padding {
  background-color: white;
  border: 1px solid lightgray;
  width: 100%;
}

.padding-17 {
  padding: 17px;
}

.padding-12 {
  padding: 12px;
}

.padding-12-desk-only {
  padding: 12px;
}

.grey-tile {
  background-color: #f7f7f7;
  border: 1px solid lightgray;
  padding: 16px;
}

.grey-tile-no-padding {
  background-color: #f7f7f7;
  border: 1px solid lightgray;
  padding: 16px;
}

.grey-tile-desk-no-padding {
  background-color: #f7f7f7;
  border: 1px solid lightgray;
  padding: 0;
}

.header-18-darkblue {
    color: #555b6e;
    font-size: 18px;
}

.no-top-margin {
    margin-top: 0;
}

.em-u-b {
    text-decoration: underline;
    font-weight: bold;
    /*border-bottom: 2px solid #f7f7f7;*/
}

.p-17px p {
    margin: 22px 0 22px 0;
    line-height: 26px;
    font-size: 17px;
}

.header-16-u {
    font-size: 16px;
    text-decoration: underline;
}

.header-28-orange {
  color: #e55b00;
  font-size: 28px;
}

.header-18-orange {
  color: #e55b00;
  font-size: 18px;
}

.your-expectations {
    display: none;
}

.flex {
    display: flex;
}

.social-rank-row {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.social-rank-bordered-div {
    padding: 5px 10px 5px 9px;
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    margin-right: 21px;
}

.social-rank-bordered-div img {
    height: 25px;
    width: 25px;
    object-fit: contain;
    margin-right: 26px;
}

.social-rank-score {
    font-size: 16px;
    font-weight: bold;
}

.font-size-16 {
    font-size: 16px;
}

.medium-contact-element {
    font-size: 16px;
    color: #616161;
    margin-top: 16px;
}

.medium-contact-element .material-icons {
    font-size: 18px;
}

.medium-contact-element i {
    width: 20px;
    position: relative;
    margin-right: 15px;
    top: 5px
}

.medium-contact-element-header {
    font-size: 16px;
    color: #616161;
    margin-top: 23px;
    font-weight: bold;
}

.big-contact-row {
    margin-top: 23px;
}

.big-contact-element {
    font-size: 18px;
    color: #666;
    margin-right: 18px;
    display: inline-block;
}

.big-contact-element i {
    width: 20px;
    position: relative;
    margin-right: 11px;
    top: 5px
}

.grey-button {
    background-color: #f7f7f7;
    border: 1px solid lightgray;
    padding: 10px;
    margin: -5px;
    display: inline-block;
    float: right;
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.img-100-cover {
    object-fit: cover;
    width: 100px;
    height: 100px;
    border: 1px solid lightgray;
}

.other-offer-row {
    margin: 25px 0 17px 0;
    display: flex;
}

.other-offer-desc {
    margin-top: 18px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

/***** List orange squares *****/

.orange-square-ul {
    list-style-type: none;
    margin: 22px 0 2.5em 0;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;

}
.orange-square-ul li {
    background: url('project/src/img/orange-square-8.png') no-repeat 0 8px;
    padding-left: 35px;
    margin-top: 16px;
}

/***** List grey dash *****/

.grey-dash-ul {
    list-style-type: none;
    margin: 24px 0 30px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;

}
.grey-dash-ul li {
    background: url('project/src/img/grey-dash.png') no-repeat 0 -1px;
    padding-left: 35px;
    margin-top: 16px;
}

/***** List green checks *****/

.green-check-ul {
    list-style-type: none;
    margin: 24px 0 30px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;

}
.green-check-ul li {
    background: url('project/src/img/green-check.png') no-repeat 0 -1px;
    padding-left: 35px;
    margin-top: 16px;
}

/***** List grey X *****/

.grey-x-ul {
    list-style-type: none;
    margin: 30px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;
    color: #404040;

}
.grey-x-ul li {
    background: url('project/src/img/close-grey-sm.png') no-repeat 0 -1px;
    padding-left: 35px;
    margin-top: 16px;
}

.check-none-ul {
    list-style-type: none;
    margin: 30px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 16px;
}

.check-none-ul li {
    background: none;
    padding-left: 35px;
    margin-top: 16px;
}

/***** List green checks XS *****/

.green-check-ul-sm {
    list-style-type: none;
    margin: 1px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 14px;

}
.green-check-ul-sm li {
    background: url('project/src/img/green-check-xs.png') no-repeat 0 -1px;
    padding-left: 35px;
    margin-top: 1px;
}

/***** List green checks XS *****/

.grey-x-ul-sm {
    list-style-type: none;
    margin: 1px 0;
    list-style-position: inside;
    padding: 0;
    font-size: 14px;
    color: #404040;

}
.grey-x-ul-sm li {
    background: url('project/src/img/close-grey-xs.png') no-repeat 0 -1px;
    padding-left: 35px;
    margin-top: 1px;
}

.hr-sm-margin {
    margin: 10px 0;
}

.col-1200-12 {
    width: 100%;
    float: left;
    margin: 0 15px;
}

.col-1200-8 {
    width: 66.66666667%;
    float: left;
}

.col-1200-4 {
    width: 33.33333333%;
    float: left;
}

.col-left {
    padding: 0 10px 0 15px;
}

.col-right {
    padding: 0 15px 0 10px;
}

.center-flex-1200 {
    display: initial;
}

.checkbox-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media all and (max-width: 500px) {
    .checkbox-row {
        flex-flow: column;
    }
}

.checkbox-row div {
    width: 33%;
    min-width: 185px;
    margin-top: 18px;
    align-items: flex-start;
}

.checkbox-row label {
    display: flex;
    max-width: 100%;
    font-size: 16px;
    font-weight: normal;
}

.checkbox-row input {
    margin-right: 16px;
}

.checkbox-div {
    display: flex;
}

.checkbox-div input:checked + label {
    font-weight: bold;
}

.review-tooltip-trigger {
    cursor: pointer;
}

@media all and (max-width: 1200px) {
    .col-1200-8,
    .col-1200-4,
    .col-1200-12 {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 0 15px;
    }

    .col-left {
        padding: 0 15px;
    }

    .col-right {
        padding: 0 15px;
    }

    .white-tile {
        border-bottom: none;
        border-top: 1px solid lightgray;
        margin: 0;
        padding: 3px 0 20px 0;
    }

    .white-tile-no-padding {
        border-bottom: none;
    }

    .row-940 {
        margin: 0 auto;
    }

    .trans-tile {
        padding: 31px;
    }

    .big-contact-element {
        font-size: 16px;
    }

    .big-contact-element i {
        font-size: 20px;
    }

    .center-flex-1200 {
        justify-content: center;
        width: 100%;
        display: flex;
        padding: 15px 0;
    }

    .padding-12-desk-only {
        padding: 12px 0;
    }

    .grey-tile-desk-no-padding {
        border-right: none;
        border-left: none;
    }

    .grey-bg-mob-only {
        background-color: #f7f7f7;
    }

    .mob-no-display {
        display: none;
    }

    .your-expectations {
        display: block;
        cursor: pointer;
    }
}

@media all and (min-width: 1200px) {
    .desk-no-display {
        display: none !important;
    }
}

.card-attachment {
    padding: 0 17px 17px 17px;
    margin-top: -10px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.card-attachment i {
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.btn-17-bold {
    font-size: 17px;
    font-weight: bold;
    padding: 6px 16px;
    border-radius: 3px;
    border: none;
    color: white;
}

.btn-17-bold-mob {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    border: none;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    min-width: 190px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-17-bold-mob span {
}

.btn-17-bold-mob i {
    margin-right: 10px;
    font-size: 26px;
}

.background-orange {
    background-color: #e55b00;
}

.background-bluegrey {
    background-color: #787e8c;
}


.contact-local {
    margin-bottom: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.contact-local-mob {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.float-rig {
    float: right;
}

.float-lef {
    float: left;
}

.header-simple-container-mob-margin {
    margin: 0 27px;
}

.grayscale {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.header-simple-logo-grayscale {
    background-position: -2px -84px !important;
}

[tooltip] {
  //margin:20px 60px;
  position:relative;
  display:inline-block;
}
[tooltip]::before {
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #c0c0c0 transparent transparent transparent;
    z-index: 99;
    /*opacity:0;*/
    left:100%;
    top:50%;
    margin-left:14px;
    transform:translatey(-50%) rotate(90deg)
}

[tooltip-position='left']::before{
  left:0;
  top:50%;
  margin-left:-12px;
  transform:translatey(-50%) rotate(-90deg)
}
[tooltip-position='top']::before{
  left:50%;
}
[tooltip-position='buttom']::before{
  top:100%;
  margin-top:8px;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}
[tooltip-position='right']::before{
  left:100%;
  top:50%;
  margin-left:14px;
  transform:translatey(-50%) rotate(90deg)
}

[tooltip-position='payment']::before{
  display: none;
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    color: #404040;
    font-size: 16px;
    pointer-events: none;
    padding: 6px 11px;
    z-index:99;
    /*display: none;*/
    border: 1px solid #c0c0c0;
    font-weight: normal;
    left:100%;
    top:50%;
    margin-left:22px;
    transform: translateX(0%)   translateY(-50%);
}

@media all and (min-width: 500px) and (max-width: 860px) {
    [tooltip]::after {
        top:100%;
        margin-top:10px;
        transform: translateX(-50%) translateY(0%);
        left: 50%;
        margin-left: 0;
    }
    [tooltip]::before {
        top:100%;
        margin-top:10px;
        transform: translateX(-50%) translatey(-100%) rotate(-180deg);
        left: 50%;
        margin-left: 0;
    }
}

.tooltip-span {
    position: relative;
    display: none;
    top: -5px;
}

a.requirements-top-bar,
.requirements-top-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%; height: 50px;
  font-size: 13px;
  margin: 0 4px;
  border-bottom: 2px solid #c0c0c0;
  color: #808080;
}

.goto-requirements {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 34px;
}

.goto-requirements i.material-icons {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.39);
}

.requirements-activ-tab {
  color: #e55b00;
  font-weight: bold;
  border-bottom: 2px solid #e55b00;
}

.orange-button-small-div {
  margin: 9px 16px 9px 40px;
  padding: 10px 30px;
}

.light-gray-color {
  color: #808080;
}

.requirements-next-row {
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.requirements-div {
  margin: 50px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
}

.requirements-div label {
  font-weight: 400;
}


/* Base for label styling */
.orange-checkbox input[type="checkbox"]:not(:checked),
.orange-checkbox input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.orange-checkbox input[type="checkbox"]:not(:checked) + label,
.orange-checkbox input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.orange-checkbox input[type="checkbox"]:not(:checked) + label:before,
.orange-checkbox input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #e55b00;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checkbox aspect */
.orange-checkbox input[type="checkbox"]:hover + label:before,
.orange-checkbox input[type="checkbox"]:hover + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #005b00;
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */
.orange-checkbox input[type="checkbox"]:not(:checked) + label:after,
.orange-checkbox input[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em; left: .1em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #e55b00;
  transition: all .2s;
}

/* checked mark aspect changes */
.orange-checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.orange-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
.orange-checkbox input[type="checkbox"]:disabled:not(:checked) + label:before,
.orange-checkbox input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.orange-checkbox input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.orange-checkbox input[type="checkbox"]:disabled + label {
  color: #aaa;
}


/* checkbox aspect */
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:not(:checked) + label:before,
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:checked + label:before {
  border: 2px solid #e55b00;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checkbox aspect */
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:hover + label:before,
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:hover + label:before {
  border: 2px solid #005b00;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checked mark aspect */
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:not(:checked) + label:after,
.orange-checkbox-disabled-colored input[type="checkbox"]:disabled:checked + label:after {
  color: #e55b00;
}

.orange-checkbox-disabled-colored input[type="checkbox"]:disabled + label {
  color: #333;
}


/* hover style just for information */
.orange-checkbox label:hover:before {
  border: 2px solid #e55b00!important;
}


.hr-sm-margin-full-width {
  margin: 10px -26px;
  color: #edeeee;
}

/* map question styles */
.pac-container {
    z-index: 2000 !important;
}

#pac-input {
    padding: 10px;
    width: 100%;
}

#map-question {
    display: flex;
    align-content: center;
}

.map-question-container {
    width: 100%;
    padding: 10px 20px 20px 20px;
    min-height: 461px;
}

#map-question .map-input-wrapper {
    width: 70%;
    position: relative;
    margin: 15px auto;
}

#map-question .map-input-wrapper input {
    width: 100%;
    margin: 0;
}

#map-question .map-input-wrapper .clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #888;
    visibility: hidden;
    margin: 0;
    transition: all 0s !important;
}

#map-question .map-input-wrapper .clear-button.show {
    visibility: visible;
}

#map-question .map-input-wrapper .clear-button:hover {
    color: #888 !important;
    background-color: white !important;
}

.radius-change-btn {
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px #a8a8a8;
    box-shadow: 0px 1px 3px #a8a8a8;
    color: #4d4d4d;
    font-size: 14px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    margin-top: 25px;
    cursor: pointer;
}

.radius-change-btn:hover {
    background: #f5f5f5;
}

.popular-cities-container {
    display: none;
    width: 70%;
    justify-content: space-between;
    margin: 1.5em auto;
}

.show-top-cities .popular-cities-container {
    display: flex;
}

.btn-popular-city {
    background-color: #fff;
    padding: 8px;
    margin: 0 !important;
    text-align: center;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    min-width: 80px;
}

.btn-popular-city:hover {
    border-color: #e55b00;
    color: #000000;
}


.radius-change-container {
    display: none;
    justify-content: space-around;
    padding: 1.5em;
}

#before-map {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    font-size: 20px;
    color: #dfdfdf;
}

#before-map p {
    text-align: center;
    margin: 0 10px;
}

#pac-input {
    border: 1px solid #eb7100;
}
#pac-input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(233, 169, 102, 0.6);
}

.my_local {
    padding: 20px 20px 0 20px;
    /*display: flex;*/
    align-items: center;
    cursor: pointer;
    display: none;
}

.my_local span {
    font-size: 16px;
    color: #656565;
}
.my_local img {
    height: 25px;
    margin-right: 11px;
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0;
    }
    .modal-content {
        border: none;
        min-height: 100vh;
        display: flex;
        flex-flow: column;
    }
    .modal-body {
        flex-grow: 1;
    }

    .pac-item {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        padding: 6px !important;
        height: 48px !important;
    }
    
    .pac-icon {
        margin: 0 !important;
    }

    .popular-cities-container {
        width: 80%;  
    }

    #map-question .map-input-wrapper {
        width: 80%;
    }
}

@media (max-width: 425px) {
    .popular-cities-container .btn-popular-city:last-child {
        display: none;
    }

    .popular-cities-container {
        width: 90%;
    }

    #map-question .map-input-wrapper {
        width: 90%;
    }

    .radius-change-container {
        padding: 1.5em 0;
    }
}

body:not(.modal-open){
    padding-right: 0 !important;
}
