// ===
// Fb Message Chat
// ===
// stylelint-disable selector-class-pattern, selector-id-pattern, no-descending-specificity
#fb-customer-chat {
  z-index: $z-index-fbchat;

  iframe {
    // bottom: 160px !important;
    z-index: $z-index-fbchat-iframs !important;
  }
}

.fb_dialog {
  z-index: $z-index-fbchat-iframs !important;
  // opacity: 0;
  // animation: fb_dialog_fadein 0.3s 0.6s forwards;

  .fb_dialog_content > iframe {
    // bottom: 95px;
    // opacity: 0;
  }

  .container {
    // bottom: 237px !important;
  }
}

.fb_customer_chat_bounce_in_v2 {
  // bottom: 300px !important;
}

@keyframes fb_dialog_fadein {
  100% {
    opacity: 1;
  }
}
