﻿/*-----------------------content start-----------------------*/
.navbar {
    border-bottom: var(--greyBorder);
    position: sticky;
    top: 0;
    z-index: 1020;
    padding: 5px 10px;
}

.leslinq-logo {
    height: 24px;
}

#main-section {
    height: calc(100vh - 68px);
    padding: 0px 20px;
}

.menu-icon svg {
    width: 22px;
    height: 22px;
}

.sidebar {
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    height: 100%;
}

.main-content {
    min-width: 900px;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: var(--backgroundGrey);
}

.participant-enrollment-wrapper {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: var(--backgroundGrey);
}

.main-content-wrapper {
    scrollbar-width: thin;
}

/*-----------------------content end-----------------------*/

/*-----profile dropdown start----------*/
.avatar-dropdown-menu li a {
    text-decoration: none;
    color: var(--textGrey);
    display: block;
}

    .avatar-dropdown-menu li a:focus {
        color: var(--red);
    }

.avatar-dropdown-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.avatar-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .avatar-dropdown-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .avatar-dropdown-menu li:hover {
            background-color: var(--backgroundGrey);
        }

.k-animation-container:has(.profile-dropdown) {
    top: 41.1406px !important;
    right: 20px !important;
    left: auto !important;
}
/*-----profile dropdown end----------*/

/*-------navbar icon start-----*/
.icon-link {
    display: inherit;
    color: var(--textGrey);
    text-decoration: none;
}

    .icon-link:hover {
        color: var(--red);
    }

.sidebar-wrapper {
    scrollbar-width: thin;
}

/*-------navbar icon end-----*/


/*----------select company start--------------- */

.client-link:hover {
    color: var(--red);
}

/*----------select company end--------------- */

/*-------------login page start--------------------*/
.form-icon {
    width: 75px;
}

/*-------------login page end--------------------*/

/*-------------participant dashboard start--------------------*/
.welcome-wrapper {
    background: linear-gradient(90deg, #FF6358 0%, #FF9189 100%);
    color: white;
}

.text-red {
    color: #FF6358;
}

.icon-background {
    width: 50px;
    height: 50px;
    background-color: #FFE0DE;
    border-radius: 50%;
    color: #FF6358;
    font-size: 30px;
    text-align: center;
    padding: 6px 0px;
}

.gap-16 {
    gap: 16px;
}

.responsive-column {
    width: 25%;
}
/*-------------participant dashboard end--------------------*/

/*---------------------participant project start----------------*/

.new-tag {
    background-color: #EFEFEF;
    color: #5B5959;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.overdue-tag, .invalid {
    background-color: #FFE2E1;
    color: #FF6358;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.completed-tag, .valid {
    background-color: #E4F4DD;
    color: #6CC049;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.overdue {
    background-color: #FFF0EF;
}

.completed {
    background-color: #F1F9ED;
}

.tab-content {
    height: 80dvh;
}
/*---------------------participant project end----------------*/

/*---------------------participant certificate start----------------*/
.certificate-block-wrapp {
    padding: 6px 12px 6px 6px;
    border: 1px solid #5B5959;
    border-radius: 4px;
    width: fit-content;
}

.certificate-content-wrapp {
    width: 100%;
    height: 305px;
}

.certificate-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.certificate-block-wrapp.active {
    background-color: #E5F8FD;
}

    .certificate-block-wrapp.active .certificate-footer span {
        color: #00B8ED;
        font-weight: 500;
    }

.certificate-block-wrapp .btn-set-active.active {
    color: rgb(0, 184, 237);
    background-color: transparent;
    border: medium none;
    font-weight: 500;
    cursor: default;
}

.certificate-block-wrapp .btn {
    background-color: #6CC049;
    padding: 3px 10px;
    border-radius: 4px;
    border-color: #6CC049;
}

.icon-main-wrapp ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .icon-main-wrapp ul li {
        list-style: none;
        display: inline-block;
    }

        .icon-main-wrapp ul li:first-child {
            margin-right: 3px;
        }

        .icon-main-wrapp ul li a {
            color: #5B5959;
        }

.icon-main-wrapp i {
    font-size: 25px;
}


.certificate-responsive {
    height: 85dvh;
}


/*---------------------participant certificate end----------------*/

/*---------------------participant course start----------------*/


.completed-status {
    width: 35px;
    height: 35px;
    background-color: #E4F4DD;
    border-radius: 50%;
    color: #6CC049;
    font-size: 25px;
    text-align: center;
    padding: 1px 0px;
}

.new-tag {
    background-color: #EFEFEF;
    color: #5B5959;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.inProgress-tag {
    background-color: #FFF2D9;
    color: #F2AA34;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.completed-tag {
    background-color: #E4F4DD;
    color: #6CC049;
    padding: 2px 4px;
    width: fit-content;
    border-radius: 4px;
}

.inprogress {
    background-color: #FFF8EB;
}

.completed {
    background-color: #F1F9ED;
}

.course-project-list {
    border: none;
}

    .course-project-list li {
        list-style: none;
    }


    .course-project-list .completed-project-bg {
        background-color: #F1FBED;
    }

    .course-project-list .icon-success {
        color: #6CC049;
    }

    .course-project-list .circle-icon {
        background-color: #E9F7E6;
        border: 1px solid #B6E2B3;
        border-radius: 50%;
        padding: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .course-project-list li h3 {
        color: #333;
    }

    .course-project-list h3 {
        margin: 8px 0;
    }

/*---------------------participant course end----------------*/
