.material-textfield {
  position: relative;
  margin-bottom: 20px;
}

.postfix-icon {
  position: absolute;
  right: 12px;
  bottom: 14%;
  cursor: pointer;
  color: var(--defaultTextColor);
}

.postfix-icon.active {
  color: var(--bg-primary);
}

.postfix-btn {
  position: absolute;
  right: 12px;
  bottom: 24%;
  font-weight: 600;
  cursor: pointer;
  color: var(--bg-primary);
  background-color: #ffffff;
}

textarea,
input {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  outline: none;
  border: 2px solid var(--txt-primary);
  border-radius: 12px;
  padding: 1.2rem 2.4rem;
  color: var(--txt-primary);
  transition: 0.1s ease-out;
  font-family: "Inter";
}

.autogrow > textarea {
  /* You could leave this, but after a user resizes, then it ruins the auto sizing */
  resize: none;
  /* Firefox shows scrollbar on growth, you can hide like this. */
  overflow: hidden;
}

textarea:focus,
input:focus {
  border-color: #00E785;
}

input:focus + label {
  color: var(--bg-primary);
  top: 0;
  transform: translateY(-48%) scale(0.9);
}

input:not(:-moz-placeholder-shown) + label {
  top: 0;
  transform: translateY(-48%) scale(0.9);
}

input:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-48%) scale(0.9);
}

.material-textfield.postfix input {
  padding: 1.2rem;
  padding-left: 2.4rem;
  padding-right: 12.4rem;
}

select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3ctitle%3eunfold-more-horizontal%3c/title%3e%3cpath fill='%235c636b' d='M12,18.17L8.83,15L7.42,16.41L12,21L16.59,16.41L15.17,15M12,5.83L15.17,9L16.58,7.59L12,3L7.41,7.59L8.83,9L12,5.83Z' /%3e%3c/svg%3e");
  background-position-x: 98%;
  background-position-y: 50%;
  background-size: 28px;
  background-repeat: no-repeat;
  width: 100%;
  font-family: "Inter";
  font-size: 1.6rem;
  font-weight: 500;
  outline: none;
  border: 2px solid var(--txt-primary);
  border-radius: 16px;
  padding: 1.2rem 2rem;
  color: #202124;
  transition: 0.1s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.navbar-nav {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-nav .navbar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar-nav .navbar-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.navbar-nav .navbar-menu ul li a {
  color: #1D1D1B;
  text-decoration: none;
  padding: 8px 12px;
  font-family: "Outfit", serif;
  font-size: 2rem;
  font-weight: 500;
}
.navbar-nav .navbar-right {
  display: flex;
  align-items: center;
}
.navbar-nav .navbar-right a {
  font-size: 2rem;
  margin-left: 12px;
  font-weight: 500;
}

.action-btn {
  background-color: #00E785;
  border: 2px solid #1D1D1B;
  border-radius: 8px;
  padding: 8px 12px;
}

.btn-sm {
  padding: 4px 8px;
  border: 1px solid #1D1D1B;
  font-size: 1.4rem;
  font-weight: 500;
}

.brand a {
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
  color: var(--txt-primary);
}
.brand a .brand-logo {
  margin-right: 12px;
  height: 42px;
  width: 42px;
}
.brand a .brand-name {
  font-family: "Outfit", serif;
  font-size: 2.4rem;
  font-weight: 800;
}

.card {
  border: 2px solid #1D1D1B;
  border-radius: 16px;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1750px);
  }
}
.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  align-items: center;
  width: 5040px;
}
.slider .slide {
  width: auto;
  margin: 0 36px;
  align-items: center;
}
.slider .slide img {
  height: 48px;
  width: auto;
  max-width: 180px;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 767px) {
  .navbar-menu {
    display: none;
  }
}
footer {
  padding: 64px 0;
  margin-top: 64px;
  background-color: var(--txt-primary);
  color: #FFFFFF;
}
footer a:hover {
  color: #00E785 !important;
}
footer .footer-links {
  margin-top: 24px;
}
footer .footer-links .group-title {
  font-size: 2.2rem;
  margin-bottom: 16px;
  color: #00E785;
}
footer .footer-links .group-title .brand a {
  color: #FFFFFF;
}
footer .footer-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-links ul li {
  margin: 0;
  padding: 0;
}
footer .footer-links ul li a {
  font-size: 1.8rem;
  padding: 8px 0;
  color: #FFFFFF;
}
footer .foot {
  margin-top: 48px;
}
footer .foot .copyright span {
  font-weight: 400;
}
footer .foot .copyright a {
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFFFFF;
  margin-right: 4px;
}
footer .foot .copyright a::before {
  content: "|";
  margin-right: 4px;
}
footer .foot .copyright a:hover::before {
  color: #FFFFFF;
}/*# sourceMappingURL=conmponent.css.map */