.light-new {
    background: #edf0f5;
    font-family: 'Roboto', sans-serif;
}
.light-new .content-wrapper{
    background: #edf0f5;
}
.light-new .main-header .logo{
    color: #188ae2;
    background: #fff;
}
.light-new .main-header .navbar {
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}
.light-new .main-header .navbar .sidebar-toggle{
    font-size: 20px;
    color:#000;
    padding: 20px;
}
.light-new .main-header .navbar .nav>li>a{
    color: #000 !important;
}
.light-new .main-header .btn.btn-flat{
    border: 0;
    border-radius: 3px;
}
.light-new .main-header .logo:hover{
    background: #fff;
}
.light-new .main-header{
    border-top: 2px solid #333;
}
.light-new .content-wrapper .content-header-custom{
    background: #edf0f5;
    padding: 15px 15px 200px;
}
.light-new .content-wrapper .content-header-custom h1{
    color: #333 !important;
}
.light-new .main-sidebar{
    box-shadow: 2px 0 4px rgb(0 0 0 / 8%);
}
.light-new .sidebar-menu li>a>.pull-right-container>.fa-angle-left{
    font-size: 12px;
}
.light-new .sidebar-menu>li>a{
    padding: 13px 16px;
    color: #333;
    /* font-weight: 600 !important; */
}
.skin-blue-light .sidebar-menu .treeview-menu>li>a{
    color: #333;
    /* font-weight: 600 !important; */
}
.navbar-default .navbar-nav>li>a{
    color: #333;
    /* font-weight: 600 !important; */
}
.navbar-default .navbar-nav>li>a:hover{
    color: #188ae2;
}
.skin-blue-light .sidebar-menu>li>.treeview-menu{
    background: #fff !important;
}
.skin-blue-light.sidebar-collapse .treeview span{
    background: #fff !important;
}
.skin-blue-light.sidebar-collapse .treeview .pull-right-container{
    opacity: 0;
}
.skin-blue-light .sidebar-menu>li.active>a, .skin-blue-light .sidebar-menu>li:hover>a,.skin-blue-light .sidebar-menu .treeview-menu>li>a:hover, .skin-blue-light .sidebar-menu .treeview-menu>li.active>a{
    background: rgba(237,240,245,.5) !important;
    color: #188ae2;
}
.skin-blue-light .sidebar-menu li>a>.pull-right-container>.fa-angle-left{
    margin-right: 5px;
}
.skin-blue-light .treeview-menu>li>a{
    padding: 10px 16px;
}
.menuBusinessMobile{
    display: none;
}
@media screen and (max-width: 1024px){
    .menuBusiness{
        display:none !important;
    }
    .menuBusinessMobile{
        display: flex !important;
    }
}

.marketplaceCard{
    min-height: inherit;
}
#market-place-wrapper {
    overflow: auto;
    height: 100%;
    min-height: inherit;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    background: #f2f4f8;
    position: relative;
}
#sendo-introduce-wrapper {
    height: 100%;
    min-height: inherit;
    background-image: url(/img/background-image.png);
    background-size: cover;
    position: relative;
    background-position: -150px 0px;
}
#market-place-content{
    min-height: inherit;
    overflow: hidden; height: 100%;
}
#sendo-introduce-wrapper #sendo-introduce-content {
    padding: 0 70px;
    font-size: 16px;
}
#sendo-introduce-wrapper #sendo-introduce-content #sendo-introduce-logo {
    display: flex;
    padding-top: 50px;
}
#sendo-introduce-wrapper #sendo-introduce-content #sendo-introduce-title {
    color: #0089ff;
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0 30px;
}
#sendo-introduce-wrapper #sendo-introduce-content .sendo-introduce-help {
    display: flex;
    max-width: 720px;
    margin-top: 15px;
}
#sendo-introduce-wrapper #sendo-introduce-content .sendo-introduce-help .sendo-introduce-help-icon {
    margin: 1px 15px 0 0;
}
#sendo-introduce-wrapper #sendo-introduce-content .connect-shop {
    margin-top: 20px;
}
#sendo-introduce-wrapper #sendo-introduce-content .connect-shop .btn-login {
    width: 240px;
    border: 1px solid #0084ff;
    background: linear-gradient(180deg,#0084ff,#4697fe);
    box-shadow: inset 0 1px #1391ff;
    font-size: 16px;
    color: #fff;
    padding: 8px 10px !important;
    border-radius: 5px;
    margin-right: 25px;
    outline: none;
    text-align: left;
    white-space: nowrap;
    display: inline-flex;
}
#sendo-introduce-wrapper #sendo-introduce-content .connect-shop .btn-login svg {
    height: 20px;
    margin: 0 10px 4px 0;
}
#sendo-introduce-wrapper #sendo-introduce-content .register {
    margin-top: 20px;
}
.container_settings_body{
    max-width: calc(100% - 40px);
    margin-left: auto !important;
    margin-right: auto !important;
}

.container_setting_footer {
    display: flex;
    border-top: 1px solid #e0e0e0;
    margin: 20px auto;
    padding: 0 0px 20px;
}
.container_setting_footer .btn_right {
    margin-top: 20px;
    margin-left: auto;
}


.setting_content {
    position: relative;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #3f3f440d, 0 1px 3px #3f3f4426;
    padding: 20px 30px;
}

.setting_row__left{
    padding: 0 20px;
}
.setting_row__left .title_bold {
    font-size: 15px;
    word-break: break-word;
    font-weight: 600;
    color: #333;
    padding: 16px 0 5px;
}

.content_inp {
    position: relative;
}

.content_inp input {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #ffffff;
    padding: 7px 60px 7px 10px;
    outline: none;
}

.char_count {
    position: absolute;
    right: 0;
    top: 6px;
    right: 10px;
    font-size: 14px;
    word-break: break-word;
    color: #16161d66;
}

.form_check_radio_button {
    position: relative;
    line-height: .9;
    margin: 20px 0 5px;
}

.form_check_radio_button input {
    display: none;
}

.form_check_radio_button p span {
    color: #08f;
    cursor: pointer;
}

.form_check_radio_button label {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
}

.form_check_radio_button input:checked+label:before {
    border-color: #08f;
}

.form_check_radio_button label:before {
    top: 7px;
    position: absolute;
    left: 0;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #7B7B7B;
}

.form_check_radio_button input:checked+label:after {
    transform: scale(1);
    opacity: 1;
}

.form_check_radio_button label:after {
    top: 10px;
    content: "";
    position: absolute;
    left: 3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #0088ff;
    opacity: 0;
}

.form_check_radio_button p {
    font-size: 14px;
    word-break: break-word;
    color: #6c757d;
    padding-left: 30px;
    line-height: 1.5;
}
.row-statictis{
    margin-left: 0;
    margin-right: 0;
}
.rowStatictis{
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.2);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 1px #3f3f440d, 0 1px 3px #3f3f4426;
    padding: 5px 0;
}
.rowStatictis svg{
    float: left;
    margin: 17px 10px 10px 0px;
}
.rowStatictis .numberStatictis{
    font-weight: 600;
    font-size: 22px;
    color: #337ab7;
    margin: 5px 0 0;
    font-family: -apple-system,BlinkMacSystemFont,"San Francisco","Segoe UI",Roboto,"Helvetica Neue",sans-serif;
}

.rowStatictis .txtCenter{
    text-align: center;
}

.rowStatictis .col-md-3{
    border-right: 1px solid #ddd;
}

.rowStatictis .col-md-3:last-child{
    border-right: 0;
}
.list-connection-col-status {
    white-space: nowrap;
}
.list-connection-col-status-active {
    color: #0fd186;
}
.connection-status-dot {
    margin: 5px 5px 0 0;
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.connection-status-dot.active {
    background-color: #0fd186;
}
.connection-info-mapping{
    color: #0fd186;
    font-size: 18px;
}
.list-connection-col-revenue {
    padding: 20px 0;
    text-align: right;
}
.list-connection-col-revenue .connection-info-rate {
    margin-left: 10px;
    background: #F7F6F6;
    border-radius: 15px;
    padding: 5px 12px;
}
.icon-wrapper {
    text-align: center;
    margin: auto;
    height: 100px;
    width: 100px;
    padding: 25px;
    border-radius: 10px;
}
.icon-wrapper.shopee {
    background: #EA501F;
}
.icon-wrapper.tiki {
    background: #00AAF0;
}
.icon-wrapper.lazada {
    background: #000083;
}
.icon-wrapper.sendo {
    background: #ED2524;
}
.icon-wrapper svg {
    width: 50px;
    height: 50px;
}
.btn-register-channel {
    margin-top: 20px;
    background: white;
    border: 1px solid #006AFF;
    border-radius: 5px;
    outline: none;
    color: #006aff;
    font-weight: 500;
    padding: 8px 20px 5px;
    white-space: nowrap;
    margin-bottom: 25px;
}
.btn-register-channel:hover {
    background: #006AFF;
    color: #fff;
}
.total-customer-row{
    background-color: #f8f9fa;
    border-left: 5px solid #2dce89;
}
.total-boooking-row{
    background-color: #f8f9fa;
    border-left: 5px solid #ffad46;
}
.total-tagret-row{
    background-color: #f8f9fa;
    border-left: 5px solid #1572e8;
}
.total-revenue-row{
    background-color: #f8f9fa;
    border-left: 5px solid #f5365c;
}
.total-font-size{
    font-size:30px;
    font-weight:bold;
}
.bg-label-input-time-blue{
    background-color: #1572e8 !important;
    color: #ffffff ;
    border: none !important;
}
.btn-today{
    border: none !important;
    padding: 0 !important;
} 
.btn-today .bg-success-custom {
    background-color: #6dd730;
    color: #ffffff;
}
.tooltip-custom .tooltip-inner{
    /* background: #2C1BE6; */
    background: linear-gradient(135deg, #1572e8, #0D08A4);
}
.tooltip-custom .tooltip-arrow{
    /* background: #2C1BE6; */
    border-top-color: #2C1BE6 !important;
}
.tooltip-custom .tooltip-inner{
    max-width: 400px !important; 
    width: 400px !important;
}
.tooltip-custom .tooltip-title{
    font-weight: 600 !important
}
.tooltip-custom .tooltip-body{
    border-color: #82d616 !important; 
    border-left: 1px solid #ffffff
}
/* custom referrer */
.referrer-col {
    padding: 0.25rem;
}
.line-item {
    margin: 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    margin-top: 0;
    margin-bottom: 0;
}
.line-item-dark {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-color: transparent;
    border-top: 1px solid #eee;
}
.line-item:not([size]) {
    height: 1px;
}
.list-body {
    padding: 0;
    position: relative;
}
.referrer-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* -.5);
}
.referrer-unordered {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0.5;
    margin: 0 !important
} 
.border-item-referrer {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.nav-referrer {
    display: block;
    padding: 1rem 1.5rem;
    transition: color 0.15s ease-in-out, 
    background-color 0.15s ease-in-out, 
    border-color 0.15s ease-in-out;
}
.list-item-referrer {
    list-style: none;
    border-left: 5px solid #5d7ffb;
    background: #2152ff03;
}
.referrerRow:hover, .referrerRow.active {
    background: rgba(0, 74, 201, 0.1);
    color: #32325d;
}
.ellipsis_three_line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: 0.3s all;
    position: unset;
}
.text-info-referrer {
    font-size: 14px;
    color: #344767;
    padding-top: 0.25rem;
}
.underlined-text {
    border-bottom: 3px solid #dee2e6;
    border-width: 2px;
    border-color: #499bcf;
}
.bold-item {
    background-color: #98bcd14a;
}
.list_referrer {
    max-height: 500px;
    overflow-y: auto;
}
.referrer-table-container {
    overflow-x: auto;
    margin-bottom: 20px; 
}
#referrer-detail-container {
    display: none;
}
#referrer-detail-container.active {
    display: block;
}
button, input, select, textarea {
    font-family: sans-serif;
}

.sub-menu-container {
    white-space: nowrap; /* Để các item không xuống dòng */
    overflow-x: auto; /* Kích hoạt cuộn ngang */
    overflow-y: hidden; /* Ẩn cuộn dọc */
    max-width: 100%; /* Đặt chiều rộng tối đa */
    background-color: #ffffff;
    margin: 0 5px;
    border-radius: 5px;
}

/* Tùy chỉnh scrollbar ngang nhỏ hơn */
.sub-menu-container::-webkit-scrollbar {
    height: 5px; /* Chiều cao scrollbar nhỏ hơn */
}
.sub-menu-container::-webkit-scrollbar-thumb {
    background-color: #6c757d; /* Màu của phần kéo */
    border-radius: 5px; /* Bo góc */
}

.sub-menu-container::-webkit-scrollbar-thumb:hover {
    background-color: #495057; /* Màu khi hover */
}

.sub-menu-container::-webkit-scrollbar-track {
    background-color: #e9ecef; /* Màu nền track */
}

/* Tùy chỉnh từng item */
.sub-menu-container li{
    display: inline-block; /* Hiển thị ngang */
    margin-right: 2px;
    text-decoration: none;
    border-radius: 2px;
}
.sub-menu-container li.active {
    border: 4px solid #3c8dbc;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom-color: transparent;
    
}
.sub-menu-container li a:hover {
    color: #188ae2;
}
.sub-menu-container li a{
    color: #333;
    /* font-weight: 600; */
    padding: 8px 15px;
    display: block;
}

.btn-preparing-goods{
    text-align: center;
    margin-top: 4px;
}
.btn-preparing-goods a{
    display:block;
    width:100%;
}
.btn-preparing-goods a:hover{
    color: #1572e8;
}
.btn-check-lock{
    background-color: #dd4b39!important;
    border-color: #dd4b39!important;
}
.btn-hh:hover {
    background-color: #c9302c;
    color : white!important;
}
.dropdown-hh {
    margin-top:5px;
}

.info-title {
    color: #525f7f;
    font-size: 18px;
    font-weight: 600;
    height: 24px;
    margin-top: 20px;
    margin-bottom : 20px;
}
#select_shipping_method{
    margin-top: 13px;
}
.required-delivery {
    color: red;
    /* display:none; */
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
.dt-buttons.btn-group{
    display: flex; /* Giữ các nút trên cùng một dòng */
    flex-wrap: nowrap; /* Không cho phép xuống hàng */
    overflow-x: auto; /* Thêm scroll ngang khi không đủ chỗ */
    gap: 10px; /* Khoảng cách giữa các nút */
}
.dt-buttons.btn-group::-webkit-scrollbar {
    height: 5px; /* Tùy chỉnh scrollbar nhỏ gọn hơn */
}

/*css custom table học viên */
#students_table_wrapper .table-wrapper .top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#students_table_wrapper .table-wrapper .dataTables_length {
    margin-right: 15px;
}

#students_table_wrapper .table-wrapper .dataTables_filter {
    margin-left: auto;
}

#students_table_wrapper .table-wrapper .dt-buttons .btn {
    margin-right: 5px;
}
#students_table_wrapper .table-wrapper .dt-buttons .btn i {
    margin-right: 5px;
}
/* Custom controls wrapper */
#students_table_wrapper .table-wrapper .custom-controls {
    display: flex;
    align-items: center;
    width: 100%;
}

/* Custom dropdown for dataTables_length */
#students_table_wrapper .table-wrapper .dataTables_length {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

#students_table_wrapper .table-wrapper .dataTables_length label {
    font-weight: bold;
    margin-right: 5px;
}

#students_table_wrapper .table-wrapper .dataTables_length select {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

/* Custom wrapper for search input */
.custom-search-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 250px;
}

/* Search icon styling (right-aligned) */
.custom-search-wrapper .search-icon {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

/* Styling for search input */
.custom-search-wrapper .custom-search-input {
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.custom-search-input:focus {
    border-color: #007bff;
}

#students_table thead{
    background-color: #f2f2f2;
}
/* Đặt màu xám cho các hàng lẻ */
#students_table tbody tr.odd {
    background-color: #ffffff;
   
}

/* Đặt màu trắng cho các hàng chẵn */
#students_table tbody tr.even {
    background-color: #f2f2f2; 
}
#students_table th, 
#students_table td {
    border: none; 
}
#students_table tbody .action-buttons, .additional-buttons {
    display: flex;
    flex-wrap: wrap; 
    gap: 5px; 
    justify-content: left;
}

#students_table tbody .action-buttons a, #students_table tbody .additional-buttons a {
    margin: 0; 
}
#students_table.custom-students-table thead th{
    color: black;
}
#students_table th:nth-child(9), 
#students_table td:nth-child(9) {
    width: 15%; 
    text-align: center;
}
#students_table.custom-students-table tbody .action-buttons a{
    font-size: 14px;
    padding: 5px 10px;
}
#students_table.custom-students-table tbody .additional-buttons a{
    font-size: 14px;
    padding: 5px 10px;
}
#students_table.custom-students-table tbody .action-buttons .btn-custom{
    border:solid 2px #d1d1d1f2;
}
#students_table.custom-students-table tbody .action-buttons .btn-custom i{
    top: 2px;
}
#students_table.custom-students-table tbody .action-buttons .view_contact_button{
    background: #e1ffe1;
}
#students_table.custom-students-table tbody .additional-buttons a.update_contact_status {
    background-color: #f5b4b4;
    color: red;
}
.dataTables_wrapper .dataTables_scrollHeadInner{
    width: 100% !important;
}
.dataTables_wrapper .dataTables_scrollHeadInner .dataTable {
    width: 100% !important;
}
/* end custom học viên */