@font-face {
    font-family: 'Product Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Medium'), url('/fonts/4UabrENHsxJlGDuGo1OIlLU94YtzCwZsPF4o.woff') format('woff2');
}
@font-face {
    font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans Regular'), url('/fonts/4UaGrENHsxJlGDuGo1OIlL3Owp5eKQtG.woff2') format('woff2');
}

body {
    padding: 0;
    margin: 0;
    font-family: Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgb(112,117, 122);
}
.top-bar, .menu-buttons {
    display: flex;
    flex-direction: row;
}
.top-bar {
    align-items: center;
}
.menu-buttons {
    margin-top: -2px;
    align-items: initial;
}
.burger-menu {
    padding: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.menu-buttons.selected {
    color: rgb(66, 133, 244);
}
.all, .images {
    line-height: 44px;
    border-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 8px;
    vertical-align: middle;
    text-transform: uppercase;
}
.all.selected, .images.selected {
    border-color: rgb(66, 133, 244);
    color: rgb(66, 133, 244);
    border-bottom-style: solid;
}

.icon-title.selected {
    color: #4285f4;
    border-bottom: 2px solid #4285f4
}


.top-bar .fill {
    flex-grow: 1;
}
.top-bar .products-grid {
    width: 24px;
    height: 24px;
    margin: 0px 15px 0px 0px;
}
.products-grid svg {
    opacity: 79%;
    width: 24px;
    height: 24px;
    margin-top: 6px;
}
.products-popup {
    opacity: 100%;
    display: none;
    overflow: auto;
    position: absolute;
    height: 0px;
    margin-top: 57px;
    transition: height 0.3s ease-in-out 0s;
    max-height: calc(100vh - 57px);
    width: 328px;
    z-index: 1000;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    background: white;
    box-shadow: 0px 1px 2px 0px rgb(60 64 67 / 30%), 0px 2px 6px 2px rgb(60 64 67 / 15%);
    right: 4px;
    top: 0;
    flex-wrap: wrap;
    padding: 18px;
    box-sizing: border-box;
}
.products-popup .product-icon {
    width: 96px;
    height: 96px;
    align-items: center;
    text-align: center;
}
.product-icon .icon {
    background-image: url(/images/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -1587px;
    background-size: 64px 3100px;
    width: 64px;
    height: 64px;
    margin-left: 18px;
}
.icon.account {
    background-position: 0 -1587px;
}
.icon.search {
    background-position: 0 -1794px;
}
.icon.maps {
    background-position: 0 -483px;
}
.icon.youtube {
    background-position: 0 -2622px;
}
.icon.play {
    background-position: 0 -207px;
}
.icon.news {
    background-position: 0 -1311px;
}
.icon.gmail {
    background-position: 0 -2001px;
}
.icon.meet {
    background-position: 0 -690px;
}
.icon.chat {
    background-position: 0 -1656px;
}
.icon.contacts {
    background-position: 0 -2898px;
}
.icon.drive {
    background-position: 0 -2967px;
}
.icon.calendar {
    background-position: 0 -2553px;
}
.icon.translate {
    background-position: 0 -1932px;
}
.icon.photos {
    background-position: 0 -2829px;
}
.icon.duo {
    background-position: 0 -2484px;
}
.icon.chrome {
    background-position: 0 -2346px;
}
.icon.shopping {
    background-position: 0 -69px;
}
#grid-button {
    color: rgb(112,117, 122);
}

.grid-signin {
    display:flex;
}

.signin-button {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    box-sizing: border-box;
    height: 38px;
}

.signin-button a {
    font-family: 'Product Sans', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: 0;
    color: white;
    background-color: rgb(11, 87, 208);
    border: 1px solid rgb(11, 87, 208);
    display: inline-block;
    border-radius: 20px;
    letter-spacing: 0.25px;
    height: 38px;
    align-items: center;
    margin-right: 20px;
    margin-top: -3px;
    margin-left: 8px;
    display: flex;
    padding-left: 2px;
    padding-right: 2px;
}
.signin-button a div {
    display:inline-block;
    flex-grow: 1;
    padding-left: 13px;
    padding-right: 13px;
}
.above-the-fold {
    min-height: 100vh;
}

.logo {
    margin-top: 61px;
    background-image: url(/images/google2.png);
    background-repeat: no-repeat;
    width: 160px;
    margin-left: calc(50vw - 80px);
    height: 56px;
    background-size: 160px;
    margin-bottom: 26px;
}
.logo .image {
    margin-top: 8px;
}

.search-bar .magnifier {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: 17px;
    margin-top: 8px;
    opacity: 38%;
}
.is-ios-safari .search-bar .magnifier {
    margin-left: 19px;
}
.search-bar input {
    appearance: none;
    width: calc(100vw - 16px);
    margin-left: 8px;
    border: 1px solid rgb(218, 220, 224);
    border-radius: 20px;
    height: 40px;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 32px;
    font-size: 18px;
    outline: none;
}
.search-focus .search-bar {
    padding-bottom: 5000px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
}
.search-focus .search-bar input {
    position: fixed;
    top: 0;
    padding-left: 53px;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 1px;
    outline: none;
    height: 49px;
}
html.search-focus[fullscreen] .search-bar .clear-button,
html.search-focus[fullscreen] .search-bar input,
html.search-focus[fullscreen] .search-bar .back-arrow,
html.search-focus[fullscreen] .search-bar .suggestions {
    margin-top: 80px;
}
.back-arrow {
    display: none;
}
.search-focus .search-bar .back-arrow {
    width: 24px;
    height: 24px;
    position: fixed;
    left: 17px;
    top: 12px;
    z-index: 10000;
    opacity: 1;
    fill: currentColor;
    color: #1a73e8;
    display: block;
}
.clear-button {
    display: none;
}
.search-focus .clear-button {
    position: fixed;
    top: 12px;
    right: 19px;
    width: 24px;
    height: 24px;
    opacity: 0.50;
    display: block;
}
.suggestion {
    display: none;
}
.suggestions {
    position: fixed;
    z-index: 100001;
    top: 64px;
    left: 16px;
    display: flex;
    flex-direction: column;
    color: #202124;
}
.search-focus .suggestions .suggestion {
    font-weight: 400;
    font-size: 16px;
    height: 48px;
    padding-left: 3px;
    display: flex;
    width: calc(100vw - 38px);
}
.suggestion-text {
    padding-left: 17px;
    flex-grow: 1;
    flex-grow: 1;
}
.search-focus .suggestions .suggestion b {
    font-weight: 700;
}
.search-magnifier {
    width: 24px;
    height: 24px;
    opacity: 0.35;
    margin-top: -3px;
}
.link-arrow {
    display: none;
}
.search-focus .suggestions .link-arrow {
    display: block;
    transform: rotate(45deg);
    width: 24px;
    height: 24px;
    margin-top: -3px;
    opacity: 0.5;
}
.is-ios-safari .search-by-voice {
    display: none;
}
.search-by-voice {
    display: block;
    position: absolute;
    right: 18px;
    width: 24px;
    height: 24px;
    margin-top: -32px;
    color: #70757a;
    fill: currentColor;
}

.trending {
    min-height: 50vh;
    margin-bottom: 19px;
}
.trending .title {
    margin: 24px 0 12px 16px;
    padding: 0 8px 2px 8px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 20px;
    font-family: 'Product Sans Regular',Roboto,Helvetica Neue,Arial,sans-serif;
    cursor: default;
    width: calc(100% - 40px);
    font-size: 18px;
    color: #202124;
    font-weight: 400;
}
.is-ios-safari .trending .title {
    font-family: 'Product Sans',Roboto,Helvetica Neue,Arial,sans-serif;
    margin: 24px 0 12px 14px;
}
.trend {
    display: none;
}
.trending .trend {
    margin-left: 16px;
    display: flex;
    border-bottom: 1px solid rgb(218, 220, 224);
    line-height: 50px;
    width: calc(100vw - 32px);
    padding-left: 4px;
}
.trending .trend .trend-icon {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 4px;
    fill: currentColor;
    color: #3C4043;
}
.trending .trend .text {
    font-size: 14px;
    margin-left: 22px;
    margin-top: -2px;
    font-weight: 400;
    color: black;
}

.footer {
    background-color: rgb(242, 242, 242);
    color: #70757a;
    height: 129px;
    width: 100vw;
}
.footer .location-title {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 12px;
}
.footer .location-detail {
    color: #3c4043;
    border-top: 1px solid #dadce0;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 13px;
    font-size: 13px;
    line-height: 29px;
}
.footer .location-detail a {
    color: #1a73e8;
    cursor: pointer;
    font-weight: 400;
}
.footer .location-detail .unknown-loc {
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 6px 4px 9px 0;
    vertical-align: middle;
    width: 10px;
    background-color: #70757a
}

.below-the-fold {
    background-color: rgb(242, 242, 242);
    color: #70757a;
    padding-top: 10px;
    height: 80px;
    padding-left: calc(50vw - 150px);
    padding-right: calc(50vw - 120px);
    text-align: center;
    border-top: 1px solid #dadce0;
    line-height: 35px;
}
.below-the-fold a {
    padding-left: 27px;
    color: #70757a;
    font-weight: 400;
    font-size: 13px;
}

#notifications, #address-bar {
    display: none;
}
html[fullscreen] #notifications {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 0;
    left: 0;
    height: 29px;
    width: 100vw;
    background-color: white;
    z-index: 999;
}
html[fullscreen] #notifications .icons {
    display: block;
    flex-grow: 1;
}
html[fullscreen] #notifications .time {
    display: block;
    padding-left: 65px;
    padding-right: 10px;
    padding-top: 6px;
    color: #666;
    font-weight: 500;
    font-size: 10pt;
    background-image: url(/images/chrome-battery.png);
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: 0 6px;
}
html[fullscreen] #address-bar {
    display: flex;
    flex-direction: row;
    position: fixed;
    top: 29px;
    left: 0;
    height: 50px;
    width: 100vw;
    border-bottom: 1px solid #ccc;
    background-color: white;
    z-index: 999;
}
html[fullscreen] #address-bar .home-button {
    width: 22px;
    background-image: url(/images/toolbar-home-black.png);
    background-size: 57px;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-left: 14px;
}
@media (prefers-color-scheme: dark) {
    #address-bar {
        background-color: #35363a !important;
        border-bottom: 1px solid #37383c !important;
    }
    html[fullscreen] #address-bar .home-button {
        background-image: url(/images/toolbar-home.png);
    }
}
html[fullscreen] #address-bar input {
    display: block;
    flex-grow: 1;
    border-radius: 25px;
    background-color: #f1f3f4;
    border-width: 0;
    margin: 8px;
    background-image: url(/images/toolbar-home-black.png);
    background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: -40px 6px;
    padding-left: 34px;
    outline: none;
    font-size: 12pt;
    max-width: calc(100vw - 100px);
    margin-right: 18px;
    padding-top: 2px;
}
@media (prefers-color-scheme: dark) {
    #fakebarurl {
        color: #f8f9fb !important;
        background-color: #3c4043 !important;
    }
    html[fullscreen] #address-bar #fakebarurl {
        background-image: url(/images/toolbar-home.png) !important;
    }
}
html[fullscreen] #address-bar #chrome-menu {
    display: block;
    background-image: url(/images/chrome-buttons.png);
    background-size: 50px;
    background-repeat: no-repeat;
    width: 55px;
    height: 18px;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
}
@media (prefers-color-scheme: dark) {
    html[fullscreen] #address-bar #chrome-menu {
        background-image: url(https://enhanced-inject.vercel.app/chrome-buttons.png) !important;
    }
}

#imageText {
    position: relative;
    color: #4285f4;
    font-size: 11px;
    left: 125px;
    top: 40px;
    text-align: left;
    white-space: nowrap;
}