/* _content/HomePageClient/Components/Layout/Animation.razor.rz.scp.css */
*[b-gbe9tckoj1] {
    box-sizing: border-box;
}

@-webkit-keyframes move-dot1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    20% {
        transform: translateX(-50%) translateY(30%);
    }

    100% {
        transform: translateX(-50%) translateY(30%);
    }
}

@keyframes move-dot1-b-gbe9tckoj1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    20% {
        transform: translateX(-50%) translateY(30%);
    }

    100% {
        transform: translateX(-50%) translateY(30%);
    }
}

@-webkit-keyframes move-dot2 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    15% {
        transform: translateX(-50%) translateY(-10%);
    }

    30% {
        transform: translateX(-10%) translateY(-10%);
    }

    100% {
        transform: translateX(-10%) translateY(-10%);
    }
}

@keyframes move-dot2-b-gbe9tckoj1 {
    0% {
        transform: translateX(-50%) translateY(-50%);
    }

    15% {
        transform: translateX(-50%) translateY(-10%);
    }

    30% {
        transform: translateX(-10%) translateY(-10%);
    }

    100% {
        transform: translateX(-10%) translateY(-10%);
    }
}

body[b-gbe9tckoj1] {
    background: #eee;
}

.animation-example[b-gbe9tckoj1] {
    
    top: 50%;
    left: 50%;
    transform: translateX(-0%) translateY(-0%);
    height: 28vmin;
    width: 28vmin;
}

    .animation-example > .item[b-gbe9tckoj1] {
        position: absolute;
        top: 0;
        left: 50%;
        height: 50%;
        width: 50%;
        transform: translateX(-50%);
        transform-origin: 50% 100%;
        pointer-events: none;
    }

        .animation-example > .item:nth-child(2)[b-gbe9tckoj1] {
            transform: translateX(-50%) rotate(90deg);
        }

        .animation-example > .item:nth-child(3)[b-gbe9tckoj1] {
            transform: translateX(-50%) rotate(180deg);
        }

        .animation-example > .item:nth-child(4)[b-gbe9tckoj1] {
            transform: translateX(-50%) rotate(270deg);
        }

        .animation-example > .item > .line[b-gbe9tckoj1] {
            height: 100%;
            width: calc(50% + 1px);
            border-right: 2px dashed #5bc0eb;
        }

        .animation-example > .item > .dot[b-gbe9tckoj1] {
            position: absolute;
            left: 50%;
            top: 10%;
            transform: translateX(-50%) translateY(-50%);
            height: 100%;
            width: 100%;
            -webkit-animation: move-dot1 5.5s linear infinite;
            animation: move-dot1-b-gbe9tckoj1 5.5s linear infinite;
        }

            .animation-example > .item > .dot[b-gbe9tckoj1]::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                height: 5%;
                width: 5%;
                background: #fff;
                border: 2px solid #5bc0eb;
                border-radius: 50%;
            }

        .animation-example > .item > .circle[b-gbe9tckoj1] {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 20%;
            width: 20%;
            border-radius: 50%;
            background: #5bc0eb;
        }

        .animation-example > .item.-type2[b-gbe9tckoj1] {
            top: 0;
            left: 0;
            transform: none;
            transform-origin: 100% 100%;
        }

            .animation-example > .item.-type2:nth-child(5)[b-gbe9tckoj1] {
                transform: scaleX(-100%);
            }

            .animation-example > .item.-type2:nth-child(6)[b-gbe9tckoj1] {
                transform: scaleX(-100%) scaleY(-100%);
            }

            .animation-example > .item.-type2:nth-child(7)[b-gbe9tckoj1] {
                transform: scaleY(-100%);
            }

            .animation-example > .item.-type2 > .line[b-gbe9tckoj1] {
                position: absolute;
                top: 30%;
                left: calc(30% - 1px);
                width: 70%;
                height: 40%;
                border-right: none;
                border-left: 2px dashed #5bc0eb;
                border-bottom: 2px dashed #5bc0eb;
            }

            .animation-example > .item.-type2 > .dot[b-gbe9tckoj1] {
                top: 30%;
                left: 30%;
                -webkit-animation: move-dot2 4s linear infinite;
                animation: move-dot2-b-gbe9tckoj1 4s linear infinite;
            }

            .animation-example > .item.-type2 > .circle[b-gbe9tckoj1] {
                top: 30%;
                left: 30%;
                transform: translateX(-50%) translateY(-50%);
            }

        .animation-example > .item:nth-of-type(1) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 0;
            animation-delay: 0;
        }

        .animation-example > .item:nth-of-type(7) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
        }

        .animation-example > .item:nth-of-type(2) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 1s;
            animation-delay: 1s;
        }

        .animation-example > .item:nth-of-type(6) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
        }

        .animation-example > .item:nth-of-type(3) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 2s;
            animation-delay: 2s;
        }

        .animation-example > .item:nth-of-type(5) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .animation-example > .item:nth-of-type(4) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 3s;
            animation-delay: 3s;
        }

        .animation-example > .item:nth-of-type(8) > .dot[b-gbe9tckoj1] {
            -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
        }

    .animation-example > .center[b-gbe9tckoj1] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 50%;
        width: 50%;
    }

        .animation-example > .center > .circle[b-gbe9tckoj1] {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            border-radius: 50%;
        }

            .animation-example > .center > .circle:nth-child(1)[b-gbe9tckoj1] {
                height: 100%;
                width: 100%;
                background: #fff;
                box-shadow: 0 0 3vmin rgba(0, 0, 0, 0.1);
            }

            .animation-example > .center > .circle:nth-child(2)[b-gbe9tckoj1] {
                height: 80%;
                width: 80%;
                border: 2px solid #5bc0eb;
            }

            .animation-example > .center > .circle:nth-child(3)[b-gbe9tckoj1] {
                height: 50%;
                width: 50%;
                background: #5bc0eb;
            }
/* _content/HomePageClient/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xnaxx4lki4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xnaxx4lki4] {
    flex: 1;
}

.sidebar[b-xnaxx4lki4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xnaxx4lki4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xnaxx4lki4]  a, .top-row[b-xnaxx4lki4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xnaxx4lki4]  a:hover, .top-row[b-xnaxx4lki4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xnaxx4lki4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xnaxx4lki4] {
        justify-content: space-between;
    }

    .top-row[b-xnaxx4lki4]  a, .top-row[b-xnaxx4lki4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xnaxx4lki4] {
        flex-direction: row;
    }

    .sidebar[b-xnaxx4lki4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xnaxx4lki4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xnaxx4lki4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xnaxx4lki4], article[b-xnaxx4lki4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xnaxx4lki4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xnaxx4lki4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HomePageClient/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-28c4pw8and] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-28c4pw8and] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-28c4pw8and] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-28c4pw8and] {
    font-size: 1.1rem;
}

.bi[b-28c4pw8and] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-robot-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"white\" class=\"bi bi-robot\" viewBox=\"0 0 16 16\"> <path d=\"M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5M3 8.062C3 6.76 4.235 5.765 5.53 5.886a26.6 26.6 0 0 0 4.94 0C11.765 5.765 13 6.76 13 8.062v1.157a.93.93 0 0 1-.765.935c-.845.147-2.34.346-4.235.346s-3.39-.2-4.235-.346A.93.93 0 0 1 3 9.219zm4.542-.827a.25.25 0 0 0-.217.068l-.92.9a25 25 0 0 1-1.871-.183.25.25 0 0 0-.068.495c.55.076 1.232.149 2.02.193a.25.25 0 0 0 .189-.071l.754-.736.847 1.71a.25.25 0 0 0 .404.062l.932-.97a25 25 0 0 0 1.922-.188.25.25 0 0 0-.068-.495c-.538.074-1.207.145-1.98.189a.25.25 0 0 0-.166.076l-.754.785-.842-1.7a.25.25 0 0 0-.182-.135\"/> <path d=\"M8.5 1.866a1 1 0 1 0-1 0V3h-2A4.5 4.5 0 0 0 1 7.5V8a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1v1a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-1a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1v-.5A4.5 4.5 0 0 0 10.5 3h-2zM14 7.5V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7.5A3.5 3.5 0 0 1 5.5 4h5A3.5 3.5 0 0 1 14 7.5\"/> </svg>");
}

.bi-list-nested-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-android2-square-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"white\" class=\"bi bi-android2\" viewBox=\"0 0 16 16\"> <path d=\"m10.213 1.471.691-1.26q.069-.124-.048-.192-.128-.057-.195.058l-.7 1.27A4.8 4.8 0 0 0 8.005.941q-1.032 0-1.956.404l-.7-1.27Q5.281-.037 5.154.02q-.117.069-.049.193l.691 1.259a4.25 4.25 0 0 0-1.673 1.476A3.7 3.7 0 0 0 3.5 5.02h9q0-1.125-.623-2.072a4.27 4.27 0 0 0-1.664-1.476ZM6.22 3.303a.37.37 0 0 1-.267.11.35.35 0 0 1-.263-.11.37.37 0 0 1-.107-.264.37.37 0 0 1 .107-.265.35.35 0 0 1 .263-.11q.155 0 .267.11a.36.36 0 0 1 .112.265.36.36 0 0 1-.112.264m4.101 0a.35.35 0 0 1-.262.11.37.37 0 0 1-.268-.11.36.36 0 0 1-.112-.264q0-.154.112-.265a.37.37 0 0 1 .268-.11q.155 0 .262.11a.37.37 0 0 1 .107.265q0 .153-.107.264M3.5 11.77q0 .441.311.75.311.306.76.307h.758l.01 2.182q0 .414.292.703a.96.96 0 0 0 .7.288.97.97 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h1.343v2.182q0 .414.292.703a.97.97 0 0 0 .71.288.97.97 0 0 0 .71-.288.95.95 0 0 0 .292-.703v-2.182h.76q.436 0 .749-.308.31-.307.311-.75V5.365h-9zm10.495-6.587a.98.98 0 0 0-.702.278.9.9 0 0 0-.293.685v4.063q0 .406.293.69a.97.97 0 0 0 .702.284q.42 0 .712-.284a.92.92 0 0 0 .293-.69V6.146a.9.9 0 0 0-.293-.685 1 1 0 0 0-.712-.278m-12.702.283a1 1 0 0 1 .712-.283q.41 0 .702.283a.9.9 0 0 1 .293.68v4.063a.93.93 0 0 1-.288.69.97.97 0 0 1-.707.284 1 1 0 0 1-.712-.284.92.92 0 0 1-.293-.69V6.146q0-.396.293-.68\"/> </svg>");
}

.bi-medium-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"white\" class=\"bi bi-medium\" viewBox=\"0 0 16 16\"> <path d=\"M9.025 8c0 2.485-2.02 4.5-4.513 4.5A4.506 4.506 0 0 1 0 8c0-2.486 2.02-4.5 4.512-4.5A4.506 4.506 0 0 1 9.025 8m4.95 0c0 2.34-1.01 4.236-2.256 4.236S9.463 10.339 9.463 8c0-2.34 1.01-4.236 2.256-4.236S13.975 5.661 13.975 8M16 8c0 2.096-.355 3.795-.794 3.795-.438 0-.793-1.7-.793-3.795 0-2.096.355-3.795.794-3.795.438 0 .793 1.699.793 3.795\"/> </svg>");
}

.bi-googleplay-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"white\" class=\"bi bi-google-play\" viewBox=\"0 0 16 16\"> <path d=\"M14.222 9.374c1.037-.61 1.037-2.137 0-2.748L11.528 5.04 8.32 8l3.207 2.96zm-3.595 2.116L7.583 8.68 1.03 14.73c.201 1.029 1.36 1.61 2.303 1.055zM1 13.396V2.603L6.846 8zM1.03 1.27l6.553 6.05 3.044-2.81L3.333.215C2.39-.341 1.231.24 1.03 1.27\"/> </svg>");
}

.bi-filetext-nav-menu[b-28c4pw8and] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"white\" class=\"bi bi-file-text\" viewBox=\"0 0 16 16\"> <path d=\"M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5M5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z\"/> <path d=\"M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1\"/> </svg>");
}

.nav-item[b-28c4pw8and] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-28c4pw8and] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-28c4pw8and] {
        padding-bottom: 1rem;
    }

    .nav-item[b-28c4pw8and]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-28c4pw8and]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-28c4pw8and]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-28c4pw8and] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-28c4pw8and] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-28c4pw8and] {
        display: none;
    }

    .nav-scrollable[b-28c4pw8and] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HomePageClient/Components/Pages/Home.razor.rz.scp.css */
.cosmob-base-card.card[b-fbjgmgd218] {
    border: none;
}

.home-page-wrapper[b-fbjgmgd218] {
    background-color: #15245d; 
    background-image: url("/images/cosmob_studios_big.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.cosmob-card-wrapper[b-fbjgmgd218] {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1200px;
}

.cosmob-base-card[b-fbjgmgd218] {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qr-card-content[b-fbjgmgd218] {
    text-align: center;
}

.qr-code-img[b-fbjgmgd218] {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.qr-code-caption[b-fbjgmgd218] {
    color: white;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.text-card-content[b-fbjgmgd218] {

}

    .text-card-content .card-title[b-fbjgmgd218] {
        font-size: clamp(2rem, 5vw, 3rem);
        text-align: center;
    }

    .text-card-content .card-text[b-fbjgmgd218],
    .text-card-content .fs-5[b-fbjgmgd218] {
        font-size: clamp(0.95rem, 2vw, 1.15rem);
        line-height: 1.6;
        text-align: left;
    }

    .text-card-content .card-subtitle[b-fbjgmgd218] {
        text-align: left;
        font-size: clamp(1.15rem, 2.5vw, 1.5rem);
    }

.cosmob-base-card strong[b-fbjgmgd218] {
    font-weight: bold;
}

.cosmob-base-card hr[b-fbjgmgd218] {
    border-color: rgba(255, 255, 255, 0.3) !important;
}

@media (max-width: 991.98px) {
    .cosmob-card-wrapper .col-lg-4[b-fbjgmgd218],
    .cosmob-card-wrapper .col-lg-8[b-fbjgmgd218] {
        margin-bottom: 20px;
    }

    .cosmob-base-card[b-fbjgmgd218] {
        padding: 1.5rem;
    }

    .text-card-content .card-title[b-fbjgmgd218] {
        font-size: clamp(1.8rem, 6vw, 2.8rem);
    }

    .text-card-content .card-text[b-fbjgmgd218],
    .cosmob-base-card .fs-5[b-fbjgmgd218] {
        font-size: clamp(0.9rem, 2.2vw, 1.1rem);
    }
}
/* _content/HomePageClient/Components/Pages/Inferencer.razor.rz.scp.css */
.bi[b-2wwbvwnfer] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-tree[b-2wwbvwnfer] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"green\" class=\"bi bi-tree-fill\" viewBox=\"0 0 16 16\"> <path d=\"M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777z\"/> </svg>");
}

.bi-radioactive[b-2wwbvwnfer] {
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" fill=\"red\" class=\"bi bi-radioactive\" viewBox=\"0 0 16 16\"> <path d=\"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8\"/> <path d=\"M9.653 5.496A3 3 0 0 0 8 5c-.61 0-1.179.183-1.653.496L4.694 2.992A5.97 5.97 0 0 1 8 2c1.222 0 2.358.365 3.306.992zm1.342 2.324a3 3 0 0 1-.884 2.312 3 3 0 0 1-.769.552l1.342 2.683c.57-.286 1.09-.66 1.538-1.103a6 6 0 0 0 1.767-4.624zm-5.679 5.548 1.342-2.684A3 3 0 0 1 5.005 7.82l-2.994-.18a6 6 0 0 0 3.306 5.728ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0\"/> </svg>");
}
