/* Single Ticket Styles */
.sts-ticket-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

.sts-ticket-header {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.sts-ticket-title {
    margin: 0 0 10px 0;
    color: #333;
}

.sts-tickets-list {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sts-tickets-table {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sts-tickets-table .sts-status {
    display: block;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.sts-tickets-table th {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.sts-tickets-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.sts-ticket-meta {
    display: flex;
    gap: 15px;
    font-size: 0.9em;
    color: #666;
}

.sts-ticket-status {
    padding: 3px 10px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
}

.sts-status-open { background: #d4edda; color: #155724; }
.sts-status-pending { background: #fff3cd; color: #856404; }
.sts-status-closed { background: #f8d7da; color: #721c24; }

.sts-comments-list {
    margin: 30px 0;
}

.sts-comment {
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.sts-comment-user { border-left: 4px solid #72bf01; }
.sts-comment-staff { border-left: 4px solid #6c757d; }

.sts-comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9em;
    color: #555;
}

.sts-comment-body {
    line-height: 1.6;
}

.sts-comment-attachments {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ddd;
}

.sts-attachment {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 8px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    font-size: 0.9em;
}

.sts-attachment-icon {
    font-size: 16px;
    color: #6c757d;
}

.sts-attachment-link {
    color: #4e9af1;
    text-decoration: none;
    font-weight: 500;
    flex: 1;
}

.sts-attachment-link:hover {
    text-decoration: underline;
    color: #3a8ae4;
}

.sts-attachment-size {
    color: #6c757d;
    font-size: 0.85em;
}

.sts-comment-form {
    margin-top: 30px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
}

.sts-form-group {
    margin-bottom: 15px;
}

.sts-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.sts-form-group textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #000;
    border-radius: 0;
    resize: none;
}

.sts-form-group input[type="file"] {
    width: calc(100% - 20px);
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
}

.sts-submit-button {
    background: #72bf01;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border: 1px solid #72bf01;
}

.sts-submit-button:hover {
    background: #fff;
    color: #72bf01;
    border: 1px solid #72bf01;
    transition: all 0.3s ease-in-out;
}

.sts-help-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
    line-height: normal;
}


  
    




#gform_fields_login .gfield input[type="text"], #gform_fields_login .gfield input[type="password"] {
    width: 100%;
    height: 45px;
    border: 1px solid #000 !important;
    font-size: 1em;
    background: #fff;
    transition: border-color 0.2s;
    margin-bottom: 18px;
}
#gform_fields_login .gfield .gfield_required {
    display: none;
}
.gf_login_links a[href*="register"], 
.gf_login_links a:first-child {
    display: none !important;
}

.gform_footer .gform_button {
    padding-top: 15px !important;
    padding-right: 40px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    border-radius: 100px !important;
    background-color: #72bf01 !important;
    color: #fff !important;
    border: 1px solid #72bf01 !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    margin-top: 20px !important;
}

.gform_footer .gform_button:hover {
    background-color: #fff !important;
    color: #72bf01 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out !important;
}

.gform_body .gfield input:not([type="checkbox"]),  .gform_body .gfield textarea {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #000 !important;
    font-size: 1em;
    background: #fff;
    transition: border-color 0.2s;
    border-radius: 0 !important;
    height: 45px !important;
}

.gform_body .gfield select,
.gform_body .select2 .selection .select2-selection {
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 45px !important;
    padding-top: 2px !important;
}

.gform_body .select2 .selection .select2-selection .select2-selection__rendered {
    padding-top: 10px;
}


#lostpasswordform {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

#lostpasswordform fieldset {
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

#lostpasswordform  legend {
    /* display: none; */
    font-family: 'brockmann';
    text-transform: none;
    letter-spacing: -0.03em;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}

#lostpasswordform input[type="text"], #lostpasswordform input[type="password"] {
    width: 100%;
    height: 45px;
    border: 1px solid #000 !important;
    font-size: 1em;
    background: #fff;
    transition: border-color 0.2s;
    margin-bottom: 18px;
    margin-top: 5px;
    border-radius: 0;
    box-shadow: none;
}

#lostpasswordform button {
    padding-top: 15px !important;
    padding-right: 40px !important;
    padding-bottom: 15px !important;
    padding-left: 40px !important;
    border-radius: 100px !important;
    background-color: #72bf01 !important;
    color: #fff !important;
    border: 1px solid #72bf01 !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    margin-top: 20px !important;
}

#formlostpassword button:hover {
    background-color: #fff !important;
    color: #72bf01 !important;
    border: 1px solid #000 !important;
    transition: all 0.3s ease-in-out !important;
}

.gform_wrapper {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;

}

.gform_wrapper .top_label .gfield_label {
    margin-top: 0 !important;
}

.gf_login_form {
    margin-bottom: 50px;
}

.gf_login_links {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 760px;
}

.somfrp-back-button {
    margin: 0 auto;
    max-width: 760px;
}

.sts-logout-button {
    margin-bottom: 1em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}