.custom-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-icon-container .loading-icon {
  width: 1em;
  height: 1em;
  animation: rotate 2s linear infinite;
}
.custom-icon-container .popai-loading {
  width: 1em;
  height: 1em;
  line-height: 1em;
  animation: rotate 2s linear infinite;
}
.custom-icon-container .icon-text {
  display: block;
}
.custom-icon-container .svg-file-icon {
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.custom-icon-tooltip .chat-tooltip-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 26px;
  min-height: 26px;
  border-radius: 4px;
  font-size: 12px;
}
.custom-icon-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.google-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #E6E9F0;
  border-radius: 4px;
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-icon svg {
  width: 12px;
  height: 12px;
}
.google-icon.icon-gdoc {
  fill: #4285f4;
}
.google-icon.icon-gsheet {
  fill: #34a853;
}
.google-icon.icon-gslider {
  fill: #fbbc04;
}
.google-icon-small {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.google-icon-small svg {
  width: 12px;
  height: 12px;
}
.google-icon-small.icon-gdoc {
  fill: #4285f4;
}
.google-icon-small.icon-gsheet {
  fill: #34a853;
}
.google-icon-small.icon-gslider {
  fill: #fbbc04;
}
