@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap");

.left-wrapper {
    background-color: #4059e5;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    /* padding-bottom:100px; */
}

.bg-1 {
    background-image: url("/assets/onboarding.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-2 {
    background-image: url("/assets/onboarding-2.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-3 {
    background-image: url("/assets/onboarding-3.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-onboarding-danger {
    background: #e54040;
}

.m-onboarding {
    margin: 283px 95px;
}

.onboarding-point {
    font-size: 180px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.bg-onboarding-success {
    background-image: url("/assets/bg-onboarding-success.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.left {
    /* background-image: url("/assets/onboarding.webp"); */
    /* background-size: cover;
    background-repeat: no-repeat;
    max-height: 100vh;
    overflow: hidden;
    overflow-y: hidden; */
}

.right {
    background-color: #fff;
    min-height: 100vh;
    /* overflow: hidden;
    overflow-y: hidden; */
    min-height: calc(100vh);
}

.dropdown-item {
    /* width: max-content !important; */
}

.right-wrapper {
    background-color: #fff;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    /* padding-bottom:100px; */
    /* overflow: hidden; */
    min-height: calc(100vh + 150px);
}

.right-wrapper-regis {
    background-color: #fff;
    height: 100%;
    padding-left: 50px;
    padding-right: 50px;
    min-height: calc(100vh + 200px);
    /* padding-bottom:300px; */
}

.accordion-button {
    background-color: #fff;
    height: 80px;
    border-radius: 9px;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.not-register {
    margin-top: 130px;
}

h5 {
    color: #fff;
}

span {
    /* color: #fff; */
    /* font-size: 13px; */
}

.span-login{
    color: #fff;
    font-size: 13px;
}

span.logo {
    color: #facf49;
}

h3 {
    color: #000000;
}

h2.mb-3 {
    margin-top: 30px;
    color: #fff;
}

.heading-form {
    color: #fff;
    margin-top: 100px;
}

.register-heading {
    color: #fff;
    margin-top: 50px;
}

span.number {
    color: #333333;
}

body {
    font-family: Inter, sans-serif;
    /*			background: #444;*/
    font-size: 15px;
    margin: 0;
    padding: 0;
    background: #4059e5;
}

h3 {
    color: grey;
}

p.card-text {
    padding: 0;
    margin: 0;
}

.bg-warning {
    background-color: #fff1b8 !important;
}

.btn-secondary {
    color: #000;
    background-color: #f1f1f1 !important;
    width: 750px;
    height: 50px;
}

a.text {
    color: #facf49;
    font-size: 17px;
}

p.form {
    color: #999999;
    font-size: 12px;
    margin: 0;
}

p.text-col {
    padding: 0;
    margin: 0;
}

label.form {
    font-size: 14px;
}

.loader {
    position: fixed;
    top: 0;
    background: rgba(256, 256, 256, 0.9);
    width: 100%;
    height: 100svh;
    z-index: 3;
    display: none;
    justify-content: center;
    align-items: center;
}

.btn,
.form-control,
.form-select {
    border-radius: 4px;
}

.btn-light {
    font-weight: 300;
}

.custom-secondary {
    background-color: #ffffff;
}

.shout {
    display: block;
    position: fixed;
    border-radius: 0;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 0.8em;
}

#main {
    display: block;
    position: absolute;
    right: 0;
    width: calc(100%);
    height: calc(100svh);
    /*			background: #F1F1F1;*/
    overflow-y: scroll;
    /* overflow: hidden; */

    overflow-x: hidden;
}

#main .title {
    font-weight: 700;
    font-size: 1.3em;
}

#main .sub-title {
    font-weight: 700;
    font-size: 0.8em;
}

.accordion-button.no-arrow::after {
    background-image: initial;
}

.accordion-button.no-arrow:not(.collapsed)::after {
    background-image: initial;
}

.card {
    border-radius: 9px;
}

#main table.table {
    font-size: 0.75em;
    /*			background-color: #F7F6F7 !important;*/
    margin-bottom: 0px;
}

.shout {
    display: none;
}

table.table td,
table.table th {
    background-color: #f7f6f7 !important;
    color: #666;
}

table.table thead {
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

label.form {
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
}

#custom {
    color: #000000;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: white;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #fff;
}

.separator:not(:empty)::before {
    margin-right: 0.25em;
}

.separator:not(:empty)::after {
    margin-left: 0.25em;
}

.buttons {
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;

    padding: 15px 20px 12px 0px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);

    color: #000000;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;

    background-color: #f9f9f9;
}

h5.accordion {
    color: #333333;
}

.google-sign-in-button {
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;

    padding: 12px 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);

    color: #000000;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;

    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-logo {
    width: 30px;
    /* Menyesuaikan ukuran logo */
    height: auto;
    margin-right: 12px;
    /* Jarak antara logo dan teks */
}

.google-sign-in-button:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.google-sign-in-button:active {
    background-color: #eeeeee;
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25),
        0 0 0 3px #c8dafc;
}

.google-sign-in-button:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.notice {
    color: #ffffff;
    font-size: 12px;
}

a {
    color: #facf49;
    font-size: 14px;
}

.desktop {
    margin-top: 35%;
}

.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
    ) {
    background: #f0f0f0;
    color: #000;
}

.form-step {
    width: 400px;
}

.label-pass {
    font-size: 12px;
    color: #fff;
}

/*mobile mode*/
@media only screen and (max-width: 660px) {
    .span-login{
        color: #333333;
        font-size: 13px;
    }

    .label-pass {
        font-size: 12px;
        color: #333333;
    }

    .bg-1 {
        background-image: url("/assets/mobile.webp");
        margin-bottom: 20px;
        width: 100%;
    }

    .bg-2 {
        background-image: url("/assets/mobile-2.webp");
        margin-bottom: 20px;
        width: 100%;
    }

    .bg-3 {
        background-image: url("/assets/mobile-3.webp");
        margin-bottom: 20px;
        width: 100%;
    }

    .left {
        /* background-image: url("/assets/mobile.webp"); */
        background-size: cover;
        background-repeat: no-repeat;
        width: 470px;
        height: 300px;
        /* background-color: #4059E5; */
        /* margin-bottom: 20px; */
    }

    .desktop {
        margin-top: 0;
    }

    .right {
    }

    .col-md-4 {
        background-color: #ffffff;
        height: 100%;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
    }

    .notice {
        color: #414141;
    }

    .not-register {
        margin-top: 70px;
    }

    h5 {
        color: #414141;
    }

    #custom {
        color: #414141;
    }

    .buttons {
        color: #414141;
    }

    .google-sign-in-button {
        padding: 10px 16px 10px 36px;
        background-size: 20px 20px;
        background-position: 80px center;
        color: #414141;
    }

    .separator {
        color: #414141;
    }

    .separator::before,
    .separator::after {
        border-bottom: 1px solid #414141;
    }

    .separator:not(:empty)::before {
        margin-right: 0.25em;
    }

    .separator:not(:empty)::after {
        margin-left: 0.25em;
    }

    h2.mb-3 {
        /* margin-top: 80px; */
        color: #414141;
    }

    #email-label {
        color: #414141;
        font-size: 0.8em;
        font-weight: bold;
    }

    span {
        color: #414141;
        /* font-size: 13px; */
    }

    .heading-form {
        color: #414141;
        margin-top: 25px;
    }

    .register-heading {
        color: #414141;
        margin-top: 25px;
    }

    #menu {
        z-index: 1;
        box-shadow: 0px 0px 5px rgba(0, 0, 50, 0.5);
        display: none;
        left: -240px;
    }

    #header-brand {
        width: auto;
    }

    #main {
        width: 100%;
    }

    label.form {
        font-size: 0.8em;
        color: #000000;
        font-weight: bold;
    }

    #search-dashboard {
        width: 100% !important;
    }

    /* FIXING STYLE */
    .form-step {
        width: 100%;
    }

    .m-onboarding {
        margin: 151px 15px;
    }

    .m-onboarding > h3 {
        font-size: 20px;
    }

    .onboarding-point {
        font-size: 90px;
    }

    #onboarding-card {
        height: 500px;
    }

    .onboarding-message {
        font-size: 18px;
        text-align: center;
    }
}
