
/**English**/

.lang-ltr
.btn-toolbar.float-lg-right
.show > .dropdown-menu { 
    right: 0px;
    left: auto !important;
} 


/*Responsive*/
@media(max-width:1440px) {
    .h4, h4 {
        font-size: 1.3rem;
    }   
    .rating-holder .vue-star-rating { 
        transform: scale(.9);
    }
}



.app-recommended {
    position: fixed;
    z-index: 999998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgb(255 255 255 / 85%); 
}

@media(max-width:750px) {
    .app-recommended { 
        display: block !important;
    }
}

@media(max-width:1024px) {
    .app-recommended { 
        display: block !important;
    }
    div#voteResult {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        overflow: auto !important;
    }
    .col-3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

