.err-msg {
    color: #cf1414 !important;
    font-weight: bold;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #7842b1 !important;
    border-color: #7842b1 !important;
}



/* success popup - start */
.suc-pop {
	border: 2px solid #b3dfea;
}

.suc-pop-title {
    font-size: 28px !important;
	color: #5ad0a9;
}

.suc-pop-btn-ok {
	background: #5ad0a9 !important;
    border: transparent !important;
}

/* success popup - end */


/* unsuccess popup - start */
.unsuc-pop {
	border: 2px solid #f8a0a0;
}

.unsuc-pop-title {
    font-size: 28px !important;
	color: #ea3333;
}

.unsuc-pop-btn-ok {
	background: #ea3333 !important;
    border: transparent !important;
}
/* unsuccess popup - end */


/* information popup - start */
.info-pop {
	border: 2px solid #3a8dd7a8;
}

.info-pop-title {
    font-size: 28px !important;
	color: #3a8dd7;
}

.info-pop-btn-ok {
	background: #3a8dd7 !important;
    border: transparent !important;
}
/* information popup - end */



/* confirmation popup - start */
.confirm-pop {
    border: 2px solid #ffcc80 !important;
}

.confirm-pop-title {
    font-size: 28px !important;
    color: #eab333 !important;
}
/* confirmation popup - end */


.required-mark {
    color: red;
}


#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading img {
    width: 100px; /* Adjust the size of the loading GIF as needed */
}