.checkbox-inline {
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
    width: 290px;
    border: 1px solid #999;
    background: #fff;
    padding: 20px;
}

.g-recaptcha {
    display: inline-block;
}

.ui-datepicker-month {
    color: black!important;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    color: #ccc!important;
}

::placeholder {
    overflow: visible;
}

input::-webkit-input-placeholder {
    font-size: .99rem;
}

.input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    background-color: #f9f9f9;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}


/* Different colored callouts for emphasis */

.bd-callout-primary {
    border-left-color: #007bff;
}

.bd-callout-secondary {
    border-left-color: #6c757d;
}

.bd-callout-success {
    border-left-color: #28a745;
}

.bd-callout-danger {
    border-left-color: #dc3545;
}

.bd-callout-warning {
    border-left-color: #ffc107;
}

.bd-callout-info {
    border-left-color: #17a2b8;
}

.bd-callout-light {
    border-left-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #343a40;
}

.bd-callout-dark {
    border-left-color: #343a40;
    background-color: #343a40;
    color: #f8f9fa;
}