.mvh-100 {
    height: 100%;
    min-height: 100vh;
}

.mw-75 {
    max-width: 75% !important;
}

.dashed {
    border: 2px dashed !important;
}

.bg-turquoise {
    /* background-color: rgba(105,184,202,1) !important; */
    background: linear-gradient(to bottom, rgba(105,184,202,1), rgba(59,113,202,1)) !important;
}

.pointer {
    cursor: pointer;
}

#side-nav {
    position: fixed;
    z-index: 1036;
}

.sidenav-item {
    padding: 20px 0;
}

.shadow-b {
    box-shadow: 0px 8px 10px -10px gray;
}

.mention-dropdown-container {
    z-index: 1056 !important;
}

.avatar {
  height: 44px;
  width: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.typingIndicatorBubbleDot {
  width: 6px;
  height: 6px;
  margin-right: 4px;
  background-color: #57585a;
  border-radius: 50%;
  animation-name: bounce;
  animation-duration: 1.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.typingIndicatorBubbleDot:first-of-type {
  margin: 0px 4px;
}

.typingIndicatorBubbleDot:nth-of-type(2) {
  animation-delay: 0.15s;
}

.typingIndicatorBubbleDot:nth-of-type(3) {
  animation-delay: 0.3s;
}

@media only screen and (max-width: 991px) {
    #side-nav {
        height: 68px !important;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .cvh-100 {
        height: calc(100vh - 68px);
    }
}

@media only screen and (min-width: 992px) {
    .sidebar {
        height: 100% !important;
        position: fixed;
        top: 0px;
        left: 0;
//        padding-top: 60px;
    }
    .cvh-100 {
        height: 100vh;
    }

    #side-nav {
        width: 60px;
    }
    #side-bar {
        margin-left: 60px;
        width: 414px;
    }
    #main-content {
        padding-left: 60px !important;
    }
    #profile-tabs {
        margin-left: 60px;
    }

    .img-limit {
        max-height: 600px;
    }
}

