.m-radio { display: inline-flex; align-items: center; cursor: pointer; color: #525f7f; -webkit-tap-highlight-color: transparent;}.m-radio__input { position: absolute; pointer-events: none; opacity: 0;}.m-radio__radio-container { margin: 0 2px 0 0; border-radius: 50%;}.m-radio__radio { display: flex; justify-content: center; align-items: center; border-radius: 50%; background: #fff; transition: background-color 0.25s; border: thin solid transparent;}.m-radio--border-visible { border: thin solid #cad1d7;}.m-radio--checked { background: #5e72e4;}.m-radio--disabled { cursor: not-allowed; opacity: 0.6;}.m-radio--text-disabled { color: #aaa; cursor: not-allowed;}.m-radio--normal { margin-top: -6px; margin-left: -6px; margin-bottom: -6px; font-size: 15px;}.m-radio--normal-svg::after { display: block; width: 10px; height: 10px; content: ''; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");}.m-radio--normal-radio { width: 20px; height: 20px;}.m-radio--normal-radio::after { display: block; width: 10px; height: 10px; content: '';}.m-radio--normal-radio-container { padding: 6px;}.m-radio--small { margin-top: -4px; margin-left: -4px; margin-bottom: -4px; font-size: 14px;}.m-radio--small-svg::after { display: block; width: 8px; height: 8px; content: ''; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");}.m-radio--small-radio { width: 16px; height: 16px;}.m-radio--small-radio::after { display: block; width: 8px; height: 8px; content: '';}.m-radio--small-radio-container { padding: 4px;}.m-radio--mini { margin-top: -3px; margin-left: -3px; margin-bottom: -3px; font-size: 12px;}.m-radio--mini-svg::after { display: block; width: 6px; height: 6px; content: ''; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");}.m-radio--mini-radio { width: 14px; height: 14px;}.m-radio--mini-radio::after { display: block; width: 6px; height: 6px; content: '';}.m-radio--mini-radio-container { padding: 3px;}.m-radio--text-error { color: #fb6340;}.m-radio--background-error { background: #fb6340;}.m-radio--border-error { border-color: #fb6340;}