.left-color-border{
    border-radius: 18px;
}
  
.list-group-item{
    border-radius: 18px;
    width: 100%;
    margin: 10px 0;
    /* height: 60px; */
    font-size: 16px;
}
  
.list-group-item.objective{
    border-left: 10px solid #EB5C6F;
    /* background: linear-gradient(131deg, #7175E0 0%, #4D50CB 33%, #E25BC8 100%) left bottom #f9f9f9 no-repeat; 
    background-size:30px 100%; */
    /* border-width: 0;
    border-left: 10px solid;
    border-radius: 18px;
    border-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%) 0 100%; */
}
  
.list-group-item.subjective{
    border-left: 10px solid #75b1e8;
}

@media only screen and (max-width: 990px) {
    .btn.btn-primary{
        font-size: 15px;
        height: min-content;
    }
}

.list-group-item:first-child,.list-group-item:last-child {
    border-radius: 18px;
}

.downloadResult, .downloadResults{
    color: #007bff;
    cursor: pointer;
}

.downloadResult:hover, .downloadResults:hover{
    text-decoration: underline;
}

.downloadResults{
    width: 25px;
    height: 26px;
}
.menu{
    margin-bottom: 20px;
}
.filter{
    color: black
}

.active-bg {
    background:  #80AF63 !important;
    color: #fff !important;
}
  
.deleted-bg {
    background-color: #FF6E5D !important;
    color: #fff !important;
}

.assessment-dropdown{
    display: inline-flex;
    height: 45px;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 54px;
    border: 1px solid  #F4F6F8;
    background: #FFF;
}

.toggle-status{
    display: flex;
    height: 35px;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
    border-radius: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: 1px solid #fff;
}

.activeAssessment:hover {
    background:  #E8E9EA;
    border: 1px solid #E8E9EA;
}

.deletedAssessment:hover {
    background:  #FEECEB;
    border: 1px solid #FEECEB;
}

.selected-active {
    background: #E8E9EA;
    border: 1px solid #D2D3D5;

}

.selected-deleted ,.selected-deleted:hover {
    background: #F44336;
    color: #fff !important;
    border: 1px solid #F44336;
}