.btn-custom-sub {
    background-color: #1c2c43;
    color: white;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 5px;
}

.btn-custom-sub > h6 {
    width: max-content;
}

.btn-custom-sub-text {
    width: fit-content;
    color: white;
    font-weight: 400;
    font-size: 13px;
}

.btn-custom-sub:hover {
    background-color: #081930;
    color: white;
    border: none;
    text-decoration: none;
    padding: 5px 10px;
    margin-top: 5px;
}

.bg-custom-badge {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 4px 10px;
    background: #FFFF00;
    border-radius: 99px;
}