.loadingoverlay{
    display:none;
}
#branchList .actv {
    background-color: #fff2d182; /* Change the background color to red */
    color: black; /* Change the text color for better visibility */
}
.locationListing ul li {
    height: 140px;
    overflow-y: auto;
}
.locationListing ul {
 column-count : 2;
}
.pac-container {
    display: none !important;
}

.loc_hide{
display: none !important;
}
.showMap{
    display: none !important;
}
#branchList li{
color: #717171;
font-size: 1.5rem;
font-family: inherit;
font-weight: 600;  
padding: 10px 0px 10px 0;  
cursor: pointer;
}

#noRecordsFound{        
box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
width: 100%;
margin: auto;
margin-top: 16px !important;
padding-left: 20px;
background-color: white;
height: auto;
overflow-y: scroll;
max-height: 200px;
}
#branchList{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
width: 100%;
margin: auto;
margin-top: 16px !important;
padding-left: 10px;
background-color: white;
height: auto;
overflow-y: scroll;
max-height: 200px;
}
#branchList li:hover {
background-color: rgb(201 20 41 / 5%); 
cursor: pointer; 
}

#branchList li {
padding: 5px; 
margin: 5px 0; 
transition: background-color 0.3s;
}
#noRecordsFound{
    font-size: 14px;
    padding: 10px;
    font-weight:700;
    color:#c91429;
}

/* --------------------------Advisor Search----------------------------- */

.div-table {
    display: table;
    width: auto;
    background-color: #ddd;
    border: 1px solid #666666;
    border-spacing: 5px; /* cellspacing:poor IE support for  this */
}

.div-table-row {
    display: table-row;
    width: auto;
    clear: both;
}

.div-table-col {
    float: left; /* fix for  buggy browsers */
    display: table-column;
    width: 250px;
    background-color: #ddd;
}

#tbladvisor {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 11px !important;
    display:block !important
}

    #tbladvisor td, #tbladvisor th {
        border: 1px solid #fff;
        padding: 8px;
    }

    #tbladvisor tr {
        background-color: #ddd;
    }

    #tbladvisor th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
        color: #000;
        background-color: #ddd;
    }
    .advisory_forms li {
flex:0 0 33.33%;
max-width:33.33%;
padding:0px 15px;
}
.advisory_forms {
display:flex;
flex-wrap:wrap;
justify-content:center;
}
.advisory_forms .dvSelect{
width:100% !important;
padding:0px !important;
}
.advisory_forms .formBtns {
margin-left: 0;
text-align: left;
}
.advisory_forms > li:nth-child(4) {
max-width: fit-content;
}
.advisory_forms .formBtns .anchorLink {
border:1px solid #c91429;
background-color:#c91429 !important;
color:#ffffff;
padding: 8.5px 30px;
}

.advisory_forms .formBtns .anchorLink:hover{
background-color:#ffffff !important;
color:#c91429;
}

#ddlcities,#ddlpincodes {
padding: 10px 26px 10px 10px;
border: 1px solid #ddd;
border-radius: 6px;
color: #000000 !important;
}

.dvFundFilters {
border-radius: 8px;
background: #fff !important;

max-width: 700px;
margin: 0 auto 20px auto;
}
#advisordata{
padding: 0px;
}
#advisorList  li > div {
display: flex;
}
#advisorList  li > div > div:nth-child(1){
flex:0 0 30%;
max-width:30%;
display:flex;
justify-content:space-between;
padding-right:10px;
font-weight:600;
}
#advisorList  li > div > div:nth-child(2){
flex:0 0 70%;
max-width:70%;
}
#advisorList {
display: flex !important;
flex-wrap: wrap;

}
#advisorList li{
flex: 0 0 48%;
max-width: 48%;
padding: 20px !important;
margin: 0px 1% 18px 1%;
}
@media (max-width:576px){
#advisorList li {
flex: 0 0 100%;
max-width: 100%;
padding: 20px !important;
margin: 0;
}
.loc-close-search{
right: 20px;
top: 10px;
}
.advisory_forms li {
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 20px;
}
#ddlcities, #ddlpincodes {
padding: 4px 26px 4px 10px;

}
.advisory_forms > li:nth-child(4) {
margin-bottom: 0px;
}
}
#paginationControls .pagination > li > a, 
#paginationControls .pagination > li > span{
Padding:0px;
border:none;
}
#paginationControls .pagination > li > span:hover{
background-color: transparent;
}


.pagination .next{
margin-left: 15px;
}
.pagination .prev {
margin-right: 15px;
}
li .prev-link, li .next-link {
color: #3e593c !important;
}
li.page-item.active a {
background-color: #969f6e;
border-color: #969f6e;
width: 20px;
z-index: 0;
cursor: not-allowed;
}
#paginationControls .pagination {
align-items: center;
}
#paginationControls .pagination {
--bs-pagination-padding-y: auto !important;
}
.pagination .page-item {
margin: 0 5px;
}
.page-item:not(:first-child) .page-link {
margin-left: calc(var(--bs-border-width)* -1);
}
.pagination li .prev-link, .pagination li .next-link {
font-size: 26px;
height: 30px;
width: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.pagination li a {
width: 10px;
height: 10px;
margin: 0px;
background-color: #f2f2f2;
border-color: #f2f2f2;
border-radius: 5px !important;
cursor: pointer;
transition: background-color 0.3s;
}
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
background-color: #969f6e;
border-color: #969f6e;
}
.pagination .disabled span {
color: #ccc; /* Light gray for disabled state */
pointer-events: none; /* Prevent clicks */
}
.fund_adv{
font-weight:600;
}

/* ----------------------------- */

#adresult {
    display: block; 
    padding: 10px;
    background-color: #ffffff; 
    border-radius: 0px;
    box-shadow: none;
}

#advisorList {
    list-style-type: none; 
    padding: 0; 
margin: 0;
    column-count: 2;
}

#advisorList li {
    border: 1px solid #ddd; /* Optional: Border around each list item */
    padding: 10px; /* Padding inside each list item */
    margin-bottom: 10px; /* Space between list items */
    border-radius: 4px; /* Rounded corners for each item */
    background-color: #ffffff; /* Background color for each item */
}

#paginationControls {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

#pagination button {
    padding: 10px 15px; /* Padding for buttons */
    margin: 0 5px; /* Space between buttons */
    border: none; /* Remove default border */
    border-radius: 4px; /* Rounded corners for buttons */
    background-color: #007bff; /* Button background color */
    color: white; /* Button text color */
    cursor: pointer; /* Change cursor to pointer on hover */
}

#pagination button:hover {
    background-color: #0056b3; /* Darker background on hover */
}


div#adresult > div#advisorListContainer > ul#advisorList {
    display: block; /* Ensure it is displayed */
}

div#paginationControls > div#pagination {
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center the pagination buttons */
}
#advisorList li:hover{
   border: 1px solid #c91429;
}
.theme2 .dvPopupBox .btnClosePop{
background-color: #c91429;
}
