html.dark tr:hover td {
    background: var(--text-grayCustom-700) !important;
}


.tab-exchange-form button.active {
    color: var(--color-teal);
}
.lebel-input:has(>  input:focus) {
    border-color: var(--color-teal);
}

.slider-input input[type="range"] {
    -webkit-appearance: none;
    background-color: transparent;
}

.slider-input input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 4px solid #2b3139;
    background: #fff;
    height: 17px;
    width: 17px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: -5px;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
}
html.dark .slider-input input[type="range"]::-webkit-slider-thumb {
    border: 4px solid #FFF;
    background: #2b3139;
}

.slider-input input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #e5e7eb;
    border-radius: 5px;
}
html.dark .slider-input input[type="range"]::-webkit-slider-runnable-track {
    background: #2b3139;
}

.slider-input-steps-container {
    top: 6px !important;
}

.slider-input-steps-container .slider-input-step {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-radius: 2px;
    background-color: #ffffff;
    border: 2px solid #e5e7eb;
    z-index: 0 !important;
}

html.dark .slider-input-steps-container .slider-input-step {
    background-color: #1E2329;
    border: 2px solid #2b3139;
}
.slider-input-steps-container li.active {
    background-color: #474d57;
}
html.dark .slider-input-steps-container li.active {
    background-color: #FFF;
}

.slider-input:hover .tooltip-step-slider {
    display: flex;
}
.slider-input:hover .tooltip-step-slider-leverage {
    display: flex;
}
.slider-input:hover .tooltip-step-slider-market {
    display: flex;
}

html.dark .modal-margin-button button.active {
    border-color: white;
}
.modal-margin-button button.active {
    border-color: #1E2329;
}
html.dark .label-margin-mode.active {
    border-color:white !important;
}
.label-margin-mode.active {
    border-color: #1E2329 !important;
}


.slider-input-steps-container-leverage {
    top: 6px !important;
}

.slider-input-steps-container-leverage .slider-input-step {
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-radius: 2px;
    background-color: #fff;
    border: 2px solid #e5e7eb;
    z-index: 0 !important;
}
html.dark .slider-input-steps-container-leverage .slider-input-step {
    background-color: #1E2329;
    border: 2px solid #2b3139;
}
html.dark .slider-input-steps-container-leverage li.active {
    background-color: #FFF;
}
.slider-input-steps-container-leverage li.active {
    background-color: #1E2329;
}
html.dark .tabs-report-order button.active {
    color: white;
}
.tabs-report-order button.active {
    color: #1E2329;
}
.tabs-report-order button.active::after {
    content: "";
    width: 25px;
    height: 2px;
    background: var(--color-teal);
    position: absolute;
    bottom: 0px;
    left: 20%;
}

.buttons-close-position .market::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    top: 0;
    right: 0;
    background: var(--text-grayCustom-700);
}

.position-list-order li:first-child > .row-close > span {
    display: block !important;
}
/*.tabs-report-order button.active {
    color: #FFF;
}*/


@media screen and (min-width:769px) {
    .market-selection .drop {
        position: absolute;
        top: 56px;
        left: 4px;
        visibility: hidden;
        display: none;
    }
    .market-selection:hover > .drop {
        visibility: visible;
        display: block;
    }
    .position-list-order li:first-child > .title-list > .row {
        display: flex !important;
    }

}


@media screen and (max-width:768px) {

    .market-selection .drop  {
        position: fixed;
        bottom: -120vh;
        left: 0px;
        transition: all 0.5s;
    }
    .market-selection .drop.show {
        bottom: -240px !important;
    }
    .content-add-order {
        position: fixed;
        bottom: -100vh;
        left: 0px;
        width: 100%;
        z-index: 70;
        transition: all 0.5s;
    }
    .content-add-order.show {
        bottom: 25px;
    }
    .content-table li {
        border-bottom: 1px solid gray;
    }
    .button-tabs-orders button.active {
        color: var(--color-teal);
    }
}

@media screen and (max-width:1023px) {
    .price-funding {
        position: absolute;
        left: -143px;
        bottom: 3px;
    }
    #slideNext,
    #slideBack {
        display: none;
    }
}
#containerSilde::-webkit-scrollbar {
    display: none;
}
#containerSilde {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
html.dark #slideNext {
    box-shadow: 3px 3px #161a1e, -1em 0 .4em #161a1eb3;
}
#slideNext {
    box-shadow: 3px 3px #ffffff, -1em 0 .4em #ffffff;
}
html.dark #slideBack {
    box-shadow: 3px 3px #161a1e, 1em 0 .4em #161a1eb3;
}
#slideBack {
    box-shadow: 3px 3px #ffffff, 1em 0 .4em #ffffff;
}

@media screen and (min-width:1024px) {
    #containerSilde {
        width: 17vw;
    }
}
@media screen and (min-width:1290px) {
    #containerSilde {
        width: 34vw;
    }
}
@media screen and (min-width:1536px) {
    #containerSilde {
        width: 44vw;
    }
}
