.modal-playing {
  --bs-modal-width: 520px;
  --bs-body-bg: #000;
  --bs-modal-header-border-color: transparent;
  --bs-modal-footer-border-color: transparent;
  background-color: #000c;
  backdrop-filter: blur(1px);
  display: none;
  align-items: center;
}

.modal-playing.show {
  display: flex;
}

.modal-playing .modal-content {
  padding: 30px 40px;
  border-radius: 16px;
  background: #0C1016;
  border: 0.5px solid rgba(255, 255, 255, 0.20);
  min-width: 472px;
}

.modal-playing .modal-dialog {}

.modal-playing .modal-header {
  flex-direction: column;
  gap: 10px;
  padding: 0;
}

.modal-playing .modal-header h3 {
  margin-bottom: 0;
  color: #EB7332;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 5.52px;
  width: 100%;
  background: url('../../static/images/bumilu.png') center / contain no-repeat;
}

.modal-playing .modal-header p {
  color: rgba(255, 255, 255, 0.70);
  text-align: center;
  margin-bottom: 0;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.modal-playing .modal-header p span {
  color: #EB7332;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.modal-playing .modal-body {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-playing .modal-body .modal-body__item {
  padding: 16px 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  color: #FFF;
  text-align: center;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */
}

.modal-playing .modal-body .modal-body__item p {
  margin-bottom: 6px;
}

.modal-playing .modal-body .modal-body__item p span {
  color: #EB7332;
}

.modal-playing .modal-body .modal-body__item .linkText {
  
  color: rgba(255, 255, 255, 0.50);
  text-align: center;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}


.modal-playing .modal-body address {
  margin: 10px 0 0;
  color: #FFF;
  text-align: center;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
}

.modal-playing .modal-body address a {
  color: #EB7332;

  /* Regular */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.modal-playing .modal-footer {
  padding: 0 8px;
  display: flex;
  gap: 32px;
}

.modal-playing .modal-footer button {
  flex: 1;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EB7332;
  background: rgba(235, 115, 50, 0.12);
  color: #EB7332;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.modal-playing .modal-footer button.disagree {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

@media screen and (max-width: 824px) {
  .modal-playing {
    --bs-modal-width: 300px;
  }

  .modal-playing .modal-content {
    padding: 20px 28px;
    border-radius: 12px;
    /* border: none; */
    min-width: 300px;
    max-width: 90%;
    margin: 0 auto;
  }
  .modal-header-desc {
    font-size: 12px;
  }

  .modal-playing .modal-header h3 {
    background: none;
    color: #FFF;
    text-align: center;

    /* 18 */
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
  }

  .modal-playing .modal-header p {
    max-width: 200px;
  }

  .modal-playing .modal-body {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .modal-playing .modal-body .modal-body__item {
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .modal-playing .modal-body .modal-body__item p {
    margin-bottom: 0;
  }

  .modal-playing .modal-body .modal-body__item .linkText {
    font-size: 12px;
    line-height: 18px;
  }

  .modal-playing .modal-footer {
    padding: 0 8px;
    display: flex;
    gap: 12px;
  }

  .modal-playing .modal-footer button {
    font-size: 14px;
    line-height: 20px;
  }

  .modal-playing .modal-footer button.disagree {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.12);
    color: white;
  }
}