td.fc-day.fc-past {
    background-color: #EEEEEE;
}
.iti--separate-dial-code {
    width: 100%!important;
}
.headroom--pinned {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-brand {
    color: white!important;
}

.navbar-light .navbar-brand {
    color: white!important;
}
.logo {
    display: flex;
    align-items: center;
    font-size: 2rem;
    color: white;
}
.logo-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.logo-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #25d366; /* WhatsApp green */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}
.logo-icon::after {
    content: '+';
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #34b7f1; /* SMS blue */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}
.floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 45px;
  right: 45px;
  z-index: 999999999;
}

.floatingButtonInner {
  position: relative;
}

.floatingButton {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
  background: -o-linear-gradient(45deg, #8769a9, #507cb3);
  background: linear-gradient(45deg, #8769a9, #507cb3);
  color: #fff;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  border: 5px solid #b2bedc;
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
}

.floatingButton .fa {
  font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
  opacity: 1;
  color: #fff;
}


.floatingButton .fa {
  transform: rotate(0deg);
  transition: all 0.4s;
}

.floatingButton.open .fa {
  transform: rotate(270deg);
}

.floatingMenu {
  position: absolute;
  bottom: 60px;
  right: 0px;
  /* width: 200px; */
  display: none;
}

.floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}

.floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  background: #ffffff;
  color: #000000;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
  -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
  box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none;
}

.list-resumen {
    display: -webkit-inline-box;
    font-family: monospace;
    list-style: none;
    li {
        margin-right: 10px;
        font-size: 1.2rem;
        color: #333;
        e {
            font-size: 1.5rem;
            color: #25d366;
        }
    }
}


.code-business {
    float: right;
    margin-top: 12px;
}


.bootbox-close-button,.close {
    border: none;
    background: transparent;
}

.badge {
    display: inline-block;
    padding: 0.5em 0.75em;
    font-size: 0.875em;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border-radius: 0.25rem;
}

.badge-success {
    background-color: #28a745;
}

.bootstrap-datetimepicker-widget {
  z-index: 10800 !important; /* Or any value higher than the modal's z-index (around 1050) */
}

.support-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}

.support-btn {
  background: #0d6efd;
  color: #fff;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

.support-btn i:last-child {
  font-size: 0.8rem;
}

.support-menu {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  min-width: 240px;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
  list-style: none;
  padding: 8px 0;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all .25s ease;
  z-index: 1000;
}

.support-dropdown:hover .support-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.support-menu li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
}

.support-menu li a i {
  width: 20px;
  text-align: center;
  color: #0d6efd;
}

.support-menu li:hover {
  background: #f5f7fa;
}

.support-menu li.danger a i {
  color: #dc3545;
}

.support-menu li.danger:hover {
  background: #fff1f2;
}
/* anular evento dropdow hover*/
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  margin-top: -10px;
}