@import "text.css";
@import "font.css";
@import "border.css";
@import "background.css";
@import "button.css";
@import "img.css";
@import "label.css";
@import "nav.css";

/*.container {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/
.card-header {
    padding: .75em 1.25em;
}
.card-body {
    padding: .75em 1.25em;
}
.card-footer {
    padding: .75em 1.25em;
}

/*  Top menu */
.top-menu-left .nav-link {
    color: #fff;
    padding: 0 10px;
    font-size: 13px;
}

.top-menu-right .nav-link {
    color: #fff;
}

.top-menu-left .nav-link:hover {
    color: #EE0D79;
    border-radius: 5px;
}

.top-menu-left .nav-link.active {
    color: #EE0D79;
    border-radius: 5px;
}

.top-menu-right .nav-link {
    padding: 0 10px;
}

/* main menu */
.main-menu .nav-link {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px !important;
}
.main-menu .nav-item{
    padding: 10px 8px;
    min-width: 80px;
    text-align: center;
}
.main-menu .nav-item.active{
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
}
.main-menu .nav-link:hover {
    color: #EE0D79 !important;
}
.navbar .form-inline .input-search{
    width: 395px;
    border-radius: 4px;
    background: #F0ECFC;
    border: 1px solid #FFFFFF;
    outline: none;
    padding: 6px 45px;
}
.list-category .category-item{
    flex: 0 0 calc(100% / 5);
    padding: 16px;
    padding-left: 30px;
}
.list-category .item{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    width: fit-content;
}
.list-category .img{
    width: 41px;
    height: 43px;
    border-radius: 8px;
    margin-right: 16px;
    object-fit: cover;
}
.list-category.nav{
    margin-top: -1px;
    z-index: 10;
    overflow: auto;
    flex-wrap: inherit;
}
.main-menu .nav-link.active {
    color: #EE0D79 !important;
}
.list-category.nav::-webkit-scrollbar {
    height: 4px;
}
.list-category.nav::-webkit-scrollbar-thumb {
    background: #EE0D79;
    border-radius: 4px;
}
.list-category.nav::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
/* Authenticate */
.auth-link {
    text-decoration: none;
}

.auth-link:hover {
    color: #EE0D79 !important;
}

/* border-radius */

/* Image */
.avatar-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-sm {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-md {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


.img-icon {
    height: 24px;
    width: auto;
    object-fit: cover;
    margin-bottom: 10px;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}


.btn i {
    padding-right: 0;
}

.btn-group-sm>.btn i, .btn.btn-sm i {
    padding-right: 0;
}
.dropdown-account {
    top: calc(100% + 20px);
    z-index: 2000;
    width: 215px;
    border-radius: 8px;
    display: none;
    right: 0;
}
.dropdown-account.active{
    display: block;
}
.dropdown-account ul{
    padding: 10px;
    list-style: none;
}
.dropdown-account ul li{
    padding: 5px 10px;
}
.dropdown-account ul:before{
    content: "";
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: -8px;
    right: 20px;
}
.desktop-category{
    display: flex;
}
