/* apps/web/dn-ms-company-directory/src/styles.scss */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.datanyze.com/fonts/Lato.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url(https://assets.datanyze.com/fonts/Lato.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.datanyze.com/fonts/robotos.woff2) format("woff2");
}
body {
  margin: 0;
  height: 100%;
}
h1,
h2,
h3,
h4 {
  margin: 0;
}
a {
  text-decoration: none;
  color: #0B1E1F;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.section-title {
  font-size: 30px;
  line-height: 40px;
  color: #0B1E1F;
  font-family: "Roboto Slab";
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }
}
.link-text {
  font-family: "Lato";
  color: #3690F0;
  text-decoration: none;
}
.link-text:hover {
  color: #1D80E9;
  cursor: pointer;
}
.link-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  align-self: center;
}
.chips-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.chip-text {
  margin: 0;
  font-family: "Lato";
  font-size: 16px;
  line-height: 15px;
  color: #547786;
  background: #EFF4F8;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 12px;
  text-decoration: none;
  height: fit-content;
  width: fit-content;
  display: flex;
}
.clickable-chip:hover {
  background-color: #F4FAFF;
  color: #3690F0;
  cursor: pointer;
}
.inner-alignment {
  width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .inner-alignment {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner-alignment {
    padding-left: 0;
    padding-right: 0;
  }
}
.show-more {
  display: flex;
  align-items: center;
  padding: 12px 50px;
  background: #ffffff;
  border: 1px solid #3690F0;
  border-radius: 22px;
  font-family: "Lato";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3690F0;
  align-self: center;
  outline: none;
  margin-top: 32px;
}
.show-more:hover {
  cursor: pointer;
}
.show-more:link,
.show-more:visited,
.show-more:active {
  text-decoration: none;
}
.show-more:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -1px;
  margin-left: 10px;
  border-right: 1px solid #1D80E9;
  border-bottom: 1px solid #1D80E9;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.show-more[isFullOpen=true]:after {
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 10px;
}
.show-more:hover:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transition: border-right-color 0.3s;
}
.show-more:hover {
  background: #1D80E9;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: background 0.3s;
}
@media screen and (max-width: 1023px) {
  .show-more {
    margin-top: 12px;
  }
}

/* angular:styles/global:styles */
