/* Font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,600,700,700i&display=swap');

@font-face {
    font-family: 'Coolvetica';
    src: url(/assets/fonts/coolvetica.ttf);
}
label.head{
    font-family: 'Coolvetica' !important;
}
/* BASE CSS */
*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

*::-webkit-scrollbar-thumb {
    background-color: #F36466;
    border-radius: 100px;
}

a {
    -webkit-appearance: initial;
}

img {
    object-fit: cover;
    object-position: 45% 15%;
}

.row{
    padding: 0px;
}

div.stars {
    width: 270px;
    display: inline-block;
  }

  input.star { display: none; }

  label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
  }

  input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
  }

  input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
  }

  input.star-1:checked ~ label.star:before { color: #F36466; }

  label.star:hover { transform: scale(1.3); }

  label.star:before {
    content: '\f006';
    font-family: FontAwesome;
  }
i.fa.fa-star {
    color: #FD4;
}
body{
    font-size: 14px;
    color: #2f2e50;
    font-family: 'Montserrat', sans-serif;
}
a{
    text-decoration: none!important;
}

a.logo-img img {
    width: 28px;
    height: 28px;
}
span.image-circle img {
    /*width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 2px;*/

    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}
nav#nav-top {
    min-height: 50px;
}


.nav-item .nav-link{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #726E7C !important;
}

/* .active {
    background: rgba(255, 0, 0, 0.2);
} */
.navbar-nav .active {
    background: rgba(255, 0, 0, 0.2);
}
.active .nav-link{
    color: #F36466 !important;
}

.nav-item .nav-link:hover {
  color: #F36466 !important;
}
.nabvar-nav, .nav-item:hover,
.nav-item:active{
    background: rgba(255, 0, 0, 0.2);
    color:#F36466 !important;
}

.nabvar-nav, .nav-item:hover,
.nav-item:active{
    background: rgba(255, 0, 0, 0.2);
    color:#F36466 !important;
}

.user-nav .nav-item:hover {
    background: none;
}
.shopping-cart {
    position: relative;
}
span.quantity-input {
    display: inline-block;
    border: 1px solid #F8F9FA;
    border-radius: 5px;
    background: #F8F9FA;
}

.shopping-cart .count-cart {
    position: absolute;
    top: 0px;
    right: -5px;
    background-color: #F36466;
    width: 18px;
    height: 18px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 50%;
}

ul.ctg-list {
    padding: 0;
    margin: 0;
}

ul.ctg-list li {
    list-style: none;
    border-bottom: 1px solid #f5f5f5;
}

ul.ctg-list a {
    color: #2f2e50;
    text-decoration: none;
    text-transform: capitalize;
    transition: .4s;
    padding: 10px 2px;
}

ul.ctg-list a:hover {
    color: #C82333;
}
.slider-bg-1
{
    background:url(../img/slider-image-3.jpg);
}
.slider-bg-2
{
    background:url(../img/slider-image-2.jpg);
}
.slider-bg-3
{
    background:url(../img/slider-image-1.jpg);
}
.slider-img
{
    display: block;
    width: 100%;
    height: 340px;
    background-color: #dddd;
    background-position: center;
    background-size: cover;
    position: relative;
}
.slider-img:after {
    position: absolute;
    background: rgb(4,3,36);
    background: radial-gradient(circle, rgba(4,3,36,1) 0%, rgba(25,1,3,1) 64%, rgba(58,4,10,1) 74%, rgba(121,9,24,1) 100%, rgba(186,190,191,1) 100%);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.recent-book-list a {
    color: #2f2e50;
    text-decoration: none;
}
.recent-book-list a:hover
{
    color: #C82333;
}

.book-image img {
    width: 100%;
    height: 170px;

}
.book-image{
     position: relative;
}
.discount-tag {
    position: absolute;
    left: 0;
    bottom: 0;
}

.h6-home span.badge.badge-warning.discount-tag
{
    position: absolute;
    left:unset;
    bottom: 205px;
}
.line-through {
    text-decoration: line-through;
}
.book-title a {
    color: #2f2e50;
    transition: .3s;
}
.book-title a:hover{
    color: #C82333;
}
.book-img-details img {
    width: 100%;
    max-height: 380px;
}

.author-img img {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-color: bisque;
}
.book-tag a {
    font-size: 16px;
}
span.quantity-input a {
    display: inline-block;
    background: #F8F9FA;
    padding: 2px 10px;
    color: #2f2e50;
    font-size: 18px;
}

span.quantity-input input {
    border: none;
    width: 35px;
    text-align: center;
    padding: 6px 0;
}
span.quantity-input input:focus{
    outline: none;
}

.main-content h4 {
    margin-bottom: 0;
}

.shopping-cart a {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    padding: 9px 14px !important;
}

.navbar .app__logo {
    width: 130px;
    margin: 0;
}

.navbar .dropdown-toggle:after {
    margin-left: 10px;
}

.content-area .card-header h4,
.sidebar-items .card-header h4 {
    font-size: 1.2rem;
}

.content-area .card-header,
.sidebar-items .card-header {
    background-color: #F36466 !important;
}

.content-area .card-body .row,
.content-area .card-body .cart {
    padding: 0;
}

.content-area .card-body .cart {
    margin-top: 20px;
}

.content-area .card-body .cart button {
    vertical-align: top;
    font-size: 14px;
    padding: 5px;
    float: right;
}

.comments-area .single-comment .card {
    box-shadow: none;
    border: none;
}

.comments-area h4,
.comment-form h4 {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    font-size: 1.2rem;
    text-align: left !important;
}

.comment-form  button {
    float: right;
    border-radius: 3px;
    font-size: 14px;
}

.comment-form textarea {
    resize: none;
}

.container .breadcrumb {
    padding-left: 0;
    margin-bottom: 0;
}


.navbar .dropdown-menu {
    border-top: 2px solid #F36466;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.sidebar-items .card-body .ctg-list .ctg-item:hover {
    background-color: #F36466;
    padding-left: 10px;
    transition: 0.5s;
}

.sidebar-items .card-body .ctg-list .ctg-item a:hover {
    color: #fff;
    font-weight: 500;
}


#heroKV .carousel-control-prev {
    background: #F36466;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    top: 45%;
    left: 3%;
}

#heroKV .carousel-control-next {
    background: #F36466;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    top: 45%;
    right: 3%;
}

#heroKV .carousel-hero {
    background-color: #fff;
}

.most__popular__books, .new__discoveries__books, .profile-card .my-library-items .item {
    padding: 5px;
    border: 1px solid #e3e6f0;
    border-radius: 5px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    /*margin-left: 15px;*/
    margin-bottom: 15px;
    width: 223px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    vertical-align: top;
    height: 400px;
    position: relative;
}


.most__popular__books .author-div, .new__discoveries__books .author-div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;

    padding: 4px;
}

.most__popular__books .author-div a, .new__discoveries__books .author-div a {
    margin-left: 6px;
    font-weight: 500;
}

.most__popular__books .author-div a span, .new__discoveries__books .author-div a span {
    margin-top: 0 !important;
}

.most__popular__books h5, .new__discoveries__books h5 {
    font-weight: 700;
    font-size: 16px;
    color: #2f2e50;
    display: flex;
    margin-left:4px;
}

.most__popular__books span, .new__discoveries__books span,
.profile-card .my-library-items .item span {
    margin-top: 6px;
    display: block;
}


.most__popular__books a,
.new__discoveries__books a {
    color: #2f2e50;
}

.most__popular__books:hover,
.new__discoveries__books:hover {
    cursor: pointer;
    margin-top: -10px;
    transition: 0.3s;
}

#cartcheckout .cart, #cartcheckout .summary {
    border: 1px solid #e3e6f0;
}

#cartcheckout .summary {
    background-color: #f8f9fc;
}

.payment-area button {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    font-size: 15px;
    height: 30px;
    font-weight: 600;
    box-shadow: none !important;
    border-radius: 3px;
    border: none !important;
}

.payment-area button img {
    width: 24px;
    height: 24px;
}

.payment-area .gcash__btn,
.payment-area .paymaya__btn,
.payment-area .cod__btn, #pay-order .gcash__btn {
    background-color: #007dfe;
    color: #fff;
    padding: 0 10px;
}

.payment-area .paymaya__btn, #pay-order .paymaya__btn {
    padding: 9px 15px 6px;
    background-color: black;
}

.payment-area .cod__bt {
    background-color: #FF7F50;
    height: 31px;
}

#signin .sign-up-with button,
#signin .login-l .user-login-btn,
.sign-up-wrapper .sign-up-with button {
    font-size: .850rem;
}

#signin .login-l .skooltek-lib-login,
#signin .login-l .skooltek-lib-login:hover {
    background-color: #fff;
    border: 1px solid #FF7F50;
    color: #FF7F50;
}

#signin .login-l .skooltek-lib-login:hover {
    border: 1px solid #fcdece !important;
}

.navbar .register-btn {
    color: #fff !important;
    padding: 13px 16px !important;
}

.sidebar {
    border-right: 1px solid #e3e6f0;
}

.sidebar li a {
    color: #6e707e;
    font-weight: 500 !important;
    font-size: .7rem;
}

.sidebar .nav-link:hover i {
    color: #F36466;
}

.sidebar li.active,
.sidebar li.active:hover {
    background-color: rgba(255, 0, 0, 0.2);
}

.sidebar li.active a,
.sidebar li.active a i {
    color: #F36466;
}

.sidebar li:hover,
.sidebar li #collapseUtilities .collapse-inner {
    background-color: rgba(255, 0, 0, 0.2);
}

.sidebar li a i {
    color: #d1d3e2;
}

.sidebar #sidebarToggle {
    background-color: #f1b6b7;
    color: #fff;
    margin-top: 60px;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    opacity: .5;
}

.sidebar #sidebarToggle:hover {
    opacity: 1;
}

.sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

.sidebar.toggled .nav-item .nav-link {
    padding: 1rem;
}

.edit-profile-wrapper .card-body .form-group label,
#becomeSeller .modal-body .form-group label,#paycard .modal-body .form-group label {
    font-size: 12px;
    font-weight: 500;
}

.edit-profile-wrapper .card-body .form-group input {
    font-size: 14px;
    border-radius: 4px;
}

.account__info,
.account__security {
    background-color: #f8f9fc;
    border-radius: 0.35rem;
    padding: 0 0 15px 0;
    margin: 15px 0;
}

.account__info p, .account__security p, .profile-card .reviews {
    font-weight: 600;
    font-size: 16px;
    background-color: #F36466;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
    color: #fff;
    padding: 0.5rem;
    margin-top: 0;
}

.account__info .form-group,
.account__security .form-group {
    padding: 0 1.75rem;
}

.edit-profile-wrapper .card-body p i {
    color: #fff;
    font-size: 1rem;
    margin-right: 0.25rem;
}

#paycard .modal-dialog, #becomeSeller .modal-dialog, #pay-order .modal-dialog {
    max-width: 680px;
}

#paycard .modal-header, #becomeSeller .modal-header, #pay-order .modal-header {
    padding: 0;
    font-size: 0;
}

#paycard .modal-header .close,#becomeSeller .modal-header .close, #pay-order .modal-header .close {
    position: absolute;
    right: -30px;
    top: 25px;
    color: #fff;
    opacity: 1 !important;
    padding: 0;
}

#paycard .modal-header .close span,#becomeSeller .modal-header .close span, #pay-order .modal-header .close span {
    text-shadow: none;
    background-color: #F36466;
    border: 2px solid #fff;
    padding: 2px 10px;
    border-radius: 100%;
}

.user-send-verification-btn {
    font-size: 13px;
    background-color: #FF7F50;
    color: #fff !important;
}

.success-payment, .error-payment {
    background-color: #fafcff;
    height: 100vh;
    padding: 15vh;
}

.payment-info, .error-payment .info {
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    padding: 2rem;
    width: 80%;
    margin: auto;
}

.error-payment .info {
    width: 40%;
    padding: 2rem;
}

.payment-info i {
    font-size: 80px;
    color: #1dd1a1;
    margin-bottom: 15px;
}

.error-payment .info  i {
    font-size: 80px;
    color: #f54748;
    margin-bottom: 15px;
}

.payment-info h3 {
    color: #1dd1a1;
    font-weight: 700;
}

.error-payment h3 {
    color: #f54748;
    font-weight: 700;
}

.error-payment .message {
    color: #b4b7d0;
    font-weight: 500;
}

.payment-info .transaction_no {
    color: #b4b7d0;
    margin: 10px 0 30px 0;
    font-weight: 500;
}

.payment-info .row p {
    color: #b4b7d0;
    font-weight: 500;
    font-size: 13px;
}

.payment-info .homepage-btn, .error-payment .homepage-btn {
    background-color: #1dd1a1;
    color: #fff;
    font-size: 13px;
    margin-top: 40px;
}

.cart_button_checkout {
    margin-top: 20px;
    font-size: 14px;
}

#paycard .form-group label,#becomeSeller .form-group label {
    font-size: 13px;
    font-weight: 500;
    width: 30%;
    margin-bottom: 0;
    padding-top: 11px;
}

#paycard h5,#becomeSeller h5 {
    padding: 0.75rem;
    margin-bottom: 0;
    background-color: #f8f9fc;
    border: 1px solid #e3e6f0;
    color: #FF7F50;
    font-weight: 600;
}

#paycard .checkout-btn,#becomeSeller .checkout-btn {
    background: #FF7F50;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.sellers_table .reject_seller, .sellers_table .accept_seller{
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    border-radius: 4px;
}

.sellers_table .download_proof{
    background-color: #efefef;
    font-size: 12px;
    border-radius: 4px;
}

.admin-book-contents table button, .admin-book-contents table a.edit, .admin-book-contents table a.create{
    font-size: 13px;
    text-align: center;
    margin-bottom: 8px;
    width: 100%;
    padding: .25rem;
}

.admin-book-contents table i {
    font-size: 18px;
}

.admin-book-contents table .edit{
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}

.hovered_a{
    background-color: #F36466 !important;
    border-color: #F36466 !important;
}

.header-h5 {
    border-left: 3px solid #FF7F50;
    padding-left: 8px;
}

.first-tab, .second-tab{
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
    background-color: #fff;
}

.first-tab h4, .second-tab h4, .create-content-r form h4{
    background-color: #F36466;
    color: #fff;
    padding: .750rem;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.first-tab .form-row, .second-tab .form-row {
    padding: .750rem;
}

.second-tab {
    padding: 0 0 1rem 0;
}

.content-builder-button, .content-builder-button:hover {
    border-radius: 4px;
    border-color: #FF7F50;
    font-size: 13px;
}

.second-tab .img-card{
    width: 300px;
    height: 300px;
    margin: 6px;
}

.create-content-r form {
    background-color: #fff;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
    width: 98%;
}

.create-content-r form .form-row{
    padding: 1rem;
}

.create-content-r form .position-absolute{
    position: initial;
    padding: 1rem;
}

.create-content-r form .btn-primary {
    font-size: 12px;
    border-radius: 4px;
    width: auto !important;
}

.create-topic-wrapper {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
    padding: 1rem;
    margin-bottom: 20px;
}

.create-topic-wrapper .content-bullet-list ul li a button, .outline-list ul li a button {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    background: rgb(239,239,239)!important;
    color: #aeaeae!important;
    border-style: solid;
    border-color: #aeaeae!important;
    border-radius: 4px!important;
}

.create-topic-wrapper .content-bullet-list ul ul, .outline-list ul ul {
    padding-left: 35px;
}

.create-topic-wrapper .content-bullet-list ul li a button:hover, .outline-list ul li a button:hover {
    background: #FF7F50 !important;
    border-color: #ff7f50 !important;
    color: #fff !important;
}

.create-topic-wrapper .content-bullet-list ul li:hover:after, .outline-list ul li:hover:after {
    /*font-family: FontAwesome;
    content: "\f18e";
    font-size: 22px;*/

    content: "Expand Sub Topics";
    font-size: 11px;
    color: #aeaeae;
    margin-left: 10px;
    vertical-align: text-bottom;
    cursor: pointer;
}

.create-topic-wrapper .content-bullet-list ul #contents, .outline-list ul #contents {
    transition:.8s;
}


#accordion-1 .panel-heading .panel-title > a {
    color: #858796 !important;
}

#pay-order .modal-dialog {
    max-width: 380px;
}

#pay-order .modal-body a {
    margin-bottom: 10px;
}

#pay-order .modal-body a button img {
    width: 30px;
}

#pay-order .modal-body button {
    width: 100%;
    font-size: 14px;
    color: #fff;
    height: 42px;
}

#pay-order .modal-body .card-payment {
    background-image: linear-gradient(#7dc5ee,#008cdd 85%,#30a2e4);
}


/*START: override treeview css*/
div ul ul ul ul>li:before {
    content: counter(section, lower-alpha) ". " !important;
}
::marker {
    font-size: 12px;
    margin-right: 6px;
}
/*END: override treeview css*/

.profile-card {
    background-color: #fff;
    border-radius: 0.35rem;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.profile-card h3 {
    color: #F36466;
    font-weight: 600;
}

.profile-card img {
    width: 100%;
}

.profile-card .edit-profile {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: #F36466;
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
}

.profile-card .target-analytics {
    position: absolute;
    top: 0;
    right: 20%;
    font-size: 12px;
    color: #6e707e;
    background-color: #b0eced;
    border-radius: 4px;
    font-weight: 600;
    border: 1px solid #b0eced;
    text-transform: uppercase;
    outline: none;
}

.profile-card p {
    text-align: justify;
    font-size: 14px;
}

.profile-card .reviews-wrapper {
    padding: 0 1.75rem;
}

.profile-card .reviews-wrapper .comment {
    background-color: #f8f9fc;
    border-radius: 0.35rem;
    padding: 1rem;
}

.reviews-wrapper .comment {
    margin-bottom: 10px;
}

.reviews-wrapper .comment img {
    width: 60px;
    border-radius: 50%;
}

.reviews-wrapper .comment .user-info {
    font-size: 12px;
    font-weight: 600;
}

.reviews-wrapper .comment p i {
    color: #FF7F50;
    font-size: 16px;
}

.profile-card table td, .profile-card table th {
    color: initial;
    font-size: 14px;
}

.profile-card table .purchased, .profile-card table .pending  {
    background-color: #28a745;
    color: #fff;
    padding: 7px;
    font-size: 12px;
    border-radius: 4px;
    text-transform: uppercase;
}

.profile-card table .pending {
    background-color: #343a40;
}

.profile-card .my-library-items .item {
    box-shadow: none;
    width: 251px;
    height: 100%;
}

.profile-card .my-library-items .item:hover {
    background-color: #ffbfa8;
    border: 1px solid #ffbfa8;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
    cursor: pointer;
}

.profile-card .my-library-items .item img {
    width: 100%;
    height: 240px;
}

.container-fluid .h3:nth-child(1), .container .h3:nth-child(1) {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #2f2e50;
}

.navigation-links {
    background: #fff;
}

.navigation-links .container {
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.navigation-links .container a {
    color: #FF7F50;
    font-weight: bolder;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    padding: 1rem;
    border: 1px solid #f1f3f4;
    letter-spacing: 1px;
}

.navigation-links .container a:hover {
    background-color: #fcdece;
    border-bottom: 2px solid #FF7F50;
}

.show-more nav svg {
    width: 24px;
}

.show-more nav {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}

.show-more nav div:first-child {
    display: none;
}

.author a, .book-category a, .des a {
    color: #F36466 !important;
    font-weight: 600;
}

.add-to-cart, .submit-review {
    background-color: #F36466 !important;
    border: 1px solid #F36466 !important;
    font-size: 13px !important;
    font-weight: 500;
}

.book-category a i, .add-to-cart i {
    color: #d1d3e2 !important;
}

.sidebar-items h4, .add-to-cart i {
    color: #fff !important;
}

.book-description p, .comments-area p {
    text-align: inherit;
}

.modal-content {
    position: absolute;
    top: 15%;
}

.mobile-logo, #accordionSidebar .sidebar-brand-icon .mobile-on {
    display: none !important;
}

.author-card {

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 23%;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 500px;
}

.author-card #mobMargin, .author-card div:first-child {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.author-card:hover {
    background-color: #ffa8a9;
}

.author-card h5 {

    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    /* color: #FF7F50; */
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    gap: 4px;
    position: absolute;
    width: 150px;
    height: 32px;
    left: calc(50% - 131px/2 - 1px);
    top: 180px;
    background: #FFFFFF;
    box-shadow: 0px 9px 29px -4px rgba(0, 0, 0, 0.2);
    border-radius: 37px;
}

.our-team .team-wrapper .item .desc, .most__popular__books img, .new__discoveries__books img {
    width: 223px;
    height: 163px;
    object-fit: fill;
}

#subscription_term {
    font-size: 14px;
    font-weight: 600;
    color: #2f2e50;
    margin-bottom: 15px;
}

.alertify-notifier {
    left: initial !important;
    right: 15% !important;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    left: 10px !important;
}

.ajs-message {
    border: none !important;
    color: #2f2e50 !important;
    text-shadow: none !important;
}

.bg-primary {
    background: #f36466 !important;
    color: #FFFFFF;
}

footer {
    background: #ffffff;
}

footer #get-started {
    background: #99FFEF;
}

footer #get-started p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -0.25px;

    color: #2F2E50;
}

footer #get-started .btn-get-started {
    padding: 10px 20px;
    background: #2F2E50;
    border-radius: 31px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: -0.25px;

    color: #FFFFFF;
}

footer #links-subscribe .links h5, footer #links-subscribe #subscribe h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    letter-spacing: -0.25px;

    color: #2F2E50;
}

footer #links-subscribe .links p a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 146% */

    letter-spacing: -0.25px;

    color: #6E798C;
}

footer #subscribe .btn-join-newsletter {
    padding: 10px 20px;
    background: #F36466;
    border-radius: 31px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;

    letter-spacing: -0.25px;

    color: #FFFFFF;
}

footer #subscribe p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 146% */

    letter-spacing: -0.25px;

    color: #6E798C;
}

footer #social-media a {
    background: #F36466;
    padding: 6px;
    margin-right: 5px;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: inline-block;
}
footer #social-media img {
    width: 25px;
}

footer #policy-agreement p {
    background: linear-gradient(269.96deg, #F25C5E 5.74%, #F49768 18.23%, #EDA65C 28.64%, #D5B75F 38.01%, #AFD08E 50.75%, #88D19E 63.25%, #48C3A6 74.5%, #50BDC3 82.76%, #5EB3E0 95.77%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    display: inline-block;
    margin-right: 20px;
    font-size: 10px;
    font-weight: 600 !important;
}

footer #policy-agreement a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 146% */

    letter-spacing: -0.25px;

    color: #6E798C;
}

#default-profile-image {
    width: 200px;
    height: 200px;
}
