@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=PT+Sans:wght@400;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Balsamiq+Sans:wght@400;700&family=Trochut:wght@400;700&family=Yusei+Magic&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,300;0,400;0,500;1,300&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500&display=swap");
body {
    padding: 0;
    padding-right: 0px;
    margin: 0;
    overflow-x: hidden;
    font-weight: 400;
    font-family: "Prompt", sans-serif;
}

.head-logo {
    font-family: "Montserrat Alternates", sans-serif !important;
    font-size: 25px;
    font-weight: 400;
}

.flex-grow {
    flex-grow: 1;
}
.content-wrapper {
    background: #fffafa;
    padding: 3.125rem 2.375rem 1rem 2.375rem;
    width: 100%;
    flex-grow: 1;
    @media (max-width: 767px) {
        padding: 1.5rem 1.5rem;
    }
}

.auth .login-half-bg {
    background: url("../images/bg_login.jpg");
    background-size: auto;
    background-size: cover;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.content-wrapper {
    background: #fffafa;
    padding: 3.125rem 2.375rem 1rem 2.375rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.page-body-wrapper {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.auth.auth-img-bg {
    padding: 0;
}

.form-custom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    transition: 0.2s;
    border-radius: 5px;
    border: 1px solid #fbf0f0;
}

.form-custom:hover,
.form-custom:focus,
.form-custom:active {
    border: 1px solid #c56ac9;
    border-radius: 5px;
}

.form-custom:hover i {
    color: #c56ac9;
}

@media (max-width: 991.98px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 90%;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .auth.auth-img-bg .auth-form-transparent {
        width: 55%;
        margin: auto;
    }
}

.judul_app {
    font-family: "Audiowide", cursive;
    font-weight: 400;
    font-size: 32px;
    color: #720ea1;
}

.auth .auth-form-transparent {
    background: transparent;
}
.text-left {
    text-align: left !important;
}
.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.1rem !important;
}

.auth form .auth-form-btn {
    height: 50px;
    line-height: 1.5;
}

.btn-primary {
    color: #fff;
    background-color: #12a2fa;
    border-color: #12a2fa;
}
@media (min-width: 2000px) {
    .col-xxl-2 {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 16.6667%;
        max-width: 16.666667%;
    }
}
@media (max-width: 1999px) and (min-width: 1400px) {
    .col-xxl-3 {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 25%;
        max-width: 25%;
    }
}

.login-head {
    margin-top: 15px;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: "Montserrat Alternates", sans-serif !important;
}

.box-rounded {
    min-height: 350px;
    border-radius: 20px;
}

.bg-primary-light {
    background: #badcff;
}

.text-primary-dark {
    color: #1764b8;
}
.text-danger-dark {
    color: #af545c;
}

.text-warning-dark {
    color: #c3a038;
}

.text-info-dark {
    color: #3b94a2;
}

.bg-success-light {
    background: #9deaaf;
}

.bg-danger-light {
    background: #fbaeb5;
}

.bg-warning-light {
    background: #f9e7b1;
}

.bg-info-light {
    background: #8de9f7;
}

.footer {
    bottom: 0;
}

.head-foot {
    font-family: "PT Sans", sans-serif !important;
}

.inner-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.link-footer {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 20px;
    background: #fff;
    color: #e83e8c;
    font-size: 12px;
    font-family: "PT Sans", sans-serif !important;
    width: fit-content;
}

.btn-outline-sage-light {
    color: #fff;
    border-color: #595a8a;
}

.btn-outline-sage-light:hover {
    color: #fff;
    background: linear-gradient(90deg, #FF6F61, #F06292);
    border-color: #fff;
}


.btn-tally-gray {
    color: #fff;
    background: #8F90AE;
    border-color: #8F90AE;
}

.btn-tally-gray:hover {
    color: #fff;
    background: #595a8a;
    border-color: #595a8a;
}

.btn-custom-2px {
    border: 2px solid !important;
}
/* .btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #c56ac9;
    border-color: #c56ac9;

} */
