    /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: rgba(155,150,156,0.3)
  }

.scrollbar-container, .scrollbar-sidebar {
    overflow: auto !important;
}

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: rgba(155,150,156,0.3);
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  
.blockUI.blockMsg.blockPage {
    background: transparent !important;
    border: none !important;
    z-index: 2500 !important;
}

.blockUI.blockOverlay {
    z-index: 2400 !important;
}

.blockPage {
    left: 50% !important;
    top: 50% !important;
    z-index: 66;
}

div#vvveb-builder {
    width: 100% !important;
    height: 100% !important;
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    background: #fff;
}

.app-page-title {
    padding: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    margin: -30px -30px 10px !important;
    position: relative;
}

button#launchPhone {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 200;
}

.modal-xxl{
    width: 80% !important;
}

.slick-slider .slide-img-bg {
    opacity: unset !important;
}


/*  ul.blocks-list.clearfix {
    height: 100% !important;
}

ul.components-list.clearfix {
    height: 100% !important;
} */

@media only screen and (max-width: 768px) {
    .fc .fc-button {
        padding: .3em .3em !important;
        font-size: 0.8em !important;
        line-height: 1.5 !important;
        border-radius: .25em;
    }
    .app-drawer-wrapper {
        width: 100% !important;
    }
    .fc .fc-toolbar-title {
        font-size: 1.35em !important;
        margin: 0;
    }
    .app-header__logo .logo-src {
        height: unset !important;
        width: unset !important;
        background: unset !important;
        display: block;
    }
    .app-header__logo {
        display: block !important;
        padding-top: 8px;
    }
    .header__pane.ml-auto {
        display: none;
    }
}

.app-header__logo .logo-src {
    height: unset !important;
    width: unset !important;
    background: unset !important;
    display: block;
}

a.dropdown-item i {
    margin-right: 10px;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    left: -90px !important;
    font-size: .6819rem !important;
}

h3>span.small {
    font-size: 0.8em !important;
    font-weight: 300;
}

.col-equal-height>[class*='col-'] {
    display: grid;
    flex-direction: column;
}

.text-space{
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
}

.fc-event {
    background-color: unset ;
}

.ui-dialog { 
    z-index: 10000 !important ;
}