﻿.container-full-size {
    width: 100vw;
    height: 100vh;
}

.google-icon-xxl {
    font-size: 30em;
    opacity: 0.05; 
    user-select: none;
}

.google-icon-xl {
    font-size: 4.0em;
    opacity: 0.20;
    user-select: none;
}

.google-icon-l {
    font-size: 2.0em;
    user-select: none;
}

.google-icon-m {
    font-size: 1.5em;
    user-select: none;
}

.google-icon-s {
    font-size: 1.0em;    
    user-select: none;
}

.selectable {
    cursor: pointer;
}

    .selectable:hover {
        background-color: rgba(235,235,255,1);
    }

.draggable {
    cursor: grab;
}

    .draggable:hover {
        background-color: rgba(235,235,255,1);
    }

.selected {
    cursor: pointer;
    background-color: rgba(230,230,255,1);
}

.can-drop {
    background-color: rgba(248,248,255,1);
}

.btn-icon-s {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
}

    .btn-icon-s :hover {
        border-radius: 50%;
        background-color: rgba(215, 215, 255, 1);
    }
