@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
.commonLoadingSpinner {
  opacity: 0.5;
  position: relative;
}
.commonLoadingSpinner * {
  pointer-events: none;
}
.commonLoadingSpinner:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ce";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 60px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  z-index: 2;
  color: var(--text-color);
}
.swal2-container {
  overflow: auto !important;
}
.register-popup {
  width: 950px;
  background: #252F3A;
  border: 5px solid #304150;
  color: #CFD9DA;
  font-size: 0.9rem;
  /* move cancel button to title next to close */
}
.register-popup *:not(i) {
  font-family: "Roboto", sans-serif !important;
}
.register-popup .iti + .field-error-message {
  margin-top: 15px !important;
}
.register-popup .register-intro-image {
  max-width: 360px;
  width: 100%;
  margin-top: 20px;
}
.register-popup .publisher-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 1.9rem;
  font-weight: 200;
  color: #E34999 !important;
}
.register-popup .publisher-header .publisher-icon {
  height: 70px;
  position: relative;
  bottom: 2px;
  right: 7px;
}
.register-popup .publisher-text {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  color: #cecece;
}
.register-popup .action-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.register-popup .action-button-container .user-type-btn {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 12px;
  background-color: #335675;
  position: relative;
  border: none;
  box-shadow: none;
}
.register-popup .action-button-container .user-type-btn .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.register-popup .action-button-container .user-type-btn .btn-text span {
  white-space: nowrap;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.register-popup .action-button-container .user-type-btn:hover {
  box-shadow: 0 0 0 4px #335675;
}
.register-popup:not(.success) .swal2-actions {
  flex-direction: row-reverse;
  width: calc(100% - 140px);
  display: flex;
  justify-content: end;
  margin: 0;
}
.register-popup:not(.success) .swal2-actions .swal2-deny {
  background: var(--button-background);
  color: var(--button-text-color);
  outline: none !important;
  box-shadow: none !important;
}
.register-popup .swal2-html-container {
  overflow: visible;
  min-height: 150px;
}
.register-popup .swal2-html-container:has(#phone) {
  z-index: 1061;
}
.register-popup.UserTypeStep {
  min-width: 380px;
}
.register-popup.DeveloperEmailStep .form-group {
  margin: 0;
}
.register-popup.DeveloperEmailStep label:not(:first-child) {
  margin-top: 15px;
}
.register-popup.DeveloperEmailStep textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  min-height: 120px;
}
.register-popup.PublisherInfo {
  width: 95vw !important;
  max-width: 1480px;
}
.register-popup.PublisherInfo .steam-data-tables-container {
  position: relative;
}
.register-popup.PublisherInfo td {
  white-space: nowrap !important;
}
.register-popup.PublisherInfo th:nth-child(-n+2),
.register-popup.PublisherInfo td:nth-child(-n+2) {
  white-space: pre-wrap !important;
}
.register-popup .chzn-choices {
  height: 35px !important;
  background: #d6dbe1;
  justify-content: center;
  font-size: 1.1rem;
  padding-top: 4px;
}
.register-popup .chzn-choices .search-choice {
  background: #2EDDF6 !important;
  color: #252F3A !important;
  border: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-right: 3px !important;
}
.register-popup .chzn-choices .search-choice .search-choice-close {
  top: 7px !important;
}
.register-popup .chzn-choices .chzn-drop {
  color: black !important;
}
.register-popup .chzn-results {
  color: black;
}
.register-popup .result-selected {
  color: gray !important;
}
.register-popup .chzn-search {
  display: none !important;
}
.register-popup.success .swal2-icon {
  top: 32px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.register-popup.success .swal2-html-container {
  margin-top: 80px;
}
.register-popup button,
.register-popup .swal2-confirm {
  width: fit-content;
  padding: 12px 20px;
  background-color: #2EDDF6;
  color: #1E2130;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.3s ease, background-color 0.3s ease;
}
.register-popup button:hover,
.register-popup .swal2-confirm:hover {
  background-color: #E8F1F1;
}
.register-popup .swal2-close {
  background: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #2EDDF6;
  transform: translateY(-25%);
  font-size: 56px;
  font-weight: 100;
}
.register-popup .swal2-close:hover {
  background-color: #E8F1F1;
}
.register-popup .swal2-cancel {
  position: absolute;
  top: 0;
  right: 60px;
  background: none !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.3rem;
  transform: translateY(-3px);
}
.register-popup .swal2-cancel:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f104";
  margin-right: 10px;
  transition: margin-right 200ms ease-out;
}
.register-popup .swal2-cancel:hover {
  column-gap: 20px;
  color: #2EDDF6 !important;
}
.register-popup .swal2-cancel:hover:before {
  margin-right: 15px;
}
.register-popup .swal2-title {
  background: #304150;
  padding: 15px 0 15px 20px;
  text-align: left;
  text-transform: uppercase;
  color: var(--button-background) !important;
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 40px;
}
.register-popup .swal2-html-container {
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
}
.register-popup .swal2-html-container p {
  font-weight: 100;
  color: #CFD9DA;
}
.register-popup .small-text {
  font-size: 0.85rem;
}
.register-popup .user-type-container {
  gap: 20px;
  margin: 20px 0;
  text-align: left;
  width: 100%;
  max-width: 870px;
}
.register-popup .user-type-container > h2 {
  padding-bottom: 0;
  font-size: 1.9rem;
}
.register-popup .user-type-container > .publisher-developer-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  column-gap: 12px;
  align-items: flex-start;
}
.register-popup .user-type-container > .publisher-developer-container > div {
  padding-right: 15px;
  width: 100%;
  display: inline-grid;
  gap: 10px;
}
.register-popup .user-type-container > .publisher-developer-container > div > h3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #E44899 !important;
}
.register-popup .user-type-container > .publisher-developer-container > div:first-child {
  border-right: 2px solid #304150;
}
.register-popup .user-type-container > .publisher-developer-container button {
  font-size: 1.4rem;
  font-weight: 400;
}
.register-popup #PublisherOnSteam {
  max-width: 550px;
  margin: auto;
}
.register-popup #PublisherOnSteam > h1 {
  font-size: 2rem;
}
.register-popup #PublisherOnSteam > .actions {
  display: flex;
  justify-content: space-around;
}
.register-popup #PublisherOnSteam > .actions > div {
  width: 50%;
}
.register-popup #PublisherOnSteam > .actions > div > button {
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
}
.register-popup #PublisherRegistrationForm table,
.register-popup .publisher-info-container table {
  text-align: left;
  width: 100%;
}
.register-popup #PublisherRegistrationForm table img,
.register-popup .publisher-info-container table img {
  width: 100px;
}
.register-popup #PublisherRegistrationForm table td,
.register-popup .publisher-info-container table td,
.register-popup #PublisherRegistrationForm table th,
.register-popup .publisher-info-container table th {
  padding: 20px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.register-popup #PublisherRegistrationForm table thead > tr > th,
.register-popup .publisher-info-container table thead > tr > th {
  position: sticky;
  top: 0;
  background: #1E2931;
}
.register-popup #PublisherRegistrationForm table tbody > tr > td,
.register-popup .publisher-info-container table tbody > tr > td {
  background: #252F3A;
}
.register-popup #PublisherRegistrationForm table tbody > tr:nth-child(even) td,
.register-popup .publisher-info-container table tbody > tr:nth-child(even) td {
  background: #33404F;
}
.register-popup .publisher-info-container {
  max-height: calc(100vh - 230px);
  overflow-y: auto;
}
.register-popup .publisher-info-container table td,
.register-popup .publisher-info-container th {
  padding: 1px 5px;
}
.register-popup #PublisherRegistrationForm {
  margin: auto;
  display: inline-block;
}
.register-popup #PublisherRegistrationForm > p,
.register-popup #PublisherRegistrationForm .form-group {
  max-width: 350px;
  margin: auto;
}
.register-popup #PublisherRegistrationForm .form-group {
  position: relative;
}
.register-popup #PublisherRegistrationForm .form-group > button {
  position: absolute;
  right: 0;
  padding: 8.6px 15px;
}
.register-popup #PublisherRegistrationForm > a {
  color: #2EDDF6;
  text-decoration: underline;
  display: none;
  cursor: pointer;
}
.register-popup #PublisherRegistrationForm .search-result {
  margin-bottom: 20px;
}
.register-popup #PublisherRegistrationForm .search-result-container {
  margin-top: 40px;
  overflow-y: auto;
  display: flex;
  column-gap: 30px;
}
.register-popup #PublisherRegistrationForm .search-result-container .search-result-table-container > h2 {
  display: none;
}
.register-popup .swal2-validation-message {
  background: none;
  color: #DDDDDD;
}
.register-popup h1 {
  color: #2EDDF6 !important;
  font-weight: 200;
}
.register-popup h2 {
  color: white;
  font-weight: 600;
}
.register-popup #developerEmailForm {
  max-width: 420px;
  margin: auto;
}
.register-popup .form-group {
  margin-bottom: 15px;
  text-align: left;
}
.register-popup .form-group label {
  display: block;
  margin-bottom: 5px;
}
.register-popup .form-group input {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 46px 8px 8px;
}
.register-popup .registration-form-container {
  max-width: 650px;
  margin: auto;
}
.register-popup .registration-form-container input.error,
.register-popup .registration-form-container textarea.error,
.register-popup .registration-form-container select.error {
  outline: 2px solid crimson;
  color: crimson;
}
.register-popup .registration-form-container .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: left;
  column-gap: 20px;
}
.register-popup .registration-form-container .row.half {
  width: 50%;
}
.register-popup .registration-form-container label {
  flex: 1;
  margin-right: 10px;
}
.register-popup .registration-form-container label > input,
.register-popup .registration-form-container label textarea {
  margin-top: 10px;
}
.register-popup .registration-form-container label:last-child {
  margin-right: 0;
}
.register-popup .registration-form-container input,
.register-popup .registration-form-container textarea {
  width: 100%;
  padding: 13px 10px;
  border: none;
  border-radius: 5px;
  background-color: #D6DBE1;
}
.register-popup .registration-form-container textarea {
  resize: none;
}
.register-popup .registration-form-container .captcha {
  align-items: flex-end;
}
.register-popup .registration-form-container .captcha .captcha-container {
  display: flex;
  max-height: 70px;
}
.register-popup .registration-form-container .captcha .captcha-container img {
  max-height: 70px;
  width: 200px;
  margin-right: 9px;
  border-radius: 5px;
}
.register-popup .registration-form-container .captcha .captcha-container button {
  padding: 12px;
}
.register-popup.register-form .swal2-actions button {
  padding: 7px;
}
.register-popup.register-form .swal2-actions {
  margin: 0;
  width: 100%;
  padding-right: 15%;
  justify-content: right;
}
.register-popup.register-form .swal2-actions .swal2-confirm {
  padding: 12px 20px;
}
.register-popup.register-form .swal2-actions .swal2-deny {
  padding: 12px 20px;
}
.register-popup.register-form select[name="platforms"] {
  width: calc(108% - 30px);
  border-radius: 5px;
}
.register-popup.register-form select[name="platforms"] option {
  padding: 10px 5px;
}
.register-popup.full-size {
  width: 95vw;
  height: 98vh;
  max-width: 1900px;
  margin: auto;
}
.register-popup.full-size #PublisherRegistrationForm .search-result-container {
  height: calc(98vh - 322px);
  max-height: unset;
}
.register-popup.full-size #PublisherRegistrationForm .search-result-container button {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .register-popup .registration-form-container .captcha .captcha-container img {
    width: 130px;
  }
}
body {
  /* ========== PHONE ============ */
  /* ========== UserTypeStep ============ */
  /* ========== PublisherFindUsOnSteam ============ */
  /* ========== PublisherInfo ============ */
  /* ========== register-form ============ */
}
@media (max-width: 778px) {
  body .register-popup .swal2-html-container {
    padding: 0 15px 15px;
    margin: 0;
  }
}
@media (max-width: 701px) {
  body .register-popup .swal2-html-container .user-type-container {
    flex-direction: column !important;
    margin-top: 0;
  }
  body .register-popup .swal2-html-container .user-type-container button {
    white-space: nowrap;
  }
}
@media (max-width: 610px) {
  body .register-popup .swal2-html-container .publisher-developer-container {
    flex-direction: column !important;
  }
  body .register-popup .swal2-html-container .publisher-developer-container > div {
    padding-right: 0;
  }
  body .register-popup .swal2-html-container .publisher-developer-container > div:first-child {
    border-right: none;
    border-bottom: 2px solid #304150;
    padding-bottom: 20px;
  }
  body .register-popup .swal2-html-container .publisher-developer-container > div:not(:first-child) {
    justify-content: unset !important;
  }
}
body .register-popup.PublisherFindUsOnSteam .cell-actions {
  text-align: right;
}
@media (max-width: 1250px) {
  body .register-popup.PublisherFindUsOnSteam .swal2-html-container {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
  }
  body .register-popup.PublisherFindUsOnSteam .swal2-html-container td,
  body .register-popup.PublisherFindUsOnSteam .swal2-html-container th {
    padding: 5px 5px !important;
  }
  body .register-popup.PublisherFindUsOnSteam .swal2-html-container thead,
  body .register-popup.PublisherFindUsOnSteam .swal2-html-container th {
    white-space: break-spaces;
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1058px) {
  body .register-popup.PublisherFindUsOnSteam .search-result-container {
    flex-direction: column;
  }
  body .register-popup.PublisherFindUsOnSteam .game-publisher-grid {
    margin-top: 30px;
  }
}
@media (max-width: 545px) {
  body .register-popup.PublisherFindUsOnSteam .search-result-container table td,
  body .register-popup.PublisherFindUsOnSteam .search-result-container table th,
  body .register-popup.PublisherFindUsOnSteam .search-result-container table button {
    font-size: 0.7rem !important;
  }
  body .register-popup.PublisherFindUsOnSteam .search-result-container .search-result-table-container:last-child table:last-child td:first-child,
  body .register-popup.PublisherFindUsOnSteam .search-result-container .search-result-table-container:last-child table:last-child th:first-child {
    display: none;
  }
}
@media (max-width: 1000px) {
  body .register-popup.PublisherInfo .swal2-html-container .steam-data-tables-container {
    padding-top: calc(var(--total-table-height) + 10px);
  }
  body .register-popup.PublisherInfo .swal2-html-container .steam-data-tables-container > table > tbody > tr > td {
    padding: 0 !important;
  }
  body .register-popup.PublisherInfo .swal2-html-container .steam-data-tables-container > table > tbody > tr > td:first-child {
    position: absolute;
    width: 100%;
    top: 0;
  }
}
@media (max-width: 800px) {
  body .register-popup.PublisherInfo {
    font-size: 0.8rem;
  }
}
@media (max-width: 545px) {
  body .register-popup.PublisherInfo table td,
  body .register-popup.PublisherInfo table tr {
    font-size: 0.5rem !important;
  }
  body .register-popup.PublisherInfo img {
    display: none;
  }
}
@media (max-width: 545px) {
  body .register-popup {
    font-size: 0.65rem;
  }
}
@media (max-width: 790px) {
  body .register-popup .half {
    width: 100% !important;
  }
  body .register-popup .swal2-actions {
    padding-right: 0 !important;
    justify-content: center !important;
    width: 100% !important;
    font-size: 12px;
  }
}
body .registration-form-cont {
  background-color: #304150;
  padding: 20px;
}
body .iti {
  width: 100%;
  z-index: 1061;
  top: 11px;
}
body .iti .iti__selected-country {
  background-color: unset !important;
}
body .iti .iti__dropdown-content {
  color: #000 !important;
  position: fixed;
  z-index: 1061;
}
body .iti .iti__dial-code {
  color: #636464 !important;
}
