@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mooli&family=Nova+Square&family=Poppins:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100;0,300;0,400;0,600;0,700;1,500;1,600&display=swap');

:root {
    --primary-color: #00529E;
    --secondary-color: #F7AB3C;
    --white-co: #fff;
    --black-co: #000;
    --mainColor: #00529E;
    --background-gradient: linear-gradient(30deg, #68b8ee 30%, #17a2b8);
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    color: var(--mainColor) !important;
    text-decoration: none !important;
}


/* -------------------------------------------------------------------------------- */

.navIcon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.navIcon span {
    color: var(--primary-color);
    font-size: 30px;
}

/* resetpassword home */

.homeIcon {
    font-size: 30px;
    color: var(--primary-color);
    cursor: pointer;
}

/* dashboard styles start */

.adminDashboard .container {
    padding: 10px;
}

/* Topcontent style */

.topContent {
    padding: 20px;
}

.topContent h2 {
    color: var(--primary-color);
    font-weight: 600;
}

.bannerImage {
    background-image: url("./../images/pencil2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 14rem;
    border: solid 5px var(--white-co);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.bannerImage::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.07;
}

.dashboardName {
    display: block;
    align-items: center;
    justify-content: center;
    height: 14rem;
    color: var(--mainColor);
    padding-top: 76px;
    padding-left: 80px;
}

/* bottom content styles */

.bottomContent {
    padding: 10px 0px;
}

.dashboardButtons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttonIcons {
    height: 140px;
    padding: 10px;
    border: solid 1px white;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    box-shadow: none;
    transition: 0.2s;
}

.buttonIcons:hover {
    height: 14opx;
    padding: 10px;
    border: solid 1px var(--mainColor);
    background-color: var(--mainColor);
    color: var(--white-co) !important;
}

.iconColor2 span {
    color: red;
}

.iconColor3 span {
    color: orange;
}

.iconColor4 span {
    color: green;
}

.buttonIcons span {
    font-size: 70px;
}

.buttonIcons:hover span {
    font-size: 70px;
    color: var(--white-co);
}

.buttonIcons .childButtons {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #000;
    margin-top: 0px !important;
    padding-top: 0px;
}

.buttonIcons:hover .childButtons {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--white-co);
}

/* dashboard styles end */

/* ------------------------------------------------------------------------------------------ */



/* Add clients page styles start */

.headercontent {
    border: solid 2px var(--white-co);
    padding: 20px;
    background-color: var(--white-co);
    display: flex;
    align-items: center;
    justify-content: start;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--primary-color);
}

.headercontent h2 {
    font-size: 22px;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.bodycontent {
    border: solid 0px var(--white-co);
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}

/* ...   Glopal button styles start    .................................. */

.createbutton {
    border: none;
    outline: none;
    border: solid 2px var(--mainColor);
    padding: 7px 14px;
    background-color: var(--mainColor);
    color: var(--white-co);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: 0.2s;
    text-transform: uppercase;
    border-radius: none !important;
    cursor: pointer;
}

.createbutton:hover {
    color: var(--white-co);
    opacity: 0.7;
}

/* ....  Glopal button styles End ............................................. */

.bodycontent label {
    font-size: 16px;
    font-weight: 500;
}

.bodycontent input:nth-child(1) {
    border: none;
}

/* client list  style */

/* ...... Glopal Datatable Style start ........................................ */

.DataTableContent {
    border: solid 1px var(--white-co);
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ........ Glopal Datatable Style end .........................................................  */



/* Add clients page styles end */


/* ------------------------------------------------------------------------------------------------- */

/* global back button style start */
.backButtonContainer {
    border: solid 2px var(--white-co);
    padding: 10px;
    background-color: var(--white-co);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: var(--primary-color);
}

.backButtonContainer .backContainer .backButton {
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: var(--white-co);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    cursor: pointer;
}

.backButtonContainer .backContainer .backButton span {
    font-size: 35px;

}

.backButtonContainer .titlecontent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.backButtonContainer .titlecontent h2 {
    font-size: 25px;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1.2px;
}

@media only screen and (max-width: 600px) {
    .backButtonContainer .titlecontent {
        margin-top: -40px;
    }
}

/* global back button style end */

/* view program page course-head style start */

.contentSectionMenu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.course-head {
    background-color: var(--white-co);
    border: solid 1px var(--white-co);
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* view program page course-head style end */



.newCreateBtn {
    text-align: end;
    margin-top: 5px;
    margin-bottom: 5px;
}

.idpTableContents {
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



/* Multiple selectbox styles start */

.selectBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white-co);
    padding: 5px;
    border: solid 1px gray;
    border-radius: 5px;
    cursor: pointer;
}

.selectBtn .btnText {
    font-size: 17px;
    font-weight: 400;
    color: black;
}

.selectBtn .selectIcon {
    font-size: 30px;
}

.listItems {
    position: relative;
    background-color: var(--white-co);
    margin-top: 15px;
    border-radius: 8px;
    padding: 16px;
}

.listItems .selectItem {
    list-style: none;
}

.selectItem .checkBox {
    height: 16px;
    width: 16px;
    border: 1.5px solid black;
    border-radius: 4px;
    margin-right: 12px;
}


/* Multiple selectbox styles end */


/* multi drop down with select all style start */

.multiSelecfn .dropdown {
    position: relative;
    font-size: 14px;
    color: #333;

    .dropdown-list {
        padding: 12px;
        background: #fff;
        position: absolute;
        top: 30px;
        left: 2px;
        right: 2px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scale(1, 0);
        transition: transform .15s ease-in-out .15s;
        max-height: 66vh;
        overflow-y: scroll;
    }

    .dropdown-option {
        display: block;
        padding: 8px 12px;
        opacity: 0;
        transition: opacity .15s ease-in-out;
    }

    .dropdown-label {
        display: block;
        height: 30px;
        background: #fff;
        border: 1px solid #ccc;
        padding: 6px 12px;
        line-height: 1;
        cursor: pointer;

        &:before {
            content: '▼';
            float: right;
        }
    }

    &.on {
        .dropdown-list {
            transform: scale(1, 1);
            transition-delay: 0s;

            .dropdown-option {
                opacity: 1;
                transition-delay: .2s;
            }
        }

        .dropdown-label:before {
            content: '▲';
        }
    }

    [type="checkbox"] {
        position: relative;
        top: -1px;
        margin-right: 4px;
    }
}

/* multi drop down with select all style end */


/* Coach details styles start */

.coachDetails {
    /* background-image: url("./../images/pencil2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover; */
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -12px;
}

.coachFunctons {
    margin-top: 40px;
    margin-bottom: 40px;
}

.topContent span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--primary-color);
}

.topContent h1 {
    font-size: 50px;
    color: var(--mainColor);
}

.topContent .userName h2 {
    font-size: 40px;
    color: rgb(253 73 8 / 75%);
}

.bodyContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contentType {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px var(--white-co);
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.2s ease-in;
}

.contentType:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contentDetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.contentLogo span {
    color: var(--primary-color);
    font-size: 35px;
}

.contentTitle h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    margin-top: -10px;
}

.contentDesc span {
    font-size: 25px;
    font-weight: 600;
}

.coachLinkBtn {
    cursor: pointer;
}

.coursesOfCoach {
    border: solid 2px var(--white-co);
    /* background-color: var(--white-co); */
    padding: 20px;
    margin-top: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    width: 100%;
}


.seeMore {
    margin-top: 10px;
    margin-bottom: 10px;
}

.seeMorebtn {
    border: solid 1px var(--primary-color);
    padding: 5px 8px;
    border-radius: 5px;
    background-color: var(--primary-color);
}

.seeMorebtn span {
    color: var(--white-co);
}

.adtitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.adtitle b {
    color: black;
}

.adtitle span {
    color: gray;
}

.adtitle .createbutton {
    border-radius: 12px;
}

.courseList {
    list-style: none;
}


/* Coach details styles end */

/* Coach Course Content start */

.contentDetails {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contentDetailsTop h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.contentDetailsTop h5 span {
    color: var(--primary-color);
    font-weight: 600;
}

.contentDetailsTop {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.contentData {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--white-co);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 240px;
    padding: 15px;
}

.contentDatap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--white-co);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 300px;
    padding: 15px;
}

.contentTop {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    width: 100%;
}


.contentImgp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


.contentImgp img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    border: solid 1px white;
    background-color: whitesmoke;
    border-radius: 50%;
    object-fit: cover;
}

.contentImg {
    width: 100%;
    object-fit: cover;
}

.contentImg img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.contentImgp {
    text-align: center;
}

.contentBody {
    /* padding: 10px; */
    margin-top: -40px;
}

.contentBody span {
    font-size: 13px;
    font-weight: 600;
}

.contentFooter {
    width: 100%;
    /* padding: 10px; */
    margin-top: -40px;
}

.viewButtonpc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: solid 1px white;
    background-color: white;
    transition: all ease-in 0.2s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px !important;
}

.viewButtonpc span {
    color: #00529E;
}

.viewButtonpc:hover {
    background-color: whitesmoke;
    border: solid 1px #00529E;
}


.contentFooter a span {
    font-size: 20px;
    color: var(--primary-color);
    align-self: center;
}

/* Coach Course Content end */

/* coach course view style start */

.courseDesc {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border: solid 1px white;
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.courseDescHead {
    padding: 10px;
}

.courseHeadText {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    color: black;
    margin-top: -20px;
}

.courseDescContent {
    padding: 10px;
    margin-top: 10px;
}

.courseDescText {
    color: black;
    font-size: 14px;
    letter-spacing: 1.2px;
}

.courseInfo {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border: solid 1px white;
    background: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
}

.courseInfoText h6 {
    font-weight: 600;
    color: black;
}

.courseImg {
    width: 100%;
}

.courseImg img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border: solid 5px white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.courseInfoContent {
    padding: 8px;
}

.courseInfoText {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    color: black;
}

.coverTopics {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border: solid 1px var(--white-co);
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-top: 20px;
}

.courseContentType {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-bottom: 10px;
}

.courseContentType span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--white-co);
}

.coverTopicImg {
    width: 100%;
    border: solid 5px white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.coverTopicImg img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.coverTopicHeder {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.coverTopicStatus {
    margin-top: 10px;
    margin-bottom: 10px;
}

.coverTopicStatus span {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.coverTopicFooter {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.likeCoverTopic span {
    font-size: 45px;
    color: red;
    cursor: pointer;
}

.chatFunc span {
    font-size: 45px;
    cursor: pointer;
}

/* coach course view style end */

/* coach side Course link button style start */

.linkButtons {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    gap: .6rem;
    flex-wrap: wrap;
    background-color: var(--white-co);
    padding: 10px 10px;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.linkButtons button {
    border: solid 1px #aaceef;
    background-color: var(--white-co);
    color: #1c8bf2;
    padding: 5px 17px;
    border-radius: 30px !important;
}

.linkButtons button.active {
    border: solid 1px #aaceef;
    background-color: #dcecfc;
    color: #1c8bf2;
    padding: 5px 20px;
    border-radius: 30px !important;
}


/* coach side Course link button style end */

/* view coach participants style start */

.participantsInfo {
    border: solid 1px var(--white-co);
    background-color: var(--white-co);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.participantsInfo h5 {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.participantsInfo .createbutton {
    padding: 5px 20px;
}

.commentsSection {
    border: solid 1px var(--white-co);
    background-color: var(--white-co);
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.viewParticipantsDashboard {
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.itemHeadContent {
    background-color: var(--white-co);
    border-radius: 10px;
    padding: 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 160px;
}

.itemHeadContent h6 {
    margin-top: 0px !important;
}

.itemHeadContent h6 {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.itemBodyContent {
    background-color: var(--white-co);
    border-radius: 0px;
    padding: 20px;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    border: solid 1px #8abcd4;
    min-height: 110px;
}

.itemBodyContent h5 {
    font-size: 15px;
    color: black;
}

.itemBodyContent span {
    font-size: 30px;
}

.itemBodyContent .task_compleated {
    color: rgb(33, 143, 33);
}

.itemBodyContent .task_pending {
    color: rgb(239, 56, 43);
}

.participantsDetailsView {
    position: relative;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.leftSideHeadContents {
    position: sticky;
    top: -10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    background-color: var(--white-co);
    margin-top: -30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.leftSideBodyContents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 40px;
}

.rightSideContents {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-between;
    height: 300px;
    background-color: var(--white-co);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    padding: 15px;
}

.rightSideContents .courseDetails h5,
h6 {
    color: black;
}

.rightSideContents .courseDetails span {
    color: var(--primary-color);
    font-weight: 600;
}

.rightSideContents .courseDetailsComponents {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}

.courseVarients {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.progress_bar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


.progress_bar_compleated {
    background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
        conic-gradient(green 50%, rgb(243, 235, 235) 35%);
}


.progress_bar span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.courseDetailsComponents h6 span {
    font-size: large;
}

.courseItem {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.totalColor {
    color: var(--primary-color) !important;
}

.compleatedColor {
    color: rgb(33, 143, 33) !important;
}

.pendingColor {
    color: rgb(239, 56, 43) !important;
}

/* view coach participants style start */

/* coach participants call style start */

.commentsInfo {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    color: black;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.commentActions {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: end;
    gap: 1rem;
    cursor: pointer;
}

.comment p {
    color: black;
    font-size: 14px;
    font-weight: 400;
}

.callCount {
    text-align: center;
}

.callCount span {
    font-size: 16px;
    font-weight: 600;
}

.commentdate {
    text-align: center;
}

.comment {
    text-align: justify;
    align-items: center;
}

.comment p {
    font-size: 15px;
}

.comment span {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* coach participants call style end */


/* Coach Partcipant idp styles start */

.addbuttonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.tableBehaviouralBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Coach Partcipant idp styles end */

/* USER SIDE HEADER CONTENT STYLE */

.userHeadlineContent {
    border: solid 1px white;
    background-color: white;
    padding: 20px;
    box-shadow: none;
    border-radius: 5px;
}

.userHeadlineContent h2 {
    color: var(--mainColor);
    letter-spacing: 2px;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
}

.userFeedbackContent {
    background-color: white;
    padding: 35px;
    border-radius: 5px !important;
}


/* Course File Uploded page style start */

.loadUploadedFile {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: var(--white-co);
    padding: 20px;
}

.UploadedFile {
    border: none !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.upload-functions {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.upload-functions i {
    font-size: 20px;
    cursor: pointer;
}

.content_uploads {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.updatedLinkButtons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Course File Uploded page style end */

/* USER SIDE HEADER CONTENT STYLE */


/* ASIDE BAR STYLE CONTENTS START */

.sideBarMenuIcons {
    position: fixed;
    top: 0;
    left: 70px;
    height: 600px;
    width: 70px;
    align-items: center;
    background-color: var(--white-co);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    margin-top: 120px !important;
    transition: all ease-in 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 100000;
}

.menuIconBarSection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sideMenuIcon {
    width: 50px;
    height: 50px;
    background-color: var(--white-co);
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 12px;
    cursor: pointer;
}

.sideMenuIcon a span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.sideMenuIcon:hover {
    color: var(--white-co);
    background-color: var(--primary-color);
    transition: all ease-in-out 0.3s;
}

.sideMenuIcon.active {
    background-color: #00529E;
    color: var(--white-co);
}

.mainColorPt {
    color: purple;
}

.iconColorPrime {
    color: #00529E;
}

.iconColorRed {
    color: red;
}

.iconColorOrange {
    color: orange;
}

.iconColorGreen {
    color: green;
}

.sideMenuIcon:hover .mainColorPt,
.sideMenuIcon:hover .iconColorPrime,
.sideMenuIcon:hover .iconColorRed,
.sideMenuIcon:hover .iconColorOrange,
.sideMenuIcon:hover .iconColorGreen {
    color: white;
}

.sideMenuIcon.active .iconColorOrange,
.sideMenuIcon.active .iconColorRed,
.sideMenuIcon.active .iconColorGreen,
.sideMenuIcon.active .iconColorPrime {
    color: var(--white-co);
}


/* ASIDE BAR STYLE CONTENTS END */

/* Admin side Learning file updated content style start */

.updatedButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--white-co);
    border-radius: 15px !important;
    padding: 8px 24px !important;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

.updatedUploadContent {
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.updatedLinkContent {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.linkTemplateBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.newContentBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background-color: var(--primary-color);
    color: var(--white-co);
}

.linkfileTable {
    background-color: var(--white-co);
    padding: 20px;
}



/* Admin side Learning file updated content style end */


/* Course Content side accordion style start */

.accordionBody {
    background-color: var(--white-co);
    padding: 10px;
}

.accordion {
    width: 100%;
}

.accordion li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background-color: var(--white-co);
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.accordion li label {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: var(--primary-color);
}

.accordion li label span {
    font-size: 25px;
    color: var(--primary-color);
}

.accordion label+input[type="radio"] {
    display: none;
}

.accordion .content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s;
}

.accordion label+input[type="radio"]:checked+.content {
    max-height: 100%;
}

/* Course Content side accordion style end */

/* Document Conetent  section start */

.documentfileUpload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ContentCount {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Document Conetent  section end */


/* Admin call Section start */

.ViewParticipantsData {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Admin call Section end */

/* Coach btn coach calls btn */
.coachCallBtn button {
    background: linear-gradient(30deg, #68b8ee 30%, #17a2b8);
    color: var(--white-co);
    padding: 5px 16px;
}

.participantsData {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.assignbutton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: var(--primary-color);
    color: var(--white-co);
}

.assignbutton h5 {
    color: var(--white-co);
}

.assignbutton span {
    color: var(--white-co);
    font-size: 18px;
}

.assignedBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newCallBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Coach btn coach calls btn */


/* Admin call Participants select styles start */

.participantsSelects {
    background-color: var(--white-co);
    padding: 20px;
}

.participantsData {
    border: solid 2px rgb(224, 214, 214);
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 10px;
}

.participantsImageSections img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 50%;
}

.participantsDetailsSections {
    margin-top: -10px;
}

.participantsDetailsSections span {
    font-size: 12px;
    color: black;
}

.participantsData:hover {
    background-color: whitesmoke;
    color: var(--white-co);
}

.selctParticipantsDetails {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.activeParticipants {
    background-color: whitesmoke;
}

/* Program Module styles start */

.module_contents {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 8px;
}

.module_contents span {
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.program_module_txt {
    font-size: 15px;
    font-weight: 500;
}

.moduleDisabled {
    background: rgba(0, 0, 0, 0.10);
}

.moduleDisabled:hover {
    background-color: rgb(224, 128, 128) !important;
}

/* Program Module styles end */

.selectBox {
    position: relative;
}

.selectOption {
    position: relative;
    width: 100%;
}

.selectOption input {
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.selectOption::after {
    content: "";
    border-top: 12px solid #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}

.selectContent {
    background-color: #fff;
    position: absolute;
    color: #000;
    border-radius: 7px;
    margin-top: 8px;
    width: 100%;
    z-index: 999;
    padding: 10px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.selectContent input {
    width: 100%;
    outline: none;
    font-size: 16px;
}

.SearchOptions {
    margin-top: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.SearchOptions li {
    padding: 10px 15px;
    font-size: 15px;
    cursor: pointer;
}

.SearchOptions li:hover {
    background-color: #f2f2f2;
    transition: all ease-in 0.2s;
}

.selectBox.active .selectContent {
    display: block;
}

.selectBox.active .selectOption::after {
    transform: rotate(-180deg);
}

.course_View_Section {
    background-color: var(--white-co);
    padding: 20px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.course_content_Details {
    background-color: var(--white-co);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}

.course_content_Details span {
    font-size: 22px;
    color: var(--black-co);
    font-weight: 600;
}

.StarSection i {
    font-size: 20px;
}

.coursePreviewBtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.pcfile_download_btn {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 50px;
}

.pcfile_download_btn span {
    font-size: 30px;
    color: var(--primary-color);
    cursor: pointer;
}

/* Admin call Participants select styles  end */
#filterbox {
    margin-top: 50px;
}

.filter-sec {
    margin-top: 0px;
    background: var(--white-co);
    padding: 30px;
}

.expand-sec {
    margin-top: 40px;
}

.tab-header {
    border-bottom: solid 2px var(--primary-color);
    margin-bottom: 20px;
}

.tabs {
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
}

.gra {
    border: 0px;
    background: transparent;
}

.gra h3 {
    text-align: left;
}

.gra p {
    text-align: left;
}

.form-container {
    border: 0px !important;
}

.tab-container {
    background: var(--white-co);
    padding: 20px;
    padding-top: 0px;
}


.bg1 {
    background: #F8EFE2 !important;
}

.bg2 {
    background: #E1E2F6;
}

.bg3 {
    background: #BBD8F5;
}

.bg4 {
    background: #EFF7E2;
}

.bg5 {
    background: #f1f8e2;
}

.bg6 {
    background: #f8e2f7;
}

.journey-scroll {
    height: 540px;
    overflow-x: scroll;
}

@media only screen and (max-width: 600px) {
    .headercontent {
        padding: 2px;
    }

    .contentTypeMb {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .newCreateBtn {
        text-align: end;
        margin-top: -20px;
        margin-bottom: 25px;
    }

    .backButton {
        cursor: pointer;
    }

    .contentDetailsTop {
        flex-direction: column;
    }

    .linkButtons {
        flex: 1;
    }

    .commentsInfo {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        color: black;
        padding: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    }

    .commentActions {
        display: flex;
        flex-direction: row;
        align-items: start;
        justify-content: start;
        gap: 1rem;
        cursor: pointer;
        margin-top: 20px;
    }

    .slnumber {
        text-align: center;
        margin-bottom: 10px;
    }

    .callCount {
        text-align: start;
        margin-top: 10px;
    }

    .commentdate {
        text-align: start;
    }

    /* navbar side btn */
    .side_open {
        margin-bottom: 20px;
    }

    /* btn style */

    /* ASIDE VIEW MOBILEN START */

    .sideBarMenuIcons {
        position: fixed;
        top: 0;
        left: 0;
        height: 400px;
        width: 50px;
        align-items: center;
        background-color: var(--white-co);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
        margin-top: 120px !important;
        transition: all ease-in 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        z-index: 1000000;
    }

    .menuIconBarSection {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .sideMenuIcon {
        width: 35px;
        height: 35px;
        background-color: var(--white-co);
        padding: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
        border-radius: 8px;
        cursor: pointer;
    }

    .sideMenuIcon a span {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        margin-top: -3px;
    }

    /* ASIDE VIEW MOBILE END*/

    /* view coach participants dashboard */
    .itemHeadContent {
        background-color: var(--white-co);
        border-radius: 10px;
        padding: 15px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 70px;
    }

    .itemHeadContent h6 {
        font-size: 13px;
        margin-left: -8px;
    }

  

    /* view coach participants dashboard */

}