.lazy-filters-item h4 {
    font-weight: lighter;
    height: 10%;
    margin-top: 0.3vw;
}

.lazy-filters-item img {
    justify-content: center;
    width: auto;
    max-height: 35px;
}


.lazy-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--section-grey); /* couleur par défaut du track */
  outline: none;
}

.lazy-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--section-grey);
  border: var(--border-cyan) solid 0.1vw;
  cursor: pointer;
  transition: background 0.2s;
}

.lazy-range::-webkit-slider-thumb:hover {
  background-color: var(--mid-grey);
}
.lazy-range::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--border-cyan) 100%, var(--border-cyan) calc(var(--thumb-position) * 100%), var(--border-cyan) calc(var(--thumb-position) * 100%), var(--border-cyan) 100%);
    height: 0.6rem; /* Track height */
    border-radius: 1rem; /* Roundness */
}

.lazy-range-value {
    display: block;
    text-align: center;
}

.icon-question-score {
    font-size: 25px;
    cursor: pointer;
    color: white;
}

.icon-question-score:hover {
    color: var(--border-cyan);
}

.la-redo-alt {
    color: var(--border-cyan);
    font-size: 36px;
}

.la-redo-alt:hover {
    color: var(--white);
    cursor: pointer;
}

.la-plus {
    color: var(--white);
    font-size: 36px;
    cursor: pointer;
}

.la-plus:hover {
    color: var(--border-cyan);

}

.additional-item {
    margin-left: 1vw;
}

.la-times, .la-cart-plus {
    font-size: 3vw;
    display: flex;
    margin-left: 15%;
    color: var(--border-cyan);
}

.la-times:hover, .la-cart-plus:hover {
    color: var(--border-cyan);
}


#stock-available {
    color: var(--border-cyan);
    width: 100%;
    font-size: 1vw;
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1vw;
}


.search-trio-header {
    position: sticky;
    top: 0;
    background-color: var(--section-grey);
}

.equity-result {
    min-height: 5vh;
    border-radius: 0.5vw;
    background: var(--laser-cyanscale);
    border: 1.5px solid var(--border-mid);
}

.equity-result a {
    text-decoration: none;
    font-weight: lighter;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
}

#lazy-score-value {
    width: 15%;
}

.equity-result p {
    font-weight: lighter;
    direction: ltr;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.la-info-circle {
    font-size: 24px;
    justify-content: center;
    color: var(--white);
}


/* Lazy Score Card */
.lazyscore-card {
    height: 20vh;
    width: 85%;
    border-bottom-left-radius: 5vw;
    border-bottom-right-radius: 5vw;
    background: var(--mid-grey);
    display: flex; /* Use flex container */
    justify-content: center; /* Add this */
    align-items: center;
    margin-left: 2.2vw;
    flex-direction: row; /* Display children side by side */
}

.lazyscore-spec {
    height: 20vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lazyscore-details {
    height: 20vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-item {
    list-style-type: none;
    color: var(--white);
    font-size: 0.8vw;
}

.img-lazy-details {
    width: 1.5vw;
    height: 1.5vw;
}

/*Equity Trio Mid sorting form */


.filter-link {
    font-weight: lighter;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}

.la-sort, .la-sort-up, .la-sort-down {
    display: inline-flex;
    vertical-align: center;
    margin: auto 0;
    cursor: pointer;
    transition: 0.1s ease-in;
}

.la-sort-up, .la-sort-down {
    color: var(--border-cyan);
}


.form-check-input:checked {
    background-color: var(--border-cyan); /* Change background color to red when checked */
    border-color: var(--border-cyan); /* Change border color to red when checked */
}


/* Styling the thumb */
.range-add-filter::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5rem; /* Thumb width */
    height: 1.5rem; /* Thumb height */
    background-color: var(--border-cyan); /* Thumb color */
    border-radius: 50%; /* Roundness */
    border: 0; /* Remove border */
    margin-top: -0.5rem; /* Adjust vertically */
}

.range-add-filter::-webkit-slider-thumb:active {
    background-color: var(--border-cyan); /* Maintain same color when active */
    outline: none; /* Remove default focus outline */
}

.range-add-filter::-webkit-slider-runnable-track {
    background: linear-gradient(to right, var(--thumb-color) 0%, var(--thumb-color) calc(var(--thumb-position) * 100%), #ddd calc(var(--thumb-position) * 100%), #ddd 100%);
    height: 0.6rem; /* Track height */
    border-radius: 1rem; /* Roundness */
}


.la-info-circle:hover {
    color: rgb(10, 93, 79);;
}

.additional-slider-width {
    width: 25vw;
}

.additional-filters-border {
    border-left: 0;
    border-bottom: 0;
    border-top: 0
}


.search-equity-radius {
    border-radius: 1vw !important;
}

.company-logo {
    max-width: 30px;
    height: auto;
}

.border-screener-section {
    border: var(--border-cyan) 1px solid;
}

.border-screener-section-right {
    border: var(--border-cyan) 1px solid;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.border-radius-cancel-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.border-radius-cancel-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.h-35vh {
"" height: 45 vh;
}


.h-50vh {
    height: 50vh;
}

.h-20vh {
    height: 20vh;
}

.h-15vh {
    height: 15vh;
}

.lazy-filters-margins {
    margin-left: 5px;
    margin-right: 5px
}

.lazy-score-collapse-section {
    width: 90%;
    margin: 0 5%;
}

.label-hidden {
    display: none;
}

.btn-reset:hover {
    color: white;
}

/* Dark theme for Bootstrap selects */

select.form-select {
    background-color: var(--mid-grey) !important; /* Dark background */
    color: #ffffff !important; /* White text */
    border: 1px solid var(--border-mid) !important; /* Subtle border */
    box-shadow: none !important; /* Remove default Bootstrap shadow */
    padding: 8px 12px;
}

/* Style when hovering or focused */
select.form-select:focus,
select.form-select:hover {
    background-color: var(--secondary-color) !important; /* Slightly lighter on hover */
    border-color: #666 !important; /* More contrast */
}

/* Remove default Bootstrap focus ring */
select.form-select:focus {
    outline: none !important;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2) !important;
}

#saveScreenerModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}