.badge-circle {
    background-color: #dc3545;
    color: white;
    font-size: 14px;
    padding: 0;
    border-radius: 50%;
    min-width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 12px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #c82333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.typeahead {
    margin-top: 40px;
    padding: 10px;
}

.typeahead.dropdown-menu {
    height: auto
}

#search-job-box .typeahead.dropdown-menu {
    height: auto;
    width: 100%;
}

#search-job-box #myInput-m+.typeahead.dropdown-menu {
    margin-top: 120px;
    width: 100%;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
}

/* ซ่อน checkbox ดั้งเดิม */
input[type="checkbox"] {
  display: none;
}

.other_list{
    display: inline-block !important;
}

@media (min-width: 992px) {
    #search-job-box .dropdown-menu.ddm-industry {
        width: 480px;
    }

    #search-job-box .dropdown-menu.jobs-menu {
        width: 430px;
    }
}