/* css LOGO IKA TPK */

.sidebar-brand {
    width: 70%; /* Membuat sidebar mengambil lebar penuh */
    max-width: 100px; /* Membatasi lebar maksimal jika diperlukan */
    margin: 0 auto; /* Memusatkan sidebar di tengah */
}

.logo-center {
    width: 100%; /* Gambar akan menyesuaikan lebar kontainer */
    height: auto; /* Memastikan rasio aspek gambar tetap */
    max-width: 150px; /* Batasi ukuran maksimum gambar jika perlu */
}
.body {
    font-family: 'Poppins', sans-serif;
}

 
/* css sidebar custome */
.bg-custom-gray {
    background-color: #cccccc;
}

.bg-custom-gray:hover {
    background-color: #ab3033;
}
.text-custom-dark {
    color: #1a1a1a;
}

/* css IKA TPK FISI MISI */
.text-content {
    max-width: 700px; /* Lebar maksimal konten */
    text-align: left; /* Rata kiri */  
}


/* border tabel */
.table,
.table-bordered {
    border: 2px solid #ffff; /* Atur warna dan ketebalan border */
}

.table-bordered th,
.table-bordered td {
    border: 2px solid #ffff ; /* Atur border untuk setiap sel */
}

/* JOB LINK ,OJT LINK */
.card-custom {
    border: 1px solid #dcdcdc;
    padding: 20px;
    background-color: #CCCCCC;
    
}
.header-text {
    color: #d9232d;
    font-weight: bold;
    font-size: 1.5rem;
}
.btn-custom {
    background-color: #d9232d;
    color: white;
    border: none;
}
.btn-custom:hover {
    background-color: #a51b23;
}


/* LAPORANA KEUANGAN */

.table-custom th {
    background-color: #b91d22;
    color: white;
}
.table-custom tbody tr {
    background-color: #f8f9fa;
}
.table-custom tfoot {
    background-color: #f1f1f1;
    font-weight: bold;
}


/* PO MERCHANDISE */


.product-card {
            background-color: #CCCCCC;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        }
        .btn-option {
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 5px 10px;
            margin-right: 5px;
            color: #333;
        }
        .btn-option.active {
            background-color: #b91d22;
            color: white;
        }


/* FORM PEMBAYARAN */

.form-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-label {
    font-weight: bold;
}
.btn-submit {
    background-color: #a42d2d;
    color: #ffffff;
    border: none;
    width: 100%;
}
.btn-submit:hover {
    background-color: #8c2626;
}


/* login */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #e9ecef;
}
.login-box {
    background-color: #CCCCCC;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.login-btn {
    background-color: #a42d2d;
    color: #fff;
    border: none;
}
.login-btn:hover {
    background-color: #8c2626;
}
.carousel-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.footer {
    background-color: #4d4d4d;
    color: #fff;
    padding: 20px;
}
.footer .button {
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #a42d2d;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 10px;
    text-decoration: none;
}
.footer .button:hover {
    background-color: #8c2626;
}
.footer-address {
    font-size: 14px;
    margin-top: 20px;
}

/* ===== */
.section-heading {
    color: #1a1a1a;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}
.section-content {
    color: #1a1a1a;
    margin-top: 20px;
}
.content-heading {
    font-weight: bold;
}
.content-subheading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.list-item {
    margin-left: 20px;
}


/* +++++++ */
.btn-custom {
    background-color: #c0392b;
    color: #ffffff;
    font-weight: bold;
}
.btn-custom:hover {
    background-color: #a93226;
}
.section-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}


/* kegiatan */
.table thead {
    background-color: #ab3033;
    color: #ffffff;
}
.table tbody {
    background-color: #e6e6e6;
    color: #1a1a1a;
}
.btn-daftar {
    background-color: #ab3033;
    color: #ffffff;
}
.btn-terlaksana {
    background-color: #4caf50;
    color: #ffffff;
}