/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 11 Eyl 2023, 13:41:19
    Author     : ASOS
*/

    .custom-radio .custom-control-input:checked ~ .custom-control-label.color-dark::after{
        background-color: #336699;
        border-color: #336699;
    }
    .pull-right{
        float: right !important;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button{
        padding: 0
    }
    .badge-filter{
        height: 2rem;
        line-height: 1.25rem
    }
    section.range-slider {
        position: relative;
        width: 100%;
        height: 35px;
        text-align: center;
    }

    section.range-slider input {
        pointer-events: none;
        position: absolute;
        /* overflow: hidden;*/
        left: 0;
        top: 15px;
        width: 100%;
        outline: none;
        height: 18px;
        margin: 0;
        padding: 0;
    }

    section.range-slider input::-webkit-slider-thumb,
    section.range-slider input::-webkit-slider-runnable-track{
        background: #eee;
        border: 1px solid #eee;
        border-radius: 10px;
    }


    section.range-slider input::-webkit-slider-thumb {
        pointer-events: all;
        position: relative;
        z-index: 1;
        outline: 0;
    }

    section.range-slider input::-moz-range-thumb {
        pointer-events: all;
        position: relative;
        z-index: 10;
        -moz-appearance: none;
        width: 9px;
    }

    section.range-slider input::-moz-range-track {
        position: relative;
        z-index: -1;
        background-color: rgba(0, 0, 0, 1);
        border: 0;
    }
    section.range-slider input:last-of-type::-moz-range-track {
        -moz-appearance: none;
        background: none transparent;
        border: 0;
    }
    section.range-slider input[type=range]::-moz-focus-outer {
        border: 0;
    }