* {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
/* Headings */
.tm-tfile-h1 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #1f3965;
}
.tm-tfile-h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #1f3965;
}
.tm-tfile-h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #1f3965;
}
.tm-tfile-h5 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #1f3965;
}
.tm-tfile-h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #1f3965;
}
.tm-tfile-h7 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #6b82ab;
}

/* Paras */
.tm-tfile-para1 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #6b82ab;
}
.tm-tfile-para2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #6b82ab;
}
.tm-tfile-para3 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #6b82ab;
}
.tm-tfile-para4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #6b82ab;
}

/* Colors */
.tm-tfile-color-blue {
  color: #1da1f2;
}
.tm-tfile-color-red {
  color: #ff5e5e;
}
.tm-tfile-color-yellow {
  color: #e0c709;
}
.tm-tfile-color-orange {
  color: #ea8804;
}
.tm-tfile-color-green {
  color: #36b37e;
}
.tm-tfile-color-white-imp {
  color: #ffffff !important;
}
.tm-tfile-color-light-grey {
  color: #f5f6fa;
}
.tm-tfile-color-grey {
  color: #dbe2ea;
}
.tm-tfile-color-dark-grey {
  color: #7586a1;
}
.tm-tfile-color-dark-blue {
  color: #1f3965;
}
.tm-tfile-color-brown {
  color: #ae9963;
}

/* Backgrounds */
.tm-tfile-bg-white {
  background-color: #ffffff;
}
.tm-tfile-bg-light-blue {
  background-color: #f3fafe;
}
.tm-tfile-bg-blue {
  background-color: #1da1f2;
}
.tm-tfile-bg-light-red {
  background-color: #ffefef;
}
.tm-tfile-bg-light-yellow {
  background-color: #fffce3;
}
.tm-tfile-bg-light-orange {
  background-color: #fff2e9;
}
.tm-tfile-bg-light-green {
  background-color: #ebf7f2;
}
.tm-tfile-bg-dark-blue {
  background: #1f3965;
}
.tm-tfile-bg-extra-dark-blue {
  background: #18325c;
}
.tm-tfile-bg-white {
  background-color: #ffffff;
}
.tm-tfile-bg-light-blue {
  background: #f7f9fc;
}
.tm-tfile-bg-grey {
  background: #dbe2ea;
}
.tm-tfile-bg-dark-grey {
  background: #7586a1;
}
.tm-tfile-bg-light-grey {
  background: #f5f6fa;
}

.tm-tfile-bg-light-brown {
  background: #f7f5ef;
}
/* Border */
.tm-tfile-border-color-grey {
  border-color: #dbe2ea;
}

/* Shadow */
.tm-tfile-shadow1 {
  box-shadow: 0px 4px 12px rgba(113, 161, 230, 0.1);
}
.tm-tfile-shadow2 {
  box-shadow: 0px 4px 16px #000c6908;
}

/* Max width */
.tm-tfile-max-width,
.tm-common-max-width
 {
  margin: auto;
  width: 90%;
}

/* Hover  */
.tm-tfile-color-blue-hover:hover {
  color: #1da1f2;
  background-color: #dbe2ea;
  cursor: grab;
}
/* Extra  */
.tm-tfile-border-color-blue {
  border-color: #1da1f2;
}
.tm-tfile-border-white-top {
  border-top: 1px solid rgba(242, 244, 248, 0.4);
}
.tm-tfile-main-heading {
  margin-top: 150px;
}
input:focus {
  outline: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.tm-tfile-word-spacing-2 {
  word-spacing: 2px;
}
.tm-tfile-height-fit-content {
  height: fit-content;
}
.tm-tfile-width-fit-content {
  width: fit-content;
}
.tm-tfile-scroll-smooth {
  scroll-behavior: smooth;
}
.tm-tfile-word-break-intitial {
  word-break: initial !important;
}
.footer-border {
  border-top: 1px solid #eaeaea
}
.tm-common-border-grey-bottom {
  border-bottom: 1px solid #eaeaea
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
@media only screen and (min-width: 1024px) {
  .tm-tfile-max-width,
  .tm-common-max-width
   {
    width: 84%;
    max-width: 1140px;
  }
  .tm-tfile-h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: 600;
    color: #1f3965;
  }
}
.tm-common-border-grey-top {
  border-top: 1px solid #eaeaea;
}
.bg-clr {
  background-color: #f9fafb;
}
