﻿



.addIcon {
    font-size: 16px !important;
    position: absolute;
    right: 13%;
    top: 10%;
    z-index: 9;
    cursor: pointer;
}


.overlay1 {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 90px;
    left: 70px;
    font-size: 15px;
    margin-top: 11px;
}


#edittxtTaskTitle + .errorLabel {
    margin-left: 1.8rem !important;
}


.Voice_text {
    cursor: pointer;
}

    .Voice_text img {
        width: 25px;
        cursor: pointer;
    }

.dot-falling {
    position: relative;
    right: 9999px;
    width: 5px;
    display: inline-block;
    margin-left: 17px;
    height: 5px;
    border-radius: 5px;
    background-color: #35b9ca;
    color: #35b9ca;
    box-shadow: 9999px 0 0 0 #35b9ca;
    animation: dotFalling 1s infinite linear;
    animation-delay: .1s;
}

.Voice_text1 {
    cursor: pointer;
}

    .Voice_text1 img {
        width: 25px;
        cursor: pointer;
    }

.dot-falling1 {
    position: relative;
    right: 9999px;
    width: 5px;
    display: inline-block;
    margin-left: 17px;
    height: 5px;
    border-radius: 5px;
    background-color: #35b9ca;
    color: #35b9ca;
    box-shadow: 9999px 0 0 0 #35b9ca;
    animation: dotFalling 1s infinite linear;
    animation-delay: .1s;
}

    .dot-falling1::before, .dot-falling1::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-falling1::before {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #35b9ca;
        color: #35b9ca;
        animation: dotFallingBefore 1s infinite linear;
        animation-delay: 0s;
    }

    .dot-falling1::after {
        width: 5px;
        height: 5px;
        border-radius: 5px;
        background-color: #35b9ca;
        color: #35b9ca;
        animation: dotFallingAfter 1s infinite linear;
        animation-delay: .2s;
    }

