span{
			font-size: 30px;
			font-weight: bold;
		}
		.times p {
  			font-weight: 300;
  			margin: 0;
  			font-size: 24px;
		}
		.hr_new {
  			border: 1px solid black;
  			width: 70%;
		}
    .hr_newt {
        border: 1px solid black;
        width: 50%;
    }
		a{
			font-size: 16px;
			font-weight: bold;
		}
		.c{
			text-align: center;
		}

.title_header {
  margin-top: -45px;
  color: #000000;
  font-family: Mitr;
  z-index: 4;
}

.title_header p {
  font-weight: 300;
  margin: 0;
  font-size: 14px;
}

.title_header span {
  font-weight: 500;
  font-size: 24px;
  line-height: 19px;
}

.row_items {
  display: flex;
  flex-direction: column;
}

.card {
  position: relative;
  display: grid;
  grid-template-columns: 65% 35%;
  width: 100%;
  height: 115px;
  background: #E9E9E9;
  box-shadow: 0px 3px 4px rgba(0, 49, 221, 0.25);
  border-radius: 15px;
  margin-top: 11px;
}

.card_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  font-family: Mitr;
  z-index: 3;
  position: relative;
}
.card_title > div {
  padding: 0 0px 14px 16px;
}
.card_title > div > p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #050505;
  line-height: 16px;
  font-weight: 400;
}

.card_title > div > span {
  font-size: 14px;
  font-weight: 300;
  color: #8d8d8d;
  margin-top: -20px;
}

.card_title > div > span > b {
  color: #0067e0;
  font-weight: 300;
}

.card_icon {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

.card_icon img {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 44px;
  top: 24px;
}

.card_bg {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/card_bg.png);
}

.small_card {
/*  background: rgba(24,97,234,0.8);*/
	background: #0077c1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 11px;
  justify-content: space-between;
}

.small_card_title {
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.small_card_title img {
  height: 25px;
  width: 25px;
  border: 4px solid #fff;
  border-radius: 99999px;
}

.small_card_title span {
  font-family: Mitr;
  color: #fff;
  font-size: 18px;
  margin-left: 6px;
  font-weight: 400;
}
.small_card_title a {
  font-family: Mitr;
  color: #fff;
  font-size: 18px;
  margin-left: 6px;
  font-weight: 400;
}
.small_card_date_tag {
  display: flex;
  flex-direction: column;
  font-family: Mitr;
  width: 64px;
  height: 64px;
  background-color: #E9E9E9;
  border-radius: 10px;
  text-align: center;
}
.small_card_date_tag span {
  font-size: 9px;
  color: #0040b8;
  background-color: #c2d8ff;
  width: 44px;
  margin: 0 auto;
  border-radius: 0px 0px 5px 5px;
}

.small_card_date_tag b {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #FF0004;
  font-size: 24px;
  line-height: 20px;
  margin-top: 6px;
}

.small_card_date_tag p {
  margin: 0;
  color: #050505;
  font-size: 10px;
  font-weight: 300;
  opacity: 0.6;
}
.small_card_date_tag a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #ff730a;
  font-size: 15px;
  line-height: 20px;
  margin-top: 20px;
}

.reward_title {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 9px;
  margin-top: 20px;
}

.reward_title_icon {
  margin-right: 10px;
}

.reward_title_icon img {
  width: 64px;
  height: 64px;
  border: 4px solid #708090;
  border-radius: 99999px;
}

.reward_title_text {
  font-family: Mitr;
  color: #0077c1;
}

.reward_title_text h3 {
	color: #708090;
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 36px;
  margin: 0;
}

.reward_title_text span {
  font-weight: 300;
}

.reward_title_text span b {
  font-weight: 400;
}

.ticket {
  width: 100%;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/ticket.svg");
  margin-top: 15px;
}

.ticket_number {
  display: flex;
}

.ticket_title {
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  color: #823800;
  margin-top: -10px;
}

.ticket_number div:not(:last-child) {
  margin-right: 6px;
}

.ticket_number div {
  background: #ff6d00;
  border: 1px solid #e36100;
  box-sizing: border-box;
  border-radius: 7px;
  width: 27px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;

  text-align: center;

  color: #ffffff;
}
.two_reward {
  margin-top: 10px;
  background: #0033b6;
  border-radius: 11px;
  display: flex;
  justify-content: space-between;
  padding: 0 19px;
  font-family: Mitr;
  color: #fff;
  height: 67px;
  align-items: center;
}
.two_reward_number {
  display: flex;
}
.two_reward_number div:not(:last-child) {
  margin-right: 6px;
}

.two_reward_number div {
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  background: #00278c;
  border: 1px solid #002074;
  box-sizing: border-box;
  border-radius: 7px;
  width: 27px;
  height: 42px;
}

.three_reward {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.three_reward_item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 51, 182, 0.7);
  border-radius: 11px;
  width: 117px;
  height: 67px;
  display: flex;
}

.three_reward_title {
  color: #fff;
  font-family: Mitr;
}

.three_reward_title p {
  margin: 0;
  font-weight: 300;
  font-size: 12px;
}

.three_reward_title b {
  font-weight: 400;
  font-size: 14px;
}

.reward_table {
  margin-top: 10px;
}
.reward_table > table {
  width: 100%;
  margin-top: 9px;
  border-collapse: collapse;
}
.reward_table > table > thead > tr > th {
  background: #0043c2;
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 0;
}

.reward_table > table > thead > tr > th:first-child {
  border-radius: 11px 0 0 0;

  padding-left: 16px;
  text-align: left;
}

.reward_table > table > thead > tr > th:last-child {
  border-radius: 0 11px 0 0;
}

.reward_table > table > tbody > tr > td:first-child {
  padding-left: 16px;
  text-align: left;
}

.reward_table > table > tbody > tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.1);
}

.reward_table > table > tbody > tr:nth-child(even) {
  background: #4681ee;
}

.reward_table > table > tbody > tr > td {
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  padding: 13px 0;
}

.reward_table_title {
  display: flex;
  justify-content: space-between;
  font-family: Mitr;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  align-items: center;
  color: #ffffff;
}

.reward_table_title h3 {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}

.reward_table_title span {
  font-weight: 300;
  font-size: 13px;
}
.two_reward_with_text > .three_reward_item {
  background: none;
  width: auto;
}
.two_reward_with_text {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(0, 51, 182, 0.7);
  border-radius: 11px;
  width: 140px;
  height: 67px;
  padding: 0 10px;
}

.two_reward_with_text_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (min-width: 500px) {
  .container {
    width: 375px;
  }

  .header_bg img {
    left: 0;
/*    right: -200px;*/
	  right: 0;
    margin: auto;
  }
}
.img_prize {
  width:45%;
  border-radius: 50%;
  border-style: outset;
}
.img_home {
  max-width: 200px;
  margin-top: 10px;
  margin-left: 250px;
}