/*
  Author: mzworks
  More plugins: https://codecanyon.net/user/mzworks/
*/

.mapmarkers-wrapper {
    min-height: 100px;
    position: relative;
    height: calc(100vh - 40px);
    overflow: hidden;
    min-width: 320px;
}

.mapmarkers-section {
    width: 100%;
    height: 100%;
}

.mapmarkers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.mapmarkers-wrapper.mapmarkers-panel-left .mapmarkers-aside-panel {
    left: 0;
    right: auto;
}

.mapmarkers-wrapper.mapmarkers-panel-right .mapmarkers {
    left: 0;
    right: 0;
}

.mapmarkers-wrapper.mapmarkers-panel-left .mapmarkers {
    left: 0;
    right: 0;
}

.mapmarkers-markers {
    min-height: 25px;
}

.mapmarkers-card-image-block {
    float: left;
    width: 100px;
}

.mapmarkers-card-image-wrapper {
    display: table;
    width: 100%;
    min-height: 100px;
}

.mapmarkers-wrapper .mapmarkers-card-content {
    max-width: 260px;
}

.mapmarkers-wrapper .mapmarkers-card-image-wrapper {
    min-height: 80px;
    margin-bottom: 10px;
}

.mapmarkers-card-description {
    float: left;
    padding: 0 16px 0 16px;
    width: calc(100% - 100px);
    overflow: hidden;
}

.mapmarkers-card-full .mapmarkers-card-description {
	width: 100%;
}

.mapmarkers-card-image-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mapmarkers-card-image {
    height: auto;
    max-width: 100%;
}

.mapmarkers-aside-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.mapmarkers-is-search .mapmarkers-aside-panel-content-scroll {
    top: 52px;
}

.mapmarkers-markers p {
	padding-top: 0;
}

.mapmarkers-aside-panel-content-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
}

.mapmarkers-aside-panel {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    bottom: 0;
    height: 100%;
    z-index: 2;
    width: calc(100vw - 60px);
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mapmarkers-wrapper.mapmarkers-panel-left .mapmarkers {
    left: 0;
    right: 0;
}

@media screen and (min-width: 480px) {
    .mapmarkers-aside-panel {
        width: 300px;
    }

    .mapmarkers-wrapper.mapmarkers-panel-right .mapmarkers {
        right: 300px;
    }

    .mapmarkers-wrapper.mapmarkers-panel-left .mapmarkers {
        left: 300px;
    }
}

.mapmarkers-card.active {
	border-bottom-color: #007bff;
}

.mapmarkers-card:hover {
    background-color: #e6e6e6;
}

.mapmarkers-card {
    color: #333;
    padding: 16px 12px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    font-size: 14px;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    line-height: 1.4;
    cursor: pointer;
}

.mapmarkers-card .mapmarkers-card-conten {
    margin: 1em 0;
}

.mapmarkers-card .mapmarkers-card-title {
    padding: 0;
    margin: 0 0 1em;
    font-size: 18px;
    line-height: 1.2;
}

.mapmarkers-card-content {
    overflow: hidden;
}

.mapmarkers-section .mapmarkers-marker-title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 0.8rem 0;
    padding: 0;
}

.eva-category-tag {
    background-color: #ccc;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 4px;
    line-height: 1.2;
    font-size: 75%;
    margin: 0 4px 4px 0;
}

.mapmarkers-section-title {
    font-size: 31px;
    line-height: 1.2;
    margin: 0 0 1rem;
    padding: 0;
}


/* Panel Bottom */
.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers {
	bottom: 250px;
	height: auto;
}
.mapmarkers-wrapper.mapmarkers-open.mapmarkers-panel-bottom .mapmarkers {
	bottom: 0px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-aside-panel {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 250px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-toggle {
	bottom: auto;
	margin: -36px 120px;
	top: 0;
	left: 0;
}

.mapmarkers-wrapper .mapmarkers-markers p {
	padding: 0 0 10px;
	margin: 0;
}

.mapmarkers-wrapper.mapmarkers-panel-open.mapmarkers-panel-bottom .mapmarkers-aside-panel {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.select2-selection__choice + .select2-search.select2-search--inline {
	display: none !important;
}

/* Panel Top */
.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-search-wrapper,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-search-wrapper {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-search,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-search {
	min-width: 300px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-card .mapmarkers-card-title,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-card .mapmarkers-card-title {
	min-height: 42px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-select-wrapper,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-select-wrapper {
	min-height: auto;
}


.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-markers,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-markers {
	min-height: 50px;
	overflow-y: auto;
	padding-bottom: 10px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	white-space: nowrap;
	overflow-x: auto;
	line-height: 1;
	vertical-align: top;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container .select2-search--inline .select2-search__field,
.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container .select2-search--inline .select2-search__field,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container {
	max-width: none;
}

.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers {
	top: 250px;
	height: auto;
	bottom: 0;
}

.mapmarkers-wrapper.mapmarkers-open.mapmarkers-panel-top .mapmarkers {
	top: 0px;
	bottom: 0;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-select-wrapper,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-select-wrapper {
	min-width: 300px;
	white-space: nowrap;
	padding: 0;
	max-width: calc( 100% - 320px );
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-card,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-card {
	white-space: normal;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-search-content,
.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-select-wrapper,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-search-content,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-select-wrapper {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-card,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-card {
	display: inline-block;
	width: 300px;
	margin: 0 8px;
	vertical-align: top;
	height: calc( 100% - 8px );
	overflow-y: auto;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-aside-panel-content-scroll,
.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-aside-panel-content-scroll {
	white-space: nowrap;
	overflow-x: auto;
	font-size: 0;
}

.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-toggle {
	bottom: 0;
	margin: -36px 120px;
	top: auto;
}

.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-aside-panel {
  left: 0;
  right: auto;
  top: 0;
  width: 100%;
  height: 250px;
}

.mapmarkers-wrapper.mapmarkers-panel-open.mapmarkers-panel-top .mapmarkers-aside-panel {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/* Full map */
.mapmarkers-wrapper.mapmarkers-open {
    overflow: hidden;
}

.mapmarkers-wrapper.mapmarkers-panel-open.mapmarkers-panel-left .mapmarkers-aside-panel {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mapmarkers-wrapper.mapmarkers-panel-open.mapmarkers-panel-right .mapmarkers-aside-panel {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.mapmarkers-wrapper.mapmarkers-open .mapmarkers {
    left: 0;
    right: 0;
}


/* Styles */
/* Dark */
.mapmarkers-theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.mapmarkers-theme-dark.mapmarkers-wrapper.mapmarkers-panel-bottom .mapmarkers-aside-panel-content-scroll,
.mapmarkers-theme-dark.mapmarkers-wrapper.mapmarkers-panel-top .mapmarkers-aside-panel-content-scroll {
	background-color: #212121;
	padding: 4px;
	font-size: 0;
}
.mapmarkers-theme-dark .mapmarkers-card a {
    color: #007bff;
}

.mapmarkers-theme-dark .mapmarkers-icon-search svg,
.mapmarkers-theme-dark .mapmarkers-search-clear svg path {
    fill: #ffffff;
}

.mapmarkers-theme-dark.mapmarkers-wrapper .select2-container--default .select2-selection--multiple {
		background-color: #2b2b2b;
}

.mapmarkers-theme-dark.mapmarkers-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
		background-color: #2b2b2b;
}

.mapmarkers-theme-dark .mapmarkers-card {
    border-bottom-color: #1d1d1d;
    color: #fff;
    background-color: #2b2b2b;
}

.mapmarkers-theme-dark .mapmarkers-card.active {
    border-bottom-color: #007bff;
}

.mapmarkers-theme-dark .mapmarkers-search-wrapper {
    background: #212121;
    color: #fff;
}

.mapmarkers-theme-dark .mapmarkers-search-wrapper .mapmarkers-search {
    background-color: #2b2b2b;
    color: #fff;
}

.mapmarkers-theme-dark .select2-container--default .select2-results>.select2-results__options {
	background-color: #2b2b2b;
}

.mapmarkers-theme-dark .mapmarkers-aside-panel {
    color: #fff;
    background-color: #2b2b2b;
}

.mapmarkers-theme-dark .mapmarkers-select-wrapper {
		background-color: #1d1d1d;
}

.mapmarkers-theme-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #000;
}

.mapmarkers-theme-dark.mapmarkers-wrapper .select2-container--default .select2-selection--multiple,
.mapmarkers-theme-dark.mapmarkers-wrapper input,
.mapmarkers-theme-dark .mapmarkers-search-wrapper .mapmarkers-search {
	border-color: #1d1d1d;
}

.mapmarkers-dropdown-dark.select2-dropdown {
	border-color: #1d1d1d;
}

.mapmarkers-theme-dark .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.mapmarkers-theme-dark.mapmarkers-wrapper input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark.mapmarkers-wrapper input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark.mapmarkers-wrapper input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark.mapmarkers-wrapper input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark .mapmarkers-search::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark .mapmarkers-search::-moz-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark .mapmarkers-search:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
}
.mapmarkers-theme-dark .mapmarkers-search:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Standart */
.mapmarkers-theme-standart .mapmarkers-scroll::-webkit-scrollbar-track-piece,
.mapmarkers-theme-standart .mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece {
    background: #c7c7c7;
}

.mapmarkers-theme-standart .mapmarkers-scroll::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-theme-standart .mapmarkers-scroll::-webkit-scrollbar-thumb:vertical,
.mapmarkers-theme-standart .mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-theme-standart .mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-thumb:vertical {
    background-color: #949494;
}

.mapmarkers-theme-standart .mapmarkers-toggle .mapmarkers-icon-bar {
    background-color: #333;
}

.mapmarkers-theme-standart .mapmarkers-toggle:hover .mapmarkers-icon-bar {
    background-color: #333;
}

.mapmarkers-theme-standart .mapmarkers-toggle:hover {
    background: #e6e6e6;
}

.mapmarkers-theme-standart .mapmarkers-toggle {
    background-color: #fff;
    border-color: #e6e6e6;
}

.select2-container--default .mapmarkers-dropdown-dark .select2-results__option[aria-selected=true] {
	background-color: #1d1d1d;
	color: #fff;
}

.mapmarkers-dropdown-dark .select2-results__option {
	color: #fff;
}

.select2-container--default .mapmarkers-dropdown-dark .select2-results>.select2-results__options {
	background-color: #2b2b2b;
	border-color: #1d1d1d;
}

/* Toggle */
.mapmarkers-toggle:hover {
    background: #1d1d1d;
}

.mapmarkers-panel-left .mapmarkers-toggle {
    left: auto;
    right: 0;
}

.mapmarkers-toggle {
    border: 1px solid #2b2b2b;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    padding: 0;
    width: 36px;
    height: 36px;
    position: absolute;
    background: #2b2b2b;
    left: 0;
    margin: 60px -36px;
    top: 0;
    border-radius: 0;
}

.mapmarkers-toggle:hover .mapmarkers-icon-bar {
    background-color: #ccc;
}

.mapmarkers-toggle .mapmarkers-icon-bar {
    background-color: #fff;
    width: 18px;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    top: 50%;
    margin-top: 1px;
    border-radius: 4px;
    height: 3px;
    -webkit-transition: transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
    -webkit-transition: opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, opacity 0.17s cubic-bezier(0, 0, 0.2, 1) 0s, -webkit-transform 0.17s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.mapmarkers-d-hide {
    display: none !important;
}

.mapmarkers-toggle .mapmarkers-icon-bar.mapmarkers-top-bar {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 65% 0 0;
    -ms-transform-origin: 65% 0 0;
    transform-origin: 65% 0 0;
}

.mapmarkers-toggle .mapmarkers-icon-bar.mapmarkers-middle-bar {
    opacity: 0;
}

.mapmarkers-toggle .mapmarkers-icon-bar.mapmarkers-bottom-bar {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 35% 0 0;
    -ms-transform-origin: 35% 0 0;
    transform-origin: 35% 0 0;
}

.mapmarkers-toggle.mapmarkers-collapsed .mapmarkers-icon-bar {
    margin-top: -1px;
}

.mapmarkers-toggle.mapmarkers-collapsed .mapmarkers-icon-bar.mapmarkers-top-bar {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-top: -7px;
    width: 18px;
}

.mapmarkers-toggle.mapmarkers-collapsed .mapmarkers-icon-bar.mapmarkers-middle-bar {
    opacity: 1;
    margin-top: -1px;
    width: 18px;
}

.mapmarkers-toggle.mapmarkers-collapsed .mapmarkers-icon-bar.mapmarkers-bottom-bar {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin-top: 5px;
    width: 18px;
}

/* Seacrh */
.mapmarkers-wrapper input,
.mapmarkers-search-wrapper .mapmarkers-search {
    padding: 8px 26px 8px 36px;
    font-size: 14px;
    line-height: 1;
    height: 36px;
    display: block;
    border-radius: 0;
    border: 1px solid #ccc;
}

.mapmarkers-search-wrapper {
    position: relative;
    padding: 8px 12px;
    margin-bottom: 8px;
    height: 52px;
    z-index: 2;
}

.mapmarkers-search-content {
    position: relative;
}

.mapmarkers-wrapper input::-webkit-input-placeholder,
.mapmarkers-search::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mapmarkers-wrapper input::-moz-placeholder,
.mapmarkers-search::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mapmarkers-wrapper input:-ms-input-placeholder,
.mapmarkers-search:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mapmarkers-wrapper input:-moz-placeholder,
.mapmarkers-search:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.mapmarkers-search {
    border: 1px solid #2b2b2b;
    width: 100%;
    outline: none;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.mapmarkers-wrapper input:hover,
.mapmarkers-wrapper input:focus,
.mapmarkers-wrapper .mapmarkers-search:hover,
.mapmarkers-wrapper .mapmarkers-search:focus {
    border-color: #007bff;
    outline: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mapmarkers-search-clear {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 8px;
    color: #333;
    height: 100%;
    width: 30px;
}

.mapmarkers-icon-search svg {
    fill: #000000;
    opacity: 0.7;
}

.mapmarkers-search-clear svg {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px;
}

.mapmarkers-search-clear svg path {
    fill: #000000;
}

.mapmarkers-icon-search {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px 7px 0;
    font-size: 12px;
    pointer-events: none;
    outline: none;
    border: 0;
    margin: 0;
}


/* Scroll bar Chrome */
.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.mapmarkers-scroll,
.mapmarkers-aside-panel-content-scroll {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar,
.mapmarkers-scroll::-webkit-scrollbar,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-button:end:increment,
.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-button:start:increment,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-button:end:increment,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-button:start:increment,
.mapmarkers-scroll::-webkit-scrollbar-button:end:increment,
.mapmarkers-scroll::-webkit-scrollbar-button:start:decrement,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-button:end:increment,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-button:start:decrement {
    background: 0 0;
    display: none;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece,
.mapmarkers-scroll::-webkit-scrollbar-track-piece,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece {
    background: #5d5d5d;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:vertical:start,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:vertical:start,
.mapmarkers-scroll::-webkit-scrollbar-track-piece:vertical:start,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece:vertical:start {
    border-radius: 5px 5px 0 0;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:vertical:end,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:vertical:end,
.mapmarkers-scroll::-webkit-scrollbar-track-piece:vertical:end,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece:vertical:end {
    border-radius: 0 0 5px 5px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:horizontal:start,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:horizontal:start,
.mapmarkers-scroll::-webkit-scrollbar-track-piece:horizontal:start,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece:horizontal:start {
    border-radius: 5px 0 0 5px;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:horizontal:end,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track-piece:horizontal:end,
.mapmarkers-scroll::-webkit-scrollbar-track-piece:horizontal:end,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-track-piece:horizontal:end {
    border-radius: 0 5px 5px 0;
}

.mapmarkers-wrapper.mapmarkers-panel-bottom .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-wrapper.mapmarkers-panel-top .select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-scroll::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-scroll::-webkit-scrollbar-thumb:vertical,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-thumb:horizontal,
.mapmarkers-aside-panel-content-scroll::-webkit-scrollbar-thumb:vertical {
    background-color: #111111;
    border-radius: 4px;
    display: block;
    height: 6px;
}

/* Select 2 */
.mapmarkers-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	line-height: 1.4;
	font-size: 14px;
}
.mapmarkers-wrapper .select2-container--default .select2-selection--multiple {
	border-radius: 0;
	border-color: #ccc;
	min-height: 36px;
}


.select2-container--default .select2-results__option--highlighted {
	color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #e7e7e7;
	color: #333;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #007bff;
	color: #fff;
}

.select2-container .select2-selection--multiple {

}

.select2-results__option {
	font-size: 14px;
	line-height: 1.2;
	padding: 8px 10px;
	margin: 0;
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0;
}

.mapmarkers-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 10px;
}

.mapmarkers-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	margin: 1px 2px;
}
.mapmarkers-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 6px;
	border-radius: 0;
	margin-right: 8px;
	padding-right: 16px;
	position: relative;
}

.mapmarkers-wrapper .select2-container .select2-search--inline .select2-search__field {
	margin: -1px 0;
}

.mapmarkers-wrapper .select2-container .select2-search--inline .select2-search__field,
.mapmarkers-wrapper .select2-container {
	width: 100% !important;
	max-width: 300px;
}

.mapmarkers-wrapper .select2-container {
	line-height: 1;
	vertical-align: top;
}

.mapmarkers-select-wrapper {
	padding: 4px 12px;
	margin: 0 0 8px;
	min-height: 56px;
}

.mapmarkers-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #007bff;
	min-height: 36px;
}