.elementor-3280 .elementor-element.elementor-element-d2f2889{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-3280 .elementor-element.elementor-element-88f7688 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}#elementor-popup-modal-3280 .dialog-widget-content{animation-duration:1.2s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3280{background-color:#000000CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3280 .dialog-message{width:500px;height:600px;align-items:flex-start;}#elementor-popup-modal-3280 .dialog-close-button{display:flex;}/* Start custom CSS */#elementor-popup-modal-3280 {
  backdrop-filter: blur(5px);
}
/* POPUP MAIN WRAPPER FIX */
.dialog-widget-content {
  overflow: hidden !important;
  border-radius: 30px !important;
}
/* INNER SCROLL AREA */
.dialog-widget-content .elementor-popup-modal {
  overflow: hidden;
}

/* ACTUAL SCROLL CONTAINER */
.dialog-widget-content .elementor-section {
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 10px;
}
/* SCROLLBAR STYLE */
.dialog-widget-content ::-webkit-scrollbar {
  width: 5px;
}

.dialog-widget-content ::-webkit-scrollbar-track {
  background: transparent;
}

.dialog-widget-content ::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.dialog-widget-content ::-webkit-scrollbar-thumb:hover {
  background: #ff2b2b;
}/* End custom CSS */