/* Larger event date background circle */
.eb-event-date {
    background-image: none!important;
    border-radius: 100%;
    font-family: inherit;
    height: 70px;
    width: 70px;
    text-align: center;
}

input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    display: block;
    width: 100%;
    /* padding: 14px 20px; */
    font-size: 1rem;
    line-height: 1.25;
    color: #1D252D;
    background-color: transparent;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
  
  /* Check box spacing */
.form-check-input {
    margin-right: 10px;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

/* Calendar Styling */
.regpro-calendarMonthHeader {
    background-color: #FE4646;
}