@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cy_g4bg.ttf) format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v4/-W__XJnvUD7dzB26Zw.ttf) format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Ck_k4bg.ttf) format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2Cv_44bg.ttf) format('truetype');
}
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/prompt/v4/-W_8XJnvUD7dzB2C2_84bg.ttf) format('truetype');
}
html,
body {
  background-color: #f9f9f9;
  font-family: "Prompt", sans-serif;
}
.excolor {
  color: #0012b7 !important;
}
.top-bg {
  background-color: #0c6fbd;
  height: 260px;
}
.top-bg .logo img {
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .top-bg .logo img {
    max-width: 250px;
  }
}
.top-bg .text-logo {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
.container .container-box {
  min-height: 300px;
  padding: 30px;
  display: block;
  background-color: #fff;
  margin-top: -100px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .container .container-box .fdno_input {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .container .container-box .fdno_input {
    max-width: 250px;
  }
}
.container .container-box table thead.bg-dark {
  background-color: #2467ba;
  color: #fff;
}
.container .container-box table thead.bg-dark th,
.container .container-box table thead.bg-dark td {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .container .container-box {
    margin-top: -70px;
    padding: 15px;
  }
}
@media screen and (max-width: 640px) {
  .container .container-box {
    margin-top: -100px;
    padding: 15px;
  }
}
.container .det-item {
  width: 100%;
  vertical-align: baseline;
  line-height: 27px;
}
.container .det-item .det-title {
  font-weight: 500;
  display: inline-block;
  color: #000;
}
.container .det-item .det-title::after {
  content: ":";
  margin-left: 2px;
  margin-right: 2px;
}
.container .det-item .det-value {
  color: #666;
  font-weight: normal;
  display: inline-block;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .container .det-item .det-value {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.footer {
  background-color: #0c6fbd;
  color: #fff;
  padding: 15px 10px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.7);
}
