.elementor-17740 .elementor-element.elementor-element-289b5822{--display:flex;--justify-content:flex-start;--gap:4px 4px;--row-gap:4px;--column-gap:4px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:4px;--padding-bottom:4px;--padding-left:4px;--padding-right:4px;min-height:calc(77vh - 70px);}.elementor-17740 .elementor-element.elementor-element-5d0d242b .elementor-heading-title{font-family:var( --e-global-typography-6264ca9-font-family ), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif;font-size:var( --e-global-typography-6264ca9-font-size );font-weight:var( --e-global-typography-6264ca9-font-weight );line-height:var( --e-global-typography-6264ca9-line-height );}#elementor-popup-modal-17740 .dialog-widget-content{animation-duration:0.3s;background-color:var( --e-global-color-58239fb );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-b22920e );border-radius:24px 24px 24px 24px;box-shadow:2px 8px 23px 3px rgba(0, 0, 0, 0.5019607843137255);margin:0px 0px 0px 0px;}#elementor-popup-modal-17740{background-color:#00A6FF30;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-17740 .dialog-message{width:70vw;height:70vh;align-items:flex-start;padding:0px 0px 0px 0px;}#elementor-popup-modal-17740 .dialog-close-button{display:flex;top:20px;font-size:30px;}.elementor.elementor-17740{position:initial;}body:not(.rtl) #elementor-popup-modal-17740 .dialog-close-button{right:24px;}body.rtl #elementor-popup-modal-17740 .dialog-close-button{left:24px;}@media(max-width:1024px){.elementor-17740 .elementor-element.elementor-element-5d0d242b .elementor-heading-title{font-size:var( --e-global-typography-6264ca9-font-size );line-height:var( --e-global-typography-6264ca9-line-height );}.elementor.elementor-17740{position:initial;}}@media(max-width:767px){.elementor-17740 .elementor-element.elementor-element-289b5822{min-height:calc(85vh - 20px);}.elementor-17740 .elementor-element.elementor-element-5d0d242b .elementor-heading-title{font-size:var( --e-global-typography-6264ca9-font-size );line-height:var( --e-global-typography-6264ca9-line-height );}#elementor-popup-modal-17740 .dialog-message{width:85vw;height:85vh;}#elementor-popup-modal-17740{align-items:flex-start;}.elementor.elementor-17740{position:initial;}#elementor-popup-modal-17740 .dialog-close-button{top:92%;font-size:36px;}body:not(.rtl) #elementor-popup-modal-17740 .dialog-close-button{right:24px;}body.rtl #elementor-popup-modal-17740 .dialog-close-button{left:24px;}#elementor-popup-modal-17740 .dialog-widget-content{margin:16px 0px 0px 0px;}}/* Start custom CSS */.dialog-widget-content {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding: 20px; /* Adjust padding as needed */
  border: 1px solid rgba(0, 0, 0, 0.1); /* Add a subtle border */
  border-radius: 4px; /* Add border radius for a softer look */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
}

.dialog-overlay {
  overflow: hidden !important;
}

/* Customize scrollbar appearance */
.dialog-widget-content::-webkit-scrollbar {
  width: 8px;
}

.dialog-widget-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.dialog-widget-content::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Adjust track color */
}/* End custom CSS */