/* Minification failed. Returning unminified contents.
(1191,39): run-time error CSS1046: Expect comma, found '0'
(1191,43): run-time error CSS1046: Expect comma, found '/'
(1191,74): run-time error CSS1046: Expect comma, found '0'
(1191,78): run-time error CSS1046: Expect comma, found '/'
(1252,39): run-time error CSS1046: Expect comma, found '0'
(1252,43): run-time error CSS1046: Expect comma, found '/'
(1252,74): run-time error CSS1046: Expect comma, found '0'
(1252,78): run-time error CSS1046: Expect comma, found '/'
(1990,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2139,43): run-time error CSS1046: Expect comma, found '226'
(2139,51): run-time error CSS1046: Expect comma, found '/'
 */
@font-face {
    font-family: 'Roboto';
    src: url(/Content/webfonts/Roboto-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Manrope';
    src: url(/Content/webfonts/Manrope-Medium.ttf) format('truetype')
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url(/Content/webfonts/RobotoCondensed-Light.ttf) format('truetype')
}

body {
    font-family: 'Roboto', Arial;
    overflow-x: hidden;
    overflow-y: auto;
    background: url(/Content/images/theme/2025_7.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/*----------------BOOTSTRAP----------------*/
.badge-warning-hover:hover {
    background-color: #f4e8d0;
}

.img-fluid, .img-thumbnail {
    height: 100% !important;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.color-main {
    color: #39363c !important;
}

.h-35p {
    height: 300px !important;
}

.bd-radius-card {
    border-radius: 1rem;
}

.bd-radius-card-top {
    border-radius: calc(1rem - 3px) calc(1rem - 3px) 0rem 0rem;
}

.bd-radius-card-05 {
    border-radius: 1rem 1rem;
}

.color-red {
    background-color: #ff7675 !important;
}

.color-blue {
    background-color: #1abc9c;
}

.color-green {
    background-color: #2ecc71;
}

.color-header {
    background-color: #fffaf5;
}

.fcolor-red {
    color: #ff7675;
}

.fcolor-blue {
    color: #34495e;
}

.form-outline .form-control {
    padding: 0em;
}

    .form-outline .form-control.form-control-lg ~ .form-label {
        padding-top: 0.4rem;
        font-size: 0.9em;
    }

.badge-success-medium {
    background-color: #55efc4;
    color: #0a6f36;
}

.glass-navbar {
    background: rgba(255, 255, 255, 0.8) !important;
    /*border-radius: 5px;*/
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(13.1px);
    -webkit-backdrop-filter: blur(13.1px);
    /*margin: 5px;*/
}

.glass-panel-order {
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.7px);
    -webkit-backdrop-filter: blur(12.7px);
    border-radius: 12px;
    border: 0.5px solid white;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12.7px);
    -webkit-backdrop-filter: blur(12.7px);
    border-radius: 12px;
    border: 0.5px solid white;
}

.glass-popup {
    background: rgba(255, 255, 255, 0.70);
    border-radius: .5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.3px);
    -webkit-backdrop-filter: blur(7.3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.header-desc {
    font-size: 0.6rem;
    color: #7fd662;
    padding-right: 8px !important;
    position: absolute;
    bottom: -5px;
}
/*.bg-image {
    background-image: url(/Content/images/background_april.jpg) !important;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bg-image-help {
    opacity: 1;
}

.bg-image-blurred {
    filter: blur(6px) !important;
    -webkit-filter: blur(6px) !important;
}*/
body .card {
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.23),0 10px 20px -2px rgba(0,0,0,.04);
}

#lstDebt.list-group-mine .list-group-item {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

    #lstDebt.list-group-mine .list-group-item:hover {
        background-color: #ffeaa7 !important;
        cursor: pointer;
    }

.list-group-item p[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background: #f59a9a;
    font-size: 0.9rem;
    vertical-align: middle;
    margin-right: 0.5em;
    color: white;
}

.circle-name p[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background: #f59a9a;
    font-size: 0.9rem;
    vertical-align: middle;
    margin-right: 0.5em;
    color: white;
}

.circle-name-green p[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    background: #00b74a;
    font-size: 0.9rem;
    vertical-align: middle;
    margin-right: 0.5em;
    color: white;
}

#lstDebt.list-group-light > .list-group-item {
    border-width: 0 0 1px;
    border-color: #f49494;
    border-style: dashed;
}

#lstDebt.list-group-light .list-group-item {
    padding: 0 0;
}

    #lstDebt.list-group-light .list-group-item i.verified {
        position: absolute;
        bottom: 0.1em;
        left: 2.1em;
        color: #00b74a;
    }

#lstDebt .list-group-item:first-child, #lstDebt .list-group-item:last-child {
    border-radius: 0 !important;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.no-padding-l {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#lstDebt.list-group {
    max-height: 203px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0rem;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: silver;
}

.mr-8p {
    margin-right: 8px;
}

.mr-4p {
    margin-right: 4px;
}

.ml-10p {
    margin-left: 10px;
}

.pr-14 {
    padding-right: 14px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-95 {
    padding-right: 95px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.btn-radius-left {
    border-radius: 1rem 0rem 0rem 1rem !important;
    -webkit-border-radius: 1rem 0rem 0rem 1rem !important;
    -moz-border-radius: 1rem 0rem 0rem 1rem !important;
}

.btn-radius-right {
    border-radius: 0rem 1rem 1rem 0rem !important;
    -webkit-border-radius: 0rem 1rem 1rem 0rem !important;
    -moz-border-radius: 0rem 1rem 1rem 0rem !important;
}

.select-index {
    position: relative;
    flex: 1 1 auto;
    width: 26px !important;
    background: #fff;
    border: none;
    font-size: 1rem;
    padding: 0px;
    line-height: 2.15;
    display: block;
    border: 1px solid #bdbdbd;
}

    .select-index:disabled {
        background-color: #eeeeee;
    }

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.6rem !important;
}

.fs-7-0 {
    font-size: 0.7rem !important;
}

.fs-1-4 {
    font-size: 1.4rem !important;
}

.fs-0-7 {
    font-size: 0.7rem !important;
}

.fs-0-8 {
    font-size: 0.8rem !important;
}

.fs-0-9 {
    font-size: 0.9rem !important;
}

.fs-1-0 {
    font-size: 1rem !important;
}

.pl-pr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.pl-pr-9 {
    padding-left: 9px;
    padding-right: 9px;
}

.bg-title {
    background-color: #e9e9e9 !important;
}

body table th.pt-pb-3,
body table td.pt-pb-3 {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

body table th.pt-pb-8,
body table td.pt-pb-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

body table .head-week-sum {
    background-color: #E0F2F1;
    margin-top: 10px;
}

body table thead.header-popup tr th {
    background-color: #26A69A;
    color: white;
}

body table .head-week-sum:not(:first-child) {
    border-top: solid 14px white;
}

body table .pl-pr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.lh-1-3 {
    line-height: 1.3 !important;
}

.tb-hover tr:hover td {
    background-color: #ffeaa7;
}

    .tb-hover tr:hover td:not(.tdPayment):not(.tdRemove) {
        cursor: pointer;
    }

.col-number-width {
    max-width: 22px;
    width: 22px !important;
}

.col-name-width {
    max-width: 100px;
    width: 100px !important;
}

.col-note-width {
    max-width: 150px;
    width: 150px !important;
}

.col-qty-width {
    max-width: 35px;
    width: 35px !important;
    padding-left: 2px !important;
}

.col-payment-width {
    max-width: 90px;
    width: 90px !important;
}

.col-remove-width {
    max-width: 30px;
    width: 30px !important;
}

body td p.txtFoodNoteDetail {
    color: #8b8787;
}

th.foodColHeader[order="1"],
th.foodColHeader[order="2"],
th.userColHeader[order="1"],
th.userColHeader[order="2"],
th.paymentColHeader[order="1"],
th.paymentColHeader[order="2"] {
    background-color: #ceeccc !important;
}

#tbOrderDetail table th.foodColHeader:hover {
    background-color: #dfe6e9;
    cursor: pointer;
}

#tbOrderDetail table th.userColHeader:hover {
    background-color: #dfe6e9;
    cursor: pointer;
}

#tbOrderDetail table th.paymentColHeader:hover {
    background-color: #dfe6e9;
    cursor: pointer;
}

.user-debt-img {
    width: 20px;
    height: 20px;
    content: url(/Content/images/man.png);
}

.btn.disabled-no-opacity {
    pointer-events: none;
}

.no-menu {
    opacity: 0.8;
    /*background-image: url(/Content/images/happyhour_ani.gif);*/
    background-image: url(/Content/images/WhyNotUse.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    text-indent: -10000px
}
/*----------------FIX HEADER TABLE SCROLL----------------*/
.content-scroll-wrap {
    position: relative;
    height: 100%;
}

.content-scroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

#tbOrderDetail {
    overflow-y: auto !important;
    display: block !important;
    margin: 0px 8px 0px 8px;
    border-bottom: solid 1px gray;
}

    #tbOrderDetail table thead th {
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
    }

    #tbOrderDetail table {
        overflow-y: scroll !important;
        width: 100% !important;
        border-collapse: separate; /* Don't collapse */
        border-spacing: 0;
    }

        #tbOrderDetail table th {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 0 !important;
            z-index: 1 !important;
            border-bottom: solid 1px black !important;
            background-color: #f8f9fa;
            background-clip: padding-box
        }

        #tbOrderDetail table td {
            word-break: break-word !important;
        }


#tbChatDetail {
    overflow-y: auto !important;
    display: block !important;
    margin: 0px 8px 0px 8px;
    border: 1px solid #795c5c;
    background: #e8e8e8;
    border-radius: 5px;
    margin-bottom: 4px;
    /*border-bottom: solid 1px gray;*/
}

    #tbChatDetail table thead th {
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
    }

    #tbChatDetail table {
        overflow-y: scroll !important;
        width: 100% !important;
        border-collapse: separate; /* Don't collapse */
        border-spacing: 0;
    }

        #tbChatDetail table th {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 0 !important;
            z-index: 1 !important;
            border-bottom: solid 1px black !important;
            background-color: #f8f9fa;
            background-clip: padding-box
        }

        #tbChatDetail table td {
            word-break: break-word !important;
        }
/*----------------FIX HEADER TABLE SCROLL----------------*/

.tooltip-inner {
    max-width: 600px;
    text-align: left;
}

/*----------------BOOTSTRAP----------------*/
/*----------------JQUERY UI----------------*/
.ui-widget {
    font-family: 'Roboto', sans-serif;
}

    .ui-widget.ui-widget-content {
        border: none;
    }

.ui-widget-header {
    border: none;
    background-color: transparent;
    color: #39363c;
    font-weight: bold;
    font-size: 20px;
}
/*----------------JQUERY UI----------------*/

/*----------------DATEPICKER----------------*/
.ui-datepicker-inline {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
}

.ui-datepicker {
    width: 12em;
    padding: 0em 0em;
    display: none;
    margin-top: 10px;
}

    .ui-datepicker .ui-datepicker-header {
        padding: 0em 0em;
        margin-bottom: 7px;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.8em;
        border-collapse: collapse;
        margin: 0 0 0 0;
    }

    .ui-datepicker .ui-datepicker-prev .ui-icon {
        /*background-image: url(/Content/images/arrow-left.png) !important;*/
        background-repeat: no-repeat !important;
        background-size: 25px !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        background-image: url(/Content/images/arrow-left.png) !important;
        background-repeat: no-repeat !important;
        background-size: 25px !important;
        cursor: pointer;
        opacity: 0.4;
    }

    .ui-datepicker .ui-datepicker-next .ui-icon {
        /*background-image: url(/Content/images/arrow-right.png) !important;*/
        background-repeat: no-repeat !important;
        background-size: 25px !important;
    }

    .ui-datepicker .ui-datepicker-next {
        background-image: url(/Content/images/arrow-right.png) !important;
        background-repeat: no-repeat !important;
        background-size: 25px !important;
        cursor: pointer;
        opacity: 0.4;
        width: 26px;
    }

    .ui-datepicker thead {
        background-color: #f7f7f7;
        border-bottom: 1px solid #bbb;
        padding: 0.1em 0.1em !important;
        border: none;
    }

    .ui-datepicker th {
        padding: 0.3em 0.3em !important;
        border-right: 1px solid silver;
        border-bottom: 1px solid silver;
    }

        .ui-datepicker th:last-child {
            border: none;
            border-bottom: 1px solid silver;
        }

.ui-datepicker-title {
    text-align: center;
    font-size: 17px;
    padding-top: 0px;
    margin-top: 0px;
}

.ui-datepicker td {
    width: 100px !important;
}

    .ui-datepicker .ui-datepicker td span, .ui-datepicker td a {
        border: 1px solid #ccc !important;
    }

.ui-datepicker td {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    padding: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
}

.ui-datepicker tr td:last-child {
    border: none;
}

.ui-datepicker tr td:not(last-child) {
    border: initial;
    border-right: 1px solid silver;
}

.ui-datepicker tr:last-child {
    border: none;
}

.ui-datepicker tr:not(last-child) {
    border: initial;
    border-bottom: 1px solid silver;
}

a,
a:link,
a:active, .ui-state-hover a {
    text-decoration: none !important;
    /*background-color: transparent !important;*/
    /*border: none !important;*/
    cursor: pointer;
}

.card a,
.card a:link,
.card a:active, .ui-state-hover a {
    text-decoration: none !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
}

    a:visited, .ui-state-hover a:visited {
        /*background-color: transparent !important;*/
        /*border: none !important;*/
    }

.ui-datepicker-calendar .ui-datepicker-today {
    /*background: #ffeaa7 !important;*/
    box-shadow: inset 0px 0px 0px 2px #efb390;
}

    .ui-datepicker-calendar .ui-datepicker-today a {
        font-weight: bold !important;
    }

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
    background: #fff394 !important;
    color: black;
}

.ui-datepicker-calendar .ui-state-hover {
    /*background: #f7f7f7 !important;*/
}

.ui-datepicker-calendar .ui-state-active {
    color: black !important;
}

/* to target all date cells */
.ui-datepicker td > *:after {
    content: attr(data-content); /***** MAGIC! *****/
    background-color: attr(data-content); /***** MAGIC! *****/
    /* add your other styles here */
}

/* to target only allowed date cells */
.ui-datepicker td > a:after {
}

/* to target only disabled date cells */
.ui-datepicker td > span:after {
}

.ui-datepicker td[isorder=have] {
    background: #f7d6a8 !important;
}
/*----------------DATEPICKER----------------*/
/*----------------CUSTOM----------------*/
#tbOrderDetail th {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.icon-get-menu {
    position: absolute;
    top: -4px;
    right: 68px;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 4;
}

.icon-clear {
    position: absolute;
    top: -3px;
    right: 68px;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 4;
}

.icon-search {
    position: absolute;
    top: -3px;
    right: 42px;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 4;
}

    .icon-clear:hover,
    .icon-get-menu:hover,
    .icon-search:hover,
    .icon-open:hover,
    .icon-open-2:hover,
    .icon-search-food:hover,
    .icon-suggest-food:hover,
    .icon-open-3:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.icon-search-food {
    position: absolute;
    top: -3px;
    right: 12px;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 4;
}

.icon-suggest-food {
    position: absolute;
    top: -3px;
    right: 12px;
    font-size: 1.5rem;
    opacity: 1;
    z-index: 4;
}

    .icon-suggest-food img {
        width: 60px;
        margin-bottom: 9px;
    }

.icon-open {
    position: absolute !important;
    top: -3px;
    right: 13px;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 4 !important;
}

.icon-button-open {
    position: absolute !important;
    top: 3px;
    right: 3px;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 4 !important;
    border-radius: 0.25rem !important;
    line-height: 1.8rem;
    padding-top: 1px !important;
    height: 29px;
    width: 50px;
}

.icon-open-2 {
    position: absolute;
    top: -3px;
    right: 45px;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 4;
}

.icon-open-3 {
    position: absolute;
    right: 13px;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 1;
    z-index: 4;
}

.icon-remove {
    opacity: 1;
    margin-bottom: 3px;
}

    .icon-remove:hover {
        opacity: 0.7;
        cursor: pointer;
    }

#txtFoodName.show-icon-search {
    padding-right: 35px !important;
}

#txtFoodName.suggest-input.show-icon-search {
    padding-right: 80px !important;
}

#txtFoodName.suggest-input {
    padding-right: 80px !important;
}

.vertical-center-span {
    height: 35px;
    display: inline-flex;
    align-items: center;
}
/*----------------CUSTOM----------------*/
/*----------------MODAL----------------*/
.modal-w570 {
    width: 570px !important;
    max-width: 570px !important;
    margin: auto;
}

.modalfade {
    animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s; /* Firefox */
    -webkit-animation: fadeIn 0.5s; /* Safari and Chrome */
    -o-animation: fadeIn 0.5s; /* Opera */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadeIn { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*----------------MODAL----------------*/
/*MENU*/
.img-fixed-height {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain;
    cursor: pointer;
}

#txtPasteArea {
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all ease 0.3s;
}

    #txtPasteArea:focus {
        outline: none !important;
        /*border: 2px solid #00b74a;*/
        box-shadow: 0 0 10px #719ECE;
    }

#txtPasteMenuItemArea {
    cursor: pointer;
    font-size: 0.9rem;
    text-align: center;
    border: 2px solid transparent;
    transition: all ease 0.3s;
}

    #txtPasteMenuItemArea:focus {
        outline: none !important;
        border: 2px solid #00b74a;
        box-shadow: 0 0 10px #719ECE;
    }

#txtPasteArea::placeholder {
    /*transform: translateY(-100px);*/
}

#imagePreview {
    object-fit: contain;
    height: calc(100vh - (160px)) !important;
    width: calc(100vw - (55px)) !important
}

.border-3px {
    /*border: solid 3px #00b74a !important;*/
    outline: none !important;
    border: 1px solid red;
    box-shadow: 0 0 5px #719ECE;
}

.modal-dialog-preview {
    margin: 10px !important;
    padding: 0 !important;
}

.modal-content-preview {
    width: auto !important;
}

.width-115-title-input {
    width: 135px;
}

.width-90-title-input {
    width: 90px;
}

.width-200-title-input {
    width: 200px;
}

.bg-title-input {
    background-color: #f2f2f2 !important;
}

.width-153 {
    width: 151px;
}

.width-button-expand {
    width: 113px;
}

.input-clickable:hover {
    cursor: pointer;
    background-color: #ffeaa7 !important;
}
/*MENU*/
.box-order {
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*border: solid 0.5px #b9b9b9;*/
}

.box-order-clone {
    overflow: hidden;
    background: #fff;
    height: 100%;
    padding: 10px;
    margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    /*border: solid 0.5px #b9b9b9;*/
    cursor: pointer;
}

    .box-order-clone:hover i.fa-arrow-down-long {
        -moz-animation: bounce 1s infinite;
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }

.col-order {
    margin-bottom: 10px;
    padding-left: 6px;
}

.row-cal {
    margin-bottom: 0px !important;
}

.row-order {
    /*margin-bottom: 15px;*/
    margin-top: 10px;
}

.row-menu {
    /*padding-bottom: 40px;*/
    margin-top: 10px !important;
}

.wrapper-order {
    max-width: 1340px;
    margin: 0px auto;
    padding: 5px;
    height: calc(100vh - (19px));
}

.divCalendarAndDebt-height {
    height: 258px;
}

.divCalendarAndDebtClone-height {
    height: 60px;
}

body .input-group-text.no-radius-left {
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.ps-6 {
    padding-right: 6px !important;
}

.tab-help {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}

.autocomplete-items div.title {
    padding: 4px 10px 4px 10px;
    background-color: #f7f6d4;
    color: #4e4e4e;
    pointer-events: none;
    font-size: 13px;
    text-transform: uppercase !important;
}

.autocomplete-items {
    position: absolute;
    /*border: 1px solid #d4d4d4;*/
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 39%), 0 10px 20px -2px rgb(0 0 0 / 8%);
}

    .autocomplete-items div {
        padding: 6px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

    .autocomplete-active .text-success {
        color: #ffffff !important;
    }

body .list-group-item-action:focus,
body .list-group-item-action:hover {
    background-color: #ffeaa7;
}

body .dropdown-menu li:not(.disabled):hover {
    background-color: #eee;
}

body .dropdown-menu {
    border-radius: 0.25rem;
    /*background: rgb(232, 228, 228);*/
    box-shadow: 0 2px 15px -3px rgba(0, 0, 0, 0.23),0 10px 20px -2px rgba(0,0,0,.04);
}

body .btn {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.ui-timepicker-container {
    z-index: 2000 !important;
}

body .ui-timepicker-container .ui-menu-item .ui-state-hover {
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    background: #ededed !important;
    font-weight: normal !important;
}

body .ui-timepicker-container .ui-menu-item a {
    text-align: start;
}

.modal-content.dialog-result {
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 48%), 0 10px 20px -2px rgb(0 0 0 / 42%) !important;
}

.notification:hover i {
    color: #00b74a;
}

.color-button {
    color: #1abc9c;
}

.bell .anchor {
    transform-origin: center top;
}

.bell .layer-2 {
    animation: animation-layer-2 5000ms infinite;
}

@keyframes animation-layer-2 {
    0% {
        transform: rotate(0deg);
    }

    8.0% {
        transform: rotate(0deg);
    }

    12.0% {
        transform: rotate(42deg);
    }

    16.0% {
        transform: rotate(-35deg);
    }

    20.0% {
        transform: rotate(0deg);
    }

    23.0% {
        transform: rotate(28deg);
    }

    26.0% {
        transform: rotate(-20deg);
    }

    29.0% {
        transform: rotate(0deg);
    }

    31.0% {
        transform: rotate(16deg);
    }

    33.0% {
        transform: rotate(-12deg);
    }

    35.0% {
        transform: rotate(0deg);
    }

    37.0% {
        transform: rotate(-6deg);
    }

    39.0% {
        transform: rotate(0deg);
    }

    40.0% {
        transform: rotate(6deg);
    }

    44.0% {
        transform: rotate(-3deg);
    }

    49.0% {
        transform: rotate(2deg);
    }

    55.0% {
        transform: rotate(0deg);
    }

    62.0% {
        transform: rotate(1deg);
    }

    70.0% {
        transform: rotate(0deg);
    }
}

body ul.list-notification {
    border-radius: 0px;
}

body ul.list-notification-border-top {
    border-top: #00b74a solid 1px;
}

body ul li.list-notification-item {
    background: #f4f4f4;
    margin-top: 10px;
    padding: 10px !important;
}

body #txtClosedOrderTimer.form-control:disabled,
body #txtClosedOrderTimer.form-control[readonly] {
    background-color: white;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    /*border: 2px solid #ddd;*/
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 3rem;
            /*height: 3rem;*/
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .number-input button:before,
            .number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                width: 1rem;
                height: 2px;
                background-color: gray;
                transform: translate(-50%, -50%);
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }

            .number-input button:hover {
                background-color: #ffeaa7;
            }

        .number-input input[type=number] {
            /*max-width: 5rem;*/
            width: 100%;
            /*padding: .5rem;*/
            border: solid #ddd;
            border-width: 0 1px;
            font-size: 1rem;
            /*height: 3rem;*/
            font-weight: bold;
            text-align: center;
        }


.row-week-detail:hover td {
    cursor: pointer;
    background-color: #ffeaa7;
}

.row-dept-detail:hover td {
    background-color: #ffeaa7;
}

.cell-date-dept-detail:hover {
    cursor: pointer;
    font-weight: bold;
    color: #f34140 !important;
}

body .choices__input {
    background-color: white !important;
    font-size: 14px;
    margin-bottom: 0px !important;
    padding: 0px 0px 0px 0px !important;
    /*line-height: 34px !important;*/
}

body .choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 0px !important;
    border: none !important;
    border-radius: unset !important;
    font-size: 14px !important;
    min-height: unset !important;
    overflow: hidden;
}

.choices_height {
    height: 62px !important;
}

.choices .form-control {
    line-height: 1.5 !important;
    border-width: 0px !important;
    padding-left: 5px !important;
}

.choices .choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 2px 10px !important;
    font-size: 12px !important;
    font-weight: 500;
    margin-right: 3.75px !important;
    margin-bottom: 0px !important;
    background-color: #1abe5c;
    border: none !important;
    color: #fff;
    word-break: break-all;
    height: 23px;
}

    .choices .choices__list--multiple .choices__item:first-child {
        background-color: gray !important;
        pointer-events: none !important;
    }

body .choices__button {
    border-left: 1px solid white !important;
}

.choices__parent:hover,
.choices__parent:hover .choices__input--cloned,
.choices__parent:hover .form-control {
    cursor: pointer;
    /*background: #ffeaa7 !important;*/
}

#divAdvanceSetting {
    background-color: #f3f2f2;
}

    #divAdvanceSetting > div {
        padding: 10px;
    }

button.float-button {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 19px;
    background-color: #00b74a !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

a.float-button-left {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 30px;
    left: 19px;
    background-color: #3b5998 !important;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 6px !important;
}

body .dropdown-menu > li:first-child {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

body .dropdown-menu > li:last-child {
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

body button.btn-padding-min {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
}

.letter-spacing-5px {
    letter-spacing: 5px;
}

.color-happy {
    color: #00b74a;
}

.color-hour {
    color: #00659d;
}

.zoom-button-image {
    transition: transform .1s; /* Animation */
}

    .zoom-button-image:hover {
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.row-wallet-detail:hover td {
    background-color: #ffeaa7;
    cursor: pointer;
}

div.group-summary-food:hover #txtCountFoodOrderDetail {
    background-color: #ffeaa7 !important;
    cursor: pointer;
}

div.group-summary-money:hover #txtAmountFoodOrderDetail {
    background-color: #ffeaa7 !important;
    cursor: pointer;
}

#txtCountFoodOrderDetail, #txtAmountFoodOrderDetail {
    background-color: #eee;
}

/*----------------FIX HEADER TABLE SCROLL----------------*/
.table-fixed-scroll {
    overflow-y: auto !important;
    display: block !important;
    margin: 0px 0px 0px 0px;
    border-bottom: solid 1px gray;
}

    .table-fixed-scroll table thead th {
        position: sticky !important;
        top: 0 !important;
        z-index: 1 !important;
    }

    .table-fixed-scroll table {
        overflow-y: scroll !important;
        width: 100% !important;
        border-collapse: separate; /* Don't collapse */
        border-spacing: 0;
    }

        .table-fixed-scroll table th {
            position: -webkit-sticky !important;
            position: sticky !important;
            top: 0 !important;
            z-index: 1 !important;
            border-bottom: solid 1px black !important;
            background-color: #f8f9fa;
            background-clip: padding-box
        }

        .table-fixed-scroll table td {
            word-break: break-word !important;
        }
/*----------------FIX HEADER TABLE SCROLL----------------*/

.font-number {
    font-family: Manrope, Roboto;
    /*font-family: Manrope, Roboto*/
    /*font-family: RobotoCondensed, Roboto*/
}

.font-money {
    font-family: RobotoCondensed, Roboto;
}

.w-115 {
    width: 115px;
}

.w-130px {
    width: 130px !important;
}

.w-100px {
    width: 100px !important;
}


.w-85 {
    width: 85px;
}

.w-100px {
    width: 100px;
}

.splitmoney-header-col__money {
    width: 110px;
}

.splitmoney-header-col__qty {
    width: 40px;
}

.splitmoney-header-col__payment {
    width: 140px;
}

.splitmoney-header-col__allowpay {
    width: 135px;
}

.splitmoney-header-col__username {
    width: 130px;
}

th.splitmoney-header-col__allowpay[order="1"],
th.splitmoney-header-col__allowpay[order="2"],
th.splitmoney-header-col__username[order="1"],
th.splitmoney-header-col__username[order="2"],
th.splitmoney-header-col__payment[order="1"],
th.splitmoney-header-col__payment[order="2"],
th.splitmoney-header-col__food[order="1"],
th.splitmoney-header-col__food[order="2"] {
    background-color: #e36767 !important;
}

th.splitmoney-header-col__allowpay:hover {
    background-color: #546a73;
    cursor: pointer;
}

th.splitmoney-header-col__username:hover {
    background-color: #546a73;
    cursor: pointer;
}

th.splitmoney-header-col__payment:hover {
    background-color: #546a73;
    cursor: pointer;
}

th.splitmoney-header-col__food:hover {
    background-color: #546a73;
    cursor: pointer;
}

th.splitmoney-header-col__food:hover {
    background-color: #546a73;
    cursor: pointer;
}

.splitmoney-header-col__money.th-clickable:hover {
    background-color: #546a73;
    cursor: pointer;
}


.splitmoney-table__summary {
    background-color: #d7d7d7;
}

.splitmoney-table__button td {
    border-bottom-width: 0px;
}

.splitmoney-table-button_padding {
    padding-left: 10px !important;
    padding-right: 0px !important;
}

#bodyTableHistoryPayment td:hover {
    cursor: default;
}

.h-90vh {
    height: 90vh;
}

.h-70vh {
    height: 70vh;
}

.food-end {
    background: #d0d0d0 !important;
}

#bodyTableCart tr.rowHandle td {
    background-color: #ffeaa7;
}

.white-tooltip .tooltip-inner {
    background-color: white;
    color: darkslategray;
}

.container-ver-middle {
    display: flex;
    flex-direction: column;
}

    .container-ver-middle::before,
    .container-ver-middle::after {
        content: "";
        flex: 1;
    }

.element-ver-middle {
    margin: 0 auto;
}

.text-green {
    color: #628b36;
}

.p-5px {
    padding: 5px;
}

.text-blur {
    color: #dfd2d2;
}

.listwallet-header-col__money {
    width: 140px;
}

.combo-food-session-height {
    height: 41px;
}

.orderhistory-header-col__index {
    width: 50px;
}

.orderhistory-header-col__session {
    width: 300px;
}

#tblHistoryOrderDetail tr:hover {
    cursor: pointer;
}

/*.max-width-card-text {
    max-width: 270px;
}*/

#imgAvatar:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#imgAvatar {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
}

.paymenthistory-header-col__date {
    width: 150px;
}

.paymenthistory-header-col__amount {
    width: 140px;
}

.paymenthistory-header-col__lastamount {
    width: 160px;
}

.overflow-y-vi {
    overflow-y: scroll !important;
}

.p-7px {
    padding: 7px !important;
}

.track-line {
    height: 2px !important;
    opacity: 1;
}

.dot {
    height: 10px;
    width: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 0px;
    border-radius: 50%;
    display: inline-block
}

.new-card-top {
    width: 650px;
}

.new-card-top__padding-top {
    padding-top: 80px;
}

.new-card-top-company__padding-top {
    padding-top: 65px;
}

.new-card-bottom {
    width: 650px;
}

.signup-card {
    width: 650px;
}

.only-show-mobile {
    visibility: hidden;
    display: none;
}

.only-show-pc {
    visibility: visible;
    display: initial;
}

.width-icon-text {
    width: 15px;
}

.select-card-width {
    width: 1000px;
}

.signin-logo-text {
    width: 300px;
}

.dropdown-menu-user[data-bs-popper] {
    right: 0;
    left: auto;
}

.icon-food-session {
    width: 50px;
    height: 50px;
}

.food-option-icon {
    width: 18px;
    opacity: 0.5;
    margin-right: 5px;
}

.nav-user.dropdown-toggle::after {
    display: none;
}

.header-icon {
    margin-left: 1.5rem;
}

#headerStatusSession {
    border: 1px solid #e0e0e0 !important;
    border-color: #00b74a !important;
}

.header-icon-img_size {
    width: 175px;
    margin-bottom: 5px;
}

.flatpickr-input[readonly] {
    background-color: white !important;
}

.flatpickr-input[disabled] {
    background-color: #eee !important;
}

#txtMomoPhoneNumber[disabled],
#txtGroupMasterEmail[disabled] {
    color: #757575 !important;
}

#popupListFoodInMenu #listFoodName tr:hover {
    cursor: pointer;
    background-color: #ffeaa7;
}

.colSearchByClick:hover {
    cursor: pointer;
    background-color: #ffeaa7 !important;
}


.stepper .line {
    width: 1px;
    background-color: lightgrey !important;
}

.stepper .lead {
    font-size: 0.8rem;
}

.color-new {
    background-color: #ff7675 !important;
    color: white !important;
}

.text-gray-light {
    color: #c8bebe;
}

.hide {
    display: none !important;
}

.text-muted-light {
    --mdb-text-opacity: 1;
    color: #999797 !important;
}

.user-avatar-nav {
    width: 20px;
    height: 100%;
    object-fit: cover;
    min-height: 20px;
    max-height: 20px;
    margin-right: .5rem;
}

.pe-07rem {
    padding-right: 0.7rem !important;
}

.currency-unit {
    font-weight: 400;
    position: relative;
    top: -9px;
    font-size: 13px;
    right: 0;
}

.menuedit-header-col__index {
    width: 45px;
}

.menuedit-header-col__name {
    width: 280px;
}

.menuedit-header-col__price {
    width: 110px;
}

.menuedit-header-col__action {
    width: 61px;
}

.required-bg {
    background-color: #fffdda !important;
}

.frame-work-icon-nav {
    width: 25px;
    height: 100%;
    object-fit: cover;
    min-height: 25px;
    max-height: 25px;
}

.frame-work-icon-menu {
    width: 25px;
    height: 100%;
    object-fit: cover;
    min-height: 25px;
    max-height: 25px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 4;
}

    .frame-work-icon-menu:hover {
        cursor: pointer;
    }

.bg-grayish-light {
    background-color: #e1dcdc;
}

.highlight-nav-btn {
    margin: 3px .5rem 3px 0px;
    background-color: #3CB815;
    border-radius: 50rem !important;
    padding-left: .5rem !important;
    padding-right: .7rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    display: flex !important;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
}

    .highlight-nav-btn:hover {
        transition: 0.3s;
        background-color: #59c338;
        border-color: #50bf2c;
        box-shadow: 0 0 0 .25rem rgba(51,156,18,0.5);
    }

        .highlight-nav-btn:hover i {
            transition: 0.9s;
            transform: rotateY(180deg);
        }

.highlight-nav-btn-orange {
    margin: 3px .5rem 3px 0px;
    background-color: #ffa900;
    border-radius: 50rem !important;
    padding-left: .5rem !important;
    padding-right: .7rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center !important;
    display: flex !important;
    line-height: 1;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
}

    .highlight-nav-btn-orange:hover {
        transition: 0.3s;
        background-color: #f98f36;
        border-color: #f7ad6f;
        box-shadow: 0 0 0 .25rem rgba(251, 170, 110, 0.5);
    }

        .highlight-nav-btn-orange:hover i {
            transition: 0.9s;
            transform: rotateY(180deg);
        }

.pulse-function {
    animation: pulse-function 0.8s ease infinite;
    animation-direction: alternate-reverse;
}

.pulse-function-menu {
    animation: pulse-function-menu 0.8s ease infinite;
    animation-direction: alternate-reverse;
}

.badge-orange {
    background-color: #ffc107;
    color: white;
    font-weight: normal;
    transition: 0.3s;
}

    .badge-orange:hover {
        background-color: #c59501;
        border-color: #50bf2c;
        box-shadow: 0 0 0 0.25rem rgb(227 226 172 / 50%);
    }

#qrCodeChargeWalletPayOs img,
#qrCodeMomo img,
#qrCodeShareFoodSession img,
#qrCodeTakePaymentPayOs img {
    padding: 5px;
    border: 2px solid #2fe17d;
}

.hightlight-border {
    border: 2px solid red;
    border-radius: 10px;
    margin: auto;
    background: #F0F4C3;
}

.card a:link.suggest-food-item {
    color: #4b93e1;
    text-decoration: underline !important;
}

.bank-mini {
    height: 21px;
    margin-bottom: 2px;
    margin-right: 6px;
}

.icon-header-popup {
    width: 180px;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-2px);
    }
}

@keyframes pulse-function {
    /*0% {
        border-color: #f7ad6f;
        box-shadow: 0 0 0 0.1rem rgba(251, 170, 110, 0.5);
    }

    50% {
        border-color: #f7ad6f;
        box-shadow: 0 0 0 0.25rem rgba(251, 170, 110, 0.5);
    }

    100% {
        border-color: #f7ad6f;
        box-shadow: 0 0 0 0.4rem rgba(251, 170, 110, 0.5);
    }*/

    0% {
        /*transform: scale(1 ,1);*/
        opacity: 0.7;
        box-shadow: 0 0 0 0.1rem rgba(251, 170, 110, 0.5);
    }

    50% {
        opacity: 0.8;
        box-shadow: 0 0 0 0.25rem rgba(251, 170, 110, 0.5);
    }

    100% {
        /*transform: scale(1.1);*/
        opacity: 1;
        box-shadow: 0 0 0 0.2rem rgba(251, 170, 110, 0.5);
    }
}

@keyframes pulse-function-menu {
    0% {
        box-shadow: 0 0 0 0.1rem rgba(251, 170, 110, 0.5);
    }

    50% {
        box-shadow: 0 0 0 0.30rem rgba(251, 170, 110, 0.5);
    }

    100% {
        box-shadow: 0 0 0 0.2rem rgba(251, 170, 110, 0.5);
    }
}

@media only screen and (max-width: 768px) {
    body {
        overflow-y: auto;
    }

    .header-desc {
        margin-left: 1rem;
    }

    .mt-mobile-ver2 {
        margin-top: 43px;
    }

    .glass-panel {
        backdrop-filter: none;
    }

    .user-avatar-nav {
        width: 14px;
        min-height: 14px;
        max-height: 14px;
    }

    #divCalendarAndDebt {
        height: auto !important;
    }

    .min-height-500px {
        min-height: 570px;
    }

    .new-card-top {
        width: unset;
    }

    .select-card-width {
        width: unset;
    }

    .new-card-top__padding-top {
        padding-top: 55px;
    }

    .new-card-top-company__padding-top {
        padding-top: 55px;
    }

    .new-card-bottom {
        width: unset;
    }

    .signup-card {
        width: unset;
    }

    .only-show-mobile {
        visibility: visible;
        display: initial;
    }

    .only-show-pc {
        visibility: hidden;
        display: none !important;
    }

    .signin-logo-text {
        width: 260px;
    }

    .dropdown-menu-user[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .icon-food-session {
        width: 40px;
        height: 40px;
    }

    .header-icon {
        margin-left: 1rem;
        margin-right: 0px !important;
    }

    .header-icon-img_size {
        width: 125px;
    }

    .ui-datepicker-title {
        font-size: 14px;
    }

    .tooltip {
        display: none !important;
    }

    /*.max-width-card-text {
        max-width: 225px;
    }*/

    .highlight-nav-btn {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        display: inline-block !important;
    }

    .highlight-nav-btn-orange {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        display: inline-block !important;
    }

    .icon-button-open {
        position: absolute !important;
        top: 1px;
        right: 0px;
        font-size: 1.5rem;
        cursor: pointer;
        opacity: 1;
        z-index: 4 !important;
        border-radius: 0.25rem !important;
        line-height: 1.8rem;
        padding-top: 1px !important;
        height: 31px;
        width: 50px;
    }
}

@media (min-resolution: 120dpi) {
    html {
        font-size: 90%;
    }

    #lstDebt.list-group {
        max-height: 183px;
    }

    #divCalendarAndDebt {
        /*height: 237px;*/
    }
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #1abe5c;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        /*background: #FFFFFF;*/
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
    }

        .navbar .navbar-nav .nav-link {
            padding: 10px 15px;
            border-bottom: 1px dotted green;
        }

    .highlight-nav-btn {
        margin: 5px 15px 5px 15px !important;
        border-bottom: none !important;
    }

    .highlight-nav-btn-orange {
        margin: 5px 15px 5px 15px !important;
        border-bottom: none !important;
    }
}

@media (min-width: 992px) {

    .modal-xxl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {

    .modal-xxl {
        max-width: 1300px;
    }
}

