.mfbasket-card {
    cursor: pointer;
}
.mfbasket-card:hover {
    transform: scale(1.02);
}
.mfbasket-card {
    transition: transform 0.5s;
}
.t-purle .custom-table {
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}

.t-purle .custom-table th, .custom-table td {
    border: 3px solid #ffffff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #F3F1F1;
    text-wrap: nowrap;
}
.t-purle .custom-table th {
    background-color: #493276;
    color: #ffffff;
}
.t-purle .custom-table td{
    font-size: 12px;
}
.mf-card-icon{
    padding: 0px;
    background-color: #ffffff;
    border-radius: 43px;
    width: 30px;
    display: flex !important;
    justify-content: center !important; 
    align-items: center !important;
}
.form-check-input:checked {
    background-color: #493276;
    border-color: #493276;
}
.returns-value{
    font-size: 20px;
    font-weight: 700;
    color: #808285;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: #493276;
    border-color: #493276;
}
.btn-outline-primary {
    --bs-btn-color: #493276;
    --bs-btn-border-color: #493276;
}
.invest-now.nav-pills .nav-link.active, 
.invest-now .nav-pills .show > .nav-link {
    color: #493276 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #000000 !important;
    box-shadow: 0px 0px 4px 0px !important;
}
.invest-now .nav-link {
    color: #493276 !important;
}