@import './variables.css';
@import './table.css';
@import './input.css';
@import './modalPopup.css';


html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-base) !important;
    color: var(--primary-foreground);
    font-size: 14px;
    direction: ltr;
    word-break: break-word;
    overflow-x: hidden;
    text-align: start;
}

.tabIndex :focus {
    outline: none;
}

.bodyOverflow {
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
}

a {
    color: var(--primary-link-foreground) !important;
}


.dropdown-toggle::after {
    margin: 0px 0px -2px 6px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--common-primary-white);
    text-decoration: none;
    background-color: #ccc !important;
}

.pieChart>svg {
    height: 250px;
}


.card-header button {
    padding: 0 !important;
}

.card-body {
    padding: 10px 20px;
}


.cardSection .card {
    /* padding: 20px !important;
    */
    border: none !important;
}



::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ced4da;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    width: 3px;
}

.sideMenuScroll ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
.sideMenuScroll ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #dedede;
    border-radius: 10px;
}

/* Handle */
.sideMenuScroll ::-webkit-scrollbar-thumb {
    background: #fff !important;
    border-radius: 10px;
}

.sideMenuScroll ::-webkit-scrollbar-corner {
    width: 3px;
}

.swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 45%;
    right: -100px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    background-image: url('../static/virustotal-icon.svg');
}

.swiper-button-prev {
    position: absolute;
    top: 45%;
    left: -100px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
    background-image: url('../static/left-chevron.svg');
}



.customRatioButton input[type=checkbox] {
    margin: 0px 0 0;
    line-height: normal;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    outline: none !important;
    background: url('../Icons/non-active.png') no-repeat;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}



.commandSection {
    word-break: break-word;
    max-width: 200px;
}

.ratingSection {
    width: 15%;
}

.redux-toastr .toastr.rrt-error {
    background-color: var(--error-text-foreground) !important;
}

.gm-style {
    background-color: #a4ddf5 !important;
}

.redux-toastr .toastr.rrt-success {
    padding: 10px 0 !important;
}

.redux-toastr .toastr.rrt-error {
    padding: 10px 0 !important;
}

.redux-toastr .toastr .close-toastr {
    bottom: 20px !important;
    font-size: 24px !important;
    top: auto !important;
    right: 5px !important;
    opacity: 1.5 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

/* Toaster - Start */

.toastr {
    border-radius: 0px !important;
}

.rrt-middle-container {
    font-family: inherit !important;
}


.rrt-success {
    background-color: #109121 !important;
}

.rrt-error {
    background-color: var(--error-text-foreground) !important;
}

/* Toaster - End */

.siwtchLapel {
    vertical-align: middle;
}

.react-switch-handle {
    box-shadow: none !important;
}

.siwtchLapelText {
    margin: 0;
    font-size: 15px;
    color: var(--primary-foreground);
    font-weight: 500;
    margin-left: 8px;
    vertical-align: middle;
}

.react-switch-bg div:first-child {
    width: 32px !important;
    z-index: 1;
    right: 0;
    left: unset;
    color: #01A088;
    position: absolute !important;
    transform: scale(0.6);
}

.react-switch-bg div:last-child {
    width: 32px !important;
    z-index: 1;
    left: 0;
    right: unset;
    color: #727272;
    transform: scale(0.6);
}

.react-switch-bg div:first-child {
    width: 32px !important;
    z-index: 1;
    right: 0;
    left: unset;
    color: #01A088;
    position: absolute !important;
    transform: scale(0.6);
}

.react-switch-bg div:last-child {
    width: 32px !important;
    z-index: 1;
    left: 0;
    right: unset;
    color: #727272;
    transform: scale(0.6);
}


/******************************Customation Radio Button Start **************************/
.customRatioButtonRestaurant input[type=checkbox] {
    margin: 0px 0 0;
    width: 26px;
    height: 26px;
    outline: none !important;
    background: url('../Icons/non-active.png') no-repeat;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: var(--common-primary-white) !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/******************************Customation Radio Button End **************************/
/***** Droup Down Menu Header Start *****/

.siwtchLapelTextHeader {
    margin: 0;
    font-size: 15px;
    color: var(--primary-foreground);
    font-weight: 500;
    margin-right: 8px;
    vertical-align: middle;
}

/***** Droup Down Menu Header End *****/

.restaurantContainer {
    margin: 0 auto;
    max-width: var(--restaurant-layout-inner-width);
    background: var(--common-primary-white);
    border-radius: var(--space-3);
    padding: 30px 24px;
    box-shadow: 0 0px 10px 0px #2d3d5126;
    background-image: url('../SiteImages/bg-food.png') !important;
}



.arrow_box {
    position: relative;
    background: red;
    border: 4px solid red;
    z-index: 1;
    position: absolute;
    right: 12px;
    top: -15px;
    color: #ffffff;
    padding: 0px;
    text-align: center;
    font-size: 12px !important;
    border-radius: 4px;
    z-index: 6;
    font-weight: 500;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: red;
    border-width: 6px;
    margin-left: -6px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: red;
    border-width: 10px;
    margin-left: -10px;
}

.placeError {
    color: red;
}


.slick-next:before,
.slick-prev:before {
    content: '' !important;
}

/******************* Tab srction start *************************/
.nav-tabs .nav-link.active {
    color: var(--primary-foreground) !important;
    background-color: var(--common-primary-white);
    border-color: var(--theme-primary) !important;
    border: none;
    border-bottom: 3px solid;
    font-weight: 600;
}

.nav-tabs .nav-link {
    color: var(--secondary-foreground) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 15px;
    font-size: 15px;
    border: inherit !important;
}


.nav-tabs .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}

/******************* Tab srction End *************************/

/**************************** Place Holder Form Start ***************************/
.placeHolderText input::-webkit-input-placeholder {
    color: var(--primary-placeholder-foreground);
}

.placeHolderText input:-moz-placeholder {
    color: var(--primary-placeholder-foreground);
}

.placeHolderText input::-moz-placeholder {
    color: var(--primary-placeholder-foreground);
}

.placeHolderText input:-ms-input-placeholder {
    color: var(--primary-placeholder-foreground);
}

.placeHolderText input::-ms-input-placeholder {
    color: var(--primary-placeholder-foreground);
}

.placeHolderText input::placeholder {
    color: var(--primary-placeholder-foreground);
}

/**************************** Place Holder Form End ***************************/

/**************************** Booking Manage Collapse start ***************/
.badgeSuccess .badge-success {
    padding: 6px 8px 3px !important;
    text-align: center !important;
    line-height: 11px !important;
    vertical-align: middle !important;
    margin-bottom: 1px !important;
}

.radioBtnLabel .form-check-label {
    padding: 3px 0px 0px 3px;
    font-weight: 500;
}

/***************** AdminCountry Edit Form Start *******************/

/***************** AdminCountry Edit Form End *******************/
.languageIcon {
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.languageIcon img {
    width: 17px;
}

.tableCssStatic {
    height: auto;
}



/***************** ModifierGroups Start *******************/

.orderAccordion .accordion>.card .card-header {
    background: transparent;
    padding: 0;
    border: inherit;
}

.orderAccordion .accordion>.card {
    border: inherit;
    background: transparent;
}

.orderAccordion .arrowBtn {
    background: transparent;
    box-shadow: inherit;
    border: inherit;
}

.orderAccordion .card-header button {
    border: inherit;
    outline: 0 !important;
}

.orderAccordion .card-body {
    padding: 0px 0px 0px 25px;
}

.orderAccordion .card {
    padding: 5px 0 8px 26px;
}

.orderAccordion .card-header {
    padding-bottom: 2px !important;
}

.adminEarning .card {
    padding: 8px 0 0 17px;
}

.autosuggest {
    display: inline-block;
}

.autosuggest .react-autosuggest__container {
    position: relative;
}

.autosuggest .react-autosuggest__input {
    width: 490px;
    height: 46px;
    border: 1px solid var(--primary-border);
    border-radius: var(--border-radius-1);
    padding: 6px 12px;
}

.autosuggest .react-autosuggest__input--focused {
    outline: none;
}

.autosuggest .react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.autosuggest .react-autosuggest__suggestions-container {
    display: none;
}

.autosuggest .react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 41px;
    width: 490px;
    border: 1px solid var(--primary-border);
    background-color: var(--common-primary-white);
    font-family: 'Comfortaa', cursive !important;
    font-weight: 300;
    font-size: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
    border-top: inherit;
}

.autosuggest .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.autosuggest .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 4px 15px;
}

.autosuggest .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
}


.modifierSelect select {
    background-position: 97% 7px !important;
    padding: 2px 28px 2px 8px;
}

/***************** ModifierGroups End *******************/
.modal-backdrop {
    background-color: #00000096 !important;
}

.printOnly {
    display: none;
}



.orderAccordionPrint {
    padding: 5px 26px 8px 0px;
}

.orderAccordionBodyPrint {
    padding: 0px 25px 0px 0 !important;
}


.audioUploadInput .dz-clickable {
    text-align: center;
    height: 46px;
    border: 1px solid var(--theme-primary);
    border-radius: 4px;
    color: var(--theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 6px;

}

.vtrSub {
    vertical-align: sub;
}

.Loader__background {
    z-index: 1 !important;
}

.badge {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 11px;
}

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

.imageUploadTooltipContainer {
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    background-color: var(--primary-foreground) !important;
    border: 1px solid var(--primary-foreground) !important;
    color: var(--common-primary-white) !important;
}

.imageUploadTooltipContainer.bs-popover-top>.arrow::after {
    border-top-color: var(--primary-foreground) !important;
}

.imageUploadTooltipContainer.bs-popover-top>.arrow::before {
    border-bottom-color: var(--primary-foreground) !important;
}

.imageUploadTooltipContainer.bs-popover-bottom>.arrow::after {
    border-bottom-color: var(--primary-foreground) !important;
}

.imageUploadTooltipContainer.bs-popover-bottom>.arrow::before {
    border-top-color: var(--primary-foreground) !important;
}


.tooltipLabelContainer {
    display: flex;
    align-items: center;
    gap: 5px;
}


.positionRelative {
    position: relative;
}

.textAlignStart {
    text-align: start;
}

.textAlignEnd {
    text-align: end;
}

/* Restaurant header start */

.restaurantNavContainer {
    display: flex;
    gap: 30px 36px;
    align-items: center;
}

.storePanelSwitchFlex,
.languageHeaderNavItem {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-foreground) !important;
    gap: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.storePanelSwitchFlex .siwtchLapelTextHeader {
    margin-left: 0px;
    position: relative;
    top: 3px;
}

.languageHeaderNavItem {
    display: flex;
}

.headerNavItem,
.storeHeaderLoginNavItem {
    padding: 0 !important;
    color: var(--primary-foreground) !important;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    display: flex !important;
    gap: 5px;
    align-items: center;
}


.afterLoginDropdownContainer .dropdown-item,
.afterLoginDropdownContainer .dropdown-item:active {
    padding: 15px 20px;
    color: var(--primary-foreground) !important;
    font-size: 16px;
    border-bottom: 1px solid var(--primary-border);
    background-color: var(--common-primary-white) !important;
}

.afterLoginDropdownContainer .dropdown-item.active {
    color: var(--theme-primary) !important;
}

.afterLoginDropdownContainer .dropdown-item:last-child {
    border-bottom: 0;
}

.afterLoginDropdownContainer .dropdown-menu {
    right: 0 !important;
    top: 2px !important;
    padding: 0;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #0000001A;
    overflow: hidden;
}

.afterLoginDropdownContainer .dropdown-item:hover {
    text-decoration: none !important;
    background-color: var(--common-hover-bg) !important;
}

.afterLoginDropdownContainer .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:focus {
    background-color: var(--primary-gray-bg) !important;
    border: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 12px 6px 8px !important;
    gap: 6px;
    grid-gap: 6px;
    cursor: pointer;
    color: var(--primary-foreground) !important;
}

.afterLoginDropdownContainer .dropdown-toggle.btn-primary::after {
    display: none;
}

.headerMenuDropdownImgContainer {
    width: 35px;
    height: 35px;
    border: 1px solid var(--primary-border);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background);
}

.headerMenuDropdownImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.storePanelMobileMenu {
    position: fixed;
    left: 0;
    top: var(--header-height);
    width: var(--restaurant-sideMenu-width);
    height: 100vh;
    z-index: 3;
    background: var(--sideMenu-primary);
    border-radius: 0;
    box-shadow: 0px 0px 45px 3px var(--primary-boxShadow);
}

/* location input design start */

.customGeoSuggestInputContainer {
    position: relative;
}

.customGeoSuggestInputListContainer {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    padding: 0;
    margin-top: -5px;
    overflow-x: hidden;
    overflow-y: auto;
    list-style: none;
    border: 1px solid var(--theme-primary);
    border-top-width: 0;
    background: var(--common-primary-white);
    z-index: 1;
}

.customGeoSuggestInputListContainer::after {
    content: '';
    display: block;
    background-image: url(../powered_by_google.png);
    background-repeat: no-repeat;
    background-position: center left 98%;
    background-size: 80px 12px;
    width: 100%;
    height: 20px;
}

.customGeoSuggestInputListItem {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 9px;
    cursor: pointer;
    text-align: start;
    color: var(--primary-foreground);
}

.customGeoSuggestInputListItem:hover,
.customGeoSuggestInputListItem:focus {
    background: var(--primary-gray-bg);
    color: var(--primary-foreground);
}

.safariFailureInputWrapper {
    position: relative;
}

.failureDropDown .suggestItem {
    position: absolute;
    top: 90%;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 9px;
    background: var(--common-primary-white);
    border: 1px solid var(--theme-primary);
    color: var(--primary-foreground);
    border-top-width: 0;
    border-radius: 0;
    text-align: start;
    cursor: pointer;
    z-index: 1;
}

.singUpFormPlaceSuggest {
    position: relative;
}

.singUpFormPlaceSuggest .customGeoSuggestInputContainer .customGeoSuggestInput,
.singUpFormPlaceSuggest .safariFailureInputWrapper .safariFailureGeoSuggestion,
.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    background: var(--common-primary-white);
    border: 1px solid var(--primary-border);
    border-radius: 6px;
    color: var(--primary-foreground);
    appearance: none;
    outline: none;
    border-radius: 5px;
}

.singUpFormPlaceSuggest .customGeoSuggestInputContainer .customGeoSuggestInputListContainer,
.singUpFormPlaceSuggest .safariFailureInputWrapper .suggestItem {
    z-index: 24;
}

.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
    border-radius: 5px;
}

.singUpFormPlaceSuggest .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.singUpFormPlaceSuggest .safariFailureInputWrapper .safariFailureGeoSuggestion:focus,
.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
    outline: none;
    color: var(--primary-foreground);
    background: var(--common-primary-white);
    border: 1px solid var(--primary-foreground);
    box-shadow: none;
}

.storeEditProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.storeEditProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
    border-radius: 5px;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--primary-foreground);
    background: var(--common-primary-white);
    border: 1px solid var(--primary-border);
    border-radius: 4px;
    box-shadow: none;
    height: 44px;
    outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus {
    border: 1px solid var(--theme-primary);
    box-shadow: none;
    outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInput:focus-visible,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .safariFailureGeoSuggestion:focus-visible {
    border: 1px solid var(--theme-primary);
    box-shadow: none;
    outline: none;
}

.adminProfileGeoSuggestContainer .customGeoSuggestInputContainer .customGeoSuggestInputListContainer,
.adminProfileGeoSuggestContainer .safariFailureInputWrapper .suggestItem {
    border-radius: 0 0 4px 4px;
    border: 1px solid var(--theme-primary);
    border-top-width: 0;
}

/* location input design end */

.bodyOverflow .isAdminRootPage .Loader__background .Loader__foreground {
    height: calc(100vh - calc(var(--admin-header-height) + 30px)) !important;
    position: relative;
}

.bodyOverflow .isAdminRootPage .dropZoneContainer .Loader__background .Loader__foreground {
    height: 100% !important;
}

.isRestaurantLayout .Loader__background .Loader__foreground {
    height: calc(100vh - calc(var(--header-height) + 48px)) !important;
    position: relative;
}

.isRestaurantLayout .dropZoneContainer .Loader__background .Loader__foreground,
.isRestaurantLayout .restaurantImageUploaderContainer .Loader__background .Loader__foreground {
    height: 100% !important;
}

.sideMenu>div {
    height: calc(100vh - 60px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 70px;
}


.storeTransactionListDataCell {
    text-align: start;
    width: 100%;
}


.sideMenuBodyHidden {
    overflow: hidden;
}

.gridColOne {
    display: grid;
    gap: 18px;
}

.gridColTwo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 30px;
}

.gridColThree {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 30px;
}

.adminSectionTitle {
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-foreground);
    margin: 0 0 24px;
    text-align: start;
}

.siteAdminSecondaryHeading {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px;
    color: var(--primary-foreground);
    text-align: start;
}

.loaderButtonFlex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sectionDivider {
    border-bottom: 1px solid var(--primary-border);
    margin: 24px 0;
    width: 100%;
}

.singleFlexEnd {
    display: flex;
    justify-content: flex-end;
}

.doubleFlexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.dropzoneWrapperFlexRow {
    row-gap: 18px;
    justify-content: center;
}

.singleImageUpload .dropZoneContainer {
    max-width: 500px;
    margin: auto;
}

/* view booking accordion start */
.viewPageAccordionWrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.viewBookingAccordion {
    border: 1px solid var(--primary-border) !important;
    border-radius: 5px;
}

.viewBookingAccordionHeader {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid var(--primary-border) !important;
    border-width: 0 0 1px 0 !important;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    text-align: start;
}

.isOpenViewBookingAccordionHeader {
    border: 0 !important;
}

.viewBookingAccordionBody {
    padding: 12px;
    border-width: 0 1px 1px 1px;
}

.viewBookingAccordionClose {
    transition: all 0.3s linear;
    flex-shrink: 0;
}

.viewBookingAccordionOpen {
    position: relative;
    transform: rotate(180deg);
    transition: all 0.3s linear;
}

.languageItemWrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px 36px;
    margin-top: 20px;
}

.homePageContentWrapper,
.restaurantRegisterContentWrapper {
    padding-top: var(--header-height);
}

/* home page start */
.homepageContainer {
    max-width: var(--container-width);
    padding: 0 24px;
    margin: 0 auto;
}

.homePagePaddingTop {
    padding-top: var(--section-space);
}

.homePagePaddingBottom {
    padding-bottom: var(--section-space);
}

.homePageHeading {
    font-size: var(--space-10);
    line-height: 62px;
    font-weight: 500;
}

.homePageSubHeading {
    font-size: var(--space-7);
    line-height: 40px;
    font-weight: 500;
}

.homePageDescription {
    font-size: var(--space-4);
    line-height: 28px;
}

.swiper-slide-active .restaurantSliderContentWrapper {
    animation: fadeInUp 1s linear both;
}

.restaurantBannerForm .form-group {
    position: relative;
}

/* home page end */
.viewIconFlex {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    color: var(--primary-link-foreground) !important;
    text-decoration: none !important;
    outline: none !important;
}


/***************************** iCheckBox - Green Start *******************************/
.commonCustomCheckBox {
    border: 1px solid var(--primary-border) !important;
    width: 22px !important;
    height: 22px !important;
    position: relative;
    border-radius: 5px !important;
    cursor: pointer;
}

.commonCustomCheckFlex {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 8px;
    cursor: pointer;
    margin: 0;
}

.commonCustomCheckFlex span:last-child {
    font-weight: 400;
    position: relative;
    top: 2px;
}

.commonCustomCheckBox .checkBoxChecked {
    position: absolute;
    inset: -1px;
    background-color: var(--theme-primary);
    border-radius: inherit;
    background-size: 54%;
    background-position: center !important;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNzguMzY5IDc4LjM2OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzguMzY5IDc4LjM2OTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik03OC4wNDksMTkuMDE1TDI5LjQ1OCw2Ny42MDZjLTAuNDI4LDAuNDI4LTEuMTIxLDAuNDI4LTEuNTQ4LDBMMC4zMiw0MC4wMTVjLTAuNDI3LTAuNDI2LTAuNDI3LTEuMTE5LDAtMS41NDdsNi43MDQtNi43MDQgICBjMC40MjgtMC40MjcsMS4xMjEtMC40MjcsMS41NDgsMGwyMC4xMTMsMjAuMTEybDQxLjExMy00MS4xMTNjMC40MjktMC40MjcsMS4xMi0wLjQyNywxLjU0OCwwbDYuNzAzLDYuNzA0ICAgQzc4LjQ3NywxNy44OTQsNzguNDc3LDE4LjU4Niw3OC4wNDksMTkuMDE1eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}

.incrementDecrementWrapper {
    display: grid;
    grid-template-columns: 50px auto 50px;
    max-width: 220px;
    border: 1px solid var(--primary-border);
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    height: 46px;
    background-color: var(--common-primary-white);
}

.incrementDecrementWrapper button,
.incrementDecrementWrapper button:disabled {
    background-color: transparent;
    border: 0;
    color: var(--primary-foreground);
    font-size: 24px;
    border-radius: 0;

}

.incrementDecrementWrapper button:disabled:hover {
    opacity: 0.6;
    cursor: not-allowed;
    color: var(--common-primary-white);
}

.incrementDecrementWrapper button:hover,
.incrementDecrementWrapper button:active {
    background-color: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
}

.incrementDecrementWrapper button:focus,
.incrementDecrementWrapper button:active:focus,
.incrementDecrementWrapper button:active:hover {
    outline: transparent !important;
    box-shadow: none !important;
}

.incrementDecrementWrapper button:first-child {
    border-right: 1px solid var(--primary-border);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.incrementDecrementWrapper button:last-child {
    border-left: 1px solid var(--primary-border);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.incrementDecrementWrapper .timeContainer {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dzInputContainerLogo {
    position: relative;
}

.manageMenuButtonContainer {
    margin-left: auto;
}

/* common view page start */
.viewDetailsGrid,
.viewDetailsSingleGrid {
    display: grid;
    border-top: 1px solid var(--primary-border);
    word-break: break-word;
    padding: 12px;
    gap: 12px;
    color: var(--primary-foreground);
}

.viewDetailsGrid {
    grid-template-columns: 460px 1fr;

}

.viewDetailsSingleGrid {
    grid-template-columns: 100%;
    padding-left: 0;
    padding-right: 0;
}

.viewPageSubtitle {
    grid-template-columns: 100% !important;
    text-align: start;
    font-weight: 700;
    font-size: 16px;
}

.viewDetailsGridLeft {
    text-align: start;
    font-weight: 600;
}

.viewDetailsGridRight {
    text-align: start;
}

/* common view page end */

.dz-hidden-input {
    overflow: hidden !important;
}

/* custom radio button */
.customRatioButtonWrapper {
    display: flex;
    align-items: center;
    gap: 12px 15px;
    flex-wrap: wrap;
}

.customRatioButton {
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin: 0;
}

.customRatioButton input[type=radio] {
    vertical-align: middle;
    margin: 0;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--theme-primary);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.customRatioButton input[type=radio]:checked:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--theme-primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.commonLink {
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    color: var(--primary-link-foreground) !important;
    text-decoration: none !important;
    cursor: pointer !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--primary-link-foreground) !important;
    box-shadow: none !important;
}

.btnFullWidth {
    width: 100%;
}

.printOrderAccordionFlex .card-header button {
    display: flex;
    gap: 8px;
    align-items: center;
}

.chartjs-external-tooltip {
    position: absolute;
    background: var(--common-primary-white);
    border: 1px solid var(--primary-border);
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
    color: var(--primary-foreground);
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    max-width: 220px;
    opacity: 0;
    transition: opacity 0.1s ease;
}

@media screen and (min-width:992px) {
    .manageMenuTextOverflow {
        max-width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 768px) {
    .restaurant .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row !important;
    }

    .restaurant {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .restaurant .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .restaurant .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media screen and (max-width: 991px) {
    .slick-prev {
        background-color: transparent !important;
        box-shadow: none !important;
        display: none;
    }

    .slick-next {
        background-color: transparent !important;
        box-shadow: none !important;
        display: none;
    }
}

@media screen and (min-width:1200px) {

    .headerNavItem:hover,
    .headerNavItem:active {
        border-bottom: 2px solid var(--theme-primary);
        text-decoration: none !important;
    }
}

@media (max-width: 1199px) {
    .restaurantNavContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        width: 100%;
    }

    .restaurantSideMenuWrapper {
        display: none;
    }

    .storePanelMobileMenu {
        position: static;
        width: 100%;
    }

    .storePanelSwitchFlex .siwtchLapelTextHeader {
        color: var(--common-primary-white) !important;
    }

    .viewIconFlex {
        justify-content: flex-end;
    }

    .storeTransactionListDataCell {
        text-align: end;
    }
}


@media (max-width: 991px) {
    .storeSideMenu .button {
        top: 30px;
        right: 20px;
    }

    .storeSideMenu .button {
        position: fixed;
        border: 0;
        background: transparent;
        border-radius: 0;
        height: auto;
        width: 30px;
        cursor: pointer;
        pointer-events: auto;
        margin-left: 20px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        right: 20px;
        z-index: 1031;
    }

    .storeSideMenu .button:focus {
        outline: none !important;
    }

    .storeSideMenu .icon-bar {
        display: block;
        width: 100%;
        height: 4px;
        background: var(--theme-primary);
        transition: .3s;
    }

    .storeSideMenu .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .viewIconFlex {
        justify-content: flex-start;
    }
}

@media (max-width: 991px) {

    .menuOpen {
        left: 0;
    }

    .sideMenu>div {
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .gridColThree {
        grid-template-columns: repeat(2, 1fr);
    }

    .languageItemWrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .homePageHeading {
        font-size: var(--space-8);
        line-height: 42px;
    }

    .homePageSubHeading {
        font-size: var(--space-6);
        line-height: 34px;
    }

    .homePageDescription {
        font-size: var(--space-3);
        line-height: 26px;
    }

    .homePagePaddingTop {
        padding-top: var(--space-9);
    }

    .homePagePaddingBottom {
        padding-bottom: var(--space-9);
    }

    .storeTransactionListDataCell {
        text-align: start;
    }
}

@media (max-width: 767px) {

    .gridColTwo,
    .gridColThree {
        grid-template-columns: 100%;
    }

    .dropzoneWrapperFlex {
        flex-direction: column;
    }

    .dropzoneWrapperFlex .gridColOne {
        width: 100%;
    }

    .languageItemWrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .languageItemWrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }

    .restaurantContainer {
        margin: 0 auto;
        max-width: 100%;
        background: var(--theme-secondary);
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        background-image: none !important;
    }

    .restaurantTableTab {
        background: var(--common-primary-white);
        border-radius: var(--border-radius-1);
    }
}


/* RestaurantSlider Content Animation Start */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

/* RestaurantSlider Content Animation End */