/**** BUTTONS ***/
.buttons_type-rounded .btn, .buttons_type-rounded .status-bloc {
    border-radius : 20px !important;
}

.buttons_type-rectangle .btn, 
.buttons_type-rectangle .status-bloc, 
.buttons_type-rectangle .checklist-body .heading,
.buttons_type-rectangle .common-textbox,
.buttons_type-rectangle .note
{
    border-radius : 0px !important;
}

/**** HEADINGS ***/
.headings_type-rectangle  .checklist-section .checklist-body .heading {
    font-size: 18px;
    line-height: 21px;
    background-color: var(--color-portal-theme);
    border-bottom: 1px solid;
    border-bottom-color: var(--color-portal-theme);
    padding-bottom: 8px;
    padding: 8px;
    margin-bottom: 35px;
    margin-top: 5px;
    color:white;
    border-radius: 5px;
    font-weight: normal;
}


/**** STATUS ***/

.statuses_type-pill .status-bloc {
    height: 25px;
    padding-top: 4px;
    display: inline-block !important;
    text-align: center;
    border-radius: 5px;
    border : 1px solid;
}

.statuses_type-pill .status-bullet{
    display: none !important;
}

.statuses_type-pill .status-text{
    color:white !important;
    font-size: 12px !important;
    padding: 0 3px;
}

.statuses_type-pill .status-bloc.status-missing {
    border-color: var(--red-color) !important;
}

.statuses_type-pill .status-bloc.status-missing .status-text {
    color: var(--red-color) !important;
}

.statuses_type-pill .status-bloc.status-returned {
    border-color: var(--yellow-color) !important;
}

.statuses_type-pill .status-bloc.status-returned .status-text {
    color: var(--yellow-color) !important;
}

.statuses_type-pill .status-bloc.status-approved {
    border-color: var(--green-color) !important;
}

.statuses_type-pill .status-bloc.status-approved .status-text {
    color: var(--green-color) !important;
}

.statuses_type-pill .status-bloc.status-irrelevant {
    border-color: var(--grey-color) !important;
}

.statuses_type-pill .status-bloc.status-irrelevant .status-text {
    color: var(--grey-color) !important;
}