* {
    font-family: "Inter", sans-serif;
}

.bg-login {
    /* background-image: url('../../assets/login-bg.png'); */
    background-image:
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 9%),
        url(../../assets/login-bg.png);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.bg-jogja {
    /* background-image: url('../../assets/jogja-bg.jpg'); */
    background-image:
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 9%),
        url(../../assets/jogja-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.bg-thailand {
    /* background-image: url('../../assets/thailand-bg.jpg'); */
    background-image:
        linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 9%),
        url(../../assets/thailand-bg.jpg);
    background-position: center;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}


.icon-danamon {
    width: 174px;
}

.logo-event {
    width: 418px;
}

.tagline-event {
    width: 418px;
}


.content-login {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: auto;
    width: 100%;
}

.footer {
    /* max-width: 500px; */
    color: black;
}

.footer .footer-title {
    font-size: 20px;
    color: white;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    line-height: 100%;
}

.footer .footer-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: 100%;
    color: white;
}

.login-modal {
    padding: 30px;
}

.login-modal .title {
    color: #0A151F;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 20px;
}

.login-modal .title-md {
    color: #0A151F;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 20px;
}

.login-modal .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #0A151FB2;
    text-align: center;
}



/* MOBILE LAYOUT */

@media (max-width: 767.98px) {
    .content-login {
        flex-direction: column;
    }

    .icon-danamon {
        width: 100px;
    }

    .logo-event {
        width: 200px;
    }

    .tagline-event {
        width: 250px;
    }

    .footer .footer-title {
        font-size: 18px;
    }

    .footer .footer-text {
        font-size: 12px;
        font-weight: 500;
        margin: 0;
        line-height: 100%;
    }
}


/* BUTTON */
.button-primary {
    background-color: #EFAC3C;
    padding: 16px 24px;
    color: #0A151F;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #A6650340;
    cursor: pointer;
    outline: none;
    border: none;
}

.button-logout {
    background-color: #FE3B10;
    padding: 16px 24px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    outline: none;
    border: 1px solid #FFD4AC;
    box-shadow: 0px 4px 4px 0px #A6650340;
}


.form-control, .form-select {
    border: none;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus, .form-select:focus {
    border-bottom: 2px solid #EFAC3C;
    outline: none;
    box-shadow: none;
}

.form-control.is-invalid {
    border-bottom: 2px solid #F44336;
    outline: none;
    box-shadow: none;
}

.form-control.is-invalid:focus {
    border-bottom: 2px solid #F44336;
    outline: none;
    box-shadow: none !important;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:hover,
.form-control:-internal-autofill-selected,
.form-select:-webkit-autofill:focus,
.form-select:-webkit-autofill,
.form-select:-webkit-autofill:hover,
.form-select:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px white inset; /* ganti white sesuai background */
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #000; /* ganti warna teks sesuai desain */
    border-bottom: 2px solid #E0E0E0; /* tetap border fokus */
    outline: none;
}


.tab-btn {
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: center;
    color: #0A151F;
    border-bottom: 3px solid #E0E0E0;
    padding: 8px 10px;
    cursor: pointer;
    width: 100%;
    background-color: white;
}

.tab-btn[aria-expanded="true"] {
    border-bottom: 3px solid #EFAC3C;
}


.tab-btn .status {
    opacity: 50%;
}

.tab-btn .status.complete {
    color: #28a745;
    opacity: 1;
}


.select2-selection {
    border: none !important;
    border-bottom: 2px solid #E0E0E0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.select2-selection:focus {
    border: none !important;
    border-bottom: 2px solid #EFAC3C !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #E0E0E0;
    box-shadow: 0px 4px 4px 0px #A6650340;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #0A151F;
    background-color: #EFAC3C !important;
}


.form-label {
    font-weight: 500;
    font-size: 16px;
    color: #0A151F;
}

.form-label small {
    font-weight: 500;
    font-size: 12px;
    color: #0A151F;
}


.location-event {
    font-weight: 900;
    font-size: 13px;
    border-bottom: 1px solid black;
    width: fit-content;
    margin: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    padding-top: 5px;
}

.tagline-event-wrapper {
    width: 418px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
}

.tagline-event-wrapper img {
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {

    .tagline-event-wrapper {
        width: 250px;
        margin-right: auto;
    }
}
