@font-face {
    font-family: 'Inter', sans-serif;
}

.sidebar {
    z-index: 1;
    flex: 1;
    background-color: #FFFFFF;
    color: #6d6d6d;
    transition: max-width 0.3s;
    -webkit-transition: max-width 0.3s;
    -moz-transition: max-width 0.3s;
}

.property-overview {
    max-width: 504px;
}


.headerfont {
    font-family: Inter !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 48px !important;
    color: #21275B;
}

#mapmessage {
    background: #171717;
    color: white;
}

.icon-padding {
    padding: 0 8px 0 24px;
}

.padding-24 {
    padding: 24px;
}

.padding-topbottom-24 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.padding-topbottom-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.padding-topbottom-8 {
    padding-top: 8px;
    padding-bottom: 8px;
}


#interestedInOther::placeholder {
    color: black;
    opacity: 1;
}

#interestedInOther::-ms-input-placeholder {
    color: black;
    opacity: 1;
}

.edit-btn {
    margin: 24px 24px 0 0;
}

.eligibility {
    max-width: 504px;
}

.overview-header .headerfont {
    padding: 24px 0;
}

.overview-header {
    font-style: normal;
    font-weight: 600;
    font-size: 32px !important;
    line-height: 44px !important;
    color: #171717;
    padding: 72px 0 24px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: -0.405px;

}

#eligibilitystatus\(1\) {
    margin: 12px 0 8px 0;
    font-size: 24px;
    letter-spacing: -0.18px;
    font-weight: 600;
}

.overview-body {
    /*
    height: calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    height: -moz-calc(100% - 96px);
     */

    height: 100%;
    overflow: auto;
    padding: 0 24px;
    line-height: 24px !important;
    font-size: 16px !important;
}

.overview-row {
    flex-direction: column;
    padding: 12px 0;
    font-size: 16px;
    line-height: 24px;
}

.overview-row.padding-1x {
    padding: 8px 0;
}

.overview-row.padding-2x {
    padding: 16px 0;
}

.overview-row.flex-box > * {
    flex: 1 1 240px;
}

.overview-row.flex-box > :first-child {
    max-width: 240px;
    flex: 1 1 240px;
}

.overview-row.flex-box.general > .std-label {
    flex: 1 1 auto;
}

.overview-row.flex-box.general > .std-value {
    flex: 1 1 auto;
}
.overview-row.flex-box.general > .std-value:has(.tooltip) {
    max-width: 200px;
}

.eligiblity-status {
    flex: none !important;
    width: 16px;
    height: 24px;
    display: inline-block;
    padding: 0;
    background-position: left bottom 4px;
}

.overview-header .icon-left:not(.button-capsule), .overview-row.flex-box .icon-left:not(.button-capsule) {
    background-position: left center;
}

.eligibility-note {
    padding-left: 28px;
    color: #21275B;
    background-position: left top 4px !important;
}

.domorerow {
    /*72 from the design and 12 for the neg margins */
    padding-bottom: 12px;
}

.domore {
    margin: -12px 0;
}

.domore, .domore a {
    line-height: 48px !important;
}

.eligiblity-row {
    padding: 24px;
    margin: 0 -24px;
}

.propertyinfo {
    display: block;
}

.edit-btn {
    pointer-events: all;
}

.domore a {
    display: block;
    text-decoration: none;
}

a {
    text-decoration: none;
}

#interestedInOther::placeholder {
    color: black;
    opacity: 1;
}

#interestedInOther::-ms-input-placeholder {
    color: black;
    opacity: 1;
}

#showmore {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #5160EC;
}

.nopadding {
    padding: 0;
}

.sevenpxwidth {
    width: 7px;
    display: inline-block;
}

/* The Modal */
.overview-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999999999; /* Sit on top */
    max-width: 100%;
    border-radius: 0;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,.75)!important;
    display: flex;
    flex-direction: column;
}

.modal-header-overview {
    /*padding: 24px;*/
    color: #21275B;
}

.adu-status {
    background: green;
    margin: auto;
    height: 0;
    display: none;
    transition: all 1s;
}

.select {
    appearance: none !important;
    padding-left: 8px;
    -webkit-appearance: none;
    background-image: url("../img/icon/drop_down.png") !important;
    background-position: right 8px center !important;
    background-repeat: no-repeat !important;
    background-size: 10px 5px !important;
    border-radius: 0

}

.select:focus {
    outline: none;
    border-radius: 0
}

.sqfttext {
    float: right;
}

.input-container {
    display: flex;
    width: 100%;
    height: 40px;

    align-items: center;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;

}

.input-container input[type='text'] {
    height: 100%;
    display: block;
    border: none;
    outline: 0;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    line-height: 24px;
    width: 312px;
}


/* Modal Content */
.modal-content-overview {
    background-color: #FFFFFF;
    margin: auto;
    position: relative;
    width: 409px;
    height: 416px;
    border-radius: 16px;
}

#survey-content {
    width: 544px;
    height: 536px;
}

.line-break {
    background: #dcdffb;
    height: 1px;
    width: 100%
}

#editsqft-content {
    width: 416px;
    height: 480px;
}


/*
To prevent conflicts with message_modal.css
 */
.modal-footer-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 64px;
    padding-top: 4px;
}

.modal-body-overview {
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    color: #21275B;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    padding-top: 24px;
}

.black60 {
    color: #6d6d6d;
}

.modal-body-overview::-webkit-scrollbar {
    display: none;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.clear-btn {
    background: transparent;
    cursor: pointer;
    border: 1px solid rgba(146, 146, 146, 0.5);
    color: #6D6D6D;
    border-radius: 200px;
}
.clear-btn:hover {
    background: #F5F7F6;
    border: 1px solid #CECECE;
}

.white-text {
    color: white !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
}

.blue-text {
    color: #5160EC;
    font-family: Inter !important;
    font-style: normal;
    font-weight: 600;
}

.btn-padding {
    padding: 8px 16px;
}

.btn-padding-8 {
    padding: 8px;
}

.border-btn-padding {
    padding: 7px 15px;
}

.eligibility-btn {
    height: 56px;
}

.eligibility-btn:hover {
    border: 1px solid #8590F2;
}

.eligibility-btn.active {
    background-color: transparent !important;
    border: 4px solid #5160EC;
    padding: 13px !important;
}

.padding-left-right-24px {
    padding: 0 24px;
}

.padding-2x {
    padding: 16px;
}

#eligibility\(1\) {
    background: #F5F7F6;
    margin: 0 -24px;
}

#checkeligibility\(2\) {
    padding: 0 0 0 0;

}

#primaryarea {
    padding: 0 0 0 0;
}

#otherarea {
    padding: 0 0 0 0;
}

#eligibility-content {
    height: 384px;
    width: 416px;
}

#eligiblityaddressheader {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}

#surveycontinue {
    margin: 16px 24px;
    font-family: Inter !important;
    display: inline-block;
    width: auto;
    text-align: center;
    float: right;
}

.surveypadding {
    padding: 16px;
}

#propertyinfosave {
    margin: 16px 24px;
    font-family: Inter !important;
    display: inline-block;
    width: auto;
    text-align: center;
    float: right;

}

#propertyinfocancel {
    margin-right: 134px;
    width: auto;
    text-align: center;
    float: left;

}

#surveymodalfooter {
    padding-top: 8px;
}


#surveyskip {
    letter-spacing: 0.07px;
    font-family: Inter !important;
    margin: 16px 24px;
    /*such a hack, I hate it but it works -Dan */
    margin-right: 313px;
    width: auto;
    text-align: center;
    float: left;
}


.modal-body-overview .multiple-option-answer.active {
    background-color: transparent !important;
    border: 2px solid #5160EC;
    margin: 8px !important;
    padding: 15px !important;
}

.modal-body-overview .multiple-option-answer {
    font-family: Inter !important;
    height: 56px;
    align-items: center;
    display: flex;
}

.modal-body-overview .multiple-option-answer:hover {
    border-color: #8590F2
}

.modal-body-overview.flex-box > * {
    flex-basis: calc(50% - 16px);
    margin: 8px !important;
}

.domorerow.flex-box > * {
    flex: 1 1 50px !important;
    flex-basis: calc(50% - 64px) !important;
    margin: 12px !important;
    max-width: 5000px !important;
}

.domorerow.flex-box {
    flex-direction: row;
    margin: -12px;
}

.modal-body-overview.flex-box {
    flex-direction: row;
    margin: -8px;
}

.icon-button-noclick {
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.icon-allowed-colored-overview {
    background-image: url(../img/status/allowed_colored_overview.png);
}

.icon-warning-colored-overview {
    background-image: url(../img/status/warning_colored_overview.png);
}

.icon-notallowed-colored-overview {
    background-image: url(../img/status/notallowed_colored_overview.png);
}

.green-text {
    color: #A95597;
}

.red-text {
    color: #F1574B;
}

.big-btn {
    background: #171717;
    border-radius: 200px;
    cursor: pointer;
    padding: 16px 0;
    width: auto;
    text-align: center;
}

.big-btn:hover {
    background-color: #2B2B2B;
    text-decoration: none!important;
}

.sidebarfooter {
    font-family: Inter;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.045px !important;
    color: #5160EC !important;
}

.sidebarfooter > a {
    padding: 0 24px 0 0;
}

/*
Desktops
 */
@media only screen and (max-width: 1024px) {


}


@media only screen and (max-width: 768px) {

    .overview-header .flex-box .right {
        display: none;
    }

    /*Property info left hand row*/
    .overview-row.flex-box.general > .std-label {
        flex: 0 1 40%;
        padding-right: 10%;
        max-width: none;
    }

    .overview-row.flex-box.general > .std-value {
        max-width: none;
    }

    /*Putting these back to normal. Had to shrink them for the 855px breakpoint*/
    .map-action > * > * {
        width: 88px
    }

    .leaflet-control.map-action {
        margin-right: 24px;
    }

    .leaflet-control-zoom.leaflet-bar.leaflet-control {
        margin-right: 24px;
    }

    #index-page-clear-search {
        top: 8px;
    }

    propertyinfo {
        border-top: 0px solid blue !important;
    }
}

@media only screen and (max-width: 600px) {
    .modal-footer-overview {
        height: 56px;
    }
}

/*
Non flagship Phones
 */
@media (max-width: 448px) {

    #editsqft-content {
        width: calc(100% - 16px);
        width: -webkit-calc(100% - 16px);
        width: -moz-calc(100% - 16px);

    }


    #propertyinfocancel {
        position: absolute;
        left: 24px;
    }

    .input-container {
        width: 100%;
    }

    .sqfttext{
        padding-right: 8px;
    }
}


/*map-interactions*/
.leaflet-grab {
    cursor: pointer;
}

.leaflet-interactive {
    cursor: default;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-interactive {
    cursor: move !important;
}

[delete='yes'] .building {
    cursor: pointer;
}

[editmode='yes'][delete='no'] .building {
    cursor: grab;
}

[editmode='yes'][delete='no']:not(.leaflet-grab) .building {
    cursor: grabbing;
}

[editmode='yes'] .leaflet-grab {
    cursor: default;
}

.leaflet-marker-draggable, .leaflet-dragging .leaflet-marker-draggable {
    cursor: pointer !important;
}


/*Additions for SB-699*/
.map-status-bar {
    position: absolute;
    background: #FCFCFF;
    top: 0;
    right: 0;
    color: #5160EC;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    width: 152px;
}

[editmode='yes'] .map-status-bar {
    display: none!important;
}

.inline-status-warning {
    background-color: #EFC04E !important;
}

.status-marker {
    padding-left: 2px;
}

.status-icon {
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.status-content {
    padding: 16px 16px;
    box-sizing: border-box;
    color: #21275B;
}

.status-content.flex-box {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    /*padding: 12px 16px;*/
    padding: 8px 8px 8px 6px;
    background-color: #FCFCFF;
}

.notes {
    min-width: 152px;
}

.inline-icon {
    display: inline-block;
    height: 16px;
    width: 16px;
    padding-right: 24px;
    flex: 0;
}

.icon-warning {
    background-image: url(../img/status/status_error.png);
}

#index-page-clear-search {
    top: 20px;
}

/*#maplayer{*/
/*    width: 100%;*/
/*    !*position: fixed; toggle this to be shown or not*!*/
/*    position: relative;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/