@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/CompMagic/Components/AutoCompleteInput.razor.rz.scp.css */
#autocomplete-container[b-kqad7rh3m3] {
    display: flex;
    justify-content: center;
    margin: 10px;
    flex-direction: column;
    align-items: center;
}

input[b-kqad7rh3m3] {
    width: 90%;
}

li:hover[b-kqad7rh3m3] {
    background: lightgrey;
}

ul[b-kqad7rh3m3] {
    list-style: none;
    padding-left: unset;
    width: 90%;
}
/* _content/CompMagic/Components/Custom/ContextMenu/ContextMenu.razor.rz.scp.css */
#context-menu-container[b-cps1awl3zz] {
    border: 2px solid #a30dfc;
    border-radius: 12px;
    text-align: center;
    background-color: white;
    position: relative;
    display: flex;
    min-width: min-content;
    justify-content: center;
    padding: 15px;
    right: 100%;
    z-index: 9999;
}

.divider[b-cps1awl3zz] {
    border-top: 1px solid #a30dfc;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul[b-cps1awl3zz] {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}


li[b-cps1awl3zz] {
    white-space: nowrap;
    word-break: keep-all;
}
.context-menu-option[b-cps1awl3zz] {
    font-size: 20px;
    color: #a30dfc;
}
.context-menu-option:hover[b-cps1awl3zz] {
    background-color: lightgray;
    cursor: pointer;
}
/* _content/CompMagic/Components/Custom/CustomInputFile/CustomInputFile.razor.rz.scp.css */
span[b-1atttuuxxr] {
    text-align: center;
}

#input-file-container[b-1atttuuxxr] {
    width: 100%;
    position: relative;
}
.file-input[b-1atttuuxxr] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

input[b-1atttuuxxr] {
    margin: 0;
}
/* _content/CompMagic/Components/Custom/DropDownSelect/DropDownSelect.razor.rz.scp.css */
.dropdown-button[b-fchd1oc794] {
    width: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border: unset;
    margin: 0;
    border-right: 2px solid #8603d3;
    outline: unset;
    padding: 8px;
    height: unset;
}

#dropdown-button-container[b-fchd1oc794] {
    display: flex;
    flex-direction: row;
    border: 2px solid #8603d3;
    padding: 0;
    border-radius: 12px;
    height: 50px;
    margin: 10px;
}

.dropdown-button-content[b-fchd1oc794] {
    padding: 4px;
}

#dropdown-content[b-fchd1oc794] {
    padding-left: 0;
}

#selected-option-container[b-fchd1oc794] {
    padding: 8px;
}

/* Dropdown Button */
.dropbtn[b-fchd1oc794] {
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover[b-fchd1oc794], .dropbtn:focus[b-fchd1oc794] {
        background-color: #ddd;
    }


/* The container <div> - needed to position the dropdown content */
.dropdown[b-fchd1oc794] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-fchd1oc794] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content option[b-fchd1oc794] {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content option:hover[b-fchd1oc794] {
            background-color: #ddd;
        }

.dropdown-item[b-fchd1oc794] {
    width: 100%;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-fchd1oc794] {
    display: block;
} 
/* _content/CompMagic/Components/Custom/PropertyList/PropertyList.razor.rz.scp.css */
#property-list-body[b-48ztcfjjnu] {
    background-color: lightgrey;
    padding: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: fit-content;
    border: 1px solid #8603d3;
    min-height: 100px;
}

#property-list-container[b-48ztcfjjnu] {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
/* _content/CompMagic/Components/Custom/PropertyList/PropertyListCard.razor.rz.scp.css */
#address-container[b-9xhdtf02b9] {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.address-text[b-9xhdtf02b9] {
    margin-right: 3px;
    margin-left: 3px;
    font-weight: bold;
}

#address-container[b-9xhdtf02b9] {
    display: flex;
    flex-direction: row;
    margin: 5px;
    align-items: center;
}

.detail-item-column[b-9xhdtf02b9] {
    display: flex;
    flex-direction: column;
}

.item-name[b-9xhdtf02b9] {
    font-weight: bold;
    margin: 5px;
}

.property-detail-item[b-9xhdtf02b9] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.property-summary-container[b-9xhdtf02b9] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #8603d3;
    border-radius: 0px;
    min-height: 314px;
    width: 500px;
    padding: 10px;
    height: fit-content;
}

@media(max-width: 549px) {
    .property-summary-container[b-9xhdtf02b9] {
        width: 100%;
    }
}

[b-9xhdtf02b9] .context-menu {
    border: 2px solid #8603d3;
}

.property-address[b-9xhdtf02b9] {
    display: flex;
    flex-direction: row;
    margin: 3px;
    flex-wrap: wrap;
}


#property-header[b-9xhdtf02b9] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

img[b-9xhdtf02b9] {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

span[b-9xhdtf02b9] {
    color: black;
}

#street-address[b-9xhdtf02b9] {
    flex-direction: column;
}


.property-summary-body[b-9xhdtf02b9] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer[b-9xhdtf02b9] {
    bottom: 0;
    margin: 5px;
}

a[b-9xhdtf02b9] {
    padding: 0;
}

#tri-dot-menu[b-9xhdtf02b9]:after {
    content: '\2807';
    font-size: 28px;
    color: #8603d3;
}

#tri-dot-menu:hover[b-9xhdtf02b9] {
    cursor: pointer;
}

#tri-dot-menu-container[b-9xhdtf02b9] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: left;
}
/* _content/CompMagic/Components/Custom/Tooltip/ToolTip.razor.rz.scp.css */
.tooltip-wrapper[b-xa0d5qmmrz] {
    position: relative;
    display: inline-block;
    cursor: help;
}

span[b-xa0d5qmmrz] {
    visibility: hidden;
    position: absolute;
    width: 120px;
/*    bottom: 100%;
*/  right: 125%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    padding: 5px;
}



.tooltip-wrapper:hover span[b-xa0d5qmmrz] {
    visibility: visible;
}
/* _content/CompMagic/Pages/About/About.cshtml.rz.scp.css */
#about-body[b-8yjc8ht5y2] {
    background-color: white;
    height: fit-content;
    width: 85%;
    padding: 5%;
    border-left: 5px solid #8603d3;
    border-right: 5px solid #8603d3;
  
}

@media(max-width: 549px) {
    #about-body[b-8yjc8ht5y2] {
        width: 100%;
    }
}

#compmagic-logo[b-8yjc8ht5y2] {
    max-width: 500px;
}

@media(max-width: 549px) {
    #compmagic-logo[b-8yjc8ht5y2] {
        max-width: 100%;
    }
}
p[b-8yjc8ht5y2] {
    color: black;
}

.step[b-8yjc8ht5y2] {
    display: flex;
    flex-direction: column;
    margin: 20px;

}

.step img[b-8yjc8ht5y2] {
    max-width: 300px;
}

.step b[b-8yjc8ht5y2] {
    font-size: 24px;
}

#steps-container[b-8yjc8ht5y2] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/* _content/CompMagic/Pages/About/Privacy.cshtml.rz.scp.css */
body[b-40r9ajsiv2] {
}
/* _content/CompMagic/Pages/Account/Account.cshtml.rz.scp.css */
.account-settings-container[b-q9n72fb2rp] {
    margin: 20px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#account-page[b-q9n72fb2rp] {
    width: 100%;
    background-color: white;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
}

#menu-option-delete[b-q9n72fb2rp] {
    color: red;
    opacity: .5;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

[b-q9n72fb2rp] .close-button {
    border-radius: 12px;
    border: 2px solid #8603d3;
    width: 50px;
    height: 50px;
    margin: 10px;
}

[b-q9n72fb2rp] .close-button .hover {
    cursor: pointer;
}

[b-q9n72fb2rp] .open-button {
    border-radius: 12px;
    width: 50px;
    height: 50px;
}

@media(min-width: 550px) {
   [b-q9n72fb2rp] .open-button {
        display: none;
    }
}


/* The sidebar menu */
.sidenav[b-q9n72fb2rp] {
    height:auto; /* Full-height: remove this if you want "auto" height */
    border-right: 4px solid #8603d3;
    border-left: 4px solid #8603d3;
    background-color: white;
    overflow-x: hidden; /* Disable horizontal scroll */
    min-width: fit-content;
    position: relative;
    padding-top: 20px;
    width: unset;
}

@media(max-width:  549px) {
    .sidenav-collapsed[b-q9n72fb2rp] {
        min-width: unset;
        width: 0;
    }
}



/* The navigation menu links */
    .sidenav a[b-q9n72fb2rp] {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 25px;
        color: #8603d3;
        display: block;
    }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover[b-q9n72fb2rp] {
    color: #f1f1f1;
    cursor: pointer;
}

/* Style page content */
.main[b-q9n72fb2rp] {
    padding: 0px 10px;
    background-color: white;
    height: 100vh;
    width: 100vw;
}

@media(max-width: 549px) {

    #menu-option-delete[b-q9n72fb2rp] {
        color: red;
        opacity: .5;
        font-size: 18px;
    }

    .sidenav[b-q9n72fb2rp] {
        width: 100vh;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .sidenav-collapsed[b-q9n72fb2rp] {
        min-width: unset;
        width: 0;
    }
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

 
    .sidenav a[b-q9n72fb2rp] {
        font-size: 18px;
    }
}

/* _content/CompMagic/Pages/Account/Branding/_Branding.cshtml.rz.scp.css */
.branding-header[b-9uhj5eiov8] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.broker-logo-button[b-9uhj5eiov8] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.broker-logo-button:hover[b-9uhj5eiov8] {
    opacity: 0.5;
    cursor: pointer;
}

.broker-logo-image[b-9uhj5eiov8] {
    max-width: 350px;
}

#broker-logo-upload-container[b-9uhj5eiov8] {
    width: fit-content;
    margin: 10px;
}

file-upload[b-9uhj5eiov8] {
    margin: 10px;
}


.logo-container[b-9uhj5eiov8] {
    max-width: 500px;
}



#contact-info-form[b-9uhj5eiov8] {
    max-width: 400px;
    margin: 10px;
    min-height: 250px;
}

.setting-container[b-9uhj5eiov8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
}

.setting-label[b-9uhj5eiov8] {
    margin: 10px;
    font-weight: bold;
}
/* _content/CompMagic/Pages/Account/Components/_AccountChangePassword.cshtml.rz.scp.css */

[b-6hucdojn6d] form {
    margin-top: 20px;
    max-width: 300px;
}

[b-6hucdojn6d] button {
    justify-self: right;
}
/* _content/CompMagic/Pages/Account/Components/_AccountDropDownMenu.cshtml.rz.scp.css */
a[b-8pc9hlhths] {
    color: #a30dfc;
}

.divider[b-8pc9hlhths] {
    border-top: 1px solid #a30dfc;
}

.account-dropdown-container[b-8pc9hlhths] {
    position: absolute;
    right: 20px;
    z-index: 1;
}

#dropdown-container-body[b-8pc9hlhths] {
    border: 2px solid #a30dfc;
    border-radius: 12px;
    width: 200px;
    background: white;
    display: block;
    margin: 0;
    padding: 10px;
}

@media(max-width: 549px) {
    .account-dropdown-container[b-8pc9hlhths] {
        display: flex;
        width: 100vw;
        justify-content: center;
    }

    #dropdown-container-body[b-8pc9hlhths] {
        border: 2px solid #a30dfc;
        border-radius: 12px;
        width: 85%;
        background: white;
        display: block;
        margin: 0;
        padding: 10px;
    }
}


  

    li[b-8pc9hlhths] {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    ul[b-8pc9hlhths] {
        padding: 0;
        margin: 0;
    }
/* _content/CompMagic/Pages/Account/ConfirmEmail/ConfirmEmail.cshtml.rz.scp.css */
.email-confirmation-container[b-35nq3g36zz] {
}
/* _content/CompMagic/Pages/Account/DeleteAccount/_DeleteAccount.cshtml.rz.scp.css */
button[b-oj1tbp8ujt] {
    border-color: red;
    color: red;
}

#delete-confirmation-modal[b-oj1tbp8ujt] {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/CompMagic/Pages/Account/ForgotPassword/ForgotPassword.cshtml.rz.scp.css */
[b-8pbsay7lnp] p {
    margin: 0;
    color: 
}

/* _content/CompMagic/Pages/Account/SignIn/SignIn.cshtml.rz.scp.css */

a[b-xukennctd9] {
    color: #8603d3;
    text-decoration: underline;
}

button[b-xukennctd9] {
    justify-self: center;
}

@media(max-width: 549px) {
    .default-modal[b-xukennctd9] {
        width: 100%;
        height: 100%;
        border: unset;
        border-radius: unset;
    }
}
/* _content/CompMagic/Pages/Account/Signup/Signup.cshtml.rz.scp.css */


[b-8gf7reekwl] #signup-modal-header {
    display: flex;
    justify-content: center;
}

.default-modal[b-8gf7reekwl] {
    height: fit-content;
}


#signup-page[b-8gf7reekwl] {
    display: flex;
    justify-content: center;
    text-align: center;
}

@media(max-width: 549px) {
  [b-8gf7reekwl] .default-modal {
      height: 100%;
      width: 100%;
      border-radius: unset;
      border: unset;
  }
}

/* _content/CompMagic/Pages/Account/Subscription/_SubscriptionOverview.cshtml.rz.scp.css */
button[b-w85sgytjsg] {
    width: 200px;
}

[b-w85sgytjsg] #cancel-subscription-button {
    border-color: red;
    color: red;
    background-color: white;
    width: 200px;
}

#cancel-subscription-confirmation-modal[b-w85sgytjsg] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


span[b-w85sgytjsg] {
    color: black;
}

.delete-button[b-w85sgytjsg] {
    border-color: red;
    color: red;
    background-color: white;
    justify-self: right;
    opacity: .5;
}

#expiration-date-container[b-w85sgytjsg] {
    display: flex;
    flex-direction: row;
}

footer[b-w85sgytjsg] {
    display: flex;
    justify-content: flex-end;
}

.form-button[b-w85sgytjsg] {
    display: grid;
}

option[b-w85sgytjsg] {
    width: fit-content;
}

#restart-subscription-button[b-w85sgytjsg] {
    width: 200px;
}

[b-w85sgytjsg] select {
    width: fit-content;
    padding: 5px;
}
[b-w85sgytjsg] form {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

[b-w85sgytjsg] input[type=number]::-webkit-inner-spin-button,
input[type=number][b-w85sgytjsg]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* _content/CompMagic/Pages/ComparableReports/ComparableReportReview.cshtml.rz.scp.css */
[b-wfli1v8q11] button {
    width: 190px;
}

#comparable-report-review-container[b-wfli1v8q11] {
    overflow-y: auto;
}

#comparable-report-review-header[b-wfli1v8q11] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media(max-width: 549px) {

    [b-wfli1v8q11] button {
        width: 90%;
    }
 #comparable-report-review-header[b-wfli1v8q11] {
     flex-direction: column;
     align-items: center;
 }
}

#comparables-body[b-wfli1v8q11] {
    display: flex;
    flex-direction: column;
}


h1[b-wfli1v8q11], h2[b-wfli1v8q11] {
    color: black;
}


.item-name[b-wfli1v8q11] {
    font-weight: bold;
}

.price-info[b-wfli1v8q11] {
    margin: 5px;
}

#price-info-container[b-wfli1v8q11] {
    margin: 10px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

#primary-photo[b-wfli1v8q11] {
    max-width: 175px;
}

@media(max-width: 549px) {
    #primary-photo[b-wfli1v8q11] {
        max-width: 100%;
    }
}

.property-details-item[b-wfli1v8q11] {
    margin-left: 5px;
    margin-right: 5px;
}
.property-details-item span[b-wfli1v8q11] {
    font-size: 18px;
}

.property-details-item-group[b-wfli1v8q11] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.property-photos[b-wfli1v8q11] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.property-photos img[b-wfli1v8q11] {
    max-width: 175px;
    margin: 2px;
}

span[b-wfli1v8q11] {
    color: black;
}

.subject-property-address[b-wfli1v8q11] {
}

#subject-property-address-container[b-wfli1v8q11] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.subject-property-address span[b-wfli1v8q11] {
    font-weight: bold;
    font-size: 24px;
}

#subject-property-details-container[b-wfli1v8q11] {

}

#subject-property-overview[b-wfli1v8q11] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#subject-property-overview-header[b-wfli1v8q11] {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

#update-button-container[b-wfli1v8q11] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media(max-width: 549px) {
    #update-button-container[b-wfli1v8q11] {
        width: 100%;
    }
}
/* _content/CompMagic/Pages/ComparableReports/Components/ComparableListingDetails/_ComparableListingDetails.cshtml.rz.scp.css */
#comparable-listing-view-container[b-hrepujxyk4] {
    overflow-y: auto;
    overflow-x: hidden;
}

#comparable-listing-view-header[b-hrepujxyk4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

#property-details-container[b-hrepujxyk4] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 800px;
    justify-self: center;
}

.property-details-item[b-hrepujxyk4] {
    display: flex;
    flex-direction: row;
    margin: 2px;
}

.property-details-item span[b-hrepujxyk4] {
    color: black;
    margin: 5px;
}

.property-details-item-title[b-hrepujxyk4] {
    font-weight: bold;
}

.property-details-row[b-hrepujxyk4] {
    display: flex;
    flex-direction: row;
}

.secondary-button[b-hrepujxyk4] {
    width: unset;
}

#selected-toggle-container[b-hrepujxyk4] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px;
}
/* _content/CompMagic/Pages/ComparableReports/Components/ComparableListingSummary/_ComparableListingSummary.cshtml.rz.scp.css */
#address-container[b-fzpsbo6cs5] {
     display: flex;
     flex-direction: column;
     margin-bottom: 10px;
 }

#comparable-listing-container[b-fzpsbo6cs5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

#comparable-listing-body[b-fzpsbo6cs5] {
    margin: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

img[b-fzpsbo6cs5] {
    max-width: 300px;
    margin: 10px;
}

.item-name[b-fzpsbo6cs5] {
    font-weight: bold;
}

.property-address span[b-fzpsbo6cs5] {
    font-weight: bold;
}

.property-details-container[b-fzpsbo6cs5] {

}

#property-details-overview[b-fzpsbo6cs5] {
    display: flex;
    flex-direction: row;
}

@media(max-width: 549px) {
    #property-details-overview[b-fzpsbo6cs5] {
        flex-direction: column;
    }
}

.property-photos[b-fzpsbo6cs5] {
    max-width: 50%;
}

.property-photos img[b-fzpsbo6cs5] {
    max-width: 175px;
}

span[b-fzpsbo6cs5] {
    color: black;
}
/* _content/CompMagic/Pages/ComparableReports/Components/PhotoCarouselItem.razor.rz.scp.css */
.delete-photo-button[b-mylyhlqtjx] {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
}

img[b-mylyhlqtjx] {
    max-width: 300px;
    max-height: 200px;
}



.photo-thumbnail[b-mylyhlqtjx] {
    padding: 3px;
    border: #a1a1a1;
    float: left;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
    position: relative;
}

.photo-thumbnail:hover[b-mylyhlqtjx] {
    cursor: pointer;
    margin-top: 5px;
    opacity: .75;
}
/* _content/CompMagic/Pages/ComparableReports/Components/PhotoUploadComponent.Razor.rz.scp.css */



.file-drop-zone[b-y66e3167zt] {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    
}

.hover[b-y66e3167zt] {
    border: 2px solid #8603d3;
    border-radius: 12px;
}

[b-y66e3167zt] .file-drop-zone input[type=file] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: grab;
}

.file-drop-zone span[b-y66e3167zt] {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}



#photo-carousel[b-y66e3167zt] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: auto;
}

#photo-upload-component-container[b-y66e3167zt] {
    max-width: 90%;
    max-height: 75%;
    background: #fdf8ff;
    border: 2px solid #8603d3;
    border-radius: 12px;
    min-width: 500px;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
}

@media(max-width: 549px) {
    #photo-upload-component-container[b-y66e3167zt] {
        width: 100%;
        border: unset;
        display: flex;
        flex-direction: column;
        min-width: unset;
        max-height: unset;
    }

    #photo-carousel[b-y66e3167zt] {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow-y: unset;
    }

    .file-drop-zone[b-y66e3167zt] {
        display: flex;
        align-items: center;
        width: 100%;
        cursor: pointer;
    }
}
/* _content/CompMagic/Pages/ComparableReports/Components/ReportStatusIndicator.razor.rz.scp.css */
.comp-report-status-icon[b-h5vu3bq05p] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
/* _content/CompMagic/Pages/ComparableReports/Components/_ComparableSelection.cshtml.rz.scp.css */
#comparable-property-list-header[b-swmxwsm20n] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#comparable-property-menu-bar[b-swmxwsm20n] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#dropdown-menu[b-swmxwsm20n] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

[b-swmxwsm20n] #filter-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

@media(max-width: 549px) {
    [b-swmxwsm20n] #filter-options {
        justify-content: center;
    }
}

#comparable-property-body[b-swmxwsm20n] {
    width: 100%;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
}
/* _content/CompMagic/Pages/ComparableReports/Components/_EditSubjectPropertyDetails.cshtml.rz.scp.css */
.default-modal[b-ck467mr98s] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 80%;
    width: fit-content;
}
.data-field[b-ck467mr98s] {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 300px;
}
.data-field-row[b-ck467mr98s] {
    display: flex;
    flex-direction: row;
}

@media(max-width: 549px) {
    .data-field-row[b-ck467mr98s] {
        flex-direction: column;
    }
}

[b-ck467mr98s] form {
    display: flex;
    flex-direction: column;
    width: 100%;

}
span[b-ck467mr98s] {
    color: black;
}

span.input-label[b-ck467mr98s] {
    text-wrap: none;
    width: 150px;
    margin-right: 10px;
    font-weight: bold;
}

#hidden-fields[b-ck467mr98s] {
    visibility: hidden;
    width: 0;
    height: 0;
}

.validated-input-default[b-ck467mr98s] {
    width: 150px;
}

#header[b-ck467mr98s] {
    font-size: 36px;
    height: 25%;
    margin-bottom: 12px;
}
/* _content/CompMagic/Pages/ComparableReports/EditSubjectPropertyDetails.cshtml.rz.scp.css */
.subject-property-address[b-u6kiutcqtn] {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 24px;
}

.address-text[b-u6kiutcqtn] {
    font-size: 24px;
    color: black;
}


#edit-subject-property-header[b-u6kiutcqtn] {
    margin: 10px;
}

[b-u6kiutcqtn] .edit-subject-property-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

[b-u6kiutcqtn] .edit-subject-property-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow-x: auto;
}

@media(max-width: 549px) {

    .edit-subject-property-body[b-u6kiutcqtn] {
        height: fit-content;
        overflow: unset;
    }
    
    .edit-subject-property-footer[b-u6kiutcqtn] {
        flex-direction: column-reverse;
        align-items: center;
    }
    [b-u6kiutcqtn] button {
        width: 90%;
    }
}

.edit-subject-property-window[b-u6kiutcqtn] {
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
    flex-direction: column;
}

@media(max-width: 549px) {

    .default-modal[b-u6kiutcqtn] {
        max-width: unset;
        height: 90%;
    }
}





[b-u6kiutcqtn] form {
    display: flex;
    flex-direction: column;
    align-items: center;
}



hr[b-u6kiutcqtn] {
    border: 1px solid #8603d3;
    margin-top: 0;
}

h2[b-u6kiutcqtn] {
    text-align: center;
}

input[b-u6kiutcqtn] {
    width: 25%;
}

.modal-header-default[b-u6kiutcqtn] {
    flex-direction: column;
}

span[b-u6kiutcqtn] {
    color: black;
}
/* _content/CompMagic/Pages/Dashboard/Components/AddressValidationModal/_AddressValidationModal.cshtml.rz.scp.css */
.address-text span[b-vxu221ga1t] {
    font-weight: bold;
    font-size: 24px;
}

#address-validation-header[b-vxu221ga1t] {

}

#address-validation-modal[b-vxu221ga1t] {
    z-index: 10000;
    position: relative;
}

.default-modal[b-vxu221ga1t] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

[b-vxu221ga1t] #footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width: 549px){
    [b-vxu221ga1t] #footer {
        flex-direction: column-reverse;
    }
}

span[b-vxu221ga1t], p[b-vxu221ga1t] {
    color: black;
    font-size: 18px;
}
/* _content/CompMagic/Pages/Dashboard/Components/ConfirmDeleteModal.razor.rz.scp.css */
.vertical-center[b-sx9ztjgf1g] {
    position: fixed;
}
/* _content/CompMagic/Pages/Dashboard/Components/CreateSubjectPropertyModal.razor.rz.scp.css */

#cancel-button-container[b-4mb4z38tvb] {
    width: 50%;
    display: flex;
    flex-direction: column;
}

@media(max-width: 549px) {
    #cancel-button-container[b-4mb4z38tvb] {
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        width: 100%;
    }
}

#create-subject-property-header[b-4mb4z38tvb] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin: 10px;
}

#create-subject-property-footer[b-4mb4z38tvb] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}



@media(max-width: 549px) {
    #create-subject-property-header[b-4mb4z38tvb] {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-items: unset;
    }

    #create-subject-property-footer[b-4mb4z38tvb] {
        flex-direction: column-reverse;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    


    h2[b-4mb4z38tvb] {
        text-align: center;
        margin: 5px;
    }
}
/* _content/CompMagic/Pages/Dashboard/Components/SubjectPropertyList.razor.rz.scp.css */
#add-report-button[b-th9qjbbaei] {
    width: 250px;
}
input[b-th9qjbbaei] {
    width: 75%;
}

#subject-property-list-body[b-th9qjbbaei] {
    background-color: lightgrey;
    padding: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: fit-content;
    border: 1px solid #8603d3;
}

#subject-property-list-container[b-th9qjbbaei] {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
}
#subject-property-list-header[b-th9qjbbaei] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
} 

#subject-property-menu-bar[b-th9qjbbaei] {
    margin-left: 30px;
}

input[b-th9qjbbaei] {
    border: 2px solid #8603d3;
    border-radius: 12px;
}

form[b-th9qjbbaei] {
    display: flex;
    flex-direction: row;

}


@media(max-width: 549px) {
    #subject-property-list-header[b-th9qjbbaei] {
        flex-direction: column-reverse;
    }
    input[b-th9qjbbaei] {
        border: 2px solid #8603d3;
        border-radius: 12px;
        width: 90%;
    }

    #add-report-button[b-th9qjbbaei] {
        width: 90%;
    }

}
/* _content/CompMagic/Pages/Dashboard/Components/_ManualSubjectPropertyModal.cshtml.rz.scp.css */
#address[b-ewk0qfv243], #city-state-zip[b-ewk0qfv243] {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    align-items: center;
}
.new-subject-property-container[b-ewk0qfv243] {
    
}

#create-subject-property-header[b-ewk0qfv243] {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin: 10px;
}

[b-ewk0qfv243] div.input-small {
    width: 150px;
}

[b-ewk0qfv243] form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    align-items: flex-start;
}
[b-ewk0qfv243] div.input-large {
    width: 350px;
}

[b-ewk0qfv243] div.input-medium {
    width: 275px;
}
#footer[b-ewk0qfv243] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media(max-width: 549px) {

    #create-subject-property-header[b-ewk0qfv243] {
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }
    #footer[b-ewk0qfv243] {
        flex-direction: column-reverse;
        justify-content: center;

    }

    .button-container[b-ewk0qfv243] {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-content: center;
        flex-wrap: wrap;
    }

    h2[b-ewk0qfv243] {
        text-align: center;
    }
}
/* _content/CompMagic/Pages/Dashboard/Dashboard.cshtml.rz.scp.css */
#dashboard-window[b-l7rbx3s8i8] {
    width: 100%;
    justify-content: center;
    display: flex;
}

.modal-container-default[b-l7rbx3s8i8] {
    width: 100%;
}

/* _content/CompMagic/Pages/Home/Components/HomePageModal/_HomePageModal.cshtml.rz.scp.css */

a[b-b1s5dgvwb2] {
    color: #8603d3;
    text-decoration: underline;
}

#button-container[b-b1s5dgvwb2] {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
    align-items: center;
}

#button-footer[b-b1s5dgvwb2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

@media(max-width: 549px) {
    #button-container[b-b1s5dgvwb2] {
        width: unset;
    }
}

[b-b1s5dgvwb2] button {
    width: 100%;
    height: 75px;
}

@media(max-width: 549px) {
    #compmagic-logo[b-b1s5dgvwb2] {
        display: none;
    }
}

#image-container[b-b1s5dgvwb2] {
    max-width: 50%;
}

@media(max-width: 549px) {
    #image-container[b-b1s5dgvwb2] {
        max-width: unset;
    }
}
img[b-b1s5dgvwb2] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.default-modal[b-b1s5dgvwb2] {
    max-width: 75%;
    width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@media(max-width: 549px) {
    .default-modal[b-b1s5dgvwb2] {
        flex-direction: column;
        justify-content: unset;
        max-width: unset;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: unset;
        overflow: auto;
    }
}
.modal-container-default[b-b1s5dgvwb2] {
    z-index: unset;
}
span[b-b1s5dgvwb2] {
    font-size: 24px;
    font-weight: bold;
}
#subtitle[b-b1s5dgvwb2] {
    font: 20px "Bookman Old Style", serif;
    font-weight: bold;
    font-style: italic;
}
/* _content/CompMagic/Pages/Home/Index.cshtml.rz.scp.css */
#home-page[b-hqsnuggd85] {
    display: flex;
    justify-content: center;
    text-align: center;
}
/* _content/CompMagic/Pages/MlsPartners/MlsPartners.cshtml.rz.scp.css */
#aor-list[b-a9bnn7ng0r] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.body-content[b-a9bnn7ng0r] {
    margin: 5%;
}

h1[b-a9bnn7ng0r], h2[b-a9bnn7ng0r], h3[b-a9bnn7ng0r], span[b-a9bnn7ng0r] {
    color: black;
}

.mls-partners[b-a9bnn7ng0r] {
    display: flex;
    flex-direction: column;
    margin: 20px;
    
}

#mls-partners-container[b-a9bnn7ng0r] {
    width: 85%;
    border-right: 2px solid #8603d3;
    border-left: 2px solid #8603d3;
    background-color: white;
    height: fit-content;
}

@media(max-width: 549px) {
    #mls-partners-container[b-a9bnn7ng0r] {
        width: 100%;
    }
}


p[b-a9bnn7ng0r] {
    color: black;
}
/* _content/CompMagic/Pages/Pricing/Pricing.cshtml.rz.scp.css */
li[b-m1j1mr1pzv] {
    list-style-type: none;
    justify-self: left;
    margin: 10px;
    display: flex;
    align-items: center;
}

#header[b-m1j1mr1pzv] {
  
}

span[b-m1j1mr1pzv] {
    font-size: 24px;
    color: black;
    text-align: left;
}

.default-modal[b-m1j1mr1pzv] {
    width: fit-content;
    flex-direction: column;
    min-height: unset;
    height: fit-content;
}

@media(max-width: 549px) {
    .default-modal[b-m1j1mr1pzv] {
        flex-direction: column;
        justify-content: unset;
        max-width: unset;
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: unset;
        overflow: auto;
    }

    li[b-m1j1mr1pzv] {
        align-items: unset;
    }
}

img[b-m1j1mr1pzv] {
    width: 24px;
    height: 24px;
    fill: black;
}

ul[b-m1j1mr1pzv] {
    padding-inline-start: unset;
    padding: 10px;
}


.plan-price[b-m1j1mr1pzv] {
    font-size: 48px;
    margin: 10px;
    font-weight: bold;
}

.price-container[b-m1j1mr1pzv] {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

#pricing-body[b-m1j1mr1pzv] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pricing-modal-footer[b-m1j1mr1pzv] {
    margin-bottom: 20px;
}

#pricing-page[b-m1j1mr1pzv] {
    display: flex;
    justify-content: center;
}
/* _content/CompMagic/Pages/PropertyDetails/PropertyDetails.cshtml.rz.scp.css */
.address-text[b-qrhktpc1od] {
    font-weight: bold;
    font-size: 24px;
}

button[b-qrhktpc1od] {
    width: 200px;
}


.horizontal-divider[b-qrhktpc1od] {
    border-top: 2px solid #8603d3;
    margin-top: 15px;
    margin-bottom: 15px;
}

.vertical-divider[b-qrhktpc1od] {
    border-right: 2px solid #8603d3;
    margin-right: 10px;
    margin-left: 10px;
}

#header[b-qrhktpc1od] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#image-address-container[b-qrhktpc1od] {
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: space-between;
}


#primary-photo[b-qrhktpc1od] {
    max-width: 400px;
    max-height: 300px;
}

#property-details[b-qrhktpc1od] {
    padding: 20px;
    display: flex;
    flex-direction: row;
}

#property-details-body[b-qrhktpc1od] {
    background-color: white;
    border-left: 2px solid #8603d3;
    border-right: 2px solid #8603d3;
    position: static;
    height: 100vh;
    padding: 20px;
}

.property-details-item[b-qrhktpc1od] {
    margin: 5px;
}

.property-detail-item-title[b-qrhktpc1od] {
    font-weight: bold;
}

.property-details-section[b-qrhktpc1od] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 10px;
}

.property-details-section-title[b-qrhktpc1od] {
    font-weight: bold;
    text-decoration-line: underline;
    text-align: center;
}

span[b-qrhktpc1od] {
    color: black;
}

.property-details-section > span[b-qrhktpc1od] {
    margin: 10px;
    font-size: 20px;
    text-align: center;
}
/* _content/CompMagic/Pages/Shared/ConfirmationModal/_ConfirmationModal.cshtml.rz.scp.css */
[b-3ynqb0jefa] #modal-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

[b-3ynqb0jefa] form {
    display: flex;
    flex-direction: row;
    width: 100%;
}

@media(max-width: 549px) {
    [b-3ynqb0jefa] form {
        flex-direction: column-reverse;
    }
}

span[b-3ynqb0jefa] {
    font-size: 18px;
    text-align: center;
}

.default-confirmation-modal[b-3ynqb0jefa] {
    height: fit-content;
}
/* _content/CompMagic/Pages/Shared/ContextMenu/_ContextMenu.cshtml.rz.scp.css */
.context-menu-container[b-uzoe4qs3jr] {
    border: 2px solid #a30dfc;
    border-radius: 12px;
    text-align: center;
    background-color: white;
    position: relative;
    display: flex;
    min-width: min-content;
    justify-content: center;
    padding: 15px;
    right: 100%;
    z-index: 9999;
}

[b-uzoe4qs3jr] .divider {
    border-top: 1px solid #a30dfc;
    margin-top: 5px;
    margin-bottom: 5px;
}

[b-uzoe4qs3jr] ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

li[b-uzoe4qs3jr] {
    white-space: nowrap;
    word-break: keep-all;
}

.context-menu-option[b-uzoe4qs3jr] {
    font-size: 20px;
    color: #a30dfc;
}

.context-menu-option:hover[b-uzoe4qs3jr] {
    background-color: lightgray;
    cursor: pointer;
}
/* _content/CompMagic/Pages/Shared/DropDownFilter/_DropDownFilter.cshtml.rz.scp.css */
[b-gqfye8guto] .dropdown-button {
    width: unset;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border: unset;
    margin: 0;
    border-right: 2px solid #8603d3;
    outline: unset;
    padding: 8px;
    height: unset;
}

[b-gqfye8guto] #dropdown-button-container {
    display: flex;
    flex-direction: row;
    border: 2px solid #8603d3;
    padding: 0;
    border-radius: 12px;
    height: 50px;
    margin: 10px;
}

.dropdown-button-content[b-gqfye8guto] {
    padding: 4px;
}

#dropdown-content[b-gqfye8guto] {
    padding-left: 0;
}

#selected-option-container[b-gqfye8guto] {
    padding: 8px;
}

/* Dropdown Button */
.dropbtn[b-gqfye8guto] {
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover[b-gqfye8guto], .dropbtn:focus[b-gqfye8guto] {
    background-color: #ddd;
}


/* The container <div> - needed to position the dropdown content */
.dropdown[b-gqfye8guto] {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content[b-gqfye8guto] {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content option[b-gqfye8guto] {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content option:hover[b-gqfye8guto] {
    background-color: #ddd;
}

.dropdown-item[b-gqfye8guto] {
    width: 100%;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show[b-gqfye8guto] {
    display: block;
}

[b-gqfye8guto] ul {
    list-style-type: none;
}
/* _content/CompMagic/Pages/Shared/LoadingIndicator/_LoadingIndicator.cshtml.rz.scp.css */
#loading-indicator[b-chnqdkbu7f] {
    border: 2px solid #8603d3;
    width: 300px;
    height: 300px;
    background: white;
    border-radius: 12px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-self: center;
    
}
@keyframes fadeIn-b-chnqdkbu7f {
    from { opacity: .25;}

}
.loading-animation[b-chnqdkbu7f] {
    width: 100%;
    height: 100%;
    animation: fadeIn-b-chnqdkbu7f 1s infinite alternate;
    justify-content: center;
}

span[b-chnqdkbu7f] {
    font-size: 24px;
    text-align: center;
}
/* _content/CompMagic/Pages/Shared/PropertyList/_PropertyList.cshtml.rz.scp.css */
#property-list-body[b-ek1snuqaos] {
    background-color: lightgrey;
    padding: 2px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: content-box;
    overflow-y: auto;
    overflow-x: hidden;
    height: fit-content;
    border: 1px solid #8603d3;
    min-height: 100px;
}

#property-list-container[b-ek1snuqaos] {
    background-color: white;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
/* _content/CompMagic/Pages/Shared/PropertyList/_PropertyListCard.cshtml.rz.scp.css */
#address-container[b-dnna4o2llb] {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

.address-text[b-dnna4o2llb] {
    margin-right: 3px;
    margin-left: 3px;
    font-weight: bold;
}

#address-container[b-dnna4o2llb] {
    display: flex;
    flex-direction: row;
    margin: 5px;
    align-items: center;
}

.detail-item-column[b-dnna4o2llb] {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.item-name[b-dnna4o2llb] {
    font-weight: bold;
    margin: 5px;
}

.property-detail-item[b-dnna4o2llb] {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.property-list-card-container[b-dnna4o2llb] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid #8603d3;
    border-radius: 0px;
    min-height: 314px;
    padding: 10px;
}

@media(max-width: 549px) {
    .property-list-card-container[b-dnna4o2llb] {
        width: 100%;
    }
}

[b-dnna4o2llb] .context-menu {
    border: 2px solid #8603d3;
}

.property-address[b-dnna4o2llb] {
    display: flex;
    flex-direction: row;
    margin: 3px;
    flex-wrap: wrap;
}


#property-header[b-dnna4o2llb] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

img[b-dnna4o2llb] {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

span[b-dnna4o2llb] {
    color: black;
}

#street-address[b-dnna4o2llb] {
    flex-direction: column;
}


.property-summary-body[b-dnna4o2llb] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#footer[b-dnna4o2llb] {
    bottom: 0;
    margin: 5px;
}

a[b-dnna4o2llb] {
    padding: 0;
}

#tri-dot-menu[b-dnna4o2llb]:after {
    content: '\2807';
    font-size: 28px;
    color: #8603d3;
}

#tri-dot-menu:hover[b-dnna4o2llb] {
    cursor: pointer;
}

#tri-dot-menu-container[b-dnna4o2llb] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: left;
}
/* _content/CompMagic/Pages/Shared/PropertyPhotoCarousel/_PropertyPhotoCarousel.cshtml.rz.scp.css */
*[b-o5tvwampo6] {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container[b-o5tvwampo6] {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides[b-o5tvwampo6] {
    display: none;
}

/* Next & previous buttons */
.prev[b-o5tvwampo6], .next[b-o5tvwampo6] {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next[b-o5tvwampo6] {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover[b-o5tvwampo6], .next:hover[b-o5tvwampo6] {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text[b-o5tvwampo6] {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext[b-o5tvwampo6] {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot[b-o5tvwampo6] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active[b-o5tvwampo6], .dot:hover[b-o5tvwampo6] {
    background-color: #717171;
}

/* Fading animation */
.fade[b-o5tvwampo6] {
    animation-name: fade-b-o5tvwampo6;
    animation-duration: 1.5s;
}

@keyframes fade-b-o5tvwampo6 {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/* _content/CompMagic/Pages/Shared/ToastModal/_ToastMessageModal.cshtml.rz.scp.css */
[b-lz943up1zd] button {
    width: fit-content;
    min-width: 150px;
    max-width: 320px;
}

#close-toast-button-icon[b-lz943up1zd] {
    width: 20px;
    height: 20px;
    margin: 0;
}


#close-toast-button[b-lz943up1zd] {
    margin: 0;
    padding: 0;
}

#toast-header[b-lz943up1zd] {
    display: grid;
    justify-content: right;
}

span[b-lz943up1zd] {
    text-align: center;
    color: #8603d3;
}

#toast-message-container[b-lz943up1zd] {
    z-index: 99999;
}
/* _content/CompMagic/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-e3fe8hpuk6] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-e3fe8hpuk6] {
  color: #0077cc;
}

.btn-primary[b-e3fe8hpuk6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

li.nav-item[b-e3fe8hpuk6] {
    margin: 5px;
}

    li.nav-item:hover[b-e3fe8hpuk6] {
        opacity: .75;
        border: 2px solid #8603d3;
        border-radius: 12px;
    }

.nav-pills .nav-link.active[b-e3fe8hpuk6], .nav-pills .show > .nav-link[b-e3fe8hpuk6] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-light .navbar-nav .nav-link[b-e3fe8hpuk6] {
    font-weight: bold;
    color: #8603d3;
}

.border-top[b-e3fe8hpuk6] {
  border-top: 1px solid #e5e5e5;
}
#account-dropdown-container[b-e3fe8hpuk6] {
    justify-self: right;
}

#account-icon[b-e3fe8hpuk6] {
    width: 35px;
    height: 35px;
}

.border-bottom[b-e3fe8hpuk6] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-e3fe8hpuk6] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-e3fe8hpuk6] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-e3fe8hpuk6] {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    border-bottom: 2px solid #8603d3;
    border-left: 2px solid #8603d3;
    border-right: 2px solid #8603d3;
    border-top: 2px solid lightgrey;
    
}

header[b-e3fe8hpuk6] {
    border: 2px solid #8603d3;
}

.logo[b-e3fe8hpuk6] {
    width: 200px;
}


main[b-e3fe8hpuk6] {
    width: 100%;
}

#menu-container[b-e3fe8hpuk6] {
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    max-width: unset;
}

[b-e3fe8hpuk6] .navbar-divider {
    background-color: #8603d3;
}

@media(max-width: 549px) {

    [b-e3fe8hpuk6] .navbar-divider {
        display: none;
    }
}


#grayout[b-e3fe8hpuk6] {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 9998;
    animation: fadeIn .5s fadeOut .5s;
    transform-style: preserve-3d;
}

#grayout[b-e3fe8hpuk6]:before {
    transform: translateZ(-1em);
}

#scrollable-body[b-e3fe8hpuk6] {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
    padding-bottom: 5px;
    justify-content: center;
    display: flex;
    position: relative;
    border-left: 2px solid #8603d3;
    border-right: 2px solid #8603d3;

@media(max-height: 574px) {

    #scrollable-body[b-e3fe8hpuk6] {
        padding-right: 17px;
        box-sizing: content-box;
    }
}
/* _content/CompMagic/Pages/Support/Support.cshtml.rz.scp.css */



form[b-gbfqt3q4t6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

#support-ticket-type-selection[b-gbfqt3q4t6] {
    width: 85%;
}

textarea.validated-input[b-gbfqt3q4t6] {
    resize: none;
    height: 275px;
}
