.apt-card {
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.chart-box {

    height: 100px;
    background-color: #eef0f3;
    border-radius: 5px;
    padding: 10px;
}

.apt-info {
    flex-grow: 1;
}

.apt-name {
    font-size: 16px;
    font-weight: bold;
}

.apt-price {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.small-text {
    padding-top: 2px;
    font-size: 15px;
    color: #000000;
}

.price-change {
    font-size: 14px;
    font-weight: bold;
}

.increase {
    font-size: 16px;
    color: #e84242;
}

.decrease {
    font-size: 20px;
    color: #0fa401;
}

.apt-address {
    color: #000 !important;
    font-size: 18px;
}

.bg-type-map-01{
    padding:30px;
    background: url(/img/zipall/main_bg_01.png);
    background-size: initial
}

.bbs_content {
    /*background-color: #cc0000;*/
    min-height: 300px;
    vertical-align: top;
}

.bbs_content img {
    max-width: 100%;
}

.tb-notice{
    background:#f2f2f2 !important;
}









.dropdown-menu {
    min-width: 250px;
    padding: 10px;
}

.dropdown-menu label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    width: 45%;
}

.dropdown-menu input[type="checkbox"] {
    margin-right: 8px;
}

.dropdown-toggle.collapsed::after {
    content: "▲";
}

.close-dropdown {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.close-dropdown:hover {
    color: #333;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.toggle-unit {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 10px;
    cursor: pointer;
    font-size: 14px;
}

.toggle-unit.active {
    background-color: #007bff;
    color: white;
}

.icon-btn {
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
}

.chart-container2 {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.table-custom {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    font-size: 16px;
}

.table-custom th,
.table-custom td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.table-custom th {
    background-color: #f8f9fa;
    font-weight: bold;
    width: 40%;
}

.table-custom td {
    text-align: right;
    color: #333;
}

.highlight-price {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.increase1 {
    color: #e24747 !important;
    font-weight: bold;
}

.decrease1 {
    color: #2575ff !important;
    font-weight: bold;
}