﻿.overlay-layout {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    margin-top:12px;
}

.overlay-layout button {
    width: 150px;
    height: 40px;
    border: 1px solid #ddd;
    /* background: white; */
    cursor: pointer;
}

.overlay-layout .overlay-click-btn {
    padding: 10px;
    background-color: lightgray;
    border: none;
    cursor: pointer;

    width:64px;
}

.overlay-click-btn.active {
    background-color: #198754;
    color: white;
}

.overlay-layout .overlay-row {
    display: flex;
    margin-bottom: 5px;
}

/*.overlay-layout .overlay-row button {
    flex: 1;
    margin: 0 5px;
}*/

.overlay-layout .overlay-action {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

/*.overlay-layout .overlay-action span {
    cursor: pointer;
}*/

.overlay-layout .selected-item {
    background-color: #7fb542;
    color: white;
}
