﻿table.confirm-status {
    table-layout: fixed;
}

    table.confirm-status tbody tr {
        background-color: #ffffff;
    }

    table.confirm-status thead tr th {
        border-bottom: 1px solid #111;
    }

    table.confirm-status tbody tr td {
        border: none;
    }

.step-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.step {
    text-align: center;
    position: relative;
    z-index: 1;
    width: -webkit-fill-available;
}

.step-card div#stepContainer,
.step-progress {
    max-width: 80%;
    margin: 0 auto;
}

.step:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #CB4725;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.step:last-child:after {
    content: none;
}

.step span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #CB4725;
    display: inline-block;
    color: #CB4725;
    font-weight: bold;
    background: #F5F5F5;
}

    .step span.completed,
    .step span.active {
        background: #CB4725;
        color: #fff;
    }

    .step span.completed {
        position: relative;
    }

        .step span.completed:before {
            content: "✓";
            background: #CB4725;
        }


.step.active span {
    background: #d2691e;
}

.step.completed span {
    background: #28a745;
}


.input-file-block {
    position: relative;
    width: 100%;
    border: 1px dashed;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    min-height: 80px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.schedule-box {
    padding: 10px;
    border-left: 2px solid #977E60;
    background: #fff;
    margin-bottom: 12px;
}

.qr-code {
    width: 160px;
    height: 160px;
    padding: 8px;
}

.selectiontd {
    vertical-align: middle;
}

.selection-row {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 20px;
}

.selection-table {
    width: 100%;
}

@media (max-width:768px) {
    table .confirm-status tr {
        white-space: nowrap;
    }

    table.confirm-status {
        table-layout: fixed;
        overflow-y: auto;
        display: block;
    }

    .step-card div#stepContainer,
    .step-progress {
        max-width: 100%;
        margin: 0 auto;
    }

    .top-login .search_button {
        float: unset !important;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: max-content;
        margin: 0 auto;
    }

    .login-form-wrapper {
        display: flex;
        flex-direction: column;
    }

    .login-form-right {
        width: 100% !important;
        padding: 0 !important;
        border: none !important;
        margin: 0 !important;
    }

    .login-form-left {
        width: 100% !important;
    }

    body:has(.login-form-wrapper) .header-div {
        flex-direction: column;
        align-items: flex-start;
    }

    body:has(.login-form-wrapper) {
        min-width: unset;
    }

        body:has(.login-form-wrapper) #content,
        body:has(.login-form-wrapper) .whiteblock,
        body:has(.login-form-wrapper) .container_12,
        body:has(.login-form-wrapper) .container_12 .grid_12,
        body:has(.login-form-wrapper) footer,
        body:has(.login-form-wrapper) header {
            width: auto !important;
        }

    .top-login a {
        white-space: nowrap;
    }
}
.handling-block-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    cursor: pointer;
}

#imagePreviewModal #previewImage {
    display: block;
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.top-login a {
    white-space: nowrap;
}