.modal-playing {
  --bs-modal-width: 520px;
  --bs-body-bg: #000;
  --bs-modal-header-border-color: transparent;
  --bs-modal-footer-border-color: transparent;
  background-color: rgba(0, 0, 0, 0.4);
  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: #fff;
  border: none;
  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: #fb7299;
  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: #666;
  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: #fb7299;

  /* 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: #f5f5f5;
  color: #333;
  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: #fb7299;
}

.modal-playing .modal-body .modal-body__item .linkText {
  color: #999;
  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: #666;
  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: #fb7299;

  /* 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: none;
  background: #fb7299;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.modal-playing .modal-footer button.disagree {
  border: none;
  background: #fde9ef;
  color: #fb7299;
}

@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: #fb7299;
    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: none;
    background: #fde9ef;
    color: #fb7299;
  }
}