/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
    padding-top: 40px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    background: linear-gradient(to bottom, #62CFF6, #D6F935, #026559);
    background-attachment: fixed;
    background-size: cover;
    
}
    /* .navbar-brand {
        color: black !important;
    } */
.navbar {
    padding: 10px 40px; /* Tambahkan padding */
}

.navbar-brand {
    font-size: 1.2rem;      
    font-weight: bold;
}

form .form-control {
    border-radius: 20px;
    padding: 8px 15px;
}

button[type="submit"] {
    border-radius: 20px;
}


.dropdown-toggle{
    padding: auto;
}
.btn-success {
    border-radius: 20px;
}

header {
    height: 92vh;
}

/* Background Blue: Gunakan untuk elemen tertentu jika ingin tetap ada gradasi tambahan */
.bg-blue {
    background: linear-gradient(to bottom, #62CFF6, #D6F935, #026559);
    z-index: -2;
}

/* Pastikan kategori bisa scroll secara horizontal tanpa mengganggu tata letak */
.kategori {
    overflow-x: auto;
}

/* Video Container: Sesuaikan ukurannya agar tetap responsif */
.video-container {
    position: relative;
    width: 100%; /* Gunakan 100% agar menyesuaikan dengan parent */
    padding-top: 56.25%; /* Aspect ratio 16:9 */
    overflow: hidden;
    z-index: -1;
}

/* Styling Video agar tidak keluar dari area */
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Gunakan 100% agar tetap responsif */
    height: 100%;
    object-fit: cover;
}

/* Video yang lebih fleksibel */
.video-fluid {
    width: 100%;
    height: auto;
    max-height: 650px;
    object-fit: cover;
    /* border-radius: 10px; */
}

.text-justify {
    text-align: justify;
}

#customVideoPlayer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#customVideoPlayer.fade-in {
    opacity: 1;
}

.video-wrapper {
    width: 100%;
    height: 100vh; /* atau 100% dari parent container */
    background-color: black;
    position: relative;
    overflow: hidden;
}
    
.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


.status-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 18px;
    color: #fff;
    font-size: 0.9em;
    font-style: italic;
    font-weight: bold;
    border-radius: 12px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    /* Tidak ada transform: rotate */
}
.status-approved {
    background: #28a745;
}
.status-rejected {
    background: #dc3545;
}
.status-pending {
    background: #ffc107;
    color: #333;
}
.notif-unread {
    background-color: #f8f9fa !important;
}
.notif-item:hover {
    background-color: #e9ecef !important;
}
   color: #333;
}
.notif-unread {
    background-color: #f8f9fa !important;
}
.notif-item:hover {
    background-color: #e9ecef !important;
}
