/* Retail ISC */
.page-h2 {
    text-align: left;
}
.retail-isc {
    display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
}

.retail-h2 {
    font-family: 'AdihausDIN';
    font-size: 22px;
    font-weight: bold;
    color: #414042;
    line-height: 23px;
    text-align: left;
    margin-top: 33px;
    margin-bottom: 28px;
}

.retail-button-tag {
    margin: 0 13px 41px 0;
}

.configure-title-isc {
    margin-bottom: 52px;
    margin-left: 40px;
}

.dropzone-head-isc {
    display: flex;
    align-items: center;
}

.dropzone-title-isc {
    color: #414042;
    font-family: 'AdihausDIN';
    font-size: 22px;
    font-weight: 500;
}

.dropzone-label-isc {
    margin-bottom: 0 !important;
}

.dropzone-info-isc {
    align-self: center;
    padding-left: 42px;
} 

.form-col-isc .control {
    max-width: 100%;
}

.bottom-margin {
    margin-bottom: 59px;
}

.mutants-table-isc thead {
    background-color: #c8c8c8;
}

.mutants-table-isc thead th {
    color: #6d7278;
    font-family: 'AdihausDIN';
    font-size: 17px;
}

.mutants-table-isc input {
    border: 1px solid #d8d8d8 !important;
}

.mutants-table-isc td {
    padding: 20px 0 !important;
}

.mutants-table-isc tr {
    border-bottom: solid 1px #e8e8e8;
}

.add-parts-btn {
    cursor: pointer;
}

.isc-table td {
    padding: 0 5px !important;
}

.isc-table td input, .mini-td {
    width: 50px !important;
    padding: 0 6px !important;
    text-align: center !important;
}

.add-part-container {
    text-align: right;
}

.add-parts-btn-isc span {
    padding: 2px 5px;
    background: #ffbb26;
    border-radius: 50%;
    color: #ffffff;
}