* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

img {
  max-height: 100%;
  max-width: 100%;
}

h1 {
  font-size: 45px;
  font-weight: 900;
  text-align: left;
}

h2 {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

h4 {
  font-size: 20px;
  font-weight: 900;
  text-align: left;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

p {
  text-indent: 50px;
  color: #444444;
  margin: 15px 0px;
}

input:focus {
  outline: none;
}

textarea:focus {
  outline: none;
}

label {
  margin: 0px 5px;
  font-weight: 600;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

input:disabled {
  background-color: #eceff1;
  cursor: not-allowed;
}

select {
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
}

option {
  padding: 7px;
}

button {
  border: 0;
  cursor: pointer;
  text-transform: none;
  background-color: transparent;
  outline: none;
  font: inherit;
  color: #252628;
}

i {
  word-break: break-all;
}

table {
  border-collapse: collapse;
}

td {
  border: 1px solid #c8c8c8;
  padding: 8px;
  text-align: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.form-field {
  margin: 5px 0px 13px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.clean-button {
  color: #0044ff;
  transition: 0.2s;
  padding: 2px 5px;
  border-bottom: 1px solid #0044ff;
}

.gap {
  height: 15px;
}

.gap-10 {
  height: 10px;
}

.gap-5 {
  height: 5px;
}

.gap-x {
  width: 15px;
}

.gap-x-5 {
  width: 5px;
}

.gap-x-10 {
  width: 10px;
}

/* Inline Radio Button styling */
.radioTab {
  display: flex;
}

.radioTab input[type="radio"] {
  display: none;
}

.radioTab input[type="radio"]:checked + label {
  background-color: #2196f3;
  color: white;
}

.radioTab label {
  padding: 5px 8px;
  display: block;
  border: 1px solid #b9b9b9;
  cursor: pointer;
  margin: 0px;
}

.radioTab > div:not(:last-child) label {
  border-right: none;
}

.radioTab > div:first-child label {
  border-radius: 3px 0px 0px 3px;
}

.radioTab > div:last-child label {
  border-radius: 0px 3px 3px 0px;
}

/* Inline Radio Button styling */

.clean-button:hover {
  color: #002faf;
  border-bottom-color: #002faf;
}

.btn {
  padding: 9px 10px;
  font-size: 14px;
  text-align: center;
  background-color: orange;
  color: white;
  border-radius: 5px;
  margin: 5px;
  display: flex;
  justify-content: center;
  transition: 0.2s;
}

.btn:hover {
  opacity: 0.8;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #252628;
}

.container-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-width {
  width: 100%;
}

.flex-wrap-reverse {
  display: flex;
  flex-wrap: wrap-reverse;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.horizontal-center {
  display: flex;
  justify-content: center;
}

.align-right {
  display: flex;
  justify-content: flex-end;
}

.align-corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mt-5 {
  margin-top: 5px;
}

.link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.blueText {
  color: #2196f3;
}

.greenText {
  color: #4caf50;
}

.bold {
  font-weight: bold;
}

.monospace {
  font-family: monospace;
  font-size: 14px;
  word-break: break-all;
}

.font-0 {
  font-weight: 300;
  font-size: 14px;
  color: #303030;
}

.font-1 {
  font-weight: 400;
  font-size: 14px;
}

.font-2 {
  font-weight: 500;
  font-size: 14.5px;
  color: #484848;
}

.font-3 {
  font-weight: 700;
  font-size: 15px;
  color: #484848;
}

.font-4 {
  font-weight: 600;
  font-size: 16px;
}

.font-bold {
  font-weight: bold;
}

.three-dot-line {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.underLineText {
  text-decoration: underline;
}

.same-line {
  display: flex;
  align-items: center;
}

.space-around {
  display: flex;
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.hamburger-button > div {
  width: 28px;
  height: 3px;
  background-color: grey;
  margin: 4px 0px;
  border-radius: 10px;
}

.hamburger-button {
  cursor: pointer;
}

.pin-heading {
  display: flex;
  justify-content: center;
  background-color: white;
}

.main-heading {
  display: flex;
  align-items: center;
  width: 60%;
  min-width: 720px;
  height: 50px;
  padding: 5px 0px;
  position: fixed;
  top: 0px;
  background-color: white;
  justify-content: space-between;
}

.mobile-heading {
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 5px 0px;
  display: none;
  position: fixed;
  top: 0px;
  z-index: 100;
}

.price-strike-through {
  color: grey;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}

.pointer {
  cursor: pointer;
}

.input-field {
  padding: 8px 8px;
  border-radius: 4px;
  border: 1px solid lightslategray;
  box-sizing: border-box;
  height: auto;
  font-family: monospace;
  background-color: white;
  font-size: 18px;
}

.medium-input {
  padding: 4px 8px;
}

.order-button {
  padding: 10px 20px;
  text-align: center;
  background-color: #131201;
  border-radius: 5px;
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  transition: 0.2s;
  color: white;
  box-shadow: 0 2px 10px 0 #000000a1;
}

.button-small {
  padding: 6px 12px;
  border-radius: 3px;
}

.button-medium {
  padding: 11px 13px;
  border-radius: 5px;
}

/* ---------------- owl carousel styling ---------------- */

owl-carousel-o {
  position: static;
}

.owl-item {
  height: auto;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 5px;
  height: 40px;
  width: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.owl-prev {
  left: -10%;
}

.owl-next {
  right: -5%;
}

.owl-theme .owl-nav {
  margin: 0px;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: rgb(255, 255, 255);
  color: inherit;
  text-decoration: inherit;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: white;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.9;
}

/* ------------------ end of owl carousel styling -------------------- */

.error-message {
  color: red;
  font-size: 14px;
  height: 0px;
}

.sidebar-content {
  position: fixed;
  z-index: 10;
  height: 100%;
  top: 0px;
  background-color: #f5f5f5;
  transition: 0.5s;
  width: 70%;
  box-shadow: 3px 0px 5px 0px #3e3e3e59;
  opacity: 0.98;
}

.sidebar-background {
  position: fixed;
  z-index: 9;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.sidebar-button {
  font-size: 16px;
  padding: 3px 5px;
  transition: 0.2s;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}

.header-button {
  margin: 0px 5px;
}

.default-width {
  width: 100%;
}

.mainBodyContainer {
  min-width: 530px;
  width: 60%;
}

@keyframes notification-animation {
  0% {
    margin-right: -300px;
  }
  12.5% {
    margin-right: 0px;
  }
  87.5% {
    margin-right: 0px;
  }
  100% {
    margin-right: -300px;
  }
}

.notification-success {
  color: green;
  border: 0.5px solid #1cbf2f;
}

.notification-error {
  color: red;
  border: 0.5px solid red;
}

.notification-info {
  color: #17a2b8;
  border: 0.5px solid #17a2b8;
}

.notification-warning {
  color: #ffcc00;
  border: 0.5px solid #ffcc00;
}

.notification-container {
  animation-duration: 4s;
  animation-name: notification-animation;
  animation-timing-function: ease;
  padding: 6px 12px;
  border-radius: 5px 0px 0px 5px;
  box-shadow: 0px 2px 15px 0px #0000001a;
  border-left-width: 6px;
  border-right-width: 0px;
  max-width: 230px;
  background-color: white;
  margin: 20px 0px;
  margin-right: -300px;
}

.notification-wrapper {
  position: fixed;
  z-index: 11;
  top: 70px;
  right: 0px;
  width: max-content;
}

.table-item {
  padding: 10px;
  border: 2px solid #c8c8c8;
  border-radius: 3px;
  cursor: pointer;
  min-height: 50px;
  min-width: 50px;
  margin: 8px;
}

.table-item:hover {
  border: 2px solid #7e7e7e;
}

.table-selected {
  border: 2px solid #7e7e7e;
}

.accordion {
  transition: max-height 0.5s;
  overflow: hidden;
  height: auto;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  padding: 12px 12px;
  cursor: pointer;
}

.accordion-button-wrapper {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f;
}

.accordion-inner-container {
  padding: 20px;
  overflow: auto;
}

.font-5 {
  font-size: 21px;
  font-weight: 600;
}

.restaurant-landing-image {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.restaurant-heading {
  font-size: 44px;
  font-weight: bold;
  color: white;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 40px 30px;
  text-align: right;
}

.restaurant-dish {
  height: 200px;
  width: 135px;
  margin: 15px 11px;
  border-radius: 5px;
  box-shadow: 0 2px 15px 0 #0000001a;
  overflow: hidden;
}

.cover-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dish-name {
  padding: 5px;
  text-align: right;
}

.dish-image {
  height: 100px;
  border-radius: 5px;
}

.dish-one-liner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.popup-background {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #4a4a4a3b;
  backdrop-filter: blur(1px);
  z-index: 5;
}

.popup-container {
  min-height: 70%;
  width: 50%;
  max-height: 75%;
  background-color: white;
  border-radius: 8px;
  animation: appearAnimation 0.3s;
  overflow: auto;
  box-shadow: 0 2px 15px 0 #4a4a4a3b;
}

.confirmation-popup {
  min-height: 180px;
  padding: 8px;
  max-width: 550px;
}

.popup-dish-cover {
  height: 230px;
}

.padding-5 {
  padding: 5px;
}

.count-button {
  color: white;
  background-color: #ffa90a;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
}

.minus-button {
  padding-bottom: 3px;
  margin-right: 15px;
}

.plus-button {
  padding-bottom: 2px;
  margin-left: 15px;
}

.double-line-button {
  border-bottom: 3px double black;
  padding: 0px 5px;
}

.text-right {
  text-align: right;
}

.order-circle-button {
  position: fixed;
  bottom: 50px;
  right: 30px;
  height: 65px;
  width: 65px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 2px 15px 0 #000000a1;
  border: 1px solid #b9b9b9;
  padding: 12px;
}

@keyframes appearRotateAnimation {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes disappearRotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.order-list-container {
  width: 50%;
  min-height: 30%;
  max-height: 70%;
  background-color: lemonchiffon;
  border-radius: 8px;
  animation: appearRotateAnimation 0.5s ease;
  transform-origin: 90% 130%;
  padding: 8px;
  overflow: auto;
}

.order-list-close {
  animation: disappearRotateAnimation 0.5s ease;
}

.order-item {
  font-family: "Indie Flower", cursive;
  font-size: 20px;
  margin: 3px 0px;
}

.order-remove-button {
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: underline;
  margin: 5px;
}

.dotted-line {
  width: 100%;
  border-bottom: 1px dotted black;
}

.button-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  background: orange;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.clickable {
  user-select: none;
  cursor: pointer;
}

.order-list-items {
  max-height: 340px;
  min-height: 220px;
  overflow: auto;
}

.order-list-placeholder {
  position: relative;
  opacity: 0.5;
}

.order-list-placeholder-text {
  position: absolute;
  bottom: 40px;
  text-align: center;
}

.order-status-container {
  position: fixed;
  bottom: 0px;
  width: 90%;
  left: 5%;
  background-color: white;
  box-shadow: 0 2px 15px 0 #4a4a4a3b;
  border-radius: 3px 3px 0px 0px;
  padding: 0px 8px;
}

.double-arrow-up {
  background: url("/files/misc/double-arrow-up.png");
  background-position: center;
  background-size: cover;
}

.double-arrow-down {
  background: url("/files/misc/double-arrow-up.png");
  background-position: center;
  background-size: cover;
  transform: rotate(180deg);
}

.icon {
  height: 15px;
  width: 15px;
}

.order-details-ribbon {
  height: 40px;
}

.order-details {
  overflow: hidden;
  transition: max-height ease 0.3s;
  overflow: auto;
}

.orders {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  padding: 6px 10px;
}

.each-order {
  margin: 2px 5px;
}

.uploadFileField {
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  padding: 5px 8px;
  min-width: 70%;
  text-align: center;
  display: block;
}

.file-item {
  padding: 4px 8px;
  margin: 3px 5px;
  border-radius: 3px;
  background-color: #dddddd;
  cursor: pointer;
}

.file-delete {
  display: block;
}

.file-name {
  margin-right: 20px;
  color: blue;
  overflow-wrap: anywhere;
}

.spinnerContainer {
  width: 100%;
  position: relative;
}

.spinner {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ffffffe0;
  overflow: hidden;
}

.table-category {
  border: 1px solid burlywood;
  height: 60px;
  min-width: 60px;
  margin: 4px;
  border-radius: 4px;
  padding: 5px;
}

.add-table-category {
  border: 1px dashed blue;
  color: blue;
}

.collapse-widget-container {
  transition: max-height 0.5s;
  overflow: hidden;
}

.selected {
  border-width: 3px;
}

.red-button {
  color: red;
  border-color: red;
}

.yellow-button {
  color: #ffbc0a;
  border-color: #ffbc0a;
}

.green-button {
  color: green;
  border-color: green;
}

.blue-button {
  color: #2196f3;
  border-color: #1976d2;
}

.align-corner-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.confirmation-button {
  justify-content: space-around;
  margin: 10px 0px;
}

.icon-background {
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 20px;
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.345));
}
.plus-icon-button {
  background-image: url("/files/misc/plus-icon.png");
}

.pencil-icon-button {
  background-image: url("/files/misc/pencil-icon.png");
}

.bin-icon-button {
  background-image: url("/files/misc/bin-icon.png");
}

.relative {
  position: relative;
}

.hover-edit-button {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  background-color: white;
  box-shadow: 0 2px 15px 0 #4a4a4a3b;
}

.small-icon {
  height: 18px;
  width: 18px;
}

.h4-field {
  font-weight: 900;
  font-size: 20px;
  font-family: inherit;
  width: 100%;
}

.h3-field {
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
  width: 100%;
}

.discounted-price-field {
  font-size: 14px;
  font-weight: 500;
  color: gray;
  font-family: inherit;
  width: 100%;
}

.min-content {
  width: min-content;
  height: min-content;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.inactive-dish {
  opacity: 0.7;
}

.sidebar-sub-button {
  font-weight: 600;
  font-size: 15px;
  padding: 2px;
}

.live-order-item {
  background-color: rgb(196, 245, 245);
  margin: 4px 2px;
  padding: 5px 3px;
  border-radius: 3px;
}

.ordersContainer {
  min-height: 100px;
  max-height: 400px;
  overflow: auto;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 5px 7px;
}

.actionCenterOrders {
  border: 1px solid #8b8b8b;
  padding: 5px;
  border-radius: 3px;
  padding: 5px 7px;
  margin: 4px 0px;
}

.confirmOrdersContainer .actionCenterOrders {
  background-color: #b2dfdb;
  border-color: #4db6ac;
}

.confirmOrdersContainer .actionCenterOrders:nth-of-type(odd) {
  background-color: #e3f2fd;
  border-color: #90caf9;
}

.liveOrdersContainer .actionCenterOrders {
  background-color: #f1f8e9;
  border-color: #aed581;
}

.liveOrdersContainer .actionCenterOrders:nth-of-type(odd) {
  background-color: #c5e1a5;
  border-color: #8bc34a;
}

.confirm-order-item {
  margin: 10px 0px;
}

.billContainer {
  border: 1px solid black;
  padding: 5px 8px;
  border-radius: 5px;
}

.billOrderItem {
  font-family: monospace;
  margin: 7px 0px;
}

.attendTableItem {
  border: none;
  background-color: #607d8b;
  color: white;
  border: 1px solid #455a64;
}

.attendButton {
  border: 1px solid white;
  padding: 2px 5px;
  border-radius: 12px;
  color: white;
}

.chargeDiscountContainer > div {
  width: 50%;
  text-align: center;
}

.chargeDiscountContainer {
  background-color: #9ccc65;
  padding: 3px 5px;
  border-radius: 3px;
  margin: 5px 0px;
}

.inactiveChargeDiscount {
  background-color: gainsboro;
  opacity: 0.7;
}

.archiveOrderItem {
  background-color: #f1f8e9;
  padding: 11px 15px;
}

.archiveOrderItem:nth-of-type(odd) {
  background-color: #c5e1a5;
}

.archivedOrdersContainer {
  border-radius: 5px;
  overflow: hidden;
}

.navClicked {
  font-weight: bold;
  color: #212121;
}

.desktopSidebarContainer {
  height: 100vh;
  position: sticky;
  top: 0px;
  width: 175px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.desktopSidebar {
  background-color: #f5f5f5;
  padding: 10vh 0px;
  border-radius: 5px;
  max-height: 90vh;
  overflow: auto;
}

.userTitle {
  font-size: 17px;
  margin-bottom: 15px;
}

.pencilEditButton {
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 2px 15px 0 #4a4a4a3b;
}

.coverImageContainer {
  height: 310px;
  background-image: linear-gradient(to right, #ffc107, white);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.coverImageText {
  height: 100%;
  width: 300px;
  color: white;
  display: flex;
  align-items: center;
  position: absolute;
  left: 5px;
  z-index: 1;
  text-shadow: 1px 1px 3px #0000004a;
}

.coverImage {
  height: 100%;
  position: absolute;
  right: 0px;
}

/* Google login button */
.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: "Roboto", arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s,
    box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3),
    0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

/* Google button style end */

.visitorItem {
  background-color: #e0f2f1;
  padding: 11px 15px;
}

.visitorItem:nth-of-type(odd) {
  background-color: #b2dfdb;
}

.suggestion-container {
  box-shadow: 0 2px 15px 0 #4a4a4a3b;
  border-radius: 5px;
  padding-bottom: 15px;
  max-height: 150px;
  overflow: auto;
}

.suggestion-item {
  padding: 8px 9px;
  border-bottom: 1px solid lightgray;
  margin: 0px 5px;
  color: #009688;
}

.email-badge {
  padding: 2px 10px;
  background-color: #e57373;
  border-radius: 22px;
  color: white;
  margin: 5px 3px;
}

.button-disabled {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.7;
}