@font-face {
    font-family: 'volta';
    src: url('./assets/font/VoltaModernDisplay-45Light-Trial.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    padding: 0;
    margin: 0;
    font-family: volta;
}

.page {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
}

.logo {
    background-image: url(./assets/images/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.centerLogo {
    height: 100%;
    width: 50%;
    left: 25%;
    position: absolute;
    display: block;
}

#registeredHCPpage {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    color: white;
    background: linear-gradient(to top right, #ff585d, #ffc101);
}

#que-popup {
    height: 70%;
    width: 50%;
    position: absolute;
    display: flex;
    top: 15%;
    left: 25%;
    background: #002068;
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-size: 30px;
}

#questionText {
    width: 90%;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 30%;
}

#questionText-yes,
#questionText-no {
    width: 20%;
    text-align: center;
    padding: 20px;
    background-color: black;
    border-radius: 30px;
}

#iConset-text,
#iConset-button {
    display: none;
}

#iConset-text {
    text-align: center;
    width: 90%;
}

#iConset-button {
    padding: 12px 20px;
    background: black;
    border-radius: 30px;
}

#page2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to top right, #ff585d, #ffc101);
}

#topLogo {
    height: 10%;
    width: 100%;
    right: 0;
    background-color: white;
    top: 0;
    position: absolute;
    z-index: 11;
}

#rightSide {
    height: 100%;
    width: 20%;
    right: 0;
    position: absolute;
}

.popup-box {
    width: 40%;
    height: auto;
    background: #002068;
    color: white;
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 15% auto;
}

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

#formText {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.popup-box .close-btn {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
    position: absolute;
    display: block;
    cursor: pointer;
    background-image: url(./assets/images/cancelIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* label {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    width: 100%;
    font-weight: 800;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 98%;
    padding: 10px 10px;
    border: 2px solid white;
    border-radius: 10px;
    background: transparent;
    color: white;
}

input::placeholder {
    color: #dcdcdc;
    font-size: 10px;
} */

.checkbox-row {
    margin-top: 15px;
    display: flex;
    align-content: space-evenly;
    width: 100%;
    font-size: 8px;
}

.checkbox-row label {
    display: flex;
    align-items: center;
    width: 50%;
    gap: 5px;
    margin: 0;
    font-size: 12px;
}

.continue-btn {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 30px;
    background: black;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.consent {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
}

#page3 {
    background: linear-gradient(to top right, #ffcfd0, #ffedb5);
}

#selectOptionBox {
    height: 54%;
    width: 54%;
    background-color: #002068;
    border-radius: 14px;
    top: 23%;
    left: 23%;
    position: absolute;
    color: white;
    display: none;
}

#selectOptionBox .close-btn {
    width: 35px;
    height: 35px;
    top: 6px;
    right: 6px;
    position: absolute;
    display: block;
    cursor: pointer;
    background-image: url(./assets/images/cancelIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#welcomText {
    position: relative;
    font-size: 28px;
    color: white;
    top: 4%;
    text-align: center;
    width: 60%;
    left: 20%;
    font-weight: 700;
}

#whiteline {
    width: 90%;
    background: white;
    height: 2px;
    left: 5%;
    position: relative;
    top: 6%;
}

#selectOptionText {
    font-size: 16px;
    text-align: center;
    position: relative;
    top: 9%;
    color: #c1c1c1;
    font-weight: 500;
}

.options {
    height: 35%;
    width: 40%;
    background-color: yellow;
    position: absolute;
    display: flex;
    top: 35%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
}

#option1 {
    left: 7%;
    background-color: black;
}

#listContentTitle-1 {
    display: none;
}

#listContentTitle-2 {
    display: none;
}

.l {
    background: linear-gradient(90deg, #16a9dc, #46e6e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#option2 {
    right: 7%;
    background-color: #4c6295;
    color: white;
}

#listContent {
    height: 74%;
    width: 54%;
    background-color: black;
    border-radius: 14px;
    top: 15%;
    left: 23%;
    position: absolute;
    display: none;
}

#listContent .close-btn {
    width: 35px;
    height: 35px;
    top: 6px;
    right: 6px;
    position: absolute;
    display: block;
    cursor: pointer;
    background-image: url(./assets/images/cancelIcon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#listContentTitle {
    position: relative;
    font-size: 35px;
    color: white;
    top: 4%;
    text-align: center;
    font-weight: 900;
    width: 60%;
    left: 20%;
}

#TextInfo {
    color: white;
    top: 9%;
    position: relative;
    text-align: center;
    width: 80%;
    left: 10%;
    font-size: 30px;
    font-weight: 500;
}

#scrollableContent-ldl,
#scrollableContent-lpa {
    width: 94%;
    height: 68%;
    background: black;
    overflow: scroll;
    position: absolute;
    left: 3%;
    top: 30%;
    display: none;
}

#scrollableContent-ldl::-webkit-scrollbar,
#scrollableContent-lpa::-webkit-scrollbar {
    display: none;
}

.card {
    width: 90%;
    position: relative;
    margin: 3%;
    padding: 2%;
    background: #032b63;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.card-left {
    width: 34%;
    height: 25vh;
    position: relative;
    top: 10%;
    /* background-color: white; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img {
    height: 60%;
    border-radius: 6px;
}

.card-right {
    width: 66%;
    color: white;
}

.card-title {
    margin: 0;
    font-size: 31px;
    font-weight: 700;
}

.card-text {
    margin: 10px 0 20px 0;
    font-size: 20px;
    opacity: 0.9;
    width: 75%;
    font-weight: 500;
}

.card-buttons {
    display: flex;
    gap: 15px;
    font-weight: 700;
}

.btn {
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
}

.btn-white {
    background: white;
    color: #032b63;
}

.btn-green {
    background: #caffbf;
    color: #032b63;
}

#disclaimer {
    height: 75%;
    width: 60%;
    position: absolute;
    background: #002068;
    color: white;
    top: 15%;
    left: 20%;
    z-index: 2;
    border-radius: 20px;
}

#headDisclaimer {
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
}

#textDisclaimer {
    font-size: 18px;
    padding: 30px;
}

#okButton {
    text-align: center;
    padding: 15px 0px;
    background: black;
    width: 16%;
    left: 42%;
    position: relative;
    border-radius: 20px;
}

@media (max-width: 600px) and (orientation: portrait) {

    /* portrait phone styles */
    #disclaimer {
        width: 90%;
        left: 5%;
        overflow: scroll;
    }

    #textDisclaimer {
        font-size: 15px;
    }

    #okButton {
        margin-bottom: 20px;
    }

    .centerLogo {
        width: 70%;
        left: 15%;
    }

    #rightSide {
        width: 40%;
    }

    #que-popup {
        height: 60%;
        width: 80%;
        top: 20%;
        left: 10%;
        font-size: 24px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"] {
        width: 94%;
    }

    .popup-box {
        width: 90%;
        padding: 25px;
        gap: 6px;
        top: 6%;
    }

    #formText {
        margin-top: 16px;
        font-size: 11px;
    }

    label {
        font-size: 15px;
    }

    #selectOptionBox {
        width: 80%;
        left: 10%;
        height: 60%;
        top: 20%;
    }

    .options {
        height: 20%;
        width: 60%;
    }

    #option1 {
        left: 20%;
        top: 36%;
    }

    #welcomText {
        font-size: 18px;
    }

    #option2 {
        right: 20%;
        top: 65%;
    }

    #listContent {
        width: 90%;
        left: 5%;
    }

    #TextInfo {
        font-size: 11px;
    }

    #scrollableContent-ldl,
    #scrollableContent-lpa {
        top: 25%;
    }

    .card {
        height: 32%;
        gap: 30px;
    }

    .card-left {
        height: 100%;
        top: 0;
    }

    .card-img {
        position: relative;
        left: 10%;
        height: 55%;
    }

    .btn {
        padding: 4px 8px;
        font-size: 10px;
    }

    .card-title {
        font-size: 12px;
    }

    .card-text {
        margin: 4px 0 12px 0;
        font-size: 11px;
        width: 80%;
    }

    #listContentTitle {
        font-size: 22px;
    }
}