#elementor-popup-modal-1545 .dialog-widget-content{animation-duration:1s;background-color:rgba(0,0,0,0);}#elementor-popup-modal-1545{background-color:#FFFFFFAD;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1545 .dialog-message{width:1000px;height:1000px;align-items:flex-start;}#elementor-popup-modal-1545 .dialog-close-button{display:flex;top:9.7%;font-size:34px;}body:not(.rtl) #elementor-popup-modal-1545 .dialog-close-button{right:7.4%;}body.rtl #elementor-popup-modal-1545 .dialog-close-button{left:7.4%;}#elementor-popup-modal-1545 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-1545 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(max-width:1024px){#elementor-popup-modal-1545 .dialog-close-button{top:21.5%;}body:not(.rtl) #elementor-popup-modal-1545 .dialog-close-button{right:14.5%;}body.rtl #elementor-popup-modal-1545 .dialog-close-button{left:14.5%;}}@media(max-width:767px){#elementor-popup-modal-1545 .dialog-close-button{top:9.7%;}body:not(.rtl) #elementor-popup-modal-1545 .dialog-close-button{right:40px;}body.rtl #elementor-popup-modal-1545 .dialog-close-button{left:40px;}}/* Start custom CSS *//* For Webkit browsers (e.g., Chrome, Safari) */
::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

::-webkit-scrollbar-thumb {
  background-color: #12807F; /* Set the color of the scrollbar thumb */
}

/* For Firefox */
/* You may need to use !important to override Firefox default styles */
/* If you're using Firefox, you can test if it works without !important first */
/* If not, you can add it to each rule */

/* Set the width of the scrollbar */
/* Set the color of the scrollbar thumb */
/* Note: Firefox does not support changing the scrollbar track color */
/* The thumb color will be applied to the entire scrollbar */

/* You can also add these styles to other scrollbar-related pseudo-elements as needed */
/* For example, ::-webkit-scrollbar-track, ::-webkit-scrollbar-button, etc. */

/* Add other browser-specific styles as needed */
/* You can use browser-specific prefixes for more compatibility */

/* For Microsoft Edge (EdgeHTML) */
/* Note: EdgeHTML is deprecated, and the newer Edge (Chromium) uses Webkit styles */
/* If you're using the new Edge, the Webkit styles should work */

/* For Internet Explorer */
/* Note: Internet Explorer is deprecated, and it's recommended to use a more modern browser */

/* For older versions of Firefox (before Firefox 64) */
/* You may need to use the -moz- prefix for older Firefox versions *//* End custom CSS */