@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    display: flex;
    justify-content: center;
    align-items: center; 
    min-height: 100vh; 
    background: #FFFFFF;
}

.container {
    width: 100%;
    display: flex;
    max-width: 1200px; 
    border-radius: 20px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #E63946 50%, #FFFFFF 50%);
}


.registrasi {
    flex: 1;
    display: flex;
}

form {
    width: 500px;
    margin: 80px auto;
}

h1{
    margin: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #E63946;
}

p {
    text-align: center;
    margin: 10px;
}

hr {
    border-top: 1px solid #D4D4D4;
}

form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    margin-bottom: 10px; 
}

input {
    width: 100%;
    margin-bottom: 10px; 
    border: none;
    outline: none;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #CED4DA;
}

button {
    border: none;
    outline: none;
    padding: 8px;
    /* width: 500px; */
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #E63946;
}

/* Konten Kiri */

.left {
    flex: 1;
    margin-left: 10px;
    min-height: 100px;
    background: #E63946;
}

.left-button {
    width: 510px;
    padding: 25px;
    margin-top: 50px;
    background-color: #E63946;
    color: #FFFFFF;
    margin-left: 25px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    bottom: 0;
}

.left-button img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.left-button hr{
    width: 100%;
    border-top: 1px solid #FFFFFF; 
}

.kumpulan-harga {
    background-color: #E63946; 
    border-radius: 20px; 
    padding: 15px; 
    margin-left: 25px;
    width: 510px;
    justify-content: center;    
}



.coba1 {
    width: 100%; 
    background-color: #111E4B; 
    margin-top: 5px; 
    padding: 10px;
    border-top-left-radius: 20px; 
    border-bottom-left-radius: 0px; 
    border-top-right-radius: 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.coba2 {
    width: 100%; 
    background-color: #111E4B; 
    padding: 10px;
    border-top-left-radius: 0px; 
    border-bottom-left-radius: 0px; 
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 0px;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
.coba3 {
    width: 100%; 
    background-color: #111E4B; 
    padding: 10px;
    border-top-left-radius: 0px; 
    border-bottom-left-radius: 20px; 
    border-top-right-radius: 0px; 
    border-bottom-right-radius: 20px;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

.coba1 .khusus-h1 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0; 
    font-weight: normal;
}

.coba2 .khusus-h1 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0; 
    font-weight: normal;
}

.coba3 .khusus-h1 {
    color: #FFFFFF;
    font-size: 17px;
    margin: 0; 
    font-weight: normal;
}


.kumpulan-button hr {
    border-top: 1px solid #FFFFFF; 
    top: 0;
}

.btn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    background-color: #FFFFFF;
    color: #2B2B2B;
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    transition: background-color 0.3s, color 0.3s; 
}

.btn1 .text {
    flex-grow: 1;
}

.btn1.active {
    background-color: #111E4B !important;
    color: #FFFFFF; 
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.dropdown-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s; 
}

.dropdown-content.show {
    display: block;
    opacity: 1;
    transition-delay: 0s; 
}

/* HALAMAN VERIFIKASI OTP */

.verifikasi-otp {
    text-align: center;
}
.verifikasi-otp img {
    display: block;
    margin: 0 auto;
    width: 250px; 
    height: 250px; 
}

.verifikasi-otp h2{
    color : #2B2B2B;
    font-size: 20px;
    font-weight: bold;
}
.verifikasi-otp p {
    color : #2B2B2B;
    font-size: 18px;
    margin: 0;
}

.verifikasi-otp input[type="text"]:not(.ignore) {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(7, 7, 7, 0.291);
    padding: 10px;
    margin-top: 20px;
    margin-right: 10px; 
    width: 40px;
    text-align: center;
}

.verifikasi-otp input[type="text"].input-filled:not(.ignore) {
    background-color: #F1F1F1;
}

.verifikasi-otp input[type="text"]:focus:not(.ignore) {
    outline: none;
    background-color: #E63946; 
}

/* HALAMAN SUKSES PEMBAYARAN */
.sukses-pembayaran {
    text-align: center;
}
.sukses-pembayaran img {
    display: block;
    margin: 0 auto;
    width: 250px; 
    height: 250px; 
}

.sukses-pembayaran h2{
    color : #2B2B2B;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}
.sukses-pembayaran p {
    color : #2B2B2B;
    font-size: 18px;
    margin: 0;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 750px;
        margin: 50px 20px 50px 20px;
        flex-direction:  column;
		-o-flex-direction:  column;
		-ms-flex-direction:  column;
		-moz-flex-direction:  column;
		-webkit-flex-direction:  column;
        background:fixed;
        padding: 0px;
    }
    
    .kumpulan-harga .nextForm {
        display: block !important;
        margin-top : 40px;
    }

    .container .left  {
        width: auto;
		border-top-right-radius: 10px;
        border-top-left-radius: 10px;
		border-bottom-left-radius: 0;
        margin: 0px;
    }

    .left .left-button  {
        width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
        margin: 50px 0px 0px 0px;
        padding: 25px 25px 0px 25px;
    }

    .left .kumpulan-harga  {
        width: auto;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
        padding-bottom: 35px;
        padding-left: 0px;
        margin-left: 20px;
    }

    form{
        width: auto;
        margin: 0px;
    }

    .registrasi{
        padding: 20px;
        /* display: none; */
    }

    button {
        width: 100%;
    }

    .right {
        width: 100%;
        height: 100%;
    }
    .verifikasi-otp{
        padding: 0px 20px 0px 20px;
    }
}







