body {
  margin: 0;
  padding: 0;
  font-family: "GDS Transport", arial, sans-serif;
}

header {
  background-color: black;
  color: white;
  padding: 6px 20px;
  display: block;
}

#logo {
  font-size: 1.8em;
  font-weight: bold;
  color: white;
  text-align: center;
}

.logo {
  display: flex;
  justify-content: center;
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
}

.logo:hover {
  text-decoration: underline;
  color: white;
  /* background-color: yellow;
    color: black; */
}

.top {
  display: grid;
  place-items: center;
}

p {
  font-family: "GDS Transport", arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3157894737;
  text-align: justify;
}

.content-block {
  max-width: 630px;
 
}

.content-block.mt-7 {
  margin-top: 1.75rem;
}

.feedback-section {
  font-family: "GDS Transport", arial, sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 5rem;
  background: #f3f2f1;
  padding: 1rem 1rem 1.25rem;
  border-top: 1px solid #b1b4b6;
}

.feedback-title {
  font-weight: bold;
  margin: 0 1.25rem 0.625rem 0;
  min-width: 6rem;
}

.feedback-buttons {
  display: flex;
  gap: 1.25rem;
}

.feedback-btn {
  min-height: 2.5rem;
  min-width: 5rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid black;
  border-bottom-width: 4px;
  background: white;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.feedback-btn:hover {
  background: #b1b4b6;
}

.feedback-btn:focus {
  background: #ffdd00;
  border-bottom-width: 6px;
}

.footer-primary {
  width: 100%;
  min-height: 24px;
  background-color: #00703c;
}

.blue-line-top {
  background: #1d70b8;
  height: 10px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
display: none;
}

.blue-line-bottom {
  background: #1d70b8;
  height: 10px;
  width: 100%;
}

.error,
.success,
.form-message {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.form-section {
  margin-bottom: 2rem;
}

.form-section-title {
  font-size: 22px;
  color: black;
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.passport-form-section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dfe1e2;
}

.passport-form-section.hidden {
  display: none;
}

.form-message.cos-success,
.form-message.gwf-success,
.form-message.passport-success,
.success {
  justify-content: flex-start;
  flex-direction: row;
}
.success-text {
  display: inline;
  gap: 20px;
  font-size: 18px;
  color: #00703c;
  font-weight: bold;
  margin-right: 10px;
}

.form-message img,
.error img,
.success img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

.form-message.cos-error,
.form-message.gwf-error,
.form-message.passport-error,
.error {
  font-size: 17px;
  color: #d4351c;
  font-weight: bold;
  margin-right: 10px;
}

.form-message.cos-success,
.form-message.gwf-success,
.form-message.passport-success .passport-name,
.success {
  font-size: 18px;
  color: #00703c;
  font-weight: bold;
}

.form-message.passport-success .passport-name {
  display: block;
}

.form-message.passport-success {
  flex-direction: column;
  align-items: flex-start;
}

.download-link {
  color: #1d70b8;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-top: 8px;
  display: inline-block;
}

.download-link:hover {
  text-decoration-thickness: 2px;
}

#cos-number,
#gwf-number,
#passport-id {
  height: 15px;
  width: 100%;
  max-width: 400px;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 8px;
}

#name-success {
  font-size: 20px;
  color: #27b24a;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 20px;
}

.hidden {
  display: none;
}

footer {
  background: #f3f2f1;
}

.footer {
  display: flex;
  justify-content: center;
  padding-top: 2%;
  padding-bottom: 2%;
}

.logo-2 {
  width: 170px;
}

.main-content {
  margin-top: 45px;
  margin-bottom: 0;
  padding-left: 12%;
  padding-right: 30%;
}

.h2 {
  font-size: 25px;
  color: black;
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 800;
}

.h1 {
  font-size: 34px;
  color: black;
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 900;
}

.additional-information {
  border-left: 10px solid #b1b4b6;
  padding: 4px 0 4px 16px;
  margin: 32px 0;
}

.crown-copyright {
  color: black;
}

.block {
  display: block;
}

.text-align {
  text-align: center;
}

li::marker {
  font-weight: 900;
}

.p-in-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.case-status-section {
  /* border: 2px solid #dfe1e2; */
  border-radius: 2%;
  /* padding: 10px 20px 10px 20px; */
}

#check-case-status {
  font-size: 25px;
  color: black;
  font-family: "GDS Transport", arial, sans-serif;
  font-weight: 600;
}

#receipt-number {
  height: 15px;
  width: 200px;
  padding: 8px;
  font-size: 16px;
}

.check-button {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px 16px;
  background-color: #00703c;
  color: white;
  border: none;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.check-button:hover {
  background-color: #005a30;
}

.container-check-data {
  display: flex;
  align-items: center;
}

.error {
  font-size: 17px;
  color: red;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 20px;
}

.data-valid {
  font-size: 25px;
  color: #27b24a;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 20px;
}

.services-and-information {
  width: 66.6666666667%;
  margin: 0 15px;
}

.government-activity {
  width: 33.3333333333%;
  margin: 0 15px;
}

.footer-container {
  display: flex;
  margin-left: 151.5px;
  margin-right: 151.5px;
}

.services-and-information-ul {
  padding-bottom: 40px;
  padding-left: 0px;
  column-count: 2;
  column-gap: 30px;
  list-style: none;
}

.services-and-information-ul-li {
  display: inline-block;
  width: 99%;
  margin-bottom: 20px;
  list-style: none;
  font-size: 16px;
  line-height: 1.25;
}

.services-and-information-ul-li-a {
  color: #0b0c0c;
  text-decoration: underline;
  cursor: pointer;
}

.government-activity-ul {
  padding-bottom: 40px;
  padding-left: 0px;
  list-style: none;
}

.h2-footer {
  border-bottom: 1px solid #b1b4b6;
  padding-bottom: 10px;
}

.border-footer {
  border-bottom: 1px solid #b1b4b6;
  margin-left: 10%;
  margin-right: 10%;
}

.ul-footer {
  font-size: 16px;
  line-height: 1.25;
  color: #0b0c0c;
  padding-left: 15px;
}

.li-footer {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.25;
}

.svg-footer {
  margin-right: 10px;
  padding-left: 15px;
}

.footer-container-2 {
  display: flex;
  margin-left: 151.5px;
  margin-right: 151.5px;
}

.img_result {
  margin-top: 20px;
}

/* ----------------------------------------------------------------------------- */

.h1-page-not-found {
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 1.0416666667;
}

.p-page-not-found {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.3157894737;
}

.p2-page-not-found {
  font-family: Courier;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.3157894737;
  color: black;
  font-weight: 600;
}

.svg-in-button {
  vertical-align: middle;
  margin-bottom: 3.5px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .main-content {
    padding-right: 12%;
  }

  .logo-2 {
    width: 130px;
  }

  .footer-container {
    display: block;
    /* text-align: center; */
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer-container-2 {
    display: block;
    margin-left: 30px;
    margin-right: 15px;
  }

  .services-and-information {
    width: auto;
  }

  .government-activity {
    width: auto;
  }

  .border-footer {
    border-bottom: 1px solid #b1b4b6;
    margin-left: 5%;
    margin-right: 5%;
  }

  .svg-footer {
    padding-left: 0;
  }

  .h1-page-not-found {
    font-size: 42px;
  }
}
