.search {
    position: relative;
    z-index: 2;
}
.search h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 0;
}
#email_label{display: none;}
#login_email,#login_password {
    color: #EEEEEE;
    text-align: right;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
    margin-left: 5%;
    margin-right: 5%;
}
.search_wrapper {width: 100%;position: relative;}
.search_wrapper::after, .search_wrapper::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
}

input {
    padding: 11px 20px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    border: 0;
    background: #EEEEEE;
    border-radius: 6px;
    -webkit-box-shadow: 0 14px 24px rgba(50, 48, 58, .25);
    box-shadow: 0 14px 24px rgba(50, 48, 58, .25);
    outline: 0;
    color: #1F1F1F;
}

.search_results_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    letter-spacing: normal;
    display: block;
    text-decoration: none;
    font-size: 20px;
    float: right;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition: transform 200ms ease-in, box-shadow 200ms ease-in;
}

.search_results_button:hover {transform: translateY(-2px);}
.search_results_button.large {
    float: none;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 25px;
}

.modal {
    will-change: visibility, opacity;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal--active {visibility: visible;opacity: 1;}
.modal__bg {background: rgba(0, 0, 0, 0.5);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);}
.modal__dialog {padding: 1.2rem;width: 85%;}
.filter__dialog {padding: 1.2rem;width: 50%!important;}
.modal__content {
    will-change: transform, opacity;
    position: relative;
    padding: 2.4rem;
    background: #1F1F1F;
    color: #dcdcdc;
    background-clip: padding-box;
    border-radius: 20px;
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
    padding-top: 60px;
}
.modal__content--active {opacity: 1;}
.modal__close {z-index: 1100;cursor: pointer;}
.modal__trigger {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);}
.modal__trigger--active {z-index: 10;}
.modal__content a {color: #64DB96}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.2rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal-close svg {
    width: 24px;
    fill: #1F1F1F;
    pointer-events: none;
    vertical-align: top;
    padding: 5px;
}
.modal-close:hover {background: rgba(255, 255, 255, 0.36);}

:focus {outline: none;}

.modal-card {
  margin-top: 0px;
  padding-top: 0rem;
  line-height: 1.2;
  color: #EEEEEE;
}
.modal-card h2 {margin: 8px 0 -8px 0;font-size-}
.modal-card p{text-align: justify-left;margin: 0;}
.modal-card img {float: left;width: 90px;flex-shrink: 0;margin: 0 16px 0px 0;}
.modal-action-card {text-align: center;}
@media (max-width: 900px) {
    .modal-card img {width: 30px;}
    .modal-card h2 {font-size: 22px;}
    .modal__dialog {width: 95%;}
}


#resultsTable {
    margin-top:10px;
    display:none;
    border-collapse: collapse;
    width: 100%;
}
#resultsTable thead,
#resultsTable tbody tr {display: table; width: 100%; table-layout: fixed; text-align: center;}
#resultsTable td { padding: 0px;}
#resultsTable td a {padding: 20px;padding-bottom: 10px!important;}
#resultsTable .row {display: flex; align-items: center;gap: 16px;}

.quality-circle {width: 48px;height: 48px;}
.quality-text {font-size: 12px;fill: #C8C8C8;text-anchor: middle;dominant-baseline: middle;}
#resultsTable tbody {display: block; overflow-y: auto;}

.search_section {
    flex: 1 0 auto;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin-top: 10px;
}
i.fa-solid:before,
i.fa-regular:before,
i.fa-brands:before {
    /* If the icon fails, content becomes "" or "none" */
}

.inline-date {all: unset;font: inherit;color: inherit;background: inherit;border: none;padding: 0;margin: 0;line-height: inherit; display: inline;}

/* Filters */
.dashboard-wrapper { 
    height: 60vh; 
}
.dashboard {
    height: inherit;
    display: flex;
    flex-direction: column;
}

.filter-dashboard {
    flex: 1;
    overflow-y: hidden; 
}

.dashboard-description {
    color: #9d9d9d;
    margin-bottom: 1rem;
}

.filter {
    margin-top:0px;
    margin-bottom:5px;
    margin-left:0px!important;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.filter-options {
    position: absolute;
    display: block;
    background-color: #1F1F1F;
    border: solid 1px #C8C8C8;
    border-radius: 5px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 999;
}

.filter-options.hidden { visibility: hidden; }

.filter-option,
.filter-optgroup {
    text-align: left;
    display: block;
    cursor: pointer;
}

.filter-optgroup { 
    padding: 0.5rem 0 .3rem .3rem; 
    text-decoration: underline;
    cursor: default;
}

.filter-option { padding: 0.3rem 0 .3rem 1.5rem; }

.filter-option.active::before {
    content: "✓ ";
    font-weight: bold;
    color: #64DB96;
}
.filter-option.active {
    color: #64DB96;
}

.filter-option:hover {
    box-shadow:
        inset 0 5px 3px -5px rgb(155, 155, 155),   
        inset 0 -5px 3px -5px rgb(155, 155, 155);  
}

.info-input {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #EEEEEE;
    opacity: 0.8;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    box-shadow: 0 1px 10px 1px black;
    cursor: pointer;
}

.info-input:hover {
    opacity: 1;
}

.info-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #64DB96;
    cursor: pointer;
}

.info-input::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #64DB96;
    cursor: pointer;
}

.remove-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(205, 0, 0);
    color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#filter-select {
    padding: .5rem;
    border-radius: .5rem;
    margin-top: .5rem;
}

#filters .modal__content {
    padding: 2rem !important;
}

#filters .modal__content h1 {
    margin: 0;
    margin-bottom: 1rem;
    color: #64DB96;
}

#filters .modal__content .filter-done {
    margin-top: 1rem;
    background-color: inherit;
    padding: .7rem;
    border-radius: 10px;
    color: #64DB96;
    border: 1px solid #434343 !important;
    font-size: 1.2rem;
    margin-right: .5rem;
}

#filters .modal__content .filter-cancel{
    margin-top: 1rem;
    background-color: inherit;
    padding: .7rem;
    border-radius: 10px;
    color: #f44336;
    border: 1px solid #434343 !important;
    font-size: 1.2rem;
}

.filters .captionValue {
    color:white;
    border:solid 1px;
    padding: 0.15rem 0.3rem;
    border-radius:12px;
    margin: 0.1rem;
    line-height: 1.5rem;
}