body {
    background-color: #f2f2f2;
}

.dataTables_wrapper .dataTables_filter input {
    height: 25px;
}

#table-user_filter{
    display: none;
}

#table-coupons_filter{
    display: none;
}

.title {
    margin-left: 12px;
}

h4 {
    font-size: 30px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    padding: 0.5rem 0.5rem !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 80%);
}

.navbar-dark .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

@media screen and (max-width: 750px) {
    #tableContent {
        overflow:auto;
    }
}

@media screen and (max-width: 991px) {
    #user-data-card {
        width:90% !important;
    }
    #user-points-card {
        width:90% !important;
    }
}

@media screen and (max-width: 767px) {
    #user-data-card {
        width:100% !important;
    }
    #user-points-card {
        width:100% !important;
    }
}