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

body, h1, h2, h3, h4, h5, h6 {
    font-family: Inter;
}

body {
    font-size: 14px;
}

.accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #1abdac;
}

.nav-item a { color: white; }
.nav-item a:hover, .nav-item a:visited { 
    color: white; 
    text-decoration: underline; 
    text-underline-offset: 20px;
}

/* your CSS goes here*/
body {
    /* background: #eee */
    background-color: #fff;
}

.fs-7 {
    font-size: 12px;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

#regForm {
    background-color: #ffffff;
    margin: 0px auto;
    /* font-family: Raleway; */
    padding: 30px;
    border-radius: 10px;
    /* min-width: 768px; */
}

.inputcustom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: -10px;
}

.inputcustom i {
    margin-left: -30px;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    /* font-family: Raleway; */
    border: 1px solid #aaaaaa
}

input.invalid {
    background-color: #ffdddd
}

select.invalid {
    background-color: #ffdddd;
}

.tab {
    display: none
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    /* font-family: Raleway; */
    cursor: pointer
}

button:hover {
    opacity: 0.8
}

#prevBtn {
    background-color: #bbbbbb
}

.step {
    height: 30px;
    width: 30px;
    background-color: #E7F7F5;
    border: none;
    border-radius: 50%;
    /* display: inline-block; */
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: 16px;
    opacity: 0.5
}

.step.active {
    color: black; 
    opacity: 1;
}

/* .step.finish {
    background-color: #4CAF50
} */

.all-steps {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

/* .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */


/* Hide the browser's default radio button */
input#NamaLengkap::placeholder,
input#EmailAddress::placeholder,
input#email::placeholder,
input#password::placeholder,
input#KataSandi::placeholder,
input#KonfirmasiKataSandi::placeholder,
input#NoHandphone::placeholder,
input#instagram::placeholder,
input#tiktok::placeholder,
input#youtube::placeholder,
input#website::placeholder {
    font-size: 14px !important;
}

.container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/* Login Form */

.loginForm {
    background-image: url(/image/login-bg.png); 
    background-position: center right; 
    background-size: cover; 
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    
    .loginForm {
        background: none;
    }

}

/* Login Form */

@media(max-width: 991px) {
    .sidebar {
        background-color: #033832;
        backdrop-filter: blur(10px);
    }
}