@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap");
/*========== Color ==========*/
/*========== Font and typography ==========*/
/*========== z index ==========*/
/*========== Hover overlay ==========*/
/*========== Margin ==========*/
input:focus, input.focus, input:active, input.active, textarea:focus, textarea.focus, textarea:active, textarea.active {
  outline: transparent none 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
  -webkit-box-shadow: none !important;
  background: #e1eaff !important;
  border: 0px !important;
  border-bottom: #001F6F 1px solid !important;
  color: #001F6F !important;
}

.btn {
  border-radius: 20px !important;
}

.btn-primary {
  background-color: #001F6F;
  border-color: #001F6F;
}

input {
  border-radius: 20px !important;
}

.txt-primary {
  color: #001F6F !important;
}

.errbox {
  border: #d6d6d6 1px solid;
  text-align: center;
  padding: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10% auto;
  min-width: 50%;
  color: #EC0000;
}

.indent {
  padding-left: 20px !important;
}

.table-prd tbody tr:hover {
  background: #f2f2f2 !important;
}

h2 {
  font-family: "Lato", "roboto", "Prompt" !important;
}

.text-hilight {
  color: #00eca9 !important;
}
/*# sourceMappingURL=custom.css.map */