/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/

/* write custom css after this line */

.ticket-form {
    margin: 30px 0;
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.ticket-closed {
    margin: 25px 0;
    padding: 15px;
    background: #fff3f3;
    border: 2px dashed #c40000;
    color: #c40000;
    font-weight: bold;
    text-align: center;
    border-radius: 12px;
}
