.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 */
}

.btn-custom-css {
    padding: 0.6rem 1rem;
}

.btn_extra_custom {
    background: #b1b1b1;
    color: white;
    border-color: #b1b1b1;
}

.btn_extra_custom:hover, .btn_extra_custom:focus, .btn_extra_custom:active, .btn_extra_custom.active {
    background: #929292;
    color: white;
    border-color: #929292;
}

.btn_secondary_custom {
    background-color: #13c9ca !important;
    color: white;
    border-color: #13c9ca !important;
}

.btn-error-custom {
    background: #cf0c0c;
    color: white;
}

.btn-error-custom:hover, .btn-error-custom:focus, .btn-error-custom:active, .btn-error-custom.active {
    background: #e71717;
    color: white;
}

.btn-error-custom {
    background: #cf0c0c;
    color: white;
}

.btn-error-custom:hover, .btn-error-custom:focus, .btn-error-custom:active, .btn-error-custom.active {
    background: #e71717;
    color: white;
}

.btn_secondary_custom:hover, .btn_secondary_custom:focus, .btn_secondary_custom:active, .btn_secondary_custom.active {
    background-color: #0f9b9b !important;
    color: white;
    border-color: #0f9b9b !important;
}

.text-align-right-custom {
    text-align: right;
}

.notification_item_li {
    border-left: 4px solid #8bc34a;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfbfbf !important;
}

.head_notification_count {
    background: #85bc09;
    font-size: 11px;
    padding: 6px;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 8px;
}

.empty_notification_item_li {
    border-left: 4px solid #7a7b78;
    margin-bottom: 5px;
    border-bottom: 1px solid #bfbfbf !important;
}

.empty_notification_content_container {
    color: #7a7b78  !important;
}

.empty_notification_count {
    background: #7a7b78 ;
    font-size: 11px;
    padding: 6px;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 8px;
}

/* Style for the badge */
.notification-badge {
    position: static;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: red !important;
    color: white;
    font-size: 14px;
    font-weight: bold;
    animation: blink 1s infinite;
}

/* .empty_notification_content_container span {
    align-content: center;
} */


