html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif !important;
  color: #1a1b1c;
  direction: ltr;
}

.tabIndex :focus {
  outline: none;
}

body .bodyOverflow {
  overflow-y: hidden;
  height: 100%;
}

a {
  color: #01CA97 !important;
}

.form-control {
  font-size: 14px !important;
  color: #1a1b1c !important;
}

select {
  background-image: url('../chevron-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 96% 9px !important;
  background-size: 25px 25px !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% 3px !important;
  background-size: 25px 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 10px 30px 6px 10px;
}

.restaurant select {
  background-image: url('../chevron-down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: 97% 50% !important;
  background-size: 25px 25px !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.restaurant .form-control:focus {
  border-color: #5EBE00 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.restaurant select:focus {
  border-color: #5EBE00 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .restaurantActiveSelect select {
    background-position: 95% 50%!important;
} */
.restaurant 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 !important;
}

.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: #3e0056;
  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: #3e0056;
}

/* * 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: 15px;
}

.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: 15px;
}

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

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

/*.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: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}

.tableCss .table td,
.table th {
  vertical-align: middle;
}

.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;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-left: 20px;
  margin-top: 10px;
}

.sideMenu .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #3e0056;
  transition: .3s;
}

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

.restaurantSideMenu .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: 40px;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 20px;
  right: 20px;
}

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

.loginInput .form-group {
  margin-bottom: 30px;
}

.tableCss {
  height: 500px;
  overflow-y: auto;
}

.cardSection .card {
  border: none !important;
}

.rc-pagination-item-active {
  background-color: #3e0056 !important;
  border-color: #3e0056 !important;
  font-weight: 700 !important;
}

.rc-pagination-item:hover {
  border-color: #3e0056 !important;
  background-color: #3e0056 !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: #3e0056 !important;
  border: 0px solid #ced4da !important;
  font-weight: 700 !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;
}

.tableSticky .table thead th {
  vertical-align: top !important;
  position: sticky !important;
  top: -1px !important;
  background: #FFFFFF !important;
  border-bottom: 1px solid #ced4da !important;
  border-top: 0 !important;
  /* box-shadow: 8px 0px 8px 0px #ced4da !important; */
  z-index: 1;
  font-weight: 700;
}

@-moz-document url-prefix() {
  .tableSticky .table thead th {
    border-bottom: 2px solid #ced4da !important;
  }
}

.tableSticky .tableCss .table td {
  vertical-align: top !important;
}

.sideMenu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 70px;
  background: #3e0056;
  border-radius: 10px;
  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: 'Poppins', sans-serif;
}

.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 #ced4da;
  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: #3e0056 !important;
  border: 1px double #3e0056 !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,
.dzInputContainerRestaurantImage,
.dzInputContainerRestaurantDocument {
  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: #3a3a3a;
  font-size: 14px;
  font-weight: 500;
}

/* DropZone - End */
.addonBorder .input-group-text {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !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: #3e0056;
  color: #ccc !important;
  font-weight: 700;
  padding: 6px;
  font-size: 12px;
  z-index: 1;
  border-radius: 4px;
  cursor: pointer;
}

.mapSection .gm-control-active {
  background: #3e0056 !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 */
/* RestaurantSlider Content Animation Start */
.listYourPlace .swiper-slide-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;
}

@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 */
/* SingnUp Form Start */
.singUpFormPlaceSuggest .geosuggest {
  width: 100% !important;
  margin: 0px !important;
}

.singUpFormPlaceSuggest .geosuggest__input {
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  border-radius: 2px !important;
  padding: .375rem .75rem !important;
  line-height: 1.5 !important;
  height: 54px !important;
  font-size: 14px !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: #5EBE00 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.singUpFormPlaceSuggest .geosuggest__suggests {
  border: 1px solid #5EBE00 !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: 0px !important;
}

.eatsLoginModal .modal-dialog {
  max-width: 900px;
  width: 100%;
  padding: 10px;
  margin: 54px auto;
}

.eatsLoginModal .modal-header {
  border-bottom: none !important;
}

.eatsLoginModal .close {
  font-size: 30px !important;
  font-weight: normal;
  color: rgb(118, 118, 118);
  opacity: 0.7;
  display: inline-block;
  outline: 0;
  padding: 6px 12px 0px 0px !important;
}

.logonMargin .modal-body {
  margin: 30px 15px;
}

/* 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: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1b1c;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0 !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 #5EBE00 !important;
  border-top: 0px !important;
}

.editProfile .geosuggest__item {
  font-size: 14px !important;
}

.editProfile .geosuggest__input:focus {
  color: #1a1b1c;
  background-color: #fff !important;
  border-color: #5EBE00 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.editProfile .geosuggest__suggests--hidden {
  display: none;
}

/* RestaurantSideMenu 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 #ced4da;
  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 #ced4da !important;
  border-top: 0px !important;
}

.siteAdminProfile .geosuggest__item {
  font-size: 14px !important;
}

.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;
}

/* RestaurantSideMenu Start */
.restaurantSideMenu .navbar-expand-lg .navbar-nav {
  flex-direction: column;
  width: 310px;
}

.restaurantSideMenu .navbar-light .navbar-nav .nav-link {
  color: #fff;
  border-bottom: 1px solid #3c506a;
  padding: 16px 25px;
}

.restaurantSideMenu .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: static;
  background: #fff;
  border: none;
  padding: 5px 0;
  border-bottom: 1px solid #3c506a;
}

.restaurantSideMenu .dropdown-menu a {
  color: #fff;
  padding: 5px 55px;
  border-bottom: 1.5px solid transparent;
  position: relative;
}

.restaurantSideMenu .dropdown-menu a::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 39px;
}

.restaurantSideMenu .dropdown-item:focus,
.sideMenu .dropdown-item:hover {
  color: #fff;
  background-color: #fff;
}

.restaurantSideMenu .navbar-expand-lg {
  padding: 10px 0px 0px 0px;
}

/* RestaurantSideMenu End */
/* RestaurantSideMenu DroupZone Start */
.retaurantDroupZone div.filepicker {
  text-align: center;
  background-color: #5EBE00 !important;
  border-radius: 0px;
  min-height: 28px;
  line-height: 28px;
  border: none !important;
  color: #fff;
  padding: 7px 27px !important;
  border-radius: 0;
  text-decoration: none;
  font-size: 14px;
  box-shadow: none !important;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
}

.retaurantDroupZone div.filepicker:hover {
  background-color: #73D315 !important;
}

/* RestaurantSideMenu DroupZone End */
.siwtchLapel {
  vertical-align: middle;
}

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

.siwtchLapelText {
  margin: 0;
  font-size: 15px;
  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: #5EBE00 !important;
  border: 0px solid #5EBE00 !important;
  font-weight: 700 !important;
}

.retaurantInputFormAddon .input-group>.input-group-append:not(:last-child)>.input-group-text {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.retaurantInputFormAddon .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0px !important;
}

.listItemModal .modal-content {
  border-radius: 2px !important;
}

.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 **************************/
.customRatioButtonRestaurant input[type=checkbox],
.customRatioButtonRestaurant input[type=radio] {
  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: #fff !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.customRatioButtonRestaurant 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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: inherit !important;
}

.customRatioButtonRestaurant input[type=radio]:checked:before {
  background: url('../Icons/active.svg') no-repeat;
  width: 24px;
  height: 24px;
  outline: none !important;
  box-shadow: none !important;
  border: inherit !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/******************************Customation Radio Button End **************************/
/***************************** iCheckBox - Green Start *******************************/
.icheckbox_square-green {
  border: 1px solid #ced4da !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-radius: 2px;
}

.icheckbox_square-green.checked {
  border: 1px solid #5EBE00 !important;
  background-color: #5EBE00 !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;
}

.adminCheckbox .icheckbox_square-green {
  border: 1px solid #ced4da !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-radius: 2px;
}

.adminCheckbox .icheckbox_square-green.checked {
  border: 1px solid #3e0056 !important;
  background-color: #3e0056 !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_minimal-green {
	border: 1px solid #ced4da !important;
	background-color: #ffffff !important;
	background-image: none !important;
	width: 22px !important;
	height: 22px !important;
}
.icheckbox_minimal-green.checked {
	border: 1px solid #ced4da !important;
	background-color: #ffffff !important;
	color: #5EBE00 !important;
	background-size: 60%;
	background-position: 4px 4px !important;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDc4LjM2OSA3OC4zNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc4LjM2OSA3OC4zNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNzguMDQ5LDE5LjAxNUwyOS40NTgsNjcuNjA2Yy0wLjQyOCwwLjQyOC0xLjEyMSwwLjQyOC0xLjU0OCwwTDAuMzIsNDAuMDE1Yy0wLjQyNy0wLjQyNi0wLjQyNy0xLjExOSwwLTEuNTQ3bDYuNzA0LTYuNzA0ICAgYzAuNDI4LTAuNDI3LDEuMTIxLTAuNDI3LDEuNTQ4LDBsMjAuMTEzLDIwLjExMmw0MS4xMTMtNDEuMTEzYzAuNDI5LTAuNDI3LDEuMTItMC40MjcsMS41NDgsMGw2LjcwMyw2LjcwNCAgIEM3OC40NzcsMTcuODk0LDc4LjQ3NywxOC41ODYsNzguMDQ5LDE5LjAxNXoiIGZpbGw9IiMwMDZjNzAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) !important;
} */
/***************************** iCheckBox - Green End *******************************/
/***** Droup Down Menu Header Start *****/
.headerDroup .dropdown-toggle.btn-primary,
.dropdown-toggle.btn-primary:focus {
  color: #1A1B1C !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
  font-size: 15px;
}

.headerDroup .dropdown-menu {
  right: 0 !important;
  left: auto !important;
  top: 60px !important;
  padding: 0px !important;
}

.siwtchLabelTextHeader {
  margin: 0;
  font-size: 15px;
  color: #1A1B1C;
  font-weight: 500;
  margin: 0 8px;
  vertical-align: middle;
}

/***** Droup Down Menu Header End *****/
/****** Restaurant Table Start ****/
.restauranttableSticky .table thead th {
  vertical-align: top !important;
  position: sticky !important;
  top: -1px !important;
  background: #fff !important;
  border: 0px !important;
  z-index: 1;
  background: #f8f8f8 !important;
  padding: 18px 15px;
  font-weight: 600;
  color: #1A1B1C;
}

.restauranttableSticky .tableCss .table td {
  vertical-align: top !important;
}

.restauranttableSticky .table td {
  border: 0px !important;
  padding: 18px 15px;
}

.restauranttableSticky .table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.restauranttableSticky .table tr {
  box-shadow: 0px 0px 10px 0px #eeebeb;
  background: #fff;
}

.restauranttableOrder .table td {
  vertical-align: middle !important;
  color: #1a1b1c !important;
}

/* .restaurantTableCss {
    overflow-y: inherit !important;
} */
/****** Restaurant Table End ****/
.mainContainer {
  margin: 35px auto 0 auto;
  background: #fff;
  border-radius: 0px;
  padding: 25px 20px;
  box-shadow: 0 0px 10px 0px #2d3d5126;
  margin: 15px auto;
  max-width: 1080px;
  background-image: url('../SiteImages/bg-food.png') !important;
  border-radius: 1em;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .mainContainer {
    padding: 25px 10px;
    margin: 15px 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;
}

@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;
  }
}

/*** restaurant Custom Pagination ****/
.restaurant .rc-pagination-item-active {
  background-color: #5EBE00 !important;
  border-color: #5EBE00 !important;
  font-weight: 700 !important;
}

.restaurant .rc-pagination-item:hover {
  border-color: #5EBE00 !important;
  background-color: #5EBE00 !important;
}

.restaurant .rc-pagination-item:hover a {
  color: #fff !important;
}

.restaurant .rc-pagination-prev a {
  color: #5EBE00 !important;
}

.restaurant .rc-pagination-next a {
  color: #5EBE00 !important;
}

.restaurant .rc-pagination-item a {
  color: #484848 !important;
}

.restaurant .rc-pagination-item {
  line-height: 31px !important;
}

.restaurant .rc-pagination-item-active a {
  color: #fff !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 .nav-link {
  color: #3a3a3a !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px;
  font-size: 15px;
  /* border: inherit !important; */
}

.nav-tabs .nav-link.active {
  color: #1a1b1b !important;
  background-color: #fff;
  border-color: #5EBE00 !important;
  border: none;
  border-bottom: 3px solid;
  font-weight: 600;
}

.nav-tabs .nav-link:hover {
  border-color: #fff #fff #dee2e6;
}

.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: 2px !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 #ced4da;
}

.countryInputPhone .react-tel-input .flag-dropdown {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  border-radius: 2px 0 0 2px !important;
}

.countryInputPhone .react-tel-input .country-list .country-name {
  color: #484848 !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 #ced4da;
  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 #3e0056 !important;
  background-image: url('../chevron-down.svg');
  background-position: -3px -7px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
}

.countryInputPhone .react-tel-input .selected-flag .arrow.up {
  border-top: none !important;
  border-bottom: 0px solid #3e0056 !important;
  border-top: 0px solid #3e0056 !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: cover;
}

.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 {
  background-color: #fff !important;
  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: 14px;
}

/**************************** 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-down.svg') !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: '';
}

.bookingCollapse .Collapsible__trigger.is-open:after {
  background-image: url('../chevron-up-svg.png') !important;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: inherit !important;
}

.form-control:focus {
  border-color: #3e0056 !important;
  box-shadow: inherit !important;
}

.chart-container {
  position: relative;
  margin: auto;
  height: 50vh;
  width: 80vw;
  overflow: hidden;
}

/***************** 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: #3e0056 !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;
    background: #ffffff !important;
    border-bottom: 1px solid #ced4da !important;
    border-top: 0 !important;
    z-index: 1;
    color: #1a1b1c;
    font-weight: 700;
} */
.staticTableBorder {
  border-radius: 10px;
}

/***************** 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: uppercase;
}

/***************** 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: 0px solid #ddd;
  padding: .35em;
}

.NewAdminResponsiveTable table th,
.NewAdminResponsiveTable table td {
  padding: 1.625em;
  text-align: center;
}

.NewAdminResponsiveTable table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/***************** NewAdminResponsiveTable End *******************/
.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 *******************/
.adminEditForm .geosuggest__input:focus {
  border-color: #3e0056 !important;
  box-shadow: inherit !important;
}

.adminEditForm .geosuggest__input {
  font-size: 14px !important;
}

.adminEditForm .geosuggest__item--active {
  color: #1a1b1c !important;
}

.adminEditForm .geosuggest__suggests {
  border: 1px solid #3e0056 !important;
  border-top: 0px !important;
  color: #1a1b1c !important;
  z-index: 24;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.adminEditForm .geosuggest__suggests--hidden {
  display: none;
}

.editProfile .geosuggest__item--active {
  color: #1a1b1c !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;
}
.forgetPasswordModal .modal-content{
    border-radius: 0;
} */

/***************** ModifierGroups Start *******************/
.modifierAcccordion .card-header button {
  border: inherit;
  outline: 0 !important;
  background: transparent !important;
  font-size: 15px !important;
}

.modifierAcccordion .card-header {
  border-bottom: inherit;
  padding: 0;
  position: relative;
}

.modifierAcccordion .card {
  border: inherit;
}

.modifierAcccordion .collapse.show {
  border-top: 1px solid #eeebeb;
}

.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;
  box-shadow: 0px 0px 10px 0px #eeebeb;
}

.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: 41px;
  border: 1px solid #ced4da;
  border-radius: 2px;
  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 #ced4da;
  background-color: #fff;
  /* 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;
}

.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;
}

.modifierAcccordion .card-header .arrowBtnDropDown {
  position: absolute;
  top: 24px;
  right: 25px;
}

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

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

.printOnly {
  display: none;
}

.adminModal .modal-title.h4 {
  font-size: 20px;
}

.adminRole .modal-dialog {
  max-width: 600px !important;
}

.homeSlickSlider .swiper-button-next,
.homeSlickSlider .swiper-container-rtl .swiper-button-prev {
  background-image: url(../Icons/Right-arow.png) !important;
  right: -19px;
  left: auto;
}

.homeSlickSlider .swiper-button-prev,
.homeSlickSlider .swiper-container-rtl .swiper-button-next {
  background-image: url(../Icons/Left-arrow.png) !important;
  left: -19px;
  right: auto;
}

.homeSlickSlider .swiper-button-next,
.homeSlickSlider .swiper-button-prev {
  width: 100px;
  height: 100px;
  background-size: 100px;
}

.textAreaField textarea.form-control {
  height: auto !important;
}

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

.orderAccordionBodyPrint {
  padding: 0px 25px 0px 0 !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;
}

.paymentTable .table thead th {
  padding: 5px 0 19px;
}

.timerModal .modal-body {
  margin: 0;
  padding: 0;
}

.timerModal .modal-header {
  padding: 0;
}

.timerModal .modal-dialog {
  max-width: 754px;
  margin: 173px auto;
  padding: 0;
}

.timerModal .modal-content {
  border: inherit;
  border-radius: 4px !important;
}

.fileNoPadding {
  text-align: center;
  height: 44px;
  padding: 2px 0 0 0 !important;
  border-radius: 4px !important;
  border: 1px solid var(--btn-primary-bg);
  border-radius: 4px;
  color: var(--btn-primary-bg);
}

.vtrSub {
  vertical-align: sub;
}
