:root {
    /*--vallon-primary: #2b2d00;*/
    --vallon-primary: #5C5C5C;
    --vallon-secondary: #7F0E32;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 50px; !* Location of the box *!*/
    /*left: 10;*/
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    /*margin-left: auto;*/
    padding: 10px 20px;
    border: 1px solid #888;
    width: max-content;
    border-radius: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.modal-header {
    color: var(--vallon-secondary);
    justify-content: left;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    border-bottom: none;
}

.modal-filter-title {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

.filter-option {
    background: #F5F5F5;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
    cursor: pointer;
}

.filter-option.selected {
    background: #BF134A;
    box-shadow: #00000036 0 0 6px;
    color: white;
}

.modal-close-button {
    background: #BF134A;
    color: white;
    cursor: pointer;
}

#reset-btn {
    color: #BF134A;
    text-decoration: underline !important;
    cursor: pointer;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#lots td, #lots th {
    /*border: 1px solid #ddd;*/
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #F2F2F2;
}

#lots th {
    color: #616161;
    font-weight: 400;
}

#lots td {
    color: #000000;
    font-weight: 500;
}

#lots thead:first-child {
    border-radius: 5px 0 0 0;
}

#lots thead:last-child {
    border-radius: 0 5px 0 0;
}

#lots tr:last-child {
    border-radius: 0 0 5px 5px;
}

#lots tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

#lots tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

#lots tr:nth-child(even) {
    background-color: #F2F2F2;
}

#lots tr:hover {
    /*background-color: #9b996a38;*/
    color: var(--vallon-secondary);
}

#lots thead tr:hover {
    background: white;
}

#lots th {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #616161;
}

.tags-input {
    border: 1px solid #333;
    display: inline-block;
}

.tags-input .tag {
    font-size: 85%;
    padding: 0.5em;
    margin: 0.25em;
    display: inline-block;
    background-color: #ddd;
    transition: all 0.1s linear;
    cursor: pointer;
}

.tags-input .tag:hover {
    background-color: #3af;
    color: white;
}

.tags-input .tag .close::after {
    content: '×';
    font-weight: bold;
    display: inline-block;
    transform: scale(1.4);
    margin-left: 0.75em;
}

.tags-input .tag .close:hover::after {
    color: red;
}

.tags-input .main-input {
    border: 0;
    outline: 0;
    padding: 0.5em 0.1em;
}
