body.app {
  background-color: #f5f8fa;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-primary {
  background-color: #009ef7 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #0095e8 !important;
}

.btn-primary:hover {
  background-color: #0095e8 !important;
  border: 1px solid #0095e8 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
  outline: none;
}

.btn-secondary {
  background-color: #f5f8fa !important;
  border: 1px solid #f5f8fa !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}

.btn-secondary:hover {
  background-color: #f1faff !important;
  border: 1px solid #f1faff !important;
}

.btn-secondary:focus {
  box-shadow: none !important;
  outline: none;
  color: #000;
}

.form-control {
  height: calc(1.5em + 0.75rem + 7px);
}

.form-control:focus {
  box-shadow: unset;
}

.container-fluid.page__container {
  padding: 30px 30px 55px;
}

@media (max-width: 380px) {
  .container-fluid.page__container {
    padding: 15px 15px 55px;
  }
}

@media (max-width: 576px) {
  .page-container {
    padding: 30px !important;
  }
}

@media (max-width: 380px) {
  .page-container {
    padding: 15px !important;
  }
}

.edit-profile-card {
  margin-top: 80px;
  background-color: #f5f8fa;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px #e4e7ea;
}

.edit-profile-card .profile__img-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
}

.edit-profile-card__btn {
  margin-top: 100px;
}

.profile__logo-img-wrapper img,
.profile__favicon-img-wrapper img {
  border: 1px solid #f5f8fa;
}

.pwa-icon-wrapper img {
  border: 1px solid #f5f8fa;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-regent-opacity-3 {
  background-color: #f5f8fa;
  border-radius: 50px;
  padding: 0.25rem 0.5rem !important;
  color: #009ef7;
}

@media (max-width: 575px) {
  .bg-regent-opacity-3 {
    padding: 0.25rem 1rem !important;
  }
}

.truncate-div {
  width: calc(100% - 40px);
}

.truncate-button {
  width: calc(100% - 110px);
}

.contact-checkbox {
  width: 23%;
  display: inline-block !important;
}

@media (max-width: 420px) {
  .contact-checkbox {
    width: 48%;
  }
}

@media (max-width: 575px) {
  .new-user-btn {
    display: none;
  }
}

@media (max-width: 575px) {
  .user-header {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .user-filter {
    flex-direction: column !important;
  }
}

@media (max-width: 410px) {
  .user-filter .user-select2:first-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .remove-tooltip {
    pointer-events: none;
  }
}

.modal-new-conversation {
  min-width: unset;
}

.modal-dialog {
  border-radius: 10px;
  overflow: hidden;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #f5f8fa;
  background-color: #f5f8fa;
  align-items: center;
}

.modal-dialog .modal-header .close:focus {
  outline: none;
}

.modal-dialog .modal-header .modal-title {
  font-weight: 700;
  color: #024a66;
  letter-spacing: 1px;
}

.conversation-modal .nav-link {
  color: #009ef7;
}

.conversation-modal .nav-link.active {
  background-color: #009ef7;
}

.conversation-modal .tab-content {
  border: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.online-status {
  color: #a1a5b7;
}

@media (max-width: 380px) {
  .online-status {
    font-size: 12px;
  }
}

.group-about-sidebar .nav {
  justify-content: space-evenly;
}

.group-about-sidebar .nav .nav-link {
  color: #009ef7;
}

.group-about-sidebar .nav .nav-link .badge-secondary {
  background-color: #f1faff;
  color: #009ef7;
}

.group-about-sidebar .nav .nav-link.active {
  background-color: #009ef7;
  color: #fff;
}

.group-about-sidebar .nav .nav-link.active .badge-secondary {
  background-color: #fff;
  color: #009ef7;
}

.group-about-sidebar .tab-content .badge-primary {
  background-color: #009ef7;
}

.group-about-sidebar .tab-content .chat__person-box {
  border-bottom: 1px dashed #ebebeb !important;
}

.group-about-sidebar .chat-profile__column .btn-delete-group {
  background-color: #f86c6b !important;
  border: 1px solid #f86c6b !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}

.group-about-sidebar .chat-profile__column .btn-delete-group:hover {
  background-color: #f64846 !important;
  border: 1px solid #f64846 !important;
}

.group-about-sidebar .chat-profile__column .btn-delete-group:focus {
  box-shadow: none !important;
  outline: none;
  color: #000;
}

.msg-badges {
  background-color: #f5f8fa;
  color: #009ef7;
}

table.dataTable thead .sorting_asc {
  background-image: url(/images/asc_sort.png?3d7c4c97c56e959d5f45dc4d9e23b229);
}

table.dataTable thead .sorting_desc {
  background-image: url(/images/desc_sort.png?dd54840f8b59474816817d9795781d36);
}

.user-name-data {
  color: #009ef7;
  font-weight: 500;
  cursor: default;
}

.user-name-data:hover {
  text-decoration: none;
  color: #0095e8;
}

.user-email-data {
  font-weight: 500;
  color: #5f5f5f;
}

.switch-slider {
  border-radius: 50px;
  border: 1px solid #eff2f5;
  background-color: #eff2f5;
}

.switch-slider::before {
  border-radius: 50%;
  border: 1px solid #eff2f5;
}

.switch-slider::after {
  color: #eff2f5 !important;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider {
  border-color: #009ef7;
  background-color: #009ef7;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
  border-color: #fff;
  background-color: #fff;
}

.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
  color: #009ef7 !important;
}

#loadMoreConversationBtn a,
#loadMoreArchiverConversationBtn a {
  background-color: #009ef7;
}

@media (max-width: 380px) {
  .edit-profile-image {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 380px) {
  .edit-profile-image .edit-profile-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.permission-lh {
  line-height: 1.2;
}

@media (max-width: 380px) {
  .radio-group-section {
    margin-top: 5px !important;
  }
}

@media (max-width: 380px) {
  .div-group-type,
  .div-group-privacy {
    flex-direction: column !important;
  }
}

@media (max-width: 380px) {
  .div-group-type .radio-group-type,
  .div-group-privacy .radio-group-type {
    justify-content: flex-start !important;
  }
}

@media (max-width: 991px) {
  .new-group-members .added-members {
    border-top: 1px solid #ebebeb;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive {
    transform: translateX(-279px);
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__people-wrapper-header {
    padding: 16px 14px;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__people-wrapper-button {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__search-responsive-icon {
    margin-right: 8px !important;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__person-box {
    padding-right: 7px !important;
  }
}

@media (max-width: 991px) {
  .chat__not-selected.not-selected {
    position: unset;
    transform: unset;
  }
}

@media (max-width: 575px) {
  .chat__area-form {
    padding-right: 0.5rem;
  }
}

@media (max-width: 360px) {
  .chat__profile-avatar {
    width: 130px;
  }
}

@media (max-width: 330px) {
  .chat__profile-avatar {
    width: 100px;
  }
}

@media (max-width: 420px) {
  .chat__area-header-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

@media (max-width: 420px) {
  .chat__area-header-avatar img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .chat__header-top {
    margin-left: 10px !important;
  }
}

.chat__inner {
  box-shadow: unset;
  background-color: transparent;
  border-radius: 10px;
}

.chat__search {
  background-color: #f5f8fa;
  border-radius: 10px;
}

.chat__search-input {
  background-color: #f5f8fa;
}

.chat__people-wrapper {
  background-color: #fff;
  border-radius: 10px;
  border-right: unset;
  z-index: 11;
}

@media (max-width: 575px) {
  .chat__people-wrapper {
    left: -110%;
  }
}

@media (max-width: 380px) {
  .chat__area-title {
    font-size: 16px;
  }
}

.chat__area-wrapper {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .chat__area-wrapper {
    margin-left: 70px;
  }
}

@media (max-width: 575px) {
  .chat__area-wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}

.chat__person-box-detail p {
  color: #a1a5b7;
}

.chat__person-box-time {
  color: #a1a5b7;
}

.chat__area-header {
  border-bottom: unset;
  background: #f5f8fa;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 16px;
  padding: 0;
}

@media (max-width: 1100px) {
  .chat__area-header > div:first-child {
    align-self: unset !important;
  }
}

.chat__area-text {
  border-top: 1px solid #eff2f5;
}

.chat__area-icon i {
  color: #a1a5b7;
}

.chat__area-icon:hover i {
  color: #009ef7;
}

.chat__person-box {
  padding: 10px 15px;
  border: unset !important;
}

.chat__person-box::before {
  background-color: #009ef7;
  width: 4px;
}

.chat__person-box:hover {
  background-color: #f5f8fa;
}

.chat__person-box-name {
  margin-bottom: 0 !important;
}

.chat__person-box--active {
  background-color: #f5f8fa;
}

.chat__msg-day-divider {
  background-color: unset;
}

.chat__text-preview {
  position: relative;
  top: -40px;
  background: #fff;
  z-index: 10;
}

.chat__reply-text {
  background-color: #f1faff;
  border-radius: 10px;
}

.chat__reply-text .reply-to-user,
.chat__reply-text .replay-message {
  padding-left: 25px;
}

.chat__reply-text h5 {
  color: #009ef7;
}

.chat__reply-close {
  padding-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}

.chat__reply-close .replay-close-btn {
  font-size: 22px;
}

.chat__person-box-count {
  color: #50cd89;
  background-color: #e8fff3;
}

.chat__person-box-status--online {
  background-color: #50cd89;
}

.chat__msg-day-title {
  background-color: #f5f8fa;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: unset;
  padding: 10px 20px;
  line-height: 0;
  color: #73818f;
  position: relative;
  font-size: 12px;
}

@media (min-width: 450px) {
  .chat__msg-day-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #fff, #c9ccd7);
  }
}

@media (min-width: 450px) {
  .chat__msg-day-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    right: -90px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #c9ccd7, #fff);
  }
}

.chat__not-selected .fa,
.chat__no-archive-conversation .fa,
.chat__no-conversation .fa {
  color: #009ef7;
}

.chat__msg-day-new-msg {
  border: 1px solid #009ef7;
  color: #009ef7;
}

.chat__tab-nav .nav-item a.active {
  border-bottom-color: #009ef7;
}

.chat__tab-nav .nav-item a.active:focus {
  border-bottom-color: #009ef7;
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline {
  background-color: #f5f8fa;
  box-shadow: none;
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline > .emojionearea-button {
  top: 8px;
}

.chat__area-form .emojionearea.emojionearea-inline > .emojionearea-editor {
  top: 3px;
  background-color: #f5f8fa;
  white-space: unset !important;
  height: 29px;
  overflow-y: auto !important;
  padding: 3px 0 !important;
  margin: 3px 12px 3px 0 !important;
}

.chat .emojionearea .emojionearea-editor:empty:before {
  white-space: nowrap;
}

.chat__area-send-btn {
  background-color: #009ef7;
}

.chat__area-media-btn {
  background-color: #f5f8fa;
}

.chat__area-media-btn .fa {
  transition: all 0.2s ease;
}

.chat__area-media-btn:hover {
  background-color: #f1faff;
}

.chat__area-media-btn:hover .fa {
  color: #009ef7;
}

.chat__area-send-btn--disable {
  background-color: #f5f8fa;
}

.chat .text-logo-color {
  color: #009ef7;
}

.msg-info--active {
  background-color: #fff;
  z-index: 14;
  border-left: unset;
  border-radius: 10px;
}

.chat-profile--active {
  background-color: #fff;
  border-radius: 10px;
  border-left: unset;
  z-index: 14;
}

@media (min-width: 992px) {
  .chat-profile--active {
    margin-left: 1rem;
  }
}

.chat-profile--active .edit-group {
  transition: all 0.3s ease;
}

.chat-profile--active .edit-group:hover {
  color: #009ef7;
}

.chat-profile__column .fa {
  color: #aeb0b1;
  font-size: 16px;
}

.chat-profile__header {
  margin: 16px;
  background: #f5f8fa;
  border-radius: 10px;
  padding: 5px 15px;
}

.chat-profile__about {
  color: #024a66;
  font-size: 20px;
}

.group-members-list-chat-select__list-item:hover,
.user-list-chat-select__list-item:hover {
  background-color: #f5f8fa;
}

.group-members-list-chat-select__list-item .add-group-member,
.user-list-chat-select__list-item .add-group-member {
  background-color: #009ef7;
  color: #fff;
  border: 1px solid #f5f8fa;
  border-radius: 8px;
}

.group-members-list-chat-select__list-item .remove-group-member,
.user-list-chat-select__list-item .remove-group-member {
  border-radius: 8px;
}

.group-members-list-chat-select__list-item .add-user-contact-name,
.user-list-chat-select__list-item .add-user-contact-name {
  color: #23282c;
  font-weight: 500 !important;
}

.group-members-list-chat-select__list-item .add-user-email,
.user-list-chat-select__list-item .add-user-email {
  color: #a1a5b7;
  font-weight: 400;
}

.chat-conversation {
  height: calc(100% - 190px);
}

.chat-conversation__sender .chat-conversation__bubble {
  background-color: #f1faff !important;
  border-radius: 15px 0 15px 15px;
}

.chat-conversation__sender .chat-conversation__bubble::before {
  border-color: #f1faff transparent transparent transparent !important;
}

.chat-conversation__sender .chat-conversation__bubble .person-name-texture {
  color: #1e1e2d;
}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text {
  background-color: #fff;
}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text .reply-confirm-text {
  word-break: break-all;
}

.chat-conversation__sender .chat-conversation__bubble p {
  color: #1e1e2d;
}

.chat-conversation__sender .chat-conversation__bubble-text {
  color: #1e1e2d;
  word-break: break-word;
}

.chat-conversation__sender .chat-conversation__menu {
  margin-left: 34px;
}

.chat-conversation__sender .chat-container__read-status--read {
  color: #009ef7;
}

.chat-conversation__receiver .chat-conversation__bubble {
  background-color: #f8f5ff !important;
  border-radius: 0 15px 15px 15px;
}

.chat-conversation__receiver .chat-conversation__bubble::before {
  border-color: transparent #f8f5ff transparent transparent !important;
}

.chat-conversation__receiver .chat-conversation__bubble .chat-conversation__bubble-text {
  color: #1e1e2d;
  word-break: break-word;
}

.chat-conversation__receiver .chat-conversation__bubble .person-name-texture {
  color: #1e1e2d !important;
}

.chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text {
  background-color: #fff !important;
}

.chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text .reply-confirm-text {
  word-break: break-all;
}

.chat-conversation__receiver .bubble-border-green {
  border: 2px solid #f5f8fa !important;
}

.chat-conversation__bubble-text {
  max-width: 400px;
  width: 100%;
  font-weight: 500;
  word-spacing: 1px;
}

@media (max-width: 490px) {
  .chat-conversation__bubble img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 390px) {
  .chat-conversation__bubble img {
    width: 70px;
    height: 70px;
  }
}

.chat-conversation__bubble img.emojione {
  width: 25px;
  height: 25px;
}

.chat-conversation__bubble p {
  word-break: break-all;
}

.chat-conversation__avatar .img-fluid {
  max-width: unset !important;
}

.custom-control-label::before,
input[type=radio],
input[type=checkbox] {
  background-color: #f5f8fa;
  border: 1px solid rgba(0, 158, 247, 0.2);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #009ef7;
  background-color: #009ef7;
}

.switch-checkbox input:checked + label {
  background-color: #009ef7;
}

.custom-checked {
  width: 15px;
  height: 15px;
}

.public-badge {
  background-color: #fc6369;
  color: #fff;
  border-radius: 50px;
}

.private-badge {
  background-color: #42c9af;
  color: #fff;
  border-radius: 50px;
}

.language-menu:focus-visible,
.dropdown.notification:focus-visible {
  outline: none;
}

.chat-replay-dropdown {
  z-index: 1;
}

.app-header {
  border-color: #f3f3f3;
}

.app-header .notification__popup {
  margin-top: 14px !important;
}

@media (max-width: 620px) {
  .app-header .notification__popup {
    right: -135px !important;
  }
}

@media (max-width: 480px) {
  .app-header .notification__popup {
    max-width: 340px;
    right: -95px !important;
  }
}

@media (max-width: 380px) {
  .app-header .notification__popup {
    max-width: 300px;
    right: -95px !important;
  }
}

@media (max-width: 340px) {
  .app-header .notification__popup {
    max-width: 300px;
    right: -110px !important;
  }
}

.app-header .notification__popup .dropdown-header {
  background-color: #009ef7;
  color: #fff;
}

.app-header .notification__popup .dropdown-header .header-heading {
  display: flex;
  align-items: center;
}

.app-header .notification__popup .dropdown-header .header-heading span {
  background-color: #fff;
  color: #009ef7;
}

.app-header .notification__popup .dropdown-header .header-button a {
  background-color: #fff;
  color: #009ef7;
}

.app-header .notification__popup .notification-item .notification__info-count {
  background-color: #009ef7;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.app-header .sidebar-toggler .header-arrow {
  color: #009ef7;
}

.app-header .sidebar-toggler .header-arrow-small {
  color: #009ef7;
  margin-right: -3px;
  position: relative;
  top: -1px;
}

.app-header .navbar-nav .dropdown-right {
  right: 0 !important;
}

@media (max-width: 575px) {
  .app-header .navbar-nav .dropdown-right {
    right: -65px !important;
  }
}

@media (max-width: 480px) {
  .app-header .navbar-nav .dropdown-right {
    margin-top: 14px !important;
  }
}

.app-header .navbar-nav .avatar-name {
  color: #009ef7;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .app-header .navbar-nav .avatar-name .profile-name {
    display: none;
  }
}

.app-header .navbar-nav .avatar-name:focus-visible {
  outline: none;
}

.app-header .navbar-nav .notification__icon span {
  background-color: #009ef7;
  color: #fff;
}

.app-header .navbar-nav .language-menu .dropdown-toggle {
  color: #009ef7 !important;
}

.app-header .navbar-brand {
  width: 230px;
}

.dropdown-menu {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-menu .dropdown-header {
  border-bottom: none;
  padding: 10px 20px;
}

.dropdown-menu .dropdown-text {
  background-color: #009ef7;
  color: #fff;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  border: 0 solid #f3f3f3;
  cursor: pointer;
  transition: all 0.1s ease;
}

.dropdown-menu .dropdown-item .fa {
  transition: all 0.1s ease;
}

.dropdown-menu .dropdown-item:hover {
  color: #009ef7 !important;
  background-color: #f1faff;
}

.dropdown-menu .dropdown-item:hover .fa {
  color: #009ef7;
}

.dropdown-menu .dropdown-item:active {
  background-color: #f3f3f3;
}

.dropdown-menu .changeLanguage.dropdown-item {
  border: none;
}

.profile {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

.profile__img-wrapper {
  width: 140px;
  height: 140px;
}

.profile__update-label {
  border-radius: 20px;
  background-color: rgba(0, 158, 247, 0.9);
}

.profile__update-label:hover {
  color: #fff;
  background-color: #009ef7;
}

.profile .remove-profile-img {
  border-radius: 20px;
}

@media (max-width: 380px) {
  .profile .width-100 {
    width: 100% !important;
  }
}

.sidebar-minimized .sidebar .sidebar-nav .navbar-brand {
  padding: 12px 10px;
  transition: all 0.3s ease;
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item .nav-link {
  transition: all 1s ease;
  height: unset;
  width: unset;
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item:hover {
  overflow: visible;
  transition: all 0.3s ease;
  width: 50px;
}

.sidebar-toggler:focus:not(:focus-visible) {
  box-shadow: none;
}

@media (min-width: 992px) {
  .sidebar-fixed .sidebar {
    width: 265px;
    top: 0;
    bottom: 0;
    z-index: 1021;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed .app-header + .app-body .sidebar {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed .main {
    margin-left: 265px !important;
  }
}

@media (max-width: 991px) {
  .sidebar-show.sidebar-fixed .main {
    margin-left: 265px !important;
  }
}

.sidebar-show .app-header .sidebar-toggler {
  transform: rotate(180deg);
}

html:not([dir=rtl]) .sidebar {
  margin-left: -265px;
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed .app-footer {
    margin-left: 265px !important;
  }
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 75px;
  }
}

@media (min-width: 992px) {
  .sidebar-minimized .sidebar .sidebar-minimizer {
    width: 75px;
    background-color: #1c1c28;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed:not(.sidebar-lg-show) .main,
  .sidebar-fixed:not(.sidebar-lg-show) .app-footer {
    margin-left: 75px;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed:not(.sidebar-lg-show) .sidebar {
    width: 75px !important;
    margin-left: 0 !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover {
    width: 265px !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav {
    width: 265px !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .sidebar-toggler {
    transform: rotate(180deg);
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .nav .nav-item .nav-link span {
    visibility: visible;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav {
    width: 75px;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .sidebar-toggler {
    transition: all 0.3s ease;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .nav .nav-item .nav-link span {
    visibility: hidden;
  }
}

.sidebar {
  background-color: #1e1e2d;
}

@media (max-width: 992px) {
  .sidebar {
    width: 265px;
  }
}

.sidebar .sidebar-inner-header {
  background-color: #1c1c28;
  padding: 9.75px 7px;
}

.sidebar .sidebar-inner-header:hover {
  background-color: #1c1c28;
}

.sidebar .navbar-brand {
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.sidebar .navbar-brand .brand-name-infy {
  color: #f5981c;
}

.sidebar .navbar-brand .brand-name-chat {
  color: #009ef7;
}

.sidebar .sidebar-nav {
  width: 265px;
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow {
  color: #009ef7;
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow-small {
  color: #009ef7;
  margin-left: -3px;
  position: relative;
  top: -1px;
}

.sidebar .sidebar-nav .nav {
  width: 265px;
  min-height: unset;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link {
  transition: all 0.3s ease;
  padding: 9.75px 30px;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link span {
  transition: all 0.3s ease;
  font-weight: 500;
  color: #9899ac;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover {
  background-color: #1c1c28;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover .nav-icon {
  color: #009ef7;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover span,
.sidebar .sidebar-nav .nav .nav-item .nav-link.active span {
  color: #fff;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active {
  color: #009ef7;
  background: #1c1c28;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active .nav-icon {
  opacity: 0;
  animation: growUpActive 0.3s forwards;
  color: #009ef7;
}

@keyframes growUpActive {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.app-footer {
  background-color: #fff;
  border-color: #f3f3f3;
  z-index: 1001;
}

@media (max-width: 440px) {
  .app-footer {
    height: 65px;
  }
}

.paginate_button {
  border-radius: 50% !important;
  transition: all 0.3s ease;
}

.paginate_button:not(.current):hover {
  background-color: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
  background-color: unset !important;
  color: #009ef7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #009ef7 !important;
  border: 1px solid #009ef7 !important;
  box-shadow: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: grey !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: grey !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: unset !important;
  box-shadow: none;
}

.index__btn {
  background-color: #f5f8fa;
  color: #a1a5b7;
  transition: all 0.2s ease;
  padding: 0 3px;
}

.index__btn .action-icon {
  transition: all 0.2s ease;
}

.index__btn.btn-ghost-success:hover {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}

.index__btn.btn-ghost-success:hover .action-icon {
  color: #009ef7;
}

.index__btn.btn-ghost-danger:hover {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}

.index__btn.btn-ghost-danger:hover .action-icon {
  color: #fc6369;
}

.zoom-video {
  padding: 3px 5px;
  border-radius: 3px;
}

.btn-ghost-danger:focus,
.btn-ghost-success:focus {
  background-color: #f5f8fa !important;
  border-color: #f5f8fa !important;
}

.table-bordered > :not(caption) > * {
  border-width: 0;
}

:not(pre)::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  height: 0;
}

.table > :not(:first-child) {
  border-top: 1px dashed #f3f3f3;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 24px !important;
}

table.dataTable {
  border: none;
}

table.dataTable .dataTables_empty {
  --bs-table-striped-bg: #fff;
}

table.dataTable.no-footer {
  border-bottom: 1px dashed #f3f3f3;
}

table.dataTable tr {
  border-bottom: 1px dashed #f3f3f3;
}

table.dataTable thead th {
  border: none;
  vertical-align: middle;
  color: #a1a5b7;
}

table.dataTable thead td {
  border: none;
  padding: 14px;
}

table.dataTable tbody th {
  border: none;
}

table.dataTable tbody td {
  border: none;
  padding: 14px;
}

.page__heading {
  font-size: 26px;
  font-weight: 600;
  color: #024a66;
}

.main-table .card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

.main-table .card .page-header {
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
  padding: 1.25rem !important;
  background-color: #f5f8fa;
}

.main-table .card .card-body .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fa !important;
}

.main-table .card .card-body .dataTables_filter input[type=search]:focus {
  box-shadow: none;
}

.main-table .card .card-body .dataTables_length select {
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 2px;
}

.main-table .card .card-body .dataTables_length select:focus-visible {
  outline: none;
}

.main-table .card .card-body .dataTables_wrapper .dataTables_filter input {
  height: calc(1.5em + 0.75rem + 12px);
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa;
  min-width: 230px;
}

.main-table .card .card-body .dataTables_wrapper .dataTables_filter input:focus {
  background-color: #eef3f7;
}

#filter_user + .select2-container {
  width: 171px !important;
}

.select2-container .select2-dropdown {
  border: 1px solid #e4e7ea !important;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #009ef7 !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 45px !important;
  height: auto;
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 33px !important;
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.select2-container .select2-selection--single .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 26px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  top: 10px;
}

.select2-container .select2-search__field {
  margin-top: 0 !important;
}

.user-select2 .select2-selection--single,
.user-select2 .select2-selection--multiple {
  background-color: #fff;
}

.account-container {
  max-width: 550px;
}

.forgot-pw-container {
  max-width: 540px;
  width: 100%;
}

.login-group {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.login-group__card {
  border: 1px solid transparent;
  width: 100%;
}

.login-group__title {
  font-weight: 800;
  color: #024a66;
  letter-spacing: 1px;
}

@media (max-width: 425px) {
  .login-group__title {
    font-size: 34px;
  }
}

.login-group__sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #3f4254;
}

.login-group .register-link {
  color: #009ef7;
}

.login-group .register-link:hover {
  text-decoration: none !important;
  color: #008ede;
}

.login-group__hover {
  color: #024a66;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.login-group__hover:hover {
  color: #009ef7;
}

.login-group__signup-text {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 1px;
}

.login-group__signup-subtext {
  color: #e4f7ff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.login-group__input {
  height: calc(1.5em + 0.75rem + 12px);
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa !important;
}

.login-group__input:focus {
  box-shadow: none;
  border: 1px solid #eef3f7 !important;
  background-color: #eef3f7 !important;
}

.login-group__btn {
  height: 45px;
  border-radius: 10px;
}

.login-group__checkbox label {
  color: #024a66;
}

.login-group__checkbox input {
  width: 18px;
  height: 18px;
}

.login-group__forgot {
  color: #024a66;
}

.login-group__line {
  height: 1px;
  background-color: #f3f3f3;
}

.login-group__line span {
  background-color: #fff;
  padding: 0 20px;
  color: #024a66;
}

.login-group__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.login-group__register-btn {
  height: 45px;
  border-radius: 10px !important;
  background-color: #009ef7;
}

.login-group__register-btn:hover {
  background-color: #0095e8;
  border: 1px solid #0095e8;
}

.login-group__login-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.login-group__rounded {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

.login-group__rounded a {
  color: #024a66;
  transition: all 0.3s ease;
}

.profile-emoji .emojionearea.emojionearea-inline {
  height: auto !important;
  border-radius: 10px;
  border: 1px solid rgba(0, 158, 247, 0.05);
}

.profile-emoji .emojionearea.emojionearea-inline .emojionearea-button > div {
  right: 3px;
  top: 6px;
}

.profile-emoji .emojionearea.emojionearea-inline > .emojionearea-editor {
  top: 5px;
  left: 8px;
}

.profile-emoji .emojionearea.emojionearea-inline > .emojionearea-editor::before {
  top: 10px;
  left: 55%;
  bottom: 4px;
}

@media (max-width: 575px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
    margin-right: -156px !important;
    top: 52px;
    height: 276px;
    width: 246px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
    height: 236px;
  }
}

@media (max-width: 575px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
    height: 276px;
    width: 246px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
    height: 236px;
  }
}

@media (max-width: 575px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
    height: 185px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
    height: 150px;
  }
}

@media (max-width: 575px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
    transform: rotate(90deg);
    left: 16px;
    top: -15px !important;
  }
}

@media (max-width: 575px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-filters {
    overflow-x: auto;
  }
}

.app-footer a {
  color: #009ef7;
}

@media (max-width: 575px) {
  .hide-sidebar {
    left: -110%;
  }
}

@media (max-width: 575px) {
  .show-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    left: 0;
  }
}

@media (max-width: 575px) {
  .chat__people-wrapper-bar {
    display: none;
  }
}

.back-to-chat {
  background: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #73788b;
  margin-right: 15px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .back-to-chat {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .back-to-chat {
    margin-right: 10px;
  }
}

.begin-chat-btn {
  width: calc(100% - 20px) !important;
  margin: 10px auto;
  display: block;
}

.dataTables_paginate {
  margin-bottom: 5px;
}

@media (max-width: 400px) {
  .audio-control audio {
    transform: scale(0.8);
    margin-left: -30px;
  }
}

@media (max-width: 330px) {
  .audio-control audio {
    transform: scale(0.75);
    margin-left: -38px;
  }
}

@media (max-width: 575px) {
  .landing {
    height: 100vh;
  }
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    right: -110px;
  }
}

@media (max-width: 500px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    width: 246px;
  }
}

@media (max-width: 420px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    right: -104px;
  }
}

@media (max-width: 500px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper {
    width: 246px;
  }
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper .emojionearea-filters {
  overflow-x: auto;
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: 120px;
  }
}

@media (max-width: 420px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: 115px;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview {
    margin: 0 auto !important;
    padding: 15px;
    display: block;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview .dz-image {
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview .dz-remove {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 18em !important;
  }
}

@media (max-width: 1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row {
    flex-direction: column;
  }
}

@media (max-width: 1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .datepicker,
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .timepicker {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #009ef7;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #009ef7;
}

.bootstrap-datetimepicker-widget table td.day {
  line-height: 26px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #009ef7;
}

@media (max-width: 400px) {
  .swal2-input::-moz-placeholder {
    font-size: 16px;
  }
  .swal2-input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .swal2-input::-moz-placeholder {
    font-size: 14px;
  }
  .swal2-input::placeholder {
    font-size: 14px;
  }
}

.reported-by,
.reported-to,
.reported-user-notes {
  padding: 10px;
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa !important;
}

.ekko-lightbox a {
  opacity: 1;
  color: #20a8d8;
}

.ekko-lightbox-nav-overlay a {
  color: #fff;
}

.ekko-lightbox-nav-overlay a:first-child {
  margin-left: -40px;
}

.ekko-lightbox-nav-overlay a:last-child {
  margin-right: -40px;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0;
}

.ekko-lightbox.modal .modal-dialog {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 575px) {
  .truncate-block-button {
    width: calc(100% - 140px);
  }
}

@media (max-width: 575px) {
  .ekko-lightbox.modal.fade.in.show .modal-dialog {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

.ekko-lightbox.modal.fade.in.show .modal-dialog .modal-content .modal-header {
  padding: 1rem 1rem 0 1rem;
  border-bottom: unset;
  background-color: #fff;
}

.back-to-login__btn {
  color: #009ef7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.back-to-login__btn:hover {
  color: #008ede;
}

@media (max-width: 400px) {
  .back-to-login__btn {
    margin-bottom: 10px;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .forgot-pw-block {
    flex-direction: column !important;
  }
}

.red {
  color: red;
}

.dropzone .dz-default.dz-message {
  margin: 3em 0;
}

.custom-checkbox {
  padding-right: 15px;
  max-width: 50%;
  flex: 0 0 50%;
}

@media (min-width: 576px) {
  .custom-checkbox {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media (min-width: 768px) {
  .custom-checkbox {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1600px) {
  .custom-checkbox {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  .custom-checkbox:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .custom-checkbox:nth-child(even) {
    padding-right: 0;
  }
}

.start-date-width {
  width: 20vh !important;
}

@media (max-width: 767px) {
  .start-date-width {
    min-width: 200px !important;
  }
}

.yBoxOverlay {
  padding-left: 30px;
  padding-right: 30px;
}

.yBoxFrame.yBoxImgWrap .yBoxPrevImg {
  right: -75px;
}

@media (max-width: 768px) {
  .yBoxFrame.yBoxImgWrap .yBoxPrevImg {
    right: -45px;
  }
}

.yBoxFrame.yBoxImgWrap .yBoxNextImg {
  left: -75px;
}

@media (max-width: 768px) {
  .yBoxFrame.yBoxImgWrap .yBoxNextImg {
    left: -45px;
  }
}

@media screen and (max-width: 767px) {
  .yBoxFrame.yBoxImgWrap {
    width: auto;
    height: auto;
  }
}

.yBoxFrame.yBoxImgWrap .insertYboxAjaxHere {
  height: 100%;
}

.yBoxFrame .yBoxNextImg:focus-visible,
.yBoxFrame .yBoxPrevImg:focus-visible {
  outline: none !important;
}

.yBoxFrame {
  background: #fff !important;
  padding-top: 45px;
}

.closeYbox {
  background: #979797 !important;
}

@media (max-width: 575px) {
  .chat__person-box-msg-time .hide-ele {
    visibility: visible !important;
  }
}

@media (max-width: 420px) {
  .media-wrapper a {
    max-width: 115px;
  }
}

.mw-unset {
  max-width: unset !important;
}

.add-icon {
  width: 18px;
  height: auto;
  margin-top: -2px;
}

.edit-icon {
  width: 24px;
  height: auto;
}

.cms-img-wrapper img {
  border: 1px solid #f5f8fa;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}


