.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-color: rgb(240, 243, 248);
    background-position: center;
}
.preloader_form{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-repeat: no-repeat;
    background-color: rgb(240, 243, 248);
    background-position: center;

}

#toast-container>.toast-success {
    background-color: #51a351;
}
#toast-container>.toast-error {
    background-color: #bd362f;
}
.newFieldPratiwadi--btn {
    font-size: 0.875rem;
    display: block;
    text-align: center;
    padding: 0.25em 0.5em;
    border: 1px dashed #bebebe;
    border-radius: 4px;
    color: #333333;
    font-weight: 600;
    transition: all 0.2s ease-in;
}
.newFieldPratiwadi--btn:hover {
    text-decoration: none;
    border-color: #2460b9;
    color: #2460b9;
    background-color: #eaf0fc;
}
.anusandhan_remove, .pratiwati_remove{
    color: #cecece;
}
