:root {
  --btn-primary: #0d6efd;
}

.page_content{
  max-width: 100% !important;
}

.app-logo{
  max-height: 80px !important;
  max-width: 80px !important;
}

.modal-dialog-scrollable{
  display: block !important;
}

.header-container {
  width: 100%;
  height: 130px;
  background-color: #254b85;
}

header,
footer {
  /* height: auto; */
  background-color: #254b85;
  width: 100%;
}

.mhsss-logo-image {
  width: 100px;
  height: 100px;
}

.mhsss-logo-image-bottom {
  width: 200px;
  height: 200px;
}

.pension-button {
  height: 50px;
  background-color: #bda086;
  border-radius: 8px;
  border: 2px solid;
}

.nav-buttons-old-age-pension {
  color: #bda086;
}

.list {
  list-style-type: none;
}

.link {
  color: inherit;
  text-decoration: none;
}

.feature-container {
  background-color: #bda086;
  height: auto;
}

.features-btn-link{
  padding: 0.5rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.nav-buttons-old-age-pension {
  text-shadow: 1px 1px white;
}

/* how-to-apply */
.how-to-apply {
  background-color: white;
}

body,
html {
  height: 100vh;
  width: 100%;
}

/* notice */
.notice {
  height: 50%;
}

/* search */
.search-container {
  height: 50%;
}

/* Sumitted */

#submitted img {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

#submitted {
  width: 100%;
}

.track {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #2490ef;
  border-radius: 6px;
  outline: none;
}

/* status */
#status img {
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}

#status {
  width: 100%;
}

.status-container {
  height: 50%;
}

/* progress bar */
.container_progress {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 175px;
}
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  text-align: center;
}

.progressbar li::before {
  content: counter(step);
  counter-increment: step;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #ddd;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #ddd;
  top: 20px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child::after {
  content: none;
}

.progressbar li.active {
  color: black;
}

.progressbar li.active:before {
  border-color: white;
  background-color: #6c757d;
}

.progressbar li.active + li:after {
  background-color: #6c757d;
}

.progressbar li.active_second {
  color: black;
}

.progressbar li.active_second:before {
  border-color: white;
  background-color: #17a2b8;
}

.progressbar li.active_second + li:after {
  background-color: #17a2b8;
}

.progressbar li.active_deferred {
  color: black;
}

.progressbar li.active_deferred:before {
  border-color: white;
  background-color: #ffc107;
}
.progressbar li.active_rejected {
  color: black;
}

.progressbar li.active_rejected:before {
  border-color: white;
  background-color: #dc3545;
}

.progressbar li.active_approved {
  color: black;
}

.progressbar li.active_approved:before {
  border-color: white;
  background-color: #28a745;
}

.progressbar li.active_closed {
  color: black;
}

.progressbar li.active_closed:before {
  border-color: white;
  background-color: #007bff;
}

#reply {
  font-size: x-large;
}

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 575px) {
  .header-container {
    width: 100%;
    height: 380px;
    background-color: #254b85;
  }

  .nav-buttons-old-age-pension , .nav-buttons-old-age-pension a{
    width: 100%;
    text-align: center;
  }
  
  .mhsss-logo-container{
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .card-container{
    margin: auto !important;
  }

  .mhsss-logo-text-container {
    text-align: center !important;
  }
  .pension-button{
    height: auto;
  }
  .nav-container{
    margin-top: -50px !important;
  }
}

@media only screen and (min-width: 575px) {
  .header-container {
    width: 100%;
    height: 325px;
    background-color: #254b85;
  }

  .nav-buttons-old-age-pension {
    width: 100%;
    text-align: center;
  }

  .mhsss-logo-text-container {
    text-align: center;
  }

}

@media only screen and (min-width: 1200px) {
  .header-container {
    width: 100%;
    height: 130px;
    background-color: #254b85;
  }

  .nav-buttons-old-age-pension {
    width: 100%;
    text-align: left;
  }

  .mhsss-logo-text-container {
    text-align: left;
  }

  #logo-name {
    font-size: 30px;
  }

}

@media only screen and (min-width: 1650px) {
  .header-container {
    width: 100%;
    height: 130px;
    background-color: #254b85;
  }

  .nav-buttons-old-age-pension {
    width: 100%;
    text-align: left;
  }

  .mhsss-logo-text-container {
    text-align: left;
  }

  #logo-name {
    font-size: 36px;
  }

}
