:root{
	--corporative-color: #333333
}
ui-finder[data-role="finder"] {
    margin: auto;
}
/* Finder styles */
div[data-mirai-component="finder"] {
  padding: 10px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
/* Fixed finder on scroll */
div[data-mirai-component="finder"].fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}

/* HIDE CHATBOT WHEN MODAL IS OPEN */
body:has(ui-modal-overflow[class*="_visible"]) .cky-revisit-bottom-left{ 
    visibility: hidden;
}
/* FIX POSITION CHATBOT TABLET AND MOBILE */
@media screen and (max-width: 1024px) {
  .cky-revisit-bottom-left { 
    bottom: 80px !important;
  }

  .flotante.pdc {
    bottom: 80px !important;
  }
}
@media (min-width: 1024px) {
  .flotante.pdc {
    bottom: 10px !important;
  }
}
/*FIXED FINDER ON FOTTER */
.footer-distributed{
  padding-bottom: 80px !important;
}

/*CLUB FIXED BUTTON*/

/* ui-pressable[data-role="login"]{
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    float: right;
    padding: 22px 21px;
    top: -1px;
    right: 80px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/*
ui-pressable[data-role="login"] ui-icon[data-role="content"],
ui-pressable[data-role="login"] ui-text[data-role="content"] {
    color: #fff;
}
@media screen and (max-width: 1024px) {
a.reserve[title="Book Online"] {
  display: none;
}*/
ui-pressable[data-role="login"]{
  padding: 22px 0px !important;
  display:none;
}
