
div ul li:hover {
  cursor: pointer;
}

input:not([type="radio"]), select, textarea {
  border: 1px !important;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  outline: none;
}

input, textarea {
  padding: 10px;
}

.payattn-statement-input, .payattn-statement-select {
  padding: 0px !important;
}

.payattn-statement-select {
  min-width: 100px;
}

textarea {
  resize: vertical !important;;
}

.payattn-statement-radio {
  margin-right: 10px;
}

h6, .h6 {
  font-size: 10pt;
  font-weight: bold;
}

.form-switch .checkbox-class {
  width: 3rem !important;
}

input[type=submit] {
  padding: 10px 15px;
  font-weight: 600;
  border: 0;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.input-labels {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px;
  text-transform: uppercase;
  color: #02668e;
  text-align: left;
  display: block;
}

.form-check-input {
  margin-top: 0 !important;
}

.profile-scalable-container {
  border: 0;
  text-align: left;
}

[data-profile-label] {
  position: relative;
  float: left;
  text-transform: uppercase;
  transition: none;
}

[data-profile-input] {
  border: none;
  outline: none;
  width: 100%;
  margin-top: 0;
}

.profile-header {
  font-weight: normal;
  border: 0;
  text-align: left;
  font-size: 30px;
}

.mt-5.profile-header {
  margin-top: 100px !important;
  margin-bottom: 20px !important;
}

.profile-navigation {
  padding-left: 0 !important;
  text-align: left;
  list-style: none;
}

.profile-navigation > li {
  padding-top: 2px;
  padding-bottom: 13px;
}

.edit-profile-label {
  font-size: 16px;
}

.edit-profile-input-row {
  border-top: 0;
  margin: 1rem 0;
}

[data-profile-label].fs-5 {
  font-size: 12px !important;
}

[data-profile-label].ms-2 {
  margin-left: 0 !important;
}

.profile-sub-heading {
  text-align: left;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

div ul li.text-primary a {
  font-weight: 800;
}

div.user-select-none {
  text-align: left;
  margin-left: 40px;
  margin-top: 40px;
}

a[class^=profile] {
  cursor: pointer;
}

.border-top {
  border-top: 0 !important;
}

.border-end {
  border-right: 0 !important;
}

.contact-nav {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.contact-nav ul li {
  padding: 5px 0;
  font-weight: 500;
  list-style: none;
}

.profile-nav {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
}

.profile-nav ul li {
  padding: 5px 0;
  font-weight: 500;
  list-style: none;
}

.list-header {
  border-bottom: none !important;
  align-items: start;
  margin-top: 100px;
  font-weight: 700;
  border: 0;
  text-align: left;
  font-size: 20px;
}

.button-class {
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 1px;
}

a > .button-class {
  margin-bottom: 20px;
}

[data-todo-card] {
  padding: 10px 20px;
  border-radius: 10px;
  color: white;
}

.list-ellipse {
  float: right;
}

.filter-body {
  margin: 0.5rem 3rem;
}

.filter-body .input-labels {
  color: black;
}

.dateNow {
  font-weight: 400;
  font-size: 15px;
  margin-left: 10px;
}

.content-container {
  margin: 3rem 45px 1rem 45px;
}

.item-list-separator {
  color: #d2d4d9;
  box-shadow: 10px 10px 11px -9px rgba(0, 0, 0, 0.43);
  -webkit-box-shadow: 10px 10px 11px -9px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 10px 10px 11px -9px rgba(0, 0, 0, 0.43);
}

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.menu-container {
  display: table;
  position: relative;
  heigh: 100%;
}

#container-fluid {
  display: table;
  height: 100%;
  position: absolute;
}

