#wrapper {
  position: relative;
  padding: 20px 0 35px;
}
#wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../../../../resources/images/use/bg_content.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.top_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_page a.go_home {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.top_page a.go_home:hover {
  background: white;
}
.top_page .title {
  width: calc(100% - 35px);
  padding-left: 14px;
  font-size: 18px;
  color: #0DB3FE;
  font-weight: 600;
  font-family: SVN-Gilroy;
}

.gift_content {
  background: #FFF;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
          box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
}
.gift_content .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px 11px;
  border-bottom: 1px solid #224893;
  position: relative;
}
.gift_content .user:after {
  content: "";
  width: 39px;
  height: 2.5px;
  background: #224893;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 5px;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.gift_content .user .avatar {
  width: 60px;
}
.gift_content .user .info {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.gift_content .user .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #224893;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.gift_content .user .info .phone {
  padding-bottom: 5px;
}
.gift_content .list_item {
  padding: 0 15px;
}
.gift_content .list_item:not(.empty_data) {
  padding-bottom: 40px;
}
@media (min-width: 375px) {
  .gift_content .list_item:not(.empty_data) {
    padding-bottom: 50px;
  }
}
.gift_content .list_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
}
.gift_content .list_item .item .picture {
  width: 72px;
}
.gift_content .list_item .item .picture p {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 5px;
}
.gift_content .list_item .item .picture p img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-width: unset;
}
.gift_content .list_item .item .info {
  width: calc(100% - 72px);
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gift_content .list_item .item .info .title {
  font-size: 16px;
  color: #0DB3FE;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 6px;
  line-height: 20px;
}
.gift_content .list_item .item .info .short {
  color: #97B3C0;
  font-size: 14px;
  padding-bottom: 7px;
  line-height: 20px;
}
.gift_content .list_item .item .info .receive {
  font-size: 14px;
  color: #00AC17;
}
.gift_content .list_item .item .info .receive.no {
  color: #FA8A00;
}

.detail {
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
          box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
  padding: 15px;
  background: #FFF;
}
.detail .product {
  margin-bottom: 40px;
}
.detail .product .picture {
  width: 172px;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}
.detail .product .info {
  text-align: center;
  background: rgba(217, 243, 255, 0.5);
  border-radius: 20px;
  padding: 22px 15px;
}
.detail .product .info.no {
  padding-bottom: 0;
}
.detail .product .info .title {
  font-size: 16px;
  color: #0DB3FE;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 6px;
}
.detail .product .info .time {
  font-size: 14px;
  color: #97B3C0;
  line-height: 20px;
  padding-bottom: 6px;
}
.detail .product .info .receive {
  font-size: 14px;
  color: #00AC17;
  line-height: 20px;
}
.detail .product .info .receive.no {
  color: #FA8A00;
  margin-bottom: -16px;
}
.detail .product .info .btn_receive {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 190px;
  height: 50px;
  font-size: 19px;
}
.detail .content {
  line-height: 22px;
}
.detail .content .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
}
.detail .content .item_title p:first-child {
  width: 19px;
  height: 19px;
}
.detail .content .item_title p:last-child {
  width: calc(100% - 19px);
  padding-left: 11px;
  font-size: 16px;
  font-weight: 600;
  color: #224893;
}
.detail .content .item_content {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 14px;
}
.detail .content .item_content p:not(:last-child) {
  padding-bottom: 30px;
}

.num_gifts .top_page {
  position: relative;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.num_gifts .top_page a.go_home {
  position: absolute;
  left: 0;
  top: 0;
}
.num_gifts .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0DB3FE;
  text-align: center;
}
.num_gifts .title1 {
  color: #FA8A00;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 11px;
}
.num_gifts .content {
  margin-top: 18px;
  width: 100%;
}
@media (max-width: 400px) {
  .num_gifts .content {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.num_gifts table {
  width: 100%;
}
@media (max-width: 400px) {
  .num_gifts table {
    width: 360px;
  }
}
.num_gifts table thead tr th {
  font-size: 14px;
  color: #0267B1;
  font-weight: 600;
  padding-bottom: 10px;
}
.num_gifts table tbody td {
  color: #1E1E1E;
  font-weight: 500;
  border-top: 1px solid #EDEDED;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 50px;
}

#get_card {
  width: 404px;
  max-width: calc(100% - 18px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
          box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
  border-radius: 20px;
  background: white;
  padding: 20px 15px;
}
#get_card .form_title {
  text-align: center;
  padding-bottom: 22px;
}
#get_card .picture {
  text-align: center;
  width: 273px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 36px;
}
#get_card form input {
  width: 100%;
  height: 48px;
  border: 1px solid #97B3C0;
  text-align: center;
  color: #606060;
  border-radius: 8px;
  padding: 0 15px;
}
#get_card form input::-webkit-input-placeholder {
  color: #97B3C0;
}
#get_card form input::-moz-placeholder {
  color: #97B3C0;
}
#get_card form input:-ms-input-placeholder {
  color: #97B3C0;
}
#get_card form input::-ms-input-placeholder {
  color: #97B3C0;
}
#get_card form input::placeholder {
  color: #97B3C0;
}
#get_card form label.error {
  margin-top: 5px;
}
#get_card form .submit {
  text-align: center;
  padding-top: 36px;
}
#get_card form .submit button {
  height: 48px;
  background: #00AC17;
  min-width: 192px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: SVN-Gilroy;
  border-radius: 15px;
}

#get_gift {
  width: 404px;
  max-width: calc(100% - 18px);
  -webkit-box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
          box-shadow: 0 3px 20px rgba(0, 146, 206, 0.2);
  border-radius: 20px;
  background: white;
  padding: 20px 15px;
}
#get_gift .form_title {
  text-align: center;
  padding-bottom: 20px;
}
#get_gift .picture {
  text-align: center;
  width: 168px;
  max-width: 100%;
  margin: auto;
  padding-bottom: 32px;
}
#get_gift form .form-group {
  margin-bottom: 10px;
}
#get_gift form label.error {
  margin-top: 5px;
}
#get_gift form input, #get_gift form select {
  background: white;
  border-radius: 8px;
  border: 1px solid #D4E3EF;
  padding: 0 13px;
  font-size: 16px;
  color: #606060;
  height: 44px;
  width: 100%;
  font-family: SVN-Gilroy;
}
#get_gift form input::-webkit-input-placeholder, #get_gift form select::-webkit-input-placeholder {
  color: #97B3C0;
}
#get_gift form input::-moz-placeholder, #get_gift form select::-moz-placeholder {
  color: #97B3C0;
}
#get_gift form input:-ms-input-placeholder, #get_gift form select:-ms-input-placeholder {
  color: #97B3C0;
}
#get_gift form input::-ms-input-placeholder, #get_gift form select::-ms-input-placeholder {
  color: #97B3C0;
}
#get_gift form input::placeholder, #get_gift form select::placeholder {
  color: #97B3C0;
}
#get_gift form .select {
  position: relative;
}
#get_gift form .select:after {
  content: "";
  width: 13px;
  height: 7px;
  background: url("../../../../resources/images/use/down.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 20px;
}
#get_gift form .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#get_gift form .submit {
  text-align: center;
  padding-top: 35px;
}
#get_gift form .submit button {
  height: 48px;
  background: #00AC17;
  min-width: 192px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  font-family: SVN-Gilroy;
  border-radius: 15px;
}