body {
    background-color: #f8f9fa;
    font-family: 'Figtree', sans-serif;
}
.box-title {
    font-family: 'Alfa Slab One', serif;
}
.navbar-main {
    background-image: linear-gradient(45deg, #05668d, #02c39a);
    height: 60px;
    font-family: 'Cabin', sans-serif;
}
.navbar-main-admin {
    top: 60px;
}
.navbar-main-padding {
    padding-top: 40px;
}
.navbar-main-app {
    background-image: linear-gradient(45deg, #05668d, #02c39a);
    height: calc(54px + env(safe-area-inset-top));
    font-family: 'Cabin', sans-serif;
    padding-top: calc(env(safe-area-inset-top) - 6px);
}
.navbar-main-app-admin {
    top: calc(54px + env(safe-area-inset-top));
}
.admin-changed-company {
    min-height: 40px;
    background-color: #ade8f4;
    border-bottom: 1px solid #48cae4;
    position: fixed;
    width: 100vw;
    z-index: 1;
}
@media screen and (orientation: landscape) {
    .navbar-main-app {
        background-image: linear-gradient(45deg, #05668d, #02c39a);
        height: 60px;
        font-family: 'Cabin', sans-serif;
    }
}
.header-spacer {
    margin-top: 100px;
}
.header-spacer-app {
    margin-top: 90px;
}
.footer {
    min-height: 240px;
    background-color: #003049;
    color: white;
}
.footer-inner {
    min-height: 180px;
}
.footer-grey {
    color: #ced4da;
}
a.footer-link {
    color: white;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
a.footer-link:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a.footer-link:hover:after { 
  width: 100%; 
  left: 0; 
}
.navbar-item {
    height: 60px;
    padding-top: 18px;
    padding-left: 14px;
    padding-right: 14px;
}
.navbar-item:hover {
    background-color: #02c39a;
    opacity: 0.9;
    transition: 0.5s;
}
.navbar-notifications {
    padding-left: 20px;
    padding-right: 20px;  
}
.qr-input {
    border: 0px;
    color: white !important;
}
.qr-input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.notifications-bubble {
    position: relative;
    left: -5px;
    top: -10px;
    color: white;
    background-color: #ef233c;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 10px;
}
.payment-billing-box {
    min-height:120px;
}
.payment-billing-select:hover {
    background-color: #D6F0D1;
}
.payment-billing-selected {
    background-color: #BBE6B2 !important;
}
.booking-btn {
    width: 150px;
    max-height: 150px;
}
.color-preview {
    height:40px;
    width:40px;
}
.image-preview {
    aspect-ratio: 16.6 / 10;
    height:40px;
}
.card-bg-image {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100%  100%; /* Resize the background image to cover the entire container */
}
.card-bg {
    width: 280px;
    height:168px;
    background-blend-mode: multiply;
}
a.navbar-link {
    color: white;
    text-decoration: none;
}
a.navbar-link:hover {
    color: white;
    text-decoration: none;
}
.navbar-selected {
    border-bottom: 6px solid #045676;
}
.page-height {
    min-height: calc(100vh - 160px);
}
.plan-box {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    border: 1px solid #e9ecef;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.plan-box:hover {
    transform: scale(1.02);
    z-index: 2;
}
@media all and (max-width: 1320px) {
    .plan-box-container {
      overflow: auto;
    }
}
.hccat-box {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    transition: all .2s ease-in-out;
    border: 1px solid #028090;
    border-radius: 6px;
    color: #028090;
}
.hccat-box:hover {
    background-color: #028090;
    color: white;
}
.addon-box {
    min-height: 100px;
    margin-left: 20px;
    border: 1px solid #e9ecef;
    z-index: 1;
    transition: all .2s ease-in-out;
}
.addon-box:hover {
    transform: scale(1.02);
    z-index: 2;
}
.addon-box-discount {
    margin-right: 10px;
    border: 2px solid #ffc300;
    border-right: 30px solid #ffc300;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    z-index: 4 !important;
}
.addon-box-wo-discount {
    margin-right: 20px;
}
.addon-box-discount-text {
    writing-mode: vertical-rl;
}
.btn-check:active+.btn-outline-plan, 
.btn-check:checked+.btn-outline-plan, 
.btn-outline-plan.active, 
.btn-outline-plan.dropdown-toggle.show, 
.btn-outline-plan:active {
    background-color: #02c39a !important;
    border: 1px solid #02c39a !important;
    color: white !important;
}
.btn-outline-plan {
    background-color: white;
    border: 1px solid #02c39a;
    color: #02c39a;
}
.btn-outline-plan:hover {
    background-color: white !important;
    border: 1px solid #00a896 !important;
    color: #00a896 !important;
}
.btn-plan-radius {
    border-radius: 8px !important;
}
.plan-first {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.plan-last {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.addon-first {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.addon-last {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.plan-notfeatured {
    margin-top: 20px;
    margin-bottom: 20px;
}
.plan-featured {
    border: 3px solid #7400b8;
    border-top: 30px solid #7400b8;
    border-radius: 10px;
    z-index: 3;
}
.plan-notfeatured-padding {
    padding-top: 10px;
}
.plan-featured-title {
    position: relative;
    top: -50px;
    height: 0px;
    color: white;
}
.content-box {
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    border-radius: 25px;
}
.content-box-off {
    background-color: #fff;
    border-radius: 25px;
}
.login-box {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 25px;
}
.msg-box {
    width: 100%;
    max-width: 1000px;
    background-color: #fff;
    border-radius: 25px;
}
.icon-pos {
    position: relative;
    top: 2px;
}
.gradient-box-border {
    position: relative;
    padding: 15px 20px;
}
.gradient-box-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px; 
    border: 5px solid transparent;
    background: linear-gradient(45deg, #05668d, #02c39a) border-box;
    -webkit-mask:
      linear-gradient(#fff 0 0) padding-box, 
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index:-1;
}
.social-btn-fb {
    background-color: #4267B2;
    color: white;
    transition: all .2s ease-in-out;
}
.social-btn-fb:hover {
    background-color: #324E86;
    transform: scale(1.02);
    color: white;
}
.social-btn-g {
    background-color: #EA4335;
    color: white;
    transition: all .2s ease-in-out;
}
.social-btn-g:hover {
    background-color: #CB2415;
    transform: scale(1.02);
    color: white;
}
.btn-mm-filled {
    background-color: #05668d;
    color: white;
    transition: all .2s ease-in-out; 
}
.btn-mm-filled:hover {
    background-color: #044862;
    transform: scale(1.02);
    color: white;
}
.btn-mm-outline-modal {
    border: 1px solid #05668d;
    color: #05668d;
    transition: all .2s ease-in-out;
}
.btn-mm-outline-modal:hover {
    background-color: #044862;
    color: white;
}
.btn-mm-outline {
    border: 2px solid #05668d;
    color: #05668d;
    transition: all .2s ease-in-out;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-mm-outline:hover, .btn-mm-outline-selected:hover{
    background-color: #044862;
    color: white;
}
.btn-mm-outline-selected {
    border: 2px solid #05668d;
    background-color: #05668d;
    color: white;
    transition: all .2s ease-in-out;
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.bg-mm {
    background-color: #044862;
}
.bg-mm2 {
  background-color: #00a896;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeInOut {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeInOut2 {
    0% { opacity: 0.6; }
    50% { opacity: 0.4; }
    100% { opacity: 0.6; }
}
.navbar-dropdown {
    float: right;
    position: relative;
    display: inline-block;
}
.notification-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 320px;
    overflow: auto;
    right: 0;
    z-index: 1;
    border-top: 6px solid #045676;
    animation: fadeIn 0.5s;
}

.navbar-dropdown-content, .mobile-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 260px;
    overflow: auto;
    right: 0;
    z-index: 1;
    border-top: 6px solid #045676;
    animation: fadeIn 0.5s;
}
.mobile-icon {
    position: relative;
    top: -5px;
}
.navbar-show {
    display: block;
}
.pointer {
    cursor: pointer;
}
.not-allowed {cursor: not-allowed;}
.navbar-usermenu-clicked {
    background-color: #045676 !important;
}
a.navbar-dropdown-link {
    color: #6c757d;
    text-decoration: none;
}
a.navbar-dropdown-link:hover {
    color: #212529;
    text-decoration: none;
    transition: 0.5s;
}
a.general-link {
    color: #05668d;
    text-decoration: none;
}
a.general-link:hover {
    color: #05668d;
    text-decoration: underline;
}
.services-link {
    color: #05668d;
    text-decoration: none;
    font-size: 16px;
}
.services-link:hover {
    color: #05668d;
    text-decoration: underline;
}
.services-link-delete {
    color: #EF233C;
    text-decoration: none;
    font-size: 16px;
}
.services-link-delete:hover {
    color: #EF233C;
    text-decoration: underline;
}
a.services-link {
    color: #05668d;
    text-decoration: none;
    font-size: 16px;
}
a.services-link:hover {
    text-decoration: underline;
}
.general-link-span {
  color: #05668d;
}
.service-description {
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;  
}
@media all and (max-width: 800px) {
    .nav-screen {
      display: none;
    }
    .nav-mobile {
      display: block;
    }
}
@media all and (min-width: 800px) {
    .nav-screen {
      display: block;
    }
    .nav-mobile {
      display: none;
    }
}
@media all and (min-width: 2100px) {
    .events-title-text {
      display: block;
    }
}
@media all and (max-width: 2100px) {
    .events-title-text {
      display: none;
    }
}

.dashboard-menu-bg {
  background-color: #e9ecef;
}
.navbar-logo {
  position: relative;
  top: 6px;
}
.accordion-override {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
}
a.dashboard-menu-link {
    color: black;
    text-decoration: none;
}
a.dashboard-menu-link:hover {
    color: #05668d;
    text-decoration: none;
}
.dashboard-height {
    min-height: calc(100vh - 120px);
}
.btn-mw {
    min-width: 200px;
}
.btn-mw2 {
    min-width: 240px;
    max-width: 400px;
}
.wizard-input {
    max-width: 500px;
    border: 0px !important;
    border-bottom: 2px solid #044862 !important;
    border-radius: 0px;
    font-size: 30px;
    color: #044862;
}
.wizard-input-select {
    max-width: 500px;
    border: 0px !important;
    border-bottom: 1px solid #044862 !important;
    border-radius: 0px;
    font-size: 30px;
    color: #044862;
}
.wizard-opt-fs {
    font-size: 10px !important;
}
.autocomplete {
  position: relative;
  display: block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.helper-bg {
  background-color: #ADB5BD;
  color: white;
}

.required-mark {
  position: relative;
  font-size: 22px;
  top: 4px;
  padding-left: 1px;
  padding-right: 2px;
  line-height:0px;
}

.form-switch .form-check-input:checked {
    background-color: #028090;
    border-color: #028090;
    border: none;
}

.mebs-admin-move {
  cursor: move;
  color: #1c2541;
}
.mebs-admin-move-off, .mebs-admin-move-off:hover {
  color: #adb5bd;
  cursor: default;
}
.accordion-item-padding {
  padding-left: 58px;
}
.item-unavailable {
  border: 1px solid #d90429 !important;
  background-color: #FCD9DD !important;
  opacity: 0.7 !important;
}
.btn-action-off {
  border: 1px solid #DEE2E6;
  padding-top: 9px;
  height: 42px;
}
.btn-action-off:disabled {
  border: 1px solid #DEE2E6;
  padding-top: 9px;
  height: 42px;
  color: #ADB5BD;
}
.btn-action-off:hover {
  border: 1px solid #C6CDD2;
  padding-top: 9px;
  background-color: #DEE2E6;
}
.btn-action-on {
  border: 1px solid #6ede8a;
  padding-top: 9px;
  background-color: #b7efc5;
  height: 42px;
}
.btn-action-on:disabled {
  border: 1px solid #6ede8a;
  background-color: #6ede8a;
  padding-top: 9px;
  height: 42px;
  color: #ffffff;
}
.btn-action-on:hover {
  border: 1px solid #2dc653;
  padding-top: 9px;
  background-color: #6ede8a;
}
.btn-action-not {
  border: 1px solid #EF233C;
  padding-top: 9px;
  background-color: #F46778;
  height: 42px;
}
.btn-action-not:hover {
  border: 1px solid #EF233C;
  padding-top: 9px;
  background-color: #F14156;
}
.btn-action-not:disabled {
  border: 1px solid #F46778;
  padding-top: 9px;
  background-color: #F46778;
  height: 42px;
  color: #ffffff;
}
.btn-ban {
  border: 1px solid #EF233C;
  background-color: #F46778;
}
.btn-ban:hover {
  border: 1px solid #EF233C;
  background-color: #F14156;
}
.btn-action-delete {
  border: 1px solid #DEE2E6;
  padding-top: 9px;
  height: 42px;
}
.btn-action-delete:hover {
  border: 1px solid #ef6351;
  padding-top: 9px;
  background-color: #f7a399;
}
.btn-action-delete:disabled {
  border: 1px solid #DEE2E6;
  padding-top: 9px;
  height: 42px;
  color: #ADB5BD;
}
.alertbox {
  border-radius: 14px !important;
  border: 0px !important;
}
.thumbnail {
	width: 100%;
	max-width:200px;
	cursor:pointer;
  transition: all .2s ease-in-out;
}
.thumbnail:hover {
	opacity: 0.6;
}
.bg-pass {
  background-color: #cccccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width:100%;
  max-width: 300px;
  min-width: 250px;
  aspect-ratio: 16.6 / 10;
}
.pass-font {
  font-family: 'Inconsolata', monospace;
}
.pass-show {
  width: 334px;
  height: 200px;
}
.table-scrollbar {
  max-width:77vw;
  overflow:auto;
}

.otc {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

.otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.otc fieldset div {
  display: flex;
  align-items: center;
}

.otc-number {
  width: 60px;
  line-height: 1;
  margin: .1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #05668d;
  color: #044862;
  border-radius: 4px;
}

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

.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.template-select + label { background-color: #F5F5F5 !important; }
.template-select:checked + label{ background-color: #02c39a !important; }

.bg-gray {
  background-color: #F5F5F5 !important;
}
.calendar-day-active {
  border: 1px solid #ADB5BD !important;
}
.calendar-day-active:hover {
  border: 1px solid #05668d !important;
}
.calendar-day-hover:hover {
  opacity: 0.8;
  cursor: pointer;
}
.calendar-top-padding {
  padding-top: 2px !important;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  border-bottom: 1px solid black !important;
}

.item-select:hover {
    background-color: #f8f9fa;
}
.item-selected {
    background-color: #e9ecef !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  font-family: "bootstrap-icons";
  position: absolute;
  content: "\F282";
  top: 8px;
  right: 18px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 8px;
  font-family: "bootstrap-icons";
  content: "\F286";
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  padding: 6px 12px;
  cursor: pointer;
  user-select: none;
  border-radius: 0px;
  padding-right: 14px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 16px;
  max-height: 40vh;
  overflow: scroll;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.input-label {
  height: 0px;
  width: 0px;
  position: relative;
  top: -22px;
  left: 4px;
}
.bg-inactive {
  opacity: 0.6;
}
.calendar-open {
  background-color: #6ede8a;
}
.calendar-open-today {
  background-color: #2dc653;
}
.calendar-open-busy {
  background-color: #ffee70;
}
.calendar-open-busy-today {
  background-color: #ffe747;
}
.calendar-closed {
  background-color: #f7a399;
}
.calendar-closed-today {
	background-color: #f38375;
}
.calendar-empty-today {
	background-color: #e9ecef;
}
.rounded-mm {
	border-radius: 8px;
}
.calendar-main-border {
	border-top: 1px solid #adb5bd !important;
}
.calendar-slot-hover:hover {
	background-color: #eaf4f4 !important;
}
.calendar-header-closed {
	color: #adb5bd;
}
.calendar-newitem {
	border-left: 0px;
	border-top: 2px solid #e5383b !important;
	border-top-style: dotted !important;
}
.calendar-cell {
  position: relative;
}
.calendar-item {
  border-radius: 6px;
  padding: 0px 6px;
  margin-left: 2%;
  width: 96%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
  cursor: pointer;
}
.calendar-item-text {
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.fs-calendar-title {
	font-size: 13px;
}
.calendar-break {
  background-color: #ced4da;
  border-top: 4px solid transparent;
}
.calendar-break:hover {
  background-color: #adb5bd;
}
.calendar-break-carousel {
  background-color: #adb5bd;
}
.calendar-blocker {
  background-color: #caf0f8;
  border-top: 4px solid transparent;
  opacity: 0.5;
  animation: 1.5s fadeInOut2 infinite;
}
.calendar-blocker:hover {
  background-color: #90e0ef;
}
.calendar-booking {
  background-color: #aef3e7;
  border-top: 4px solid transparent;
}
.calendar-booking:hover {
  background: rgba(2, 195, 154, 0.8);
}
.calendar-booking-carousel {
  background-color: #02c39a;
}
.calendar-groupevent {
  background-color: #ABC9ED;
  border-top: 4px solid transparent;
}
.calendar-groupevent:hover {
  background-color: #89B3E6;
}
.calendar-groupevent-carousel {
  background-color: #89B3E6;
}
.groupevent-background {
  background-color: #CDDEF4;
}
.groupevent-listitem-selected {
  background-color: #ABC8ED;
}
.groupevent-listitem:hover {
  background-color: #CDDEF4;
}
.openinghours-settings {
	min-width:300px !important;
}
.href-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.calendar-day1-1 { display: block; width: 100% !important; }
.swipe-area {
    width: 100%;
    position: relative; /* Position relative to allow movement */
    transition: transform 0.3s ease-out; /* Smooth transition for snap back */
}
@media screen and (min-width: 200px) {
  .calendar-day1 { display: block; width: 100% !important; }
  .calendar-day2 { display: none; }
  .calendar-day3 { display: none; }
  .calendar-day4 { display: none; }
  .calendar-day5 { display: none; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 400px) {
	.calendar-day1 { display: block; width: 50% !important; }
	.calendar-day2 { display: block; width: 50% !important; }
	.calendar-day3 { display: none; }
	.calendar-day4 { display: none; }
	.calendar-day5 { display: none; }
	.calendar-day6 { display: none; }
	.calendar-day7 { display: none; }
}
@media screen and (min-width: 600px) {
  .calendar-day1 { display: block; width: 33% !important; }
  .calendar-day2 { display: block; width: 33% !important; }
  .calendar-day3 { display: block; width: 33% !important; }
  .calendar-day4 { display: none; }
  .calendar-day5 { display: none; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 768px) {
	.calendar-day1 { display: block; width: 50% !important; }
	.calendar-day2 { display: block; width: 50% !important; }
	.calendar-day3 { display: none; }
	.calendar-day4 { display: none; }
	.calendar-day5 { display: none; }
	.calendar-day6 { display: none; }
	.calendar-day7 { display: none; }
}
@media screen and (min-width: 920px) {
  .calendar-day1 { display: block; width: 33% !important; }
  .calendar-day2 { display: block; width: 33% !important; }
  .calendar-day3 { display: block; width: 33% !important; }
  .calendar-day4 { display: none; }
  .calendar-day5 { display: none; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 1075px) {
	.calendar-day1 { display: block; width: 25% !important; }
	.calendar-day2 { display: block; width: 25% !important; }
	.calendar-day3 { display: block; width: 25% !important; }
	.calendar-day4 { display: block; width: 25% !important; }
	.calendar-day5 { display: none; }
	.calendar-day6 { display: none; }
	.calendar-day7 { display: none; }
}
@media screen and (min-width: 1240px) {
  .calendar-day1 { display: block; width: 20% !important; }
  .calendar-day2 { display: block; width: 20% !important; }
  .calendar-day3 { display: block; width: 20% !important; }
  .calendar-day4 { display: block; width: 20% !important; }
  .calendar-day5 { display: block; width: 20% !important; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 1400px) {
  .calendar-day1 { display: block; width: 25% !important; }
  .calendar-day2 { display: block; width: 25% !important; }
  .calendar-day3 { display: block; width: 25% !important; }
  .calendar-day4 { display: block; width: 25% !important; }
  .calendar-day5 { display: none; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 1600px) {
  .calendar-day1 { display: block; width: 20% !important; }
  .calendar-day2 { display: block; width: 20% !important; }
  .calendar-day3 { display: block; width: 20% !important; }
  .calendar-day4 { display: block; width: 20% !important; }
  .calendar-day5 { display: block; width: 20% !important; }
  .calendar-day6 { display: none; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 1800px) {
  .calendar-day1 { display: block; width: 16.6% !important; }
  .calendar-day2 { display: block; width: 16.6% !important; }
  .calendar-day3 { display: block; width: 16.6% !important; }
  .calendar-day4 { display: block; width: 16.6% !important; }
  .calendar-day5 { display: block; width: 16.6% !important; }
  .calendar-day6 { display: block; width: 16.6% !important; }
  .calendar-day7 { display: none; }
}
@media screen and (min-width: 2000px) {
  .calendar-day1 { display: block; width: 14.2% !important; }
  .calendar-day2 { display: block; width: 14.2% !important; }
  .calendar-day3 { display: block; width: 14.2% !important; }
  .calendar-day4 { display: block; width: 14.2% !important; }
  .calendar-day5 { display: block; width: 14.2% !important; }
  .calendar-day6 { display: block; width: 14.2% !important; }
  .calendar-day7 { display: block; width: 14.2% !important; }
}

.calendar-custom-0 {
	border-top: 4px solid #CDC9E3;
}
.calendar-custom-1 {
	background-color: #BFD8ED;
}
.calendar-custom-2 {
	background-color: #AFEFFD;
}
.calendar-custom-3 {
	background-color: #edede8;
}
.calendar-custom-4 {
	background-color: #B5F8DF;
}
.calendar-custom-5 {
	background-color: #C2F1BB;
}
.calendar-custom-6 {
	background-color: #DEF4B9;
}
.calendar-custom-7 {
	background-color: #F8F5B5;
}
.calendar-custom-8 {
	background-color: #F9E5B4;
}
.calendar-custom-9 {
	background-color: #F9D6B3;
}

.selector-box {
	position:absolute;
	display: none;
	transition: all .2s ease-in-out;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  z-index: 9;
}
.selector-box-item {
  cursor: pointer;
}
.selector-box-item:hover {
  background-color: #dee2e6;
}
.scrollable-dialog {
	max-height: 50vh;
	overflow-x: hidden;
}
.alert-danger {
  background-color: #FAC6CC !important;
  color: black !important;
}
.events-title {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
	padding: 4px 12px;
	border: 1px solid #dee2e6;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom: 0px;
    min-height:32px;
}
.events-title:hover {
	background-color: #dee2e6;
}
.events-title-selected {
	background-color: #2b2d42 !important;
	color: white;
}
.events-box {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow-y: scroll;
}

.range-cust::-webkit-slider-thumb {
  background: #028090;
}
.range-cust::-moz-range-thumb {
  background: #028090;
}
.range-cust::-ms-thumb {
  background: #028090;
}
.start-25{left:25%!important}
.start-75{left:75%!important}
.start-33{left:33%!important}
.start-67{left:67%!important}
.booking-page-active {
  background-color: #028090;
  border: 4px solid white;
}
.booking-page-inactive {
  background-color: #dee2e6;
  border: 4px solid white;
}
.booking-page-bar {
  background-color: #028090;
}
.booking-footer-bg {
  background-color: #028090;
  color: white;
}
.booking-box {
  min-height:60px;
}
.booking-box-item {
  background-color: #dee2e6;
}
.booking-footer {
  height: 60px;
  position: absolute;
  bottom: 0;
}
.booking-calendar-layer {
  opacity: 0.5;
}
.booking-item:hover {
  background-color: #b7efc5 !important;
}
.booking-item-selected {
  background-color: #6ede8a !important;
}
.booking-service {
	background-color: white;
}
.booking-service:hover {
	background-color: #DFF6E7;
}
.booking-service-selected {
	background-color: #6ede8a !important;
}
.booking-box-animation {
  animation: fadeInOut ease 0.6s;
}
.booking-final-info {
  border: 1px solid #00a896;
  border-left: 8px solid #00a896;
}
.booking-final-info2 {
  border: 1px solid #ffbc42;
  border-left: 8px solid #ffbc42;
  background-color: #FFF1D6;
}
.booking-accepted {
  border: 1px solid #02c39a;
  border-left: 8px solid #02c39a;
}
.booking-declined {
  border: 1px solid #ef233c;
  border-left: 8px solid #ef233c;
}
.booking-item-marked {
    background-color: #ffee32 !important;
}
.bg-col1 {
	background-color: #02c39a;
}
.bg-col2 {
	background-color: #00a896;
}
.bg-col7 {
	background-color: #f8e16c;
}
.bg-col3 {
    background-color: #E7EEEE;
}
.bg-col4 {
    background-color: #e9ecef;
}
.bg-col5 {
    background-color: #fae0e4;
}
.bg-col6 {
    background-color: #ef233c;
}
.text-muted-mm {
  color: #adb5bd;
}

.delete-link {
    cursor: pointer;
}
.delete-link:hover {
    text-decoration: underline;
}

.messages-container {
    height: calc(100vh - 460px) !important;
    overflow-y: auto;
}
.messages-container-user {
    min-height: calc(100vh - 460px) !important;
}
.message-box {
    border: 1px solid #ccc;
    padding: 5px 12px;
    min-height: 20px;
    max-height: 100px;
    overflow-y: auto;
    border-radius: 10px;
}

.chat-own-box {
    max-width: 60vw;
    background-color: #02c39a;
    padding: 4px 6px;
    border-radius: 6px;
    color: white;
}

.chat-other-box {
    max-width: 60vw;
    background-color: #e9ecef;
    padding: 4px 6px;
    border-radius: 6px;
}
.chat-user-selected {
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #ced4da;
}
.chat-user-not-selected {
    border: 1px solid transparent;
    border-radius: 6px;
}
.new-msg-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: red;
    border: 1px solid white;
}
s, strike{text-decoration:none;position:relative;}
s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background:red; /*this is the color of the line*/
    opacity:.7;
    content: '';
    width: 110%;
    position: absolute;
    height:.1em;
    border-radius:.1em;
    left: -5%;
    white-space:nowrap;
    display: block;
    transform: rotate(-15deg);  
}
s.straight::before, strike.straight::before{transform: rotate(0deg);left:-1%;width:102%;}
.online-content-loading {
    opacity: 0.8;
    background-color: white;
    position:fixed;
    z-index:999;
}
.contact-card {
    width: 240px;
}
@media all and (min-height: 2000px) {
  .modal-height {
      min-height: calc(65vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
      max-height: calc(85vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
@media all and (max-height: 2000px) {
  .modal-height {
      min-height: calc(65vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
      max-height: calc(75vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
.btn-favourite {
    border: 1px solid #ffd000;
    background-color: white;
    color: #ffb700;
}
.btn-favourite:hover {
    border: 1px solid #ffd000;
    background-color: #ffe169;
    color: #000000;
}

/* Custom styles for Bootstrap carousel */
.carousel-indicators {
    bottom: -16px; /* Adjust position as needed */
}

.carousel-indicators button {
    background-color: #e9eaec;
    border: none;
    border-radius: 50%;
    width: 10px !important; /* Diameter of the dots */
    height: 10px !important; /* Diameter of the dots */
    margin: 0 5px; /* Adjust spacing between dots */
}

.carousel-indicators .active {
    background-color: #028090; /* Color of the active dot */
}

.welcome-carousel-box {
    height: 160px;
}
.welcome-desktop-box {
    height: 160px;
    width: 300px;
}
.fc-1 {
    color: #02c39a;
}
.fc-2 {
    color: #028090;
}
.fc-3 {
    color: #05668d;
}
.fc-4 {
    color: white;
}
.fc-5 {
    color: #9ceaef;
}
.fc-6 {
    color: #c05299;
}
.fc-8 {
    color: #822faf;
}
.mm-coupon-header {
    height: 120px;
    width: 100%;
    border-bottom: dashed 4px #f8f9fa;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.mm-coupon-header-percent {
    background-color: #00a896;
}
.mm-coupon-header-fix {
    background-color: #028090;
}
.mm-coupon-header-pass {
    background-color: #05668d;
}
.mm-coupon-body {
    border-top: dashed 4px #f8f9fa;
}

.mm-table {
  border-collapse:separate;
  border-spacing:0 5px;
}
.mm-table-header-left {
  background-color: #02c39a !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  color: white;
  padding: 8px 0px !important;
  padding-left: 16px !important;
}
.mm-table-header {
  background-color: #02c39a !important;
  color: white;
  padding: 8px 0px !important;
}
.mm-table-header-right {
  background-color: #02c39a !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  color: white;
  padding: 8px 0px !important;
  padding-right: 16px !important;
}

.mm-table-tr-left {
  background-color: #f8f9fa !important;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  padding: 8px 0px !important;
  padding-left: 16px !important;
}
.mm-table-tr {
  background-color: #f8f9fa !important;
  padding: 8px 0px !important;
}
.mm-table-tr-right {
  background-color: #f8f9fa !important;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  padding: 8px 0px !important;
  padding-right: 16px !important;
}
.email-unread {
  border-left: 6px solid #028090;
}
.email-unread-subject {
  font-weight: 600;
  color: #028090;
}
.user-score-helper-container {
  height: 0px;
  width: 0px;
}
.user-score-helper {
  position: relative;
  top: -16px;
  left: 66px;
}
.category-hover:hover {
  border: 1px solid #adb5bd !important;
}
.td-width-20 {
  min-width: 20px;
}
.td-width-30 {
  min-width: 30px;
}
.td-width-40 {
  min-width: 40px;
}
.td-width-50 {
  min-width: 50px;
}
.td-width-60 {
  min-width: 60px;
}
.td-width-70 {
  min-width: 70px;
}
.td-width-80 {
  min-width: 80px;
}
.td-width-90 {
  min-width: 90px;
}
.td-width-100 {
  min-width: 100px;
}
.td-width-120 {
  min-width: 120px;
}
.td-width-140 {
  min-width: 140px;
}
.td-width-160 {
  min-width: 160px;
}
.td-width-180 {
  min-width: 180px;
}
.td-width-200 {
  min-width: 200px;
}
.td-width-220 {
  min-width: 220px;
}
.td-width-240 {
  min-width: 240px;
}
.td-width-260 {
  min-width: 260px;
}
.td-width-280 {
  min-width: 280px;
}
.td-width-300 {
  min-width: 300px;
}