.main-timeline{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.head-timeline{
    text-align: center;
}
.head_1-timeline{
    font-size: 25px;
    font-weight: 600;
    color: #333;
}
.head_2-timeline{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 3px;
}
.ul-timeline{
    display: flex;
    margin-top: 80px;
    margin-left: 50px;
    margin-right: 50px;
    overflow-x: auto; 
}
/* Custom scrollbar */
.main-timeline::-webkit-scrollbar {
    width: 15px; 
    border-radius: 5px; 
    background-color: transparent; 
}
.main-timeline::-webkit-scrollbar-track {
    width: 15px;
    border-radius: 5px;
    background-color: #e3e3fd;
	box-shadow: inset 0 0 6px #3a74cf;
}

.main-timeline::-webkit-scrollbar-thumb {
    background-color: linear-gradient(45deg, #ff4732, #7375f4);
    border-radius: 10px;
    transition: background-color 0.3s;
}

.main-timeline::-webkit-scrollbar-thumb:hover {
    background-color: #6190d9; /* Warna thumb saat hover */
}
.ul-timeline .li-timeline{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ul-timeline .li-timeline .icon-timeline{
    font-size: 35px;
    color: #3a74cf;
    margin: 0 60px;
}
.ul-timeline .li-timeline .text-timeline{
    font-size: 14px;
	text-align: center;
	width: 135px;
    font-weight: 600;
    color: #222349;
}

/* Progress Div Css  */

.ul-timeline .li-timeline .progress-timeline{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #7e848d;
    margin: 14px 0;
    display: grid;
    place-items: center;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.progress-timeline::after{
    content: " ";
    position: absolute;
    width: 125px;
    height: 5px;
    background-color: #7e848d;
    right: 30px;
}
.first-timeline::after{
    width: 0;
    height: 0;
}
.ul-timeline .li-timeline .progress-timeline .uil-timeline{
    display: none;
}
.ul-timeline .li-timeline .progress-timeline .p-timeline{
    font-size: 13px;
	margin-top: 5px;
}

/* Active Css  */

.ul-timeline .li-timeline .active{
    display: grid;
    place-items: center;
}
.li-timeline .active::after{
    background-color: #0d6efd;
}
.ul-timeline .li-timeline .active .p-timeline::after{
    display: none;
}
.ul-timeline .li-timeline .active .uil{
    font-size: 15px;
    display: flex;
}

/* Responsive Css  */

@media (max-width: 980px) {
    .ul-timeline{
        flex-direction: column;
    }
    .ul-timeline .li-timeline{
        flex-direction: row;
    }
    .ul-timeline .li-timeline .progress-timeline{
        margin: 0px 50px;
    }
    .progress-timeline::after{
        width: 5px;
        height: 55px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .first-timeline::after{
        height: 0;
    }
    .ul-timeline .li-timeline .icon-timeline{
        margin: 15px 0;
    }
}

@media (max-width:600px) {
    .head-timeline .head_1-timeline{
        font-size: 24px;
    }
    .head-timeline .head_2-timeline{
        font-size: 16px;
    }
}







////////////////////////////////////////////////
.main-timeline-slides{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.head-timeline-slides{
    text-align: center;
}
.head_1-timeline-slides{
    font-size: 25px;
    font-weight: 600;
    color: #333;
}
.head_2-timeline-slides{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 3px;
}
.ul-timeline-slides{
    display: flex;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    /* overflow-x: auto;  */
}
/* Custom scrollbar */
.main-timeline-slides::-webkit-scrollbar {
    width: 15px; 
    border-radius: 5px; 
    background-color: transparent; 
}
.main-timeline-slides::-webkit-scrollbar-track {
    width: 15px;
    border-radius: 5px;
    background-color: #e3e3fd;
	box-shadow: inset 0 0 6px #3a74cf;
}

.main-timeline-slides::-webkit-scrollbar-thumb {
    background-color: linear-gradient(45deg, #ff4732, #7375f4);
    border-radius: 10px;
    transition: background-color 0.3s;
}

.main-timeline-slides::-webkit-scrollbar-thumb:hover {
    background-color: #6190d9; /* Warna thumb saat hover */
}
.ul-timeline-slides .li-timeline-slides{
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ul-timeline-slides .li-timeline-slides .icon-timeline-slides{
    font-size: 30px;
    color: #3a74cf;
    margin: 0 45px;
}
.ul-timeline-slides .li-timeline-slides .text-timeline-slides{
    font-size: 12px;
	text-align: center;
	width: 125px;
    font-weight: 600;
    color: #222349;
}

/* Progress Div Css  */

.ul-timeline-slides .li-timeline-slides .progress-timeline-slides{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #7e848d;
    margin: 14px 0;
    display: grid;
    place-items: center;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.progress-timeline-slides::after{
    content: " ";
    position: absolute;
    width: 95px;
    height: 5px;
    background-color: #7e848d;
    right: 30px;
}
.first-timeline-slides::after{
    width: 0;
    height: 0;
}
.ul-timeline-slides .li-timeline-slides .progress-timeline-slides .uil-timeline-slides{
    display: none;
}
.ul-timeline-slides .li-timeline-slides .progress-timeline-slides .p-timeline-slides{
    font-size: 13px;
	margin-top: 5px;
}

.badge-ringkasan{
    width:80%;
    word-wrap: break-word;
    /* margin-top: 50px; */
}

/* Active Css  */

.ul-timeline-slides .li-timeline-slides .active{
    background-color: #0d6efd;
    display: grid;
    place-items: center;
}
.li-timeline-slides .active::after{
    background-color: #0d6efd;
}
.ul-timeline-slides .li-timeline-slides .active .p-timeline-slides::after{
    display: none;
}
.ul-timeline-slides .li-timeline-slides .active .uil-slides{
    font-size: 15px;
    display: flex;
}



/* Responsive Css  */

@media (max-width: 980px) {
    .ul-timeline-slides{
        flex-direction: column;
    }
    .ul-timeline-slides .li-timeline-slides{
        flex-direction: row;
    }
    .ul-timeline-slides .li-timeline-slides .progress-timeline-slides{
        margin: 0 30px;
    }
    .progress-timeline-slides::after{
        width: 5px;
        height: 55px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .first-timeline-slides::after{
        height: 0;
    }
    .ul-timeline-slides .li-timeline-slides .icon-timeline-slides{
        margin: 15px 0;
    }

    .badge-ringkasan{
        width:100%;
        word-wrap: break-word;
        font-size: 10px;
    }
}

@media (max-width:600px) {
    .head-timeline-slides .head_1-timeline-slides{
        font-size: 24px;
    }
    .head-timeline-slides .head_2-timeline-slides{
        font-size: 16px;
    }
}


.app-auth-container-slides {
    width: 650px;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 80px;
}

.app-auth-container-slides .logo a {
    display: flex;
    padding-left: 70px;
    background: url('../images/logo.jpg') no-repeat;
    height: 50px;
    background-size: 50px;
    align-items: center;
    text-decoration: none;
    color: #40475c;
    font-size: 21px;
    font-weight: bold;
}

.caption-bottom-slides{
    display: block;
}
.caption-top-slides{
    display: none;
}

.floating-login-btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 100px;
}

.floating-login-btn:hover {
    background-color: #0056b3;
}

@media (max-width: 1200px) {
    .app-auth-container-slides {
        width: 100%;
        padding-left: 200px;
        padding-right: 200px;
    }
    .app-auth-container-slides .logo a {
        display: flex;
        padding-left: 70px;
        background: url('../images/logo.jpg') no-repeat;
        height: 50px;
        background-size: 50px;
        align-items: center;
        text-decoration: none;
        color: #40475c;
        font-size: 18px;
        font-weight: bold;
    }
    .caption-bottom-slides{
        display: block;
    }
    .caption-top-slides{
        display: none;
        
    }

}

@media (max-width: 780px) {
    .app-auth-container-slides {
        padding-left: 50px;
        padding-right: 50px;
        margin-bottom: -80px;
    }
    .app-auth-container-slides .logo a {
        display: flex;
        padding-left: 70px;
        background: url('../images/logo.jpg') no-repeat;
        height: 50px;
        background-size: 50px;
        align-items: center;
        text-decoration: none;
        color: #40475c;
        font-size: 16px;
        font-weight: bold;
    }
    .caption-top-slides{
        display: block;
        padding: 40px;
        width: 80%;
        margin: 0 auto;
    }
    .caption-bottom-slides{
        display: none;
    }
    .floating-login-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        background-color: #007bff;
        color: white;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        text-decoration: none;
        font-size: 12px;
        border-radius: 100px;
    }

}







