/* page ---------------------------------------*/
body {
    background-color: #e9f4ff;
}
main {
    padding: 1rem 0;
}
.footer-copyright {
    text-align: center;
    padding: 1rem;
    margin-top: 1rem;
    background-color: #aaa;
    font-size: .8rem;
}
.page-header {
    text-align: center;
    position: relative;
    background: url(../images/bg-top.svg), #b2d7fb;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.page-header .header-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
.page-header .header-wrap img {
    width: 60px;
    margin-right: 1rem;
}
.page-header .header-wrap h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.5rem;
    color: #3b85cf;
}
h3 {
    font-size: 1rem;
    background-color: #b2d7fb;
    padding: 0.5rem;
    border-radius: 4px;
}
h4 {
    font-size: 1rem;
    color: #000;
    font-weight: normal;
}
.info-box{
    border: 2px solid #b2d7fb;
    border-radius: 4px;
    background: rgb(255, 253, 236);
    padding: 1rem;
    margin-bottom: 1rem;
}
.basic-info-form{
    margin-bottom: 3rem;
}
.qa-box {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
b {
    color: #dc3545;
}
.form-footer {
    text-align: center;
}
.form-footer .form-page {
    color: #666;
}
select.form-control{
    width: 40%;
}
@media (max-width: 576px) {
    select.form-control{
        width: 100%;
    }
}
.input-inline{
    border-radius: 4px;
    border: 1px solid #ced4da;
    margin: 0 4px;
    width: 5rem;
    padding: .375rem .75rem;
}

.mb-8-custom {
    margin-bottom: 0.8rem;
}

.mt-8-custom {
    margin-top: 0.8rem;
}

.custom-input {
  /* Removed display: block and width: 100% */

  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  /* Optional to make it inline */
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

/* Focus style (optional) */
.custom-input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Focus style (optional) */
.custom-input:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
