﻿.defaultButton {
    padding: 0 !important;
    height: 30px !important;
    font-size: 10px !important;
    width: 180px !important;
    text-align: center !important;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0px;
    display: inline-block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    cursor: pointer;
}

.notShowAgainButton {
    color: #fff !important;
    background-color: #dc3545 !important;
}

.nextButton {
    color: #fff !important;
    background-color: #007bff !important;
}

.previousButton {
    color: #fff !important;
    background-color: #6c757d !important;
}
