.btn-custom-sm {
    padding: 0.3rem 1rem;
    font-size: 0.75rem;
    border-radius: 0.2rem;
}

.table > :not(:first-child) {
    border-top: none !important;
}

.table-fd-details {
    width: 100%;
}

.table-fd-details td {
    font-size: 14px;
}

.table-fd-details td:first-child {
    width: 50%;
}

.mb-0 {
    margin-bottom: 0.5rem !important;
}

.customer-img-round {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.customer-img-round img {
    width: 100%;
}

.text-right {
    text-align: right !important;
}

.capital-amount-text {
    line-height: 1;
}

.capital-amount-sm {
    font-size: 10px;
    font-weight: bold;
}

.cash-col-info-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.help-container {
    display: flex;
    align-items: center;
}

.help-container i {
    color: #afafaf;
}

.help-text {
    font-size: 12px;
    color: #959595;
    line-height: 1.3;
    margin-bottom: 0;
    margin-left: .5rem;
}

.current-fd-text {
    font-size: 12px;
    color: #e60c0c;
    font-weight: 600;
    margin-left: 0.1rem;
}
