body {
  overflow-x: visible !important;
}

/* Header css*/
header .sticky-header.dashboard-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2e2e2e;
  color: #ffffff;
  -webkit-box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
  box-shadow: 0 8px 10px rgba(34, 34, 34, 0.05);
  z-index: 9;
  padding: calc(15px + (24 - 15) * ((100vw - 320px) / (1920 - 320))) 0;
}

header.active .sticky-header.dashboard-header {
  background-color: #ffffff;
  color: #000000;
}

.tickets .table> :not(:first-child) {
  border-top: none;
}

/* common css */

.wd-18 {
  width: 18px;
}

.ht-18 {
  height: 18px;
}

.wd-16 {
  width: 16px;
}

.ht-16 {
  height: 16px;
}


.ht-30 {
  height: 30px;
}

.wd-30 {
  width: 30px;
}

.fz-16 {
  font-size: 16px;
}

.bg-main {
  background: var(--theme-color);
}

.text-color-5 {
  color: #000;
}

.rounded-4 {
  border-radius: 0.7rem !important;
}

.icon-stroke-black {
  stroke: #000 !important;
}

.text-trunc {
  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  overflow: hidden;
}

.text-trunc1 {
  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  overflow: hidden;
}

.text-trunc2 {
  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  overflow: hidden;
}

.text-trunc4 {
  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  overflow: hidden;
}

.text-trunc5 {
  -webkit-line-clamp: 5;

  -webkit-box-orient: vertical;

  display: -webkit-box;

  overflow: hidden;
}

/* .card-cust {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  } */

.card-cust {
  border-radius: 0;
  border: 1px solid #dee2e6;

}

.btn {
  width: fit-content;
}

.button-5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.45s ease-Out;
  border: 1px solid #000 !important;
  color: #fff;
  border-radius: 5px;
}

.button-5::after {
  width: 200%;
  height: 500%;
  opacity: 1;
  line-height: 40px;
  border-radius: 0%;
  background: #000 !important;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: -70px;
  left: -65px;
  content: "";
  z-index: -1;
}

.button-5:hover::after{
  width: 0%;
  height: 0%;
  opacity: 0;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";

}

.button-5:hover {
  color: #000;
  background: none !important;
}

.button-5 span {
  position: relative;
  z-index: 1;
}

.button-5:hover .circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}

.button-5 .circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  line-height: 40px;
  border-radius: 0%;
  background: #000 !important;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: -70px;
  left: -65px;
}

.btn-animation {
  background: linear-gradient(90deg, #1a1b1d 0%, #171b23 100%);
}

.btn-animation:hover {
  color: #fff;
}

.btn-animation:hover::after {
  top: 0;
  height: 100%;
}

.btn-animation::after {
  background: linear-gradient(90deg, #000000 0%, #000000 100%);
  border-radius: 0;
}

.iconss-rrt4 {
  transform: rotate(223deg);
}

.iconss-llt4 {
  transform: rotate(45deg);
}

.text-red {
  color: #ff4f4f !important;
}

.close-btn {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px !important;
  left: -50px;
  opacity: 1;
  top: 20px;
}

/* Form css */
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}

.form-floating>label {
  opacity: 0.5;
}

.form-floating>label {
  padding: 1rem 0rem;
}

.theme-form-floating>.form-control:focus~label,
.theme-form-floating>.form-control:not(:placeholder-shown)~label,
.theme-form-floating>.form-select~label {
  left: 0;
  opacity: 0.5;
}

.form-select {
  background-color: transparent;
}

/* Innner pages css */
.user-account-area {
  /* margin-top: 33px; */
  padding-top: 160px;
  background: var(--main-color);
}

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

.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;
}

.user-account-area .order-icon {
  padding: 5px !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  width: 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 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%;
}

.db-ticket-detailimg img {
  width: 100%;
  /* height: 80px; */
  /* border-radius: 50%; */
  object-fit: cover;
}

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

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

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

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

.custom-search-box {
  position: relative;
}

.custom-search-box input {
  padding-left: 45px !important;
}

.input-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

/* .button-5 {
  border-radius: 0;
} */


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




.btn-outline-dark {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.45s ease-Out;
  border: 1px solid var(--dark-color) !important;
  color: var(--dark-color) !important;

}

.btn-outline-dark span {
  position: relative;
  z-index: 1;
}

.btn-outline-dark .circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  line-height: 40px;
  border-radius: 0%;
  background: none !important;
  position: absolute;
  transition: all 0.5s ease-Out;
  top: -70px;
  left: -65px;
}

.btn-outline-dark:hover .circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  top: 50%;
  left: 50%;

}

.btn-outline-dark:hover {
  color: #fff !important;
  background: var(--dark-color) !important;
}

.tickets .table>:not(:first-child) {
  border-top: 2px solid #dee2e6;
}

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

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


/* Delete modal */

.modal-confirm {
  color: #636363;
}

.modal-confirm .modal-content {
  padding: 20px;

  border-radius: 5px;

  border: none;

  text-align: center;

  font-size: 14px;
}

.modal-confirm .modal-header {
  border-bottom: none;

  position: relative;
}

.modal-confirm h4 {
  text-align: center;

  font-size: 26px;

  margin: 30px 0 -10px;
}

.modal-confirm .modal-body {
  color: #999;
}

.modal-confirm .modal-footer {
  border: none;

  text-align: center;

  border-radius: 5px;

  font-size: 13px;

  padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
  color: #999;
}

.modal-confirm .icon-box {
  width: 80px;

  height: 80px;

  margin: 0 auto;

  border-radius: 50%;

  z-index: 9;

  text-align: center;

  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;

  font-size: 46px;

  display: inline-block;

  margin-top: 13px;
}

.modal-confirm .btn,
.modal-confirm .btn:active {
  color: #fff;

  border-radius: 4px;

  background: #60c7c1;

  text-decoration: none;

  transition: all 0.4s;

  line-height: normal;

  min-width: 120px;

  border: none;

  min-height: 40px;

  border-radius: 3px;

  margin: 0 5px;
}

.modal-confirm .btn-secondary {
  background: #c1c1c1;
}

.modal-confirm .btn-secondary:hover,
.modal-confirm .btn-secondary:focus {
  background: #a8a8a8;
}

.modal-confirm .btn-danger {
  background: #f15e5e;
}

.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
  background: #ee3535;
}

.trigger-btn {
  display: inline-block;

  margin: 100px auto;
}

/* Rating  */
/* 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 .5s ease-in-out forwards;
}

.star-input:checked+.star-input-label .orange:nth-of-type(2) .orange {

  animation-delay: .1s;

}

.star-input:checked+.star-input-label .orange:nth-of-type(3) .orange {

  animation-delay: .2s;

}

.star-input:checked+.star-input-label .orange:nth-of-type(4) .orange {

  animation-delay: .3s;

}

.star-input:checked+.star-input-label .orange:nth-of-type(5) .orange {

  animation-delay: .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;
}


.user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image img {
  object-fit: cover !important;
}

/* Gift Card Start  */

.gift-card-booking .order-icon img {
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
  height: 60px;
}

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

.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
  /* border-radius: 0; */
}

.ht-40 {
  height: 40px;
}

.wd-40 {
  width: 40px;
}

.notification-section .notif-date .form-control {
  padding: calc(3px + (14 - 8) * ((100vw - 320px) / (1920 - 320))) calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.ranges li {
  width: 100%;
  color: #000 !important;
}

.ranges li.active {
  background-color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  color: #fff;
}

.ranges li:hover {
  background-color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
  border-radius: 0;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain {
  border-radius: 0;
  border: 1px solid #000;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
  border-radius: 0;
}

.user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
  /* border-radius: 0; */
}

.notification-card {
  border-radius: 0;
}

.user-dashboard-section .dashboard-left-sidebar {
  /* border-radius: 0; */
  top: 130px;
}

.user-dashboard-section .dashboard-right-sidebar {
  /* border-radius: 0; */
}

.alert {
  border-radius: 0 !important;
}

/* Gift Card End  */

/* Reservation 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%);
}


.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);
  padding: 10px;
}

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

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

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

/* Reservation Page End  */

.account-otp .otp-container {
  justify-content: start;
}

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

/* Event Enquiry Detail Start  */

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

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

.custom-tab-pill .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid var(--dark-color);
  border-radius: 0;
  color: var(--dark-color);
  font-weight: bold;
}

.custom-tab-pill .nav-link {
  color: #c1c1c1;
  border-radius: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

table.event-invoice-table th,
table.event-invoice-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px 0;
}

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

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

.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:before {
  width: 45px;
  height: 45px;
  top: 0;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

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

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

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

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

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


.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;
}

.chat-conversation .conversation-list {
  margin-bottom: 24px;
  position: relative;
}

/* Event Enquiry Detail End  */
/* .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link {
  border-left: 4px solid var(--red-color);
} */

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link::before {
  background: var(--sec-color) !important;
  opacity: 1;

}

.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
.user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show>.nav-link {
  /* color: var(--dark-color) !important; */
}

.exe-lists {
  margin-bottom: 0px;
}


.user-dashboard-section .dashboard-left-sidebar .profile-box.profile-box-cust .profile-contain .profile-image {
  margin-top: 0;
  margin-top: calc(35px + (18 - 12)*((100vw - 320px) /(1920 - 320)));
}

.user-dashboard-section .dashboard-side-one.dashboard-left-sidebar,
.dashboard-right-sidebar.dashboard-side-two {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-right-sidebar .image-404 img {
  width: 146px;
  height: 146px;
}

.user-dashboard-section .dashboard-left-sidebar,
.user-dashboard-section .dashboard-right-sidebar {
  background: #fff;
  /* box-shadow: none; */
}

.dashboard-btn svg {
  width: 20px;
  height: 20px;
}

.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;
}

.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;
  word-wrap: break-word;
  margin-bottom: 20px;
}

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

.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;
  width: 100%;
}

.object-cover {
  object-fit: cover;
}

.priceoffer {
  background-color: #ffdb00;
  padding-top: 10px;
}

.package-card-main {

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboard-right-area .package-card-main {
  height: 113px;
}

.package-card-main-right {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.object-cover {
  object-fit: cover;
}

.add-link-text a {
  color: #000;
}

ul.pac-ul-div {
  min-height: 80px;
  /* max-height: 80px; */
}

.enquiry-boxes-packages .col {
  width: 25%;
}

.wd-100 {
  width: 100px;
}

.ht-100 {
  height: 100px;
}

.package-main-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.table-common-div th,
.table-common-div td {
  white-space: nowrap;
}

.selected_item_div .selected_item h3 {
  font-size: 17px !important;
}

.selected_item_div .price {
  font-size: 15px !important;
}

.enquiry-boxes-packages {
  display: flex;
  gap: 15px;
  align-items: start;
}


/* Package */

.shadow1:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s linear;
}

.shadow1 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.order-icon-package img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.checkbox_animated:after {
  top: -1px;
  left: -1px;
}

.event-package-right svg {
  width: 60px;
  height: 60px;
}

.tx-18 {
  font-size: 18px;
}

.tx-15 {
  font-size: 15px;
}

table a:hover {
  color: var(--main-color) !important;
}

.payment-link-section .checkout-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.payment-link-section .checkout-icon i {
  color: #000 !important;
}

.payment-success-box .success-box {
  margin: 50px 0 0;
}

.payment-success-box .success-box img {
  width: 110px;
  height: 110px;
}

.payment-link-section .left-sidebar-checkout .checkout-detail-box>ul {
  gap: 0;
}

.sign-a {
  color: #000 !important;
}

.sign-a:hover {
  color: var(--red-color) !important;

}

.success-table {
  border: 1px solid black;
  padding: 20px;
}

.success-table th,
.success-table td {

  padding: 10px;
}

.lh-24 {
  line-height: 24px;
}

.fs-100 {
  font-size: 100px;
}

.new-order {
  position: relative;
}

.download-invoice {
  position: static;
}

/* Responsive =============================== */

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

@media (max-width: 1199px) {
  .user-account-area {
    padding-top: 100px !important;
  }

  .enquiry-boxes-packages {
    flex-wrap: wrap;
  }

  .payment-success-box .success-box {
    margin: 20px 0 0;
  }
}


@media (max-width: 991px) {
  .user-dashboard-section .dashboard-left-sidebar.show {
    background-color: var(--sec-color) !important;
  }

  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
    display: none;
  }

  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
    margin-top: 30px;
  }

  .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;
  }



}