

body{
font-family: "Red Hat Display", sans-serif !important;
 background: #1267c1;
  font-family: 'Roboto';
  color: #000 !important;
}


.ticket {
  /* background: #1267c1; */
  /* color: #fff; */
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: anchor-center;
}

.grid-margin {
  display: grid;
}
.add-to-calender {
    display: block;
    background-color: #2869b3;
    color: #fff !important;
    width: 100%;
    border: none;
    padding: 10px 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.add-to-calender:hover {
	text-decoration:none;
    background-color: #000;

}
.ticket-inner {
  background: #fff;
  border-radius: 20px 20px 0 0;
  /* height: 500px; */
  width: 375px;
  /* overflow: hidden; */
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
}
.ticket-inner:last-child {
  border-radius: 15px;
}

.grid-margin > .ticket-inner {
  margin: auto;
}

.ticket-inner .line {
  position: relative;
  margin: 10px 0px 10px 0px;
  border-top: 1px dashed #1267c1;
  border-bottom: 1px dashed #1267c1;
}

.ticket-inner .line:after {
	content: '';
	display: block;  
	position: absolute;
	right: 0px;
	top: 50%;
	/* margin-top: -10px; */
	width: 0;
	height: 0;
  transform: translate(0%, -50%);
	border-top: 15px solid transparent;
	border-right: 15px solid #1267c1;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}

.ticket-inner .line:before {
	content: '';
	display: block;  
	position: absolute;
	left: 0px;
	top: 50%;
	/* margin-top: -10px; */
	width: 0;
	height: 0;
	transform: translate(0%, -50%);
	border-top: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #1267c1;
}


/*input-text css */
.input-field {
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.input-field input {
  width: 100%;
  height: 40px;
  /* border-radius: 6px; */
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  padding: 0 5px;
  border: 1px solid #d1d2d4;
  background: transparent;
  color: #000;
  outline: none;
}
.input-field label {
  position: absolute;
/*  top: 50%;	*/
  top:2px;
  background-color:#fff;
  left: 5px;
  transform: translateY(-50%);
  color: #888;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s;
  padding: 0 3px;
  line-height: 16px;
}
input:focus {
  border: 2px solid #1267c1;
}
input:focus ~ label,
input:valid ~ label {
  top: 2px;
  left: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 3px;
  background: #fff;
}

/* CSS Start */

.logo{
  height: 80px;
  padding: 20px 15px 10px;
}
.details{
  padding: 15px;
}
.topic span{
  font-size: 14px;
  line-height: 16px;
}
.topic{
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
 margin-bottom: 20px; 
  padding: 0px 5px;
}


.date-time{
  display: flex;
  justify-content: space-around;
}
.date-inner, .time-inner{
  display: flex;
  align-items: center;
  gap: 5px;
}
.date-text{
  display: flex;
  align-items: center;
  gap: 5px;
}
.time-text{
  display: flex;
  align-items: end;
  gap: 5px;
}
.date-number, .time-number{
  font-size: 35px;
  color: #ff0000 !important;
  line-height: 30px;
}
.date-month{
  line-height: 19px;
  font-weight: 500;
  font-size: 20px;
}
.time-month{
  line-height: 24px;
  font-weight: 500;
  font-size: 20px;
}
.date-day{
  line-height: 15px;
  font-weight: 400;
  font-size: 15px;
}
.time-date-line{
  width: 1px;
  height: auto;
  background: #e2e2e2;
}

.speaker span{
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.designation{
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  margin: 8px 0px;
}
.speaker{
  border-radius: 8px 8px 0px 0px;
  padding: 10px 15px 5px 15px;
  background-color: #daecff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 8px;
  /* padding: 0px 5px; */
}
.speaker-name{
  border-radius: 0px 0px 8px 8px;
  padding: 0px 15px 10px 15px;
  background-color: #daecff;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.speaker-line{
  width: 100%;
  height: 1px;
  background-color: #d1d2d4;
}
.box{
  background: #f6f6f6;
  padding: 5px;
}

.ticket-button{
  display: flex;
  gap: 2px;
}

.ticket-button-main{
  padding: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  /* color: #000; */
  font-size: 13px;
  line-height: 0px;
  text-decoration: none;
  font-weight: 500;
  /* overflow: hidden; */
  justify-content: center;
}

.download-ticket:focus{
  border-top: none;
  border-left: none;
}

.add-calender{
  background-color: #2869b3;
  color: #fff;
  border-radius: 0 0 0 17px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.download-ticket{
  border-top: none;
  border-left: none;
  background-color: #85c440;
  color: #fff;
  border-radius: 0 0 17px 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.details.form{
  padding-bottom: 10px;
}

.form-button{
  /* margin-top: 10px; */
  border: 2px solid #000;
  background-color: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  line-height: normal;
}

@media (max-width: 375px) {
  .ticket.grid-margin{
    padding: 5px;
  }
  .ticket-inner{
    width: 100%;
  }
  .ticket-button-main{
    padding: 8px;
    font-size: 12px;
    line-height: 0px;
  }
}

.gap-1 {
    gap: .25rem !important;
}
.banner-design{
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  /* padding: 10px; */
  text-align: center;
  margin-bottom: 20px;
  background: #f5f5f5;
}

.banner-design img{
  max-width: 100%;
  height: 100%;
  /* max-height: 100%; */
  max-height: 200px;
}
.name-width-photo {
    display: flex;
    align-items: start;
    /* gap: 10px; */
    justify-content: space-between;
}


.name-width-photo:nth-child(2), .name-width-photo:nth-child(3), .name-width-photo:nth-child(4){
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.partner-images img{
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-left: 10px;
}
