.job-form .App {
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 2px;
}

.job-form .App-logo {
    height: 40vmin;
    pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
    .job-form .App-logo {
        animation: App-logo-spin infinite 20s linear;
    }
}

.job-form .App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.job-form .App-link {
    color: #61dafb;
}

@keyframes App-logo-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.job-form h2 {
    background-color: rgb(138, 181, 255);
    height: 50px;
    justify-content: center;

}

.job-form .service {
    width: 100%;
}

.job-form .service,
.job-form tr,
.job-form td,
.job-form th {
    border: 2px solid rgb(77, 26, 102);
    margin-bottom: 20px;
    height: 30px;
    border-collapse: collapse;
    padding-left: 10px;
}

.job-form .cliend {
    border: 2px solid rgb(77, 26, 102);
    padding: 10px;
    border-collapse: collapse;
    width: 100%;
    height: 130px;

    border-collapse: collapse;

}

.job-form .tank {
    border: 2px solid rgb(77, 26, 102);
    padding: 10px;
    margin-top: 20px;
    border-collapse: collapse;
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    height: 200px;

}

.job-form .detergent {
    border: 2px solid rgb(77, 26, 102);
    padding: 10px;
    border-collapse: collapse;
    width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 20px;
}

.job-form .display {
    display: flex;
}

.job-form .Remark {
    width: 100%;
    border: 2px solid rgb(77, 26, 102);
    margin-top: 20px;
    text-align: left;
    border-collapse: collapse;
}

.job-form .complete {
    width: 100%;
    border: 2px solid rgb(77, 26, 102);
    margin-top: 20px;
    text-align: center;

    border-collapse: collapse;
}

.job-form .checkbox {
    border: 2px solid rgb(77, 26, 102);
    width: 100%;
    text-align: left;
    margin-top: 20px;
    border-collapse: collapse;

}

.job-form .button {
    margin-top: 20px;
    background-color: rgb(138, 181, 255);
    width: 200px;
    height: 40px;
    font-size: 20px;
    color: aliceblue;
}

.job-form input {
    width: 100px;
}

.job-form th {
    background-color: rgb(138, 181, 255);
    color: aliceblue;
    width: 25%;
}

.job-form .job {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    height: 50px;

}

.job-form .print {
    justify-content: right;
}

.job-form .image {
    display: flex;
    justify-content: space-between;
}

.job-form .image1 {
    display: flex;


}

.job-form h3 {
    margin-left: 33%;

}

.job-form .content {
    text-align: right;
    margin-right: 35px;
    font-size: 20px;
}

.job-form .to {
    text-align: left;
    margin-left: 10px;
}

.job-form p {
    text-align: left;
    font-size: 12px;
}

.job-form .body {
    margin: 10px;

}

.job-form .please {
    text-align: left;
    font-size: 25px;
}

.job-form .clarification {
    text-align: center;
    font-size: 15px;
}

.job-form .save {
    margin-top: 10px;
    background-color: rgb(138, 181, 255);
    width: 100px;
    height: 40px;
    border-radius: 10px;
}

.job-form .num {
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
    display: inherit;

}

.job-form .con {
    text-align: right;
}

.job-form .equal-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}