@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital@1&family=Oswald&display=swap');
@import url("../../assets-custom/root.css");

:root {
  --home-hero-img: url("../../assets-custom/img/home-hero-img.svg");
  --home-left-img: url("../../assets-custom/img/home-left-img.png");
  --home-right-img: url("../../assets-custom/img/home-right-img.svg");
  --home-bottom-img: url("../../assets-custom/img/home-bottom-img.png");
}

::-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{
  top: 0px !important;
}

.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;
}

.dropdown button {
  background: var(--ea-primary-color);
  max-width: 50px;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  color: white;
  padding: 10px;
  margin-left: 15px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  justify-content: space-evenly;
  overflow: hidden;
}
.dropdown button img {
  display: flex;
  align-items: center;
  margin: 0;
}
.dropdown button img,
.dropdown-content li img {
  width: 24px;
}
.dropdown button,
.dropdown-content li {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.arrow-down {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  margin: 0 0 0 5px;
}

.dropdown button:hover {
  cursor: pointer;
  background-color: #3c5b77;
}
/* Style for the dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 15px;
  padding: 0;
  background: var(--ea-primary-color);
  max-width: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 15;
  border-radius: 5px;
  overflow: hidden;
  max-height: 315px;
}
/* Style for the dropdown content items */
.dropdown-content li {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  justify-content: center;
}
.dropdown-content li img {
  margin: 0 20px 0px 20px;
}
/* Style for the dropdown content items on hover */
.dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: blue;
  border-radius: 5px;
}
/* Show the dropdown content when the dropdown button is clicked */
.dropdown:focus-within .dropdown-content {
  display: block;
}
/* Animate the dropdown content */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}


.goog-te-gadget-simple{
  visibility: hidden;
}

.skiptranslate iframe{
  visibility: hidden !important;
}

#google_translate_element{
  visibility: hidden !important;
  height: 0;
}

#google_translate_element span{
  color: #000;
}


body {
  background-color: var(--ea-background-color);
  overflow-x: hidden;
  top: 0 !important;
}

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

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

ol {
  list-style-type: disc;
}

.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-color: var(--ea-primary-color);
  color: var(--ea-nav-button-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 {
  color: var(--ea-nav-text-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;
}

a.ea-primary-color{
  color: var(--ea-primary-color-2) !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;
}

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

footer li {
  padding-bottom: 1rem;
}

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

.underlined {
  text-decoration: underline var(--text-color) 2px;
}

#companyNumber{
  margin-left: 0.3rem;
}

.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: white;
  background: var(--ea-primary-color);
}

.login-btn a{
  color: white;
}

.login .btn {
  background: var(--ea-white-color);
  padding: 15px 60px;
  font-weight: 700;
  color: var(--ea-black-color);
}

.lostPasswordForm p {
  color: var(--ea-nav-button-color);
}

.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(--form-control-background);
  opacity: 0.9;
  color: var(--ea-black-color);
}

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

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

.login a {
  color: var(--ea-nav-button-color);
}

#loginBtn:hover {
  color: var(--ea-primary-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: 40px;
  line-height: 50px;
  color: var(--pricing-text-color);
}

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

.pricing-list div {
  padding: 19px 0 19px;
  margin-bottom: 0px;
}
.pricing-list .flex-column {
  margin: 0px !important;
}

/*#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;
}

.accountOptions{
  padding: 0;
}

.accountOptions .active {
  background: var(--ea-primary-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: white;
  border-bottom: 0.5px white solid;
}

#payments td {
  color: white;
}

#payments button {
  border: 1px solid white;
  color: var(--accountDetails-label-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( --accountDetails-label-color);
  padding-bottom: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--text-color);
  border-bottom: 1px solid var(--text-color);
}

#mySubscription i {
  color: var( --accountDetails-label-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( --accountDetails-label-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(--ea-nav-button-color);
}

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

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

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

.subscription-middle-price h3 , .subscription-middle-price p, .subscription-middle-price span{
  color: var(--ea-white-color);
}

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

.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;
}

#subscribeSection span {
  color: #000;
}

#amount {
  color: var(--text-color) !important;
}

.SubscriptionInformation {
  background: var(--ea-secondary-color);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .25);
  margin: 100px 0;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
  padding: 20px 15px 40px;
  color: var(--text-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;
  display: flex;
  background-size:cover;
  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-background-color);
  /* Set your desired background color */
  color: var(--text-color);
  /* Set your desired text color */
  padding-left: 1.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%;
}

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

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

#collapseLogout{
  z-index: 100;
}

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

#collapseLogout li:hover a {
  color: var(--ea-primary-color-2);
}

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

.account-greyout {
  background-color: var(--ea-third-color);
}
.navbar{
  margin-top: 0px;
  height: 85px;
  background: var(--ea-third-color);
}

#subscriptionTitle{
  color: var(--text-color);
}
@media screen and (max-width:990px) {

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

  .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;
  }

  .w-75 {
    width: 100%;
  }

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

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

}

#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 */
}

/* 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: 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-third-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: 85vh;
  position: relative;
}

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

.swiper-img {
  transition: .3s;
  width: 100%;
  height: 100%;
}

.library-img{
  height: 374px;
}

.library-description{
  background: var(--library-side-nav-background);
  height: 190px;
  overflow: auto;
}

.libraryHeader{
font-family: Verdana;
font-size: 18px;
font-weight: 700;
line-height: 21.88px;
text-align: left;
color: white;
}

.libraryParam{
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: white;
  height: 66px;
  overflow: auto;
}

.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;
}

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

.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;
  padding: 10px 30px;
  background: var(--ea-primary-color);
  color: white;
  transition: .5s;
  margin: auto;
}

.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{
  color: var(--ea-primary-color) !important;
  border: 1px solid var(--ea-primary-color-2);
  margin-top: 4px;
  padding: 0px 5px 0px 5px
}
/* 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;
  }

  .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: 50vh;
  }

  .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%;
  }

  #dropdown-btn{
    height: 30px !important;
    margin-top: 1px;
  }
}

@media screen and (max-width: 768px) {
   .mt-40px{
    margin-top: 40px !important;
   }
   .mt-130px{
    margin-top: 130px;
   }
  nav ul li a {
    font-size: 17px;
  }

  .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: 50vh;
  }

  .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%;
  }
}
