:root {
    --mainColor: #00529E;
    --black: black;
    --white-co: white;
    --white-smoke: rgb(214, 214, 214);
    --primary-color: #00529E;
}

a {
    text-decoration: none !important;
}

.profileContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    height: 300px;
    box-shadow: none;
    border-radius: 0px;
    background: white;
}

.topcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #02539e;
    border-radius: 0px;
}


.bottomConatiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--white-co);
    border-radius: 0px 0px;
}

.bottomConatiner h5,
h6 {
    color: var(--black);
    font-weight: 500;
}

.bottomConatiner div {
    position: relative;
}

.bottomConatiner img {
    width: 200px;
}

.bottomConatiner h3 {
    position: absolute;
    top: 7px;
    right: 88px;
    color: white;
    font-size: 18px;
}

.bottomConatiner h4 {
    font-size: 14px;
}



.editUserProfiles {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 16px;
    padding: 4px 12px;
    margin-top: 0px;
}

.editUserProfiles span {
    color: var(--mainColor);
}

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

.userImgContainer img {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 13px;
    background: var(--white-co);
    padding: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.programContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 189px;
    box-shadow: none;
    border-radius: 10px;
    background: var(--white-co);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.programContainer h4,
h5,
h6 {
    color: var(--black);
    font-weight: 500;
}

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

.programTop h5 {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    color: #00529E;
    font-weight: 600;
    font-size: 18px;
}

.programTop .project_name_show {
    text-align: center;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.programTop p {
    font-size: 18px;
    color: var(--mainColor) !important;
    text-align: start;
}


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

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

.programButton button {
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #02539e;
    color: var(--white);
    padding: 3px 20px;
    border-radius: 100px !important;
}

.clickButton button {
    border: none;
    outline: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(30deg, #68b8ee 30%, #17a2b8);
    color: var(--white);
    padding: 4px 10px;
    border-radius: 2px !important;
}

.courseContent {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: space-between;
    height: auto;
    background: var(--white-co);
    box-shadow: none;
    border-radius: 0px;
    padding: 20px;
    margin-top: 20px;
}

.courseContent .courseDetails h5,
h6 {
    color: var(--black);
}

.courseContent .courseDetails span {
    color: var(--black);
    font-weight: 600;
    background: #edf5f3;
    padding: 0px 15px;
}

.courseContent .courseDetailsComponents {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

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

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

.percentage-chart-meetings .percentage-chart-stroke {
    /* stroke: #ff9e00; */
    stroke: var(--mainColor);
}

.percentage-chart-bgs {
    fill: none;
    stroke: #efe6e6;
    stroke-width: 3;
}

.counters {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    color: #3c9ee5;
    color: black;
    transform: translate3d(-50%, -50%, 0);
    font-weight: 600;
}

.percentage-charts {
    width: 100px;
    height: 100px;
    position: relative;
}

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

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

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

.totalColor {
    color: rgb(39, 39, 151) !important;
}

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

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

.inprogressColor {
    color: rgb(220, 201, 25) !important;
}

.nextPageContent {
    height: 300px;
    background: var(--white-co);
    box-shadow: none;
    border-radius: 0px;
    padding: 15px;
    margin-top: 20px;
}

/* updated css modules start  */
.display_center_one {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

/* updated css modules end */

.contentItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -5px;
}

.contentItems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
}

.contentItems_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
}

.contentItems_two {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 200px;
    height: 200px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
}

.contentItems_four {

    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
    padding: 30px 10px;
    margin-left: -10px;
}

#module_content p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#module_content h6 {
    margin-top: 0px !important;
    padding-top: 0px;
    font-size: 13px;
}

.contentItems_five {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
    margin-left: -10px;
}

.contentItems_six {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 130px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    cursor: pointer;
    border-radius: 12px;
    margin-left: -10px;
}

.module_content_five {
    margin-right: 20px;
}

.contentItem3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 75px;
    height: 75px;
    cursor: pointer;
    border-radius: 12px;
}

.five_mcontent {
    align-items: center;
}

.contentItem p {
    font-size: 14px;
    font-size: 500;
}

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

.contentItem span {
    color: var(--mainColor);
    font-size: 30px;
}

.contentItems:hover {
    background: linear-gradient(30deg, #d8eefd 30%, #dbedf0);
}

.contentItems:hover span {
    background: var(--white-co);
}

.contentItem2 span {
    color: var(--mainColor);
    font-size: 30px;
}

.journeyContentSections {
    position: relative;
    gap: 20px;
    height: 620px;
    box-shadow: navajowhite;
    border-radius: 12px !important;
    background: var(--white-co);
    overflow-y: scroll;
    scroll-behavior: smooth;
    border-radius: 0px !important;
}

::-webkit-scrollbar {
    width: 0px !important;
}

.journeyContent {
    border: solid 1px white;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: start;
    cursor: pointer;
    justify-content: space-evenly;
    background: #02539e;
    width: 100%;
    border-radius: 0px !important;
    margin-top: 0px;
}

.journeySection {
    margin-top: 60px;
}

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

.journeyContent h5 {
    color: var(--white-co);
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
}

.journeyStageContent {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 0px !important;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-top: solid 4px var(--mainColor);
    background: var(--white-co);
    cursor: pointer;
}

.journeyStageContents {
    border-top: solid 2px var(--mainColor);
    box-shadow: 1px 1px 5px rgb(203, 199, 199);
    padding: 10px !important;
    cursor: pointer;
}

.journeyStageContents h6 {
    font-size: 13px;
    margin-top: 0px !important;
    font-weight: 600;
}


.journeyStageContent span {
    color: var(--mainColor);
    font-size: 35px;
}

.folder-sec h2 {
    font-size: 70px;
    color: orange;
    text-align: center;
}

.folder-sec h6 {
    text-align: center;
}

.journeyContentSections {
    background: white;
}

.journeySection {
    overflow: scroll;
    height: 500px;
    margin-top: 0px;
    padding: 0px 15px;
    padding-bottom: 20px;
}

.borderCompleted {
    color: rgb(0, 171, 0) !important;
}

.borderInprogress {
    color: orange !important;
}

.borderUpcoming {
    color: #007cff !important;
}

.stageHeader {
    color: #ed2f2c;
    margin-top: 24px;
}

.journey_header_contents h4 {
    font-size: 22px !important;
}

.journey_body_content {
    border: solid 1px var(--mainColor);
}

.status_timer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 5px 12px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
    background-color: #0f1553;
    border-radius: 15px;
    color: white !important;
}

.status_timer span {
    padding-top: -10px;
}

.journey_desc {
    border-bottom: solid 2px #E92D2A;
    width: 50%;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #111552;
}

.journey_inst {
    border-bottom: solid 2px #E92D2A;
    width: 50%;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #111552;
}

.journeyDates p {
    font-size: 14px;
}

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

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

/* .modal-header .close {
    margin-top: -25px;
    color: black;
    opacity: 1;
    right: 20px;
    top: 12px;
    font-size: 35px;
  } */
.uploadFuncbtns button {
    background: var(--mainColor);
    padding: 5px 20px;
    color: var(--white-co);
    position: relative;
    width: 100%;
    border: 0px;
}

.uploadFuncbtns input {
    position: relative;
    top: -34px;
    opacity: 0;
    cursor: pointer;
}

.header_journey {
    display: flex;
    flex-direction: column;
}

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

.icon_circle {
    border: solid 1p black !important;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 16px;
}

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

.round_icon_stage {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1p var(--mainColor);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: var(--mainColor);
}

.round_icon_stage h4 {
    padding-top: 3px;
    margin-top: 5px;
    color: var(--white-co);
}

.journey_header {
    padding-bottom: 20px;
    background-color: #bbbdd4;
    background: linear-gradient(125.39deg, #FFFFFF -20.15%, #FFFFFF 51.93%, #EEF7FF 51.94%, #EEF7FF 63.96%, #B2DAFF 63.96%, #B2DAFF 75.97%, #81C3FF 75.97%, #81C3FF 87.99%, #50ABFF 87.99%);
}

.journey_header_contents {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

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

.statusContent {
    display: flex;
    align-self: flex-end;
}

.stageFileContent {
    margin-top: 0px;
    height: auto;
    overflow-y: scroll;
    scroll-behavior: smooth;
    box-shadow: none;
    /* overflow: hidden; */
}

.icons-folder {
    color: orange;
    font-size: 30px;
}

#attachmentfile h6 {
    font-size: 14px;
    padding-top: 15px;
}

.attachment-sec {
    background: rgb(236, 236, 236);
    margin: 0px;
    padding: 5px 9px;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    margin-top: 10px;
}

.courseContent .courseDetails h5,
h6 {
    color: var(--black) !important;
    margin-top: 12px !important;
}

.blueThemeBtn {
    background-color: var(--mainColor);
    color: white;
}

.greenThemeBtn {
    background-color: rgb(57, 192, 57);
    color: var(--white-co);
}

.primeThemeBtn {
    background-color: var(--primary-color);
    color: var(--white-co);
}



.course-card button {
    background: var(--mainColor) !important;
    box-shadow: none;
}

.course-card {
    padding: 0px 0px;
}

.det-se {
    padding: 15px;
}

.coverImgSection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover-photo {
    overflow-y: scroll;
    overflow-x: scroll;
}

.cover-photo img {
    width: 500px;
}

.zoombtns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-right: 100px;
}

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


.journey_duration p {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 10px;
}

.attachmentfiles_container {
    overflow-y: scroll !important;
    scroll-behavior: smooth !important;
}

.stageSection {
    margin-top: -50px;
}

.journey_duration h5 {
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-color) !important;
}

.journeyStageContents p {
    color: #565656 !important;
    font-size: 12px;
    font-weight: 600;
    border-bottom: solid 1px #d8eefd;
}

.cont {
    margin-bottom: 20px;
    width: 100%;
}

.cont h5 {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.stage h6 {
    font-weight: 500;
    margin-top: 0px;
}

.courseContent .courseDetails h5,
h6 {
    color: #5b5b5b !important;
    margin-top: 12px !important;
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0.2px;
}

.courseContent .courseDetails h6 {
    color: #000354 !important;
}

.courseContent .courseDetails h5 {
    color: #5b5b5b !important;
    margin-top: 12px !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.programBottom h5 {
    color: #009fff;
    font-weight: 600;
}

.courseContent .courseDetails h6 {
    margin-top: 20px !important;
}

.attachment-sec h6 {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    margin-top: 5px !important;
}

.profile-sec label {
    color: var(--text-color);
    margin-top: 0px;
    background: none;
    border-left: none;
    padding: 5px 0px;
    font-weight: 600;
    margin-top: 14px;
    text-transform: capitalize;
}

.protop label {
    font-weight: 500;
    margin-top: 0px;
    padding-top: 0px;
}

.profile-sec label b {
    text-transform: capitalize;
}

.progress-container {
    width: 100%;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
}

.progress-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.progress-bar-wrapper {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 20px;
    height: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    width: 0%;
    background-color: #007bff;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.protop {
    margin-top: 30px;
}

.profile-sec .form-control {
    border: 0px !important;
    padding-left: 10px !important;
    box-shadow: 1px 1px 8px #00000021;
}

.propd {
    padding: 40px;
}

.path-url {
    background: var(--white-co);
    padding: 30px;
    margin-left: 0px !important;
    margin-top: 10px !important;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 5px;
}

.path-url ul {
    list-style: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.userHeadlineContent h2 {
    letter-spacing: 1px;
}

.course-co h3 {
    background: white;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: black;
    border-radius: 5px;
}

.course-co h3 span {
    background: var(--mainColor);
    padding: 5px 10px;
    color: var(--white-co);
    border-radius: 100px;
}

.program-journey h5 {
    font-weight: 600;
    font-size: 16px;
}

.modal-lg,
.modal-xl {
    max-width: 1200px;
}

.program-journey h5 span {
    float: right;
    cursor: pointer;
}

.expand-se {
    border: solid 1px var(--mainColor);
    padding: 20px;
    margin-bottom: 20px;
}

.modal-header button {
    border: 0px;
    background: red;
    color: white;
}

.form-sec {
    box-shadow: none;
    border-radius: 5px;
}

.form-sec label {
    font-weight: 600;
    color: var(--primary-color);
}

@media only screen and (max-width: 800px) {
    .journeyContentSections {
        margin-bottom: 20px;
    }

    .programContainer {
        margin-bottom: 20px;
    }

    .nextPageContent {
        margin-bottom: 20px;
    }

    .statusContent {
        margin-top: 20px;
    }

    .mrt-mob {
        margin-top: 10px;
    }

    .noflex-mob {
        display: block !important;
    }
}

body {
    background-color: #f3f3f3 !important;
    font-family: 'Segoe UI', sans-serif;
}

.progress-section {
    background: var(--white-co);
    padding: 10px 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-bottom: 27px;
    border-radius: 5px;
}

.det-se button {
    background: var(--white-co) !important;
    color: var(--darkgray);
    border: solid 2px var(--mainColor);
}