/* GMP Icons */

@font-face {
 font-family: 'GMP Icons';
 src: local('GMP Icons'),
   url('//www.gstatic.com/mobilesdk/190911_mobilesdk/GMPIcons.eot') format('embedded-opentype'),
   url('//www.gstatic.com/mobilesdk/190911_mobilesdk/GMPIcons.woff2') format('woff2'),
   url('//www.gstatic.com/mobilesdk/190911_mobilesdk/GMPIcons.ttf') format('truetype');
 font-weight: 400;
 font-style: normal;
}

.gmp-icons {
  cursor: default;
  direction: ltr;
  display: inline-block;
  font-family: 'GMP Icons';
  font-feature-settings: 'liga'; /* Support for IE. */
  font-size: 24px;
  -webkit-font-smoothing: antialiased; /* Support for all WebKit browsers. */
  font-style: normal;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale; /* Support for Firefox. */
  speak: none;
  text-decoration: none;
  text-rendering: optimizeLegibility; /* Support for Safari and Chrome. */
  text-transform: none;
  user-select: none;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;

  a .gmp-icons {
    cursor: pointer;
  }
}

/* Troubleshooter styles */

body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  transition: opacity 0.3s linear, transform 0.2s ease-in-out;
}

:link, :visited {
  color: #1e88e5;
  outline: 0;
  text-decoration: none;
}

a {
  transition: all 0s 0s;
}

.slide-transition-hidden-before {
  opacity:0;
  transform: translate(20px, 0);
}
.slide-transition-hidden-after {
  opacity:0;
}

.trouble-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 400px;
}

.trouble-breadcrumbs {
  margin-bottom: 32px;
  min-height: 20px;
}

.trouble-body {
  min-height: 550px;
  font-size: 14px;
  padding-right: 64px;
  width: 100%;
}

.trouble-body p {
  padding-right: 20px;
  margin-top: 6px;
}

.trouble-body p,
.trouble-footer p {
  font: 400 14px/24px "Roboto",sans-serif;
}

.trouble-body h4,
.trouble-footer h4 {
  color: #424242;
  font: 500 36px/46px "Google Sans",sans-serif;
  margin-bottom: 16px;
  margin-top: 0;
  overflow: visible;
}

div.trouble-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  overflow-y: auto;
  margin-bottom: 40px;
}
div.trouble-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  width: calc(100% / 3);
}

div.trouble-footer {
  border-top: 1px solid rgba(0,0,0,0.1);
  margin: 0 -200px;
  padding: 80px 200px 0;
}

@media screen and (max-width: 900px) {
  div.trouble-footer {
    padding-top: 48px;
  }
  .trouble-body {
    padding-right: 0;
  }
}


.trouble-item {
  overflow: hidden;
}

.trouble-item.link {
  padding: 30px;
  display: block;
  text-decoration: none;
}


.product .trouble-item.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
.product .trouble-item.title {
  padding: 0 20px;
  margin: auto 0;
}

.trouble-item.outer {
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.1s linear;
}
.trouble-item.outer:hover {
  background-color: rgba(0,0,0,0.04);
}

.trouble-item .firesite-feature-icon {
  margin-bottom: 0;
}

.trouble-item.title {
  font-family: Google Sans, Roboto, sans-serif;
  font-size: 18px;
  color: rgba(0,0,0,0.87);
  margin-bottom: 10px;
}

.trouble-item.description,
.trouble-body {
  font-family: Roboto, sans-serif;
  color: rgba(0,0,0,0.54);
}

.trouble-item.description,
.trouble-footer {
  font-size: 14px;
}

.trouble-item.title::after {
  content: 'arrow_forward';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline;
  vertical-align: middle;
  white-space: nowrap;
  direction: ltr;
  width: 24px;
  margin-right: -24px;
  margin-left: 8px;
}

.trouble-item.title.external-open::after {
  content: 'open_in_new';
  margin-left: 12px;
}

.product-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffca28;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
}

.product-icon .gmp-icons {
  color: #fff;
  font-size: 20px;
}
