#amap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
*:focus {
    outline: none;
}
.ui-toolbar {
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 7px;
    box-shadow: 0px 0px 5px 2px rgba(150, 150, 150, 0.6);
    border-radius: 5px;
}
#toptoolbar {
    top: 0;
    left: 0;
    padding:5px;
}
#pmr, #simpleModels, #linksModels, #logosModels {
    width:20px;
    height:20px;
}
#devMenu {
    top: 0;
    right: 0;
    padding: 5px;
}
.dev-input {
    border: 1px solid #aaaaaa;
    margin-right: 10px;
    padding: 5px;
}

#zoomMenu {
    bottom: 0;
    right: 0;
}

.zoombtn {
    display: block;
    text-align: center;
    min-width: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #aaaaaa;
    padding: 0 0 5px 0;
    color: #000000;
    font-size: 26px;
    line-height: normal;
    pointer-events: all;
    touch-action: auto;
}

#zoomMore {
    border-radius: 5px 5px 0 0;
    border-bottom: none;
}

#zoomReset {
    font-size: 18px;
    padding: 0;
}

#zoomLess {
    border-radius: 0 0 5px 5px;
    border-top: none;
}

#zonesMenu {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.zonebtn {
    position: relative;
    display: block;
    text-align: center;
    min-width: 30px;
    min-height: 30px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #aaaaaa;
    color: #000000;
    font-size: 20px;
    line-height: normal;
    pointer-events: all;
    touch-action: auto;
    padding: 5px;
}
.zonebtn.selected {
    background-color: rgba(0.1, 0.1, 0.1, 0.8);
    color: #ffffff;
}
.zonebtn.not-in-path {
    opacity: 0.2;
    pointer-events: none;
    touch-action: none;
}
#pathDirection {
    position: absolute;
    left: 0;
    top: 110%;
    width: 280px;
    height: 210px;
    background-color: transparent;
    text-align: center;
}
#pathDirection #dirArrowBg {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 65%;
    height: 70px;
    background-color: rgb(238 115 38);
    border-radius: 50%;
    box-shadow: rgb(74 76 80) 0px 1px 1px,
                rgb(74 76 80) 0px 2px 1px,
                rgb(74 76 80) 0px 3px 1px,
                rgb(74 76 80) 0px 4px 1px,
                rgb(74 76 80) 0px 5px 1px,
                rgb(74 76 80) 0px 6px 1px,
                rgb(74 76 80) 0px 7px 1px,
                rgb(74 76 80) 0px 8px 1px,
                rgb(74 76 80) 0px 9px 1px,
                rgb(74 76 80) 0px 10px 1px;
}
#pathDirection #dirArrow {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    background-image: url('dir_arrow_anim.gif');
    background-repeat: no-repeat;
    background-size: 90% 90%;
    background-color: transparent;
    background-position: center;
}
#pathDirection #dirText {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    background-color: rgb(107 111 116);
    color: #ffffff;
    text-align: center;
    line-height: normal;
    font-size: 32px;
    padding: 5px 10px;
    box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.5);
    font-family: font-bold;
}
#poiPinPoint {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 16px), 60% calc(100% - 16px), 50% 100%, 40% calc(100% - 16px), 0% calc(100% - 16px));
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 16px), 60% calc(100% - 16px), 50% 100%, 40% calc(100% - 16px), 0% calc(100% - 16px));
    transform: translateX(-50%);
    border-radius: 5px;
}
#poiPinPointContent {
    padding: 10px;
    max-width: 350px;
    min-width: 120px;
    margin-bottom: 16px;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: font-bold;
}
#zoneTransition {
    width: fit-content;
    height: fit-content;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #aaaaaa;
    font-size: 60px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 80px;
    z-index: 2;
    text-align: center;
}
#zoneTransition img {
    margin-top: 20px;
    max-width: 240px;
    max-height: 240px;
    /*filter: invert(1);*/
}
