
body {
    background-color: #e3edfd;
    font-family: 'Roboto', sans-serif;
}

.thank-you-page-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

.thank-you-forms-card {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 48px;
    padding-bottom: 60px;
    padding-left: 48px;
    max-width: 720px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thank-you-top-header {
    background-color: #0a5ab3;
    padding-top: 40px;
    padding-right: 48px;
    padding-bottom: 40px;
    padding-left: 48px;
    margin-top: 0px;
    margin-right: -48px;
    margin-bottom: 0px;
    margin-left: -48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.thank-you-header-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4;
}

.thank-you-content-wrapper {
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: center;
}

.thank-you-icon-container {
    background-color: #e8f5e9;
    width: 80px;
    height: 80px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-check-icon {
    color: #43a047;
    font-size: 40px;
}

.thank-you-main-title {
    color: #202124;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 15px;
}

.thank-you-description-text {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 0px;
    margin-bottom: 40px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.thank-you-secondary-text {
    color: #80868b;
    font-size: 14px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 0px;
}

.back-to-home-button {
    background-color: #0a5ab3;
    color: #ffffff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 12px;
    padding-right: 32px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s ease;
}

.back-to-home-button:hover {
    background-color: #3973b6;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .thank-you-forms-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    .thank-you-top-header {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }
}

.closed-top-header {
background-color: #5f6368;
padding-top: 40px;
padding-right: 48px;
padding-bottom: 40px;
padding-left: 48px;
margin-top: 0px;
margin-right: -48px;
margin-bottom: 0px;
margin-left: -48px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}

/* Container Icon menggunakan warna Warning/Danger */
.closed-icon-container {
background-color: #fff3e0;
width: 80px;
height: 80px;
border-top-left-radius: 50%;
border-top-right-radius: 50%;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 30px;
margin-left: auto;
display: flex;
align-items: center;
justify-content: center;
}

.closed-warning-icon {
color: #ef6c00;
font-size: 40px;
}

/* Tombol sekunder jika ingin warna berbeda */
.btn-neutral {
background-color: #5f6368;
}
.btn-neutral:hover {
background-color: #3c4043;
}
