.datetime{color:#ccc;font-size: 13px;margin-left: -33px;}
a{font-size: 13px; margin-left: -5px;}
.note-round-btn{
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 13px;
    right: 18px;
    border-radius: 50px;
    background: #347ab7;
    border: 1px solid #347ab7;
    color: #fff;
    font-size: 20px;
}
.note-add-round-btn{
    position: relative;
}

.uiOverlay{
    z-index: 1002;
    /* transform: translate3d(348px, -285px, 10px) !important; */
    opacity: 1;
    /* position: absolute; */
}
// Calender Validation
.dateValidation{
    :host ::ng-deep button {
        margin-right: .25em;
    }

    :host ::ng-deep .ui-message,
    :host ::ng-deep .ui-inputtext {
        margin-right: .25em;
    }
}
.datespace{
    margin-bottom: -24px;
    margin-left: 11px;
}