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

/* login */

.login-banner {
  padding: 10%;
  height: 100vh;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-banner img {
  width: 70%;
}

.login-sec {
  padding: 0 15% 0 10%;
}

.logo {
  text-align: center;
  padding: 80px 0;
}
.logo img {
  width: 250px;
}

.register-logo h2 {
  font-size: 30px;
  font-weight: 600;
  color: #7a1b9b;
}

.login-sec p {
  color: #bcbcbc;
  width: 100%;
  line-height: 1.6;
}

.register-logo {
  text-align: center;
  padding: 20px 0;
}
.login-input.sign-input {
  margin: 30px 0;
}
.register-logo img {
  width: 250px;
}

.login-input {
  margin: 60px 0;
}

.login-input label {
  width: 100%;
  margin: 10px 0;
  color: #000;
  font-weight: 600;
}

.login-input input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 6px 10px;
  outline: 0;
}

.login-input a {
  text-align: right;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  float: right;
  display: block;
}

.login-btn button {
  background-color: #7a1b9b;
  color: #fff;
  padding: 13px 50px;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .login-banner {
    display: none;
  }
}

/* end */

header a.navbar-brand img {
  width: 150px;
}
.input-area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
}

.input-area button, .input-area .button {
  flex-basis: 100%;
  width: 100%;
  padding: 12px 0;
  border: 0;
  background-color: #7a1b9b;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 4px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

section.banner,
.all-books {
  margin-top: 60px;
}

.alert-purple-light {
    background-color: #efe1f5;
    color: #363636;
}

.about p{
    font-size: 1.50em;
}


.upload-book-banner h1 {
  font-size: 35px;
  font-weight: 600;
}
.upload-book-banner p {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}

.upload-dropdown {
    width: 100%;
    margin-bottom: 30px;
}

.upload-dropdown button {
    background-color: #d7abd8;
    border: none;
    color: black;
}
.upload-dropdown button:hover, .upload-dropdown button:active, .upload-dropdown button:focus-visible {
    background-color: #d58dd6 !important;
    border: none;
}

.upload-dropdown .dropdown-menu {
    width: 80%;
    text-align: center;
    background-color: #f6f6f6;
    cursor: default;
}

.file-attach {
    position: relative;
    top: 230px;
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -170px;
    min-height: 170px;
}

.textContent, .textTitle, .center-text, .textTitle {
    width: 100%;
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: .4rem;
    box-shadow: none;
    box-sizing: inherit;
    padding: .6rem 1.0rem;
}

.char-count {
    text-align: right;
    margin-bottom: 20px;
    margin-top: -20px;
}

.disabledContent {
    border-style: dotted;
    border-color: #ddd;
    background-color: #eee;
    resize: none;
    cursor: default;
    color: #222;
    height: auto;
}

.textTitle, .textContent {
    margin-bottom: 20px;
}

.file-upload {
  text-align: center;
  padding: 0px;
  line-height: inherit;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file-upload svg {
  font-size: 70px;
  fill: #7a1b9b52;
}
.file-upload label {
    padding: 13px 13px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
    cursor: pointer;
    border-style: solid;
    border-color: #d4bddf;

}

.file-upload label, #fileSelected {
    cursor: pointer;
}

.file-upload input[type="file"] {
  position: absolute;
  height: 100%;
  opacity: 0;
}
.file-upload i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #7a1b9bad;
}
.upload-book {
  border: 1px dashed #9996;
  background-color: #f7f7f7;
  width: 100%;
  padding: 130px 0;
}
.upload-text {
  margin-top: 20px;
}
.file-upload button {
  border: 3px solid #daafd9;
  font-size: 13px;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 600;
  width: 120px;
  color: #9e169ad1;
  padding: 7px 0;
}
.upload-text p {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
}

/* all books */
.search-btn {
  position: relative;
  width: 35%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.search-head h2 {
  font-size: 28px;
  font-weight: 600;
}
.search-head {
  margin-bottom: 30px;
}
.search-btn input {
  width: 100%;
  padding: 6px 5px 6px 35px;
  border-radius: 0;
  border: navajowhite;
  outline: 0;
  border-bottom: 1px solid #999;
}
.search-btn i {
  position: absolute;
  left: 5px;
  color: #999;
  top: 10px;
}

.book-sec img {
  width: 100%;
  height: 100%;
}
.all-books .col-md-4 {
  display: flex;
}
.book-sec {
  text-align: center;
  position: relative;
  width: 100%;
}
.book-img {
  text-align: center;
  width: 100%;
  background-color: #f7f7f7;
  height: 220px;
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.book-sec i.fa-solid.fa-image {
  font-size: 50px;
  color: #999;
}

.book-sec h3 {
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 10px;
}
.book-sec span {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: #fff;
  padding: 8px 5px;
  border-radius: 50px;
  font-size: 12px;
}
.book-sec i.fa-solid.fa-trash {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background-color: #000000a8;
  padding: 10px 9px;
  border-radius: 50px;
}

/* read book */
.read-book {
  text-align: center;
  background-color: rgb(248 249 250);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px #9996;
}
.read-book-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.read-book-head h3 {
  font-size: 25px;
  font-weight: 600;
}
.chapter-version {
    margin: 0 10px;
}
.chapter-version-arrows{
    background-color: white;
    border-radius: 16px;
    padding: 0 7px;
    color: #7a1b9b;
    cursor: pointer;
}
.select-page {
  text-align: right;
    margin-top: 10px;
    float: right;
}
.select-page select {
  width: 140px;
  padding: 5px 5px;
  border-radius: 5px;
  border: 1px solid #999;
  outline: 0;
}
.about-book {
  background-color: #fff;
  padding: 20px 20px;
  text-align: left;
  margin-top: 20px;
  border-radius: 3px;
}
.about-book p {
  color: #0000008c;
  line-height: 1.8;
}

.read-book-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 5px;
}
.scrollup{
    font-size: 1.3em;
    color: #7e1d8d;
    cursor: pointer;
}
.pagination li a {
  color: #000;
}
.arrow i {
  font-size: 20px;
  margin-left: 30px;
}
.icon i {
  margin-left: 12px;
  font-size: 18px;
}
.icon i.fa-solid.fa-download {
  color: #7e1d8d;
}
.icon i.fa-solid.fa-trash {
  color: #000000ad;
}

/* purchase */
.total-credit {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #f7f7f7;
  text-align: center;
}
.total-credit h2 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
.total-credit h2 span {
  display: block;
  font-size: 26px;
}
.total-credit button,
.credit-option button {
  padding: 8px 20px;
  border: 0;
  background-color: #7a1b9b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  margin-top: 30px;
}
.credit-option h2 {
  font-size: 30px;
  color: #7a1b9b;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #99999926;
  padding-bottom: 15px;
}

.credit-input p,
.common-city p,
.common-card p {
  font-weight: 600;
  margin-bottom: 5px;
}
.profile-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.profile-edit button {
  margin-top: 0;
  background-color: #9996;
  width: fit-content;
  padding: 5px 20px;
  font-size: 12px;
  color: #000;
}
.credit-input input,
.common-city input,
.common-card input {
  width: 100%;
  padding: 4px 10px;
  border: 1px solid #999;
  border-radius: 4px;
}
.common-city {
  flex-basis: 32%;
}
.credit-option {
  background-color: #f7f7f7;
  padding: 30px 50px;
  border-radius: 4px;
}
.credit-option h3 {
  font-size: 24px;
  font-weight: 600;
}
.credit-input {
  margin-bottom: 20px;
}
.credit-input span {
  font-size: 18px;
  font-weight: 600;
  color: #999;
}
.city-address {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.card-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.common-card {
  flex-basis: 49%;
}

/* creaing */
section.create-books {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.creating-book {
  text-align: center;
}
.creating-book h5 {
  font-size: 35px;
  margin-bottom: 40px;
}
.creating-book p {
  width: 50%;
  margin: 20px auto 0 auto;
  font-size: 18px;
  color: #999;
}
.creating-book img {
  margin: 100px 0 40px 0;
}
.book-img::before {
    background-image: url("/icon-c.gif");
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


.book-img.working::before {
    background-image: url("/asset/dist/images/working.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.book-img.book-audio::before {
    background-image: url("/asset/dist/images/Transcript-symbol-c.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.book-img.book-audio.working::before {
    background-image: url("/asset/dist/images/working.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.about-book .book-img {
    height: 30em;
    cursor: default;
}

.about-book .book-img div {
    opacity: 0.7;
    color: black;
}

button.purchase-free {
    background-color: #7e1d8d;
    border-color: #7e1d8d;
}

button.button-del {
    background-color: #df4740;
}

.read-book.working,.read-book.working .about-book {
    padding: 0;
}
.read-book.working .book-img::before {
    background-size: 45%;
}
.pac-man {
  border-radius: 50%;
  margin: 0 auto;
  border-radius: 100em 100em 0 0;
  background: #f00;
  transform-origin: bottom;
  animation: eating-top 0.5s infinite;
  left: 43%;
  position: absolute;
}
.pac-man,
.pac-man::before {
  width: 70px;
  height: calc(35px);
  background: #7a1b9b;
}
.pac-man::before {
  content: "";
  display: block;
  margin-top: calc(35px);
  position: absolute;
  transform-origin: top;
  border-radius: 0 0 100em 100em;
  transform: rotate(80deg);
  animation: eating-bottom 0.5s infinite;
}
.pac-man::after {
  position: absolute;
  border-radius: 100em;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-top: calc(25px);
  margin-left: calc(25px);
  transform-origin: center;
  animation: center 0.5s infinite, ball 0.5s -0.33s infinite linear;
}
a.download {
    cursor: pointer;
}
.download {
    float: left;
    font-weight: bold
}
button.reorder {
    float: right;
    font-weight: bold;
    margin-top: 0px !important;
}
div.reorder {
    cursor: pointer;
}
a.edit-chapter-title, .edit-book-title, .delete-chapter {
    cursor: pointer;
    color: black;
    padding-left: 10px;
}
.edit-chapter-title-buttons, .edit-book-title-buttons {
    margin: 5px 10px;
    cursor: pointer;
}

.edit-chapter-title-buttons.save, .edit-book-title-buttons.save {
    color: green;
}
.edit-chapter-title-buttons.cancel, .edit-book-title-buttons.cancel {
    color: red;
}

.edit-book-title-text {
    font-size: 1.5rem;
}

.download > i {
    margin: 0.4em 0 0 0.5em;
    color: #7e1d8d;
}
.btn.translate {
    background-color: #7a1b9b;
    color: #fff;
    border-radius: 5px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 12px;
}
.btn.translate:disabled, .btn.translate[disabled] {
    background-color: #be90bf;
}
.delete {
    float: right;
}
.library.delete {
    margin-top: -220px;
    position: inherit;
}
.footer {
    /*border-top-color: rgba(0, 0, 0, 0.1);*/
    /*border-top-style: dotted;*/
    margin-top: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.footer .llc{
    margin-right: auto;
}
.footer .term{
    margin-left: auto;
}
span.c4{
    font-weight: bold;
}
@keyframes eating-top {
  0% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-40deg);
  }
}
@keyframes eating-bottom {
  0% {
    transform: rotate(80deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(80deg);
  }
}
@keyframes center {
  0% {
    transform: rotate(40deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(40deg);
  }
}
@keyframes ball {
  0% {
    opacity: 0.7;
    box-shadow: 70px 0 0 0 #7a1b9b, 120px 0 0 0 #7a1b9b, 170px 0 0 0 #7a1b9b,
      220px 0 0 0 #7a1b9b;
  }
  100% {
    box-shadow: 20px 0 0 0 #7a1b9b, 70px 0 0 0 #7a1b9b, 120px 0 0 0 #7a1b9b,
      170px 0 0 0 #7a1b9b;
  }
}

.pricing-table-title {
    color: black;
    font-size: 35px;
    font-weight: bold;
    margin-top: 36px;
    margin-bottom: 36px; }

.pricing-tab {
    margin-bottom: 58px; }
.pricing-tab .nav-link {
    color: black;
    position: relative;
    padding-left: 25px; }
.pricing-tab .nav-link::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 1.25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d7abd8;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
.pricing-tab .nav-link.active {
    background-color: transparent;
    color: black; }
.pricing-tab .nav-link.active::before {
    left: 0;
    background-color: #7a1b9b;
    border: 5px solid #d7abd8;
    width: 16.5px;
    height: 16.5px; }

.pricing-tab-content .tab-pane.active {
    -webkit-animation: slide-down 0.6s ease-in-out;
    animation: slide-down 0.6s ease-in-out; }

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%); }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }

.pricing-card {
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 8px; }
@media (max-width: 767px) {
    .pricing-card {
        margin-bottom: 28px; } }
.pricing-card .card-body {
    padding: 35px 35px 16px; }
.pricing-card .card-footer {
    background-color: transparent;
    border-top: 0;
    padding: 0; }
.pricing-card.pricing-card-highlighted, .pricing-card:hover {
    background-color: #7a1b9b; }

.pricing-plan-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 7px;
    font-weight: bold;
    text-transform: uppercase; }
.pricing-card-highlighted .pricing-plan-title, .pricing-card:hover .pricing-plan-title {
    color: #fff; }

.pricing-plan-original-cost {
    font-size: 20px;
    color: #7a1b9b;
    font-weight: bold;
    margin-bottom: 0; }
.pricing-card-highlighted .pricing-plan-original-cost, .pricing-card:hover .pricing-plan-original-cost {
    color: #fff;
    opacity: 0.75; }

.pricing-plan-cost {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #000; }
.pricing-plan-cost .currency {
    font-size: 20px;
    position: relative;
    left: -5px; }
.pricing-card .h6, .pricing-card-highlighted .h6 {
    color: gray;
    margin-bottom: 0px;
}
.pricing-card-highlighted .pricing-plan-cost, .pricing-card:hover .pricing-plan-cost {
    color: #fff; }
.pricing-card-highlighted .pricing-plan-cost-actual, .pricing-card:hover .pricing-plan-cost-actual, .pricing-card-highlighted .h6, .pricing-card:hover .h6 {
    color: #000; }
.pricing-card .pricing-plan-cost-actual {
    margin-bottom: 17px;
}

.pricing-plan-features {
    list-style: none;
    padding-left: 0;
    line-height: 1.67;
    font-size: 15px;
    margin-bottom: 40px; }
.pricing-card-highlighted .pricing-plan-features, .pricing-card:hover .pricing-plan-features {
    color: #fff; }
.pricing-plan-features li {
    padding-left: 21px;
    position: relative; }
.pricing-plan-features li::before {
    content: "\F12C";
    font-family: "Material Design Icons";
    color: #7a1b9b;
    position: absolute;
    left: 0; }
.pricing-card-highlighted .pricing-plan-features li::before, .pricing-card:hover .pricing-plan-features li::before {
    color: #fff; }

.pricing-plan-purchase-btn {
    color: #000;
    background-color: transparent;
    border: solid 1px #dde5f5;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 10px; }
.pricing-plan-purchase-btn:hover {
    color: #fe397a; }
.pricing-card-highlighted .pricing-plan-purchase-btn, .pricing-card:hover .pricing-plan-purchase-btn {
    border: 0;
    background-color: #fff; }

.pricing-plan-link {
    color: #c1c1c1;
    font-size: 14px; }
.pricing-card-highlighted .pricing-plan-link, .pricing-card:hover .pricing-plan-link {
    color: #fff;
    opacity: 0.75; }

.offer-badge {
    padding: 8px 15px;
    background-color: #fe397a;
    color: #fff;
    font-size: 8px;
    font-weight: bold; }
.card {
    background-color: #d7abd8;
}

.btn-outline-magic {
    --bs-btn-bg: #fff;
    --bs-btn-color: #7a1b9b;
    --bs-btn-border-color: #7a1b9b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7a1b9b;
    --bs-btn-hover-border-color: #7a1b9b;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7a1b9b;
    --bs-btn-active-border-color: #7a1b9b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7a1b9b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7a1b9b;
    --bs-gradient: none;
}

/*# sourceMappingURL=pricing-plan.css.map */



/*Added for selection-menu*/
.selection-menu {
    height: 200px;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}

.menu-container {
    /*width: 720px;*/
    width: 1080px;
}

.selection-item {
    float: left;
    width: 150px;
    height: 150px;
    margin: 15px;
    margin-top: 15px;
    border: 3px black solid;
    margin-top: 20px;
}

#rewriteChapterModal .modal-header {
    border-bottom: 0;
}

#rewriteChapterModalLabel {
    margin-left: auto;
    color: #7a1b9b;
}
.modal-body-content::before {
    border-bottom: medium solid #7a1b9b;
    content: "";
    position: absolute;
    margin-top: 0.5rem;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
#change-text::placeholder{
    color: #c1c1c1;
}
