#unsupported-browser-root {
  display: none;
}


#unsupported-browser-root .template-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  padding: 36px 0;
}

#unsupported-browser-root .template-container .logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

#unsupported-browser-root .template-container .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
}

#unsupported-browser-root .template-container .content .title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #232326;
}

#unsupported-browser-root .template-container .content .sub-title {
  margin-top: 12px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #4E4E53;
}

#unsupported-browser-root .template-container .content .supported-browsers {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  gap: 60px;
}