@import url(common.css);
@import url(comon_media_query.css);

.bg-yellow {
    background-color: var(--yellow);
}

.card-slide {
    cursor: grab;
}

.card-slide h4 {
    font-weight: 600;
    font-size: 20px;
}

.card-slide p {
    font-weight: 400;
    font-size: 14px;
}

.title {
    font-size: 30px;
    font-weight: 600;
}
.project_lifecycle_banner {
    background: url("../images/projectManagement/project_lifecycle_bg.png");
    width: 100%;
    background-size: contain;
    background-position: center center;
}
.lifecycle.slick-slider {
    left: -90px;
    top: -35px;
}
.lifecycle.slick-slider {
    left: 0px;
    top: -55px;
}
.banner {
    background: url("../images/projectManagement/project_management_banner.webp") no-repeat;
    width: 100%;
    background-size: contain;
}

.page_title {
    font-weight: 600;
    font-size: 32px;
    color: #303030;
    position: relative;
}

.page_title::after {
    background: none repeat scroll 0 0 var(--green);
    content: "";
    display: block;
    height: 7px;
    width: 15%;
    position: absolute;
    border-radius: 10px;
    left: 0;
}

.popup-multiple-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px 30px;
    background: #FFFFFF;
    width: max-content;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.popup-multiple-cards span {
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}


.bg_light_blue{
    background-color:#CCDDE2 ;
    box-shadow:none !important;
}
.bg_light_blue span {
    color: #303030;
    font-weight: 600;
    font-size: 28px;
}





/* lcm modal starts */
.lcm-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.lcm-close-btn:hover {
    background: white;
}

.lcm-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.lcm-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-lcm-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/lcm_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.lcm-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.lcm-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-lcm-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-lcm-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* lcm modal ends */




/* ms-projects modal starts */
.ms-projects-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.ms-projects-close-btn:hover {
    background: white;
}

.ms-projects-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ms-projects-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-ms-projects-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/ms_projects_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.ms-projects-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.ms-projects-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-ms-projects-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-ms-projects-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* ms-projects modal ends */



/* daily-report-format modal starts */
.daily-report-format-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.daily-report-format-close-btn:hover {
    background: white;
}

.daily-report-format-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.daily-report-format-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-daily-report-format-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/daily_report_format_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.daily-report-format-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.daily-report-format-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-daily-report-format-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-daily-report-format-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* daily-report-format modal ends */




/* weekly-report-formats modal starts */
.weekly-report-formats-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.weekly-report-formats-close-btn:hover {
    background: white;
}

.weekly-report-formats-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.weekly-report-formats-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-weekly-report-formats-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/weekly_report_formats_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.weekly-report-formats-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.weekly-report-formats-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-weekly-report-formats-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-weekly-report-formats-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* weekly-report-formats modal ends */


/* site-supervision modal starts */
.site-supervision-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.site-supervision-close-btn:hover {
    background: white;
}

.site-supervision-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.site-supervision-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-site-supervision-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/site_supervision_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.site-supervision-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.site-supervision-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-site-supervision-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-site-supervision-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* site-supervision modal ends */

/* oems modal starts */
.oems-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.oems-close-btn:hover {
    background: white;
}

.oems-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.oems-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-oems-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/projectManagement/oems_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.oems-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.oems-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-oems-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-oems-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* oems modal ends */