/* _content/BtrOnlineApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-k5phwe7qig] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k5phwe7qig] {
    flex: 1;
}

.sidebar[b-k5phwe7qig] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k5phwe7qig] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-k5phwe7qig]  a, .top-row[b-k5phwe7qig]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-k5phwe7qig]  a:hover, .top-row[b-k5phwe7qig]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-k5phwe7qig]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-k5phwe7qig] {
        justify-content: space-between;
    }

    .top-row[b-k5phwe7qig]  a, .top-row[b-k5phwe7qig]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-k5phwe7qig] {
        flex-direction: row;
    }

    .sidebar[b-k5phwe7qig] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k5phwe7qig] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-k5phwe7qig]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-k5phwe7qig], article[b-k5phwe7qig] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-k5phwe7qig] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-k5phwe7qig] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/BtrOnlineApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zl38m7ygis] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-zl38m7ygis] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-zl38m7ygis] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zl38m7ygis] {
    font-size: 1.1rem;
}

.bi[b-zl38m7ygis] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1em;
    top: -1px;
    background-size: cover;
    font-size: 1.6rem;
}

.bi-house-door-fill-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-zl38m7ygis] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-zl38m7ygis] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
}

.nav-item:first-of-type[b-zl38m7ygis] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-zl38m7ygis] {
    padding-bottom: 1rem;
}

.nav-item[b-zl38m7ygis]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-zl38m7ygis]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-link[b-zl38m7ygis] {
    white-space: nowrap;
}

.nav-item[b-zl38m7ygis] {
    white-space: nowrap;
}

.nav-item[b-zl38m7ygis]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-zl38m7ygis] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-zl38m7ygis] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zl38m7ygis] {
        display: none;
    }

    .nav-scrollable[b-zl38m7ygis] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.navbar-brand img[b-zl38m7ygis] {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

.nav-scrollable[b-zl38m7ygis] {
    overflow-y: auto;
    max-height: 100vh; /* or set a specific height if needed */
}

    /* Chrome, Edge, Safari */
    .nav-scrollable[b-zl38m7ygis]::-webkit-scrollbar {
        width: 10px;
        background: #f8f8f8;
        border-radius: 8px;
    }

    .nav-scrollable[b-zl38m7ygis]::-webkit-scrollbar-thumb {
        background: #bcbcbc;
        border-radius: 8px;
        border: 2px solid #f8f8f8;
    }

        .nav-scrollable[b-zl38m7ygis]::-webkit-scrollbar-thumb:hover {
            background: #888;
        }

/* Firefox */
.nav-scrollable[b-zl38m7ygis] {
    scrollbar-width: thin;
    scrollbar-color: #bcbcbc #f8f8f8;
}
/* _content/BtrOnlineApp/Components/Model/BibleVerse.razor.rz.scp.css */
.combo-row[b-yebe2ba7qz] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.combo-box[b-yebe2ba7qz] {
    max-width: 220px;
    width: 100%;
    min-width: 120px;
    padding: 6px;
    font-size: 1rem;
}

.chapter-nav[b-yebe2ba7qz] {
    display: flex;
    gap: 5rem; /* Adjust spacing as needed */
    justify-content: center;
    margin-top: 1.5rem;
}

.bible-version-box[b-yebe2ba7qz] {
    min-width: 320px;
    width: 300px;
}

.bible-book-box[b-yebe2ba7qz] {
    min-width: 150px;
    width: 300px;
}

.bible-chapter-box[b-yebe2ba7qz] {
    min-width: 60px;
    width: 80px;
}

.bible-verse-box[b-yebe2ba7qz] {
    min-width: 60px;
    width: 80px;
}

.bible-arabic-text[b-yebe2ba7qz] {
    text-align: right;
    direction: rtl;
}

.bible-compare-table[b-yebe2ba7qz] {
    table-layout: fixed;
    width: 100%;
}

.bible-compare-table th[b-yebe2ba7qz],
.bible-compare-table td[b-yebe2ba7qz] {
    width: 45vw; /* Each text column gets 25% of viewport width, adjust as needed */
    word-break: break-word;
    vertical-align: top;
}

    /* Keep verse number column narrow in all tables */
    .bible-compare-table th.verse-col[b-yebe2ba7qz],
    .bible-compare-table td.verse-col[b-yebe2ba7qz],
    .compare-below-table th.verse-col[b-yebe2ba7qz],
    .compare-below-table td.verse-col[b-yebe2ba7qz] {
        width: 40px !important;
        max-width: 40px !important;
        min-width: 36px !important;
        text-align: right;
        white-space: nowrap;
    }

/* For below-each-other mode, let text columns fill the rest */
.compare-below-table th:not(.verse-col)[b-yebe2ba7qz],
.compare-below-table td:not(.verse-col)[b-yebe2ba7qz] {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: table-cell;
}

.compare-text[b-yebe2ba7qz] {
    color: #1976d2;
}

@media (max-width: 600px) {
    .combo-row[b-yebe2ba7qz] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .combo-box[b-yebe2ba7qz],
    .bible-version-box[b-yebe2ba7qz],
    .bible-book-box[b-yebe2ba7qz],
    .bible-chapter-box[b-yebe2ba7qz] {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
    }
}
/* _content/BtrOnlineApp/Components/Model/BibleViewer.razor.rz.scp.css */
.combo-row[b-om6l4tqso7] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.combo-box[b-om6l4tqso7] {
    max-width: 220px;
    width: 100%;
    min-width: 120px;
    padding: 6px;
    font-size: 1rem;
}

.chapter-nav[b-om6l4tqso7] {
    display: flex;
    gap: 5rem; /* Adjust spacing as needed */
    justify-content: center;
    margin-top: 1.5rem;
}

.bible-version-box[b-om6l4tqso7] {
    min-width: 320px;
    width: 300px;
}

.bible-book-box[b-om6l4tqso7] {
    min-width: 150px;
    width: 300px;
}

.bible-chapter-box[b-om6l4tqso7] {
    min-width: 60px;
    width: 80px;
}

.bible-arabic-text[b-om6l4tqso7] {
    text-align: right;
    direction: rtl;
}

.bible-compare-table[b-om6l4tqso7] {
    table-layout: fixed;
    width: 100%;
}

.bible-compare-table th[b-om6l4tqso7],
.bible-compare-table td[b-om6l4tqso7] {
    width: 45vw; /* Each text column gets 25% of viewport width, adjust as needed */
    word-break: break-word;
    vertical-align: top;
}

    /* Keep verse number column narrow in all tables */
    .bible-compare-table th.verse-col[b-om6l4tqso7],
    .bible-compare-table td.verse-col[b-om6l4tqso7],
    .compare-below-table th.verse-col[b-om6l4tqso7],
    .compare-below-table td.verse-col[b-om6l4tqso7] {
        width: 40px !important;
        max-width: 40px !important;
        min-width: 36px !important;
        text-align: right;
        white-space: nowrap;
    }

/* For below-each-other mode, let text columns fill the rest */
.compare-below-table th:not(.verse-col)[b-om6l4tqso7],
.compare-below-table td:not(.verse-col)[b-om6l4tqso7] {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: table-cell;
}

.compare-text[b-om6l4tqso7] {
    color: #1976d2;
}

@media (max-width: 600px) {
    .combo-row[b-om6l4tqso7] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .combo-box[b-om6l4tqso7],
    .bible-version-box[b-om6l4tqso7],
    .bible-book-box[b-om6l4tqso7],
    .bible-chapter-box[b-om6l4tqso7] {
        min-width: 0;
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
    }
}
/* _content/BtrOnlineApp/Components/Model/DidYouKnow.razor.rz.scp.css */
.flip-container[b-be0i2bnt4x] {
    perspective: 1000px;
    display: inline-block;
    cursor: pointer;
    margin-right: 32px;
    margin-bottom: 24px;
    max-width: 100vw;
    overflow: visible;
    z-index: 1;
}

.flipper[b-be0i2bnt4x] {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 5 / 3; /* Maintains 500x300 ratio */
    transition: transform 0.6s;
    transform-style: preserve-3d;
    margin: 0 auto;
    overflow: visible;
}

/*
.flipper img {
    width: 500px; // Match container width 
    height: 300px; // Match container height 
    object-fit: cover; // Fill area, crop if needed 
    display: block;
    background: #eee;
    border-radius: 8px;
}
*/

.flip-container.flipped-container[b-be0i2bnt4x] {
    position: relative;
}

.flipper.flipped[b-be0i2bnt4x] {
    transform: rotateY(180deg);
}

.front[b-be0i2bnt4x], .back[b-be0i2bnt4x] {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    top: 0;
    left: 0;
}

.front[b-be0i2bnt4x] {
    z-index: 2;
}

.back[b-be0i2bnt4x] {
    transform: rotateY(180deg);
    background: #dddddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px; /* Optional: match card rounding */
    z-index: 1000;
    overflow: visible;
}

.flip-text[b-be0i2bnt4x] {
    text-align: center;
    background: #dddddd; /* Match the .back background */
    padding: 1rem; /* Optional: add padding for better appearance */
    border-radius: 8px; /* Optional: match card rounding */
    overflow: visible;
}

.flip-text[b-be0i2bnt4x], .flip-text *[b-be0i2bnt4x] {
    background: #dddddd !important;
}

.position-relative[b-be0i2bnt4x] {
    position: relative;
}

.keyword-overlay[b-be0i2bnt4x] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: 1.1rem;
    z-index: 2;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.modal-backdrop[b-be0i2bnt4x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s cubic-bezier(.4,0,.2,1);
}

.modal-backdrop.show[b-be0i2bnt4x] {
    opacity: 1;
    visibility: visible;
}

.modal-content[b-be0i2bnt4x] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.3);
    position: relative;
}

.modal-image-container[b-be0i2bnt4x] {
    aspect-ratio: 4 / 3;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.modal-keyword-image[b-be0i2bnt4x] {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
}

.close-btn[b-be0i2bnt4x] {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.modal-flex[b-be0i2bnt4x] {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 1.5rem;
    max-width: 90vw;
    width: 100%;
}

.modal-keyword-image[b-be0i2bnt4x] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* Optional: set a max-height if you want to limit vertical size */
    max-height: 60vh;
}

.modal-keyword-text[b-be0i2bnt4x] {
    flex: 1 1 0;
    min-width: 0;
    word-break: break-word;
}

@media (max-width: 600px) {
    .modal-flex[b-be0i2bnt4x] {
        flex-direction: column;
        align-items: center;
        gap: 0.25rem; /* Reduce the gap between image and text */
    }

    .modal-keyword-image[b-be0i2bnt4x] {
        margin-bottom: 0.25rem; /* Or 0 for no extra space */
    }
}
/* _content/BtrOnlineApp/Components/Model/Information.razor.rz.scp.css */
.video-responsive[b-4zr7n0caaz] {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-responsive iframe[b-4zr7n0caaz] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 600px) {
    .home-content[b-4zr7n0caaz] {
        margin: 10px !important;
    }
}
/* _content/BtrOnlineApp/Components/Model/KeywordDetails.razor.rz.scp.css */
.note-block[b-veqik48lrx] {
    background-color: #f3f3f3;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.bible-arabic-text[b-veqik48lrx] {
    text-align: right !important;
    direction: rtl !important;
}

.share-btn-topright[b-veqik48lrx] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
}

.btn i[b-veqik48lrx] {
    margin-right: 0.5em; /* Adjust as needed */
}

.keyword-details-image[b-veqik48lrx] {
    display: block;
    margin-left: 0;
    margin-right: auto;
    /* Optionally set a max-width or width */
    max-width: 700px;
}
/* _content/BtrOnlineApp/Components/Model/Keywords.razor.rz.scp.css */
a[b-wh1n0pxnqh],
a:visited[b-wh1n0pxnqh],
a:active[b-wh1n0pxnqh],
a:focus[b-wh1n0pxnqh],
a:hover[b-wh1n0pxnqh],
.nav-link[b-wh1n0pxnqh],
.nav-link:visited[b-wh1n0pxnqh],
.nav-link:active[b-wh1n0pxnqh],
.nav-link:focus[b-wh1n0pxnqh],
.nav-link:hover[b-wh1n0pxnqh] {
    text-decoration: none !important;
}


/* _content/BtrOnlineApp/Components/Model/Search.razor.rz.scp.css */
.card-title[b-vhuw6fxlb5],
.card-title:visited[b-vhuw6fxlb5],
.card-title:active[b-vhuw6fxlb5],
.card-title:focus[b-vhuw6fxlb5],
.card-title:hover[b-vhuw6fxlb5],
.no-underline[b-vhuw6fxlb5],
.no-underline:visited[b-vhuw6fxlb5],
.no-underline:active[b-vhuw6fxlb5],
.no-underline:focus[b-vhuw6fxlb5],
.no-underline:hover[b-vhuw6fxlb5] {
    text-decoration: none !important;
}

.nav-link[b-vhuw6fxlb5],
.nav-link:visited[b-vhuw6fxlb5],
.nav-link:active[b-vhuw6fxlb5],
.nav-link:focus[b-vhuw6fxlb5],
.nav-link:hover[b-vhuw6fxlb5] {
    text-decoration: none !important;
}

a[b-vhuw6fxlb5],
a:visited[b-vhuw6fxlb5],
a:active[b-vhuw6fxlb5],
a:focus[b-vhuw6fxlb5],
a:hover[b-vhuw6fxlb5],
.nav-link[b-vhuw6fxlb5],
.nav-link:visited[b-vhuw6fxlb5],
.nav-link:active[b-vhuw6fxlb5],
.nav-link:focus[b-vhuw6fxlb5],
.nav-link:hover[b-vhuw6fxlb5] {
    text-decoration: none !important;
}

.search-float-image[b-vhuw6fxlb5] {
    max-width: 80px;
    max-height: 60px;
    height: auto;
    width: auto;
    float: right; /* Optional: keeps the image floated right as before */
    margin-left: 1rem; /* Optional: spacing between image and text */
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.container[b-vhuw6fxlb5] {
    margin: 100px auto;
    width: 75%;
}

img[b-vhuw6fxlb5] {
    width: 200px;
    height: 120px;
    object-fit: cover; /* Crop the image to fill the area */
    float: left;
    border-radius: 10px;
    margin-right: 20px;
}


.created-at-small[b-vhuw6fxlb5] {
    font-size: 0.85em;
    color: #888; /* Optional: makes it look more subtle */
    margin-bottom: 0.25rem;
}
/* _content/BtrOnlineApp/Components/Model/VisitorReports.razor.rz.scp.css */
.guestbook-list[b-84s8glzumn] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.guestbook-entry[b-84s8glzumn] {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    background: #e2fcfc46;
    box-shadow: 0 4px 8px rgba(0,0,0,0.07);
    padding: 1.25rem 1.5rem;
    max-width: 600px;
    margin-bottom: 0.5rem;
}

.guestbook-label[b-84s8glzumn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.guestbook-name[b-84s8glzumn] {
    font-weight: bold;
    color: #2c3e50;
    font-size: 1.1rem;
}

.guestbook-date[b-84s8glzumn] {
    font-size: 0.95rem;
    color: #888;
}

.guestbook-message[b-84s8glzumn] {
    font-size: 1.05rem;
    color: #333;
    white-space: pre-line;
}

.guestbook-actions[b-84s8glzumn] {
    display: flex;
    gap: 0.5rem;
}

.edit-actions[b-84s8glzumn] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
}

.fa-heart[b-84s8glzumn] {
    transition: color 0.2s;
    color: #ffd700;
    font-size: 1.6rem;
    cursor: pointer;
}

.fa-heart:hover[b-84s8glzumn] {
    color: orange;
}

.heart-icon[b-84s8glzumn] {
    vertical-align: 5px; /* Adjust the value as needed */
}
/* _content/BtrOnlineApp/Components/Pages/About.razor.rz.scp.css */
.main-content[b-l2br1bmtnl] {
    
    background-size: cover;
}

@media (max-width: 600px) {
    .home-content[b-l2br1bmtnl] {
        margin: 10px !important;
    }
}
/* _content/BtrOnlineApp/Components/Pages/Home.razor.rz.scp.css */
.main-content[b-56zuzguoh7] {
    
    background-size: cover;
}


@media (max-width: 600px) {
    .home-content[b-56zuzguoh7] {
        margin: 10px !important;
    }
}
