.style1 {
  background-image: url("../images/loginpage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
}
.abc :hover {
  cursor: pointer;
}
.note-editable p {
  margin-bottom: 1px;
}
.short_paragraph p {
  margin-bottom: 1px;
}
.user-contacts p {
  margin-bottom: 1px;
}
.nk-reply-item > div:not(.nk-reply-header) {
  margin-left: 1px;
}
.logo-img {
  max-height: 60px;
}
.dropdown-menu-xl {
  min-width: 600px;
  max-width: 600px;
}
@media (min-width: 992px) {
  .nk-reply-item {
    padding: 5px;
  }
}
.active_switch {
  background-color: #0eca2d !important;
  border-color: #aef38e !important;
}

.inactive_switch {
  background-color: #c21307;
  border-color: #f77e69;
}
.active_text {
  color: #0eca2d;
}
.inactive_text {
  color: #c21307;
}
.dropdown-menu-xl {
  min-width: 500px;
  max-width: 500px;
}
.yearpicker-container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

..border-bottom {
  border-bottom: 1px solid #010102 !important;
}
