
.navbar .subnav-content a {
  position: relative;
  display: inline-block;
  padding: 14px 16px 6px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
}


.navbar .subnav-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0077ff;
  /*background: red;*/
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;

}


.navbar .subnav-content a:hover::after,
.navbar .subnav-content a.active::after,
.navbar .subnav-content a[aria-current="page"]::after {
  transform: scaleX(1);
}


.active,
.subnav-content a:hover,
.subnav .subnavbtn:hover {
  background-color: transparent;
  /*background-color: yellow;*/
  color: white;
}


.navbar .subnav-content a {
  position: relative;
  display: inline-block;
  padding: 14px 16px 6px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(#0077ff, #0077ff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.25s ease;
}

.navbar .subnav-content .subnav,
ul.navigation li > a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(#0077ff, #0077ff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.25s ease;
}

.navbar .subnav-content a:hover,
.navbar .subnav-content a.active,
.navbar .subnav-content a[aria-current="page"],
.navbar .subnav-content .subnav:hover,
.navbar .subnav-content .subnav.active,
ul.navigation li > a:hover {
  background-size: 100% 2px;
}

.navbar .subnav-content .subnav .subnavbtn {
  font-weight: normal;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 10px;
}

.navbar .subnav-content .subnav .subnavbtn > i {
  padding-left: 8px;
}

ul.navigation li > a:hover {
  text-decoration: none;
}

div.search-bar {
  border: solid 2.5px #001b43;
  transition: border-color 0.3s ease;
  border-radius: 20px;
}

div.search-bar:focus-within {
  border: solid 2.5px #0d6efd;
}


a.pillButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  overflow: visible;
  padding: 8px 16px;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  width: auto
}

a.pillButton {
  background-color: #06f;
  border-color: #06f
}

a.pillButton:hover {
  background-color: #0052cc;
  border-color: #0052cc;
  color: #fff
}

.btn--primary-outline {
  background-color: transparent;
  border-color: #06f;
  color: #06f
}

/* march 2026 */
h4.note {
  width: 500px;
  margin: 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-family: 'Open Sans';
  padding-top: 6px;
  padding-bottom: 2px;
  margin-bottom: 22px;
}

h1.title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0;
  font-family: 'Open Sans';
  color: #fff;
  padding-top: 1px;
  padding-bottom: 7px;
}


.header-image img {
  min-width: 1080px;
  position: absolute;
  z-index: -1;
}

div.topic-hero {
  background-color: transparent;
}

div.slope {
  display: none;
}

.docs-home-section {
  background: transparent;
  padding: 48px 24px 56px;
}

.docs-home-container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.docs-column {
  flex: 1;
  min-width: 0;
}

.docs-title {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
}

.highlight-list,
.release-list {
  width: 100%;
}

.highlight-item,
.release-item {
  border-bottom: 1px solid #d1d1d1;
}

.highlight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.highlight-name {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}

.highlight-icon {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  color: #111;
}

.highlight-content {
  padding: 2px 0 16px;
}

.highlight-text {
  max-width: 95%;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
}

.highlight-link,
.release-more,
.release-name {
  color: #0d63ff;
  text-decoration: none;
}

.highlight-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.release-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  text-decoration: none;
}

.release-name {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

.release-name-strong {
  font-weight: 800;
}

.release-date {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 1.3;
  color: #8e8e8e;
  white-space: nowrap;
}

.release-more {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .docs-home-container {
    flex-direction: column;
    gap: 36px;
  }

  .release-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .release-date {
    white-space: normal;
  }
}

.highlight-summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 14px 28px 14px 0; /* loc in dreapta pentru sageata */
}

.highlight-summary::-webkit-details-marker {
  display: none;
}

.highlight-summary::marker {
  content: "";
}

.highlight-summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.highlight-item[open] .highlight-summary::after {
  transform: translateY(-30%) rotate(-135deg);
}


#mc-main-content {
  position: relative;
  isolation: isolate;
}

#mc-main-content .header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 420px;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

#mc-main-content .header-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}

#mc-main-content .topic-hero {
  position: relative;
  z-index: 1;
  min-height: 420px;
  padding: 56px 20px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#mc-main-content .topic-hero:has(.books) {
  padding-bottom: 40px;
}

/* tablet / medium */
@media (max-width: 1100px) {
  #mc-main-content .header-image {
    height: 500px;
  }

  #mc-main-content .topic-hero {
    min-height: 500px;
    padding-bottom: 150px;
  }
}

/* mobile */
@media (max-width: 768px) {
  #mc-main-content .header-image {
    height: 540px;
  }

  #mc-main-content .topic-hero {
    min-height: 540px;
    padding-bottom: 170px;
  }
}

/* ultra-wide */
@media (min-width: 2200px) {
  #mc-main-content .header-image {
    height: 500px;
  }

  #mc-main-content .topic-hero {
    min-height: 500px;
    padding-bottom: 140px;
  }

  #mc-main-content .header-image img {
    bottom: -35px;
  }
}

@media (max-width: 1280px) {
  #mc-main-content .header-image img {
    top: 0;
  }
}

.title-bar-layout a.logo {
  background-image: url('https://docs.fintechos.com/assets/images/FTOS_Documentation_logo_white.svg');
}

.invisible-label {
  display: none;
}

nav.title-bar {
  background-color: #000B19;
}


body.main-home-page .search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit,
body.search-page .search-bar.search-bar-container.mc-component .search-submit {
  background-color: #000;
  border-radius: 20px;
  width: 90px;
  height: 40px;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 8px;

}

body.main-home-page form.search .search-submit,
body.search-page form.search .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 60px;
  margin: 0;
  padding: 0;
  background: #000000;
  border-radius: 9999px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  padding-top: 5px;
}

body.main-home-page form.search .search-submit,
body.main-home-page form.search .search-submit::after,
body.search-page form.search .search-submit,
body.search-page form.search .search-submit::after {
  content: "Search";

  font: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

body.main-home-page .search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit:hover,
body.search-page .search-bar.search-bar-container.mc-component .search-submit:hover {
  background-color: transparent;
}

body.main-home-page form.search .search-submit-wrapper,
body.search-page form.search .search-submit-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-top: 4px;
  margin-right: 4px;
}

body.main-home-page .search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit,
body.search-page .search-bar.search-bar-container.mc-component .search-submit {
  background-image: none;
}

body.main-home-page .search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit,
body.search-page .search-bar.search-bar-container.mc-component .search-submit {
  background-color: #000;
}

body.main-home-page .search-bar.search-bar-container._Skins_SearchHome.mc-component .search-submit:hover,
body.search-page .search-bar.search-bar-container.mc-component .search-submit:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

body.main-home-page .search-bar._Skins_SearchHome.mc-component .search-field:hover,
body.search-page .search-bar.mc-component .search-field:hover {
  border-color: #0d6efd;
}

body.main-home-page .search-bar._Skins_SearchHome.mc-component .search-field,
body.search-page .search-bar.mc-component .search-field {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 20px;
}
body.search-page .search-bar.mc-component .search-field {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #fff;
  border-top-right-radius: 20px;
  line-height: 20px;
  height: 52px;
}
body.search-page .search-bar.search-bar-container.mc-component{
  box-sizing: content-box;
  border: none;
}

body.main-home-page div.home-tiles-container.getting-started {
  padding-bottom: 48px;
  padding-top: 48px;
  margin: 0;
  width: 100%;
  max-width: unset;
}

body.main-home-page div.home-tiles-container.getting-started .simple {
  max-width: 1120px;
  margin: 0 auto;
}

body.main-home-page div.home-tiles-container.getting-started .simple .left {

  display: inline-block;

}

body.main-home-page div.home-tiles-container.getting-started .simple .right {
  margin-left: 75px;
  display: inline-block;
}

body.main-home-page div.home-tiles-container.getting-started .simple .left img {
  width: 94px;
}

body.main-home-page div.home-tiles-container.getting-started .simple .right h1 {
  margin-top: 0;
  margin-bottom: 0;
}

body.main-home-page div.home-tiles-container.getting-started .simple p.title-content,
body.main-home-page div.home-tiles-container.getting-started .simple p.tile-title {
  margin-left: 0;
  padding-top: 14px;
  padding-left: 0;
}

body.main-home-page div.home-tiles-container {
  max-width: 1120px;
}

body.main-home-page div.home-tiles-container {
  max-width: 1120px;
  margin: 0 auto;
}

body.main-home-page div.home-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

body.main-home-page div.home-tiles .simple {
  box-sizing: border-box;
}

body.main-home-page div.home-tiles > div:nth-child(1),
body.main-home-page div.home-tiles > div:nth-child(2),
body.main-home-page div.home-tiles > div:nth-child(3) {
  width: unset;
  margin-left: unset;
}

body.main-home-page div.home-tiles::before {
  content: unset;
}

body.main-home-page div.home-tiles-container.getting-started .simple {
  text-align: center;
}

img.upoc {
  width: 75%;
  margin: 0 auto;
}

body.main-home-page div.home-tiles-container.getting-started .simple p.title-content {
  width: 600px;
  display: inline-block;
}

body.main-home-page div.home-tiles-container.getting-started .simple p.tile-title {
  width: auto;
  display: inline-block;
}

a.pillButton {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

div.academy-section a.pillButton {
  background-color: transparent;
  border-color: #ffffff;
}

a.pillButton:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

div.academy-section a.pillButton:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

div.academy-section p.info-title,
div.academy-section p {
  padding-top: 30px;
  color: #fff;
}

table.pictureRight {
  padding-top: 50px;
  padding-bottom: 50px;
}

table.pictureRight tbody tr td:nth-child(1) {
  width: 20%;
  padding-left: 52px;
  padding-right: 52px;
}

table.pictureRight tbody tr td:nth-child(2) {
  border: 1px solid #fff;
  border-radius: 16px;
  width: 18%;
}

body.main-home-page .search-bar.mc-component .search-filter-wrapper,
body.search-page .search-bar.mc-component .search-filter-wrapper{
  right: 105px;
}

.ughome-tiles a {
  color: #000;
  font-weight: normal;
}

div.topic-hero p.intro {
  margin-left: unset;
}

select {
  background-color: transparent;
}

select option {
  color: #000;
  font-size: 18px;
}

select:not(:-internal-list-box)::picker {
  color: #000;
}

form#feedback {
  display: none;
}

div.topic-hero table.books {
  background-color: white;
  border-radius: 15px;
  border: 1px solid #000;
}