.hchq-lstsrch .custom-checkbox input[type="checkbox"] {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"] + label.disabled {
    cursor: auto;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"] + label::before {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hchq-lstsrch th .custom-checkbox input[type="checkbox"] + label::before,
.hchq-lstsrch td .custom-checkbox input[type="checkbox"] + label::before {
    top: -8px;
}

.hchq-lstsrch th.align-top .custom-checkbox input[type="checkbox"] + label::before,
.hchq-lstsrch td.align-top .custom-checkbox input[type="checkbox"] + label::before {
    top: 0;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 24px;
}

.hchq-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label::before,
.hchq-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: -8px;
}

.hchq-lstsrch th.align-top .custom-checkbox input[type="checkbox"]:checked + label::before,
.hchq-lstsrch td.align-top .custom-checkbox input[type="checkbox"]:checked + label::before {
    top: 0;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"]:checked + label::after {
    border-color: white;
    border-style: solid;
    border-width: 0 0 3px 3px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 5px;
    position: absolute;
    top: 2px;
    transform: rotate(-45deg);
    width: 14px;
}

.hchq-lstsrch th .custom-checkbox input[type="checkbox"]:checked + label::after,
.hchq-lstsrch td .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: -4px;
}

.hchq-lstsrch th.align-top .custom-checkbox input[type="checkbox"]:checked + label::after,
.hchq-lstsrch td.align-top .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 4px;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"]:checked:disabled + label::before {
    opacity: 0.5;
}

.hchq-lstsrch .custom-checkbox.check-disabled {
    opacity: 0.5;
}

.hchq-lstsrch .custom-checkbox input[type="checkbox"]:disabled + label::before {
    opacity: 0.5;
    cursor: default;
}

.hchq-lstsrch .radio-circle-button {
    clip-path: inset(100%);
    pointer-events: none;
    position: absolute;
}

.hchq-lstsrch .radio-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    margin-bottom: 0;
}

.hchq-lstsrch .radio-label::before,
.hchq-lstsrch .radio-label::after {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background-color: #ffffff;
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 24px;
}

.hchq-lstsrch td .radio-label::before,
.hchq-lstsrch td .radio-label::after {
    top: -8px;
}

.hchq-lstsrch .radio-label::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}

.hchq-lstsrch .radio-circle-button:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hchq-lstsrch .radio-circle-button:checked + .radio-label::after {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 16px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 16px;
    opacity: 1;
}

.hchq-lstsrch td .radio-circle-button:checked + .radio-label::after {
    top: -4px;
}

.hchq-lstsrch .radio-circle-button:disabled + label {
    opacity: .35;
    cursor: default;
}

.hchq-lstsrch-headquarters .team-cards .team-card {
    border-radius: 10px;
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 15px;
    padding: 0.4rem;
}

.hchq-lstsrch-headquarters .lost-object-cards .lost-object-card {
    min-width: 282px;
    max-width: 282px;
    margin-bottom: 15px;
}

.hchq-lstsrch-headquarters .lost-object-cards .card {
    width: 282px;
    text-align: center;
    font-size: 0.75rem;
}

.hchq-lstsrch-headquarters .lost-object-cards .card .status {
    font-size: 0.9rem;
    font-weight: bold;
}

.hchq-lstsrch-headquarters .lost-object-cards .card .attention {
    background-color: rgba(255, 0, 0, 0.2);
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail .item-title {
    min-width: 200px;
    width: 200px;
    padding-left: 15px;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail .item-value {
    background-color: #f3f3f3;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail .lost-item-photo img {
    object-fit: scale-down;
    width: 200px;
    height: 200px;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail details summary {
    list-style: none;
    cursor: pointer;
    padding: 0.4rem;
    color: #495057;
    font-size: 1.25rem;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail details summary::-webkit-details-marker {
    display: none;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail details summary:focus-visible {
    color: #495057;
    background-color: #fff;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail details summary::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
}

.hchq-lstsrch-headquarters-cmp-lostitemdetail details[open] summary::before {
    content: '\f056';
}

.hchq-lstsrch-lostitemsetting table.table-monospaced {
    table-layout: fixed;
}

.hchq-lstsrch-lostitemsetting details summary {
    list-style: none;
    cursor: pointer;
    padding: 0.4rem;
    color: #495057;
    font-size: 1.2rem;
}

.hchq-lstsrch-lostitemsetting details summary::-webkit-details-marker {
    display: none;
}

.hchq-lstsrch-lostitemsetting details summary:focus-visible {
    color: #495057;
    border-color: #56d1d1;
    border-radius: 0.25rem;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(36 132 132 / 25%);
}

.hchq-lstsrch-lostitemsetting details summary::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f055';
    margin-right: 0.4rem;
    font-weight: bold;
}

.hchq-lstsrch-lostitemsetting details[open] summary::before {
    content: '\f056';
}

.hchq-lstsrch-lostitemsetting table.table-monospaced {
    table-layout: fixed;
}

.hchq-lstsrch-lostitemsetting .check-disabled label::before,
.hchq-lstsrch-lostitemsetting .check-disabled label::after,
.hchq-lstsrch-lostitemsetting .radio-circle-button:disabled + label {
    cursor: default;
}

.hchq-lstsrch-lostitemsetting .enable-area,
.hchq-lstsrch-lostitemsetting .isclear-area {
    display: inline-block;
    background-color: #e9ecef;
    border-radius: 0.4rem;
    padding: 0.4rem 1rem;
}

.hchq-lstsrch-storebrowser .table-filter-wrapper {
    background-color: #f3f3f3;
    border-top: 5px solid #248484;
    overflow-x: auto;
}

.hchq-lstsrch-storebrowser .table-filter {
    display: flex;
    padding: 0.5rem;
}

.hchq-lstsrch-storebrowser .table-filter .filter-item {
    margin-right: 0.5rem;
}

.hchq-lstsrch-storebrowser .table-filter .filter-item .filter-item-title {
    font-size: 0.9rem;
}

.hchq-lstsrch-storebrowser .extendedtable .extendedtableheader.sortable {
    cursor: pointer;
}
