body, html {
    background-color: #fff;
    height: 100%;
}

h1 {
    line-height: 60px;
    font-weight: 600;
    font-size: 30pt;
    margin: 0px;
    letter-spacing: 20px;
    text-transform: uppercase;
}

footer {
    background-color: #212529;
    width: 100%;
    color: #ced4da;
}

::selection {
    background: pink;
}

input[type='range']::-webkit-slider-thumb, input[type='range']::-webkit-slider-thumb:active {
    background: #434343;
}

a:hover.tequila-name {
    box-shadow: inset 0 -9px 0 0 #dfe5f0;
}

a.tequila-name {
    font-weight: 400;
    color: #212529;
    text-decoration: none;
}

.main {
    min-height: -webkit-calc(100% - 62px);
    min-height: -moz-calc(100% - 62px);
    min-height: calc(100% - 62px);
}

.shaddow-bar {
    color: #c19078;
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgb(0 22 84 / 15%);
}

.filter-btn {
    border: 1px solid #ced4da;
    color: #c19078;
    width: 100%;
}

    .btn-check:active + .btn-outline-primary.filter-btn, .btn-check:checked + .btn-outline-primary.filter-btn,
    .btn-outline-primary.filter-btn.dropdown-toggle.show, .btn-outline-primary.filter-btn:active
    .filter-btn:active, .filter-btn:hover, .filter-btn.show:focus {
        background-color: #ececec;
        border-color: #ced4da;
        color: #c19078;
    }

.profile-btn {
    border: 1px solid #ced4da;
    color: #c19078;
    width: auto;
}

    .btn-check:active + .btn-outline-primary.profile-btn, .btn-check:checked + .btn-outline-primary.profile-btn,
    .btn-outline-primary.filprofileter-btn.dropdown-toggle.show, .btn-outline-primary.profile-btn:active
    .profile-btn:active, .profile-btn.active, .profile-btn:hover, .profile-btn.show:focus {
        background-color: #ececec;
        border-color: #ced4da;
        color: #c19078;
    }

.menu-300 {
    min-width: 300px;
}

.filter-container {
    background-color: #f6f5f3;
}

.form-check-input:checked {
    background-color: #212529;
    border-color: #212529;
}

.dropdown-item:active, .dropdown-item.active, .dropdown-item:hover, .dropdown-item:focus {
    color: #212529;
    background-color: #ececec;
}

.second-font {
    font-family: 'Questrial', sans-serif;
}

.bi-star-fill, .bi-star-half, .bi-star {
    font-size: 14px;
}

#blazor-error-ui {
    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 {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.show-more:hover {
    cursor: pointer;
    text-decoration: underline;
}

.main-content {
    min-height: 75vh;
}

.clear-filters {
    color: #212529;
}

.clear-filters:hover {
    cursor: pointer;
    text-decoration: underline;
}

.loading-container {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background-color: #f6f5f3;
    display: flex;
    flex-flow: column nowrap;
    text-align: center;
    justify-content: center;
    z-index: 999;
}