﻿.ticket_form_heading {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(226, 0, 0);
    padding: 20px !important;
    margin: 0px;
    border-color: rgb(226, 0, 0);
    font-size: 17px !important;
}

.ticket_form_fields_name {
    color: rgb(51, 51, 51);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
}

.ticket_form_fields {
    width: 97%;
    color: rgb(68, 68, 68);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 222, 222);
    padding: 1px;
    font-family: Arial;
    box-sizing: border-box;
    font-size: 12px;
    text-indent: 5px;
    height: 28px;
}
