@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Blazorise.RichTextEdit/Blazorise.RichTextEdit.ujcws5bfym.bundle.scp.css';
@import '_content/Brokerage.UI/Brokerage.UI.3267c2pufp.bundle.scp.css';

/* /Pages/Admin/AdminPage.razor.rz.scp.css */
.dash-button[b-p4m1z4cj53] {
    border: 1px solid gray;
    color: #1b6ec2;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

    .dash-button:hover[b-p4m1z4cj53] {
        color: #1b6ec2;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
        animation: wiggle-b-p4m1z4cj53 1s linear infinite;
        border: 1px solid #1b6ec2;
    }

@keyframes wiggle-b-p4m1z4cj53 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(4px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-4px);
    }

    100% {
        transform: translateY(0);
    }
}
/* /Pages/Billing/SubscriptionListComponent.razor.rz.scp.css */
.billing-card[b-8auhps6z5s] {
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 1px 4px black;
    color: white;
    user-select: none;
    display: flex;
    font-size: 1.05rem;
    height: 120px;
    justify-content: center;
    margin: 16px;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
}

    .billing-card.count[b-8auhps6z5s] {
        background: rgb(75,75,75);
        background: linear-gradient(35deg, rgba(75,75,75,1) 0%, rgba(106,177,179,1) 100%);
    }

    .billing-card.subs[b-8auhps6z5s] {
        background: rgb(75,75,75);
        background: linear-gradient(35deg, rgba(75,75,75,1) 0%, rgb(224, 119, 68, 1) 100%);
    }

    .billing-card.sum[b-8auhps6z5s] {
        background: rgb(75,75,75);
        background: linear-gradient(35deg, rgba(75,75,75,1) 0%, rgba(120,185,78,1) 100%);
    }
/* /Pages/Main/RegisterPage.razor.rz.scp.css */
.main-btn[b-b3efxgwp4h] {
    cursor: pointer;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    text-align: center;
    padding: 1rem;
    margin: 0.5rem;
    flex: 0 0 auto;
    width: 33.3333333%;
}

    .main-btn:hover[b-b3efxgwp4h] {
        background: #ed1c24;
        color: white;
    }
/* /Pages/Main/SignInPage.razor.rz.scp.css */
div.signin-area[b-qlp9b88km5] {
    display: flex;
    margin-top: 3rem;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 318px);
}

div.logo-area[b-qlp9b88km5] {
    text-align: center;
    background: white;
    max-width: 200px;
    max-height: 200px;
    width: 80%;
    aspect-ratio: 1;
    border-radius: 50%;
}

img.logo[b-qlp9b88km5] {
    max-width: 200px;
    width: 80%;
    transform: translateY(calc(50% - 10px));
}

@media (max-width: 767.98px) {
    div.signin-area[b-qlp9b88km5] {
        margin-top: 0;
        align-items: initial;
        height: 100%;
    }
}
/* /Pages/Marketplace/MarketplacePage.razor.rz.scp.css */
div.mp-item[b-8zo2gc24ua] {
    cursor: pointer;
    background: white;
}

div.mp-item:hover[b-8zo2gc24ua] {
    outline: 2px solid yellow;
}
/* /Pages/Office/ScoreboardPage.razor.rz.scp.css */
.scoreboard[b-b72fytjf8z] {
    max-width: 680px;
    margin: auto;
}

.scoreboard.body-margin[b-b72fytjf8z] {
    margin: 0 auto;
}

.scoreboard .bg-color[b-b72fytjf8z] {
    background: #ef4a25;
}

.scoreboard .circle[b-b72fytjf8z] {
    display: inline-block;
    border-radius: 21px;
    background-color: #ef4a25;
    border: 2px solid white;
    width: 40px;
    height: 40px;
}

.scorecard .title[b-b72fytjf8z] {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
}

.scoreboard .solid-circle[b-b72fytjf8z] {
    display: inline-block;
    background-color: white;
    border: 2px solid white;
    border-radius: 21px;
    width: 40px;
    height: 40px;
}

.scoreboard .left[b-b72fytjf8z] {
    width: 34%;
}

.scoreboard .middle[b-b72fytjf8z] {
    width: 32%;
}

    .scoreboard .middle .pad-year[b-b72fytjf8z] {
        padding: 8px 0;
    }

.scoreboard .right[b-b72fytjf8z] {
    width: 34%;
}

.scoreboard .half[b-b72fytjf8z] {
    text-align: center;
    width: 50%;
}

.scoreboard .quote[b-b72fytjf8z] {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    color: #ef4a25;
}

.scoreboard table[b-b72fytjf8z] {
    width: 100%;
    border-collapse: collapse;
}

.scoreboard .table-head-area[b-b72fytjf8z] {
    padding: 0 15px;
}

.scoreboard table.header[b-b72fytjf8z], table.header td[b-b72fytjf8z] {
    border: 0;
}

.scoreboard table tr > td.scorehalf[b-b72fytjf8z] {
    width: 50%;
    vertical-align: top;
}

.scoreboard table.divider[b-b72fytjf8z] {
    border-top: 1px solid white;
    color: white;
}

    .scoreboard table.divider td[b-b72fytjf8z] {
        padding: 2px 20px;
    }

        .scoreboard table.divider td.border[b-b72fytjf8z] {
            border: none !important;
            border-right: 1px solid white !important;
        }

.scoreboard table.scores > tbody > tr.bold[b-b72fytjf8z] {
    font-weight: bold;
}

.scoreboard table.scores > tbody > tr > td[b-b72fytjf8z], table.scores > thead > tr > th[b-b72fytjf8z] {
    border: 1px solid #ef4a25;
    padding: 15px;
    font-size: 13px;
    font-weight: 100;
    text-align: center;
}

.scoreboard table.scores > thead > tr > th[b-b72fytjf8z] {
    border-top: 0;
    background-color: #909090;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.scoreboard .text-lg[b-b72fytjf8z] {
    font-size: 30px;
}

.scoreboard .text-md[b-b72fytjf8z] {
    font-size: 18px;
}

.scoreboard .scorecard[b-b72fytjf8z] {
    border-top: 1px solid #ef4a25;
    border-right: 1px solid #ef4a25;
    border-left: 1px solid #ef4a25;
}

.scoreboard .bar[b-b72fytjf8z] {
    margin: 0 6px 6px 0;
    background: #ef4a25;
    color: white;
    padding: 17px 0;
    text-align: center;
    font-family: monospace;
}

.scoreboard .bar-bottom[b-b72fytjf8z] {
    margin: 0 0 6px 0;
    background: #ef4a25;
    color: white;
    padding: 17px 0;
    text-align: center;
    font-family: monospace;
}

.scoreboard .circle-pad[b-b72fytjf8z] {
    text-align: left;
    padding-left: 45px;
}
/* /Pages/Office/Transactions/TransactionListPage.razor.rz.scp.css */
.transaction-card-holder[b-3sgala5fiy] {
    display: flex;
    justify-content: space-evenly;
}

.filter-toolbar[b-3sgala5fiy] {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.transaction-card[b-3sgala5fiy] {
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 1px 4px black;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 1.05rem;
    height: 120px;
    justify-content: center;
    margin: 16px;
    width: 25%;
    text-align: center;
}

    .transaction-card.color[b-3sgala5fiy] {
        background: rgb(69,74,68);
        background: linear-gradient(54deg, var(--bb-color-a) 0%, var(--bb-color-b) 100%);
    }

    .transaction-card.pending[b-3sgala5fiy] {
        background: rgb(69,74,68);
        background: linear-gradient(54deg, rgba(69,74,68,1) 0%, rgba(171,163,104,1) 100%);
    }

    .transaction-card.review[b-3sgala5fiy] {
        background: rgb(69,74,68);
        background: linear-gradient(45deg, rgba(69,74,68,1) 0%, rgba(75,162,92,1) 100%);
    }

    .transaction-card.closed-month[b-3sgala5fiy], .transaction-card.closed-year[b-3sgala5fiy] {
        background: rgb(69,74,68);
        background: linear-gradient(54deg, rgba(69,74,68,1) 0%, rgba(130,168,171,1) 100%);
    }

    .transaction-card.closed[b-3sgala5fiy] {
        background: rgb(69,74,68);
        background: linear-gradient(54deg, rgba(69,74,68,1) 0%, rgba(130,144,171,1) 100%);
    }

    .transaction-card.archived[b-3sgala5fiy] {
        background: rgb(75,75,75);
        background: linear-gradient(54deg, rgba(75,75,75,1) 0%, rgba(209,209,209,1) 100%);
    }

    .transaction-card.failed[b-3sgala5fiy] {
        background: rgb(75,75,75);
        background: linear-gradient(54deg, rgba(75,75,75,1) 0%, rgba(172,55,55,1) 100%);
    }

@media (max-width: 767.98px) {
    .transaction-card-holder[b-3sgala5fiy] {
        justify-content: initial;
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .filter-toolbar[b-3sgala5fiy] {
        flex-wrap: wrap;
    }

    .transaction-card[b-3sgala5fiy] {
        width: calc(33% - 10px);
        margin: 5px;
    }
}
/* /Shared/Chat/ChatBarComponent.razor.rz.scp.css */
.chat-card[b-go6c60ujiu] {
    cursor: pointer;
    font-size: 1rem;
    border-radius: var(--bs-border-radius-lg);
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity));
    margin-bottom: 1rem;
    margin-top: 1rem;
    --bs-border-width: 1px;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.chat-card-header[b-go6c60ujiu] {
    background: #eee;
    padding: 10px;
}

.chat-card-body[b-go6c60ujiu] {
    padding: .75rem;
}

    .chat-card.unreplied[b-go6c60ujiu] {
        border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    }

    .chat-card:hover[b-go6c60ujiu] {
        border-color: yellow;
        background: lightyellow;
    }

    .chat-card:hover .fg-faded[b-go6c60ujiu] {
        mask-image: none;
    }
/* /Shared/Chat/ChatContainer.razor.rz.scp.css */
.post[b-hetgl3n98q] {
    position: relative;
    font-size: 1.1em;
    box-shadow: 0 2px 3px rgb(55 63 67 / 16%);
    color: #41464b;
    padding: 15px;
    margin: 10px 0;
    background: #fff;
    color: black;
    width: 80%;
    padding: 15px;
}

    .post.other[b-hetgl3n98q] {
        background: rgb(226,225,231);
        background: linear-gradient(125deg, rgba(226,225,231,1) 0%, rgba(201,201,201,1) 100%);
        color: black;
        border-radius: 0 1rem 1rem 1rem;
    }

        .post.other[b-hetgl3n98q]:after {
            content: '';
            position: absolute;
            left: -10px;
            top: 0;
            width: 0;
            height: 0;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #e2e1e7;
        }

    .post.mine[b-hetgl3n98q] {
        background: rgb(23,129,247);
        background: linear-gradient(305deg, rgba(23,129,247,1) 0%, rgba(53,106,164,1) 100%);
        color: white;
        margin-left: 20%;
        border-radius: 1rem 1rem 0 1rem;
    }

        .post.mine[b-hetgl3n98q]:after {
            content: '';
            position: absolute;
            right: -10px;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-left: 10px solid #1781f7;
        }

.user[b-hetgl3n98q] {
    font-size: 0.7em;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #efefef;
    margin: 0 -15px;
}
/* /Shared/Feedback/AppCommentButton.razor.rz.scp.css */
.btn-overlay[b-xsxle8xo8b] {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
/* /Shared/Main/FooterComponent.razor.rz.scp.css */
[b-85top4tiqo] a {
    color: gray;
}

    [b-85top4tiqo] a:hover {
        text-decoration: underline;
    }

    [b-85top4tiqo] a:hover, [b-85top4tiqo] a.active {
        color: #ed1c24;
    }
/* /Shared/Main/HomeFooterComponent.razor.rz.scp.css */
[b-n7a2q93avv] a {
    color: gray;
}
    [b-n7a2q93avv] a:hover {
        text-decoration: underline;
    }

    [b-n7a2q93avv] a:hover, [b-n7a2q93avv] a.active {
        color: #ed1c24;
    }
/* /Shared/Main/MainLayout.razor.rz.scp.css */
/* /Shared/Office/BackToTopButton.razor.rz.scp.css */
.btn-overlay[b-b8tcy62ff9] {
    position: fixed;
    bottom: 60px;
    right: 15px;
}
/* /Shared/Toolbox/AppToolboxButton.razor.rz.scp.css */
.btn-overlay[b-qpbe0koeby] {
    position: fixed;
    bottom: 15px;
    right: 65px;
}
/* /Shared/UI/DevelopmentBar.razor.rz.scp.css */
.devbar[b-1c2q4jsjl1] {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
    z-index: 999;
    color: white;
    font-size: 16px;
    background: linear-gradient(180deg, rgba(227,144,28,1) 0%, rgba(252,211,24,1) 100%);
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-align: center;
}
/* /Shared/UI/DocCenterComponent.razor.rz.scp.css */
.FileDropAreaHover[b-j7pismdf9r] {
    border: 2px solid green;
}
/* /Shared/UI/DropZone.razor.rz.scp.css */
.dropzone[b-gkpt9uz6wh] {
    border: 2px dashed transparent;
    outline: 1px dashed lightgray;
    min-height: 100px;
    height: calc(100% - 54px);
    border-radius: 15px;
}

    .dropzone.drop-allowed[b-gkpt9uz6wh] {
        border-color: green;
    }

    .dropzone.drop-blocked[b-gkpt9uz6wh] {
        border-color: red;
    }
/* /Shared/UI/FileDropZone.razor.rz.scp.css */
.dropzone[b-z3b9oansy1] {
    border: 2px dashed transparent;
    outline: 1px dashed lightgray;
    height: calc(100% - 54px);
    border-radius: 15px;
}

    .dropzone.drop-allowed[b-z3b9oansy1] {
        border-color: green;
    }

    .dropzone.drop-blocked[b-z3b9oansy1] {
        border-color: red;
    }
/* /Shared/UI/Flyout.razor.rz.scp.css */
.flyout[b-2xoco71haf] {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    bottom: 0;
    background: white;
    z-index: 9999;
}

.flyout-bg[b-2xoco71haf] {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 12;
}
/* /Shared/UI/MapComponent.razor.rz.scp.css */
.map[b-hji2quinc3] {
    pointer-events: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

    .map > div[b-hji2quinc3] {
        width: 100%;
        height: 20vw;
        cursor: pointer
    }

@media (max-width: 767.98px) {
    .map[b-hji2quinc3] {
        align-items: center;
    }

        .map > div[b-hji2quinc3] {
            height: 200px;
        }
}
/* /Shared/UI/PhotoEditComponent.razor.rz.scp.css */
img.profile-photo-lg[b-f5csn2xng0] {
    border-radius: 50%;
    height: 100%;
    max-height: 500px;
}
/* /Shared/UI/PopupBar.razor.rz.scp.css */
.bbox-popup-bar[b-uhl5ht4fy8] {
    width: 425px;
    border: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 4px;
    top: calc(100% - 65px);
    right: 125px;
    position: fixed;
    z-index: 1000;
    background: white;
    padding: 15px;
    border-radius: 1rem 1rem 0 0;
    overflow: auto;
    transition: 0.15s linear;
}

.bbox-popup-bar.opened[b-uhl5ht4fy8] {
    bottom: 0;
    top: 200px;
    transition: 0.15s linear;
}
/* /Shared/UI/ProfileImage.razor.rz.scp.css */
.profile-photo[b-wv9sp7byip] {
    border: 1px solid gray;
    border-radius: 50%;
}

.profile-photo-default[b-wv9sp7byip] {
    width: 35px;
    height: 35px;
}

.profile-photo-large[b-wv9sp7byip] {
    width: 55px;
    height: 55px;
}

.profile-photo-small[b-wv9sp7byip] {
    width: 21px;
    height: 21px;
}

.state-pip[b-wv9sp7byip] {
    border-radius: 50%;
    border: 1px solid gray;
    position: absolute;
    bottom: -8px;
    right: 0px;
    width: 8px;
    height: 8px;
}

.online[b-wv9sp7byip] {
    background: green;
}

.offline[b-wv9sp7byip] {
    background: white;
}
/* /Shared/UI/UploadBox.razor.rz.scp.css */
.FileDropArea[b-btc0n6o4xg] {
    border: 2px dashed #ddd;
    background: #f6f6f6;
    padding: 50px 50px;
    margin: 15px;
    border-radius: 20px;
}

.FileDropArea:has(img)[b-btc0n6o4xg] {
    padding: 5px;
}

.FileDropAreaHover[b-btc0n6o4xg] {
    border-color: green;
}
/* /Shared/UI/UploadBox2.razor.rz.scp.css */
.FileDropArea[b-0v0ngi2il6] {
    border: 2px dashed #ddd;
    background: #f6f6f6;
    padding: 50px 50px;
    margin: 15px;
    border-radius: 20px;
}

.FileDropArea:has(img)[b-0v0ngi2il6] {
    padding: 5px;
}

.FileDropAreaHover[b-0v0ngi2il6] {
    border-color: green;
}
