﻿.validate-msg {
    color: #c72929 !important;
    font-size: 13px;
}
.no-item {
    font-size: 1.8rem;
    font-weight: 600;
    color: #a0c314;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 5px #eef2e0;
    background-color: rgba(160,195,20,.1);
    padding: 2rem 0;
    border-radius: 7px;
}
.toast-message{
    font-size:small;
}
.toast-title {
    font-size: small;
}
.pointer {
    cursor: pointer;
}
.mr-6{
    margin-right:60px !important;
}
.field-validation-error{
    color:red
}