#main .hchq-rmtodo .helper-text.required::after {
    font-size: 85%;
}

.hchq-rmtodo input[type="date"],
.hchq-rmtodo input[type="datetime-local"] {
    -webkit-appearance: none;
    appearance: none;
    min-width: 180px;
}

.hchq-rmtodo input[type="date"]::-webkit-date-and-time-value,
.hchq-rmtodo input[type="datetime-local"]::-webkit-date-and-time-value {
    text-align: left;
}

.hchq-rmtodo .btn-outline-primary {
    background-color: #ffffff;
}

.hchq-rmtodo .btn-outline-primary:hover {
    background-color: var(--primary);
}

.hchq-rmtodo .btn-outline-primary.disabled,
.hchq-rmtodo .btn-outline-primary:disabled {
    background-color: #ffffff;
}

.hchq-rmtodo .btn-outline-danger {
    background-color: #ffffff;
}

.hchq-rmtodo .btn-outline-danger:hover {
    background-color: var(--danger);
}

.hchq-rmtodo .btn-outline-danger.disabled,
.hchq-rmtodo .btn-outline-danger:disabled {
    background-color: #ffffff;
}

.hchq-rmtodo .data-list,
.hchq-rmtodo .severity-title {
    font-size: 0.9rem;
}

.hchq-rmtodo .tab-content-panel {
    border-radius: 5px;
    background-color: #f3f3f3;
    position: relative;
}

.hchq-rmtodo .tab-panel .nav-link {
    background-color: transparent;
    color: #248484;
    font-size: 0.9rem;
    text-decoration: none;
}

.hchq-rmtodo .tab-panel .nav-link.active {
    background-color: #248484;
    color: #fff;
}

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

.hchq-rmtodo 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-rmtodo details summary::before {
    font-family: "Font Awesome 5 Free";
    content: "\f055";
    margin-right: 0.4rem;
    font-weight: bold;
}

.hchq-rmtodo details[open] summary::before {
    content: "\f056";
}

.hchq-rmtodo .table-filter-wrapper {
    background-color: #f3f3f3;
    border-top: 5px solid var(--primary);
    overflow-x: auto;
}

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

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

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

.hchq-rmtodo .progress-list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
}

.hchq-rmtodo .progress-list li {
    color: #b2b2b2;
    list-style-type: none;
    position: relative;
    text-align: center;
    width: 100%;
}

.hchq-rmtodo .progress-list li:before {
    background-color: #b2b2b2;
    border-radius: 50%;
    content: "";
    display: block;
    height: 18px;
    margin: 4px auto 4px auto;
    position: relative;
    width: 18px;
    z-index: 3;
}

.hchq-rmtodo .progress-list li:after {
    background-color: #b2b2b2;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: 0;
}

.hchq-rmtodo .progress-list li:first-child:after {
    content: none;
}

.hchq-rmtodo .progress-list li.active {
    color: var(--primary);
    z-index: 1;
}

.hchq-rmtodo .progress-list li.active:before {
    background-color: var(--primary);
}

.hchq-rmtodo .progress-list li.active:after {
    background-color: var(--primary);
}

.hchq-rmtodo .progress-list ul {
    margin: 2px 0 !important;
}

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

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

.hchq-rmtodo .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-rmtodo .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-rmtodo .custom-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 150, 150, 0.5);
}

.hchq-rmtodo .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-rmtodo .custom-checkbox.check-disabled {
    opacity: 0.5;
}

.hchq-rmtodo .custom-checkbox.check-disabled input[type="checkbox"] + label,
.hchq-rmtodo .check-disabled label::before,
.hchq-rmtodo .check-disabled label::after {
    cursor: default;
}

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

.hchq-rmtodo .radio-label::before,
.hchq-rmtodo .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-rmtodo .radio-label::after {
    opacity: 0;
    height: 14px;
    width: 14px;
    left: 5px;
}

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

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

.hchq-rmtodo .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-rmtodo .radio-circle-button:disabled + label {
    opacity: 0.5;
    cursor: default;
}

.hchq-rmtodo .col-truncate-normal {
    max-width: 0;
}

.hchq-rmtodo .search-area {
    background-color: #f3f3f3;
    border-top: 5px solid #2a6e6b;
    width: 100%;
}

.hchq-rmtodo .repair-task-label {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #248484;
    border-radius: 0.25rem;
    color: #248484;
    display: inline-block;
    flex-flow: column;
    font-size: 1rem;
    justify-content: center;
    min-width: 34px;
    overflow-wrap: break-word;
    padding: 0.375rem 0.75rem;
    word-break: break-word;
	vertical-align: top;
}

.hchq-rmtodo .repair-place {
    background-color: var(--primary);
    border: solid 1px var(--primary);
    color: #ffffff;
    cursor: default;
    display: inline-block;
    list-style: none;
    margin: 5px;
    min-width: 60px;
    overflow-wrap: break-word;
    padding: 5px 10px;
    text-align: center;
    word-break: break-word;
}

.hchq-rmtodo pre.textarea {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 4px;
    color: #495057;
    font: inherit;
    min-height: 38px;
    padding: 6px 12px;
    width: 100%;
    word-break: break-all;
}

.hchq-rmtodo td.revision-history pre {
    white-space: pre-wrap;
}

.hchq-rmtodo td.revision-history details {
    margin-left: -15px;
    margin-right: -15px;
}

.hchq-rmtodo td.revision-history details summary {
    color: #495057;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 0rem;
}

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

.hchq-rmtodo td.revision-history details summary::before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin-right: 0.4rem;
}

.hchq-rmtodo td.revision-history details[open] summary::before {
    content: "\f056";
}

.hchq-rmtodo .task-revision-history .image-panel {
    cursor: default;
}

.hchq-rmtodo .task-revision-history .image-panel.deleted {
    align-items: center;
    justify-content: center;
}

.hchq-rmtodo .task-revision-history .image-item .file-name {
    font-size: 65%;
}

.hchq-rmtodo .task-image-file-wrapper {
    border: solid 1px #ced4da;
    border-radius: 0.25rem;
    box-sizing: content-box;
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    max-width: 350px;
    min-width: 290px;
    padding: 0.5rem;
    width: 100%;
}

.hchq-rmtodo .task-image-file-wrapper .task-image-file img {
    height: 300px;
    object-fit: scale-down;
    width: 300px;
}

.hchq-rmtodo .task-voice-file-wrapper {
    border: solid 1px #ced4da;
    border-radius: 0.25rem;
    box-sizing: content-box;
    display: inline-block;
    margin: 0.5rem 0.5rem 0.5rem 0;
    max-width: 350px;
    min-width: 290px;
    padding: 0.5rem;
    width: 100%;
}

.hchq-rmtodo .search-item-title {
    font-size: 0.9rem;
}

.hchq-rmtodo .label-image-panel,
.hchq-rmtodo .label-video-panel {
    background-color: #fff;
}

.hchq-rmtodo .label-image-panel,
.hchq-rmtodo .label-video-panel,
.hchq-rmtodo div.image-panel,
.hchq-rmtodo div.video-panel {
    height: 140px;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    width: 140px;
}

.hchq-rmtodo .label-image-panel,
.hchq-rmtodo .label-video-panel {
    border: solid 1px var(--primary-color);
    border-radius: 0.25rem;
    color: var(--primary-color);
}

.hchq-rmtodo .image-panel,
.hchq-rmtodo .video-panel {
    background-color: var(--dark);
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.hchq-rmtodo .image-panel img,
.hchq-rmtodo .video-panel video {
    border-radius: 0.25rem;
    height: 140px;
    object-fit: scale-down;
    width: 100%;
}

.hchq-rmtodo .image-panel .btn-download {
    bottom: 3px;
    color: #fff;
    position: absolute;
    left: 3px;
}

.hchq-rmtodo .image-panel .comment,
.hchq-rmtodo .video-panel .comment {
    background-color: var(--dark);
    border-radius: 0.25rem 0 0 0;
    color: #fff;
    font-size: 0.8rem;
    left: 0;
    padding: 1px 4px;
    position: absolute;
    text-align: left;
    top: 0;
    max-width: 100%;
}

.hchq-rmtodo .repair-task-image-dialog .task-image-file img,
.hchq-rmtodo .repair-task-video-dialog .task-video-file video {
    max-width: 100%;
    object-fit: scale-down;
}

.hchq-rmtodo .pdf-viewer {
    background-color: #333333;
    display: block;
}

.hchq-rmtodo .pdf-viewer .btn-file-content-close {
    color: white;
    cursor: pointer;
    font-size: 2.8rem;
    padding: 0.2rem 0.5rem;
}

.hchq-rmtodo .pdf-viewer .file-content {
    background-color: #333333;
    height: calc(100vh - 48px);
    height: calc(var(--vh, 1vh) * 100 - 48px);
    left: 0;
    position: absolute;
    top: 48px;
    width: 100%;
}

.hchq-rmtodo .mention-user {
    background-color: var(--secondary);
    border: 1px solid #ced4da;
    border-radius: 1.2rem;
    cursor: default;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
    overflow-wrap: break-word;
    padding: 0.3rem 0.6rem;
    word-break: break-word;
}

.hchq-rmtodo .reapir-task-status-selection .btn-current-status,
.hchq-rmtodo .reapir-task-status-selection .past-status,
.hchq-rmtodo .reapir-task-status-selection .btn-status {
    border: 1px solid #ced4da;
}

.hchq-rmtodo .reapir-task-status-selection .btn-current-status i {
    padding: 5px 5px 5px 10px;
    right: 0;
    top: 5px;
    z-index: 100;
}

.hchq-rmtodo .reapir-task-status-selection .parent-btn-current-status,
.hchq-rmtodo .reapir-task-status-selection .parent-past-status,
.hchq-rmtodo .reapir-task-status-selection .parent-btn-status {
    flex-grow: 1;
}

.hchq-rmtodo .reapir-task-status-selection .past-status-date {
    padding-left: 1.5rem;
    width: 140px;
}

@media screen and (max-width: 575.98px) {
    .hchq-rmtodo .reapir-task-status-selection .past-status-date {
        padding-left: 0.25rem;
        padding-top: 0;
    }
}

.hchq-rmtodo .repair-task-update-dialog .important-input-area {
    background-color: #f2eae6;
}

.hchq-rmtodo .aa-cmp-tabcontrol {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    height: calc(var(--vh, 1vh) * 100 - 80px);
}

.hchq-rmtodo .aa-cmp-tabcontrol .aa-cmp-tabpanel {
    flex-grow: 1;
    overflow: hidden;
}

@media screen and (max-width: 575.98px) {
    .hchq-rmtodo .aa-cmp-tabcontrol {
        height: calc(100vh - 80px - var(--mobile-header-height));
        height: calc(var(--vh, 1vh) * 100 - 80px - var(--mobile-header-height));
    }
}

#hchq-rmtodo-repairtasklist-repairtasklist .summary-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#hchq-rmtodo-repairtasklist-repairtasklist .summary-buttons button {
    flex: 1 1 125px;
    min-width: 125px;
    padding: 4px 2px 2px 2px;
}

#hchq-rmtodo-repairtasklist-repairtasklist .summary-buttons button .title {
    font-size: 0.9rem;
    height: 1rem;
}

#hchq-rmtodo-repairtasklist-repairtasklist .summary-buttons button .number {
    display: inline-block;
    font-size: 1.6rem;
    height: 1rem;
}

#hchq-rmtodo-repairtasklist-repairtasklist .repair-task-cards .card,
#hchq-rmtodo-repairtasksearch-repairtasksearch .repair-task-cards .card {
    max-width: 282px;
    min-width: 282px;
    font-size: 0.75rem;
    margin-bottom: 15px;
    text-align: center;
    width: 282px;
}

#hchq-rmtodo-repairtasklist-repairtasklist .repair-task-image img,
#hchq-rmtodo-repairtasksearch-repairtasksearch .repair-task-image img {
    height: 200px;
    object-fit: scale-down;
    width: 200px;
}

#hchq-rmtodo-approval-approvallist .approval-application-dialog .custom-col,
#hchq-rmtodo-approval-approvallist .done-approval-application-dialog .custom-col {
    max-width: 180px;
}

#hchq-rmtodo-approval-approvallist .pending i {
    font-size: 1.6rem;
}

#hchq-rmtodo-approval-approvallist .due-date i {
    font-size: 1.4rem;
}

#hchq-rmtodo-top-headquarterstoptasklist .location,
#hchq-rmtodo-top-headquarterstoptasklist .display-type {
    background-color: #f3f3f3;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    padding: 0.5rem 0.8rem;
}

#hchq-rmtodo-setting-setting .commonsettingpanel,
#hchq-rmtodo-setting-setting .repairtasksettingpanel {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#hchq-rmtodo-setting-setting table .align-top .custom-checkbox input[type="checkbox"] + label::before,
#hchq-rmtodo-setting-setting table .align-top.custom-checkbox input[type="checkbox"]:checked + label::before {
    top: -2px;
}

#hchq-rmtodo-setting-setting table .align-top .custom-checkbox input[type="checkbox"]:checked + label::after {
    top: 3px;
}

#hchq-rmtodo-setting-setting .setting-header {
    font-weight: bold;
    font-size: 1.2rem;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table-wrapper {
    max-height: calc(100vh - 150px);
    max-height: calc(var(--vh, 1vh) * 100 - 150px);
    overflow: auto;
}

@media screen and (max-width: 575.98px) {
    #hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table-wrapper {
        max-height: calc(100vh - 150px - var(--mobile-header-height));
        max-height: calc(var(--vh, 1vh) * 100 - 150px - var(--mobile-header-height));
    }
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th {
    background-color: #e9ecef;
    font-size: 1rem;
    font-weight: normal;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th {
    min-width: 4rem;
    text-align: center;
    width: 4rem;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:nth-child(2) th {
    top: 36px;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th:after,
#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table th:before {
    content: "";
    position: absolute;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th:before {
    border-left: 1px solid #dee2e6;
    bottom: 0;
    left: -1px;
    top: 0;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th:after {
    border-right: 1px solid #dee2e6;
    bottom: 0;
    right: -1px;
    top: 0;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th:before {
    border-top: 1px solid #dee2e6;
    left: 0;
    right: 0;
    top: -1px;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th:after {
    border-bottom: 1px solid #dee2e6;
    bottom: -1px;
    left: 0;
    right: 0;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type {
    z-index: 2;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:before,
#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:before {
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    left: -1px;
    top: -1px;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead tr:first-of-type th:first-of-type:after {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    bottom: -1px;
    right: -1px;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table thead th span {
    display: inline-block;
    height: 150px;
    max-height: 150px;
    max-width: 2.7rem;
    overflow: hidden;
    text-align: left;
    text-orientation: upright;
    word-break: break-all;
    writing-mode: vertical-rl;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th {
    height: 2rem;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    word-break: break-all;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody tr:nth-of-type(even) th:nth-child(1) {
    background-color: #fff;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table tbody th > div {
    max-height: 7.2rem;
    overflow: hidden;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td:nth-child(n + 2) {
    height: 2rem;
    min-width: 4rem;
    text-align: center;
    vertical-align: middle;
    width: 4rem;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::before {
    left: -2rem;
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .status-flow-table td div.custom-switch .custom-control-label::after {
    left: calc(-2rem + 2px);
}

#hchq-rmtodo-setting-repairtaskstatusflowsetting .repairtaskstatusflow-view .status-flow-table td {
    color: var(--primary);
    font-size: 1.3rem;
}
