

/* ////////////////////////////////////////////////////   DEVICES   ////////////////////////////// */
/*
          ########   #######  ########  ##     ## ########
          ##     ## ##     ## ##     ## ##     ## ##     ##
          ##     ## ##     ## ##     ## ##     ## ##     ##
          ########  ##     ## ########  ##     ## ########
          ##        ##     ## ##        ##     ## ##
          ##        ##     ## ##        ##     ## ##
          ##         #######  ##         #######  ##
*/

.popup{
  position: fixed;
	top: 0px;
  left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3000;
  margin: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.92);
}
.popup .content{
  background: #fff;
  max-width: 800px;
  margin: 5vw !important;
  padding: 5vw !important;
}
.popup .btns{
  justify-content: center;
}
