#bookscanner-overlay {
    position: absolute;
}

#bookscanner-overlay {
    overflow: hidden;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

body.admin-bar #bookscanner-overlay {
    top: 32px;
}

#bookscanner-overlay .fa {
    color: white;
    font-size: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    opacity: 0.2;
    user-select: none;
    pointer-events: none;
}

#bookscanner-overlay .toggles {
    color: white;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.unstyled-button {
    border: none;
}

.unstyled-button:focus {
    outline: none;
}

.bookscanner-btn-inline {
    border: none;
    background: unset;
    cursor: pointer;
}

.bookscanner-btn-inline:focus {
    outline: none;
}

.bookscanner-btn-inline:hover {
    opacity: 0.6;
}

.bookscanner-btn {
    border: none;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    background-color: white;
    box-shadow: -3px 3px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.bookscanner-btn:focus {
    outline: none;
}

.bookscanner-btn:focus {
    opacity: 0.7;
}

.bookscanner-btn i {
    font-size: 24px;
    vertical-align: center;
    margin-right: 12px;
}

/** Fix general page layout */
body.bookscanner-mobile #start_bg {
    display: flex;
    flex-direction: column;
    height: auto;
}

body.bookscanner-mobile #single_search_field {
    position: static;
    bottom: unset;
    order: 2;
}

/*# sourceMappingURL=bookscanner.css.map */
