﻿.toolbar {
    position: absolute;
    top: 200px;
    left: 5px;
    width: 32px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

.toolbar_header {
    background-color: var(--page_title_color);
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: grab;
    text-align: center;
    border-top-left-radius: var(--border_radius_button);
    border-top-right-radius: var(--border_radius_button);
    user-select: none;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: white;
}
.toolbar_footer {
    background-color: var(--page_title_color);
    padding: 0px;
    text-align: center;
    border-bottom-left-radius: var(--border_radius_button);
    border-bottom-right-radius: var(--border_radius_button);
    user-select: none;
}

.toolbar .btn {
    width: 100%;
    border-radius: 0;
}

    .toolbar .btn.active {
        background-color: #0d6efd;
        color: white;
    }
.tool_icon {
    width:24px;
    height:24px;
}
