@import url("../../assets-custom/root.css");

::-webkit-scrollbar {
  background-color: var(--ea-background-color-scrollbar);
  border-radius: 10px;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--ea-primary-color);
  border-radius: 10px;
  width: 5px;
}


body {
  background-color: var(--ea-background-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
a,
th,
.fs-5 ,
li{
  color: var(--text-color);
}

span a{
  text-decoration: underline;
}

.bg-white h1,
.bg-white h2,
.bg-white h3,
.bg-white h4,
.bg-white h5,
.bg-white h6,
.bg-white p,
.bg-white span,
.bg-white a,
.bg-white li {
    color: black;
}

ol {
  list-style-type: disc;
}

footer .fw-bold{
  color: var(--text-color);
  font-weight: normal !important;
}


a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
  color: var(--text-color);
  background-color: var(--ea-primary-color);
  border-color: var(--ea-primary-color);
}

/*.btn:hover{*/
/*  color: var(--buton-hover-color);*/

/*}*/

.subscription-middle-price .btn-check:checked+.btn,
.subscription-middle-price .btn.active,
.subscription-middle-price .btn.show,
.subscription-middle-price .btn:first-child:active,
.subscription-middle-price :not(.btn-check)+.btn:active,
.subscription-middle-price .btn:hover{
  color:  var(--ea-primary-color) !important;
  background-color: var(--text-color);
  border-color: var(--text-color);
}

nav {
  height: 70px;
}

.nav-item {
  padding: 5px;
}

.nav-item .active {
  text-decoration: underline var(--ea-primary-color) 4px;
  text-underline-offset: 15px;
}

.nav-item:hover {
  text-decoration: underline var(--ea-primary-color) 4px;
  text-underline-offset: 15px;
}

nav .btn,
.discover-btn
{
  background: var(--ea-secondary-color) !important;
  color: var(--text-color);
  padding: 8px 37px;
  border-radius: 6px;
  box-shadow: 0px 2px 0px 0px var(--ea-primary-color);
  font-size: 14px;
  font-weight: 600;
}

nav .btn:hover,
.discover-btn:hover {
  background-color: var(--ea-primary-color);
}


.navbar-nav a.nav-link.active {
  color: var(--ea-nav-text-color);
}



.small-header h5 {
  background: var(--text-color);
  width: 250px;
  z-index: 1000;
  border-radius: 10px !important;
  text-align: center;
}

.big-header h1 {
  font-size: 64px;
  font-weight: bold;
}

.ea-primary-color {
  color: var(--ea-primary-color) !important;
}

.ea-primary-color-bg {
  background: var(--ea-primary-color);
}

.ea-white-color-bg {
  background: var(--ea-white-color);
}

footer {
  background: var(--footer-color);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--footer-color-text);
}

footer .row {
  border-bottom: 2px solid var(--ea-primary-color);
}



.footer-company-detail-list {
  color: var(--ea-white-color);

}

.underlined {
  text-decoration: underline white 2px;
}

.pl-0 {
  padding-left: 0px;
}

footer .form-control {
  background-color: var( --form-control-background );
  border-color: var( --form-control-background );
  border-width: 1px 1px 1px 1px;
  border-radius: 21px !important;
}

footer .btn {
  background-color: var(--ea-primary-color);
  color: var(--text-color);
  border-radius: 21px 21px 21px 21px !important;
  box-shadow: 0px 2px 0px 0px var(--ea-primary-color);
  font-size: 14px;
  font-weight: 600;
}

.custom-input-group {
  position: relative !important;
}

.custom-input-group .btn {
  position: absolute;
  top: 1px;
  right: 1px;
}

.fit-width {
  width: 100%;
}

.w-33 {
  padding: 10px 30px 0px 0px;
}

.sp-bg {
  background: var(--footer-color);
  padding: 50px;
}

i {
  margin-right: 50px;
}

.py-50 {
  padding-top: 50px;
}

.contact .form-control {
  background: var(--ea-background-color);
  border-color: rgba(255, 255, 255, .15);
  border-radius: 0;
}


.login {
  padding: 50px;
  /*border-style: solid;*/
  /*border-width: 2px;*/
  /*border-color: var(--text-color);*/
  border-radius: 10px;
  color: var(--ea-white-color);
}

.login .btn {
  /*background-color: var(--ea-primary-color);*/
  /*font-size: 22px;*/
  /*font-family: 'Open Sans', serif;*/
  padding: 15px 60px;
  font-weight: 700;
  /*color: var(--text-color);*/
  /*border-radius: 6px;*/
}

.login .form-control {
  /*background-color: var(--text-color);*/
  /*border-color: var(--text-color);*/
  border-width: 0px;
  /*border-radius: 6px;*/
  /*width: 100%;*/
  /*min-height: 60px;*/
  background: var(--ea-background-color);
  opacity: 0.9;
  color: var(--text-color);
}

#loginBtn {
  /*background: var(--text-color);*/
  background: var(--ea-white-color);
}
#loginBtn:hover {
  color: var(--ea-primary-color);
}

.login a {
  color: var(--ea-background-color);
}
.login a:hover {
  color: var(--text-color);
}

.form-check-input:checked {
  background: var(--ea-checkout-form-input-color);
  border-color: var(--ea-checkout-form-input-color);
}

nav .start-50 {
  left: 41% !important;
}

nav ul li a {
  font-size: 18px;
}

.pricing-plans div {
  padding: 21px 0;
  color: var(--text-color);
  font-family: "Nunito", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.5px;
}

sup {
  top: -0.5em;
}

.pricing-list h3{
  font-family: "Libre Caslon Text",Sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: var(--text-color);
}

.pricing-list p{
  color: var(--ea-fourth-color);
}

.pricing-list div {
  padding: 20px 0 20px;
  margin-bottom: 0px;

}

/*#accountProfileDropDown */
a:hover {
  color: var(--ea-primary-color);
}

.accountOptions li {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  display: block;
  padding: 12px 20px;
  background-color: var(--ea-third-color);
  margin-bottom: 3px;
  color: var(--ea-nav-button-color);
}

.accountOptions{
  padding: 0;
}

.accountOptions .active {
  background-color: var(--ea-secondary-color);
  color: var(--ea-white-color)
}



/*#payments,*/
/*#mySubscription,*/
/*#accountDetails {*/
/*  padding-left: var(--tab-content-spacing, );*/
/*}*/

.payment-table-div {
  padding: 10px 30px 0px 30px;
  background-color: var(--ea-third-color);
  border: 1px solid var(--text-color);
  border-radius: 3px;
}

#payments table {
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}

#payments thead {
  border-bottom: 2px var(--text-color);
}

#payments th {
  color: var(--ea-nav-button-color);
  border-bottom: 0.5px white solid;
}

#payments td {
  color: var(--ea-nav-button-color);
}

#payments a .btn {
  color: var(--ea-primary-color) !important;
  border: 1px solid var(--ea-primary-color);
  margin-top: 4px;
  padding: 0px 5px 0px 5px;
}

.mySubscriptionContent {
  background: var(--ea-third-color);
}

#mySubscription table {
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-radius: 5px;
}

#mySubscription td {
  color: var(--ea-nav-button-color);
  padding-bottom: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}

#mySubscription a .btn {
  color: var(--ea-primary-color) !important;
  border: 1px solid var(--ea-primary-color);
  margin-top: 4px;
  padding: 0px 5px 0px 5px;
}

address {
  background-color: var(--ea-background-color);
  padding: 16px 30px;
  border: 1px solid var(--text-color);
  border-radius: 3px;
}

address i {
  margin-right: 10px;
}

#accountDetails {
  padding: 16px 30px;
  background: var(--ea-background-color);
  border: 1px solid var(--text-color);
  border-radius: 3px;
}

#accountDetails label {
  color: var(--text-color);
}

.accountOptions li:hover{
  opacity: 0.8;
}

#mySubscription h2, #mySubscription th, #mySubscription p{
color: var(--ea-nav-button-color);}

#accountDetails .btn {
  background-color: var(--ea-primary-color);
  color: var(--ea-nav-button-color);
}

.pricing-plans h2 {
  font-size: 45px;
  color: var(--text-color);
  font-size: 46px;
  font-weight: 500;
  line-height: 71px;
  margin-bottom: 23px;
}

.pricing-list .d-flex {
  margin: -18px 0 0;
  padding: 0 0 15px;
}

.subscription-middle-price svg {
  color: var(--text-color);
}

.pricing-list {
  box-shadow: 0px 0px 2px 0px rgba(255, 255, 255, 0.2196078431372549);
  margin: 0px 5px 0px 5px;
  --e-column-margin-right: 5px;
  --e-column-margin-left: 5px;
  padding: 0px 0px 20px 0px;
}

.pricing-list .btn {
  font-family: "Overlock", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.4px;
  background-color: var(--ea-primary-color);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 2px 0px 0px var(--ea-primary-color);
  padding: 13px 18px 13px 18px;
  color: var(--text-color);
}

.pricing-list .btn:hover{
  color: var(--ea-white-color);
}

.subscription-first-last-price {
  background: var(--ea-third-color);
}

.subscription-middle-price {
  background: var(--ea-primary-color);
}

.subscription-middle-price .btn {
  background: var(--ea-white-color);
  background-color: var(--text-color);
  box-shadow: 0px 2px 0px 0px var(--text-color);
  color: var(--ea-background-color);
}

.subscription-middle-price-btn {
  background: var(--ea-white-color) !important;
}

.subscription-middle-price-btn:hover {
  color: var(--ea-primary-color) !important;
}

.ea-third-color {
  background-color: var(--ea-third-color);
}

.bg-dark {
  background-color: #000 !important;
}

.credit-cards img {
  width: 65px;
  margin-right: 10px;
}

#subscribeSection .formDiv {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 20px 10px 10px;
}

#subscribeSection form .btn {
  width: 90%;
  padding: 15px 25px;
  margin: 10px 0 0;
  border-radius: 6px;
  font-size: 32px;
  background-color: var(--ea-secondary-color);
  margin-bottom: 10px;
  color: var(--text-color);
  transition: all .5s ease 0s;
}

#subscribeSection form .btn:hover {
  background-color: var(--ea-primary-color);
}

#subscribeSection li {
  line-height: 1.5;
  text-align: left;
  margin: 0;
  font-weight: 400;
  clear: both;
  padding: 11px;
  border: 1px solid #ddd;
}

.liDiv {
  background-color: #fafafa;
  position: relative;
  box-sizing: border-box;
  padding: 11px;
  margin: 1em -11px -11px;
  font-size: .92em;
  border-radius: 2px;
  color: #515151;
  border-top: 1px solid #ddd;
}

/*#subscribeSection h1,*/
/*#subscribeSection h2,*/
/*#subscribeSection h3,*/
/*#subscribeSection h4,*/
/*#subscribeSection h5 {*/
/*  color: var(--ea-background-color);*/
/*}*/

#subscribeSection p {
  color: #000 !important;
}

.SubscriptionInformation {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
  margin: 0px 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 20px 15px 40px;
  color: var(--text-color);
}

#mySubscription i{
color: var(--ea-nav-button-color);
}

/*.SubscriptionInformation h3 {*/
/*  color: white !important;*/
/*}*/

#subscribe h3 {
  padding: 18px 10px 16px;
}

#subscribe form {
  padding: 20px 10px 10px;
}

.product-img img {
  display: inherit;
  vertical-align: top;
  padding: 0;
  width: 70px;
  padding-right: 10px;
}

.totalTable {
  table-layout: fixed;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

.totalTable tr {
  border-top: 1px solid var(--text-color);
}

.totalTable td {
  float: right;
}

.totalTable th,
.totalTable td {
  padding-bottom: 16px;
  padding-top: 16px;
  color: var(--text-color);
}

.Signuptoday {
  background: var(--home-bottom-img) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Signuptoday .start-50 {
  left: 42% !important;
}

.Signuptoday .btn {
  border: 1px solid var(--text-color);
  font-size: 1.5rem;
  font-weight: bold;
}

.Signuptoday .btn:active,.Signuptoday .btn:hover{
  background: inherit;
  border-color: var(--ea-white-color);
  color: var(--ea-primary-color);
}

.ea-top-5 {
  top: 5px;
}

div.d-flex p {
  margin-right: 10px;
}

.ml-3 {
  margin-left: 3rem;
}

.absolute-content {
  position: absolute;
  top: 100%;
  /* Adjust the distance from the button */
  right: 10px;

  width: 100%;
  background-color: var(--ea-secondary-color);
  /* Set your desired background color */
  color: var(--text-color);
  /* Set your desired text color */
  padding-left: 1rem;
  padding-right: 1rem;
}

.termsSection {
  background-color: var(--ea-secondary-color);
}

.termsDiv {
  max-width: 1140px;
  padding-top: 100px;
}

nav {
  background-color: var(--ea-background-color);
  height: 70px;
}

.cardImg img {
  width: 2.5rem;
  margin-right: 10px;
}

#subscribeExpiryMonth {
  width: 55px;
}
#subscribeExpiryYear {
  width: 70px;
}
#subscribeCardCvv {
  width: 55px;
}

.gt_selected {
  background: #111111 linear-gradient(180deg, #474747 0%, #111111 70%);
  position: relative;
  z-index: 9999;
  width: 171px;
  margin-top: 1.5rem;
}

.gt-list {
  position: relative;
  z-index: 9998;
  border-left: 1px solid #161616;
  border-right: 1px solid #161616;
  border-top: 1px solid #161616;
  background-color: #2b2b2b;
  width: 171px;
  max-height: 198px;
}

.gt-list img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 10px;
}

#price{
  width: 20%;
  color: var(--text-color);
}

#navbarNavMobile .absolute-content{
  top: 165%;
  z-index: 10000;
}

#navbarNavMobile i{
  font-size: 30px;
}

#collapseLogout li:hover {
  background: var(--ea-fourth-color);
}

.mobile-active{
  background: var(--ea-fourth-color);
}

.account-greyout {
  background-color: var(--ea-third-color);
}

.navbar{
  height: 85px;
  padding-left: 1rem;
}

.fa-solid{
  margin: 0;
}


.btn span{
  color: var(--ea-nav-button-color);
}

#paymentCheckbox img {
  margin-left: 10px !important;
  margin-bottom: 3px;
  margin-right: 5px;
}

.creditCardCheckbox, .sepaCheckbox{
  border: 1px solid;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  padding-right: 5px;
}

.checkbox-container {
  display: flex;
  flex-direction: row;
}

.creditCardCheckbox,
.sepaCheckbox {
  margin-right: 20px; /* Adjust as needed */
}

#errorMsgInput {
  padding-bottom: 15px;
}

@media screen and (max-width:990px) {

  .pricing-list h3{
    font-size: 34px;
  }

  .pricing-list .fs-4{
    padding: 0.5rem;
  }

  .pricing-list div{
    padding: 17px 0 0px;
  }

  .nav-item:hover{
    text-decoration: none;
    background: var(--ea-secondary-color);
  }
  #resetPasswordFormContainer{
    padding: 30px;
  }

  nav .flex-column{
    width: 100% ;
  }

  .navbar-pricing{
    height: 160px !important;
  }

  #navbarNavMobile{
    display: block;
    width: 0%;
  }

  .ea-top-5 {
    top: 0;
  }
  .w-75{
    width: 100% !important;
  }
  .login{
    padding: 10px;
  }
  nav .btn{
    padding: 3px 17px;
  }
  nav .position-absolute {
    position: relative !important;
  }

  nav .start-50 {
    left: 0 !important;
  }

  .img-fluid-sm {
    max-width: 100%;
    height: auto;
  }

  .big-header h1 {
    font-size: 45px;
  }

  .flex-md-row {
    flex-direction: column-reverse;
  }

  footer .input-group {
    width: 80%;
  }

  .book {
    height: 359px;
    background-size: 100%;
  }

  .feature-book-col {
    width: 100%;
  }

  .feature-book {
    width: 100%;
    padding: 28px 17px 17px;
    border: 1px solid var(--ea-background-color);
  }

  /*.pop-1,*/
  /*.pop-2,*/
  /*.pop-3,*/
  /*.pop-4 {*/
  /*  width: 100%;*/
  /*}*/

  /*.pop-5 {*/
  /*  height: 265px;*/
  /*}*/

  figure img {
    height: 300px;
    width: 90%;
  }

  .sp-bg {
    padding: 0;
  }

  .card {
    margin-bottom: 1rem;
    z-index: -10;
  }

  .w-75 {
    width: 100%;
  }

  .pricing-list {
    width: 90%;
    margin: auto;
  }

  #subscribeSection form .btn {
    font-size: 22px;
  }

  #collapseLogout{
    width: 150%;
  }
}

 /* library page */
 @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&family=Open+Sans&family=Roboto+Condensed:wght@300;400&family=Roboto+Mono:wght@500&family=Space+Grotesk&display=swap');

 .library-body {
   margin: 0 auto;
   max-width: 1920px;
   position: relative;
 }

 .ea-menu-font {
   font-family: 'Oswald', sans-serif;
   color: var(--library-side-nav) !important;
 }

 .ea-mt-50 {
   margin-top: 50px;
 }

 .ea-mt-100 {
   margin-top: 100px;
 }

 .ea-mt-150 {
   margin-top: 150px;
 }

 .library-navbar {
   width: 68vw;
   margin-left: 17%;
   max-width: 1520px;
 }

 .bottom-div{
   transform: translateY(-25px);
 }

 .bottom-div h3, .bottom-div p, .bottom-div a{
   color: var(--ea-white-color);
 }

 .library-navbar .container {
   margin-left: 0;
 }

 .categories-container {
   margin-left: 17%;
   overflow-x: hidden;
   margin-right: 2vw;
   width: 80vw;
 }

 .library-footer {
   padding-left: 20%;
 }

 /* library page */

 /* OffCanvas */
 #offcanvasScrolling {
   width: 14vw;
   min-width: 215px;
   background-color: var(--library-side-nav-background);
   max-width: 300px;
   max-height: 1100px;
 }
 .library-menu-item {
   position: relative;
 }

 .library-menu-item a,
 .library-menu-item p {
   color: var(--library-side-nav) !important;
   font-weight: 500;
   transition: .3s;
   font-size: 16px;
 }

 .library-categories .library-menu-item a {
   line-height: 20px;
   font-size: 12px;
   font-weight: 600;
 }

 .library-menu-item:hover,
 .library-menu-item:hover * {
   cursor: pointer;
   color: var(--ea-primary-color) !important;
 }

 .library-menu-item:not(.logout):after {
   position: absolute;
   display: block;
   margin-top: auto;
   margin-bottom: auto;
   background-color: var(--ea-primary-color);
   content: "";
   height: 0;
   width: 2px;
   right: 2px;
   transition: .1s;
 }

 .library-menu-item:hover:after {
   height: 80%;
 }

 .divider {
   display: block;
   margin-left: 5% !important;
   height: 2px;
   background-color: var(--library-side-nav);
   width: 80%;
   margin: 20px 0;
 }
 /* OffCanvas */

 /* Library slider */
 swiper-container {
   height: 20vw;
   position: relative;
   max-height: 500px;
 }

 .swiper-slide {
   position: relative;
   transition: .5s;
   opacity: 1;
   /* max-width: 320px; */
   width: 286.25px !important;
   margin-right: 15px;
   height: 100% !important;
 }

 .swiper-img {
   border-radius: 12%;
   transition: .3s;
   width: 100%;
   height: 100%;
   opacity: 1 !important;
 }

 .swiper-img:hover{
   opacity: .45;
 }

 .swiper-slide:hover {
   cursor: pointer;
 }

 .swiper-slide:hover img {
   opacity: .47;
 }

 .library-book-info {
   position: absolute;
   padding: 10px;
   top: 45%;
   z-index: 10;
   border-radius: 0 0 12% 12%;
 }

 .library-book-info h3 {
   min-height: 30px;
     font-size: 22px;
     color: white;
 }

 .library-book-info p {
   font-size: 13px ;
   margin-right: 5%;
   color: white;

 }

 .swiper-slide a small {
   position: absolute;
   bottom: 10px;
   right: 20px;
   color: var(--ea-primary-color);
   font-size: 16px;
   right: 20px;
   transition: .6;
   z-index: 10;
 }

 .swiper-slide a small:hover {
   text-decoration: underline var(--ea-primary-color) 2px;
   text-underline-offset: 5px;
   transition: .5s;
 }

 .swiper-button-next,
 .swiper-button-prev {
   background-color: var(--ea-primary-color);
   width: 50px !important;
   border-radius: 50%;
   color: var(--text-color) !important;
   transition: .3s;
 }

 .swiper-button-next:hover,
 .swiper-button-prev:hover {
   color: #201c1c !important;
 }

 .swiper-button-next:after,
 .swiper-button-prev::after {
   font-size: 25px !important;
   font-weight: bold !important;
   padding: 10px;
   color: var(--ea-nav-button-color);
 }

 .swiper-button-next {
   position: absolute;
   top: 20px !important;
   left: 95%;
   z-index: 10;
 }

 .swiper-button-prev {
   position: absolute;
   top: 20px !important;
   left: 90% !important;
 }

 .more-btn {
   display: block;
   margin: auto;
   padding: 10px 30px;
   background-color: var(--ea-primary-color);
   color: var(--ea-nav-button-color);
   transition: .5s;
 }

 .more-btn:hover {
   background-color: var(--ea-primary-color);
   color: black;
 }

 .more-btn:active {
   background-color: var(--ea-primary-color);
   color: white !important;
 }

 .swiper-scrollbar {
   position: absolute;
   margin-top: 20px;
   height: 10px !important;
   width: 20% !important;
   min-width: 200px;
   opacity: 1 !important;
 }

 .swiper-scrollbar-drag {
   background-color: var(--ea-primary-color) !important;
 }

 #actionsCell .btn{
   border: 1px solid white;
   margin-top: 4px;
   padding: 0px 5px 0px 5px;
   background:transparent;
 }
 /* Library slider */

 /* View All Page */
 .allBooksContainer {
   min-height: 100vh;
   gap: 20px;
 }

 .view-all-book {
   width: 21% !important;
   height: 330px !important;
 }
 /* View All Page */

 .swiper-scrollbar{
   background: var(--swiper-background-color) !important;
 }

 /* Responsive */
 @media screen and (min-width: 2200px) {
   #offcanvasScrolling {
     display: block;
     position: absolute;
     margin-left: auto !important;
   }
 }

 @media screen and (max-width: 1400px) {
   .swiper-button-prev {
     left: 83% !important;
   }

   .swiper-button-next {
     left: 90% !important;
   }

   swiper-container {
     height: 16vw;
     min-height: 350px;
   }

   .library-book-info {
     top: 30%;
   }

   .library-book-info h3 {
     font-size: 23px;
   }

   .view-all-book {
     min-width: 200px;
     min-height: 350px;
   }
 }

 @media screen and (max-width: 1200px) {
   .library-navbar {
     width: 300px;
   }

   .library-logo.position-absolute {
     left: 0 !important;
     position: relative !important;
     margin: 0 auto !important;
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
   }

   .library-logo a {
     position: relative !important;
   }

   .libary-login {
     align-items: center !important;
     justify-content: center !important;
     margin-left: auto !important;
     margin-right: auto !important;
   }

   .categories-container {
     margin-left: 210px;
   }

   swiper-container {
     height: 20vw;
     max-height: 450px;
   }

   .library-book-info {
     top: 35%;
   }

   .library-book-info h3 {
     font-size: 28px;
   }

   .view-all-book {
     width: 28% !important;
     height: 35vw !important;
     max-width: 430px;
     max-height: 450px;
     min-height: 0 !important;
   }

   .view-all-book .library-book-info {
     top: 25%;
   }
 }

 @media screen and (max-width: 992px) {
   .canvas-toggle {
     background-color: var(--ea-primary-color);
     color: var(--text-color);
   }

   .canvas-toggle:hover {
     background-color: var(--ea-primary-color);
     color: black;
   }

   .canvas-toggle:active {
     background-color: var(--ea-primary-color);
     color: white !important;
   }

   .library-username {
     margin-right: 15px !important;
   }

   .categories-container {
     margin-left: auto !important;
     margin-right: auto !important;
   }

   .library-navbar {
     margin-left: auto !important;
     margin-right: auto !important;
   }

   .swiper-button-prev {
     left: 80% !important;
   }

   .library-book-info {
     top: 20%;
   }

   .library-book-info h3 {
     font-size: 20px;
   }

   .library-book-info p {
     font-size: 16px;
   }

   swiper-container {
     height: 40vw;
     max-height: 400px;
     min-height: 0;
   }

   .library-footer {
     padding-left: 0;
   }

   .view-all-book {
     width: 29% !important;
     height: 30vw !important;
     min-width: 0;
     min-height: 300px !important;
     margin: 10px !important;
   }

   .view-all-book .library-book-info {
     top: 5%;
   }



 @media screen and (max-width: 768px) {
   .libary-navbar {
     margin-left: 5px !important;
     width: 80%;
   }

   .library-username {
     margin-top: 20px !important;
     margin-right: 10px !important;
   }

   swiper-container {
     height: 40vh;
     max-height: 300px !important;
   }

   .swiper-button-prev {
     left: 75% !important;
   }

   .swiper-button-next {
     left: 86% !important;
   }

   .login .btn {
     font-size: inherit;
     padding: 6px 12px;
   }

   .view-all-book {
     width: 43% !important;
     min-width: 0;
     min-height: 300px;
   }

   .view-all-book .library-book-info {
     top: 10%;
   }
 }

 @media screen and (max-width: 600px) {
   .swiper-button-prev {
     display: none !important;
   }

   .swiper-button-next {
     display: none !important;
   }

   .library-book-info p {
     font-size: 15px;
   }

   swiper-container {
     margin-top: 20px !important;
   }

   .categories-container .row {
     margin-top: 50px !important;
   }

   .library-navbar {
     width: 295px;
     margin-left: 0 !important;
   }

   .library-navbar .container {
     padding-left: 0 !important;
   }

   .library-navbar .container .logo-container {
     justify-content: start !important;
   }

   .libary-logo {
     margin: 0;
   }

   .library-navbar .container .logo-container .library-logo a {
     margin-right: auto;
   }

   .library-login a {
     margin: 0 !important;
   }

   .view-all-book {
     width: 47% !important;
     min-width: 0;
     min-height: 300px !important;
     margin: 5px !important;
   }
 }

 @media screen and (max-width: 450px) {
   .category h1 {
     font-size: 40px;
   }

   swiper-container {
     min-height: 85vw;
   }

   .library-book-info {
     top: 30%;
   }

   .library-book-info h3 {
     font-size: 25px;
   }

   .library-book-info p {
     font-size: 18px;
   }

   .view-all-book {
     width: 90% !important;
     min-height: 300px;
     margin: 10px !important;
   }

   .view-all-book .library-book-info {
     top: 10%;
   }
 }

 }