﻿.spaceLogo {
  margin-bottom: 1.5rem;
}
.spaceLogo img {
  width: 22rem;
}
@media (max-width: 575px) {
  .spaceLogo img {
    width: 100%;
  }
}

.lapImg {
  text-align: center;
}
.lapImg img {
  width: 70%;
}

img.homeText {
  width: 5rem;
  margin-left: 0.5rem;
}

#tableLoader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 1rem);
  background: var(--naa-tables-bg);
  border-radius: 0 0 1rem 1rem;
  display: none;
}

.tableSpinner {
  width: 40px;
  height: 40px;
  border: 4px solid #00ffef;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.build_display7 {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.input-group.btnGrp {
  flex-wrap: nowrap !important;
}
.input-group.spaceForm {
  width: 52%;
}
.input-group input.reqInput {
  width: 100%;
  background: transparent;
  font-size: var(--font-size-12);
  height: 3rem;
  padding: 0.5rem 1.8rem;
  color: var(--naa-para-text);
  flex: inherit;
  border: none;
  font-family: var(--ff-medium);
  border: 1px solid var(--naa-para-text);
  border-radius: 0.938rem 0 0 0.938rem;
}
.input-group input.reqInput:focus {
  box-shadow: none;
}
.input-group input.reqInput::placeholder {
  color: #c4c4c4;
  opacity: 1; /* Firefox */
}
.input-group input.reqInput::-ms-input-placeholder {
  color: #c4c4c4;
}
.input-group button {
  padding: 0.4rem 1.8rem;
  color: var(--naa-cards-bg-alt);
  font-size: var(--font-size-13);
  cursor: pointer;
  text-decoration: none;
  border-radius: 0.938rem;
  border: 2px solid var(--naa-para-text);
  display: flex;
  height: 3rem;
  align-items: center;
  justify-content: center;
  background-color: var(--naa-para-text);
  border: 0;
  white-space: nowrap;
  font-family: var(--ff-medium);
  position: relative;
  left: -1rem;
  text-transform: uppercase;
}

.split7 {
  width: 23%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  /*padding-top: 7rem;*/
  background: var(--naa-ash);
  border-radius: 1.5rem;
}
.split7 div {
  padding: 1.5rem 0;
}

.split7 .arrowImage {
  height: 1.5rem;
  position: absolute;
  top: 2.3rem;
  right: -1.5rem;
}

.split7 span {
  color: var(--naa-title-text);
  font-family: var(--ff-medium);
  background-color: var(--naa-cards-bg-alt);
  width: 100%;
  /* height: 3rem; */
  display: flex;
  font-size: var(--font-size-16);
  justify-content: center;
  align-items: center;
  padding: 1rem 0.5rem;
  /* text-transform: lowercase; */
  border-radius: 1.5rem 1.5rem 0 0;
  line-height: 1.3;
  min-height: 5rem;
}

.split7 .buildImage {
  width: 80%;
}

.split7:first-child div .buildImage {
  width: 80%;
}

.split7 .growthTxt {
  height: auto;
  top: 2rem;
  color: #f2f2f2;
  font-size: var(--font-size-12);
  text-align: center;
  font-family: var(--ff-bold);
  position: relative;
}

.split7 .descText {
  position: absolute;
  color: #f2f2f2;
  bottom: 1rem;
  font-size: var(--font-size-12);
  /* transform: translateX(-50%); */
  right: 0;
  width: 100%;
  text-align: center;
  font-family: var(--ff-regular);
}

.imp-disc-space {
  width: 80%;
  margin: auto;
  margin-top: 4rem;
}

.imp-disc-space p.head {
  font-size: var(--font-size-12);
  color: var(--naa-title-text);
  font-family: var(--ff-medium);
  margin-bottom: 0.45rem;
}

.imp-disc-space p.text {
  font-size: var(--font-size-12);
  font-family: var(--ff-light);
  color: var(--naa-title-text);
  line-height: 1.45;
}

.imp-disc-space p a {
  color: var(--naa-title-text) !important;
  text-decoration: underline;
}

#improve-etf .HomePagetitle, #beta-index .HomePagetitle {
  text-align: center;
}

.hSec13 {
  /*background: url(../assets/images/bg5.png);
  background-color: #191925;*/
  min-height: 80vh;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
}

.sec13Head p {
  font-size: var(--font-size-18);
  color: var(--naa-title-text);
  margin-bottom: 0;
  line-height: 1.6;
  font-family: var(--ff-light);
  border: 1px solid var(--naa-title-text);
  flex: 1;
  border-radius: 1rem;
  padding: 1.9rem 2rem;
  /*min-height: 15rem;*/
}

.sec13Head.subIn {
  width: 75%;
  margin: auto;
  position: static;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  grid-gap: 2rem;
}

.directLeft h2 {
  font-size: var(--font-size-32);
  font-family: var(--ff-semibold);
  color: var(--naa-title-text);
  line-height: 1.25;
  margin-bottom: 3.5rem;
}

.directLeft p {
  font-size: var(--font-size-18);
  color: var(--naa-title-text);
  line-height: 1.6;
  margin: 0rem 0 2rem;
}

.directLeftTitle {
  margin: 0.3rem 0 0 !important;
  font-family: var(--ff-medium);
}

.directIndexTabs li a.active {
  position: relative;
  color: var(--naa-title-text);
  border-bottom: 0.15rem solid var(--naa-highlight-text);
  border-radius: 0;
}

.directIndexTabs li:last-child {
  /*margin-left: 1rem;*/
}

.directIndexTabs {
  border: 0;
  margin-top: -3rem;
  text-align: center !important;
  color: var(--naa-title-text);
  font-size: var(--font-size-20);
  font-family: var(--ff-medium);
  background-color: var(--naa-cards-bg-alt);
  border-radius: 0.938rem 0.938rem 0 0;
  position: relative;
  top: 0.1rem;
  z-index: 9;
}
.directIndexTabs li {
  width: 50%;
}

.directIndexTabs li a {
  border: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: var(--font-size-16);
  padding: 1.8rem 1rem;
  font-family: var(--ff-medium);
  color: var(--naa-para-text-dull);
  border-bottom: 0.15rem solid var(--naa-cards-bg);
}

.directIndexContent h3 {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: var(--font-size-18);
  font-family: var(--ff-regular);
  margin-top: 3rem;
}

.directIndexContent table {
  /*margin-top:3rem;*/
  /*background: linear-gradient(180deg, rgba(114, 114, 152, 0.25) 0%, rgba(65, 66, 108, 0.124692) 61.37%, rgba(39, 41, 86, 0) 93.05%);*/
  border-radius: 0.5rem;
}

.directIndexContent table th.headerRow {
  text-align: center !important;
  color: var(--naa-title-text);
  font-size: var(--font-size-20);
  font-family: var(--ff-medium);
  background-color: var(--naa-cards-bg-alt);
  border-radius: 0.938rem 0.938rem 0 0;
}

.directIndexContent table tr th:first-child {
  text-align: left;
  width: 30%;
  padding-left: 1.5rem !important;
}

.directIndexContent table tbody tr:nth-child(1) td, .directIndexContent table tbody tr:nth-child(3) td {
  padding-top: 2.5rem !important;
}
.directIndexContent table tbody tr:first-child td {
  padding-top: 3.5rem !important;
}
.directIndexContent table th {
  font-family: var(--ff-medium);
  font-size: var(--font-size-13);
  background: var(--naa-cards-bg);
  height: 5.15rem;
  vertical-align: middle;
}
.directIndexContent table td {
  background-color: var(--naa-tables-bg);
}
.directIndexContent table tr:last-child td {
  padding-bottom: 3.5rem;
}
.directIndexContent table tr:last-child td:first-child {
  border-radius: 0 0 0 0.938rem;
}
.directIndexContent table tr:last-child td:last-child {
  border-radius: 0 0 0.938rem 0;
}

.directIndexContent table th {
  font-size: var(--font-size-16);
  line-height: 1.2;
}

.directIndexContent table td {
  font-size: var(--font-size-14);
}

.directIndexContent table th,
.directIndexContent table td {
  color: var(--naa-title-text);
  border: 0 !important;
  padding: 0.8rem 0.8rem;
  font-family: var(--ff-medium);
  font-weight: 500;
  text-align: center;
}

.directIndexContent table tr.tdHeader td {
  color: var(--naa-highlight-text);
  white-space: nowrap;
}

.directIndexContent table tr td:first-child {
  text-align: left;
  font-family: var(--ff-medium);
  padding-left: 1.5rem !important;
}

.directIndexContent table tr td:last-child,
.directIndexContent table tr th:last-child {
  padding-right: 1.5rem !important;
}

.directIndexTabWrap {
  /*border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;*/
  padding: 2rem 0 2rem 5rem;
}

.contactSeebtn {
  color: var(--naa-title-text);
  border: 0px solid rgba(255, 255, 255, 0.15);
  padding: 0.8rem 2rem !important;
  border-radius: 0.3rem;
  font-family: var(--ff-medium);
  transition: 0.4s;
  font-size: var(--font-size-14);
  text-transform: uppercase;
  background: var(--naa-cards-bg-alt);
  border-radius: 25rem;
  margin-top: 3rem;
  display: inline-block;
}

.bgthree {
  padding-bottom: 3rem;
  min-height: 100vh;
  padding-top: 5rem;
}
