.giftbox-hotspot-div {
    visibility: visible !important;
    z-index: 1 !important;
    cursor: pointer !important;
  }
  .giftbox-hotspot {
    transition: all 500 linear;
  }
  .giftbox-hotspot.hover {
    transform: scale(1.5);
  }
  #result_gift .modal-dialog {
    margin-top: 150px;
  }
  #result_gift .modal-body p {
    text-align: center;
    font-size: 21px;
  }

  #result_gift .modal-content {
    background-image: url("../image/success.html");
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #result_gift .modal-content.failed {
    background-image: url("../image/failed.html")!important;
  }
  
  #result_gift .modal-body .giftLuckNextTime {
    height: 14.5rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
  }
  
  #result_gift .modal-body .giftLuckNextTime .caption {
    font-weight: bold;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #1c476d;
  }
  #result_gift .modal-dialog .btnClose {
    position: absolute;
    background: #d54949;
    top: 15px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 12;
    border: none;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    border: none;
    transform: translate(calc(100% + 9px), -100%);
    padding: 0;
  }
  
  #result_gift .modal-dialog .btnClose img {
    width: 0.6875rem;
    height: 0.6875rem;
  }
  
  #result_gift .modal-dialog {
    pointer-events: all;
  }

  #result_gift .modal-body .receivedGift {
  }
  #result_gift .modal-body .receivedGift .giftHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  
  #result_gift .modal-body .receivedGift .giftHeader img{
    width: 8.8125rem;
    height: auto;
  }
  
  #result_gift .modal-body .receivedGift .giftHeader .congratulation {
    font-style: italic;
    font-weight: bold;
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #1c476d;
  }
  
  #result_gift .modal-body .receivedGift .giftHeader img {
    margin-right: 1rem;
  }
  
  #result_gift .modal-body .receivedGift .giftTitle {
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #545454;
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  #result_gift .modal-body .receivedGift .giftNote{
    font-size: 1rem;
    font-style: italic;
    color: #28649A;
  }
  #result_gift .receivedGift{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #result_gift .giftImage{
    border: 1px solid #1C476D;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 4px;
  }
  #result_gift .giftImage img{
    width: 20rem;
    height: auto;
    border-radius: 4px;
  }

  #result_gift .giftCode{
    color: #545454;
    font-size: 24px!important;
    font-weight: 700;
  }