@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";.google-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:var(--color-google-background);border:1px solid var(--color-google-border);box-sizing:border-box;color:var(--color-google-text);cursor:pointer;letter-spacing:.25px;text-align:center;vertical-align:middle;white-space:nowrap;background-image:none;border-radius:4px;outline:none;justify-content:center;align-items:center;width:100%;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:400px;height:40px;padding:0 12px;font-family:Roboto,arial,sans-serif;font-size:14px;transition:background-color .218s,border-color .218s,box-shadow .218s;display:flex;position:relative;overflow:hidden}.google-button:disabled{cursor:default;background-color:rgba(var(--color-white), .38);border-color:rgba(var(--color-google-text), .12)}.google-button:disabled .google-button-contents,.google-button:disabled .google-button-icon{opacity:.38}.google-button:not(:disabled):active .google-button-state,.google-button:not(:disabled):focus .google-button-state{background-color:var(--color-google-state);opacity:.12}.google-button:not(:disabled):hover{box-shadow:0 1px 2px 0 rgba(var(--color-google-shadow-dark), .3), 0 1px 3px 1px rgba(var(--color-google-shadow-dark), .15)}.google-button:not(:disabled):hover .google-button-state{background-color:var(--color-google-state);opacity:.08}.google-button-icon{width:20px;min-width:20px;height:20px;margin-right:10px}.google-button-content-wrapper{flex-flow:row;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.google-button-contents{text-overflow:ellipsis;vertical-align:top;flex-grow:0;font-family:Roboto,arial,sans-serif;font-weight:500;overflow:hidden}.google-button-state{opacity:0;transition:opacity .218s;position:absolute;top:0;bottom:0;left:0;right:0}
