.theme-text-primary {
    color: var(--themeColorTwo) !important;
}

.theme-btn-primary {
    background-color: var(--themeColorTwo) !important;
    color: white;
}

.stretch-horizontally {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.center-horizontally {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}

.basic-select {
    padding: 10px 30px 10px 30px !important;
}

