@import '_content/companies_portal/companies_portal.dy4hqfuxu7.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';
@import '_content/ui_library/ui_library.nq08utsfwo.bundle.scp.css';

/* _content/LandingPageProject/Components/Edu/EduPage.razor.rz.scp.css */
/* Categories */
.categories[b-kw20u7wcof] {
    margin: 70px 0 10px 0;
}
.categories[b-kw20u7wcof]  .btn {
    border: none;
    color: #615D66;
    background-color: #EBE9ED;
    margin-inline-end: 10px;
    margin-top: 10px
}
.categories[b-kw20u7wcof]  .btn.selected {
    color: #C34A36;
    background: linear-gradient(265.07deg, #FEF0ED 0%, #FDDCD7 94.39%);
}

/* Category items */
.category-items[b-kw20u7wcof] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

/* Category item */
.category-item[b-kw20u7wcof] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    height: 300px;
}
.category-items .category-item[b-kw20u7wcof] {
    height: 33vh;
}
@media(min-width: 576px) {
    .category-items .category-item[b-kw20u7wcof] {
        width: 50%;
    }
}
@media(min-width: 992px) {
    .category-items .category-item[b-kw20u7wcof] {
        width: calc(100% / 3);
    }
}

.category-item .category-name[b-kw20u7wcof],
.category-item .duration[b-kw20u7wcof],
.category-item .title[b-kw20u7wcof],
.category-item .sub-title[b-kw20u7wcof] {
    text-align: start;
    margin-inline-start: 10px;
    z-index: 1;
}
.category-item .category-name[b-kw20u7wcof] {
    flex-grow: 10;
}
.category-item .category-name span[b-kw20u7wcof],
.category-item .duration span[b-kw20u7wcof] {
    display: inline-block;
    background-color: #2D2D2D99;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 5px 25px;
    opacity: 0.7;
}
.category-items .category-item .category-name[b-kw20u7wcof] {
    margin-top: 10px;
}
.category-items .category-item .duration[b-kw20u7wcof] {
    text-align: start;
    margin-inline-start: 10px;
    margin-bottom: 10px;
}
.category-item .title span[b-kw20u7wcof] {
    font-size: 40px;
    color: #FFFFFF;
}
.category-item .sub-title span[b-kw20u7wcof] {
    font-size: 24px;
    color: #B0A8B9;
}
.category-item .thumbnail[b-kw20u7wcof] {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 0px;
    border-radius: 10px;
    z-index: 0;
}
.category-item[b-kw20u7wcof]  .btn-open-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: none;
    color: silver;
    background-color: transparent;
    font-size: 64px;
    z-index: 2;
}
/* _content/LandingPageProject/Components/Sections/Join.razor.rz.scp.css */
.creat_account[b-x0cintg441] {
    color:   #2D2D2D ;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.form-container[b-x0cintg441] {
    margin-inline-start: 6vw;
    margin-inline-end: 3vw
}
.now[b-x0cintg441] {
    background: radial-gradient(391.6% 92.73% at 9.75% -33.33%, #4522BE 0%, #7C55EA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.online_meeting[b-x0cintg441] {
    display: block;
    padding-right: 5vw;
    padding-left: 5vw;
}

.person img[b-x0cintg441] {
    width: 30vw;
}



.person[b-x0cintg441] {
    inset-block-end: 11rem
}


.meeting_title[b-x0cintg441] {
    color:   #FFF ;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    line-height: 110%;
}


.meeting_subtitle[b-x0cintg441] {
    color:   #EEEDF0;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

@media (max-height: 688px) {
    .online_meeting[b-x0cintg441] {
        visibility: hidden !important;
    }

    .person[b-x0cintg441] {
        inset-block-end: 0 !important
    }


        .person img[b-x0cintg441] {
            width: 45vw !important;
            max-height: 80vh;
        }
}


/* _content/LandingPageProject/Layout/MainLayout.razor.rz.scp.css */
.page[b-nwh7454my4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nwh7454my4] {
    flex: 1;
}

.sidebar[b-nwh7454my4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nwh7454my4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nwh7454my4]  a, .top-row .btn-link[b-nwh7454my4] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nwh7454my4] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nwh7454my4] {
        display: none;
    }

    .top-row.auth[b-nwh7454my4] {
        justify-content: space-between;
    }

    .top-row a[b-nwh7454my4], .top-row .btn-link[b-nwh7454my4] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nwh7454my4] {
        flex-direction: row;
    }

    .sidebar[b-nwh7454my4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nwh7454my4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nwh7454my4], article[b-nwh7454my4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
