.section-101 .section{

}
.screener-title h1{
    font-size: 36px;
    line-height: 1.5em;
    font-family: 'Manrope', sans-serif;
    font-weight: bold;
    color: #000000;
}
.screener-title p{
    font-size: 16px;
    line-height: 1.5em;
}
.bor{
    border: 1px solid red;
}
.main-border{
    border: 1px solid #DDE0E5;
}
.border-b{
    border-bottom:1px solid #DDE0E5;    
}

.section-101{
    .left-card-bottom{
        height: 350px;
        overflow-y: scroll;
        padding: 15px 15px;
        border-radius: 12px;
        border: 1px solid #DDE0E5;
        .card-title{
            color: #14213D;
            font-size: 16px;
            font-weight: 800;
        }
        .inner-card{
            padding: 15px 15px;
            border-radius: 12px;
            border: 1px solid #DDE0E5;
            margin-bottom:20px;
            &:last-child{
                margin-bottom:0px;
            }
            h4{
                font-size: 16px;
                color: #2A3B56;
                font-weight: 700;
            }
            p{
                color: #556278;
                font-size: 14px;
            }
        }
        .btn-green{
            background: #50CD89;
            border-color: #50CD89;
            color: #fff;
            border-radius: 5px!important;
            display: flex;
            justify-content: center;
            font-size: 14px;
        }
        .green-btn{
            background: #35A848;
            border-color: #35A848;
            border-radius: 10px!important;
            font-size: 14px!important;
            font-weight: 500;
        }
        .light-green{
            background: #50CD89;
            border-color: #50CD89;
        }
        
        
    }
    ::-webkit-scrollbar {
        width: 5px; /* change width */
      }
      
      ::-webkit-scrollbar-track {
        background: #f1f1f1; /* track color */
      }
      
      ::-webkit-scrollbar-thumb {
        background: #b3b2b2; /* scrollbar color */
        border-radius: 5px;
      }
      
      ::-webkit-scrollbar-thumb:hover {
        background: #555; /* scrollbar color on hover */
      }
    .form-check{
        display: flex;
        margin-top: 7px;
    }
    .left-card{
        padding: 15px 15px;
        border-radius: 12px;
        border: 1px solid #DDE0E5;
        .filter-btn{
            background: #50CD89;
            border-color: #50CD89;
            color: #fff;
            border-radius: 5px!important;
            display: flex;
            justify-content: center;
            font-size: 14px!important;
            font-weight: 600;
            padding: 10px 0px;
            span{
                font-size: 22px;
            }
            
        }
        .card-title{
            color: #2A3B56;
            font-size: 16px;
            font-weight: 800;
        }
        .apply-filter{
            padding: 5px 10px;
            font-size: 14px;
            font-weight: 600;
        }

    }
    .range-slider-section{
        strong{
            color: #071437;
            font-size: 14px;
            font-weight: 600;
        }
    }
    /* #filterList a.active span {
        color: #50CD89;
    } */
   #filterList a span {
      transition: color 0.3s ease;
      font-size: 14px;
      color: #071437;
      line-height: 1.4em;
      font-weight: 600;
    }
    #filterList a .icon-arrow{
        font-size: 14px;
        color: #858585;
    }

    #filterList a:hover span {
      color: #50CD89;
    }
    .form-check-label{
        font-size: 14px;
        color: #071437;
        font-weight: 600;
        line-height: 1.4em;

    }
    .form-check-input{
        width:1.2em;
        height: 1.2em;
        margin-right: 12px;
    }
    .form-check-input:checked{
        border-color:#50CD89;
        background-color:#50CD89;
    }
    .form-check-input:focus{
        box-shadow: unset!important;
    }
    .noUi-connect{
        background: #68BD72;
    }
    .noUi-target{
        border: 0px;
    }
    .noUi-horizontal{
        height: 4px;
    }
    .reset-btn{
        font-size: 12px;
        font-weight: 600;
    }
    .add-filter{
        color: #000000;
        font-size: 20px;
        font-weight: 700;
    }
    .noUi-horizontal .noUi-handle{
        height: 16px;
        width: 16px;
        border-radius: 50%;
        top: -6px;
        border: 4px solid #36A844;
    }
    .noUi-handle:after, .noUi-handle:before{
        display: none;
    }
    .form-control{
        height: 35px;
        font-weight: 400;
        color: #071437;
        font-size: 14px;
        width: 120px;
        border: 1px solid #DDE0E5;
    }

    .fade-out {
      opacity: 1;
      transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    }
    .fade-out.hide {
      opacity: 0;
      transform: translateY(-10px);
    }

    .right-card{
        padding: 15px 15px;
        border-radius: 12px;
        border: 1px solid #DDE0E5;
    }
    .search-resut{
        .custom-badge{
            a{
                border: 1px solid #DDE0E5;
                padding: 8px 12px;    
                border-radius: 25px;
                text-decoration: none;
                color: #676D78;
                font-size: 14px;
                font-weight: 500;
                span{
                    color: #000;
                    font-weight: 800;
                    margin-left: 8px;
                }
            }
        }
        .fade-out {
            transition: opacity 0.4s ease, transform 0.4s ease;
        }
        .fade-remove {
            opacity: 0;
            transform: scale(0.9);
        }
        .icon{
            top: 0px;
            left: 20px;

        }
    }
    .search-input{
        input{
            padding-left: 45px;
            width: 100%;
        }
        .icon{
            top: 10px;
            left: 20px;
        }    
        .form-control:focus{
            box-shadow: unset;

        }
    }
    .table-section{
        tr{
           th{
            padding:15px 20px 15px 0px;
            font-size: 14px;
            font-weight: 700;
            color: #000000;
           }
            td{
                font-size: 14px;
                padding:0px 20px;
                color: #000000;
                padding-left: 0px;
                font-weight: 400;
                &:first-child{
                    font-size: 14px;
                    font-weight: 600;
                    color: #000000;
                }
                &:nth-child(2){
                    height: 75px;
                }

            }
            &:last-child{
                border-bottom:1px solid #fff;      
            }
        }
        tbody tr td:first-child, .table-fixed thead tr th:first-child {
            position: sticky;
            left: 0;
            z-index: 99;
            min-width: 150px;
            width: -moz-max-content;
            width: max-content;
        }
    }

   .add-slider-wrapper.scrollable {
        max-height: 400px;          /* vertical scroll height */
        overflow-y: auto;           /* vertical scroll only */
        overflow-x: hidden !important; /* ðŸš« block horizontal scroll */
        padding-right: 5px;         /* optional: to avoid hidden scrollbar content */
      }

      /* Optional: ensure all inner elements respect boundaries */
      .add-slider, .range-slider-section {
        width: 100%;
      }


      .add-slider-wrapper.scrollable::-webkit-scrollbar {
      width: 8px; /* scrollbar width */
    }

    /* Track (background of scrollbar) */
    .add-slider-wrapper.scrollable::-webkit-scrollbar-track {
      background: #f1f1f1;
      border-radius: 10px;
    }

    /* Thumb (the draggable part) */
    .add-slider-wrapper.scrollable::-webkit-scrollbar-thumb {
      background-color: #888;     /* change this to your desired color */
      border-radius: 10px;
      border: 2px solid transparent;
      background-clip: content-box;
    }

    /* Thumb on hover */
    .add-slider-wrapper.scrollable::-webkit-scrollbar-thumb:hover {
      background-color: #555;
    }

    /* For Firefox */
    .add-slider-wrapper.scrollable {
      scrollbar-width: thin;
      scrollbar-color: #d9d9d9 #f5f5f5;  /* thumb color, track color */
    }
    .dropdown-menu[aria-labelledby="filterDropdown"] {
      min-width: 700px;
      left: 100%;
      top: 0;
    }
    .accordion-button{
        background: unset;
        border: 0px!important;
        border-top:1px solid #e7e7e7!important;
        border-radius: 0px!important;
        font-size: 14px;
        padding: 15px 15px;
    }
    .accordion-item{
        border: 0px!important;
        border-radius: 0px!important;

    }
    .accordion{
        border: 1px solid #e7e7e7;
        border-bottom: 0px;
        border-radius: 0px;
    }
    .accordion-item:last-of-type .accordion-button.collapsed{
        border-radius: 0px!important;
    }
    .accordion-button:not(.collapsed){
        box-shadow: unset!important;
    }
    .accordion-item{
        .accordion-button{
            
        }
        
        &:last-child{
            border-bottom: 1px solid #e7e7e7!important;
        }
    }
    .accordion-body{
        padding-top: 0px;
        border-top: 1px solid #e7e7e7;
    }

    /* ðŸŸ¢ Mobile styles */
   
}

@media (max-width: 14000\.98px) {

}

@media (min-width: 768px) and (max-width: 1199px) {
    .section-101{
        .screener-title h1{
            font-size: 28px;
        }
        #filterDropdownWrapper {
            position: static !important;
        }
        .form-check-label{
            font-size: 12px;
            margin-top: 0px;
        }
        #filterList a span{
            font-size: 12px;
        }
        #filterList a  i{
            display: none;
        }
        .dropdown-menu[aria-labelledby="filterDropdown"] {
            position: absolute !important;
            width: 95vw !important;
            left: 0 !important;
            right: 0 !important;
            top: 100% !important;
            min-width: unset !important;
            transform: none !important;
            margin-top: 0.5rem;
            z-index: 1055;
            border-radius: 12px;
            max-height: 80vh;
            overflow-y: auto;
        }
        .table-section{
            tr{
                th{
                    padding:5px  15px;
                }
                td{
                    padding:5px  15px;
                }
            }
           
        }
        & .table-section {
            tbody tr td:first-child, .table-fixed thead tr th:first-child {
                position: unset;
                left: unset;
                z-index: 99;
                min-width: unset;
                width: -moz-max-content;
                width: unset;
            }
        }
       
    }
    /* Common styling for both lists */
    #filterList li,
    .filter-content ul li {
    margin-bottom: 0.75rem; /* equal space between items */
    line-height: 1.5;
    
    display: flex;
    align-items: start;
    }

    /* Left side anchor styling */
    #filterList li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    padding: 0px 0;
    text-decoration: none;
    color: black;
    
    word-break: break-word;
    }

    /* Right side checkbox block styling */
    .filter-content ul li .form-check {
        margin: 0;
        display: flex;
        width: 100%;
    
    }

    /* Make sure label text wraps nicely if long */
    .filter-content ul li .form-check-label {
    word-break: break-word;
    flex: 1;
    }
    .list-unstyled{
        li{
            min-height: 38px;
            display: flex;
            align-items: start;
        }
    }
    .list-unstyled-II{
        li{
            min-height: 38px;
            display: flex;
            align-items: start;
        }
    }
   
}


@media (max-width: 767.98px) {
    .section-101{
        .screener-title h1{
            font-size: 28px;
        }
        #filterDropdownWrapper {
            position: static !important;
        }
        .form-check-label{
            font-size: 12px;
            margin-top: 0px;
        }
        #filterList a span{
            font-size: 12px;
        }
        #filterList a  i{
            display: none;
        }
        .dropdown-menu[aria-labelledby="filterDropdown"] {
            position: absolute !important;
            width: 95vw !important;
            left: 0 !important;
            right: 0 !important;
            top: 100% !important;
            min-width: unset !important;
            transform: none !important;
            margin-top: 0.5rem;
            z-index: 1055;
            border-radius: 12px;
            max-height: 80vh;
            overflow-y: auto;
        }
        .table-section{
            tr{
                th{
                    padding:5px  15px;
                }
                td{
                    padding:5px  15px;
                }
            }

            tbody tr td:first-child, .table-fixed thead tr th:first-child {
                position: sticky;
                left: 0;
                z-index: 99;
                min-width: 150px;
                width: -moz-max-content;
                width: max-content;
                font-size: 12px;
            }
        }
    }
    /* Common styling for both lists */
    #filterList li,
    .filter-content ul li {
    margin-bottom: 0.75rem; /* equal space between items */
    line-height: 1.5;
    
    display: flex;
    align-items: start;
    }

    /* Left side anchor styling */
    #filterList li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
    padding: 0px 0;
    text-decoration: none;
    color: black;
    
    word-break: break-word;
    }

    /* Right side checkbox block styling */
    .filter-content ul li .form-check {
        margin: 0;
        display: flex;
        width: 100%;
    
    }

    /* Make sure label text wraps nicely if long */
    .filter-content ul li .form-check-label {
    word-break: break-word;
    flex: 1;
    }
    .list-unstyled{
        li{
            min-height: 38px;
            display: flex;
            align-items: start;
        }
    }
    .list-unstyled-II{
        li{
            min-height: 38px;
            display: flex;
            align-items: start;
        }
    }
}

.form-control:focus{
    box-shadow: unset;
}
      