﻿html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-family: "Inter", sans-serif !important;
    font-size: calc(.9* var(--smart-font-size));
}
.e-grid {
    font-family: "Inter", sans-serif !important;
}
.e-control {
    font-family: "Inter", sans-serif !important;
}
/*.smart-element {
    font-family: "Inter", sans-serif !important;
}*/
/*body {
    font-family: "Inter";
}*/
:root {
    --bb-header-color: #FFFFFF;
    --bb-header-bg: #FFFFFF; /*#702cf8*/ /*#F6C6CB, #F47920*/
    --bb-dropdown-max-height: 500px;
    --bb-color-smart: #E4352E;
}

.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);
}

/*.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%;
}

.table-users {
    height: calc(100% - 93px);
}

.cell-label {
    line-height: 35px;
}

.tabs {
    --bb-tabs-item-height: 35px;
}

.tabs-chrome > .tabs-header, .tabs-capsule > .tabs-header {
    --bb-tabs-chrome-item-height: 30px;
    --bb-tabs-item-body-padding: 5px 5px;
}

.tabs-item .tabs-item-close {
    top: 0px !important;
    right: 0px;
}

.layout .layout-menu .menu {
}

.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;
}

.dropdown-menu .dropdown-menu-body{
    max-height: 300px;
}
/*.dropdown-menu {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;*/
/*display: block;*/
/*visibility: hidden;
}

    .dropdown-menu.show {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }*/
.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 {
    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 1px white, 0 0 0 2px #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 {
    height: 32px !important;
    line-height: 32px !important;
    font-weight: 500;
}

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.smart-drop-down-container {
    width: auto !important;
    height: auto !important;
    min-width: 200px;
    overflow: visible !important;
}

.smart-list-items-inner-container {
    width: auto !important;
}

.smart-drop-down.smart-drop-down-container {
    max-width: 100%;
    max-height: 100vh;
}

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.active {
        color: var(--smart-primary);
    }

    .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);
}

.top-header {
    display: flex;
    padding-bottom: 8px;
    justify-content: space-between;
}

    .top-header .header-title,
    .top-header .header-action,
    .top-header .header-button {
        display: flex;
    }

        .top-header .header-title .icon {
            width: 32px;
            height: 32px;
            font-size: 28px;
            color: gainsboro;
        }

        .top-header .header-title .title {
            font-weight: 700;
            font-size: 18px;
            top: -7px;
            left: 20px;
            color: #111;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.main-information {
    background-color: aliceblue;
}

    .main-information .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .main-information label,
    .tab-header-extend label {
        display: flex;
        align-items: center;
        height: 26px;
        font-weight: 600;
    }

    .main-information .smart-form-row,
    .tab-header-extend .smart-form-row {
        display: grid;
        padding: 2px;
        grid-template-columns: 125px auto;
    }

    .main-information .smart-form-button-row {
        display: grid;
        padding: 2px;
        grid-template-columns: 34px auto;
    }

    .main-information .smart-form-row-mini,
    .tab-header-extend .smart-form-row-mini {
        display: grid;
        padding: 2px;
        grid-template-columns: 100px auto;
    }


.content-information {
    /*background-color: aliceblue;*/
}

    .content-information .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .content-information label,
    .tab-header-extend label {
        display: flex;
        align-items: center;
        height: 26px;
        font-weight: 600;
    }

    .content-information .smart-form-row,
    .tab-header-extend .smart-form-row {
        display: grid;
        padding: 2px;
        grid-template-columns: 125px auto;
    }

    .content-information .smart-form-button-row {
        display: grid;
        padding: 2px;
        grid-template-columns: 34px auto;
    }

    .content-information .smart-form-row-mini,
    .tab-header-extend .smart-form-row-mini {
        display: grid;
        padding: 2px;
        grid-template-columns: 100px auto;
    }


.smart-form-row.no-label {
    grid-template-columns: auto; /* không chia cột, input full width */
}


.tab-detail {
    width: 100%;
}

.tab-header {
    /*height: 36px;*/
    margin-bottom: 5px;
    margin-top: 5px;
}

.tab-content {
    width: 100%;
    height: calc(100vh - 510px);
}

.attach {
}

.summary {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    bottom: 0;
    height: 132px;
    width: 100%;
    margin-top: 12px;
    padding: 8px 0px;
    background: #b9dbff42;
}

    .summary label {
        display: flex;
        align-items: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 500;
    }

    .summary .smart-form-row {
        display: grid;
        grid-template-columns: 110px auto auto;
    }

.summary-value, .summary-foreign-currency-value {
    display: flex;
    flex-direction: row-reverse;
    font-weight: 500;
}

.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*/
}

.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: #f0f0f0;
        color:black;
    }

    .dropdown-item input[type="radio"] {
        margin-right: 8px;
        accent-color: #00bcd4;
    }

    .dropdown-item.selected {
        color: #00bcd4;
        font-weight: 500;
    }

.bb-fs-on, .bb-fs-open .bb-fs-off {
    display: none
}

.label-custom {
    align-content: center;
}

.smart_content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.header_content{

}
.main_content {
    flex: 1;
}