.menu-loading-container {
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  z-index: 9999;
}
.menu-loading-container.has-loading-text {
  background-color: rgba(0, 0, 0, 0.35);
  flex-direction: column;
}
.menu-loading-container .loading-text {
  align-self: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

.menu-loading-container .loading-icon {
  align-self: center;
}
.menu-loading-container .loading-icon svg {
  height: 64px;
  width: 64px;
}
.menu-loading-container .loading-container-inline {
  padding: 30px 0;
}
.menu-loading-container .modal-container {
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  margin-left: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  white-space: normal;
  z-index: 999;
}
.menu-loading-container .modal-container .account-modal {
  align-self: center;
  max-height: 90vh;
}

.vc-container {
  position: absolute;
  top: 100%;
  z-index: 999999;
  left: 0;
  right: 0;
  width: 100%;
  --text-sm: 20px;
}
.vc-container .vc-day-content {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.vc-container .vc-day {
  min-height: 38px;
}
.vc-container .vc-highlight {
  width: 36px;
  height: 36px;
}

.spacer {
  clear: both;
  height: 2rem;
}

.toggle-button-container {
  margin-bottom: 2rem;
}
.toggle-button-container .custom-toggle-buttons {
  margin-bottom: 0;
}

/* 
.agile__nav-button {
    position: absolute;
    background: transparent;
    top: 50%;
    padding: 0;
    border: none;
    outline: none;

    &[disabled] {
        opacity: 0.25;
    } 

    &:hover,
    &:focus {
        background: transparent;
    }

    span {
        color: #3a3a3a;
        font-size: 4.4rem;
    }
} 
.agile__nav-button--prev {
    left: -2.5rem;
}
.agile__nav-button--next {
    right: -2.5rem;
}
.agile__dot button {
    border-radius: 100%;
    border: 0;
    background: #e7e7e7;
    display: block;
    height: 19px;
    width: 19px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.agile__dot--current button,
.agile__dot button:hover {
    background-color: #c2d53a;
}
.agile__slides {
    align-items: normal;
}
.agile__slide {
}
.agile__dots {
    justify-content: center;
    width: 100%;

    li {
        margin: 0 12px;
    }
}*/
