.clear{clear:both;}
.ticket-dashboard {
    background: #eee;
    padding: 0;
	border:1px solid #eee;
    width: 100%;
}
.ticket-dashboard button.tbtn-button.button {
    color: #fff;
    background-color: #bf8864;
    padding: 12px 35px;
}
#generate-random{
    color: #fff;
    background-color: #bf8864;
}
.ticket-dashboard .ticket-wrapper {
    padding: 0.5rem 0.5rem 0;
}
ul.my-tickets{
	margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
	position:relative;
}
ul.my-tickets li{
	width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background: rgba(0,0,0,0);
    margin: 0 0 7px 0;
	position:relative;
}
ul.my-tickets li label{
	position:relative;
	display:block;
}
ul.my-tickets li span{
    text-decoration: none;
    font-size: 10px;
    line-height: 32px;
    vertical-align: middle;
	position: absolute;
	top:0;
    left: 0;
    right: 0;
	color:#fff;
	outline:none;
	cursor:pointer;
	background-image: url(seat-white.png);
    background-size: cover;
	
}
.ticket-dashboard h4 {
    text-transform: uppercase;
    font-size: 1rem;
    text-align: left;
    margin: 0 0 .5rem;
	float:left;
	width:50%;
}
.ticket-dashboard .seat-available{
	text-transform: uppercase;
    font-size: 1rem;
    text-align: right;
    margin: 0 0 .5rem;
	float:left;
	width:50%;
}
.ticket-dashboard h4 strong{
	margin-left:1rem;
	color:#999;
}

.single-product form.cart .ticket-dashboard .ticket-box{
	width:100%;
	border:none;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
    position: relative;
}
.single-product form.cart .ticket-dashboard .ticket-box:after{display:none;}
.ticket-dashboard input[type=checkbox]:focus{
	outline:none;
}
.ticket-dashboard input[type=checkbox]:checked+span {
    color:#fff;
	outline-color:#0f5132;
	background-image: url(seat-green.png);
}
/*.ticket-dashboard input[type=checkbox]:disabled+span {
    color: #000;
    outline-color: #999;
    background-image: url(seat-gray.png);
	cursor:not-allowed;
}*/

/* === Reserved seat (temporary hold) === */
.ticket-dashboard input[type=checkbox].rbtn-tt-temp:disabled + span {
    color: #fff;
    outline-color: #999;
    background-image: url(seat-green.png);
    cursor: not-allowed;
}

/* === Taken seat (permanently booked) === */
.ticket-dashboard input[type=checkbox].rbtn-tt-perma:disabled + span {
    color: #fff;
    outline-color: #999;
    background-image: url(seat-gray.png);
    cursor: not-allowed;
}

.ticket-dashboard .proceed-cart-info{
    width: 100%;
    background: #fff;
    padding: .5rem;
    transition: 0.5s all;
	z-index:999;
}
.ticket-dashboard .proceed-cart-info ul{
	list-style:none;
	text-align:center;
	margin:0;
	padding:0;
}
.ticket-dashboard .proceed-cart-info ul li{
	display:inline-block;
	margin:0 0.5rem;
	font-size:1rem;
}
.ticket-dashboard span.tbtn{
	width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    color: #6faa5a;
    outline: 2px solid #2f4826;
    cursor: pointer;
    background-color: #6faa5a;
}
.ticket-dashboard span.tbtn-sold{
    color: #861919;
    outline-color: #4b0e0e;
    background-color: #b62323;
}
.ticket-dashboard span.tbtn-selected{
    color: #69563f;
    outline-color: #69563f;
    background-color: #f5c392;
}

.ticket-dashboard .proceed-cart {
	display: none;
    width: 100%;
    background: #fff;
    padding: 0.5rem 0;
    transition: 0.5s all;
    text-align: center;
}
.ticket-dashboard .tbtn-button{
	float:none !important;
}
.ticket-dashboard .prc-qty{
	font-size:1rem;
	margin: 0 0 .5rem;
	
}
.list-ticket-avialble{color:#5d5d5d}
.list-ticket-avialble span{
	text-transform:capitalize;
	color:#333;
}
.ticket-dashboard input[type=checkbox].wait+span{
	opacity:0.8;
}
.ticket-dashboard input[type=checkbox].wait+span:after{
	content: "";
    width: 80%;
    height: 80%;
    background: url(loader.gif) no-repeat;
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 100;
    background-size: 100%;
}
.availabilitycheck-msg {
    text-align: center;
    background: pink;
    color: red;
    padding: 5px 15px;
	display:none;
}

/* === Vote Buttons (Catalog + Product Page) === */
.twwt-vote-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 0;
    justify-content: center;
    width: 100%;
}
.twwt-thumb-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 18px;
    line-height: 1;
    transition: background 0.2s, transform 0.15s, border-color 0.2s;
}
.twwt-thumb-btn:hover {
    transform: scale(1.1);
    border-color: #999;
}
.twwt-thumb-up.twwt-thumb-active {
    background: #e8f5e9;
    border-color: #4caf50;
}
.twwt-thumb-down.twwt-thumb-active {
    background: #fbe9e7;
    border-color: #e53935;
}
.twwt-thumb-count {
    font-size: 13px;
    color: #666;
    font-weight: 600;
    min-width: 12px;
}

/* === Feedback Section (Single Product Page) === */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

.twwt-feedback-section {
    clear: both;
    font-family: 'DM Sans', 'Helvetica Neue', sans-serif;
    max-width: 560px;
    width: 100%;
    margin: 24px auto 30px;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e7e5e4;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

/* -- Voting Section (top half) -- */
.twwt-voting-section {
    padding: 28px 28px 24px;
    border-bottom: 1px solid #f5f5f4;
}
.twwt-voting-title {
    font-size: 15px;
    font-weight: 600;
    color: #1c1917;
    margin: 0 0 6px;
}
.twwt-voting-subtitle {
    font-size: 13px;
    color: #a8a29e;
    margin: 0 0 18px;
}
.twwt-feedback-section .twwt-thumbs-wrap {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

/* Vote buttons inside the feedback card */
.twwt-feedback-section .twwt-thumb-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 14px;
    border: 2px solid #e7e5e4;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}
.twwt-feedback-section .twwt-thumb-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background: #fafaf9;
    border-color: #e7e5e4;
}
.twwt-feedback-section .twwt-thumb-btn:active {
    transform: scale(0.97);
}
.twwt-feedback-section .twwt-thumb-up.twwt-thumb-active {
    border-color: #10b981;
    background: #ecfdf5;
    box-shadow: 0 4px 12px rgba(16,185,129,0.15);
}
.twwt-feedback-section .twwt-thumb-down.twwt-thumb-active {
    border-color: #ef4444;
    background: #fef2f2;
    box-shadow: 0 4px 12px rgba(239,68,68,0.15);
}

/* Emoji inside vote button */
.twwt-thumb-emoji {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.3s;
}
.twwt-thumb-active .twwt-thumb-emoji {
    transform: scale(1.2);
}

/* Count inside vote button */
.twwt-feedback-section .twwt-thumb-count {
    font-size: 16px;
    font-weight: 600;
    color: #57534e;
}
.twwt-feedback-section .twwt-thumb-up.twwt-thumb-active .twwt-thumb-count {
    color: #059669;
}
.twwt-feedback-section .twwt-thumb-down.twwt-thumb-active .twwt-thumb-count {
    color: #dc2626;
}

/* Label inside vote button */
.twwt-feedback-section .twwt-thumb-label {
    font-size: 12px;
    color: #a8a29e;
    font-weight: 500;
}

/* -- Suggestion Section (bottom half) -- */
.twwt-suggestion-section {
    padding: 24px 28px 28px;
}
.twwt-suggestion-title {
    font-size: 15px;
    font-weight: 600;
    color: #1c1917;
    margin: 0 0 4px;
}
.twwt-suggestion-subtitle {
    font-size: 13px;
    color: #a8a29e;
    margin: 0 0 16px;
}
.twwt-suggestion-input-wrap {
    display: flex;
    gap: 10px;
}
.twwt-suggestion-input {
    flex: 1;
    padding: 12px 16px;
    border-radius: 14px;
    border: 2px solid #e7e5e4;
    font-size: 14px;
    color: #1c1917;
    background: #fafaf9;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
.twwt-suggestion-input::placeholder {
    color: #a8a29e;
}
.twwt-suggestion-input:focus {
    border-color: #a8a29e;
    background: #fff;
}
.twwt-suggestion-submit {
    padding: 12px 24px;
    background: linear-gradient(135deg, #292524, #1c1917);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    white-space: nowrap;
    min-width: 100px;
    font-family: 'DM Sans', sans-serif;
}
.twwt-suggestion-submit:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
.twwt-suggestion-submit:active {
    transform: scale(0.97);
}
.twwt-suggestion-submit.twwt-submit-success {
    background: linear-gradient(135deg, #10b981, #059669);
}
.twwt-suggestion-msg {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    min-height: 18px;
    font-family: 'DM Sans', sans-serif;
}
.twwt-suggestion-msg.twwt-msg-success { color: #059669; }
.twwt-suggestion-msg.twwt-msg-error   { color: #dc2626; }

/* === Login Prompt (inline, for logged-out users) === */
.twwt-login-prompt {
    margin-top: 16px;
    padding: 12px 16px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.twwt-login-prompt-text {
    font-size: 14px;
    color: #92400e;
}
.twwt-login-prompt-btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(135deg, #292524, #1c1917);
    color: #fff !important;
    border-radius: 14px;
    text-decoration: none !important;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.twwt-login-prompt-btn:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}
/* Compact version for catalog cards */
.twwt-vote-wrap .twwt-login-prompt {
    width: 100%;
    margin-top: 8px;
    padding: 8px 10px;
    font-size: 12px;
    justify-content: center;
}
.twwt-vote-wrap .twwt-login-prompt-text { font-size: 12px; }
.twwt-vote-wrap .twwt-login-prompt-btn { padding: 4px 12px; font-size: 12px; }
