/* helpers */

.note_text {
    position: fixed;
    padding: 2rem 2.5rem;
    background-color: #ff0;
    font-size: 1.2rem;
    right: 0px;
    bottom: 0px;
    color: #111;
    z-index: 100000;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.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: #dbdbdb;
}

.modal.modal-bgd-white {
    background-color: rgb(255, 255, 255);
}