body {
  font-family: var(--font-body);
  color: var(--color-text-primary);
  background-color: var(--color-background);
  min-height: 100vh;
  overscroll-behavior-x: none;  /* swipe disable */
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  color: var(--color-header-text, var(--color-highlight));
  font-weight: 600;
}

/* Change the background color of the tooltip */
.tooltip-inner {
	background-color: var(--color-text-inverse) !important; 
	color: var(--tool-tip-color);
	font-family: 'Barlow Condensed';
	font-weight: bold;
}
/* Top placement arrow color*/
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	border-top-color: var(--tool-tip-color) !important;
}
/* Bottom placement */
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	border-bottom-color: var(--tool-tip-color) !important;
}
/* Left placement */
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
	border-left-color: var(--tool-tip-color) !important;
}
/* Right placement */
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	border-right-color: var(--tool-tip-color) !important;
}

input[type="text"], textarea {
  background-color : white !important; 
}

.cust-head {
  background-color: var(--header-background-alt);
}

.cart-hf-bg {
  background-color: var(--color-secondary);
}

#brand-timings p {
  color: green;
}

.ui-timepicker .ui-timepicker-viewport li::target-text {
  font-size: 12px;
}

.cvv-icon {
  width: 24px;
}

.order-type-icon {
  font-size: 50px;
  color: #514a9d;
}

.order-type-card {
  cursor: pointer;
}

.order-type-card i {
  transition: all 0.2s ease-in-out;
}

.order-type-card i:hover {
  font-size: 72px;
  transform: scale(1);
}

.order-type-card a {
  color: #514a9d;
}

.order-type-card a:hover {
  color: #514a9d;
}

/* OSK */
.move-up {
		height: 140%;
}

.ui-keyboard { 
  font-size: 1.5em;
	background-color: #646258;
  border-radius: 0;
  left: 0;
  top: auto;
  bottom: 0;
  position: fixed;
  width: 100%; 
	opacity: 0.9;
}

.ui-kb-width {
  width: calc(var(--main-width) - 20px) !important; 
  left: 0 !important;
  bottom: 0 !important;
}

.ui-widget  button {
	font-family: Rubik, "Proza Libre" !important;
	font-weight: bold !important;
}

.ui-keyboard-button {
	border: none;
	transition: transform 0.1s ease-in-out;
  border-radius: 50%;
}

.ui-keyboard-button:hover {
  /* border-color: purple; */
  background-color: tomato !important;
  transform: scale(1.1);
}

.ui-keyboard-button:active {
    transform: scale(0.95);
}

.ui-keyboard-button.ui-keyboard-actionkey {
		border-radius: 1em;
		padding: 0 15px 0 15px;
}

/* PreviewKeySet */
.ui-keyboard-keyset .ui-keyboard-button {
	position: relative;
}

.hide-important {
    display: none !important;
}

.ui-keyboard-keyset-normal .ui-keyboard-button::after {
	content: attr(data-meta2);
	font-size: 0.6em;
	color: #999;
	position: absolute;
	top: -1em;
	left: 14px;
	z-index: 200;
}
/* show mini-normal keyset with shift keyset */
.ui-keyboard-keyset-shift .ui-keyboard-button::after {
	content: attr(data-meta1);
	font-size: 0.6em;
	color: #999;
	position: absolute;
	top: -1em;
	left: 14px;
	z-index: 200;
}

/* service type selection */
input[name='delivery_type'] {
  -webkit-appearance: none;
}

.form-check .form-check-input[type=checkbox] {
    border-color: green;
    height: 24px;
    width: 24px;
}

.form-check .form-check-input[type=radio] {
    border-radius: 100%;
    border-color: green;
    height: 24px;
    width: 24px;
}

.form-check-label {
    margin-left: 5px; 
	padding-top: 3px; /* quick fix for v-alignment */
}

.fine-txt {
  white-space: nowrap;
  font-size: 0.8em;
}

/* Login Avatar */
.login-avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: linear-gradient(to bottom right, #00f0ff, #0072ff);
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-avatar i {
  font-size: 50px;
  color: #fff;
}

.form-control:focus {
    border: 2px solid olivedrab;
    padding: calc(.375rem - 1px) calc(.75rem - 1px); /* adj for BS default 1px border */
    -webkit-box-shadow: none;
    box-shadow: none;
}

.label-top2bot, .label-top2bot-m {
  opacity: 1;
  background: white;
  padding-left: 4px;
  padding-right: 4px;
  transform: translate(10px, 60%);
  color: #3B0064;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}

.label-top2bot-m {
  background-color: var(--modal-bg);
  transform: translate(5px, 12%);
}

.grecaptcha-badge { opacity:0;}

form textarea::placeholder,
form input[type='text']::placeholder,
form input[type='email']::placeholder,
form input[type='password']::placeholder,
form input[type='number']::placeholder {
  opacity: 0.3;
}

.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  top: -150px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
}
.toastify.on { opacity: 1; }

.oi-logo-red {
  background: linear-gradient(
    180deg,
    rgba(255, 74, 40, 1) 0%,
    rgba(163, 15, 36, 1) 100%
  );
  border: 0;
  color: white;
}

.oi-btn {
  width: 100%;
  font-family: 'Barlow Condensed';
  font-weight: bold;
  font-size: 1.2em;
}

.oi-cus-btn {
  background: linear-gradient(
    180deg,
    rgba(150, 90, 50, 1) 0%,  /* lighter brown / caramel */
    rgba(107, 62, 38, 1) 100% /* your main color */
  );
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.2);
  border: 0;
  color: white;
}

.oi-form-title {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
  	display: flex;
  	align-items: center;
  	justify-content: center;	
  	background: #8175d9;
	border-radius: 5px;
    text-transform: uppercase;
}

#nav-checkout-count {
  display: none; 
  position: absolute;
  color: white;
  background: var(--qty-bg);
  margin-top: 15px;
  margin-left: 40px;
  width: 30px;
  height: 30px;
  padding: 0 2px 0 2px;
  border: none;
  border-radius: 50%;
  top: 0;
  justify-content: center;
  align-items: center; 
}

.modal-open {
  overflow-y: inherit; /* the disappearing scroll looks weird on modal-click */
}

.modal-content {
   background-color: var(--modal-bg);
}

.modal-footer {
   border-color: white;
}

.content_bg {
	background-color: var(--cont-bg); 	
}

.banner-bg {
  background: var(--color-accent);
}

.banner-hdr {
  color: var(--color-primary);
}

.card_bg {
	background-color: var(--modal-bg);  /* bg-warning-subtle */
}

/* South Indian Dosa Theme Navbar Styling */

.navbar {
  background: var(--navbar-background) !important;
  box-shadow: var(--shadow-soft);
}

.navbar-nav > li {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}

.i-tab {
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}

.i-tab [class^='bi'] {
  display: flex;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.8em;
  color: var(--nav-faw);
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.i-tab:hover .bi,
.i-tab.active .bi {
  color: var(--navbar-hover);
}

.i-tab.active [class^='bi']::before {
  line-height: 1.8em;
  width: 1.8em;
  height: 1.8em;
  position: inherit;
  background: linear-gradient(to bottom right, var(--color-highlight-alt), var(--color-highlight-subtle));
  border-radius: 50%;
  transition-property: border-radius;
}

.i-label {
  color: var(--navbar-text);
  font-size: 18px;
  font-family: 'Barlow Condensed', 'Open Sans', sans-serif;
  font-weight: 600;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  transition: color 0.2s ease-in-out;
}

.i-tab:hover .i-label,
.i-tab.active .i-label {
  color: var(--navbar-hover);
  font-weight: bold;
}

#nav-checkout-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: var(--color-highlight);
  color: var(--color-text-inverse);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 12px;
  font-weight: bold;
}

.dropdown-menu {
  background-color: var(--color-surface);
  color: var(--color-text-primary);
}

.dropdown-item:hover {
  background-color: var(--color-primary);
  color: var(--color-text-inverse);
}

.faw-text {
  color: var(--nav-faw);
}

.faw-pos {
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

.faw-tab {
  height: 5em;
  width: 5em;
  background: linear-gradient(145deg, #d9d9d9, #b7b7b7); /* Light to dark gradient */
  border-radius: 50%;
  position: relative;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input[name='delivery_type']:checked + .faw-tab {
  background: #ffdd00 !important;
}

.faw-tab > span {
  font-size: 0.7em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 85%);
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

#mynav-con {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#logo {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

#logo img {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
   #logo {
		width: 75px;
		height: 75px;
   }
}
