/* _content/NinjaCoding/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-634k65c4va] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-634k65c4va] {
    flex: 1;
}

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

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

    .top-row[b-634k65c4va]  a, .top-row[b-634k65c4va]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-634k65c4va]  a:hover, .top-row[b-634k65c4va]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-634k65c4va] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth[b-634k65c4va]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-634k65c4va], article[b-634k65c4va] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-634k65c4va] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-634k65c4va] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NinjaCoding/Features/ExploreSection/ExploreSection.razor.rz.scp.css */
.gradient-border[b-2ch8r5m8ph] {
    /* 1. Set a transparent border to define the border's thickness. */
    border: 1px solid transparent;
    /* 2. Define two background layers:
       - The first is the gradient for the border.
       - The second is the actual background color of the card. */
    background-image: linear-gradient(rgba(23,23,23,1), rgba(23,23,23,1)), linear-gradient(162.87deg, #FF6200 7.73%, #2F2614 87.39%);
    /* 3. Set the origin and clipping for the backgrounds. */
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.gradient-border-alt[b-2ch8r5m8ph] {
    border: 1.5px solid transparent;
    /* The first background is the card's color (bg-gray-900 -> #111827), 
       and the second is the new gradient for the border. */
    background-image: linear-gradient(rgba(23,23,23,1), rgba(23,23,23,1)), linear-gradient(109.07deg, #FF6200 2.25%, #323232 20.64%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}


/****** button ********/
.btn-custom-orange[b-2ch8r5m8ph] {
    background: rgba(13, 14, 20, 1);
    border: 0.77px solid rgba(255, 98, 0, 0.2);
    border-radius: 69px;
    box-shadow: 0px -6px 6px 0px rgba(255, 98, 0, 0.1) inset, 0px 6px 6px 0px rgba(255, 98, 0, 0.1) inset;
}


/****  icon in circle shaped container      ****/

.icon-circle-container[b-2ch8r5m8ph] {
    position: relative;
    width: 160px;
    height: 160px;
    margin-left: 30px;
}

.icon-circle-item[b-2ch8r5m8ph] {
    position: absolute;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
}

    .icon-circle-item:nth-child(1)[b-2ch8r5m8ph] {
        transform: rotate(270deg) translateX(80px) rotate(-270deg);
    }

    .icon-circle-item:nth-child(2)[b-2ch8r5m8ph] {
        transform: rotate(321.43deg) translateX(80px) rotate(-321.43deg);
    }

    .icon-circle-item:nth-child(3)[b-2ch8r5m8ph] {
        transform: rotate(12.86deg) translateX(80px) rotate(-12.86deg);
    }

    .icon-circle-item:nth-child(4)[b-2ch8r5m8ph] {
        transform: rotate(64.29deg) translateX(80px) rotate(-64.29deg);
    }

    .icon-circle-item:nth-child(5)[b-2ch8r5m8ph] {
        transform: rotate(115.72deg) translateX(80px) rotate(-115.72deg);
    }

    .icon-circle-item:nth-child(6)[b-2ch8r5m8ph] {
        transform: rotate(167.15deg) translateX(80px) rotate(-167.15deg);
    }

    .icon-circle-item:nth-child(7)[b-2ch8r5m8ph] {
        transform: rotate(218.58deg) translateX(80px) rotate(-218.58deg);
    }
/* _content/NinjaCoding/Features/HomePage/Components/ContactSection.razor.rz.scp.css */
/* Fix dropdown caret spacing */
#subject[b-7u520o5afb] {
    padding-right: 3rem !important;
    background-position: right 2rem center !important;
}


