.btn-custom-primary,
.btn-custom-primary,
.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active {
    color: #fff;
    background-color: #408AD2;
    border-color: #408AD2;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}

.btn-custom-warning,
.btn-custom-warning:hover,
.btn-custom-warning:focus,
.btn-custom-warning:active {
    color: #fff;
    background-color: #F2AC4C;
    border-color: #F2AC4C;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}

.btn-custom-success,
.btn-custom-success:hover,
.btn-custom-success:focus,
.btn-custom-success:active {
    color: #fff;
    background-color: #5db85b;
    border-color: #5db85b;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}

.btn-custom-danger,
.btn-custom-danger:hover,
.btn-custom-danger:focus,
.btn-custom-danger:active {
    color: #fff;
    background-color: #D9544A;
    border-color: #D9544A;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}

.btn-custom-secondary,
.btn-custom-secondary:hover,
.btn-custom-secondary:focus,
.btn-custom-secondary:active {
    color: #fff;
    background-color: #6C757D;
    border-color: #6C757D;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}


.btn-custom-light,
.btn-custom-light:hover,
.btn-custom-light:focus,
.btn-custom-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    width: 80px;
    border-radius: 5px !important;
    padding: 0.4rem 0.8rem;
    cursor: pointer !important;
}
