/* [project]/src/app/Components/Pagination/Pagination.css [app-client] (css) */
.all-pagination .page-item .page-link, .all-pagination .break .page-link {
  color: #615e69;
  background: none;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
  border-radius: 15px !important;
}

.all-pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 .25rem rgba(69, 39, 117, .28) !important;
}

.all-pagination .page-item.active-1 .page-link, .all-pagination .page-item:hover .page-link {
  color: #fff !important;
  background: #452775 !important;
  border-color: #452775 !important;
}

.all-pagination .pagination {
  flex-wrap: wrap;
  justify-content: center;
}

html[dir="ltr"] .all-pagination .page-item .page-link svg {
  rotate: 180deg;
}

.all-pagination .page-item.disabled .page-link, .all-pagination .page-item.disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed !important;
  color: #fff !important;
  background: #d1d5db !important;
  border-color: #d1d5db !important;
  border-radius: 15px !important;
}

/* [project]/src/app/dashboard/conversationsChat/Components/ConversationsChatLive/ConversationsChatLive.css [app-client] (css) */
.chat-container .scroll-style::-webkit-scrollbar {
  display: none;
}

.chat-container .chat-messages {
  padding: 0 0 10px;
}

.chat-container .info-chat {
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 0;
  line-height: 1.8;
}

.chat-container .chat-messages-user {
  justify-content: end;
  display: flex;
}

.chat-container .info-chat .message, .filter-message .info-message-content .message-one .user-info .text-user .text-user-message {
  color: #fff;
  width: 100%;
  max-width: 550px;
  font-size: 15px;
  font-weight: 600;
}

.chat-container .info-chat.support-chat .image-support {
  color: #452775;
  background: #f4f6f8;
  border-radius: 12px;
  margin-right: auto;
  padding: 12px;
}

.chat-container .info-chat.support-chat :-webkit-any(.message, .date-send) {
  color: #452775;
}

.chat-container .info-chat.support-chat :-moz-any(.message, .date-send) {
  color: #452775;
}

.chat-container .info-chat.support-chat :is(.message, .date-send) {
  color: #452775;
}

.chat-container .info-chat.user-send .message-info-data {
  color: #fff;
  background: #452775;
  border-radius: 12px;
  margin-left: auto;
  padding: 12px;
}

.chat-container .info-chat.user-send .date-send {
  color: #a8a8a8;
}

.chat-container .info-chat .date-send, .filter-message .info-message-content .message-one .user-info .text-user .date-send {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.chat-container input::-moz-placeholder {
  color: #a8a8a8;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  padding-right: 0 !important;
}

.chat-container input::placeholder, .chat-container input {
  color: #a8a8a8;
  font-size: 15px;
  font-weight: 600;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  padding-right: 0 !important;
}

.chat-container input {
  color: #121212;
}

.dashboard-page .chat-container .info-chat.support-chat {
  background: #fff;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
}

.dashboard-page .chat-container .info-chat.admin-message, .chat-container .admin-message .image-support {
  border: 1px solid #cfcfcf;
  box-shadow: 0 3px 5px rgba(153, 153, 153, .48);
}

.dashboard-page .chat-container .admin-message .image-support {
  box-shadow: none;
  border: 0;
}

.dashboard-page .chat-container .info-chat {
  background: #452775;
}

.dashboard-page .chat-container .info-chat.support-chat .image-support {
  background: none;
  padding: 0;
}

.dashboard-page .chat-container .info-chat.support-chat .image-support img {
  border: none;
}

.dashboard-page .chat-container .info-chat.support-chat :-webkit-any(.message, .date-send) {
  color: #000 !important;
}

.dashboard-page .chat-container .info-chat.support-chat :-moz-any(.message, .date-send) {
  color: #000 !important;
}

.dashboard-page .chat-container .info-chat.support-chat :is(.message, .date-send) {
  color: #000 !important;
}

.dashboard-page .chat-container .info-chat.support-chat .date-send {
  color: #d0d1db !important;
}

.dashboard-page .chat-container .info-chat.user-send .message-info-data {
  padding: 0;
}

.dashboard-page .chat-container .info-chat.user-send .date-send {
  color: #fff !important;
}

.dashboard-page .chat-container .info-chat {
  border-radius: 12px 12px 0 !important;
}

.dashboard-page .chat-container .support-chat {
  border-radius: 0 12px 12px !important;
}

.dashboard-page .icon-seen {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .chat-live-data {
    display: none;
  }

  .chat-live-data.active-chat-send {
    display: block;
  }

  .button-out-chat {
    display: flex !important;
  }

  .active-chat-live {
    display: none;
  }

  .header-coversation-live {
    grid-template-columns: 2fr 1fr;
    display: grid;
  }
}

@media screen and (max-width: 575px) {
  .dashboard-page .image-user-info {
    display: none;
  }

  .dashboard-page .header-coversation-live {
    grid-template-columns: 1fr 1.5fr;
  }
}

@media screen and (max-width: 450px) {
  .chat-container .main-header-coversation {
    gap: .25rem;
  }

  .button-out-chat {
    padding: 11px 13px !important;
  }

  .chat-container .chat-header .user-avatar {
    width: 60px !important;
    height: 60px !important;
  }

  .chat-container .info-chat .message {
    max-width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 361px) {
  .filter-message .info-message-content .message-one {
    padding: 10px;
  }

  .info-message-content .message-one .user-info .text-user .text-user-message, .info-message-content .message-one .user-info .date-message {
    font-size: 12px !important;
  }

  .info-message-content .message-one .user-info .text-user .name-user {
    font-size: 14px !important;
  }

  .info-message-content .message-one .badge-num {
    top: 3px;
    right: 10px;
  }

  html[dir="ltr"] .filter-message .info-message-content .message-one.new-message .badge-num {
    top: 3px;
    left: 10px;
  }
}

.input-area input {
  padding: 15px !important;
}

.chat-details-info img {
  border-radius: 12px !important;
}

.dashboard-conversationsChat .chat-container .info-chat {
  padding-left: 20px;
  padding-right: 20px;
}

.dashboard-conversationsChat .chat-container .info-chat.support-chat .image-support {
  align-items: start;
}

.dashboard-conversationsChat .chat-details-info {
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.header-coversation-live {
  z-index: 5;
  position: relative;
}

.dashboard-conversationsChat .chat-details-info .bg-chat {
  -webkit-filter: blur(150px);
  z-index: -1;
  background: rgba(219, 24, 111, .1);
  border-radius: 1646px;
  flex-shrink: 0;
  width: 435px;
  height: 435px;
  position: fixed;
  bottom: 154px;
  left: -213px;
}

.dashboard-conversationsChat .input-send-chat, .input-send-chat-dashboard {
  display: none;
}

.dashboard-conversationsChat .input-send-chat-dashboard {
  flex-wrap: nowrap;
  display: flex;
}

.dashboard-conversationsChat .chat-container input {
  box-shadow: inset 0 1px 1.5px rgba(0, 0, 0, .25);
  padding: 15px 18px !important;
}

.dashboard-conversationsChat .input-send-chat-dashboard .btn-main {
  box-shadow: none;
  border-radius: 10px !important;
  padding: 15px !important;
}

.dashboard-conversationsChat .input-send-chat-dashboard .btn-main svg {
  width: 22px;
  height: 22px;
}

.dashboard-conversationsChat .custom-upload-button {
  background: #452775 !important;
}

.dashboard-conversationsChat .image-user-info, .dashboard-conversationsChat .button-chat-report {
  display: none;
}

.dashboard-conversationsChat .reply-button {
  width: max-content;
}

.dashboard-conversationsChat .main-quick-replies::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .dashboard-conversationsChat .chat-details-info:after {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  .dashboard-conversationsChat .all-messages-chat {
    max-height: 550px;
    overflow: auto;
  }

  .dashboard-conversationsChat .all-messages-chat::-webkit-scrollbar {
    display: none;
  }

  .dashboard-conversationsChat .main-content-bottom {
    background: #f6f6f6;
    padding: 15px;
  }

  .dashboard-conversationsChat .chat-conversation-live {
    height: 84vh;
  }

  .dashboard-conversationsChat .chat-details-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dashboard-conversationsChat .input-send-chat-dashboard .btn-main {
    padding: 12px !important;
  }

  .dashboard-conversationsChat .chat-container input {
    padding: 12px 15px !important;
  }

  .dashboard-conversationsChat {
    height: 100vh;
    overflow: hidden;
  }

  .dashboard-conversationsChat .chat-details-info {
    height: 80vh;
  }

  .dashboard-conversationsChat .main-content-bottom {
    height: 44%;
    margin: 0;
    position: relative;
  }

  .dashboard-conversationsChat .content-dashboard {
    padding: 20px 0 0 !important;
  }

  .dashboard-conversationsChat .chat-container {
    padding-left: 0;
    padding-right: 0;
  }

  .dashboard-conversationsChat, .dashboard-conversationsChat .conversation-chat {
    background: #fafafb;
  }

  .dashboard-conversationsChat .chat-conversation-live {
    background: none;
  }

  .dashboard-conversationsChat .side-bar-chat {
    padding: 30px;
  }

  .dashboard-conversationsChat .side-bar-chat input {
    background: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .dashboard-conversationsChat .main-header-coversation {
    background: none !important;
  }
}

.chat-lg-fix .lg-inner {
  left: 100% !important;
}

@media screen and (max-width: 319px) {
  .chat-container .input-send-chat {
    flex-wrap: wrap-reverse;
  }

  .chat-container :is(.buttons-chat .upload-container, .button-send-message, .button-send-message .btn-main, .custom-upload-button, .button-send-message, .buttons-chat) {
    width: 100%;
  }

  .dashboard-conversationsChat .input-send-chat-dashboard {
    flex-wrap: wrap;
  }
}

@media (min-width: 361px) and (max-width: 390px) and (max-height: 844px) {
  .dashboard-conversationsChat .main-content-bottom {
    height: 63%;
  }
}

@media (max-width: 360px) and (max-height: 880px) {
  .dashboard-conversationsChat .main-content-bottom {
    height: 52%;
  }
}

/* [project]/node_modules/lightgallery/css/lg-zoom.css [app-client] (css) */
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19);
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform .8s cubic-bezier(0, 0, .25, 1);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale3d(1, 1, 1);
  transition: transform .5s cubic-bezier(.12, .415, .01, 1.19), opacity .15s !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
  transform: scale3d(1, 1, 1)translate3d(-50%, -50%, 0) !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  max-width: none !important;
  max-height: none !important;
  top: 0 !important;
  left: 50% !important;
  transform: scale3d(1, 1, 1)translate3d(-50%, 0, 0) !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 0% !important;
  transform: scale3d(1, 1, 1)translate3d(0, -50%, 0) !important;
}

.lg-icon.lg-zoom-in:after {
  content: "";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "";
}

.lg-icon.lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type="video"] .lg-zoom-in, .lg-outer[data-lg-slide-type="video"] .lg-actual-size, .lg-outer[data-lg-slide-type="video"] .lg-zoom-out, .lg-outer[data-lg-slide-type="iframe"] .lg-zoom-in, .lg-outer[data-lg-slide-type="iframe"] .lg-actual-size, .lg-outer[data-lg-slide-type="iframe"] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: .75;
  pointer-events: none;
}

/* [project]/node_modules/lightgallery/css/lightgallery.css [app-client] (css) */
@font-face {
  font-family: lg;
  src: url("../media/lg.e99de0b5.woff2") format("woff2"), url("../media/lg.f714bbb8.ttf") format("truetype"), url("../media/lg.1ff58f7d.woff") format("woff"), url("../media/lg.f2230aef.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: lg !important;
}

.lg-container {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.lg-next, .lg-prev {
  color: #999;
  cursor: pointer;
  z-index: 1084;
  background-color: rgba(0, 0, 0, .45);
  border: none;
  border-radius: 2px;
  outline: none;
  margin-top: -10px;
  padding: 8px 10px 9px;
  font-size: 22px;
  display: block;
  position: absolute;
  top: 50%;
}

.lg-next.disabled, .lg-prev.disabled {
  cursor: default;
  opacity: 0 !important;
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: .3s lg-right-end;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: .3s lg-left-end;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  text-align: center;
  will-change: color;
  width: 50px;
  height: 47px;
  box-shadow: none;
  background: none;
  border: none;
  outline: none;
  padding: 10px 0;
  font-size: 24px;
  line-height: 27px;
  transition: color .2s linear;
  text-decoration: none !important;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "";
}

.lg-toolbar .lg-download:after {
  content: "";
}

.lg-sub-html {
  color: #eee;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  padding: 10px 40px;
  font-size: 16px;
  transition: opacity .2s ease-out;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  margin: 5px 0 0;
  font-size: 12px;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-error-msg {
  color: #999;
  font-size: 14px;
}

.lg-counter {
  color: #999;
  vertical-align: middle;
  height: 47px;
  padding-top: 12px;
  padding-left: 20px;
  font-size: 16px;
  display: inline-block;
}

.lg-closing .lg-toolbar, .lg-closing .lg-prev, .lg-closing .lg-next, .lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform .08 cubic-bezier(0, 0, .25, 1) 0s, opacity .08 cubic-bezier(0, 0, .25, 1) 0s, color .08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  will-change: transform, opacity;
  transform: scale3d(.5, .5, .5);
  transition: transform .25s cubic-bezier(0, 0, .25, 1), opacity .25s cubic-bezier(0, 0, .25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, .6);
}

.lg-toolbar .lg-icon:focus-visible {
  outline-offset: -5px;
  border-radius: 8px;
}

.lg-group:after {
  content: "";
  clear: both;
  display: table;
}

.lg-container {
  outline: none;
  display: none;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar, .lg-prev, .lg-next, .lg-pager-outer, .lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform .25s cubic-bezier(0, 0, .25, 1), opacity .25s cubic-bezier(0, 0, .25, 1);
}

.lg-show-in .lg-toolbar, .lg-show-in .lg-prev, .lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  z-index: 1050;
  text-align: left;
  opacity: .001;
  will-change: auto;
  outline: none;
  width: 100%;
  height: 100%;
  transition: opacity .15s;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image, .lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
  transition-duration: 0s !important;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-outer .lg-inner {
  white-space: nowrap;
  width: 100%;
  transition: opacity;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../media/loading.46ada183.gif") center no-repeat;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  text-align: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.lg-outer .lg-img-wrap {
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: inline-block;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html, .lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  z-index: 1040;
  opacity: 0;
  will-change: auto;
  background-color: #000;
  transition: opacity .333s ease-in;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity .1s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(.175, .885, .32, 1.275);
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, .25, 1);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, .25, 1), opacity .1s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  opacity: 1;
  transition-duration: 0s !important;
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "";
}

.lg-components {
  will-change: transform;
  z-index: 1080;
  transition: transform .35s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translate3d(0, 100%, 0);
}

/* [project]/node_modules/lightgallery/css/lg-thumbnail.css [app-client] (css) */
.lg-outer .lg-thumb-outer {
  float: left;
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb, .lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  vertical-align: middle;
  height: 100%;
  margin-bottom: -5px;
  padding: 5px 0;
  display: inline-block;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  will-change: border-color;
  border-radius: 2px;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 4px;
    transition: border-color .25s;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

/* [project]/src/app/(website)/chatWeb/Components/ChatInfo/ChatInfo.css [app-client] (css) */
.dashboard-page .chat-web {
  padding-top: 0;
}

.dashboard-page .conversation-chat .container-media {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .chatWeb .chat-web {
    padding: 15px 0 0 !important;
  }

  .conversations-chat-web {
    height: 100vh;
    overflow: hidden;
  }

  .conversations-chat-web .chat-details-info {
    height: auto;
  }

  .conversations-chat-web .chat-container {
    height: 70vh;
  }

  .conversations-chat-web .content-dashboard {
    padding: 0;
    overflow: hidden;
  }

  .conversations-chat-web .all-messages-chat {
    height: 74vh;
    overflow-y: auto;
  }

  .conversations-chat-web .all-messages-chat::-webkit-scrollbar {
    display: none;
  }

  .conversations-chat-web .chat-container {
    background: #f2f2f2;
  }
}

@media screen and (min-width: 1450px) {
  .conversations-chat-web .chat-container {
    height: 73.2vh;
  }
}

@media screen and (min-width: 1550px) {
  .conversations-chat-web .chat-container {
    height: 75.2vh;
  }
}

/*# sourceMappingURL=_6e0d5a7d._.css.map*/