.dataTables_paginate {
    text-align: center;
    margin-top: 20px;
}

.card-min-height {
    min-height: 100px !important;
}

/* Google Maps */
.responsive-map, .responsive-map iframe {
    height: 100%;
    min-height: 300px;
}

/* YouTube video with iframe full width */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pthw-step-card-inner {
  border-radius: 15px;
}

.js-pthw-step-card {
  transition: .05s;
}

.js-pthw-step-card.active .pthw-step-card-inner {
  outline: 2px solid #4c70fc;
  transition: .05s;
}

.js-pthw-step-card .js-pthw-step-remove {
  display: none;
  top: 35px;
  right: -45px;
}

.js-pthw-inactive-alert {
  top: 0px;
  right: -45px;
}

.js-pthw-step-card:hover .js-pthw-step-remove {
  display: block;
}

.crm-pathw-plus, .js-pthw-step-remove {
  background-color: #d9d9e1;
  color: #797b8a;
  cursor: pointer;
}

.crm-pathw-plus:hover, .js-pthw-step-remove:hover {
  background-color: #cfcfd7;
  color: #666877;
  cursor: pointer;
}

.crm-pathw-expand:hover, .crm-pathw-expand.active {
  width: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crm-pathw-expand{
  width: 30px;
  height: 32px;
  transition: .2s;
  transition: width .2s;
  -webkit-transition: width .2s;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crm-pathw-expand::before {
  content: '';
  height: 1px;
  width: 0px;
  position: absolute;
  top: 50%;
  background-color: #0000003b;
}

.crm-pathw-expand:hover::before {
  content: '';
  height: 1px;
  width: 80px;
  position: absolute;
  top: 50%;
  background-color: #0000003b;
}

.crm-pathw-expand-left, .crm-pathw-expand-right {
  width: 0px;
  display: none;
  transition: .2s;
  transition: width .2s;
  -webkit-transition: width .2s;
  overflow: hidden;
  transition: 0.2s;
  white-space: nowrap;
  vertical-align: baseline;
}

.crm-pathw-expand:hover .crm-pathw-expand-left, .crm-pathw-expand:hover .crm-pathw-expand-right, .crm-pathw-expand.active .crm-pathw-expand-left, .crm-pathw-expand.active .crm-pathw-expand-right {
  transition: .2s;
  width: 100%;
  display: block;
  transition: width .2s;
  -webkit-transition: width .2s;
  text-align: center;
  overflow: hidden;
  transition: 0.2s;
  overflow: hidden;
  transition: 0.2s;
  white-space: nowrap;
}

/* contenteditable texts in the software
========================================================== */

.js-easy-edit-txt {
  min-height: 16px;
  min-width: 10px;
}

.js-easy-edit-txt:hover {
  cursor: text;
  background: #f0f2f5;
  border-radius: 3px;
}

.progress-bar {
  height: 8px;
  background: #f0f2f5 !important;
}

.res-secondary-link {
  transition: .2s;
  color: #20232C;
  cursor: pointer;
  border-radius: 5px;
}

.res-secondary-link.active, .res-secondary-link:hover {
  transition: .2s;
  color: #0f1118;
  cursor: pointer;
  background: #F0F2F5;
}

.mm-ctx-badge:hover {
  background: #cbdaff !important;
}

/*SPECIAL MARKETING INPUTS*/
.mm-email-special-subj::before {
  content: 'Subject: ';
  position: absolute;
  top: 0.4375rem;
  color: #7e7e7e;
  font-size: .8125rem;
}
.mm-email-special-from::before {
  content: 'From: ';
  position: absolute;
  top: 0.4375rem;
  color: #7e7e7e;
  font-size: .8125rem;
}
.mm-email-special-to::before {
  content: 'To: ';
  position: absolute;
  top: 0.4375rem;
  color: #7e7e7e;
  font-size: .8125rem;
}

.pthw-nav-item {
  position: relative;
}

.pthw-nav-item:not(:last-child)::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.5px);
  left: 33px;
  width: 14px;
  height: 1px;
  background: #838383;
}

.pthw-contact-task:not(:last-child) .pthw-task-indicator::before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 100%;
  background: #d0d1e9;
  z-index: 1;
}

/*task colors*/
.pthw-task-indicator.in-progress > .badge { /*current*/
  background-color: rgb(240 242 245);
  box-shadow: inset 0px 0px 0px 1px #0F74FD, 0px 0px 0px 5px #f0f2f5;
  color: #0F74FD !important;
  font-weight: 700;
}
.pthw-task-indicator.completed > .badge {/*completed - done*/
  box-shadow: inset 0px 0px 0px 1px #53cba2, 0px 0px 0px 5px #f0f2f5;
  color: #ffffff00 !important;
  background-color: rgb(82 193 137);
  border-radius: 50%;
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pthw-task-indicator.incomplete > .badge { /*incompleted*/
  background-color: rgb(240 242 245);
  box-shadow: inset 0px 0px 0px 1px #8c8d9d, 0px 0px 0px 5px #f0f2f5;
  color: #8c8d9d !important;
  font-weight: 700;
}
.pthw-task-indicator.bypassed > .badge { /*bypassed*/
  background-color: rgb(240 242 245);
  box-shadow: inset 0px 0px 0px 1px #e07b20, 0px 0px 0px 5px #f0f2f5;
  color: #e07b20 !important;
  font-weight: 700;
}
/*pseudo elements belonging to task step indicators*/
.pthw-task-indicator.completed:not(:last-child)::before {
  background-color: rgb(82 193 137) !important;
}

.pthw-task-indicator.archived > .badge {
  background-color: rgb(32 35 44);
  color: rgb(32 35 44) !important;
  box-shadow: 0px 0px 0px 5px #f0f2f5;
}

.pthw-task-indicator.archived::after {
  content: "\6e";
  color: #fff;
  font-family: "res-icons" !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  z-index: 15;
  height: 30px;
  width: 30px;
}

.pthw-task-indicator.missing-data > .badge {/*missing data*/
  background-color: #FFCBCB;
  box-shadow: inset 0px 0px 0px 1px #FFCBCB, 0px 0px 0px 5px #f0f2f5;
  color: #FFCBCB !important;
  font-weight: 700;
}

.pthw-task-indicator.missing-data::after {
  content: "!";
  font-family: Arial, Helvetica, sans-serif !important;
  color: #FA0B0B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 0px;
  z-index: 15;
  height: 30px;
  width: 30px;
}

.pthw-task-indicator.not-saved-data > .badge {/*missing data*/
  background-color: #fbd0dc;
  box-shadow: inset 0px 0px 0px 1px #fbd0dc, 0px 0px 0px 5px #f0f2f5;
  color: #fbd0dc !important;
  font-weight: 700;
  background-image: none;
}

.pthw-task-indicator.not-saved-data:hover {
  cursor:pointer;
}

.pthw-task-indicator.not-saved-data:hover > .badge {/*missing data*/
  background-color: #fbc0d0;
  box-shadow: inset 0px 0px 0px 1px #fbc0d0, 0px 0px 0px 5px #f0f2f5;
  color: #fbc0d0 !important;
  font-weight: 700;
}

.pthw-task-indicator.not-saved-data::after {
  content: "\e129";
  font-family: "res-icons" !important;
  color: #e82e62;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 0px;
  z-index: 15;
  height: 30px;
  width: 30px;
}

.need-to-save{
  color: #e82e62 !important;
  font-weight: 700;
}

.need-to-save-remove{
  opacity: 0%;
  cursor: default !important;
}

.skeleton-anim .img::before,
.skeleton-anim .line::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
  background-repeat: no-repeat;
  background-size: 450px 400px;
  animation: shimmer 1s linear infinite;
}
.skeleton-anim .img {
  height: 50px;
  width: 50px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.skeleton-anim .line {
  height: 15px;
  position: relative;
  background: #d9d9d9;
}
.skeleton-anim .img::before{
  background-size: 650px 600px;
}
@keyframes shimmer {
  0%{
    background-position: -450px 0;
  }
  100%{
    background-position: 450px 0;
  }
}

#pthw-step-map .item {
  user-select: none;
	-webkit-user-select: none;
}

#pthw-step-map .item {
  position: relative;
	display: inline-block;
	width: 200px;
  height: 79px;
  border: 1px solid #ebebeb;
  flex: 0 0 200px;
  margin-right: 10px;
}

.pathway .item:not(.clone) {
  transition: 300ms ease all;
  z-index: 13;
}

.pathway .item.clone, .pathway .item.active {
  z-index: 15 !important;
  cursor: grabbing;
  border: 2px solid #4C70FC !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  background-color: #ffffff;
  height: 79px;
  width: 200px;
}
.pathway .item.dragging {
	background: #F0F2F5 !important;
  color: #f0f2f5 !important;
  border: 1px dashed #F0F2F5;
  z-index: 14;
  opacity: .6;
}

.pathway .item.clone {
	pointer-events: none;
}
.pathway .item:hover {
  cursor: grab;
}

.res-bottom-arrow:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 14px;
  border-left: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  width: 13px;
}

.res-bottom-arrow:after {
  content: "\e09d";
  font-family: "res-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 39px;
  font-size: 8px;
  color: #d3d3d3;
  left: 28px;
}

/*special list view tables to pathway!*/
.table-list-view {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table-list-view, .table-list-view td {
  border: none !important;
}

.table-list-view td:first-child {
  border-radius: 10px 0 0 10px;
}

.table-list-view td:last-child {
  border-radius: 0 10px 10px 0;
}

.badge-hover-style1.bgl-green:hover {
  transition: .2s;
  background-color: #c8f5e1 !important;
}

.badge-hover-style1.bgl-coral:hover {
  transition: .2s;
  background-color: #f7b8b8 !important;
}

.badge-hover-style1.bgl-grey:hover {
  transition: .2s;
  background-color: #dde4ee !important;
}
.research-search-card {
  transition: .2s !important;
}

.research-search-card:hover {
  cursor: pointer;
  transition: .2s;
  -webkit-box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

/* Firefox */
input[type='checkbox'] {
  flex-grow: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'] {
        --active: #0f74fd;
        --active-inner: #fff;
        --input-border: #cdd9ed;
        --input-border-hover: rgb(106, 116, 146);
        --background: #fff;
        --disabled: #f5f9ff;
        --disabled-inner: #e4ecfa;
        --shadow-inner: rgba(18, 22, 33, .1);
        height: 21px;
        outline: none;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
        margin-right: .625rem;
        padding: 0;
        box-shadow: none;
        cursor: pointer;
        height: 21px;
        border: 1px solid var(--input-border);
        background: var(--background);
        transition: background 0.3s ease, border-color 0.3s ease;
    }
    input[type='checkbox']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform 0.3s ease, opacity 0.2s ease, filter 0.3s ease;
    }
    input[type='checkbox']:checked {
        background: var(--active);
        border-color: var(--active);
    }
    input[type='checkbox']:checked:after{
        filter: drop-shadow(0 1px 2px var(--shadow-inner));
        transition: opacity 0.3s ease, filter 0.3s ease, transform 0.6s cubic-bezier(0.175, 0.88, 0.32, 1.2);
    }
    input[type='checkbox']:disabled {
        cursor: not-allowed;
        opacity: 0.9;
        background: var(--disabled);
    }
    input[type='checkbox']:disabled:checked {
        background: var(--disabled-inner);
        border-color: var(--input-border);
    }
    input[type='checkbox']:hover:not(:checked):not(:disabled) {
        border-color: var(--input-border-hover);
    }
    input[type='checkbox']:not(.switch) {
        width: 21px;
        min-width: 21px;
    }
    input[type='checkbox']:not(.switch):after {
        opacity: 0;
    }
    input[type='checkbox']:not(.switch):checked:after, input[type='radio']:not(.switch):checked:after {
        opacity: 1;
    }
    input[type='checkbox']:not(.switch) {
        border-radius: 6px;
    }
    input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(20deg);
    }
    input[type='checkbox']:not(.switch):checked:after {
        transform: rotate(43deg);
    }
    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }
    input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--input-border);
    }
    input[type='checkbox'].switch:checked:after {
        background: var(--active-inner);
        transform: translateX(17px);
    }
    input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
}

/*beds and bath filters*/
.re-res-nr-filter {
    cursor: pointer;
    background: #f0f2f5;
    transition: .2s;
    border-radius: 1px;
}

.re-res-nr-filter:hover {
    background: #e3e6eb;
    transition: .2s;
}

.re-res-nr-filter.active {
    box-shadow: inset 0px -3px 0 0px #0f74fd;
    background: #e3e6eb;
    transition: .2s;
}

/*do not remove it! needed for neighborhoods*/
.research-filter-neighborhood .select2-selection__choice, .research-filter-polygon .select2-selection__choice {
  display: none !important;
}

.width-410 {
  width: 410px;
}

/*feature tiles*/
.checkbox-wrapper {
  width: 100%;
}
.checkbox-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 90%;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
.checkbox-group > * {
margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
font-size: 1.5rem;
font-weight: 700;
color: #9c9c9c;
text-align: center;
line-height: 1.125;
margin-bottom: 1.25rem;
}

.checkbox-input {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(100%);
        clip-path: inset(100%);
height: 1px;
overflow: hidden;
position: absolute !important;
top: 0px;
left: 0px;
white-space: nowrap;
width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
border-color: #0F74FD;
color: #0F74FD;
}
.checkbox-input:checked{
transform: scale(1);
opacity: 1;
background-color: #0F74FD;
border-color: #0F74FD;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
color: #0F74FD;
}
.checkbox-input:active + .checkbox-tile {
border-color: #0F74FD;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus {
transform: scale(1);
opacity: 1;
}

.checkbox-tile {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  min-height: 70px;
  padding-left: 10px;
  border-radius: 0.5rem;
  border: 2px solid #efefef;
  background-color: #fff;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}
.checkbox-tile:hover {
border-color: #0F74FD;
}
.checkbox-tile:hover:before {
transform: scale(1);
opacity: 1;
}

.checkbox-icon {
transition: 0.375s ease;
color: #494949;
}

.checkbox-label {
color: #707070;
transition: 0.375s ease;
text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .select2-selection--multiple .select2-selection__clear {
      transition: none; 
  }
}
.select2-selection--multiple .select2-selection__clear:hover {
  opacity: 1;
}
.select2-selection--multiple .select2-selection__clear:after {
  content: "\e006";
  font-family: res-icons!important;
  display: inline-block;
  font-size: 0.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-selection--multiple .select2-selection__choice {
  background-color: #0F74FD !important;
  cursor: pointer;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  margin: 5px 0px 3px 4px !important;
}
.select2-selection--multiple .select2-selection__choice:hover {
  background-color: #0F74FD !important;
  cursor: pointer;
  padding: 5px 10px !important;
  border-radius: 5px !important;
  margin: 5px 0px 3px 4px !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
  font-size: 100%;
  padding: 0.3125rem 0;
  background-color: transparent;
  border-width: 0;
  outline: 0;
  color: inherit;
  margin: 5px 0px 3px 4px !important;
  -webkit-appearance: textfield;
}

.select2-selection {
  border-radius: 7px;
}

.select2-selection--multiple > .select2-selection__rendered > .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  font-size: 0;
  line-height: 1;
  margin-top: 17px;
  margin-right: 10px;
  opacity: 0.75;
  transition: opacity ease-in-out 0.15s;
}

.select2-selection--multiple {
  border-radius: 7px !important;
  display: flex;
  align-items: center;
}

.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-right-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}

.resrch-card {
  transition: .2s;
  border: 1px solid #dddddd;
}

.resrch-card:hover {
  transition: .2s;
  box-shadow: 0px 2px 1rem rgb(0 0 0 / 12%);
  cursor: pointer;
}

.width-350 { width:350px !important; }

.res-neighborhood span, .res-boundary-name {
  border-radius: 3px;
  transition: .2s;
}
.res-neighborhood.active span, .res-neighborhood span:hover, .res-boundary-name:hover, .res-boundary-name.active {
  transition: .2s;
  background-color: #1c69d63b;
}

#research-map, #research-neighborhood-map, #research-boundaries-map {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
}

.research-map-container {
  width: 100%;
}

.mapboxgl-popup {
  max-width: 60%;
  font: 12px/20px 'Lato', Arial, Helvetica, sans-serif;
}

.pthw-name-column {
  width: 200px;
  overflow: hidden; 
  text-overflow: ellipsis; 
  white-space: nowrap; 
}

.pulse-animation {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	animation: research-pulse 1s infinite;
}

@keyframes research-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.btn-mapboxgl-primary {
  background-color: #0F74FD;
  color: #ffffff;
  width: 29px;
  height: 29px;
  border-radius: 4px;
  border: 0px;
  transition: .2s;
  font-size: 14px;
}

.btn-mapboxgl-primary:hover {
  background-color: #0C60D1 !important;
  transition: .2s;
}

.btn-mapboxgl-light {
  width: 29px;
  height: 29px;
  border-radius: 4px;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
  border: 0px;
  background: #ffffff;
  color: #333;
  transition: .2s;
  font-size: 14px;
}

.btn-mapboxgl-light:hover {
  background-color: #f4f4f4 !important;
  transition: .2s;
}

.btn-mapboxgl-light:focus, .btn-mapboxgl-primary:focus {
  outline: 0px;
}
.rounded-br-10 {
  border-bottom-right-radius: 10px;
}

#pthw-step-map.disabled {
  cursor: not-allowed;
}

#pthw-step-map.disabled .item{
  cursor: not-allowed;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

#pthw-step-map {
  height: 100px;
  position: relative;
}

.height-minus-350px {
  height: calc(100vh - 350px);
}

.input-group-append .last-visible {
  border-radius: 0 7px 7px 0 !important;
}

#research-map-wrapper, #research-list-wrapper, #more-filters-dropdown {
  display: none;
}

.visible-flex {
  display: flex !important;
}

.research-filter-wrapper {
  position: absolute;
  top: 115.8px;
  left: 0px;
  width: 100%;
  height: calc(100% - 115.8px);
  z-index: 1001;
  background-color: #fff;
}

.no-header .research-filter-wrapper {
  top: 61px;
  height: calc(100% - 61px);
}

#research-selection-wrapper {
  width: 100%;
  height: calc(100% - 116px);
}

.Api .research-filter-wrapper {
  position: absolute;
  top: 61px;
  left: 0px;
  width: 100%;
  height: calc(100% - 61px);
  z-index: 1001;
  background-color: #fff;
}

@media (min-width: 768px){
  .research-filter-wrapper {
    left: 56px;
    width: calc(100% - 56px);
  }

  #research-selection-wrapper {
    width: calc(100% - 56px);
    height: calc(100% - 116px);
  }
}

@media (min-width: 1024px){
  #research-selection-wrapper {
    width: 350px;
    height: calc(100% - 174px);
  }
}

.res-btn-bc {
  position: absolute;
  align-items: flex-end;
  left: calc(50% - 100px);
  bottom: 10px;
}

/*CUSTOM MOBILE MENU COMPONENT FOR SELECTS*/

.menu-component {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1111;
  background: white;
  height: 100%;
  width: 100%;
}

.menu-component-header {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgb(209, 209, 213);
  padding: 10px;
}

.menu-component-title {
  font-weight: 600;
  font-size: 18px;
}

.menu-component-close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 13px 17px;
}

.menu-component .menu-component-option {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgb(209, 209, 213);
  font-size: 15px;
  height: 50px;
  line-height: 30px;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.menu-component-option.active {
  background-color: rgb(57 76 96 / 10%);
}

.map-btn {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .175) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  z-index: 999;
}

.map-btn:hover, .map-btn.active {
  background: #f4f4f4;
  cursor: pointer;
}

.max-height-100vh-280 {
  max-height: calc((var(--vh, 1vh) * 100) - 280px);
}

body {
  min-height: calc(var(--vh, 1vh) * 100);
}
.width-100vw-10 {
  width: calc(100vw - 10px);
}
