@media print {
  .no-print {
    display: none;
  }
}

@keyframes show-toast {
  0% {
    bottom: -100%;
  }
  20% {
    bottom: 100px;
  }
  80% {
    bottom: 100px;
  }
  100% {
    bottom: -100%;
  }
}

.show-notification {
  position: fixed;
  bottom: 100%;
  right: 20px;
  animation-name: show-toast;
  animation-duration: 8s;
  z-index: 100;
}

.btn {
  padding: 2px 1.75em;
  font-size: 12px;
  cursor: pointer;
}

.no-click {
  pointer-events: none;
}

#dt-search-0 {
  width: 70%;
  margin-left: 10px;
}

#dt-length-0 {
  width: 20%;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .main-search-bar {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    text-align: center !important;
  }
  .user-dashboard {
    width: 100% !important;
  }
  .page-section.restaurant-detail-image-section {
    padding-top: 100px !important;
  }
  .import-atlit-warn {
    font-size: 93%;
  }
}

table td,
table th {
  line-height: 1rem !important;
}
.wa_btn {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  position: fixed;
  right: 30px;
  bottom: 50px;
  text-decoration: none;
  color: black;
  background-color: rgb(35, 243, 16);
  padding: 10px 20px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wa_btn i {
  font-size: 40px;
  padding: 0 10px;
  background-color: rgb(35, 243, 16);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 130px;
  color: #fff;
}
@media (max-width: 576px) {
  .wa_btn {
    background-color: transparent;
  }
  .wa_btn span {
    display: none;
  }
  .wa_btn i {
    right: 0;
  }
}
.extra-login {
  float: left;
  width: 100%;
  margin: 25px 0 25px;
  text-align: center;
  position: relative;
}

.extra-login::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background: #d8dcdc;
  content: "";
}

.extra-login > span {
  width: auto;
  float: none;
  display: inline-block;
  background: #fff;
  padding: 1px 20px;
  z-index: 1;
  position: relative;
  font-family: Open Sans;
  font-size: 13px;
  color: #616161;
  text-transform: capitalize;
}

.social-list {
  list-style: none;
  padding: 0;
}

.social-list li {
  display: inline-block;
  margin: 10px;
}

.social-btn {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
  height: auto;
}

.social-btn i {
  margin-right: 16px;
}

/* Facebook button styles */
.facebook-bg {
  background-color: #3b5998;
}

.facebook-bg:hover {
  background-color: #04297a;
  color: white;
  text-decoration: none;
}

/* Google button styles */
.google-bg {
  background-color: #db4437;
}

.google-bg:hover {
  background-color: #c01c06;
  color: white;
  text-decoration: none;
}

/* .google-i {
  background: #c01c06;
  line-height: 1;
} */

/* .google-bg:hover {
  background: #dc4e41;
  color: #fff;
}

.facebook-bg {
  background: #4867aa;
  color: #fff;
}

.facebook-i {
  background: #3b589e;
}

.facebook-bg:hover {
  background: #4867aa !important;
} */
/* li a span {
  font-weight: 400 !important;
  color: #636363 !important;
} */
