body {
  margin: 0;
  font-family: "Open Sans", sans-serif;

}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  position: sticky;
  top: 0;
}

.closebtn:hover {
  color: black;
}

.sticky-content {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffe4c4;
  color: #FFFFFF;
}


.sticky-content-title {
  /* margin: 0; */
  position: sticky;
  top: 0;
  z-index: 10;
  /* margin-bottom: -62px; */
  margin: 0 auto;
  margin-top: -67.7px;
}

.InputLabel {
  padding-left: 10px;
  font-size: 18px;
}

.fontAweNavIcon {
  padding: 0px 15px 0px 5px;
}
.textwhite{
  color: white !important;
}
.FooterTxtAlgn_AgrTool{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 0rem;
  text-align: center;
  color: #333333;
}
.FooterTxtAlgn_AgrToolNav{

}