.cus-bg-light {
    background-color: #e1e4eb;
}

.cus-bg-lighter {
    background-color: rgba(236, 239, 243, 0.438)
}

.custom-bg-highlight {
    background-color: rgba(255, 208, 0, 0.171) ;
}

.card-border {
    border: 1px solid rgba(0, 0, 0, 0.295);
    border-radius: 4px;
}

.card_top_border {
    border: 1px solid rgba(0, 0, 0, 0.527);
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.card_bottom_border {
    border: 1px solid rgba(0, 0, 0, 0.295);
}

.recon-reason {
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

.card-bottom-border-block {
    border: 1px solid rgba(0, 0, 0, 0.295);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.toggle-btns {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 8px;
}