.nav-main .dropdown-menu .dropdown-item {
    text-align: left;
}

#menu .btn-group .dropdown-menu li {
    text-align: left;
}

#menu .btn-li {
    text-align: left;
}

footer p {
    padding-left: 20px;
}

footer .title {
    text-align: left;
}

footer .title::before {
    left: -70px;
}

@media (max-width: 992px) {
    footer .title {
        text-align: left;
    }
}

@media (max-width: 769px) {
    footer .title {
        left: 15% !important;
    }
}

@media (max-width: 426px) {
    footer .title {
        left: 0% !important;
    }

    footer .title::before {
        left: -70px;
    }

    footer .title::after {
        right: -70px;
    }
}

#menu {
    transform: translate(-100%, 0);
}

#menuToggle {
    margin-left: 50px;
}

#menuToggle input {
    left: -5px;
}

.search input {
    left: 30px !important;
}

.search button {
    margin-left: 20px !important;
}

.sidebar-title, .category, .content-blog, .grid-item a, .tag-countainer, .blog-container, .t-2,
.question .title1, .question .title2, .question input, .question textarea, .accordion-button:not(.collapsed), .accordion-button, .card-example .card__follow .title, .card-example .card__follow .title {
    text-align: left;
}

.grid-item img, .sidebar-title, .grid-item a {
    float: left;
}

.Publisher.share {
    float: right;
}

.date {
    text-align: right;
}

.tag-list {
    margin-left: 10px;
}

.under-line-sidebar-title {
    left: 0;
}

.under-line-sidebar-title2 {
    left: 29px;
}

.accordion-button::before {
    margin-right: 10px !important;
}

.tabs label {
    margin-left: 0.2rem;
}

.question .col-border-right {
    border-left: 2px solid #ffffffb5;
    padding-left: 10px;
}

.lan {
    right: 50px;
}

html, html * {
    direction: ltr;
}