@import url(https://cdn.jsdelivr.net/npm/chrome-tabs@5.4.0/css/chrome-tabs.css);
@import url(https://cdn.jsdelivr.net/npm/chrome-tabs@5.4.0/css/chrome-tabs-dark-theme.css);
.addressbar {
  align-items: center;
  border: none;
  border-radius: 30px;
  display: flex;
  flex: 1 1;
  flex-wrap: nowrap;
  flex-flow: row;
  height: 32px;
  min-width: 0;
}
.addressbar-btn:hover {
  background-color: #dcdee0;
}
.addressbar-btn:active {
  background-color: #bec0c2;
}
.addressbar-urlbar {
  background-color: transparent;
  border: none;
  flex: 1 1;
  font-size: 16px;
  min-width: 0;
  outline: none;
  overflow: hidden;
  padding-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.addressbar-urlbar::selection {
  background-color: #9cc3f5;
  height: 28px;
}
.addressbar-grey {
  color: grey;
}
.addressbar-menu-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.addressbar-menu-item-icon-wrapper {
  margin-right: 20px;
  width: 20px;
}
.addressbar-menu-item-icon {
  fill: var(--browser-icon-color);
  height: 20px;
  width: 20px;
}
.addressbar-menu-item p {
  margin: 12px 0;
}
.addressbar-menu {
  align-self: flex-start;
  background-color: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 1 1;
  flex-direction: column;
  outline: none;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  top: -4px;
  white-space: nowrap;
  z-index: 100;
}
.addressbar-menu input {
  background-color: transparent;
  border: none;
  font-size: 16px;
  height: 30px;
  outline: none;
  width: 100%;
}
.rhnewtab {
  text-align: center;
}
.rhnewtab-header {
  grid-template-columns: 1fr auto 1fr;
  text-align: left;
}
.rhnewtab-header-ad {
  display:none;
}
.rhnewtab-header > img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}
.rhnewtab-msg {
  font-size: 25px;
}
.rhnewtab-oldui-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  margin-top: 20px;
}
.rhnewtab-oldui-msg {
  font-size: 20px;
  margin-bottom: 5px;
}
.rhnewtab-oldui-container input {
    min-height: 44px;
    background: #fff;
    border: 1px solid #dfe1e5;
    border-radius: 24px;
    width: 87%;
   max-width: 800px;
}
.rhnewtab-oldui-btn-container {
  margin-top: 20px;
}
.rhnewtab-oldui-btn-container span {
  border: 1px solid var(--gray-border);
  border-radius: 50px;
  cursor: pointer;
  margin: 0 10px;
  padding: 5px 10px;
  transition: 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rhnewtab-oldui-btn-container span:hover {
  background-color: #bdbdbd;
}
.rhnewtab-discord {
  bottom: 10px;
  color: var(--gray-text);
  font-size: 20px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
}
.rhnewtab-version-container {
  bottom: 20px;
  font-size: 15px;
  position: absolute;
  right: 20px;
  text-align: right;
}
.rhnewtab-version-container p {
  margin: 0;
}
.rhnewtab-version-number {
  font-weight: 700;
}
.rhsettings h2 {
  margin-bottom: 5px;
}
.rhsettings h3 {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 5px;
}
.rhsettings-section {
  margin-bottom: 40px;
  margin-top: 5px;
  padding-left: 10px;
}
.rhsettings p {
  margin: 5px 0;
}
.rhsettings button {
  background-color: #f0f0f0;
  border: 1px solid var(--gray-border);
  border-radius: 50px;
  margin: 0 10px;
  outline: none;
  padding: 3px 10px;
}
.rhsettings input {
  border: 1px solid #929292;
  border-radius: 5px;
  outline: none;
  padding: 2px 5px;
}
.rhsettings button:hover {
  background-color: #f5f5f5;
}
.rhsettings button:active {
  background-color: #ccc;
}
.rhsettings-httpproxy-section input {
  margin-bottom: 5px;
  width: 350px;
}
.rhsettings-httpproxy-section input:focus {
  border: 1.5px solid #4b4b4b;
}
.rhsettings-titlefavicon-setting {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.rhsettings-titlefavicon img,
.rhsettings-titlefavicon input {
  margin: 3px 10px;
}
.rhsettings-titlefavicon img {
  border: 1px solid #696969;
  border-radius: 4px;
  height: 28px;
  width: 28px;
}
.rhsettings-titlefavicon-setting-presets img {
  cursor: pointer;
}
.rhpages {
  overflow-y: auto;
  padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.browser-bar {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  height: 36px;
  padding: 4px 15px;
}
.browser-bar-btn {
  fill: var(--browser-icon-color);
  stroke: var(--browser-icon-color);
  border-radius: 50%;
  height: 20px;
  padding: 6px;
  transition: 0.2s;
  width: 20px;
}
.browser-bar-btn-enabled:hover {
  background-color: #eee;
}
.browser-bar-btn-enabled:active {
  background-color: #d8d8d8;
}
.browser-bar-btn-disabled {
  fill: #babcbe;
  stroke: #babcbe;
}
.context-menu {
  background-color: #fff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
  outline: none;
  padding: 5px 0;
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: break-all;
  z-index: 1000;
}
.context-menu-items,
.context-menu-items span {
  margin: 0;
}
.context-menu-items-disabled {
  color: rgba(0, 0, 0, 0.5);
}
.context-menu-items-enabled:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.browser-tab {
  flex: 1 1;
  flex-direction: column;
  height: 100%;
  overflow-y: hidden;
}
.browser-tab-content {
  flex: 1 1;
}
.browser-tab-content-iframe {
  border: none;
  height: 100%;
  width: 100%;
}
:root {
  --browser-icon-color: #5f6368;
  --gray-text: #555;
  --gray-border: #777;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  vertical-align: baseline;
}
a {
  color: #977b00;
  transition: 0.2s;
}
a:hover {
  color: #cfa900;
}
.browser {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chrome-tabs {
  padding-right: 50px;
}
.chrome-tabs .chrome-tab:last-child .chrome-tab-dividers:after {
  opacity: 1;
}
.chrome-tabs-newtab-btn {
  position: absolute;
  top: 0;
}
.chrome-tabs-newtab-btn svg {
  height: 30px;
  margin-left: 12px;
  margin-top: 10px;
  width: 30px;
}
#root,
body,
html {
  height: 100%;
}
body {
  margin: 0;
}
/*# sourceMappingURL=main.274aab96.css.map*/