* {
    border-radius: 0 !important;
}

.badge {
    height: 36px !important;
    font-weight: 600 !important;
}

td.today {
    background: #cecece;
}

.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 {
    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;
    }
}

/*#todo-box {*/
/*    position: fixed;*/
/*    top: 190px;*/
/*    right: 0;*/
/*    z-index: 1000;*/
/*    margin: 1rem;*/
/*    width: 25%;*/
/*}*/

.autocomplete-dropdown {
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 1001;
    max-height: 150px;
    overflow-y: auto;
    width: calc(100% - 2px); /* Match input width */
}

.autocomplete-item {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    color: #333;
    text-decoration: none;
}

.autocomplete-item:hover {
    background-color: #f0f0f0;
}