@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0; }

.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 40px 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .sample-popup.opened {
    opacity: 1;
    visibility: visible; }
  .sample-popup .sample-popup-in {
    text-align: left;
    position: relative;
    flex: 0 0 auto;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: inline-block;
    width: 643px;
    padding: 67px 70px 55px;
    background: #fff url(bg.jpg) 50% 0 no-repeat;
    position: relative;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    border: 4px solid #95ba30; }
  .sample-popup .sample-close {
    z-index: 2;
    position: absolute;
    cursor: pointer;
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -11px;
    top: -47px; }
  .sample-popup .sample-popup-text {
    color: #000;
    font-size: 19px;
    line-height: 1.6; }
    .sample-popup .sample-popup-text p:first-child {
      margin-top: 0; }
      .sample-popup .sample-popup-text p:last-child {
        margin-bottom: 0; }
  .sample-popup .sample-popup-btn {
    margin: 30px 0 0; }
    .sample-popup .sample-popup-btn a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      background: #95ba30;
      border-radius: 5px;
      text-decoration: none;
      width: 306px;
      min-height: 70px;
      padding: 10px 15px;
      max-width: 100%; }

@media (max-width: 640px) {
  .sample-popup .sample-popup-in {
    padding: 30px 20px; }

  .sample-popup .sample-popup-btn a {
    min-height: 50px;
    font-size: 19px; }

  .sample-popup .sample-popup-text {
    font-size: 18px;
    line-height: 1.3; } }

.dn {
  display: none; }
