* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none;
    outline: 0;
}

select:active,
select:focus,
select:focus-visible,
select:focus-within {
    box-shadow: none;
}

.container-fluid {
    min-width: 300px;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

html,
body {
    background: #f1f1f1;
}

main {
    padding: 0;
}

.sidebar-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 44;
}

.sidebar {
    display: block;
    margin-bottom: -10px;
    width: 100%;
    height: 100vh;
    background: #23282d;
    overflow-y: auto;
}

.sidebar-close {
    display: none;
}

.sidebar-name {
    background: #0073aa;
}

.sb-title {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 5px;
}

.sb-title h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

@media (max-width: 992px) {
    .left-side {
        position: relative;
    }

    .sidebar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 30vw;
        max-width: 30vw;
        z-index: 99;
    }

    .sidebar.active {
        display: block;
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        animation-duration: 0.5s;
    }

    .sidebar-close {
        display: block;
        color: #fff;
        position: absolute;
        right: 10px;
        z-index: 5;
        font-size: 21px;
        cursor: pointer;
    }
}

@media (max-width: 767px) {
    .sidebar {
        width: 50vw;
        max-width: 50vw;
    }
}

@media (max-width: 512px) {
    .sidebar {
        width: 75vw;
        max-width: 75vw;
    }
}

.sidebar-menu li a {
    color: #fff;
}

.sidebar-menu li a:hover {
    background: #0073aa;
}

.content {
    background: #fff;
    padding: 15px;
    min-height: 75vh;
}

.fa.fa-bars {
    display: none;
    cursor: pointer;
}

@media (max-width: 992px) {
    .fa.fa-bars {
        display: inline-block;
    }
}

footer {
    background: #191e23;
    padding: 15px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

h2 {
    margin-top: 0;
}

.welcome-text {
    color: #72777c;
    font-size: 16px;
    margin-bottom: 50px;
}

.quick-links .fa {
    color: #444;
}

.quick-links a:hover {
    font-weight: bold;
}

.quick-links .fa {
    margin-right: 15px;
}

.login-box {
    width: 320px;
    background: #fff;
    padding: 20px;
    margin: auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .13);
}

.login-box label {
    color: #72777c;
    font-weight: 100;
    font-size: 12px;
}

.more-links {
    width: 320px;
    padding: 20px;
    margin: auto;
}

.more-links a {
    color: #72777c;
    font-size: 12px;
    text-decoration: none;
}

.logo {
    width: 320px;
    padding: 20px;
    margin: auto;
    margin-top: 100px;
}

.form-control {
    border-radius: 0;
}

.remember {
    cursor: pointer;
}

.word-count {
    background: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border: 1px solid #e5e5e5;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-button {
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
    position: relative;
}

.publish-box {
    margin-top: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border: 1px solid #e5e5e5;
    padding-bottom: 0;
}

h4 {
    margin-bottom: 0;
    margin-top: -5px;
    font-size: 14px;
    font-weight: 600;
}

h1 {
    font-size: 23px;
    font-weight: 400;
}

.cat-content label {
    font-weight: 400;
    cursor: pointer;
}

input[type=checkbox] {
    cursor: pointer;
    height: 16px;
    margin: -4px 4px 0 0;
    width: 16px;
}

.featured-image label {
    text-decoration: underline;
    font-weight: 400;
    color: #337ab7;
}

.featured-image label:hover {
    color: #3c8dbc;
}

.publish-box a {
    text-decoration: underline;
}

.filter-div {
    margin-top: 20px;
}

.bottom {
    margin-bottom: 20px;
}

.pagination {
    margin: 0;
}

.pagination .active a {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #444;
}

.pagination .active a:hover {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    color: #444;
}

.cat-form {
    margin-top: 20px;
}

.cat-form h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

.cat-form p {
    font-style: italic;
    margin-top: 5px;
    color: #72777c;
}

.cat-form label {
    font-weight: 400;
}

.cat-view .pagination {
    float: right;
    margin-top: 20px;
}

.panel-title a {
    color: #444;
    font-weight: 900;
    font-size: 14px;
}

.panel-bordered-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 10px;
}

.panel-body label {
    font-weight: 400;
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal label,
.form-horizontal label.s {
    color: #72777c;
    text-decoration: none;
    font-style: italic;
}

.menu-structure {
    margin-top: 0;
}

.menu-structure h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}

#my-ui-list li {
    cursor: move;
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 15px;
    color: #23282d;
    width: 60%;
    margin-bottom: 10px;
    position: relative;
}

.sortable {
    position: relative;
}

.sub-nav {
    padding: 10px 0px;
}

.sub-nav li {
    width: 100% !important;
}

.selected-item {
    border: 1px solid #0073aa !important;
}

.category-item {
    padding: 5px !important;
}

.top-navigation {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 40px;

    background-color: #23282d;
}

.top-navigation__right {
    display: flex;
    align-items: center;
    gap: 6px;
    
    padding: 5px 0;
}

.top-navigation__right--link {
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
}