@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.html {
  font-family: "Poppins", sans-serif;
}

:root {
  --color-brand: #56d3df;
}

.Button__footerBtn {
  border-top-left-radius: 19px !important;
  border-bottom-right-radius: 19px !important;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 9px 22px;
  border-radius: 0px;
  background-color: #ffcd50;
  color: #000000;
}

.Button__footerBtn:hover {
  background-color: #ECAD2E;
  color: #050000;
}

.KbDetailLtContainer__articleContent a:hover {
  color: #F03C40;
}

.Footer__container2 a {
  color: var(--color-brand);
}

.Footer__container2 hr {
  color: var(--color-brand);
  background-color: var(--color-brand);
  height: 1px;
  border-width: 0;
  margin-bottom: 1em;
}

.Footer__container2 a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-flex-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer-flex-item {
  text-align: center;
  padding: 5px;
  /* border: 1px solid #ededed;
  box-shadow: 0 0 12px 2px rgba(237,237,237,1); */
  flex: 3 1;
  margin: 5px 5px;
  transition: all 250ms ease;
}

.footer-flex-item a {
  color: #FFFFFF;
}

.footer-flex-item a:hover {
  color: var(--color-brand);
  text-decoration: underline;
}

.d-flex {
    display: flex;
}

.logo-icon {
    width: 72px;
    height: 72px;
}

.inquiry {
    font-size: 14px;
    text-align: left;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.inquiry p {
    text-align: left;
    margin-top: 0;
}

.inquiry ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

.inquiry ul li {
    list-style: none;
    display: block;
    position: relative;
    text-align: left;
    line-height: 1em;
}

.img-fluid {
    max-width: 100%;
}

.socical-icon-box {
    margin: 0 35px 15px 35px;
    padding: 5px 16px;
}

.socical-icon-box img {
    width: 60px;
    padding: 10px 10px;
    vertical-align: middle;
    border-style: none;
}

.socical-icon-box {
    margin-bottom: 15px;
    border: 0;
    border-radius: 1.5625rem 0 1.5625rem 0;
    background: #7283B2;
    text-align: center;
}

.fda-box {
  border: 1px solid #FFFFFF;
  padding: 5px 2px;
}

.fda-box p {
  margin: 0;
}

.footer-flex-copy {
  display: flex;
}

.footer-flex-copy > div {
  flex: 2 1;
}

.left-align-text {
  text-align: left;
}

.right-align-text {
  text-align: right;
}
