body {
    background-color: #fff;
    padding-bottom: 150px;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.1);
}

.admin-stats .card {
    min-height: 150px;
}

.badge,
.card,
.form-select,
.nav-link,
.btn,
.form-control {
    transition: none;
    /* border-radius: 0; */
}

.ql-toolbar {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.ql-editor {
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
}

.ql-editor.ql-blank::before {
    font-size: 1rem !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    color: #888 !important;
}

.dropdown-menu {
    /* border-radius: 0; */
    width: 100%;
    margin-top: -2px;
    border: 1px solid;
    box-shadow: 3px 3px 7px #1113;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #222;
}

.form-control:focus {
    background-color: #ffb;
    border-color: #222;
    box-shadow: none;
}

.form-check-input[type=checkbox] {
    /* border-radius: 0; */
}

.form-check-input:checked {
    border-color: #222;
    background-color: #222;
    color: #fff;
}

a.badge {
    text-decoration: none !important;
}

button.badge {
    appearance: none;
    border: none;
}

.btn-group form {
    display: inline-block;
}

.table th {
    border-top: none;
    font-weight: 600;
}

.display-4 {
    font-size: 2.5rem;
}

.page-link {
    color: black;
}

.page-item.active .page-link {
    color: white;
    background-color: black;
    border-color: black;
}

.page-link:hover {
    color: black;
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 2rem;
    }
}




@media (max-width: 1000px) {
	
.table-responsive tr {
margin: 0 0 1.5rem 0;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
/* border-radius: 0; */
box-shadow: rgba(0, 0, 0, 0.1) 0px 0.125rem 0.25rem;
}

.table-responsive td {
border: none;
}

.table>:not(:first-child) {
border-top: 0;
}

.table-responsive tr td:first-of-type {
border-bottom: 1px solid rgba(0,0,0,.125);
font-weight: bold;
}


}