@font-face {
  font-family: "Asap Condensed";
  src: url("AsapCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Asap Condensed";
  src: url("AsapCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Asap";
  src: url("Asap-Regular.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "Asap";
  src: url("Asap-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Asap";
  src: url("Asap-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

.header__wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 1px 6px rgba(32, 33, 36, 0.2);
}

.header__overlay {
  position: absolute;
  width: 100%;
  height: 4rem;
  visibility: hidden;
  background: rgba(88, 87, 92, 0.8);
}

body {
  margin:0px;
}

.header__content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 4rem;
  margin-left: 28px;
  margin-right: 28px;
}

.header__logo {
  width: auto;
  height: 2.5rem;
}
.header-width__portnet-logo {
  width:160px;
}
.header-width__middle {
  width: calc(100% - 660px);
}

.footer__wrapper {
  display: flex;
  height: 3rem;
  background-color: #606060;
  flex-shrink: 0;
  justify-content: flex-end;
}

.footer__overlay {
  position: absolute;
  width: 100%;
  height: inherit;
  visibility: hidden;
  background: rgba(88, 87, 92, 0.8);
}

.footer__content {
  display: flex;
  align-items: center;
  margin: 0 28px;
}

.footer__terms-and-conditions {
  color: #f9f9f9;
  font-family: 'Asap';
  font-size: 0.75rem;
}

.footer__terms-and-conditions > a {
  color: #f9f9f9;
}

.page-content{
  min-height: calc(100vh - 4rem - 3rem);
}

.page-content-detail{
  padding-top: 60px;
  display:flex;
}

.page-content-detail-left{
  padding-left: 106px;
  padding-right: 86px;
}

.page-content-detail-right{
  padding-top: 52px;
}

.page-not-found{
  font-weight:500;
  font-size:24px;
  line-height:24px;
  font-family:'Asap Condensed';
  padding-top: 16px;
}

.page-not-found-content{
  font-weight:400;
  font-size:16px;
  line-height:20px;
  font-family:'Asap';
  margin: 15px 0px;
}

.back-to-home-btn{
  width:187px;
  height:36px;
  background-color:#0078D7;
  color:white;
  border:0px;
  cursor:pointer;
  font-family:'Asap';
  font-weight:600;
  font-size:14px;
  line-height:16px;
  text-align:center;
  letter-spacing: 0.75px;
  box-shadow: 0px 2px 4px 0px #00000040;
  border-radius:4px;
}

.error-font{
  font-family:'Asap Condensed';
  font-weight:400;
  font-size:32px;
  line-height:40px;
  color:#0047A6;
  padding-bottom:12px;
  padding-left: 12px;
}