.button {
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid transparent;
    white-space: nowrap;
    border: none;
}

.default {
    background-color: #ffffff !important;
    border-color: #adadad;
    color: #000;
}

.green {
    background-color: #91CF4F !important;
    color: #fff;
}

.dark-green {
    background-color: #4b6b2a !important;
    color: #fff;
}

.light-green {
    background-color: #efffdf !important;
    color: #91cf4f;
}

.grey{
    background-color: #E8EBF5 !important;
    color: #575757;
    border-color: transparent;
}

.disabled {
    background-color: #e0e0e0 !important;
    color: #9e9e9e;
    cursor: not-allowed;
}

.red{
    background-color: #fdf0ed !important;
    color: #e93c3c;
}

.border{
    border: 1px solid #232323;
}