/* sliders */
.customslider_label {
    color: var(--gray-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}

.customslider {
    padding-top: 8px !important;
    padding-left: 0% !important;
}

.customslider_value {
    border-radius: 4px;
    background: var(--gray-200, #EAECF0);
    display: flex;
    padding: 2px 8px;
    align-items: flex-start;
    gap: 10px;
    color: #000;

    /* Text sm/Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    height: 24px;
}

.rc-slider-track {
    background-color: #2645f5 !important;
    border-radius: 4px !important;
    height: 8px !important;
    right: 0px !important;
    left: 0px !important;
    top: 0px !important
}

.rc-slider-handle {
    background: var(--base-white, #ffffff) !important;
    border-radius: 12px !important;
    border-style: solid !important;
    border-color: #2645f5 !important;
    border-width: 1.5px !important;
    width: 24px !important;
    height: 24px !important;
    position: absolute !important;
    margin-top: -8px !important;
    top: 0px !important;
    overflow: hidden !important;
}

table tr:nth-child(odd) td {
    background-color: white;
}

table tr:nth-child(even) td {
    background-color: rgba(249, 250, 251);
}

.settings_button_wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
