.btn-block {
    display: block;
    width: 100%;
}

.cls_not_a {
    text-decoration: none;
}

.cls_cursor_hand {
    cursor: pointer;
}

.cls_red_label {
    background: #ff5555;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
}

.cls_green_label {
    background: #4e9502;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
}

.cls_yellow_label {
    background: #e3c504;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
}

.cls_blue_label {
    background: #0a8daa;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 3px;
}

.cls_border_dash_s {
    border-left: 1px dashed #ccc;
}

.cls_icon_1_0 {
    font-size: 1rem;
}

.cls_icon_1_1 {
    font-size: 1.1rem;
}

.cls_icon_1_2 {
    font-size: 1.2rem;
}
.cls_icon_1_3 {
    font-size: 1.3rem;
}
.cls_icon_1_4 {
    font-size: 1.4rem;
}
.cls_icon_1_5 {
    font-size: 1.5rem;
}
.cls_icon_1_6 {
    font-size: 1.6rem;
}
.cls_icon_1_7 {
    font-size: 1.7rem;
}
.cls_icon_1_8 {
    font-size: 1.8rem;
}
.cls_icon_2_0 {
    font-size: 2rem;
}


.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}