/* helpers */

.note_text {
    position: fixed;
    padding: 1.5rem 2rem;
    background-color: #fff300;
    font-size: 1.2rem;
    right: 2rem;
    bottom: 2rem;
    color: #111;
    border-radius: .5rem;
    z-index: 100000;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.to-clipboard-textarea,
.to-clipboard-btn {
    position: absolute;
    z-index: -1;
    top: -1000px;
    height: 1px;
}

/* modal */

.modal-close {
    font-weight: 200;
    position: fixed;
    right: 2.5rem;
    top: 1.5rem;
    z-index: 20000;
    font-size: 1.8rem;
    cursor: pointer;
    color: #fff;
    font-size: 2rem;
    color: #ccc;
}

.modal.modal-bgd-white {
    background-color: #353a40;
}