.show_container {
    border-radius: 8px;
}
.bottom-badge, .admin-nav {
    border-radius: 8px;
}
.tab_container {
    border-radius: 0px 8px 8px 0px;
}
.pagination {
  justify-content: center !important;
}
nav li a {
    font-weight: bold;
}
.tab_content textarea {
    min-height: 50vh !important;
}
.brand-container {
    padding: 0px;
}
header {
    background: #242424;
    border-bottom: 2px solid #ff0000;
}
footer {
    background: #242424;
    border-top: 2px solid #ff0000;
}