* {
    font-family: "Montserrat", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
}

.navbar {
    padding: 0.4rem 0 !important;
}

.navbar-brand img {
    height: 2em;
    width: 100%;
    object-fit: contain;
}

.container-fluid {
    padding: 0 3em !important;
}

.nav-box {
    background: linear-gradient(90deg, #aa346d, #c25151);
}

.brand-logo {
    height: 2.5em;
    object-fit: contain;
    width: 100%;
}

.bottom-navbar {
    background-color: #ffe8e9;
    /* padding: 0.3rem 0; */
}

.login-section {
    display: flex;
}

.new-border-design::placeholder {
    font-size: 14px;
}

.new-border-design-college {
    background-color: #bd5f69 !important;
    border: none !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.new-border-design-college:focus {
    box-shadow: none !important;
}

.new-border-design-college::placeholder {
    color: #fff !important;
    font-size: 12px !important;
}

.new-search-bar-design-college {
    border: none !important;
    background-color: #bd5f69 !important;
    color: #fff !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.login-section a {
    color: #fff;
    text-decoration: none;
    margin-left: 1rem;
    font-size: 18px;
    padding: 0.5rem 0.8rem;
    border-radius: 10px;
    background-color: #bd5f69;
}

.login-section a:hover {
    color: #fff;
}
.login-section .form-control {
    padding: 0.4rem 0.75rem !important;
}
.login-section a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-section a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-flex {
    display: flex;
    list-style: none;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 0 !important;
}

.navbar-flex li {
    padding: 0 1rem;
    border-left: 1px solid #000;
}

.navbar-flex a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 5px 3px !important;
    /* font-size: 13px; */
}

.navbar-flex a:hover {
    color: #000;
}

.banner-box img {
    width: 100%;
}

.recent-books-box {
    padding: 2rem 0;
    background-color: #fff1f2;
}

.recent-head h3 {
    text-align: center;
    font-weight: 700 !important;
    margin-bottom: 1.5rem;
    font-size: 22px !important;
}

.book-image img {
    height: 15em;
    width: 100%;
    object-fit: contain;
}

.book-data {
    padding: 0 0.5rem;
}

.book-name {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.book-publisher {
    color: #808080;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 0.3rem;
}

.book-categories-box {
    padding: 2rem 0;
}

.category-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-heading h3 {
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
}

.category-heading button {
    background-color: #000;
    color: #fff;
    padding: 0.2rem 1.2rem;
    font-size: 13px;
    border-radius: 7px;
}

.book-name-best {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-size: 9px; */
}

.publisher-text {
    color: #3e3232;
    font-size: 9px;
    margin-bottom: 0;
    text-align: center;
}

.best-publishers-box {
    position: relative;
    padding: 2rem 0;
}

.best-publishers-box:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #fff1f2;
    width: 68%;
    height: 14em;
    top: 50%;
    z-index: -2;
    transform: translate(0%, -50%);
    border-radius: 20px 0px 0px 20px;
}

.image-content {
    padding: 0.3rem;
    background-color: #fafafa;
    border-radius: 15px !important;
    border: 1px solid #f1f1f1;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 5px #f1f1f1;
}

.image-content .card {
    border: none !important;
    background-color: #fafafa;
}

.image-content .card img {
    height: 8em;
    object-fit: contain;
    background-color: #fff;
}

.custom-card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0.5rem !important;
}

.publishers-upper-content h3 {
    text-align: start;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    font-size: 22px !important;
}

.publishers-upper-content p {
    text-align: start;
    font-weight: 500 !important;
    margin-bottom: 3rem;
    font-size: 15px;
}

.see-all-button {
    background-color: #000;
    color: #fff;
    padding: 0.4rem 1.2rem;
    font-size: 13px;
    border-radius: 7px;
    position: relative;
    text-decoration: none;
    position: relative;
    z-index: 2;
    /* z-index: 999; */
}

.see-all-button:hover {
    color: #fff;
}

.authors-upper-content h3 {
    text-align: end;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    font-size: 22px !important;
}

.authors-upper-content p {
    text-align: end;
    font-weight: 500 !important;
    margin-bottom: 3rem;
    font-size: 15px;
}

.authors-lower-content {
    text-align: end;
}

.best-author-box {
    position: relative;
    padding: 2rem 0;
}

.best-author-box:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff1f2;
    height: 14em;
    width: 68%;
    top: 50%;
    z-index: -2;
    transform: translate(0%, -50%);
    border-radius: 0px 20px 20px 0px;
}

.author-images {
    border-radius: 15px !important;
}

.join-community-box {
    position: relative;
}

.join-community-box:after {
    content: "";
    position: absolute;
    left: 0;
    background-color: #fff1f2;
    height: 100%;
    width: 80%;
    top: 50%;
    z-index: -2;
    transform: translate(0%, -50%);
    border-radius: 0px 20px 20px 0px;
}

.join-community-content p {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 0;
    padding: 2em 0;
}

.signup-button-white {
    border: none !important;
    background-color: #fff;
    box-shadow: 2px 1px 3px #7e7e7e;
    color: #000;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    font-size: 17px;
    border-radius: 7px;
    position: absolute;
    top: 45%;
    right: 28%;
    /* padding: 0.7rem 1.9rem; */
}

.upper-footer {
    background-color: #ffe8e9;
}

.footer-icons-box {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    margin: 0 5px;
    justify-content: flex-start;
    /* justify-content: space-evenly; */
    /* padding: 0.7rem; */
}

.icon-detail span {
    font-size: 12px;
    font-weight: 500;
}

.icon-detail p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.footer-box {
    /* margin-top: 4rem; */
}

.footer-social-media {
    text-align: end;
    padding: 0.7rem;
    display: flex;
    justify-content: flex-end;
}

.icon-image {
    height: 2em;
    width: 10%;
    object-fit: contain;
}

.icon-image-left {
    height: 2em;
    width: 19%;
    object-fit: contain;
    margin-right: 10px;
}

.lower-footer {
    padding-top: 0.5rem;
    background: linear-gradient(90deg, #aa346d, #c25151);
}

.footer-menu-logo ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding-left: 0 !important;
}

.footer-menu-logo li {
    border-right: 1px solid #fff;
}

.footer-menu-logo a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 0 25px;
    display: block;
}

.footer-menu-logo a:hover {
    color: #fff;
}

.footer-logo {
    text-align: end;
}

.footer-logo img {
    height: 2.5em;
    width: 15%;
    object-fit: contain;
}

.ending-footer {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.ending-footer p {
    margin-bottom: 0 !important;
    color: #fff;
    font-size: 9px;
}

.side-borders {
    border-right: none !important;
}

.category-slider-box {
    margin-top: 1rem;
}

.category-squares {
    padding: 5px;
}

.categ-names {
    text-align: center;
    background-color: #fafafa;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 9px;
    margin: 0 1rem;
    /* margin-bottom: 0; */
    /* margin-top: 0; */
  }

.categ-pics {
    height: 2.5em;
    object-fit: contain;
}

.publishers-content-box {
    position: relative;
}

.publisher-arrow {
    height: 4.5em;
    object-fit: contain;
    position: absolute;
    bottom: 0%;
    z-index: 1;
}

/* ///////////////////////////////// Category.html css //////////////////////////////// */

.books-category-heading h3 {
    text-align: center;
    font-weight: 700;
    margin: 2rem 0;
    font-size: 22px !important;
}
.filter-options label {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 15px;
}
.filter-options input {
    padding: 0.68rem !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.search-button-style {
    text-align: end;
}
.search-button-style button {
    background-color: #000;
    color: #fff;
    padding: 0.85rem 0rem;
    font-size: 13px;
    border-radius: 7px;
    border: none !important;
    width: 100%;
    font-weight: 600;
    /* padding: 0.85rem 2rem; */
}
.search-button-style a {
    background-color: #000;
    color: #fff;
    padding: 0.85rem 1.5rem;
    font-size: 13px;
    border-radius: 7px;
    border: none !important;
    width: 100%;
    font-weight: 600;
    /* padding: 0.85rem 4rem; */
}
.books-category-images {
    margin: 3rem 0;
}
.books-cards .card-title {
    color: #000;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.books-cards img {
    height: 15em;
    object-fit: contain;
}
.books-cards .card {
    border: none !important;
    margin-bottom: 2rem;
}
.pages-details {
    border-top: 1px solid #d3d3d3;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
}

.pagination-info {
    color: #343434;
    font-size: 12px;
}

.buttons-info {
    text-align: end;
    margin-bottom: 1rem;
}

.previous-button {
    background-color: #ededed;
    color: #343434;
    border: none !important;
    margin: 0 10px;
    font-weight: 600;
    padding: 0.2rem 0.8rem;
    border-radius: 3.35px;
}

.next-button {
    color: #fff;
    background: linear-gradient(90deg, #aa346d, #c25151);
    border: none !important;
    padding: 0.2rem 0.8rem;
    border-radius: 3.35px;
}

.books-cards .card-body{
    padding: 1rem 0;
}

.navbar-expand-lg .navbar-nav .nav-link:focus{
    color: #000;
}

/* ///////////////////////////////// Category.html css //////////////////////////////// */

/* //////////////////////////////// event.html css /////////////////////////////////// */
.product-details-box {
    background-color: #efeff2;
    padding: 2rem 0;
}

.product-detail-section {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 2px 20px #eeeeef;
    padding: 1rem;
    /* padding: 2rem; */
}

.product-detail-large-image img {
    height: 24em;
    width: 100%;
    object-fit: contain;
}

.product-detail-image-scroller {
    height: 23.3em;
    overflow-y: scroll;
}

.product-detail-image-scroller::-webkit-scrollbar {
    width: 0;
}

.product-detail-image-scroller img {
    padding: 0.5rem 0.1rem;
    height: 12em;
    object-fit: contain;
    width: 100%;
}

.publisher-description {
    color: #202020;
    font-size: 12px;
}

.product-name-details {
    font-weight: 700;
    margin: 12px 0;
    color: #202020;
    font-size: 20px;
}

.product-number {
    color: #202020;
    font-weight: 600;
    font-size: 12px;
}

.product-pricing-details {
    color: #202020;
    font-weight: 700;
    margin: 12px 0;
    font-size: 19px;
}

.product-author-details {
    margin-bottom: 1.3rem;
}

.product-author-details p {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
}

.product-author-design {
    background-color: #fff1f2;
    color: #aa346d;
    font-size: 12px;
    border-radius: 40px;
    margin-right: 7px;
    margin-bottom: 5px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 700;
}

.product-reading-button button {
    color: #fff;
    background: linear-gradient(90deg, #aa346d, #c25151);
    border: none !important;
    padding: 0.3rem 0.8rem;
    border-radius: 3.35px;
    font-weight: 700;
    font-size: 13px;
}

/* //////////////////////////////// event.html css /////////////////////////////////// */

/* ///////////////////////////// publisher.html css ////////////////////////////////*/
.publisher-images-section {
    position: relative;
    bottom: 7rem;
    z-index: 9999;
}

.publisher-search-section {
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background-color: #ffffff !important;
    margin-bottom: 1rem;
}

.favourite-publisher {
    color: #202020;
    font-weight: 700;
    font-size: 16px;
}

.publisher-logo-section {
    box-shadow: 2px -11px 94px #dddddf;
    border-radius: 10px;
    padding: 1rem 2rem;
    background-color: #fff;
}

.publisher-image-details-card {
    padding: 0.4rem 1rem;
    /* padding: 1rem; */
}

.publisher-image-part {
    border: 2px solid #aa346d;
    height: 8em;
    object-fit: contain;
    width: 100%;
    border-radius: 15px;
    padding: 0.5rem;
}

.publisher-name-details {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
}

.custom-tab-box{
   /* border: 2px solid red; */
   /* overflow-y: hidden !important; */
}

.custom-tab-box::-webkit-scrollbar{
   width: 2px !important;
}

.dropdown-hover-change .dropdown-menu{
    /* border: 2px solid blue !important; */
    min-width: 7rem !important;
}

/* ///////////////////////////// publisher.html css ////////////////////////////////*/

/* ////////////////////// publisherDetails.html ///////////////////////////////// */
.publisher-detail-page-heading {
    text-align: center;
    margin-bottom: 2rem;
}

.publisher-detail-page-heading h3 {
    font-weight: 700;
}

.publisher-detail-description span {
    font-size: 13px;
    color: #202020;
}

.publisher-detail-description h3 {
    font-weight: 700;
    color: #202020;
    margin: 7px 0;
}

.publisher-details-lesson p {
    font-size: 13px;
}

.publisher-image-details img {
    height: 12em;
    object-fit: contain;
    width: 100%;
}

.publisher-detail-row-style {
    align-items: center;
    margin-top: 4rem !important;
}

/* ////////////////////// publisherDetails.html ///////////////////////////////// */

/* ///////////////// author.html css /////////////////// */
.author-image-part {
    border: 2px solid #aa346d;
    border-radius: 100%;
    padding: 0.3rem;
    width: 13em;
    height: 13em;
    object-fit: cover;
    /* width: 100%; */
}

.author-image-details-card {
    text-align: center;
    padding: 2rem;
}

.author-name-details {
    display: block;
    text-align: center;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    font-size: 16px;
}

.know-more-link {
    color: #909090;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 600;
}

/* ///////////////// author.html css /////////////////// */

/* ///////////////////// authorDetail.html /////////////////////////// */
.about-jon-section {
    background-color: #fff2f3;
    padding: 3rem 0;
}

.about-insider-box {
    padding: 2rem 0;
    width: 70%;
    margin: auto;
}

.about-image-part img {
    height: 27em;
    width: 100%;
    object-fit: contain;
}

.about-details-box {
    padding: 0 3rem;
}

.about-details-right-box {
    padding-left: 1.5rem;
}

.about-details-right-box h4 {
    font-weight: 700;
    color: #aa346d;
}

.about-details-right-box span {
    font-size: 11px;
    color: #202020;
    font-weight: 500;
}

.about-details-left-box {
    border: 2px solid #aa346d;
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 20px;
}

.country-title {
    color: #aa346d;
    font-weight: 600;
    font-size: 13px;
}

.Country {
    color: #969aa0;
    font-size: 12px;
}

.heading .left-line {
    position: relative;
    margin-bottom: 1.1em !important;
}

.heading .left-line:after {
    content: "";
    bottom: -0.4em;
    height: 2px;
    position: absolute;
    left: 0;
    width: 1.5em;
    background-color: #aa346d;
}

.heading .center-line {
    position: relative;
    margin-bottom: 1.5em !important;
}

.heading .center-line:after {
    content: "";
    bottom: -0.4em;
    height: 2px;
    position: absolute;
    left: 50%;
    width: 1.5em;
    background-color: #aa346d;
    transform: translate(-50%, 0px);
}

/* ///////////////////// authorDetail.html /////////////////////////// */

.new-search-bar-design {
    background: #fff !important;
    color: #b7b7b7 !important;
    border-left: none !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.new-border-design {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/* ///////////////////////// tanishq.css //////////////////////////////////// */
.login-form img {
    /* width: 23%; */
    width: 17%;
}

.login-logo {
    text-align: center;
}

.login-form h3 {
    font-weight: 600;
    padding: 0.4em 0;
    font-size: 22px;
}

.login-form .mb-3 {
    height: 5.7em;
    /* border: 2px solid red; */
    margin-bottom: 0.5rem !important;
}

.login-form .form-label {
    font-weight: 500;
    font-size: 15px !important;
    margin-bottom: 5px !important;
}

.login-form .form-control {
    border: none !important;
    border-bottom: 2px solid #000 !important;
    border-radius: 0 !important;
    padding-left: 0;
    /* margin-bottom: 2em; */
    /* margin-bottom: 1em; */
    background-color: #fff !important;
}

.login-form .form-control::placeholder {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.login-form .btn {
    justify-content: center;
}

.logincard {
    padding: 2.5em 5em;
}

.logged {
    background-color: #f5f5f5;
    /* border: 2px solid red; */
    height: 100vh;
}

.login-form {
    background-color: #fff;
    padding: 1em 2em;
}

.logincard .col-md-8 {
    background-color: #fff;
}

.checkbox {
    display: flex;
    margin-bottom: 0.5em;
}

.checkbox .last {
    margin-left: 3em;
}

.form-check-input:checked[type="radio"] {
    background-image: url(../assets/radio.png) !important;
}

.form-check-input:checked {
    background-color: #c4c4c4 !important;
    border-color: #c4c4c4 !important;
    padding: 5px !important;
}

.checkbox label {
    font-weight: 600;
    font-size: 15px !important;
}

.signup img {
    /* height: 50em; */
    object-fit: cover;
    height: 100%;
}

.logincard .signup {
    height: 100%;
}

.form-control {
    padding: 0.7rem 0.75rem !important;
    /* border-radius: 8px !important; */
}

.form-select {
    padding: 0.7rem 2.25rem 0.7rem 0.75rem !important;
    font-size: 14px !important;
    /* border-radius: 8px !important; */
}
.select2-container--default .select2-selection--single {
    padding: 0.5rem 2.25rem 0.7rem 0.75rem !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    height: 3.3em !important;
    border: 1px solid #ced4da !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 3.3em !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

.upload-btn-wrapper .btn {
    border: 1px solid #d8d8d8 !important;
    color: gray;
    background-color: white;
    padding: 0.59rem 0.75rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0.7rem 0.75rem; */
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.tableimg {
    width: 2em;
    height: 2em;
    border-radius: 4px;
    object-fit: cover;
}

.tophead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1em;
}

.addrow {
    padding: 2em 0 0;
}

.addrow .row {
    margin-bottom: 1em;
}

.addrowbtn {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.profileimg img {
    border-radius: 5px;
    border: 2px solid #fff;
    width: 2.5em;
    height: 2.5em;
}

.profiledropdown {
    display: flex;
    justify-content: center;
    margin-left: 1em;
}
.profiledropdown .dropdown-menu[data-bs-popper] {
    top: 2.5em;
    left: -3em;
    margin-top: 0.125rem;
    border-radius: 0;
    border: none;
}

.profiledrop .btn {
    padding: 0;
    background: transparent;
    border: none;
    font-weight: 600;
}

.profiledrop {
    margin-left: 0.5em;
}
.profiledrop p {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

.profiledrop a {
    color: #000 !important;
    text-decoration: none;
    margin-left: 0 !important;
    font-size: 18px;
    border-radius: 10px;
    text-align: left;
    justify-content: left !important;
    background-color: #fff !important;
}
.profiledrop .btn-secondary:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
}

.profiledrop .btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.profiledropdown .dropdown-item {
    padding: 10px !important;
    font-weight: 600 !important;
    font-size: 16px;
}
.profiledropdown .dropdown-menu {
    padding: 0 !important;
}
.profiledropdown .dropdown-item svg {
    margin-right: 0.5em;
}

.profiledropdown .dropdown-item:hover {
    color: #aa346d !important;
}

.form-control {
    /* padding: .7rem .75rem !important; */
    padding: 0.4rem 0.75rem !important;
}

.form-select {
    padding: 0.7rem 2.25rem 0.5rem 0.75rem !important;
    font-size: 14px !important;
}

.new-navbar-for-mobile {
    background-color: #ffe8e9;
}

.mobile-navbar-item {
    border: 2px solid red;
}

.mobile-navbar-item a {
    border: 2px solid green;
    text-decoration: none;
}

.border-right-style {
    /* border-right: 1px solid #000; */
}

.slick-prev:before {
    color: #000 !important ;
    border-radius: 100%;
    font-weight: 900 !important;
    border: 1px solid #efeff2 !important;
    background: #efeff2;
    font-size: 15px !important;
    padding: 3px;
    /* padding: 4px 8px; */
    /* content: "<" !important; */
}

.slick-next:before {
    color: #000 !important ;
    border-radius: 100%;
    font-weight: 900 !important;
    border: 1px solid #efeff2 !important;
    background: #efeff2;
    font-size: 15px !important;
    padding: 3px;
    display: inline-table;
    /* padding: 4px 8px; */
    /* content: ">" !important; */
}

.new-package-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.addrow .row {
    align-items: end;
}

.custom-package-view-box {
    padding: 1rem 0.5rem;
}

.package-view-search {
    background-color: #fff !important;
}

.package-view-name {
    color: #aa346d;
    font-size: larger;
    padding: 0 0.5rem;
}

.border-left-style-custom {
    border-left: none !important;
}

.publisher-cards-link {
    text-decoration: none;
    color: #000;
}

.publisher-cards-link:hover {
    color: #7e7e7e;
}

.new-package-detail-head-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-package-detail-head-box h5 {
    font-weight: 700;
    color: #5c5858;
    margin-bottom: 0 !important;
}

.new-package-detail-head-box h4 {
    font-weight: 700;
    color: #5c5858;
    margin-bottom: 0 !important;
}

.action-button-options {
    display: flex;
}

/* /////////////////// pagination css //////////////////////// */

.books-category-images svg {
    display: none !important;
}

.books-category-images nav[role="navigation"] {
    border-top: 1px solid #efeff3 !important;
    padding-top: 0.5rem !important;
}

.books-category-images nav[role="navigation"] > div:first-child {
    float: inline-end;
    width: 50%;
    text-align: end;
}

.books-category-images nav[role="navigation"] > div:first-child > span {
    border: none !important;
    background-color: #efeff3 !important;
    font-weight: 700 !important;
    padding: 7px 10px !important;
    margin: 0 8px;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
}

.books-category-images nav[role="navigation"] > div:first-child > a {
    border: none !important;
    background: linear-gradient(90deg, #aa346d, #c25151);
    font-weight: 700 !important;
    padding: 7px 10px !important;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 8px;
}

.books-category-images nav[role="navigation"] > div:nth-child(2) {
    width: 50%;
}

.books-category-images
    nav[role="navigation"]
    > div:nth-child(2)
    > div:first-child
    > p {
    color: #7e7e7e !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
}

.books-category-images
    nav[role="navigation"]
    > div:nth-child(2)
    > div:nth-child(2)
    > span {
    display: none !important;
}

/* /////////////////// pagination css //////////////////////// */

.pre-book-link {
    border: 1.5px solid #aa346d !important;
    text-decoration: none;
    color: #aa346d;
    font-size: 12px;
    font-weight: 600;
    padding: 1px 10px;
    border-radius: 4px;
    background-color: #fff;
}

.pre-book-link:hover {
    background: linear-gradient(90deg, #aa346d, #c25151);
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.start-reading-button a {
    background: linear-gradient(90deg, #aa346d, #c25151);
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
}

.product-reading-button a:hover {
    color: #fff;
  }

.product-reading-button a {
    background: linear-gradient(90deg, #aa346d, #c25151);
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
}
