.wfhd {
    /* max-width: 1982px; */
    /* position: sticky; */
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}

.text-disable {
    cursor: not-allowed;
    color: green;
}

.cursor-pointer {
    cursor: pointer;
}

.belumttd {
    background-color: #f9c9bf;
}

.u {
    text-decoration: underline;
}

.hover:hover {
    background-color: antiquewhite;
    border-radius: 5px;
    padding: 5px;
}

.kbw-signature {
    width: 100%;
    height: 200px;
}

#sig canvas {
    width: 100% !important;
    height: auto;
}

canvas#signature-pad {
    background: #fff;
    width: 100%;
    height: 100%;
    cursor: crosshair;
}

button#clear {
    height: 100%;
    background: red;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

button#clear span {
    transform: rotate(90deg);
    display: block;
}

.choices__inner {
    background-color: white !important;
}


.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    padding-top: 3px;
    user-select: none;
    transition: color 0.3s ease;
}

.custom-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid orangered;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked+label::before {
    background-color: orangered;
    border-color: orangered;
}

.custom-checkbox input[type="checkbox"]:checked+label::after {
    content: '✔';
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 16px;
    color: #fff;
    transition: all 0.2s ease;
}

/* Tambahan: Warna teks berubah saat dicentang */
.custom-checkbox input[type="checkbox"]:checked+label {
    color: orangered;
    font-weight: 600;
}

.form-section {
    margin-bottom: 20px;
}

.icon {
    font-size: 1.2rem;
    margin-right: 5px;
}

.form-check-label {
    font-weight: normal;
}

.form-line {
    border-bottom: 1px solid #000;
    width: 100%;
    height: 3.5em;
    display: inline-block;
}

.cetak {
    font-family: sans-serif;
    /* padding: 0px !important; */
    margin: 3% auto;
    /* min-width: 400px; */
    max-width: 600px;
    padding: 50px 50px 150px !important;
    font-size: 13px;
    background: whitesmoke;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
