html {
    scroll-behavior: unset !important;
}

/* 
    easily start the state as display none, then use jquery .show() to make it appear, bootstrap d-none does not work
    because bootstrap version has !important in it
*/
.make-none {
    display: none;
}

.main-menu-wrapper {
    position: relative;
    left: 62px;
}

#contact-us {
    scroll-margin-top: 200px;
}

@media only screen and (max-width: 991.98px) {
    .main-menu-wrapper {
        position: fixed;
        left: 0;
    }
}

.mydashboard:hover {
    color: darkblue;
}

.event-dropdown {
    max-width: unset;
}

.event-dropdown a:hover {
    font-weight: unset;
    color: black;
}

.img-height {
    max-height: 430px;

    /* background-color: rgb(106, 255, 0); */
    /* max-height: 430px; */
    /* align-items: center;
    justify-content: center; */
    /* padding-top: 180; */
}

/* Large images */
/* .vertical-slider .slider-for .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
}

.vertical-slider .slider-for .slick-slide img {
    margin: 5px 0;
    width: auto;
    height: auto;
    min-width: 300px;         
    min-height: 200px;        
    max-width: 100%;
    max-height: 450px;
    object-fit: contain;
    display: block;
} */

/* Large images */
.vertical-slider .slider-for .slick-slide img {
    margin: 5px 0;
    width: 100%;
    max-width: 100%;
    max-height: 450px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Small thumbnail images */
.vertical-slider .slider-nav .slick-slide img {
    margin: 5px 0;
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.slider-height {
    /* min-height: 350px; */
}

.cust_minH {
    min-height: 60px;
    /* max-height: 60px; */
    /* text-wrap: nowrap; */
}

[x-cloak] {
    display: none !important;
}

.custom_title_bg {
    background-color: var(--primary-color) !important;
}

.custom_hover:hover {
    /* background-color: #6aff00; */
    color: #d63384 !important;
    /* magenta or a bold contrast */
    text-decoration: underline;
}

.custom_hover a:hover {
    color: unset;
}

.custom_small_img_border {
    border-width: 1px;
    border-color: black;
    /* border-inline: 5px solid red; */
    border-block-style: solid;
    border-block-color: rgb(5, 5, 5) rgb(1, 1, 1);
    border-inline: 1px solid rgb(0, 0, 0);
}

.custom_2nd_bg a {
    background-color: white;
    /* Inactive background */
    color: black;
    /* Inactive text */
    text-decoration: none;
    /* Optional: remove underline */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom_2nd_bg a:hover,
.custom_2nd_bg a:active {
    background-color: #ff006e !important;
    /* Hover & Active background */
    color: white;
    /* Hover & Active text */
}

#serviceTab a.active {
    background-color: #ff006e !important;
}

#service-overview {
    scroll-margin-top: 90px;
    /* Adjust based on your fixed navbar height */
}

.blackText {
    color: black !important;
}

/* ============================================= */
.cust_pink {
    color: #ff006e !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_icon_w_txt {
    /* background: white; */
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_icon_w_txt.selected {
    background: white !important;
    color: #ff006e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/* make icon pink */
.fav-icon {
    background: #d9d9d9 !important;
    color: #ff006e !important;
}

.fav-icon.selected {
    background: #ff006e !important;
    color: #fff !important;
}

/* ----------------- */

.cust_container {
    flex-direction: "row";
    gap: 10px;
}

.cust_container .fav-icon {
    width: 160px;
    height: 36px;
    /* border-radius: 50%; */
    background-color: unset !important;
    color: #ff006e;
    font-size: 16px;
    /* flex-shrink: 0; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.cust_container .fav-icon:hover,
.cust_container .fav-icon.selected {
    /* background: var(--primary-color); */
    color: unset;
}

.custom_container {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cust_tp {
    width: 85%;
    margin-top: 10px;
}

.cust_dwselect {
    border: 1px solid #ebeced;
}

.cust_m {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cust_bg {
    background-color: aquamarine;
}

.cust_hide {
    display: none !important;
}

.cust_show {
    display: block !important;
}

.cust_linkcolor {
    color: rgb(24, 95, 195);
}

.cust_fontsize {
    font-size: smaller;
}

.cust_inputTxt {
    width: 80px;
}

.cust_item {
    justify-content: space-around;
    align-items: center;
    margin-right: 10px;
}

.cust_calander {
    /* background-color: aquamarine; */
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
    /* margin-left: 5px; */
}

.cust_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: last baseline;
    gap: 10px;
    /* background-color: aquamarine; */
    margin-bottom: 6px;
}

.cust_mb {
    margin-left: -5px;
}

.cust_errMsg {
    color: #ff3131;
}

.cust_bold {
    font-weight: bold;
    font-size: larger;
}

.cust_padding {
    padding-right: 15;
}

.cust_text {
    font-size: large;
}

.cust_item_row {
    justify-content: flex-start;
    align-items: flex-end;
}

.cust_badge {
    background: #fbe9d2 !important;
    color: #ea911e !important;
}

.cust_row_justify {
    justify-content: space-between;
}

.cust_full_wh {
    width: 100%;
    height: 100%;
}

.cust_full_w {
    width: 100%;
}

.cust_min_w {
    width: 160px;
}

.cust_align_right {
    align-self: right;
    text-align: right;
}

.cust_loading {
    margin-top: 250px;
    position: absolute;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.cust_loadTxt {
    color: rgb(46, 120, 163);
    text-align: center;
    align-self: center;
    align-content: center;
}

.cust_result {
    justify-content: center;
    align-items: center;
}

.cust_result_icon {
    background-color: #d63384;
    justify-content: center;
    align-items: center;
}

.cust_variants_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: max-content;
}

.cust_chk_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cust_chk_inner_container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 10;
}

.cust_addons_name {
    padding-left: 10;
    font-size: small;
}

.cust_addons_price {
    font-size: small;
}

.cust_padding_left {
    padding-left: 10px;
}

.cust_padding_left2 {
    padding-left: 20px;
}

.cust_fontsizeLarge {
    font-size: medium !important;
}

.cust_radio_container {
    align-items: center !important;
    justify-content: center;
}

.cust_addon-container {
    padding: auto;
}

.cust_font_bold {
    font-weight: bold;
}

.cust_between {
    /* justify-content: space-between !important; */
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.cust_margin_right {
    padding-right: 25px !important;
}

.cust_bg2 {
    background-color: rgb(248, 239, 169);
}

.cust_padding_right {
    padding-right: 25px;
}

.cust_padding_right2 {
    padding-right: 55px;
}

.cust_padding_right3 {
    padding-right: 110px;
}

.cust_w {
    width: 160px;
}

#icon2.ti {
    pointer-events: none;
}

.cust_border_red {
    /* border-width: 1px;
    border-color: #ff3131;*/
    border-radius: 5px;
    background-color: rgba(255, 49, 49, 0.2);
}

.cust_display_col {
    display: flex;
    flex-direction: column;
}

.cust_myBtn {
    background-color: #ffbb00;
    color: rgb(0, 0, 0);
    border: 1px solid #ffbb00;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding: 7px 15px;
    transition: 0.5s;
    cursor: pointer;
}

.cust_myBtn:hover {
    background-color: #ff006e;
    /* slightly darker shade */
    color: #ffffff;
    /* white text on hover */
    border-color: #ff006e;
}

.cust_myBtn-light {
    background-color: rgb(235, 236, 237);
    color: rgb(36, 43, 58);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 236, 237);
    border-image: initial;
}

.cust_justify_center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.cust_full_h {
    height: 100% !important;
}

.cust_self_start {
    align-self: flex-start;
}

.cust_padding_l {
    padding-left: 45px;
}

.clickable-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.cart-header {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.cart-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.event-selection {
    display: flex;
    align-items: center;
    gap: 12px;
}

.event-selection h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.event-group-card {
    background: #fafafa;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
}

.event-group-header {
    margin-bottom: 20px;
}

.event-group-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 6px 0;
}

.event-group-desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 16px 0;
    padding-left: 4px;
}

.event-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    padding-left: 4px;
}

.event-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: #000000;
}

.event-meta-label {
    font-size: 1rem;
    font-weight: 500;
    color: #5f5f5f;
}

.select-all-wrapper {
    padding: 12px 16px;
    background: white;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.select-all-wrapper .form-check-input {
    margin: 0;
}

.select-all-wrapper .form-check-label {
    margin: 0;
    cursor: pointer;
}

.vendor-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
}

.vendor-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vendor-header:hover {
    background: #fafafa;
}

.vendor-image-container {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
}

.vendor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vendor-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: white;
}

.vendor-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.item-card {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.item-card:last-child {
    border-bottom: none;
}

.item-card:hover {
    background: #f9fafb;
}

.item-main {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.item-checkbox {
    margin-top: 4px;
    flex-shrink: 0;
}

.item-image {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.item-details {
    flex: 1;
    min-width: 0;
}

.item-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.item-type-badge {
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.badge-product {
    background: #ffce00;
    color: #00225c;
}

.badge-service {
    background: #dbeafe;
    color: #1e40af;
}

.item-info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
}

.item-info-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.item-info-value {
    padding-left: 12px;
    font-size: 14px;
    color: #666;
}

.planning-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.planning-time-valid {
    background: #dcfce7;
    color: #166534;
}

.planning-time-invalid {
    background: #fee2e2;
    color: #991b1b;
}

.item-section {
    margin: 12px 0;
}

.item-section-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.item-section-content {
    padding-left: 12px;
    font-size: 14px;
    color: #666;
}

.addon-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    font-size: 13px;
}

.item-price {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: right;
    min-width: 120px;
    margin-left: auto;
    padding-left: 16px;
    flex-shrink: 0;
}

.item-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    min-width: 100px;
}

.item-actions button {
    white-space: nowrap;
}

.empty-cart {
    background: white;
    border-radius: 12px;
    padding: 60px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.empty-cart-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.empty-cart-text {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.btn-outline-dark {
    border: 1.5px solid #e5e5e5;
    color: #1a1a1a;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-outline-dark:hover {
    background: #1a1a1a;
    color: white;
    border-color: #1a1a1a;
}

.btn-outline-danger {
    border: 1.5px solid #fee2e2;
    color: #dc2626;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: all 0.2s;
}

.btn-outline-danger:hover {
    background: #dc2626;
    color: white;
    border-color: #dc2626;
}

/* Tablet and Mobile Styles */
@media (max-width: 768px) {
    .cart-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px;
        gap: 12px;
    }

    .cart-title {
        font-size: 20px;
    }

    .event-selection {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .event-selection h5 {
        font-size: 14px;
    }

    .event-group-card {
        padding: 16px;
        margin-bottom: 16px;
    }

    .event-group-header {
        margin-bottom: 16px;
    }

    .event-group-title {
        font-size: 18px;
    }

    .event-group-desc {
        font-size: 13px;
    }

    .event-meta {
        flex-direction: column;
        gap: 8px;
        padding-left: 0;
    }

    .event-meta-item {
        font-size: 14px;
        width: 100%;
        justify-content: space-between;
    }

    .event-meta-label {
        font-size: 14px;
    }

    .select-all-wrapper {
        width: 100%;
        padding: 10px 12px;
        justify-content: flex-start;
    }

    .vendor-card {
        margin-bottom: 12px;
    }

    .vendor-header {
        padding: 16px;
    }

    .vendor-name {
        font-size: 16px;
    }

    .vendor-image-container {
        width: 40px;
        height: 40px;
    }

    .item-card {
        padding: 16px;
        position: relative;
    }

    .item-main {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .item-checkbox {
        position: absolute;
        top: 20px;
        right: 20px;
        margin-top: 0;
        width: 20px;
        height: 20px;
    }

    .item-image {
        width: 100%;
        max-width: 200px;
        height: auto;
        aspect-ratio: 1;
        align-self: center;
        margin-top: 8px;
    }

    .item-details {
        width: 100%;
        padding-right: 32px;
    }

    .item-name {
        font-size: 15px;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .item-type-badge {
        font-size: 10px;
        padding: 3px 8px;
    }

    .item-info-row {
        padding: 8px 0;
        font-size: 13px;
        border-bottom: 1px solid #f0f0f0;
    }

    .item-info-label,
    .item-info-value {
        font-size: 16px;
    }

    .planning-time-badge {
        font-size: 12px;
        padding: 3px 8px;
    }

    .item-section {
        margin: 10px 0;
        padding: 10px;
        background: #f9fafb;
        border-radius: 6px;
    }

    .item-section-title {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .item-section-content {
        padding-left: 8px;
        font-size: 13px;
    }

    .addon-item {
        flex-direction: column;
        gap: 4px;
        padding: 6px 0;
        border-bottom: 1px solid #e5e5e5;
        font-size: 12px;
        align-items: flex-start;
    }

    .addon-item:last-child {
        border-bottom: none;
    }

    .item-price {
        width: 100%;
        text-align: right;
        font-size: 20px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 12px;
        border-top: 2px solid #e5e5e5;
        color: #16a34a;
    }

    .item-actions {
        width: 100%;
        flex-direction: row;
        gap: 8px;
        margin-top: 8px;
        min-width: auto;
    }

    .item-actions button {
        flex: 1;
        font-size: 13px;
        padding: 10px 12px;
    }

    .empty-cart {
        padding: 40px 20px;
    }

    .empty-cart-title {
        font-size: 16px;
    }

    .empty-cart-text {
        font-size: 13px;
    }
}

/* Extra small devices */
@media (max-width: 576px) {
    .cart-header {
        padding: 12px;
    }

    .cart-title {
        font-size: 18px;
    }

    .event-group-card {
        padding: 12px;
        border-radius: 12px;
    }

    .event-group-title {
        font-size: 16px;
    }

    .vendor-header {
        padding: 12px;
    }

    .vendor-name {
        font-size: 15px;
    }

    .item-card {
        padding: 12px;
    }

    .item-checkbox {
        top: 16px;
        right: 16px;
    }

    .item-image {
        max-width: 160px;
    }

    .item-name {
        font-size: 14px;
    }

    .item-price {
        font-size: 18px;
    }

    .item-actions button {
        font-size: 12px;
        padding: 8px 10px;
    }

    .event-meta-item {
        font-size: 13px;
    }
}

.item-name-minimal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.item-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    flex: 1;
}

.item-variant-sub {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #9ca3af;
    margin-top: 3px;
}

.alert-container {
    position: fixed;
    right: 25px;
    width: 500px;
    top: 70px;
    z-index: 9999;
}

.accordion-button.border-start-success {
    border-left: 4px solid #28a745 !important;
}

.accordion-button.border-start-danger {
    border-left: 4px solid #dc3545 !important;
}

.accordion-button.border-start-info {
    border-left: 4px solid #17a2b8 !important;
}

.accordion-button.border-start-dark {
    border-left: 4px solid #343a40 !important;
}

.accordion-button.border-start-secondary {
    border-left: 4px solid #6c757d !important;
}

/* Timestamp Order Status */
.activity-timeline {
    position: relative;
    padding-left: 0.5rem;
}

.timeline-item {
    display: flex;
    align-items: flex-start; 
    position: relative;
}

.timeline-item:not(:last-child) {
    margin-bottom: 1rem;
}

.timeline-dot-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: 24px;
    width: 24px;
    flex-shrink: 0;
    align-self: stretch;
}

.timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.timeline-dot.completed {
    background-color: #28a745;
}

.timeline-dot.incomplete {
    background-color: transparent;  
    border: 1.5px solid #28a745;      
    box-shadow: none;                
}

.timeline-line {
    position: absolute;
    width: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: currentColor;
}


.timeline-line.line-after {
    top: 16px;
    height: calc(100% + 1rem - 22px);
}

.timeline-line.completed {
    background-color: #28a745;
    opacity: 1;
}

.timeline-line.incomplete {
    background-color: #adb5bd;
    opacity: 1;
}

.timeline-content {
    margin-left: 1rem;
    flex-grow: 1;
    margin-top: 0; 
    padding-top: 0;
}

.timeline-content:not(:last-child) {
    padding-bottom: 0.25rem;
}

.timeline-header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

@media (min-width: 768px) {
    .timeline-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
    }
}

.timeline-title {
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0;  
    line-height: 0.8; 
}

.timeline-title.completed {
    color: #28a745;
    font-weight: 800;
}

.timeline-title.incomplete {
    color: #6c757d;
}

.timeline-timestamp {
    font-size: 0.875rem;
    white-space: nowrap;
}

.timeline-timestamp.completed {
    color: #495057;
}

.timeline-timestamp.incomplete {
    color: #6c757d;
}

.timeline-description {
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 0.25rem;
}

.timeline-description.completed {
    color: #6c757d;
}

.timeline-description.incomplete {
    color: #adb5bd;
}

.activity-progress-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.activity-progress-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.activity-progress-title {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
}

:root {
    --timeline-completed-color: #28a745;
    --timeline-incomplete-color: #dee2e6;
    --timeline-line-completed-opacity: 1;
    --timeline-line-incomplete-opacity: 1;
    --timeline-dot-size: 10px;
    --timeline-dot-border: 3px;
    --timeline-line-width: 2px;
    --timeline-spacing: 1rem;
    --timeline-gap: 6px;
}

.timeline-dot.completed {
    background-color: var(--timeline-completed-color);
}

.timeline-line.completed {
    background-color: var(--timeline-completed-color);
    opacity: var(--timeline-line-completed-opacity);
}

.timeline-title.completed {
    color: var(--timeline-completed-color);
}