[v-cloak] { 
    display: none
}

.fade-enter-active {
    transition: opacity 2s;
}

.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

/*#region TOASTR */
#toast-container {
    padding-top: 20px !important;
}

#toast-container > div {
    opacity:1;
}
/*#endregion*/

/*#region blockUI */
.blockUI.blockOverlay {
    z-index: 100000 !important;
}

.blockUI.blockMsg {
    z-index: 101000 !important;
}
/*#endregion*/

/* MENU BOTTOM */
.menu-bottom a {
    color: #f8f9fa;
    text-decoration: none;
}

.menu-bottom a:hover {
    color: #19bb99;
}

.menu-bottom a.active {
    color: #19bb99;
}

.menu-bottom .content {
    line-height: 1rem;
}

.menu-bottom .icon i {
    font-size: 20px;
}

.menu-bottom h4 {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .menu-bottom .icon i,
    .menu-bottom .icon i.fa-location-dot {
        font-size: 20px;
    }

    .menu-bottom h4 {
        font-size: 16px;
    }
}

/* END MENU BOTTOM */