.report-form {
    opacity: 0;
    pointer-events: none;
    background: 0 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    left: 0;
    transition: 250ms ease-out
}

#report:checked~.report-form {
    pointer-events: all;
    opacity: 1
}

.header-ticket .ticket-label span a,
span.requied {
    color: var(--price)
}

.header-ticket {
    margin-bottom: 20px;
    position: relative
}

.header-ticket .ticket-label {
    font-size: 20px;
    margin: 0;
    text-align: center
}

.header-ticket .ticket-label span {
    display: block;
    font-size: 14px;
    margin-top: 6px;
    font-style: italic;
    line-height: 1.3
}

.header-ticket label {
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

label[for=report] {
    color: var(--primary);
    cursor: pointer
}

label.new-report-background {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.new-ticket-content {
    background: #fff;
    padding: 16px;
    max-width: 600px;
    max-height: 92vh;
    width: 100%;
    margin: 10vh auto 0;
    border-radius: 8px;
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2
}

.new-ticket-content .form-group,
.new-ticket-content .product-variant-box,
.ticket-file-selector {
    margin-bottom: 8px;
    position: relative
}

.new-ticket-content select,
.ticket-file-selector {
    border: 1px solid #e1e1e1
}

.new-ticket-content label {
    line-height: 1.5;
    font-weight: 300
}

.new-ticket-content select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23d1d1d1"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M18 9c.852 0 1.297 .986 .783 1.623l-.076 .084l-6 6a1 1 0 0 1 -1.32 .083l-.094 -.083l-6 -6l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057v-.118l.005 -.058l.009 -.06l.01 -.052l.032 -.108l.027 -.067l.07 -.132l.065 -.09l.073 -.081l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01l.057 -.004l12.059 -.002z" /></svg>');
    background-position: calc(100% - 6px) 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.new-ticket-content select,
.new-ticket-content input,
.new-ticket-content textarea {
    border: 2px solid #e1e1e1;
    padding: 10px;
    font-size: 16px;
    box-shadow: none;
    height: auto;
}

.new-ticket-content select:focus,
.new-ticket-content input:focus,
.new-ticket-content textarea:focus {
    border-width: 2px;
    outline: none;
    border-color: #66afe9;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.ticket-file-selector {
    padding: 0 0 0 16px;
    border-radius: 3px;
    width: 100%;
    display: flex
}

#selectReportImagesButton {
    margin-left: auto;
    border-radius: 0 3px 3px 0;
    background: #8f8f8f;
    color: #fff;
    padding: 7px 10px
}

#selectReportImagesButton:hover {
    background: #656565
}

.form-group.action-button {
    justify-content: center
}

@media (min-width:997px) {
    .is-mobile {
        display: none;
        visibility: hidden;
        opacity: 0;
        position: absolute
    }
}

.align-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-b,
.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-e {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-group .button,
.form-group button {
    height: 40px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    align-self: center;
    outline: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: text-top
}

.form-group .button-simple {
    border: 1px solid #e1e1e1;
    background: 0 0;
    margin-right: 8px;
    color: #000;
    border-radius: 3px;
    margin-bottom: 0;
    display: none
}

.form-group .btn-hilight-color {
    background-color: var(--primary);
    border: none;
    outline: 0;
    user-select: none;
    color: #fff !important;
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center
}

.form-group .btn-hilight-color:hover {
    background-color: var(--primary-dk)
}

.new-ticket-content .product-variant-box .small {
    font-size: 100%
}

.new-ticket-content .product-variant-box .report-error {
    position: absolute;
    bottom: 15px;
    background-color: #fff;
    right: 5px;
    color: var(--price);
    font-size: 12px
}

.new-ticket-content label.ticket-file-selector {
    flex-wrap: wrap;
    padding-left: 0
}

.new-ticket-content label.ticket-file-selector .select-images-note {
    padding-left: 15px;
    font-size: 14px
}

.new-ticket-content label.ticket-file-selector .files {
    flex: 0 0 100%;
    border-top: 1px solid #e1e1e1
}

.new-ticket-content .files span.js-report-image-url {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover
}

.new-ticket-content .files .remove-report-img {
    background: rgba(24, 158, 255, .5);
    color: #fff;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block
}

.new-ticket-content .files .remove-report-img:hover {
    background: rgba(24, 158, 255, .85);
    color: #fff
}

.new-ticket-content .files .box-preview-report-image {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 2fr));
    grid-gap: 12px
}

.new-ticket-content .product-variant-box.product-variant-image .report-error {
    top: 1px;
    bottom: auto
}

.sent_successfully {
    transition: all 222ms ease-in-out;
    padding: 15px;
    border-radius: 5px;
    display: none;
    text-align: center;
    align-items: center
}
.report_successfully {
    display: none;
}

#report_successfully:checked~.report_successfully {
    display: flex;
    grid-gap: 6px;
}

#report_successfully:checked~.report-error-form {
    display: none;
}

.report-icon {
    width: 81px;
    min-width: 81px;
    color: #ff8135;
}

.report-header {
    font-size: 21px;
    color: #0099cc;
    margin-bottom: 6px;
}

.sent_successfully .desc .small {
    font-style: italic
}

.report-product {
    font-weight: 400;
    margin: 10px 0 0;
    color: #000 !important
}

.close-message {
    color: var(--header-color);
    border-radius: 5px;
    padding: 8px 26px;
    border: 2px solid var(--header-color);
    cursor: pointer;
    user-select: none;
    display: block;
    width: fit-content;
    margin: 16px 0 0;
}

.close-message:hover {
    border-color: var(--primary-dk);
    color: var(--primary-dk);
}

@media (min-width: 760px) {
    .close-message {
        color: #494949;
        border-radius: 55px;
        cursor: pointer;
        user-select: none;
        position: absolute;
        top: -10px;
        right: -10px;
        background: #fff;
        box-shadow: 0 3px 12px rgba(11 11 11 / 11%);
        border: none;
        padding: 0;
        margin: 0;
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:760px) and (orientation:portrait),
(min-width:640px) and (max-width:992px) and (orientation:landscape) {

    .report-form,
    .sent_successfully {
        opacity: 0;
        pointer-events: none;
        width: 100%
    }

    .new-ticket-content {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .report-form {
        background: 0 0;
        position: fixed;
        height: fit-content;
        max-height: inherit;
        z-index: 999999;
        top: auto;
        bottom: 0;
        left: 0;
        border-radius: 23px 23px 0 0;
        transition: 250ms ease-out
    }

    .report-icon {
        width: 64px;
        min-width: 64px;
    }

    #report:checked~.report-form {
        pointer-events: all;
        opacity: 1
    }

    span.requied {
        color: red
    }

    .header-ticket {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 20px;
        position: relative
    }

    .header-ticket .ticket-label {
        font-size: 16px;
        margin: 0 0 0 30px;
        text-align: left
    }

    .header-ticket label {
        line-height: 1;
        margin-bottom: 0;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9
    }

    label[for=report] {
        color: #337ab7;
        cursor: pointer
    }

    label.new-report-background {
        position: fixed;
        background: rgba(0, 0, 0, .5);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0
    }

    .new-ticket-content {
        background: #fff;
        padding: 16px 14px;
        max-width: 600px;
        max-height: inherit;
        height: fit-content;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0 auto;
        border-radius: 0;
        box-shadow: 0 6px 36px rgba(11 11 11 / 33%);
        position: relative;
        z-index: 2;
        border-radius: 23px 23px 0 0;
        padding-bottom: 30px;
    }

    .new-ticket-content .product-variant-box .small,
    .new-ticket-content label {
        line-height: 1.5;
        font-weight: 300;
        font-size: 16px;
        width: 100%;
        display: block;
        margin: 0 0 3px;
    }

    .new-ticket-content label[for="report"] {
        margin: 0;
    }

    .product-variant-heading {
        display: flex;
        margin-right: 10px
    }

    .product-variant-heading span {
        margin-left: 3px
    }

    .new-ticket-content select {
        width: 100%;
        line-height: 1.45;
    }

    .new-ticket-content .form-group,
    .new-ticket-content .product-variant-box {
        margin-bottom: 8px;
        position: relative
    }

    .form-group .btn-hilight-color {
        background-color: rgba(24, 158, 255, .85);
        border: 1px solid rgba(24, 158, 255, .85)
    }

    .form-group .btn-hilight-color:hover {
        background-color: #189eff;
        border: 1px solid #189eff
    }

    .form-group.action-button {
        justify-content: center
    }

    #selectReportImagesButton {
        margin-left: auto;
        border-radius: 0 3px 3px 0;
        background: #8f8f8f;
        color: #fff;
        padding: 7px 10px;
        display: flex
    }

    #selectReportImagesButton:hover {
        background: #656565
    }

    #selectReportImagesButton .is-mobile {
        margin-right: 5px
    }

    .align-c {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .flex-b,
    .flex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .flex-e {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .flex-c {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-group .button,
    .form-group button {
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        padding: 0 15px;
        align-self: center;
        outline: 0;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: text-top;
        margin-bottom: 0;
        margin-top: 10px
    }

    .form-group .button-simple {
        border: 1px solid var(--flash);
        background: 0 0;
        margin-right: 8px;
        color: #000;
        border-radius: 3px;
        margin-bottom: 0;
        display: none
    }

    .form-group .btn-hilight-color {
        background-color: var(--primary);
        border: 1px solid var(--primary);
        color: #fff !important;
        border-radius: 3px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center
    }

    .box-flex {
        display: flex;
        align-items: center
    }

    .box-flex label {
        flex: 0 0 100px
    }

    .new-ticket-content .product-variant-box.box-flex {
        margin-bottom: 12px
    }

    .new-ticket-content .product-variant-box .small {
        font-size: 100%
    }

    .new-ticket-content .product-variant-box .report-error {
        bottom: 11px;
        font-size: 11px
    }

    .new-ticket-content .product-variant-box .report-error.js-error-report-image {
        position: relative;
        top: 0;
        right: 0;
        color: var(--price);
        font-size: 12px
    }

    .new-ticket-content label.ticket-file-selector {
        flex-wrap: wrap;
        padding-left: 0
    }

    .new-ticket-content label.ticket-file-selector .select-images-note {
        padding-left: 15px;
        font-size: 14px
    }

    .new-ticket-content label.ticket-file-selector .files {
        flex: 0 0 100%;
        border-top: 1px solid #e1e1e1
    }

    .new-ticket-content label.ticket-file-selector .files span.js-report-image-url {
        width: 50px;
        height: 50px;
        display: inline-block;
        background-size: cover
    }

    .sent_successfully {
        background: #fff;
        position: fixed;
        z-index: 999999;
        bottom: 0;
        right: 0;
        box-shadow: 0 2px 7px rgb(11 11 11 / 10%);
        transition: 350ms;
        transform: translate(110%);
        padding: 15px;
        text-align: center;
        border-radius: 5px;
        display: flex;
        align-items: center
    }

    #report_successfully:checked~.sent_successfully {
        pointer-events: all;
        opacity: 1;
        transform: translate(0)
    }

    .sent_successfully .icon {
        flex: 0 0 40px;
        margin-right: 10px;
        min-width: 0
    }

    .sent_successfully .icon svg {
        width: 30px;
        height: 30px;
        color: #3aacff
    }

    .sent_successfully .desc {
        text-align: left;
        font-size: 14px
    }

    .sent_successfully .desc .small {
        font-style: italic
    }
}

#js-form-report-error .btn-submit.disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: unset
}