body, .sidebar-nav ul li a {
    font-weight: 400;
}
div, aside, p ,table, td, th {
    transition: all 0.25s ease-in-out;
}
body:before {
    content: '';
    height: 10px;
    width: 100%;
    display: block;
    background: #f6f9fa;
    top: 0;
    left: 0;
    position: sticky;
    z-index: 9;
}
.can-search-text {
    cursor: pointer;
}
.can-search-text:hover {
    color: #20aee3;
}
.list-table-action .btn.btn-sm {
    font-size: 18px;
}
.fix-header .topbar {
    margin: 0 20px;
    border-radius: 20px;
    width: calc(100% - 40px);
}
.topbar .top-navbar {
    min-height: 70px;
    padding: 0px;
    box-shadow: -2.61824px 0px 30px rgba(182, 186, 203, 0.3);
    border-radius: 20px;
}
.topbar .top-navbar .navbar-header {
    line-height: auto;
    padding-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-top: 0;
    border-radius: 20px;
}
.topbar .navbar-collapse {
    border-bottom: 0;
    /*box-shadow: -2.61824px 20px 30px rgba(182, 186, 203, 0.3);*/
}
.topbar .profile-pic {
    border-left: 0;
}
.mini-sidebar.fix-header .topbar {
    margin-left: 20px;
}
.preloader{
    top: 110px;
}
.fix-header .page-wrapper {
    padding-top: 85px;
}
aside#js-trigger-nav-team {
    top: 100px;
    border: 0;
    border-radius: 0 20px;
    padding-top: 20px;
    box-shadow: -2.61824px 0px 30px rgba(182, 186, 203, 0.3);
}
.sidebar-nav > ul > li > a i {
    width: 26px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.mini-sidebar .sidebar-nav > ul > li > a i {
    transform: scale(1.4);
}
@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 220px;
    }
    aside#js-trigger-nav-team {
        bottom: 20px;
        left: 20px;
        border-radius: 20px;
    }
}
@media (min-width: 768px) {
    .mini-sidebar .page-wrapper {
        margin-left: 90px;
    }
}
@media (max-width: 768px) {
    div#list-pages-stats-widget {
        flex-direction: column;
    }
}

.page-wrapper-overlay {
    z-index: 30;
    left: -220px;
}

/*#js-trigger-home-admin-wrapper .card {
    background-color: rgb(251, 252, 253);
    color: #5b676d;
}*/
.card-no-border .card {
    box-shadow: 0 6px 20px rgba(182, 186, 203, 0.3);
    transition: box-shadow 0.2s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fbfcfd;
}
#orders-td-container .card {
    background-color: #fff;
}
.card-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, .01);
}
.card-footer {
    border-top: 0;
    background-color: rgba(0, 0, 0, .01);
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    background: #fbfcfd;
    border-radius: 10px;
}
.btn.btn-info-light {
    background-color: rgba(17,112,228, .1);
    color: rgb(17,112,228);
}
.btn.btn-sm {
    padding: .25rem .5rem;
    border-radius: .25rem;
    font-size: .75rem;
}
.font-12 {
    font-size: 14px !important;
}
span.badge.bg-success a {
    color: #fff;
}
.form-control {
    min-width: 100%;
}


.card-body.apple {
    background: url(/public/images/apple.svg) no-repeat;
    background-position: bottom 10px right 5px;
    background-size: 55px;
}