@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr');


.webForm label {
  font-size: 26px;
  font-weight: 600;
}


/* The container */

.containerchk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #152D5B;
}

/* Hide the browser's default checkbox */
.containerchk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.containerchk:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerchk input:checked~.checkmark {
  background-color: #FD5D14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerchk input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerchk .checkmark:after {
  left: 9px;
  top: 2px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.containerCheck {
  height: 30px;
  display: block;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FD5D14;
  font-weight: 800;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;

}

/* On mouse-over, add a grey background color */
.containerCheck:hover input~.checkmark {
  background-color: #FD5D14;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked~.checkmark {
  background-color: #FD5D14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}


/* :check box */
/* The container */

.containerCheck1 {
  left: 0px;
  margin: auto;
  height: 27px;
  width: 27px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #152D5B;
}

/* Hide the browser's default checkbox */
.containerCheck1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbb;

}

/* On mouse-over, add a grey background color */
.containerCheck1:hover input~.checkmark {
  background-color: #FD5D14;
}

/* When the checkbox is checked, add a blue background */
.containerCheck1 input:checked~.checkmark {
  background-color: #FD5D14;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck1 input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck1 .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

/* pagination */
.pagination {
  margin: 5px 0px;
}

.pagination .title {
  background-color: #000000;
  border-radius: 4px;
  padding: 3px 20px;
  color: #FFF;
  margin-right: 2px;
}

.pagination .title a {
  color: #FFF;
}

.pagination .activex {
  background-color: #FDA600;
  border-radius: 4px;
  padding: 3px 10px;
  color: #FFF;
}

.pagination .activex a {
  color: #FFF;
}

.pagination .numlink {
  background-color: #707070;
  border-radius: 4px;
  padding: 3px 10px;
  margin: 0px 2px;
  color: #FFF;
  cursor: pointer;
}

.pagination .numlink a {
  color: #FFF;
}

.formcontent {
  font-family: 'Mitr' !important;
}


/* detail */
.text-heading {
  font-weight: bold;
}

.text-details {
  margin-left: 5px;
  font-weight: 200;
  color: rgb(65, 90, 16);
}

.form-group label {
  font-weight: 200;
  font-size: 16px;
}