.account-header{
border-top: 1px solid #540000;
border-bottom: 1px solid #540000;
}
input{
    border-color: #540000 !important;
}
i{
    color: #540000;
}
.app-action-sidebar path{
    color: #540000;
}
.sidebar-header{
    color: #540000;
    border-bottom: 1px solid #540000;
}
.sidebar-header path{
    color: #540000;
}
@media only screen and (max-width: 768px) {
    .app-toolbar {
        width: 100% !important;
    }
}
.sidebar-menu ul li a{
    display: flex;
    justify-content: start !important;
}
.sidebar-menu ul li a i{
    margin-right: 20px;
    line-height: 2px;
}
.acc-menu-item {
    display: flex;
}
.app-body {
    padding-bottom: 100px;
    background-color: #fff;
}
.app-toolbar {
    position: fixed;
    bottom: 0px;
    width: inherit;
    background-color: #fff;
}

.nav-toolbar.w-100 ul i {
    font-size: 30px;
}

.nav-toolbar ul li a {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.nav-toolbar ul li a i {
    margin-bottom: 5px;
}

.img-captcha img {
    border-radius: 5px;
    border: 1px solid rgb(255, 128, 0);
}

h3 {
    text-align: center;
    margin-top: 10px;
}

.list-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.list-card img {
    width: inherit;
    height: inherit;
}

.list-card a {
    width: 280px;
    height: 125px;
    box-sizing: content-box;
    margin-bottom: 10px;
    margin-left: 10px;
}

.list-card a div {
    margin-top: -15px;
}

.list-card a:hover {
    border-color: #17a1ee;
}

#sidebar {
    display: none;
}