.mm-job-list-filters form {
    display: flex !important;
    align-items: center !important;
}

.mm-job-list-filters form input {
    border: none !important;
    width: 150px !important;
    height: 45px !important;
}

.mm-job-list-filters form label {
    font-weight: 600 !important;
}

.mm-job-list-filters form input:focus-visible {
    outline: none !important;
}

.filter-button,
#update-progress-button,
#add-note-button {
    background: #e1dada !important;
    color: #000 !important;
    border: none !important;
    height: 40px;
    padding: 0 1rem;
}

.mm-job-list-header,
.mm-popup-header,
.job-notes-comments-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.mm-job-list-header,
.mm-search-filter,
.mm-job-list,
.wrap {
    max-width: 1300px !important;
}

.mm-job-list table,
.wrap table {
    width: 100% !important;
}

.wrap.mm-job-detail-popup {
    position: fixed !important;
    width: 100% !important;
    height: 100vh !important;
    background: #00000080 !important;
    left: 0 !important;
    top: 0 !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2 !important;
    max-width: 100%;
}

.mm-job-detail {
    background-color: #fff !important;
    border-radius: 2rem !important;
    padding: 2rem !important;
    max-width: 1000px !important;
    width: 100% !important;
}

.mm-cross-popup-button {
    position: absolute !important;
    top: 5rem !important;
    right: 5rem !important;
}

.mm-cross-popup-button {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer !important;
}

.technician-notes span {
    margin: 0 !important;
    margin-bottom: 1rem !important;
    background: #fff !important;
    padding: 12px !important;
    box-shadow: 0 0 17px 5px #0000000a !important;
    display: block !important;
    border-radius: 5px !important;
}

.technician-notes p {
    margin-bottom: 5px !important;
    font-size: 12px !important;
}

.job-notes-comments-box {
    margin: 1rem 0 !important;
    gap: 2rem !important;
}

.job-notes-comments-box textarea {
    height: 40px !important;
    border: none !important;
    background: #fff !important;
    box-shadow: 0 0 17px 5px #0000000a !important;
    width: 100% !important;
}

.jobs-progress {
    display: flex !important;
    align-items: flex-end !important;
    gap: 2rem !important;
}


.list-action-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.manage-order-form-btn {
    cursor: pointer;
    border: none !important;
    background: #000 !important;
    color: white !important;
    padding: .5rem 1rem !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}

.mm-order-part-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mm-manage-parts-field input,
.mm-manage-parts-field textarea {
    border: none;
    box-shadow: 0 0 17px 5px #0000000a;
    background-color: #fff;
    padding: 0.3rem 1rem;
    width: 100%;
}

.mm-manage-parts-field {
    margin: 1rem 0;
}

.mm-manage-parts-field label {
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

.mm-manage-parts-field textarea {
    height: 150px;
}

.mm-manage-part-btn {
    width: 120px !important;
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 8px 18px !important;
}

.mm-order-form-popup {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: #0000003d;
    z-index: 1;
}

.mm-order-form-popup-container {
    max-width: 1000px;
    width: 100%;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 0 17px 5px #00000008;
    background: #fff;
    position: relative;
}

.mm-order-popup-cross {
    position: absolute;
    top: 2rem;
    right: 2rem;
    color: #000;
    cursor: pointer;
}

.success-message-box {
    color: green !important;
    background-color: #fff !important;
    padding: 12px !important;
    box-shadow: 0 0 17px 5px #0000001f !important;
    margin: 1rem 0;
}

.mm-search-filter form {
    display: flex !important;
    gap: 1rem !important;
}

.mm-search-filter {
    padding: 1rem 0;
}