.table-bordered{
    max-width: 100% !important;
}
th, td {
    padding:10px;
    border:1px solid #cccccc;
}
th {
    background-color:#F5F5F5;
    text-align:left;
}
ul.custom-li{
    list-style: none !important;
    padding-left: 0 !important;
}
ul.custom-li li{
    padding-left: 20px !important;
}
ul.custom-li li:before{
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-left: 1px solid #545454;
    border-bottom: 1px solid #545454;
    transform: rotate(225deg);
}
ul.custom-li li:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-left: 1px solid #545454;
    border-bottom: 1px solid #545454;
    transform: rotate(225deg);
}
.seataddouter {
    background: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.popupaddseat.ht-popup-nw {
    position: relative;
    background: #fff;
    padding: 35px;
    max-width: 650px;
    width: 95%;
    border-radius: 4px;
}
.addseatcross {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.popupaddseat.ht-popup-nw .addseatcross img{
    filter: invert();
}
.popupaddseat h5 {
    font-size: 28px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
}
.content-description p {
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
    max-width: 88%;
}
.popupaddseat.ht-popup-nw .add_seats_grp {
    margin: 0;
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
}
.dashboardouterthree .inpdashboard {
    width: calc(100% / 3 - 4px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 30px;
    margin-bottom: 45px;
}
.add_seats_grp .inpdashboard {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    background: #fff;
}
.inpdashboard label, .halftwotextarea label {
    font-size: 15px;
    color: #3b3b3b;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 9px;
    padding: 0 4px;
    z-index: 1;
}
.add_seats_grp.hf-height .inpdashboard label {
    left: 10px;
    top: -8px;
}
.inpdashboard input, .inpdashboard select, .inpdashboard textarea {
    width: 100%;
    border: 2px solid #b7b7b7;
    height: 52px;
    padding: 10px 14px;
    font-size: 16px;
    color: #222;
    font-family: 'Lato', sans-serif;
    border-radius: 3px;
    background: #fafafa;
}
.add_seats_grp .inpdashboard input, .add_seats_grp .inpdashboard textarea {
    background: #fff;
}
.add_seats_grp.hf-height .inpdashboard br {
    display: none;
}
.mkepayment {
    margin: auto;
    display: inline-flex;
    width: 100%;
    text-align: center;
}
.mkepayment button {
    background: #ff7500;
    border: 0px;
    font-size: 13px;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    padding: 13px 55px;
    min-width: 118px;
    margin: 0;
    position: relative;
}
.inpdashboard.valid-error input {
    border: 2px solid red;
}
.inpdashboard.valid-error {
    border-bottom: none !important;
    bottom: unset;
}
@media screen and (max-width: 767px) {
    .popupaddseat h5 {
        font-size: 22px;
    }
}
@media screen and (max-width: 575px) {
    .popupaddseat.ht-popup-nw {
        padding: 40px 20px 20px;
    }
    .popupaddseat .addseatcross {
        top: 10px;
        right: 10px;
    }
}
@media screen and (max-width: 425px) {
    .popupaddseat h5 {
        font-size: 20px;
    }
}