﻿
.accelerator-section {
    display: flex;
    flex-direction: column;
    padding: 40px 150px;
}

    .accelerator-section .desciption {
        font-size: 14px;
        line-height: 25px;
    }

        .accelerator-section .desciption ul {
            list-style-position: inside;
        }

        .accelerator-section .desciption h3 {
            margin: 20px 0;
            font-size: 25px;
        }

    .accelerator-section button {
        margin-top: 20px;
    }

.sponsors {
    display: flex;
    flex-direction: column;
}

    .sponsors > .sponser-items {
        display: flex;
        max-width: 1125px;
        margin: 0 auto;
        padding: 40px 0;
        flex-wrap: wrap;
    }

        .sponsors > .sponser-items img {
            height: 100px;
        }

.datastartitle {
    display: flex;
    margin: 10px 10px 10px 10px;
    gap: 20px;
    border-bottom: 1px solid #F5F6F7;
}

    .datastartitle h2 {
        font-size: 20px;
        color: #2E485C;
        font-weight: 400;
        font-style: normal;
    }

.accelerator-section h4 {
    font-size: 28px;
    font-style: normal;
    padding: 10px;
    display: inline-block;
    width: fit-content;
    background-color: #ffffffc2;
}

.accelerator-section h5 {
    font-size: 16px;
    color: #2E485C;
    font-weight: 400;
    font-style: normal;
}

.join-datastar-btn {
    color: aliceblue;
    background: #1376BB;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.accelerator-section span {
    font-size: 16px;
    color: #2E485C;
    font-weight: 500;
    font-style: normal;
}

.accelerators-items {
    display: flex;
    gap: 20px;
    max-width: 1028px;
    margin: 60px auto;
    flex-direction: column;
}

    .accelerators-items > h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin-top: 70px;
        width: 100%;
    }

    .accelerators-items > div {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content:center;
    }

    .accelerators-items a {
        position: relative;
        width: calc(33% - 5px)
    }

    .accelerators-items img.poster {
        width: 100%;
    }

    .accelerators-items img.logo {
        position: absolute;
        height: 48px;
        top: 10px;
        left: 10px;
        border-radius: 15px;
    }

.accelerators-item {
    display: flex;
    gap: 20px;
    border: 1px solid #F5F6F7;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

    .accelerators-item > h3 {
        font-size: 16px;
        color: #2E485C;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        padding: 0 20px;
    }

    .accelerators-item .location {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 0 20px;
    }

        .accelerators-item .location p {
            font-size: 14px;
            color: #586D7D;
            font-weight: 500;
            font-style: normal;
            line-height: 20px;
        }

    .accelerators-item .calender {
        display: flex;
        gap: 10px;
        align-items: center;
        padding: 0 20px;
    }

        .accelerators-item .calender p {
            font-size: 14px;
            color: #586D7D;
            font-weight: 500;
            font-style: normal;
            line-height: 20px;
        }

    .accelerators-item .accept-join {
        display: flex;
        gap: 10px;
        align-items: start;
        background: #F5F6F7;
        flex-direction: column;
        padding: 20px;
    }

        .accelerators-item .accept-join h3 {
            font-size: 14px;
            color: #05944F;
            font-weight: 500;
            font-style: normal;
            line-height: 20px;
        }

        .accelerators-item .accept-join h4 {
            font-size: 14px;
            color: #586D7D;
            font-weight: 400;
            font-style: normal;
            line-height: 20px;
        }

.load-more {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.loadmore-btn {
    color: #1376BB;
    background: #F5F6F7;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    border-radius: 15px;
}

.data-professionals-items {
    display: flex;
    margin: 24px 50px 21px 30px;
    gap: 20px;
    padding: 20px 170px;
}

.data-professionals-item {
    display: flex;
    gap: 20px;
    border: 1px solid #F5F6F7;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

    .data-professionals-item h3 {
        font-size: 16px;
        color: #2E485C;
        font-weight: 500;
        font-style: normal;
        line-height: 22px;
        margin: 0px 15px 10px;
    }

    .data-professionals-item h2 {
        font-size: 14px;
        color: #586D7D;
        font-weight: 400;
        font-style: normal;
        line-height: 20px;
        margin: 0px 15px 0px;
    }

.companyname {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .companyname p {
        font-size: 14px;
        color: #586D7D;
        font-weight: 500;
        font-style: normal;
        line-height: 20px;
    }

.message {
    display: flex;
    gap: 10px;
    align-items: center;
}

.message-btn {
    color: #1376BB;
    background: #F5F6F7;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    border-radius: 15px;
}

.content-container { /*padding-top: 70px;*/
    scroll-snap-type: y mandatory;
}

    .content-container > div {
        scroll-snap-align: start;
    }

.data-star-container {
    max-width: 1050px;
    width: 100%;
    display: flex;
    margin: auto;
    gap: 5px;
}

.introduction {
    background-color: #002b51;
    margin: auto;
    display: flex;
}

    .introduction > div {
        margin: 40px auto;
    }

    .introduction .info, .introduction .image {
        flex: 1;
        flex: 1;
        justify-content: center;
        align-items: center;
        display: flex;
    }

        .introduction .info .logo {
            width: 145px;
        }

        .introduction .info h1 {
            font-size: 3rem;
            font-weight: bold;
            color: white;
        }

        .introduction .info p {
            font-size: 1.2rem;
            color: white;
            margin-top: 30px;
            margin-bottom: 50px;
        }

        .introduction .image img {
            width: 80%;
        }

.employer {
    background-color: #0777bb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 80px;
}

    .employer h3 {
        font-size: 1.5rem;
        font-weight: bold;
    }

        .employer h3 a {
            color: white;
            border-bottom: solid 1px white;
        }

.brief h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
    width: 100%;
}

.brief .brief-desc, .brief .brief-video {
    flex: 1;
    margin-top: 40px;
}

.brief .brief-desc {
    flex: 1;
    font-size: 15px;
    color: #002b51;
    line-height: 32px;
}

    .brief .brief-desc ul li {
        margin: 10px 0 10px 32px;
    }

.brief .brief-video iframe {
    width: 100%;
    height: 320px;
}

.sponsors h2 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 70px;
    width: 100%;
}

.sponsors .sponser-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .sponsors .sponser-items > div {
    }

        .sponsors .sponser-items > div > img {
            height: 100px;
            width: auto
        }

        .sponsors .sponser-items > div > h3 {
        }

.sponsors .desc {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.sponsors .control {
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
    font-weight: 500;
    gap: 20px;
    justify-content: center;
}

    .sponsors .control a {
        font-weight: normal;
    }

.catalyst {
    background-color: #edf9fd;
    padding: 100px 0;
    margin-top: 100px;
    flex-direction: column;
}

    .catalyst .intro {
        display: flex;
    }

        .catalyst .intro > div {
            flex: 1;
        }

            .catalyst .intro > div img {
                width: 110%;
                margin-left: -10%;
                background-color: #D8E6F0;
            }

        .catalyst .intro .body {
            z-index: 1;
        }

        .catalyst .intro .text {
            font-size: 16px;
            color: #002b51;
            margin-right: 14%;
        }

        .catalyst .intro h2 {
            font-size: 2rem;
            text-align: left;
            font-weight: bold;
            margin: 70px 20px 20px 0;
            width: 100%;
            color: #002b51;
        }

            .catalyst .intro h2 span {
                background-color: #cfd9ec;
            }

    .catalyst .videos {
        margin-top: 50px;
        gap: 30px;
    }

        .catalyst .videos > div {
            flex: 1;
        }

            .catalyst .videos > div iframe {
                width: 100%;
                min-height: 185px;
            }

        .catalyst .videos h3 {
            font-size: 2rem;
            color: #002b51;
            font-weight: bold;
        }

    .catalyst .prospect {
        flex-direction: column;
        gap: 20px;
    }

        .catalyst .prospect h3 {
            font-size: 2rem;
            text-align: left;
            font-weight: bold;
            margin-top: 70px;
            width: 100%;
            color: #002b51;
        }

        .catalyst .prospect strong {
            color: #002b51;
            font-size: 15px;
        }

        .catalyst .prospect .details {
            display: flex;
        }

            .catalyst .prospect .details > div {
                flex: 1;
                font-size: 14px;
                line-height: 30px;
                padding-left: 30px;
            }
.userreview {
    padding-top: 0px !important;
}

.growingfuturesection 
{
    font-size: 15px !important;
    color: #002b51;
    line-height: 32px;
}

.specializations {
    background-color: #002b51;
    padding-bottom: 100px;
}

    .specializations .spec-header {
        flex-direction: column;
    }

    .specializations h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin-top: 70px;
        width: 100%;
        color: white;
        margin-bottom: 32px;
    }

    .specializations p {
        color: white;
        margin-bottom: 12px;
        font-size: 15px;
        text-align: center;
    }

    .specializations .items {
        display: flex;
        margin-top: 32px;
        gap: 32px;
    }

        .specializations .items img {
            width: 100%;
        }

        .specializations .items > div h4 {
            color: white;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-bottom: 32px;
        }

        .specializations .items > div {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

.approach {
    padding-bottom: 64px;
}

    .approach h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin-top: 70px;
        width: 100%;
        margin-bottom: 64px;
    }

    .approach .items {
        gap: 32px;
    }

        .approach .items img {
            height: 140px;
            object-fit: cover;
        }

        .approach .items p {
            font-size: 14px;
            color: #002b51;
            text-align: center;
            margin-top: 12px;
            line-height: 28px;
        }

.alumni {
    background-color: #edf9fd;
    padding-bottom: 48px;
}

    .alumni h2 {
        font-size: 2rem;
        text-align: center;
        font-weight: bold;
        margin: 70px 20px 20px 0;
        width: 100%;
        color: #002b51;
    }

    .alumni .items {
        display: flex;
        margin-bottom: 32px;
        gap: 48px;
    }

        .alumni .items > div {
            flex: 1;
        }

        .alumni .items .title {
            color: #e33589;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
            line-height: 28px;
            margin-top: 24px;
            margin-bottom: 16px;
            display: inline-block;
        }

        .alumni .items .text {
            color: #002b51;
            text-align: center;
            font-size: 15px;
            line-height: 28px;
        }


.intro-section {
    position: relative;
}

    .intro-section > .banner {
        width: 100%;
        border-radius: 8px;
    }

    .intro-section > .logo {
        position: absolute;
        max-width: 120px;
        left: 0;
        bottom: 0;
        border-radius: 0 0 0 8px;
        display:none!important;
    }

.accelerator-section > h4:first-child {
    padding: 0;
}

.head-line {
    width: 40%;
    background-color: #ffffffc2;
    padding: 20px;
    font-size: 0.8rem;
}

#btn-back {
    margin-right: 10px;
}

#modal-apply-data-star .modal-body >form > div {
    display: flex;
    gap: 20px;
}

    #modal-apply-data-star .modal-body > form  > div > div {
        flex: 1;
    }

#modal-apply-data-star .input-form {
    margin: 8px 0;
}

.sponsors h2 {
    text-align: left;
    margin-top: 30px;
}

.sponsors > .sponser-items {
   /* margin: unset;*/
    justify-content: start;
    padding: 20px 0;
}

.consent-form {
    margin-top: 20px;
}

.application-stages {
    font-size: 14px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}

.application-status-title {
    font-size: 24px;
    line-height: 25px;
    margin: 20px 0;
}

.pdpa-part-title {
    font-weight: bold;
    font-size: 14px;
    margin: 20px 0;
    color: #06c;
    cursor: pointer;
    text-decoration: underline;
}

.pdpa-part {
    font-size: 13px;
    line-height: 25px;
}

.pdpa-part-header {
    margin: 20px 0;
    font-size: 0.8rem;
}

.pdpa-part > ul {
    margin: 5px;
}

    .pdpa-part > ul > li {
        padding: 3px;
    }

.pda-form {
    display: flex;
    margin: 15px 0 !important;
}

    .pda-form .input-form {
        flex: 1;
        margin: 0 5px !important;
    }

.primary-button-v2 {
    transition: 500ms linear background-color;
    will-change: background-color;
}

    .primary-button-v2:disabled {
        background-color: #A9B1B7;
    }


.pdpa-part-title:hover .arrow-icon {
    border: 2px solid #3cafe1cc
}

.arrow-icon {
    transition: 100ms linear border;
    will-change: border;
    border: 1px solid #cccc;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    padding: 4px;
    vertical-align: middle;
    margin: 0 10px;
}

.like-icon {
    width: 24px;
    height: 24px;
}

.stage-table {
    width: 100%;
    border-spacing: 0;
}

    .stage-table td {
        width: 33%;
        min-height: 35px;
        vertical-align: middle;
        padding: 15px 8px;
    }

        .stage-table td:nth-child(2) {
            text-align: center;
        }

        .stage-table td:nth-child(3) {
            text-align: right;
        }

.highlighted-row {
    background-color: #fafafa;
}

.errorFeild {
    border-color: #f79494 !important;
    background-color: #fff9f9;
}

    .errorFeild + label {
        background-color: #fff9f9;
    }

.curve-gray-button {
    background: #F5F6F7;
    border-radius: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2E485C;
    font-weight: 500;
    cursor: pointer;
    width: 200px;
    margin-top: 20px;
}

.ap-details {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 858px;
    height: 210px;
    margin: 24px 0;
}

.ac-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 8px;
    width: 336px;
    height: 210px;
    background: #FAFAFA;
    border-radius: 8px;
}

    .ac-details h3, .prog-details h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #000;
    }

    .ac-details .checklist {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        gap: 8px;
    }

        .ac-details .checklist span {
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            display: flex;
            align-items: center;
            letter-spacing: 0.02em;
        }

.prog-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 0px;
    gap: 16px;
    width: 498px;
    height: 210px;
    background: #FAFAFA;
    border-radius: 8px;
}

.prog-details-data {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    width: 450px;
    height: 48px;
}

.data-icon img {
    height: 24px;
    width: 24px;
    margin-top: 2px;
}

.data-display h3 {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #82919D;
}

.data-dispaly span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #2E485C;
}

.ds-logo {
    position: absolute;
    top: 0;
    right: 24px;
    margin-top: 24px;
    background: #fff;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    padding-top: 11px;
    padding-left: 13px;
}

    .ds-logo img {
        width: 24px;
        height: 26px;
    }

.as-header {
    display: flex;
    margin-top: 64px;
    margin-bottom: 35px;
    gap: 10px;
}

    .as-header h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 125%;
        letter-spacing: -0.015em;
        color: #82919D;
    }

.as-step {
    display: flex;
    position: relative;
    gap: 16px;
    align-items: center;
    margin-bottom: 47px;
}

    .as-step img {
        height: 32px;
        width: 32px;
    }

    .as-step::after {
        content: "";
        background: #586D7D;
        border-radius: 2px;
        position: absolute;
        left: 15px;
        top: 29px;
        height: 50px;
        width: 1px;
        z-index: -1;
    }

    .as-step.last::after {
        background: none;
    }

    .as-step h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: -0.015em;
        color: #2E485C;
    }

    .as-step a {
        padding: 6px;
        width: 158px;
        height: 31px;
        background: #1376BB;
        border-radius: 40px;
        margin-left: auto;
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        text-align: center;
        letter-spacing: -0.015em;
        color: #FFFFFF;
    }

    .as-step span {
        font-weight: 500;
        font-size: 16px;
        line-height: 125%;
        letter-spacing: -0.015em;
        color: #05944F;
        margin-left: auto;
    }

.step-number {
    width: 32px;
    height: 32px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #586D7D;
    border-radius: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #586D7D;
}

.active-step-area {
    position: relative;
    height: 61px;
}

    .active-step-area p {
        position: absolute;
        padding: 16px 24px;
        width: 810px;
        height: 70px;
        background: #EFF3F5;
        border-radius: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #2E485C;
        margin-left: 48px;
        bottom: 24px;
    }

    .active-step-area::before {
        content: "";
        background: #586D7D;
        padding: 6px;
        border-radius: 50%;
        position: absolute;
        left: 10px;
        top: 0;
    }

    .active-step-area::after {
        content: "";
        background: #586D7D;
        border-radius: 2px;
        position: absolute;
        left: 15px;
        top: 11px;
        height: 50px;
        width: 1px;
        z-index: -1;
    }

    .active-step-area.last::after {
        background: none;
    }