@import '_content/Shitfolio.Components/Shitfolio.Components.bundle.scp.css';

/* _content/Shitfolio.Web/Components/Layout/Logo.razor.rz.scp.css */
.logo a[b-6t689ey8hw] {
    font-weight: 900;
    font-size: x-large;
    text-decoration: none;
}

    .logo a:hover[b-6t689ey8hw] {
        text-decoration: none !important;
        color: #ffffff !important;
    }
/* _content/Shitfolio.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-afk1xceew1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-afk1xceew1] {
    flex: 1;
}

.sidebar[b-afk1xceew1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-afk1xceew1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-afk1xceew1]  a, .top-row .btn-link[b-afk1xceew1] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-afk1xceew1] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-afk1xceew1] {
        display: none;
    }

    .top-row.auth[b-afk1xceew1] {
        justify-content: space-between;
    }

    .top-row a[b-afk1xceew1], .top-row .btn-link[b-afk1xceew1] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-afk1xceew1] {
        flex-direction: row;
    }

    .sidebar[b-afk1xceew1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-afk1xceew1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-afk1xceew1], article[b-afk1xceew1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Shitfolio.Web/Components/Layout/Menu/Left/Core.razor.rz.scp.css */
.navbar[b-qnf52l7qr5] {
    height: 54px !important;
    color: #d0cece !important;
}

.sidebar-container[b-qnf52l7qr5] {
    overflow: auto;
    height: calc(100svh - 54px);
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
*[b-qnf52l7qr5] {
    scrollbar-width: auto;
    scrollbar-color: #dbdbdb #343a40;
}

    /* Chrome, Edge, and Safari */
    *[b-qnf52l7qr5]::-webkit-scrollbar {
        width: 8px;
    }

    *[b-qnf52l7qr5]::-webkit-scrollbar-track {
        background: #343a40;
    }

    *[b-qnf52l7qr5]::-webkit-scrollbar-thumb {
        background-color: #dbdbdb;
        border-radius: 10px;
        border: 3px solid #343a40;
    }

.navbar .nav-item:hover[b-qnf52l7qr5] {
    background-color: #000000;
    cursor: pointer;
    color: #ffffff !important;
    text-decoration: none !important;
}

.navbar .nav-item .nav-link[b-qnf52l7qr5] {
    color: #d0cece !important;
    height: 54px !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
}

    .navbar .nav-item .nav-link:hover[b-qnf52l7qr5] {
        color: #ffffff !important;
    }



.sidebar .bottom[b-qnf52l7qr5] {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: center;
    color: #f1f1f1;
    font-weight: bold;
    align-items: center;
    gap: 15px;
}


.sidebar .nav-item.crew[b-qnf52l7qr5] {
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #979b9e;
}

    .sidebar .nav-item.crew a[b-qnf52l7qr5] {
        color: rgb(255 255 255);
        background: #1b66b1;
    }

.btn-download-oc[b-qnf52l7qr5] {
    height: 53px;
    border-radius: 3px;
    padding: 15px;
    background-color: #007aff;
    display: flex;
    align-items: center;
    flex-direction: row;
    color: white;
    margin: 0px 12px;
    margin-bottom: 5px;
    justify-content: space-between;
    cursor: pointer;
}

    .btn-download-oc:hover[b-qnf52l7qr5] {
        background-color: #007affc7;
    }
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Forgot_Password/Core.razor.rz.scp.css */
.message-to-user[b-gx6qamwsph] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Forgot_Password/Reset_password.razor.rz.scp.css */
.message-to-user[b-ihd66swdr3] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Login/Core.razor.rz.scp.css */
@keyframes blink-b-pz6r3hkb0c {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-does-not-exist[b-pz6r3hkb0c] {
    animation: blink-b-pz6r3hkb0c 0.7s infinite;
    color: red;
    text-align: center;
    padding: 6px;
    width: 100%;
    background-color: #bbbbbb76;
    height: 35.75px;
}

.blinking[b-pz6r3hkb0c] {
    animation: blink-b-pz6r3hkb0c 0.7s infinite;
    color: #1171ba;
}
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Logout/Core.razor.rz.scp.css */
.loading[b-z5ij0b0s3d] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Otp__Register__and__Forgot_password/Core.razor.rz.scp.css */
.container-otp[b-dkb8sn2tjg] {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
}

    .container-otp input[b-dkb8sn2tjg] {
        width: 45px;
        height: 45px;
        font-size: x-large;
        text-align: center;
        color: #343a40;
        border-radius: 5px;
        border: 1px solid #343a40;
    }

    .container-otp.x_Blink__Failed input[b-dkb8sn2tjg] {
        background-color: #ff0000 !important;
        color: #ffffff !important;
        border: 1px solid #ff0000;
    }

    .container-otp.x_Blink__Success input[b-dkb8sn2tjg] {
        background-color: #185a20 !important;
        color: #ffffff !important;
        border: 1px solid #185a20;
    }

    .container-otp input.x_Value_is_inserted[b-dkb8sn2tjg] {
        background-color: #343a40;
        color: #ffffff;
    }


/* Chrome, Safari, Edge, Opera */
input[b-dkb8sn2tjg]::-webkit-outer-spin-button,
input[b-dkb8sn2tjg]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-dkb8sn2tjg] {
    -moz-appearance: textfield;
}


@keyframes blink-b-dkb8sn2tjg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.x_Blink__Failed[b-dkb8sn2tjg] {
    animation: blink-b-dkb8sn2tjg 0.3s infinite;
}

.x_Blink__Success[b-dkb8sn2tjg] {
    animation: blink-b-dkb8sn2tjg 0.3s infinite;
}

.message-to-user[b-dkb8sn2tjg] {
    text-align: center;
    min-height: 30px;
    margin-top: 10px;
}

.card-body[b-dkb8sn2tjg] {
    min-height: 255px;
}
/* _content/Shitfolio.Web/Components/Pages/Anonymous/Accounts/Register/Core.razor.rz.scp.css */
@keyframes blink-b-vot0fzqhz7 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.user-exist[b-vot0fzqhz7] {
    animation: blink-b-vot0fzqhz7 0.7s infinite;
    color: red;
    text-align: center;
    padding: 5px;
    width: 100%;
    background-color: #bbbbbb76;
    height: 35.75px;
}

.blinking[b-vot0fzqhz7] {
    animation: blink-b-vot0fzqhz7 0.7s infinite;
    color: #1171ba;
}
/* _content/Shitfolio.Web/Components/Pages/Fiat/Core.razor.rz.scp.css */
/* _content/Shitfolio.Web/Components/Pages/Fiat/Select.razor.rz.scp.css */
.list-group[b-12v0bsv715] {
    
    overflow: auto;
}

.list-group-item:hover[b-12v0bsv715] {
    cursor: pointer;
    background-color: #f5f5f5;
}

.selectd[b-12v0bsv715] {
    background-color: #1a42f9 !important;
    color: #ffffff !important;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Crypto/Crypto_Add_Edit.razor.rz.scp.css */
.container-quantity[b-1n20hjd8tk] {
    display: flex;
    gap: 15px;
    padding: 20px 0px;
    justify-content: center;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.action-button[b-1n20hjd8tk] {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: column;
}

.action-save[b-1n20hjd8tk] {
    height: calc(100svh - 290px);
    display: flex;
    align-items: flex-end;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Crypto/Select.razor.rz.scp.css */
.list-group[b-6ywgno71ea] {
    height: calc(100svh - 130px);
  
    margin-top: 15px;
    overflow: auto;
}

.list-group-item:hover[b-6ywgno71ea] {
    cursor: pointer;
    background-color: #e1e1e1;
    
}

.selectd[b-6ywgno71ea] {
    background-color: #000000 !important;
    color: #ffffff !important;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Fear_and_Greed/Core.razor.rz.scp.css */
th[b-v2r9nv1uuu] {
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    min-width: 45px;
    align-content: flex-start;
}

td[b-v2r9nv1uuu] {
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    align-content: center;
}

.title[b-v2r9nv1uuu] {
    display: flex;
    background-color: #212529;
    padding: 0px 27px;
    align-items: center;
    border: 1px solid #373b3e;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Forex/Core.razor.rz.scp.css */
.forex-container[b-htkeyi6clt] {
}

.forex-item[b-htkeyi6clt] {
    border-radius: 0px;
    position: relative;
    height: 35px;
    border: 1px solid #595959;
}

    .forex-item:hover .btn-delete[b-htkeyi6clt] {
        visibility: visible;
    }

    .forex-item div[b-htkeyi6clt] {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

.box[b-htkeyi6clt] {
    height: 33px;
    width: 100%;
    padding: 0px 5px;
}

    .box.from[b-htkeyi6clt] {
        background-color: #000000;
        width: 80px;
    }

    .box.to[b-htkeyi6clt] {
        background-color: #252422;
        width: 80px;
    }

    .box.rate[b-htkeyi6clt] {
        background-color: #535353;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

.forex-container .btn-delete[b-htkeyi6clt]::before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
}

.forex-container .btn-delete[b-htkeyi6clt] {
    width: 34px;
    height: 34px;
    border: none;
    background-color: #ff0000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
}

    .forex-container .btn-delete:hover[b-htkeyi6clt] {
        background-color: #ff0000;
    }

    .forex-container .btn-delete:active[b-htkeyi6clt] {
        background-color: #790b0b;
    }

.btn-from[b-htkeyi6clt] {
    background-color: #000000 !important;
    color: white !important;
    width: 56.95px;
    border: 1px solid;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Forex/Select.razor.rz.scp.css */
.list-group[b-gozmb0qjtb] {
    height: calc(100svh - 130px);
    margin-top: 15px;
    overflow: auto;
}

.list-group-item:hover[b-gozmb0qjtb] {
    cursor: pointer;
    background-color: #e1e1e1;
}

.selectd[b-gozmb0qjtb] {
    background-color: #000000 !important;
    color: #ffffff !important;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Indicators/Core.razor.rz.scp.css */
th[b-52tf4phnfk] {
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    min-width: 50px;
    align-content: flex-start;
}

td[b-52tf4phnfk] {
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    align-content: center;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Portfolio/Core.razor.rz.scp.css */


.card .card-body[b-9eztjoi5r1] {
    background-color: rgb(239, 239, 239) !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0px;
}

    .card .card-body.add-new[b-9eztjoi5r1] {
        background-color: rgb(239, 239, 239) !important;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        padding: 10px;
        height: 119px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .card .card-body.add-new:active[b-9eztjoi5r1] {
            background-color: rgb(222, 222, 222) !important;
            color: black !important;
        }


.card .card-header[b-9eztjoi5r1] {
    background-color: rgb(52, 58, 64) !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #ffffff;
    padding: 5px 10px;
}

.card .card-footer[b-9eztjoi5r1] {
    color: rgb(239, 239, 239);
    font-weight: bolder;
    text-align: left;
    background: rgb(52, 58, 64);
    padding: 0px 3px 0px 3px;
    height: 40px;
}

.blinking-number-red[b-9eztjoi5r1] {
    animation: quick-blink-red-b-9eztjoi5r1 0.7s linear 3;
}

@keyframes quick-blink-red-b-9eztjoi5r1 {
    0%, 100% {
        opacity: 1;
        color: #ff2020;
    }

    25%, 75% {
        opacity: 1;
        color: #ff2020;
    }
}

.blinking-number-green[b-9eztjoi5r1] {
    animation: quick-blink-green-b-9eztjoi5r1 0.7s linear 3;
}

@keyframes quick-blink-green-b-9eztjoi5r1 {
    0%, 100% {
        opacity: 1;
        color: #38c13a;
    }

    25%, 75% {
        opacity: 1;
        color: #38c13a;
    }
}

.footer-menu[b-9eztjoi5r1] {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    gap: 2px;
    background-color: black;
}

    .footer-menu .item[b-9eztjoi5r1] {
        font-weight: bold;
        height: 40px;
        flex: 1;
        background-color: #212529 !important;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .footer-menu .item.coin[b-9eztjoi5r1] {
            background-color: #245b41 !important;
        }

        .footer-menu .item.fiat[b-9eztjoi5r1] {
            background-color: #132faf !important;
        }

        .footer-menu .item.coin:active[b-9eztjoi5r1] {
            background-color: #024526 !important;
        }

        .footer-menu .item.fiat:active[b-9eztjoi5r1] {
            background-color: #0524ae !important;
        }

.btn-order-container[b-9eztjoi5r1] {
    display: none;
}

    .btn-order-container .btn-order[b-9eztjoi5r1] {
        display: flex;
        gap: 2px;
    }

        .btn-order-container .btn-order .btn-left[b-9eztjoi5r1]::before {
            content: '\f053'; /* Font Awesome icon code for fa-right-long */
            font-family: 'Font Awesome 6 Free'; /* Font Awesome font family */
            font-weight: 900; /* Use the solid version of the icon */
            display: inline-block;
            font-size: 16px; /* Adjust icon size */
        }

        .btn-order-container .btn-order .btn-right[b-9eztjoi5r1]::before {
            content: '\f054'; /* Font Awesome icon code for fa-left-long */
            font-family: 'Font Awesome 6 Free'; /* Font Awesome font family */
            font-weight: 900; /* Use the solid version of the icon */
            display: inline-block;
            font-size: 16px; /* Adjust icon size */
        }

        .btn-order-container .btn-order .btn-left[b-9eztjoi5r1],
        .btn-order-container .btn-order .btn-right[b-9eztjoi5r1] {
            width: 34px;
            height: 34px;
            border: none;
            background-color: #212529;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
        }

            .btn-order-container .btn-order .btn-left:hover[b-9eztjoi5r1],
            .btn-order-container .btn-order .btn-right:hover[b-9eztjoi5r1] {
                background-color: black;
            }

            .btn-order-container .btn-order .btn-left:active[b-9eztjoi5r1],
            .btn-order-container .btn-order .btn-right:active[b-9eztjoi5r1] {
                background-color: #212529;
            }

.btn-chart-container[b-9eztjoi5r1] {
    display: none;
    display: flex;
    gap: 2px;
}

.btn-chart[b-9eztjoi5r1] {
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #212529;
}

    .btn-chart:hover[b-9eztjoi5r1] {
        background-color: black;
    }






@media (max-width: 768px) {
    .btn-order-container .btn-order .btn-left[b-9eztjoi5r1]::before {
        content: '\f106'; /* Font Awesome icon code for fa-down-long */
    }

    .btn-order-container .btn-order .btn-right[b-9eztjoi5r1]::before {
        content: '\f107'; /* Font Awesome icon code for fa-up-long */
    }
}

.color-gold[b-9eztjoi5r1] {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}


.flex-container[b-9eztjoi5r1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); /* Fill rows dynamically */
    gap: 10px; /* Consistent spacing between items */
    margin-bottom: 15px;
    justify-content: start; /* Align grid items to the start */
}

.flex-item[b-9eztjoi5r1] {
    box-sizing: border-box;
}


.btn-chart-container[b-9eztjoi5r1] {
    display: none;
}

.chart-link[b-9eztjoi5r1] {
    color: #ebebeb;
}

    .chart-link:hover[b-9eztjoi5r1] {
        color: #ffffff;
    }

.quantity[b-9eztjoi5r1] {
    display: block;
}


.card:hover .btn-order-container[b-9eztjoi5r1] {
    display: block;
}

.card:hover .btn-chart-container[b-9eztjoi5r1] {
    display: block;
}

.card:hover .quantity[b-9eztjoi5r1] {
    display: none;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Portfolio/Portfolio_Add.razor.rz.scp.css */
.list-group[b-rpdahbc2m4] {
    margin-top: 15px;
    overflow: auto;
}

.list-group-item:hover[b-rpdahbc2m4] {
    cursor: pointer;
    background-color: #cecece;
}

.selectd[b-rpdahbc2m4] {
    background-color: #000000 !important;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Precious_metals/Core.razor.rz.scp.css */
th[b-1eb7lsrmxx] {
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    align-content: flex-start;
}

td[b-1eb7lsrmxx] {
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    align-content: center;
}

.flex-container[b-1eb7lsrmxx] {
    display: flex;
    justify-content: flex-start;
    background-color: #212529;
    gap: 8px;
    padding: 0px;
    flex: 1;
    flex-grow: 1;
    border: 1px solid #373b3e;
    flex-direction: column;
}

.gold[b-1eb7lsrmxx] {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    min-width: 157px;
    color: #FFFFFF;
    gap: 5px;
    padding: 0px 0px 0px 10px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.silver[b-1eb7lsrmxx] {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    min-width: 157px;
    color: #FFFFFF;
    gap: 5px;
    padding: 0px 0px 0px 10px;
    background: radial-gradient(ellipse farthest-corner at right bottom, #CFCFCF 0%, #B8B8B8 8%, #A0A0A0 30%, #888888 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #E0E0E0 8%, #B0B0B0 25%, #707070 62.5%, #707070 100%);
}

.s-and-p[b-1eb7lsrmxx] {
    background-color: black;
    color: #FFFFFF;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Shitfolio.Web/Components/Pages/Home/Stable_Coins/Core.razor.rz.scp.css */
.small-m[b-cwckm3tcsl] {
    font-size: x-small;
    margin-left: 3px;
}

th[b-cwckm3tcsl] {
    text-align: center;
    white-space: nowrap;
    line-height: 15px;
    align-content: flex-start;
}
/* _content/Shitfolio.Web/Components/Pages/Home/World_Clock/Add.razor.rz.scp.css */
.list-group[b-0kelk3hyau] {
    overflow: auto;
}

.list-group-item:hover[b-0kelk3hyau] {
    cursor: pointer;
    background-color: #f5f5f5;
}

.selectd[b-0kelk3hyau] {
    background-color: #1a42f9 !important;
    color: #ffffff !important;
}
/* _content/Shitfolio.Web/Components/Pages/Home/World_Clock/Core.razor.rz.scp.css */
.container-flex[b-77db4ik9nt] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.flex-item[b-77db4ik9nt] {
    background-color: #2c3034;
    padding: 10px;
    min-width: 170px;
    flex-grow: unset !important;
    border-radius: 4px;
    border: 1px solid #595959;
}

.name[b-77db4ik9nt] {
    text-align: center;
    height: 40px;
    line-height: 18px;
    font-size: larger;
    white-space: nowrap;
}

.city[b-77db4ik9nt] {
    color: #b7b7b7;
    font-size: small;
    font-weight: lighter;
}

.clock[b-77db4ik9nt] {
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    line-height: 20px;
    position: relative;
}

.day[b-77db4ik9nt] {
    position: absolute;
    left: -2px;
    top: 1px;
    font-weight: lighter;
    font-size: 15px;
    color: #858585;
}

.flex-item.add[b-77db4ik9nt] {
    height: 82px;
    display: flex;
    align-items: center;
    min-width: 100px !important;
    justify-content: space-around;
    background-color: #1c1e21;
}

    .flex-item.add:hover[b-77db4ik9nt] {
        color: #fff;
        border-color: #e2e6ea;
        cursor: pointer;
    }

    .flex-item.add:active[b-77db4ik9nt] {
        box-shadow: 0 0 0 0.25rem rgba(226, 230, 234, 0.5);
    }

@media (max-width: 600px) {
    .flex-item[b-77db4ik9nt] {
        flex-grow: 1;
    }

    .container-flex[b-77db4ik9nt] {
        flex-wrap: nowrap;
        overflow: auto;
    }
}

.time[b-77db4ik9nt] {
    position: relative
}

.indicators[b-77db4ik9nt] {
    height: 13px;
    width: 13px;
    position: absolute;
    right: 0px;
    border-radius: 50%;
    top: 2px;
}



.flex-item[b-77db4ik9nt] {
    position: relative;
}

    .flex-item:hover .btn-delete[b-77db4ik9nt] {
        visibility: visible;
    }


    .flex-item .btn-delete[b-77db4ik9nt]::before {
        content: '\f00d';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        display: inline-block;
        font-size: 16px;
    }

    .flex-item .btn-delete[b-77db4ik9nt] {
        width: 34px;
        height: 34px;
        border: none;
        background-color: #ff0000;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        position: absolute;
        top: 0;
        right: 0;
        visibility: hidden;
    }

        .flex-item .btn-delete:hover[b-77db4ik9nt] {
            background-color: #ff0000;
        }

        .flex-item .btn-delete:active[b-77db4ik9nt] {
            background-color: #790b0b;
        }
/* _content/Shitfolio.Web/Components/Pages/Logs/Core.razor.rz.scp.css */
.web[b-0hlalouxx4] {
    width: 100%;
    height: calc(100svh - 185px);
    overflow: auto;
}

pre[b-0hlalouxx4] {
    white-space: pre;
}

.div-action[b-0hlalouxx4] {
    padding: 5px 8px;
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.btn-light[b-0hlalouxx4] {
    background-color: #0863a5 !important;
    color: white;
    border-color: #1564a2;
}

    .btn-light:hover[b-0hlalouxx4] {
        background-color: #0e73bd !important;
        color: white;
    }

.title[b-0hlalouxx4] {
    margin-right: 30px;
    display: inline-flex;
    justify-content: space-around;
    color: #222222;
    font-weight: bolder;
    font-size: small;
    border-bottom: 4px solid #343a40;
}

.nav-tabs .nav-link.active[b-0hlalouxx4] {
    color: #fff !important;
    background-color: #343a40 !important;
}
