.ckmodal {

    color:#2b542c;

}

.necessary {

    border-left-width: 6px;
    border-left-color: #f8d7da;

}

.recommended {

    border-left-width: 6px;
    border-left-color: #fdf0cd;

}

.optional {

    border-left-width: 6px;
    border-left-color: #d4edda;

}


#cookie_management_detail_modal .modal-body {

    max-height: 600px;
    overflow: auto;
    margin-bottom: 20px;

}
