body {
    font-family: 'Oswald', sans-serif;
    padding-bottom: 110px;
    position: relative;
    min-height: 100vh;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.nav-link .user-name {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.18px;
    color: #3E2B64;
    text-transform: uppercase;
}

.nav-link .user-name img {
    float: right;
    margin-left: 22px;
}

div#navbarSupportedContent {
    position: absolute;
    right: 7px;
    top: 0;
}

h1 {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #201F20;
    text-transform: uppercase;
}
.table {
    border-color: #fff;
    border-collapse: collapse;

}

.table thead{
    letter-spacing: 0px;
    border-bottom: 1px solid #D1B156;
    font-size: 15px;
    font-weight: bold;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
}

.table tbody {
    font-size: 11px;
    font-family: 'Archivo', bold;
    font-weight: bold;
}

.hyperlink {
    color:#000000;
}

.vendor-logo {
    height: 100px;
    margin-bottom: 40px;
}
.btn-refresh {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 18px;
    background: #D1B156;
    border-radius: 1;
    padding: 7px 15px;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    letter-spacing: 1px;
}

.btn-refresh:hover,
.btn-refresh:focus,
.btn-refresh:first-child:hover,
:not(.btn-check)+.btn-refresh:hover {
    color: #FFFFFF;
    background: #D1B156;
    border-color: #D1B156;
    opacity: .9;
}


.btn-yellow {
    color: #000;
    font-size: 15px;
    line-height: 18px;
    background: #FFB400;
    border-radius: 0;
    /* padding: 12px 41px; */
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    letter-spacing: 1px;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:first-child:hover,
:not(.btn-check)+.btn-yellow:hover {
    color: #000;
    background: #FFB400;
    border-color: #FFB400;
    opacity: .9;
}
.btn-blue{
    background: #3E2B64;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    /* padding: 3px 21px; */
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:first-child:hover,
:not(.btn-check)+.btn-blue:hover {
    color: #FFFFFF;
    background: #3E2B64;
    border-color: #3E2B64;
    opacity: .9;
}

.btn-green {
    background: #46B703;
    border-radius: 0px;
    font-size: 15px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    /* padding: 3px 21px; */
}

.btn-green:hover,
.btn-green:focus,
.btn-green:first-child:hover,
:not(.btn-check)+.btn-green:hover {
    color: #FFFFFF;
    background: #46B703;
    border-color: #46B703;
    opacity: .9;
}

.btn-remove {
    padding: 0;
    color: #3E2B64;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    line-height: 31px;
    letter-spacing: 1px;
    margin-top: 6px;
}

.btn-remove:hover,
.btn-remove:focus,
.btn-remove:first-child:hover,
:not(.btn-check)+.btn-remove:hover {
    color: #3E2B64;
    border-color: #fff;
    opacity: .9;
}

.btn-remove .minus-icon {
    width: 31px;
    height: 31px;
    background: #E41222;
    display: block;
    border-radius: 20px;
    position: relative;
    margin-right: 12px;
    float: left;
}

.btn-remove .minus-icon:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 2px;
    left: 5px;
    top: 15px;
    background: #fff;
    z-index: 1;
}
.btn-pending{
    width: 100%;
    background: #6c757d;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;
}

.btn-pending:hover,
.btn-pending:focus,
.btn-pending:first-child:hover,
:not(.btn-check)+.btn-pending:hover {
    color: #FFFFFF;
    background: #6c757d;
    border-color: #6c757d;
    opacity: .9;
}
.btn-placed{
    width: 100%;
    background: #62a1fe;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;
}

.btn-placed:hover,
.btn-placed:focus,
.btn-placed:first-child:hover,
:not(.btn-check)+.btn-placed:hover {
    color: #FFFFFF;
    background: #62a1fe;
    border-color: #62a1fe;
    opacity: .9;
}
.btn-cancel{
    width: 100%;
    background: #F72026;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;

}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:first-child:hover,
:not(.btn-check)+.btn-cancel:hover {
    color: #FFFFFF;
    background: #F72026;
    border-color: #F72026;
    opacity: .9;
}

.btn-deliver{
    width: 100%;
    background: #46B703;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;

}

.btn-deliver:hover,
.btn-deliver:focus,
.btn-deliver:first-child:hover,
:not(.btn-check)+.btn-deliver:hover {
    color: #FFFFFF;
    background: #46B703;
    border-color: #46B703;
    opacity: .9;
}

.btn-kitchen{
    width: 100%;
    background: #3E2B64;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;

}

.btn-kitchen:hover,
.btn-kitchen:focus,
.btn-kitchen:first-child:hover,
:not(.btn-check)+.btn-kitchen:hover {
    color: #FFFFFF;
    background: #3E2B64;
    border-color: #3E2B64;
    opacity: .9;
}

.btn-ready{
    width: 100%;
    background: #FDBE2E;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    padding: 3px 10px;

}

.btn-ready:hover,
.btn-ready:focus,
.btn-ready:first-child:hover,
:not(.btn-check)+.btn-ready:hover {
    color: #3E2B64;
    background: #FDBE2E;
    border-color: #FDBE2E;
    opacity: .9;
}
.seperator {
    position: relative;
    height: 2px;
    margin-bottom: 42px;
}

.seperator-left {
    width: calc(50%);
    height: 2px;
    float: left;
    background: transparent linear-gradient(270deg, #BB912E 0%, #BE9533 18%, #C59F40 37%, #D1B156 57%, #E3C975 78%, #F9E99C 100%, #F9E99D 100%) 0% 0% no-repeat padding-box;
}

.seperator-right {
    width: calc(50%);
    height: 2px;
    float: right;
    background: transparent linear-gradient(90deg, #BB912E 0%, #BE9533 18%, #C59F40 37%, #D1B156 57%, #E3C975 78%, #F9E99C 100%, #F9E99D 100%) 0% 0% no-repeat padding-box;
}

.seperator-heading {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -13px;
    z-index: 1;
}

.seperator-heading span {
    letter-spacing: -0.18px;
    color: #3E2B64;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    padding: 0 20px;
    background: #fff;
}

.form-control {
    border: 1px solid #D1B156;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 18px;

}

.form-label {
    color: #3E2B64;
    letter-spacing: 1px;
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;

}

/************* Login ******************/
.midPage
{
    margin-top:150px;
}

/************* Dashboard ******************/
.dashboard .card
{
    border: 0px;
    text-align: center;
    margin:-5px;
}

.dashboard .card-header
{
    font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;

    background: #F0F0F0;
    border-bottom: 1.5px solid #D1B156;
}

.dashboard .card-body
{
    font-family: 'Oswald';
    font-weight: bold;
    font-size: 36px;
    color: #E41222;
    background: #F0F0F0;
    padding: 0px;

}


/************* Order Page******************/
.form-order {
    padding-top:10px;
    background: #F0F0F0;
}

.form-order .form-control {
    border: 1px solid #D1B156;
    font-size: 15px;
    font-weight: bold;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    border-radius: 0;
}

.form-order h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    text-align: center;
}

.order-status
{
    border: 1px solid #D1B156;
    color: #3E2B64;
}

.btn-summary{
    background: #FFB400;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    /* padding: 3px 21px; */
}

.btn-summary:hover,
.btn-summary:focus,
.btn-summary:first-child:hover,
:not(.btn-check)+.btn-summary:hover {
    color: #FFFFFF;
    background: #FFB400;
    border-color: #FFB400;
    opacity: .9;
}
.paymentDiv
{
    margin-top: 50px;
}
.qty .count {
    color: #3E2B64;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #F72026;
    background-color: #E8E8E8 !important;;
    width: 34px;
    height: 34px;
    font: 34px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #BABABA;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #F72026;
    background-color: #E8E8E8 !important;
    width: 34px;
    height: 34px;
    font: 42px/.6 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #BABABA;
    background-clip: padding-box;
}
.amountDiv {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin:auto;
    background-color: #D1B156;
    z-index: 9;
    padding: 4px 17px 4px 10px;
    text-align: center;
}
.amountLabel {

    font-size: 24px;
    font-weight: 500;
    border-right: 4px solid #fff;
    padding-top: 6px;
}
.continueBtn
{
    font-size: 24px;
    font-weight: 500;
}
.minus:hover{
    background-color: #E8E8E8 !important;
}
.plus:hover{
    background-color: #E8E8E8 !important;
}
/*Prevent text selection*/
span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
input{  
    border: 0;
    width: 2%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:disabled{
    background-color:white;
    font-size: 20px;
}

.wallet-label
{
    border:2px solid #D1B156;
    background-color: #D1B156;
    color: #fff;
    font: normal normal 600 20px/37px Archivo;
}
    
.wallet-value
{
    border:2px solid #D1B156;
    font: normal normal 600 40px/50px Archivo;
    color:#3E2B64;
    padding-top: 5px;
    padding-bottom: 5px;

}

#ajaxOrder, #cancelBtn, #resendBtn, #orderMessage, #guestOrderMessage, #guestSubmitOrder {
    display:none;
}

.discount{
    text-align: right;
    background-color: #BB922F;
    color: #fff;
    padding: 10px 40px 10px 40px ;
}

.qrscanner video {
  max-width: 95%;
  max-height: 75%;
  text-align: center;
}

.row-element-set {
  display: flex;
  flex-direction: column;
}
.row-element {
  padding: .2em 0em;
}

.row-element-set-QRScanner
{
  max-width: 30em; 
  display: flex;
  flex-direction: column;
}
/************* Product Page******************/
.cat-title {
    background-color: #3E2B64;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding-bottom: 3px;
    margin-bottom: 15px;
}
.form-menu h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    text-align: center;
}

.form-menu .form-control {
    border: 1px solid #D1B156;
    font-size: 15px;
    font-weight: bold;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    border-radius: 0;
}


.form-menu .form-select {
    border: 1px solid #D1B156;
    font-size: 15px;
    font-weight: bold;
    color: #3E2B64;
    font-family: 'Archivo', sans-serif;
    border-radius: 0;
}

.form-menu .switchToggle {
    margin-top: 2px;
}

.form-menu .switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.form-menu .switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 100%;
    max-width: 125px;
    height: 38px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.form-menu .switchToggle label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.form-menu .switchToggle input:checked+label,
.form-menu .switchToggle input:checked+input+label {
    background: #46B703;
}

.form-menu .switchToggle input+label:before,
.form-menu .switchToggle input+input+label:before {
    content: 'Off';
    position: absolute;
    top: 0;
    left: 36px;
    width: calc(100% - 36px);
    height: 38px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    line-height: 38px;
    letter-spacing: 0px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Archivo', sans-serif;
}

.form-menu .switchToggle input:checked+label:before,
.form-menu .switchToggle input:checked+input+label:before {
    content: 'ON';
    position: absolute;
    top: 0px;
    left: 0;
    width: calc(100% - 36px);
    line-height: 38px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-family: 'Archivo', sans-serif;
    height: 38px;
}

.form-menu .switchToggle input:checked+label:after,
.form-menu .switchToggle input:checked+input+label:after {
    left: calc(100% - 4px);
    transform: translateX(-100%);
}

.form-menu .switchToggle label:active:after {
    width: 60px;
}

.form-menu .toggle-switchArea {
    margin: 10px 0 10px 0;
}

.menubar {
    position: relative;
    margin-bottom: 40px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
}

ul.menubar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menubar-nav li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 7px;
}

.menubar-nav li a {
    text-decoration: none;
    letter-spacing: -0.18px;
    color: #3E2B64;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
}

.menubar-nav li.active {
    background: #3E2B64;
}

.menubar-nav li.active a {
    color: #fff;
}

/*Hidden class for adding and removing*/
.loader.hidden {
    display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
 
/*Spinner Styles*/
.loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loader 1.2s linear infinite;
}
     
@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 767px) {
    .container {
        max-width: 100%;
    }

    /* .footer {
        position: absolute;
    } */

    .btn-remove .minus-icon {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 575px) {
    body {
        padding: 0;
    }

    .navbar-brand {
        height: 54px;
    }

    .nav-link .user-name {
        font-size: 14px;
    }

    .nav-link .user-name img {
        margin-left: 6px;
    }

    /* .footer {
        position: static;
        margin-bottom: 24px;
    }

    .footer-nav li {
        width: 100%;
    } */
}
