.accordion-item {
    border-left: none;
    border-right: none;
    /* border-top: 1px solid #800186;
    border-bottom: 1px solid #800186; */
}

.custom-accordion-header {
    border-top: 1px solid #dee2e6; /* Viền trên */
    border-bottom: 1px solid #dee2e6; /* Viền dưới */
    margin-bottom: -1px; /* Tránh hiển thị viền màu trắng phía dưới */
}
/* Bỏ viền cho collapse */
.accordion-collapse {
    border: none;
}
.custom-accordion-header.active {
    background-color: red; /* Màu nền khi được mở */
}
.custom-bg-gradients{
    background-image: linear-gradient(to bottom right, #F54C65, #F8825F);
}
.timeline {
  width: 400px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #800186;
}

.timeline-item {
    width: 200px;
    height: 100px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    float: left;
}

.timeline-item-content {
    width: 100%;
    height: 60px;
    padding: 10px;
}

.timeline-item-marker {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    margin: 0 auto;
}

.timeline-item-content h2 {
    font-size: 16px;
    font-weight: bold;
}

.timeline-marker {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gradient-button {
    background-color: #800186;
    background-image: linear-gradient(to bottom right, #800186, #c435c7);
    transition: background-image 0.3s ease; 
}

.gradient-button:hover {
    background-image: linear-gradient(to bottom right, #c435c7, #800186); /* Đảo ngược gradient khi hover */
}

.accordion-item button.accordion-button {
    background-color: #fff;
    color: #000;
    transition: background-color 0.3s ease;
}

/* CSS để thay đổi màu sắc khi nút được nhấn */
.accordion-item button.accordion-button:focus {
    background-color: #fff; /* Màu đỏ thay thế khi nhấn */
}
/* Thêm CSS tùy chỉnh cho bộ đếm ngược */
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-item {
    margin: 0 5px;
    text-align: center;
}

.countdown-number {
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #800186;
    background-color: #fff;
    width: 80px; /* Độ rộng ô vuông */
    height: 80px; /* Chiều cao ô vuông */
    line-height: 80px; /* Dòng chữ căn giữa theo chiều dọc */
    border-radius: 0px; /* Bo góc */
    text-align: center; /* Căn giữa nội dung */
    margin: 5px; 
}
.countdown-label {
    font-size: 1em;
    color: #666;
}
.progress {
    height: 20px; /* Điều chỉnh chiều cao của thanh progress bar */
}
/*  */
.progress-label-left,
.progress-label-right {
    position: relative;
}

.progress-label-left {
    left: 0;
}

.progress-label-right {
    right: 0;
}
.custom-bg-gradient {
    background: linear-gradient(to bottom, rgba(128, 1, 134, 1) 0%, rgba(35, 8, 36, 1) 100%); /* Điều chỉnh màu sắc tại đây */
}

/*  */
.ps-timeline-sec {
    position: relative;
    background: #800186;
}
.ps-timeline-sec .container-fluid {
    position: relative;
    width:100%;
}
@media screen and (max-width: 767px) {
    .ps-timeline-sec .container-fluid ol.ps-timeline {
        margin: 100px 0 !important;
        border-left: 2px solid #cc99cf;
        box-shadow: 1px 1px 5px 0px #ccc;
        padding-left: 0 !important;
        padding-top: 40px !important;
        padding-bottom: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li {
        height: 200px;
        float: none !important;
        width: inherit !important;
        margin-top: 30px;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li:last-child .text-bot {
        margin-bottom: 0 !important;
        top: 20px;
        width: 70% !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li span {
        left: 0 !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 25px !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top img {
        margin-bottom: 20px !important;
        margin: 0 auto !important;
        width: 60px !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot img {
        margin: 0 auto !important;
        width: 60px !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 20px !important;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .img-e {
        position: absolute !important;
        bottom: 150px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 50px !important;
    }
    
    .ps-timeline-sec .container-fluid ol.ps-timeline li p {
        text-align: center !important;
        /* width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important; */
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
        width: 70% !important;
        float: left !important;
        right: 0;
        top: -35px;
    }
    .ps-timeline-sec .container-fluid ol.ps-timeline li .text-bot {
        width: 70% !important;
        float: right !important;
        right: 0;
        top: -30px;
    }
    
    .ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot {
        width: 70% !important;
        float: left !important;
        right: 0;
        top: -60px;
    }
    
}
.ps-timeline-sec .container-fluid ol:before {
    background: rgba(255, 255, 255, 0.57);
    content: "";
    /* width: 10px;
    height: 10px; */
    border-radius: 100%;
    position: absolute;
    left: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container-fluid ol:after {
    background: #cc99cf;
    content: "";
    /* width: 10px;
    height: 10px; */
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 49.5%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline {
    margin: 180px 0;
    background-color: #800186;
    padding: 0;
    border-top: 2px solid #cc99cf;
    list-style: none;
    width: 100%;
    box-shadow: 1px 1px 5px 0px #ccc;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li {
    float: left;
    width: 25%;
    padding-top: 30px;
    position: relative;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li span {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #cc99cf;
    border: 4px solid #cc99cf;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    position: absolute;
    top: -30px;
    left: 50%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:before {
    content: '';
    color: #cc99cf;
    width: 2px;
    height: 50px;
    background: #cc99cf;
    position: absolute;
    top: -50px;
    left: 50%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-top:after {
    content: '';
    color: #cc99cf;
    width: 8px;
    height: 8px;
    background: #cc99cf;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:before {
    content: '';
    color: #cc99cf;
    width: 2px;
    height: 50px;
    background: #cc99cf;
    position: absolute;
    bottom: -50px;
    left: 50%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li span.ps-sp-bot:after {
    content: '';
    color: #cc99cf;
    width: 8px;
    height: 8px;
    background: #cc99cf;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 130px;
    width: 100%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}
.ps-timeline-sec .container-fluid ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
}
.box-img{
    border: 1px solid #cc99cf;
    box-shadow: 1px 1px 5px 0px #ccc;
    display: inline-block; 
    overflow: hidden; 
    border-radius: 50%;
}
.img-container {
    border: 1px solid #cc99cf;
    box-shadow: 1px 1px 5px 0px #ccc;
    display: inline-block; 
    overflow: hidden; 
    border-radius: 50%;
}