/* Modal Area */
.custom__modal {
  background: #424151;
  color: #fff;
  padding: 12px;
}

.custom__modal-btn {
  all: unset;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: -16px;
  right: -16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a489;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.custom__modal-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.custom__modal p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
  margin-bottom: 8px;
}

.custom__modal p a {
  text-decoration: underline;
  color: #fff;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  height: 0;
}
.responsive-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* Modal Area */

/* Modal Responsive */
@media (max-width: 767.98px) {
  .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }

  .custom__modal-btn {
    top: -12px;
    right: -12px;
    width: 28px;
    height: 28px;
  }

  .custom__modal-btn img {
    width: 10px;
    height: 10px;
  }
}
/* Modal Responsive */
