.register-bg {
    /* background-image: url('/assets/content/bg-landing.svg'); */
    /* background: rgb(9, 147, 150) !important;
    background: -moz-linear-gradient(
        90deg,
        rgba(9, 147, 150, 1) 0%,
        rgba(73, 141, 186, 1) 100%
    ) !important;
    background: -webkit-linear-gradient(
        90deg,
        rgba(9, 147, 150, 1) 0%,
        rgba(73, 141, 186, 1) 100%
    ) !important;
    background: linear-gradient(
        90deg,
        rgba(9, 147, 150, 1) 0%,
        rgba(73, 141, 186, 1) 100%
    ) !important;
    background: rgb(71,190,183) !important;
    background: linear-gradient(140deg, rgba(71,190,183,1) 0%, rgba(80,205,137,1) 68%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#099396",endColorstr="#498dba",GradientType=1); */

    /* background: #099396; */
    background-image: url("/assets/content/bg-landing.svg"),
        linear-gradient(
            140deg,
            rgba(71, 190, 183, 1) 0%,
            rgba(80, 205, 137, 1) 100%
        ) !important;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #50cd89 !important;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #50cd89 !important;
    background: 0 0;
    border: 0;
    transition: color 0.15s ease-in-out;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color) !important;
    background-color: var(--bs-nav-pills-link-active-bg);
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

[data-bs-theme="dark"] body {
    background-image: url("/assets/media/auth/bg10-dark.jpeg");
    background-color: #13263c;
}
@media (max-width: 992px) {
    .custom-hide-mobile {
        visibility: hidden;
        display: none !important;
    }
}
.btn-check-danger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--bs-success) !important;
    transition: color 0.2s ease;
}
.status-diterima-custom {
    background-color: #ecf8ff !important;
    border: 5px solid !important;
    border-color: #ffffff !important;
}

.status-verifikasi-custom {
    background-color: #fff5e7 !important;
    border: 5px solid !important;
    border-color: #ffffff !important;
}

.status-ditolak-custom {
    background-color: #f8f5ff !important;
    border: 5px solid !important;
    border-color: #ffffff !important;
}

.status-info-custom {
    background-color: #fff5f8 !important;
    border: 5px solid !important;
    border-color: #ffffff !important;
}

.status-blm-lengkap-custom {
    background-color: #f8f5ff !important;
    border: 5px solid !important;
    border-color: #ffffff !important;
}
.underline-custom {
    text-decoration-line: underline !important;
}
.border-1-custom {
    border: 1px solid #e1e3ea !important;
}

.border-profile-navbar-custom {
    border: 3px solid #00afaf !important;
    border-radius: 12px !important;
}

@media (max-width: 576px) {
    .custom-h-100-sm {
        height: 100% !important;
    }
}
.swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.65) !important;
    backdrop-filter: blur(7px);
}
.modal {
    background: rgba(0, 0, 0, 0.15) !important;
    backdrop-filter: blur(5px);
}
.bg-register-custom {
    background-color: #13263c !important;
}

[data-bs-theme="light"] {
    --bs-app-bg-color: #f9f9f9 !important;
    /* --bs-header-bg:#13263c !important; */
    /* --bs-header-bg: linear-gradient(90deg, #FFF9EB 100%, #FFF9EB 100%); */
}

.custom-glass {
    box-shadow: 0 0 10 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(50px);
}

/* .custom-bg{
    background: url('/assets/content/bg-admin.jpg') no-repeat;
    background-position: calc(0% - 0rem) top, calc(120% + 15rem) top;
    background-size: cover;
    max-height: 350px !important;
} */

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 3px solid #071437 !important;
    transition: color 0.2s ease !important;
}

.nav-link {
    color: #071437 !important;
}

.hover-faq-custom {
    color: #cee8fc61;
    text-decoration: none;
    position: relative;
    padding: 10px 50px 10px 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 25px;

    /*change scale(3) to scale(1)*/
    .bg {
        background: #cee8fc61;
        width: 30px;
        height: 0px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -1px;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        border-radius: 25px;

        &:before,
        &:after {
            content: "";
            height: 0px;
            width: 10px;
            background: #cee8fc61;
            position: absolute;
            right: -2px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            border-radius: 25px;
        }

        &:before {
            bottom: 3px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        &:after {
            top: 3px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }

    &:hover {
        padding-right: 20px;
        color: #fff;

        .bg {
            height: 100%;
            width: 100%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            border-radius: 25px;

            &:before,
            &:after {
                right: 0;
            }

            &:before {
                bottom: 6px;
            }

            &:after {
                top: 6px;
            }
        }
    }
}

.four-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.four-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
