/* /Components/Spot/RealState.razor.rz.scp.css */
table > tbody > tr.five[b-a0r8y92bja]{
    line-height : 0.25 !important;
}
/* /Components/UI/LoadingScreen.razor.rz.scp.css */
.spinner[b-rpyax0u1w8] {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1[b-rpyax0u1w8], .double-bounce2[b-rpyax0u1w8] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2[b-rpyax0u1w8] {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@@-webkit-keyframes sk-bounce {
    0%[b-rpyax0u1w8], 100%[b-rpyax0u1w8] {
        -webkit-transform: scale(0.0)
    }

    50%[b-rpyax0u1w8] {
        -webkit-transform: scale(1.0)
    }
}

@@keyframes sk-bounce {
    0%[b-rpyax0u1w8], 100%[b-rpyax0u1w8] {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50%[b-rpyax0u1w8] {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* /Pages/Index.razor.rz.scp.css */
.card[b-y9cn2or6rd] {
    cursor: pointer;
}

@media (min-width: 768px) {
    .col-md-2[b-y9cn2or6rd] {
        max-width : 23%;
    }
}

    /*.market {
    flex-direction: row-reverse;
}*/


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fksc5rlt9k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fksc5rlt9k] {
    flex: 1;
    background-image: url(../images/2.jpg);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    min-height: 1080px;
}
.top-row[b-fksc5rlt9k] {
    background-color: #f7f7f7;
    /*background-color: rgba(0,0,0,0.4);*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.top-row > a[b-fksc5rlt9k],  .top-row .btn-link[b-fksc5rlt9k] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fksc5rlt9k] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1021.98px) {
    .top-row:not(.auth)[b-fksc5rlt9k] {
        display: none;
    }

    .top-row.auth[b-fksc5rlt9k] {
        justify-content: space-between;
    }

    .top-row a[b-fksc5rlt9k], .top-row .btn-link[b-fksc5rlt9k] {
        margin-left: 0;
    }
    .no-col[b-fksc5rlt9k]{
        display : none;
    }
}

@media (min-width: 1022px) {
    .page[b-fksc5rlt9k] {
        flex-direction: row;
    }

    .sidebar[b-fksc5rlt9k] {
        width: 280px;
        position: sticky;
        top: 0;
        /*height: 100vh;*/
    }

    .top-row[b-fksc5rlt9k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-fksc5rlt9k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pkr0xyrn08] {
    background-color: rgba(255, 255, 255, 0.1);
}



.navbar-brand[b-pkr0xyrn08] {
    font-size: 1.1rem;
}
.menu[b-pkr0xyrn08]{
    overflow-y : auto;
}

@media (min-width: 1022px) {
    .navbar-toggler[b-pkr0xyrn08] {
        display: none;
    }

    .collapse[b-pkr0xyrn08] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
