img.logo {
    margin: 0 auto;
}

.logo-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.form-container {
    max-width: 570px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 40px;
}

.form-container.used-item-container{
    max-width: 960px;
}

h1.form-title {
    color: #282828;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
}

p.form-subtitle {
    color: #4B5563;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}

.input-wrapper-text,
.input-wrapper-date,
.input-wrapper-select{
    position: relative;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.input-group input,
.input-group textarea,
.input-group input:focus,
.input-group select {
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: unset;
    padding: 21px 10px 7px;
    width: 100%;
    outline: 0px;
    line-height: 20px;
    height: 48px;
    font-size: 15px;
    color: #282828;
}

.input-group textarea{
    height: auto;
}

.input-group input[type="date"]{
    color: transparent;
}

.input-group input[type="date"]::-webkit-calendar-picker-indicator{
    margin-top: -14px;
}

.input-group input[type="date"]:focus,
.input-group input[type="date"]:not([value=""]){
    color: #282828;
}


.input-group select.input-select{
    padding-left: 6px;
}

.input-group select~.input-label{
    display: none;
}
.input-group select[data-selected=""]{
    padding: 10px 7px;
    height: 48px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.input-group input:not([value=""])~.input-label,
.input-group input:focus~.input-label,
.input-group textarea:not([value=""])~.input-label,
.input-group textarea:focus~.input-label {
    position: absolute;
    left: 10px;
    top: 7px;
    color: #4B5563;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    z-index: 0;
}

.input-group select:not([data-selected=""])~.input-label{
    display: block;
    position: absolute;
    left: 10px;
    top: 7px;
    color: #4B5563;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    z-index: 0;
}

.input-group .input-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #4B5563;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    z-index: -1;
}

button.btn-summit{
    border-radius: 4px;
    background: #000;
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 24px;
    line-height: 24px;
}
.form-group{
    margin-bottom: 4px;
}
.form-group-title{
    color: #282828;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 16px 0;
}

#error-input-file {
    color: #d8000c;
    background-color: #ffbaba;
    border: 1px solid #d8000c;
    padding: 10px;
    font-size: 14px;
    display: none;
    margin-top: 10px;
    border-radius: 5px;
}

.input-group.input-file-group {
    border: 1px solid #D1D5DB;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 20px;
}

.input-file-title{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05px;
    margin-bottom: 16px;
}

img.ktp-example{
    margin: 0 auto 16px;
}

span.label-input-file{
    color: #374151;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.05px;
    margin-bottom: 4px;
    display: block;
}

input#choose-file{
    display: none;
}

.upload-area{
    border-radius: 4px;
    border: 1px dashed #D0D9E0;
    background: #FAFBFC;
    padding: 16px;
    margin-bottom: 4px;
}

label#choose-file-label{
    cursor: pointer;
}

#choose-file-label img{
    margin: 0 auto;
}

.info-input-file{
    color: #4B5563;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.1px;
}

div#img-preview{
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

div#img-preview img{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    min-width: fit-content;
}

div#preview-area{
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

div#img-name{
    width: calc(100% - 76px);
    word-break: break-all;
}

div#reset-input-file{
    cursor: pointer;
}

#button-check-order,#button-check-warranty{
    padding: 8px 24px;
    border-radius: 4px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}

#button-check-order:disabled,#button-check-warranty:disabled{
    border-radius: 4px;
    background: #E5E7EB;
    color: #9CA3AF;
}

.loader.active {    
    background-color: #ffffff;
    background-image: url("../images/loader.gif");
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99;
    opacity: 0.5;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
}

.form-table th, .form-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.form-table th {
    background-color: #f2f2f2;
}

.form-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 25px;
}

.form-table input{
    border-radius: 4px;
    border: 1px solid #D1D5DB;
    background: unset;
    padding: 7px 10px 7px;
    width: 100%;
    outline: 0px;
    line-height: 20px;
    height: 48px;
    font-size: 15px;
    color: #282828;
}

button#addRow{
    border-radius: 4px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 25px;
}

button.remove-row{
    border-radius: 4px;
    background: #d11a2a;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 25px;
}

button.remove-row:disabled{
    opacity: 0.5;
}

.term-and-confition{
    margin-bottom: 25px;
}

.term-and-confition ol{
    list-style: auto;
    margin-left: 18px;
}

.term-and-confition ol.alpa{
    list-style: upper-alpha;
}

button.btn-summit:disabled{
    opacity: 0.5;
}

@media (min-width: 768px) {
    img.logo {
        width: 160px;
    }

    .logo-wrapper {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    .form-container {
        margin-bottom: 116px;
    }
}

@media (max-width: 767px) {

}