/* The Modal (background) */
.pocketi__modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */ }
  .pocketi__modal .modal-content {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 30px;
    overflow: hidden; }
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
  .pocketi__modal .close {
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    font-weight: 400;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    color: #5cb85c;
    transition: all 0.3s ease-in-out; }
  .pocketi__modal .close:hover,
  .pocketi__modal .close:focus {
    text-decoration: none;
    cursor: pointer;
    transform: rotate(90deg); }
  .pocketi__modal .modal-header {
    padding: 2px 16px;
    color: white; }
    .pocketi__modal .modal-header .modal__heading {
      margin-top: 0;
      margin-bottom: 25px;
      text-align: center; }
  .pocketi__modal .modal-body {
    padding: 2px 16px; }
  .pocketi__modal .modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white; }
  .pocketi__modal .tab__container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px; }
    .pocketi__modal .tab__container .wpcf7 .wpcf7-form input {
      height: 50px !important;
      border-radius: 60px;
      padding: 13px 18px !important; }
    .pocketi__modal .tab__container .wpcf7 .wpcf7-form textarea,
    .pocketi__modal .tab__container .wpcf7 .wpcf7-form select {
      height: 50px !important;
      padding: 13px 18px !important; }
    .pocketi__modal .tab__container .wpcf7 .wpcf7-form textarea {
      height: 80px !important; }

/*# sourceMappingURL=style.css.map */
