.panel-button {
    position: absolute !important;
    top: 0;
    right: calc(50% - 25px);
    height: 30px !important;
    width: 50px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background-color: #223773;
    border: 0 !important;
    color: white !important;
}

.panel-button:hover {
    background-color: #2854d8 !important;
}

.panel-button:focus {
    background-color: #2854d8;
    outline: none !important;
}

.tool-btn {
    position: sticky;
    width: 40px !important;
    height: 40px !important;
    border: 0 !important;
    border-radius: 100% !important;
    top: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
}

.tool-btn button {
    margin-left: -5px;
}

#draw-tool {
    left: 10px !important;
}

#modify-tool {
    left: 60px;
}

#delete-tool {
    right: 150px;
}

.tool-btn:hover {
    background-color: white !important;
}

.tool-btn:focus {
    outline: none !important;
    background-color: white;
}

.panel {
    position: absolute;
    top: -50px;
    right: calc(50% - 150px);
    width: 320px !important;
    height: 50px !important;
    border: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: #223773 !important;
}

.panel:hover {
    background-color: #2854d8 !important;
}

#selectType {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 120px !important;
    border-radius: 20px;
}