:root {
  --icon-scale: 0;
  --icon-rotation: 0;
  --icon-opacity: 0;
  --color-pale-pink: hsl(272 16% 56.99%);
  --color-dark-purple: hsl(269.35 100% 21%);
  --color-light-purple: hsl(269.99 100% 40%);
  --color-bubblegum-pink: hsl(300deg 97% 68%);
}
@supports (color: color(display-p3 0 0 0)) {
  :root {
    --color-pale-pink: color(display-p3 0.56 0.5 0.63);
    --color-dark-purple: color(display-p3 0.19 0.01 0.41);
    --color-light-purple: color(display-p3 0.37 0.01 0.78);
    --color-bubblegum-pink: color(display-p3 0.94 0.36 1);
  }
}
.app-reserve-block {
  padding: 0 180px;
  position: relative;
}
.app-reserve-block .res-app-angles:first-child {
  position: absolute;
  right: 390px;
  top: 30px;
  width: 100px;
}
.app-reserve-block .res-app-angles:nth-child(2) {
  position: absolute;
  right: 660px;
  top: 30px;
  width: 100px;
}

.app-reserve-block .res-app-cols {
  border: 1px solid #ccc;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
}

.app-reserve-block .res-app-cols.active img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.app-reserve-block .res-app-cols img {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

@media only screen and (max-width: 767px) {
  .app-reserve-block {
    padding: 0;
  }
  .app-reserve-block .res-app-angles {
    display: none;
  }
  .app-reserve-block .res-app-cols {
    width: 100%;
    display: block;
    margin: 10px;
  }
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
  .app-reserve-block {
    padding: 0 80px;
  }
  .app-reserve-block .res-app-angles:first-child {
    position: absolute;
    right: 225px;
    top: 30px;
    width: 70px;
  }
  .app-reserve-block .res-app-angles:nth-child(2) {
    position: absolute;
    right: 405px;
    top: 30px;
    width: 70px;
  }
  .app-reserve-block .res-app-cols {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
}

.newAppSteps-2 {
  margin: 8px;
  padding: 6px 12px;
}
.newAppSteps-2 .newApp-days div {
  width: 16%;
  margin: 0 auto;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 18px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .newAppSteps-2 .newApp-days div {
    width: 33%;
  }
}

.newAppSteps-2 .newApp-days div:hover {
  top: -10px;
  cursor: pointer;
  background-color: #9b9a84;
  color: #fff;
}

.newAppSteps-2 .newApp-days div.active {
  top: -10px;
  background-color: #9b9a84;
  color: #fff;
}

.newAppSteps-2 .newApp-days div p {
  margin: 0;
  padding: 0;
}

.newAppSteps-2 .newApp-times {
  margin: 12px 0;
  padding: 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
}
.newAppSteps-2 .newApp-times button {
  width: 65px;
  margin: 4px 6px;
}

.newAppSteps-3 .col-md-8 div {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 8px;
}

.newAppSteps-3 .col-md-4 div.box {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 8px;
}
.hidden {
  display: none;
}

/* #btn-showECPopup {
  background-color: rgba(255, 92, 38, 0.65);
  border: 1px solid rgba(138, 87, 21, 0.3);
  border-radius: 45%;
  padding: 6px 14px 9px 14px;
  font-size: 11px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
#btn-showECPopup:hover {
  background-color: rgba(255, 92, 38, 0.95);
}
#btn-showECPopup:active {
  background-color: rgba(255, 92, 38, 0.95);
} */

.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[58px\] {
  font-size: 58px;
}

.mw-120 {
  max-width: 120px !important;
}
.w-120 {
  width: 120px !important;
}
.w-140 {
  width: 120px !important;
}
.header-user-profile-icon {
  margin-left: 4px;
  cursor: pointer;
}
.header-user-profile-icon:hover {
  filter: drop-shadow(4px 4px 8px gray);
}

.ml-2 {
  margin-left: 4px;
}
.login-form {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .login-form {
    width: 100%;
    margin: 0 auto;
  }
}

.login-opt-point {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}

.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: var(--accent-color);
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus {
  border: 2px solid var(--accent-color);
}
.login-with-code {
  color: var(--accent-color);
}

.blog-comments {
  width: 100%;
  padding: 8px;
  margin: 10px;
}

#emergency-popup {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
  left: 10px;
  bottom: 120px;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 8px;
  width: 320px;
}

#onlinechat-popup {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(56, 56, 56, 0.8);
  left: 10px;
  bottom: 120px;
  z-index: 9999;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 280px;
}

.onlinechat-header {
  border-radius: 10px 10px 0 0;
  background-color: rgb(41, 150, 19);
  padding: 4px 8px;
  text-align: center;
  position: relative;
}

.onlinechat-header label {
  color: #fff;
}

.onlinechat-btn-close {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.onlinechat-body {
  border-radius: 0 0 10px 10px;
  background-image: url("../images/chat-bg-fit.jpg");
  padding: 0;
  height: 320px;
  position: relative;
}

.onlinechat-body .input-oc-msg {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 220px;
  height: 30px;
  border-radius: 12px;
  background-color: #fff;
  padding: 3px 8px;
}

.onlinechat-body .btn-sendMsg {
  border-radius: 50%;
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 8px 8px 2px 8px;
  color: #fff;
}

.onlinechat-op-offline {
  width: 97%;
  border-radius: 6px;
  background-color: #7e7e7e;
  height: 150px;
  margin: 0 auto;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}

.onlinechat-op-online {
  width: 97%;
  border-radius: 6px;
  background-color: #085e00;
  height: 80px;
  margin: 0 auto;
  padding: 8px;
  font-size: 12px;
  text-align: center;
}

.chat {
  --rad: 20px;
  --rad-sm: 3px;
  font-size: 13px/0.8;
  display: flex;
  flex-direction: column;
  padding: 4px 4px 24px 4px;
  max-width: 500px;
  margin: auto;
  height: 300px;
  overflow-y: scroll;
}

.onlinechat-body .msg {
  position: relative;
  max-width: 75%;
  padding: 7px 15px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.onlinechat-body .msg.sent {
  border-radius: var(--rad) var(--rad-sm) var(--rad-sm) var(--rad);
  background: #42a5f5;
  color: #fff;
  /* moves it to the right */
  margin-left: auto;
}

.onlinechat-body .msg.rcvd {
  border-radius: var(--rad-sm) var(--rad) var(--rad) var(--rad-sm);
  background: #f1f1f1;
  color: #555;
  /* moves it to the left */
  margin-right: auto;
}

/* Improve radius for messages group */

.onlinechat-body .msg.sent:first-child,
.onlinechat-body .msg.rcvd + .msg.sent {
  border-top-right-radius: var(--rad);
}

.onlinechat-body .msg.rcvd:first-child,
.onlinechat-body .msg.sent + .msg.rcvd {
  border-top-left-radius: var(--rad);
}

/* time */

.onlinechat-body .msg::before {
  content: attr(data-time);
  font-size: 0.6rem;
  position: absolute;
  bottom: 100%;
  color: #888;
  white-space: nowrap;
  /* Hidden by default */
  display: none;
}

.onlinechat-body .msg.sent::before {
  right: 15px;
}

.onlinechat-body .msg.rcvd::before {
  left: 15px;
}

/* Show time only for first message in group */

.onlinechat-body .msg:first-child::before,
.onlinechat-body .msg.sent + .msg.rcvd::before,
.onlinechat-body .msg.rcvd + .msg.sent::before {
  /* Show only for first message in group */
  display: block;
}
/* END OF ONLINE CHAT */

.voltage-button {
  position: relative;
}
.voltage-button button {
  color: rgb(58, 58, 58);
  background: #f59e4d;
  padding: 0.8rem 2rem 0.8rem 2rem;
  border-radius: 2.5rem;
  border: 1.2px solid #7c4804;
  font-size: 0.7rem;
  line-height: 1em;
  transition: background 0.3s;
}
.voltage-button button:hover {
  cursor: pointer;
  background: #0f1c53;
  color: #fff;
}
.voltage-button button:hover + svg,
.voltage-button button:hover + svg + .dots {
  opacity: 1;
}
.voltage-button svg {
  display: block;
  position: absolute;
  top: -0.75em;
  left: -0.25em;
  width: calc(100% + 0.5em);
  height: calc(100% + 1.5em);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.1s;
}
.voltage-button svg path {
  stroke-dasharray: 100;
  filter: url("#glow");
}
.voltage-button svg path.line-1 {
  stroke: #f6de8d;
  stroke-dashoffset: 0;
  animation: spark-1 3s linear infinite;
}
.voltage-button svg path.line-2 {
  stroke: #6bfeff;
  stroke-dashoffset: 500;
  animation: spark-2 3s linear infinite;
}
.voltage-button .dots {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0.4s;
}
.voltage-button .dots .dot {
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 100%;
  position: absolute;
  opacity: 0;
}
.voltage-button .dots .dot-1 {
  top: 0;
  left: 20%;
  animation: fly-up 3s linear infinite;
}
.voltage-button .dots .dot-2 {
  top: 0;
  left: 55%;
  animation: fly-up 3s linear infinite;
  animation-delay: 0.5s;
}
.voltage-button .dots .dot-3 {
  top: 0;
  left: 80%;
  animation: fly-up 3s linear infinite;
  animation-delay: 1s;
}
.voltage-button .dots .dot-4 {
  bottom: 0;
  left: 30%;
  animation: fly-down 3s linear infinite;
  animation-delay: 2.5s;
}
.voltage-button .dots .dot-5 {
  bottom: 0;
  left: 65%;
  animation: fly-down 3s linear infinite;
  animation-delay: 1.5s;
}

@keyframes spark-1 {
  to {
    stroke-dashoffset: -1000;
  }
}
@keyframes spark-2 {
  to {
    stroke-dashoffset: -500;
  }
}
@keyframes fly-up {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }
  5% {
    opacity: 1;
    transform: translateY(-1.5rem) scale(0.4);
  }
  10%,
  100% {
    opacity: 0;
    transform: translateY(-3rem) scale(0.2);
  }
}
@keyframes fly-down {
  0% {
    opacity: 0;
    transform: translateY(0) scale(0.2);
  }
  5% {
    opacity: 1;
    transform: translateY(1.5rem) scale(0.4);
  }
  10%,
  100% {
    opacity: 0;
    transform: translateY(3rem) scale(0.2);
  }
}

.glass-btn {
  user-select: none;
  font-size: 12px;
  width: 100%;
  height: auto;
  border-radius: 0.5em;
  background-image: linear-gradient(#0003, #0000);

  box-shadow: 0 -0.125em 0.25em #0002,
    0 0.25em 0.25em hsl(var(--h) var(--s) var(--l) / 0.5),
    0 0 0 0.1em hsl(var(--h) var(--s) var(--l) / 0.5),
    0 0.175em 0.3em hsl(var(--h) var(--s) var(--l) / 0.5) inset,
    0 -0.025em 0.175em hsl(var(--h) var(--s) var(--l) / 0.4) inset,
    0 -0.25em 1em 0.3em hsl(var(--h) var(--s) var(--l) / 0.3) inset,
    0 0.6em 0 hsl(var(--h) var(--s) var(--l) / 0.3) inset, 0 2em 1em #0004;
  backdrop-filter: blur(0.15em);
  position: relative;
  display: grid;
  place-content: center;
  /* color: hsl(var(--h) var(--s) var(--l) / 0.7); */
  color: #c9c7a3;
  text-shadow: 0.03em 0.03em #fff5, -0.03em -0.03em #0005;
  cursor: pointer;
  transition: 0.1s ease;
  padding-top: 0.2em;
}

.glass-btn:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 80%;
  left: 10%;
  height: 1.5em;

  background-image: radial-gradient(
    100% 100% at center,
    hsla(var(--h), var(--s), 80%, 0.25),
    hsla(var(--h), var(--s), 80%, 0) 50%
  );
}

.glass-btn:after {
  content: "";
  inset: 0;
  top: 0.5em;
  position: absolute;

  background-image: linear-gradient(
    105deg,
    transparent 20%,
    hsl(var(--h) var(--s) var(--l) / 0.2) 20%,
    hsl(var(--h) var(--s) var(--l) / 0.2) 30%,
    transparent 30%,
    transparent 32%,
    hsl(var(--h) var(--s) var(--l) / 0.2) 5%,
    hsl(var(--h) var(--s) var(--l) / 0.2) 40%,
    transparent 0%
  );
  background-size: 400% 100%;
  background-position: 100% 0%;
  transition: 0.3s ease;
}
.glass-btn:active:after {
  background-position: -50% 0%;
}

.glass-btn:active {
  translate: 0.01em 0.25em;
  box-shadow: 0 -0.125em 0.25em #0002,
    0 0.25em 0.25em hsl(var(--h) var(--s) var(--l) / 0.5),
    0 0 0 0.1em hsl(var(--h) var(--s) var(--l) / 0.5),
    0 0.175em 0.3em hsl(var(--h) var(--s) var(--l) / 0.8) inset,
    0 -0.025em 0.175em hsl(var(--h) var(--s) var(--l) / 0.4) inset,
    0 -0.25em 1em 0.3em hsl(var(--h) var(--s) var(--l) / 0.3) inset,
    0 0.6em 0 hsl(var(--h) var(--s) var(--l) / 0.3) inset, 0 1em 0.5em #0004;
  backdrop-filter: blur(0.08em);
}
.glass-btn:active:before {
  height: 1em;
}

main {
  display: grid;
  place-items: center;
  --color-mix: color-mix(
    in lch,
    var(--color-bubblegum-pink) 60%,
    var(--color-dark-purple)
  );
}
main button {
  all: unset;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: white;
  position: relative;
  transition: transform 0.2s ease;
}
main button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    var(--color-pale-pink),
    var(--color-pale-pink)
  );
  transform: scale(0.9);
  outline: 0px solid var(--color-light-purple);
  border-radius: 100000px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
main button span:nth-child(2) {
  position: relative;
  padding: 0.2em 0.6em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  border-radius: 100000px;
  transition: transform 0.2s ease;
}
main button span:nth-child(2):before,
main button span:nth-child(2):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: var(--icon-opacity);
  transform: scale(var(--icon-scale)) rotate(calc(var(--icon-rotation) * -1deg));
  transition: transform 0.2s ease, opacity 0.2s ease,
    --icon-rotation 0.4s cubic-bezier(0.02, 1.02, 0.67, 1.06);
  pointer-events: none;
  z-index: -1;
}
main button span:nth-child(2):before {
  width: 2.1em;
  top: -0.8em;
  left: -0.8em;
  background: url(https://assets.codepen.io/64/heart+%286%29+%281%29.png)
    no-repeat center center/contain;
  z-index: -1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) saturate(150%);
}
main button span:nth-child(2):after {
  width: 1.2em;
  top: 1em;
  left: 0.5em;
  background: url(https://assets.codepen.io/64/heart+%285%29+%281%29.png)
    no-repeat center center/contain;
  filter: blur(2px) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) saturate(150%);
}
main button span:nth-child(1) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
main button span:nth-child(1):before,
main button span:nth-child(1):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5;
  transform: scale(var(--icon-scale)) rotate(calc(var(--icon-rotation) * -1deg));
  transition: transform 0.2s ease, opacity 0.2s ease,
    --icon-rotation 0.4s cubic-bezier(0.02, 1.02, 0.67, 1.06);
  pointer-events: none;
}
main button span:nth-child(1):before {
  width: 1.75em;
  top: -1em;
  right: 0.5em;
  background: url(https://assets.codepen.io/64/heart+%283%29+%281%29.png)
    no-repeat center center/contain;
  filter: blur(1px) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) saturate(150%);
}
main button span:nth-child(1):after {
  width: 2em;
  top: 1em;
  right: -0.5em;
  background: url(https://assets.codepen.io/64/heart+%284%29+%281%29.png)
    no-repeat center center/contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) saturate(150%);
}
main button:hover {
  --icon-scale: 1;
  --icon-rotation: 0;
  --icon-opacity: 1;
}
main button:hover:before {
  transform: scale(1.05);
  background: linear-gradient(
    to bottom right,
    var(--color-dark-purple),
    var(--color-light-purple)
  );
  box-shadow: 0 4px 22px -8px var(--color-mix);
}
main button:hover > span:nth-child(2) {
  transform: scale(0.95);
}
main button:hover:active {
  --icon-scale: 0.8;
  --icon-rotation: 20;
  transform: scale(1.05);
}
main button:hover:active:before {
  box-shadow: 0 2px 12px var(--color-mix);
}
main button:hover:active span:before,
main button:hover:active span:after {
  transition-delay: 0s;
}
main button:hover:active span:nth-child(odd):before,
main button:hover:active span:nth-child(even):before {
  --icon-rotation: -20;
}
main button:hover:active span:nth-child(odd):after,
main button:hover:active span:nth-child(even):after {
  --icon-rotation: 20;
}
main button:hover:active:before {
  transform: scale(0.95);
}

.btn12 {
  padding: 0.5rem 0.8rem;
  font-size: 0.75rem;
  appearance: none;
  border: 0;
  background: 0;
  position: relative;
  color: white;
  font-weight: 400;
  border-radius: 0.5rem;
  overflow: hidden;
  font-family: inherit;
  font-weight: 500;
}
.btn12:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
  border-radius: inherit;
  mix-blend-mode: overlay;
}
.btn12 iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1) rotate(15deg);
  opacity: 0.5;
  filter: blur(5px);
  transition: all 0.5s ease-in-out;
}
.btn12 span {
  position: relative;
  z-index: 1;
  opacity: 0.75;
  color: white;
  transition: all 0.5s ease-in-out;
}
.btn12:hover iframe {
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 1;
  filter: blur(0);
}
.btn12:hover span {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .footer-copyright {
    padding-bottom: 100px;
  }
}

.userpanel-box {
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 16px;
  margin: 0 auto;
}

.userpanel-box .up-title {
  border-bottom: 1px solid #eeeded;
  padding: 12px;
}
.userpanel-box .up-content {
  padding: 20px;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .text-start-sm {
    text-align: right !important;
  }
}

.stars a {
  display: inline-block;
  padding-right: 4px;
  text-decoration: none;
  margin: 0;
}

.stars a:after {
  position: relative;
  font-size: 18px;
  font-family: "FontAwesome", serif;
  display: block;
  content: "\f005";
  color: #9e9e9e;
}

span {
  font-size: 0;
  /* trick to remove inline-element's margin */
}

.stars a:hover ~ a:after {
  color: #9e9e9e !important;
}

span.active a.active ~ a:after {
  color: #9e9e9e;
}

span:hover a:after {
  color: blue !important;
}

span.active a:after,
.stars a.active:after {
  color: blue;
}

.fs-14{
  font-size: 14px !important
}

.nav-link {
  text-align: right !important;
}