.uk-modal
  {
    display:none;
    position:fixed;
    top:0;right:0;bottom:0;left:0;
    z-index:999999999999;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    background:rgba(0,0,0,.6);
    opacity:0;
    /* -webkit-transition:opacity .15s linear; */
    /* transition:opacity .15s linear; */
    -webkit-transition: none;
    transition: none;
    touch-action:cross-slide-y pinch-zoom double-tap-zoom;
    /* -webkit-transform:translateZ(0); */
    /* transform:translateZ(0); */

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;

  }

#surbma-yes-no-popup {
  background-color: #cccccc;
  background: url('https://icon-key.pt/wp-content/uploads/2018/09/background1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Helvetica, Arial, Sans-Serif;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

#uk-modal-dialog {
  /* background: rgba(16, 16, 16, 0.2); */
  background: none;
  -webkit-transition: none;
  transition: none;
}

.uk-modal-dialog a {
   outline: 0;
}

.uk-modal-language-chooser {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 0.9em;
  background-color: #ffffff;
  margin-bottom: 60px;
}

h3.uk-modal-title {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 2em;
  font-weight: bold;
  color: #000000;
}

.uk-modal-content {
  color: #000000;
}

#language_list {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
    clear: both;
}

#language_list ul {
  list-style:none;
  position:relative;
  left:50%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#language_list ul li {
  float:left;
  position:relative;
  margin: 0px 15px 0px 0px;
  padding: 5px;
  color: #000000;
}

#language_list ul li a {
  display: block;
  color: #666666;
  text-align: center;
  text-decoration: none;
}

#language_list  li a:hover {
  text-decoration: underline;
}