* {
    border-radius: 0 !important;
}

.select2-selection{
    height: 36px!important;
    padding-top: 5px;
}

nav.navbar {
    border-radius: 0 !important;
}

.modal-full-width {
    max-width: 75%;
    margin: 0 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

/*button on article page*/
button.btn.btn-primary.btn-lg.btn-block {
    height: 52.56px;
    width: 100%;
}

.btn,.badge-lg {
    height: 36px;
}

.tag-article-search {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
    }

    table.responsive-table thead {
        display: none;
    }

    table.responsive-table,
    table.responsive-table tbody,
    table.responsive-table tr,
    table.responsive-table td {
        display: block;
        width: 100%;
    }

    table.responsive-table tr {
        margin-bottom: 1rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        padding: 0.5rem;
    }

    table.responsive-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    table.responsive-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 1rem;
        font-weight: bold;
        text-align: left;
    }
}

.autocomplete-results {
    position: absolute;
    border: 1px solid #ced4da;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
}
.autocomplete-item {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #e9ecef;
}