/* body {
    -webkit-user-select: none; /* Safari */
    /* -ms-user-select: none; /* IE 10 and IE 11 */
    /* user-select: none; /* Standard syntax */
/*} */
.text-white{
    color:#fff;
}
.invalid-feedback{
    color:#c21704;
    font-size:12px;
}
.success-feedback{
    color:#0bba2e;
    font-size:12px;
}
.iti {
    width: 100%;   
}
body.hiddenNew{
    overflow: hidden !important;
}

body.hiddenNew > *:not(.modal) {
    /* background: #ffd83c; */
    overflow: hidden !important;
    /* background: #b6b6bab3; */
    filter: blur(3px) !important;
    -webkit-filter: blur(3px) !important;
}

.modal-body{
    background: #fff;
    border: 1px solid #b6b6bab3;
    filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
}
  