/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Material css */
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
  
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
label.mdc-text-field--textarea {
    position: relative;
}
.gform_wrapper .top_label .gravitizer_field input.small, .gform_wrapper .top_label .gravitizer_field input.medium, .gform_wrapper .top_label .gravitizer_field input.large {
    width: 100%;
}
.gravitizer-large {
    width: 100%;
}
.gravitizer-small {
    width: 25%;
}
.gravitizer-medium {
    width: 50%;
}



/* Text field */
.mdc-form-field, .mdc-floating-label,.mdc-select__selected-text {
    font-family: inherit;
}
.mdc-select__selected-text,.mdc-select--outlined .mdc-select__selected-text {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
}
.gfield_error .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color : #b00320;
}
.mdc-text-field:not(.mdc-text-field--outlined), .mdc-text-field:not(.mdc-text-field--outlined).mdc-text-field--focused.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused, .mdc-text-field:not(.mdc-text-field--outlined):focus {
    height: auto;
    background: #fff;
    overflow: visible;
}
.mdc-text-field:not(.mdc-text-field--outlined):before, .mdc-text-field:not(.mdc-text-field--outlined):after {
    background-color: transparent;
}
.mdc-text-field:not(.mdc-text-field--outlined) input[type=text] {
    border-top:0;
    border-left: 0;
    border-right: 0;
    margin-top: 10px;
}
.mdc-text-field:not(.mdc-text-field--outlined) .mdc-floating-label, .mdc-text-field:not(.mdc-text-field--outlined) .mdc-floating-label.mdc-floating-label--float-above {
    left:0px;
}
.mdc-text-field:not(.mdc-text-field--outlined).mdc-text-field--with-leading-icon .mdc-floating-label {
    left:53px;
}
.mdc-text-field:not(.mdc-text-field--outlined) .mdc-floating-label--float-above {
    -webkit-transform: translateY(-27px) translateX(-14px) scale(0.75);
    transform: translateY(-27px) translateX(-14px) scale(0.75);
}
.mdc-text-field:not(.mdc-text-field--outlined).mdc-text-field--with-leading-icon .mdc-floating-label--float-above {
    -webkit-transform: translateY(-27px) translateX(-14px) scale(0.75);
    transform: translateY(-27px) translateX(0px) scale(0.75);
}
.gform_wrapper .mdc-text-field:not(.mdc-text-field--outlined) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0;
    padding-left: 5px;
    border-radius: 0;
}
.gform_wrapper .mdc-text-field:not(.mdc-text-field--outlined).mdc-text-field--with-leading-icon input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 0;
    padding-left: 52px;
    border-radius: 0;
}
.gform_wrapper .mdc-text-field:not(.mdc-text-field--outlined).mdc-text-field--with-trailing-icon input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-right: 50px;
}

.mdc-text-field:not(.mdc-text-field--outlined) .mdc-text-field__input {
    height: 46px;
}
.mdc-floating-label {
    line-height: 24px;
}



/* Address field */
body .gform_wrapper .top_label .ginput_container_address .ginput_container{
    margin-top: 20px;
}
body .gform_wrapper .top_label .ginput_container_address .ginput_container .mdc-select__anchor{
    margin-top: 2px;
}
body .gform_wrapper .top_label .ginput_container_address .address_state .ginput_container .mdc-select__anchor{
    margin-top: 0px;
}
.gform_wrapper .field_sublabel_below .ginput_complex .ginput_container.gravitizer_field label, .gform_wrapper .field_sublabel_above .ginput_complex .ginput_container.gravitizer_field label {
    display: flex;
}




/* Name field */
.ginput_container_name .mdc-select__anchor {
    margin-top: 1px;
}

/* Date field */
.datedropper:not(.picker-modal) {
    z-index: 9999;
}


/* Select field */
.mdc-select {
    height: 51px;
}
.mdc-select__dropdown-icon {
    z-index: 1;
}
.mdc-select .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch {
    display: flex;
    align-items: center;
}
.mdc-select .mdc-notched-outline:not(.mdc-notched-outline--notched) .mdc-notched-outline__notch span {
    position: unset;
}
.mdc-select:not(.mdc-select--outlined) .mdc-floating-label {
    left: 0px;
    top: 16px;
}
.mdc-select--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
    padding-right: 0px;
}
.mdc-select__anchor::before, .mdc-select__anchor::after {
    width: auto;
    height: auto;
}
.mdc-select:not(.mdc-select--disabled):not(.mdc-select--outlined) .mdc-select__anchor {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    overflow: visible;
}
.mdc-select:not(.mdc-select--outlined) .mdc-select__anchor:before, .mdc-select:not(.mdc-select--outlined) .mdc-select__anchor:after {
    background-color: #ddd;
}
.mdc-select:not(.mdc-select--outlined) .mdc-select__selected-text {
    padding-left: 0;
    border-bottom: 0;
    margin-top: 10px;
}
.address_country .mdc-select:not(.mdc-select--outlined) {
    margin-top: 10px;
}
.mdc-select:not(.mdc-select--outlined) .mdc-floating-label.mdc-floating-label--float-above {
    left: 0px;
    top:12px;
}
.mdc-select__anchor {
    width: 100% !important;
    height: 49px;
}
.mdc-menu-surface {
    max-width: 100%;
    width: 100%;
}
.mdc-menu-surface--open {
    width: 100%;
}
.mdc-select select {
    display: none !important;
}
body .gform_wrapper .top_label .mdc-select div.ginput_container {
    margin-top: 0;
}
.mdc-select__dropdown-icon,.mdc-select--focused .mdc-select__dropdown-icon{
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E) no-repeat center;
}

/* Radio field */
.mdc-radio {
    padding: 0 !important;           
}
.gravitizer-radio-wrapper .mdc-form-field>label {
    margin-left: 30px;
    margin-top: -22px;
    margin-right: auto;
    display: block;
    padding-left: 4px;
    padding-right: 0;
    order: 0;
    width: max-content;
}
.gravitizer-radio-wrapper .mdc-form-field {
    display: block;
    margin-bottom: 15px;
}








/* Checkbox field */
.gravitizer-checkbox-wrapper .mdc-checkbox .mdc-checkbox__background {
    top :9px;
    left: 9px;
}
.gravitizer-checkbox-wrapper .mdc-checkbox {
    padding: 18px;
}
.gravitizer-checkbox-wrapper .mdc-form-field {
    display: block;
    margin-bottom: 6px;
    margin-left: -9px;
}
.gravitizer-checkbox-wrapper .mdc-form-field>label {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
    order: 0;
    display: block;
    margin-top: -23px;
    margin-left: 37px;
    width: max-content;
}


/* Switch */
.gravitizer-switch-wrapper label {
    display: block;
    margin-top: -22px;
    margin-left: 50px;
    font-size: 16px;
    width: max-content;
}
.gravitizer-switch-wrapper {
    margin-bottom: 20px;
}



/* Textfield adjustments */
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-left: 48px !important;
    padding-right: 16px !important;
}
.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
    padding-right: 48px !important;
    padding-left: 16px !important;
}
ul.mdc-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.gform_wrapper form li.mdc-list-item, .gform_wrapper li.mdc-list-item {
    overflow: hidden;
}





