#property_districtdiv {
    .postbox-header {
        h2 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
    }
    .inside {
        display: flex;
        max-height: 500px;

        #custom_display_subdistricts,
        #custom_display_districts {
            width: 50%;
            overflow: auto;
            .custom_tax {
                display: flex;
                align-items: center;
                justify-content: center;
                &:hover {
                    background-color: #dbf6ff;
                }
                &.active {
                    background-color: #95e5ff !important;
                }
                input {
                    /* pointer-events: none; */
                }
                
                p {
                    font-size: 18px;
                }
            }
        }
    }
}