body {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background-color: #133d55;
  font-family: Arial,  Helvetica,  sans-serif;
}

.header {
  width: 100%;
  height: 96px;
  background: #dde7f2;
  min-width: 600px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0 20px;*/
  box-sizing: border-box;
}


.header img {
  height: 96px;
}

.loginAsGuest {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  left: 35px;
  position: absolute;
  top: 74px;
}

.currentTime {
  color: #000;
  left: 400px;
  position: absolute;
  font-size: 10px;
  top: 55px;
  font-weight: 200;
  line-height: 0;
  height: fit-content;
  width: fit-content;
}

.currentDate {
  background-color: #dde7f2;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.currentDate-line {
  display: flex;
  flex-direction: column;
}

.currentDate img {
  height: auto;
  margin-bottom: 10px;
  width: 200px;
}

.currentDate p {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.home-section {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  margin: 0 auto;
}
/* For mobile devices */
@media (max-width: 1400px) {
  .home-section {
    padding-right: 30px;
  }
}


.homeNavigation {
  flex-direction: column;
  margin-top: 18px;
  min-width: 290px;
}

.homeNavigation-d1 {
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  line-height: 18px;
  margin-left: 20%;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 2.5px;
  width: 160px;
}

.homeNav1 {
  list-style: none; /* Hide default marker */
  position: relative;
  padding-left: 12px; /* Create space for the custom marker */
  color: #fff000;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin-left: 30%;
  padding-top: 15px;
  padding-bottom: 2px;
  padding-left: 8px;
  width: 110px;
}

.homeNav1::before {
  content: "▪"; /* Custom bullet (can use ●, ■, etc.) */
  color: #FFBF00;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 6px; /* Adjust vertically */
    padding-top: 4px;
}

.homeNav2 {
  color: #fff000;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  list-style: none;
  position:relative;
  margin-left: 30%;
  padding-top: 2px;
    padding-bottom: 2px;
      padding-left: 11px;
  width: 110px;
}

.homeNav2::before {
  content: "▪"; /* Custom bullet (can use ●, ■, etc.) */
  color: #FFBF00;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -5px; /* Adjust vertically */
}

.homeNavigation-d2 hr {
  border: none;
  border-top: 0.3px dotted #e0e0e0;
  width: 120px;
}


.applicationStatus {
  background-color: #fff;
  background-color: #f4f4ff;
  color: #000;
  min-height: 525px;
  padding: 1px;
  width: 1058px;
}



@media (max-width: 768px) {
  .appWrapper {
    padding-right: 25px;
  }
}


.applicationStatus-header {
  line-height: 23px;
  font-size: 11px;
  font-weight: bold;
  padding-left: 10px;
  border-bottom: 0px solid #f00;
  color: #fff;
  text-transform: uppercase;
  background: url(./images/hb.png);
}

table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  unicode-bidi: isolate;
  border-spacing: 2px;
  border-color: gray;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}

.applicationStatus-info {
  background-color: #ff0;
  margin-top: 18px;
  padding-top: 21px;
}

.serchSection {
  color: #000;
  margin-top: 18px;
}

.searchSection-d1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
}

.searchSection-d1-title {
  background-color: #b3d9ff;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 11px 2px 11px 10px;
  width: 180px;
}

.searchSection-d1-section {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}

.searchSection-d1-OR {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin: 0 30px;
}

.searchSection-d1-title {
  background-color: #b3d9ff;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 11px 2px 11px 10px;
  width: 180px;
}

.searchSection-d1-span {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.searchSection-d1-section {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}

.searchSection-d1-input {
  color: #000;
  font-size: 11px;
  font-stretch: 100%;
  font-weight: 700;
  height: 13px;
  margin: 2px;
  padding: 1px 2px;
  text-transform: uppercase;
  width: 218.5px;
}

.searchSection-d1 {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
}

.searchSection-d1-title {
  background-color: #b3d9ff;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding: 11px 2px 11px 10px;
  width: 180px;
}

.searchSection-d1-section {
  display: flex;
  flex-direction: column;
  margin-left: 4px;
}

.searchSection-d1-input {
  color: #000;
  font-size: 11px;
  font-stretch: 100%;
  font-weight: 700;
  height: 13px;
  margin: 2px;
  padding: 1px 2px;
  text-transform: uppercase;
  width: 218.5px;
}

.searchSection-d1-span {
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.serchSection-main-d2-button {
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 3px;
  margin-top: 19px;
  padding: 2px 6px;
  width: 100px;
}

.serchSection-main-d2-button {
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 3px;
  margin-top: 19px;
  padding: 2px 6px;
  width: 100px;
}

.serchSection-main-result {
  margin-top: 46px;
  font-family: sans-serif;

  tr {
    text-align: center;
  }

  tr:first-child td {
    background-color: #b3d9fe;
    font-size: 11px;
    font-weight: 700;
    height: 62px;
    vertical-align: middle;
  }

  tr:not(:first-child) td {
    background-color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 4px; /* Reduced top/bottom padding */
    vertical-align: middle;
  }

  tr:not(:first-child):hover td {
    background-color: #faffbd; /* Lemon background on hover */
  }
}

#pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}
