.elementor-213 .elementor-element.elementor-element-44724a4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:9999999999;}.elementor-213 .elementor-element.elementor-element-44724a4:not(.elementor-motion-effects-element-type-background), .elementor-213 .elementor-element.elementor-element-44724a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor0 );}#elementor-popup-modal-213{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-213 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-213 .dialog-close-button{display:flex;}#elementor-popup-modal-213 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-213 .elementor-element.elementor-element-44724a4{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f7e92ed */#ipFlowPopup2 * {
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    
  }

  #ipFlowPopup2 .ip2-container {
    background: #020617;
    color: #e5e7eb;
    padding: 20px 22px;
    border-radius: 16px;
    border: 1px solid #1f2937;
    min-width: 700px;
  }

  #ipFlowPopup2 .ip2-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
  }

  #ipFlowPopup2 .ip2-indicator {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #f97373, #b91c1c);
    box-shadow: 0 0 10px rgba(248, 113, 113, 0.8);
  }

  #ipFlowPopup2 .ip2-title {
    margin: 0;
    font-size: 18px;
    color: #f9fafb;
  }

  #ipFlowPopup2 .ip2-subtitle {
    margin: 2px 0 0;
    font-size: 12px;
    color: #9ca3af;
  }

  /* Console */
  #ipFlowPopup2 .ip2-console {
    background: #020617;
    border-radius: 12px;
    border: 1px solid #1f2937;
    overflow: hidden;
    margin-bottom: 16px;
  }

  #ipFlowPopup2 .ip2-console-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    background: #020617;
    border-bottom: 1px solid #111827;
    font-size: 11px;
    color: #6b7280;
  }

  #ipFlowPopup2 .ip2-console-header .dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    display: inline-block;
  }
  #ipFlowPopup2 .ip2-console-header .red { background: #ef4444; }
  #ipFlowPopup2 .ip2-console-header .yellow { background: #facc15; }
  #ipFlowPopup2 .ip2-console-header .green { background: #22c55e; }

  #ipFlowPopup2 .ip2-console-title {
    margin-left: auto;
    opacity: 0.8;
  }

  #ipFlowPopup2 .ip2-console-body {
    background: radial-gradient(circle at top, #020617 0%, #020617 40%, #020617 100%);
    padding: 10px 12px;
    max-height: 180px;
    overflow: hidden;
    font-family: "JetBrains Mono", "SF Mono", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 11px;
    line-height: 1.5;
  }

  #ipFlowPopup2 .ip2-code-line {
    white-space: pre;
  }

  #ipFlowPopup2 .ip2-code-line-prefix {
    color: #4b5563;
    margin-right: 4px;
  }
  #ipFlowPopup2 .ip2-code-line-text {
    color: #e5e7eb;
  }
  #ipFlowPopup2 .ip2-code-line-error {
    color: #f97373;
  }
  #ipFlowPopup2 .ip2-code-line-warn {
    color: #facc15;
  }
  #ipFlowPopup2 .ip2-code-line-ok {
    color: #4ade80;
  }

  /* Buttons & sections */
  #ipFlowPopup2 .ip2-troubleshoot,
  #ipFlowPopup2 .ip2-result {
    background: #020617;
    border-radius: 12px;
    border: 1px solid #1f2937;
    padding: 12px 14px;
  }

  #ipFlowPopup2 .ip2-troubleshoot-title,
  #ipFlowPopup2 .ip2-result-title {
    margin: 0 0 6px;
    font-size: 14px;
    color: #e5e7eb;
  }

  #ipFlowPopup2 .ip2-troubleshoot-text,
  #ipFlowPopup2 .ip2-result-text {
    margin: 0 0 10px;
    font-size: 12px;
    color: #9ca3af;
  }

  #ipFlowPopup2 .ip2-result-warning {
    color: #f97373;
    font-weight: 600;
  }

  #ipFlowPopup2 .ip2-btn {
    border: none;
    outline: none;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.1s ease;
  }

  #ipFlowPopup2 .ip2-start-btn {
    background: #2563eb;
    color: #ffffff;
    width: 100%;
  }
  #ipFlowPopup2 .ip2-start-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
  }

  #ipFlowPopup2 .ip2-back-btn {
    background: #111827;
    color: #e5e7eb;
    width: 100%;
  }
  #ipFlowPopup2 .ip2-back-btn:hover {
    background: #020617;
    transform: translateY(-1px);
  }
  
  .dialog-close-button.dialog-lightbox-close-button{
      display: none !important;
  }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-44724a4 */.poppupbock{
    height:100dvh;
    width:100vw !important;
    min-width: 100vw;
    max-width: 100vw;
   
}

.dialog-message.dialog-lightbox-message{
    width: 100vw !important;
}/* End custom CSS */