/* story instructor */

.story-image {
    display: none;
}

.story-image.active {
    display: block;
}

.story-admin-title {
    font-size: 20px;
    margin-top: 60px;
}

.progress-bar-story {
    height: 5px;
    background-color: #616161;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 1000;
    left: 0px;
    right: 0px;
    height: 4px;
}

.progress-bar-fill {
    height: 100%;
    background-color: #ffffff;
    width: 0;
    transition: width 5000ms;
}

.container-progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-story-wraper {
    width: 189px !important;
}

.container-content-story {
    width: 490px !important;
    height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-story {
    width: 189px;
    height: 246px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.close {
    position: absolute;
    top: 0px;
    right: 27px;
    font-size: 55px;
    cursor: pointer;
    color: white;
}

@media (max-width: 768px) {
    .close {
        top: -20px;
        right: 10px;
    }
    .container-story {
        width: 128px !important;
        height: 158px !important;
    }
    .show-story-img {
        width: 100%;
    }
    .story-card {
        width: 128px;
        height: 223px;
    }


    .story-title {
        font-size: 13px !important;
    }

    .story-second-title {
        font-size: 12px;
    }

    .swiper-story-slide {
        width: 128px !important;
        margin-left: 12px !important;
    }
}

.swiper-story-card-slide {
    position: relative;
}

.paginate-story-right {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 23px;
    color: #fff;
    padding: 5px 9px;
    background-color: #7a7a7a;
    border-radius: 50%;
    z-index: 10000;
}

.paginate-story-left {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 23px;
    color: #fff;
    padding: 5px 9px;
    background-color: #7a7a7a;
    border-radius: 50%;
    z-index: 10000;
}

.container-story-active {
    border: 2px solid #F18848;
}

.container-story-deactive {
    border: 3px solid #a3a3a3;
}

.story-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
}

.story-second-title {
    font-size: 14px;
    font-weight: 400;
    opacity: 60%;
    text-align: center;
    margin-top: 8px;
}

.float-container-story {
    font-weight: 400;
    font-size: 10px;
    color: #2A8F75;
    background-color: #FFFFFF;
    text-wrap: nowrap;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    padding: 2px;
    cursor: pointer;
}

.show-story-container {
    /* display: none;  */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999; /* Ensure overlay covers everything */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-story-container {
    width: 100% !important;
    height: 100% !important;

    + .swiper-container {
        margin-top: 30px !important;
    }
}

.pointer {
    cursor: pointer;
}

.helper-input {
    margin-top: 5px;
    font-size: 13px;
    color: #22a3ae;
}

.swiper-button-next-category-widget {
    background-color: transparent;
    color: #2A8F75 !important;
    left: -40px !important;
    right: auto !important;
    transform: scale(-1, 1) !important;
}
.swiper-button-prev-category-widget {
    background-color: transparent;
    color: #2A8F75 !important;
    right: -40px !important;
    left: auto !important;
    transform: scale(-1, 1) !important;
}

@media (max-width: 992px) {
    .swiper-button-next-category-widget {
        display: none !important;
    }
    .swiper-button-prev-category-widget {
        display: none !important;
    }
}

.see-all-post-widget::hover {
    color: #2A8F75;
}

.container-card-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

@media (max-width: 768px) {
    .container-news-widget {
        height: 180px;
    }
}

@media (max-width: 768px) {
    .container-news-widget-interview {
        height: 194px !important;
    }
}

/*  */
