/* Css for pagination */
/* ul.page-numbers {
    display: flex;
    gap: 15px;
}
.pagination {
    display: flex;
    justify-content: center;
}
ul.page-numbers a.page-numbers {
    text-decoration: none;
}
ul.page-numbers li {
    list-style-type: none;
    border: 1px solid #DFFBFC;
    padding: 5px 20px;
    border-radius: 10px;
}
ul.page-numbers li {
    background-color: #efefef96;
    border: 1px solid #00000029;
}
a.prev.page-numbers, a.page-numbers {
    font-size: 16px;
    font-family: sans-serif;
}

ul.page-numbers li:hover {
    background-color: #000 !important;
    color: #fff !important;
}
 
ul.page-numbers li.active {
    background-color: black;
    color: white;
}

ul.page-numbers a.page-numbers {
    text-decoration: none;
    padding: 20px;
}
ul.page-numbers li.active {
    background-color: black;
    color: white;
    padding: 0px 20px;
}
ul.page-numbers li span.page-numbers.dots {
    padding: 0px 20px;
}

ul.page-numbers a.page-numbers {
    text-decoration: none;
    padding: 15px 15px;
}
ul.page-numbers li.active {
    background-color: black;
    color: white;
    padding: 2px 15px;
}
ul.page-numbers li span.page-numbers.dots {
    padding: 2px 15px;
} */
 


.pagination {
    display: flex;
    justify-content: center;
}
 
ul.page-numbers li {
    list-style-type: none;
    border: 1px solid #DFFBFC;
    border-radius: 10px;
}
ul.page-numbers li {
    background-color: #efefef96;
    border: 1px solid #00000029;
}
a.prev.page-numbers, a.page-numbers {
    font-size: 16px;
    font-family: sans-serif;
}
ul.page-numbers {
    display: flex;
    gap: 5px;
    align-items:center;
}
ul.page-numbers li:hover {
    background-color: #000 !important;
    color: #fff !important;
}
ul.page-numbers li.active {
    background-color: black;
    color: white;
    padding: 2px 15px 2px 15px;
}

ul.page-numbers a.page-numbers {
    text-decoration: none;
    padding: 15px 15px;
}
 

ul.page-numbers li span.page-numbers.dots {
    padding: 2px 15px;
}

.nav-row .filter-section {
    display: none;
}
  

/* copy to clipboard css */
/* 
button#copy-to-clipboard {

    padding: 18px 40px;
   background-color: #000000 !important;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #00000073;
    border-radius: 5px;
    font-size: 16px;
}
span#copy-status {
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
} */

/****************New css filter 19may*******************/


.left-sidebar-filters label{
    margin-bottom:10px;    
    font-size:14px;
}
.main_content_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 0px 15px;
}
.main_content_wrapper .left-sidebar-filters {
    margin: 21px;
    width: 20%;
    background: #ffffff;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03),
    0 12px 30px rgba(0, 0, 0, 0.06),
    0 2px 6px rgba(0, 0, 0, 0.04);
}
.main_content_wrapper .content {
    width: 80%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px 10px 0px 10px;
    margin-top: 20px;
}
 
/* .main_content_wrapper .filter-section:hover .sidebar-content {
    display: block;
    width: fit-content;
    max-width: fit-content;
    padding: 0px;
    border-top: 1px solid #fff;
    height: 401px;
    overflow: scroll;
}*/
.main_content_wrapper .classParent {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 75%;
    margin: 0 auto;
    padding: 3px 20px;
    gap: 10px;
}

.main_content_wrapper .filter-section .prodt h4{
    color: #111111;
}
.main_content_wrapper .filter-section:hover .prodt h4 {
    color: #111111;
}
/****************End code for New css filter 19may*******************/
/**************20 MAY****************/
.left-sidebar-filters {
    display: none;
}  
.main_content_wrapper .more-dropdown .clickMore {
    display: none;
}
.main_content_wrapper .classParent {
    width: 100% !important;
    padding: 3px 0px !important;
    display: inline-block;
}
.main_content_wrapper .left-sidebar-filters {
   margin-top: 21px;
    margin-bottom: 0px !important;
     height: fit-content;
}
.main_content_wrapper .business-filterss, .main_content_wrapper .plugins-filterss {
    height: 250px;
    overflow-y: scroll;
}
.main_content_wrapper .filter-section.active-filter {
    height: 140px;
    overflow: hidden;
}
.main_content_wrapper .filter-section .prodt h4 {
    color: #111;
    font-size: 18px;
    font-weight: bold;
}
.main_content_wrapper .filter-section:hover .prodt h4 {
    color: #111;
}

.main_content_wrapper .classParent label:after {
    display:none;
}
.main_content_wrapper .down-arrow.section-header {
    padding: 5px 0px 12px;
}
.main_content_wrapper .down-arrow.section-header {
    padding: 12px;
    border-left: 5px solid #ea212c;
    border-radius: 5px;
    margin-bottom: 10px;
    background-image: url("/wp-content/uploads/2026/05/wavy_blobs.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_content_wrapper .classParent label{
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    background: #ffffff00;
    border-bottom: 2px solid #5c5c5c24;
    border-radius: 4px;
    padding: 15px 14px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none;
     position: relative;
}
.main_content_wrapper .prodt h4{
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}
 
.main_content_wrapper .prodt h4::before{   
    content: "";
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    background-image: url("/wp-content/uploads/2026/05/increase.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(238, 77, 86, 0.12);
}
.main_content_wrapper  main#wp--skip-link--target {
    padding-bottom: 0px;
}

.main_content_wrapper .classParent {
    box-shadow: none;
}
.main_content_wrapper .active-filter .section-content.sidebar-content {
    overflow: hidden;
}
.main_content_wrapper .classParent label::before {
    content: "";
    position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2026/05/next.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main_content_wrapper .down-arrow.section-header {
    background: #e5fcfd45;
    position: relative;
}
.main_content_wrapper .down-arrow.section-header:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("/wp-content/uploads/2026/05/wavy_blobs-Photoroom.png ");
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99999;
    background-position: center;
}
.main_content_wrapper .classParent label:last-of-type {
    border: none;
    margin: 0;
}
.main_content_wrapper ul.filter-section {
    padding-top: 5px;
}