html {
  overflow: hidden;
  display: block;
}

#main {
  overflow: auto;
  height: 100vh;
}

.d-inline-flex {
  display: inline-flex !important;
}

.j-flex-space-between {
  justify-content: space-between !important;
}

.d-flex {
  align-items: center;
}

.d-flex-column {
  flex-direction: column;
}

.a-flex-start {
  align-items: flex-start!important;
}

.mt10 {
  margin-top: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.mr7 {
  margin-right: 7px;
}

.mr3 {
  margin-right: 3px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.flex {
  display: flex;
  align-items: center;
}

.p5 {
  padding: 5px;
}

.w100p {
  width: 100%;
}

.fwb {
  font-weight: bold;
}

.fw600 {
  font-weight: 600;
}

.custom-btn {
  z-index: 1;
  font-size: 14px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid;
  padding: 1px 8px;
  cursor: pointer;
  transition: all 0.15s ease-in-out
}

.custom-btn:hover,
.custom-btn:hover * {
  color: white !important;
}

.custom-btn .inner,
.custom-btn .inner i {
  display: flex;
  align-items: center;
}

.red-button {
  color: rgb(180, 0, 0);
  background-color: #fff;
  border-color: rgb(180, 0, 0);
}

.red-button:hover {
  background-color: rgb(180, 0, 0);
}

.crm-button {
  color: #7B68EE;
  background-color: #fff;
  border-color: #7B68EE;
}

.crm-button * {
  color: #7B68EE !important;
}

.crm-button:hover {
  background-color: #531CB3;
}

[class^="anchor"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
}

[class^="anchor"] * {
  display: flex;
}

.anchor-crm {
  color: #7B68EE !important;
  cursor: pointer;
}

.anchor-crm-all * {
  color: #7B68EE !important;
}

.anchor-crm-all:hover * {
  color: #531CB3 !important;
}

.anchor-crm:hover,
.anchor-crm.active,
.anchor-crm:active,
.anchor-crm:focus {
  color: #531CB3 !important;
}

.text-crm-red-dark,
.anchor-crm-red-dark {
  color: #A40D40 !important;
  cursor: pointer;
}

.anchor-crm-red-dark:hover {
  color: #800d33;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px;
}

.fs20 {
  font-size: 20px !important;
}

.fs24 {
  font-size: 24px;
}

.ti {
  font-style: italic;
}

.modal .hr {
  padding: 0;
  margin: 5px 0 10px 0;
}

.d-flex-grow {
  flex-grow: 10;
}

.a-self-center {
  align-self: center;
}

.wrap {
  flex-wrap: wrap;
}

.a-self-center {
  align-items: center;
}

.j-flex-center {
  justify-content: center;
}

.j-flex-end {
  justify-content: end;
}

.j-flex-space-between {
  justify-content: space-between;
}

.noshadow {
  box-shadow: none !important;
}

.text-crm-light {
  color: #a4a4a4 !important;
}

.cp {
  cursor: pointer
}

.pe-none{
  pointer-events: none;
}

.p-fixed{
  position:fixed
}

app-user-avatar.anchor-crm {
  cursor: pointer;
}

app-user-avatar .wrapper {
  position: relative;
}

app-user-avatar .icon-user-secret {
  position: absolute;
  right: -4px;
  bottom: -4px;
  padding: 2px;
  background-color: #fff;
  border-radius: 50%;
}

app-user-avatar:not(.anchor-crm) .icon-user-secret {
  display: none;
}

.open>.dropdown-menu {
  display: block;
}

.lh1 {
  line-height: 1;
}

.text-crm-gray{
  color: gray;
}