﻿html, body, button {
    font-family: Inter, Arial, system-ui, -apple-system;
    font-size: calc(.9 * var(--smart-font-size));
}

/*body {
    font-family: "Inter";
}*/
:root, input {
    --bb-header-color: #FFFFFF;
    --bb-header-bg: #FFFFFF; /*#702cf8*/ /*#F6C6CB, #F47920*/
    --bb-dropdown-max-height: 500px;
    --bb-color-smart: #E4352E;
    font-family: Inter, Arial;
}

.smart-element {
    font-family: Open Sans, Arial, system-ui, -apple-system;
}

.layout {
    --bb-layout-header-background: var(--bb-header-bg);
    --bb-layout-sidebar-banner-background: #FFFFFF;
    /*Màu backgroud title*/
    /* --bb-layout-sidebar-banner-background: var(--bb-header-bg);*/
    --bb-layout-header-color: var(--bb-header-color);
    /*Màu chữ title*/
    --bb-layout-title-color: black;
    --bb-layout-sidebar-width: 240px !important;
    --bb-layout-banner-font-size: 1.3rem !important;
    --bb-layout-headerbar-background: transparent !important;
    --bb-layout-banner-logo-width: 50px !important;
    --bb-layout-sidebar-collapse-width: 60px !important;
    --bb-layout-menu-item-hover-bg: none;
}

.layout:not(.has-footer) {
    --bb-layout-footer-height: 0px;
}

.layout .layout-header {
    z-index: 1000 !important;
}

.layout .layout-menu .menu {
    --bb-menu-item-hover-bg: none;
    --bb-menu-item-hover-color: var(--bb-color-smart);
}

.layout-header {
    border-bottom: 1px solid var(--bs-border-color);
}

.layout-header .widget {
    margin-right: 2rem;
}

.layout-banner {
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--bb-layout-sidebar-banner-background);
}

.tabs-chrome > .tabs-header, .tabs-capsule > .tabs-header {
    --bb-tabs-chrome-item-height: 30px;
    --bb-tabs-item-body-padding: 5px 5px;
}

/*.layout .layout-main {
    padding: 0.5rem;
}*/

.btn {
    /*Khoảng cách buttton và icon*/
    --bb-btn-label-margin-left: 10px !important;
}

/* .layout-banner .layout-logo {
        border: 1px solid var(--bb-header-color);
    }*/

.layout-side {
    border-right: 1px solid var(--bs-border-color);
}

.layout-footer {
    border-top: 1px solid var(--bs-border-color);
}

.dropdown-logout {
    --bb-logout-text-color: var(--bb-header-color);
    --bb-logout-text-max-width: 150px !important;
}

.logout-avatar {
    border-radius: 50%;
}

.dropdown-user img {
    border-radius: 50%;
}

.dropdown-menu {
    max-height: none;
}

.layout-drawer {
    padding: 6px;
    cursor: pointer;
}

.layout-header-bar {
    color: red !important;
}

.nav-link {
    padding: 4px;
    /*font-size:13px;*/
}


.widget {
    --bb-widget-toggle-color: var(--bb-header-color);
}

.widget .dropdown-menu {
    --bs-dropdown-min-width: 16rem;
}

.widget .dropdown-body h3 {
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px;
}

.widget .dropdown-body h4 {
    color: #444444;
    font-size: 15px;
    margin: 0;
}

.widget .dropdown-body small {
    color: #999999;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.widget .dropdown-item {
    padding: 0.5rem 1rem;
    min-width: 100px;
}

.widget .dropdown-item > div:not(.progress):last-child {
    width: calc(100% - 40px);
}

.widget .dropdown-item.active,
.widget .dropdown-item:active {
    color: inherit;
}

.widget .dropdown-item:not(:nth-of-type(odd)):active {
    background-color: inherit;
}

.widget .progress {
    height: 7px;
}

.table-cell img {
    width: 46px;
    border-radius: var(--bs-border-radius);
}

.table-cell .progress {
    height: 6px;
    margin-top: .5rem;
}

.user-demo-address {
    margin-top: .25rem;
    font-size: 86%;
    color: #N0c4cc;
}

.table-users {
    height: calc(100% - 93px);
}

.cell-label {
    line-height: 35px;
}

/*.tabs {
    --bb-tabs-item-height: 30px !important;
}*/

.tabs-item .tabs-item-close {
    top: 0px !important;
    right: 0px;
}

.layout .layout-menu .menu {
}

.bb-fs-on, .bb-fs-open .bb-fs-off {
    display: none;
}

.tabs {
    --bb-tabs-item-height: 33px;
}

.menu {
    --bb-menu-active-color: #ffdfdf;
    --bb-menu-bar-bg: #ffdfdf;
    --bb-menu-item-hover-bg: none;
    --bb-menu-item-hover-color: #000000;
}

.menu .submenu .nav-link.active {
    color: var(--bb-color-smart);
    background-color: none;
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #EE4D2D;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Đang tải...");
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@supports not selector(::-webkit-scrollbar) {
    .scroll {
        scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0);
        scrollbar-width: thin;
    }
}


/*Custom css*/
.valid-label {
    font-size: 0.7rem;
    color: red;
}

.box-button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.btn-coupon {
    font-size: 0.8rem !important;
}

.lbl-custom-coupon {
    font-size: 0.8rem;
}

.lbl-custom-title-coupon {
    font-size: 0.83rem;
}

@media (max-width: 1280px) {
    .lbl-custom-coupon {
        font-size: 0.7rem;
    }
}


.default-tab {
    border: 1px solid #d7d7d7;
}

th {
    padding: 5px 10px;
}

/*td {
    padding: 0px 10px;
}*/

.header-combox-custom {
    padding: 5px 10px;
}

.content-combox-custom {
    padding: 0px 10px;
}


/*============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 75rem;
        margin-top: 2px;
        max-height: none;
    }
}

@media (max-width: 1280.98px) {
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 50rem;
        margin-top: 2px;
        max-height: 500px;
    }
}

/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media (max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */


/*====CSS MEGA MENU====*/

.navbar-nav .nav-link.show {
    background-color: none;
    color: var(--bb-color-smart);
    border-radius: 5px;
}

.navbar-nav {
    font-weight: 600;
}

.navbar-nav .nav-item {
    font-size: 14px;
    font-weight: 500;
    border-style: solid;
    border-width: 0.5px;
    margin: 0 5px;
    /*transition: background-color 1s, border-radius 2s;*/
}

.navbar-nav .nav-item:hover {
    border-style: solid;
    border-width: 0.5px;
    border-color: var(--bb-color-smart);
    border-radius: 5px;
}

.navbar-nav .nav-item > a {
    font-weight: 600;
}

.navbar-nav .nav-item a:hover {
    color: var(--bb-color-smart);
}


/* ul.navbar-nav .nav-item:active {
		background-color: #f5bcbc;

	} */

.megamenu {
    padding: 1rem 1.5rem;
    background-color: #F8F9FA;
}

.dropdown-toggle::after {
    display: none !important
}

.col-megamenu .nav-link {
    padding: 4px;
    font-size: 13px;
}

.col-megamenu h6 {
    color: var(--bb-color-smart);
    font-weight: 600;
}

.col-megamenu li {
    border-radius: 6px;
    transition: background-color 0.5s linear;
}

.col-megamenu li:hover {
    background-color: #d5e1ee;
}

.col-megamenu a {
    text-decoration: none;
}

/*@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}
*/
/*.dropdown-menu {
    display: block;
    transition: visibility .5s, opacity .5s;
    opacity: 0;
    visibility: hidden;
}

    .dropdown-menu.show {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .dropdown-menu li {
        line-height: 1.8;
    }*/

/*====END CSS MEGA MENU====*/


a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

.loading-progress circle {
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 0.6rem;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
}

.loading-progress circle:last-child {
    stroke: #1b6ec2;
    stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
    transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
    content: var(--blazor-load-percentage-text, "Loading");
}

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.card-body {
    height: auto;
}

.smart-drop-down-box .smart-action-button {
    display: flex;
    padding-left: inherit;
}

smart-form,
smart-tabs {
    width: 100%;
}

smart-tabs.auto-height {
    width: 100%;
    height: auto;
    min-height: initial;
}

smart-tabs.auto-height smart-tab-item:not(.smart-visibility-hidden) {
    position: relative;
}

smart-grid-column, .smart-grid-column-header {
    font-weight: 600;
    font-size: 12px;
}

/*.smart-grid:not(.stacked-column) smart-grid-column,
.smart-grid:not(.stacked-column) .smart-grid-column-header {
    height: 25px !important;
    line-height: 30px !important;
}*/

smart-input,
smart-date-input,
smart-date-time-picker,
smart-number-input,
smart-text-box,
smart-check-box {
    width: 100%;
    height: 26px;
}

smart-drop-down-grid,
smart-drop-down-list,
smart-drop-down-input {
    width: 100%;
    height: 26px !important;
}

.smart-drop-down-box.outlined > .smart-container > .smart-content {
    padding: 0;
    height: 28px;
}

smart-text-area {
    width: 100% !important;
    height: auto !important;
}

smart-text-area textarea {
    line-height: normal;
}

label {
    text-overflow: ellipsis;
    font-weight: 500;
    white-space: nowrap;
}

.smart-drop-down-input .smart-drop-down {
    padding: 0 !important;
}

.smart-multi-split-button {
    height: 26px;
    margin: 0 2px;
}

.smart-button {
    height: 26px;
    display: flex;
    align-items: center;
    /*margin: 0 2px;*/
}

smart-button[focus] {
    box-shadow: none !important;
}

/*button.smart-button[type]:hover {
    box-shadow: none !important;
    background-color:transparent !important;
}*/

smart-button.flat[focus] {
    border-color: transparent;
}

.smart-button.outlined button {
    padding: 4px 8px;
    font-size: 14px;
}

.smart-button.active {
    color: var(--smart-default-clr);
    font-weight: 500;
    text-decoration: underline;
}

.smart-button .material-icons {
    font-size: 16px;
}

.smart-button.smart-icon > button {
    height: 26px;
    width: 26px;
    margin: 0;
    padding: 0;
}

.smart-button.smart-icon .material-icons {
    font-size: 26px;
}

.base-view {
    /*padding: 8px 8px 0 8px;*/
    max-width: calc(100vw - 16px);
}

.image-icon {
    width: 68px;
    height: 44px;
    border: 1px solid #c5c5c5;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
    border-color: var(--smart-success);
    color: var(--smart-success);
}

.smart-menu[checkboxes][checkable] smart-menu-item[level="1"][checked] > .smart-menu-item-label-container::after {
    content: var(--smart-icon-check) !important;
    color: var(--smart-primary);
}


.attach {
}

.smart-grid-icon.filtering:after {
    content: var(--smart-icon-visibility-off);
}

.smart-query-builder smart-drop-down-grid {
    box-shadow: unset;
    border: unset;
    max-height: 100%;
    max-width: 100%;
}

.smart-query-builder
.filter-builder-item.smart-filter-value
smart-drop-down-grid.smart-input {
    width: 100%;
    height: 100%;
    border-top-left-radius: var(--smart-border-top-left-radius) !important;
    border-top-right-radius: var(--smart-border-top-right-radius) !important;
    border-bottom-left-radius: var(--smart-border-bottom-left-radius) !important;
    border-bottom-right-radius: var(--smart-border-bottom-right-radius) !important;
}

smart-drop-down-grid.smart-input[focus] {
    --smart-border: #007bff;
    --smart-outline: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

smart-drop-down-grid.smart-input.smart-validation-error {
    margin-bottom: 0.75rem;
}

smart-drop-down-grid.smart-input.smart-validation-success:not(smart-check-box) > div.smart-container:after,
smart-drop-down-grid.smart-input.smart-validation-error:not(smart-check-box) > div.smart-container:after {
    display: none;
}

smart-drop-down-grid.smart-input.smart-validation-success .smart-input,
smart-drop-down-grid.smart-input.smart-validation-error .smart-input {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

smart-drop-down-grid.smart-input.smart-validation-success.underlined[focus],
smart-drop-down-grid.smart-input.smart-validation-success.outlined[focus],
smart-drop-down-grid.smart-input.smart-validation-error.underlined[focus],
smart-drop-down-grid.smart-input.smart-validation-error.outlined[focus] {
    box-shadow: none;
}

smart-drop-down-grid.smart-input.smart-validation-success {
    --smart-border: #28a745;
    --smart-outline: #28a745;
}

smart-drop-down-grid.smart-input.smart-validation-success[focus] {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

smart-drop-down-grid.smart-input.smart-validation-success .smart-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '8' height= '8' viewBox= '0 0 8 8' %3e%3cpath fill= '%2328a745' d= 'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z' /%3e%3c/svg%3e");
    border-color: #28a745;
}

smart-drop-down-grid.smart-input.smart-validation-success.underlined[focus]
.smart-hint:after {
    background-color: #28a745;
}

smart-drop-down-grid.smart-input.smart-validation-success.underlined[focus],
smart-drop-down-grid.smart-input.smart-validation-success.outlined[focus] {
    box-shadow: none;
}

smart-drop-down-grid.smart-input.smart-validation-error {
    --smart-border: #dc3545;
    --smart-outline: #dc3545;
}

smart-drop-down-grid.smart-input.smart-validation-error[focus] {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

smart-drop-down-grid.smart-input.smart-validation-error .smart-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    border-color: #dc3545;
}

smart-drop-down-grid.smart-input.smart-validation-error.underlined[focus]
.smart-hint:after {
    background-color: #dc3545;
}

smart-drop-down-grid.smart-input.smart-validation-error.underlined[focus],
smart-drop-down-grid.smart-input.smart-validation-error.outlined[focus] {
    box-shadow: none;
}

smart-drop-down-grid.smart-input.underlined,
smart-drop-down-grid.smart-input.outlined {
    box-shadow: none;
}

.smart-grid-summary-row-cell .summary-value,
smart-grid-cell[addNewRow] {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 550;
    justify-content: end;
}

.toast-container {
    z-index: 99999;
}

.title-dialog {
    font-size: 1.4rem;
    color: #111;
    font-weight: 600;
}

.smart-grid smart-grid-cell .smart-grid-command-item {
    /*display: none*/
}

smart-grid .smart-grid-add-row-button.float,
smart-grid .smart-grid-add-row-button.show:hover {
    background: var(--smart-default-clr);
    border: 1px solid var(--smart-default-clr);
}

.smart-grid {
    width: 100%;
}

smart-scroll-viewer {
    position: relative;
    display: block;
}

smart-scroll-viewer > smart-grid {
    max-height: 100%;
    overflow: auto;
}

.f2-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.custom-input-dropdown {
    position: relative;
    width: 280px;
    font-family: Arial, sans-serif;
}


.custom-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 1s ease;
}

.custom-dropdown.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.dropdown-item {
    /*display: flex;*/
    align-items: center;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/*.dropdown-item:hover {
background-color: #0078d4;
}*/

.dropdown-item input[type="radio"] {
    margin-right: 8px;
    accent-color: #00bcd4;
}

.dropdown-item.selected {
    color: #00bcd4;
    font-weight: 500;
}


.navbar-nav {
    --bs-nav-link-font-weight: 500;
}


[data-title]:hover:after {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s ease 0.6s;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #4b9c2c;
    color: #ffffff;
    font-size: 150%;
    position: absolute;
    padding: 4px 8px 4px 8px;
    visibility: hidden;
}

#gridContainer {
    display: flex;
    height: 100%;
}

#grid-left,
#grid-right {
    height: 100%;
}

.gutter {
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    cursor: col-resize;
    width: 4px;
}

.e-tab .e-content .e-item {
    height: 100%;
}

.e-custom-style {
    color: orangered;
}


#watermark {
    visibility: hidden;
}

.e-datepicker {
    font-size: 14px !important;
}

.e-numeric {
    height: 27px;
}

.e-numerictextbox {
    height: inherit !important;
}

.smart-drop-down-grid .smart-drop-down-button .plus {
    display: flex;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    font-family: var(--smart-font-family-icon);
    justify-content: center;
    align-items: center;
    font-size: var(--smart-arrow-size);
    outline: 0;
}

.smart-drop-down-grid .smart-drop-down-button .plus::after {
    content: var(--smart-icon-plus);
    font-size: x-small;
    color: #0069D9;
}

[invisible] {
    visibility: hidden
}


.layout .layout-header, .layout .layout-banner {
    border-bottom: 1px solid #FF6363;
}

.tabs-chrome > .tabs-header .tabs-item-wrap.active .tabs-item {
    color: #FF6363;
    font-weight: 600;
}

.tabs-chrome > .tabs-header .tabs-item-wrap:not(.active) .tabs-item:not(.disabled) .tabs-item-body:hover {
    color: #FF6363;
}

.radio-row {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 8px 12px;
    border-radius: 8px;
}


.radio-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #111827;
}

.radio-item input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #3b82f6;
}


.label-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smart-logo {
    max-width: 70%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title-login {
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #333;
}

.mw-496 {
    max-width: 496px;
}

.padding-card-custom {
    padding-left: 48px !important;
    padding-right: 48px !important;
    border: 1px solid #dadce0;
    border-radius: 8px !important;
}

.mt-14px {
    margin-top: 22px;
}

.mb-65 {
    margin-bottom: 60px !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.center-screen-register {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.show-saler-button {
    color: #3779e8;
    margin-right: 8px;
    cursor: pointer;
}

.show-saler-note {
    color: #757575;
}

.wrap-register a {
    color: #3779e8;
    text-decoration: none;
}

.wrap-success {
    width: 100%;
    border-radius: 4px;
    padding: 40px;
    background: #fff;
    position: relative;
    max-width: 640px;
}

.wrap-success .success-form-des {
    border-radius: 4px;
    color: #212121;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin-top: 24px;
}

.success-form {
    text-align: center;
}

.success-bg {
    width: 116px;
    margin: 0 auto;
    height: 116px;
    margin-bottom: 24px;
    display: block;
}

.reg-icon-success {
    background-image: url(../assets/success.svg);
}

.reg-icon-warning {
    background-image: url(../assets/warning.svg);
}

.success-form-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}

.success-account-info {
    text-align: center;
    padding: 15px;
    border-radius: 4px;
}