@layer components {

  .fs-18,
  .fs-20 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-black);
  }


  [class*="btn"] {
    border-radius: var(--btn-radius);
    color: var(--btn-color);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
	white-space: nowrap;
  }

  .btn--primary {
    background-color: var(--color-primary);
    color: var(--color-white);
  }

  .btn--primary::before {
    background-color: #08776e70;
  }

  .btn--outline::before {
    background-color: #08a79a2c;
  }

  .btn--outline {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #000 30%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }

    background-color: transparent;
    color: black/30;
    color: var(--color-black);
  }

  #progress {
    border-radius: calc(infinity * 1px);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  #progress-value {
    border-radius: calc(infinity * 1px);
    background-color: var(--color-primary);
  }

  #breadcrumbs .breadcrumb_last {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--primary-color);
  }

  .custom-table th {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-300);
    text-align: left;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }

  .custom-table thead {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
    border-color: var(--color-gray-300);
  }

  .custom-table td {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-gray-300);
  }

  .custom-table tr:nth-child(odd) {
    background-color: var(--color-gray-100);
  }

  .custom-table tr:nth-child(even) {
    background-color: var(--color-white);
  }

  .custom-table strong {
    --color-paragraph: var(--color-black);
    color: var(--color-black);
  }

  .hero-container h1 {
    --h1-color: var(--color-white);
  }

  .contact-form :is(input, textarea, select) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: color-mix(in srgb, #000 20%, transparent);

    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }

    background-color: var(--color-white);
  }

  .contact-form button {
    cursor: pointer;
  }

  #table_of_content {
    border-radius: 10px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #d3d3d3;
  }

  #table_of_content .thead {
    background-color: var(--primary-color);
    color: var(--color-white);
  }

  #table_of_content .active-li a,
  #table_of_content li:hover a {
    color: var(--primary-color);
  }

  ul.table-list li {
    position: relative;
    list-style-type: none;
    padding-left: calc(var(--spacing) * 0);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 1.5;
    line-height: 1.5;
    --tw-font-weight: var(--font-600);
    font-weight: var(--font-600);
  }

  ul.table-list {
    background-color: #eefffd;
  }

  .feature-cell:hover {
    background-color: #f4f4f4;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  ul.table-list li a {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-black);
  }

  .striped-table tbody tr:nth-child(odd) {
    background-color: #f3f4f6;
  }

  .feature-cols:not(:nth-child(3n)) .feature-cell {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-color: #cccccc;
  }

  .feature-cols:not(:nth-last-child(-n+3)) .feature-cell {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #cccccc;
  }

  @media (max-width: 1023px) {
    .feature-wrap .feature-cols:nth-child(odd) .feature-cell {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
      border-color: #e5e7eb;
    }

    .feature-wrap .feature-cols:nth-child(even) .feature-cell {
      border-right: 1px solid #e5e7eb00;
    }

    .feature-cols:not(:nth-last-child(-n+2)) .feature-cell {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-color: #e5e7eb;
    }
  }

  @media (max-width: 767px) {
    .feature-wrap .feature-cols .feature-cell {
      border-right-style: var(--tw-border-style) !important;
      border-right-width: 0px !important;
    }

    .feature-wrap .feature-cols:not(:last-of-type) .feature-cell {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-color: #e5e7eb;
    }
  }

  #table_of_content ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }

  #table_of_content ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #b9b8b8;
  }

  .show-tab .thead::after {
    transform: rotate(0deg) !important;
  }

  .show-tab ul.table-list {
    display: none;
  }

  .side-heading::before {
    background: var(--primary-color);
  }

  .page_banner {
    background-color: #d7fcf4;
  }

  .list-pills {
    color: var(--color-black);
  }

  .single-pg {
    border-radius: 12px;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cccccc;
  }

  .writtern-info a:hover {
    color: var(--primary-color);
  }

  .written-by {
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #E2E2E2;
  }

  .accordion details {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #cccccc;
  }

  .accordion details:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }

  .last-border-none details:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #cccccc;

    @media (width >=64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }

  .faq-content {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    --tw-border-style: dotted;
    border-style: dotted;
    border-left-color: var(--primary-color);
  }

  .blog-card {
    border-radius: 0.25rem;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: #cccccc;
  }

  .blog-card-img {
    background-color: #e5e5e5;
  }

  .border-top {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: #cccccc;
  }

  .custom-dot::before {
    border-radius: calc(infinity * 1px);
    background-color: var(--color-black);
    transform: translateY(-50%);
  }

  .post-auth {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-paragraph);
  }

  .blog-card a {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }

  .blog-card a:hover {
    color: var(--primary-color);
  }

  .post-cat {
    border-radius: calc(infinity * 1px);
    background-color: var(--primary-color);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-white) !important;
  }

  .pros-cons h2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: #cccccc;
  }

  .pros {
    border-color: var(--primary-color);
  }

  .cons {
    border-color: #FF0F0F;
  }

  .pros-cons.cons ul li::before {
    filter: brightness(0) saturate(100%) invert(16%) sepia(95%) saturate(7491%) hue-rotate(0deg) brightness(95%) contrast(110%);
  }

  .pagination .page-numbers {
    background-color: #06634c;
    --tw-leading: 35px;
    line-height: 35px;
    color: var(--color-white);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 400ms;
    transition-duration: 400ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .pagination .page-numbers.current,
  .pagination .page-numbers:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
  }

  .pagination .page-numbers.current::before,
  .pagination .page-numbers.current::after,
  .pagination .page-numbers:hover::before,
  .pagination .page-numbers:hover::after {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
    background-color: #06634c;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 400ms;
    transition-duration: 400ms;
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .pagination .page-numbers.current::after,
  .pagination .page-numbers:hover::after {
    border-radius: 50% 0 0 50%;
  }

  .pg-background {
	  background: 
  linear-gradient(90deg, #CCFBF1 0%, #FFFFFF 38.82%, #CCFBF1 99.82%);
    background-size: cover;
  }
	
	.pg-background svg{
		flex-shrink:0;
	}
}

@layer utilities {
  .text-paragraph {
    font-size: clamp(1rem, 0.179vw + 0.964rem, 1.125rem);
    line-height: calc(1.75 / 1.125);
  }
}

@layer components {

  .page-style .site-navbar ul li a,
  .navigation-menu.is-fixed .site-navbar ul li a {
    color: var(--color-black) !important;
  }

  .service-h-img img {
    margin-inline: auto;
    width: 400px;

    @media (width >=64rem) {
      width: 100%;
    }
  }
}

.hover-fill:hover svg {
  fill: var(--color-primary);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}

.navigation-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.3s ease-in-out;
  background: white;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.card-base {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: color-mix(in srgb, #000 20%, transparent);

  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }

  background-color: var(--color-white);
}

.written-by-info ul {
  padding-left: calc(var(--spacing) * 0);
}

.written-by-info :is(ul, li) {
  margin-bottom: calc(var(--spacing) * 0);
}

.author-card {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #e2e2e2;
  background-color: #f5f5f5;
}

.author-card:hover {
  border-color: #1e8b7d;
}

/* .customer-review {
  max-height: 222px;
  overflow-y: scroll;
} */

header {
  position: relative;
  z-index: 100;
}

.navigation-menu.is-fixed {
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.06);
  transition: 0.2s ease-in-out;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.site-navbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-navbar>ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-navbar ul li {
  padding: 31px 0;
  line-height: 0;
}

.site-navbar ul li a {
  background: transparent;
  padding: 8px 14px;
  border-radius: 30px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1.5;
  color: var(--color-black);
  border: unset;
}

/* 
.site-navbar ul li a.active,
.site-navbar ul li a:hover {
  border: 1px solid #ffffff75;
} */

.site-logo {
  display: flex;
  align-items: center;
}

.site-logo img,
#notchox-logo img {
  width: 148px;
}

.nav-toggler-container {
  order: 1;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-toggler {
  display: none;
}

.parent-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.parent-menu li {
  position: relative;
}

.parent-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dropdown svg {
  flex-shrink: 0;
}

.parent-menu .dropdown>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  list-style: none;
  margin: 0;
  flex-direction: column;
}

.parent-menu .dropdown>ul li {
  padding: 0 !important;
}

.parent-menu .dropdown>ul li a {
  color: #333 !important;
  border-radius: 0;
  margin: 0;
  padding: 15px;
}

.parent-menu .dropdown .dropdown>ul {
  top: 0;
  left: 100%;
  margin-left: 5px;
}

.parent-menu .dropdown:nth-last-child(-n + 3) .dropdown>ul {
  left: -100% !important;
}

.parent-menu .dropdown .dropdown>ul::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff;
}

/* .parent-menu .dropdown>a::after,
.parent-menu .dropdown .dropdown>a::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: auto;
  transition: transform 0.3s ease;
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 0.32 0.32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M.246.106a.02.02 0 0 1 .028.028l-.1.1a.02.02 0 0 1-.028 0l-.1-.1A.02.02 0 0 1 .074.106L.16.192z'/%3E%3C/svg%3E");
	background-size:contain;
	background-repeat: no-repeat;
} */

.parent-menu .dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.srch-form {
  position: relative;
}

.form-wrap :is(input, select, textarea) {
  background: #F6F3F3;
  outline: 1px solid #D1D5DB;
}

.home .parent-menu .dropdown>a::after,
.home .parent-menu .dropdown .dropdown>a::after {
  filter: invert(1);
}

.is-fixed .parent-menu .dropdown>a::after,
.is-fixed .parent-menu .dropdown .dropdown>a::after {
  filter: grayscale(100%);
}

/* .parent-menu .dropdown .dropdown>a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000' viewBox='0 0 537.6 614.4'%3E%3Cpath d='M241.68 411.12c15 15 39.36 15 54.36 0l192-192c15-15 15-39.36 0-54.36s-39.36-15-54.36 0L268.8 329.64 103.92 164.88c-15-15-39.36-15-54.36 0s-15 39.36 0 54.36l192 192z'/%3E%3C/svg%3E");
} */

.parent-menu .dropdown:hover>a::after,
.parent-menu .dropdown.show>a::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    --height: 62px;
    background: #fff !important;
    height: var(--height);
    display: flex;
    align-items: stretch;
  }

  .site-navbar {
    align-items: stretch;
    height: 100%;
    align-items: center !important;
  }

  .site-navbar>ul {
    background: #fff;
    display: none;
    flex-direction: column;
    height: 0;
    transition: height 0.15s ease-in-out;
    width: 100%;
    padding: 10px 20px 20px;
  }

  .site-navbar>ul.open {
    display: block;
    height: auto;
    padding-top: 10px;
    z-index: 100;
  }

  .site-navbar>.parent-menu {
    position: absolute;
    top: 98px;
    left: 0;
    background: #fff;
    display: none;
    flex-direction: column;
    height: 0;
    transition: height 0.15s ease-in-out;
    padding: 10px 20px 20px;
    width: 100%;
  }

  .site-navbar ul li,
  .site-navbar ul li a {
    padding: 8px 0;
  }

  .site-navbar ul li a {
    color: #000;
  }

  .nav-toggler {
    display: block !important;
  }

  .parent-menu .dropdown>ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f8f9fa;
    border-radius: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
  }

  .parent-menu .dropdown.show>ul {
    height: 100% !important;
    display: block;
  }

  .parent-menu .dropdown>a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23000' viewBox='0 0 537.6 614.4'%3E%3Cpath d='M241.68 411.12c15 15 39.36 15 54.36 0l192-192c15-15 15-39.36 0-54.36s-39.36-15-54.36 0L268.8 329.64 103.92 164.88c-15-15-39.36-15-54.36 0s-15 39.36 0 54.36l192 192z'/%3E%3C/svg%3E");
  }

  .parent-menu .dropdown .dropdown>ul {
    position: static;
    margin-left: 20px;
    margin-top: 5px;
  }

  .parent-menu .dropdown .dropdown>ul::before {
    display: none;
  }

  .site-navbar>ul>li>a {
    padding: 0 !important;
  }

  .parent-menu .dropdown ul li {
    padding: 0px 10px 0 10px !important;
  }

  .site-navbar ul li a.active,
  .site-navbar ul li a:hover {
    color: var(--primary-color) !important;
  }
}

@media screen and (min-width: 769px) {
  .navigation-menu .site-navbar {
    border-bottom: 1px solid #ffffff2e;
    background: transparent;
  }

  .sticky-header {
    background: #000;
  }

  .site-navbar ul li a.active,
  .site-navbar ul li a:hover {
    color: var(--primary-color) !important;
  }
}

@media screen and (min-width: 992px) {
  .site-navbar>ul li {
    padding: 18px 0 !important;
  }

  .parent-menu .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.nav-toggler {
  display: none;
}

@media screen and (max-width: 992px) {
  .nav-toggler {
    display: block !important;
  }
}

@layer components {

  .page-style .site-navbar ul li a.active,
  .page-style .site-navbar ul li a:hover {
    background: #0e7f7617 !important;
  }

  .page-style .parent-menu .dropdown>a::after,
  .page-style .parent-menu .dropdown .dropdown>a::after,
  .navigation-menu.is-fixed .parent-menu .dropdown .dropdown>a::after,
  .navigation-menu.is-fixed .parent-menu .dropdown>a::after {
    filter: brightness(0.3);
  }
}

@layer components {
  footer {
    background-color: var(--color-black);
    padding-top: 70px;
    padding-bottom: 35px;
    color: #f4f4f4;
  }

  .list-menu a {
    color: #f4f4f4c7;
  }

  .list-menu a:hover {
    color: #F4F4F4;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false;
}

@property --tw-brightness {
  syntax: "*";
  inherits: false;
}

@property --tw-contrast {
  syntax: "*";
  inherits: false;
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}

@property --tw-invert {
  syntax: "*";
  inherits: false;
}

@property --tw-opacity {
  syntax: "*";
  inherits: false;
}

@property --tw-saturate {
  syntax: "*";
  inherits: false;
}

@property --tw-sepia {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}

@property --tw-duration {
  syntax: "*";
  inherits: false;
}

@property --tw-ease {
  syntax: "*";
  inherits: false;
}

@property --tw-leading {
  syntax: "*";
  inherits: false;
}

@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {

    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-leading: initial;
    }
  }
}

.srch-form {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}

.srch-form form {
  margin-bottom: 30px;
  background: #F6F3F3;
  padding: 10px 12px;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
}

.srch-form form input {
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .is-fixed .site-navbar>.parent-menu {
    top: 62px !important;

  }
}

@media screen and (min-width: 1024px) {
  .home .site-navbar>ul>li>a {
    color: var(--color-white);
  }
.home .navigation-menu:not(.is-fixed) ul li svg {
        fill: var(--color-white);
    }

}

.text-black {
  color: var(--color-black);
}

/* Always show normal logo */
.site-logo .normal-logo {
  display: block;
}

.site-logo .site-logo-white {
  display: none;
}

/* ========== DESKTOP OVERRIDES ========== */
@media (min-width: 768px) {

  /* Home page: use white logo */
  .home .site-logo .normal-logo {
    display: none;
  }

  .home .site-logo .site-logo-white {
    display: block;
  }

  /* Home + fixed navigation: revert to normal logo */
  .home .navigation-menu.is-fixed .site-logo .normal-logo {
    display: block;
  }

  .home .navigation-menu.is-fixed .site-logo .site-logo-white {
    display: none;
  }
}

.chip {
  font-size: 0.75rem;
  font-weight: 500;
  background: #cbfbf1;
  color: #00786f;
}

.arrow-step-row .active .step-number{
	background-color:#0b7a71;
}

.arrow-step-row .active .arrow-step {
    background-color: #f4f4f4;
}

.arrow-step{
	position:relative;
	margin-right: 36px;
}

.arrow-step-row .active svg g,.arrow-step:hover svg g{
	fill:#f4f4f4;
}

.arrow-step svg{
	position: absolute;
    top: 0;
    right: -31px;
    width: 32px;
    height: 100%;
    fill: var(--bg);
    stroke: var(--border);
    stroke-width: 2px -3px -1px -6px;
    stroke: 1p;
}

.arrow-step svg g{
	fill:#fff;
}

@media (max-width: 600px) {
	
.arrow-step svg{
	display:none;
}
	
	.arrow-step{
		margin-right:0;
	}
}

#supported-file .table-custom tr td:last-child {
	width: 100%;
	max-width: 100%;
}