.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;
}

.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: 100vh; */
    /* min-height: 100vh; */
    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 {
    /* height: 100vh; */
    /* min-height: 100vh; */
    height: 100%;
    object-fit: cover;
}

.auth-full-page-content {
    /* height: 100vh; */
    min-height: 100vh;
    background-color: #f1f5fd;
}

.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;
}

.logo-header {
    width: 100%;
    max-width: 300px;
}

@media (min-width: 992px) {
    .block-komponen .title {
        min-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .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;
    }

    .offcanvas-header img {
        max-width: 230px;
    }
}