

/*.caption-text-ui {
    //@extend .input-ui;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    color: #93a4aa;
    @include transition(0.2s ease all);
    z-index: 1;
    cursor: text;
    text-align: left;
    font-weight: 300;

    &.data-active {
        height: auto;
        align-items: flex-start;
    }
}*/


/*
.d-none {
    display: none;
}
*/

