/* Use page specific styles */

/* Use tabs styles */
#header_fixed_trigger .inline-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
#header_fixed_trigger .footer-nav__title {
  display: none;
}
#header_fixed_trigger .tabs-nav {
  display: flex !important;
  flex-direction: row !important;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#header_fixed_trigger .tabs-nav li {
  margin: 0;
  line-height: 1;
  display: block;
}
#header_fixed_trigger .tabs-nav a {
  display: block;
  font-size: 32px;
  line-height: 140%;
  font-weight: 400;
  text-decoration: none;
  color: #0d1a35 !important;
  padding: 0;
  border-bottom:2px solid transparent;
  transition: border-color 0.2s;
}
@media only screen and (min-width: 768px) {
  #header_fixed_trigger .tabs-nav a {
    font-size: 32px;
  }
}
#header_fixed_trigger .tabs-nav a:hover {
  color: #0d1a35 !important;
  text-decoration: none;
}
#header_fixed_trigger .tabs-nav a.is-active {
  font-weight: 500;
  border-bottom-color: #0d1a35;
  color: #0d1a35 !important;
}
.use-tab-content {
  display: none;
}
.use-tab-content--active {
  display: block;
}
/* Use code block with tabs */
.use-code-block {
  position: relative;
  background: #192237;
  border-radius: 24px;
  overflow: hidden;
  margin: 32px 0;
}
.use-code-tabs {
  display: flex;
  gap: 0;
  border-bottom: 2px solid #0D1A35;
  background: #182133;
}
.use-code-tab {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #707682;
  background: 0 0;
  border: 0;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
@media only screen and (min-width: 768px) {
  .use-code-tab {
    font-size: 16px;
  }
}
.use-code-tab:hover {
  color: #fff;
}
.use-code-tab.is-active {
  color: #fff;
  border-bottom-color: #3177f3;
}
.use-code-content-wrapper {
  position: relative;
}
.use-code-content {
  display: none;
  padding: 24px;
  position: relative;
}
.use-code-content.is-active {
  display: block;
}
.use-code-copy {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  padding: 8px;
  background: #283446;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
}
.use-code-copy svg {
  width: 16px;
  height: 16px;
  color: #707682;
  transition: color 0.2s;
}
.use-code-copy:hover {
  background: #3177f3;
}
.use-code-copy:hover svg {
  color: #fff;
}
.use-code-copy.copied {
  background: #3177f3;
}
.use-code-copy.copied svg {
  color: #fff;
}
.use-code-text {
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  white-space: pre-wrap;
  margin: 0;
  padding-right: 60px;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .use-code-text {
    font-size: 16px;
  }
}
/* Developer section redesign */
.use-dev-section {
  position: relative;
  padding: 160px 0;
  background: #0b152a;
  overflow: hidden;
}
.use-dev_w-section {
  position: relative;
  padding: 160px 0;
  background: #fafdff;
}

.use-dev-section:before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 15% 15%, rgba(49, 119, 243, 0.18) 0, rgba(11, 21, 42, 0) 60%),
    radial-gradient(90% 90% at 85% 0, rgba(53, 255, 137, 0.12) 0, rgba(11, 21, 42, 0) 55%);
}
.use-dev_w-section:before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.use-dev-section .container {
  position: relative;
  z-index: 1;
}
.use-dev_w-section .container {
  position: relative;
  z-index: 1;
}
.use-dev-columns {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 32px;
  align-items: start;
}
@media (max-width: 767.98px) {
  .use-dev-columns {
    grid-template-columns: 1fr;
  }
}
.use-dev-label {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #707682;
  margin-top: 6px;
}
.use-dev-label_w {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #0d1a35;
  margin-top: 6px;
}
.use-dev-main {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  color: #fafdff;
}
.use-dev-title {
  margin: 0;
}
.use-dev-text {
  margin: 40px 0;
  color: #e9eff3;
}
.use-dev-text_w {
  margin: 0px 0;
  color: #0d1a35;
  font-size: 24px;
  font-weight: 400;
  padding: 20px 0;
}
.use-dev-code-block {
  background: #192237;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(233, 239, 243, 0.08);
  max-width: 700px;
}
.use-dev-code-block .use-code-tabs {
  border-bottom: 1px solid #283446;
  background: #182133;
}
.use-dev-code-block .use-code-content {
  background: transparent;
}
.use-dev-cta {
  width: fit-content;
}
.use-text {
  margin: 0;
  color: #0d1a35;
  font-size: 32px;
  font-weight: 700;
  padding: 40px 0;
}
.use-text_w {
  margin: 0;
  color: #0d1a35;
  font-size: 48px;
  font-weight: 700;
  padding: 20px 0;
}
.use-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 2px solid #3177f3;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
  width: 143px;
  height: 68px;
}
.use-button:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.use-button_w {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background-color: transparent;
  color: #0d1a35;
  text-decoration: none;
  border: 2px solid #3177f3;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s;
  width: 261px;
  height: 68px;
}
.use-button_w:hover {
  background-color: transparent;
  color: #0d1a35;
  text-decoration: none;
}

