#allwhites_tc {
    margin-top: 10px;
    text-align: center;
}

#allwhites_tc a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

#allwhites_tc a:hover {
    opacity: 0.7;
}

.form_des_allwh {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 50%);
    border-radius: 15px;
    background-color: #fff;
    padding: 0.3rem 1rem;
    font-family: "OPPOSans-Ver2-Medium";
    width: 100%;
    box-sizing: border-box;
}

.form_des_allwh .modal-cell {
    margin-bottom: 14px;
}

.form_des_allwh .modal-cell:last-child {
    margin-bottom: 0;
}

.form_des_allwh input[type="file"] {
    padding: 6px;
    height: auto;
}

.pro_info_allwh {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: auto;
}

.pro_info_container {
    width: 100%;
    max-width: 760px;
}

input[name="website"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.icon-mutex {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
}

.icon-mutex .mutex-tip {
    display: none;
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    max-width: 280px;
    padding: 6px 10px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    font-style: normal;
    white-space: nowrap;
    z-index: 9999;
}

.icon-mutex:hover .mutex-tip {
    display: block;
}

.checkboxcontainer {
    margin-top: 0.3rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#poi {
    width: 0.3rem;
}

.checkboxcontainer input[type="checkbox"] {
    margin-top: 3px;
}

.checklablbox {
    font-size: 16px;
    line-height: 1.4;
}

#td_instruction {
    margin-top: 0.5rem;
    font-size: 16px;
}

.subutton {
    margin-top: 0.3rem;
    text-align: center;
}

#imeires {
    margin-left: 0.1rem;
}

.correct {
    color: green;
    font-weight: 600;
}

.correct:before {
    content: "\2714";
    color: #000;
    margin-right: 10px;
}

.imeifa {
    color: red;
    font-weight: 600;
}

.incorrect:before {
    content: "\2716";
    color: #b20610;
    margin-right: 10px;
}

.mx-auto {
    margin: auto;
    float: none;
    overflow: hidden;
}

.td-container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0.5rem auto;
}

.td-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.td-content {
    background-color: #0095cf;
    padding-bottom: 0.2rem;
    border: none;
    max-width: 860px;
    margin: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    flex: 0 0 100%;
}

.td-heade {
    border: none;
    background-color: unset;
    text-align: right !important;
    padding: 0.12rem 0.2rem;
    margin-bottom: 0;
}

.td-heade img {
    margin: 0 20px;
    width: auto;
}

.td_info_container {
    flex: 1 1 auto;
    padding: 0.2rem;
}

.text-center,
.text-center p {
    color: #fff;
    font-family: "Courier Pro";
    font-size: 22px;
}

.text-center {
    border: none;
    background-color: unset;
    text-align: center !important;
}

.text-center h2 {
    color: #fff;
    font-family: "Courier Pro";
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: -0.8px;
}

.scratch-body {
    padding: 0 1.92rem;
    margin-top: 0.5rem;
}

#js-container {
    position: relative;
    width: 100%;
    height: 1.27rem;
    background-color: #fff;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    user-select: none;
    border-radius: 10px;
}

.rounded h1 {
    font-size: 0.5rem;
}

.canvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.td-button {
    margin: 0.5rem auto 0;
    max-width: 860px;
    width: 100%;
    text-align: center !important;
    flex: 0 0 100%;
}

#tdCodeButton {
    margin: 0 0.32rem;
    color: #007dc5;
    background-color: #fff;
    border: 2px solid #007dc5;
    font-family: "OPPOSans-Ver2-Medium";
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.06rem 0.12rem;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 7px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#tdCodeButton:not(:disabled) {
    cursor: pointer;
}

#tdCodeButton:hover {
    color: #fff;
    background-color: #007dc5;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .td-content {
        max-width: 6.5rem;
    }

    .scratch-body {
        padding: 0 1rem;
    }
}

@media (max-width: 767.98px) {
    .td-content {
        max-width: 3rem;
    }

    .scratch-body {
        padding: 0;
    }

    .rounded h1 {
        font-size: 0.3rem;
    }
}

@media (max-width: 575.98px) {
    .text-center h2 {
        font-size: 35px;
    }
}
