.custom-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #9a9a9a transparent;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    border-radius: 6px;
    border: 3px solid transparent;
}

[x-cloak] {
    display: none;
}

.center-content {
    display: flex;
    justify-content: center;
}

.mt-2 {
    margin-top: 2rem;
}

.mr-1 {
    margin-right: 1rem;
}
.mr-2 {
    margin-right: 2rem;
}

.mr-3 {
    margin-right: 3rem;
}

.flex {
    display: flex;
    align-items: center;
}

#hk-bible {
    position: relative;
    margin: 30px 0;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hk-bible-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
}

.hk-bible-header-block {
    display: flex;
    align-items: center;
}

#hk-bible-search-container {
    margin-right: 20px;
    display: flex;
}
#hk-bible-search {
    height: 30px;
    border-radius: 5px 0 0 5px;
    font-size: 1rem;
    font-weight: 100;
    border: none;
}

#hk-bible-search:focus {
    outline: none;
}

#hk-bible-search-btn {
    text-decoration: none;
    color: white;
    background: #5a5a5a;
    height: 30px;
    width: 40px;
    border-radius: 0 5px 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hk-bible-selector {
    position: relative;
    margin-right: 10px;
    background: #d8d8d8;
    padding-left: 10px;
    border-radius: 5px;
    max-width: 100%;
}

.hk-bible-header-block.right .hk-bible-selector {
    margin-right: 0;
}


.hk-bible-selector-content {
    position: absolute;
    left: 0;
    width: 220px;
    background: white;
    padding: 10px 0 10px 10px;
    box-shadow: 0 10px 10px #e2e2e2;
    border-radius: 0 0 10px 10px;
    z-index: 2;
}

.hk-bible-selector-items {
    max-height: 50vh;
    overflow-y: scroll;
}

.hk-bible-selector-header {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hk-bible-selector-header .selected-item {
    height: 30px;
    min-width: 30px;
    background: #5a5a5a;
    border-radius: 0 5px 5px 0;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    transition: all 300ms;
    margin-left: 5px;
    line-height: 18px;
    text-align: center;
}

#hk-bible-book-selector .selected-item {
    width: 160px;
    text-align: right;
}

#hk-bible-bibles-selector .selected-item {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hk-bible-selector-header .selected-label {
    text-transform: uppercase;
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hk-bible-selector-header .selected-item.inverted {
    color: #5a5a5a;
    background: white;
    border: 1px solid #ececec;
}

.hk-bible-selector .selected-item.active .hk-bible-selector-header {
    border-radius: 10px 10px 0 0;
}

.hk-bible-selector-search {
    margin-right: 10px;
    margin-bottom: 10px;
}

#hk-bible-books-search {
    width: 100%;
    border-radius: 5px;
    padding: 7px 12px;
    height: 30px;
    font-size: 1rem;
    font-weight: 100;
}

#hk-bible-books-search:focus {
    outline: none;
}

.hk-bible-selector-item {
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    transition: all 300ms;
}

.hk-bible-selector-item.selected {
    background: gainsboro;
    border-radius: 3px;
}

.hk-bible-selector-items.grid .hk-bible-selector-item.selected  {
    border-radius: 0;
}

.hk-bible-selector-items.grid {
    display: flex;
    flex-wrap: wrap;
}

.hk-bible-selector-items.grid .hk-bible-selector-item {
    width: 50px;
    height: 40px;
    border: 1px solid gray;
    border-right: none;
    border-bottom: none;
}

.hk-bible-selector-items.grid .hk-bible-selector-item.last-in-row {
    border-right: 1px solid gray;
}

.hk-bible-selector-items.grid .hk-bible-selector-item.last-4 {
    border-bottom: 1px solid gray;
}

.hk-bible-selector-items.grid .hk-bible-selector-item.last-4.last-in-row.last-in-not-completed-row {
    width: 51px;
}

.hk-bible-selector-items.grid .hk-bible-selector-item.last-not-completed-row {
    margin-top: -1px;
}

.hk-bible-verse-item {
    padding: 5px 0;
}
.hk-bible-verse-number {
    margin-right: 5px;
    font-size: 1.2rem;
    color: #a0a0a0;
}

#hk-bible-title {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.chapter-nav-button {
    cursor: pointer;
    position: fixed;
    top: 50%;
}

.chapter-nav-button span {
    font-size: 50px;
    color: #5a5a5a;
    width: 50px;
    height: 50px;
}

#hk-bible-prev-chapter {
    left: 10%;
}
#hk-bible-next-chapter {
    right: 10%;
}

.mode-message {
    margin: 200px 0 50px 0;
}

.mode-media {
    max-width: 640px;
    margin: 0 auto;
}

.mode-text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
}


.hk-bible-paginator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginator-item {
    margin: 5px;
    padding: 5px 10px;
    line-height: 20px;
}

.paginator-item.paginator-button {
    background: #5a5a5a;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    border: 1px solid transparent;
}

.paginator-item.paginator-button.current-page {
    background: white;
    color: #5a5a5a;
    border: 1px solid #5a5a5a;
    cursor: default;
}

.hk-bible-home-button {
    background: #5a5a5a;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    text-decoration: none !important;
}

.hk-bible-home-icon-button {
    text-decoration: none !important;
    cursor: pointer;
}

.hk-bible-home-icon-button span {
    font-size: 1.8rem;
    color: #5a5a5a;
    transition: all 300ms;
    margin-top: -1px;
}

.hk-bible-home-icon-button span:hover {
    color: rgba(40, 40, 40, 0.9);
}

.hk-bible-root-button:hover {
    color: rgba(255, 255, 255, .9);
}

#hk-bible-cb-button {
    width: 30px;
    height: 30px;
    background: #5a5a5a;
    border-radius: 50%;
    text-align: center;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hk-bible-search-item {
    margin: 20px 0;
}

a.hk-bible-search-item-link {
    text-decoration: none !important;
    font-weight: bold;
    color: #5a5a5a;
}

h2 .search-label {
    font-weight: 100;
    font-size: 1.3rem;
}

.info-text {
    display: inline-block;
    padding: 10px;
    background: #ececec;
    border-radius: 10px;
    font-size: 1rem;
    color: #4e4e4e;
}

.info-text a {
    text-decoration: none !important;
    color: #072940;
    font-weight: bold;
    cursor: pointer;
}

.info-text .highlight {
    text-decoration: none !important;
    color: black;
    font-weight: bold;
}

#hk-bible-search-results-meta {
    text-align: center;
    margin: 30px 0 10px;
}

#hk-bible-results-label {
    text-transform: lowercase;
    font-weight: bold;
}

#hk-bible-results-info {
    letter-spacing: 1px;
    font-weight: 100;
}

#hk-bible-no-results {
    font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
    .custom-scrollbar::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    #hk-bible-header {
        flex-direction: column;
        align-items: center;
    }
    .hk-bible-header-block {
        flex-direction: column;
        align-items: center;
    }

    .hk-bible-selector {
        margin-right: 0;
    }

    .flex {
        flex-direction: column;
    }

    .flex .hk-bible-selector {
        margin-bottom: 20px;
    }

    .flex .hk-bible-selector:last-child {
        margin-bottom: 0;
    }

    .hk-bible-header-block > div {
        margin-bottom: 20px;
    }

    #hk-bible-prev-chapter {
        left: 1%;
    }
    #hk-bible-next-chapter {
        right: 1%;
    }

    #hk-bible-book-chapter-selector {
        flex-direction: initial;
        justify-content: space-between;
        margin: 0 0 20px;
        gap: 10px;
        align-items: center;
    }

    #hk-bible-book-selector {
        min-width: 0;
        margin-bottom: 0;
    }

    #hk-bible-chapter-selector {
        margin-bottom: 0;
    }

    #hk-bible-book-selector .selected-item {
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
    }

}