@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Thin.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Light.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-ExtraLight.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Medium.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Bold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-ExtraBold.ttf');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;
    src: url('../fonts/font-inter/Inter-Black.ttf');
}

body {
    font-family: 'Inter';
    font-weight: 400;
}

.c-sidebar-nav-icon {
    font-size: 18px;
    height: auto;
    margin-right: 0 !important;
}

.c-sidebar-nav-link,
.c-sidebar-nav-dropdown-toggle {
    padding: 15px;
}

.c-sidebar-dark a.c-sidebar-nav-link {
    color: #ADB5BD;
    font-family: Inter;
    font-size: 16px;
    line-height: 150%;
}

.c-sidebar-dark {
    background: #151529;
}

.c-sidebar .c-sidebar-nav-link.c-active,
.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle,
.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-dropdown-toggle:hover {
    background: transparent;
    color: #fff;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle::after {
    transform: rotate(180deg);
}

html:not([dir="rtl"]) .c-sidebar-nav-dropdown.c-show>.c-sidebar-nav-dropdown-toggle::after {
    transform: rotate(270deg);
}

.c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link i::before {
    content: "-" !important;
}

.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link {
    color: #A3A6B7;
    font-size: 14px;
    line-height: 157.143%;
}

.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link.c-active,
.c-sidebar-nav-dropdown .c-sidebar-nav-dropdown-items .c-sidebar-nav-item .c-sidebar-nav-link:hover {
    color: #fff;
}

.c-header .c-header-toggler .ri-menu-2-line {
    font-size: 20px;
    color: #4B38B3;
}

.c-header .c-header-toggler {
    min-width: auto;
    padding: 0;
    margin-left: 24px;
}

.c-header-nav-item-noti {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F3F3F9;
    margin: 0 8px;
    position: relative;
}

.c-header-nav-item-noti i::before {
    font-size: 20px;
    color: #4B38B3;
}

.c-header-nav-item-noti span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 18px;
    font-size: 10px;
    color: #fff;
    background: #FF9083;
    position: absolute;
    right: 2px;
    top: -7px;
    border-radius: 50%;
    text-align: center;
}

.c-header.c-header-fixed {
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(56, 65, 74, 0.14);
}

.c-header .c-subheader {
    border-top: 1px solid rgba(56, 65, 74, 0.14);
    margin-top: 0;
    align-items: center;
    padding: 0 24px;
}

.c-subheader-title {
    padding-right: 10px;
    margin: 0;
    color: #495057;
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.rv-media-top-header .rv-media-actions .btn-success {
    background-color: #151529;
    border-color: #151529;
    color: #fff !important;
    font-weight: 400 !important;
}

.rv-media-container .btn-primary,
.rv-media-container .btn-success:active,
.rv-media-container .btn-success:focus,
.rv-media-container .btn-success:hover {
    background-color: #4B38B3 !important;
    border-color: #4B38B3 !important;
}

.btn-group>.dropdown-menu,
.dropdown-toggle>.dropdown-menu,
.dropdown>.dropdown-menu {
    transform: translate(0, 40px) !important;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 5px 5px hsla(0, 0%, 40%, .1);
    display: none;
    float: left;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    left: 0;
    list-style: none;
    margin: 10px 0 0;
    min-width: 175px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1000;
}

.btn-group>.dropdown-menu:before,
.dropdown-toggle>.dropdown-menu:before,
.dropdown>.dropdown-menu:before {
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block!important;
    left: 9px;
    position: absolute;
    right: auto;
    top: -8px;
}

.dropdown-menu>li>a {
    clear: both;
    color: #6f6f6f;
    display: block;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 16px;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu>li.active:hover>a,
.dropdown-menu>li.active>a,
.dropdown-menu>li:hover>a {
    background-color: #f6f6f6;
    background-image: none;
    color: #333;
    filter: none;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017";
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d";
}


/* media */

.rv-media-actions {
    align-items: normal;
}

.rv-media-actions .btn {
    padding: 7px 12px;
    height: 100%;
}

.breadcrumb a.js-change-folder {
    color: #4B38B3;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.dropdown .dropdown-toggle {
    width: auto;
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d";
}

.rv-media-grid li .rv-media-thumbnail {}

.rv-media-grid li .rv-media-thumbnail img {
    max-width: 70px;
    height: auto !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, 0);
}

.dropdown-menu>li>a>[class*=" fa-"],
.dropdown-menu>li>a>[class^=fa-] {
    color: #888;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff;
}

li [class*=" fa-"],
li [class*=" glyphicon-"],
li [class*=" icon-"],
li [class^=fa-],
li [class^=glyphicon-],
li [class^=icon-] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.btn-secondary {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163";
}


/* quản trị hồ sơ */

.admin-title,
h1.admin-title {
    color: #495057;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 140%;
}

.c-main>.container-fluid>.row {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    padding-top: 16px;
    padding-bottom: 16px;
}

input.form-control {
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
    height: 40px !important;
}

select.form-control {
    appearance: none;
    background-image: url('/images/ic-dropdown-adm.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection__rendered {
    line-height: normal !important;
    height: 38px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background-color: #FFF;
    background-color: #fff;
    background-image: url('/images/ic-dropdown-adm.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.breadcrumb .breadcrumb-item a {
    color: #495057;
    font-size: 13px;
    line-height: 153.846%;
}

.breadcrumb-item.active {
    color: #9599AD;
    font-size: 13px;
    line-height: 153.846%;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: remixicon!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\ea6e";
    font-size: 13px;
}

.btn-primary {
    background: #4B38B3;
}

.bulk-actions__select-all-btn::after {
    display: none;
}

label.bulk-actions__select-all-btn.next-label--switch {
    border: 0;
}

.table>thead>tr>th,
.table>thead>tr>th a {
    color: #878A99;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
}

.txt-profilecode {
    color: #4B38B3;
    font-size: 13px;
    line-height: 153.846%;
}

.table_name {
    color: #212529;
    font-size: 14px;
    font-weight: 600;
    line-height: 157.143%;
}

.table_date {
    color: #212529;
}

.table_status {
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 160%;
    text-transform: uppercase;
}

.table_status1 {
    background: rgba(75, 56, 179, 0.10);
    color: #4B38B3;
}

.table_status2 {
    background: rgba(255, 190, 11, 0.10);
    color: #FFBE0B;
}

.table_status3 {
    background: rgba(41, 156, 219, 0.10);
    color: #299CDB;
}

.table_status4 {
    background: rgba(69, 203, 133, 0.10);
    color: #45CB85;
}

.table_note {
    text-align: left;
}

.table_bot {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.select .next-checkbox--styled {
    bottom: 0;
    margin: auto;
}

.modal-title {}

.position-fixed.position-sticky {
    top: 120px;
}

.padding_title {
    padding: 20px 0 10px;
}

.margin_bottom {
    margin-bottom: 15px;
}

.box_feeltop {
    width: 100%;
    align-items: center;
}

.box_feeltop .form-group {
    margin-bottom: 0;
    padding-top: 5px;
}

.box_feeltop ._box_price {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 15px;
    padding-top: 0;
}

.form-check-flex {
    display: flex;
    align-items: flex-start;
}

.form-check-flex input.form-check-input {
    flex-shrink: 0;
}

.form-check-flex input.form-check-input[type=checkbox] {
    top: 4px;
}

@media screen and (min-width: 992px) {
    .c-sidebar-minimized.c-sidebar-fixed {
        width: 50px;
    }
}