/*PROFILE & REGISTER UPDATE*/



#pac-input {
    font-size: 15px;
    width: 247px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid #C2C2C2;
    background: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin-top: 11px;
}

.studio_image {
    width: 90px;
    height: 105px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.studio_descriptions {
    height: 63px;
}


/* REGISTER */
/* 1. HERO SECTION */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1508853713145-5a7090bd103c?q=80&w=2070&auto=format&fit=crop'); /* Gambar background papan tulis/kelas */
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-content p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
    font-size: 1.1rem;
    opacity: 0.9;
}

.btn-login {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: white;
    padding: 10px 50px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

    .btn-login:hover {
        background: white;
        color: black;
    }

/* 2. BUTTON SECTION (Register & Profile) */
.action-section {
    padding: 60px 0;
    background-color: white;
}

.card-action {
/*    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    border-radius: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 4px 8px 4px 8px ;
}

/* Tombol Hitam (Register) */
.card-register {
    background-color: #000;
    color: white;
    border: none;
}

/* Tombol Putih (Profile) */
.card-profile {
    background-color: #fff;
    color: #000;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.card-action i {
    font-size: 3.5rem;
    margin-bottom: 10px;
}

.card-action span {
    font-weight: 500;
    font-size: 1.1rem;
}

.card-action:hover {
    transform: translateY(-5px);
    color: inherit;
}

/* 3. WHY JOIN SECTION */
.why-join-section {
    padding: 40px 0 80px 0;
    text-align: center;
}

    .why-join-section h2 {
        font-weight: 700;
        margin-bottom: 25px;
    }

    .why-join-section p {
        max-width: 900px;
        margin: 0 auto;
        color: #666;
        line-height: 1.8;
    }

/* 4. CAROUSEL SECTION */
.carousel-container {
    width: 100%;
    position: relative;
}

.carousel-inner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Custom Indicators (Dots) */
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

/* Tambahkan ini di dalam tag <style> Anda */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.2rem; /* Ukuran judul lebih kecil di HP */
    }

    .hero-section {
        height: 60vh; /* Tinggi hero sedikit dikurangi agar tidak terlalu panjang */
    }

    .rowButton {
        --bs-gutter-x: 1rem !important;
    }

    .card-action {
        height: 120px; /* Tinggi kotak tombol dikurangi sedikit agar pas */
        padding: 20px 10px;
    }

        .card-action i {
            font-size: 2.5rem; /* Ukuran ikon disesuaikan */
        }

        .card-action span {
            font-size: 0.85rem; /* Ukuran teks tombol sedikit diperkecil */
        }

    .carousel-inner img {
        height: 350px; /* Gambar carousel tidak terlalu tinggi di mobile */
    }

    /*MOBILE PROFILE*/
    .profile-container {
        max-width: 450px;
        margin: 20px auto;
        padding: 15px;
    }

}




/*view PROFILE*/
.profile-container {
    margin: 20px auto;
    padding: 15px;
}

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    background: white;
    padding: 20px;
}

.label-text {
    color: #212529;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2px;
}

.value-text {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 15px;
}

.badge-paid {
    background-color: #28a745;
    font-size: 0.7rem;
    padding: 4px 12px;
}

.badge-waiting {
    background-color: #999;
    font-size: 0.7rem;
    padding: 4px 12px;
}

.badge-success {
    background: rgba(34, 154, 5, 1);
    font-size: 0.7rem;
    padding: 4px 12px;
}

.badge-error {
    background: rgba(224, 0, 0, 1);
    font-size: 0.7rem;
    padding: 4px 12px;
}


.btn-outline-custom {
    border: 1px solid #eee;
    color: #555;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 0;
}

.profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.header-title {
    font-weight: 700;
    font-size: 1.2rem;
}


/*menu table profile*/
.custom-tabs .nav-link {
    border: none;
    color: #ccc; /* Warna teks tidak aktif */
    font-weight: 600;
    padding: 10px 25px;
    background: none;
    transition: color 0.3s ease;
}

/* Warna saat hover */
.custom-tabs .nav-link:hover {
    color: #888;
    border: none;
}

/* Styling saat Tab Aktif */
.custom-tabs .nav-link.active {
    color: #000 !important; /* Warna teks aktif */
    background: none !important;
    border: none;
    border-bottom: 3px solid #000; /* Garis bawah hitam tebal */
    border-radius: 0;
}

/* Garis abu-abu tipis panjang di bawah semua menu */
.tab-underline {
    height: 1px;
    background-color: #eee;
    width: 100%;
    margin-top: -1px; /* Menempel tepat di bawah border active */
}

.tab-content h5 {
    font-size: 1.25rem;
    color: #000;
}


/*FILE*/
/* Styling untuk Label dan Select */
.label-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #333;
}

.custom-select {
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 10px 15px;
    font-size: 0.9rem;
    color: #555;
}

    .custom-select:focus {
        border-color: #ddd;
        box-shadow: none;
    }

/* Download All Link */
.download-link {
    font-size: 0.85rem;
    color: #0d6efd;
    font-weight: 500;
}

/* File Icon Styling */
.file-card-wrapper {
    width: fit-content;
}

.file-icon-box {
    background: white;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); /* Soft shadow seperti di gambar */
    border: 1px solid #f8f9fa;
}

.file-name {
    font-size: 0.85rem;
    color: #444;
    font-weight: 500;
}


/*OLD CSS*/
.banner .banner-item {
    height: 258px;
}

.banner .banner-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    position: relative;
}

    .banner .banner-item:before {
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.6);
        content: "";
    }

.registration {
}

input:hover, input:focus, .form-control:focus {
    background-color: #fff;
}

input::placeholder {
    color: rgba(0,0,0,0.5);
}

#location {
    height: 327px;
}


.status_badge {
    background: rgba(152, 152, 152, 1);
    padding: 2px 10px 2px 10px;
    border-radius: 4px;
    width: fit-content;
}

.pendign_status_item, .student_block_item, .total_fee_block {
    border-radius: 8px;
}

    .student_block_item.paid .select_student *, .student_block_item.paid .total_fee * {
        display: none;
    }

    .student_block_item .status_badge.success {
        display: none;
    }

    .student_block_item.paid .status_badge.success {
        display: block;
    }

.profile-picture_frame {
    width: 58px;
    height: 58px;
}

.searchbox {
    max-width: 400px;
    width: 100%;
}

    .searchbox input {
        width: 100%;
    }


.profile_card {
    border-radius: 8px;
    overflow: hidden;
}

.profile-header {
    height: 154px;
}


.profile_header_image_frame {
    width: 71px;
    height: 71px;
    border-radius: 100%;
    overflow: hidden;
}


table.dataTable, .custom_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: Arial, sans-serif;
}

    table.dataTable thead th, .custom_table thead th {
        background-color: #505050;
        color: white;
        padding: 10px;
    }

    table.dataTable tbody tr, .custom_table tbody tr {
        border-bottom: 1px solid rgba(234, 234, 234, 1);
    }

        table.dataTable tbody tr:nth-child(odd), .custom_table tbody tr:nth-child(odd) {
            background-color: rgba(234, 234, 234, 1); /* Light grey for odd rows */
        }

        table.dataTable tbody tr:nth-child(even), .custom_table tbody tr:nth-child(even) {
            background-color: #ffffff; /* White for even rows */
        }

    table.dataTable td, .custom_table td {
        padding: 10px;
    }

    table.dataTable table thead, .custom_table thead {
        border-bottom: 2px solid #ccc;
    }



.today_indicator {
    padding: 2px 4px 2px 4px;
    gap: 0px;
    border-radius: 4px;
    background-color: #0089ED;
    border-color: #0089ED;
}

.schedule_Selection {
    border: 1px solid transparent;
    border-bottom: 1px solid #E8E8E8;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.dropdownspecial .position-absolute {
    top: 10px;
    right: 10px;
}

.weekselection {
    width: 50px;
    height: 50px;
    background: #000000;
}

.dayswithinweek {
    width: 81px;
    height: 66px;
    border-color: transparent;
    background-color: transparent;
    border-radius: 4px;
    color: #636363;
    text-align: center;
    padding: 4px 0;
    color: #636363;
}

    .dayswithinweek.active {
        background: #0089ED;
        color: #fff !important;
    }

    .dayswithinweek.weekend {
        color: #AAAAAA;
    }


.nav-tabs .nav-link {
    border-color: transparent;
}

    .nav-tabs .nav-link.active {
        border-color: transparent;
        border-bottom: 2px solid #000;
        color: #000;
    }

.badge_counter {
    width: 14px;
    height: 14px;
    background: #0089ED;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
}

.schedule_form_card .form-control {
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 4px 50px 0px #AEAEAE1A;
}

.schedule_list_item, .additionalcharge_list_item {
    color: #AAAAAA;
    padding: 5px 0;
}

    .schedule_list_item:not(:last-child), .additionalcharge_list_item:not(:last-child) {
        border-bottom: 1px solid #E8E8E8;
    }

    .schedule_list_item .numbering {
        width: 18px;
        height: 18px;
        border-radius: 3px;
        color: #fff;
        background-color: #AAAAAA;
        padding: 0;
        text-align: center;
        display: flex;
        font-size: 10px;
        justify-content: center;
    }

    .schedule_list_item.active .numbering {
        color: #fff;
        background-color: #000;
    }

    .schedule_list_item.active {
        color: #000;
    }

    .additionalcharge_list_item .boxing {
        height: 19px;
        border-radius: 3px;
        color: #fff;
        text-align: center;
        display: flex;
        font-size: 10px;
        justify-content: center;
        padding: 0 10px;
    }

.ispaid {
    display: none;
}


.status_paid .ispaid {
    display: inline-block;
}

.status_paid .notpaid {
    display: none;
}

.pictureAttachmentGroup {
    width: fit-content;
}

.pictureAttachmentPreview {
    width: 101px;
    height: 101px;
    border-radius: 50%;
    border: 1px solid transparent;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
}

.picturetrigger {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    padding: 3px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -3px;
    right: 5px;
    z-index: 2;
    cursor: pointer;
}

.pictureBG {
    background-image: url(/assets/images/icons/Profile.png);
    background-position: center;
    background-color: #E0E0E0;
    background-repeat: no-repeat;
    background-size: 50px;
    width: 101px;
    height: 101px;
    top: 0;
    border-radius: 50%;
    position: absolute;
}


.list_optionbuttons .list_buttons_container {
    display: none;
    border: 1px solid;
    border-radius: 16px;
    padding: 0 10px;
    background: #fff;
    right: 0;
}


.list_optionbuttons.active .list_buttons_container {
    display: block;
}


@media(max-width:768px) {
    

    .status_badge {
        width: max-content;
    }
}

@media(max-width:425px) {
    .profile-picture_frame {
        /*width: 70px;*/
    }

    .total_fee .fs-24 {
        font-size: 18px;
    }

    .total_fee .view_schedule {
        font-size: 12px;
    }

    .dayswithinweek {
        width: auto;
        padding: 4px 4px;
        height: auto;
    }

        .dayswithinweek .day {
            font-size: 10px;
        }

        .dayswithinweek .date {
            font-size: 12px;
        }

    .total_fee_block button {
        padding: 6px 13px;
    }
}

.button_container {
    position: relative;
}

    .button_container .buttons_action_container {
        display: none;
        position: absolute;
        right: 0;
        width: 232px;
    }

    .button_container.active .buttons_action_container {
        display: block;
        background-color: #ffff;
        z-index: 1;
        border: 1px solid #e3e3e3;
        border-radius: 25px;
        padding: 6px;
    }

    .button_container .buttons_action_container button {
        font-size: 12px;
        line-height: 10px;
        padding: 10px;
    }

.selectedDate {
    color: #0089ED;
}
