.form-group .rightIconFld {
	margin-bottom: 35px;
}
.rightIconFld .invalid-feedback,
.rightIconFld .valid-feedback {
	position: absolute;
}

.btn_primary:focus{
	color: #fff;
}


/* Custom floating alert messages */
.floating-alert-top{
    position: fixed;
    top: 15px; 
    right: 2%;
    width: 400px;
    min-width: 300px;
    z-index: 9999;
}

.floating-alert-bottom{
    position: fixed;
    bottom: 15px;
    right: 2%;
    width: 40%;
    z-index: 9999;
}

.productCard.productAdded .addChilli {
  pointer-events: none;
  display: block; 
}

// Fix centered view, when displaying time timepicker only
.daterangepicker .drp-calendar.left {
    padding: 8px!important;
}

.elfsight-page-space-theme {
    padding: 100px 0px;
} 

/* Custom Style override for https://orderart.atlassian.net/browse/OA-554 */
.custom-control-label::before {
    top: 4px;
    width: 16px;
    height: 16px;
}

/* Custom styling for h1 tag which replaces anchor tag in left sidebar on products page */
.oa-sidebar-active-link {
  color: var(--primary-theme-color);
  font-weight: 600;
  padding: 10px 15px;
  position: relative;
  font-size: var(--site-font-size);
  margin-bottom: 0px;
  -moz-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.54, 0.18) 0s;
  transition: all 500ms ease-in-out 0s;
  cursor: pointer;
}

.oa-sidebar-active-link:before {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "FontAwesome";
  font-size: 1.214rem;
  color: var(--primary-theme-color);
}

.oa-sidebar-active-link:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--primary-theme-color);
  height: 5px;
  width: 5px;
  top: 40%;
  border-radius: 50%;
}

/* Custom h1 for static pages to replace h2 tag for SEO */
.oa-page-title{
  font-size: 1.714em;
  line-height: 27px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.dishAddBtn {
  display: inline-block;
  padding: 7px 15px;
}

.footerCol {
  color: white;
}

/** 
TLDR; To add Margin Top to Non-Animated Buttons in Background Image Slider.

.bannerSectiontheme .btnBanner .btn__wrap already existed but it also adds a overlay animation. 
Hence, a btn_wrap class (single underscore) for just the margin-top.
**/
.bannerSectiontheme .btnBanner .btn_wrap {
  margin-top: 36px;
}

.hidden {
  display: none !important;
}