.error input{
	border-color: #e63757;
}
.errorMessage{
	color: #e63757;
}

.modal-footer-left{
	display: flex;
	justify-content: flex-start;
}

.rowbg{
	background-color: #e0dada;
}

.full-page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-content {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.loader-content .spinner-border {
    width: 3rem;
    height: 3rem;
}

.noti-title{
    font-size: 13px;
}

.table th {
    text-transform: uppercase;
}

.swal-confirm-btn {
    margin-right: 10px;
}

.swal-cancel-btn {
    margin-left: 10px;
}

.w100{
    width: 100px;
}

.w125{
    width: 125px;
}

.w150{
    width: 150px;
}

.w175{
    width: 175px;
}

.w200{
    width: 200px;
}

.mr20{
    margin-right: 20px;
}

.p1m10{
    padding: 1rem;
    margin-top: 10px;
}