body { background-color: #fafafa; }

.left { background-color: white; }

.list-title { font-size: 22px; margin-top: 5px; margin-left: 2px; margin-bottom: 5px; }

.title-description { font-size: 12px; margin-left: 2px; margin-bottom: 22px; }

ul { list-style: none; padding: 0; }

.data { width: 100%; }

.item-list-container { width: 100%; }

li { padding: 10px 0px; background-color: white; }

li.book-li { padding: 0 20px 0 0; background-color: white; border-radius: 5px; margin: 25px 0; border: 1px solid #eee; font-family: "Raleway", sans-serif; position: relative; }

li.book-li .whole-link { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }

li.book-li .sics-tooltip-container { z-index: 3; }

.book-container { display: flex; }

.book-container-main { display: flex; flex-grow: 1; flex-shrink: 1; }

.book-number { position: absolute; bottom: 0; right: 0; text-align: center; font-size: 15px; font-weight: 600; color: #fff; padding: 1px 9px; border-radius: 3px 0 3px 0; font-family: 'Montserrat', sans-serif; }

.card-content { width: 110px; flex-shrink: 0; margin-right: 15px; }

.book-cover { width: 87px; height: 120px; position: relative; /*115 167*/ flex-shrink: 0; }

.book-cover .img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: center; background-repeat: no-repeat; background-size: cover; border: 1px solid #ebebeb; width: 100%; height: 100%; }

.book-info { display: flex; flex-direction: column; justify-content: center; padding: 5px 20px; flex-shrink: 1; flex-grow: 1; width: 100%; }

.main .title { font-weight: 600; margin-bottom: 10px; color: #141414; word-break: break-word; }

.author { color: #333333; margin-bottom: 3px; }

.holding a { font-weight: 500; text-decoration: none; }

.holding a:hover { text-decoration: none !important; }

.holding .fas { color: #7c0019; font-size: 11px; }

.holding-title { color: #7c0019; font-size: 13px; display: inline-block; }

.holding-coverage { display: inline-block; margin-left: 10px; font-size: 12px; color: #333333 !important; }

div.pagination { display: flex; justify-content: center; }

.searchbar { margin-bottom: auto; margin-top: auto; height: 40px; background-color: white; border-radius: 20px; padding: 0 5px; border: 1px solid #eee; flex-grow: 1; width: auto; box-sizing: content-box; }

.searchbar a:hover { text-decoration: none; }

#search-form { width: 100%; height: 100%; margin: 0; display: flex; flex-direction: row; align-items: center; }

.search-input-wrapper { display: inline-block; }

.search_input { color: #333333; border: 0; outline: 0; background: none; line-height: 30px; height: 30px; transition: width 0.4s linear; padding: 0 10px; width: calc(100% - 40px); caret-color: red; transition: width 0.4s linear; }

.category-dropdown.search-dropdown { flex-shrink: 0; display: none; }

.main-submenu-button { border: none; border-left: 1px solid #eee; border-right: 1px solid #eee; }

.searchbar .fa-chevron-down { position: absolute; right: 15px; top: 14px; }

.search-dropdown li.current::after { content: "\f00c"; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; right: 15px; top: 10px; font-size: 11px; }

.searchbar .fa-check { position: absolute; right: 15px; top: 9px; font-size: 11px; }

.search_icon { height: 30px; width: 40px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; color: #333333; text-decoration: none; flex-shrink: 0; }

.search-container { float: right; margin-top: -76px; position: relative; }

.d-flex { display: flex !important; }

.d-flex-inline { display: inline-flex; flex-grow: 1; }

.flex-shrink-gap { width: 100px; flex-shrink: 1; }

.book-container a:hover { text-decoration: none; }

/* switch */
.switch { margin: 0; cursor: pointer; z-index: 5; }

.switch > span { line-height: 20px; margin: 0 0 0 4px; vertical-align: top; }

.switch input { display: none; }

.switch input + div { width: 40px; height: 20px; border: 1px solid #D1D7E3; background: #D1D7E3; border-radius: 10px; vertical-align: top; position: relative; display: inline-block; user-select: none; transition: all .4s ease; }

.switch input + div:before { content: ''; float: left; width: 14px; height: 14px; background: #fff; pointer-events: none; margin-top: 2px; margin-left: 2px; border-radius: inherit; transition: all .4s ease 0s; }

.switch input + div:after { content: ''; left: -1px; top: -1px; width: 20px; height: 20px; border: 3px solid transparent; border-top-color: #5D9BFB; border-radius: 50%; position: absolute; opacity: 0; }

.switch input:checked + div { background: #9EC4FF; border: 1px solid #5D9BFB; }

.switch input:checked + div:before { transform: translate(20px, 0); }

.switch input.part + div { background: #9EC4FF; border: 1px solid #5D9BFB; }

.switch input.part + div:before { transform: translate(10px, 0); }

.switch.load input + div { width: 20px; margin: 0 10px; }

.switch.load input + div:after { opacity: 1; animation: rotate .9s infinite linear; animation-delay: .2s; }

.switch:hover input:disabled + div { border-color: #D1D7E3; }

.switch:hover input:checked + div { background: #5D9BFB; }

@keyframes rotate { 0%, 15% { transform: rotate(0deg); }
  50% { transform: rotate(290deg); }
  100% { transform: rotate(360deg); } }

.book-approval { box-sizing: border-box; }

.book-approval * { box-sizing: inherit; }

.book-approval *:before, .book-approval *:after { box-sizing: inherit; }

.book-approval { width: 150px; flex-shrink: 0; display: flex; justify-content: center; align-items: center; }

.book-approval .dribbble { position: fixed; display: block; right: 20px; bottom: 20px; opacity: .5; transition: all .4s ease; }

.book-approval .dribbble:hover { opacity: 1; }

.book-approval .dribbble img { display: block; height: 36px; }

.switch-text { width: 65px; text-align: center; display: inline-block; font-weight: 600; }

/* end of switch */
.card-cover { height: 150px; overflow: hidden; position: relative; background-color: transparent; perspective: 1000px; overflow: visible; }

.flip-box-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s; transform-style: preserve-3d; transform: rotateY(0deg); }

.card-cover img { width: 110px; height: 150px; object-fit: cover; display: block; margin: 0 auto; box-sizing: border-box; border-radius: 2px 0 0 2px; }

.flip-box-back-img { width: 110px; height: 150px; object-fit: cover; display: block; margin: 0 auto; box-sizing: border-box; background-size: cover, cover; line-height: 150px; text-align: center; color: white; border-radius: 2px 0 0 2px; }

.cover-image { border-radius: 3px 0 0 3px; }

.flip-box-back-img { border-radius: 3px 0 0 3px; }

.overlay { width: 90px; height: 130px; margin: 0 auto; background-color: rgba(0, 88, 80, 0.6); position: absolute; top: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; }

.card-content { overflow: visible; }

.book-container-main:hover .flip-box-front { transform: rotateY(-180deg); }

.book-container-main:hover .flip-box-back { transform: rotateY(0deg); }

.whole-link:hover ~ .book-container .flip-box-front { transform: rotateY(-180deg); }

.whole-link:hover ~ .book-container .flip-box-back { transform: rotateY(0deg); }

.flip-box-front, .flip-box-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; transition: 0.8s; }

.flip-box-back { transform: rotateY(180deg); }

.cover-image { width: 110px; height: 150px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.overlay-text { color: white; font-size: 14px; position: absolute; top: 50%; left: 50%; width: 80px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }

/* tooltip */
.tooltip-container { position: relative; display: flex; align-items: center; }

.tooltip-container .tooltip-content { position: absolute; top: 60%; right: -10px; margin-top: 10px; padding: 12px 18px; font-size: 13px; font-weight: 600; white-space: nowrap; border-radius: 50px; background-color: #eee; box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; opacity: 0; transition: all 0.2s ease-in-out; }

.tooltip-container:hover span { top: 100%; opacity: 0.9; }

.num-categories { font-weight: 500; }

.main-submenu { margin-bottom: 20px; display: flex; width: 100%; }

.main-submenu:after { content: ""; display: block; clear: both; }

.sort { margin-left: auto; display: flex; align-items: center; font-weight: 400; }

.sort-form { display: none; }

.sort label { font-weight: 400; }

.sort-title { font-size: 12px; margin-right: 10px; color: #777; font-weight: 500; text-align: center; }

.main-submenu-button .fa-chevron-down { position: absolute; right: 15px; top: 14px; }

.category-dropdown { position: relative; display: inline-block; font-size: 14px; width: 160px; visibility: visible; }

.main-submenu-button { font-size: 14px; background-color: white; border: 1px solid #eee; padding: 7px 20px 7px 10px; border-radius: 2px; display: inline-block; color: black; text-decoration: none; width: 100%; height: 40px; line-height: 26px; cursor: pointer; width: 160px; position: relative; }

.category-dropdown ul { position: absolute; top: 39px; border: 1px solid #ccc; border-radius: 3px; left: 0; list-style: none; padding: 13px 0; display: block; visibility: hidden; background-color: white; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); overflow-y: auto; max-height: calc(100vh - 340px); width: 160px; }

.category-dropdown:hover ul { display: block; visibility: visible; z-index: 10; }

.category-dropdown ul li { display: block; padding: 6px 56px 6px 15px; white-space: nowrap; min-width: 100px; position: relative; }

.category-dropdown ul li:hover { background-color: #F5F5F5; cursor: pointer; }

.category-dropdown ul a { text-decoration: none; color: #555; }

.category-dropdown ul li.current { font-weight: 500; }

.sort .fa-check { position: absolute; right: 15px; top: 10px; font-size: 11px; }

.main-submenu-button { text-align: left; padding-left: 14px; }

.main-submenu-button:before { right: 10px; }

.search-result-btn { display: inline-block; padding: 4px 14px; cursor: pointer; background-color: white; border: 1px solid #eee; border-radius: 14px; margin-bottom: 15px; }

.search-result-tab a:not(:last-of-type) { margin-right: 7px; }

.search-result-btn.current { font-weight: 500; }

.search-result-tab a, .search-result-tab a:hover, .search-result-tab-btn a:visited, .search-result-tab a:focus { text-decoration: none; color: #333333; }

.book-info .sics-tooltip-content { left: 14px; margin-top: 5px; padding: 10px 20px; background-color: white; box-shadow: 0 5px 20px rgba(50, 50, 93, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2); font-weight: 600; z-index: 10; }

.list-counter-text { font-size: 12px; float: right; margin-right: 3px; }

.list-counter::after { display: block; content: ''; clear: both; }

.scroll-spinner { display: flex; justify-content: center; }

.lds-ring { display: inline-block; position: relative; width: 55px; height: 55px; margin-bottom: 10px; }

.lds-ring div { box-sizing: border-box; display: block; position: absolute; width: 40px; height: 40px; margin: 8px; border: 5px solid #fff; border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.lds-ring div:nth-child(1) { animation-delay: -0.45s; }

.lds-ring div:nth-child(2) { animation-delay: -0.3s; }

.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.letter-box { display: flex; flex-flow: row wrap; justify-content: space-between; }

.letter-box:not(.last) { margin-bottom: 10px; }

.letter-btn { padding: 7px 0; background-color: white; border: 1px solid #eee; border-radius: 2px; flex-grow: 1; flex-shrink: 1; text-align: center; cursor: pointer; width: 20px; display: inline-block; }

.letter-btn:not(:first-child) { margin-left: 5px; }

.letter-btn.long { min-width: 50px; }

.letter-box a, .letter-box a:hover, .letter-box a:visited, .letter-box a:focus { text-decoration: none; color: #333333; }

.separator { content: ''; width: 100%; }

.letter-box-mobile { width: 100%; position: relative; }

.letter-box-dropdown { position: absolute; top: -10px; border: 1px solid #ccc; border-radius: 3px; left: 0; list-style: none; padding: 15px 10px; display: none; background-color: white; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175); width: 100%; z-index: 9; }

.letter-box-btn:hover .letter-box-dropdown { display: block; visibility: visible; z-index: 10; }

.letter-box-btn-container { margin-left: auto; display: flex; align-items: center; font-weight: 400; }

.full-width { width: 100%; }

@media screen and (max-width: 1120px) { .main { width: 100%; padding: 50px; max-width: none; display: block; } .body-container { width: 100%; display: flex; flex-direction: column; } h2 { font-size: 20px; margin-top: 40px; } .mobile_main { display: none; } }

@media screen and (max-width: 800px) { .main { display: flex; align-items: center; flex-direction: column; padding: 35px 10px 20px 10px; margin-top: 51px; } .footer img { width: calc(min(100%, 369.3px)); } .main .title { font-size: 14px; } .author { font-size: 12.5px; } .book-info { padding: 5px 0; } .item-list-container { margin-top: 10px; margin-bottom: 25px; } li.book-li { padding: 0 10px 0 0; max-width: 100%; margin: 15px 0; } .list-title { font-size: 16px; font-weight: bold; text-align: center; line-height: 1.3; } .title-description { padding: 5px; font-size: 12px; margin-bottom: 10px; } .main-submenu { margin-left: auto; margin-bottom: 3px; } .main-submenu.last { margin-bottom: 10px; } .search_sort_wrap { display: inline-block; margin-top: 0; margin-bottom: 0; } .pagination { margin: 0 0 10px 0; } .pagination li a, .pagination li span { margin-left: 0; padding: 8px; font-size: 12px; min-width: 30px; text-align: center; } .search-container { width: 100%; margin-bottom: 10%; } .book-container-main { width: 100%; } .book-info { width: 100%; overflow: hidden; } .holding-link { width: 100%; } .holding-title { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: calc(100% - 60px); vertical-align: middle; } .list-counter { margin-left: auto; } .pagination { display: none; } .book-approval { display: none; } }

@media only screen and (min-device-width: 800px) and (max-device-width: 1120px) { .search_sort_wrap { margin-bottom: 0; } .search-container { width: 45%; margin-bottom: 5%; } }

/*# sourceMappingURL=ebook_item_list_scss.css.map */