/* CSS using Bootstrap 5, starting with Single Profile Display (both single view and side-by-side) */
header.main-nav {
  position: sticky;
  top: 0;
  width: 100%;
  background: white;
  z-index: 9999;
  padding-top: 0.53rem;
  padding-bottom: 0.53rem;
  min-height: 85px;
  align-content: center;
}
header.main-nav .wrapper {
  justify-content: space-between;
  max-width: 940px;
}
header.main-nav .alt-wrapper {
  display: flex;
  align-items: center;
  gap: 1.3em;
}
header.main-nav img {
  max-height: 81px;
  max-width: 210px;
}
header.main-nav .main-logo img,
footer .meta-wrapper .logos-container .main-logo img {
  max-width: 210px;
}
header.main-nav .wrapper button.navbar-toggle {
  display: none;
  appearance: none;
  outline: 0;
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 9px 10px;
  background-color: white;
}
header.main-nav .wrapper button.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #888;
}
header.main-nav .wrapper button.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 4px;
}
header.main-nav .wrapper .navbar {
  flex: 1;
  justify-content: center;
  padding: 0;
  display: flex !important;
}
header.main-nav .wrapper .navbar ul {
  margin: 0;
  padding: 0;
}
header.main-nav .wrapper .navbar ul li a:any-link,
header.main-nav .wrapper .navbar ul li button {
  color: #777;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  border: 0;
  background: none;
}

header.main-nav .wrapper .navbar ul li a:any-link:hover {
  color: rgba(225, 111, 80, 0.85);
}

/* Lang menu dropdown */
header.main-nav .wrapper .navbar ul li.dropdown.lang .dropdown-toggle::after {
  display: none;
}
header.main-nav .wrapper .navbar ul li.dropdown.lang span.selected {
  display: block;
  font-size: 0.8em;
  padding: 2px;
  text-align: center;
  color: #fff;
  background-color: #6091cc;
}

/* Hover states */
header.main-nav .wrapper .navbar ul li.dropdown.lang:hover span.selected {
  background: transparent;
  color: rgb(241, 89, 42);
}
header.main-nav .wrapper .navbar ul li.dropdown.lang:hover button {
  color: rgba(225, 111, 80, 0.85);
}
header.main-nav .wrapper .navbar ul li.dropdown .dropdown-menu {
  padding: 5px 15px;
  border-radius: 1px;
}
header.main-nav .wrapper .navbar ul li.dropdown .dropdown-menu li {
  padding: 10px 0;
  justify-content: center;
}
header.main-nav .wrapper .navbar ul li.dropdown .dropdown-menu li.active {
  border-bottom: 1px solid rgba(225, 111, 80, 0.85);
}
header.main-nav
  .wrapper
  .navbar
  ul
  li.dropdown
  .dropdown-menu
  li.active
  a:any-link {
  color: rgba(225, 111, 80, 0.85);
}

@media screen and (max-width: 768px) {
  header.main-nav .wrapper {
    justify-content: space-between;
  }
  header.main-nav .wrapper button.navbar-toggle {
    display: block;
  }
  header.main-nav .wrapper .navbar {
    display: inherit;
    position: absolute;
    height: 0;
    top: 80px;
    overflow: hidden;
    right: 0;
    width: 100vw;
    background-color: white;
  }
  header.main-nav .wrapper .navbar.show:has(.dropdown-menu.show) {
    overflow: visible;
  }
  header.main-nav .wrapper .navbar.show {
    height: auto;
  }
  header.main-nav .wrapper .navbar ul {
    flex-direction: column;
    flex: 1;
    gap: 0 !important;
  }
  header.main-nav .wrapper .navbar ul li {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header.main-nav .wrapper .navbar ul li.dropdown .dropdown-menu {
    width: 100%;
    transform: translateY(-2px);
  }
  header.main-nav .wrapper .navbar ul li br {
    display: none;
  }
}

footer {
  margin-top: 25px;
}
footer .container {
  max-width: 940px;
}
footer .links-wrapper {
  padding: 10px 0;
  background-color: #faf9f9;
  border-top: 1px solid #ecebea;
}
footer .links-wrapper h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-family: Cabin, sans-serif;
  color: #51463f;
  font-size: 24px;
}
footer .links-wrapper a:any-link {
  display: block;
  margin-bottom: 10px;
  color: #51463f;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
  text-decoration: none;
}
footer .links-wrapper a:any-link:hover,
footer .links-wrapper a:any-link:focus {
  text-decoration: underline;
}
footer .links-wrapper .social > a {
  width: 35px;
  height: 35px;
}
footer .links-wrapper .social > a.twitter {
  background: url(../images/twitter-dark.png) no-repeat;
  background-size: contain;
}
footer .links-wrapper .social > a.facebook {
  background: url(../images/facebook-dark.png) no-repeat;
  background-size: contain;
}
footer .meta-wrapper {
  background-color: #f2f1f0;
  border-top: 1px solid #ecebea;
  padding: 28px 0 16px;
}
footer .meta-wrapper .logos-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .meta-wrapper .logos-container img {
  max-height: 81px;
  max-width: 210px;
}
footer .meta-wrapper .copyright {
  display: block;
  text-align: center;
  font-size: 15px;
}

@media (min-width: 991px) {
  main {
    max-width: 840px;
    margin: 0 auto;
  }
}

h1,
.h1 {
  font-size: calc(1.075rem + 1.1vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}
b,
strong {
  font-weight: 600;
}

.blue-background {
  background-color: #f0e2de !important;
}

.red-background {
  background-color: #f0e2de !important;
}

.mb-x {
  margin-left: 30px;
}

.family .card {
  background-color: #f0e2de !important;
}

.describe .card {
  background-color: #f0e2de !important;
}

.personal .card {
  background-color: #f0e2de !important;
}

.other .card {
  background-color: #f0e2de !important;
}

.me-2 {
  margin-top: 5px !important;
}

/* Center the container */
table {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

th,
td {
  padding: 0px;
  text-align: left;
}

.line-height {
  line-height: 2px !important;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  vertical-align: top;
}

.gap-4 {
  row-gap: 0rem !important;
  column-gap: 1rem !important;
}

.mt-3 {
  margin-top: 0.2rem !important;
}

.me-2 {
  margin-right: 0.2rem !important;
}

.me-3 {
  margin-right: 0.3rem !important;
}

.me-4 {
  margin-right: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 0.25rem !important;
}

.ms-3 {
  margin-left: 0.5rem !important;
}

.ps-4 {
  padding-left: 1.1rem !important;
}

.btn-secondary {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-secondary:hover {
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.grid-item {
  display: flex;
  align-items: left;
  text-align: left;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px; /* Add margin to separate icon and text */
}

@media (max-width: 1000px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr; /* Display as a single column on mobile */
  }
}
.family .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .family .card {
    height: 100% !important;
  }
}
.education .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .education .card {
    height: 100% !important;
  }
}
.describe .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .describe .card {
    height: 100% !important;
  }
}
.looking .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .looking .card {
    height: 100% !important;
  }
}
.personal .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .personal .card {
    height: 100% !important;
  }
}
.references .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .references .card {
    height: 100% !important;
  }
}
.privacy .card {
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .privacy .card {
    height: 100% !important;
  }
}
header,
.header {
  background-color: #fbf0f8;
}

header.second,
.header.second {
  background-color: #cfe0f2;
}

header.second .fa,
.header.second .fa {
  color: #6091cc;
}

header.second .list-group-item.active,
.header.second .list-group-item.active {
  background-color: #6091cc;
  border-color: #6091cc;
}

header ul li,
.header ul li {
  display: flex;
  align-items: center;
}

header .fa,
.header .fa {
  color: #df91c7;
}

.faqlist li {
  margin-bottom: 1rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
}

table {
  font-size: 1rem;
}
table header.second .fa,
table .header.second .fa {
  color: #6091cc;
}
table header.second .list-group-item.active,
table .header.second .list-group-item.active {
  background-color: #6091cc;
  border-color: #6091cc;
}
table header .list-group-item.active,
table .header .list-group-item.active {
  background-color: #df91c7;
  border-color: #df91c7;
}
table header ul li,
table .header ul li {
  display: flex;
  align-items: left;
}
table header .fa,
table .header .fa {
  color: #df91c7;
}
table header-body,
table .header-body {
  padding: 40px 0 11px 0;
  display: flex;
  flex-direction: column;
}
table header .list-group-item,
table .header .list-group-item {
  border-radius: 0.25rem !important;
  border-left-width: 1px !important;
  display: flex;
  align-items: center;
}
table .card {
  border: none;
  background-color: transparent;
}
table .img-thumbnail {
  min-height: 200px;
  min-width: 100%;
}
table .card-header {
  color: #333333;
  border: 0;
  display: flex;
  gap: 0;
  background-color: transparent;
  padding: 0.3rem 0;
}
table .card-body {
  padding-inline-start: 2.9rem;
}
table tr.sticky {
  --header-height: 111px;
  position: sticky;
  z-index: 5;
}
table tr.sticky:nth-child(1) {
  top: var(--header-height);
}
table tr.sticky:nth-child(2) {
  top: calc(var(--header-height) + 8px);
}

table .bi-currency-dollar.fees {
  display: grid;
  place-items: center;
  line-height: 0;
  background-color: black;
  border-radius: 100%;
  width: 1em;
  height: 1em;
}

table .bi-currency-dollar.fees::before {
  font-size: 0.8em;
  color: white;
}

.tooltip {
  opacity: 0.9;
}
.tooltip .tooltip-inner {
  background-color: #ace4f1;
  color: #181818;
}
.tooltip .tooltip-arrow {
  display: none;
}

.navbar-nav-scroll {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.navbar-nav-scroll::-webkit-scrollbar {
  width: 8px;
}
.navbar-nav-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f5f5f5;
  background: #f5f5f5;
  border-radius: 10px;
}
.navbar-nav-scroll::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 10px;
}
.navbar-nav-scroll::-webkit-scrollbar-thumb:hover {
  background: #1dda76;
}

.faqlist li {
  display: flex;
  margin-bottom: 1rem;
}

#knows-updated p {
  margin-top: 15px;
  font-family: Cabin, sans-serif;
}

#knows-updated input.radio-input {
  margin-top: 5px;
  vertical-align: top;
}

#knows-updated label {
  font-size: 15px;
}

#knows-updated textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}

/*#knows-updated */
.action-buttons button,
.action-buttons input {
  width: 100%;
  background-color: #3d9f90;
  border-radius: 100px;
  font-family: Cabin, sans-serif;
  font-weight: 700;
  font-size: 14px; /*13px;*/
  text-align: center;
  height: 50px;
  letter-spacing: 1px;
  color: #fff;
  border: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  white-space: normal;
  padding: 0.375rem 0.7rem; /*0px 15px;*/
}

/*#knows-updated */
.action-buttons button:hover,
.action-buttons input:hover {
  background-color: #3d9f90;
  color: #333;
  text-decoration: none;
}

* {
  direction: ltr;
}
html[dir="rtl"] * {
  direction: rtl;
  text-align: start;
}
@media screen and (max-width: 600px) {
  * {
    word-break: break-word;
  }
}

/* Base CSS styles */
.containerthumb {
  margin: 0 auto;
  display: flex;
}

.containerthumb img {
  width: 100%;
  width: 240px;
}

.imagethumb2 {
  float: inline-start;
}

.imagethumb3,
.imagethumb4 {
  float: inline-end;
}

.columnthumb {
  flex: 1;
  min-width: 0;
}

.spacexxx {
  height: 60px;
  overflow: hidden;
  vertical-align: top;
}

/* Media query for mobile view */
.containerx#side-by-side {
  @media (max-width: 1090px) {
    .spacexxx {
      height: 47px;
      overflow: hidden;
      vertical-align: top;
    }
    .containerthumb {
      flex-direction: column;
    }
    .containerthumb img {
      width: 100%;
      max-width: 240px;
    }
    .columnthumb {
      padding: 0px 0px 8px 0px !important;
      flex: 1;
      min-width: 0;

      > div {
        text-align: center;
      }
    }

    .imagethumb2,
    .imagethumb3,
    .imagethumb4 {
      float: none;
    }
    h1,
    .h1 {
      font-size: 1.25rem;
      font-weight: 700;
    }
  }
}

.containerx:not(#side-by-side) {
  @media (max-width: 540px) {
    .spacexxx {
      height: 47px;
      overflow: hidden;
      vertical-align: top;
    }
    .containerthumb {
      flex-direction: column;
    }
    .containerthumb img {
      width: 100%;
      max-width: 240px;
    }
    .columnthumb {
      padding: 0px 0px 8px 0px !important;
      flex: 1;
      min-width: 0;

      > div {
        text-align: center;
      }
    }

    .imagethumb2,
    .imagethumb3,
    .imagethumb4 {
      float: none;
    }
    h1,
    .h1 {
      font-size: 1.25rem;
      font-weight: 700;
    }
  }
}

.line-height {
  line-height: 2px !important;
  height: 5px !important;
}

.line-width {
  line-height: 2px !important;
}

ol,
ul {
  padding-left: 1.5rem;
}

.right-0 {
  right: 0;
}

@media only screen and (min-width: 500px) {
  .columnthumb {
    padding: 0px 10px 10px 10px !important;
  }
  .abc {
    width: 1% !important;
  }
}
.containerx {
  display: flex;
  justify-content: left;
  padding: 0 1%;
  box-sizing: content-box;
  margin: auto;
}

#table-container {
  position: relative;
  display: block;
  width: 100%;
}

#scrollingTable {
  display: none;
  position: sticky;
  top: 85px;
  background-color: white; /* Adjust the background color as needed */
  z-index: 100; /* Adjust the z-index to make sure it's above other elements */
}

/* Global styles for icons */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  width: 20px;
  margin-inline-end: 6px;
}

/* Vertically align Font Awesome icons with text on traits and hobbies */
.icondown4 {
  margin-top: 4px;
}

/*# sourceMappingURL=style.css.map */
