/*
Theme Name: eSign & Send
Theme URI: https://esign-and-send.sharifberkeley.chatgpt.site/
Author: eSign & Send
Description: A responsive blue landing-page theme for the eSign & Send electronic signature service.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: esign-and-send
*/

html,
body,
#page,
.esign-site-frame {
  width: 100%;
  height: 100%;
  margin: 0;
}

html,
body {
  overflow: hidden;
}

.esign-site-frame {
  display: block;
  min-height: 100vh;
  border: 0;
  background: #f4f8ff;
}

.admin-bar .esign-site-frame {
  min-height: calc(100vh - 32px);
  height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
  .admin-bar .esign-site-frame {
    min-height: calc(100vh - 46px);
    height: calc(100vh - 46px);
  }
}
