.white-5 {
  background-color: rgba(255, 255, 255, 0.5); }

.white-6 {
  background-color: rgba(255, 255, 255, 0.6); }

.white-7 {
  background-color: rgba(255, 255, 255, 0.7); }

.white-8 {
  background-color: rgba(255, 255, 255, 0.8); }

.white-9 {
  background-color: rgba(255, 255, 255, 0.9); }

.white-95 {
  background-color: rgba(255, 255, 255, 0.95); }


#top-header {
  background-image: url("https://i.ibb.co.com/bMngV707/Whats-App-Image-2025-03-05-at-09-37-16.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.mask {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }

.bg-red-2 {
  background-color: #fe0219; }

.top-nav {
  padding: 8px; }
  .top-nav li {
    display: inline-flex; }
    .top-nav li.active a {
      color: #fe0219; }
    .top-nav li a {
      padding: 8px 6px;
      color: #313131;
      text-decoration: none;
      font-weight: 200; }
      .top-nav li a:hover {
        color: #fe0219; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.slider .bx-wrapper {
  background: transparent;
  box-shadow: none;
  border: none; }
  .slider .bx-wrapper .bx-prev,
  .slider .bx-wrapper .bx-prev:hover,
  .slider .bx-wrapper .bx-prev:focus {
    background-size: cover;
    background: white url("../images/back.png") no-repeat center;
    border-radius: 50%; }
  .slider .bx-wrapper .bx-next,
  .slider .bx-wrapper .bx-next:hover,
  .slider .bx-wrapper .bx-next:focus {
    background-size: cover;
    border-radius: 50%;
    background: white url("../images/next.png") no-repeat center; }

.section-header {
  font-size: 1.5rem;
  color: #3d4852;
  margin-bottom: 1.5rem; }

#section10 a {
  padding-top: 60px; }

#section10 a span {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box; }

#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
.biblioPaging {
  padding: 1rem 0;
  text-align: right;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc; }
  .biblioPaging:first-child {
    margin-bottom: 1rem; }
  .biblioPaging .pagingList a {
    text-decoration: none;
    color: #2e383c; }
  .biblioPaging .pagingList b {
    font-weight: bold;
    background: red;
    color: white;
    padding: 4px 6px;
    border-radius: 4px; }

.search-query-time,
.search-found-info {
  line-height: 1.5;
  font-size: .875rem; }

.jsonResultLink,
.xmlResultLink {
  font-size: .875rem;
  margin-right: 10px;
  text-decoration: none;
  color: red;
  margin-top: 10px;
  display: inline-block; }

.authors {
  margin-top: 16px;
  display: inline-block;
  color: #526577; }
  .authors a {
    text-decoration: none;
    color: red; }

.subject a {
  text-decoration: none;
  color: red; }

.table.table-bordered.table-small.itemList {
  width: 100%; }
  .table.table-bordered.table-small.itemList td {
    padding: 10px;
    border: 1px solid #ccc; }
    .table.table-bordered.table-small.itemList td a {
      text-decoration: none;
      color: red; }

.attachList a {
  text-decoration: none;
  color: red; }

.alert.alert-info {
  background: #f2f4d8;
  padding: 10px; }

.loginInfo .fieldLabel {
  font-weight: bold;
  margin-top: 16px; }
.loginInfo .login_input input {
  border: 1px solid #ebcccc;
  padding: 0.5rem;
  border-radius: 4px; }
  .loginInfo .login_input input:focus {
    outline: none;
    border-color: red; }
.loginInfo .memberButton {
  margin-top: 16px;
  padding: 6px 12px;
  background: red;
  color: white;
  border-radius: 4px;
  cursor: pointer; }

.loginForm .heading1 {
  font-weight: bold; }

.marginTop {
  margin-top: 12px; }

#loginForm > form > div > input,
#userName {
  border: 1px solid #ebcccc;
  padding: 0.5rem;
  border-radius: 4px; }
  #loginForm > form > div > input:focus,
  #userName:focus {
    outline: none;
    border-color: red; }
  #loginForm > form > div > input.loginButton,
  #userName.loginButton {
    background: red;
    color: white;
    padding-right: 16px;
    padding-left: 16px;
    display: inline-block;
    border: none;
    cursor: pointer; }
  #loginForm > form > div > input.homeButton,
  #userName.homeButton {
    background: grey;
    color: white;
    padding-right: 16px;
    padding-left: 16px;
    border: none;
    cursor: pointer; }

#loginForm {
  width: 300px; }
  #loginForm .login_input {
    width: 100%; }

.heading1 {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 4px; }

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