:root{
    --white: #ffffff;
    --primary-color: #222B35;
    --blue:#2B93FF;
    --gray:#7A8086;
    --white-blue:#E5EBF5;
}
.searchAddressDiv{
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    max-height: 220px;
    overflow-y: scroll;
    position: absolute;
    background: #f5f5f5;
    display: none;
}
.searchAddressDiv-single{
    border-bottom: 1px solid #a2a2a2;
    padding: 5px 5px;
}
.searchAddressDiv-single:hover{
    cursor: pointer;
    background: #2b93ff4d;
    /* color: #2b93ff; */
}
label.error {
    color: red !important;
    font-size: 1rem !important;
    display: block;
    margin-top: 5px;
}
#map-modal form .form-group label.error {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.50;
    margin-left: 17px;
    letter-spacing: -0.09px;
}
#map-modal .modal-close {
    border: 1px solid #164a80;
    background: var(--blue) !important;
    padding: 0.3% 2%;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -15px;
    color: var(--white);
}
#map-modal .modal-close:hover {
    border-color: var(--white-blue);
}

.drop-zone {
    font-size: 14px;
    justify-content: flex-start;
    text-align: left;
    line-height: unset;
    border: 2px dashed #ced7e8;
    padding: 1px;
}
.drop-zone div.tableize {
    position: relative;
    box-sizing: content-box;
    height: 100%;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    /* margin: 1px; */
    /* padding: 4px; */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 2px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 0 #fff,inset 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 1px 0 #fff,inset 0 2px 10pxrgba(0,0,0,.2);
}
.drop-zone div.tableize-style:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(255,255,255,0.8) 0,rgba(255,255,255,1) 80%);
    z-index: 1;
}
.drop-zone div.tableize em.tableize {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: auto;
    white-space: nowrap;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #071d25;
    -moz-text-shadow: 0 -1px 0 #fff;
    -webkit-text-shadow: 0 -1px 0 #fff;
    text-shadow: 0 -1px 0 #fff;
    opacity: 1;
    padding-left: 2.5em;
}
.drop-zone .tablizer_textarea{
    width: 100%;
    /* overflow: hidden; */
    overflow-x: hidden;
    border: 0px;
    padding: 5px;
}
.drop-zone .tablizer_textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.drop-zone .tablizer_textarea::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
form .preview-box .box {
    word-break: break-all;
}
.validate-section form {
    width: 500px !important;
}
form .preview-box {
    max-width: 350px !important;
    bottom: 0px;
    right: -370px;
    min-width: 350px;
}
.validate-section .btn.btn-primary {
    margin: 25px 50%;
}
form .preview-box .box{
    padding: 15px;
}
.preview-box .box label, 
.markerBox label,
.poi-info-window .title,
.box .card-body label{
    margin-bottom: 10px !important;
}
.preview-box .box p,
.markerBox p,
.poi-info-window .address,
.box .card-body p{
    margin-bottom: 10px !important;
}
.preview-box .box div,
.markerBox div,
.box .card-body div{
    font-size: 14px !important;
    /* margin-bottom: 10px !important; */
}
.preview-box .display_make_map p a {
    color: var(--primary-color) !important;
    text-decoration: none;
}
.preview-box .display_make_map p a:hover {
    text-decoration: underline;
}
.validate-section form h5 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
    letter-spacing: -0.19px;
    text-align: center;
}
.viewMap .box{
    /* word-break: break-all; */
    background-color: var(--white);
    margin: 10px auto;
}

.viewMap .box:hover{
    cursor: pointer;
    background-color: #D2D9E5;
}
.addressExtraDiv{
    background-color: #d0dcf6;
    padding: 0px;
    margin: 0px 0px 0px -12px;
    margin-top: 10px !important;
    /* border-top: 1px solid; */
}
.box .card-body {
    /* padding: 0.5rem 0.5rem 0 !important; */
    padding: 0.5rem !important;
}
.box .card-body .addressExtraDiv {
    display: none !important;
    /* padding: 0px;
    margin: 0px -8px 0px -8px; */
}
.addressExtraDiv a{
    position: relative;
    height: 32px;
    width: 40px;
    color: #878787;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-grow: 1;
}
.addressExtraDiv a::after{
    background-color: #071d25;
}
/* .addressExtraDiv a::before{
    content: "\e911";
    display: block;
    content: "";
    width: 32px;
    height: 28px;
    text-align: center;
    background-size: 14px;
    background-position: center;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e922";
    font-size: 28px;
    color: #979797;
} 
.addressExtraDiv a::after { 
    content: '';
    color: #d9d9d9;
    position: absolute;
    right: 0;
    top: 7px;
    border-right: 1px dotted #ccc;
    height: 19px;
}
*/

.addressExtraDiv a img{
    width: 25px;
    height: auto;
}
.box .card-body .addressExtraDiv a img{
    width: 30px !important;
    max-width: 25px;
    min-width: 25px;
    padding: 5px;
    width: fit-content;
}
.addressExtraDiv a:hover{
    cursor: pointer;
    color: white;
    background: #9cc3ed;
}
.topBar{
    background: #071d25;
    z-index: 99;
    position: absolute;
    align-items: center;
    width: 100%;
    background-color: rgba(245,245,245,.9);
    border-bottom: 1px solid #aaa;
    text-transform: none;
    height: auto;
    -webkit-tap-highlight-color: transparent;
}
.topBar{
    background: #f5f5f5 !important;
}
.topBarButton{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: auto;
    line-height: 1.25em;
    z-index: 99;
    font-size: 15px;
    padding: 10px;
    margin: 0;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.topBarButton img{
    width: 55%;
}
#searchForm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
    transition: flex .2s ease-out;
    transition-delay: .1s;
    flex: 1;
    margin: 0px;
    max-width: 400px;
}
#searchForm input{
    width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
    position: relative;
    margin: 0;
    padding: 0.5rem;
    border: 1px solid #cbcbcb;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    font-family: inherit;
    -webkit-appearance: none;
    outline: 0;
}
#mapView{
    overflow: hidden;
    position: relative;
    background-color: #eee;
    height: 100vh;
    /* top: 0px; */
}
.viewMap #map{
    height: 100%;
    top: 59px;
    position: relative !important;
    overflow: visible !important;
}
.viewMap .box label,
.markerBox label,
.poi-info-window .title{
    font-size: 14px;
    line-height: 19px;
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 25px;
}

.markerBox{
    /* word-break: break-all; */
    max-width: 300px;
    width: 300px;
    /* background-color: var(--white); */
}

.viewMap-fixed #groupingDiv{
    bottom: 0;
    position: fixed;
    background: white;
    /* z-index: 1; */
    width: 100%;
    padding-left : 20%;
}

.viewMap-fixed #showAddressDiv{
    top: 0;
    position: fixed;
    scroll-behavior: auto;
    overflow-y: scroll;
    height: inherit;
    width: 20%;
    max-width: 20%;
    background-color: #dadada;
    padding: 0.5vw;
    /* z-index: -1; */
}
.viewMap-fixed #showAddressDiv::-webkit-scrollbar {
    width: 0px;
}

/** viewMap-relative */
.viewMap-relative{
    position: relative;
}
.viewMap-relative #showAddressDiv{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
}
.viewMap-relative #showAddressDiv .card{
    width: 24%;
    max-width: 24%;
    margin: 0.5%;
}
.viewMap-relative #groupingDiv{
    background: rgb(0 0 0 / 46%);
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    /* top: 0; */
    bottom: 0;
    /* bottom: 0;
    z-index: 99; */
}

.viewMap-fixed #groupingDiv .groupingFilterListWrap,
.viewMap-relative #groupingDiv .groupingFilterListWrap{
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 2;
    border-top: 1px solid rgba(255,255,255,.1);
    background: #494949;
    /* margin-top: 5px; */
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
}

.viewMap-fixed #groupingDiv .listCount,
.viewMap-relative #groupingDiv .listCount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 25px 0 10px;
    margin-right: 10px;
    background: url(/front-assets/images/group-filter-bg.svg) no-repeat right center;
    background-size: auto 100%;
}
.viewMap-fixed #groupingDiv .listCountCloseButton,
.viewMap-relative #groupingDiv .listCountCloseButton{
    font-size: 12px;
}
.viewMap-fixed #groupingDiv .listCount .listCountCloseButton:before,
.viewMap-relative #groupingDiv .listCount .listCountCloseButton:before {
    content: ' ';
    display: block;
    background: url('/front-assets/images/closeCircle.png');
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
}
.viewMap-fixed #groupingDiv .listCount p,
.viewMap-relative #groupingDiv .listCount p {
    margin: unset;
}
.viewMap-fixed #groupingDiv .filterList,
.viewMap-relative #groupingDiv .filterList {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
}
.viewMap-fixed #groupingDiv .filterList li,
.viewMap-relative #groupingDiv .filterList li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 6px 5px 0 0;
    padding: 5px 10px 5px 7px;
    background: rgba(255,255,255,.3);
    box-shadow: 0 1px 0 rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 30%);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 30%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
}
.viewMap-fixed #groupingDiv .filterList li:before,
.viewMap-relative #groupingDiv .filterList li:before {
    content: ' ';
    display: block;
    background: url('/front-assets/images/closeCircle.png');
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    height: 15px;
    width: 15px;
    margin-right: 5px;
    cursor: pointer;
}

.display_group_value{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid var(--blue); */
    color: white !important;
    border-radius: 5px;
    margin: 2px;
    padding: 2px;
}
.display_group_value_active{
    color: #fffe2b !important;
    /* color: var(--blue) !important; */
    /* background: var(--blue) !important; */
}
.display_group_value img{
    width: 30px;
    padding-right: 10px;
}

#verticalResizer{
    /* height: 10px; */
    background: #cbcaca;
    color: #071d25;
    background: darkred;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    cursor: row-resize;
    position: relative;
    width: 100%;
    z-index: 4;
    /* top: -2px; */
    /* left: 0; */
}
#verticalResizer::before {
    content: '=';
    display: block;
}
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
    background-color: #e6ebf6 !important;
    top: -5px !important;
}
button.gm-ui-hover-effect{
    top: 0px !important;
    right: 0px !important;
}
.gm-style .gm-style-iw-d{
    overflow: unset !important;
    max-height: unset !important;
}
.gm-style .gm-style-iw-t{
    bottom: 36px !important;
}
.gm-style .gm-style-iw-t::after {
    /* height: 20px !important; */
    /* width: 20px !important; */
    z-index: -1 !important;
    /* background: #2b93ff !important; */
    top: -5px !important;
    /* width: 0px !important; */
}
.gm-style .poi-info-window{
    max-width: 300px !important;
    width: 300px !important;
}
.poi-info-window div, .poi-info-window a{
    background-color: #e6ebf6 !important;
}
.view-link{
    padding: 0px !important;
    margin: 10px 0px 5px 0px !important;
}
/*.view-link a span{
    display: none;
}
.view-link a span::after{
    content: '<img type="image/svg" src="images/adr-forward.png"/>';
    background-image: 'images/adr-forward.png';
}*/
/* <img type="image/svg" src="'.asset('images/adr-forward.png').'"/> */