.break-word {
    word-break: break-word;
}

[x-cloak] {
    display: none!important;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background: #E53636;
    border-radius: 50px;
}

.scroll-0::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@keyframes header {
    from {
        transform: translateY(-100%);
    } to {
        transform: translateY(0%);
    }
}

.swiper-grid-column > .swiper-wrapper {
    flex-flow: inherit!important;
    flex-wrap: wrap!important;
}
.alertify-notifier {
    z-index: 9999999 !important;
}