html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #39483A;
    font-size: 18px;
    font-weight: 500;
    direction: ltr;
}
@keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
.tabIndex :focus { 
    outline: none; 
}
body .bodyOverflow{
    overflow-y: hidden;
    height: 100vh;
}
.form-control {
    font-size: 16px !important;
    border-radius: 4px !important;
    border: 1px solid #DADADA;
}
select {
	background-image: url('../chevron-down.svg') !important;
	background-repeat: no-repeat !important;
    background-position: 92% 50% !important;
    background-size: 16px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.whiteDropdown select {
    background-image: url('../chevron-down-white.png') !important;
    background-repeat: no-repeat !important;
    background-position: 96% 5px !important;
    background-size: 25px 25px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 7px 30px 6px 10px;
}
.store select {
    background-image: url('../chevron-down.svg') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 20px) center !important;
    background-size: 16px !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
.store .form-control:focus {
    border-color: #000000 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.store select:focus {
    border-color: #000000 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* .storeActiveSelect select {
    background-position: 95% 50%!important;
} */
.store select.form-control {
    -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
  }
.dropdown-toggle::after {
    margin: 0px 0px -2px 6px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ccc;
}
.menuToggle {
    display: block;
    position: relative;
    top: 7px;
    left: 0px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
.menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
   /* hide this */
    z-index: 2;
   /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/* * Just a quick hamburger */
.menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cccccc;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}
.menuToggle span:first-child {
    transform-origin: 0% 0%;
}
.menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
/* * Transform all the slices of hamburger * into a crossmark. */
.menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-4px, -19px);
    background: #182027;
}
/* * But let's hide the middle one. */
.menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
/* * Ohyeah and the last one should go the other direction */
.menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, 16px);
}
.adminsidebar {
    list-style-type: none !important;
    padding: 0px !important;
}
.adminsidebar li {
    background: transparent ;
    border: none ;
    color: #fff ;
    border-radius: 0px ;
    padding: 10px 0px;
}
.adminsidebar li a {
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.pieChart>svg {
    height: 250px;
}
.activeSideMenu {
    border-right: 5px solid #44bd36 !important;
    background: #6f89ad54 !important;
}
.adminsidebar .card-header, .adminsidebar .card {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}
.adminsidebar .card-header button, .adminsidebar .card-header button:hover {
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}
.card-header button {
    padding: 0 !important;
}
.card-body {
    padding: 10px 20px !important;
}
.mainMenu .navbar-light .navbar-nav .nav-link{
    color: #212121;
    margin: 0 15px;
}
.homeHeader .mainMenu .navbar-light .navbar-nav .nav-link{
    color: #ffffff;

}
.homeHeader .homeFooter{
margin-top: -70px;
}
/*.row {
    margin:0 !important;
}*/
/* sideMenu */
.sideMenu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 280px;
}
.sideMenu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 1px solid #3c506a;
    padding: 16px 25px;
}
.sideMenu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #3c506a;
}
.sideMenu .dropdown-menu a {
    color: #fff;
    padding: 5px 55px;
    border-bottom: 1.5px solid transparent;
    position: relative;
}
.sideMenu .dropdown-menu a::after{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 39px;
}
.sideMenu .dropdown-item:focus, .sideMenu .dropdown-item:hover {
    color: #fff;
   /* border-bottom: 1.5px solid #233245;
    */
    background-color: transparent;
}
.sideMenu .navbar-expand-lg {
    padding: 0;
}
/* sideMenu */
/* header */
.logOut .nav-link{
    color: #fff;
}
.logOut .dropdown-menu.show{
    top: 6px !important;
}
.logOut .dropdown-menu{
    margin: .125rem 0 0 -51px;
}
/* header */
label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.tableCss .table td, .table th {
    vertical-align: top;
}
.sideMenu .button {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    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);
    margin-top: 10px;
}
.sideMenu .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    transition: .3s;
}
.sideMenu .icon-bar + .icon-bar {
    margin-top: 4px;
}
.storeSideMenu .button {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    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);
    margin-top: 10px;
    top: 18px;
    right: 20px;
}
.storeSideMenu .button:focus {
    outline: none !important;
}
.storeSideMenu .icon-bar {
    display: block;
    width: 100%;
    height: 4px;
    background: #E62529;
    transition: .3s;
}
.storeSideMenu .icon-bar + .icon-bar {
    margin-top: 4px;
}
.loginInput .form-group {
    margin-bottom: 30px;
    position: relative;
}
.tableCss{
    height: 500px;
    overflow-y: auto;
}
.cardSection .card {
   /* padding: 20px !important;
    */
    border: none !important;
}
.rc-pagination-item {
    line-height: 27px;
}
.rc-pagination-item-active {
    background-color: #182027 !important;
    border-color: #182027 !important;
    font-weight: 700 !important;
}
.rc-pagination-item:hover {
    border-color: #182027 !important;
    background-color: #182027 !important;
}
.rc-pagination-item:hover a {
    color: #fff !important;
}
.rc-pagination-prev a, .rc-pagination-next a {
    color: #666 !important;
}
.inputFormAddon .input-group-text {
    color: #fff !important;
    background-color: #E62529 !important;
    border: 0px solid #DADADA !important;
    font-weight: 700 !important;
    padding: 0 18px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #DADADA;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border-radius: 10px;
}
::-webkit-scrollbar-corner {
    width: 3px;
}
.tableSticky .table thead th {
    vertical-align: top !important;
    background: #F2F1EF !important;
    z-index: 1;
    font-weight: 700;
    border-radius: 0 !important;
    border-bottom: inherit !important;
}
@-moz-document url-prefix() { 
    .tableSticky .table thead th {
        border-bottom: 2px solid #DADADA !important;
    }
  }
.tableSticky .tableCss .table td {
    vertical-align: top !important;
}
.sideMenu {
    width: 100%;
    height: auto;
    position: fixed;
    top: 70px;
    background: #1C0303;
    border-radius: 0;
    margin: 0px;
    overflow: auto;
    overflow-x: hidden;
    max-width: 280px;
    bottom: 0;
    margin-bottom: 6px;
}
.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;
}
.rc-pagination {
    font-family: 'Source Sans Pro', sans-serif !important;
}
.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');
 }
 
 /* React Dates - Start */
 .SingleDatePickerInput {
    border: 1px solid #DADADA;
    border-radius: .25rem;
    overflow: hidden;
 }

 .DateInput {
     width: 100% !important;
 }

 .DateInput_input {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #1a1b1c !important;
    padding: .375rem .75rem !important;
    border-bottom: 0px solid transparent !important;
    border-radius: 0 !important;
    height: 44px;
 }

 .DateInput_input__focused {
     border-bottom: 0px !important;
 }

 .DateInput_screenReaderMessage {
     position: relative !important;
     height: 0px !important;
 }

 .CalendarDay, .CalendarDay:focus {
     outline: 0;
 }

 .CalendarDay__selected, .CalendarDay__selected:active, .CalendarDay__selected:hover {
    background: #182027 !important;
    border: 1px double #182027 !important;
 }
 
 .SingleDatePickerInput_clearDate {
    padding: 10px !important;
    margin: 0 0px 0 0px !important;
    top: 0px !important;
    -webkit-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
 }

 .SingleDatePickerInput_clearDate__default:focus, .SingleDatePickerInput_clearDate__default:hover {
     background: transparent !important;
     outline: 0;
 }
 /* React Dates - Start */

/* DropZone - Start */
.dzInputContainer, .dzInputContainerMarker, .dzInputContainerProfilePicture, .dzInputContainerInsurance,
.dzInputContainerLicenceBack, .dzInputContainerLicenceFront, .dzInputContainerIcon, .dzInputContainerMarker, 
.dzInputContainerAboutImage1, .dzInputContainerAboutImage2, .dzInputContainerHomeImage1, .dzInputContainerHomeImage,
.dzInputContainerHomeImage3, .dzInputContainerHomeImage4, .dzInputContainerHomeImage5, .dzInputContainerHomeImage6,
.dzInputContainerSafetyImage1, .dzInputContainerSafetyImage2, .dzInputContainerSafetyImage3,
.dzInputContainerSignupImage1, .dzInputContainerSignupImage2, .dzInputContainerSignupImage3,
.dzInputContainerFooterImage1, .dzInputContainerFooterImage2, .dzInputContainerFooterImage3, .dzInputContainerFooterImage4,
.dzInputContainerStoreImage, .dzInputContainerStoreDocument {
    position: relative;
}

.dzInputContainer .dz-hidden-input, .dzInputContainerMarker .dz-hidden-input, .dzInputContainerLogo,
.dzInputContainerProfilePicture .dz-hidden-input, .dzInputContainerInsurance .dz-hidden-input,
.dzInputContainerLicenceBack .dz-hidden-input, .dzInputContainerLicenceFront .dz-hidden-input,
.dzInputContainerIcon .dz-hidden-input, .dzInputContainerMarker .dz-hidden-input {
    visibility: visible !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 0 !important;
    cursor: pointer;
}
.dzInputContainerLogoOpacity {
    opacity: 1 !important;
}
.droupZoneText {
    text-align: center;
    margin-top: 6px;
}
.droupText {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 0px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}
/* DropZone - End */
.addonBorder .input-group-text {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.configmessageRTL .addonBorder .input-group-text {
    border-radius: 0px 4px 4px 0px !important;
}
.addonBorder .rightAddonBtn {
   border-radius: 0 4px 4px 0 !important;
}
.customRatioButton input[type=checkbox], .customRatioButton input[type=radio] {
    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;
  }
  .customRatioButton input[type=radio]:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    margin: 0px;
    border-radius: 50%;
    background-repeat: no-repeat;
  }
  .customRatioButton input[type=radio]:checked:before {
    background: url('../Icons/activeAdmin.svg');
    width: 24px;
    height: 24px;
}
 .commandSection {
    word-break: break-word;
    max-width: 200px;
 }
 .ratingSection {
     width: 15%;
 }

.menuActive{
    text-decoration: none;
    color: #fff;
    background-color: rgba(31, 31, 35, 0.8);
}
.redux-toastr .toastr.rrt-error {
    background-color: #E83A30 !important;
}
.mapSection .gm-style-mtc {
    display: none !important;
}
.mapSection  .gm-fullscreen-control {
    display: none !important;
}
.mapSection .gm-svpc {
    display: none !important;
}
.mapSection {
    position: relative;
}
.mapSection .link {
    position: absolute;
    right: 10px;
    display: block;
    top: 5px;
    background: #182027;
    color: #ccc !important;
    font-weight: 700;
    padding: 6px;
    font-size: 12px;
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
}
.mapSection .gm-control-active {
    background: #182027 !important;
}
.mapSection .gm-control-active>img:nth-child(1) {
    filter: invert(100%) sepia(12%) saturate(2%) hue-rotate(317deg) brightness(113%) contrast(100%) !important;
}
.mapSection .gm-control-active>img {
    filter: invert(100%) sepia(12%) saturate(2%) hue-rotate(317deg) brightness(113%) contrast(100%) !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: #e83a30 !important;
}
/* Toaster - End */
/* storeSlider Content Animation Start */
.listYourPlace .slick-active .contentAnimation{
	animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.inputLeft{
    border-radius: 4px 0 0 4px !important;
  }
.addonBorder .promoCodeFeeAddon .input-group-text{
    border-radius: 0px 4px 4px 0px !important;
}  
@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
    }
}
/* storeSlider Content Animation End */
/* SingnUp Form Start */
.singUpFormPlaceSuggest .geosuggest {
    width: 100% !important;
    margin: 0px !important;
}
.singUpFormPlaceSuggest .geosuggest__input {
    box-shadow: none !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 6px !important;
    padding: .375rem .75rem !important;
    line-height: 1.5 !important;
    height: 54px !important;
    font-size: 16px !important;
    color: #1a1b1c !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.singUpFormPlaceSuggest .geosuggest__input:focus {
    outline: none !important;
    color: #1a1b1c;
    background-color: #fff !important;
    border-color: #000 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.singUpFormPlaceSuggest .geosuggest__suggests {
    border: 1px solid #000 !important;
    border-top: 0px !important;
    color: #1a1b1c !important;
    z-index: 24;
}
.singUpFormPlaceSuggest .geosuggest__item {
    font-size: 14px !important;
    color: #1a1b1c !important;
}
.singUpFormPlaceSuggest .geosuggest__suggests--hidden {
    display: none;
}
.geosuggest__item--active {
    background: #f5f5f5 !important;
}
/* SingnUp Form End */
/* Login Modal Start */
.eatsLoginModal .modal-content {
    flex-direction: inherit !important;
    border-radius: 4px !important;
}
.eatsLoginModal .modal-dialog {
    max-width: 500px;
    width: 100%;
    padding: 10px;
    margin: 54px auto;
}
.eatsLoginModal .modal-header {
    border-bottom: none !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.eatsLoginModal .close {
    font-size: 34px !important;
    font-weight: normal;
    color: #212121;
    opacity: 0.7;
    display: inline-block;
    outline: 0;
    padding: 6px 12px 0px 0px !important;
}
.logonMargin .modal-body{
    margin: 0;
    padding: 0;
}
/* Login Modal End */
/* EditProfile Section GeoSuggest Start */
.editProfile .geosuggest {
    width: 100% !important;
    margin: 0 auto;
}
.editProfile .geosuggest__input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 18px;
    padding: 0px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DADADA;
    border-radius: 4px !important;
    box-shadow: none !important;
    height: 54px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.editProfile .geosuggest__suggests {
    border: 1px solid #E62529 !important;
    border-top: 0px !important;
}
.editProfile .geosuggest__item {
    font-size: 14px !important;
}
.editProfile .geosuggest__input:focus {
    color: #1a1b1c;
    background-color: #fff !important;
    border-color: #DADADA !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.editProfile .geosuggest__suggests--hidden {
    display: none;
}
/* storeSideMenu Start */
/* SiteAdmin EditProfile Section GeoSuggest Start */
.siteAdminProfile .geosuggest {
    width: 100% !important;
    margin: 0 auto;
}
.siteAdminProfile .geosuggest__input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a1b1c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #DADADA;
    border-radius: .25rem !important;
    box-shadow: none !important;
    height: 44px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.siteAdminProfile .geosuggest__suggests {
    border: 1px solid #DADADA !important;
    border-top: 0px !important;
}
.siteAdminProfile .geosuggest__item {
    font-size: 16px !important;
    padding: 8px 21px;
}
.siteAdminProfile .geosuggest__input:focus {
    color: #1a1b1c;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25) !important;
}
/*storeSideMenu Start */
.storeSideMenu .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 310px;
}
.storeSideMenu .navbar-light .navbar-nav .nav-link {
    color: #fff;
    border-bottom: 1px solid #3c506a;
    padding: 16px 25px;
}
.storeSideMenu .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    background: #fff;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #3c506a;
}
.storeSideMenu .dropdown-menu a {
    color: #fff;
    padding: 5px 55px;
    border-bottom: 1.5px solid transparent;
    position: relative;
}
.storeSideMenu .dropdown-menu a::after{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 39px;
}
.storeSideMenu .dropdown-item:focus, .sideMenu .dropdown-item:hover {
    color: #fff;
    background-color: #fff;
}
.storeSideMenu .navbar-expand-lg {
   padding: 0px 0px 0px 0px;
}
/* storeSideMenu End */
/* storeSideMenu DroupZone Start */
.retaurantDroupZone div.filepicker {
    text-align: center;
    background-color: #E62529 !important;
    border-radius: 4px !important;
    min-height: 28px;
    line-height: 28px;
    border: none !important;
    color: #fff;
    padding: 7px 27px !important;
    border-radius: 0;
    text-decoration: none;
    font-size: 18px;
    box-shadow: none !important;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
}
.retaurantDroupZone div.filepicker:hover {
    background-color: #E62529 !important;; 
}
/* storeSideMenu DroupZone End */
.siwtchLapel {
	vertical-align: middle;
}
.react-switch-handle {
    box-shadow: none !important;
}
.siwtchLapelText {
  margin: 0;
  font-size: 17px;
  color: #1A1B1C;
  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);
}
.retaurantInputFormAddon .input-group-text {
    color: #fff !important;
    background-color: #E62529 !important;
    border: 0px solid #E62529 !important;
    font-weight: 700 !important;
    font-size: 22px;
}
.retaurantInputFormAddon .input-group>.input-group-append:not(:last-child)>.input-group-text {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.retaurantInputFormAddon .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.listItemModal .modal-content {
    border-radius: 4px !important; 
    border: inherit;
}
.listItemModal .modal-header {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 15px !important;
}
.listItemModal .modal-dialog {
    width: 100%;
    max-width: 650px !important;
    margin: 0 auto !important;
    margin-top: 18px !important;
    padding: 0 8px;
}
.listItemModal .close {
    font-size: 30px !important;
    font-weight: normal;
    color: rgb(118, 118, 118);
    opacity: 0.7;
    margin-left: 5px;
    display: inline-block;
    outline: 0
}
/******************************Customation Radio Button Start **************************/
.customRatioButtonStore input[type=checkbox], .customRatioButtonStore input[type=radio] {
	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;
    box-shadow: none !important;
}
.customRatioButtonStore input[type=radio]:before {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	border-radius: 50%;
    background-repeat: no-repeat;
    outline: none !important;
    background: url('../Icons/non-active.png') no-repeat;
    box-shadow: none !important;
}
.customRatioButtonStore input[type=radio]:checked:before {
    background: url('../Icons/active.svg') no-repeat;
    width: 24px;
	height: 24px;
    outline: none !important;
    box-shadow: none !important;
}
/******************************Customation Radio Button End **************************/
/***************************** iCheckBox - Green Start *******************************/
.icheckbox_square-green {
	border: 1px solid #DADADA !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border-radius: 4px; 
} 
.icheckbox_square-green.checked {
	border: 1px solid #E62529 !important;
	background-color: #E62529 !important;
	color: #ffffff !important;
	background-size: 60%;
	background-position: 4px 4px !important;
	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+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) !important;
}
.adminCheckbox .icheckbox_square-green {
	border: 1px solid #DADADA !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border-radius: 2px; 
} 
.adminCheckbox .icheckbox_square-green.checked {
	border: 1px solid #182027 !important;
	background-color: #182027 !important;
	color: #ffffff !important;
	background-size: 60%;
	background-position: 4px 4px !important;
	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;
}
/***************************** iCheckBox - Green End *******************************/
/***** Droup Down Menu Header Start *****/
.headerDroup .dropdown-toggle.btn-primary, .dropdown-toggle.btn-primary:focus {
    color: #212121 !important;
    background-color: #fff !important;
    border-color: #fff !important;
    box-shadow: none !important;
    font-size: 17px;
    border-radius: 40px;
    padding: 6px 6px;
  }
  .headerDroup .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    top: 60px !important;
    padding: 0px !important;
  }
  .siwtchLapelTextHeader {
    margin: 0;
    font-size: 20px;
    color: #212121;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 600;
  }
  /***** Droup Down Menu Header End *****/
  /****** store Table Start ****/
  .storetableSticky .table thead th {
        vertical-align: top !important;
        border: 0px !important;
        z-index: 1;
        padding: 18px 15px;
        font-weight: 600;
        color: #212121;
        font-size: 18px;
}
.storetableSticky .table thead tr {
   background: #F9F7F5;
   position: sticky;
   transition: all 0.5s ease;
   top:0;
   border-left: 1px solid #E2E2E2;
}
.storetableSticky .tableCss .table td {
    vertical-align: top !important;
}
.storetableSticky .table td {
    border: 0px !important;
    padding: 18px 15px;
}
.storetableSticky .table {
    /* border-collapse: separate; */
    border-spacing: 0 15px;
}
.storetableSticky .table tr {
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}
.storetableSticky .table tr :first-child{
    border-radius: 0;
  }
  
.storetableSticky .table tr :last-child{
    border-radius: 0;
  }
  .storetableSticky .table tr td :first-child{
    border-radius: 0px;
  }  
  .storetableSticky .table tr td :last-child{
    border-radius: 0;
  }
.storetableOrder .table td {
    vertical-align: middle !important;
    color: #212121 !important;
}
/* .storeTableCss {
    overflow-y: inherit !important;
} */
  /****** store Table End ****/
.mainContainer {
    margin: 35px auto 0 auto;
    /* background: #fff; */
    border-radius: 20px;
    padding: 25px 20px;
    /* box-shadow: 0 0px 10px 0px #2d3d5126; */
    margin: 15px auto;
    max-width: 1080px;
    /* background-image: url('../SiteImages/bg-food-pattern.png') !important; */
    -webkit-overflow-scrolling: touch;
  }
  .storeHeader .storeBtnColor.nav-link{
	color: #fff !important;
}
@media screen and (max-width: 767px) {
    .mainContainer {
      padding: 25px 10px;
      margin: 95px 15px;
    }
}
.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; }
.storeHeader .nav-link{
    color: #fff !important;
}
.storeHeader .nav-link:hover {
    border-bottom: 2px solid #E62529;
}
.storeHeader .languageIcon img {  
  filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(221deg) brightness(102%) contrast(103%);
}
.store .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .store {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
 }
 .store .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .store .navbar-nav .dropdown-menu {
    position: absolute;
  }

/*** store Custom Pagination ****/
.store .rc-pagination-item-active {
    background-color: #E62529 !important;
    border-color: #E62529 !important;
    font-weight: 700 !important;
}
.store .rc-pagination-item:hover {
    border-color: #E62529 !important;
    background-color: #E62529 !important;
}
.store .rc-pagination-item:hover a {
    color: #fff !important;
}
.store .rc-pagination-prev  a {
    color: #666 !important;
}
.store .rc-pagination-item a {
    color: #39483A !important;
}
.store .rc-pagination-item  {
    line-height: 26px !important;
}
.store .rc-pagination-item-active  a {
    color: #fff !important;
}
.reststoreaurant .rc-pagination-prev {
    line-height: 25px !important;
}
.store .rc-pagination-next {
    line-height: 25px !important;
}
.pageUrlRadius .input-group-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@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;
  }
}
.slick-next:before, .slick-prev:before {
    content: '' !important;
}

/******************* Tab srction start *************************/
.nav-tabs {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-tabs .nav-link.active {
    color: #212121 !important;
    background-color: #fff;
    border-color: #E62529 !important;
    border: none;
    border-bottom: 3px solid #E62529 !important;
    font-weight: 600;
}
.nav-tabs .nav-link {
    color: #727272 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 15px;
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 15px;
    padding-left: 0px !important;
    border: inherit !important;
    border-bottom: 3px solid transparent;
   
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
}
.nav-tabs .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
}
/******************* Tab srction End *************************/
/******************* Country Input Start *****************/
.countryInputPhone .react-tel-input input[type=text], .countryInputPhone .react-tel-input input[type=tel] {
    width: 100% !important;
    height: 54px !important;
    resize: none !important;
    border-radius: 6px !important;
    padding-left: 70px !important;
    z-index: 1 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #1a1b1c !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid #D8D8D8;
}
.countryInputPhone .react-tel-input .flag-dropdown {
    border: 1px solid #DADADA !important;
    border-radius: 6px !important;
}
.countryInputPhone .react-tel-input .country-list .country-name {
    color: #39483A !important;
}
.countryInputPhone .react-tel-input .country-list .country .dial-code {
    color: #767676 !important;
    font-weight: 700;
}
.countryInputPhone .react-tel-input .selected-flag {
    width: 60px !important;
    padding: 0 0 0 0px !important;
    border-radius: 2px 0 0 2px !important;
    border-right: 1px solid #DADADA;
    outline: none !important;
}
.countryInputPhone .react-tel-input .selected-flag .flag {
    left: 20px !important;
    /* top: -28px !important; */
}
.countryInputPhone .react-tel-input .selected-flag .arrow {
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-top: 0px solid #182027 !important;
    background-image: url('../chevron-down.svg');
    background-position: -3px -7px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px;
}
.countryInputPhone .react-tel-input .selected-flag .arrow.up {
    border-top: none !important;
    border-bottom: 0px solid #182027 !important;
    border-top: 0px solid #182027 !important;
    background-image: url('../chevron-up-svg.png');
    background-position: -2px 0px;
    background-position: -3px -7px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 22px;
}
.countryInputPhone .flag-dropdown.open-dropdown {
    background: #fff;
    border-radius: 2px 0 0 0 !important;
    width: 100% !important;
}
.countryInputPhone .react-tel-input .country-list {
    width: 100% !important;
    border-radius: 0 0 2px 2px !important;
    padding: 16px 0px !important;
    margin: 8px 0 0px 0px !important;
    outline: none;
}
/* .countryInputPhone .react-tel-input .flag-dropdown {
    left: 0 !important;
}
.countryInputPhone .react-tel-input .flag-dropdown {
    position: static !important;
} */
.countryInputPhone .react-tel-input .country-list .country:hover {
    outline: none !important;
}
.countryInputPhone .react-tel-input .flag-dropdown {
    width: 100% !important;
}
.countryInputPhone .react-tel-input {
    font-family: inherit !important;
}
.countryInputPhone .react-tel-input .country-list {
    max-height: 245px !important;
}
.countryInputPhone .special-label {
    display: none;
}
/******************* Country Input End *****************/
/**************************** Place Holder Form Start ***************************/
.placeHolderText input::-webkit-input-placeholder { 
    color: #767676;  
} 
.placeHolderText input:-moz-placeholder { 
    color: #767676; 
} 
.placeHolderText input::-moz-placeholder { 
    color: #767676;  
} 
.placeHolderText input:-ms-input-placeholder { 
    color: #767676;  
} 
.placeHolderText input::-ms-input-placeholder { 
    color: #767676; 
} 
.placeHolderText input::placeholder { 
    color: #767676; 
} 
/**************************** Place Holder Form End ***************************/
/**************************** Profile Upload Button start ********************/
.siteadminProfileBtn div.filepicker {
    text-align: center;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 45px;
    height: auto;
    min-height: 20px;
    line-height: 20px;
    border: none;
    margin-bottom: 0px;
    font-size: 18px;
}
/**************************** Profile Upload Button End ********************/
/**************************** Booking Manage Collapse start ***************/
.bookingCollapse .Collapsible {
    border: 1px solid rgba(0,0,0,.125);
}
.bookingCollapse .Collapsible__contentOuter {
    padding: 0px 12px;
}
.bookingCollapse .Collapsible__trigger {
    padding-bottom: 0;
    padding-top: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    display: block;
    width: 100%;
    padding: 8px 25px 8px 12px;
    position: relative;
}

.bookingCollapse .Collapsible__trigger.is-closed {
    border-bottom-width: 0px;
}

.bookingCollapse .Collapsible__trigger:after {
    background-image: url('../chevron-up-svg.png') !important;
    background-repeat: no-repeat !important;
	background-position: 100% 6px !important;
	background-size: 25px 25px !important;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    content: '';
    transform: rotate(180deg);
}

.bookingCollapse .Collapsible__trigger.is-open:after {
    transform: rotate(0deg);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: inherit !important;
}
.form-control:focus {
    border-color: #39483A !important;
    box-shadow: inherit !important;
    border-radius: 2px;
}
.chart-container {
    position: relative;
    margin: auto;
    height: 50vh;
    width: 80vw;
    overflow: hidden;
}
.chart-container .chartjs-render-monitor {
    background-color: #FFF;
    padding: 10px;
}
/***************** Edit Icon align Start ***********************/
.editAlignIcon{
    display: unset;
    white-space: nowrap;
}
.editAlignIcon span{
    display: unset;
}
/***************** Edit Icon align End  ***********************/
.pageUrlInput .input-group-text {
    color: #fff !important;
    background-color: #E62529 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    vertical-align: middle !important;
    border: 0 !important;
}
/************************ PromoCodeDate Picker Start *******************************/
.promoCodeDatepicker .SingleDatePickerInput__showClearDate {
    padding-right: 0px;
}
.promoCodeDatepicker .SingleDatePickerInput {
    width: 100%;
    display: block !important;
}
.promoCodeDatepicker .DateInput {
    display: block !important;
}
.promoCodeDatepicker .SingleDatePicker {
    display: block !important;
}
.promoCodeDatepicker .SingleDatePicker_picker {
    top: 52px !important;
}
/************************ PromoCodeDate Picker End *******************************/
.table {
    color: #1a1b1c;
}
.StaicPageCss .tableSticky .table thead th {
    vertical-align: top !important;
    position: sticky !important;
    top: -1px !important;
    border-top: 0 !important;
    box-shadow: 8px 0px 8px 0px #DADADA !important;
    z-index: 1;
    color: #1a1b1c;
    font-weight: 700;
}
.staticTableBorder {
    border-radius: 0px;
}
/***************** New Responsive Table ***********************/
.NewResponsiveTable table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .NewResponsiveTable table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
  }
  .NewResponsiveTable table tr {
    background-color: #ffffff;
    border: 0px solid #ddd;
    padding: .35em;
  }
  .NewResponsiveTable table th,
  .NewResponsiveTable table td {
    padding: .625em;
    text-align: center;
  }
  .NewResponsiveTable table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: capitalize;
  }
  .NewResponsiveTable table tbody tr {
    border: 1px solid #E2E2E2;
  }
/***************** New Responsive Table End *******************/

/***************** NewAdminResponsiveTable Start ***********************/
.NewAdminResponsiveTable table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.NewAdminResponsiveTable table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
.NewAdminResponsiveTable table tr {
    background-color: transparent;
    border: 1px solid #E2E2E2;
    padding: .35em;
}
.NewAdminResponsiveTable table th,
.NewAdminResponsiveTable table td {
    padding:19px;
    text-align: center;
}
.NewAdminResponsiveTable table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.NewAdminResponsiveTable table td{
    border-bottom: 1px solid #E2E2E2;
}
/***************** NewAdminResponsiveTable End *******************/
.badgeSuccess .badge-success {
    padding: 6px 8px 6px !important;
    text-align: center !important;
    line-height: 11px !important;
    vertical-align: middle !important;
    margin-bottom: 1px !important;
    border-radius: 10px !important;
}
.radioBtnLabel .form-check-label{
    padding: 3px 0px 0px 3px;
    font-weight: 500;
}
/***************** AdminCountry Edit Form Start *******************/
.adminEditForm .geosuggest__input:focus {
    border-color: #182027 !important;
    box-shadow: inherit !important;
}
.adminEditForm .geosuggest__input {
    font-size: 16px !important;
    height: 54px;
    padding: 0px 21px;
}
.adminEditForm .geosuggest__item--active {
    color: #212121 !important;
}
.adminEditForm .geosuggest__suggests {
    border: 1px solid #DADADA !important;
    border-top: 0px !important;
    color: #212121 !important;
    z-index: 24;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.adminEditForm .geosuggest__suggests--hidden {
    display: none;
}
.editProfile .geosuggest__item--active {
    color: #212121 !important;
}
.languageModal .close{
    font-size: 32px;
    font-weight: 400;
}
/***************** AdminCountry Edit Form End *******************/
.languageIcon{  
    width: 15px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.languageIcon img{
    width:17px;
}
.tableCssStatic{
    height: auto;
}
.forgetPasswordModal .close{
    font-size: 30px !important;
    font-weight: normal;
    color: rgb(118, 118, 118);
}
.forgetPasswordModal .modal-header{
    padding: 15px 15px 10px;
    border: transparent;
}
.forgetPasswordModal .modal-content{
    border-radius: 0;
}

/***************** ModifierGroups Start *******************/
.modifierAcccordion .card-header button {
    border: 0;
    outline: 0 !important;
    background: transparent !important;
    font-size: 18px !important;
 }
 .modifierAcccordion .card-header{
     padding: 0;
     position: relative;
     border-bottom: inherit !important;
  }
  .modifierAcccordion .card {
     border: inherit;
 }
 .modifierAcccordion .collapse.show {
    border-top: 1px solid transparent;
 }
 .modifierAcccordion .card-header .arrowBtn {
    background: transparent;
    position: absolute;
    top: 20px;
    right: 25px;
  }
 .modifierAcccordion .accordion>.card .card-header {
     margin-bottom: 0px;
 }
 .modifierAcccordion{
     margin-top: 30px;
 }
 .modifierAcccordion .card-body {
     text-align: center;
     padding: 25px 20px !important;
 }
 .modifierAcccordion .card {
    margin-bottom: 15px;
    border: 1px solid #eeebeb !important;
 }
 .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 !important;
 }
 .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;
      position: relative;
  }
  .autosuggest .react-autosuggest__container {
     position: relative;
   }
 .autosuggest .react-autosuggest__input {
     width: 490px;
     height: 54px;
     border: 1px solid #DADADA;
     border-radius: 6px;
     padding: 6px 12px;
   }

.shopAutoSuggest .autosuggest .react-autosuggest__input {
    width: 100% !important;
    padding: 6px 95px 6px 20px;
}
.shopAutoSuggest .autosuggest {
    width: 100%;
}
 .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: 53px;
     width: 100%;
     left: 0px;
     right: 0px;
     border: 1px solid #DADADA;
     background-color: #fff;
     font-family: 'Source Sans Pro', sans-serif !important;
     font-weight: 300;
     font-size: 18px;
     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;
   }
 .addModifierGroupModal .modal-dialog {
     width: 100%;
     max-width: 775px !important;
 }
 .addModifierGroupModal .modal-body {
     padding: 0 !important;
 }
 .addModifierGroupModal .mainContainer{
     box-shadow: inherit;
     margin: 0 auto;
     padding: 10px 12px 25px !important;
 }
 .addModifierGroupModal .close {
     font-size: 30px !important;
     font-weight: normal;
     color: rgb(118, 118, 118);
     opacity: 0.7;
     margin-left: 5px;
     display: inline-block;
     outline: 0;
     position: absolute;
     top: 12px;
     right: 20px;
 
 }
 .addModifierGroupModal .modal-header {
     padding: 25px !important;
 }
 .addModifierGroupModal .addModifiPadding{
    padding: 0;
 }
 .modifierAcccordion .card-header .arrowBtnDropDown {
     position: absolute;
     top: 24px;
     right: 25px;
 }
 .modifierSelect select{
     background-position: 92% 15px !important;
     padding: 2px 28px 2px 8px;
 }
 /***************** ModifierGroups End *******************/
 .modal-backdrop {
    background-color: #00000096 !important;
}
.printOnly{
    display: none;
}
.adminModal .modal-title.h4{
    font-size: 20px;
}
.adminRole  .modal-dialog {
max-width: 600px !important;
}
.modal-content{
    border-radius: 4px;
}
.noRadiusRight .form-control{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.noRadiusLeft .form-control{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.noRadiusLeft .input-group-text {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.geosuggest__suggests:after {
    content: '';
    display: block;
    background: url(../powered_by_google.png) center left 98% no-repeat white;
    background-size: 80px 12px;
    width: 100%;
    height: 20px;
}
.homeHeader .navbar{
    box-shadow: inherit;
    padding: 30px;
}
.btnPrimaryBorder{
    background-color: #fff !important;
    border: 1px solid #E62529 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #E62529 !important;
    text-decoration: none !important;
}
.btnPrimaryBorder:hover{
    background-color: #fff !important;
    border: 1px solid #E62529 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #E62529 !important;
    text-decoration: none !important;
}
.editLoaderZindex .Loader__background{
z-index: inherit !important;
}
.rc-pagination-prev, .rc-pagination-next {
    font-size: 22px !important;
    line-height: 25px !important;
}
.bookingTable .table thead th{
    min-width: 120px;
}
.geosuggest__suggests {
    top: 90% !important;
}
.signupCategorySelect select{
    background-position: 96% 23px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.forgetPasswordModal .modal-body{
    padding: 0 34px 34px;
}
.boxOneBg{
    background: #DAE5FF;
}
.boxTwoBg{
    background: #FFEADA;
}
.boxThreeBg{
    background: #DCFFDA;
}
.boxFour{
    background: #ffffff;
    padding: 32px !important;
    margin-top: 45px;
    border: 1px solid #DADADA;
}
.dzInputContainerLogo div.filepicker{
    background-color: #E62529;
    border-radius: 4px;
    color: #ffffff;
}
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    z-index: 0;
}
.toneWidth div.filepicker{
    background: transparent !important;
    border: 1px solid #E62529;
    border-radius: 4px;
    color: #E62529;
    padding: 7px;
    text-align: center;
}
div.filepicker{
    background-color: #E62529 !important;
    border-radius: 4px !important;
}
.NewAdminResponsiveTable tbody {
    background: #ffffff;
}
.react-colorful__hue-pointer {
    z-index: 1 !important;
}
.react-colorful__saturation-pointer {
    z-index: 1 !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #FFFFFF;
    cursor: not-allowed;
    border:1px solid #ededed;
    color: #959595;
}
.colorPickerModal .modal-dialog {
    max-width: 222px;
    width: 100%;
    padding: 10px;
    margin: 54px auto;
}
.colorPickerModal .modal-content{
background: transparent;
border: inherit;
border-radius: inherit;
}
.colorPickerModal .react-colorful__saturation{
border-radius: 0px !important;
}
.colorPickerModal .react-colorful__last-control {
    border-radius: 0 !important;
}
.timerModal .modal-body {
    padding: 0;
}
.timerModal .modal-dialog {
    max-width: 592px;
}
.storeHeader .dropdown-toggle::after{
    display: none;
}
.storeLoginHeader.navbar{
    position: fixed;
    width: 100%;
    max-width: 1137px;
}
.clearBoth{
    clear: both;
    max-width: 1021px;
    left: 310px;
    right: 0px;
    box-shadow: 0px 13px 32px #00000005;
    background: #F5F7F9;
}
.positionRelative{
    position: relative;
}
.inputLabel{
    color: #212121;
    background: #ffffff;
    font-size: 14px;
    position: absolute;
    top: -8px;
    left: 16px;
    padding: 0 6px 3px 6px;
    z-index: 1;
}
.accordionLabel {
    left: 60px;
}
#multiselectContainerReact .searchWrapper {
    min-height: 120px;
    overflow: auto;
    padding: 15px 21px;
}
#multiselectContainerReact .chip {
    background: #E62529;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 12px;
}
#multiselectContainerReact .highlightOption {
    background: #f8f8f8;
    color: #212121;
}
#multiselectContainerReact .multiSelectContainer li:hover {
    background: #E62529 !important;
    color: #fff;
}
#multiselectContainerReact .multiSelectContainer li {
    padding: 5px;
}
.adminDroupZone div.filepicker {
    color: #FFFFFF !important;
}
textarea.form-control {
    padding: 10px 21px;
}
.tonePicker div.filepicker {
    color: #E62529 !important;
}
/* .Loader__foreground{
    height: 100vh !important;
} */
.promoCodeDatePicker .SingleDatePickerInput__showClearDate {
    padding: 0px !important;
}
.promoCodeDatePicker .DateInput_input {
    padding: 0px 21px !important;
    font-size: 16px !important;
    height: 54px !important;
}
.promoCodeDatePicker .SingleDatePicker_picker {
    z-index: 2;
}
.input-group>.form-control:not(:last-child) {
    z-index: 0;
}
.manualBookingSlider .swiper-button-next{
    margin-top: 0px;
    position: absolute;
    top: 57%;
    right: -10px;
    width: 70px;
    height: 70px;
    transform: translateY(-50%);
    background-image: url('../Icons/homeSliderRight.png') !important;
    background-size: 70px;
    }
.manualBookingSlider .swiper-button-prev{
      position: absolute;
      top: 57%;
      left: -10px;
      width: 70px;
      height: 70px;
      transform: translateY(-50%);
      margin-top: 0px;
      background-image: url('../Icons/homeSliderLeft.png') !important;
      background-size: 70px;
 }
 .countrySelectRTL select{
    background-position: 97% 50% !important;
}
.homeHeader .languageIconHome{
    filter: invert(100%) sepia(91%) saturate(0%) hue-rotate(221deg) brightness(102%) contrast(103%);
}
.currencyLabel{
    left: 80px;
    top: -11px;
}
.borderRighOnly  .input-group-text{
    border-radius: 6px 0 0 6px !important;
}
.passwordInput{
    padding: 0px 40px 0 21px !important;
}
.pickerInput{
    padding: 0px 42px 0 21px !important;
}
.disableTimeBtn.disabled, .disableTimeBtn:disabled, .disableTimeBtn:disabled:hover{
    background-color: transparent !important;
    border-color: transparent !important;
    cursor: not-allowed;
    color: #3a3a3a !important;
}
.inputCountryCode{
    border-radius: 4px 0 0 4px !important;
}
.colorPickerModal{
    top: 15%;
}