.adrem-success,
.adrem-warning {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #222;
    background: #ffc107;
    padding: 10px 20px;
    border-radius: 32px;
    margin-bottom: 15px;
}

.adrem-success {
    color: #273481;
    background: #3ecc5d;
}

.adrem-warning a {
    color: #222;
    text-decoration: underline;
}

.has-error input {
    margin-bottom: 0;
}

.has-error .help-block {
    color: #d01c59;
    margin: 02px 0 15px;
    display: block;
    font-size: 14px;   
    font-weight: bold;
}

.adrem-text-primary {
    color: #ff4ba5;
}

.picker__select--month,
.picker__select--year {
    height: 36px !important;
    padding: 6px !important;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
}

.adrem-is-invalid {
    border-color: #dc3545 !important;
    border-width: 2px;
}

div[data-adrem-message] {
    display: none;
    color: #dc3545;
    padding: 5px 0;
    align-items: center;
}

div[data-adrem-message] svg {
    fill: #dc3545;
    margin-right: 10px;
}

div[data-adrem-info] {
    display: none;
    font-size: 14px;
}

.adrem-help {
    display: block;
    font-weight: normal; 
    line-height: 1.2;
    margin-bottom: 16px;
}


.col-inner .datepicker {
    width: 100% !important;
}

.col-inner .gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 14px;
    top: -7px;
    position: relative;
}

.col-inner .gform_title {
    display: none;
}

.gfield_required {
    display: none !important;
}