@charset 'utf-8';
#sandbox_theme_panel_779209 {
  width: 120px !important;
  top: 50px !important;
  color: #000; }

.form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .form-wrapper.opened {
    opacity: 1;
    visibility: visible; }
  .form-wrapper .form-wrapper-inner {
    width: 500px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative; }
  .form-wrapper .form-wrapper__text {
    font-size: 16px;
    color: #333;
    text-align: center; }
  .form-wrapper .icon-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: rgba(0, 0, 0, 0) url("/shared/highslide-4.1.13/graphics/close.png") repeat scroll 0 0;
    width: 30px;
    height: 30px;
    cursor: pointer; }
