
/*========== Existing Css Start ===========*/
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    border-radius: 5px;
}

.clearSelectfromDiv{ position: absolute;margin-top: 0px;margin-top: -14px;margin-left: 80%; }

.clearSelectfromDiv{
    float: right;
    margin-right: 5px !important;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 9px !important;
    z-index: 4;
    color: #414c52;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {

    line-height: 4px !important;

}

.allclo{
    color:rgb(82, 71, 129);
    /* 1px solid #cbcbcb !important */
}
.frm{
    margin: auto;
    width:100%;

    clear:both;
    min-height: 247px;

}
.searchopt{

   /*  float:left;
    width:16.64%; */
    /* border-radius: calc(0.5rem - 2px); */
    /* height: 2.5rem; */
    /* padding1-left:1%; */

}
#keyword , #established{
    height:2.5rem !important;
}
.searchopt1{
    width:32%;
    float:left;
}
.attr{
    /* clear:both;
    width:100%;
    padding-left:2px; */
    display: contents;
}
.attr1{

    clear:both;
    width:100%;
    padding-left:2px;
    text-align:left;

}
.flt{
    width:48%;
    float:left;
    padding:5px;
}

.headertxt , .styledSelect , .easySelect , #daterange , #established {
    font-family: Lato;
    font-size: 0.875rem !important;
    line-height: 35px;
    white-space: nowrap;
    color: rgb(82, 71, 129) !important;
    /* display: inline-block; */
    text-overflow: ellipsis;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06D85F;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    display:none;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    margin-top: 15%;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
    color: #06D85F;
}
.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px){
    .box{
    width: 70%;
    }
    .popup{
    width: 70%;
    }
}

.anch{
    color: #FFFFFF;
    background-color: #FF6700;
    padding: 11px;
    width: 198px;
    border: none;
}
.desaturated {
    filter: none !important;
}
.clr{
    clear:Both;
}

.daterangepicker {
    width: 628px;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

#msg{
    text-align: center;
    color: #FF6700;
    font-size: 15px;
}

.black_overlay{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 30%;
    height: 25%;
    padding: 16px;
    border: 16px solid #FF6700;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/* Full-width input fields */
.my{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.serc{
    width:30%;
}

#location{
    width: 100% !IMPORTANT;
    height: 37px !IMPORTANT;
}
#token-input-location{
    width: 100% !IMPORTANT;
    height: 37px !IMPORTANT;

}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 5px;
}

    input[type="text"] {
    height: 2.5rem !important;
    font-family: Lato;
    font-size: 0.875rem !important;
    line-height: 22px;
    white-space: nowrap;
    color: rgb(82, 71, 129) !important;
    display: inline-block;
}
.form-control{
    height: 46px !important;
}
input[type="select"] {
    height: 46px;
}
#listing{
    height: 46px;
    width:100%;
}
.autocomplete .select2 {
    width:100% !important;
}
.autocomplete .select2 .selection span ul li input{
    width:100% !important;
}
.select2-selection{
    height:46px !important;;
}

.cover{
    border: 1px solid gray;
    width: 100%;
    height: 46px;
    position: absolute;
    text-align: 1px s;
    top: 0px;
    background: white;
    cursor:pointer;
}

.autocomplete{ width:100%}

    #country-list {
    z-index: 1;
    float: left;
    list-style: none;
    margin-top: 56px;
    padding: 0;
    width: 279px;
    position: absolute;
    margin-left: 9%;
    background:white;
    border:1px solid rgba(0,0,0,.04);
}

#country-list li {
    padding: 10px;
}

#country-list li:hover {
    background: rgba(0,0,0,.04);
    cursor: pointer;
}

#search-box {
    padding: 10px;
    border: #a8d4b1 1px solid;
    border-radius: 4px;
}

.option{
    border:2px solid #FF9900;
    color:white !important;;
    background:#FF9900 !important;
    /* padding:2px; */
    margin-left: 8px;
    border-radius: 5px;
}
.fillc{
    background:#FF9900 !important;
    color:white !important;
}

.applyBtn {
    color:WHITE !important;
    border:1px solid #FF6700 !important;
    background-color: #FF9900;
    border: 1px solid #FF9900;
}
.cancelBtn   {
    color:#FF9900;;
    border:1px solid #FF6700 !important;
    background-color: white;
    border: 1px solid #FF9900;
}
.cancelBtn:hover , .applyBtn:hover {
    color:white !important;
    border:1px solid #FF6700 !important;
    background: #FF6700 !important;
}
.today {
    background: #FF6700 !important;
    color:white !important;
}

.divOptionsesySelect{
    width: 50%;
    float: right;
    padding-right: 2%;
}
.divSearcheasySelect .searchInputeasySelect {
    width:79% !important;
}
/* #clearAlleasySelect {
    margin :0px !important;
    padding-top:12%;
} */
#restrict{
    color: red;
    /* padding: 9px; */
    font-size: 14px !important;
}
.fillc{
    background:gray;
    padding: 2px;

    margin-right: 4px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    /* margin-top: 5px; */
}
.option{
    float: left;
    margin-top: 6px;
    color:black;
}
.left{
    float:left;
    font-size: 14px;
}
.easySelect {
    height: 2.5rem !important;
    width: 100%;
    padding: 3px 7px;
}

.daterangepicker{
    margin-left:10%
}
button:hover {
background-color: #FF9900 !important;;
color: WHITE;
}
.btn1 {
    cursor:pointer;
    font-family: Lato;

    font-size: 0.875rem !important;
    text-align: center;
    background-color: #FF9900;
    color: WHITE;
    border-radius: 5px !important;

    line-height: 21px;
    padding: 8px 7px;
    text-decoration: none;
    height:2.5rem !Important;
    border:1px solid #FF9900;
}

.btn11:hover {
    border-color: #cbcbcb !important;
    cursor: pointer;
    outline-offset: 3px;
    outline: 2px solid #FF6700;
}

.btn11{
    font-family: Lato;
    font-size: 0.875rem !important;
    text-align: center;
    background-color: white;
    color: #FF9900;;
    border-radius: 5px !important;

    line-height: 21px;
    padding: 8px 7px;
    text-decoration: none;
    height:2.5rem !Important;
    border:1px solid #FF9900;
}

button:focus, button:hover {
    background-color: #FF9900;
    color: WHITE;
}

.btn1:hover {
    text-align: center;
    background-color: #FF9900 !important;
    color: WHITE;

    height:2.5rem !Important;
    line-height: 21px;
    padding: 8px 7px;
    text-decoration: none;

    border:1px solid #FF9900 !important;
}

.allclo{cursor:pointer}
.hiddenLieasySelect{
    text-align:left !important;
    margin-left: 4% !important;;
}

#search-box , text{
    outline: none;
}

#search-box:focus{
    border:1px solid #FF6700;
}

.searchopt:focus-visible{
    border:1px solid #cbcbcb  !important;
    border-color: #cbcbcb  !important;;
    cursor:pointer;
    outline-offset: 3px;
    outline: 2px solid #FF6700 ;
}

#Asking_Min:hover , 	#Asking_Max:hover , #Revenue_Min:hover , #Revenue_Max:hover , #Cash_Min:hover , #Cash_Max:hover {
    border-color: #cbcbcb  !important;;
    cursor:pointer;
    outline-offset: 3px;
    outline: 2px solid #FF6700 ;
}

#fld_category , #pricehead , #pricehead_Cash , #fld_listing , #pricehead_Revenue{
    padding-top: 1.5px;
    width: 100%;
}

.styledSelect::after {
    margin-top: 2px;
}

.hiddenLieasySelect{color:Red !important}
#selectAlleasySelect{display:none;}

.range{
    cursor:pointer;
    /* padding: 1px; */
}
.pricepop{
    display: none;
    width: 400px;
    /* color: #FF9900; */
    position: absolute;
    background: #fff;
    z-index: 11;
    top: 65px;
    /* top: 58%; */
    /* right: 12%; */
    padding: 15px;
    box-shadow: 0px 0px 30px 0px #00000033;
    border-radius: 15px;
}

.pricec{
    font-size: 15px;
    margin-left: 2%;
    line-height: 2;
    clear: both;
    cursor: pointer;
    width: 83%;
    padding-left: 4%;
    color: #6c4c9f !important;

}
.autocomplete ul {

    padding:0px
}

.smallb{
    width:58px !important;
    padding:2px !important;
    line-height: 18px !important;
    border: 1px solid #FF9900 !important;;
    margin-bottom: 5px;
    font-size: 13px;
    border-radius: 5px !important;
}

.pricec:hover{
    /* background:#FF6700 !important; */
    color:#FF6700 !important;
}

.options li:hover {
    /* background:#FF6700 !important; */
    /* color:white !important; */
    color:#FF9900 !important;
}
.bot{
    width:18.66%;
    float:left;
}

.myselect{
    background: white;
    height: 46px;
    color: #414c52;
}

.del{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    background: white;
    color:#FF6700 ;
}

/* 2nd */
/* .first_width{
    width: 20%;
} */

/* 3rd */
.addp{
    padding-left: 2%;
}
.button_size{
    width:100%;
}
.btn11:hover{
    outline: 2px solid #FF6700;
    color:#FF6700 !important;
}

.sec_width{
    align-items: center;
    padding: 4px 4px;
    border-right: 1px solid #ddd;
    gap: 4px;
    color: #6c4c9f;
    background-color: #fff;
    /* background-color: #000; */
    /* flex: 3; */
}


/*==========  Existing Css End =========== */

.search-bar{
    display: flex;
 /*    align-items: center !important;
    justify-content: space-between;
    gap: 5px;
    padding: 0px 7px;
    margin-right: 5px; */
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    /* overflow: hidden; */
    align-items: stretch;
    /* flex-grow: 1; */
    width: 86%;
}

.search-section{
    display: flex;
    align-items: center;
    /* padding: 10px 15px; */
    border-right: 1px solid #ddd;
    /* gap: 10px; */
    color: #6c4c9f;
    background-color: #fff;
}

.search-button-section {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    /* width: 4%;
    border-radius: 40px; */
}

.search-button {
    background-color: #f7931e;
    border: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.search-section:last-of-type {
    border-right: none;
}

.fltb{
    /* width:100%; */
    display: flex;
    align-items: center;
}

.location-field {
    padding: 14px 7px !important;
    /* border-bottom-left-radius: 15px; */
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.equal-field {
    /* flex: 1.2; */
    /* width: 22%; */
}

.search-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 0px;
   /*  padding: 20px;
    background: #f9f9f9; */
    position: relative;
}

.extra-buttons {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 2px;
}

.extra-buttons .btn {
    color: #6c4c9f;
    background: #fff;
    border-radius: 50% !important;
    border: none;
    width:55px;
    height: 55px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-size: 18px;
}

.optoinscategory{
    /* height: 320px !important; */
    display: block;
    width: 845px !important;
    padding: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px 0px !important;
    border-radius: 15px !important;
    border-right: 1px solid var(--Stroke, #D9D9D9) !important;
}

.optoinslisting .scrolableDiv{
   display: contents !important;
}

.scrolableDiv{
    width: 100% !important;
    display: flex !important;
    width: 100% !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    padding: 10px 0px !important;
}

#clearAlleasySelect {
    margin-right: 0px !important;
    margin-left: 0% !important;
    font-size: medium;
    width: 100%;
    text-align: right !important;
    color: #FF9900;
}
.select-industry{
    color: #2a2626;
    font-size: medium;
}

.ask-in-price{
    display: flex;
    padding:10px;
}

.checkmark:checked + .container{
    color: #06D85F !important;
}

.btn-indust-apply{
    width: 30% !important;
    color: white !important;
    background-color: #f7931e !important;
    margin-left: 35% !important;
    border: none !important;
    border-radius: 7px !important;
    margin-top: 20px !important;
}

.container:has(.mulpitply_checkbox_style:checked) {
  color: #f7931e;
}

#clearButton{
    color: #FFFFFF;
    background-color:white;
    /* border: 1px solid #FF6700; */
    color:#FF6700;
    margin-right: 4px;
    border: none;
    padding: 0px 0px !important;
}

.headertxt:focus-visible{
    border: none !important;
    outline: none !important;
}

.mdl-filter{
    display: flex;
    /* align-items: center !important;
    justify-content: space-between; */
    /* gap: 15px; */
    /* padding: 0px 7px; */
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    /* overflow: hidden; */
    align-items: stretch;
    flex-grow: 1;
    margin: 15px 0px 0px 0px;
    clear:Both;
    width:86%;
    /* padding:20px; */
    position: relative;
}

#clearButton:hover{
    background-color: #ffffff !important
}

/* .btn-apply:hover{
    background: #FF9900 !important;
} */

.optoinslisting{
    height: auto !important;
    display: block;
    width: 300px !important;
    padding: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px 0px !important;
    border-radius: 15px !important;
    border-right: 1px solid var(--Stroke, #D9D9D9) !important;
    left: -65% !important;;
}


.icon-wrapper {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 28px;
    margin-top: 7px;
    padding: 5px;
}

.icon-wrapper .fa-clock {
    font-size: 20px;
    color: #333;
}

.icon-wrapper .icon-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
    background: white;
    border-radius: 50%;
    padding: 1px;
}

.icon-button {
    background: white;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-loc-div{
    border-radius: 5px;
    z-index: 10;
    display:none;
    width:100%;
    border:1px solid #cbcbcb ;
    padding: 5px 2px;
    /* min-height: 78px; */
    min-width: 315px;
    position: absolute;
    top: 45px;
    background: white;
    border-color: #cbcbcb !important;
    cursor: pointer;
    outline-offset: 3px;
    /* outline: 2px solid #FF6700; */
}
.added-anytime .easySelect{
    /* height: 100% !important;*/
	    height: 245px !important;
    padding-inline-start: 0px !important;
    line-height: normal !important;
}
.added-anytime{
    height: fit-content;
    width: 250px;
    box-shadow: 0px 0px 30px 0px #00000033;
    border-right: 1px solid var(--Stroke, #D9D9D9);
    border-radius: 15px;
    padding: 12px 16px 16px 16px !important;
    background-color: #fff;

}
.added-anytime-title {
    color: #52477f !important;
    font-size: 0.875rem !important;
	width: max-content;
}
.search-button img{
    max-width: max-content !important;
}
.search-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-filter:focus ,.button-filter:hover{
    background-color: #F79400 !important;
    outline: none !important;
}
.button-filter:focus img ,.button-filter:hover img{
    filter: brightness(3.5);
}
.button-filter{
    color: #6c4c9f !important;
    background: #fff !important;
    border-radius: 50% !important;
    border: none !important;
    width: 55px !important;
    height: 55px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    font-size: 18px !important;
}
.search-bar .equal-field { padding: 7px 3px; }
.search-bar .searchopt{
    /* height: 100% !important; */
    padding: 7px 7px !important;
    border-radius: 40px 0px 0px 40px;
}
.sec_width:last-of-type {
    border-right: none;
}
#selectedText{
    color: #524781;
    font-size: 14px;
}

/*#dropdownList{
     top:50px;
     border-radius: 15px;
     padding: 12px 16px 16px 16px;
     display: none;
     position: absolute;
     width: 200px;
     background: white;
     margin: 0;
     padding: 12px 16px 16px 16px;
     list-style: none;
     z-index: 999;
     box-shadow: 0px 0px 30px 0px #00000033;
}
#dropdownList ul{
    padding-inline-start: 0px;
    text-align: left;
}
#dropdownList ul li{
    color: #524781;
    font-size: 14px;
    padding: 8px 0px !important;
}*/

#sortDropdown {
	position: relative;
}
#dropdownList {
	display: none;
	position: absolute;
	background: white;
	z-index: 1;
	border-radius: 12px;
	margin: 10px 0px;
	padding: 12px;
	list-style: none;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
	width: 100%;
}
#dropdownList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dropdownList ul li{
	color: #524781;
	font-size: 14px;
}

/* ===================================== */
.dropdown-content {
   position: absolute;
    top: 65px;
    right: 0%;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
    z-index: 100;
    padding: 15px;
}
.dropdown-toggle{
    border: none;
    /* padding: 5px; */
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #524781;
	
	width: 100% !important;
    white-space: normal;   /* ✅ allow wrapping */
    word-wrap: break-word; /* ✅ break long words */
    line-height: 1.4;
}
.dropdown-header {
    font-weight: bold;
    padding-bottom: 8px;
    /* border-bottom: 1px solid #eee; */
}

.year-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 15px;
    overflow-y: auto;
}

.year-list li {
    padding: 5px 0px;
    cursor: pointer;
    color: #524781;
    /* border-bottom: 1px solid #f0f0f0; */
}

.year-list li:hover {
    background-color: #f9f9f9;
    color: orange;
}

#established:focus-visible{
     border: none !important;
    outline: none !important;
}
.searchopt:focus-within{
    outline: 1px solid #000 !important;
    margin-right: 2px;
}
#filter .sec_width:focus-within{
    outline: 1px solid #000 !important;
    margin-right: 4px;
}

.search-bar .equal-field{
    border-radius: 0px !important;
}

.sec_width:focus-within #establishedToggle ,
.sec_width:focus-within #pricehead_Cash,
.sec_width:focus-within #cash-flow-lable,
.sec_width:focus-within #revenue-lable,
.sec_width:focus-within #fld_listing,
.sec_width:focus-within #pricehead_Revenue {
    color: #000 !important;
}
.search-bar .equal-field:focus-within #fld_category , .search-bar .equal-field:focus-within #pricehead{
    color: #000 !important;
}
.sec_width:focus-within img , .search-bar .equal-field:focus-within img  {
    filter: brightness(0) !important;
}
#country-list{
    box-shadow: 0px 0px 30px 0px #00000033 !important;
    width: 100% !important;
    margin-left: 0% !important;
    margin-top: 10px !important;
    padding: 10px !important;
    border-radius: 15px !important;
}
#country-list li {
    padding: 5px !important;
    color: #524781 !important;
}

.options {
    display: none;
    position: absolute;
    top: 140%;
    right: 0;
    left: -235%;
    z-index: 98;
    margin: 3px 0;
    padding: 3px 0 0 0px;
    list-style: none;
    /* border: 1px solid #cbcbcb !important; */
    background-color: white;
    border-radius: 3px;
    /* -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
    width: 100%;
    box-shadow: 0px 0px 30px 0px #00000033 !important;

}

.scrolableDiv {
   overflow: auto
}

.options.optoinslisting li {
  width: unset !important;
}

.options li {
   /* margin: auto; */
    max-width: 100%!important;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
	width: 24%;
    overflow: hidden;
	color: inherit  !important;
}
.divSearcheasySelect{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .options li {
        margin: auto;
        max-width: 100%!important;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        width: 100%;
        overflow: hidden;
        color: inherit  !important;
    }
    .options{
        left: 0px;
    }
    .sec_width {
        border-right: none;
        border-bottom: 1px solid #eee;
        /* width: 100% !important; */
        justify-content: start;
        /* padding: 8px 15px !important; */

    }
    #filter .sec_width_first, #filter .sec_width_last {
         border-radius: 0px 0px 0px 0px !important;
         /* border-bottom: none; */
    }
}

.container {
    /* display:inherit; */
    position: relative;
    margin: 0px !important;
    width: auto !important;
    cursor: pointer;
    padding: 6px 0px 6px 20px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	display: flex;
    align-items: flex-start; 
    gap: 5px;
    max-width: 200px;
    white-space: normal;
    word-wrap: break-word;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: inherit !important;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    margin-left: -5px;
    left: 5px;
    height: 17px;
    width: 17px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #cbcbcb;
	margin-top: -2px;
}

.container input:checked ~ .checkmark {
    background-color: #f6921e;
    border: 1px solid #fe9800;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4.5px;
    height: 10px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.clearSelectfromDiv {
    float: right;
    margin-right: 20px !important;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 14px !important;
    z-index: 4;
    color: #414c52;
}

.clearSelectfromDiv:hover {
    color: rgba(65, 76, 82, 0.76);
}

@media (max-width: 544px) {
    .optoinscategory, .optoinslisting{
        width: 73vw !important;
        left: 0;
    }
    
    .search-button {
        background-color: #f7931e;
        border: none;
        color: white;
        border-radius: 0%;
        width: 90%;
    }
    .search-button-section {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center !important;
        padding: 10px;
        border-bottom: none !important;
    }
    .search-wrapper {
            flex-direction: column;
            align-items: stretch;
        }
    .search-section {
        border-right: none;
        border-bottom: 1px solid #eee;
        width: 100%;
        justify-content: start;
    }
    .search-bar {
        flex-direction: column;
        border-radius: 20px;
        padding: 7px;
    }
    .mdl-filter{
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .sec_width{
        width: 100% !important;
    }
    .extra-buttons {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        margin: 10px;
    }

    .sec_width {
        border-right:none;
    }
    .options li {
        margin: auto;
        max-width: 100% !important;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        width: 100%;
        overflow: hidden;
        color: inherit !important;
    }
    .business-for-sale{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start !important;
        padding-top: 35px;
        flex-direction: column;
    }
    .business-for-sale-title{
        font-size: 16px !important;
    }
    #dropdownList{
        width: 200px;
    }
    #sortDropdown{
        display: block !important;
    }
    .daterange-toggle{
        /* justify-content: space-between; */
        padding: 6px 0px 6px 0px !important;
    }
    #daterange-wrapper{
        width: 100%;
    }
    #establishedToggle{
        width: 100%;
    }
    .filter-arrow-icon-last{
        justify-content: space-between;
    }
    #filter .sec_width_first {
        border-radius: 15px 15px 0px 0px !important;
    }
     #filter .sec_width_last {
        border-radius: 0px 0px 15px 15px !important;
        border-bottom: none;
    }
    .search-bar .searchopt {
        height: 100% !important;
        padding: 7px 10px !important;
        border-radius:0px;
    }
}
@media (min-width: 545px) and (max-width: 767px) {
    .search-bar .searchopt {
        height: 100% !important;
        padding: 7px 10px !important;
        border-radius:0px;
    }
    .optoinscategory{
        width: 73vw !important;
        left: 0;
    }
   .optoinslisting{
        width: 60vw !important;
        left: 0 !important;
    }
   
    .search-button {
        background-color: #f7931e;
        border: none;
        color: white;
        border-radius: 0%;
        width: 90%;
    }
    .search-button-section {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        justify-content: center !important;
        padding: 10px;
        border-bottom: none;
    }
    .search-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .search-section {
        border-right: none;
        border-bottom: 1px solid #eee;
        width: 100%;
        justify-content: start;
    }
    .search-bar {
        flex-direction: column;
        border-radius: 20px;
        padding: 7px;
    }
    .mdl-filter{
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }
    .sec_width{
        width: 100% !important;
    }
    .extra-buttons {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        margin: 10px;
    }
	
    .sec_width {
        border-right:none;
    }
    .options li {
        margin: auto;
        max-width: 100% !important;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        width: 100%;
        overflow: hidden;
        color: inherit !important;
    }


    #dropdownList{
        width: 200px;
    }
    #sortDropdown{
        display: block !important;
    }
    .daterange-toggle{
        justify-content: space-between;
        padding: 6px 0px 6px 10px !important;
    }
    #daterange-wrapper{
        width: 100%;
    }
    #establishedToggle{
        width: 100%;
    }
    .filter-arrow-icon-last{
        justify-content: space-between;
    }
}

#sel.location-tags-wrapper {
    display: flex;
    /* overflow-x: auto; */
    white-space: nowrap;
    max-width: 100%;
    padding: 5px;
    gap: 5px;
    scrollbar-width: thin;
    white-space: normal;
    word-wrap: break-word;
}

#sel.location-tags-wrapper::-webkit-scrollbar {
    height: 6px;
}
#sel.location-tags-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.location-tag {
    display: inline-flex;
    align-items: center;
    background-color: orange;
    padding: 0px 8px;
    border-radius: 4px;
    margin-top: 3px;
}
.location-tag img {
    width: 14px;
    height: 14px;
    margin-left: 6px;
    margin: 0 0.3em !important;
    vertical-align: -0.2em !important;
    cursor: pointer;
}

.btn-clear-data{
    color: #FFFFFF !important;
    background-color:white !important;
    /* border: 1px solid #FF6700; */
    color:#FF6700 !important;
    margin-right: 4px !important;
    border: none !important;
    padding: 0px 0px !important;
}

.btn-clear-data:hover{
    background-color: #ffffff !important
}

.button-filter:focus .btn-clear-all, .button-filter:hover .btn-clear-all {
    filter: brightness(3.5);
}

@media(min-width:768px) and (max-width:1164px){
    .search-bar{flex-direction: unset !important;border-radius: 40px !important; padding: 0px 7px;width: unset !important; }
    .search-section{border-bottom:none;border-right: 1px solid #ddd;}
    .search-button {border-radius: 50%; width: 80%;}
    .optoinscategory, .optoinslisting { width: 40vw !important;}
    .mdl-filter {flex-direction: row;}

    .search-bar .searchopt{ padding: 8px 3px !important; }
    .search-wrapper{ align-items: flex-start;}
    .search-button-section{ padding: 0px; width: unset !important;}
    .extra-buttons{ margin: 0px;}
    .sec_width{ border-right: 1px solid #eee;border-bottom:none;}
    .sec_width:last-of-type{ border-right:none; }
    #filter .sec_width_first{ border-radius: 40px 0px 0px 40px !important; }
    .mdl-filter{ width: 100%; padding: 0px 0px; }
    #establishedToggle{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
    .styledSelect::after { top: 15px !important; right: 0px !important; }
    .styledSelect:focus-within::after { top: 9px !important; right: 0px !important; left: 80px !important; }
    .options{ top: 55px !important; left: -40px !important; }
    #filter .sec_width_last { border-radius: 0px 40px 40px 0px !important; border-bottom: none !important; }
    .search-section:last-of-type{ border-bottom:none !important; }
    .pricepop{ width: 330px; }
	#askiprice-div {width: 20% !important;}
}

@media(min-width:800px) and (max-width:1180px){
    .options li {
        margin: auto;
        max-width: 100% !important;
        font-size: 12px !important;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 500;
        width: 100% !important;
        overflow: hidden;
        color: inherit !important;
    }
}



.dropdown-box {
    display: flex;
    align-items: center;
    max-width: 120px; /* adjust as needed */
    padding: 6px 10px;
    background: white;
    border: none;
    cursor: pointer;
    position: relative;
}

.dropdown-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    color: #524781; /* your theme */
    font-size: 14px;
}

#daterange-wrapper{
    /* overflow: hidden; */
    width: -webkit-fill-available;
}

.second-search{
    display: flex;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    /* overflow: hidden; */
    align-items: stretch;
    flex-grow: 1;
    margin: 15px 0px 0px 0px;
    clear:Both;
    width:86%;
    /* padding:2px; */
    position: relative;
}
.first_width_sec{
    /* display: flex; */
    align-items: center;
    padding: 5px 1px;
    border-right: 1px solid #ddd;
    gap: 10px;
    color: #6c4c9f;
    background-color: #fff;
    /* background-color: #000; */
    /* flex: 3; */
}
.first_width_sec:last-of-type {
    border-right: none;
}
.searchoutline:focus-within {
    outline: 1px solid #000 !important;
    margin-right: 1px;
}

.pricepop_deal {
    display:none;
    width:400px;
    position: absolute;
    background: #fff;
    z-index: 11;
    top:65px;
    padding: 15px;
    box-shadow: 0px 0px 30px 0px #00000033;
    border-radius: 15px;
}

.fist-column-div{
    padding-right: 5px !important;
    /* display: flex; */
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    padding-left: 5px !important;
}

/*======================= End Deals Page CSS ====================================================== */

/* #daterange-list{ top: 265px; } */

#daterange-list{
    /*display: block;*/
    position: absolute;
    left: 15px;
    background: white;
    border-top: 1px solid rgb(204, 204, 204);
    border-image: initial;
    list-style: none;
    /* margin: 0px; */
    z-index: 90;
    /* height: fit-content; */
    width: 230px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px 0px;
    border-right: 1px solid var(--Stroke, #D9D9D9);
    border-radius: 15px;
    top: 65px;
    padding: 12px 16px 16px !important;
}
#pricepop_Revenue_deal{ right: 0%; }
#pricepop_minimum_Buy_in {  left: 325px; }

@media (min-width: 250px) and (max-width: 767px) {
    .deals-page .pricepop { top: 145px; }
    .pricepop { width: 330px; top: 215px; left: 0% }
    #pricepop_Revenue{ top: 145px }
    .deals-page .dropdown-content{ top: 275px;}
    .dropdown-content{ top: 340px; right: unset; }
    #pricepop{ top: 260px;}
    .second-search{ width: 100%;
        flex-direction: column;
        align-items: stretch;
        border-radius: 20px !important;
        padding: 1px 3px;
    }
    .first_width_sec{ padding: 7px 1px !important; border-bottom: 1px solid #ddd ; border-right: unset !important;}
    .pricepop_deal{ width: 320px !important; }
    .bot { width: unset !important; }
    .first_width_sec:last-of-type { border-bottom: none !important }
    .last-sec-border{ border-radius: 0px 0px 15px 15px !important; }
    .first-sec-border{ border-radius: 15px 15px 0px 0px; }
    .searchoutline:focus-within { margin-bottom: 1px !important; }
    #pricepop_estimated_return{ top: 135px !important; }
    #pricepop_minimum_Buy_in{ top: 195px !important; left: unset !important; }
    #pricepop_Revenue_deal{ top: 260px !important; right: unset !important; }
    #pricepop_deal{ top: 70px !important; }

    .styledSelect::after { right: 2px !important; }
    .sec_width { padding: 8px 6px !important; }
    #list-type-block { display : block !important; }
    #filter .sec_width:focus-within { margin-bottom: 1px;}
    .mdl-filter{ border-radius: 20px !important; }
    .location-field { border-bottom-left-radius: 2px; }
    .sec_width_last:focus-within { padding: 3px 0px !important; }

    .optoinsdealstage{ width: 70vw !important; left: 0px !important;}
    .search-bar{ width: 100%; }
    .searchopt:focus-within { margin-bottom: 1px; }
    .search-section:last-of-type{ border-bottom:none !important; }
    #filter .sec_width_last { border-radius: 0px 0px 20px 20px !important; border-bottom: none; }
    #filter .sec_width_first { border-radius: 20px 20px 0px 0px !important; }
    .search-bar .equal-field { padding: 7px 10px !important; }
    #daterange-list{ top: 75px;}
}

@media(min-width:768px) and (max-width:1164px){
    .second-search{ width: 100%; align-items: stretch; }
    .optoinsdealstage { width: 30vw !important; }
    #filter .sec_width_last { border-bottom: none; }
}

.styledSelect {
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 8px;
    padding-top: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right:15%
}

.optoinsdealstage{
    width: 17vw;
    border-radius: 12px !important;
    padding: 5px !important;
    left: -15% ;
}
#optionsdealstage .scrolableDiv li {
    max-width: 100% !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    width: 70% !important;
    overflow: hidden;
    color: inherit !important;
}
.applydealstage{
    width: 45% !important;
    color: white !important;
    background-color: #f7931e !important;
    margin-left: 28% !important;
    border: none !important;
    border-radius: 7px !important;
    padding: 5px;
}
/* #establishedToggle { width: 100% !important; } */
@media(min-width:1165px) and (max-width:1186px){
    .second-search, .mdl-filter{ width: 84.3% !important; }
}
#pricehead_Revenue , #pricehead_Cash , #pricehead, #pricehead_deal, #pricehead_estimated_return,
#pricehead_minimum_Buy_in, #pricehead_Revenue_deal{
    background-color: #F6F5FA;
    padding: 2px 4px;
    border-radius: 4px;
    color: #524781;
    text-align: center;
    font-size: 14px;
    border: 1px solid #5247811A;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.sec_width:focus-within #pricehead_Revenue,
.sec_width:focus-within #pricehead_Cash,
.searchopt:focus-within #pricehead {
  overflow-x: auto;
  text-overflow: unset;
}

.force-padding { padding: 20px 7px !important; }
#askiprice-div {border-right: 1px solid #ddd; border-radius: 0px !important;display: grid; }
#askiprice-div .search-section { border-right: none !important; }
.aski-all-lable { padding: 10px 7px !important; }
#aski-price-lable { width:  -webkit-fill-available; overflow: hidden; }
.highlight-orange { color: #FF9900 !important; }
.easySelect_deals{ padding: 2px 7px !important; }


/********** CSS for font size when toggle is enabled start **********/

.fontsize #fld_category{ padding-top: 9px; }
.fontsize .styledSelect::after { top: 20px; }
.fontsize .added-anytime .easySelect { height: 100% !important; }
.fontsize .dropdown-header{ padding: 0px !important; }
.fontsize .options li { width: 35%; }
.fontsize label { line-height: 1 !important; }
.fontsize .filter-arrow-icon::after { margin-top: 20px; }
.fontsize .added-title-focus{ line-height: 39px !important; overflow: hidden !important; }
.fontsize #fld_listing{ padding-top: 7.5px; }
.fontsize #aski-price-lable { margin-top: 9px; }
.fontsize #daterange-wrapper { overflow: hidden; }
.fontsize #selectedText{ width: 110px; }
@media (max-width: 544px) {
    .fontsize .optoinscategory {
        width: 80vw !important;
        left: -35px !important;
    }
   .optoinslisting {
        width: 60vw !important;
        left: -5px !important;
    }
    .fontsize .options li { width: 100% !important; }
    .fontsize .search-loc-div { left: -15px; }
}
@media (min-width: 250px) and (max-width: 767px) {
    .fontsize #pricepop { top: 280px; }
    .fontsize #pricepop_Revenue { top: 155px; }
    .fontsize .pricepop { top: 225px; }
    .fontsize .dropdown-content { top: 365px; }
}
@media (max-width: 800px) {
    .fontsize .options li { width: 100% !important; } }

.fontsize #aski-price-lable { overflow: hidden; padding-right: 20%; }
.fontsize .asking-price-arrow-icon::after { margin-left: -24px; }

@media (min-width: 768px) and (max-width: 1164px) {
    .fontsize .styledSelect::after { top: 18px !important; }
    .fontsize .extra-buttons{
        gap: 5px;
        margin-top: 8px;
        margin-left: 3px;
    }
	.options { top: 60px !important; }
}

/********** CSS for font size when toggle is enabled End **********/