.mdc-text-field {
    background: transparent !important;
    border-radius: 0 !important;
    width: 100% !important;
}

.mdc-select {
    width: 100% !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.mdc-text-field--focused {
    background-color: transparent !important;
}

.mdc-text-field--filled .mdc-text-field__ripple::before, .mdc-text-field--filled .mdc-text-field__ripple::after, .mdc-select__ripple::before, .mdc-select__ripple::after {
    background-color: transparent !important;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent !important;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label, .mdc-text-field--focused .mdc-floating-label  {
    color: #5264AE !important;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(73, 73, 75, 0.3);
}

.mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(73, 73, 75, 0.3);
}

.mdc-text-field--filled .mdc-line-ripple::after {
    border-bottom-color: #5264AE !important;
    border-bottom-color: var(--mdc-theme-primary, #5264AE) !important;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
    border-bottom-color: #5264AE !important;
    border-bottom-color: var(--mdc-theme-primary, #5264AE) !important;
}

.mdc-select__dropdown-icon:after {
    content: "";
    width: 9px;
    height: 9px;
    opacity: 0.5;
    border: solid #020001;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.table .mdc-select__dropdown-icon:after {
    top: 7px;
}

.table .mdc-select {
    max-width: 200px !important;
    min-width: 140px;
    width: 100%;
    height: 38px;
    background: #fff !important;
}

.table .mdc-select .mdc-select__anchor {
    height: 38px !important;
}

.table .mdc-select .mdc-select__selected-text {
    top: -15px;
    position: relative;
}