/* _content/ITERPDocumentionWebsite/Components/Layout/DocsLayout.razor.rz.scp.css */

.Pages-con[b-auia9s44g8] {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.docs-con[b-auia9s44g8] {
    width: 100%;
    height: 100%;
    display: flex;
}

.tree-logo-con[b-auia9s44g8] {
    height: 100%;
    width: 20%;
    font-size: 1rem;
    background: #f0f0f0;
}

.logo-con[b-auia9s44g8]{
    height: 10%;
    padding: 5px;
    cursor: pointer;
}
.logo-con img[b-auia9s44g8] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tree-con[b-auia9s44g8] {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-size: 1rem;
    color: #626262;
    overflow-y: auto;
    height: 90%;
}

.content-con[b-auia9s44g8] {
    width: 80%;
    border: 1px solid #EEE;
    padding: 25px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #5e5e5e 
}



@media all and (max-width:1150px){
    .tree-logo-con[b-auia9s44g8] {
        display: none;
    }

    .content-con[b-auia9s44g8] {
        width: 100%;
    }

    .content-con .content[b-auia9s44g8] {
        margin-top: 50px;
    }
}
/* _content/ITERPDocumentionWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-46q1r2rmah] {
    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-46q1r2rmah] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/Accounting/Accounting.razor.rz.scp.css */

ul li[b-itr2hp0jtk]{
    margin-top: 10px;
    margin-bottom: 10px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/EmployeesPortal/EmployeeDashboard.razor.rz.scp.css */

ul li[b-65bq4nti52]{
    margin-top: 10px;
    margin-bottom: 20px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/EmployeesPortal/EmployeePortal.razor.rz.scp.css */

ul li[b-kfdyffsufv]{
    margin-top: 10px; 
    margin-bottom: 10px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/General/General.razor.rz.scp.css */

ul li[b-kzimr8xcoz]{
    margin-top: 10px;
    margin-bottom: 20px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/HeadingNavigator.razor.rz.scp.css */

.heading-nav-con[b-vb6f68zqv9] {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin: 2px;
    align-items: center;
    position: absolute;
    top: 0;
    background: #FFF;
    opacity: 0.9;
    margin-bottom: 50px;
}

.heading-nav-con a[b-vb6f68zqv9] {
    margin: 5px;
    border: 1px solid #08546C;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}


@media all and (min-width:1150px) {
    .heading-nav-con[b-vb6f68zqv9]{
        display: none;
    }
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/HR/HR.razor.rz.scp.css */

ul li[b-icrdky35dj]{
    margin-top: 10px;
    margin-bottom: 20px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/HR/HRDashboard.razor.rz.scp.css */

ul[b-0ixknzp217]{
    margin-top: 20px;
}

ul li[b-0ixknzp217]{
    margin-top: 10px;
    margin-bottom: 20px;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/Documentations/NextPrevNavigator.razor.rz.scp.css */

.next-prev-navigator-con[b-5t2uu4k2rd] {
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEE;
    border-radius: 20px;
}

.next-prev-navigator-con a[b-5t2uu4k2rd] {
    text-decoration: none;
    color: var(--secondary-color);
    transition: .3s all ease-in-out
}

.next-prev-navigator-con a:hover[b-5t2uu4k2rd] {
    font-weight: bold;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/VideosGallery/VideoGalleryItem.razor.rz.scp.css */

.video-gallery-item[b-ojd6iu8dfz] {
    margin: 20px;
    max-width: 300px;
    cursor: pointer;
    position: relative;
   
}

.video-gallery-item img[b-ojd6iu8dfz] {
    width: 300px;
    height: 150px;
    border-radius: 15px;
    border: 1px solid #DDD;
}

.video-title[b-ojd6iu8dfz]{
    padding: 10px;
    font-weight: bold;
    color: #606060;
}

.video-duration[b-ojd6iu8dfz] {
    position: absolute;
    top: 125px;
    right: 15px;
    color: #FFF;
    text-shadow: 0px 0px 8px #000;
}

.video-play-icon[b-ojd6iu8dfz] {
    position: absolute;
    opacity: 0;
    transition: .3s all ease-in-out;
    font-size: 3rem;
    color: #FFF;
    text-shadow: 0px 0px 40px #000;
    top: 50px;
    left: 123px;
}

.video-gallery-item:hover .video-play-icon[b-ojd6iu8dfz]{
    opacity: 1;
}
/* _content/ITERPDocumentionWebsite/Components/Pages/VideosGallery/VideoPlayer.razor.rz.scp.css */

.video-parts[b-23ki8anxcw] {
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}

.part[b-23ki8anxcw] {
    cursor: pointer;
    margin: 15px;
    padding: 5px;
    border-radius: 6px;
    color: #09546c;
    font-weight: bold;
}

.part-time[b-23ki8anxcw]{
    font-weight: normal;
}

.description-con[b-23ki8anxcw] {
    padding: 20px;
    color: gray;
}

.description-lable[b-23ki8anxcw] {
    margin-bottom: 10px;
    font-weight: bold;
}

.description-text[b-23ki8anxcw]{

}
/* _content/ITERPDocumentionWebsite/Components/Pages/VideosGallery/VideosGallery.razor.rz.scp.css */

.page-title[b-y9ghc23n12] {
    font-size: 1.5rem;
    margin: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #4442aa;
}

.gallery[b-y9ghc23n12]{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
}

.search-con[b-y9ghc23n12] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-filed[b-y9ghc23n12]{
    border-bottom: 1px solid;
    width: 300px;
}

.search-filed .search-input[b-y9ghc23n12] {
    width: 90% !important;
}
