﻿.z-index-100 {
    z-index: 100;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-column{
    display: flex;
    flex-direction: column;
}


.text-right {
    text-align: right !important;
}

.text-left{
    text-align: left !important;
}

.text-center{
    text-align: center !important;
}
@media (min-width: 990px){
    .dropdown-menu-right {
        position: absolute;
        transform: translate3d(-100px, 0px, 0px);
        top: 0px;
        left: 0px;
        will-change: transform;
    }
}
