@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';

/* _content/MediaNot/App.razor.rz.scp.css */
.container-fluid .spacing .center[b-v0iohio3nc] {
    text-align: center;
}

/* _content/MediaNot/Components/Dossier/PropertyInfoAndServices/ForwardLotComponent.razor.rz.scp.css */
.portal-notary-be[b-5o7j4brk9i], .portal-biddit[b-5o7j4brk9i], .biddit-reference[b-5o7j4brk9i], 
.portal-social-media[b-5o7j4brk9i], .social-media-start-date[b-5o7j4brk9i],
.biddit-start-date[b-5o7j4brk9i], .biddit-start-time[b-5o7j4brk9i]{
    margin-top: 10px;
}

.biddit-reference[b-5o7j4brk9i], .social-media-start-date[b-5o7j4brk9i], .social-media-rate[b-5o7j4brk9i]{
    margin-left: 26px;
}

.yes-no-dropdown[b-5o7j4brk9i]{
    width: 100px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -4px;
    margin-bottom: 0;
}

[b-5o7j4brk9i] .yes-no-dropdown .e-dropdownlist{
    height: 30px !important;
}

[b-5o7j4brk9i] .portal-biddit .e-checkbox-wrapper{
    height: 31px !important;
}

.biddit-title[b-5o7j4brk9i]{
    margin-bottom: 0;
}

.empty-height[b-5o7j4brk9i]{
    height: 42px;
}

[b-5o7j4brk9i] .read-only span{
    background: #e9ecef !important;
}

.left[b-5o7j4brk9i]{
    float: left;
}

.right[b-5o7j4brk9i]{
    float: right;
}

.clickable[b-5o7j4brk9i]{
    cursor: pointer;
}
/* _content/MediaNot/Components/Dossier/PropertyInfoAndServices/PropertyInfoComponent.razor.rz.scp.css */
.use-street[b-gfbvzq58qj]{
    font-weight: bold;
    text-decoration: underline;
}
/* _content/MediaNot/Components/Dossier/PublicationData/PublicationDataGridComponent.razor.rz.scp.css */
.fa-chevron-down[b-0f9cwesr3m], .fa-chevron-up[b-0f9cwesr3m] {
  cursor: pointer;
} 
/* _content/MediaNot/Components/Dossier/PublicationData/ServiceDataGridComponent.razor.rz.scp.css */
.fa-chevron-down[b-pobcdwqlin], .fa-chevron-up[b-pobcdwqlin] {
    cursor: pointer;
} 
/* _content/MediaNot/Components/Dossier/SubmitComponent.razor.rz.scp.css */
.error[b-sg66ltsvfa]{
    color: red;
}
/* _content/MediaNot/Components/Dossier/SubmitFieldsWithErrorsComponent.razor.rz.scp.css */
.list-errors[b-p9pyp6lef1]{
    margin-left: 35px;
}
/* _content/MediaNot/Layouts/LandingPageLayout.razor.rz.scp.css */

.page[b-h8yg6wnj9t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h8yg6wnj9t] {
    flex: 1;
}

.sidebar[b-h8yg6wnj9t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h8yg6wnj9t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h8yg6wnj9t]  a, .top-row .btn-link[b-h8yg6wnj9t] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h8yg6wnj9t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h8yg6wnj9t] {
        display: none;
    }

    .top-row.auth[b-h8yg6wnj9t] {
        justify-content: space-between;
    }

    .top-row a[b-h8yg6wnj9t], .top-row .btn-link[b-h8yg6wnj9t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h8yg6wnj9t] {
        flex-direction: row;
    }

    .sidebar[b-h8yg6wnj9t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h8yg6wnj9t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h8yg6wnj9t], article[b-h8yg6wnj9t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MediaNot/Layouts/MainLayout.razor.rz.scp.css */
.page[b-yej9iao02t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yej9iao02t] {
    flex: 1;
}

.sidebar[b-yej9iao02t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yej9iao02t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yej9iao02t]  a, .top-row .btn-link[b-yej9iao02t] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yej9iao02t] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yej9iao02t] {
        display: none;
    }

    .top-row.auth[b-yej9iao02t] {
        justify-content: space-between;
    }

    .top-row a[b-yej9iao02t], .top-row .btn-link[b-yej9iao02t] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yej9iao02t] {
        flex-direction: row;
    }

    .sidebar[b-yej9iao02t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yej9iao02t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yej9iao02t], article[b-yej9iao02t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MediaNot/Layouts/ServiceStudioLayout.razor.rz.scp.css */
.page[b-m5tb72vbc0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-m5tb72vbc0] {
    flex: 1;
}

.sidebar[b-m5tb72vbc0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-m5tb72vbc0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-m5tb72vbc0]  a, .top-row .btn-link[b-m5tb72vbc0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-m5tb72vbc0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-m5tb72vbc0] {
        display: none;
    }

    .top-row.auth[b-m5tb72vbc0] {
        justify-content: space-between;
    }

    .top-row a[b-m5tb72vbc0], .top-row .btn-link[b-m5tb72vbc0] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-m5tb72vbc0] {
        flex-direction: row;
    }

    .sidebar[b-m5tb72vbc0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-m5tb72vbc0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-m5tb72vbc0], article[b-m5tb72vbc0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MediaNot/Pages/Configuration/ChoicelistsPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-354ar121l3] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-354ar121l3] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-354ar121l3] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/ChoicelistsZimmoPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-qkyuyiqyav] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-qkyuyiqyav] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-qkyuyiqyav] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/LabelsPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-8z3vouh22s] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-8z3vouh22s] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-8z3vouh22s] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/MediaPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-om5yqhu6ar] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-om5yqhu6ar] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-om5yqhu6ar] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/NotariesPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-kcvx1w19qo] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-kcvx1w19qo] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-kcvx1w19qo] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/PackagesPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-sqoaq7isu1] {
    display: none;
}

<!-- column dividers -->
.e-grid .e-headercell:nth-child(-n+11)[b-sqoaq7isu1] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-sqoaq7isu1] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/PhotographersPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-o2cv2o7reg] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-o2cv2o7reg] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-o2cv2o7reg] {
    text-align: center;
}
/* _content/MediaNot/Pages/Configuration/TeamMembersPage.razor.rz.scp.css */
.e-grid .e-searchbox[b-cvn4ezyfiu] {
    display: none;
}

.e-grid .e-headercell:nth-child(-n+11)[b-cvn4ezyfiu] {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: lightgrey;
    padding-left: 15px;
}

.e-grid .e-headercelldiv[b-cvn4ezyfiu] {
    text-align: center;
}
/* _content/MediaNot/Pages/ErrorPage.razor.rz.scp.css */
/* Basic styling for the wrapper */
.wrapper[b-bvaysvr0vx] {
    font-family: Arial, sans-serif;
    padding: 20px;
    margin: 20px;
}

/* Styling for the main message */
.wrapper .message[b-bvaysvr0vx] {
    background-color: #f8d7da; /* Light red background */
    border-left: 6px solid #dc3545; /* Red left border */
    color: #721c24; /* Dark red text color */
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px; /* Larger font size for emphasis */
    font-weight: bold; /* Bold font for emphasis */
}

/* Styling for the details */
.wrapper .details[b-bvaysvr0vx] {
    background-color: #fff3cd; /* Light yellow background, for contrast */
    border-left: 4px solid #ffa502; /* Orange left border */
    color: #856404; /* Dark yellow text color */
    padding: 15px;
    margin-bottom: 20px;
    font-size: 14px; /* Smaller font size */
    white-space: pre-wrap; /* Keeps the formatting of the stack trace */
}


.wrapper .center[b-bvaysvr0vx] {
    text-align: center;
}

/* _content/MediaNot/Pages/ServiceStudio/ServiceStudio.razor.rz.scp.css */
#exporter[b-4rufun932r] {
    display: inline-block;
    padding: 10px;
    position: relative;
    color: rgb(128,128,128);
    user-select: none;
}

.selected-row td[b-4rufun932r] {
    background-color: lightblue !important;
    color: black !important;
}
/* _content/MediaNot/Pages/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-al31ergm9h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-al31ergm9h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-al31ergm9h] {
    font-size: 1.1rem;
}

.oi[b-al31ergm9h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-al31ergm9h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-al31ergm9h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-al31ergm9h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-al31ergm9h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-al31ergm9h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-al31ergm9h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-al31ergm9h] {
        display: none;
    }

    .collapse[b-al31ergm9h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
