.k-button {
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #198754; /* Bootstrap primary button color */
    border-color: #198754; /* Bootstrap primary button border color */
}

/* Hover and active states for the button */
.k-button:hover,
.k-button:focus,
.k-button:active {
    background-color: #198754; /* Bootstrap primary button hover color */
    border-color: #198754; /* Bootstrap primary button hover border color */
}

.k-input-inner {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.k-form .k-label {
    margin-bottom: 10px; /* Adjust the margin as needed */
}

.k-form .k-input {
    margin-bottom: 10px; /* Adjust the margin as needed */
}

.trading-account-dd .dropdown-item:hover,
.trading-account-dd .dropdown-item:focus {
    color: #000 !important;
}
