﻿
.content-heading_custom {
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-size: .875rem;
    font-weight: 600;
    color: #6c757d;
    line-height: 1.75;
    text-transform: uppercase;
    letter-spacing: .0625rem
}

.content-heading_custom small, .content-heading_custom .small {
    margin-top: .25rem;
    font-size: .875rem;
    font-weight: 400;
    color: #6c757d;
    text-transform: none;
    letter-spacing: normal
}

@media (min-width: 768px) {
    .content-heading_custom {
        padding-top: 0rem;
    }

        .content-heading_custom small, .content-heading_custom .small {
            margin-top: 0;
        }
}

.block-content > .content-heading_custom:first-child, .content > .content-heading_custom:first-child {
    padding-top: 0 !important;
}

.content-heading_custom .dropdown {
    line-height: 1.5;
}

html.dark .content-heading_custom,
html.dark .content-heading_custom small,
html.dark .content-heading_custom .small {
    color: #99a8bd;
}

@media (min-width: 1200px) {
    #content.content-narrow {
        width: 90%
    }
}

.content-header-openclosecaw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1.87rem;
    padding-bottom: 0.5rem;
}


.back-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease-in-out;
}

    .back-to-top:hover {
        background-color: #0056b3;
    }

.btn-dark-toggle {
    color: black !important;
}

.dark .btn-dark-toggle {
    color: white !important;
}

    .custom-placeholder::placeholder {
        color: #ccc !important;
        opacity: 1 !important;
    }


    .preview {
        max-width: 150px;
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 20px;
        /* jarak antara line dan gambar */
    }

    .line {
        border-left: 2px solid #ccc;
        height: 100%;
    }

    .preview img {
        max-width: 200px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }