.fixheight-container {
    height: 100vh;
    overflow: hidden;
    display: flex;
    gap: 80px;
}

.sidebar-panel {
    padding: 30px;
    border-right: 1px solid #000;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.sidebar-panel .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.bottom-items {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.login-wrapper {
    border: 1px solid #000;
    margin: 30px 40px 30px 0px;
}

.dict-img {
    border: 1px solid #000;
    border-radius: 4px;
}

.main-content-wrap {
    border-right: 1px solid #000;
    padding: 50px 70px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-inner-content {
    margin: 30px 0 0;
}

.main-inner-content h1 {
    margin-bottom: 20px;
}

.login-desc-container h2 {
    font-size: 30px;
    font-family: 'Outfit Medium';
}

.login-text {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.platform-login-wrapper {
    height: 100%;
}

.login-desc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;
    height: 100%;
    justify-content: center;
}

.login-buttons span {
    font-family: 'Outfit Light';
    font-size: 20px;
    display: inline-block;
}

button.login-buttons {
    background: transparent;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 364px;
    justify-content: center;
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.read-now-btn button {
    background: transparent;
    border: 1px solid #000;
    padding: 16px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.read-now-text {
    font-size: 20px;
    font-family: 'Outfit Regular';
}

.flex-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-image {
    width: fit-content;
    border: 1px solid #000;
    padding: 16px;
}

.book-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-right: 30px;
    overflow: hidden;
}

.fixheight-container.homepage {
    gap: 0;
}

.user-info-wrapper {
    padding: 30px 0 200px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    min-height: 100vh;
    margin: 97px 0 0;
}

.section-title h2 {
    font-size: 30px;
    padding: 30px 0 30px;
}

.swiper.bookCarousel {
    width: 100%;
    overflow: hidden;
}

.bookCarousel .swiper-slide {
    flex: 0 0 auto;
    width: auto;
}

.bookreading-section .swiper-button-prev,
.bookreading-section .swiper-button-next {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev:after {
    content: url('../images/left-arrow.svg') !important;
    font-size: 0;
}

.swiper-button-next:after {
    content: url('../images/right-arrow.svg') !important;
    font-size: 0;
}

.bookreading-section .swiper-button-next {
    top: 3.7em;
    right: 30px;
}

.bookreading-section .swiper-button-prev {
    top: 3.7em;
    right: 80px;
    left: auto;
}

.bookreading-section.bs-one .swiper-button-next,
.bookreading-section.bs-one .swiper-button-prev {
    top: 2em;
}

.homepage .sidebar-panel {
    position: sticky;
    overflow-y: auto;
    top: 0;
    height: 100vh;
    flex-shrink: 0;
    z-index: 2;
    padding-top: 130px;
}

header {
    position: fixed;
    overflow: hidden;
    background: #fff;
    z-index: 12;
    width: 100%;
}

.searchbar {
    padding: 16px 30px;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

input.search-input {
    padding: 18px 28px 18px 60px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 28em;
    position: relative;
}

.search-input-container {
    position: relative;
}

.search-input-container img {
    position: absolute;
    top: 20px;
    left: 28px;
    z-index: 1;
}

.search-input:focus {
    outline: 1px solid #000;
}

.user-profile {
    display: flex;
    align-items: center;
    gap: 24px;
}

.user-details {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user_img {
    border-radius: 50%;
}

.notify-box {
    padding: 16px 20px;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
}

.story-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.box_icon {
    width: 36px;
    height: 36px;
    border: 1px solid #888888;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-page-wrapper {
    margin: 97px 0 0;
    padding: 30px;
    overflow-y: auto !important;
    flex: 1;
    min-height: 100vh;
}

.detailpage-title {
    display: flex;
    align-items: center;
    gap: 24px;
}

.right-side-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detailpage-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 24px;
}

.book-inner-content {
    padding: 30px;
    border: 1px solid #000;
}

.w_img {
    width: 100%;
}

.gap_16 {
    row-gap: 30px;
}

.px_col {
    padding: 0 8px;
}

.card-book-img {
    padding: 16px;
    border: 1px solid #000;
}

.detailpage-conatiner {
    padding: 0 0 100px;
}

/* 
.col_7 {
    flex: 0 0 auto;
    width: 38vw;
}

.col_5 {
    flex: 0 0 auto;
    width: 23vw;
}

.col_2 {
    flex: 0 0 auto;
    width: ;
} */

.dashedline {
    width: 0;
    height: 60px;
    margin: 0 auto;
    border-left: 1px solid transparent;
    border-image: repeating-linear-gradient(to bottom,
            #888888 0,
            #888888 6px,
            transparent 6px,
            transparent 9px);
    border-image-slice: 1;
}

.year_text {
    font-family: 'Outfit Medium';
    color: #888888;
    margin: 8px 0;
}

.top_nav,
.bottom_nav {
    display: inline-block;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
}

.timeline-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    border: 1px solid #000;
    padding: 24px 0;
    justify-content: space-between;
}

.next_arrow::after {
    content: url(../images/right-arrow.svg) !important;
    font-size: 0;
}

.next_arrow,
.prev_arrow {
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
}

.prev_arrow::after {
    content: url('../images/left-arrow.svg') !important;
    font-size: 0;
}

.pagination {
    justify-content: center;
    align-items: center;
    gap: 26px;
    padding: 24px 0;
}

.page_info {
    width: 7em;
    text-align: center;
}