/**
 * @file
 * Subtheme specific CSS.
 */

/******************** COMMON ********************/
.gin--classic-toolbar .toolbar-icon-library-main-main-settings:before {
  background-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
  -webkit-mask-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
}

.gin--classic-toolbar .toolbar-icon-library-main-main-settings:active:before,
.gin--classic-toolbar .toolbar-icon-library-main-main-settings:is-active:before {
  background-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
  -webkit-mask-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
}

.gin--classic-toolbar .toolbar .toolbar-bar .toolbar-icon-library-main-main-settings:before {
  background-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
  -webkit-mask-image: url("/themes/contrib/gin/dist/media/sprite.svg#tool-view");
}

body {
  overflow-x: hidden;
}

#main-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(224,231,255,var(--tw-bg-opacity));
  min-height: calc(60vh);
}

body .simple-popup-blocks-global .spb-popup-main-wrapper {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 10px;
}

body .simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls {
  padding: 5px 10px;
  border-bottom: 1px solid black;
  width: 100%;
  right: 0;
}

body .simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close {
  border: none;
  background: none;
  font-size: 1.25rem;
}

body .simple-popup-blocks-global .spb-popup-main-wrapper .alert {
  padding: 10px 15px;
  margin-top: 50px;
  background: none;
  border: none;
}

body .simple-popup-blocks-global .spb-popup-main-wrapper .alert .btn-close {
  display: none;
}

@media (max-width: 767px) {
  body .simple-popup-blocks-global .spb-popup-main-wrapper {
    width: auto !important;
  }
}

/******************** FILTER ********************/
.view-filters {
  padding-top: 1.5rem;
  position: relative;
}

.view-filters .form-row {
  display: flex;
}

.view-filters .form-type-textfield {
  width: 100%;
}

.view-filters .form-control {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  line-height: 1.25;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
}

.view-filters .form-submit  {
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-indent: 150%;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: #0099a9;
  align-items: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 27px;
  right: 10px;
}

/******************** PAGER ********************/
.pagination {
  display: inline-flex;
  margin-top: 0.5rem;  
}

.pagination .pagination-item {
  --tw-text-opacity: 1;
  color: rgba(0,0,0,var(--tw-text-opacity));
  padding: 0.5rem 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  border-radius: 0.5rem;
  margin: 0 0.25rem;
}

.pagination .pagination-item:hover {
  --tw-bg-opacity: 1;
  background-color: #000;
  color: #fff;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
}

.pagination .pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: #0099a9;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
}

.pagination .pagination-item a {
  color: inherit;
  text-decoration: inherit;
}

/******************** HEADER ********************/
.header .block-library-main {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}

.header .block-library-main .block-header {
  max-width: 80rem;
  padding: 0 0.25rem;
  margin: 0 auto;
}

.header .block-library-main .block-header .block-header-wrapper {
  --tw-border-opacity: 1;
  border-color: rgba(243,244,246,var(--tw-border-opacity));
  border-bottom-width: 2px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header .block-library-main .block-header .block-header-wrapper .site-logo {
  justify-content: flex-start;
  display: flex;
}

.header .block-library-main .block-header .block-header-wrapper .site-logo .img {
  width: 100%;
  max-width: 15rem;
  float: left;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper {
  padding: 0 1rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile {
  opacity: .5;
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  padding: 0.25rem 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgba(75,85,99,var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
  border-radius: 0.25rem;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile:hover {
  opacity: .75;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile-wrapper {
  width: 115px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile-wrapper .user-info-wrapper {
  display: inline-block;  
  width: 50px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile-wrapper .user-info-wrapper .user-icon img {
  width: 100%;
  border-radius: 100%;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 999999;
  background: white;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .show {
  display: block;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .user-info-wrapper {
  padding: 1rem;
  min-height: 100px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .user-info-wrapper .user-icon {
  margin-right: 10px
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .user-info-wrapper .user-icon img {
  width: 25%;
  border-radius: 100%;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .user-info-wrapper .btn-close {
  float: right;
  padding: 1em;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .menu-header-mobile .menu-header-wrapper {
  padding: 0;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .menu-header-mobile .menu-header-wrapper .menu-item {
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .menu-header-mobile .menu-header-wrapper .menu-item .menu-link {
  padding-bottom: 0;
  border: 0;
  padding: 0 20px 0 10px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .menu-header-mobile .menu-header-wrapper .menu-item--expanded .dropdown-menu {
  position: static;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin: 5px -10px -10px;
  padding: 0;
}

.header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .menu-mobile .menu-header-mobile .menu-header-wrapper .menu-item--expanded .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.2rem 0.5rem;
  border-top: 1px solid #000;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper {
  flex-direction: column;
  margin-top: 0.75rem;
  list-style: none;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item {
  transition-duration: .3s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin: auto;
  font-size: 1.1rem;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item:hover {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: #000;
  color: #fff;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item.active {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: #0099a9;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item .menu-link {
  display: block;
  color: inherit;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item .menu-link.blue {
  --tw-text-opacity: 1;
  color: rgba(59,130,246,var(--tw-text-opacity));
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item .menu-link .icons {
  width: 16px;
  height: 16px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item--expanded {
  cursor: pointer;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item--expanded .dropdown-menu {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  margin: 5px -10px;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item--expanded .dropdown-menu .dropdown-item-link {
  display: block;
  color: inherit;
  text-decoration: inherit;
  width: 100%;
  height: 100%;
}

.header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item--expanded .user-icon img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

@media (min-width: 640px) {
  .header .block-library-main .block-header {
    padding: 0 0.25rem;
  }
}

@media (min-width: 768px) {
  .header .block-library-main .block-header .block-header-wrapper {
    justify-content: flex-start;
  }

  .header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper {
    display: none;
  }

  .header .block-library-main .block-header .block-header-wrapper .menu-mobile-wrapper .btn-menu-mobile {
    display: none;
  }

  .header .block-library-main .block-header .block-header-wrapper>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper {
    flex-direction: row;
    display: flex;
    margin-left: auto;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .header .block-library-main .block-header .block-header-wrapper .site-logo {
    flex: 1 1 0%;
    width: 0;
  }

  .header .block-library-main .block-header .block-header-wrapper .menu-header-wrapper .menu-item {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  .header .block-library-main .block-header .block-header-wrapper .menu-header {
    display: none;
  }
}

/******************** FOOTER ********************/
.site-footer {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
}

.site-footer #block-blockfooter {
  border-bottom: 0;
}

.site-footer .copyright-wrapper {
  text-align: center;
  padding: 0.5rem 1rem;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  margin-bottom: -2.25rem;
  margin-top: 2rem;
}

.site-footer .copyright-wrapper .copyright {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-footer .copyright-wrapper .copyright svg {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
}

.site-footer .copyright-wrapper .copyright span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-left: 0.75rem;
  color: rgba(107,114,128,var(--tw-text-opacity));
}

.site-footer .copyright-wrapper p {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
  font-size: .875rem;
  line-height: 1.25rem;
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 2px solid;
  margin-left: 1rem;
}

.site-footer .social-network-wrapper {
  padding: 0.25rem 0.5rem;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin: 0 auto;
}

.site-footer .social-network-wrapper .social-network {
  justify-content: center;
  display: inline-flex;
  margin-top: 1rem;
}

.site-footer .social-network-wrapper .social-network .facebook {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
}

.site-footer .social-network-wrapper .social-network .website {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
  margin-left: 0.75rem;
}

@media (min-width: 640px) {
  .site-footer .copyright-wrapper p {
    --tw-border-opacity: 1;
    border-color: rgba(229,231,235,var(--tw-border-opacity));
  }

  .site-footer .social-network-wrapper {
    flex-direction: row;
  }

  .site-footer .social-network-wrapper .social-network {
    justify-content: flex-start;
    margin-left: auto;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .site-footer .copyright-wrapper {
    text-align: left;
    padding-left: 3rem;
    margin-top: 0;
  }

  .site-footer .copyright-wrapper .copyright {
    justify-content: flex-start;
  }
}

/******************** HOMEPAGE ********************/
.path-frontpage .banner {
  color: #fff;
  position: relative;
  background-color: #F7F5F0;
  display: inline-block;
  width: 100%;
}

.path-frontpage .banner__item {
  height: 36rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.path-frontpage .banner__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.path-frontpage .banner__container {
  position: relative;
  max-width: 75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.path-frontpage .banner__title {
  font-family: "Din Next Lt Pro Bold", sans-serif;
  font-size: 6.4rem;
  line-height: 120%;
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.path-frontpage .banner__content {
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  min-height: 7.2rem;
}

.path-frontpage .home-tagline {
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(224,231,255,var(--tw-bg-opacity));
  position: relative;
}

.path-frontpage .home-tagline__container {
  --tw-bg-opacity: 1;
  background: linear-gradient(180deg, rgba(150,231,255,var(--tw-bg-opacity)) 0%, rgba(225,231,255,var(--tw-bg-opacity)) 100%);
  padding: 10rem 0;
  min-height: 30rem;
}

.path-frontpage .home-tagline .home-tagline__title {
  font-family: "Din Next Slab Pro Light", sans-serif;
  font-size: 5.6rem;
  margin-bottom: 1.9rem;
  line-height: 1.1;
}

.path-frontpage .home-tagline__desc {
  max-width: 46.9rem;
  margin: auto;
  font-size: 1.8rem;
  margin-bottom: 1.9rem;
}

.path-frontpage .home-tagline .cta-button  {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(4,120,87,var(--tw-bg-opacity));
  border-radius: 9999px;
  margin-top: 1.5rem;
  text-decoration: inherit;
  text-transform: uppercase;
}

.path-frontpage .home-themes {
  display: flex;
  gap: 0;
}

.path-frontpage .home-themes__block {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  overflow: hidden;
}

.path-frontpage .home-themes__inner {
  padding: 5.6rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 86.76%, rgba(225, 217, 195, 0.2) 100%), #fff;
  margin-right: 25%;
  margin-top: 50%;
  margin-bottom: 0;
  height: 100%;
  z-index: 1;
}

.path-frontpage .home-themes__title {
  font-family: "Din Next Lt Pro Bold", sans-serif;
  margin-bottom: 2.6rem;
  transition: color 0.4s ease, padding 0.4s ease;
}

.path-frontpage .home-themes__link {
  text-decoration: none;
  color: inherit;
}

.path-frontpage .home-themes__link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.path-frontpage .home-themes__desc {
  font-size: 1.8rem;
}

.path-frontpage .home-themes__img {
  background-size: cover;
  transition: transform 0.4s ease;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.path-frontpage .home-themes__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/******************** PAGE ABOUT US ********************/
.path-about-us .about-us {
  padding: 6rem 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}

.path-about-us h1 {
  font-size: 25px;
  font-weight: bolder;
}

.path-about-us .about-us-content {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.path-about-us .about-us-content .content-right .step-1 {
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-timeline {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 100%;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-timeline span {
  --tw-bg-opacity: 1;
  background-color: rgba(150,150,200,var(--tw-bg-opacity));
  width: 0.25rem;
  height: 100%;
  pointer-events: none;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-icon {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  z-index: 10;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-content {
  padding-left: 1rem;
  flex-grow: 1;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-content h2 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .05em;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.path-about-us .about-us-content .content-right .step-1 .step-1-content p {
  line-height: 1.625;
}

.path-about-us .about-us-content .content-right .step-2 {
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-timeline {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 100%;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-timeline span {
  --tw-bg-opacity: 1;
  background-color: rgba(150,150,200,var(--tw-bg-opacity));
  width: 0.25rem;
  height: 100%;
  pointer-events: none;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-icon {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  z-index: 10;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-content {
  padding-left: 1rem;
  flex-grow: 1;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-content h2 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .05em;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.path-about-us .about-us-content .content-right .step-2 .step-2-content p {
  line-height: 1.625;
}

.path-about-us .about-us-content .content-right .step-3 {
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-timeline {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 100%;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-timeline span {
  --tw-bg-opacity: 1;
  background-color: rgba(150,150,200,var(--tw-bg-opacity));
  width: 0.25rem;
  height: 100%;
  pointer-events: none;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-icon {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  z-index: 10;
  position: relative;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-content {
  padding-left: 1rem;
  flex-grow: 1;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-content h2 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .05em;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.path-about-us .about-us-content .content-right .step-3 .step-3-content p {
  line-height: 1.625;
}

.path-about-us .about-us-content .content-right .final-step {
  display: flex;
  position: relative;
}

.path-about-us .about-us-content .content-right .final-step .final-step-icon {
   --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  z-index: 10;
  position: relative;
}

.path-about-us .about-us-content .content-right .final-step .final-step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.path-about-us .about-us-content .content-right .final-step .final-step-content {
  padding-left: 1rem;
  flex-grow: 1;
}

.path-about-us .about-us-content .content-right .final-step .final-step-content h2 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .05em;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}

.path-about-us .about-us-content .content-right .final-step .final-step-content p {
  line-height: 1.625;
}

.path-about-us .about-us-content .content-right h2 {
  font-size: inherit;
  font-weight: inherit;
  margin-top: 5px;
}

.path-about-us .about-us-content .content-right .modal-trigger {
  color: inherit;
}

.path-about-us .about-us-content .content-left {
  text-align: center;  
  flex-grow: 1;
  margin-bottom: -2.5rem;
}

.path-about-us .about-us-content .content-left img {
  max-width: 100%;
  height: auto;
}

.path-about-us .about-us-content .modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid black;
  border-radius: 10px;
  background-color: white;
  width: 500px;
  max-width: 80%;
  height: auto;
}

.path-about-us .about-us-content .modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.path-about-us .about-us-content .modal .modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
}

.path-about-us .about-us-content .modal .modal-header .title {
  font-size: 1.25rem;
  font-weight: bold;
}

.path-about-us .about-us-content .modal .modal-header .close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}

.path-about-us .about-us-content .modal .modal-body {
  padding: 10px 15px;
}

.path-about-us .about-us-content #overlay {
  position: fixed;
  opacity: 0;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
  z-index: 10;
}

.path-about-us .about-us-content #overlay.active {
  opacity: 1;
  pointer-events: all;
}

@media (min-width: 768px) {
  .path-about-us .about-us-content .content-right {
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .path-about-us .about-us-content .content-right {
    width: 40%;
  }

  .path-about-us .about-us-content .content-left {
    text-align: left;
    padding-left: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 50%;
  }
}

/******************** PAGE CONTACT US ********************/
.path-contact-us .contact-wrapper {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  position: relative;
}

.path-contact-us .contact {
  padding: 6rem 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin: 0 auto;
}

.path-contact-us .contact-map {
  padding: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(209,213,219,var(--tw-bg-opacity));
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.path-contact-us .contact-map iframe {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.path-contact-us .contact-map .contact-info-wrapper {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  border-radius: 0.25rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.path-contact-us .contact-map .contact-info-wrapper .address {
  padding: 0 1.5rem;
}

.path-contact-us .contact-map .contact-info-wrapper .address span {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .1em;
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.path-contact-us .contact-map .contact-info-wrapper .address p {
  margin-top: 0.25rem;
}

.path-contact-us .contact-map .contact-info-wrapper .contact-info {
  padding: 0 1.5rem;
}

.path-contact-us .contact-map .contact-info-wrapper .contact-info .website span {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .1em;
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.path-contact-us .contact-map .contact-info-wrapper .contact-info .website a {
  --tw-text-opacity: 1;
  color: rgba(16,185,129,var(--tw-text-opacity));
  line-height: 1.625;
}

.path-contact-us .contact-map .contact-info-wrapper .contact-info .phone span {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .1em;
  font-weight: 600;
  font-size: .75rem;
  line-height: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.path-contact-us .contact-map .contact-info-wrapper .contact-info .phone p {
  line-height: 1.625;
}

.path-contact-us .contact-form {
  flex-direction: column;
  width: 100%;
  display: flex;
  margin-top: 2rem;
}

.path-contact-us .contact-form h1 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.25rem;
}

.path-contact-us .contact-form p {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  line-height: 1.625;
  margin-bottom: 1.25rem;
}

.path-contact-us .webform-submission-contact-form label {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  line-height: 1.75rem;
  font-size: .875rem;
}

.path-contact-us .webform-submission-contact-form .webform-button--submit {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.5rem 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-width: 0;
  border-radius: 0.25rem;
  background-color: #0099a9;
}

@media (min-width: 640px) {
  .path-contact-us .contact {
    flex-wrap: nowrap;
  }
  
  .path-contact-us .contact-map {
    margin-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  .path-contact-us .contact-map {
    width: 50%;
  }
  
  .path-contact-us .contact-form {
    padding: 2rem 0;
    width: 50%;
    margin-left: auto;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .path-contact-us .contact-map {
    width: 66.666667%;
  }

  .path-contact-us .contact-map .contact-info-wrapper .address {
    width: 50%;
  }

  .path-contact-us .contact-map .contact-info-wrapper .contact-info {
    width: 50%;
    margin-top: 0;
  }
  
  .path-contact-us .contact-form {
    width: 33.333333%;
  }
}

/******************** PAGE EBOOKS LIST ********************/
.page-view-e-books .table-responsive tr td, 
.page-view-e-books .table-responsive tr th {
  border: none;
}

.page-view-e-books .table-responsive thead {
  background-color: grey;
}

.page-view-e-books .table-responsive tbody {
  background-color: #f4f4f4;
  border: none;
}

.page-view-e-books .table-responsive tbody .views-field-nothing img {
  width: 25px;
  height: 25px;
}

/****************** PAGE BOOKS CATEGORY ******************/
.page-view-books-category .view-filters .ui-autocomplete-input {
  background-image: none;
}

.page-view-books-category .view-cards {
  text-align: center;
  display: block;
  margin: 0 0.5rem 3rem;
}

.page-view-books-category .view-content {
  gap: 1.75rem;
  max-width: 80rem;
  display: grid;
}

.page-view-books-category .views-row {
  text-align: center;
  background-color: #0099a9;
  border-radius: 10px;
}

.page-view-books-category .views-row:hover {
  background-color: #000;
}

.page-view-books-category .views-row  a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  padding: 100px 0;
  color: #000;
}

.page-view-books-category .views-row a:hover {
  color: #fff;
  font-size: 1.5rem;
}

.page-view-books-category .pagination-wrapper {
  text-align: center;
}

@media (min-width: 769px) {
  .page-view-books-category .view-content {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (min-width: 1024px) {
  .page-view-books-category .view-content {
    grid-template-columns: repeat(6,minmax(0,1fr));
  }
}

/******************** PAGE BOOKS LiST ********************/
.page-view-books .page-title {
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
  margin-top: 20px;
}

.page-view-books .view-filters .ui-autocomplete-input {
  background-image: none;
}

.page-view-books .view-books .view-cards {
  text-align: center;
  display: block;
  margin: 0 0.5rem;
}

.page-view-books .view-content {
  gap: 1.75rem;
  max-width: 80rem;
  display: grid;
}

.page-view-books .views-row {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  border-radius: 0.5rem;
  max-width: 20rem;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}

.page-view-books .views-row .book-card {
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-view-books .views-row .book-card .book-cover-image {
  background-image: url("../images/no_image.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 14rem;
}

.page-view-books .views-row .book-card .book-cover-image img {
  height: 100%;
  min-width: 210px;
}

.page-view-books .views-row .book-card .book-title {
  width: 100%;
  height: 5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  font-size: .875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}

.page-view-books .views-row .book-card .book-link {
  margin-bottom: 1rem;
}

.page-view-books .views-row .book-card .book-link a {
  --tw-text-opacity: 1;
  color: rgba(16,185,129,var(--tw-text-opacity));
  display: inline-flex;
  text-decoration: inherit;
}

.page-view-books .views-row .book-card .book-link svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.1rem;
  margin-top: 0.3rem;
}

.page-view-books .pagination-wrapper {
  text-align: center;
}

@media (max-width: 768px) {
  .page-view-books .page-title {
    font-size: 3rem;
  }
}

@media (min-width: 769px) {
  .page-view-books .view-content {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .page-view-books .page-title {
    font-size: 4rem;
  }
}

@media (min-width: 1024px) {
  .page-view-books .view-content {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
}

/******************** PAGE BOOKS ********************/
.node--type-books article {
  --tw-text-opacity: 1;
  color: rgba(75,85,99,var(--tw-text-opacity));
  overflow: hidden;
}

.node--type-books .node-content-wrapper {
  padding: 6rem 1.25rem;
  margin: 0 auto;
}

.node--type-books .node-content-wrapper .node__content {
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper h1 {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper .node-content-details {
  display: flex;
  margin-bottom: 1rem;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper .node-content-details .node-content-details-title {
  --tw-text-opacity: 1;
  color: rgba(16,185,129,var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 0.5rem 0.25rem;
  --tw-border-opacity: 1;
  border-bottom: 2px solid rgba(16,185,129,var(--tw-border-opacity));
  flex-grow: 1;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper .field-wrapper {
  padding: 0.5rem 0;
  margin: 0 auto;
  --tw-border-opacity: 1;
  border-bottom: 1px solid rgba(0,231,235,var(--tw-border-opacity));
  display: flex;
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper .field-wrapper .field-label {
  --tw-text-opacity: 1;
  color: rgba(107,114,128,var(--tw-text-opacity));
}

.node--type-books .node-content-wrapper .node__content .node-content-details-wrapper .field-wrapper .field-value {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  margin-left: auto;
  text-transform: uppercase;
}

.node--type-books .node-content-wrapper .node__content .btn-wrapper {
  display: flex;
  margin-top: 1.5rem;
}

.node--type-books .node-content-wrapper .node__content .btn-wrapper .btn-borrow {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  padding: 0.5rem 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-width: 0;
  border-radius: 0.25rem;
  display: flex;
  margin-left: auto;
  text-decoration: none;
}

.node--type-books .node-content-wrapper .node__content .btn-wrapper .btn-reserve {
  --tw-text-opacity: 1;
  color: rgba(255,255,255,var(--tw-text-opacity));
  padding: 0.5rem 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(16,185,129,var(--tw-bg-opacity));
  border-width: 0;
  border-radius: 0.25rem;
  display: flex;
  margin-left: auto;
  text-decoration: none;
}

.node--type-books .node-content-wrapper .node__content .node-content-image {
  object-position: center;
  object-fit: cover;
  border-radius: 0.25rem;
  width: 100%;
  height: 100%;
}

.node--type-books .node-content-wrapper .node__content .node-content-image img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  .node--type-books .node-content-wrapper .node__content {
    width: 80%;
  }

  .node--type-books .node-content-wrapper .node__content .node-content-details-wrapper {
    padding-right: 2.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 50%;
    margin-bottom: 0;
  }

  .node--type-books .node-content-wrapper .node__content .node-content-image {
    width: 50%;
    height: auto;
  }
}

/******************** USER LOGIN PAGE ********************/
.page-user-login {
  text-align: center;
}

.page-user-login .user-login-form .form-submit {
  background-color: #ced4da;
} 

.page-user-login .user-login-form {
  display: inline-block;
  margin-top: 2em;
  max-width: 700px !important;
}

.page-user-login .user-login-form .js-form-item {
  padding: 0 10px;
}

.page-user-login .user-login-form .js-form-item input {
  width: 100%
}

.page-user-login .user-login-form .js-form-item label {
  display: none !important;
}

.page-user-login .user-login-form .forgot-password {
  padding-right: 10px;
}

/******************** USER PASSWORD PAGE ********************/
.page-user-password {
  text-align: center;
}

.page-user-password .user-pass {
  display: inline-block;
  margin-top: 2em;
  position: relative;
}

.page-user-password .user-pass .js-form-item {
  padding: 0 10px;
}

.page-user-password .user-pass .back-to-login {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/******************** USER  PAGE ********************/
.page-user-reset .main-content .content {
  margin: 2em 0;
}

.page-user-reset .user-pass-reset {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.page-user-reset .user-pass-reset p {
  padding: 0 15px;
}

.page-user-reset .user-pass-reset .form-actions {
  margin: 1em 0;
  text-align: center;
}

.page-user-reset .user-pass-reset .form-submit {
  width: auto;
  background-color: #ced4da;
} 

/******************** USER REGISTER PAGE ********************/
.path-register .main-content .content {
  margin: 2em 0;
}

.path-register .registration-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-register .registration-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-register .registration-form .profile-picture {
  padding: 0 25px;
}

.path-register .registration-form .column {
  float: left;
  width: 50%;
}

.path-register .registration-form .column label.error {
  color: red;
}

.path-register .registration-form .column-left {
  padding-left: 25px;
}

.path-register .registration-form .column-right {
  padding-right: 25px;
}

.path-register .registration-form .column .radio {
  display: flex;
  padding-right: 10px;
}

.path-register .registration-form .column .radio label {
  padding-left: 5px;
}

.path-register .registration-form .row:after {
  content: "";
  display: table;
  clear: both;
}

.path-register .registration-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-register .registration-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
} 

/******************** USER PROFILE PAGE ********************/
.path-profile .main-content .content {
  margin: 2em 0;
}

.path-profile .profile-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-profile .profile-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-profile .profile-form .profile-picture {
  padding: 0 25px;
}

.path-profile .profile-form .profile-picture .image-widget-data {
  width: 100%;
  float: none;
}

.path-profile .profile-form .profile-picture .image-widget-data .form-submit {
  width: 100px;
  height: 30px;
  padding: 4px 1.5em;
  color: #333;
  border: 1px solid #a6a6a6;
  border-radius: 20em;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  margin: 0 1em;
}

.path-profile .profile-form .column {
  float: left;
  width: 50%;
}

.path-profile .profile-form .column label.error {
  color: red;
}

.path-profile .profile-form .column-left {
  padding-left: 25px;
}

.path-profile .profile-form .column-right {
  padding-right: 25px;
}

.path-profile .profile-form .form-item-profile-email p {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #e9ecef;
}

.path-profile .profile-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-profile .profile-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

.path-profile .profile-form .reset-password {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin: 0 1em 0.125em 0;
}

/******************** USER RESET PASSWORD FORM PAGE ********************/
.path-reset-password .main-content .content {
  margin: 2em 0;
}

.path-reset-password .reset-password-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-reset-password .reset-password-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-reset-password .reset-password-form .js-form-item {
  padding: 0 25px;
}

.path-reset-password .reset-password-form .js-form-item label.error {
  color: red;
}

.path-reset-password .reset-password-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-reset-password .reset-password-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

/******************** BORROW FORM PAGE ********************/
.path-borrow .main-content .content {
  margin: 2em 0;
}

.path-borrow .borrow-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-borrow .borrow-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-borrow .borrow-form .row {
  padding: 0 10px;
}

.path-borrow .borrow-form .column {
  float: left;
  width: 50%;
}

.path-borrow .borrow-form .row .js-form-item label {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.path-borrow .borrow-form .column label.error {
  color: red;
}

.path-borrow .borrow-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-borrow .borrow-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

/******************** RESERVE FORM PAGE ********************/
.path-reserve .main-content .content {
  margin: 2em 0;
}

.path-reserve .reserve-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-reserve .reserve-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-reserve .reserve-form .row {
  padding: 0 10px;
}

.path-reserve .reserve-form .column {
  float: left;
  width: 50%;
}

.path-reserve .reserve-form .row .js-form-item label {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}

.path-reserve .reserve-form .column label.error {
  color: red;
}

.path-reserve .reserve-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-reserve .reserve-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

/******************** CART PAGE ********************/
.path-cart thead {
  border: 1px solid #3100f3;
}

.path-cart thead tr {
  --tw-text-opacity: 1;
  color: rgba(17,24,39,var(--tw-text-opacity));
  letter-spacing: .025em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  --tw-bg-opacity: 1;
  background-color: rgba(20,144,246,var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(75,85,99,var(--tw-border-opacity));
  border-bottom: 1px solid #3100f3;
}

.path-cart thead tr th {
  color: #000;
  padding: 0.75rem 1rem;
  border: none;
  background: center;
}

.path-cart tbody {
  --tw-bg-opacity: 1;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
}

.path-cart tbody tr {
  --tw-text-opacity: 1;
  color: rgba(55,65,81,var(--tw-text-opacity));
}

.path-cart tbody tr td {
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border: 1px solid #3100f3;
}

.path-cart .view-empty thead tr th,
.path-cart .view-empty tbody tr td {
  text-align: center;
}

/******************** RESERVED DELETE BOOK FORM PAGE ********************/
.path-books-reserved .main-content .content {
  margin: 2em 0;
}

.path-books-reserved .reserved-delete-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-books-reserved .reserved-delete-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-books-reserved .reserved-delete-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-books-reserved .reserved-delete-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

.path-books-reserved .reserved-delete-form .actions #edit-cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/******************** BORROWED DELETE BOOK FORM PAGE ********************/
.path-books-borrowed .main-content .content {
  margin: 2em 0;
}

.path-books-borrowed .borrowed-delete-form {
  margin: auto;
  position: relative;
  max-width: 650px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path-books-borrowed .borrowed-delete-form p.login-title {
  color: #555;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.path-books-borrowed .borrowed-delete-form .actions {
  margin: 1em 0;
  text-align: center;
}

.path-books-borrowed .borrowed-delete-form .actions .form-submit {
  width: auto;
  background-color: #ced4da;
}

.path-books-borrowed .borrowed-delete-form .actions #edit-cancel {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/******************** ADMINISTRATIVE PAGEs ********************/
.path-administrative-page .main-content .content {
  margin: 2em 0;
}

.path-administrative-page .page-title {
  text-align: center;
  font-weight: bold;
  font-size: 5rem;
}

.path-administrative-page .main-content .content ul {
  margin: 2em 0;
  list-style-type: none;
}

.path-administrative-page .main-content .content li {
  text-align: center;
  padding-bottom: 1em;
  display: inline-block;
  width: 33%;
} 

.path-administrative-page .main-content .content li a {
  font-size: 2rem;
  color: #000;
  text-decoration: none;
} 

.path-administrative-page .main-content .content li a:hover {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
} 

@media (max-width: 768px) {
  .path-administrative-page .page-title {
    font-size: 3rem;
  }

  .path-administrative-page .main-content .content li {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .path-administrative-page .page-title {
    font-size: 4rem;
  }
}

@media (max-width: 1024px) {
  .path-administrative-page .main-content .content li {
    width: 49%;
  }
}