@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontsFree-Net-Montserrat-Medium';
    src: url(../fonts/FontsFree-Net-Montserrat-Medium.eot);
    src: url(./FontsFree-Net-Montserrat-Medium.eot?#iefix) format('embedded-opentype'),
         url(../fonts/FontsFree-Net-Montserrat-Medium.otf) format('otf'),
         url(../fonts/FontsFree-Net-Montserrat-Medium.svg) format('svg'),
         url(../fonts/FontsFree-Net-Montserrat-Medium.ttf) format('truetype'),
         url(../fonts/FontsFree-Net-Montserrat-Medium.woff) format('woff'),
         url(../fonts/FontsFree-Net-Montserrat-Medium.woff2) format('woff2');
  }
  
:root{
    --primary-color:#363636;
    --white-color:#fff;
}
body {
    background-color: #fff;
    font-family: 'Montserrat';
    font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.container {
	max-width: 89.583vw;
	margin: 0 auto;
}
.header-main {
    background-color: #00FF00 !important;
}
.nav-logo {
    width: 32.22px;
    height: 32.22px;
}
.navbar-main {
    padding: 0.482vw 0;
}
.nav-user-title {
	margin-bottom: 0;
	margin-right: 4.514vw;
}
.navbar-light .navbar-toggler {
    display: none !important
}
.nav-user-title a {
	font-size: 0.722vw;
	color: #FFFFFF;
	font-family: 'Montserrat-bold';
	font-weight: bold;
	position: relative;
	padding-left: 1.736vw;
}

.nav-user-title a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../dash-images/navbar-user-icon.svg);
	width: 21.21px;
	height: 21.21px;
	background-repeat: no-repeat;
}

.nav-right-user-menu {
	display: flex;
	justify-content: flex-end;
}

.nav-dark-icon {
	width: 0.865vw;
	height: 12.91px;
	margin-right: 4px;
}

.nav-light-icon {
	width: 1.096vw;
	height: 15.75px;
}

.nav-right-user-light-icon {
	display: flex;
}

img.nav-logo {
    filter: brightness(0);
}
/* sidebar css start */
.left-side-menu-main {
    max-width: 16.578vw;
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.left-side-menu ul li a {
	text-decoration: none;
	font-size: 0.792vw;
	font-family: 'Montserrat-bold';
	font-weight: bold;
	line-height: 14.17px;
	color: #000000;
	position: relative;
}
.search-bar input {
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid #EE8917 !important;
    color: #000;
    font-size: 10.89px;
    font-weight: bold;
    height: 45px;
    max-width: 228px;
}
.left-side-menu ul li {
    list-style: none;
    padding: 3px 0 4px 0;
    width: 9.949vw;
    background: #FFFFFF;
    margin-bottom: 1.319vw;
}
.fake-map img {
    width: 100%;
    height: auto;
}
.search-bar.mb-4 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.filter-icon span {
    font-size: 10.89px !important;
    padding-left: 5px !important;
}
.search-bar.mb-4:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(../dash-images/Asset\ 4.svg);
    left: auto;
    top: 14px;
    right: 100px;
}
.search-bar input::placeholder {
    color: #000;
}
.search-bar input::-ms-input-placeholder {
    color: #000;
}
.left-side-menu-icon-search a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/search-icon.svg);
	left: -25px;
	top: 2px;
}
.left-side-menu-icon-package a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/package-icon.svg);
	left: -25px;
	top: 2px;
}
.map-container {
    position: relative;
    /*padding-bottom: 40vh; 365px;*/
}
.fake-map {
    height: 40vh;/*430px;*/
}
.opening-hours li {
    font-weight: bold;
    font-size: 13px;
}
.opening-hours li:nth-child(11) {
    color: #EE8917;
}
.opening-hours li:nth-child(12) {
	color: #EE8917;
}
.opening-hours li:nth-child(13) {
    margin-bottom: 10px;
	color: #EE8917;
}
.opening-hours li:nth-child(14) {
    margin-bottom: 10px;
	color: #EE8917;
}

.left-side-menu-icon-invoice a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/invoice-icon.svg);
	left: -25px;
	top: 2px;
}
.left-side-menu-icon-document a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/document-icon.svg);
	left: -25px;
	top: 2px;
}

.left-side-menu-icon-complaint a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/complaint-icon.svg);
	left: -25px;
	top: 2px;
}

.left-side-menu-icon-settings a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/settings-icon.svg);
	left: -25px;
	top: 2px;
}
.left-side-menu-icon-cod a::before {
	content: "";
	position: absolute;
	width: 16.89px;
	height: 16.89px;
	background-image: url(../dash-images/cod-icon.svg);
	left: -25px;
	top: 2px;
}
.left-side-menu-icon-search {
	background: black !important;
}
.row.m-0.custom {
    margin-top: 30px !important;
}
.col-md-3.left-bar {
    width: 345px;
    padding: 0px 0 0 30px;
}
#listingContainer{
    height: calc(100vh - 170px);
    overflow-y: auto;
}
@media screen and (max-width: 1199px) {
    #listingContainer{
        height: calc(60vh - 170px);
    }
}
.filter-icon {
    display: flex;
    align-items: center;
    background-color: #2B8704;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    gap: 0;
} 
.filter-icon svg {
    width: 26px;
    height: 29px;
} 
.filter-text {
	color: #fff; 
	font-size: 14px; 
	font-weight: bold;
}
  .filter-icon:hover {
	background-color: #00FF00; 
  }
  
.col-md-3.left-bar ul {
    -ms-overflow-style: none; 
}
.col-md-3.left-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.col-md-3.left-bar li {
    position: relative;
    border-bottom: 2px solid #E2E2E2;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 10px;
    cursor: pointer;
}
/* .bg-grey.tab {
    display: none;
} */

.bg-grey.tab{
    min-height: 364px;
}

.bg-grey.tab.active {
    display: block;
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
}
.col-md-3.left-bar span {
    padding-left: 15px;
    font-size: 9.15px;
    font-weight: bold;
    position: relative;
}
.col-md-3.left-bar li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background-color: #2B8704;
    border-radius: 50%;
}
.col-md-3.left-bar small {
    font-size: 9.15px;
    font-weight: 400;
    color: #000;
}
.col-md-3.left-bar li .active {
    background-color: #E2E2E2;
    border-radius: 5px;
	padding-left: 15px;
    padding-right: 15px;
}
li.d-flex.justify-content-between.align-items-center.mb-2.active{
    background-color: #E2E2E2;
    border-radius: 5px;
	padding-left: 15px;
    padding-right: 15px;
}
.col-md-3.left-bar img {
    filter: brightness(0.65);
    width: 12px;
    float: right;
}
.col-md-9.p-0.position-relative.right-side {
    width: calc(100% - 345px);
    padding: 0 25px !important;
}
.left-side-text h3 {
    font-size: 17.05px;
    line-height: 24px;
    margin-bottom: 0;
}
.right-side-calander h3 {
    font-size: 18.05px;
}
.left-side-menu-icon-search a {
	color: white !important;
}
.left-side-detail ul {
    padding-left: 0;
    margin: 35px 0 35px;
}
.left-side-detail li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    max-width: 300px;
    font-size: 10.23px;
    color: #7C7C7C;
    font-weight: 300;
    line-height: 13.93px;
}
.left-side-detail li::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #00FF00;
    border-radius: 50%;
}
.custom-tabs {
    background-color: #E2E2E2;
	padding: 30px 0;
}
.tabs-nav a {
    text-decoration: none;
    display: inline-block;
    background: #f1f1f1;
    color: #333;
    border-radius: 5px;
}
.tabs-nav a.active {
    background: transparent;
    color: #2B8704;
    position: relative;
}
.tabs-nav a.active:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #2B8704;
    top: auto;
    bottom: -2px;
    width: 75px;
    left: 0;
    right: 0;
}
.tabs-nav li:nth-child(2) a.active:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #2B8704;
    top: auto;
    bottom: -2px;
    width: 50px;
    left: 0;
    right: 0;
}
.tabs-stage .tab-content {
	display: none;
	margin-top: 15px;
    min-height: 200px;
}
.tabs-stage .tab-content.active {
	display: block;
}
.tabs-stage .tab-content.active {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
ul.tabs-nav {
    display: flex;
    margin-bottom: 0;
    padding-left: 36px;
}
.custom-tabs li{
	padding: 0 15px;
	list-style: none;
}
.custom-tabs a {
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    font-size: 10.66px;
    font-weight: bold;
    background: transparent;
}
a.cmn-btn {
    font-size: 11.75px;
    font-weight: bold;
    line-height: 19.26px;
    padding: 15px 35px;
    background-color: #2B8704;
    border: 1px solid #2B8704;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-decoration: unset;
    margin-left: 8px;
}	
a.cmn-btn:hover {
background-color: #00FF00;
border: 1px solid #00FF00;
}
.right-text {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
}
.opening-hours ul {
    list-style: none;
    margin: 0 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 150px;
    row-gap: 5px;
    max-width: 340px;
}
.drag-img img{
	width: 100%;
	height: auto;
}
.drag-img {
    position: relative;
    margin-top: -25.9%;
}
.scrollV {
    max-height: calc(100vh - 150px);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px !important;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #E2E2E2 !important;
}
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;
    background-color: #E2E2E2 !important;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #E2E2E2 !important;
}
.left-side-text img {
    width: 100%;
    height: auto;
    max-width: 10px;
    display: none;
}
.prev-arrow {
    display: flex;
    column-gap: 10px;
}
.tabs-nav a:focus{
    color: #2B8704;
}
.tabs-nav a:focus-within{
    color: #2B8704;
}
/* map changes  start*/
#map {
    height: 40vh;/*444px;*/
    width: 100%;
}

#markerDetails {
    /* margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    background: #f9f9f9;
    border: 1px solid #ddd; */
    height:calc(60vh - 100px);
    overflow-y:auto;
}
/* map changes  end*/
@media screen and (max-width: 1199px) {
    .left-side-text img {
        display: block;
        width: 50px;
        height: 26px;
        margin: 0 -15px;
    }
    .map-container {
        position: relative;
        padding-bottom: 0;
    }
    .col-md-3.left-bar {
        width: 100%;
        padding: 0 25px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .col-md-9.p-0.position-relative.right-side {
        width: 100%;
        padding: 0 !important;
    }
    .left-side-text {
        padding: 0 25px;
        margin-bottom: 70px;
    }
    .row.m-0.custom {
        margin-top: 0 !important;
        flex-direction: column-reverse;
    }
    .search-bar input {
        max-width: 100%;
    }
    .col-md-3.left-bar ul {
        padding-right: 0;
    }
    .custom-tabs a {
        font-size: 11.66px;
    }
    .navbar-main {
        padding: 1.400vw 0;
    }
    .tabs-stage .tab-content.active {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    /* .bg-grey.tab.active {
        display: none;
    } */
    .right-side-detail {
        margin-top: 30px;
        padding: 0 25px;
    }
    .opening-hours ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 30px;
        row-gap: 5px;
        max-width: 340px;
    }
    .tabs-stage .tab-content.active{
        display: block;
    }
    .right-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: -30px;
    }
    ul.tabs-nav {
        padding-left: 30px;
    }
    a.cmn-btn {
        padding: 15px 20px;
        margin-left: 8px;
    }
    .drag-img {
        margin-top: 0;
    }
    .right-side-calander h3 {
        margin-bottom: 0;
    }
    .opening-hours li {
        min-width: 80px;
    }
    .right-side-calander{
        margin-left: 8px;
    }
    .col-md-3.left-bar li::after {
        position: absolute;
        content: '';
        top: 15px;
        width: 18px;
        height: 18px;
        background-image: url(../dash-images/right-arrow.svg);
        background-repeat: no-repeat;
        left: auto;
        right: 0px;
    }
    .col-md-3.left-bar li {
        padding-right: 40px !important;
    }
    .left-side-text h3 {
        position: relative;
    }
    /* .tab.active{
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 1;
        width: 100%;
    } */
    .left-bar-hide {
        display: none;
    }
    .tab-content p {
        padding: 0 25px;
    }
    .bg-grey.tab {
        position: unset !important;
    }
    #markerDetails {
        display: none;
    }
}

@media screen and (max-width: 375px){
.search-bar input {
    font-size: 9.89px;
}
.search-bar.mb-4:after{
    right: 90px;
}
}
