.animated-effect {
  transition: .1s
}
.animated-long-effect {
  transition: .25s
}
.active-effect {
  transform-origin: center;
  transform: scale(.975)
}
.disable-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.disable-clicks {
  pointer-events: none
}
.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
.img-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center
}
.navbar-brand img {
  height: 46px
}
.chat-body {
  font-family: Inter,Helvetica,Kanit,sans-serif
}
.chat-body .m-header {
  height: auto;
  margin-bottom: 25px
}
.tab-profile {
  display: inline-block;
  position: relative;
  width: 100%
}
.tab-profile .nav {
  display: block;
  position: relative;
  width: 100%
}
.tab-profile .nav .nav-item {
  display: inline-block
}

.dashboard-header {

    .header-profile img {
        min-width: 2.5rem;
    }

    .header-back {
        cursor: pointer;
        width: 2.5rem;
        height: 2.5rem;

        img {
            min-width: 2.5rem;
            min-height: 2.5rem;
        }
    }
}

@media (max-width:480px) {
  .navbar-brand img {
    height: 40px!important
  }
}
@media (max-width:680px) {
  .dashboard-header .header-wrapper .navbar-brand img {
    height: 40px!important
  }
}
