#reboot_popup_content_wrapper{


  overflow-x: hidden !important;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
     width:100%;
   height:100%;
   padding: 0 20px;
   margin-top:30px;
}
.reboot_popup_content{
  padding: 15px;
  overflow-x: hidden !important;

}
.popup_header{
  height:50px;


}
.closePopTR{
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-weight: bold;

}
.closePopTR:hover{
cursor:pointer;
}
.closePopTR > i {
  font-size:35px;
  color:black ;
}
.popup_header{
  background-color: #92ab91;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
}
.popup_title{
  margin-top: 5px;
  margin-left: 15px;
  color: white;
}
