/* Custom styles goes here */
.error-border{
    border-color:red;
}

.textRightBorder{
    display:flex;
    justify-content:right;
    padding:12px;

}
#globalLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); /* semi-transparent white */
    z-index: 9999;
}

.loader-backdrop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}