.ui-widget.ui-widget-content {
  background-color: #131517;
  width: 100%;
  z-index: 999999999999999999999999999999999999999999999;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .4), inset 0 1px 1px rgba(255, 255, 255, .2);
  border: 1px solid #000;
  height: auto;
  /* display: table;
  position: absolute;
  overflow: hidden;
  padding: 8px 11px;
  //transition: 0.3s;
  transition-timing-function: ease-in-out;
  margin-bottom: 8px; */
}

.ui-widget-header {
  border: 1px solid #2b2c2d;
  background: #101113;
  color: #b3b8b9;
  font-size: 10px;
}

.ui-widget-overlay {
  background: #141416;
  opacity: 0.85;
  filter: Alpha(Opacity=30);
}

.ui-dialog-content,
.ui-widget-content {
  color: #fff;
}





.notification_container {
  position: fixed;
  top: 0;
  left: 0;
  /* top: -25%; */
  /* left: 40%; */
  /* transform: translate(-50%, -50%); */
  z-index: 0;
}

.notification_1 {
  height: auto;
  width: 100%;
  min-width: 280px;
  position: absolute;
  padding: 21px;
  margin-top: 65px;
  display: block;
  /* vertical-align: middle; */
  border-radius: 5px;
  background-color: #2d3332;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
  z-index: 0;
  top: 200px;
}




#centerpoint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0px 0px 0px -15px;
  align-items: center;
  justify-content: center;
  z-index: -3; */
}


.notification_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  z-index: 9;
}

/* KILLS THE BODY SCROLL */
.kill-body {
  max-height: 100vh;
  max-height: 100svh;
  overflow: hidden !important;
  user-select: none;
}

.dialog_real {
  position: fixed;
  min-width: 300px;
  margin: 45px 0px;
  width: auto;
  max-height: calc(90% - 25px);
  top: 0;
  padding: 20px;
  border-radius: 5px;
  background-color: #212224;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
  /* box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); */
  /* box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2); */
  z-index: 5;
  overflow-y: auto;
}

.dialog_real_inner {
  overflow-y: hidden;
  overflow-x: hidden;
}

.dialog_real .x-button {
  position: absolute;
  right: 2px;
  top: -3px;
  font-size: 19px;
  margin: 3px;
  padding: 6px 12px;
  z-index: 29;
  background: #fff;
  color: #000;
  border-radius: 30px;
}

/* @media only screen and (max-width: 415px) {
  #diag_msg_scroller {
    height: 100%;
  }
} */







.diag-pop-close {
  z-index: 5;
  padding: 5px 11.5px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 22px;
  width: 33px;
  height: 33px;
  margin-left: 2px;
  margin-top: 2px;
  color: #000000;
  background: #e9e9e9;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}





#msg_button,
.button-msg {
  background-color: #202424;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #1c2020;
  box-shadow: 0px 1px 0px 0px #6868685e;
  color: #fff;
}

.popout {
  animation: popout 0.4s;
  -webkit-animation: popout 0.4s;
}

.hidden {
  display: none !important;
}

@keyframes popout {
  from {
    transform: scale(0)
  }

  80% {
    transform: scale(1.05)
  }

  to {
    transform: scale(1)
  }
}

@-webkit-keyframes popout {
  from {
    -webkit-transform: scale(0)
  }

  80% {
    -webkit-transform: scale(1.05)
  }

  to {
    -webkit-transform: scale(1)
  }
}











.top-note {
  font-size: 11px;
  color: #e24b4b;
  POSITION: absolute;
  left: 17px;
  top: 37px;
}

.flag-position {
  color: #ff0000;
  position: relative;
  left: -30px;
  top: -5px;
}

.flag-position-2 {
  line-height: 8px;
  border-radius: 17%;
  background-color: #ff0000;
  position: relative;
  left: 11px;
  top: -31px;
  padding: 4px 2px;
  width: 18px;
  text-align: center;
  color: #000000;
  right: 4px;
  font-size: 11px;
  font-weight: 700;
}