/* open-sans-300 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-300.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-600.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-600.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html,
body,
#react-target {
  background: #e2e2e2;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

button {
  cursor: pointer;
}

body {
  font-size: 14px;
  line-height: 16px;
  color: #1c1c1c;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

div::-webkit-scrollbar {
  width: 10px;
  background-color: #d2d2d2;
}

div::-webkit-scrollbar-track {
  background-color: #d2d2d2;
}

div::-webkit-scrollbar-thumb {
  background-color: #666665;
}

#args-error {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #1c1c1c;
  background-color: #e2e2e2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#args-error .loading-info {
  padding: 16px 32px 20px;
  margin: auto;
  background-color: #ffffff;
  border-bottom: 2px solid #cc092f;
}
#args-error .loading-info__header-container {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
#args-error .loading-info__logo {
  margin-right: 8px;
}
#args-error .loading-info__header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
#args-error .loading-info__bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
#args-error .loading-info__error-text,
#args-error .loading-info__loader-text {
  margin-left: 8px;
  display: flex;
}
#args-error .loading-info__error-text > svg {
  margin-right: 8px;
  align-self: center;
}
#args-error .loading-info__loader-text {
  text-transform: uppercase;
}
#args-error .loading-info__loader {
  animation: infinite 1s linear rotate;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#args-error .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 72px;
  padding: 0 32px;
  border-top: 1px solid #c2c2c2;
  background: #f2f2f2;
}
#args-error .button-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  line-height: 16px;
  transition-property: background-color;
  transition-duration: 200ms;
  border: none;
  background: #cc092f;
  color: #ffffff;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  appearance: none;
}
#args-error .button-style:not(:disabled) {
  cursor: pointer;
}
#args-error .button-style:not(:disabled):hover {
  background: #930723;
}
#args-error .button-style:focus {
  outline-color: #5bc0de;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for desired opacity */
  z-index: 999;
}

#new-config-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding: 16px 32px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); /* Optional: Add a shadow for depth */
  margin: 50px;
  font-size: 11px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  color: #1c1c1c;
  background-color: white;
  height: auto;
  display: flex;
  flex-direction: column;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#new-config-dialog .loading-info__header-container {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
}
#new-config-dialog .loading-info__logo {
  margin-right: 8px;
}
#new-config-dialog .loading-info__header {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
#new-config-dialog .buttons {
  display: flex;
  justify-content: space-between;
}
#new-config-dialog .button-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 35px;
  line-height: 16px;
  transition-property: background-color;
  transition-duration: 200ms;
  border: none;
  background: #cc092f;
  color: #ffffff;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  appearance: none;
}
#new-config-dialog .button-style:not(:disabled) {
  cursor: pointer;
}
#new-config-dialog .button-style:not(:disabled):hover {
  background: #930723;
}
#new-config-dialog .button-style:focus {
  outline-color: #5bc0de;
}