@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #195097;
  --secondary-color: #ffffff;
  --tertiary-color: #020e30;
  --quaternary-color: #9da3ae;
  --quinary-color: #f5f5f5;
  --senary-color: #195097;
  --btn-color: #154b91;
}

html {
  background-color: #fff !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  /* font-family: 'Noto Sans', sans-serif!important; */
  color: var(--tertiary-color);
  background-color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

body.modal-open {
  overflow: auto !important;
}
body.modal-open[style] {
  padding-right: 0px !important;
}

.logo {
  max-height: 70px;
  object-fit: contain;
}

.navbar-logo img {
  max-height: 80px;
  object-fit: contain;
}

.header-nav-center {
  padding: 0em 0;
  border-bottom: 1px solid rgba(11, 34, 56, 0);
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  background-color: #000;
  padding-top: 1em;
  /*  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;*/
}

.header-nav-center .navbar .nav-link {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0.8;
  letter-spacing: 0.5px;
}

.dropdown-toggle::after {
  display: none;
}

.hamburger-menu {
  width: 2em;
}

/* Admin UI CSS */

.admin-ui-sec {
  min-height: 100vh;
  background-color: var(--secondary-color);
  display: flex;
  width: 100%;
  /* -webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-moz-transition:  all 0.5s ease-out;
-o-transition:  all 0.5s ease-out; */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}

html ::-webkit-scrollbar {
  display: none;
}

.admin-ui-sec ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.admin-ui-sec ::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.admin-ui-sec ::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
}

.admin-ui-sidebar {
  /* width: 4.2%; */
  width: 4.2em;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  will-change: transform;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  background-color: var(--primary-color);
  bottom: 0;
  /* z-index: 9; */
}

.admin-ui-collapse-sidebar {
  width: 18%;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  transition: transform 0.1s ease-in;
  will-change: transform;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.15);
  background-color: var(--primary-color);
  bottom: 0;
  z-index: 99999;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.admin-ui-collapse-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 85px);
}

.admin-ui-main-wrapper {
  width: 100%;
  /* margin-left: 4.2%; */
  margin-left: 4.2em;
}

.admin-ui-logo-sec {
  padding: 0.92em 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.admin-ui-logo-sec a {
  display: block;
  width: 100%;
}

.admin-ui-header-sec {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-color: var(--secondary-color);
  padding: 0.5em 1em;
  position: fixed;
  right: 0;
  /* left: 0; */
  /* width: 95.8%; */
  width: calc(100vw - 4.2em);
  z-index: 999;
  height: 5.2em;
  display: flex;
}

.admin-ui-sidebar-list {
  display: flex;
  flex-direction: column;
  border-bottom: 0 !important;
}

.admin-ui-sidebar-list li {
  /* padding-bottom: 1em; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.admin-ui-sidebar-list li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  padding-top: 1.3em;
  font-weight: 500;
  color: #dbddeb;
  transition: 0.5s;
  padding-bottom: 1.3em;
  line-height: 1.8;
  font-size: 0.9em;
  text-decoration: none !important;
}

.admin-ui-sidebar-list li a.active {
  background: #ffffff66;
  color: var(--secondary-color);
}

.admin-ui-sidebar-list li a:hover svg {
  fill: var(--secondary-color) !important;
}

.admin-ui-sidebar-list li a.active:hover svg {
  fill: var(--secondary-color) !important;
}

.admin-ui-sidebar-list li a:hover span {
  color: var(--secondary-color) !important;
}

.admin-ui-sidebar-list li a svg {
  fill: #dbddeb;
}
.empower-icon li a svg {
  fill: #FF5E48;
}
.empower-icon li a.status-active svg {
  fill: #3ac547;
}
.empower-icon li a .status-active span, .status-active {
  color: #3ac547 !important;
  fill: #3ac547;
}

.empower-icon li a span {
  color: #FF5E48;
}
.empower-btn-sec .default-btn.stop-btn{
  background: #FF5E48!important;
  border:1px solid #FF5E48!important;
}
.empower-btn-sec .default-btn.start-btn{
  background: var(--btn-color)!important;
  border:1px solid var(--btn-color)!important;
}
.admin-ui-sidebar-list li a.active svg {
  fill: var(--secondary-color) !important;
}

.admin-ui-logo {
  max-width: 8em;
  margin-left: 1em;
}

.admin-ui-collapse-logo {
  max-width: 2.5em;
}

.admin-ui-collapse-logo-sec a {
  display: block;
  width: 100%;
}

.admin-ui-collapse-logo-sec {
  padding: 1.58em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.admin-ui-title-sec h2 {
  margin-bottom: 0;
  font-size: 1.1em;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

.admin-ui-title-sec {
  display: flex;
  align-items: center;
  gap: 1em;
}

.user-dropdown-sec .dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  gap: 1em;
}

.user-dropdown-sec .dropdown-menu {
  left: -50px !important;
}

.user-dropdown-sec .dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #6e6d8e;
  font-size: 0.9em;
  padding: 0.8em 1em !important;
  text-decoration: none !important;
}

.user-dropdown-sec .dropdown-menu a:hover {
  background-color: #f6f7f7;
}

.user-dropdown-sec .dropdown-menu a svg {
  fill: #6e6d8e;
}

.user-dropdown-sec .dropdown-toggle span {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.user-dropdown-sec .dropdown-toggle:hover span {
  color: var(--btn-color);
}

.admin-ui-collapse-btn {
  cursor: pointer;
}

/* .admin-ui-collapse-sidebar{
transition: opacity .15s linear;
} */

.admin-ui-collapse-sidebar .admin-ui-sidebar-list li a {
  justify-content: flex-start;
  padding-left: 1em;
}

.admin-ui-collapse-sidebar .offcanvas-close::before,
.admin-ui-collapse-sidebar .offcanvas-close::after {
  display: none;
}

.admin-ui-collapse-sidebar .offcanvas-close {
  background-color: transparent !important;
  border: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.admin-ui-body-sec {
  padding: 1.5em;
  margin-top: 83px;
  position: relative;
}

.admin-user-details {
  display: flex;
  align-items: center;
  gap: 1em;
}

.admin-user-details .user-name {
  color: var(--tertiary-color);
  font-size: 0.9em;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* File Upload CSS */

.file-upload-option-box {
  /* border: 1px solid rgba(157, 163, 174, 0.15);
  background: var(--secondary-color);
  padding: 2em; */
  /* min-height: calc(100vh - 130px);
  display: flex;
  justify-content: center; */
}

.file-upload-option-card h4 {
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0em;
}

.file-upload-option-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.file-upload-option-card {
  border: 1px dashed rgba(4, 138, 137, 0.3);
  background: linear-gradient(145deg, #f2f9f9 -14.28%, #fff 79.37%);
  padding: 2em;
  margin-left: 2.5em;
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.5s;
}

.file-upload-option-icon {
  max-width: 4em;
}

.separate-divider {
  position: relative;
  margin: 2em 0;
  text-align: center;
}
.separate-divider:after {
  content: "";
  border-top: 1px dotted #c0c0c0;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.separate-divider span {
  background-color: inherit;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  z-index: 1;
  background: linear-gradient(145deg, #f2f9f9 -14.28%, #fff 79.37%);
  padding: 0em 1em;
}

.browse-file-btn {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--btn-color) !important;
  font-weight: 700 !important;
  font-size: 1em !important;
  margin-bottom: 2em;
  transition: 0.5s;
}

.browse-file-btn:hover {
  text-decoration: underline !important;
}

.file-upload-options-supported-card {
  border-radius: 6px;
  border: 1px solid rgba(196, 196, 196, 0.33);
  background: var(--secondary-color);
  padding: 1em 1em;
}

.file-upload-option-supported-format-card {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.75em;
  font-weight: 500;
  border-radius: 8px;
}

.file-upload-option-supported-format-card:nth-child(1) {
  background-color: #fff9ec;
}

.file-upload-option-supported-format-card:nth-child(2) {
  background-color: #fef0ee;
}

.file-upload-option-supported-format-card:nth-child(3) {
  background-color: #ecf0fb;
}

.file-upload-option-supported-format-card:nth-child(4) {
  background-color: #f0f9f9;
}

.file-upload-option-supported-format-card:nth-child(5) {
  background-color: #f9f9f9;
}

.file-upload-options-supported-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}

.file-upload-option-supported-format-box {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.file-upload-option-img-sec {
  text-align: center;
}

.file-upload-options-supported-card p {
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
}

.file-upload-option-icon-sec {
  margin-bottom: 1em;
}

/* .file-upload-option-sec {
  display: flex;
  min-height: calc(100vh - 130px);
  justify-content: center;
  align-items: center;
} */

.file-upload-option-img {
  width: 100%;
}

/* Chat CSS */

.chat-threads-sidebar-sec {
  border-radius: 6px;
  background: var(--secondary-color);
  box-shadow: 0px 17px 40px 4px rgba(112, 144, 176, 0.11);
  padding: 1em;
  min-height: 100vh;
}

.chat-threads-header-sec {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1em 0.5em;
}

.chat-threads-header-sec h3 {
  color: var(--tertiary-color);
  font-size: 0.95em;
  font-weight: 600;
  margin-bottom: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.new-threads-btn {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--btn-color) !important;
  display: flex !important;
  align-items: center;
  gap: 0.3em;
  font-size: 0.95em !important;
  font-weight: 600 !important;
  padding: 0 !important;
  justify-content: flex-end;
}

.new-threads-btn span {
  color: var(--btn-color);
}

.new-threads-btn:hover span {
  color: var(--primary-color) !important;
}

.new-threads-btn:hover svg path {
  fill: var(--primary-color) !important;
}

.new-threads-btn:hover svg path + path {
  stroke: var(--primary-color);
}

.chat-threads-list-sec li {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em;
  border-radius: 6px;
  justify-content: space-between;
  cursor: pointer;
}

.chat-threads-list-title-sec {
  color: var(--quaternary-color);
  font-size: 0.85em;
  font-weight: 500;
  margin-bottom: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.chat-threads-list-dropdown-sec .dropdown-menu {
  box-shadow: 0px 0px 10px 4px rgba(112, 144, 176, 0.14);
  border: 0;
  padding: 0;
}

.chat-threads-list-dropdown-sec .dropdown-item {
  display: flex;
  align-items: end;
  gap: 0.5em;
  color: #9da3ae !important;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.8em 1em !important;
  text-decoration: none !important;
}

.chat-threads-list-dropdown-sec .dropdown-item:active {
  background-color: transparent !important;
}

.chat-threads-list-dropdown-sec .dropdown-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.chat-threads-list-dropdown-sec .dropdown-item:last-child {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.chat-threads-list-dropdown-sec .dropdown-item.dropdown-delete-item {
  color: #ff6a6a !important;
}

.chat-threads-list-dropdown-sec .dropdown-toggle {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  color: var(--quaternary-color) !important;
}

.chat-threads-list-dropdown-sec .dropdown-toggle::after {
  display: none;
}

.chat-threads-list-dropdown-sec .dropdown-toggle:hover,
.chat-threads-list-dropdown-sec .dropdown-toggle:focus,
.chat-threads-list-dropdown-sec .dropdown-toggle:active {
  color: var(--quaternary-color);
}

.chat-threads-list-dropdown-sec .dropdown-toggle.btn.show {
  color: var(--quaternary-color);
}

.chat-threads-list-title-sec:focus-visible {
  outline: none !important;
}

.chat-threads-list-sec li:hover {
  background-color: #f2f9f9;
}

.chat-threads-list-sec li.active {
  background-color: #f2f9f9;
  opacity: 1;
}

.chat-threads-list-sec li:hover .chat-threads-list-icon-sec svg path {
  fill: var(--btn-color);
}

.chat-threads-list-sec li.active .chat-threads-list-icon-sec svg path {
  fill: var(--btn-color);
}

.chat-threads-list-sec li:hover .chat-threads-list-title-sec {
  color: var(--tertiary-color);
}

.chat-threads-list-sec li.active .chat-threads-list-title-sec {
  color: var(--tertiary-color);
}

.chat-threads-list-sec
  li:hover
  .chat-threads-list-dropdown-sec
  .dropdown-toggle {
  color: var(--btn-color) !important;
}

.chat-threads-body-sec {
  height: calc(100vh - 100px);
  overflow: auto;
}

.chat-search-form-sec .form-control {
  border: 1px solid #00337d24 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 45px;
  border-right: 0 !important;
}

.chat-search-form-sec .form-control::placeholder {
  font-size: 0.9em;
}

.chat-search-form-sec .form-control:focus {
  box-shadow: none !important;
}

.chat-search-form-sec .input-group-text {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: transparent !important;
}

.chat-search-form-sec .search-btn {
  background: none;
  border: none;
}

.chat-search-form-sec .search-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.chat-clear-btn {
  border: 1px solid #00337d24 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  height: 45px;
}

.chat-clear-btn:hover {
  border-color: var(--btn-color) !important;
}

.chat-clear-btn:hover svg {
  fill: var(--btn-color);
}

.chat-search-header-card {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
  margin-bottom: 1em;
}

.chat-search-header-card .input-group {
  width: 25em;
}

.chat-main-sender-message-sec {
  border: 1px solid #e2e8f0;
  padding: 0.5em 1em;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  gap: 1em;
  justify-content: space-between;
}

.chat-main-sender-icon-sec {
  border: 1px solid #e2e8f0;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-main-sender-sec {
  display: grid;
  grid-template-columns: 65px auto;
  margin: 1em 0;
}

.chat-main-sender-edit-btn {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.chat-main-sender-edit-btn:hover svg path {
  fill: var(--btn-color);
}

.chat-main-receiver-message-sec {
  box-shadow: 4px 9px 39px rgba(112, 144, 176, 0.1);
  padding: 1em 1em;
  border-radius: 0;
}

.chat-main-receiver-icon-sec {
  background-color: var(--btn-color);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-main-receiver-sec {
  display: grid;
  grid-template-columns: 65px auto;
  margin: 1em 0;
}

.chat-main-receiver-message-sec {
  font-size: 0.85em;
  color: var(--tertiary-color);
  font-weight: 400;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  word-break: break-word;
  white-space: pre-line;
  overflow-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.chat-main-sender-message {
  font-size: 0.85em;
  color: var(--tertiary-color);
  font-weight: 600;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.chat-main-message-action-btn-sec .chat-main-message-action-btn {
  /* border-radius: 0px !important;
border-width: 1px;
position: relative;
-webkit-transition: .5s;
-o-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
transition: .5s;
color: #292B30 !important;
border-color: #DEDEDE !important;
background-color: transparent !important;
text-decoration: none !important;
display: flex !important;
align-items: center;
gap: 0.5em;
padding: 0.6em 2em !important;
font-size: 0.85em !important;
line-height: 25px;
font-weight: 600 !important;
letter-spacing: .5px; */
  align-items: center;
  border-radius: 0 !important;
  border-width: 1px;
  display: flex !important;
  font-size: 0.85em !important;
  font-weight: 600 !important;
  gap: 0.5em;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 0.8em 2em !important;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s;
  background: transparent !important;
  border-color: #dedede !important;
  color: var(--tertiary-color) !important;
}
.chat-main-message-action-btn:before,
.chat-main-message-action-btn:after {
  content: "";
  background: var(--primary-color);
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease all;
}

.chat-main-message-action-btn:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.chat-main-message-action-btn:hover:before,
.chat-main-message-action-btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.chat-main-message-action-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2em 0;
  gap: 0.5em;
}

.chat-main-wrapper-footer-submit-btn {
  align-items: center;
  border-radius: 0 !important;
  border-width: 1px;
  display: flex !important;
  font-size: 0.85em !important;
  font-weight: 600 !important;
  gap: 0.5em;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 0.8em 2em !important;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s;
  background: var(--btn-color) !important;
  border-color: var(--btn-color) !important;
  color: var(--secondary-color) !important;
}

.chat-main-wrapper-footer-submit-btn:before,
.chat-main-wrapper-footer-submit-btn:after {
  content: "";
  background: var(--secondary-color);
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease all;
}

.chat-main-wrapper-footer-submit-btn:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.chat-main-wrapper-footer-submit-btn:hover:before,
.chat-main-wrapper-footer-submit-btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.chat-main-wrapper-footer-input-sec .form-control {
  border: 1px solid #00337d24 !important;
  border-radius: 0 !important;
  height: 45px;
}

.chat-main-wrapper-footer-input-sec .form-control:focus {
  box-shadow: none !important;
}

.chat-main-wrapper-footer-input-sec .form-control::placeholder {
  font-size: 0.9em;
}

.chat-main-wrapper-footer-input-sec {
  width: 100%;
}

.chat-main-wrapper-typing-box {
  display: flex;
  align-items: center;
  gap: 1em;
}

.chat-main-wrapper-body-sec {
  height: calc(85vh - 100px);
  overflow: auto;
  padding-bottom: 3em;
}

.chat-main-wrapper-sec {
  position: relative;
  padding: 1em 2em;
  /* padding-bottom: 0; */
}

.chat-main-wrapper-footer-sec {
  padding: 1em 2em;
  background: var(--secondary-color);
  border-radius: 0;
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  z-index: 9;
}

.chat-mobile-wrapper-sec {
  display: none;
}

.admin-ui-header-sec.chat-ui-header-sec {
  display: none;
}

.modal-content {
  border: 0 !important;
  box-shadow: 4px 9px 27px 3px rgba(112, 144, 176, 0.1);
}

.modal-close {
  background-color: initial !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 15px;
  top: 15px;
}

.rename-thread-modal .modal-body h4 {
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

.default-grey-btn {
  align-items: center;
  border-radius: 0 !important;
  border-width: 1px;
  display: flex !important;
  font-size: 0.85em !important;
  font-weight: 600 !important;
  gap: 0.5em;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 0.8em 2em !important;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s;
  background: #959fa34d !important;
  border-color: #959fa34d !important;
  color: var(--tertiary-color) !important;
}

.default-grey-btn:before,
.default-grey-btn:after {
  content: "";
  background: var(--primary-color);
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease all;
}

.default-grey-btn:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.default-grey-btn:hover:before,
.default-grey-btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.default-btn {
  align-items: center;
  border-radius: 0 !important;
  border-width: 1px;
  display: flex !important;
  font-size: 0.85em !important;
  font-weight: 600 !important;
  gap: 0.5em;
  letter-spacing: 0.5px;
  line-height: 25px;
  padding: 0.8em 2em !important;
  position: relative;
  text-decoration: none !important;
  transition: 0.5s;
  background: var(--btn-color) !important;
  border-color: var(--btn-color) !important;
  color: var(--secondary-color) !important;
}

.default-btn:before,
.default-btn:after {
  content: "";
  background: var(--secondary-color);
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease all;
}

.default-btn:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}

.default-btn:hover:before,
.default-btn:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.rename-thread-btn-sec {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
  margin-top: 2em;
}

.rename-thread-form {
  margin-top: 2em;
}

.rename-thread-form .form-control {
  border: 1px solid #00337d24 !important;
  border-radius: 0 !important;
  height: 45px;
}

.rename-thread-form .form-control::placeholder {
  font-size: 0.9em;
}

.rename-thread-form .form-control:focus {
  box-shadow: none !important;
}

.no-chat-found-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 100px);
  text-align: center;
  /* padding: 3em 0; */
}

.no-chat-found-info h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.no-chat-found-info p {
  color: #3e4351;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-weight: 400;
}

.no-chat-found-img-sec {
  margin-bottom: 2em;
}

.no-chat-found-img {
  max-width: 20em;
}

.empower-info h3 {
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.empower-info p {
  color: #3e4351;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: 400;
}

.empower-service-status {
  color: #3e4351;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.empower-service-status .running-service {
  color: var(--btn-color);
  font-weight: 600;
}

.empower-service-status .stopped-service {
  color: #ff6a6a;
  font-weight: 600;
}

.empower-btn-sec {
  display: flex;
  justify-content: flex-end;
}

.empower-icon-sec {
  margin-bottom: 1em;
}

.empower-card {
  padding-top: 2em;
}

/* Tour CSS  */

.react-joyride__beacon {
  outline: none !important;
  box-shadow: none;
}
.react-joyride__beacon:focus {
  outline: none !important;
  box-shadow: none;
}
.__floater__body button:focus-visible {
  outline: none !important;
}
.tour-step-img {
  max-width: 25em;
}
#button-primary:before,
#button-primary:after {
  content: "";
  background: var(--secondary-color) !important;
  height: 2px;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.4s ease all;
}
#button-primary:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
#button-primary:hover:before,
#button-primary:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.tour-step-1 p {
  margin-bottom: 0;
  margin-top: 1em;
  color: #8f9899;
  margin-bottom: 0em;
  font-size: 0.85em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}


.welcome-page-card p{
  color: #3e4351;
  margin-bottom: 1em;
  font-size: 0.9em;
  font-weight: 400;
}

.welcome-page-modal h4{
  color: var(--tertiary-color);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 1em;
}

.welcome-page-img{
  width: 100%;
  border-radius: 20px;
}

.welcome-page-btn-sec{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2em;
}

.welcome-page-btn-sec p{
  color: #3e4351;
  margin-bottom: 0em;
  font-size: 0.9em;
  font-weight: 600;
}

.upload-preview-sec {
  background: #F4FDFB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  gap: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.upload-preview-sec.large-file {
  background: rgb(220 53 69 / 20%);
}

.file-upload-name {
  color: var(--tertiary-color);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.2em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.upload-overlay-preview-sec .file-upload-name{
  color: var(--secondary-color);
  font-size: 0.9em;
}

.file-upload-size {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 0.85em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-bottom: 0;
}

.skeleton{
  width: 100%;
}

.btn-loader{
  width: 6rem;
  height: 6rem;
}

.online-status{
  background-color: #EAFFEC;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color:#197E23;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap:0.5em;
  max-width: 150px;
  justify-content: center;
}

.offline-status{
  background-color:#FFF6F6;
  border-radius: 8px;
  padding: 0.5em 1.5em;
  font-weight: 600;
  font-size: 0.9em;
  text-align: center;
  color:#FF6A6A;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap:0.5em;
  max-width: 150px;
  justify-content: center;
}

.no-bot-exists-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-bot-exists-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 100px);
  text-align: center;
  /* padding: 3em 0; */
}

.no-bot-exists-info h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.8em;
}

.no-bot-exists-info p {
  color: #3E4351;
  margin-bottom: 2em;
  font-size: 0.9em;
  font-weight: 400;
}

.no-bot-exists-img-sec {
  margin-bottom: 2em;
}

.no-bot-exists-img {
  max-width: 20em;
}

.no-bot-exists-btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-page-box{
  display: flex;
}

.welcome-left-sec{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: calc(100vh - 110px); */
  position: relative;
  background-color: var(--secondary-color);
  width: 50%;
  padding: 0 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.welcome-right-sec{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  /* min-height: calc(100vh - 76px); */
  position: relative;
  background-image: url('../img/welcome/welcome-bg.png');
  width: 50%;
}

.welcome-page-body-sec{
  margin-top: 5em;
}

.welcome-page-img{
 max-width: 30em;
 margin: auto;
 margin-bottom: 2em;
}

.welcome-page-img-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin: auto; */
  text-align: center;
  width: 100%;
  margin-top: 2em;
  /* min-height: calc(100vh - 350px); */
}

.get-started-btn{
  font-size: 0.9em;
  font-weight: 500;
  color: var(--btn-color);
  text-decoration: none!important;
}

.get-started-btn:hover{
  text-decoration: underline!important;
}

.welcome-left-sec h2{
  color: var(--tertiary-color);
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 1em;
}

.welcome-instruction-content {
  display: flex;
  flex-direction: column;
  height: 90vh;
  justify-content: center;
  padding: 0 2em;
  position: relative;
}

.welcome-instruction-icon-sec {
  align-items: center;
  display: flex;
  justify-content: center;
}

.welcome-instruction-icon {
  width: 50%;
  max-width: 15em;
}

.welcome-instruction-content h3 {
  color: #fff;
  color: var(--secondary-color);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
  position: relative;
}

.welcome-instruction-list {
  margin-top: 2em;
}

.welcome-instruction-list li {
  color: #fff;
  color: var(--secondary-color);
  display: grid;
  font-size: .95em;
  font-weight: 500;
  grid-template-columns: 40px auto;
  line-height: 1.8;
  margin: 0;
  padding-bottom: 1em;
}

.welcome-instruction-list svg {
  margin-top: 0.4em;
}

.file-upload-option-box .welcome-right-sec{
  width: 100%;
}

.upload-ui-body-sec{
  padding: 0;
}

.welcome-upload-icon-sec{
  max-width: 25em;
  width: 100%;
  margin-bottom: 2em;
}

.chat-layout-sec{
  position: fixed;
  min-width: 96%;
  max-height: 96vh;
}

.chat-main-wrapper-header-sec{
  border-bottom: 1px solid #e2e8f0;
}

.chat-main-wrapper-header-sec h3{
  color: var(--primary-color);
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

img.admin-ui-logo.mobile-logo {
  width: 65px;
  height: 40px;
}