/*!
 * Wine competition new styles and enhancements for Bootstrap 5.x
 * @author Kartik Visweswaran, Krajee Solutions, Jan 2022
 */
.dropdown-item.active, .dropdown-item:active,
.bg-wine {
    background-color: #851532 !important;
}

.border-wine {
    border: 1px solid #851532 !important;
}

.text-wine {
    color: #851532 !important;
}

a.text-wine {
    text-decoration: none;
}

.btn-outline-wine {
    color: #851532;
    border-color: #851532;
}

.btn-outline-wine:hover {
    color: #fff;
    background-color: #851532;
    border-color: #851532;
}

.btn-outline-wine:focus {
    box-shadow: 0 0 0 0.25rem rgba(220,53,69,0.5);
}

.error-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 75vh;
    border: 1px solid #851532 !important;
}

.error-box {
    height: 100%;
}

.item-name {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.6rem;
    color: #851532;
    text-align: left;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-comp {
    margin: 0;
    padding: 2px 10px;
    color: #898989;
    text-align: left;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-type {
    margin: 0;
    padding: 5px 10px;
    font-size: 1.2rem;
    color: #898989;
    text-align: left;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.award {
    font-size: 1.7rem;
    text-align: left;
    margin: 0;
    padding: 0 10px;
    line-height: 2.5rem;
    color: #851532;
}

.no-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #bbb;
    font-size: 40px;
}

.main-title {
    text-align: center;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: 900;
    color: #851532;
    border-left: 1px solid #851532;
    border-bottom: none;
    margin-left: 10px;
    padding: 12px;
}
