.event_info {
    margin-bottom: 1rem !important;
    }
    .event_info__event_name {
    padding: 0 0.8rem; 
    color: #1f1f21;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

::-webkit-input-placeholder { /* Edge */
    color: #babcbb;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #babcbb;
  }
  
  ::placeholder {
    color: #babcbb;
  }

.table td small {
    color: #8E8E93;
    display: block;
}

.table .form-control {
  padding: 0 0.6rem;
  margin: -0.6rem 0 -0.4rem;
  /* font-size: 1.4rem; */
  max-width: 100%;
}

select.form-control {
  -webkit-appearance: menulist;
  height: 2.4rem;
  border-radius: 10px !important;
  background: #fff;
  box-shadow: none !important;
}

.ticket_name p {
  /* margin-top: 10px!important; */
  margin-bottom: 5px!important;
  font-weight: 500;
  color: #1f1f21;
  font-size: 15px !important;
}

.ticket_description p {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}

.cut-line-ticket {
  position: relative;
  border-bottom-width: 1px;
  border-top: 0;
  border-radius: 0;
  border-left: 0;
  border-style: dashed;
  height: 1px;
  color: #c8c8c8;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ticket_price {
  font-size: 15px;
  font-weight: 500;
  color: #1f1f21;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ticket_box {
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
  padding-top: 5px;
}

.responsive {
  width: 100%;
  height: auto;
}

.event-desc-image {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
 
}

.event-desc-image img {
  border: 1px solid ;
  border-radius: 0.2rem;
  border-top-color: rgba(0, 0, 0, 0.04);
  border-right-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.16);
  border-left-color: rgba(0, 0, 0, 0.08);
}

.site-header {
  height: 3.5rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}

.site-header {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1), 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  background: #Fff;
}

.site-header__logo {
  display: block;
  /* padding: 0.4rem 1.6rem 0.4rem 0; */
  padding-left: 20px;
  padding-right: 20px;
  height: 3rem;
  line-height: 3.5rem;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none !important;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 24rem;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mt-form {
  margin-top: 3.5rem;
}

.bp_event_name h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 13px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
  display: block;
  margin: auto;
  text-align: center;
}

.ticket_image img {
  /* border: 1px solid ; */
  border-radius: 0.2rem;
  /* border-top-color: rgba(0, 0, 0, 0.04);
  border-right-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.16);
  border-left-color: rgba(0, 0, 0, 0.08); */
  max-height: 300px;
  max-width: 100%;
  width: auto;
  border-radius: 15px;
  text-align: center;
  display: block;
  margin: auto;
}

.ticket_image {
  /* border: 1px solid ;
  border-top-color: rgba(0, 0, 0, 0.04);
  border-right-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.16);
  border-left-color: rgba(0, 0, 0, 0.08); */
  /* border: 1px solid #efefef; */
}


.flex-ticket .right {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  justify-content: center;
  flex: 1;
  border-bottom: 1px solid #efefef;
}

.flex-ticket .left {
  flex: 0 1 30%;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1rem 1.5rem;
}

.flex-ticket {
    display: flex;
    align-items: stretch;
    transition: 300ms;
    position: relative;

}

.event-banner {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.site-footer {
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  color: #8E8E93;
  background: #fff;
  line-height: 1.5rem;
  z-index: 99;
  border-top: solid 0.1rem #e5e5e5;
}

.form-group > label.required:after {
  content: "✱";
  font-weight: 500;
  color: #cc0000;
  display: inline-block;
  position: relative;
  top: -0.3rem;
  margin-left: 0.2rem;
  font-size: 9px;
}

.form-text-info {
  font-size: 12px;
  color: #555; 
  padding-left: 5px; 
  font-weight: 400!important;
}

.radio--inline, .checkbox--inline {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0 1.2rem 0 0;
}

.radio, .checkbox {
  position: relative;
  display: block;
  min-height: 2rem;
  /* margin-bottom: 0.8rem; */
}

.radio input[type=checkbox]:checked ~ span:after, .radio input[type=radio]:checked ~ span:after, .checkbox input[type=checkbox]:checked ~ span:after, .checkbox input[type=radio]:checked ~ span:after {
  background: #4C4F55;
}

.input_type_file {
  line-height: 1.5 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
}

.inactive_link {
  pointer-events: none;
  cursor: default;
}

.main-table .table_borderless {
  border-left: none!important;
  border-right: none!important;
}

.gt_table {
  font-weight: 600;
}




