/* Center the paywall form */

#oit-calendar-paywall-form form > div {
    margin-bottom: 30px;
}

#oit-calendar-paywall-form span {
    font-size: 14px;
    color: #3c434a;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

#oit-calendar-paywall-form ul.hs-error-msgs {
    list-style: none;
}

@media (max-width: 950px) {
  #oit-calendar-paywall-form .hs_chapters_interested_in {
    height: 250px;
    overflow: auto;
  }
}

#oit-calendar-paywall-form .hs_chapters_interested_in .input {
  -webkit-columns: 8 150px;
     -moz-columns: 8 150px;
          columns: 8 150px;
}


#oit-calendar-paywall-form .hs_chapters_interested_in .input input {
    margin-right: 10px;
}

#oit-calendar-paywall-form .hs_chapters_interested_in .input ul {
    list-style: none;
}

#oit-calendar-paywall-form label.hs-error-msg, #oit-calendar-paywall-form .hs_error_rollup {
    color: #f2545b;
    font-size: 14px;
}

#oit-calendar-paywall-form .container {
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    border: 2px solid #000;
    width: 90vw;
    height: 90vh;
    overflow: auto;
}

/* Style the email input field */
#oit-calendar-paywall-form input[type="email"], #oit-calendar-paywall-form input[type="text"] {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0;
    border-width: 0 0 2px;
    border-style: solid;
    border-color: #000;
    background: #fff;
}
  
/* Style the submit button */
#oit-calendar-paywall-form input[type="submit"] {
    padding: 10px 20px;
    background-color: #337ab7;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    font-weight: 700;
    color: #000;
    box-shadow: none;
    text-transform: uppercase;
}
  
/* Position the paywall form above all content */
#oit-calendar-paywall-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
}