*, ::before, ::after {
    /* word-break: keep-all; */
    word-wrap: normal;
  }
.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
#site-content {
    margin-top: 0;
    overflow: unset;
}
#site-footer {
    font-size: unset;
    padding: 0;
}
:root {
    --clr-font: #3C3B3B;
    --clr-primary: #6D1B6D;
    --clr-secondary: #E7A922;
    --header-height: 127px;
    --max-container-width: 1296px;
    --section-margin: 30px;
}
/*image preload*/
body::after{
    position:absolute; width:0; height:0; overflow:hidden; z-index:-1; 
    content:url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-checked.svg), url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-loading.svg),
            url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-prev.svg),url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-next.svg);
 }
.small-font {
    /* font-size: 87.5%; */
    font-size: 14px;
}
.default-font {
    /* font-size: 100%; */
    font-size: 16px;
}
.large-font {
    /* font-size: 120.5%; */
    font-size: 18px;
}

.small-font-label {
    font-size: 14px !important;
}
.default-font-label {
    font-size: 20px !important;
}
.large-font-label {
    font-size: 26px !important;
}

body {
    color: var(--clr-font);
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}
body.lock-scroll{
   /* overflow-y: hidden;
	position:relative;*/
	
	/*position:fixed;
    overflow-y:hidden;*/
	
	/*height: 100%;
    overflow: hidden;*/
	
position: fixed; 
overflow-y: scroll;
top: 0; right: 0; bottom: 0; left: 0; 

}
p, ul, li {
    margin: 0;
}
ul li {
    list-style: none;
}

.options ul , .options li{
    list-style: none !important;
}
a {
    text-decoration: none;
    text-transform: none;
    color: var(--clr-primary);
}
a:hover {
    text-decoration: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.select_div {
	background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/menu-arrow-down.svg);
    background-position: center right;
    background-repeat: no-repeat;
    
    cursor: pointer;
}

.highlight-primary {
    color: var(--clr-primary);
	line-height:unset !important;
}
span.separate-line {
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: default;
	color:#7D7D7D;
}
.no-event {
    color: var(--clr-primary);
}
.container {
    width: 100%;
    height: 100%;
    max-width: var(--max-container-width);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 1rem;    
    padding-right: 1rem;    
}
.drop-down {
    position: relative;
}
.drop-down ul.sub-menu {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(105%);
    margin: 0;
    list-style: none;    
}
.drop-down ul.sub-menu li {
    margin: 0;
}
.drop-down .sub-menu.active {
    display: block;
}
.expandable {
    position: relative;
    cursor: pointer;
}


.expandable::before {
    content: '';
    position: absolute;
	nav-index: 0;
    width: 14px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/expand-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: -2rem;
}
.expandable.active::before {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/expand-arrow-up.svg);
}


@media(max-width: 1000px) {
	.expandable::before {
		top:25% !important;
	}
}
.expandable-parent {
    position: relative;
    cursor: pointer;
}
.expand-content{
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}
.expand-content.active{
    max-height: unset; 
}
@media(max-width: 820px) {
    .container {
        padding-left: 2rem;    
        padding-right: 2rem;    
    }
}
/*Header Nav menu*/
nav {
    width: 100%;
    margin-top: var(--section-margin);
    margin-bottom: var(--section-margin);
    display: inline-block;
}
.main-nav {
    position: relative;
    background-color: var(--clr-primary);
    border-radius: 20px;
    height: 80px;    
    display: flex;
    justify-content: space-between;
    align-items: center;   
    padding-left: 60px;
    padding-right: 60px;
	font-size: 120%;
}
.main-nav ul {
    list-style: none;
    margin: 0;
}
.main-nav ul li {
    list-style: none;
    margin: 0;
}
.main-nav a {
    text-decoration: none;
    color: var(--clr-primary);
}
.main-nav > span,
.main-nav .mega-drop-down .drop-down-btn {
    display: flex;   
    align-items: stretch;
    height: 100%;
}
.main-nav > span > a,
.main-nav .mega-drop-down .drop-down-btn > a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-nav > span ,
.main-nav .mega-drop-down > span {
    position: relative;
}
.main-nav > span::after ,
.main-nav .mega-drop-down > span::after {
    position: absolute;
    content: '';
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #ECDEEB;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.1s linear;
}
.main-nav > span:hover::after ,
.main-nav .mega-drop-down > span:hover::after {
    transform: scaleX(1);
}
.main-nav .mega-drop-down {
    height: 100%;
}
/* .main-nav > .mega-drop-down:hover .drop-down-content,
.main-nav > .mega-drop-down .drop-down-btn.active + .drop-down-content, */
.main-nav > .mega-drop-down .drop-down-btn[aria-expanded="true"] + .drop-down-content {
    /* display: block; */
    transform: translateY(100%) scaleY(1);
    opacity: 1;
}
.main-nav .drop-down-content.d-none {
	display:none !important; 
}

.main-nav .drop-down-content {
    /* display: none; */
    position: absolute;  
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%) scaleY(0);
    opacity: 0;
    transform-origin: top;
    z-index: 90;
    padding-top: 1rem;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

@media (max-width: 1000px){
	.tab-container .tab-nav .tab-btn{
		font-size: 95% !important;
	}
}
.main-nav .drop-down-content .drop-down-container {
    /*background-color: rgba(247, 247, 247, 0.98);*/
    background-color:  #f3ecf3;	
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    box-sizing: border-box;
    padding: var(--section-margin) 2rem;
}
/* @supports(backdrop-filter: blur(20px)) {
    .main-nav .drop-down-content .drop-down-container {
        backdrop-filter: blur(20px);
    }
} */
.main-nav .drop-down-content .drop-down-container .hover-menu{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 0.8rem;
    row-gap: 20px;
}
.main-nav .drop-down-content .drop-down-container .hover-menu > li{
    font-size: 87.5%;
}

.main-nav .drop-down-content .drop-down-container .hover-menu > li a:hover{
     text-decoration: underline;
}
.main-nav .drop-down-content .drop-down-container .hover-menu > li > a{
    min-height: 40px;
    display: flex;
    font-weight: 500;
}
.main-nav .drop-down-content .drop-down-container .hover-menu > li .sub-menu{
    font-size: 75%;
}
.main-nav .drop-down-content .drop-down-container .hover-menu > li .sub-menu li{
    padding-bottom: 1rem;
}

.main-nav .drop-down-content .drop-down-container .hover-menu > li .sub-menu li:hover{
     text-decoration: underline;
}

.main-nav .drop-down-content .drop-down-container .hover-menu > li .sub-menu a{
    color: var(--clr-font);
}
@media(max-width: 1070px) {
    .main-nav {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1000px) {
    .main-nav .mega-drop-down .drop-down-btn {
        font-size: 85%;
    }
}
@media(max-width: 970px) {
    .main-nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-nav .mega-drop-down .drop-down-btn {
        font-size: 75%;
    }
}
@media(max-width: 820px) {
    nav {
        display: none;
    }
}
/*Side menu*/
.side-menu {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 110;
}
.side-menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.side-menu ul li {
    height: 142px;
    width: 142px;
    max-height: 59px;
    max-width: 59px;
    border-radius: 50%;
    background-color: #F3ECF3;
    overflow: hidden;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    transition: max-height 0.4s ease-in-out, max-width 0.4s ease-in-out;
    transition-delay: 0.3s;
	opacity: 0.6;
}
.side-menu ul li:hover {
    max-height: 142px;
    max-width: 142px;
	opacity: 1;
}
.side-menu ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.side-menu ul li .icon{
    width: 40px;
    height: 40px;
    max-width: 32px;
    max-height: 32px;
    transition: max-height 0.5s ease-in-out, max-width 0.5s ease-in-out;
    transition-delay: 0.3s;
}
.side-menu ul:hover li .icon{
    max-width: 40px;
    max-height: 40px;
}
.side-menu ul li .icon img{
    margin: 0;
    width: 100%;
    height: 100%;
}
.side-menu ul li .icon-text{
    /* display: none; */
    word-break: break-word;
    font-size: 75%;
    text-align: center;
    color: var(--clr-primary);
    text-transform: uppercase;
    /* transform: scale(0); */
    max-height: 0;
    /*overflow: hidden;*/
    visibility: hidden;
	opacity: 0;
	transition:  max-height 0.3s ease-in-out, visibility 0s, opacity 1s ease-in-out;
	transition-delay: 0.3s;
}
.side-menu ul li:hover .icon-text{
    /* display: block; */
    /* transform: scale(1); */
    /* visibility: visible; */
    max-height: 1000px;
	visibility: visible;
	opacity: 1;
}
@media(max-width: 1260px) {
    .side-menu ul li {
        height: 127.9px;
        width: 127.9px;
        max-height: 53.1px;
        max-width: 53.1px;
    }
    .side-menu ul:hover li {
        max-height: 127.9px;
        max-width: 127.9px;
    }
    .side-menu ul li .icon{
        width: 36px;
        height: 36px;
        max-width: 28.8px;
        max-height: 28.8px;
    }
    .side-menu ul:hover li .icon{
        max-width: 36px;
        max-height: 36px;
    }
    .side-menu ul li .icon-text{
        font-size: 67.5%;
    }
}
@media(max-width: 820px) {
    .side-menu {
        top: unset;
        bottom: 0;
        transform: none;
        background: #F3ECF3;
    }
    .side-menu ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        height: 72px;
        width: 100vw;
    }
    .side-menu ul li {
        height: unset;
        width: unset;
        max-height: unset;
        max-width: unset;
        border-radius: unset;
        background-color: unset;
        overflow: hidden;
        margin-top: unset;
        margin-bottom: unset;
        transition: none;
    }
    .side-menu ul:hover li {
        max-height: unset;
        max-width: unset;
    }
    .side-menu ul li .icon{
        width: 32px;
        height: 32px;
        max-width: unset;
        max-height: unset;
        transition: none;
    }
    .side-menu ul:hover li .icon{
        max-width: unset;
        max-height: unset;
    }
    .side-menu ul:hover li .icon-text{
        display: none;
    }
}
/*scroll to top*/
.scroll-to-top {
    position: fixed;
    width: 49px;
    height: 49px;
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-scroll-to-top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 90vw;
    bottom: 5vh;
    cursor: pointer;
    z-index: 80;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s linear;
}
.scroll-to-top.active {
    pointer-events: all;
    opacity: 1;
}
.scroll-to-top.sticky {
    position: absolute !important;
    bottom: unset !important;
    top: 0;
    transform: translateY(-50%);
}
@media(max-width: 820px) {
    .scroll-to-top {
        left: 85vw;
        bottom: 15vh;
    }
}
/*Main*/
/*swiper*/
.swiper-pagination-bullet {
    --swiper-pagination-bullet-inactive-color: #585656;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--clr-primary);
    width: 30px;
    height: 8px;
    max-width: 8px;
    transition: max-width 0.1s ease-in-out;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 10px;
    max-width: 30px;
}
main {
    margin-top: var(--header-height);
}
.tab-container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.tab-container .tab-nav {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}
.tab-container .tab-nav li {
    margin: 0;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.tab-container .tab-nav li:not(:last-child) {
    padding-right: 0.8rem;
    margin-right: 0.8rem;
}
.tab-container .tab-content-container {
    display: flex;
    height: 100%;
    width: 100%;
}
.tab-container .tab-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: -100%;
    height: 100%;
    width: 100%;
    /* opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s linear; */
}
.tab-container .tab-content.active {  
    /* pointer-events: all;  
    opacity: 1; */
    display: flex;
}
.tab-container .tab-content > * {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.tab-container .tab-content ul {
    display: flex;    
}
@media(max-width: 1000px) {
    .tab-container .tab-nav {
        font-size: 95%;
    }
}
@media(max-width: 820px) {
    main.front-page {
        background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/front-page-background-left.svg), url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/front-page-background-right.svg);
        background-repeat: no-repeat;
        background-position: 0% 20%, 120% 80%;
        background-attachment: fixed;
        background-size: 50%, 50%;
    }
}
/*page*/
.page-banner {
    position: relative;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-banner .title-section {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(109, 27, 109, 0.95);
    border-radius: 0px 24px 24px 0px;
    min-width: max(649px, 45vw);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 130px;
    padding-left: max(calc((100vw - var(--max-container-width)) / 2), 72px);
    bottom: 0;
    left: 0;
    transform: translateY(50%);
}
.page-banner .title-section .hierarchy,
.page-banner .title-section .hierarchy a {
    color: white;
    font-size: 93.5%;
}
.page-banner .title-section .hierarchy span {
    margin-left: 1rem;
    margin-right: 1rem;
}
.page-banner .title-section .hierarchy a:nth-last-of-type(1) {
    color: var(--clr-secondary);
}
.page-banner .title-section h1 {
    color: white;
    font-weight: 600;
    font-size: 175%;
    margin: 0;
    margin-top: 15px;
}
.page-banner ~ .main-content {
    padding-top: 108px;
    min-height: 50vh;
    margin-bottom: 30px;
   /*  background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-left.svg), url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-right.svg);
    background-repeat: no-repeat;
    background-position: 15% 100%, 80% 0%; */
}
/* .page-banner ~ .main-content.background-fixed {
    background-position: 15% 100%, 80% 20%;
    background-attachment: fixed;
} */
.page-banner ~ .main-content .container{
    position: relative;
}
.page-banner ~ .main-content > .container::before,
.page-banner ~ .main-content > .container::after{
    position: absolute;
    content: '';
    width: 600px;
    height: 600px;
    background-repeat: no-repeat;
    z-index: -1;
}
.page-banner ~ .main-content > .container::before {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-left.svg);
    left: -25rem;
    bottom: 0;
    transform: translateY(40%);
}
.page-banner ~ .main-content > .container::after {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-right.svg);
    top: -4%;
    right: -20%;
}
@media(max-width: 820px) {
    .page-banner {
        height: unset;
        background-image: none !important;
    }
    .page-banner .title-section {
        position: static;
        display: flex;
        justify-content: center;
        border-radius: unset;
        min-width: unset;
        width: 100vw;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 33px;
        padding-right: 0px;
        transform: unset;
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .page-banner .title-section .hierarchy,
    .page-banner .title-section .hierarchy a {
        font-size: 75%;
    }
    .page-banner .title-section h1 {
        font-size: 125%;
    }
    .page-banner ~ .main-content {
        background-position: -340px 110%, 110% 10%;
        background-attachment: fixed;
        padding-top: 30px;
    }
    .page-banner ~ .main-content > .container::before,
    .page-banner ~ .main-content > .container::after{
        display: none;
    }
    .page-banner ~ .main-content > .container{
        background-repeat: no-repeat;
        background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-left.svg), url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/page-background-right.svg);
        background-position: -300px 120%, 130% 5%;
        background-attachment: fixed;
    }
}
.main-content ul {
    list-style: disc;
}
.main-content li { 
	list-style: inherit;
}
/*components*/
.btn-primary {
    padding: 10px 30px;
    background-color: var(--clr-primary);
    color: white;
    border-radius: 8px;
    font-size: 87.5%;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}
.btn-primary-light {
    padding: 10px 30px;
    background-color: #D7C1D6;
    color: var(--clr-primary);
    border-radius: 8px;
    font-size: 87.5%;
    font-weight: 500;
    text-align: center;
    text-transform: none;
}
.grey-box {
    background: rgba(247, 247, 247, 0.95);
    box-shadow: 0px 5px 15px rgba(119, 119, 119, 0.2);
    border-radius: 20px;
}
.loading {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-loading.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: none;
    margin-left: auto;
    margin-right: auto;
}
.loading.active {
    display: block;
}
/*page nav*/
.page-nav span a {
    font-size: 112.5%;
    font-weight: 500;
    color: var(--clr-font);
}
.page-nav span.active a {
    color: var(--clr-primary);
    font-weight: 600;
}
/*pagination*/
.pagination {
    display: none;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}
.pagination.active {
    display: flex;
}
.pagination .prev-page,
.pagination .next-page {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px;
    opacity: 0.5;
}
.pagination .prev-page {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-prev.svg);
}
.pagination .next-page {
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/icon-next.svg);
}
.pagination .prev-page.active,
.pagination .next-page.active {
    opacity: 1;
    cursor: pointer;
}
.pagination .page-numbers {
    display: flex;
    column-gap: 25px;
}
.pagination .page-numbers .page-num {
    color: var(--clr-primary);
    cursor: pointer;
}
.pagination .page-numbers .page-num.active {
    border-bottom: 2px solid var(--clr-primary);
    cursor: unset;
}
/*tab list*/
.tab-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 20px;
}
.tab-list .sep {
    margin-left: 20px;
    margin-right: 20px;
}
.tab-list .tab a {
    color: var(--clr-font);
    font-weight: 500;
    font-size: 95%;
}
.tab-list .tab.active a {
    color: var(--clr-primary);
    font-weight: 600;
}

.map_pdf_bar {
	width: 100%;
    height: 75px;
    background-color: #D7C1D6;
	    padding: 25px 85px;
}

.back_img {
	position: relative;
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width:20px;
	height:18px;
	display: inline-block;
	margin-right:13px;
}

.map_img {
	position: relative;
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width:20px;
	height:18px;
	display: inline-block;
	margin-right:13px;
}

.pdf_img {
	position: relative;
    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/pdf.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width:20px;
	height:18px;
	display: inline-block;
	margin-right:16px;
}
.back_img_div , .map_img_div , .pdf_img_div {
	 display: flex;
    align-items: center;
}

.back_img_div a, .map_img_div a, .pdf_img_div a{
	 display: flex;
    align-items: center;
}

.map_button {
	display:flex;
	justify-content:flex-end;
}
.back {
	display:flex;	
}
.pdf {
	display:flex;	
	margin-left:15px;
}
@media(max-width: 1440px) {
	.map {
		margin-left:300px !important;
	}
}

@media(max-width: 1240px) {
	.map {
		margin-left:150px !important;
	}
}

@media(max-width: 600px) {
	.map {
		margin-left :unset !important;
	}
	.map_pdf_bar {
		padding:20px 20px !important;
	}
	
	.back {
		margin-right: auto;
	}
}

@media(max-width: 325px) {
    .map_pdf_bar {
        padding: 20px 15px !important;
    }
}

.map {
	display:flex;
	margin-left:500px;
}

.between {
	margin-left:15px;
}

.table_div {
	overflow:auto;
}
@media(max-width: 1300px) {
	.table_div table {
		/*min-width: 1200px !important;*/
	}
}

.table_div table {	
	/*width: max-content !important;*/
	 /*min-width: 1000px !important;*/
	max-width: none !important;
}
.table_div th, .table_div td {
	/*width: max-content !important;*/
    height: max-content !important;
    min-width: 200px;

}
/* width */
.table_div::-webkit-scrollbar {
    width: 11px;
}

/* Track */
.table_div::-webkit-scrollbar-track {
    background: #F3ECF3;
    border-radius: 10px;
}

/* Handle */
.table_div::-webkit-scrollbar-thumb {
    background: #6D1B6D;
    border-radius: 10px;
}

.wp-div-icon {
	position: relative;
    width: max-content;
}

.get_image_icon {
	    background-image: url(/20230227181928oe_/http://www.lib.cuhk.edu.hk/wp-content/themes/twentytwenty/assets/images/get_img_button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 30px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: auto;
}

.wp-div-icon img {
	display:unset !important;
}
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}