.fds-success-button, .green-button,
.fds-primary-button, .blue-button {
    border: 2px solid #45D6D6;
    background-color: #45D6D6;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 16px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 2px;
}

.fds-success-button:active,
.fds-success-button:focus,
.green-button:active,
.green-button:focus,
.fds-primary-button:active,
.fds-primary-button:focus,
.blue-button:active,
.blue-button:focus {
    border: 2px solid #00818F;
    color: #00818F;
    outline: none;
    box-shadow: none;
}

.fds-success-button:hover,
.green-button:hover,
.fds-primary-button:hover,
.blue-button:hover {
    background-color: #00818F;
    border: 2px solid #00818F;
    color: #FFFFFF;
}

.fds-outline-button,
.white-button {
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    border-color: #45D6D6;
    color: #000000;
    /*d-flex align-items-center justify-content-center*/
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 2px;
}

.fds-outline-button:focus,
.fds-outline-button:active,
.white-button:focus,
.white-button:active {
    border: 2px solid #333333;
    color: #000000;
    background-color: #F3F2F0;
    outline: none;
    box-shadow: none;
}

.fds-outline-button:hover,
.white-button:hover {
    color: #000000;
    background-color: #F3F2F0;
}

.ghost-button {
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 16px;
    border-color: transparent;
    color: #00818F;
    /*d-flex align-items-center justify-content-center*/
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    letter-spacing: 2px;
}

.ghost-button:focus,
.ghost-button:active {
    border: 2px solid #333333;
    color: #00818F;
    background-color: #F3F2F0;
    outline: none;
    box-shadow: none;
}

.ghost-button:hover {
    color: #00818F;
    background-color: #F3F2F0;
}

.fds-primary-button:hover:disabled,
.fds-primary-button.btn-primary-improved-disabled,
.blue-button:hover:disabled,
.fds-primary-button:disabled,
.blue-button:disabled,
.fds-outline-button:hover:disabled,
.white-button:hover:disabled,
.fds-outline-button:disabled,
.white-button:disabled
.ghost-button:hover:disabled,
.ghost-button:disabled
.fds-success-button:hover:disabled,
.green-button:hover:disabled,
.fds-success-button:disabled,
.green-button:disabled {
    border-width: 0px;
    background-color: #F3F2F0;
    color: #595959;
}

.dropdown-item-holder:hover {
    text-decoration: none;
}
