﻿body .ticket > div:last-child > div:last-child input {
    width: 90px;
}

body .ticket > ul > li {
    width: 300px;
}

body .ticket > div:nth-child(3) textarea,
body .ticket > div:nth-child(4) {
    width: 600px;
}

body .ticket {
    width: 100%;
}

    body .ticket .captcha {
        height: 36px;
    }

    body .ticket > div:nth-child(3) textarea {
        min-height: 80px;
    }

html[class=translated-ltr] > body .ticket > div:last-child > div:last-child {
    direction: rtl;
}

body .ticket > div:last-child > div:last-child input {
    direction: ltr;
}

body .ticket,
body .ticket > *,
body .ticket > div:last-child > div:last-child {
    display: flex;
}

    body .ticket > *,
    body .ticket > div:last-child > div:last-child {
        flex-direction: row;
    }

body .ticket {
    flex-direction: column;
}

body .ticket {
    align-items: flex-start;
}

    body .ticket > *,
    body .ticket > div:last-child > div:last-child {
        align-items: center;
    }

    body .ticket > div:last-child {
        justify-content: space-between;
    }

        body .ticket > div:last-child > div:last-child input {
            text-align: center;
        }

    body .ticket > ul {
        flex-wrap: wrap;
    }

    body .ticket > *:not(h3) {
        padding-top: 1rem;
    }

html:not(.translated-ltr) > body .ticket > ul > li:nth-child(2) {
    padding-right: 1rem;
}

body .ticket > div:last-child > div:last-child .captcha {
    margin-left: 0.5rem;
}

html[class=translated-ltr] > body .ticket > ul > li:nth-child(2) {
    padding-left: 1rem;
}

body .ticket .captcha {
    border: 1px solid #ccc;
}

body .ticket {
    border-top: 1px solid var(--clrfc);
}

body .ticket {
    background-color: var(--clrf5);
}

    body .ticket > h3 {
        font-weight: 500;
    }

    body .ticket > h3 {
        font-size: 1.3rem;
    }

@media screen and (max-width: 912px) {
    body .ticket > ul,
    body .ticket > ul > li,
    body .ticket > div:nth-child(3),
    body .ticket > div:last-child,
    body .ticket > div textarea {
        width: 100%;
    }

        body .ticket > ul > li:nth-child(2) {
            padding-top: 1rem;
        }

    html:not(.translated-ltr) > body .ticket > ul > li:nth-child(2) {
        padding-right: 0;
    }

    html[class=translated-ltr] > body .ticket > ul > li:nth-child(2) {
        padding-left: 0;
    }
}
