body {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

.header {
  width: 100%;
  height: 100%;
  background: #243e8f;
  padding: 0px;
}

.container {
  max-width: 1010px;
  margin: 0 auto;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header .logo {
  width: auto;
  height: auto;
  height: 52px;
  display: flex;
  align-items: end;
}
.header .logo img {
  max-width: 13%;
}
.header .logo img.menu_style {
  max-width: 45px;
  padding: 8px;
}
.main_container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.content_styl {
  background: #f9f9f9;
  padding: 10px 25px;
  max-width: 360px;
  margin: 30px auto;
  min-height: 450px;
  border: 1px solid #eee;
}
.content_styl h4 {
  color: #343434;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding-top: 20px;
}
.input_styl img {
  max-width: 70%;
  border: 1px solid #eee;
  margin: 0 auto;
}

.input_styl {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.input_styl label,
.input_value label {
  font-size: 15px;
  line-height: 24px;
  color: #3a3a3a;
}
.input_styl label span,
.input_value label span {
  color: #ff0000;
}

.input_styl select,
.input_value select {
  padding: 10px 5px;
  border: #dcdcdc 1px solid;
  border-radius: 6px;
  color: #3a3a3a;
  font-size: 14px;
}
.input_value select.doc_type,
.input_styl select.doc_type {
  height: 48px;
}
.input_styl input,
.input_value input {
  padding: 10px 5px;
  border: #dcdcdc 1px solid;
  border-radius: 6px;
  color: #3a3a3a;
  font-size: 14px;
  font-family: "Roboto";
}
.input_styl textarea,
.input_value textarea {
  padding: 10px 5px;
  border: #dcdcdc 1px solid;
  border-radius: 6px;
  color: #3a3a3a;
  font-size: 14px;
  font-family: "Roboto";
}

.input_styl.captcha_style input {
  background: #180e91;
  color: #fff;
}
.input_styl.captcha_style input::placeholder {
  color: #fff;
}

.input_styl input[type="button"] {
  background: #e8e8e8;
  color: #b3b3b3;
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: #dcdcdc 1px solid;
  border-radius: 6px;
}
.input_styl label span {
  color: #ff0000;
}
.w20 {
  width: 20%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
  display: flex;
  background: #eee;
}
.claim_form {
  width: 100%;
}

.sidebar {
  background: #fff;
  padding: 10px;
  min-height: 510px;
  position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
}

.panel_part {
  width: auto;
  margin: 15px;
  background: #fff;
  padding: 10px;
  min-height: 510px;
}

.panel_part h4 {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
  border-bottom: 1px solid #bbbbbb;
}

.panel_part h4 span {
  font-size: 12px;
  color: #ff0000;
  font-weight: 400;
}
.sidebar h4 {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0px;
}

.sidebar ul {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  color: #484848;
  margin-left: 10px;
}
.sidebar ul li {
  font-size: 14px;
  line-height: 26px;
  list-style: disc;
  cursor: pointer;
}
.sidebar ul li:hover {
  color: #00adef;
}
.sidebar ul li.active {
  color: #00adef;
}
.top_value {
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
}

.input_value {
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 0px 10px;
}
.input_value.input_value_btn {
  width: 45%;
  flex-direction: row;
  padding: 0px 10px;
}
.input_value.input_value_btn1 {
  position: relative;
  top: 33px;
  flex-direction: row;
}
.input_value input.submit {
  background: #002d5e;
  color: #fff;
  max-width: 30%;
  cursor: pointer;
  background: #002d5e;
  color: #fff;
  width: 25%;
  cursor: pointer;
  margin: 0px 5px 0px 0px;
}
.input_value button.submit {
  background: #002d5e;
  padding: 10px 0px;
  border-radius: 5px;
  color: #fff;
  max-width: 30%;
  cursor: pointer;
  background: #002d5e;
  color: #fff;
  width: 25%;
  cursor: pointer;
  margin: 3px 5px 0px 0px;
}
.input_value input.cancel {
  background: red;
  color: #fff;
  max-width: 30%;
  cursor: pointer;
  background: red;
  color: #fff;
  width: 25%;
  cursor: pointer;
  margin: 0px 5px 0px 0px;
}
input.submit:disabled {
  background: #ccc;
  color: #999;
  margin: 0px 9px 0px 0px;
}
.instruct_styl h4 {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  border: none;
}
.instruct_styl {
  padding: 20px 25px 10px 25px;
}
.instruct_styl p {
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
.instruct_styl ul {
  list-style: disc;
  padding: 0px 20px;
  font-size: 13px;
  color: #555555;
}

.instruct_styl ul li {
  padding: 12px 0px;
  border-bottom: 1px solid #e6e6e6;
}

.top_value table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px;
}
.top_value table tr th {
  border: 1px solid #ccc;
  background: #eee;
  font-weight: 600;
  font-size: 14px;
  padding: 5px;
  text-align: left;
}
.top_value table tr td {
  border: 1px solid #ccc;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 5px;
}
.top_value table tr td span {
  color: #2196f3;
  text-decoration: underline;
  cursor: pointer;
}
.top_value table tr td span.status {
  color: #dc0202;
  cursor: pointer;
}

.top_value table tr td input.submit {
  background: #002d5e;
  color: #fff;
  border: 1px solid #002d5e;
  padding: 6px;
  font-size: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.topnav {
  display: none;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  background: #fff;
}

.footerbox {
  max-width: 100%;
  height: auto;
}
.footer {
  background: #002d5e;
  margin-top: 0px;
  padding: 10px 0px;
  position: sticky;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  z-index: 1;
}
.footer a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.footerbox ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 12px 0px 0px 0px;
  padding: 0;
}
.footerbox ul li {
  font-size: 15px;
  color: #fff;
  padding: 0px 10px;
  font-weight: 600;
  cursor: pointer;
}

.input_styl.btn_style {
  background: #243e8f;
  color: #fff;
  border-radius: 5px;
  width: 93%;
  margin: 10px auto;
}

.claim_form .input_value {
  width: 33%;
  padding: 5px 10px;
}

@media (max-width: 576px) {
  img.captcha {
    max-width: 100%;
  }
  .ques_styl ul {
    flex-direction: column;
  }
  .content_styl .ques_styl ul li {
    margin: 5px 0px;
  }
  .header .logo img {
    max-width: 48%;
    padding: 5px;
  }
  .searchbox ul li {
    font-size: 10px;
    padding: 0px 3px;
  }
  .searchbox input {
    height: 21px;
    width: 90%;
  }
  .content_styl h4 {
    color: #343434;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .content_styl .w100 h4,
  .content_styl .w60 h4 {
    color: #343434;
    font-size: 14px;
    line-height: 1.3;
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .top_value {
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }
  .top_value table {
    display: flex;
    width: 100%;
    justify-content: normal;
    overflow-x: auto;
    margin: 10px 0px;
  }
  .input_styl {
    padding: 10px 0px;
  }
  .top_value table tr td {
    font-size: 10px;
    padding: 10px 5px;
  }
  .top_value table tr th {
    font-size: 12px;
    padding: 10px 5px;
  }
  .top_value .input_value {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .top_value .input_value.input_value_btn {
    flex-direction: row;
  }

  .w100 {
    flex-direction: column;
  }
  .w20,
  .w80 {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
  .panel_part {
    margin: 15px 0px;
    width: 95%;
  }
  .input_styl label,
  .input_value label {
    padding-top: 7px;
  }

  .topnav #myLinks {
    display: block;
  }
  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
    display: block;
  }

  .input_value input.submit {
    margin: 15px 10px 0px 0px;
  }
  .instruct_styl {
    padding: 30px 0px 0px 0px;
  }
  .panel_part h4 {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
  }
  .instruct_styl ul {
    margin: 0;
    padding: 0px 0px 0px 15px;
    width: 100%;
  }
  .footer .container.flex {
    flex-direction: column;
  }
  .footer {
    width: 100%;
  }
  .footerbox ul li {
    font-size: 14px;
    font-weight: 400;
  }
  .input_styl label,
  .input_value label {
    font-size: 13px;
  }
  .input_styl input,
  .input_value input,
  .input_styl select,
  .input_value select {
    font-size: 12px;
  }
  .instruct_styl ul li {
    padding: 12px 10px;
  }
}

.ReactModal__Overlay {
  background-color: rgb(67 67 67 / 75%) !important;
  z-index: 1;
}
