.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

@media (min-width: 1100px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1544px;
    }
}

@media (min-width: 900px) {
    .iq-navbar-header {
        height: 80px;
    }
}

@media (max-width: 900px) {
    .iq-navbar-header {
        height: 20px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
    color: var(--warna_text);
}

.var-color {
    background: var(--warna);
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.z-20 {
    z-index: 20;
}

.top-4 {
    top: 1rem;
}

.absolute {
    position: absolute;
}

.close-x {
    transition-duration: 0.3s;
    color: #ffffff;
    font-size: 0.875rem;
    background-color: #242424;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    padding: 0.5rem;
    border-radius: 0.375rem;
}

a.close-x:hover {
    color: #ffffff;
    background-color: #1c1c1c;
}

.btn.btn-primary:hover {
    color: var(--warna_text);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 0.375rem;
    padding: 5px 10px;
}

.btn.btn-primary:active {
    color: var(--warna_text) !important;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 0.375rem;
    padding: 05px 10px;
}

.btn.btn-primary:focus {
    color: var(--warna_text);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 0.375rem;
    padding: 5px 10px;
}

.btn.btn-primary {
    color: var(--warna_text);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    border-radius: 0.375rem;
    padding: 5px 10px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 0.375rem;
}

.form-control {
    color: #000 !important;
    background-color: hsl(var(--secondary-200));
    background-clip: padding-box;
    border: 1px solid hsl(var(--bg-color));
    border-color: hsl(var(--bg-color)) !important;
    border-radius: 0.375rem;
    padding: 1.2rem 1.2rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #000 !important;
    padding: 1.2rem 1.2rem;
}

.form-control::placeholder {
    color: hsl(var(--secondary-800)) !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--warna);
    background-clip: border-box;
    border: 1pxsolid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.max-width-height {
    max-width: 100%;
    max-height: 100%;
}

.img-fluid {
    max-width: 100%;
    height: 1020px;
    object-fit: cover;
    filter: brightness(0.8);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0c0c0c, rgb(0 0 0 / 0%));
    opacity: 1;
}

.area-button-sosmed a {
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 0.5em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    flex: 1;
    background: #fff;
}

.area-button-sosmed a.google-signin {
    margin-right: 10px;
}

.area-button-sosmed a img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.area-button-sosmed a {
    font-size: 14px;
}

.area-button-sosmed a img {
    width: 14px;
    height: 14px;
}

.separator {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 15px 0px;
}

.separator .border-separator {
    display: inline-block;
    border: 0.5px solid #fff;
    width: 50%;
}

.separator .text-separator {
    font-size: 0.857143rem;
    text-align: center;
    color: #fff;
    padding: 0px 18px;
    white-space: nowrap;
}

.frame-box-login-register {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /*margin-bottom: 50px;*/
    transition: all 0.3s ease-in-out;
}

.box-login-register {
    width: 430px;
    margin: 0 auto;
    background: white;
    border-radius: 0.3em;
    padding: 20px;
    /* margin-top: 35px; */
    /* margin-bottom: 35px; */
    cursor: default;
    box-shadow: 0px 3px 15px #63809e1f;
    border-radius: 0.6rem;
}

.area-login {
}

.area-login .header {
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}

.area-login .header h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.area-login .header h4 {
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
    line-height: 25px;
}

.area-login .header h4 a {
    color: var(--warna_3);
    text-decoration: none;
    font-weight: 600;
}

.area-login .area-button-sosmed a {
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 0.5em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    flex: 1;
}

.area-login .area-button-sosmed a.google-signin {
    margin-right: 10px;
}

.area-login .area-button-sosmed a img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
