body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Poppins';
    display: flex;
    justify-content: center;
}

.index-container {
    background-image: url('https://grc.nos.wjv-1.neo.id/onsite/assets/landing-page-background2026.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width: 414px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box
}


.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.content img {
    max-width: 350px;
    width: 100%;
}

.content p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0 40px 0;
}

.content h1 {
    color: white;
    font-size: 45px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.content button {
    background-color: #2A2A2A;
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 7px;
}

.index-container img {
    padding: 0;
}

.email-box {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
}

.email-box p {
    text-align: left;
    font-size: 13px;
    margin: 0 0 5px 0;
}

.email-box input {
    margin: 0;
    width: 300px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    border: none;
}

.email-box button {
    background-color: #E77D26;
    color: white;
    padding: 18px 40px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    max-width: fit-content;
    margin: 20px 0 0 0;
    align-self: center;
    border-radius: 7px;
}


/* Home Page */
.container {
    background-position: center;
    width: 100%;
    height: max-content;
    max-width: 414px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    border: 1px solid black;
    min-height: 641px;
}

.header-info {
    padding: 20px 20px 0 20px;
}

.header-info h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
}

.header-info p {
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    padding: 8px 0 8px 0;
}

.content-home {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
}

.content-home .card {
    padding: 0px 5px 0px 5px ;
    cursor: pointer;
}

.card {
    width: calc(50% - 5px);
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.card img {
    width: 100%;
    display: block;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 20px 15px 20px;
    color: white;
    text-align: left;
    box-sizing: border-box;
}

.card-content h1 {
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.content-detail .type-attendance-box {
    align-items: center;
    text-align: center;
}

.type-attendance-box p{
    margin: 0 0 10px 0;
}

.type-attendance-box button {
    margin-bottom: 20px;
    background-color: #D9D9D9;
    color: black;
    border: none;
    border-radius: 7px;
    font-size: 16px;
    cursor: default;
    pointer-events: none;
    transition: background-color 0.3s;
    width: 120px;
    height: 40px;
    text-align: center;
    font-weight: 700;
}

.type-attendance-box button:hover {
    background-color: black;
    color: rgba(92, 251, 158, 1);
    font-weight: 700;

}

.type-attendance-box button.active {
    background-color: black;
    color: rgba(92, 251, 158, 1);
    font-weight: 700;
}


/* PROGRAM RUNDOWN */
.container .box-title {
    background-color: #080E0F;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.box-title img {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.box-title h1 {
    font-size: 20px;
    color: white;
    text-align: center;
    width: 75%;
}

.header-info-rundown p{
    text-align: center;
    font-size: 12px;
}

.container .button-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.button-options .agenda-btn {
    background-color: #F7F7F7;
    color: black;
    border: none;
    border-radius: 7px;
    /* padding: 10px 20px; */
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 180px;
    height: 40px;
    text-align: center;
    font-weight: 700;
}

.button-options .agenda-btn:hover {
    background-color: black;
    color: #5CFB9E;
    font-weight: 700;
}

.button-options .agenda-btn.active {
    background-color: black;
    color: #5CFB9E;
    font-weight: 700;
}

.button-options #seminar-btn:hover,
.button-options #seminar-btn.active,
.button-options #seminar-conference-btn:hover,
.button-options #seminar-conference-btn.active {
    color: #48CAE4;
}

.container .box-rundown-wrapper  {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.box-rundown-wrapper {
    background: none;
    padding: 0 20px 0 20px;
    justify-content: center;
}

.box-rundown-wrapper .box-rundown,
.box-rundown-wrapper .box-rundown-seminar,
.box-rundown-wrapper .box-rundown-off {
    margin-bottom: 20px;
}

.box-rundown-off {
    background-color: #F7F7F7;
    border-radius: 7px;
    color: black;
    padding: 20px;
    display: flex;
    align-items: center;
    border-left:20px solid #A0A0A0;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}

.box-rundown {
    background-color: #F7F7F7;
    border-radius: 7px;
    color: black;
    padding: 20px;
    display: flex;
    align-items: center;
    border-left:20px solid #5CFB9E;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}

.box-rundown-seminar {
    background-color: #F7F7F7;
    border-radius: 7px;
    color: black;
    padding: 20px;
    display: flex;
    align-items: center;
    border-left:20px solid #48CAE4;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);
}

.rundown-time {
    text-align: center;
    margin-left: 0;
    width: 30%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-right: 12px;
    margin-left: 0;
}

.time {
    font-size: 18px;
    font-weight: 700;
}

.duration {
    font-size: 10px;
    color: #555;
    margin-top: 2px;
}

.rundown-line {
    width: 5px;
    min-height: 100%;
    background-color: #168A8D;
    position: relative;
    margin-right: 8px;
    margin-left: 8px;
}

.rundown-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.rundown-info {
    display: flex;
    flex-direction: column;
    justify-items: left;
    text-align: left;
    justify-content: left;
    width: 90%;
}

.rundown-title {
    font-size: 18px;
    font-weight: 500;
}

.rundown-title-seminar {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}


.rundown-title-break {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #E77D26;
}

.rundown-title-speaker {
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 5px;
    max-width: 50px;
    min-width: 50px;
}

.rundown-speaker {
    font-size: 12px;
    color: #777;
}

.rundown-speaker-name {
    font-size: 11px;
    color: #333;
    margin-top: 2px;
    font-weight: 700;
}

.goto-session-btn {
    background: none;
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
}

.goto-session-btn img {
    width: 40px;
    height: 40px;
}

/* Update */

.content-detail {
    flex: 1;
}

footer {
    margin-top: auto;
    padding: 0;
}

.content-detail .header-img {
    padding: 0;
    margin: 0;
}

.content-detail .header-img img {
    width: 100%;
    height: auto;
    display: block;
}

footer img {
    width: 100%;
    height: auto;
    display: block;
}

/* Conference Materials */
.material-wrapper  {
    align-items: center;
    text-align: center;
    justify-content: center;
}

.material-wrapper {
    background: none;
    padding: 0 20px 0 20px;
    justify-content: center;
}

.card-material {
    background-color: #F7F7F7;
    border-radius: 7px;
    color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}

.card-material-locked .card-material {
    margin-bottom: 0;
    background-color: #D9D9D9;
}

.card-material-locked .card-material .pdf-title {
    color: #757575;
}

.card-material-locked p {
    text-align: justify;
    font-size: 10px;
    color: red;
    width: 100%;
}

.card-material-locked .card-material .download-btn {
    background: #BEBEBE;
}

.card-material .icon-pdf {
    width: 50px;
    height: 50px;
    margin: 0 5px 0 5px;
}

.pdf-title {
    flex-grow: 1;
    font-size: 12px;
    font-weight: 700;
}

.download-btn {
    background: #080E0F;
    color: #5CFB9E;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    margin: 0 5px 0 5px;
}

.download-btn .icon-download {
    width: 15px;
    height: 13px;
}

.unregistered-conference-card {
    padding: 0 0 25px 0px;
}

.registration-status {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.not-registered {
    color: #D13327;
    font-weight: bold;
}

.unregistered-conference-card .element-unregistered img {
    width: 250px;
}

/* Engage in Sessions */
.header-info-engage {
    padding: 0 20px 0 20px;
}

.header-info-engage p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 0 10px 0;
    text-align: justify;
}

.header-info-engage label {
    display: block;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.header-info-engage select {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
}

.engage-detail {
    padding: 20px 20px 0 20px;
}

.engage-detail h1{
    margin: 0;
    font-size: 25px;
}

.engage-detail p{
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
}

.engage-detail-speaker {
    padding: 10px 0 10px 0;
}

.engage-detail-speaker h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.engage-detail-speaker p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.engage-form {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
    min-height: 80px;
}

.submit-engage-btn {
    display: block;
    margin-left: auto;
    padding: 10px 20px;
    background-color: #080E0F;
    color: #48CAE4;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #0D888C;
}

.content-detail .horizontal-line {
    height: 2px;
    background-color: #DBDBDB;
    margin: 20px;
}

.engage-history {
    padding: 0 20px 20px 20px;
}

.engage-history h3 {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.engage-history-detail {
    display: flex;
    width: 100%;
    align-items: flex-end;
}

.engage-history-detail .detail-engage-question {
    background-color: #D13327;
    color: white;
    font-size: 12px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 5px 5px 5px 0;
}

.engage-history-detail .time-engage-question {
    width: 10%;
    font-size: 12px;
    padding-bottom: 10px;
}

/* Feedback Info */
.feedback-info {
    padding: 20px;
    margin: 20px;
    border: 1px solid #B5B5B5;
    border-radius: 7px;
}

.feedback-info h1 {
    color: #0D888C;
    font-size: 25px;
    margin: 0;
}

.feedback-info p {
    font-size: 12px;
    margin: 10px 0;
}

.feedback-info .elemet-feedback-info {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.elemet-feedback-info img{
    width: 180px;
    height: 180px;
}

.elemet-feedback-info button {
    max-width: fit-content;
    background-color: #080E0F;
    color: #48CAE4;
    font-weight: 700;
    font-size: 15px;
    border: none;
    padding: 10px 30px;
    border-radius: 8px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.grc-g {
    color: #168A8D;
}

.grc-r {
    color: #F79219;
}

.grc-c {
    color: #CC3727;
}

/* certificate */
.material-wrapper .element-certificate img{
    width: 250px;
}

.card-material-certificate {
    background-color: #F7F7F7;
    border-radius: 7px;
    color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
}

.card-material-certificate .certificate-title {
    flex-grow: 1;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px 0 20px;
}

.feedback-card {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid #0D888C;
}

.feedback-card.success {
    background-color: #D4EDDA;
}

.feedback-card.fail {
    background-color: #F7F7F7;
}

.feedback-btn {
    background-color: #0D888C;
    color: white;
    font-weight: 700;
    font-size: 12px;
    border: none;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.feedback-btn-payment-fail {
    background-color: #D13327;
    color: white;
    font-weight: 700;
    font-size: 12px;
    border: none;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
}

.feedback-icon {
    width: 40px;
    height: auto;
    margin-right: 20px;
}

.feedback-info-certificate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Speakaer Profile */
.speaker-card-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 0px 20px 20px 20px;
}

.speaker-card {
    flex: 0 1 calc(50% - 10px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #070E0F;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-sizing: border-box;
}

.speaker-card:hover {
    transform: scale(1.05);
}

.speaker-card img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}

.speaker-info {
    text-align: center;
    background-color: #070E0F;
    border-radius: 0 0 15px 15px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.speaker-info p {
    margin: 2px 0;
    word-wrap: break-word;
}

.speaker-name {
    font-weight: 700;
    color: #5CFB9E;
}

.speaker-title {
    font-size: 12px;
    font-weight: 700;
    color: white;
}

.speaker-company {
    font-size: 10px;
    color: #48CAE4;
}

/* Modal speaker */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal content */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    border-radius: 7px;
background: radial-gradient(48.64% 64.04% at 100% -2.63%, rgba(92, 251, 158, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFF;
    /* background: linear-gradient(to bottom, #FFFFFF 70%, #999999 100%); */
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 550px;
    position: relative;
}


.close {
    color: black;
    font-size: 28px;
    font-weight: bold;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid black;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
}

.close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body .speaker-card {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
}

.modal-body .speaker-card img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}

.speaker-details {
    text-align: justify;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* Modal Engage */
.modal-engage {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-engage {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
}

.close-btn-engage {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.modal-icon-engage {
    display: block;
    margin: 0 auto 15px auto;
    width: 200px;
}

.modal-thank-you-engage {
    color: #168A8D;
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

.modal-message-engage {
    text-align: center;
    font-size: 14px;
}


/* FORM */
.question-box {
    padding: 20px;
border-radius: 7px;
border: 1px solid rgba(72, 202, 228, 0.25);
    background-color: #ffffff;
    margin: 0 20px 20px 20px;
    box-sizing: border-box;
    border-radius: 7px;
}

.feedback-form {
    display: none;
    box-sizing: border-box;
}

.feedback-form h2 {
    font-size: 18px;
}

label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.feedback-form input[type="text"] {
    width: calc(100% - 5px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.button-group {
    display: flex;
    margin-bottom: 10px;
}

.input-question {
    margin-top: 0;
}

.gender-btn {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    margin-right: 5px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
}

.gender-btn:hover {
    background-color: black;
    color: #5CFB9E;
    font-weight: 700;
    box-shadow: none;
}

.gender-btn.active {
    background-color: black;
    color: #5CFB9E;
    font-weight: 700;
    box-shadow: none;
}

.rating-container {
    text-align: center;
    margin-bottom: 30px;
}

.rating-labels {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 12px;
}

input[type="range"] {
    width: 100%;
    margin-bottom: 10px;
    accent-color: #48CAE4;
}

.rating-numbers {
    display: flex;
    justify-content: space-between;
}

.feedback-form-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.feedback-form .feedback-form-buttons button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    color: #48CAE4;
        background-color: #080E0F;

    cursor: pointer;
    font-weight: 700;
    margin: 0 10px;
}

.next-btn,
.submit-btn {
    background-color: #080E0F;
    color:#48CAE4;
}

.next-btn:hover,
.submit-btn:hover {
    background-color: #168A8D;
}

.prev-btn {
    background-color: #E77D26;
}

.prev-btn:hover {
    background-color: #EFBA47;
}

/* Modal Feedback */
.modal-feedback {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-feedback {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;
}

.modal-icon-feedback {
    display: block;
    margin: 0 auto 15px auto;
    width: 200px;
}

.modal-thank-you-feedback {
    color: #168A8D;
    font-size: 30px;
    text-align: center;
    margin: 10px 0;
}

.modal-message-feedback {
    text-align: center;
    font-size: 14px;
}

.modal-button-feedback {
    display: block;
    margin: 20px auto 0 auto;
    padding: 10px 20px;
    background-color: #EFBA47;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.modal-button-feedback:hover {
    background-color: #e0a839;
}


.content button {

    background-color: #080E0F;
    padding: 13px 40px;
 } 