.table.vmiddle td {
  vertical-align: middle;
}

.country-flag {
  width: 16px;
}

.rounded-plus-md {
  border-radius: 15px;
}

#search-wrapper {
  position: relative!important;
}

#recipe-suggestions {
  position: absolute!important;
  z-index: 100!important;
  width: 100%;
  left: 0;
  top: 38px;
  display: none;
}

.embedded-video {
  width: 100%;
  aspect-ratio: 16/9;
}

/* CHAT REACTION */

.chat-reaction {
  position: absolute;
  left: -45px;
  bottom: 15px;
}

.chat-reaction .dropdown-menu {
  width: 45px!important;
  min-width: 45px!important;
  text-align: center;
}

.chat-reaction .btn {
  border: none!important;
  text-align: center;
  padding: 5px 10px;
}

.chat-reaction .dropdown-item {
  width: 25px;
  margin: auto;
}

.client-chat-reaction {
  position: absolute;
  left: -45px;
  bottom: 15px;
}

.client-chat-reaction.received {
  position: absolute;
  right: -22px;
  bottom: 30px;
}

.client-chat-reaction.received .btn {
  padding: 5px;
}

.mod-skin-dark .reaction-button .fal {
  color: white;
}

.client-chat-reaction .dropdown-menu {
  width: 45px!important;
  min-width: 45px!important;
  text-align: center;
}

.client-chat-reaction .btn {
  border: none!important;
  text-align: center;
  padding: 5px 10px;
}

.client-chat-reaction .dropdown-item {
  width: 25px;
  margin: auto;
}

/* contact list */

#contact-list-new {
  top: 0;
  right: 0;
}

/* contact list end */


/* CHAT REACTION END*/

.list-group-item.active a {
  color: #fff;
}

.alt-bg-website {
  background-color: #EAEAEA!important;
}

.overlay-div::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

#recipe-suggestions .list-group-item{
  background-color: #faf8fb;
}

.message-img {
  max-width: 300px;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  touch-action: auto;
}

.img-protection {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-card-overlay-text {
  position: absolute;
  top: calc(50% - 70px);
  text-align: center;
  width: 100%;
  font-size: 6rem;
  color: #fff;
}

.profile-image-sm {
  width: 2rem;
  height: 2rem;
}

pre {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  font-size: 0.8125rem;
  letter-spacing: 0.1px;
  color: inherit;
  margin-bottom: 0;
  white-space: pre-wrap;
  word-wrap: anywhere;
}

.chat-segment-sent .chat-message {
  background: #2196f3;
}

.chat-segment-get {
  margin: 0 2rem 0.5rem 1rem;
}

.mod-skin-dark:not(.mod-skin-light) .chat-segment-sent .chat-message {
  background: rgba(var(--theme-rgb-info),.2);
}

.layout-switch {
  padding-left: 3.8rem
}

.mod-skin-dark .table-light {
  background: none;
}

.mod-skin-dark .table-light td {
  border: 0;
}

.chat-segment-sent .chat-message a {
  text-decoration: underline!important;
  color: #fff;
}

.chat-segment-get .chat-message a {
  text-decoration: underline!important;
  color: rgba(0, 0, 0, 0.8);
}

.element-away {
  position: absolute;
  left: -9999px;
}

.shortcut-menu {
  bottom: 1rem;
}

.pace-active {
  display: none;
}

.blog-article p, .blog-article li {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.blog-article h2 {
  font-size: 1.5rem;
  font-weight: bold;
}

.blog-article h3 {
  font-size: 1.2rem;
  font-weight: 500;
}

/* CALENDAR */
@media (max-width: 767px) {
  .fc .fc-toolbar.fc-header-toolbar {
    display: block;
    text-align: center;
  }

  .fc-header-toolbar .fc-toolbar-chunk {
    display: block;
  }
  .fc-header-toolbar .fc-toolbar-chunk .btn-primary {
    font-size: 0.6125rem;
  }
}

/* CALENDAR */

@media (min-width: 992px) {

  #contact-list-new {
    right: -70px;
  }
}