﻿@font-face {
    font-family: "noto";
    src: url('/fonts/NotoSansTC-Regular.otf');
}

@font-face {
    font-family: "noto-light";
    src: url('/fonts/NotoSansTC-Light.otf');
}

@font-face {
    font-family: "noto-bold";
    src: url('/fonts/NotoSansTC-bold.otf');
}


@font-face {
    font-family: "nunito";
    src: url('/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: "nunito-light";
    src: url('/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: "nunito-bold";
    src: url('/fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: "fontawesome";
    src: url('/fonts/fa-solid-900.ttf');
}

@font-face {
    font-family: "fontawesome-r";
    src: url('/fonts/fa-regular-400.ttf');
}

.fa-2xs, .fa-xs, .fa-sm, .fa-lg, .fa-xl, .fa-2xl {
    line-height: 1;
}

:root {
    --primaryColor: #f39800;
    --primaryColor10: #f398001a;
    --secondaryColor: #fad071;
    --secondaryXorColor: #66e9e3;
    --text-color: #212529;
    --text-color-light: #9fa0a0;
    --light-grey-color: #efefef;
    --modal-rounded: 10px;
    --left-bar-color: #595757;
}

body, html {
    height: 100%;
    font-family: 'noto', sans-serif;
    font-style: normal;
    overflow: hidden;
    font-weight: 400;
    overscroll-behavior-y: contain;
    /*color: var(--text-color);*/
}

html {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

img {
    max-width: 100%;
}

.shadow {
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 15%) !important;
}

.control-label {
    font-size: 0.9em;
    font-weight: 400;
    text-align: right;
}

.debug-r {
    border: solid 3px red !important;
}

.debug-g {
    border: solid 3px green !important;
}

.debug-b {
    border: solid 3px black !important;
}

.primary-light {
    background-color: var(--primaryColor) !important;
    color: white !important;
    border-color: var(--primaryColor) !important;
}

.secondary-light {
    background-color: var(--secondaryColor) !important;
    color: white !important;
}

.color-primary {
    color: var(--primaryColor) !important;
}

.color-secondary {
    color: var(--secondaryColor) !important;
}

.color-hint {
    color: #efefef;
}

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.light-dark {
    background-color: #f3f3f3;
}

.border-active {
    border: solid 1px var(--primaryColor) !important;
}

.border-active-bold {
    border: solid 3px var(--primaryColor) !important;
}

.primary-background {
    background-color: var(--left-bar-color);
    color: white;
}

.secondary-background {
    background-color: #666;
}

.background-light {
    background-color: #efefef;
}

.text-orange {
    color: #ff8300;
}

.text-disable {
    color: rgba(0, 0, 0, 0.5);
}

.text-active {
    color: var(--primaryColor) !important;
}

.text-lg {
    font-size: 24px;
}

.text-md {
    font-size: 20px;
}

.btn-secondary-light {
    background-color: #fafafa;
    color: black;
    border: 1px solid #ddd;
}

.noto-light {
    font-family: 'noto-light';
}

.primary-color {
    color: var(--primaryColor);
}

.color-success {
    color: #63e6be;
}

.color-success-secondary {
    color: #4D8C57;
}

.border-active {
    border: solid 1px var(--primaryColor) !important;
}



.itemWrap.active {
    border: solid 1px #c3002a;
    box-shadow: rgb(202 3 46 / 50%) 0 0 6px;
}

.text-color-light {
    color: var(--text-color-light);
}

.primary-text-color {
}

.second-text-color {
}

#mdYesNo #btnYes {
    border-radius: 25px;
}

#mdYesNo #btnNo {
    margin-right: 0.25rem
}

#mainMenubar {
    font-size: 14px;
}

#mainMenubar .item {
    background-color: var(--primaryColor10);
    border-radius: 10px;
    color: #555;
}

#mainMenubar .item i {
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 18px;
    color: #545454;
}

#mainMenubar .item.active {
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
}

#mainMenubar .item.active i {
    color: #fff;
}

#leftbar .active {
    color: white;
    background-color: var(--primaryColor);
}

/*#leftbar .active.moreIcon {
    color: var(--primaryColor);
    background-color: white;
    background: none;
}*/

#dietTypebar > div {
    font-weight: 700;
    font-size: 1rem;
    padding: 5px 10px;
    color: #555;
    margin-right: 10px;
    background-color: white;
    border-radius: 5px;
    border: solid 1px #ccc;
}

#dietTypebar .active {
    background-color: darkorange;
    color: white;
}

.optionButton {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.colorIcon {
    width: 15px;
    height: 15px;
    border: solid 1px #ececec;
    margin-top: 5px;
    margin-left: 5px;
}

.menuIcon {
    padding: 10px 1rem;
    font-weight: 700;
    /*border-bottom: 1px solid #dee2e6;*/
    white-space: nowrap;
    pointer-events: all;
    cursor: pointer;
}

    .menuIcon.active {
        color: var(--primaryColor);
        background-color: #fafafa;
    }

.menuDetailIcon {
    margin: 5px;
    padding: 8px;
    width: 110px;
    height: 110px;
    font-weight: 700;
    background-color: #e5e5e5;
    text-align: center;
    cursor: pointer;
}

/*combine*/
.flex-grow-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
    height: 0px;
}

.text-md {
    font-size: 24px;
}

.text-larger {
    font-size: 1.2rem;
}

.text-lg {
    font-size: 30px;
}

.text-xl {
    font-size: 36px;
}

.text-sm {
    font-size: 12px;
}

.text-bold {
    font-weight: 700;
}


.btn-orange {
    color: white;
    background-color: #ff8300;
    border: 1px solid #dddddd;
    font-size: 16px;
}

    .btn-orange.active, .btn-orange.active:active {
        border: 0px;
        background-image: linear-gradient(71deg,#ff8300,#ff7f00 27%,#ff7200 54%,#ff5e00 82%,#ff4c00) !important;
    }

.btn-lg {
    padding: 10px 40px;
    font-size: 20px;
    cursor: pointer;
}

.btn-white {
    padding: 10px;
    border-radius: 2px;
    background-color: white;
    border: solid 1px #898989;
    cursor: pointer;
    text-align: center;
    width: 100%;
    color: #212529;
    border-radius: 10px;
}

.btn-white-flat {
    padding: 15px;
    background-color: white;
    border-bottom: solid 1px #ececec;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.btn-white-flat.text-active {
    background-color: #fafafa;
}

.btn-light-gray {
    padding: 10px;
    border-radius: 10px;
    background-color: #efefef;
    border: solid 1px #efefef;
    cursor: pointer;
    text-align: center;
    width: 100%;
}


.modal-header {
    font-weight: 700;
    background-color: var(--primaryColor);
    color: #fff;
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.item-active {
    color: var(--primaryColor);
}

.textdiv {
    width: 100%;
    min-height: 40px;
    padding: 5px 10px;
    text-align: left;
    border-radius: 10px;
}

.btnCircle {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: solid 1px #999;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
}


.btnCircle-dark {
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 50%;
    border: solid 1px #999;
    border-width: thin;
    display: inline-block;
    color: #666;
    line-height: 40px;
    text-align: center;
}

#qtyPad .btnQty {
    height: 30px;
    width: 30px;
    background-color: transparent;
    border-radius: 50%;
    border-width: thin;
    display: inline-block;
    color: #000;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

#qtyPad .active {
    height: 30px;
    width: 30px;
    background-color: #262629;
    border-radius: 50%;
    border-width: thin;
    display: inline-block;
    color: white;
    text-align: center;
}

.btn-d-100 {
    border: solid 1px #ff8787;
    color: #ff8787;
    border-radius: 5px;
    border-width: 3px;
    padding: 2px;
    font-weight: bold;
}

.btn-d-500 {
    border: solid 1px #e9cbcd;
    color: #e9cbcd;
    border-radius: 5px;
    border-width: 3px;
    padding: 2px;
    font-weight: bold;
}

.btn-d-1000 {
    border: solid 1px #acd1d4;
    color: #acd1d4;
    border-radius: 5px;
    border-width: 3px;
    padding: 2px;
    font-weight: bold;
}

.tabbar .tabTitle {
    padding: 10px 10px;
    color: #757575;
    cursor: pointer;
    margin-left: 10px;
}

    .tabbar .tabTitle.active {
        color: var(--primaryColor);
        font-weight: bold;
        border-bottom: 4px solid var(--primaryColor);
    }


.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.custom-checkbox {
    margin-bottom: 0;
}
/* Create a custom checkbox */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: var(--primaryColor);
    border-width: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 0px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Customize the label (the container) */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0 !important;
    }

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    margin-top: -10px;
    border-radius: 50%;
    background-color: white;
    border: solid 1px #aaa;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .radio-checkmark {
    background-color: white;
    border: solid 1px var(--primaryColor);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .radio-checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primaryColor);
}

/*#changePeopleNumberContent:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 10px;
    border-style: solid;
    border-width: 0 15px 20px;
    border-color: #f1f1f1 transparent;
    display: block;
    width: 0;
    z-index: 1;
}*/

.optionGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    border: none !important;
}

    .optionGroup .active {
        border: 2px solid #000;
    }

.tagIcon {
    padding: 4px 10px;
    margin-right: 4px;
    margin-bottom: 4px;
    text-align: center;
    color: #fff;
    background-color: var(--secondaryColor);
    border-radius: 0.25rem;
    border: 2px solid transparent;
    cursor: pointer;
}

.productOptionIcon {
    font-size: 1.1rem;
    width: 120px;
    height: 120px;
    border: solid 1px #efefef;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}

.activeItemDetail {
    color: var(--primaryColor);
    font-weight: 700;
    font-size: 1.1rem;
}

.productSetIcon {
    background-image: url('/Images/rAngle2.png');
    background-repeat: no-repeat;
    background-position: top right;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .dot.active {
        background-color: var(--primaryColor);
    }

::-webkit-scrollbar {
    display: none;
    /*height: 8px;*/ /* height of horizontal scrollbar ← You're missing this */
    /*width: 8px;*/ /* width of vertical scrollbar */
    /*border: 1px solid #4b4244;
    background-color: #4b4242;*/
}

.title {
    font-size: 1.3rem;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#orderItemWrap::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#orderItemWrap {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.tabbar {
    display: flex;
    background-color: white;
    border-bottom: solid 1px #dee2e6;
}

    .tabbar > div {
        font-size: 1rem;
        color: #666;
        font-weight: bold;
        padding: 10px 20px;
        cursor: pointer;
    }

    .tabbar .active {
        color: var(--primaryColor);
        border-bottom: 2px solid var(--primaryColor);
    }

.p-button {
    padding: 5px 20px;
}

.p-button-w {
    padding: 5px 40px;
}

/*/div as text input*/
.tvDate {
    width: 120px;
    text-align: center;
    background-color: white;
}

.numberInput {
    text-align: right;
}

.col-fixed-1 {
    width: 100px;
}

.ui-readonly {
    pointer-events: none;
    background-color: #efefef !important;
}

.ui-readonly-text {
    pointer-events: none;
    color: #aaa !important;
}

.ui-required {
    background-color: #efefef !important;
    opacity: 0.6;
}

.btnOrderRemind {
    background-color: #FFCC80;
    border-color: #FFCC80 !important;
}

.btnOrderExpired {
    background-color: #F48FB1;
    border-color: #F48FB1 !important;
}

.btnOorderNormal {
    background-color: white;
}

button[type="button"] {
    box-shadow: none !important;
    outline: none !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(720deg);
    }
}

.dataFilter {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px rgb(0 0 0 / 15%);
    z-index: 999;
}

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itemGrid {
    position: relative;
}

    .itemGrid.isPrintNow::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-color: transparent;
        border-style: solid;
    }

    .itemGrid.isPrintNow::after {
        border-radius: 0.1em;
        border-width: 0.4em;
        border-right-color: var(--secondaryColor);
        border-top-color: var(--secondaryColor);
    }

.modal .modal-dialog {
    margin: 0.5rem !important;
}

.modal .modal-content {
    border: none;
    border-radius: var(--modal-rounded);
    box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
    overflow: hidden;
}

.modal .modal-header {
    position: relative;
    text-align: center;
    color: #fff;
    background-color: var(--primaryColor);
}

.modal .modal-title {
    width: 100%;
}

.modal .modal-header .close {
    position: absolute;
    right: 1rem;
    outline: none;
    color: #fff !important;
}

.modal .modal-footer .btn {
    min-width: 100px;
    width: auto;
    height: 40px;
    padding: 0 6px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
}

.modal .modal-footer .btn.btn-default {
    border: solid 1px #898989;
}

/*.modal .modal-footer .btn:hover {
    background-color: #f4f5f8;
}*/

.modal .modal-footer .bg-primary:active {
    box-shadow: none !important;
}

button, .form-control {
    box-shadow: none !important;
    transition: all 0.25s;
}

.btn-dark {
    min-width: 80px;
    border-radius: 10px;
    border-color: #343a40;
}

#btnPrintOrder {
    width: 100px;
    height: 50px;
    color: #fff;
    background-color: #262629;
    border: none;
}

#btnPaymentWrap button, #btnTempSaveWrap button, #btnBookingSeatWrap button {
    height: 50px;
    border: none;
}

.btn-secondary-light-2 {
    width: auto !important;
    color: black;
    background-color: #fafafa;
    border: 1px solid #ddd;
}

.btn-dark-h50, .btn-dark-h50:hover {
    min-width: 100px;
    height: 50px;
    color: #fff;
    background-color: #262629;
    border: none;
    border-radius: 10px;
}

.btn-primary-h50, .btn-primary-h50:hover {
    min-width: 100px;
    height: 50px;
    color: #fff;
    background-color: var(--primaryColor);
    border: none;
    border-radius: 10px;
}

.btn-outline-primary {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
    background-color: #fff;
    border-radius: 10px;
}

.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    color: var(--primaryColor) !important;
    border-color: var(--primaryColor) !important;
    background-color: #fff !important;
    opacity: 0.8;
}

.opacity-50 {
    opacity: 0.5;
}

#tvDate .ui-widget.ui-widget-content {
    position: absolute;
    top: 48px;
}

.tvDate > .ui-datepicker {
    margin-top: 13px;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        margin: 1.75rem auto !important;
    }
}

.hasDatepicker, .ui-datepicker select, .ui-datepicker button {
    outline: none;
}

.ui-datepicker .ui-timepicker-div + .ui-datepicker-buttonpane > .ui-datepicker-current {
    display: none;
}

.ui-datepicker dl {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    white-space: nowrap;
}

.ui-datepicker dd {
    margin: 0 1.25rem 0 .25rem;
}

.h-viewport {
    height: var(--vh, 100vh);
}

#menuItemWrap > div:first-child {
    height: calc(100% - 20px - 0.5rem);
    flex-grow: unset !important;
}

#mdCrossItemQtyPad > div,
#mdPhoneNumberPad > div,
#qtyPadNumberPad > div {
    justify-content: space-around;
}

    #mdCrossItemQtyPad > div .btnCircle,
    #mdPhoneNumberPad > div .btnCircle {
        margin-right: 0 !important;
    }

    #mdCrossItemQtyPad > div:last-child > div,
    #mdPhoneNumberPad > div:last-child > div,
    #qtyPadNumberPad > div:last-child > div {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }

.color-red {
    color: red;
}

.text-18 {
    font-size: 18px;
}

.text-14 {
    font-size: 14px;
}

.hr-white {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.pe-none {
    pointer-events: none;
    opacity: 0.7;
}

.test-msg {
    width: 550px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    color: #fff;
    background-color: #000;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    margin: 0.25rem;
}

.lbHq, .lbRePrint, .lbOverview {
    margin-top: 10px;
    width: 35px;
    height: 20px;
    font-size: 13px;
    background-color: #898989;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lbHq.error, .lbRePrint.error, .lbWan.error {
    background-color: #d63c32 !important;
}

.lbRePrint.error:before, .lbHq.error:before, .lbWan.error:before {
    content: '✖';
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: 8px;
    color: #fff;
}

.bg-client {
    background-color: #f2e6cb
}

/*usersAuth*/
.noAuth:not(#salesOrderLogItem):not(#mdChangeItem),
#salesOrderLogItem.noAuth .btnIsClose.authIsCancel,
.noAuthCloseAccount .authCloseAccount,
.noAuthCloseAccountEnd .authCloseAccountEnd {
    display: none !important;
}

.authBtnReadonly,
.mdReadonly .btnReadonly,
#salesOrderLogItem.authReadonly .btnIsClose.authIsCancel {
    cursor: default !important;
    pointer-events: none !important;
    opacity: .35 !important;
}

.authDivReadonly,
.mdReadonly .divReadonly {
    cursor: default !important;
    pointer-events: none !important;
}

#discountWrap.authReadonly .rightSidebar div:not(#discountList),
#discountWrap.authReadonly #discountList button,
#discountWrap.authReadonly #discountEditWrap .item,
#menuItemWrap.authReadonlyServed .menuDetailIcon,
#crossOptionWrap.authReadonlyChangeItem #menuItemWrap .menuDetailIcon {
    cursor: default !important;
    pointer-events: none !important;
}

#paymentWrap.authReadonly #btnDutyFree,
#paymentWrap.authReadonly #btnPayBySplit,
#paymentWrap.authReadonly #paymentTypeWrap button,
#paymentWrap.authReadonly #btnPaymentOk {
    cursor: default !important;
    pointer-events: none !important;
    opacity: .35 !important;
}

#loadingmessage .loadingModal {
    width: 300px;
    height: 300px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px 1px rgb(69 65 78 / 20%);
}

#loadingmessage .loadingModal .icon {
    margin-bottom: 0.25rem;
    transform: scale(1.15);
}

#loadingmessage .loadingModal .loadingMsg {
    color: #666;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 800px) {
    #posLoginWrap #btnAttendance {
        left: 1% !important;
        top: 66% !important;
        transform: unset !important;
    }

    #posLoginWrap #btnDeviceChange {
        left: unset !important;
        right: 1%;
        top: 66% !important;
        transform: unset !important;
    }
}

.toolbar .active {
    color: #fff !important;
    background-color :var(--primaryColor);
}

.btn-outline-info {
    color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
    background-color: #fff !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):hover,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff !important;
    background-color: var(--secondaryColor) !important;
    border-color: var(--secondaryColor) !important;
}