/* Open Sans Start*/

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/OpenSans-Semibold.woff2) format("woff2");
}

/* Open Sans End*/

/* Over Pass Start*/

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Overpass-Regular.woff2) format("woff2");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/Overpass-Medium.woff2) format("woff2");
}

@font-face {
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Overpass-SemiBold.woff2) format("woff2");
}

/* Over Pass End*/

.tcon-www-header {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  height: 72px;
  padding: 0 36px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.trust-connect {
  position: relative;
  top: 2px;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #93186c;
  letter-spacing: -0.017em;
}

.margin-0 {
  margin: 0;
}

.flex {
  display: flex;
}

button {
  border: none;
}

.help-button {
  background: #ffffff;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  margin-left: 15px;
  border: 2px solid #93186c;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #93186c;
  padding: 7px 24px;
  cursor: pointer;
}

.login-button,
.open-button {
  color: #ffffff;
  background: #93186c;
  margin-left: 12px;
  font-family: "Overpass";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 9px 26px;
  cursor: pointer;
}

.comingSoon-button {
  cursor: default;
}

.header-form {
  margin-block-end: 0;
}

.trust-connect-div {
  display: inline-block;
  margin-left: auto;
}

.logo-div {
  display: inline-block;
}

.logo-img {
  height: 32px;
  width: 161px;
}

.user-info {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.006em;
  color: #0a0a0a;
}

.user-text {
  padding: 0 30px 0 24px;
}

.user-text a {
  color: #0a0a0a;
}

.user-text a:link {
  color: #0a0a0a;
  text-decoration: none;
}

.user-text a:hover,
.logout-text:hover {
  color: #93186c;
  border-bottom: 1px solid #93186c;
}

.user-text a svg,
.logout-button svg {
  position: relative;
  top: 3px;
  right: 3px;
}

.user-text a:hover svg path,
.logout-text:hover svg path {
  fill: #93186c;
}

.logout-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

input[type="checkbox"] {
  accent-color: #93186c;
}
