.cursorPointer {
    cursor: pointer;
}

.colorWhite {
    color: white !important;
}

.inValid {
    color: #e3324c;
}

input.inValid {
    border-color: #e3324c;
}

input.inValid::placeholder {
    color: #e3324c;
}

.bg-gradient-new {
    background: #8e54e9;
    background: -moz-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -webkit-gradient(linear, left, right, color-stop(0, #8e54e9), color-stop(100%, #4776e6)) !important;
    background: -webkit-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -o-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: -ms-linear-gradient(left, #8e54e9 0, #4776e6 100%) !important;
    background: linear-gradient(to right, #8e54e9 0, #4776e6 100%) !important;
}

.clients-contant .clients-contant-table .btn.btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.description-cell {
    white-space: pre-wrap !important;
    word-break: break-word;
    text-align: justify;
}

.no-focus:focus{
    outline: transparent !important;
}
.no-focus, .no-focus:active{
    border: 0;
}