/**
* Theme Name: Ponte Child
* Description: This is a child theme of Ponte.
* Author: <a href="https://neuronthemes.com">NeuronThemes</a>
* Template: ponte
* Version: 1.0.0
*/

.m-neuron-pagination {
  z-index: 9;
  position: relative;
}

.dialog-widget-content {
    background: rgba(244, 244, 244, 0.9) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}