.account-header {
    border-top: 1px solid #669999;
    border-bottom: 1px solid #669999;
}

input {
    border-color: #669999 !important;
}

i {
    color: red;
}

.app-action-sidebar path {
    color: #669999;
}

.sidebar-header {
    color: #669999;
    border-bottom: 1px solid #669999;
}

.sidebar-header path {
    color: #669999;
}
@media only screen and (max-width: 2500px) {
    .app-toolbar {
        width: 1624px !important;
    }
    /* .content {
        margin-top: 40% !important;
    } */
}
@media only screen and (max-width: 1920px) and (min-width: 1190px) {
    .app-toolbar {
        width: 1624px !important;
    }
    .content {
        margin-top: 20% !important;
    }
}

@media only screen and (max-width: 768px) {
    .app-toolbar {
        width: 100% !important;
    }
    .content {
        margin-top: 65% !important;
    }
    .icon_mobile_footer{
        height: 48px !important;
        width: 48px !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 {
    height: 30%;
    position: fixed;
    top: 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;
}

.nav.nav-tabs.mb-3 li .active {
    color: #669999;
}
.swal2-popup {
    font-size: 0.8rem !important;
}
.content {
    background: azure;
    margin-top: 19%;
}
.icon_mobile_footer{
    height: 140px;
    width: 140px;
}
.background_image{
    background-image: url("/assets/img/bg_login.png") 
}
