body {}

.brand-text {
    font-size: 1.85rem;
    margin-left: 0.75rem;
}

.brand-logo .logo {
    width: 36px;
}

.header-navbar {
    min-height: 3.5rem;
}

.horizontal-menu .navbar-expand-sm .navbar-nav>li {
    padding: inherit;
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
    top: 45px;
}

.menu-header {
    background-color: #008791 !important;
}

label {
    text-transform: inherit;
}

.card {
    box-shadow: 0 0 18px 0 rgb(137 144 155 / 13%);
}

html .navbar-static .app-content .content-wrapper {
    padding: 1rem 2.2rem 0;
}
.content-wrapper {
   margin: 0;
}

.card .card-title {
    text-transform: inherit;
}

.bottom-control {
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 5%);
}

.bottom-control .control-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.bottom-control .control-item .main-action {
    margin-right: auto;
}

.bottom-control .control-item .sub-action {
    margin-right: auto;
    margin-left: 25px;
}

.btn-xs {
    padding: 0.2rem 0.6rem;
    font-size: .85rem;
    border-radius: 0.15rem;
}

.dropzone {
    min-height: 226px;
}

.dropzone .dz-message:before {
    top: 130px;
}

.horizontal-menu .navbar-expand-sm .navbar-nav .dropdown .dropdown-item {
    text-transform: inherit;
}

.table thead {
    text-transform: inherit;
}

.table th,
.table td {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.pagination {
    justify-content: end;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumbs-top {
    border-radius: 5px;
    padding: 15px 0;
}

.sp-line-1,
.sp-line-2,
.sp-line-3,
.sp-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.sp-line-1 {
    -webkit-line-clamp: 1 !important;
}

.sp-line-2 {
    -webkit-line-clamp: 2 !important;
}

.sp-line-3 {
    -webkit-line-clamp: 3 !important;
}

.sp-line-4 {
    -webkit-line-clamp: 4 !important;
}

.badge-circle-sm {}

td.date-in-td {
    font-size: 0.9rem;
}

tr.line-deleted {
    text-decoration: line-through !important;
}

.table thead th {
    white-space: nowrap;
}

.custom-file-inputx::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-inputx {
    position: relative;
    z-index: 2;
    width: 80px;
    margin: 0;
    overflow: hidden;
}

.custom-file-inputx::before {
    content: 'Chọn ảnh';
    display: inline-block;
    background: #a3afbd;
    border: 1px solid #999;
    border-radius: 0 3px 3px 0;
    padding: 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /* text-shadow: 1px 1px #fff; */
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.custom-file-inputx:hover::before {
    border-color: black;
}

.custom-file-inputx:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}