.card-secondary.card-outline {
    border-top: 3px solid #343A3F !important;
}

.btn-primary{
    color: #fff !important;
    background-color: #343A3F !important;
    border: 1px solid #343A3F !important;
}
.btn-primary:hover{
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #343A3F !important;
}
.btn-success{
    color: #fff !important;
    background-color: #4bea42 !important;
    border: 1px solid #4bea42 !important;
}
.btn-success:hover{
    color: #49ff4f !important;
    background-color: #ffffff !important;
    border: 1px solid #4bea42 !important;
}
.select2{
    width: 100% !important;
}