﻿body {
    font-family: 'Mulish', sans-serif;
    background: #F1F3F6;
}
.top-header {
    background: #fff;
    padding: 6px 0px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}
.top-header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
    margin-top: 15px;
}
.tcketSuccess {
    background: #c7f5c7;
    padding: 12px 20px;
    width: 600px;
    margin: 0 auto;
    border: 1px solid green;
    margin-bottom: 18px;
    font-weight: bold;
}
.ticketCaption {
    width: 500px;
    margin: 0 auto;
}

.greenbtn {
    background: green;
    color: #fff;
}
.orange {
    background: #e1a639;
    color: #fff;
}
.blueD {
    background: #280cb8;
    color: #fff;
}
.blueD:hover {
    background: #280cb8;
    color: #fff;
    opacity: 0.8;
}
.hgtFileupd {
    padding: 0px;
    height: 26px;
    font-size: 12px;
}
.topMar{
    margin-top: 10px;
}
.viewBtn a {
    padding: 3px 10px;
    font-size: 12px;
    margin-top: 1px;
    display: inline-block;
    border-radius: 4px;
}
.top-header ul li {
    display: inline;
    margin-right: 20px;
    font-weight: bold;
    font-size: 14px;
}
.top-header ul li:last-child{
    margin-right: 0px;
}
.top-header ul li a {
    color: #333;
}
.body-section{
    margin-top: 20px;
}
.card {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
    padding: 20px 16px;
}
.card .form-group{
    margin-bottom: 0px;
}
.card h1{
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.form-input {
    height: 34px;
    border-radius: 0px;
}
.btn-theme {
    background: #D2AD68;
    font-weight: 600;
    color: #fff;
    height: 34px;
    line-height: 10px;
    font-size: 14px;
}
.btn-theme:hover{
    color: #fff;
    opacity: 0.9;
}
.btn-theme1 {
    background: #808080;
    font-weight: 600;
    color: #fff;
    height: 34px;
    line-height: 10px;
    font-size: 14px;
}
.btn-theme1:hover{
    color: #fff;
    opacity: 0.9;
}
.address h3{
    font-size: 20px; 
    font-weight: 900;
    margin-bottom: 0px;
    margin-top: 0px;
}
.address-row {
    margin-top: 2px;
    background: #f2f2f2;
    padding: 7px 15px 2px;
    height: 75px;
}
.address-row h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #D2AD68;
}
.address-row p{
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
}
.address-row span {
    font-weight: 700;
    margin-top: 5px;
    display: block;
}
.card hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.theadB{
    background: #D2AD68;
    color: #fff;
}
.tableTheme tr th {
    padding: 3px 6px;
}
.tableTheme tr td {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 600;
}