body.secret {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #ff710d;
    color: #fff;
    text-align: center;        
}
body.secret .modal-content {
	background: none;
}
body.secret .modal-backdrop.show {
    opacity: 0.8;
}
.secret {
	font-size: 16px;
	line-height: 1.3;
}
.secret .container {
	padding: 0 20px;
}
.secret.container {
	margin-top: 20px;
	padding: 0 20px 100px;
}
.secret .code h2 {
	font-size: 51px;
}
h5#qrSpName {
    font-size: 16px !important;
}
.secret span {
	font-size: 13px !important;
}
.secret ul {
	margin-bottom: 0;
	padding: 0px;
}
.secret #btnProductBox {
    position: fixed;
    bottom: 0;
    left: 0;
    border: none;
    border-radius: 0 !important;
    font-weight: bold;    
}
.secret .product-box {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.secret .product-box.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px; 
}
.secret .badge {
    background: #f5f5f5;
    width: 100%;
    text-align: left;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.secret .btn.close {
    background: none;
    opacity: 1;
    color: #ddd;
    padding: 5px 0px;
}
.secret .btn.close i {color: #bbb;}
.secret .badge i {
    font-size: 14px;
    margin-right: 5px;
}
.secret input {
    border: none;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 0;
    margin-top: 20px;
}
.secret .custom-select {
	height: auto;
	border-color: #ced4da !important;
	border-radius: 5px;
    font-size: 16px;
    padding: 15px;
    padding-right: 30px;
    margin-top: 20px;
}
.secret .select-ticket li {
    position: relative;    
    list-style: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 15px 18px;
    margin-top: 10px;
}
.secret .totalAmtInfo {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 15px 18px;
    margin-bottom: 10px;
}
.secret .price,
.secret .totalAmtInfo h4 {
    background: #fff;
    border: none;
    color: #444;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}
.secret .totalAmtInfo {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px;
}
.secret .totalAmtInfo h4,
.secret .totalAmtInfo p {
	background: none;
	margin-bottom: 0;
}
.secret .ticket_qty {
    position: absolute;
    right: 10px;
    bottom: 18px;
    font-size: 21px;
    color: #2c2c2c !important;
}
.secret .ticket_qty i:active {
	color: #2c2c2c !important;
}
.ticket_qty span {
    font-size: 26px;
    padding: 0 10px;
}
.secret .btn-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.secret .d-flex {
	gap: 10px;
}
.secret .btn {
	width: 100%;
	background: #e84d17;
	padding: 15px 20px;
	color: #fff !important;
	border-radius: 5px !important;	
}
.secret .btn:not(:disabled):not(.disabled).active, .secret .btn:not(:disabled):not(.disabled):active, .show>.secret .btn.dropdown-toggle {
    background-color: #e84d17;
}
.secret .btn.gray {
	background: #bbb;
}
.secret .btn:focus,
.secret .custom-select:focus {
    box-shadow: none;
}
.secret .summary {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px 15px 10px;    
    margin-bottom: 20px;
}
.secret .summary p {
	font-size: 14px;
    letter-spacing: -1px;
    margin-bottom: 5px;
}
.secret .summary .price {
    display: flex;
    justify-content: space-between;
	align-items: center;
    background: none;
}
.secret .summary .price p {
	font-size: 16px;
	font-weight: normal;
    letter-spacing: 0px;    
}
.secret .summary .row {
    margin-bottom: 10px;
}
.secret .summary .row .label {
	width: 20%;
	margin-right: 15px;
}
.secret .summary .row input {
    margin-top: 0;
    padding: 10px;
}
.secret .summary .input-group {
    flex-wrap: nowrap;
    gap: 10px;
	min-width: 56px;
}
.secret .form-check {
	margin-top: 15px;
}
.secret .form-check input {
    margin-top: 8px !important;
}