* {
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  word-break: break-word;
}
button{
  border-width: 0;
}
:root {
  --tm-color-wh-1: #ffffff;
  --tm-color-gy-5: #f8fafd;
}
/* Background */
.tm-bgcr-gy-5 {
  background-color: var(--tm-color-gy-5);
}
.tm-search-bg-1 {
  background-color: rgba(30, 111, 243, 0.09);
}
.tm-bgcr-wh-1 {
  background-color: var(--tm-color-wh-1);
}
.tm-search-tag-bg-1{
  background-color: #F7EEF0;
}
.tm-search-tag-bg-2{
  background-color: #FFF5E8;
}
.tm-search-tag-bg-3{
  background-color: #EBF0FC;
}
.tm-search-tag-bg-4{
  background-color: #FCF9E6;
}
.tm-search-tag-bg-5{
  background-color: #F7F5EF;
}
/* Color */
.tm-search-tag-cr-1{
  color: #F27F7F;
}
.tm-search-tag-cr-2{
  color: #EBB266;
}
.tm-search-tag-cr-3{
  color: #AF98E2;
}
.tm-search-tag-cr-4{
  color: #E0C709;
}
.tm-search-tag-cr-5{
  color: #AE9963;
}
/* Width */
.tm-search-w-1 {
  width: 56rem;
}
.tm-search-w-2 {
  width: 72px;
}
.tm-search-w-3 {
  width: 168px;
}
.tm-search-mw-4 {
  max-width: 90px;
}
/* Height */
.tm-search-h-1 {
  height: 105px;
}
.tm-search-h-2 {
  height: 42px;
}
.tm-search-height-fit-content {
  height: fit-content;
}
/* Max width */
.tm-search-max-width-1 {
  margin: auto;
  width: 90%;
}
.tm-search-max-width-2 {
  width: 84%;
  max-width: 1140px;
  margin: auto;
}
.tm-search-max-width-3
{
  max-width: 120px;
}
/* Shadow */
.tm-search-shadow-1 {
  box-shadow: 0px 4px 12px rgba(113, 161, 230, 0.1);
}
/* Border */
.tm-bdr-t-wh-1 {
  border-top: var(--tm-border-width-1) solid var(--tm-color-wh-1);
}
.tm-search-border-1 {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 5px;
}
/* Input */
.tm-search-input-field-1 {
  border-style: hidden;
  font-size: 20px;
  font-weight: 500px;
}
.tm-search-input-field-2 {
  border-style: hidden;
  font-size: 14px;
  font-weight: 400px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

/* Miscellaneous */
.tm-search-download-banner {
  background: #000000;
  opacity: 0.9;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.tm-search-title-truncate {
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 20px;
}
.tm-search-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.tm-search-scroll-smooth {
  scroll-behavior: smooth;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

h1{
  padding: 0px;
  margin: 0px;
}

.footer-border {
  border-top: 1px solid #eaeaea
}
.tm-common-border-grey-bottom {
  border-bottom: 1px solid #eaeaea
}

@media only screen and (min-width: 640px) {
  .sm\:tm-search-max-width-1 {
    margin: auto;
    width: 90%;
  }
  .sm\:tm-search-max-width-2 {
    width: 84%;
    max-width: 1140px;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .lg\:tm-search-max-width-1 {
    margin: auto;
    width: 90%;
  }
  .lg\:tm-search-max-width-2 {
    width: 84%;
    max-width: 1140px;
    margin: auto;
  }
  .lg\:tm-bgcr-wh-1 {
    background-color: var(--tm-color-wh-1);
  }
}