.chapter-images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chapter-images img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.chapter-images .loading {
    background-color: #f0f0f0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 500px;
    position: relative;
    margin-bottom: 2px;
}

@media (max-width: 767.99px) {
    .chapter-images .loading{
        height: 260px;
        width: 100%;
    }
}

.chapter-images .progress-c900a3 {
    position: relative;
    width: 100px;
    height: 100px;
}

.chapter-images .progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
}

.chapter-images .loading .loading-message {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}

.chapter-images .loading svg {
    position: relative;
    width: 100px;
    height: 100px;
}

.chapter-images .loading circle {
    fill: none;
    stroke-width: 6;
}

.chapter-images .loading .progress-ring__background {
    stroke: #ddd;
}

.chapter-images .loading .progress-ring__circle {
    stroke: #06AED5;
    stroke-width: 6;
    fill: none;
    stroke-dasharray: 200;
    stroke-dashoffset: 100;
    animation: rotate 2s linear infinite;
    transform-origin: 50% 50%;
}

.chapter-images .loading.retry {
    cursor: pointer;
    color: red;
}
.chapter_images{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.chapter_images img{
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}