.scroll-wrapper {
  position: relative;
  height: 800px;
  overflow: hidden;
  padding-bottom: 50px;
}
.scroll-content {
  height: 100%;
  overflow-y: scroll;
  padding-right: 20px; /* Prevent content under scrollbar */
  -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
}
.scroll-track {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 750px;
  border-left: 1px solid #E1E1E1;
  background: #F1F0F0;
}
#scroll-thumb {
  position: absolute;
  right: 2px;
  top: 0;
  width: 16px;
  height: 102px; /* you can dynamically size it */
  pointer-events: none; /* allows scrolling through the container */
  z-index: 10;
  border-radius: 50px;
  border: 1px solid #B9B9B9;
  background: #FAFAFA;
  pointer-events: auto;
}
#map {
    position: static !important;
}
.select-subcon-cls {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    gap: 0px 24px;
    padding: 8px 0px;
}
.select-cls {
    height: 38px;
    width: 274px;
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #0064D2;
}
.select-subcon-cls .btn-cls {
    padding: 11px 32px;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.select-subcon-cls input[type="text"] {
    width: 367px;
    height: 38px;
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    border: 1px solid #BDC8D4;
}
.select-cls option:first-child {
    display: none;
}
.select-cls option {
    border-radius: 0px 0px 0px 5px;
    border: 1px solid #0064D2;
    background: #FFF;
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.select-cls option:hover {
    color: #0064D2;
    background: #fff;
}
.select-maincon-cls {
    background: #EFF6FC;
}
.red-cls {
    color: #E61E1E;
}
.where-con-2-cls {
    display: flex;
    flex-direction: row;
    transition: all 1s;
    overflow: hidden;
    height: 859px;
}
.breadcrum-cls {
    margin: 0 0 20px 0;
    color: #828181;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.where-con-2-p2-cls {
    padding: 25px 0px 4px 26px;
    width: 100%;
    max-width: 565px;
    transition: max-width 1s ease-out;
}
.where-con-2-p1-cls {
    width: calc(100% - 565px);
    position: relative;
    transition: width 1s ease-in-out;
    overflow: hidden;
}
.where-con-2-p1-cls.open {
    width: 100%;
}
.where-con-2-p2-cls.close_1 {
    padding: 0;
    width: 0;
    max-width: 0;
    transition: max-width 1s ease-in-out;
}
.box-cls {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 9px 10px 11px 10px;
    width: 100%;
    max-width: 252px;
    transition: border-color 0.3s ease;
    cursor: pointer;
	border: 2px solid transparent;
}
.highlight-border {
    border: 2px solid #ff9800;
    /* Highlight border color */
    box-shadow: 0 0 8px rgba(255, 152, 0, 0.5);
    /* Optional: Glow effect */
}
.box-upp-cls {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CBD5E0;
}
.box-upp-cls p {
    margin: 0;
}
.first-box-cls {
    width: calc(100% - 65px);
    padding: 0px 5px 7px 0px;
}
.miles-cls {
    width: 65px;
}
.miles-cls > p {
    margin: 0;
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #0064D2;
    background: #FFF;
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
	line-height: normal;
	text-align: center;
}
.blue-cls {
    color: #0064D2;
    font-family: "Toshiba Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* margin: 0px 0px 5px 0px !important; */
}
.first-box-inner-cls .marker-no-cls {
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #e74c3c;
    border-radius: 10%;
    line-height: 14px;
	font-family: "Toshiba Sans" !important;
	height: fit-content;
}
.GMAMP-maps-pin-view text {
    fill: white !important;
    font-family: "Toshiba Sans" !important;
    font-weight: 500 !important;
}

.first-box-inner-cls {
    display: flex;
    gap: 10px;
/*     align-items: center; */
    margin-bottom: 10px;
}
.grey-cls {
    color: #828181;
    font-family: "Toshiba Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-down-cls>p {
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.manager-cls {
    display: flex;
}
.manager-cls p {
    padding: 4px 18px;
    margin: 0;
}
.manager-cls p:first-child {
    padding: 4px 18px;
    margin: 0;
    border-radius: 5px 0px 0px 5px;
    background: #0064D2;
    color: #FFF;
    text-align: center;
    font-family: "Toshiba Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.manager-cls p:last-child {
    padding: 4px 23px;
    margin: 0;
    border-radius: 5px 0px 0px 5px;
    background: #FFF;
    color: #000000;
    text-align: center;
    font-family: "Toshiba Sans";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.box-down-cls p:nth-child(2) {
    margin: 0px 0px 6px 0px;
}
.box-down-cls p:nth-child(1) {
    margin: 6px 0px 6px 0px;
}
.box-down-cls p:nth-child(3) {
    margin: 0px 0px 9px 0px;
}
.box-last-text-cls {
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0px 0px 0px;
}
.box-con-cls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 18px;
}
/* #where-result-show {
    height: 859px;
} */
.managers-btn .btn.active {
    background: #0064D2;
    color: #fff;
    padding: 4px 12px 5px 11px;
}
.managers-btn .btn {
    color: #0064D2;
    background: #fff;
    padding: 4px 12px 5px 11px;
    font-size: 11px;
}
.managers-btn .btn.regional-manager {
    border-radius: 5px 0px 0px 5px;
}
.managers-btn .btn.sales-manager {
    border-radius: 0px 5px 5px 0px;
}
.mCSB_inside>.mCSB_container {
    margin-right: 0px !important;
}
.btn-icon::after {
    content: '';
    background: url(https://tic1dev.wpenginepowered.com/wp-content/uploads/2024/11/collapseleft_120112-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 50%;
    right: 11px;
    background-color: #fff;
    padding: 0px;
    border-radius: 5px;
    box-shadow: -2px 4px 18.1px 0px rgba(0, 0, 0, 0.15);
    transition: all 1s;
}
.btn-icon.open::after {
    transform: rotate(180deg);
    transition: all 1s;
}
.img-desc-box-cls {
    width: 100%;
    height: auto;
    background-color: #ffff;
    color: #fff;
    padding: 0px;
    margin: 0px;
    /* position: absolute; */
    right: 20%;
    bottom: 25%;
    display: flex;
    border-radius: 10px;
}
.message-bottom-cls:after {
    content: " ";
    position: absolute;
    left: 18px;
    bottom: -8px;
    border-top: 8px solid #ffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: none;
}
button.gm-ui-hover-effect>span {
    margin-top: 0px !important;
}
.image-desc-p1-cls .blue-cls {
    color: #0064D2;
    font-family: "Toshiba Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.image-desc-sub-p1-cls {
    display: flex;
    align-items: center;
    margin: 0px 0px 2px 0px;
}
.image-desc-p1-cls .miles-cls>p {
    margin: 0;
    padding: 2px 5px;
    border-radius: 2px;
    border: 1px solid #0064D2;
    background: #FFF;
    color: #0064D2;
    font-family: "Toshiba Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.image-desc-sub-p1-cls .grey-cls {
    color: #828181;
    font-family: "Toshiba Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 8px;
}
.image-desc-p1-cls p span {
    color: #000;
    padding: 5px 0px;
    display: flex;
}
.image-desc-p1-cls p {
    color: #828181;
    font-family: "Toshiba Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.gm-style-iw-chr {
    position: absolute;
    top: 0;
    right: 0;
}
.image-desc-p1-cls {
    padding: 25px 0px 5px 0px;
}
/* .image-desc-p1-cls {
    width: calc(100% - 32px);
    padding: 3px 0px 3px 10px;
} */
.image-desc-p2-cls {
    width: 100%;
    background: red;
    max-width: 32px;
    position: relative;
    border-radius: 0px 8px 8px 0px;
}
/*
.image-desc-p2-cls:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2024/11/Mask-group.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 18px;
    right: 4px;
} */
.image-desc-p2-cls:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(https://tic1dev.wpenginepowered.com/wp-content/uploads/2024/11/Mask-group.svg);
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}
.where-con-2-p1-cls iframe {
    height: 950px;
}
.product-list-cls {
    border-radius: 5px;
    background: #0064D2;
    padding: 4px 12px 5px 11px;
}
.product-list-cls p {
    margin: 0;
    color: #FFF;
    font-family: "Toshiba Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-list-cls p:first-child {
    font-size: 11px;
}
.product-list-cls p:last-child {
    font-size: 9px;
    display: inline-block;
    padding: 0px 0px 0px 4px;
}
.product-list-cls input[type="checkbox"] {
    width: 7px;
    height: 7px;
}
.product-list-cls p:first-child {
    font-size: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0px 0px 4px 0px;
}
.checkbox-con-cls {
    display: flex;
    align-items: center;
    margin: 3px 0px 0px 0px;
}
.checkbox-con-cls span {
    margin-right: 10px;
}
.checkbox-cat-cls .checkbox-con-cls input[type="checkbox"] {
    width: 11px;
    height: 11px;
}
.checkbox-cat-cls .checkbox-con-cls p {
    color: #000;
    font-family: "Toshiba Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 6px;
}
.checkbox-cat-cls {
    padding: 6px 0px 0px 9px;
}
/* .checkbox-cat-cls .checkbox-con-cls:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 0px 12px;
} */
.icon-distri-cls .grey-cls {
    margin: 0 0 0 25px;
}
.icon-distri-cls::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2024/11/fi_5191911.svg);
    width: 15px;
    height: 15px;
}
.icon-distri-cls {
    position: relative;
}
.check-icon {
    background: url(https://tic1dev.wpenginepowered.com/wp-content/uploads/2024/11/checked-2.svg);
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}
.checkbox-cat-cls .checkbox-con-cls .check-icon {
    background: url(https://tic1dev.wpenginepowered.com/wp-content/uploads/2024/11/checked-2.svg);
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0064D2;
}
.cross-icon {
    /* background: url(/wp-content/uploads/2024/11/x-3.svg); */
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center center;
}
.checkbox-cat-cls .checkbox-con-cls .cross-icon {
    /* background: url(/wp-content/uploads/2024/11/x-3.svg); */
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: #E61E1E; */
    background-color: #c3c2c2;
}
#loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 50;
    /* Ensures it's above most other elements */
    background-color: rgb(111 102 102 / 82%);
    /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: none;
    /* Hidden by default */
}
#loading-screen .loading {
    animation: rotate 1s linear infinite;
    border-radius: 50%;
    height: 48px;
    position: absolute;
    width: 48px
}
#loading-screen .loading:after,
#loading-screen .loading:before {
    animation: prixClipFix 2s linear infinite;
    border: 5px solid #046bd2;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    inset: 0;
    position: absolute
}
#loading-screen .loading:after {
    animation: prixClipFix 2s linear infinite, rotate .5s linear infinite reverse;
    border-color: #ff3d00;
    inset: 6px
}
@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    to {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}
/* Skeleton styles */
.skeleton {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 5px;
}
/* Animation */
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
/* Specific styles for skeleton placeholders */
.skeleton-text {
    height: 16px;
    margin: 5px 0;
    width: 80%;
}
.skeleton-small {
    height: 12px;
    margin: 5px 0;
    width: 60%;
}
.skeleton-box {
    height: 65px;
    width: 100%;
    max-width: 252px;
}
.skeleton-circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
/* desktop css start
 .gm-style-iw-chr {
    align-items: center;
}
.gm-style-iw.gm-style-iw-c {
    padding:0px;
    flex-direction: row;
}
.gm-style .gm-style-iw-d {
    overflow: unset !important;
}
#where-result-show {
    max-height: 800px;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: auto;
    padding-bottom: 50px;
}
#where-result-show::-webkit-scrollbar {
    width: 16px;
    background: #E1E1E1;
}
#where-result-show::-webkit-scrollbar-thumb {
    border-radius: 50px;
    border: 1px solid #B9B9B9;
    background: #FAFAFA;
} */
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
.animate-marker {
    animation: bounce 0.5s ease infinite;
}
/* desktop css End */
/* Resposive css Start */
@media(max-width:1680px) {
    .where-con-2-cls {
        height: 549px;
    }
    #where-result-show,
    .scroll-wrapper {
        height: 450px;
    }
    .scroll-track {
        height: 450px;
    }

}
@media(max-width:1600px) {
    .btn-icon::after {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:1450px) {
    .btn-icon::after {
        width: 40px;
        height: 40px;
    }
}
@media(max-width:1220px) {
    .select-subcon-cls {
        max-width: 100%;
        justify-content: space-between;
        padding: 8px 15px;
        gap: 15px;
    }
    .select-subcon-cls .btn-cls {
        padding: 11px 20px;
    }
}
@media(max-width:1165px) {
    .select-cls {
        width: 260px;
    }
    input#address {
        width: 367px;
    }
}
@media(max-width:1135px) {
    .select-cls {
        width: 240px;
    }
    input#address {
        width: 350px;
    }
}
@media(max-width:1080px) {
    .select-cls {
        width: 220px;
    }
    input#address {
        width: 330px;
    }
}
@media(max-width:1050px) {
    .where-con-2-p2-cls {
        width: 55%;
        max-width: 55%;
        padding: 15px 0px 30px 15px;
    }
    .where-con-2-p1-cls.close {
        width: 45%;
    }
}
@media(max-width:1000px) {
    .where-con-2-p1-cls.close {
        width: 100%;
        height: 500px;
    }
    .where-con-2-p2-cls.open_1 {
        width: 100%;
        max-width: 100%;
    }
    .where-con-2-p1-cls.open {
        height: 450px;
    }
    .where-con-2-p2-cls.close_1 {
        width: 100%;
        transition: unset;
        max-width: 100%;
        padding: 15px;
    }
    .where-con-2-cls {
        height: 100%;
        flex-direction: column;
    }
    .select-subcon-cls {
        grid-template-columns: repeat(2, 1fr) !important;
        display: grid;
    }
    .select-cls {
        width: 100%;
    }
    input#address {
        width: 100%;
    }
    .btn-icon::after {
        display: none;
    }
    .box-cls {
        width: 100%;
        max-width: 100%;
    }
    .box-con-cls {
        gap: 20px 20px;
        padding-right: 15px;
    }
}
@media(max-width:850px) {
    .where-con-2-p1-cls.close {
        height: 450px;
    }
}
@media (max-width: 768px) {
    #where-result-show,
    .scroll-wrapper {
        height: 400px !important;
    }
    #scroll-thumb  {
        border-radius: 20px;
        width: 10px;
    }
    .scroll-track{
        width: 12px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    #where-result-show {
        height: 450px;
        padding-bottom: 0px;
    }
    #scroll-thumb {
        width: 12px;
        border-radius: 30px;
    }
    .scroll-track{
        width: 14px;
    }
}
@media (max-width: 767px) {
    .page-id-261 .breadcrumb-section {
        border: none !important;
    }
    .where-con-2-p1-cls.close {
        height: 400px;
    }
    #where-result-show,
    .scroll-wrapper {
        height: 400px;
    }
}
@media (max-width: 550px) {
    .where-con-2-p1-cls.close {
        height: 350px;
    }
    #where-result-show,
    .scroll-wrapper {
        height: 350px;
    }
    .box-con-cls {
        grid-template-columns: repeat(1, 1fr);
    }
    .select-subcon-cls {
        grid-template-columns: repeat(1, 1fr) !important;
        padding: 15px 15px;
    }
}
/* Resposive css End */
