@import "../../../theme/color";
.display-grid-icons {
    .disabled {
        pointer-events: none;
        opacity: 0.5;
    }
    .img-icon {
        width: 2.4rem;
    }
    .down-arrow {
        .img-icon {
            width: 1.4rem;
        }
    }
    .text-zoom {
        width: 4rem;
    }
}

.border-left {
    border-left: 0.1rem solid $aeap-color-pattens-blue;
    padding-left: 2rem;
    height: 2.4rem;
}

//square legend
.square {
    height: 1.6rem;
    margin-top: 0.4rem;
    width: 1.6rem;
}

.circle {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-top: 0.4rem;
}

.triangle {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-top: 0.4rem;
}

.legend-title {
    font-family: "NotosansFont";
    line-height: 1.7rem;
    pointer-events: none;
}

.legend-font {
    font-family: "NotosansFont", Fallback, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 2.4rem;
    text-align: center;
    cursor: pointer;
}

.legend-box {
    position: absolute;
    width: 37.2rem;
    padding-bottom: 2.4rem;
    z-index: 1;
    line-height: 0;
    margin-top: 3.4rem;
    margin-left: -24rem;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.display-group-icons {
    height: 4.8rem;
    position: absolute;
    right: 2.4rem;
    top: 2rem;
    .icon-label {
        color: $aeap-color-dark-grey;
        font-family: "NotosansFont";
        font-size: 1.2rem;
        height: 1.6rem;
        line-height: 1.2rem;
        margin-top: -1rem;
        padding: 0 0.8rem;
        text-align: center;
    }

    .icons-img {
        border-right: 0.1rem solid $aeap-color-pattens-blue;
        display: flex;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        span {
            color: $aeap-color-grey-1;
            cursor: pointer;
            font-size: 1.6rem;
            font-style: normal;
            font-weight: 900;
            height: 2.4rem;
            line-height: 2.4rem;
            margin: 0 0.4rem;
            text-align: center;
            width: 2.4rem;
        }

        .icon-btn {
            background: none;
            border: 0;
            margin: 0;
            padding: 0;
            &:focus {
                outline: none;
            }
        }

        img {
            margin: 0 0.8rem;
        }

        &:last-child {
            border-right: 0;
        }
    }
}

.icons-img-undoredo {
    display: flex;
    padding-left: 1.6rem;
    margin-bottom: 3.2rem;
    .legend {
        margin-top: -0.5rem;
    }
    .down-arrow {
        width: 1.4rem !important;
    }

    // default undo-redo button properties
    .icon-btn-ur {
        background: none;
        border: 0;
        color: $aeap-color-grey-1;
        cursor: pointer;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 900;
        height: 2.4rem;
        line-height: 2.4rem;
        margin: 0 0.4rem;
        padding: 0;
        text-align: center;
        width: 2.4rem;
        // margin: 0;
        &:focus {
            outline: none;
        }
    }
}
