/* Dashboard css=============================================================================== */

.order-icon img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  height: 100%;
}

.order-icon {
  padding: 0 !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
}

.order-icon svg {
  text-align: center;
  margin-top: 11px;
  height: 25px;
  width: 25px;
}

.ds-box .totle-contain svg {
  width: 35px;
  height: 35px;
  color: var(--green-color);
}

.order-detail-row .product-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.ds-order-detail-page .summery-box .image img {
  width: 70px;
}

.user-account-area .summery-box .summery-contain li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
}

.user-account-area .summery-box .summery-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-profile a {
  color: var(--green-color);
}

.modal-header .btn-close:hover {
  background-color: var(--main-color);
}

.offcanvas-header .btn-close:hover {
  background-color: var(--main-color);
}

.btn-check:checked+.btn {
  color: var(--white-color) !important;
}

.btn-check:hover+.btn {
  color: var(--white-color) !important;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
  background-color: var(--dark-color);
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box>div .label {
  background-color: var(--main-color);
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 46px;
  display: inline-block;
  margin-top: 13px;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.theme-modal .modal-dialog .modal-content .modal-header .btn-close {
  background-color: var(--main-color);
}

.card-cust {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.product-order-detail {
  background-color: #f0f0f0;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
  background-color: #eeeeee;
}

.payment-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* .dashboard-right-sidebar.ds-profile {
    background-color: var(--white-color);
} */

.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h5 {
  font-size: 24px;
}

/* .order-detail .progtrckr li.progtrckr-done {
    border-top: 4px solid var(--main-color);
} */

.order-detail .progtrckr li.progtrckr-done:before {
  background-color: var(--main-color);
}

.order-detail .progtrckr li.progtrckr-done h6 {
  font-size: 15px;
}

.order-detail .progtrckr li.progtrckr-todo h6 {
  font-size: 15px;
}

.summery-box .summery-contain li p {
  font-size: 17px;
}

.table-responsive .table tr:last-child {
  border-bottom: transparent;
}

/* Rating widget */

/* .rating-widget {
    margin: 0px auto;
    text-align: center;
} */

.rating-widget .star-input {
  width: 0;
  height: 0;
  position: absolute;
  left: -5000px;
}

.rating-widget .star-input:checked+.star-input-label .orange {
  animation: enlarge 0.5s ease-in-out forwards;
}

.star-input:checked+.star-input-label .orange:nth-of-type(2) .orange {
  animation-delay: 0.1s;
}

.star-input:checked+.star-input-label .orange:nth-of-type(3) .orange {
  animation-delay: 0.2s;
}

.star-input:checked+.star-input-label .orange:nth-of-type(4) .orange {
  animation-delay: 0.3s;
}

.star-input:checked+.star-input-label .orange:nth-of-type(5) .orange {
  animation-delay: 0.4s;
}

.rating-widget .star-input-label {
  display: inline-block;
  padding: 8px 2px;
  text-indent: -5000px;
  line-height: 0;
  color: #dcdcdc;
  position: relative;
  cursor: pointer;
}

.star-input-label:hover,
.star-input-label.hovered {
  color: #a7a7a7;
}

.rating-widget .star-input-label i {
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-indent: 0;
}

.rating-widget .star-input-label .orange {
  position: absolute;
  display: block;
  padding: 8px 2px;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  color: orange;
  transform: scale(0);
}

@keyframes enlarge {
  0% {
    transform: scale(0);
  }

  70% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

.rating li .feather {
  width: 22px;
  height: 22px;
  stroke: #ffb321;
}

.icon-size-1 {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.icon-size-2 {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.accordion-custom-2 .accordion-button:focus {
  box-shadow: none;
}

.accordion-custom-2 .accordion-button {
  background-color: transparent;
}

.accordion-custom-2 .accordion-item {
  box-shadow: none;
  border: 0;
}

.accordion-custom-2 .accordion-collapse.show {
  border-top: 1px solid var(--light-gray) !important;
}

.accordion-custom-2 .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.dashboard-home .total-box .totle-contain:hover {
  background-color: var(--green-color) !important;
  transition: all 0.2s linear;
}

.dashboard-home .total-box .totle-contain:hover svg {
  color: var(--white-color);
}

.dashboard-home .total-box .totle-contain:hover .totle-detail h5,
.dashboard-home .total-box .totle-contain:hover .totle-detail h3 {
  color: var(--white-color) !important;
}

.account-otp .otp-container {
  display: flex;
  justify-content: start;
  margin-bottom: 0px;
}

.account-otp .otp-container .otp-input {
  margin: 0 16px;
}

/* Reservation Page Start  */

.reserved-guestcard {
  min-height: 420px;
}

.reserved-tabs .reserved-tabcontent.active {
  background-color: var(--light-main);
  padding: 12px;
  border-bottom: 1px solid var(--light-gray);
}

.reserved-tabs .reserved-tabcontent {
  background-color: var(--white-color);
  border-bottom: 1px solid var(--light-gray);
  border-radius: 0 0 5px 0;
  padding: 12px;
}

.reserved-tabs .reserved-tabcontent:hover {
  cursor: pointer;
}

.reserved-users {
  background-color: var(--white-color);
  border: 1px solid var(--light-gray);
  border-radius: 5px;
  padding: 10px;
}

.food-tags .food-tagname {
  margin-right: 5px;
  color: var(--dark);
  background-color: #f0f0f0;
  margin-bottom: 5px;
  padding: 4px 7px;
  border-radius: 5px;
  font-size: 15px;
}

.summery-box .guest-profile img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  object-fit: cover;
}

/* Invite Guest Page Start  */
.summery-box .invited-guest-profile img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tl-content.tl-content-active .tl-header {
  padding-left: 25.6px;
  border-left: 3px solid var(--main-color);
}

.tl-content .tl-header {
  padding-left: 25.6px;
  border-left: 3px solid gainsboro;
}

.tl-header {
  position: relative;
  display: grid;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tl-content-active .tl-marker {
  padding: 1.6px;
  left: -1.25rem;
  width: 18px;
  height: 18px;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  background-clip: content-box;
  box-shadow: 0 0 15px -2px var(--main-color);
}

.tl-marker {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50% / 50%;
  background: gainsboro;
  left: -1.1rem;
  top: 50%;
  transform: translate(50%, -50%);
}

.bg-light-gray {
  background-color: #f0f0f0;
  border-radius: 0px 0px 10px 10px;
}

.invite-guest-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.m-icon {
  height: 40px;
  width: 40px;
  line-height: 33px;
  background-color: var(--dark-color);
  text-align: center;
  border-radius: 50%;
}

.m-icon:hover {
  cursor: pointer;
}

.m-icon:hover a {
  color: var(--white-color);
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: var(--dark-color) !important;
  background-color: #f0f0f0;
  margin: 3px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 3px 5px;
}

.enquiry-boxes .box-1 {
  width: calc(16.66% - 15px);
}

@media (max-width: 768) {
  .enquiry-boxes .box-1 label {
    font-size: 12px;
  }
}

.wrapper ul {
  width: 100% !important;
}

.title-decs {
  font-size: 14px;
}

.wrapper ul li {
  margin-bottom: 40px;
  padding: 10px 20px;
  width: 50%;
  border: 1px solid var(--light-gray);
  position: relative;
  border-radius: 10px;
  font: 1em/1.6 "arial";
  clear: both;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
}

.wrapper ul li:nth-child(odd) {
  float: left;
  margin-left: 80px;
}

.wrapper ul li:nth-child(even) {
  float: right;
  margin-right: 80px;
  border: 1px solid var(--light-gray);
}

.wrapper ul li:before,
.wrapper ul li:after {
  position: absolute;
  content: "";
}

.wrapper ul li:before {
  width: 45px;
  height: 45px;
  top: 0;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.wrapper ul li:after {
  width: 0;
  height: 0;
  top: 15px;
  border-top: 15px solid var(--main-color);
}

.wrapper ul li:nth-child(odd):after {
  left: -15px;
  border-left: 15px solid transparent;
}

.wrapper ul li:nth-child(even):after {
  right: -15px;
  border-top-color: var(--main-color);
  border-right: 15px solid transparent;
}

@media only screen and (min-width: 768px) {
  .wrapper ul {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper ul {
    width: 90% !important;
  }

  .wrapper ul li {
    width: auto;
  }
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.chat-conversation .chat-day-title {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  border: none;
}

.chat-conversation .chat-day-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  background-color: var(--bs-border-color);
  top: 13px;
}

.chat-conversation li {
  clear: both;
}

@media (min-width: 992px) {
  .chat-conversation .conversation-list {
    max-width: 60%;
  }


}

.chat-conversation .conversation-list {
  position: relative;
}

.avatar {
  height: 2.6rem;
  width: 2.6rem;
}

.chat-conversation .conversation-list .ctext-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.chat-conversation .conversation-list .ctext-wrap-content {
  padding: 15px 20px;
  border: 1px solid #ddd;
  /* border-radius: 0 10px 10px 10px; */
  border-radius: 10px 0px 10px 10px;
  color: var(--dark-color);
  position: relative;
  word-break: break-all;
}

.chat-conversation .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chat-conversation .right .conversation-list {
  text-align: left;
}

.chat-conversation .right .conversation-list .ctext-wrap .ctext-wrap-content {
  border-radius: 10px 0 10px 10px !important;
}
#map {
  height: 300px;
}

#map #infowindow-content {
  display: inline;
}

.pac-container {
  z-index: 999999;
}

/* event inquiry details */

.dashboard-avtar-img {
  width: 40px;
  height: 40px;
  background: #222222;
  display: flex;
  align-items: center;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
}

.ctext-wrap-content {
  width: 100%;
}


.pac-success-table.table-responsive .table tr:last-child {
  border-bottom: initial !important;
}

.update_img {
  height: 2.6rem;
  width: 2.6rem;
  object-fit: cover;
  border-radius: 100%;
  flex-shrink: 0;
}

.new-order {
  position: relative;
}

.download-invoice {
  position: static;
}

.tx-15{
  font-size: 15px;
}
.ctext-wrap-content.left{
border-radius: 0px 10px 10px 10px !important;
}

@media (max-width: 992px) {
  .enquiry-boxes .box-1 {
    width: calc(50% - 15px);
  }

  .download-invoice {
    position: absolute;
    padding-right: calc(var(--bs-gutter-x)* .5);
    top: 0;
    right: 9px;
    width: fit-content !important;
  }


}



.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
  height: 100px;
}




.user-account-area .order-cust .order-icon {
  padding: 5px !important;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  position: relative;
}
.user-account-area .order-icon {
  padding: 5px !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: 100px;
}

.user-account-area .order-icon img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.user-account-area .take-away-img {
  width: 16px
}

.user-account-area .take-away-img img {
  width: 100%;
  object-fit: cover;
}

.user-account-area .pick-up {
  width: 69%;
}

/* dashboard css */



/* Cancel Booking Start  */

.ticket-selection .ticket-box {

  border: 1px solid #dee2e6;

  padding: 15px;  

  cursor: pointer;

  transition: all 0.4s ease-in-out;
  margin-top: 16px;

}
.dashboard-bg-box p{
  line-height: 1.4rem;
}


.ticket-selection .ticket-box:hover,
.ticket-selection .ticket-box.active {
  border-color: #000;
}




.ticket-selection .ticket-box:last-child {

  margin-bottom: 0px;

}



.ticket-selection .ticket-box .ticket-icon {

  background-color: var(--light-main);

  height: 50px;

  width: 50px;

  padding: 5px;

  text-align: center;

}



.ticket-selection .ticket-box .ticket-icon img {

  height: 20px;

  width: 20px;

  object-fit: cover;

  margin-top: 9px;

}



.cancel-note {

  background-color: #EEEEEE;

  padding: 16px;

  margin-top: 17px;

}





.ticket-selection .form-check-input {

  width: 20px;

  height: 20px;

  appearance: none;

  border: 1px solid #555;

  border-radius: 4px;

  position: relative;

  outline: none;

  cursor: pointer;

  transition: background 0.3s;

}





.ticket-selection .form-check-input:checked {

  background-color: var(--light-main);

  border-color: var(--light-main);



}
.ticket-selection .ticket-box:has(.ticket-selection .form-check-input:checked){
  position: relative;
  border-color: #000;
}

.slot-select-block{
  border: 1px solid #dee2e6;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  height: 82px;
  margin-top: 1rem;
}
.slot-select-block p{
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: var(--main-color);
}
.slot-select-block .new-select .btn.dropdown-toggle{
  padding-top: 0;
  padding-bottom: 0;
}

