* {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-weight: 17px;
    font-style: normal;
}

@font-face {
    font-family: "Brush Script MT";
    src: url("../fonts/brush-script.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: 4px solid black;
}
.navbar-brand img {
    max-height: 77px;
    max-width: 174px;
}
.navbar a {
    font-size: 19px;
    font-weight: 600;
    color: black;
}

.navbar a:hover {
    color: #0070c0;
}

@media screen and (min-width: 992px) {
    .navStyle {
        padding: 0px 5px;
        border-right: lightgray 3px solid;
    }
}

.card {
    position: static;
}

footer {
    background-color: #bfbfbf;
}

footer a {
    font-size: 15px;
    font-weight: 500;
}

#content {
    margin-top: 150px;
}

.gener_list {
    background-color: #fff2cc;
}
.header-photo {
    background-image: url("/images/header.png");
    background-size: cover;
    background-position: center;
    height: 200px;
    color: #0070c0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
}

.membershipPlanList {
    list-style-type: none;
}
.image-editable {
    margin-top: 5px;
    margin-left: -55px;
}

.credit_cards img {
    height: 80px;
    width: 120px;
}

.wallet {
    background-image: url("/images/Wallet.png");
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: #2d89c1;
    font-weight: 700;
}

.wallet_text {
    font-size: 14px;
    color: #2d89c1;
    font-weight: 500;
    text-align: center;
}

.download {
    background-color: #0070c0;
    color: aliceblue;
    border: 1px solid black;
}

.download:hover {
    background-color: #068ae9;
    color: aliceblue;
    border: 1px solid black;
}

.book-cover {
    width: 227px;
    max-height: 200px;
    min-height: 200px;
    object-fit: contain;
}
.navbar {
    z-index: 1030; /* Higher than the button */
}
.btn {
    z-index: 1020; /* Lower than the navbar */
}

#admin_dashboard {
    width: 100% !important;
}

#payment_history {
    width: 100% !important ;
}
.amazon_link_div {
    max-height: 50px;
    max-width: 100%;
    overflow: hidden;
}
.amazon_link_div p {
    max-width: calc(100% - 40px);
    word-break: break-all;
}

.amazon_review_link_div {
    max-height: 50px;
    max-width: 170px;
    overflow: hidden;
}

.amazon_review_link_div p {
    max-width: calc(100% - 40px);
    word-break: break-all;
}

.rating {
    display: flex;
    justify-content: center;
    direction: rtl;
}
.rating input {
    display: none;
}
.rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    padding: 0 5px;
}
.rating label:hover,
.rating label:hover ~ label,
.rating input:checked ~ label {
    color: #ffc107;
}

.form-check-input {
    border: 2px solid rgb(17, 0, 255);
}

.tooltip.bs-tooltip-auto .tooltip-inner,
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-start .tooltip-inner,
.tooltip.bs-tooltip-end .tooltip-inner {
    font-size: 16px; /* Adjust this value as needed */
    background-color: lightgray;
    color: black;
    border: 1px solid black;
    font-weight: 500;
}
