.custom-marker{position:relative;background:#ff9600;-webkit-border-radius:50px !important;border-radius:50px !important;padding:4px 12px 4px 8px;-webkit-box-shadow:3px 3px 10px #D9E8F01a;box-shadow:3px 3px 10px #D9E8F01a;width:max-content !important;height:max-content !important;display:flex !important;align-items:center;gap:8px;border:1px solid #FFF;}
.custom-marker:after,.custom-marker:before{content:'';position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}
.custom-marker:before{width:3px;height:20px;background:#ff9600;z-index:1;border:1px solid #FFF;-webkit-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}
.custom-marker:after{width:14px;height:10px;-webkit-border-radius:50%;border-radius:50%;background:#000;top:calc(100% + 16px);}
.custom-marker>i,.custom-marker>label{font-size:11px;color:#fff;}
.custom-marker>i{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.custom-marker>i:before{-webkit-transform:scaleX(1);transform:scaleX(1);}
.custom-marker>label{font-weight:bold;line-height:normal;max-width:50px;}
