.err_msg, .required{
	color:#dc3545 !important;
}
.err_msg{
	margin-top: 10px !important;
}

.high {
    background-color: #dc3545!important;
    color: #fff !important;
}

.btn-light {
    color: #212529;
    background-color: #ddd !important;
    border-color: #f8f9fa;
}

.readonly {
    pointer-events: none;
    background-color: #f2f2f2; 
    color: #999;
}
.hide{
    display: none;
}
.signup-div{
    background-color: #f8f9fb !important;
    border: 1px solid #ccc;
    height: auto;
    padding: 45px;
    border-radius: 5px;
    margin-bottom: 60px;
}   

.position-relative {
    position: relative!important;
}

.fa-eye-slash,.fa-eye{
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    right: 35px;
    padding: 1rem;
}

.change-pwd-eye {
    top: calc(46% - 10px); /* Adjust the top position based on your layout */
}

.change-cpwd-eye {
    top: calc(72% - 10px); /* Adjust the top position based on your layout */
}

.has-flash-message .change-cpwd-eye {
    top: calc(76% - 10px);
}


.has-flash-message .change-pwd-eye {
    top: calc(55% - 10px);
}
.user_profile_update_img{
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    border-radius: 100px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 11px !important;
}

#taskFilter,#projectFilter{

    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}

.user-container {
    display: flex;
    align-items: center;
    margin-right: 10px; 
    margin-top: -8px;
}

.circle {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 50%;
}

.username {
    margin-left: 13px; /* Adjust as needed for spacing between circle and name */
}

.medium{
    background-color: #ffc107 !important;
    color: #fff !important;
}

.low{
    background-color: #17a2b8 !important;
    color: #fff !important;
}

.overdue{
    background-color: #FF0000 !important;
    color: #fff !important;
}