.AddUser-header-bg-color {
  background-color: #003C55;
  height: 60px;
}
.AddUser-text-style {
  margin-top: 14px;
  color: #fff;
}
.Adduser-close-buttion {
  color: #fff;
  float: right;
  margin-right: 18px;
  margin-top: -38px;
  font-weight: bold;
  font-size: x-large;
}

.adduser-box {
  border: 1px solid #003C55;
  height: 521px;
  margin-top: 30px;
}


.update-user-form-control {
  margin-right: 20px;
  width: 320px !important;
  height: 55px;
  border: 1px solid #DBDBDB !important;
  border-radius: 4px !important;
  opacity: 0.9;
  margin-bottom: 35px;
}

.Adduser-form-label {
  float: left;
  margin-right: 20px;
  margin-bottom: 18px;
}


.au-text-size-color {
  font-size: 0.91rem;
  color: #514d6a;
  font-weight: 400
}

.footer-button {
  height: 74px;
  background-color: #eee;

}

.adduser-checkbox-right {
  margin-right: 10px;
}

.addusers-bttn {
  background-color: #003C55 !important;
  color: #fff !important;
  ;
  float: right;
}

.save-addusers-bttn:hover {
  background-color: #f87e24;
  color: #fff;
}

.save-addusers-bttn {
  background-color: #cbf27e !important;
  color: #fff !important;
  float: right;
}

.save-addusers-bttn:active {
  background-color: #f87e24;
  color: #fff !important;

}

.adduser-radio-margin {

  margin-top: 64px;

}

.addusers-radio-margin-radio1 {
  margin-left: 0px;
  margin-right: 10px;
}

.addusers-radio-margin-radio2 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-update-user-container {
  margin: 25px 5% 20px 5% !important;
}

.my-update-user-rows {
  margin-top: 2% !important;
  margin-bottom: 2% !important;
}

.my-file-input {
  width: 100% !important;
}

.my-adduser-label {
  margin-right: 10% !important;
  margin-left: 5px !important;
}

.form-check-input {
  box-shadow: none !important;
}

.my-update-users-image-class {
  width: 20px !important;
  height: 20px !important;
}

.my-profile-col {
  vertical-align: middle !important;
  justify-content: center;
}

.my-modal-bottom {
  text-align: right;
  background: #eee;
  padding-top: 25px !important;
  padding-bottom: 25px !important;

}

.text-size-cursor{
  font-size: 1rem;
  cursor: pointer;
  color: #003C55;
  text-decoration: underline;
}
.text-size-color-heading{
  font-size:17px;
}