/* your styles go here */
/*
* ===================================================
*     sizing area
* ===================================================
*/
.sizing-area-wrapper {
    display: none;
  }
  
  .sizing-area {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .sizing-area .sizing-area-form {
    width: 100%;
    max-width: 700px;
    margin: 20px;
  }
  
  .sizing-area .sizing-area-input {
    width: 100%;
    padding: 1rem 0;
    outline: none;
    font-size: 1.2em;
    font-weight: 300;
    background: none;
    border: none;
    border-bottom: 1px solid #aaa;
  }
  
  .sizing-area .sizing-area-button {
    position: absolute;
    right: 0;
    bottom: 15px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
  }
  
  .sizing-area .close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
    color: #555;
  }
  /* special css for forms */
  .spec {
    display:none;
  }
  