#popup-container {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 370px;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 5px;
  display: none;
  z-index: 1000; }
  @media (max-width: 767px) {
    #popup-container {
      max-width: max-content; } }
  #popup-container .btn-default {
    width: 100%; }

.popup-content {
  padding: 10px;
  text-align: left; }

.popup-content h2 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px; }

.popup-content p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 20px; }

.popup-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/* Close Button */
#close-form-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: white; }

.toast-message {
  color: #0a0a0a;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  font-weight: 600;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Barlow-Regular"; }
  @media (max-width: 767px) {
    .toast-message {
      font-size: 14px;
      text-align: center;
      line-height: 20px; } }

.invalid {
  border-color: red; }

.error-message {
  color: #f93333;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500; }

.pdp-minute-popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 111;
  height: 100%; }

.pdp-minute-popup-content {
  max-width: 500px;
  margin: 1.75rem auto;
  background: #fff;
  border-radius: 10px;
  position: relative; }
  .pdp-minute-popup-content .modal-content {
    padding: 40px;
    border-radius: 10px; }
    .pdp-minute-popup-content .modal-content .input-wrap {
      margin-bottom: 20px; }
      .pdp-minute-popup-content .modal-content .input-wrap label {
        width: 100%;
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Gotham-Bold"; }
      .pdp-minute-popup-content .modal-content .input-wrap .inputDefault {
        width: 100%;
        height: 40px;
        border: 0;
        border-bottom: 1px solid #666666;
        padding: 0;
        font-size: 12px;
        font-family: "Gotham-Book"; }
    .pdp-minute-popup-content .modal-content .act-btn {
      text-align: right; }
    .pdp-minute-popup-content .modal-content .custom-form-btn {
      margin-bottom: 0; }
    .pdp-minute-popup-content .modal-content #close-form-popup {
      color: #333333; }

.bubble-bottomRight.custom-bubble-top {
  margin-bottom: 20em !important; }
