:root {
    --primary: #2199c4;
    --primary-dk: #249ec1;
    --tertiary: #e600a0;
    --success: #28a745;
    --info: #5bc0de;
    --warning: #ffbc59;
    --danger: #dc3545;
    --price: #EB1000;
    --silver: #8a8a8a;
    --secondary: #2cceb0;
    --secondary-dk: #ff4e00;
    --secondary-lt: #ff8f28;
    --link: #0F52BA;
    --link-hover: #0b6eab;
    --white: #fff;
    --light: #f5f5f5;
    --flash: #e1e1e1;
    --gray: #919191;
    --dark: #313131;
    --darkness: #414141;
    --black: #111;
    --headerColor: #43bfe3;
    --radius: 5px;
    --gap8: 8px;
    --gap10: 10px;
    --gap12: 12px;
    --gap14: 14px;
    --gap16: 16px;
    --gap18: 18px;
    --gap20: 20px;
    --gap22: 22px;
    --ipbox: 22px;

    --fontSize: var(--gap14);
    --fontBody: "Roboto","Droid Sans",Arial,sans-serif;
    --fontLight: 300;
    --fontRegular: 400;
    --fontMedium: 500;
    --fontSemi: 600;
    --fontBold: 700;

    --tb-primary-bg-subtle: #dbe9ff;
    --tb-secondary-bg-subtle: #e5e1ff;
    --tb-success-bg-subtle: #cdf7ec;
    --tb-info-bg-subtle: #d2edf6;
    --tb-warning-bg-subtle: #fcf2da;
    --tb-danger-bg-subtle: #fcdae2;
    --tb-light-bg-subtle: #f9fbfc;
    --tb-dark-bg-subtle: #ced4da;
    --tb-primary-border-subtle: #b7d4ff;
    --tb-secondary-border-subtle: #cbc4ff;
    --tb-success-border-subtle: #9befd9;
    --tb-info-border-subtle: #a5dbed;
    --tb-warning-border-subtle: #f9e5b5;
    --tb-danger-border-subtle: #f9b5c5;
    --tb-light-border-subtle: #eff2f7;
    --tb-dark-border-subtle: #adb5bd;
}

*::-webkit-scrollbar {
    width: 4px;
}

/* Track */
*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #D3D3D3;
    border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
    background: var(--pr-color-secondary, #c01a70);
}

.w100 {
    width: 100%;
}

/* Display */
.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-grid {
    display: grid;
}

.d-inline-grid {
    display: inline-grid;
}

/* Flex Direction */
.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

/* Flex Wrap */
.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* Justify Content */
.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

/* Align Items */
.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-stretch {
    align-items: stretch;
}

.items-baseline {
    align-items: baseline;
}

.pace {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.pace .pace-progress .pace-progress-inner {
    display: none !important;
}

.sidebar-menu {
    grid-gap: 0px;
    background: #fafafa;
}
.skin-blue .light-sidebar .sidebar-menu>li.active>a{
    background:#fafafa;
}
.sidebar-menu li>a>.icon-collapse-menu {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.sidebar-menu li>a>.icon-collapse-menu i{
    font-size: 22px;
}
.sidebar-menu li>a>.icon-collapse-menu{
    transform:rotate(0deg);
}
.sidebar-menu li.active>a>.icon-collapse-menu{
    transform:rotate(180deg);
}
.sidebar-menu>li>a.sidebar-menu-link{
    border-left:0;
}
.treeview-menu>li>a{
    padding-left:33px;
}
.skin-blue .light-sidebar .sidebar-menu>li>a, .skin-blue .sidebar-menu .treeview-menu>li>a{
    color:#515151;
    font-size: var(--gap14);
}

.skin-blue .light-sidebar .sidebar-menu>li.disabled>a.disabled, .skin-blue .sidebar-menu .treeview-menu>li.disabled>a{
    pointer-events: none !important;
    cursor: default !important;
    color: #999 !important;
}

.skin-blue .sidebar-menu>li.active>a,.skin-blue .sidebar-menu>li>a.sidebar-menu-link{
    color: #999 !important;
    font-weight: 600!important;
    font-size: 15px;
}
.skin-blue .sidebar-menu>li>a span{
    line-height:20px;
}
.skin-blue .sidebar-menu .treeview-menu>li>a:hover{
    color:#222;
}

@media (max-width: 760px) {
    .dropdown.user.user-menu.open .custom-menu-item::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(11 11 11 / 33%));
    }

    .main-header .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        width: 100vw;
        position: fixed;
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
        padding-bottom: 40px;
        border: none;
        box-shadow: 0 6px 36px rgba(11 11 11 / 22%);
        border-radius: 21px 21px 0 0 !important;
        z-index: 99919;
    }

    .skin-blue .main-header .snow-update-profile li.user-header {
        background-color: transparent !important;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu::after {
        display: none;
    }
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    width: 290px;
    min-width: 290px;
    top: 100%;
    right: 10px;
    border-radius: 7px !important;
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu::after {
    bottom: 100%;
	right: 20px;;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 8px;
	margin-left: -8px;
}


.snow-update-profile .user-header a{
    display: flex;
}
.snow-update-profile .user-header .seller-img{
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-color: rgba(24, 144, 255, 0.2);
}
.seller-name-email{
    text-align: left;
}
.seller-name-email .saller-name-name{
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
    white-space: normal;
}

.seller-name-email .seller-name{
    margin-top: 0;
    color: rgba(0, 0, 0, .85);
}
.skin-blue .main-header .snow-update-profile li.user-header{
    background-color: transparent;
}
.snow-update-profile>li>a:hover{
    background-color: transparent!important;
}
.snow-update-profile>li:hover{
    background-color: #f5f5f5!important;
}
.snow-update-profile .item-nav-header a,
.snow-update-profile .item-nav-header button {
    text-align: left;
    padding: 9px 16px !important;
    border: 0;
    color: rgba(0, 0, 0, 0.85);
    background: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 6px;
}

.snow-update-profile .item-nav-header.user-header > a,
.snow-update-profile .item-nav-header.user-header > a:hover {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 4px;
    background-color: transparent;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 6px;
}

.snow-update-profile .item-nav-header.user-header .seller-name-email {
    text-align: center;
}

.logout-icon {
    display: flex;
}
.snow-update-profile .item-nav-header a:hover,
.snow-update-profile .item-nav-header button:hover {
    background-color: #fafafa !important;
    color: var(--primary-dk) !important;
}
.snow-update-profile .item-nav-header a span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.snow-update-profile .item-nav-divider {
    height: 1px;
    margin: 2px 16px;
    overflow: hidden;
    line-height: 0;
    background-color: #f0f0f0;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: auto;
    padding: 0;
}
.custom-menu-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 6px;
    color: #fff;
    margin: 0 !important;
    min-height: 36px;
    min-width: 36px;
}

.user-header .seller-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
    white-space: normal;
    margin: 0;
    text-align: center;
    font-size: var(--gap14);
    color: #595959;
}


@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.form-check-input {
    width: var(--ipbox, 22px);
    min-width: var(--ipbox, 22px);
    height: var(--ipbox, 22px);
    margin: 0 !important;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #c5cfda;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    transition: all 222ms ease-in-out;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-label {
    margin: 0;
    display: flex;
    grid-gap: 10px;
    cursor: pointer;
    user-select: none;
}

.form-check-input:focus {
    border-color: var(--primary);
    box-shadow: 0 2px 4px 0 rgba(24, 120, 189, 0.4);
}

.main-header .sidebar-toggle {
    padding: 10px;
}

.main-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-collapse .main-header .sidebar-toggle svg {
    transform: rotate(180deg);
}

.sidebar-collapse .download-app-right {
    display: none;
}

.sidebar-collapse .download-app-left {
    padding: 3px;
    box-shadow: none;
}

.sidebar-collapse .download-app-left img {
    width: 20px;
    height: 20px;
}

.sidebar-toggle::before {
    display: none;
}

.sidebar-menu li>a>.pull-right-container {
    transform: rotate(180deg);
}


.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
    outline: none;
}

.form-check-input:disabled {
    background-color: var(--silver);
    border-color: var(--silver);
    outline: none;
}

.form-check-input:disabled[type=checkbox],
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:disabled[type=radio],
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: rgba(105, 108, 255, 0.08);
    border-color: rgba(105, 108, 255, 0.08);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

select {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    display: block;
    outline: none;
    font-size: 16px;
    padding: 6px 8px;
    width: 100%;
    line-height: 30px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23e1e1e1"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z" /></svg>');
    background-position: calc(100% - 8px) 50%;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    zoom: 1;
    -ms-zoom: 1;
    min-height: 30px;
    line-height: 1.3;
    border-radius: 5px !important;
}

.f-select {
    line-height: 30px;
    min-height: 40px;
}

select:focus {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%2343bfe3"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M11.293 7.293a1 1 0 0 1 1.32 -.083l.094 .083l6 6l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059l-.002 .059l-.005 .058l-.009 .06l-.01 .052l-.032 .108l-.027 .067l-.07 .132l-.065 .09l-.073 .081l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002h-12c-.852 0 -1.297 -.986 -.783 -1.623l.076 -.084l6 -6z" /></svg>');
    border-color: var(--primary);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

body {
    font-optical-sizing: auto;
    font-size: var(--fontSize);
    font-family: var(--fontBody);
    font-weight: var(--fontRegular);
    line-height: 1.2;
    font-variation-settings:
    "wdth" 100;
}

#site-wrapper {
    position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--fontBody);
    font-weight: var(--fontRegular);
}

.sidebar-collapse>.wrapper,
.js-site-wrapper {
    width: 100%;
    min-height: 50px !important;
    height: auto !important;
    position: absolute;
}

#messengerPop {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.hightlight-label {
    cursor: pointer;
    margin: 0;
    color: #fff;
}

.hightlight-label:hover {
    color: yellow;
}

th,
b,
strong {
    font-weight: var(--fontSemi);
}

a {
    color: var(--primary);
}

a:hover {
    color: var(--primary-dk);
}

.btn,
button,
input,
template {
    outline: none !important;
    box-shadow: none !important;
}

#site-wrapper {
    min-height: 50px !important;
    background: #f8f8f8;
}

.sidebar {
    box-sizing: border-box;
}

.skin-blue .sidebar a {
    font-size: 14px;
    display: block;
}

.treeview-menu>li>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: var(--gap14);
    padding-left: 36px;
}

.sidebar-menu>li>a.sidebar-menu-link {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    padding: 12px 6px 12px 12px
}

.skin-blue .main-sidebar.light-sidebar {
    background: #fff;
    border-right: 1px solid #e1e1e1;
}

.skin-blue .light-sidebar .sidebar-menu>li>a,
.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #595959;
}

.skin-blue .light-sidebar .sidebar-menu>li.active>a {
    color: var(--primary);
}

.skin-blue .light-sidebar .sidebar-menu>li:hover>a, 
.skin-blue .light-sidebar .sidebar-menu>li.menu-open>a {
    background-color: transparent;
    color: var(--primary);
}

.skin-blue .light-sidebar .sidebar-menu>li.active>a {
    background-color: #F0F5FF;
}

.skin-blue .light-sidebar .sidebar-menu>li>.treeview-menu {
    background-color: #fafafa;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a, 
.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: var(--primary);
}

.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    background-color: #fff;
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    color: #333;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: var(--primary);
}

.skin-blue .main-header .navbar .sidebar-toggle .mobile-icon {
    display: none;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background: #F0F5FF;
    color: var(--primary);
}

.content-wrapper {
    background-color: #f8f8f8;
}

.main-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-sidebar > * {
    width: 100%;
}

.content-wrapper .product-title-fixed {
    font-size: 17px;
    line-height: 1.3;
    margin: 0;
    position: fixed;
    top: 15px;
    margin-left: 18px;
    z-index: 1030;
    width: fit-content;
    min-height: 24px;
}

.sidebar-footer {
    border-top: 1px solid #e1e1e1;
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 24px;
}

.sidebar-footer-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 40px;
}

.sidebar-footer-item.pointer-cursor {
    user-select: none;
    cursor: pointer;
}

.sidebar-footer-item.pointer-hover:hover {
    background-color: #f0f5ff;
}

.small-toggle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-toggle-txt {
    width: calc(100% - 44px);
    transition: all 222ms ease-in-out;
    overflow: hidden;
    white-space: nowrap;
}

.sidebar-collapse .sidebar-footer-item.pointer-cursor {
    pointer-events: none;
}
.sidebar-collapse .sidebar-footer-item .small-toggle-txt {
    width: 0;
}

.sidebar-collapse .sidebar-footer-item .small-toggle-icon svg {
    transform: rotate(180deg);
}

.main-footer {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 0;
}

.report-admin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 10px;
    user-select: none;
    cursor: pointer;
}

.report-admin span {
    /*color: #0b6eab;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    font-size: var(--gap14);
    font-weight: var(--fontLight);
}

.report-admin {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    grid-gap: 10px;
}

.skin-blue .main-header .navbar {
    background-color: #fff;
    position: relative;
}

.skin-blue .main-header .navbar::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #e1e1e1;
    position: absolute;
    left: -1px;
    top: 0;
}

.skin-blue .main-header .navbar .nav>li>a {
    color: var(--primary);
}

.skin-blue .main-header .navbar .nav>li>a:hover, 
.skin-blue .main-header .navbar .nav>li>a:active, 
.skin-blue .main-header .navbar .nav>li>a:focus, 
.skin-blue .main-header .navbar .nav .open>a, 
.skin-blue .main-header .navbar .nav .open>a:hover, 
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav>.active>a {
    background: #F0F5FF;
    color: var(--primary);
}


.skin-blue .main-header .logo {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skin-blue .main-header .logo:hover {
    background-color: #fff;
}

.skin-blue .main-header .logo img {
    display: block;
    margin: 0;
    height: 24px;
}

.progress-description,
.info-box-text {
    font-size: var(--gap14);
}

.navbar-custom-menu a {
    padding: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
    color: var(--primary);
}

.form-horizontal .control-label {
    padding-left: 0;
    padding-right: 0;
    font-weight: var(--fontSemi);
}

.table-hover>tbody>tr:hover {
    background-color: #f8f8f8;
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 6px;
}

.register-banner {
    position: relative;
}

.fee-details-button {
    background-color: var(--primary);
    color: #fff;
    user-select: none;
    padding: 6px 10px;
    border-radius: 4px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7px;
    right: 19px;
    cursor: pointer;
}

.fee-details-button:hover {
    background-color: var(--primary-dk);
}

.grid {
    display: grid;
    grid-gap: 16px;
}

.grid2col {
    grid-template-columns: repeat(2, 1fr);
}

.order-form-head-item {
    font-size: 18px;
    color: #187bcd;
}

.order-form-item {
    color: #111;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 12px;
}

.order-form-item label {
    font-weight: 400;
    margin: 0;
    color: #595959;
    min-width: 150px;
    width: 150px;
}

.order-form-item label+select,
.order-form-item label+textarea {
    display: block;
    margin-top: 6px;
}

.order-form-item span::first-letter {
    text-transform: uppercase;
}

.product-img {
    width: 100px;
    min-width: 100px;
    position: relative;
}

.order-content-wrapper .box-body {
    padding: 0;
}

.promotion-form {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

.order-content-wrapper .products-list .product-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
}

.order-content-wrapper .box-body .table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.login-box-body.register-box {
    width: 735px;
}

/* login */
.login-page,
.register-page {
    background-image: none;
    background-color: #f6f7fc;
}

.login-page {
    background-image: url(/images/bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box {
    width: 100vw;
    max-width: 1366px;
    height: 100vh;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box-image {
    flex-grow: 1;
    padding: 0 calc(100% / 25);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 110px;
}

.login-box .bg {
    background-position: center;
    background-size: cover;
}

.login-box-content {
    display: flex;
    padding:  calc(100% / 25);  
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}

.login-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    grid-gap: 10px;
}

.login-logo .login-box-msg {
    margin: 0;
    padding: 0;
    font-size: 22px;
    text-align: left;
}

.otp-phone-number {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 4px;
    grid-gap: 8px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    margin-bottom: 16px;
}

.send-code {
    height: 100%;
}

.otp-phone-number .form-group {
    width: 100%;
    margin: 0;
}
.otp-phone-number .form-group .form-control {
    border: none;
    padding: 0 8px;
    line-height: 36px;
}

#telephone {
    border: none;
    padding: 0 6px;
    line-height: 36px;
}

.login-logo img {
    object-fit: contain;
    object-position: center;
}

.login-box-body {
    font-size: var(--gap16);
    font-weight: var(--fontRegular);
    box-shadow: 0 6px 36px rgba(11 11 11 / 15%);
    border-radius: 11px;
    width: 100%;
    max-width: 400px;
    margin: 0;
    padding: 24px;
}

.login-box-body .login-label {
    font-weight: 500;
    font-size: 16px;
}

.login-page-wrapprer .form-group.has-error label {
    color: #666;
}

.login-page-wrapprer .form-group.has-error .form-control {
    border-color: #e1e1e1;
}

.error-block {
    color: #ba2926;
    background-color: #f5eaea;
    padding: 8px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.action-form {
    margin-bottom: 12px;
}

.login-box-body input {
    font-size: 16px;
}

.action-form-text {
    color: #111;
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 36px;
    font-weight: 600;
}

.password-request {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 4px;
    font-size: 14px;
}

.login-button {
    background-color: var(--primary);
    color: #fff;
    border-radius: 4px;
    border: none;
    outline: none;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.login-button:focus,
.login-button:active,
.login-button:hover {
    background-color: var(--primary-dk);
    color: #fff;
}

.login-action-button {
    margin-top: 32px;
}

.labelgr {
    position: relative;
}

.login-label {
    font-size: var(--gap16);
    font-weight: var(--fontRegular);
}

.gr2col {
    display: grid;
    grid-template-columns: 1.6fr 2fr;
    grid-gap: var(--gap14);
}

.labelgr svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.labelgr textarea,
.labelgr input {
    padding: 12px 30px 12px 10px !important;
    height: auto;
    border-radius: 5px;
    border: 1px solid var(--flash);
    resize: none;
}

.login-action {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 0;
    grid-gap: 10px;
    font-size: var(--gap16);
}

.login-action>* {
    padding: 0 6px;
    margin-bottom: var(--gap20);
}

/* .register-page-contain {
    display: flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.login-action .login-button {
    background-color: var(--primary);
    color: #fff;
    border-radius: 5px;
    border: none;
    outline: none;
    padding-top: var(--gap10);
    padding-bottom: var(--gap10);
}

.register-action .login-button {
    min-width: 234px;
    margin: 0 auto;
    line-height: 26px;
}

.login-action .login-button:hover {
    background-color: var(--headerColor);
}

[for="checkbox-agree"] {
    font-weight: var(--fontRegular);
    line-height: 1.2;
}

.help-block {
    color: var(--price) !important;
    padding: 2px 5px;
    position: absolute;
    top: -14px;
    margin: 0;
    font-size: var(--gap14);
    right: 10px;
    background: #fff;
}

.help-block strong {
    font-size: var(--gap12);
    font-weight: var(--fontRegular);
}

.btn-ads-register {
    background-color: var(--primary);
    padding: 10px 24px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.btn-ads-register:focus,
.btn-ads-register:active,
.btn-ads-register:hover {
    background-color: var(--headerColor);
    color: #fff;
}

.form-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    font-size: 15px;
}

.form-control {
    height: auto;
    font-size: 15px;
    padding: 8px 10px;
    border-radius: 5px;
}

select,
.fr-select {
    background-color: var(--white);
    border: 1px solid var(--flash);
    border-radius: 5px;
    display: block;
    font-size: 15px;
    width: 100%;
    margin: 0;
    color: #555;
    font-weight: 400;
    padding: 8px 10px;
    line-height: 1.42857143;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%, calc(100% - 16px);
    background-size: 5px 5px, 5px 5px, 1px calc(100% - 16px);
    background-repeat: no-repeat;
    zoom: 1;
    -ms-zoom: 1;
}

.modal-footer .btn {
    border: none !important;
}

.modal-footer .btn+.btn {
    margin: 0;
}

select:focus,
.fr-select:focus {
    background-image: linear-gradient(45deg, var(--primary) 50%, transparent 50%), linear-gradient(135deg, transparent 50%, var(--primary) 50%);
    background-position: calc(100% - 14px) 50%, calc(100% - 19px) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    border-color: var(--primary);
}

.form-group label {
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.required {
    color: red;
}

fieldset.scheduler-border {
    border: 1px dashed #dedede !important;
    padding: 0 1.1em 1.1em 1.1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    text-align: right !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

legend {
    font-size: inherit;
    line-height: inherit;
    color: #666;
    margin-bottom: 10px;
}

.ggads-box {
    border-radius: 7px;
    background-color: #fff;
    padding: 16px 24px;
}

.ggads-box .box-body {
    padding: 0;
}

.ggads-wrapper img.register-ggads {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    margin: 0 auto 16px;
    display: block;
}

.ggads-wrapper {
    max-width: 1100px;
    margin: 0 auto 24px;
}

.ggads-wrapper .register-ggads {
    position: relative;
    width: fit-content;
    margin: 0 0 24px;
}


.ggads-header {
    margin: 0 0 24px;
}

.callout.callout-default {
    padding-right: 0;
    padding-top: 0;
    padding-left: 30px;
    margin-left: 10px;
}

.callout.callout-default h3 {
    margin-top: 0;
}

.ggads-noti {
    font-size: 16px;
    padding: 0 0 0 16px;
    line-height: 1.4;
}

.ggads-noti li+li {
    margin-top: 12px;
}

.ggads-active-wrapper .ggads-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #8a9c9f;
}

.form-gr-horizontal {
    margin-bottom: 24px;
}

.form-gr-horizontal .fr-select {
    min-width: 180px;
}

.form-gr-horizontal label {
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
}

.form-gr-horizontal .button-gr:nth-child(n + 2) {
    margin-left: 16px;
}


.form-gr-horizontal,
.box-tools,
.button-gr {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    gap: 8px;
    grid-gap: 5px;
}

.form-gr-horizontal,
.button-gr {
    justify-content: flex-start;
    align-items: center;
}

.button-gr svg,
.box-tools svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.ggads-active-wrapper .btn {
    padding: 10px 16px;
    border: none;
    outline: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    grid-gap: 4px;
}

#select-file-upload {
    min-width: 190px;
}

#select-variant-file-upload {
    min-width: 130px;
}

.spin {
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.action-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
}

select.input-sm.fr-select {
    font-size: var(--gap14);
    padding-top: 4px;
    padding-bottom: 4px;
    height: auto;
}


.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav>.user-menu .user-image {
    width: 15px;
    height: 15px;
    border-radius: 0px;
    float: none;
    margin-right: 0;
    margin-top: 0px !important;
    line-height: 10px;
}

/* .dropdown-toggle {
    height: 45px;
    width: 45px;
} */
li:nth-of-type(2) .dropdown-toggle {
    margin-top: 2px;
}

li:nth-of-type(3) .dropdown-toggle {
    margin-top: 4px;
}

.total-unread {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 9999999;
    transition: transform 0.2s ease, opacity 0.2s ease;
    font-family: "Manrope", sans-serif;
}

.animate-shake {
    animation: shake 0.5s ease-in-out;
}

/* Keyframes cho hiệu ứng rung */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}

li:nth-of-type(2) .dropdown-toggle {
    margin-top: 2px;
}

li:nth-of-type(3) .dropdown-toggle {
    margin-top: 4px;
}

.checkbox-agree-label {
    --ipbox: 18px;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-gap: 6px;
}

.sidebar-menu {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.sidebar-menu > * {
    width: 100%;
}

.sidebar-menu {
    grid-gap: 0px;
    background: #fafafa;
}
.skin-blue .light-sidebar .sidebar-menu>li.active>a{
    background:#fcfcfc;
}
.sidebar-menu li>a>.icon-collapse-menu {
    position: absolute;
    right: 10px;
    top: 12px;
    height: 20px;
    width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}
.sidebar-menu li>a>.icon-collapse-menu i{
    font-size: 22px;
}
.sidebar-menu li>a>.icon-collapse-menu{
    transform:rotate(0deg);
}
.sidebar-menu li.active>a>.icon-collapse-menu{
    transform:rotate(180deg);
}
.sidebar-menu>li>a.sidebar-menu-link{
    border-left:0;
}
.treeview-menu>li>a{
    padding-left:33px;
}
.skin-blue .light-sidebar .sidebar-menu>li>a, .skin-blue .sidebar-menu .treeview-menu>li>a{
    color:#515151;
    font-size: var(--gap14);
}
.skin-blue .sidebar-menu>li.active>a,.skin-blue .sidebar-menu>li>a.sidebar-menu-link{
    color: #999 !important;
    font-weight: 600!important;
    font-size: 15px;
}
.skin-blue .sidebar-menu>li>a span{
    line-height:20px;
}
.skin-blue .sidebar-menu .treeview-menu>li>a:hover{
    color:#222;
}

@media (min-width: 780px) {

    .isMobile {
        display: none;
    }
        
    .register-banner {
        cursor: pointer;
        border-radius: 5px;
    }

    .register-banner img {
        border-radius: 5px;
    }

    .login-box-body.register-box {
        width: 420px;
        margin: 0;
    }
}

@media (max-width: 780px), (max-width: 900px) and (orientation:landscape) {
    .isDesktop {
        display: none;
    }

    .login-box {
        display: flex;
    }

    .login-box .bg {
        display: none;
    }

    .hightlight {
        display: none;
    }

    .navbar-custom-menu {
        margin-left: auto;
    }

    .login-box-content.register-box-contain {
        flex-direction: column;
        padding: 12px 16px;
    }

    .login-box-body.register-box {
        padding: 16px 24px;
    }

    .isDesktop {
        display: none;
    }

    .login-box .bg {
        display: none;
    }

    .hightlight {
        display: none;
    }

    .navbar-custom-menu {
        margin-left: auto;
    }

    .login-box-content.register-box-contain {
        flex-direction: column;
        padding: 12px 16px;
    }

    .login-box-body.register-box {
        padding: 16px 24px;
    }

    .isDesktop {
        display: none;
    }

    .login-box {
        display: flex;
    }

    .login-box .bg {
        display: none;
    }

    .login-box-content.register-box-contain {
        flex-direction: column;
        padding: 12px 16px;
    }

    .login-box-body.register-box {
        padding: 16px 24px;
    }
}

.alert-simple {
    background-color: #fff;
    max-width: 420px;
    color: #595959;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    bottom: 64px;
    right: 24px;
    grid-gap: 10px;
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
    box-shadow: 0 6px 36px rgba(11 11 11 / 31%);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    transform: translateY(180%);
    transition: all 222ms ease-in-out;
    -webkit-transform: translateY(180%);
    -moz-transform: translateY(180%);
    -ms-transform: translateY(180%);
    -o-transform: translateY(180%);
    -webkit-transition: all 222ms ease-in-out;
    -moz-transition: all 222ms ease-in-out;
    -ms-transition: all 222ms ease-in-out;
    -o-transition: all 222ms ease-in-out;
}

.alert-simple.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.alert-simple strong {
    color: #ff7300;
    font-size: 16px;
    margin-bottom: 4px;
}

.start-icon {
    min-width: 36px;
    color: #ff7300;
    animation: flash 2s ease infinite;
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.alert-content {
    display: grid;
    grid-gap: 4px;
}

.close-alert {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 6px;
    right: 6px;
    color: #999;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.close-alert svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.close-alert:hover {
    color: #595959;
}

@keyframes text-grow-shrink {

    0%,
    100% {
        font-size: 14px;
    }

    50% {
        font-size: 16px;
    }
}

a#survey-link {
    animation: text-grow-shrink 1.5s infinite ease-in-out;
}

.text-note {
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff9c4;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px
}


.table-responsive {
    scrollbar-width: thin;
}

.send-code {
    width: 90px;
    border: 0px;
    padding: 5px 14px;
    border-radius: 5px;
    background-color: var(--primary);
    color: #fff;
    opacity: 0.5;
    pointer-events: none;
    position: relative;
}

.phone-active .send-code  {
    pointer-events: all;
    opacity: 1;
}

.form-input svg {
    top: 50%;
}

.login-button {
    position: relative;
}

.snotify {
    z-index: 99999 !important;
}

.submitLoading {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    border-radius: 20px;
    border: 2px solid rgba(255 255 255 / 50%);
    border-left-color: rgba(255 255 255 / 85%);
    animation: submitLoading 666ms linear infinite;
}

@keyframes submitLoading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 767px) {
    .login-box-body {
        padding: 60px;
        margin: 0px;
    }

    .login-box-body.register-box {
        width: 100%;
        display: grid;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }

    .register-action .login-button {
        width: 100%;
    }

    .register-banner {
        position: relative;
        margin-bottom: 0px;
    }

    .register-banner img {
        width: 100%;
        object-fit: contain;
    }

    .form-input svg {
        top: 50%;
    }
}

.table-preparation-time {
    white-space: normal !important;
    min-width: 100px;
}

.table-order-empty {
    min-width: 120px;
}

.table-order-time,
.table-consignment-number {
    min-width: 96px;
}

.table-order-status {
    width: 140px;
    min-width: 140px;
}

.table-order-status select.form-control {
    padding-left: 6px;
    padding-right: 6px;
}

.table-reconciliation .label,
.table-order-status .label {
    font-size: var(--gap14);
    font-weight: 500;
    padding: 4px 8px;
}

.notifications-menu img {
    width: 15px;
    height: 15px;
}

.form-action-group {
    display: flex;
    justify-content: center;
    grid-gap: 12px;
}

.form-action-group .btn {
    border-radius: 3px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 6px;
}

@media (min-width: 768px) and (max-width: 880px) {
    .bg {
        display: none;
    }

    .login-box {
        display: block;
    }

    .login-box-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 60px 0px;
    }

    .login-box-image {
        margin-top: 50px;
    }

    .login-logo {
        margin: auto;
    }
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .login-box-content {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 200px 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px){
    .login-box-image img {
        max-width: 500px;
    }

    .register-page-contain .login-box-image > img {
        display: none;
    }

    .register-banner {
        flex-direction: column;
        min-width: 400px;
    }
}

@media (max-width: 1023px) {
    .login-box-image > img {
        display: none;
    }
}

@media (max-width: 767px) {

    .login-box-body {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
    }

    .login-box-msg {
        padding: 0;
    }

    .password-box-msg {
        padding: 0 20px 20px 20px !important;

    }

    .form-horizontal .control-label {
        margin-top: 14px;
    }

    .login-box-body.register-box {
        width: 100%;
        margin: 0 auto;
        display: grid;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .register-action .login-button {
        width: 100%;
    }

    .register-banner {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .register-banner img {
        width: 100%;
        height: auto;
        margin: 0;
        border-radius: 5px;
        object-fit: contain;
    }

    .schedule-table-responsive {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    .login-box {
        flex-direction: column;
    }

    .login-box .bg {
        display: none;
    }

    .login-box-content,
    .login-box-image {
        padding: 24px;
        flex-grow: inherit;
        width: 100%;
    }

    .login-box-image {
        padding-bottom: 0;
    }

    .login-box-body {
        width: 100%;
    }

    .login-action::before,
    .login-action::after {
        display: none;
    }

    .login-logo {
        margin: 0;
    }

    .login-logo .login-box-msg {
        font-size: 17px;
        font-weight: 600;
    }

    .login-action .col-xs-5,
    .login-action .col-xs-7 {
        margin: 0 10px;
    }

    .login-action .col-xs-7 a {
        display: block;
        margin: 0 !important;
        padding: 0;
    }

    .skin-blue .main-header .navbar .sidebar-toggle svg:not(.mobile-icon) {
        display: none;
    }

    .skin-blue .main-header .navbar .sidebar-toggle .mobile-icon {
        display: block;
    }

    .skin-blue .main-header .navbar {
        box-shadow: 0 3px 9px rgba(11, 11, 11, 0.11);
        
    }

    .skin-blue .main-header .logo {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 9999;
        width: fit-content;
        left: 38px;
        padding-left: 5px;
    }
    
    .skin-blue .main-header .logo img {
        width: 105px;
        height: auto;
    }

    .fixed .content-wrapper, .fixed .right-side, .main-sidebar {
        padding-top: 52px;
    }

    .navbar-custom-menu>.navbar-nav {
        padding-right: 10px;
    }

    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right: 10px;
    }
}

#messengerPop {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.popup-messenger {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9994444444
}

#messengerPop:checked~.popup-messenger {
    display: block;
}

.hightlight-text {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

.seller-name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    margin-top: 10px;
}

.seller-img {
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu>li>a:hover {
    background-color: #3c8dbc !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-static-top {
    display: flex;
    align-items: center;
}

.hightlight {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    margin-right: auto;
    font-size: 15px;
}


.hightlight-text {
    display: inline-block;
    position: relative;
    animation: slideText 15s linear infinite;
    animation-play-state: running;
}

.hightlight-text:hover {
    animation-play-state: paused;
}

.hightlight-text:hover a {
    color: yellow
}

@keyframes slideText {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.popup-messenger-content {
    display: block;
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 6px 36px rgba(11 11 11 / 31%);
    z-index: 2;
    font-size: 16px;
}

.popup-messenger-content li {
    margin-top: 10px;
}

.popup-messenger-background {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(11 11 11 / 44%);
    z-index: 1;
}

.popup-messenger-header {
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
}

.hightlight-label {
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
}

.hightlight-label:hover {
    color: yellow;
}

.closeMessengerPop {
    width: 24px;
    height: 24px;
    margin: 0;
    color: #696969;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-messenger-box {
    padding: 12px 16px;
}


.main-header .dropdown-menu {
    border: none;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 6px 36px rgba(11 11 11 / 31%);
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer::before,
.navbar-nav>.user-menu>.dropdown-menu>.user-footer::after {
    display: none;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: transparent;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn {
    width: 100%;
    min-width: auto;
    padding: 10px 6px;
    text-align: center;
    border-radius: 3px;
    background-color: transparent;
}

.fileData {
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    padding: 6px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
    transition: all 222ms ease-in-out;
}

.fileData:hover {
    border-color: #d1d1d1;
}

.fileData input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.upload-your-id {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
}

.update-your-store.box-header.with-border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 6px 12px;
}


.access-page-count {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding-left: 14px;
    padding-right: 14px;
}

.access-page-count a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.access-page-count a svg {
    min-width: 16px;
    min-height: 16px;
}

.access-page-count li.disabled {
    pointer-events: none;
}

/* Promotion page when no data */
.promotion-empty-item img {
    width: 140px;
    aspect-ratio: 1/1;
    object-fit: cover; 
}

.promotion-empty-title {
    font-size: 20px;
    font-weight: 500;
}

.promotion-empty-box {
    padding: 40px;
    text-align: center;
}

.promotion-empty-title .highlight {
    color: var(--primary);
}

.promotion-empty-content {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
    justify-content: center;
    margin: 32px 0;
}

.promotion-empty-item {
    max-width: 236px;
    text-align: center;
}

.promotion-typography {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}

.btn-create-promo {
    display: inline-flex;
    align-items: center;
    font-size: var(--gap14);
    grid-gap: 4px;
    padding: 6px 20px;
    border-radius: 3px;
}

@media (max-width: 760px) {
    .access-page-count {
        width: 100%;
        justify-content: center;
    }

    .upload-your-id {
        grid-template-columns: repeat(1, 1fr);
    }

    .upload-your-id .no-margin {
        min-height: 40px;
        grid-gap: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .order-frist-col {
        width: 45px !important;
    }

    .order-management-tool {
        display: flex;
        position: relative !important;
        justify-content: flex-start;
        align-items: center;
        grid-gap: 6px;
        white-space: nowrap;
        top: auto !important;
        right: auto !important;
        padding: 8px 0;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .order-management-tool .btn-group {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        grid-gap: 3px;
    }

    .modal-dialog {
        width: calc(100% - 20px) !important;
    }

    .modal-dialog .modal-content {
        border-radius: 5px;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .notifications-menu img {
        width: 15px;
        height: 15px;
    }

    .navbar-static-top .dropdown-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fee-details-button {
        margin-right: -20px;
        width: 92px;
        padding: 5px;
        margin-bottom: -6px;
    }

    .fee-details-button span {
        font-size: 10px;
    }

    .fee-details-button svg {
        width: 10px;
        height: 10px;
    }

    .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav>.user-menu .user-image {
        width: 15px;
        height: 15px;
        border-radius: 0px;
    }

    li:nth-of-type(2) .dropdown-toggle {
        margin-top: 2px;
    }

    li:nth-of-type(3) .dropdown-toggle {
        margin-top: 4px;
    }

    .box-body {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .box-body::before {
        display: none;
    }

    .btn {
        border-radius: 3px !important;
    }

    .col-xs-4 {
        width: 100%;
        padding: 8px;
        font-size: 14px;
        box-sizing: border-box;
    }

    .row-overview .item-overview {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;
    }

    .navbar-nav>.user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: 0px !important;
        line-height: 10px;
    }

    .sb-bulk-select {
        padding-left: 10px;
    }

    .form-action-group {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-direction: row-reverse;
    }

    .form-upload {
        display: grid !important;
    }

    .control-label {
        display: flex !important;
        grid-gap: 3px;
    }

    .control-label .hidden-xs {
        display: block !important;
        font-size: var(--gap14);
        margin-top: 4px;
    }

    .filter-action-group .btn-sm {
        padding: 10px 10px !important;
        width: 80px !important;
        border-radius: 5px !important;
    }

    .form-watch {
        width: 20% !important;
    }

    .table-striped {
        display: flex;
        width: 100%;
        top: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        margin-bottom: 16px !important;
    }

    .table-responsive .table-bordered {
        display: block;
    }

    .table-bordered {
        display: block;
    }

    .form-group-watch {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form-product .title-form-input {
        padding-left: 15px !important;
    }

    .form-product .form-group {
        margin-bottom: 0px;
    }

    .box-header {
        padding: 0px 10px;
    }

    .with-border {
        padding-top: 5px !important;
    }

    .btn-down {
        margin-top: 15px;
    }

    .product-list .table-responsive {
        margin-top: 10px;
    }

    .form-action-group {
        padding: 0px;
    }

    .title-product {
        line-height: 1.4;
    }

    .title-menu {
        padding: 20px 10px !important;
    }

    .navbar-custom-menu>.navbar-nav {
        grid-gap: 6px;
        padding-right: 0;
    }


    .navbar-custom-menu .navbar-nav>li>a {
        padding: 0 !important;
        min-width: 34px;
        min-height: 34px;
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-custom-menu .navbar-nav>li>a.custom-menu-item {
        grid-gap: 2px;
        width: fit-content;
        min-width: fit-content;
    }
    .main-header .navbar .nav>li>a>.label {
        top: 0;
        right: 0;
    }

    .box-header.with-border::before,
    .box-header.with-border::after {
        display: none;
    }

    .box-header.with-border {
        display: flex;
        grid-gap: 10px;
        flex-direction: column;
    }

    .box-header>.box-tools {
        position: relative;
        top: auto;
        right: auto;
        justify-content: flex-start;
    }

    .box-header>.box-tools .btn {
        border: none;
    }

    .box-body.report-filter .row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .box-body.report-filter .col-xs-12 {
        padding: 0 !important;
    }

    .report-filter .row::before,
    .report-filter .row::after {
        display: none;
    }

    .report-filter .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 14px;
    }

    .report-filter .row .col-sm-6 {
        grid-column-start: span 2;
    }

    .report-filter .form-group {
        margin: 0;
    }

    .th-order-infomation {
        width: 150px !important;
        min-width: 150px !important;
    }

    .main-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .report-admin {
        justify-content: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .report-modal-contain .report-modal-header {
        box-shadow: none;
    }

    .skin-blue .main-header .navbar .snow-update-profile li a {
        color: rgba(0, 0, 0, 0.85)!important;
    }

    .promotion-empty-box {
        padding: 20px;
    }
    
}
.pace {
    display: none !important;
}


.total-unread {
    background-color: #EB1000;
    color: #fff;
    z-index: 99;
    position: relative;
    transition: all 222ms ease-in-out;
}

.sidebar-mini.sidebar-collapse .total-unread {
    position: absolute;
    top: 2px;
    right: 2px;
    transition: all 0.2s ease;
    display: block;
}

.sidebar-mini:not(.sidebar-collapse) .total-unread {
    display: none;
}

.sidebar-mini:not(.sidebar-collapse) .msg-unread {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 75%;
    background-color: #EB1000;
    color: #fff;
    display: block;
    padding: .2em .6em;
    border-radius: .25em;
}

.main-header .navbar .nav>li>a>.label.msg-unread {
    transform: unset;
}

.pace {
    display: none !important;
}

.order-unread {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    font-size: 75%;
    background-color: #EB1000;
    color: #fff;
    display: block;
    padding: .2em .6em;
    border-radius: .25em;
}

.sidebar-mini:not(.sidebar-collapse) .msg-unread:empty,
.sidebar-mini.sidebar-collapse .total-unread:empty {
    display: none;
}

@media(min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}
/* Fee Notice */
.notice-wrapper {
    padding: 20px 20px 0;
    margin: 50px 50px 0 230px;
    transition: all 200ms ease-in-out;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.sidebar-collapse .notice-wrapper {
    margin-left: 50px;
}

.notice-wrapper .alert {
    margin: 0;
}

.notice-wrapper + .content-wrapper {
    padding-top: 0;
}

.notice-content {
    background: #E6F4FF;
    color: #0C62B4;
    display: flex;
    align-items: center;
    padding: 10px 36px 10px 10px;
    position: relative;
    border-radius: 5px;
}
.ringing-bell {
    display: block;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
    margin: 0;
    animation: ring 4s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
.notice-link {
    color: #0C62B4 !important;
}

.notice-slider-container {
    width: 100%;
    overflow: hidden;
    /* Tạo hiệu ứng co giãn chiều cao mượt mà */
    transition: height 0.4s ease-in-out; 
    position: relative;
}

.notice-slider-wrapper {
    /* Hiệu ứng trượt lên */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.notice-slide-item {
    box-sizing: border-box;
    width: 100%;
    /* Đảm bảo nội dung không bị vỡ khi trượt */
    flex-shrink: 0; 
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.notice-fee {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    grid-gap: 8px;
    font-size: 16px;
    align-items: center;
}

.notice-fee span {
    text-decoration: underline;
    cursor: pointer;
}

.notice-content .close {
    color: #0C62B4;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.fee-notice-detail-wrapper .close {
    color: #333;
}

.fee-notice-detail-wrapper {
    color: #333;
    position: relative;
    z-index: 9999;
}

.fee-notice-detail-wrapper a {
    color: var(--primary);
}

.fee-notice-detail-wrapper .modal-body {
    font-size: 15px;
    line-height: 1.4;
    height: auto;
}

.fee-notice-message {
    font-size: 14px;
    color: var(--primary);
}

.fee-notice-message a {
    color: var(--primary);
}

.fee-notice-message a:hover {
    text-decoration: underline;
}

.product-history-purchase {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--primary);
}

.show-cancel-reason {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 4px;
    margin-top: 6px;
}

.show-cancel-reason label {
    display: block;
    line-height: 16px;
    margin: 0;
}

.text-cancel-reason {
    font-size: var(--gap14);
    color: #dd4b39;
    display: block;
}

.product-history-purchase {
    position: relative;
}

.product-history-purchase-text {
    position: absolute;
    top: -10px;
    left: 100%;
    background-color: #fff;
    box-shadow: 0 6px 36px rgba(11 11 11 / 22%);
    padding: 10px;
    border-radius: 5px;
    font-size: var(--gap14);
    color: #333;
    width: 140px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.order-customer-info:hover .product-history-purchase-text {
    opacity: 1;
    pointer-events: all;
}

.product-history-purchase-text::before {
    right: 100%;
	top: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	margin-top: -6px;
}

.order-history-pop-item-badge {
    display: block;
    width: fit-content;
    padding: var(--tb-badge-padding-y) var(--tb-badge-padding-x);
    font-size: var(--tb-badge-font-size);
    font-weight: var(--tb-badge-font-weight);
    line-height: 18px;
    color: var(--tb-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 4px 6px;
    border-radius: 3px;
}

.bg-light {
    background-color: rgba(var(--tb-light-rgb), var(--tb-bg-opacity)) !important;
}

.bg-danger-subtle {
    background-color: var(--tb-danger-bg-subtle) !important;
}

.bg-success-subtle {
    background-color: var(--tb-success-bg-subtle) !important;
}

.bg-secondary-subtle {
    background-color: var(--tb-secondary-bg-subtle) !important;
}

.bg-info-subtle {
    background-color: var(--tb-info-bg-subtle) !important;
}

.bg-warning-subtle {
    background-color: var(--tb-warning-bg-subtle) !important;
}

.order-history-pop-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 10px;
}

.avatar-title {
    background-color: #4b93ff;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 3px;
}

.avatar-title img {
    mix-blend-mode: multiply;
}

.order-history-pop-item-price {
    text-align: center
}

#modal-detail-product-history .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 10px;
    color: #717171
}

#modal-detail-product-history .modal-header::before,
#modal-detail-product-history .modal-header::after {
    display: none;
}

#modal-detail-product-history .modal-body {
    max-height: 640px;
    overflow-y: auto;
    overflow-x: hidden;
}

.order-history-pop-list-item {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
}

@media(max-width: 767px) {
    .notice-wrapper {
        margin-left: 0;
    }

    .notice-fee {
        font-size: 14px;
    }

    .fee-notice-detail-wrapper .close {
        right: 8px;
        top: 18px;
    }
}

/* Chat icon */

.menu-tooltip-wrapper {
    position: relative;
    cursor: pointer;
}

.chat-icon {
    display: flex;
}


.menu-tooltip {
    padding: 12px;
    background: #fff;
    position: absolute;
    box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, .1);
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s, transform 0.2s;
    visibility: hidden;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    width: fit-content;
    white-space: nowrap;
    color: var(--primary);
}

.menu-tooltip-wrapper:hover .menu-tooltip {
    opacity: 1;
    transition: visibility, opacity 0.2s, transform 0.2s;
    visibility: visible;
}

.menu-tooltip::after {
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-style: solid;
    border-width: 6px 0px 6px 6px;
    content: "";
    display: block;
    height: 0px;
    left: 100%;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 0px;
}

.rating-box-wrapper {
    position: fixed;
    top: 60px;
    right: 60px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 16px;
    animation: fadeIn .2s ease-out;
}

.rating-box {
    width: 320px;
    background: linear-gradient(186deg, #a9edff, #ffffff);
    border-radius: 16px;
    padding: 20px 15px 0;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.rating-wrapper {
    background: #ffffff;
    border-radius: 8px;
    padding: 6px;
}

.rating-logo {
    margin-bottom: 8px;
}

.rating-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    color: #666;
}

.rating-header {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

.rating-options {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.rating-item .emoji {
    width: 30px;
    margin-bottom: 6px;
    transition: transform .15s ease;
}

.rating-item span {
    display: block;
    font-size: 14px;
    color: #00000066;
    font-weight: normal;
}

/* Ẩn input */
.rating-item input {
    display: none;
}

.rating-item .emoji svg{
    fill: #00000066;
}

.rating-item:hover .emoji svg{
    fill: #43bfe3;
}

.rating-item:hover span{
    color: #43bfe3;
}

/* Hover hiệu ứng */
.rating-item:hover .emoji {
    transform: scale(1.2);
}

.rating-item input:checked {
    display: none;
}

/* Khi chọn */
.rating-item input:checked + .emoji,
.rating-item input:checked ~ .emoji {
    transform: scale(1.5);
    /* filter: drop-shadow(0 0 4px orange); */
}

.rating-item:has(input:checked) .emoji svg{
    fill: #43bfe3;
}

.rating-item:has(input:checked) span{
    color: #43bfe3;
}

.rating-wrapper .btn.btn-submit {
    display: none;
    background: linear-gradient(119deg, #2199c48a, #bdf1ff);
    padding: 6px 12px;
    border-radius: 8px;
    margin: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: opacity 1s ease-in;
    border: none;
}

.rating-wrapper .btn.btn-submit:hover {
    background-color: #a2e7f8da;
}
.rating-wrapper:has(input:checked) .btn.btn-submit {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(.9); }
    to { opacity: 1; transform: scale(1); }
}

@media(max-width: 767px) {
    .chat-tooltip {
        display: none;
    }
}

/* Notifications */

.notifications-title {
    font-weight: 500;
    font-size: 15px;
    color: #333;
    margin: 0;
    border: 0;
    background: none;
    padding: 12px 12px;
    position: relative;
}

.notifications-title.active::before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--primary);
    left: 0;
    bottom: 0;
    position: absolute;
}

.notifications-title.active,
.notifications-title:hover {
    color: var(--primary);
}

.notifications-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    grid-gap: 4px;
    margin-bottom: 4px;
}

.notifications-time {
    color: #999;
    font-size: 11px;
}

.notifications-item {
    padding: 16px;
}

.notifications-item:last-child {
    border-bottom: 0;
}

.right-sidebar-menu .dropdown-menu.notifications-content-wrapper {
    width: 380px;
    height: calc(100vh - 50px);
    overflow-y: auto;
    right: 50px;
    left: auto;
    top: 0;
}

.notifications-title-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #000;
}

.notifications-page .notifications-title-text {
    display: block;
}

.notifications-page .notifications-header {
    align-items: baseline;
}

.notifications-content {
    position: relative;
}

.notifications-content-txt {
    font-size: var(--gap14);
    color: #515151;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
    word-break: break-word;
}

.notifications-content-txt.expanded {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

.notifications-show-more {
    color: #1a73e8;
    cursor: pointer;
    display: inline-block;
    font-size: var(--gap14);
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    line-height: 1.5;
}

.notifications-show-more span {
    color: #515151;
}

.notifications-page .notifications-container {
    position: relative;
    background: #fff;
    padding: 10px 16px;
    margin: 16px auto;
    width: 60%;
    border-radius: 5px;
}
.notifications-loading{
    position: absolute; 
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%); 
    z-index: 999;
}
.notifications-page .notifications-item {
    font-size: 15px;
}

.notifications-page .notifications-content-txt {
    font-size: 14px;
}

.notifications-page .notifications-time {
    font-size: var(--gap14);
}

.notifications-container .notifications-view-all {
    padding: 12px;
    display: block;
    text-align: center;
}

@media(min-width: 768px) and (max-width: 1024px) {
    .notifications-page .notifications-container {
        width: calc(100% - 40px);
    }
}

@media(max-width: 760px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu.notifications-content-wrapper {
        width: 100vw;
    }

    .dropdown.notifications-wrapper.open .custom-menu-item::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9998;
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(11 11 11 / 33%));
    }

    .notifications-page .notifications-container {
        padding: 10px;
        width: calc(100% - 40px);
        min-height: 200px;
    }

    .notifications-page .notifications-time {
        font-size: var(--gap14);
    }
}

.unread-notification {
    font-weight: bold ;
}

.unread-notification .notifications-title-text,
.unread-notification .notifications-content-txt {
    font-weight: bold ;
}

.read-notification {
    opacity: 0.65;
}

.read-notification:hover {
    opacity: 1 !important;
}

.empty-notifications {
    padding: 60px 20px;
}

.empty-notifications i {
    margin-bottom: 20px;
}

.scroll-info {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.scroll-info i {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

.no-more-data {
    text-align: center;
    padding: 30px 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.no-more-data i {
    color: #28a745;
    margin-right: 5px;
}

.notifications-item {
    transition: all 0.3s ease;
    border-radius: 0;
    padding: 15px;
    border-top: 1px solid #eee;
    border-left: 0;
    border-right: 0;
}

.notifications-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .notifications-container {
        padding: 10px;
    }
    
    .notifications-item {
        margin-bottom: 8px;
        padding: 12px;
    }
    
    .scroll-info {
        font-size: var(--gap14);
    }
}

.scroll-info {
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #eee;
}

.scroll-info i {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

/* download app */
.guideAppWrapper {
    position: sticky;
    bottom: -10px;
    z-index: 9999;

}

.guideApp {
    --thumb: 60px;
    display: flex;
    padding: 16px 12px 10px;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.download-app-left {
    width: var(--thumb);
    flex: var(--thumb);
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-app-right {
    width: calc(100% - var(--thumb) - 10px);
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    padding: 6px 8px;
    background: #fff;
    position: relative;
    box-shadow: 1px 2px 14px #ccc;
    border-radius: var(--borderRadius);
    display: flex;
    -webkit-border-radius: var(--borderRadius);
    -moz-border-radius: var(--borderRadius);
    -ms-border-radius: var(--borderRadius);
    -o-border-radius: var(--borderRadius);
}

.skin-blue .sidebar .download-app-right a {
    font-size: var(--gap14);
}

.download-app-right:before {
    position: absolute;
    top: calc(50% - 4px);
    left: -4px;
    display: block;
    z-index: 1;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.download-app-right a {
    color: var(--dark);
    font-size: var(--gap14);
    display: block;
}

.download-app-right a span {
    color: var(--primary-dk);
}

.animated-button {
    padding: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #8592ad;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out
}

.animated-button:hover::before {
    opacity: .2
}

.animated-button span {
    position: absolute
}

.animated-button span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear,right top,left top,from(rgba(30,136,174,0)),to(#2199c4));
    background: linear-gradient(to left,rgba(30,136,174,0),#2199c4);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite
}

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.animated-button span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear,left bottom,left top,from(rgba(30,136,174,0)),to(#2199c4));
    background: linear-gradient(to top,rgba(30,136,174,0),#2199c4);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.animated-button span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(30,136,174,0)),to(#2199c4));
    background: linear-gradient(to right,rgba(30,136,174,0),#2199c4);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.animated-button span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(30,136,174,0)),to(#2199c4));
    background: linear-gradient(to bottom,rgba(30,136,174,0),#2199c4);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

#app-download {
    padding: var(--gap12) var(--gap16);
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, .12);
    border-radius: .5rem;
}

#app-download .media-right {
    padding-right: 0
}

#app-download .media-right div {
    color: #fff;
    text-transform: uppercase
}

#app-download .icon {
    display: inline
}

#app-download .app-left {
    width: 120px;
    min-width: 120px;
}

#app-download .app-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 10px
}

#app-download .app-right a:first-child {
    margin-bottom: 10px
}

.app-download-icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 4px 0;
}

.dashboard-bottom-wrapper {
    display: grid;
    align-items: stretch;
    grid-gap: 16px;
}

#app-download a {
    color: var(--primary);
    text-decoration: underline;
    display: block;
    text-align: center;
}

#app-download .app-right img {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
}

.footer-block-title {
    font-weight: 500;
    font-size: var(--gap16);
    margin-bottom: 6px;
}

.dashboard-bottom-wrapper .schedule-box {
    height: 100%;
    align-items: center;
}

@media(max-width: 767px) {
    .dashboard-bottom-wrapper {
        grid-template-columns: 1fr;
    }

    .footer-block-title {
        font-size: 20px;
        font-weight: 400;
    }

    .app-download-icon {
        margin: 12px 0;
        justify-content: center;
    }

    #app-download .app-right {
        width: fit-content;
        flex: none;
    }

    #app-download a {
        font-size: 16px;
    }

    #app-download {
        padding: var(--gap16);
    }

    .menu-tooltip {
        top: calc(100% + 7px);
        left: 50%;
        transform: translate(-50%, 0);
    }

    .notifications-menu.menu-tooltip-wrapper .menu-tooltip {
        display: none;
    }

    .right-sidebar-menu .menu-tooltip {
        display: none;
    }

    .menu-tooltip::after {
        opacity: 0;
    }

    .snow-update-profile .item-nav-header a {
        margin: 16px 0;
    }

    .dropdown.user .snow-update-profile .item-nav-header button {
        padding: 0 6px !important;
    }

    .snow-update-profile .item-nav-header.user-header .seller-name-email {
        padding-bottom: 16px;
    }
}

.navbar-custom-menu .notifications-content-wrapper .notifications-content-txt a {
    padding: 0 ;
    display: inline ;
    justify-content: unset ;
    align-items: unset;
    grid-gap: unset;
    flex-direction: unset;
    text-align: left;
    color: #3c8dbc;
    text-decoration: none;
    cursor: pointer;
    line-height: inherit;
    vertical-align: baseline;
    font-size: inherit;
}

.navbar-custom-menu .notifications-content-wrapper .notifications-content-txt a:hover {
    color: #0b6eab;
}

.notifications-page .notifications-content-txt {
    text-align: left;
}

.notifications-page .notifications-content-txt p {
    text-align: left;
}
.notifications-page .notifications-content-txt a:hover {
    color: #0b6eab;
}

.right-sidebar {
    position: fixed;
    right: 0;
    background: #fff;
    top: 0;
    width: 50px;
    min-height: 100%;
    z-index: 810;
    padding-top: 52px;
    border-left: 1px solid #e5e5e5;
}

.content-wrapper, 
.main-footer {
    margin-right: 50px;
}

.right-sidebar .right-sidebar-menu {
    padding: 0;
    list-style: none;
}

.right-sidebar .right-sidebar-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.right-sidebar-menu .custom-menu-item {
    color: var(--primary);
}

.custom-menu-item.has-noti {
    position: relative;
}
.chat-icon-bottom .label {
    position: absolute;
    top: 6px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}
.custom-menu-item.has-noti .label {
    position: absolute;
    top: 6px;
    right: 2px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.right-sidebar-menu li {
    transition: .3s ease;
}

.right-sidebar-menu li:hover {
    background: #F0F5FF;
}

.main-footer .custom-menu-item {
    color: #313131;
    justify-content: flex-start;
    font-size: 14px;
}

.main-footer .custom-menu-item:hover {
    color: var(--primary);
}

.nav>li.sidebar-right-icon {
    display: none;
    color: var(--primary); 
}

.sidebar-right-icon .close-sidebar {
    display: none;
}

.sidebar-right-icon.active .close-sidebar {
    display: block;
}

.sidebar-right-icon.active .open-sidebar {
    display: none;
}

@media(max-width: 1023px) {
    .nav>li.sidebar-right-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .right-sidebar {
        transform: translate(50px, 0);
        transition: .3s ease;
    }

    .show.right-sidebar {
        transform: translate(0, 0);
    }

    .content-wrapper, .main-footer, .notice-wrapper {
        margin-right: 0;
    }

    .navbar-custom-menu>.navbar-nav>li a {
        padding: 0 6px !important;
    }

    .main-footer .custom-menu-item {
        margin: 0 auto;
    }
}

@media(max-width: 767px) {
    .right-sidebar-menu .dropdown-menu.notifications-content-wrapper {
        width: calc(100vw - 50px);
    }
    
    .notifications-tabs .notifications-title {
        padding: 12px 8px;
    }
}
.sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
    min-height: 100%;
    overflow: hidden;
}


.sidebar-overlay-message {
    background: white;
    padding: 20px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    max-width: 280px;
    margin: 0 15px;
}

.sidebar-overlay-message h4 {
    color: #2199c4;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-overlay-message p {
    color: #666;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-overlay-message .icon {
    color: #2199c4;
    margin-bottom: 10px;
    font-size: 24px;
}

.sidebar {
    position: relative;
    overflow: hidden; 
}

.sidebar.blocked {
    overflow: hidden;
}

.sidebar.blocked .sidebar-menu {
    pointer-events: none;
    overflow: hidden;
}

.right-sidebar-backdrop {
    position: fixed;
    top: 0;
    width: 50px;
    min-height: 100%;
    z-index: 888;
    padding-top: 52px;
    background: rgba(255, 255, 255, 0.85);
}

.info-disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.menu-name-store {
    max-width: 250px;              
    white-space: nowrap;          
    overflow: hidden;             
    text-overflow: ellipsis;     
    vertical-align: middle;
}

.chat-support-wrapper {
    z-index: 889;
}
.or-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px 0 20px 0;
    width: 100%;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e0e0e0;
}

.or-divider span {
    padding: 0 16px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.google-login-btn {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    padding: 10px;
}

.google-login-btn:hover:not(:disabled) {
    background-color: #faf8f8;
    border-color: #d2d2d2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.google-login-btn:active:not(:disabled) {
    background-color: #f0f0f0;
}

.google-login-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.google-icon {
    flex-shrink: 0;
}

.google-text {
    font-size: 15px;
    font-weight: 500;
    color: #3c4043;
    transition: color 0.2s ease;
}

.google-login-btn:hover:not(:disabled) .google-text {
    color: var(--primary);
}

.toggle-password {
    position: absolute; 
    right: 10px; 
    top: 10px; 
    cursor: pointer;
}
.oauth-login-button-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.page-login-button {
    border-radius: 4px;
}

