html.exact-employer-ticket #dezm.legacy-ticket-connected {
    position: relative !important;
    inset: auto !important;
    width: min(1000px, calc(100% - 32px)) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 38px auto 70px !important;
    padding: 30px;
    transform: none !important;
    background: #fff;
    border: 1px solid #ded8d0 !important;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(42, 36, 31, 0.08);
}

html.exact-employer-ticket .legacy-ticket-connected .comment {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 22px !important;
    overflow: visible !important;
    transform: none !important;
}

html.exact-employer-ticket .legacy-ticket-connected #st2 {
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #315b22;
    background: transparent;
    font-size: 26px !important;
    text-align: right;
    transform: none !important;
}

html.exact-employer-ticket .legacy-ticket-connected .flx2 {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    gap: 18px;
    transform: none !important;
}

.legacy-ticket-field {
    display: grid;
    gap: 7px;
    color: #35312d;
    font-weight: 800;
}

.legacy-ticket-field select,
.legacy-ticket-field input {
    width: 100%;
    min-height: 48px;
    padding: 10px 13px;
    color: #28231f;
    background: #fff;
    border: 1px solid #bdb5ac;
    border-radius: 10px;
    font: inherit;
}

html.exact-employer-ticket .legacy-ticket-connected #maindas,
html.exact-employer-ticket .legacy-ticket-connected .op {
    display: none !important;
}

html.exact-employer-ticket .legacy-ticket-connected .complex {
    position: static !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 18px !important;
    gap: 14px;
    transform: none !important;
}

html.exact-employer-ticket .legacy-ticket-connected .complex input,
html.exact-employer-ticket .legacy-ticket-connected #com1 {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 10px 13px;
    color: #28231f;
    background: #fff;
    border: 1px solid #bdb5ac;
    border-radius: 10px !important;
    font: inherit;
    opacity: 1 !important;
    transform: none !important;
}

html.exact-employer-ticket .legacy-ticket-connected #com1 {
    min-height: 150px;
    resize: vertical;
}

html.exact-employer-ticket .legacy-ticket-connected #legacy-ticket-submit {
    position: static !important;
    display: block;
    width: 100% !important;
    min-height: 54px;
    margin: 16px 0 0 !important;
    padding: 12px 18px;
    color: #fff !important;
    background: #4f8f31 !important;
    border: 0;
    border-radius: 12px;
    font: inherit;
    font-weight: 800;
    opacity: 1 !important;
    transform: none !important;
    cursor: pointer;
}

html.exact-employer-ticket .legacy-ticket-connected #legacy-ticket-submit:hover:not(:disabled) {
    background: #3f7626 !important;
}

html.exact-employer-ticket .legacy-ticket-connected #legacy-ticket-submit:disabled {
    cursor: wait;
    opacity: 0.62 !important;
}

.legacy-ticket-status {
    min-height: 30px;
    margin-top: 14px;
    padding: 10px 12px;
    color: #5f5851;
    background: #f5f2ee;
    border-radius: 10px;
    line-height: 1.8;
    text-align: center;
}

.legacy-ticket-status.is-success {
    color: #23651d;
    background: #e8f5e2;
}

.legacy-ticket-status.is-warning {
    color: #7a5312;
    background: #fff5d8;
}

.legacy-ticket-status.is-error {
    color: #a12d24;
    background: #fde9e7;
}

.legacy-ticket-result {
    display: grid;
    gap: 7px;
    margin-top: 14px;
    padding: 16px;
    color: #2d2925;
    background: #f1f8ed;
    border: 1px solid #cfe3c4;
    border-radius: 12px;
}

.legacy-ticket-result a {
    width: fit-content;
    color: #315b22;
    font-weight: 800;
}

html.exact-employer-ticket .legacy-ticket-connected #doub {
    display: none !important;
}

@media (max-width: 760px) {
    html.exact-employer-ticket #dezm.legacy-ticket-connected {
        padding: 20px;
    }

    html.exact-employer-ticket .legacy-ticket-connected .flx2,
    html.exact-employer-ticket .legacy-ticket-connected .complex {
        grid-template-columns: 1fr;
    }
}
