﻿html {
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体',sans-serif;
    scroll-behavior: smooth;
}


* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

    *::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 1.3vw;
        -webkit-box-shadow: inset 0 0 0.8vw rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 0.8vw rgba(0, 0, 0, 0.3);
    }

:root {
    --bb-header-color: #000000;
    --bb-header-bg: #ffffff;
    --bb-slide-list-height: 200px;
    --bb-layout-header-border-color: #ffffff;
    --bb-table-columnlist-max-height: 64vh;
}

.table-toolbar .dropdown-menu {
    max-height: 64vh;
}

.menu {
    /*    --bb-menu-bar-bg: var(--bb-header-bg);*/
    --bb-menu-item-hover-bg: var(--bb-header-bg);
    --bb-menu-item-hover-color: #fff;
    --bb-menu-nav-border-bottom: unset;
}

.layout-header-bar {
    background-color: gainsboro;
}

.layout .layout-header .layout-header-bar {
    background-color: gainsboro;
}

.layout {
    --bb-layout-header-background: var(--bb-header-bg);
    --bb-layout-sidebar-banner-background: var(--bb-header-bg);
    --bb-layout-header-color: var(--bb-header-color);
    --bb-layout-title-color: var(--bb-header-color);
}

.table-selection-info {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.layout-header {
    border-bottom: 1px solid var(--bs-border-color) !important;
}

    .layout-header .widget {
        margin-right: 2rem;
    }

.layout-banner {
    border-bottom: 1px solid var(--bs-border-color);
}

    .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);
}

/*.dropdown-menu {
    max-height: 600px;
}
*/
.logout-avatar {
    border-radius: 50%;
}

.dropdown-user img {
    border-radius: 50%;
}

.layout-drawer {
    padding: 6px;
    cursor: pointer;
}

.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: #c0c4cc;
}

.table-demo {
    height: calc(100% - 56px);
}

.table-users-demo {
    height: calc(100vh - 162px);
}

.table-users {
    height: calc(100% - 93px);
}

.cell-label {
    line-height: 35px;
}

@supports not selector(::-webkit-scrollbar) {
    .scroll {
        scrollbar-color: rgba(0,0,0,0.3) rgba(0,0,0,0);
        scrollbar-width: thin;
    }
}


.totalbar {
    position: fixed;
    z-index: 10;
    bottom: 2.5rem;
    right: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: lightslategrey;
    opacity: 0.7;
}
 

.desk-title {
    font-size: 1.15rem;
    font-weight: 400;
}

.desk-title-photo {
    margin-top: 0.25rem;
    font-size: 1.15rem;
    position: absolute;
    width: 100%;
    line-height: 18px;
}

.desk-text-photo {
    font-size: 1rem;
    position: absolute;
    width: 100%;
    bottom: 8px;
}

.map-div {
    background: unset;
}

    .map-div .card-title {
        font-size: 1rem;
    }

    .map-div .card-text {
        font-size: 0.8rem;
    }
 

.listView-btn-fun-pad {
    --bb-lv-body-padding: 0.25rem 0 0 0.25rem;
    --bb-lv-body-item-margin: 0 0.3rem 0.3rem 0;
    /*min-width: 218px;*/
}

/*.listView-btn-fun-pad .listview-body {
    padding: 0.2rem !important;
}

    .listView-btn-fun-pad .listview-body .listview-item {
        margin: 0.3rem !important;
    }*/

.m--15 {
    margin: .15rem !important
}

.card-btn-fun-pad {
    width: 66px;
    height: 65px;
    font-weight: 200;
    overflow: hidden;
}

    .card-btn-fun-pad .card-body {
        padding: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.card-btn-fun-pad-categories {
    font-weight: 400;
    overflow: hidden;
}

    .card-btn-fun-pad-categories .card-body {
        padding: 2px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
    }

.card-btn-fun-pad-app {
    height: 35px;
}

.pad-flex {
    display: flex;
    justify-content: center;
}

.pay-pad-less {
    max-width: 563px;
}

.pay-pad-body {
    width: 120px;
}

.pay-pad {
    text-align: center;
    min-width: 203px;
    margin-top: .9rem !important;
}

.pay-pad-203 {
    min-width: 203px;
}

.pay-pad-194 {
    min-width: 194px;
}

.pay-pad-extbtn {
    width: 78px;
    height: 63px;
}

.pay-pad-extbtn2 {
    width: 150px;
    height: 43px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fun-title {
    font-size: 1rem;
} 

.card-body-order-title {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.content code.highlight,
.alert-content code,
.content p code, .content li code {
    background-color: #fff5f8 !important;
}

.layout.is-page .layout-side {
    color: #3f4254;
    background-color: #fff;
    box-shadow: 0 0 28px 0 rgb(82 63 105 / 5%);
}

.layout.is-page .layout-user .layout-title {
    color: #3f4254;
}

.layout.is-page .layout-footer {
    background-color: #f8f9fa;
}

.layout-gotop {
    background: #e9ecef;
    color: #3f4254;
}

    .layout-gotop:hover {
        background-color: #dee2e6;
    }

.tabs-body {
    background-color: #fff;
}

.page-layout-demo-footer-link {
    color: #3f4254;
}

.menu .nav .dropdown-menu .nav-link:not(.disabled):hover, .menu .nav .dropdown-menu .nav-link.active, .menu .submenu .nav-link.active, .menu .submenu .nav-link:not(.disabled):hover, .cascade .dropdown-item:not(.disabled):hover, .cascade .dropdown-item.active, .cascade .nav .nav-link:not(.disabled):hover, .cascade .nav .nav-link.active {
    --bb-bg-violet: #7a5cff;
    background-color: var(--bb-bg-violet);
    color: var(--bs-white);
}

.menu .nav .nav-link.active {
    color: var(--bs-nav-link-color);
}

.bb-dock .lm_header .lm_tab .lm_title {
    text-align: center;
}

.w300 {
    min-width: 300px;
}

.over-x-bar-thin {
    width: 100%;
    scrollbar-width: thin;
    overflow-x: auto;
}

.card-body-image {
    width: 97%;
    aspect-ratio: 5/4;
    border-radius: var(--bs-border-radius);
    margin-bottom: 0.5rem;
}

.desk-image {
    width: 100%;
    margin-bottom: unset;
    height: 112.4%;
    overflow: hidden;
    margin-top: -13px;
}

.card-body-app {
    width: 120px;
    height:100%;
}

    .card-body-app .card-body {
        padding: 0.5rem;
    }

    .card-body-app .card-footer {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

.accordion-item {
    width: 100%;
}

.card-body-btn-app {
    aspect-ratio: 1;
}
    .card-body-btn-app .card-body {
        padding: 13px 0 0 0;
    }

.listView-order {
    height: 80vh;
}

    .listView-order .listview-body .listview-item {
        min-width: 104px;
    }

.listView-menu .listview-body .listview-item {
    min-width: 103px;
}
.listView-btn-fun-pad .scroll {
    --bb-scroll-default-width: 2px;
    --bb-scroll-default-hover-width: 2px;
}
.listView-auto .scroll {
    --bb-scroll-default-width: 2px;
    --bb-scroll-default-hover-width: 2px;
}

@media only screen and (max-width: 948px) {
    .tabs .tabs-body {
        padding: 0px;
    }

    .desk-title {
        font-size: 1.1rem;
        font-weight: 300;
    }
}

@media only screen and (max-width: 600px) {
    .modal {
        --bs-modal-padding: 0.2rem;
    }

    .layout.is-page .layout-main {
        padding: 0.5rem;
    }

    .desk-title-photo {
        margin-top: 0.15rem;
        font-size: 1.0rem;
        font-weight: 150;
    }
}

@media only screen and (max-width: 1200px) {
    .listView-auto .listview-body .listview-item {
        width: unset;
        height: unset;
    }
}

@media only screen and (max-width: 1000px) {

    .listView-auto .listview-body .listview-item {
        width: calc(18vw  - 1rem);
        height: calc(18vw  - 1rem);
    }

    .card-body-image {
        max-height: 20vw;
    }

    .listview .listview-body .listview-item {
        margin: 0.3rem;
    }

    .card-body-app {
        width: 100%;
    }

    .listview .listview-body .accordion-body {
        padding: unset;
    } 

    .desk-main-div-keypad .listView-desk .listview-body .listview-item {
        width: calc((100vw - 203px)/5  - 1rem);
        height: calc((100vw - 203px)/5  - 1rem);
    }
}

@media only screen and (max-width: 700px) {

    .listView-auto .listview-body .listview-item {
        width: calc(15vw  - 1rem);
        height: calc(15vw  - 1rem);
    }
     
    .card-body-image {
        max-height: 25vw;
    }

    .listview .listview-body .listview-item {
        margin: 0.3rem;
    }

    .listview .listview-body .accordion-body {
        padding: 0.3rem;
    }

    .listView-desk {
        --bb-lv-body-padding: 0.25rem 0 0 0.25rem;
        --bb-lv-body-item-margin: 0 0.3rem 0.3rem 0;
    }
}

@media only screen and (max-width: 576px) {

    .modal-top-zero {
        margin-top: 0px !important;
    }
}

/*iphone 14 pro 430*/
@media only screen and (max-width: 431px) {

    .listView-auto .listview-body .listview-item {
        width: calc(30vw - 1rem);
        height: calc(30vw - 1rem);
    }

    .listView-auto .card-body-image {
        max-height: 30vw;
    }

    .listview .listview-body .listview-item {
        margin: 0.3rem;
    }

    .listView-desk .listview-body .listview-item {
        width: calc(22vw - 0.12rem);
        height: calc(22vw - 0.12rem);
    }


    .listView-desk .card-body-image {
        max-height: 22vw;
    }

    .listview .listview-body {
        padding: 0rem;
    }

    .menu .nav-link {
        line-height: 35px;
    }
}

/*iphone se 375 iphone 12 pro 390*/
@media only screen and (max-width: 391px) {

    .listView-auto .listview-body .listview-item {
        width: calc(25vw - 1rem);
        width: calc(25vw - 1rem);
    }

    .listview .listview-body .accordion-body {
        padding: 0rem;
    }

    .listview .listview-body .listview-item {
        margin: 0.2rem;
    } 

    .desk-title {
        font-size: 1.0rem;
        font-weight: 150;
    }

    .desk-title-photo {
        margin-top: 0.1rem;
        font-size: 1.0rem;
        font-weight: 150;
    }

    .layout.is-page .layout-main {
        padding: 0.5rem;
    }
}

@media only screen and (max-width: 360px) {

    .listview .listview-body .listview-item {
        margin: 0.05rem;
        padding: 0rem;
    }
}


.height-free .listview-body .listview-item {
    height: unset;
}
.height-free .card-body-app {
    height: unset;
}
.connection-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
}

.connection-body {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--bs-body-bg);
    padding: 1rem;
    color: var(--bs-body-color);
}

[data-bs-theme='dark'] .connection-body {
    background-color: #222939;
}

.connection-body-tail {
    border-right: 1px solid var(--bs-border-color);
    width: 1px;
    margin-left: 1rem;
}

.connection-link {
    color: #1371C3;
    text-decoration: underline;
    font-weight: bolder;
    margin-left: 0.5rem;
}

.connection-box {
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid var(--bs-border-color);
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

    .connection-box .connection-mask,
    .connection-box .connection-body {
        position: absolute;
    }

.connection-body img {
    height: 110px;
    margin-left: 1rem;
}

.input-value {
    width: 80px;
}

.btn-number {
    width: 50px;
    height: 50px;
}

.btn-number-large {
    width: 105px;
    height: 50px;
}

.btn-number-midle {
    width: 100px;
    height: 50px;
    padding-top: .8rem;
}

.groupbox-app {
    padding: 1.2rem 0 .8rem 0;
    border-top: 1px solid var(--bs-border-color);
    border: unset;
    border-radius: unset;
}

.bb-sub-price {
    margin-top: .25rem;
    font-size: 110%;
    color: var(--bs-primary);
}

.bb-sub {
    margin-top: .25rem;
    font-size: 86%;
    color: #c0c4cc;
}

.bb-avatar {
    width: 46px;
    height: 46px;
    border-radius: var(--bs-border-radius);
}

.menu-sub {
    margin-top: .25rem;
    font-size: 77%;
    color: #c0c4cc;
    max-height: 2.35rem;
    overflow: hidden;
    text-align: left;
}

.multi-select {
    --bb-multi-select-max-height: 130px;
}

.card-top-text {
    line-height: 1.1;
    width: 100%;
}

.card-sub-text {
    margin-top: .25rem;
    font-size: 77%;
    color: #2f5ebb;
    max-height: 2.35rem;
    overflow: hidden;
}

.app-flex {
    display: flex;
    flex-direction: column;
}

body {
    min-height: 100vh;
}

@supports (-webkit-touch-callout: none) {
    body {
        min-height: -webkit-fill-available;
    }
}

.app-title-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.app-top-bar {
    width: 100%;
}

.app-mid-bar {
}

.app-pay-bar {
    position: fixed;
    bottom: 8px;
    background: white;
    width: 95%;
    height: 43px;
    margin: 9px;
}


.app-fixed-btn {
    position: fixed;
    margin: 1px;
    border-radius: 30px;
    z-index: 500;
}

.app-language-bar {
    /*background: #ffffffc4;*/
    right: 0;
}

.app-language-bar-light {
    position: absolute;
    right: 0;
    top: 13px;
}

.app-language-bar-full {
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 88px;
}
    .app-language-bar-full button {
        margin: 13px;
        width: 100px;
    }

.app-keyboard-bar {
    right: 6px;
    border-radius: 15px;
}

.app-topleft-element {
    left: 0;
}

.total-price {
    font-size: 130%;
    font-weight: 600;
    color: var(--bs-primary);
}

.app-pay-dialog {
    top: 40%;
}

.slide-button .slide-list .slide-item {
    font-size: 110%;
    height: 30px;
}

.search-box-pop {
    position: absolute;
    top: 51px;
    z-index: 300;
    left: 7px;
}

/*.kioskboard-body-padding {
    padding-top: unset !important;
}*/

.checkbox-list .is-vertical {
    --bb-checkbox-item-width: 100%;
}

.checkbox-list {
    --bb-checkbox-item-width: 100%;
}

    .checkbox-list .checkbox-item {
        padding: 0.15rem 0.25rem;
        margin-bottom: 0.25rem;
    }

        .checkbox-list .checkbox-item .form-check {
            margin: 5px;
            width: 100%;
        }

.radio-list .form-check {
    --bb-radio-item-width: 100%;
    display: inline-flex;
    align-items: center;
}

.form-check .form-check-input {
    width: var(--bb-checkbox-height);
    height: var(--bb-checkbox-height);
}

    .form-check .form-check-input + .form-check-label {
        white-space: unset;
        vertical-align: top;
        width: calc(95% - var(--bb-checkbox-height));
        white-space: pre-line;
    }

.app-pre {
    word-break: keep-all;
    white-space: pre-line;
}

.tabs .of .tabs-nav-scroll {
    scrollbar-width: none;
    overflow-x: auto;
}

.long-text {
    height: 80px;
}

.transfer {
    --bb-transfer-panel-item-width: 96%;
    --bb-transfer-panel-item-padding: 0.25rem 0.75rem;
    --bb-transfer-panel-header-height: 40px;
    --bb-transfer-panel-header-padding: 0 0.75rem;
    --bb-transfer-panel-body-padding: 0;
    --bb-transfer-panel-list-max-height: 500px;
    --bb-transfer-panel-list-min-height: auto;
    --bb-transfer-panel-item-margin: 0 0.5rem 0.25rem 0;
    --bb-transfer-buttons-padding: 0 30px;
    --bb-transfer-filter-focus-border-color: #409eff;
    --bb-transfer-filter-margin: 0.5rem;
}

.transfer-panel-item {
    flex-direction: unset;
    font-size: larger;
    border: 1px solid var(--bs-border-color);
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 3rem + calc(var(--bs-border-width)* 2));
}

.desk-main-div {
    width: 100%;
    min-height: 87vh;
}

.desk-main-div-keypad {
    width: calc(100vw - 203px);
    min-height: 87vh;
    /*height: 90vh;*/
}

.listView-desk-map {
    width: 220px;
    height: 79%;
    margin-left: calc(100vw - 253px);
    border: unset;
    position: fixed;
    z-index: 2;
    background: #ffffffc4;
}

    .listView-desk-map .listview-item {
        margin: unset !important;
    }

.listView-desk-map-keypad {
    margin-left: calc(100vw - 253px - 203px - 5px);
}

#KioskBoard-VirtualKeyboard {
    padding: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    max-height: 320px !important;
    overflow: scroll !important;
    max-width: unset !important;
}

    #KioskBoard-VirtualKeyboard .kioskboard-row-top {
        padding: 0 !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    #KioskBoard-VirtualKeyboard .kioskboard-row-bottom {
        padding: 0 !important;
        border-bottom: 0 !important;
        margin: 0 !important;
    }

    #KioskBoard-VirtualKeyboard .kioskboard-row span[class^=kioskboard-key] {
        margin: 4px !important;
        padding: 12px 0 12px 0 !important;
        align-items: center !important;
        max-width: 7.7% !important;
    }

    #KioskBoard-VirtualKeyboard .kioskboard-row-bottom span[class^=kioskboard-key] {
        max-width: unset !important;
    }

    #KioskBoard-VirtualKeyboard .kioskboard-row-numpad span[class^=kioskboard-key] {
        max-width: 100% !important;
        height: 45px !important;
        min-height: 45px !important;
        width: calc(33.3333% - 16px) !important;
    }

.paypad-value {
    font-size: medium;
    height: 45px;
}

.paypad-value-b {
    width: 96%;
    font-weight: 700;
}

.strok-outside {
    text-shadow: 0 1px #383737, 1px 0 #383737, -1px 0 #383737, 0 -1px #383737;
}

.menuMain .nav {
    flex-wrap: nowrap;
}

.select-disable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.row-disable {
    color: white;
    background: gray;
    padding: 2px;
    font-size: x-small;
}

.modal-drop-top {
    margin-top: 100px !important;
}

.modal-top {
    min-height: calc(50% - var(--bs-modal-margin)* 2);
}

.modal-app-touch .modal-footer {
    padding: .5rem 1rem 1.5rem;
}

    .modal-app-touch .modal-footer .btn {
        --bs-btn-padding-x: 1.1rem;
        --bs-btn-font-size: 1.05rem;
    }

.desk-map-div {
    overflow: scroll;
    margin-top: -46px;
    height: 101%;
    position: fixed;
    width: 103%;
    margin-left: -13px;
}

    .desk-map-div .mapitem {
        padding: 13px 0 0 0;
    }

.running-light {
    z-index: 1;
    left: 15px;
    position: fixed;
    bottom: 14px;
    width: 10px;
    height: 10px;
}

.float-down-right-btn {
    z-index: 500;
    bottom: 14px;
    right: 15px;
    border-radius: 30px;
    position: fixed;
}

.float-down-right63-btn {
    z-index: 500;
    bottom: 14px;
    right: 63px;
    border-radius: 30px;
    position: fixed;
}

.product-no-image-text {
    height: 42px;
    margin-bottom: 0;
    line-height: 1;
    font-size: 15px;
}

.product-image-text {
    line-height: 1;
    font-size: 12px;
    color: white;
}

.foot-bg1 .card-text {
    color: white;
}

.foot-bg1 .card-footer {
    background: #0000002e;
}

.scroll-h100 {
    overflow: scroll;
    height: 100%;
}

.listView-width-unset .listview-body .listview-item {
    width: unset;
}

.listview .listview-body .listview-item {
    cursor: pointer;
}

    .listview .listview-body .listview-item:hover .card {
        border: 1.5px solid var(--bb-lv-item-border-hover-color);
    }

.product-add-flex {
    display: flex;
    margin: 0 2px 2px 2px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.product-add-flex-order {
    flex-wrap: unset;
    margin-right: 0;
}

    .product-add-flex-order .product-add-flex {
        flex-wrap: unset;
    }

.product-add-flex span {
    padding: 0 5px 0 5px;
}

.product-add-flex .price {
    margin-left: auto;
}

.product-image-xxs img {
    width: 20px;
    height: 20px;
    border-radius: var(--bs-border-radius);
}

.product-image-xxs span {
    padding: 0 3px 0 3px;
}

.product-image-sm {
    height: 40px;
}

    .product-image-sm img {
        width: 40px;
        height: 40px;
        border-radius: var(--bs-border-radius);
    }

    .product-image-sm span {
        padding-left: 10px;
    }

.ame-activate-border {
    user-select: none;
    border-color: #16b0df;
    border-radius: 10px;
    border-width: 2px;
}

.multiple-compact .multi-select-items .product-add-flex {
    padding-left: 1px;
    border: solid 1px var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-border-color);
}

    .multiple-compact .multi-select-items .product-add-flex span {
        border: unset !important;
        border-radius: unset !important;
        background-color: unset !important;
    }

.multiple-quantity .product-add-flex-order {
    flex-wrap: wrap;
}

.remark-dialog .card-footer {
    position: sticky;
    bottom: -17px;
    z-index: 3;
    background-color: var(--bs-gray-200);
}

.remark-dialog .form-control {
    border: unset;
}

.remark-dialog .input-number-fix {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.remark-dialog h6 {
    padding-top: 1.6rem;
}
