html, body {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  color: var(--gray);
  --app-primary-color: #fbf3fc;
  --app-primary-font-color: #c462dd;
  --app-secondary-color: #fbf3fc;
  --app-secondary-font-color: #c462dd;
  --primary-link-color: #627bdd;
  --primary-bg-color: #fbf3fc;
  --secondary-bg-color: #c462dd;
  --primary-font-color: #c462dd;
  --secondary-font-color: #fbf3fc;
  --primary-font-color: #627bdd;
  --primary-light-shadow: #aebbee;
  --comment-gray: #eeeeee;
  --default-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --linkedin-color: #0a66c2;
}

#content-body {
  margin-top: 80px;
  padding: 0px;
}

#top-menu {
  padding: 0px;
  background-color: #f8f9fc;
  padding: 0px 0px 0px 30px;
}

#main-content {
  padding: 0px;
  overflow-y: scroll;
}

#horizontal-nav {
  height: 70px;
}

.navbar-nav {
  height: 70px;
}

#top-menu {
  margin-left: 224px;
  margin-bottom: 0px !important;
}

#horizontal-nav {
  padding: 10px 0px 10px 20px;
}

#profile-image {
  width: 32px;
  height: 32px;
}

.post-profile-image {
  width: 50px;
  height: 50px;
  background-color: #aaa;
}

.post-profile-image-small {
  width: 40px;
  height: 40px;
  background-color: #aaa;
}

a {
  color: var(--primary-link-color);
  text-decoration: none;
  background-color: transparent;
}

#sidebar {
  background-color: var(--app-primary-color);
  color: var(--app-primary-font-color);
}

.btn-primary {
  background-color: var(--primary-link-color);
  border: none;
}

.btn-light {
  background-color: var(--comment-gray);
  border: none;
  color: #999;
}

.btn.btn-secondary {
  background-color: var(--gray);
  color: white;
  border: none;
}

#title {
  color: var(--app-primary-font-color);
}

.sidebar .nav-link:hover, .sidebar .nav-link.active {
  background-color: var(--app-primary-color) !important;
  opacity: 1;
}

.text-white {
  color: var(--app-primary-font-color) !important;
}

h3 {
  margin-left: 15px;
}

.post {
  position: relative;
  width: 100%;
  white-space: normal;
  font-size: 13px;
  height: auto;
  overflow: hidden;
  /*min-width: 386px;*/
}

.comment {
  width: 100%;
  white-space: normal;
  font-size: 10px;
  height: 7.5rem;
  overflow: hidden;
  background-color: var(--comment-gray);
  padding: 10px 10px 10px 10px;
  position: relative;
}

#preview-wrapper {
  width: 450px !important;
  /*max-width: 450px !important;*/
  /*min-width: 450px !important;*/
  /*max-height: 500px !important;*/
}

.inline-profile-img {
  width: 15px;
  padding: 0 0 0 0;
}

.comment-profile-img {
  width: 35px;
  padding: 0 0 0 0;
}

.preview {
  color: var(--gray-dark);
  width: 100%;
}

.post-actions {
  color: var(--gray);
}

.post-actions .fa {
  font-size: 20px;
}

.cancelBtn {
  color: var(--white);
}

.daterangepicker td.active {
  background-color: var(--primary-link-color) !important;
}

.btn.circle {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 40px;
  height: 40px;
}

.spin {
  animation: spin-animation 2.0s infinite;
  display: inline-block;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#alert {
  position: absolute;
  top: 75px;
  z-index: 10000;
}

.media-search {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35%;
  text-align: right;
}

#prompt-search-input-group {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50%;
}

#table-sortable {
  overflow: scroll;
  max-height: 550px;
}

div.dhx_event_move.dhx_title {
  visibility: hidden;
}

#linkedin-modal {
  z-index: 10000;
}

#login-modal {
  z-index: 10000;
}

#message-modal-header-text {
  color: var(--primary-link-color);
}

#sidebarToggleHolder {
  z-index: 1000;
}

.library-content {
  min-width: 200px;
  max-width: 45%;
}

.media-lib-container {
  max-height: 500px;
  overflow: scroll;
}

#media-table-image .gs-table-head {
  display: none;
}

#media-table-video .gs-table-head {
  display: none;
}

#media-table-audio .gs-table-head {
  display: none;
}

#media-library-form .gs-table-body td {
  max-width: 0;
}

.link-preview img {
  width: 100%;
}

.link-preview {
  width: 100%;
}

.link-preview .description {
  background-color: #f6fbff;
}

.link-preview h3 {
  margin: 8px 0px 0px 10px;
  margin-top: 8px;
  font-size: 14px;
  margin-left: 10px;
}

.link-preview .url {
  color: var(--gray);
  margin-left: 10px;
  font-size: 12px;
}

#text-tool {
  position: absolute;
  top: 3px;
  right: 50px;
  width: 110px;
}

#gif-output {
  width: 100%;
  overflow: scroll;
}

#gif-output img {
  width: 100px;
}

.gif-search .btn {
  background-color: rgba(0,0,0,0);
  color: var(--gray);
  z-index: 10000;
}

.btn.btn-primary:disabled {
  background-color: var(--dark);
}

.dhx_cal_qi_controls {
  display: none;
}

.media-preview {
  max-width: 400px;
}

.dhx_body {
  overflow-wrap: break-word;
  white-space: normal;
  height: 40px !important;
  text-overflow: ellipsis;
  margin-top: -14px;
  overflow: hidden !important;
}

.dhx_body a {
  color: var(--white);
}

.dhx_cal_qi_content {
  height: 150px !important;
  overflow-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 10px !important;
  overflow: scroll !important;
  padding: 0;
}

.dhx_marked_timespan.dhx_now_time {
  border-bottom-color: var(--app-primary-font-color);
}

.cal-event-media {
  width: 100%;
}

.post-user-name {
  font-weight: bold;
}

.post-user-name-static {
  font-weight: bold;
}

.community-timeline {
  max-width: 523px;
  overflow-x: scroll;
  margin-left: auto;
  margin-right: auto;
}

.community-timeline .card-body {
  padding-left: 5px;
}

.community-post-badge {
  font-size: 30px;
  vertical-align: top;
}

#magic-fonts {
  width: 60px;
}

#mynotes {
  width: 100%;
  height: 350px;
}

.editor-picker {
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 10;
}

#emoji-picker-button {
  /*position: absolute;*/
  /*bottom: 115px;*/
  /*right: 15px;*/
  /*z-index: 1000;*/
  width: 20px;
  height: 20px;
  /*opacity: 0.5;*/
}

@media (max-width: 360px) {
  #emoji-picker-button {
    /*position: absolute;*/
    /*bottom: 150px;*/
    /*right: 15px;*/
    /*z-index: 1000;*/
    width: 20px;
    height: 20px;
    /*opacity: 0.5;*/
  }
}

#emoji-picker-button {
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--gray);
  border-color: var(--gray);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 576px !important;
  }
}

#message-modal {
  white-space: initial;
}

.table-sortable .gs-table-container {
  display: flex;
  flex-direction: column-reverse;
  overflow: scroll;
}

.gs-table-container {
  display: flex;
  flex-direction: column-reverse;
  overflow: scroll;
}

.table-sortable .gs-pagination {
  padding: 5px;
}

#media-table-image .gs-table-container {
  display: flex;
  flex-direction: column-reverse;
}

#media-table-image .gs-pagination {
  padding: 5px;
}

#media-table-video .gs-table-container {
  display: flex;
  flex-direction: column-reverse;
}

#media-table-video .gs-pagination {
  padding: 5px;
}

#media-table-gif .gs-table-container {
  display: flex;
  flex-direction: column-reverse;
}

#media-table-gif .gs-pagination {
  padding: -19px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}

#edit-tools {
  position: absolute;
  top: 42px;
  width: 100%;
}

#edit-tools .btn {
  color: #CCC;
  background-color: rgba(0,0,0,0);
  height: 36px;
  padding: 0px;
}

.btn-dismiss-input {
  color: #CCC;
  background-color: rgba(0,0,0,0);
  height: 36px;
  padding: 0px;
}

#edit-tools .disabled {
  color: #ccc;
}

#edit-tools .enabled {
  color: var(--app-primary-font-color);
}

#remove-media {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}

.settings-voice-inputs table {
  border: none;
  min-width: 200px;
}

.settings-voice-inputs select {
  border: none;
}

.see-more {
  background-color: white;
  padding-right: 20px;
}

.payment-form input {
  position: relative;
  left: 0px;
  width: auto;
  margin-right: 10px;
}

.notification-alert {
  display: inline-block;
  color: red;
  font-size: 8px;
  position: relative;
  top: -10px;
  right: 0;
}

#link-url-input-group {
  width: 200px;
  display: inline-block;
}

#link-url-remove-button {
  position: relative;
  top: 0px;
  z-index: 10;
  width: 20px;
  right: 40px;
}

.link-preview a {
  text-decoration: none;
  color: rgb(0,0,0, 0.9);
}

.reshare-frame {
  border: #ccc solid 1px;
  border-radius: 8px;
}

#post-text a {
  color: var(--linkedin-color);
  font-weight: bold;
}

#comment-content a {
  color: var(--linkedin-color);
  font-weight: bold;
}

.post-content {
  overflow-wrap: break-word;
  text-wrap: wrap;
}

.post-content a {
  color: var(--linkedin-color);
  font-weight: bold;
}

.hashtag-suggestions {
  width: 200px;
  border: 1px solid;
  box-shadow: 5px 10px 8px #888888;
  background-color: white;
}

.hashtag-suggest-item:hover {
  background-color: var(--primary-light-shadow);
}

.team-card-body {
  min-height: 300px;
  min-width: 400px;
  margin-right: 5px;
}

.team-card-body table {
  font-size: 8px;
}

.relative-left-top-corner {
  position: relative;
  top: 5px;
  left: 10px;
}

.sparkline-default {
  stroke: var(--primary-link-color);
  fill: var(--primary-link-color);
  /*stroke-width: 2;*/
}

.invitation-table-org-profile-img {
  width: 20px;
}

.preview-tab-content {
  width: 100%;
  height: 443px;
  max-width: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.threadified-preview {
  /*overflow-y: scroll !important;*/
}

.preview-card-body {
  padding: 0 0 0 5px;
}

.thread-preview-timestamp {
  font-size: 75%;
}

.vertical-line {
  border-left: 2px solid #AAA;
  height: 100%;
  width: 2px;
  /*margin-left: -1px;*/
}

.thread2-preview-content-col {
  padding: 0;
}

.thread-2-preview {
  border-top: none;
  border-bottom: none;
}

#thread-1-preview {
  margin-bottom: 20px;
}

.btn-copy-text {
  font-size: 10px;
  padding: 5px;
}

.thread-item-footer {
  width: 100%;
  color: var(--gray);
  font-size: 10px;
}

.modal-body {
  max-height: 600px;
  overflow: scroll;
}

.internal-release {
  display: none;
}

.post-search {
  position: absolute;
  top: 0px;
  right: 12px;
  width: 40%;
  margin-top: -1px;
}

.media-info {
  position: relative;
  z-index: 1;
}

#media-table-pdf td {
  overflow-x: hidden;
}

#media-library-modal .nav-tabs .nav-item {
  width: 40px;
}

#media-library-modal .nav-tabs .nav-item .nav-link {
  padding-left: 12px;
}

.like-by-members {
  font-size: 11px;
}

.table-sortable .media-icon {
  width: 16px;
  color: var(--gray);
}

.draft-state-button {
  border: none;
  background-color: #83c76d;
  width: 50% !important;
  height: 30px !important;
  border-radius: .25rem !important;
  color: #fff;
}

