.hero-slider-wrapper .hero-slider .owl-slide.bg-overlay-400:before {
    background: rgba(30, 34, 40, 0.7);
}

.limit-1-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-2-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.limit-3-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.img-logo {
    max-width: 125px;
}

/* color: rgb(17, 136, 119); */

.img-footer {
    max-width: 250px;
}

.img-gedung {
    position: relative;
    z-index: 1;
    border-radius: .4rem;
}

.blog-section figure.overlay img {
    height: 300px !important;
    object-fit: cover;
}

.link-head {
    display: block;
    width: fit-content;
    background-color: #0071c1;
    padding: 15px;
}

.link-head img {
    max-width: 250px;
}

.link-head .img-light {
    display: none;
}

.auth-full-bg {
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 100%;
    position: relative;
}

.auth-full-bg .content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.img-login {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.img-login::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
}

.img-login img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auth-full-page-content {
    min-height: 100vh;
    background-color: #f1f5fd;
    display: flex;
}

.auth-full-page-content .more::after {
    font-size: .5rem;
    vertical-align: .15rem;
}

.card-role .card-body {
    display: flex;
    gap: 15px;
    align-items: center;
}

.card-role .card-body img {
    max-width: 70px;
    width: 100%;
    display: block;
}

.card-role .card-body a {
    line-height: 1.2;
    display: block;
    font-size: 16px;
    font-weight: 800;
    width: fit-content;
}

.card-role.custom:hover {
    background-color: #f0f0f0;
}

.card-role.custom .card-body {
    flex-direction: column;
    text-align: center;
}

.card-role.custom .card-body a {
    font-size: 14px;
}

.auth-full-page-content .img-login {
    display: none;
}

.auth-register {
    position: relative;
    min-height: 100vh;
}

.auth-register .img-login img {
    width: 100%;
}

.card-register {
    position: relative;
    z-index: 2;
}

.card-register .link-head {
    margin: 0 auto;
}

.card-register .link-head img {
    max-width: 300px;
}

.card-login {
    width: 75%;
    margin: auto auto;
}

.img-top-right {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 70px;
    height: 70px;
}

@media (min-width: 1600px) {
    .link-head {
        padding: 25px 50px;
        border-radius: 7px;
    }

    .link-head img {
        max-width: 200px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .link-head {
        padding: 15px 50px;
        border-radius: 0 15px 15px 0;
        margin-left: -50px;
    }

}

@media (max-width: 1600px) {
    .card-login {
        width: 75%;
        margin: auto auto;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .btn-submit {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .head-card {
        background-color: #fff;
        padding: 25px;
        margin: 35px 0;
        border-radius: .4rem;
    }

    .auth-full-bg {
        min-height: 100vh;
    }

    .auth-full-page-content {
        background-color: rgba(241, 245, 253, 0);
    }

    .auth-full-page-content h4 {
        color: #fff;
    }

    .auth-full-page-content .img-login {
        display: block;
    }

    .link-head .img-dark {
        display: none;
    }

    .link-head .img-light {
        display: block;
    }

    .col-login {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 480px) {
    .link-head {
        margin-top: 15px;
        padding: 15px 50px;
        border-radius: .4rem;
    }

    .link-head img {
        max-width: 150px;
    }

    .auth-full-bg {
        min-height: 135vh;
    }
}

@media (max-width: 320px) {
    .auth-full-bg {
        min-height: 135vh;
    }
}