body,
html,
.table td,
.table th,
.table tr {
    font-size: 13px;
}

.table tr.child-row td,
.table tr.child-row th {
    font-size: 11px !important;
}

hidden {
    display: none !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.no-wrap {
    white-space: nowrap;
}

td.no-wrap {
    width: 0px;
}

.text-underline {
    text-decoration: underline;
}

#kt_toolbar {
    display: none;
}

.header {
    box-shadow: none;
}

.toolbar {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0.5rem;
    width: auto;
}

.fw-boldest.bi::before {
    font-weight: 700 !important;
}

.vw-loading {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.vw-loading:after {
    content: " ";
    width: 30px;
    height: 30px;
    border: 2px solid #009ef7;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    margin-top: -15px;
}

#machine_active_indicator {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: #18d500;
    border-radius: 10px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

#drawer_machine_info_operations h1,
#drawer_machine_info_status h1 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#drawer_machine_info_operations button {
    width: 120px;
    position: relative;
}

#drawer_machine_info_operations button .spinner-border {
    float: right;
    border-width: 2px;
    position: absolute;
    right: 10px;
    top: 11px;
}

#drawer_machine_info_operations .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

#modal_screenshotimage img {
    max-width: 100%;
}

#drawer_machine_info_status .row > div {
    border-bottom: 1px solid #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

#drawer_machine_info_status .row {
    color: #000;
}

#drawer_machine_info_status .row .key {
    color: #000;
    font-weight: 500;
}

#login_environment_information {
    width: 100%;
    display: flex;
    background: #f7b600;
    color: #fff5d7;
}

#login_environment_information div {
    margin: 0px 20px;
}

#login_environment_information span.key {
    font-weight: bold;
    color: #664b00;
}

.field-validation-error,
.error {
    color: #f1416c;
    margin: 5px 0px;
    display: block;
}

#toast-container > div {
    opacity: 1 !important;
}

.page-tabs {
    border: 0;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.page-tabs .nav-item .nav-link {
    border: 0;
    color: #000;
    padding: 20px 40px !important;
}

.page-tabs .nav-item .nav-link.active {
    border-bottom: 2px solid #009ef7;
    color: #009ef7;
}

.page-tabs .nav-item .nav-link:hover {
    color: #009ef7;
}

table.table[data-vw-datatable] > thead > tr > th {
    color: #1e1e2d;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fbfbfb;
    border-bottom-color: #dee2e6 !important;
    text-decoration: none;
}

table.table[data-vw-datatable] > thead > tr > th.dt-type-numeric,
table.table[data-vw-datatable] > tbody > tr > td.dt-type-numeric {
    text-align: left;
}

table.table[data-vw-datatable] > thead > tr.search-row {
    border-bottom: 0;
}

table.table[data-vw-datatable] > tbody > tr:hover {
    box-shadow: 0px 0px 20px 0px #d4ecf9;
}

table.no-hover tbody tr:hover,
table.no-hover thead tr:hover {
    box-shadow: 0px 0px 0px 0px #ffffff;
}

table.table[data-vw-datatable] > tbody td {
    vertical-align: middle;
}

table.table[data-vw-datatable] > thead > tr.search-row > th {
    background: transparent;
    vertical-align: middle;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

table.table[data-vw-datatable] > thead > tr.search-row > th:first-child {
    padding-left: 10px !important;
}

table.table[data-vw-datatable] > thead > tr.search-row > th .form-control-sm {
    padding: 0px 10px;
}

table.table[data-vw-datatable] > thead > tr.search-row > th .form-select {
    background-position: right 5px center;
    padding-right: 18px;
}

table.table[data-vw-datatable] > thead .sorting_desc:after,
table.table[data-vw-datatable] > thead .sorting_asc:after {
    filter: brightness(0) invert(0);
}

[data-vw-datatable] pre {
    margin: 0;
}

table.table[data-vw-datatable] > tbody > tr.group {
    color: #009ef7;
    border: 1px solid #cae5f5;
    background: rgb(235, 247, 254);
    cursor: pointer;
}

table.table[data-vw-datatable] > tbody > tr.group i {
    margin-right: 8px;
    color: #009ef7;
}

table.table[data-vw-datatable] > tbody > tr.group-child td:first-child {
    padding-left: 40px;
}

table.table[data-vw-datatable] > tbody > tr.group:hover {
    box-shadow: 0px 0px 20px 0px #d7d7d7;
}

table.table[data-vw-datatable] > tbody > tr.group > td {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
}

table.table[data-vw-datatable] > tbody > tr.productactive-false,
table.table[data-vw-datatable] > tbody > tr.unknown-bc {
    background: #fff7f7;
}

table.table[data-vw-datatable] > tbody > tr.productactive-false > td:first-child, 
table.table[data-vw-datatable] > tbody > tr.unknown-bc > td:first-child {
    border-left: 1px solid #f00;
}

.card .card-header {
    min-height: 80px;
}

.card-body-table .table td:first-child, .card-body-table .table th:first-child, .table tr:first-child {
    padding-left: 15px;
}

.card-body-table .table td:last-child,
.card-body-table .table th:last-child,
.table tr:last-child {
    padding-right: 15px;
}

.dataTables_empty {
    line-height: 100px;
}

.vw-rendered.image {
    width: 40px;
    height: 40px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 0px 7px #ebebeb;
    border: 0px solid #fff;
    margin: 2px;
    background-color: #fff;
}

.vw-rendered.bool:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

[data-vw-rendered-bool="true"]:after {
    content: "\f26b";
    color: #50cd89;
}

[data-vw-rendered-bool="false"]:after {
    content: "\f2e6";
    color: #f1416c;
}

.vw-conditional-classes.sensor-ok,
.vw-conditional-classes.sensor-warning,
.vw-conditional-classes.sensor-error {
    width: 100%;
    height: 42px;
    display: block;
    border-radius: 0px;
    border: 2px solid #fff;
    line-height: 30px;
    background: #efefef;
    text-align: center;
    line-height: 42px;
}

.vw-conditional-classes.sensor-ok {
    background: #c9f0df;
    color: #26c281;
}

.vw-conditional-classes.sensor-warning {
    background: #e87e04;
    color: #fff;
}

.vw-conditional-classes.sensor-error {
    background: #e43a45;
    color: #fff;
}

.vw-conditional-classes.lastOnline {
    width: 174px;
    height: 42px;
    font-size: 11px;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #fff;
    background: #efefef;
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    overflow: hidden;
    line-height: 31px;
}

.vw-conditional-classes.ping {
    width: 50px;
    line-height: 9999px;
    position: relative;
    height: 30px;
    font-size: 11px;
    color: #fff;
    border-radius: 0px;
    border: 2px solid #fff;
    background: #efefef;
    display: block;
    text-align: center;
    white-space: nowrap;
    padding: 5px;
    overflow: hidden;
    border-radius: 5px;
}

.vw-conditional-classes.ping.error,
.vw-conditional-classes.lastOnline-error {
    background-color: #e43a45;
}

.vw-conditional-classes.ping-warning,
.vw-conditional-classes.lastOnline-warning {
    background-color: #e87e04;
}

.vw-conditional-classes.ping.success,
.vw-conditional-classes.lastOnline-success {
    background: #c9f0df;
    color: #26c281;
    line-height: 9999px;
    position: relative;
}

.vw-conditional-classes.ping.success:before,
.vw-conditional-classes.ping.warning:before,
.vw-conditional-classes.ping.error:before,
.vw-conditional-classes.lastOnline-success:before {
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

.vw-conditional-classes.ping.warning:before,
.vw-conditional-classes.ping.error:before {
    content: "\f33a";
}

.vw-conditional-classes.lastOnline .datetime .date {
    width: 80px;
    margin-left: 5px;
}

.vw-conditional-classes.lastOnline .datetime .time {
    width: 70px;
    margin-left: 6px;
}

.card-body-table {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0px !important;
    padding-top: 0 !important;
    overflow: hidden;
}

.card-body-table .dataTables_length,
.card-body-table .dt-toolbar > div:first-child {
    margin-left: 20px !important;
}

.card-body-table .dataTables_paginate {
    margin-right: 20px !important;
}

.card-body-table .dataTables_info, .card-body-table .dt-info {
    font-weight: 500;
    color: #5e6278;
    padding: 0.5rem 0;
    margin-left: 20px !important;
    padding: 0.5rem 0;
    line-height: 70px;
}

.card-body-table table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

div.dataTables_wrapper div.dataTables_paginate,
div.dataTables_wrapper div.dataTables_length select,
div.dt-container div.dt-toolbar > div:first-child select {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.dt-container div.dt-toolbar > div:first-child label {
    display: none;
}

.swal2-loader {
    border: 0.185em solid #009ef7;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.65s linear infinite spinner-border;
}

.display-block {
    display: block !important;
}

.modal-tabs .nav-tabs {
    margin-bottom: 20px;
    background: #f9f9f9;
}

.modal-tabs .nav-tabs .nav-item .nav-link {
    padding: 20px !important;
    margin: 0 !important;
}

.modal-tabs .nav-tabs .nav-link.active {
    border-bottom: 2px solid #009ef7 !important;
    color: #009ef7 !important;
}

.modal-tabs .tab-content .nav-line-tabs {
    margin-top: 20px;
}

.tab-content > .tab-pane {
    display: none !important;
}

.tab-content > .active {
    display: block !important;
}

.tab-content > .active.d-flex {
    display: flex !important;
}

.modal-tabs .nav-line-tabs {
    background: #f9f9f9;
    border: 1px solid #eff2f5;
    box-shadow: inset 0px 0px 5px #e7e7e7;
}

/* Background image gets inserted in Javascript */
.page-account-login,
.page-account-resetpassword,
.page-account-changepassword,
.page-account-forgotpassword {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(23, 18, 21, 0.47);
    background-attachment: fixed;
}

.page-account-login::after,
.page-account-resetpassword::after,
.page-account-changepassword::after,
.page-account-forgotpassword::after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    content: " ";
    opacity: 0.7;
}

.page-account-login > .flex-root,
.page-account-resetpassword > .flex-root,
.page-account-changepassword > .flex-root,
.page-account-forgotpassword > .flex-root {
    z-index: 10;
}

.page-account-login > #login_environment_information {
    z-index: 10;
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus,
.dropdown.show > .form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    box-shadow: 0px 0px 12px -6px #009ef7 !important;
    background-color: #fff !important;
    border: 1px solid #009ef74d !important;
}

.input-group-text {
    border: 0;
    height: 100%;
}

/*All forms except multiple select*/
.form-group .form-control.form-control-solid.form-control-sm,
.form-group
.form-select.form-select-solid.form-select-sm:not(
    .select2-selection--multiple
  ) {
    height: 40px;
}

.form-select.form-select-solid {
    min-height: 34px;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    align-self: center;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #009ef7;
}

.disabled,
:disabled {
    cursor: not-allowed;
}

.form-control:disabled,
.form-control[readonly],
.form-select:disabled,
.form-select[readonly],
.form-select[aria-disabled="true"] {
    background-color: #ffffff !important;
    opacity: 1;
    border-color: #d9d9d9 !important;
}

.form-select[aria-disabled="true"] .select2-selection__clear {
    display: none;
}

.form-horizontal .form-group {
    margin-bottom: 0rem !important;
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 20px;
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
}

.form-horizontal .form-group:last-of-type {
    border-bottom: 0 !important;
}

.form-switch.form-check-solid .form-check-input {
    width: 50px;
    height: 25px;
}

.ql-editor.ql-blank,
.ql-editor {
    background: #f5f8fa;
    height: 150px;
    color: #5e6278;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, Helvetica, "sans-serif" !important;
}

.product-translation-tabs img {
    box-shadow: 0px 3px 10px -3px #a1a1a1;
    border: 1px solid #c1c1c1;
}

.product-translation-tabs .language-not-on-machine {
    border-bottom: 2px solid #f1416c !important;
    opacity: 0.5;
}

.modal-full-height .modal-dialog {
    width: 100% !important;
    height: 96% !important;
}

.modal-full-height .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.vw-rendered.datetime .date:before,
.vw-rendered.datetime .time:before {
    content: "\f1f3";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}

.vw-rendered.datetime .time:before {
    content: "\f293";
}

.vw-rendered.datetime .date,
.vw-rendered.datetime .time {
    display: inline-block;
    width: 90px;
    text-align: left;
}

.vw-rendered.datetime .date {
    width: 95px;
}

.vw-rendered.datetime.date-and-time .time {
    margin-left: 10px;
}

.vw-rendered.datetime.date-and-time {
    font-family: monospace;
    font-size: 12px;
}

.payment-method {
    width: 60px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: -100000000px;
    background-size: contain;
}

.payment-visa {
    background-image: url("../images/icons/icon_payment_cash.png");
}
.payment-maestro {
    background-image: url("../images/icons/icon_payment_maestro.png");
}
.payment-american-express {
    background-image: url("../images/icons/icon_payment_american-express.png");
}
.payment-cash {
    background-image: url("../images/icons/icon_payment_cash.png");
}
.payment-cashless {
    background-image: url("../images/icons/icon_payment_cashless.png");
}
.payment-mastercard {
    background-image: url("../images/icons/icon_payment_mastercard.png");
}
.payment-vpay {
    background-image: url("../images/icons/icon_payment_vpay.png");
}

.filter-bar::after {
    content: " ";
    width: 100%;
    height: 1px;
    clear: both;
    display: block;
}

.filter-item {
    float: left;
    background: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px;
    margin-right: 1%;
    width: 15.83%;
    border-radius: 5px;
    height: 90px;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 5%);
}

.filter-item-wide {
    width: 500px;
}

.filter-bar > div.filter-item:last-child {
    margin-right: 0%;
}

.filter-item:hover {
    opacity: 1;
}

.filter-item label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #999;
    margin-bottom: 11px;
}

.form-check.form-check-custom {
    height: 35px;
}

.vertical-align-top {
    vertical-align: top !important;
}

i,
.btn.btn-light i {
    color: #6a6a6a;
}
.btn.btn-primary i {
    color: #fff;
}

.svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #636363;
}

.menu-gray-600 .menu-item .menu-link {
    text-align: left;
}

.menu-item[disabled] {
    cursor: not-allowed;
}

.menu-item[disabled] * {
    color: #3c3c54 !important;
    cursor: not-allowed;
}

.info-table > tbody > tr > td:first-child {
    color: #afafaf;
}

.datatable-checkbox {
    vertical-align: middle;
}

.datatable-checkbox:before {
    content: " ";
    cursor: pointer;
    display: block;
    background-size: 60% 60%;
    border: 0;
    background-color: #eff2f5;
    border-radius: 0.45em;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    appearance: none;
    color-adjust: exact;
    transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
    background-color: #eff2f5;
    border: 1px solid #c2c2c2;
}

tr.selected .datatable-checkbox:before {
    background-color: #009ef7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

table.table.dataTable> tbody td.selected,
table.table.dataTable> tbody th.selected,
table.table.dataTable> tbody > tr.selected {
    color: inherit;
}

table.table.dataTable> tbody > tr.selected a {
    color: #009ef7;
    text-decoration: none;
}

table.table.dataTable > tbody > tr.selected,
table.table.dataTable > tbody > tr.selected > td,
table.table.dataTable > tbody > tr > .selected {
    background-color: #fff9ee;
    box-shadow: none;
    color: inherit;
}

.table > :not(caption) > * > * {
    padding: 7px;
}

.label-wrapper .vw-rendered.wrap
{
    padding: 3px;
    font-size: 11px;
    color: #fff;
    border-radius: 5px;
    background: #666;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    width:90px;
    cursor:pointer;
    text-overflow: ellipsis;
    display: inline-block;
}

.label-wrapper-small .vw-rendered.wrap {
    padding: 0;
}

.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="completed"] {
    background: #50cd89;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="notpaid"] {
    background: #f1416c;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="addedtobasket"] {
    background: #e1e3ea;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="excluded"] {
    background: #ffc700;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="partiallypaid"] {
    background: #f1416c;
}

.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="deleted"] {
    background: #b17878;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="credit"] {
    background: #ffc700;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="isready"] {
    background: #50cd89;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="info"] {
    background: #7caef9;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="slotok"] {
    background: #50cd89;
}
.label-wrapper
.vw-rendered.wrap[data-vw-rendered-wrap-value="slotstockupdate"] {
    background: #999;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="started"] {
    background: #50cd89;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="update"] {
    background: #ffc700;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="amountpaid"] {
    background: #50cd89;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="amountnotpaid"] {
    background: #ffc700;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="maintenance"] {
    background: #ffc700;
}

.label-wrapper
.vw-rendered.wrap[data-vw-rendered-wrap-value="startingtransaction"] {
    background: #099ef7;
}
.label-wrapper
.vw-rendered.wrap[data-vw-rendered-wrap-value="startingdispatch"] {
    background: #099ef7;
}

.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="good"] {
    background: #50cd89;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="error"] {
    background: #f1416c;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="sloterror"] {
    background: #f1416c;
}

.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="information"] {
    background: #7caef9;
}
.label-wrapper .vw-rendered.wrap[data-vw-rendered-wrap-value="warning"] {
    background: #ffc700;
}

.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="6"] { background: #50cd89; }
.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="12"] { background: #bb9406; }
.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="10"] { background: #bb5906; }
.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="8"] { background: #bb0606; }
.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="3"] { background: #066e78; }
.label-wrapper.pickupdelivery .vw-rendered.wrap[data-vw-rendered-wrap-value="1"] { background: #009ef7; }

.label-wrapper.severity .vw-rendered.wrap {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    display: inline !important;
    font-size: inherit;
    color: inherit;
}

.label-wrapper.severity .vw-rendered.wrap::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    content: '';
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="success"] {
    color: #50cd89;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="success"]::before {
    content: "\f058";
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="error"] {
    color: #f1416c;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="error"]::before {
    content: "\f057";
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="warning"] {
    color: #ffc700;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="warning"]::before {
    content: "\f071";
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="info"] {
    color: #009ef7;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="info"]::before {
    content: "\f05a";
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="debug"] {
    color: #6c757d;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="debug"]::before {
    content: "\f188";
}

.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="skipped"] {
    color: #ced4da;
}
.label-wrapper.severity .vw-rendered.wrap[data-vw-rendered-wrap-value="skipped"]::before {
    content: "\f01e";
}

.label-wrapper.severity .vw-rendered.wrap { font-size: 11px !important; font-family: monospace; }

.label-wrapper.routing .vw-rendered.wrap { font-size: 11px !important; font-family: monospace; background-color: #f5f5f5 !important; color: #000 !important; }

.label-wrapper.label-announcement .vw-rendered.wrap[data-vw-rendered-wrap-value="info"] {
    background: rgb(0,158,247);
}
.label-wrapper.severity
.vw-rendered.wrap[data-vw-rendered-wrap-value="debug"]::before {
    content: "\f188";
}

.label-wrapper.label-update .vw-rendered.wrap[data-vw-rendered-wrap-value="up-to-date"] {
    background: rgb(80, 205, 137);
    padding: 10px;
    max-width: 100%;
    width: auto;
}
.label-wrapper.label-update .vw-rendered.wrap[data-vw-rendered-wrap-value="update-available"] {
    background: rgb(0,158,247);
    padding: 10px;
    max-width: 100%;
    width: auto;
}
.label-wrapper.label-update .vw-rendered.wrap[data-vw-rendered-wrap-value="danger"] {
    background: rgb(241, 65, 108);
    padding: 10px;
    max-width: 100%;
    width: auto;
}


.label-wrapper.label-dispatch-status .vw-rendered.wrap[data-vw-rendered-wrap-value="warning"] {
    background: rgb(0,158,247);
    color: #ffc107 !important;
}

.label-wrapper.routing .vw-rendered.wrap {
    font-size: 11px !important;
    font-family: monospace;
    background-color: #f5f5f5 !important;
    color: #000 !important;
}

.label-wrapper.label-announcement
.vw-rendered.wrap[data-vw-rendered-wrap-value="info"] {
    background: rgb(0, 158, 247);
}
.label-wrapper.label-announcement
.vw-rendered.wrap[data-vw-rendered-wrap-value="critical"] {
    background: rgb(241, 65, 108);
}
.label-wrapper.label-announcement
.vw-rendered.wrap[data-vw-rendered-wrap-value="feature"] {
    background: rgb(80, 205, 137);
}

.label-wrapper.label-dispatch-status
.vw-rendered.wrap[data-vw-rendered-wrap-value="warning"] {
    background: rgb(0, 158, 247);
    color: #ffc107 !important;
}

.label-wrapper.label-dispatch-status
.vw-rendered.wrap[data-vw-rendered-wrap-value="error"] {
    background: rgb(241, 65, 108);
    color: #dc3545 !important;
}

.label-wrapper.label-dispatch-status
.vw-rendered.wrap[data-vw-rendered-wrap-value="success"] {
    background: rgb(80, 205, 137);
    color: #198754 !important;
}

.label-wrapper .vw-rendered.dashboard.wrap.Ok {
    background: #c9f0df;
    color: #26c281;
    line-height: 9999px;
    position: relative;
}

.label-wrapper .vw-rendered.dashboard.wrap.Ok:before {
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
}

.label-wrapper .vw-rendered.dashboard.wrap.Warning {
    background: #e87e04;
}
.label-wrapper .vw-rendered.dashboard.wrap.Error {
    background: #e43a45;
}
.label-wrapper .vw-rendered.dashboard.wrap.TooHigh {
    background: #e43a45;
}
.label-wrapper .vw-rendered.dashboard:empty {
    padding: 3px;
}
.label-wrapper .vw-rendered.dashboard:empty::after {
    content: "-";
}

.label-wrapper .vw-rendered.dashboard.wrap {
    width: 104px;
    height: 42px;
    display: block;
    border-radius: 0px;
    border: 2px solid #fff;
    line-height: 30px;
    background: #efefef;
}

.modal-xl {
    max-width: 94% !important;
    margin-left: 3%;
    margin-right: 3%;
}

.blockui .blockui-overlay .spinner-border {
    width: 30px;
    height: 30px;
}

.blockui .blockui-overlay {
    background-color: rgb(255 255 255 / 65%);
}

.blockui .blockui-page-overlay {
    position: fixed;
    z-index: 999999 !important;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect,
.daterangepicker select.secondselect {
    width: 70px;
    background: #fff;
    border: 1px solid #ccc;
}

.blockui .blockui-message {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 12%);
    padding: 30px !important;
}

.select2-container--bootstrap5
.select2-selection--multiple
.select2-selection__rendered
.select2-selection__choice {
    border: 1px solid #cfd8df;
    background: #fff;
}

.select2-container--bootstrap5
.bigdrop.select2-dropdown
.select2-results__options {
    max-height: 400px;
}

.dashboard-table td,
.dashboard-table th {
    padding: 0;
}

.gui-name-VendingUI {
    display: none !important;
}

#machinesSelection ul,
#machinesSelection ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#machinesSelection ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f8f8f8;
}

#machinesSelection ul li input {
    margin-top: 3px;
    float: left;
}

/*
.pre-small pre::-webkit-scrollbar-thumb,
.pre-large pre::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    cursor: pointer;
}

.pre-small pre
{
    max-width:200px;

}
.pre-large pre
{
    max-width:500px;
}
*/
.vw-rendered.preformatted {
    font-size: 11px;
    font-family: monospace;
}

.machine-version-alarm-true {
    color: #e43a45 !important;
}

.machine-branch {
    color: #009ef7;
}

.machine-branch.master {
    color: #000;
}

.slotexists-0 {
    border-left: 2px solid #f1416c !important;
    background: #fef8f8;
}

.alert p {
    margin: 0;
    padding: 0;
}

.alert {
    align-items: center;
}

.gui-image-edit {
    display: none !important;
}
.gui-image-edit.gui-image-id-.gui-image-overridable-true {
    display: inline-block !important;
}

.gui-image-delete {
    display: none !important;
}

.gui-image-delete.gui-image-overridable-true:not(.gui-image-id-) {
    display: inline-block !important;
}

tr.transaction-odd,
tr.odd-rule {
    background: #00000008;
}

#iot_actions_container {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    top: 128px;
    overflow: scroll;
    box-shadow: 0px 3px 3px #e3e3e3;
}

#iot_actions_container .btn {
    margin: 2px;
}

div::-webkit-scrollbar,
ol::-webkit-scrollbar,
pre::-webkit-scrollbar,
span::-webkit-scrollbar,
ul::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}

div:hover::-webkit-scrollbar-thumb,
ol:hover::-webkit-scrollbar-thumb,
pre:hover::-webkit-scrollbar-thumb,
span:hover::-webkit-scrollbar-thumb,
ul:hover::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    cursor: pointer;
}

div::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    cursor: pointer;
}

h1.page-message {
    padding: 100px;
    text-align: center;
    color: #b5b5b5;
    font-size: 19px;
    text-align: center;
    text-align: -webkit-center;
}

h1.page-message i {
    font-size: 99px;
    display: block;
    margin-bottom: 24px;
    color: #b5b5b5;
}

h1.page-message .dropdown {
    width: 300px;
    margin: 0 auto;
}

.dataTables_empty h1.page-message {
    padding: 40px 20px;
    font-size: 16px;
}

.dataTables_empty h1.page-message i {
    font-size: 70px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 700px) {
    .dataTables_empty .page-message {
        width: 80vw;
    }
}

.warningBox,
.errorBox,
.infoBox {
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 0.75rem 1.25rem;
    position: relative;
    padding-top: 20px;
}

.warningBox {
    background: #fdf2ce;
    color: #7f6416;
}

.infoBox {
    background: #ddf7ff;
    color: #006a8a;
}

.errorBox {
    background: #f9e2e4;
    color: #7e1115;
}

.warningBox .title,
.errorBox .title,
.infoBox .title {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
}

#drawer_release_notes .content {
    padding: 0;
}

#drawer_release_notes h2,
#drawer_release_notes h3 {
    font-size: 15px;
    margin-top: 25px;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#drawer_release_notes .card-body {
    padding-top: 0;
}

.full-tabs {
    margin: 0 auto;
    padding: 0;
}

.full-tabs .nav-item {
    flex: auto;
    text-align: center;
}

.full-tabs .nav-item .nav-link {
    height: 50px;
    line-height: 50px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0;
    margin: 0;
    border-bottom: 2px solid #009ef7;
    background: #f8f8f8 !important;
    box-shadow: inset 0px 0px 25px -18px #747474;
}

.full-tabs .nav-item .nav-link:hover {
    border-bottom: 2px solid #009ef7;
    background: #f8f8f8;
    color: #009ef7;
}

.full-tabs .nav-item .nav-link.active {
    background: #009ef7 !important;
    color: #fff;
    border-bottom: 2px solid #009ef7;
}

.header-tablet-and-mobile-fixed .header-brand {
    z-index: 1000;
}

.original-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
    margin-right: 5px;
}

.no-discount-price .discount-price {
    display: none;
}

.no-discount-price .original-price {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    margin-right: inherit;
}

.volume-price {
    display: none;
}
.volume-discount .volume-price {
    display: block;
    float: left;
}

.happy-hour {
    display: none;
}

.has-happy-hour .happy-hour {
    display: block;
    float: left;
}

.gui-translation-rule {
    display: flex;
    align-items: center;
}

.gui-translation-rule input {
    width: 100%;
}

.gui-translation-display span:hover {
    color: #009ef7;
}

.gui-translation-display .bi-trash {
    display: none;
}

.gui-translation-display:hover .bi-trash {
    display: block;
}

.gui-translation-rule input {
    width: 100%;
}

#machine_gui_layout_container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

#machine_configurator_sidebar_screen_layout_container
#machine_gui_layout_container {
    overflow: auto;
}

#machine_gui_layout_items {
    min-width: 700px;
}

#machine_gui_layout_items_selected {
    position: fixed;
    bottom: 50px;
    left: 50%;
    width: 100%;
    z-index: 101;
    margin-left: 14px;
}

#machine_gui_layout_items_selected button {
    box-shadow: 0px 0px 30px #ffc700 !important;
}

.machine-gui-layout-item {
    float: left;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    box-shadow: 0px 0px 8px #e9e9e9;
}

.machine-gui-layout-item.selected {
}

.machine-gui-layout-item.selected::after {
    content: " ";
    top: 0;
    width: 100%;
    height: 101%;
    background: #ffa500;
    display: block;
    position: absolute;
    opacity: 0.5;
    border-radius: 6px;
}

.machine-gui-layout-item .btn {
}

.machine-gui-layout-item:hover {
    transform: scale(1.1);
    z-index: 5;
}

.machine-gui-layout-item:hover .actions {
    display: block !important;
    display: none;
    background: #fff;
    box-shadow: 0px -17px 18px 0px #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    height: 54px;
    bottom: 0;
    z-index: 15;
}

.machine-gui-layout-item.selected:hover .actions {
    background: #ffc700;
    box-shadow: 0px -50px 50px #ffc700;
}

.machine-gui-layout-item.unused {
    border-bottom: 2px solid #f30000;
}

.machine-gui-layout-item.unused .card-body .image,
.machine-gui-layout-item.unused .card-body .name {
    opacity: 0.3;
    text-decoration: line-through;
}

.machine-gui-layout-item .card-body {
    padding: 0;
    padding-top: 10px;
}

.machine-gui-layout-item .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100px;
}

.machine-gui-layout-item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
}

.machine-gui-layout-item-2 {
    width: calc(50% - 10px);
    margin: 5px;
}

.machine-gui-layout-item-3 {
    width: calc(33.33% - 10px);
    margin: 5px;
}

.machine-gui-layout-item-4 {
    width: calc(25% - 10px);
    margin: 5px;
}

.machine-gui-layout-item-5 {
    width: calc(20% - 10px);
    margin: 5px;
}

.machine-gui-layout-item-6 {
    width: calc(16.66% - 10px);
    margin: 5px;
}

.apexcharts-legend {
    max-width: 250px;
}

.apexcharts-legend-series {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    overflow: hidden;
    min-height: 20px;
}

@media (max-width: 992px) {
    .content.d-flex.flex-column.flex-column-fluid.position-relative {
        overflow-x: scroll;
    }
}

.inline-menu-content {
    max-height: 500px;
    overflow-y: scroll;
}

#setting_wizard_container {
    height: 100%;
}

#setting_wizard_container.edit
[data-setting-group-conditions]:not([data-setting-group-conditions=""])
.group-name {
    opacity: 0.5;
}

#setting_wizard_container.edit
.setting-wizard-group-container[data-setting-group-conditions]:not(
    [data-setting-group-conditions=""]
  ) {
    border: 2px dashed #ccc !important;
}

#setting_wizard_container.edit
.setting-wizard-group-container[data-setting-group-conditions]:not(
    [data-setting-group-conditions=""]
  )
h1 {
    opacity: 0.5;
}

#setting_wizard_content * {
    transition: 0.2s all;
}

#setting_wizard_container.edit
.setting-wizard-group-container
.setting-wizard-group-container
.setting-wizard-group-container {
    border: 2px dashed #999;
    min-height: 100px;
    padding: 5px;
    padding-top: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#setting_wizard_container.edit .draggable-container {
    min-height: 50px;
}

.view .edit-wizard {
    display: none !important;
}

#setting_wizard_main_navigation {
    background: #4f7185;
    position: fixed;
    top: 129px;
    margin-left: -30px;
    width: calc(100% - 265px);
    box-shadow: 0px 3px 3px #ddd;
    z-index: 90;
    height: 70px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

@media (max-width: 992px) {
    #setting_wizard_main_navigation {
        position: absolute;
        width: 1200px;
        top: inherit;
    }
}

#setting_wizard_main_navigation ul {
    flex-wrap: nowrap;
}

#setting_wizard_container.edit #setting_wizard_main_navigation {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
}

#setting_wizard_container.edit #setting_wizard_main_navigation ul {
    flex-wrap: wrap;
}

#setting_wizard_content {
    height: calc(100% + 30px);
    padding-top: 50px;
}

#setting_wizard_content .tab-pane {
    height: 100%;
}

#setting_wizard_main_navigation .nav-item {
    position: relative;
    height: 70px;
    cursor: pointer;
}

.setting-wizard-main-navigation-item::after {
    content: "";
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    border-right: 1px solid rgb(255, 255, 255, 0.2);
    height: 50px;
    background: #4f7185;
    width: 50px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 1;
    right: -25px;
}

.setting-wizard-main-navigation-item {
    padding-left: 50px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
    display: block;
    display: flex;
    flex-direction: row;
    height: 100%;
    position: relative;
    transition: all 0s;
    font-weight: bold;
    list-style: none;
    margin: 0;
}

.setting-wizard-main-navigation-item i {
    color: #fff;
}

#setting_wizard_main_navigation
.nav-item:first-child
.setting-wizard-main-navigation-item {
    padding-left: 20px;
}

.setting-wizard-main-navigation-item .number-indicator {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 30px;
    background: #fff;
    color: #333;
    border: 1px solid #666;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.2s;
}

.setting-wizard-main-navigation-item.answered {
    background: #50cd89;
    color: #fff;
}

.setting-wizard-main-navigation-item.deviated {
    background: mediumpurple;
    color: #fff;
}

.setting-wizard-main-navigation-item.answered .number-indicator {
    border: 6px solid #fff;
}

.setting-wizard-main-navigation-item.deviated .number-indicator {
    border: 6px solid #fff;
}

.setting-wizard-main-navigation-item.answered .number-indicator::before {
    background: #fff;
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #50cd89;
}

.setting-wizard-main-navigation-item.deviated .number-indicator::before {
    background: #fff;
    content: "\f633";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: mediumpurple;
}

.setting-wizard-main-navigation-item.active {
    background: #009ef7;
    color: #fff;
}

.setting-wizard-main-navigation-item.active .number-indicator {
    border: 6px solid #fff;
    background: #009ef7;
}

.setting-wizard-main-navigation-item.answered::after {
    background: #50cd89;
}

.setting-wizard-main-navigation-item.deviated::after {
    background: mediumpurple;
}

.setting-wizard-main-navigation-item.active::after {
    background: #009ef7;
    transition: all 0.2s;
}

.setting-wizard-main-navigation-item.unanswered {
    background: #f1416c;
    color: #fff;
}

.setting-wizard-main-navigation-item.unanswered .number-indicator {
    color: #f1416c;
    background: #fff;
    border: 6px solid #fff;
}

.setting-wizard-main-navigation-item.unanswered::after {
    background: #f1416c;
}

.setting-wizard-main-navigation-item .group-name {
    z-index: 10;
    text-decoration: none;
    margin-left: 10px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
}

.setting-wizard-sub-navigation-content .tab-content {
    padding-top: 40px;
}

@media (max-width: 992px) {
    .setting-wizard-sub-navigation-content .tab-content {
        width: 900px;
    }
}

.setting-wizard-group-container {
    position: relative;
}

.setting-wizard-group-container h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #009ef7;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0px;
}

.setting-wizard-group-container
.setting-wizard-group-container
.setting-wizard-group-container
h1 {
    margin-top: 10px;
}

.setting-wizard-question h2 {
    color: #707070;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.setting-wizard-question h2 .badge {
    margin-top: 2px;
    margin-left: 5px;
}

.setting-wizard-question {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0px solid #eee;
    position: relative;
    padding-right: 40px;
}

.setting-wizard-question.deprecated {
    opacity: 0.5;
}

.setting-wizard-question.disabled {
    cursor: not-allowed;
}

.setting-wizard-question.deprecated h2 {
    text-decoration: line-through;
}

.settings-wizard-question-image {
    max-width: 200px;
    max-height: 100px;
    margin: 10px 0px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 5px #ccc;
}

.settings-wizard-question-image:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px #009ef7;
}

.setting-wizard-answers {
    display: flex;
    flex-wrap: wrap;
}

.setting-wizard-answer {
    min-width: 50px;
    background: #f5f8fa;
    margin: 5px;
    margin-right: 10px;
    margin-left: 0;
    cursor: pointer;
    padding: 10px;
    color: #686868;
    border-radius: 10px;
    border: 1px solid #d4d7d9 !important;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.setting-wizard-answer {
    text-align: center;
    display: flex;
    justify-content: center;
}
.setting-wizard-sub-navigation {
    padding-right: 20px;
    margin-left: -30px;
    background: #fbfcfd;
    padding-left: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 250px;
    float: left;
    height: calc(100% - 200px);
    box-shadow: 0px 0px 8px #ccc;
    position: fixed;
    top: 200px;
    overflow-y: scroll;
}

@media (max-width: 992px) {
    .setting-wizard-sub-navigation {
        position: absolute;
        height: 100%;
        top: inherit;
    }
}

.setting-wizard-sub-navigation-content {
    float: left;
    margin-left: 250px;
    width: calc(100% - 250px);
}

.setting-wizard-sub-navigation .nav {
    flex-direction: column;
    border-radius: 10px;
}

.setting-wizard-sub-navigation-item {
    padding: 15px 10px;
    display: flex;
    align-items: center;
    color: #666;
    font-weight: 500;
}

.setting-wizard-sub-navigation .nav-item {
    position: relative;
}

.setting-wizard-sub-navigation-item::before {
    content:"";
    width:2px;
    height:50px;
    left:25px;
    top:-25px;
    background:#ccc;
    position:absolute;
    z-index:0;
}

.setting-wizard-sub-navigation .nav-item:first-child .nav-link::before {
    display: none;
}

.setting-wizard-sub-navigation-item .number-indicator {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    color: #333;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #fff;
    z-index: 111;
    flex-shrink: 0;
}

.setting-wizard-sub-navigation-item.answered {
    color: #50cd89;
    z-index: 100;
    font-weight: 500;
}

.setting-wizard-sub-navigation-item.deviated {
    color: mediumpurple;
    z-index: 100;
    font-weight: 500;
}

.setting-wizard-sub-navigation-item.unanswered {
    color: #f1416c !important;
    z-index: 100;
    font-weight: 500;
}

.setting-wizard-sub-navigation-item.active {
    color: #009ef7;
    z-index: 100;
}

.setting-wizard-sub-navigation-item.answered::before {
    background: #50cd89;
}

.setting-wizard-sub-navigation-item.deviated::before {
    background: mediumpurple;
}

.setting-wizard-sub-navigation-item.active::before {
    background: #009ef7;
}

.setting-wizard-sub-navigation-item.answered .number-indicator {
    background: #50cd89;
    color: #fff;
    border: 2px solid #50cd89;
}

.setting-wizard-sub-navigation-item.deviated .number-indicator {
    background: mediumpurple;
    color: #fff;
    border: 2px solid mediumpurple;
}


.setting-wizard-sub-navigation-item .group-name {
    z-index: 10;
    text-decoration: none;
    margin-left: 10px;
    line-height: 16px;
}

.setting-wizard-sub-navigation-item .number-indicator::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f287";
    color: #009ef7;
}

.setting-wizard-sub-navigation-item.active .number-indicator {
    background: #009ef7;
    border: 2px solid #009ef7;
}

.setting-wizard-sub-navigation-item.active .number-indicator::before {
    content: "\f287";
    color: #fff;
}

.setting-wizard-sub-navigation-item.answered .number-indicator::before {
    content: "\f633";
    color: #fff;
}

.setting-wizard-sub-navigation-item.deviated .number-indicator::before {
    color: #fff;
}

.setting-wizard-sub-navigation-item.unanswered .number-indicator::before {
    display: none;
}

.setting-wizard-sub-navigation-item.unanswered .number-indicator {
    color: #f1416c !important;
    font-weight: bold;
    background: #fff;
    border: 2px solid #f1416c;
}

div.setting-wizard-answer.selected {
    background: #50cd89;
    color: #fff;
    border: 1px solid #fff !important;
}

div.setting-wizard-answer.selected.warning-answer {
    background: #f1416c;
}

input.setting-wizard-answer.selected,
select.setting-wizard-answer.selected {
    background: #f1fbf6;
    color: #50cd89;
    border: 1px solid #50cd89 !important;
}

div.setting-wizard-answer.deprecated {
    text-decoration: line-through !important;
    opacity: 0.5 !important;
}

div.setting-wizard-answer.deprecated.selected {
    background: #666 !important;
}

div.setting-wizard-answer.disabled {
    cursor: not-allowed;
}

.setting-wizard-toolbar {
    position: absolute;
    top: -40px;
    z-index: 100;
    right: 0;
    background: #fff;
    background: #666;
    display: none;
    cursor: pointer;
}

.setting-wizard-toolbar:after {
    content: " ";
    border: solid #666;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -12px;
    background: #666;
    z-index: -1;
}

.setting-wizard-toolbar i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    color: #fff;
    border-right: 1px solid #999;
    float: left;
    z-index: 0;
}

.setting-wizard-toolbar i:hover {
    box-shadow: inset 0px 0px 10px #666;
    background: #009ef7;
}

.nav-item:hover .setting-wizard-toolbar,
.setting-wizard-group-actions:hover > .setting-wizard-toolbar,
.setting-wizard-question:hover > .setting-wizard-toolbar {
    display: block;
}

.draggable-mirror {
    z-index: 2000;
}

.draggable.draggable-source--is-dragging.draggable--over {
    opacity: 0.2 !important;
}

#drawer_settings_wizard h4 {
    font-size: 14px;
    font-weight: 500;
    background: #f8f8f8;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    margin-top: 18px;
    margin-bottom: 0;
}

.setting-group-answer-fieldset {
    border: 1px solid #e5e5e5;
    margin: 15px;
    padding: 20px;
    position: relative;
    margin-top: 30px;
}

.setting-group-answer-fieldset .answer-actions {
    position: absolute;
    right: 22px;
    top: -18px;
}

.setting-group-answer-fieldset legend {
    font-size: 1.5rem;
    margin-top: -36px;
    background: #f8f8f8;
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
}

#drawer_settings_wizard .answer-action-rule {
    border-bottom: 1px dashed #f8f8f8;
}

#drawer_settings_wizard fieldset.create-setting-group-answer,
#drawer_settings_wizard fieldset.create-setting-condition-group {
    text-align: center;
    border: 2px dashed #ccc;
    color: #666;
    cursor: pointer;
    background: #f8f8f8;
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: 0.8;
}

.gu-hide {
    display: none !important;
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.gu-transit {
    opacity: 0.4;
    pointer-events: none;
}

[data-vw-datatable-preferences] {
    background: #009ef7;
    box-shadow: 2px 2px 10px #a9a9a9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vw-datatable-preferences-btn i {
    color: #fff;
    font-size: 17px;
}

.setting-wizard-search-container {
    position: fixed;
    background: #fff;
    z-index: 100;
    width: 300px;
    box-sizing: border-box;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
}

.setting-wizard-search-container .match {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    line-height: 13px;
    cursor: pointer;
    position: relative;
}

.setting-wizard-search-container .match::after {
    content: " ";
    position: absolute;
    right: 10px;
    top: 20px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%234A4B68'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.setting-wizard-search-container .match:hover::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 9' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.93537 4.57889C6.03839 4.77912 6.0191 5.0363 5.87137 5.21403L2.87153 8.82282C2.68598 9.04603 2.36951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e");
}

.setting-wizard-search-container .match:hover {
    background: #009ef7;
}

.setting-wizard-search-container .match,
.setting-wizard-search-container .match * {
    transition: 0.2s all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.setting-wizard-search-container .match:hover * {
    color: #fff !important;
}

.setting-wizard-search-container h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #4f7185;
    font-weight: 400;
}

.setting-wizard-search-container small {
    color: #9ab2c0;
    font-size: 11px;
}

.setting-wizard-search-container .match:hover small {
    opacity: 0.5;
}

.setting-wizard-search-container .match.disabled {
    opacity: 0.5;
}

.settings-wizard-question-highlight {
    animation: highlighted-fade 3s;
    animation-timing-function: ease-out;
}

.settings-wizard-question-information fieldset {
    padding: 20px;
    padding-top: 40px;
    margin-bottom: 32px;
    box-shadow: 0px 1px 5px #d7d7d7;
}

.settings-wizard-question-information legend {
    margin-top: -60px;
    font-size: 14px;
    background: #f8f8f8;
    min-width: 0;
    width: auto;
    padding: 10px;
    color: #039ff7;
    font-weight: 500;
}

.settings-wizard-question-information h3 {
    color: #404040;
    font-weight: 500;
    font-size: 15px;
}

@keyframes highlighted-fade {
    0% {
        background-color: hsl(47, 83%, 91%);
    }

    100% {
        background-color: #fff;
    }
}

.anouncement-item {
    margin: 10px;
    box-shadow: 0px 4px 20px #e3e3e3;
}

.anouncement-item > h1,
.anouncement-item-content {
    padding: 20px;
}

.anouncement-item > h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    background: #fbfbfb;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
}

.anouncement-item-content h1 {
    font-size: 16px;
}

.anouncement-item-content h2 {
    font-size: 14px;
}

#user-machine-access-tree {
    max-height: 600px;
    overflow: scroll;
    margin-top: 10px;
}

#user-machine-access-tree .user-machine-access-row {
    margin: 5px 25px;
    position: relative;
    cursor: pointer;
}

#user-machine-access-tree.prevent-global .customer-row {
    margin-left: 0;
}

#user-machine-access-tree .distributor-row {
    margin-left: 0;
}

#user-machine-access-tree.prevent-global .distributor-row > h1 {
    display: none;
}

#user-machine-access-tree .user-machine-access-row h1 {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    font-weight: normal;
}

#user-machine-access-tree .user-machine-access-row i {
    font-size: 14px;
    margin-right: 5px;
}

#user-machine-access-tree .user-machine-access-row.checked > h1 i,
#user-machine-access-tree .user-machine-access-row.checked > h1,
#user-machine-access-tree .bi-slash-square {
    color: #009ef7;
    font-weight: 500;
}

#user-machine-access-tree .user-machine-access-row.disabled h1 {
    opacity: 0.4;
}

#user-machine-access-tree .user-machine-access-row.disabled i,
#user-machine-access-tree .machine-row.disabled h1 {
    cursor: not-allowed;
}

#user-machine-access-tree .customer-row::before,
#user-machine-access-tree .distributor-row::before {
    position: absolute;
    width: 1px;
    background: #ccc;
    left: 10px;
    top: 19px;
    bottom: -10px;
    content: " ";
}

.distributor-row:last-child::before,
.machine-row:last-child::before {
    display: none;
}

#user-machine-access-tree .customer-row::after,
#user-machine-access-tree .machine-row::after {
    position: absolute;
    width: 18px;
    background: #ccc;
    left: -14px;
    top: 11px;
    height: 1px;
    content: " ";
}

#user-machine-access-tree.prevent-global .distributor-row::before,
#user-machine-access-tree.prevent-global .customer-row::after {
    display: none;
}

.grip-reorder {
    cursor: grabbing;
    font-size: 1.5rem;
}

.card-hover {
    transition: all 0.2s ease-in-out;
}

.card-hover:hover {
    transform: scale(1.1);
}

.cursor-pointer {
    cursor: pointer;
}

.overflow-wrap-anywhere {
    overflow-wrap: anywhere !important;
}

.grow {
    transition: all 0.2s ease-in-out;
}

.grow:hover {
    transform: scale(1.05);
}

label.vw-favorite {
    font-size: 28px;
    margin-top: -5px;
}

label.vw-favorite input[type="checkbox"] {
    display: none;
}

.vw-favorite {
    position: relative;
    cursor: pointer;
}

.vw-favorite .bi {
    font-size: 0.75em;
    transition: opacity 0.2s ease-in-out;
}

.search-location-results {
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 570px;
    max-height: 400px;
    border-radius: 0.25rem;
    overflow-x: hidden;
    overflow-y: scroll;
    /* margin-top: 40px; */
    box-shadow: 0px 1px 5px #7b7b7b;
}

.search-location-results ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.search-location-results ul li {
    display: block;
    border-bottom: 1px solid #babfc7;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-left: 20px;
    cursor: pointer;
}

.leaflet-container .leaflet-popup-content-wrapper {
    text-align: left;
}

.geocode-container {
    max-height: 500px;
    overflow: scroll;
}

.geocode-container .geocode-rule {
    display: flex;
    flex-direction: row;
    padding: 10px 20px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.geocode-container .client-name {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.geocode-container .geocode-status {
    font-size: 11px;
    color: #b3a217;
}

.geocode-container .geocode-rule.handled .geocode-status {
    color: #0e4ce0;
}

.geocode-container .geocode-rule.success .geocode-status {
    color: #50cd89;
}

.geocode-container .geocode-rule.failed .geocode-status {
    color: #f1416c;
}

.geocode-container .geocode-result {
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    display: inline-flex;
    border-radius: 100%;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
}

.geocode-container .geocode-result:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.geocode-container .geocode-rule.handled .geocode-result:after {
    content: "\F2C0";
    color: #0e4ce0;
}

.geocode-container .geocode-rule.success .geocode-result:after {
    content: "\F633";
    color: #50cd89;
}

.geocode-container .geocode-rule.failed .geocode-result:after {
    content: "\F659";
    color: #f1416c;
}

.select-2-template-span img {
    margin-right: 10px;
    max-height: 30px;
    max-width: 30px;
    height: auto;
    width: auto;
    border-radius: 3px;
}

.fullscreen {
    position: fixed;
    background: #fff;
    z-index: 10000;
}

.pulse {
    animation: pulse 0.5s forwards ease-out;
    box-shadow: 0px 15px 28px -11px rgb(0 158 247);
    z-index: 10000;
    border-radius: 10px;
}

.form-switch.form-check-solid .form-check-input {
    background-repeat: no-repeat;
}

.article-row {
    cursor: pointer;
}

.marginright {
    margin-right: 2px !important;
}

[data-required="true"] .setting-group-question-content h2::after {
    content: "*";
    color: #f00;
}

.setting-wizard-question[data-required="true"] {
    border-left: 4px solid #f1416c;
}

.setting-wizard-question[data-required="true"].answered {
    border-left: 0px;
}

.setting-wizard-question[data-article="true"] {
    border-left: 4px solid #f1416c;
}

.settings-wizard-auto-answer-indicator {
}

.settings-wizard-auto-answer-indicator.off {
}

.inactive-version {
    border-left: 5px solid #ffeb3b !important;
    background: #fffde7;
}

.article-table-image {
    width: 40px;
    float: left;
    height: 40px;
    background-size: contain;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px #a3a3a3;
}

.filter-item > .daterangepicker {
    position: initial;
    z-index: 0;
}

tr.hasChildRow {
    cursor: pointer;
}

body[data-kt-drawer="on"],
body[data-kt-drawer-drawer_order="on"] {
    overflow: hidden;
}

.overflow-x {
    overflow-x: scroll;
}

.overflow-x-no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.overflow-x-no-scrollbar::-webkit-scrollbar {
    width: 0; /* Chrome, Safari */
    height: 0; /* Chrome, Safari */
}

@media (max-width: 1200px) {
    .filter-item {
        width: 24%;
    }
    .iv-table-child-container {
        margin: 0;
    }
}

@media (max-width: 992px) {
    #machine_module_config_content {
        overflow: scroll;
        padding: 20px;
    }

    #machine_gui_layout_container {
        overflow: scroll;
        max-width: 100%;
    }

    #machine_gui_layout_items_selected {
        margin-left: -119px;
    }
}

@media (min-width: 992px) {
    .aside-enabled.aside-fixed.toolbar-fixed .toolbar {
        left: 265px;
        transition: left 0.3s ease;
    }

    .header-fixed.toolbar-fixed .toolbar {
        padding: 0;
        top: 74px;
        border-top: 1px solid #eff2f5;
    }

    .header-fixed.toolbar-fixed .wrapper {
        padding-top: calc(65px + var(--kt-toolbar-height));
    }

    .toolbar-fixed .toolbar {
        height: var(--kt-toolbar-height);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99;
        box-shadow: 0 10px 30px 0 rgb(82 63 105 / 5%);
    }

    #kt_toolbar {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .filter-item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    h1.page-message {
        padding: 20px;
        font-size: 15px;
    }

    h1.page-message i {
        font-size: 75px;
    }

    h1.page-message .dropdown {
        width: 100%;
    }

    [data-kt-drawer] {
        padding-top: 60px;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 158, 247, 0.4);
        transform: scale(0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 158, 247, 0);
        box-shadow: 0 0 0 30px rgba(0, 158, 247, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 158, 247, 0);
        box-shadow: 0 0 0 0 rgba(0, 158, 247, 0);
        transform: scale(1);
    }
}

.overlay-loading {
    opacity: 0.2;
    pointer-events: none;
    cursor: not-allowed;
}

.pointer-events-none {
    pointer-events: none;
}

.image-uploading {
    position: relative;
    display: inline-block;
}

.image-uploading img {
    max-width: 98% !important;
    filter: blur(5px);
    opacity: 0.3;
}

.image-uploading::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #009ef7;
    z-index: 1;
    animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .support-wizard-label {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

@media (max-width: 788px) {
    .support-wizard-steps {
        flex-direction: row !important;
        width: 100%;
    }

    .support-wizard-label {
        margin: 0 !important;
    }

    .support-wizard-label svg {
        margin: 0 !important;
    }

    .stepper.stepper-links .stepper-nav.support-wizard-nav {
        position: relative;
        height: auto !important;
        width: 100%;
        overflow: hidden;
        border-top: 1px solid #eee;
    }

    .support-wizard-nav-title,
    .support-wizard-arrow {
        display: none;
    }

    .stepper.stepper-links .stepper-nav .stepper-item.support-wizard-item {
        position: relative;
        height: auto !important;
        width: 100%;
        padding: 10px;
        place-content: center;
    }

    #support_create_ticket_form {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding: 10px !important;
        margin: 0 !important;
    }

    .support-wizard-nav-buttons {
        position: relative !important;
        left: 0 !important;
        width: 100% !important;
        padding: 10px !important;
    }

    .support-wizard-label {
        flex-direction: row !important;
    }

    .support-wizard-label svg {
        width: 20px !important;
        height: 20px !important;
        margin-right: 15px;
    }

    .support-wizard-nav-title {
        margin: 0 !important;
    }

    .support-wizard-arrow.last {
        display: block !important;
    }
}

.text-ellipse {
    position: relative;
}

.text-ellipse:before {
    content: " ";
    visibility: hidden;
}

.text-ellipse > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-ellipse * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.support-list-priority-badge {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.support-list-status-badge {
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#support_setup {
    width: 100%;
    height: 100%;
}

#support_sidebar {
    width: 600px;
    position: absolute;
    top: 8px;
    left: 0;
    height: calc(100% - 8px);
    background: #fff;
    box-shadow: 0px 0px 13px #c8c8c8;
    padding: 20px 0;
}

#support_selected_message {
    width: calc(100% - 600px);
    margin-left: 600px;
    height: calc(100% - 10px);
    position: absolute;
    padding: 40px;
    left: 0;
    top: 10px;
    overflow: scroll;
    background-color: transparent !important;
}

#support_sidebar .support_filters {
    height: auto;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.support_filters {
    display: flex;
    align-items: center;
}

.support_filters > div,
.support_filters > .btn {
    flex-shrink: 0;
}

.support_filters label {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 10px;
    cursor: pointer;
    padding-right: 5px;
    font-size: 12px;
    border-radius: 5px;
}

.support_filters label .form-switch.form-check-solid .form-check-input {
    width: 31px;
    height: 17px;
    margin-right: 5px;
}

#support_list {
    height: calc(100% - 130px);
    overflow: hidden;
}

#support_list .table-responsive {
    height: calc(100% - 40px);
    overflow: scroll;
}

#support_list table tr td {
    font-size: 13px;
}

#support_list table tr:hover {
    cursor: pointer;
    background: #f2faff;
}

#support_list table tr.selected {
    cursor: pointer;
    background: #f2faff;
}

#support_list table tr.selected td:first-child {
    border-left: 5px solid #009ef7;
}

#support_list table tr.selected .title {
    cursor: pointer;
    color: #009ef7;
    font-weight: 500;
}

#support_list table tr.ticket-closed * {
    filter: grayscale(100%);
    opacity: 0.7;
    color: #000;
}

#support_list table tr.ticket-closed .badge-dark {
    color: #fff !important;
}

.ticket-escalated {
    color: #ff5959 !important;
    font-weight: 600 !important;
}

.ticket-details-meta-info {
    cursor: pointer;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-block;
}

.ticket-details-meta-info:hover {
    background: #fff;
    border: 1px solid #eee;
    color: #000 !important;
}

.ticket-details-meta-info:hover .text-light {
    color: #000 !important;
}

#support_list .pagination {
    justify-content: end;
    padding: 0px 10px;
    padding-top: 0;
    align-items: center;
    font-size: 12px;
}

#support_list .pagination .btn {
    border-radius: 0;
    border: 1px solid #fff;
}

#support_list .pagination .btn:nth-child(2) {
    margin-right: 10px;
}

#support_list_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eff2f5;
    padding: 10px 20px;
    padding-top: 0;
}

.support-list-toggle {
    display: none;
}

.no-results {
    text-align: center;
    color: #999;
    min-height: 100px;
    text-align: center;
    height: 100%;
    display: flex;
    align-self: center;
    align-items: center;
    width: 100%;
    place-content: center;
}

#ticket_details_header {
    margin-bottom: 20px;
}

#ticket_details_actions .btn-group .btn {
    display: inline-flex;
    align-items: center;
}
#ticket_details_actions .btn-group .btn i {
    margin-right: 5px;
}

.menu-link.text-primary.bg-light-primary i {
    color: #009ef7;
}

.ticket-details-conversation .ticket-details-conversation-actions {
    display: none;
}

.ticket-details-conversation:hover .ticket-details-conversation-actions {
    display: block;
}

.ticket-details-conversation-label {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: #009ef7;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ticket-details-conversation-label i {
    color: #fff;
}

.ticket-details-conversation-label.from-agent {
    background: #00c67d;
}
.text-primary.from-agent {
    color: #00c67d !important;
}

.ticket-details-conversation-label.from-collaborator {
    background: #8c2ec6;
}
.text-primary.from-collaborator {
    color: #8c2ec6 !important;
}

.ticket-details-conversation-label.from-system {
    background: #000;
}
.text-primary.from-system {
    color: #000 !important;
}

.ticket-details-conversation.private {
    background: #fef1e1;
}

.ticket-details-conversation-body {
    margin-top: 10px;
}

.ticket-details-conversation-body img {
    max-width: 100%;
    height: auto !important;
    cursor: pointer;
}

.ticket-details-conversation-body blockquote,
.read-in-vw-indication {
    display: none;
}

#ticket_details_actions {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

#ticket_details_actions > div {
    display: flex;
}

.ticket-details-add-attachment {
    color: #8a8fa4;
    font-weight: 200;
}

.ticket-details-add-attachment i {
    color: #a1a5b7;
    font-size: 15px;
}

.ticket-details-add-attachment:hover,
.ticket-details-add-attachment:hover i {
    color: #009ef7;
}

.ticket-details-attachment-info {
    margin-top: 15px;
    margin-bottom: 7px;
}

#ticket_details_create_attachment_container {
    border: 1px solid #f0f0f0;
    background: #fcfdfd;
    border-end-start-radius: 10px;
    border-end-end-radius: 10px;
    padding: 10px 15px;
}

#ticket_details_create_attachment_container h3 {
    font-size: 13px;
    font-weight: 500;
}

.ticket-details-conversation-attachments {
    margin-top: 20px;
}

.ticket-details-conversation-attachments a {
    display: inline-flex;
    border: 1px solid #ccc;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 4px;
    flex-direction: row;
}

.ticket-details-conversation-attachments a:hover {
    background: #f1faff;
    border: 1px solid #009ef7;
}

.ticket-details-conversation-attachments i {
    font-size: 16px;
    color: #000;
    margin-right: 5px;
}

.ticket-details-conversation-attachments div {
    font-size: 12px;
    color: #000;
}

.ticket-details-tags-container {
    display: flex;
    align-items: center;
    padding: 0px 0px !important;
}

.ticket-details-tags-container > span {
    color: #999;
}

.ticket-details-tags-container
.select2-container--bootstrap5
.select2-selection--multiple
.select2-selection__rendered
.select2-selection__choice {
    border-radius: 4px;
    background-color: #ebeef0;
    padding: 2px;
    border: 1px solid #cfd7df;
    margin: 2px;
}

.ticket-details-tags-container .select2-selection__choice__remove {
    right: 0;
}

.ticket-details-tags-container .select2-selection__choice__display {
    margin-left: 5px !important;
    margin-right: 19px;
}

.ticket-details-tags-container
.select2-selection.select2-selection--multiple.form-control {
    border: 2px solid transparent;
    background: transparent;
    padding: 5px;
}

.ticket-details-tags-container .select2-container--focus .form-control,
.ticket-details-tags-container .select2-container--open .form-control {
    border: 2px solid #009ef7 !important;
}

#ticket_details_create_adressing {
    background: #fcfdfd;
    border: 1px solid #f0f0f0;
    margin-top: 20px;
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
    border-bottom: 0;
}

#ticket_details_create_adressing > div {
    border-bottom: 1px solid #f0f0f0;
    padding: 7px 0px;
}

#ticket_details_create_adressing > div > span {
    color: #878787;
    padding: 5px 15px;
    padding-right: 5px;
    flex-shrink: 0;
}

#ticket_details_create_adressing > div > div {
    color: #000;
    padding: 5px;
    width: 100px;
    padding-right: 10px;
}

#ticket_details_create_body_container {
    position: relative;
    margin-bottom: 39px;
}

#ticket_details_create_body_container .ql-container {
    border: 0;
}
#ticket_details_create_body_container .ql-editor {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top: 0;
    height: 200px;
}
#ticket_details_create_body_container .ql-toolbar {
    position: absolute;
    width: 100%;
    transform: translateY(100%);
    z-index: 100;
    bottom: 2px;
    border-radius: 0;
    border-color: #f0f0f0;
    background: #fcfdfd;
}

.ticket-details-conversation-adressing {
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ticket-details-conversation-adressing > div {
    padding: 0px;
    font-size: 11px;
}

.ticket-details-conversation-adressing label {
    color: #000;
    margin-right: 5px;
    font-weight: 600;
}

.ticket-details-conversation-adressing .badge {
    font-weight: normal;
    margin-right: 5px;
    background: transparent;
    border: 0;
    font-size: 11px;
    color: #666;
    padding: 5px 2px;
}

.vw-reply-link {
    display: none;
}

.btn-check:active + .btn.btn-white,
.btn-check:checked + .btn.btn-white,
.btn.btn-white.active,
.btn.btn-white.show,
.btn.btn-white:active:not(.btn-active),
.btn.btn-white:focus:not(.btn-active),
.btn.btn-white:hover:not(.btn-active),
.show > .btn.btn-white {
    background: #fdfdfd !important;
}

@media (max-width: 992px) {
    .support_filters {
        overflow-x: scroll;
    }
    #support_sidebar {
        width: 100%;
        height: calc(100% - 55px);
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 1000;
        transform: translateX(-100%);
        transition: all 0.5s;
        padding-top: 56px;
    }
    #support_sidebar.open {
        transform: translateX(0);
    }
    #support_list {
        height: calc(100% - 95px);
    }
    #support_selected_message {
        position: relative;
        width: calc(100%);
        margin-left: 0px;
        padding: 10px !important;
        height: auto;
    }
    #ticket_details_create_adressing > div {
        flex-direction: column;
        align-items: flex-start !important;
    }

    #ticket_details_create_adressing > div > span {
        padding-bottom: 0;
    }
    #ticket_details_create_adressing > div > div {
        padding-left: 15px;
        width: 100% !important;
        padding-top: 0;
        margin-left: 0 !important;
    }

    #ticket_details_create_container .card-body,
    .ticket-details-conversation .card-body {
        padding: 15px;
    }

    #ticket_details_actions {
        overflow-x: scroll;
    }
    #ticket_details_actions > div {
        flex-shrink: 0;
    }

    #support_sidebar > .d-flex.align-items-center {
        margin: 0 !important;
        padding: 0 !important;
    }

    #support_sidebar .support_filters {
        height: auto;
    }
    #support_list .table-responsive {
        height: 100%;
    }
    #support_list_header {
        position: fixed;
        top: 12px;
        width: 100%;
    }
    #support_list_header h5 {
        text-wrap: nowrap;
    }
    .support-list-toggle {
        display: inline-block;
    }
    #support_list .pagination {
        flex-shrink: 0;
    }
    #support_list table tr td:nth-child(3) {
        display: none;
    }

    #ticket_details_create_body_container .ql-toolbar {
        overflow-x: scroll;
        display: flex;
    }

    #ticket_details_create_body_container .ql-toolbar .ql-formats {
        display: flex;
    }

    #ticket_details_create_attachment_container {
        padding-top: 20px;
    }

    .create-ticket-card-success {
        padding: 15px !important;
    }
}

.tooltip-inner {
    padding: 10px 10px !important;
    max-width: 260px;
    color: #fff;
    background-color: #009ef7;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #009ef7;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #009ef7;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #009ef7;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #009ef7;
}

.ql-mention-list-container {
    width: 270px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.08);
    z-index: 9001;
    overflow: auto;
}

.ql-mention-loading {
    line-height: 30px;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 13px;
}

.ql-mention-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ql-mention-list-item {
    cursor: pointer;
    line-height: 40px;
    font-size: 13px;
    padding: 0 20px;
    vertical-align: middle;
    font-family: Poppins, Helvetica, sans-serif;
}

.ql-mention-list-item.disabled {
    cursor: auto;
}

.ql-mention-list-item.selected {
    background-color: #d3e1eb;
    text-decoration: none;
}

.mention {
    height: 24px;
    width: 65px;
    border-radius: 6px;
    background-color: #d3e1eb;
    padding: 3px 0;
    margin-right: 2px;
    user-select: all;
}

.mention > span {
    margin: 0 3px;
}

.order-details-header {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.configurator-order-list {
    margin: 0px 30px;
}

.order-list-item {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.order-list-item:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.order-status-badge {
    font-size: 10px;
    padding: 3px 8px;
    background: #000;
    color: #fff;
    border-radius: 7px;
    margin-right: 5px;
    text-transform: lowercase;
    display: inline-block;
}
.order-status-badge:first-letter {
    text-transform: uppercase;
}

.order-status-badge.CONCEPT {
    background: #2f5bc9;
}

.order-status-badge.OFFER {
    background: #7239ea;
}

.order-status-badge.ORDERED {
    background: #009ef7;
}

.order-status-badge.ONSTOCK {
    background: #cd8150;
}

.order-status-badge.PRODUCTION {
    background: #ffc700;
}

.order-status-badge.COMPLETED,
.order-status-badge.OPERATIONAL {
    background: #50cd89;
}

.order-status-badge.MVAIV,
.order-status-badge.MVAIVS {
    background: #7a50cd;
}
.order-status-badge.RETURNED {
    background: #be25bb;
}

.configuration-stock-indicator {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    letter-spacing: 1;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #ffc700;
    border-radius: 10px;
    display: inline-block;
}

.configuration-live-indicator {
    font-size: 11px;
    font-weight: 600;
    color: #00cb25;
    letter-spacing: 2px;
    letter-spacing: 1;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #daf3e3;
    border-radius: 10px;
    display: inline-block;
}

.configuration-live-indicator::before {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #00cb25;
    border-radius: 100%;
    margin-right: 0px;
    margin-top: 5px;
    float: left;
    margin-right: 6px;
    content: " ";
}

div,
ol,
pre,
span,
ul {
    scrollbar-width: thin;
    scrollbar-color: #7f8285 transparent !important;
}

.inline-divs {
    display: flex; /* Or use display: grid; */
    gap: 10px; /* Adjust the spacing */
}

/* Metronic new version menu style */
.aside,
.header .header-brand {
    background-color: rgb(11 12 16);
}
.iv-custom-logo .badge {
    position: absolute;
    bottom: 0;
    left: 78px;
    font-size: 9px;
    font-weight: 900;
    padding: 3px 6px;
}
.iv-custom-logo img {
    width: 100%;
}
.aside-menu .menu .menu-item .menu-link .menu-title,
.aside-menu .menu .menu-item .menu-link.active {
    font-weight: 500;
    font-size: 12px;
    color: #b5b7c8;
}
.aside-menu .menu .menu-item .menu-link .menu-icon i {
    color: #b5b7c8;
}

.template-deviation {
    background: mediumpurple !important;
    color: white;
}

.template-original {
    border: 2px dotted mediumpurple !important;
    box-sizing: border-box !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}

[data-vw-calendar] {
    background-color: #fff;
    border-radius: 0.475rem;
}

[data-vw-calendar] .fc-toolbar.fc-header-toolbar {
    margin: 1rem;
}

[data-vw-calendar] .fc-button {
    background-color: #f5f8fa;
    color: #fff;
    border: 0;
    font-weight: 500;
    transition: all 0.2s ease;
}

[data-vw-calendar] .fc-button-primary {
    background-color: #009ef7;
    border-color: #009ef7;
}

[data-vw-calendar] .fc-event {
    cursor: pointer;
}

.rental_toggle_manage {
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 1px solid #e3e3e3 !important;
}

[data-vw-calendar] .fc-more-popover {
    max-height: 50%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.events-font {
    font-family: monospace;
    font-size: 10px !important;
}

#drawer_event_info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    pointer-events: auto;
}

#drawer_event_info_details h1 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#drawer_event_info {
    box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2) !important;
}

#drawer_event_info .pre-wrap {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Courier New", monospace;
    font-size: 0.875rem;
    background-color: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #e1e3ea;
    max-height: 200px;
    overflow-y: auto;
}

#drawer_event_info .json-block {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: "Courier New", monospace;
    font-size: 0.875rem;
    background-color: #1e1e1e;
    color: #d4d4d4;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #404040;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    line-height: 1.4;
}

#drawer_event_info .json-block .json-key {
    color: #9cdcfe;
}

#drawer_event_info .json-block .json-string {
    color: #ce9178;
}

#drawer_event_info .json-block .json-number {
    color: #b5cea8;
}

#drawer_event_info .json-block .json-boolean {
    color: #569cd6;
}

#drawer_event_info .json-block .json-null {
    color: #569cd6;
}

#drawer_event_info_details .row > div {
    border-bottom: 1px solid #f8f8f8;
    padding-top: 5px;
    padding-bottom: 5px;
}

#drawer_event_info_details .row {
    color: #000;
}

#drawer_event_info_details .row .key {
    color: #999;
}

#drawer_event_info .card-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

#drawer_event_info.drawer-off {
    transition: transform 0.3s ease-in-out;
}

#drawer_event_info.drawer-on {
    transform: translateX(0);
}

.vw-rendered.datetime-ms {
    display: inline-block;
    font-family: monospace;
    white-space: nowrap;
}

.vw-rendered.datetime-ms::before {
    content: "\f293";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    vertical-align: -0.125em;
    margin-right: 4px;
}

.setting-wizard-sub-navigation-item.d-none {
    display: none !important;
}

.setting-wizard-sub-navigation-item.first-visible::before {
    display: none;
}


/* START OF MACHINE EVENT DASHBOARD CSS */
div.page-container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.page-container>div#sidebar {
    min-width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
}

div.page-container > div#content {
    flex-grow: 1;
    margin-left: 20px;
}

div#sidebar.filters button[type="submit"] {
    margin-top: 10px;
}

table#machineEventsTable {
    width: 100%;
}

table#machineEventsTable tbody tr {
    cursor: pointer;
}

table#machineEventsTable td.code {
    font-family: monospace;
}

table#machineEventsTable > colgroup > col.routing {
    width: 125px;
}

table#machineEventsTable>colgroup>col.datetime {
    min-width: 200px;
    max-width: 200px;
}

table#machineEventsTable td.datetime {
    font-family: monospace;
}

table#machineEventsTable td.datetime > span {
    display: block;
}

table#machineEventsTable td.description {
    font-family: monospace;
}

table#machineEventsTable td.description > span {
    display: block;
}

table#machineEventsTable td.description > span:first-child {
    font-weight: bold;
}

table.dataTable.table-bordered td:last-child,
table.dataTable.table-bordered th:last-child {
    border-right: none !important;
}

/* END OF MACHINE EVENT DASHBOARD CSS */
/* START OF STOCKEXPIRATION DASHBOARD CSS */
.bubble {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    max-height: 33px;
    margin: 0 auto;
}

.ExpireStockInfo {
    padding: 2vh;
    margin: 2vh;
    border-radius: 2vh;
}

#drawer_stock_expiration_info_thumb {
    height: 10vh;
    width: auto;
}

.stock-expiration-container {
    margin: 1vh auto;
}

.stock-expiration-title-container {
    display: flex;
    justify-content: space-between;
}

#table_refill_advice th{
    padding: 15px 25px;
}
/* END OF STOCKEXPIRATION DASHBOARD CSS*/
/* START OF DEVELOPMENT INFO CARD FOR SUPPORT TICKET */
.dev-card {
    max-width: 400px;
    min-width: 400px;
    background: #ebfff6;
    font-size: 11px;
    border: 2px dotted #02ca72;
}

.dev-card-title {
    font-size: 12px;
    text-transform: uppercase;
}

.dev-card-row span {
    font-size: 11px;
}

/* END OF DEVELOPMENT INFO CARD FOR SUPPORT TICKET */




/* Settings Wizard: Out-of-sync answer outline */
/* Uses a thick red striped border to indicate out-of-sync state */
div.setting-wizard-answer.out-of-sync {
    /* Ensure we override default/selected borders */
    border-width: 4px !important;
    border-style: solid !important;
    border-color: red !important;
}


.table-bordered> :not(caption)>* {
    border-width: 1px 0;
    border-top: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
}

tr.row-toggle {
    cursor: pointer;
}

.shown .row-toggle .row-toggle-off {
    display: none;
}

.row-toggle .row-toggle-on {
    display: none;
}

.shown .row-toggle .row-toggle-on {
    display: block;
}

.iv-table-child-container {
    background: #f5f5f5;
    padding: 10px;
    border: solid 15px #f5f5f5;
    border-radius: 10px;
    margin-left: 2%;
    font-size: 10px !important;
}

.iv-table-child {
    margin: 0;
    background: #fff;
    border-radius: 4px;
    padding: 0 20px;
}

.iv-table-child tr {
    border: none !important;
}

.iv-table-child td {
    padding-bottom: 10px;
    padding-top: 2px;
    line-height: 15px;
}

.datagrid thead th {
    color: #1e1e2d;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fbfbfb;
    border-bottom-color: #dee2e6 !important;
    text-decoration: none;
}

/* Delete button inside the menu item (for dynamic views) */
.menu-delete-btn {
    margin-left: auto;
    padding: 2px 6px;
    opacity: 0.75;
    transition: opacity 0.3s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-link:hover .menu-delete-btn {
    opacity: 1;
}

.menu-delete-btn:hover i {
    color: #d9214e !important;
}
.menu-delete-btn i {
    font-size: 1.3rem;
    font-weight: bold;
}

/* Support toolbar styles */
div.toolbar input[type="text"]#searchByTicketIdTextBox {
    width: 150px;
}

/* Allow the toolbar to wrap to multiple lines */
#kt_toolbar_container {
    flex-wrap: wrap !important;
    gap: 0.5rem;
}

/* Push filter container to the right and allow it to expand leftward */
#kt_toolbar_container > div:last-child {
    margin-left: auto !important;
    flex: 0 1 auto;
    min-width: 0;
    justify-content: flex-end;
}

/* Allow toolbar form to wrap and expand */
#kt_toolbar .support_filters {
    flex-wrap: wrap !important;
    justify-content: flex-end;
}

/* Allow multi-select agents dropdown to expand dynamically */
#kt_toolbar .support_filters select[name="Agents[]"] {
    min-width: 200px !important;
    width: auto !important;
    max-width: none !important;
}

/* Make Select2 container expand with content */
#kt_toolbar .support_filters .select2-container {
    min-width: 200px !important;
    width: auto !important;
    max-width: 600px !important;
}

/* Ensure Select2 selection container expands */
#kt_toolbar .support_filters .select2-selection--multiple {
    min-height: 31px !important;
}

/* Wrap tags selection in its own flex container */
.tags-select-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto;
    min-width: 150px;
}

/* Wrap agent selection in its own flex container */
.agent-select-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto;
    width: calc(100% - 14px);
}

/* Support page toolbar auto-height adjustment */
@media (min-width: 992px) {
    .toolbar-fixed .toolbar#kt_toolbar {
        height: auto !important;
        min-height: var(--kt-toolbar-height);
    }

    /* Adjust wrapper padding when toolbar height changes */
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: calc(65px + 55px);
    }
}

/* Ensure toolbar container aligns items properly when wrapping */
#kt_toolbar #kt_toolbar_container {
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Allow agent select wrapper to wrap its content */
.agent-select-wrapper .select2-container--bootstrap5 .select2-selection--multiple {
    min-height: 31px;
    height: auto !important;
}

/* Ensure the toolbar content doesn't overflow */
#kt_toolbar .support_filters {
    align-items: flex-start;
}