.text-half-white {
  color: rgba(255, 255, 255, 0.5);
}
.text-gray-01 {
  color: #667085;
}
.text-green {
  color: #16c784;
}
.text-red {
  color: #ea3943;
}

.mb-01 {
  margin-bottom: 0.25rem;
}
.mb-02 {
  margin-bottom: 0.5rem;
}
.mb-03 {
  margin-bottom: 0.75rem;
}
.mb-04 {
  margin-bottom: 1rem;
}
.mb-05 {
  margin-bottom: 1.25rem;
}
.mb-06 {
  margin-bottom: 1.5rem;
}
.mb-07 {
  margin-bottom: 2rem;
}
.mb-08 {
  margin-bottom: 2.5rem;
}
.mb-09 {
  margin-bottom: 3rem;
}
.mb-10 {
  margin-bottom: 3.375rem;
}
.mb-11 {
  margin-bottom: 4rem;
}
.mb-12 {
  margin-bottom: 4.5rem;
}
.mb-13 {
  margin-bottom: 5rem;
}
.mb-14 {
  margin-bottom: 6rem;
}

body {
  background-color: #202225;
  color: #ffffff;
  padding-top: 10rem;
}

.mw-767 {
  max-width: 767px;
}

.form-control:focus {
  box-shadow: none;
}

.ts-search-group .form-control {
  border-right: none;
  background-color: #36393f;
  color: #ffffff;
  border-color: #667085;
}
.ts-search-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.ts-search-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.ts-search-group .form-control::placeholder {
  color: #ffffff;
}
.ts-search-group .btn {
  background-color: #36393f;
  border-color: #667085;
  border-left: none;
}

.btn {
  padding: 0.5rem 1rem;
}
.btn-primary {
  background-color: #4094f7;
  border-color: #4094f7;
}
.btn-outline-primary:hover {
  background-color: #4094f7;
  border-color: #4094f7;
}
.btn-md {
  padding: 0.625rem 1.25rem;
}
.btn-lg {
  padding: 0.75rem;
}

.accordion-item {
  background-color: #36393f;
  border-color: #667085;
  color: #ffffff;
}
.accordion-button {
  background-color: inherit;
  color: inherit;
  box-shadow: none !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: inherit;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23667085' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23667085' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.accordion-body {
  background-color: inherit;
  color: inherit;
}

.ts-header {
  top: 20px;
}
.ts-header .navbar {
  border-radius: 0.5rem;
  background-color: #2f3136;
  color: #ffffff;
  padding: 1rem 1.5rem;
}
.ts-header .navbar-toggler {
  border: 0;
  width: 22px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.ts-header .navbar-toggler:focus {
  box-shadow: none;
}
.ts-header .navbar-toggler:hover span:nth-child(3) {
  width: 100%;
  margin-left: 0;
}
.ts-header .navbar span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.ts-header .navbar span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.ts-header .navbar span:nth-child(2) {
  top: 6px;
  transform-origin: left center;
}
.ts-header .navbar span:nth-child(3) {
  top: 13px;
  transform-origin: left center;
  width: 70%;
  margin-left: 30%;
  transition: all 0.3s ease-in-out;
}
.ts-header .navbar [aria-expanded=true] span:nth-child(1) {
  transform: rotate(45deg);
  top: -2px;
  left: 3px;
}
.ts-header .navbar [aria-expanded=true] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.ts-header .navbar [aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
  width: 100%;
  margin-left: 0;
}
.ts-header .navbar .nav-link {
  color: #ffffff;
}
.ts-header .navbar__form {
  width: 60%;
}
@media (max-width: 991px) {
  .ts-header .navbar__form {
    width: 100%;
  }
}

.pagination .page-link {
  background-color: #2f3136;
  border-color: #36393f;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pagination .active .page-link {
  background-color: #36393f;
}

.ts-joinus {
  background-color: rgba(255, 255, 255, 0.03);
  text-align: center;
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  /* Note: backdrop-filter has minimal browser support */
  padding: 3.75rem 1rem 5.625rem;
  border-radius: 12px;
}

.ts-footer {
  background-color: #2f3136;
  color: #ffffff;
  padding: 6.8125rem 0 2.125rem;
}
.ts-footer .nav-link {
  color: #ffffff;
}
.ts-footer__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ts-footer__main .ts-col-1 {
  width: 39%;
}
.ts-footer__main .ts-col-2 {
  width: 19%;
}
.ts-footer__main .ts-col-3 {
  width: 19%;
}
.ts-footer__main .ts-col-4 {
  width: 19%;
}
.ts-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ts-footer .social-icon {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #36393f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.ts-footer .social-icon svg {
  fill: #ffffff;
}
.ts-footer .social-icon:hover {
  background-color: #3b69db;
}
.ts-footer .social-icon:hover svg {
  fill: #fff;
}
@media (max-width: 991px) {
  .ts-footer__main .ts-col-1 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-footer__main .ts-col {
    width: 100%;
  }
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}
table th,
table td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #36393f;
}
table th {
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
table .table-active td {
  box-shadow: inset 0 0 0 9999px #2f3136 !important;
}

@media screen and (max-width: 767px) {
  table caption {
    font-size: 1.3em;
  }
  table thead {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
  }
  table td {
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.pricing-table {
  padding: 2.5rem 1.5rem;
  border-radius: 12px;
  background-color: #36393f;
  border: 2px solid #36393f;
}
.pricing-table-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.pricing-table-container {
  padding: 3.75rem 4.6875rem 5.25rem;
  background-color: #2f3136;
  border-radius: 12px;
}
.pricing-table__list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
}
.pricing-table__list li {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  gap: 1rem;
}
.pricing-table__list li::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../assets/icons/check-circle.svg");
  background-repeat: no-repeat;
}
.pricing-table--primary {
  border: 2px solid #4094f7;
  color: white;
}
.pricing-table--primary .btn-outline-primary {
  border-color: #4094f7;
  background-color: #4094f7;
  color: #ffffff;
}
@media (max-width: 991px) {
  .pricing-table-group {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=pricing.css.map */