﻿.current-location-button{width:40px;height:40px;margin:0 10px 10px 0;padding:0;border:0;border-radius:12px;background-color:#fff;box-shadow:0 1px 4px rgba(0,0,0,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;}.current-location-button:hover{background-color:#f5f5f5;}.current-location-button:active{background-color:#e8e8e8;}.current-location-button svg{width:28px;height:28px;display:block;}.current-location-button .location-outer{fill:#5f6368;}.current-location-button .location-inner{fill:#4285f4;}.current-location-button.active .location-outer{fill:#1a73e8;}.current-location-button.active .location-inner{fill:#1a73e8;}