/* .input-field input[type=text].invalid+label,
.input-field input[type=number].invalid+label,
.input-field input[type=tel].invalid+label {
    left: 1.75rem !important;
    top: 0.75rem !important;
} */

.input-field input[type=text]+label,
.input-field input[type=text]:focus+label,
.input-field input[type=number]+label,
.input-field input[type=number]:focus+label,
.input-field input[type=tel]+label,
.input-field input[type=tel]:focus+label {
    left: 0.75rem !important;
    top: 0rem !important;
}

.input-field input[type=number].invalid {
    border: 1px solid #f56a79 !important;
    border-bottom: 1px solid #f56a79 !important;
    box-shadow: 0 1px 1px 0 rgb(44 39 56 / 7%), 0 2px 1px -1px rgb(44 39 56 / 6%), 0 1px 3px 0 rgb(44 39 56 / 10%) !important;
}

.tooltip_icon {
    margin: 3px 20px 3px 20px !important
}

/*.icon {*/
i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}

.circle {
    position: relative;
    margin-right: 16px;
    margin-bottom: 16px;
    /* float: left; */
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}

/*}*/
.select-wrapper {
    margin: 10px 0 0px 0;
}

.select-wrapper+label {
    top: -40px;
    left: 12px;
}

.input-field .select-wrapper input[type=text]:focus {
    border: 0px solid #00B3FE !important;
    border-bottom: 0px solid #00B3FE !important;
    box-shadow: 0 0 0 0 rgb(44 39 56 / 7%), 0 0 0 0 rgb(44 39 56 / 6%), 0 0 0 0 rgb(44 39 56 / 10%) !important;
}

.error-required:before{
  content:"*";
  font-weight:bold;
}