

body {
  height: 100%;
  background-color: #EDF2F7;
}

html {
  height: 100%;
}

@media print {
  .some {
    font-size: 14pt
  }
}

.small .btn,
.small {
  font-size: .75rem;
}

.smallx1 {
  font-size: .85rem;
}

#sales-nav {
  background-color: #0000a4;
}

.pannel {
  color: #0000a4;
  border-top: 4px solid #0000a4;
}

#app{
  height: 100% !important;
}
/*message Api*/

.icons-bar {
 
  color: white !important;
  flex: 0 0 60px;
  height:900px;
}
.navbarSection{
  flex: 0 0 auto;
  height:900px;
  background-color: white;
  border-right: 1px solid #ede0e0;
}
.chatSection{
  flex: 1;
}

.div-section {
  background-color: #f5f6fa;
}

.main-text {
  color: #003251 !important;
}

.message-text {
  font-size: 13px !important;
  font-family: Arial, sans-serif;
}

.nav-text {
  font-size: 14px !important;
  font-family: Arial, serif;
}

.mailbox-dashboard {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;

}

.main-content {
  flex: 1;
  padding-left: 10px;
}

.bg-container {
  background-color: lavender;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  border: 1px solid #bdbaba;
}

.cursor-hand {
  cursor: pointer !important;
}

.row {
  --bs-gutter-x: 0px !important
}

.hover-line:hover {
  border-bottom: .4px solid red;
}


#tags {
  width: 57px !important;
  height: 24px !important;
  border-radius: 8px;
  background-color: #f68843;
  color: white;
  border: none;

}

.query {
  width: 101px !important;
  height: 24px !important;
  border-radius: 8px;
  background-color: rgb(248 249 250);
  color: #2004db;
  border: none;
}


/* / --------------------------------------------------      scroll responsive styles ---------------------------------------------------------- / */
.scroll-body{
  height: calc(100vh - 58px) !important;
}
.chat-body {
  overflow-y: auto;
}

.tab {
  width: 636px;
  overflow: hidden;
 
}

.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

.tab button:hover {
  background-color: #ddd;
}

.nav-color {
  background-color: black !important;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent.active {
  display: block;
}


.chat-input {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  color: grey;

}

.chat-input textarea {
  flex: 1;
  border-radius: 6px;
  padding: 8px;
  resize: none;
  min-height: 50px; 
  max-height: 200px; 
  border: 1px solid #ced4da;
}

.chat-input input[type="file"] {
  margin-left: 4px;
}

.chat-input button {
  margin-left: 15px;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background-color: black!important;
  color: white;
  cursor: pointer;
}

 .table-head {
  position: sticky;
  top: 0;
  z-index: 1; 
  color: white;
  padding: 8px 16px;
} 


.answered-class {
  background-color: #f6f4f4 !important;
  margin-left: 80px;
}

.btn-class {
  height: 23px !important;
  width: 30px !important;
  padding: 2px !important;
  background-color: white !important;
  border-color: lightgray;
}

.tag {
  display: inline-block;
  padding: 0.2em 0.6em;
  border-radius: 0.25em;
  color: #fff;
  margin: 0.1em;
  margin-bottom: px;
}

.tags {
  margin-top: 10px;
  margin-bottom: 6px;
}

/*select 2*/
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}

select.select2 {
  width: 100px;
  /* margin-top: 1px; */
  margin-left: -6px;
  height: 22px;
  border-color:#80808029;
  background-color: #ececec
}
select2:hover{
  border: gray;
}

option{
  background-color:#ececec;
}

.flag-icon {
  margin-right: 8px;
}

.segment-span {
  border: .4px solid #5bc2c2;
  color: #1e5e5e;
  border-radius: 5px;
  background-color: #dfffff;
}

/* skeleton loader */
.skeleton-loader 
{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.skeleton {
  background-color: #e0e0e0;
  border-radius: 4px;
  animation: shimmer 1.5s infinite;
}

.skeleton-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.skeleton-title {
  width: 60%;
  height: 20px;
}

.skeleton-text {
  width: 90%;
  height: 14px;
}

.first-side {
  width: 30px
}

.logo {
  height: 50px;
  background-color: #bde7ff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  border-radius: 4%;
}

.card {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.icon-bar {
  background-color: #162037;
  width: 4% !important;
}


.message {
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
}

.message-seen {
  background-color: white !important;
  color: #0a0404 !important;
  font-weight:lighter;
}

.message-unseen {
  color: #363535 !important;
}





.unanswered {
  background-color: #e0e7ec !important;
}


.main-content {
  flex: 1;
  padding-left: 10px;
}

.message-table {
  border: 2px solid;
  width: 100%;
  /* border-collapse: collapse; */
  margin-top: 20px;

}

.message-table th,
.message-table td {
  border: 1px solid #181717;
  padding: 8px;
  text-align: left;
}



.message-table tr:hover {
  background-color: #f9f9f9;
  /* cursor: pointer; */
}

.message-view,
.message-details {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.message-details h3 {
  margin-bottom: 10px;
}

.message-details p {
  margin-bottom: 5px;
}

.message-details hr {
  margin: 10px 0;
}



.flexible-div {
  display: flex;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.message-actions {
  display: flex;
  gap: 10px;
}

.message-actions {
  display: flex;
  gap: 10px;
  margin-top: 5px;
}

.message-actions button {
  border: none;
  cursor: pointer;
  outline: none;
}

.message-actions button:hover {
  color: #333;
}

.message .text {
  width: 500px;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  max-width: 100%;
  position: relative;
}

.message .text p {
  margin: 0;
}

.message .time {
  font-size: 12px;
  color: #999;
  margin-left: auto;
  margin-top: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.message.sent .time {
  order: -1;
  left: auto;
  right: 10px;
}

.message-reply {
  width: 400px;
  background-color: rgb(168, 52, 52);
  padding: 10px;
  border-left: 3px solid #130e0e;
  margin-left: 50px;
  margin-top: 5px;
  align-self: flex-start;
  position: relative;
}

.message-reply .text {
  background-color: #fff !important;
  border-radius: 8px;
  padding: 8px;
  margin-top: 5px;
  width: 400px;
}

.message-reply .text p {
  margin: 0;
}

.message-reply .time {
  font-size: 12px;
  color: #999;
  margin-left: auto;
  margin-top: 5px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.action-btn {
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.action-btn:focus {
  outline: none;
}

.action-btn.active {
  transform: scale(0.9);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.reply-btn.active {
  background-color: #7c4444;
  color: #fff;
}

.edit-btn.active {
  background-color: #4e4b4b;
  color: #fff;
}

.delete-btn.active {
  background-color: #4e4b4b;
  color: #fff;
}

.action-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.message .avatar {
  width: 40px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 8px;
}


@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}

.custom-close-btn {
  background-color: #ff6666 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}


.list-group-item {
  border: none;
  border-radius: 0;
  padding: 10px 15px;
  font-size: 1rem;
  transition: background-color 0.3s, color 0.3s;
}

.list-group-item:hover {
  background-color: #007bff;
  color: white;
}


.fixed-height {
  height:65% !important;
  overflow-y: auto;
}


.sidepanel-fixed-height {
  height:550px !important;
  overflow-y: auto;
}






 




.fixed-main-height {
  height: 214% !important;
  overflow-y: auto;
}



.center-body{
  height: 201.5%;
}

/* pagination styles */
.message-pagination {
  border: rgb(27, 26, 26);
  color: #eef0f1d7;
  border-radius: 7px;
  padding: 2px;
  margin-top: 3px;
}


.p-paginator {
  /* display: flex; */
  align-items: center;
}

.p-paginator-current {
  margin-right: 10px;
}

.p-paginator-pages {
  margin: 0 10px;
}


.p-paginator-element {
  border-radius: 5px;
  color: black;
  border: 1px solid lightgray;
  text-decoration: none;
  height: 28px;
  padding: -6px;
  background-color: white !important;
}

.p-paginator-icon {
  font-size: 1.5rem;
}

.p-dropdown {
  margin-left: 10px;
  color: white;
  background-color: #0f1c2e;
}

.p-paginator-page-input {
  margin-left: 10px;
}

.p-paginator-rpp-options {
  margin-left: 10px;
  color: white;
  background-color: #0f1c2e;
}
.p-paginator-element :hover{
  background-color: #0f1c2e !important;
}
.paginate-btn {
  background-color: white !important;
  color: rgb(0, 0, 0);
  border: 1px solid lightgray;
  border-radius: 4px;
  color: black;
  text-decoration: none;
  font-style: arial;
  font-size: smaller;
  font-family: Arial, sans-serif;
  height: 29px;
}

.selectPage {
  height: 27px;
  width: 70px;
  border-radius: 5px;
  border: 1px solid lightgray;
  color:black
}


.profile-icon {
  display: flex;
  border-radius: 8px;
  transition: background 0.3s;
  position: relative;
  cursor: pointer;
}

.profile-icon:hover {
  background: #e6e6e6;
}

.user-container {
  width: 20px;
  height: 20px;
}

.user {
  width: 100%;
  height: 50px !important;
}

.info {
  margin-left: 10px;
  flex-grow: 1;
}

.username {
  font-weight: bold;
  font-size: 1.1em;
}

.status {
  font-size: 0.9em;
  color: #888;
}

.status.online {
  color: #24d324;
}

.tooltip {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 150px;
  text-align: center;
}

.tooltip button {
  margin-top: 5px;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  background: #4a90e2;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.tooltip button:hover {
  background: #357abf;
}

/*Login Pages*/
.login-body {
  margin: 0;
  padding: 0;
  background: url('/img/chat.png') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Arial', sans-serif;
}

.login-container {
  background: rgba(255, 255, 255, 0.85);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 350px;
}

.login-container h1 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
}

.login-container input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}

.login-container button {
  width: 100%;
  padding: 12px;
  background-color: #4a90e2;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-container button:hover {
  background-color: #357abf;
}

.logo {
  height: 50px;
  background-color: #bde7ff;
}

.navbar {
  background-color: #003251;
  color: white;
}

.font {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}



.ebay {
  width: 215px;
  height: 98px;
  border-radius: 46px;
}

.card-body {
  background-color: white !important;
}


input[type="text"],
input[type="search"],
.select2 {
  border: 1px solid #0b2037;
  border-radius: 4px;
}



.container {
  background-color: lightblue;
  display: flex;
}


/* / ------------------------------------------------------------------ new chat ---------------------------------------------- / */
.btn-close{
background-color: white !important;
border: none !important;
color: #0e3151 !important;
}

.chat-text {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  color: #827878;
  transition: all 1s !important;

}
.user-avatar{
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border: 3px solid #7e8fa8;
}
.user-avatar img{
  width: 20px;
  height: 20px;
}
.received-chat:hover .msg-action-buttons {
  display: flex;
}
.chat-content{
  min-width: 50%;
  max-width: 85%;
}
.chat-css{
  transition: all .5s !important;
  position: relative;
  border: 1px solid #bdbaba;
  background-color: #fefeff;
}

.msg-action-buttons {
  position: absolute;
  left: 0px;
  bottom: -28px;
  z-index: 1000;
  display: none;
 
}
.msg-action-buttons select{
  z-index: 999;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.status-section{
  font-size: 12px !important;
}
.answered{
  color: #007006;
  background-color: #4eff7852;
}
.unansw{
  color: #6f0505;
  background-color: #d61e302e;
}
.waiting{
  color: #fff;
  background-color: #fd7e14;
}
.resolved{
  color: #fff;
  background-color: #007bff;
}
.new{
  color: #00849e;
  background-color: #b1f9ff;
}
.select-msg{
  position: relative;
}
.select-msg .msg-id {
  display: none;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: .4px .5px 1px rgb(0, 0, 0);
}
.select-msg:hover .msg-id{
  display: block;
}
.shadow-custom{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* / box-shadow: 5px 8px 10px #0b2037; Green shadow with 50% opacity /
  / background-color: #0b20371a;; / */
}
.status-bg {
  background-color: #a7ffd0 !important;
  color: hsl(150, 69%, 30%) !important;
}
.tag-bg{
  background-color: #ffe9da !important;
  color: hsl(12, 69%, 50%) !important;
}
.recv-b-r{
  border-radius: 0 16px 16px 16px;
}
.reply-b-r{
  border-radius: 0 0 16px 16px !important;
}
.non-reply-b-r{
  border-radius: 16px 0 16px 16px !important;
}
.message-tag {
  background-color: hsl(211, 53%, 88%);
  border-radius: 16px 16px 0 0;
  transition: background-color 0.2s ease;
}
.message-tag:hover{
  background-color: #dbecfe;
}
.attachment{
  transition: all .5s;
  background-color: hsl(211, 53%, 88%);
}
.attachment:hover{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #d0dae6;
}
.ebay-img {
  width: 150px;
  height: 95px;
}
.hide-show-i{
  transition: all .5s !important;
}





a {
  text-decoration: none;
  font-size: smaller;
}

.chat-container {
  max-height: 200px;
  overflow-y: scroll;
}

.message-item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
  padding: 12px
}

.custom-btn {
  background-color: #0b2037 !important;
  border-color: white !important;
}

.custom-btn:hover {
  background-color: #162c44 !important;
  border-color: #dae2dc !important;
}



.user-side {
  padding-right: 136px;
}

.ebay-side {
  padding-left: 99px;
}



.date-separator {
  text-align: center;
  color: #0b2037;
  font-size: 12px;
  margin: 10px 0;
}


/* Define the transition styles */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active in <2.1.8 */
  {
  opacity: 0;
}

.chat-css button {
  background-color: transparent;
  border: none;
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}


.date-separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.date-separator::before,
.date-separator::after {
  content: '';
  flex: 1;
  border-bottom: 0.5px solid rgb(187, 179, 179);
  /* Solid line style */
  margin: 0 10px;
}

.date-text {
  font-weight: bold;
  font-family: monospace;
  color: #333;
}

.bg-color {
  background-color: #1620371a !important;
}

.sub-heading {
  font-family: 'Glyphicons Halflings';
  font-size: smaller;
}

.card-text {
  font-family: 'Glyphicons Halflings';
  font-size: 11px;
}

.chat-message {
  display: flex;
  max-width: 100%;
  padding: 2px;
  border-radius: 10px;
}


.chat-message.sent {
  align-self: flex-end;
} 

.chat-section {
  display: flex;
  margin: 0 auto;
}

.chat-message {
  display: flex; 
  position: relative; 

}

.icon-container {
  position: absolute;
  left: -50px; /* Adjust the distance based on your layout */
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white; /* Or use a different background */
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.message-content {
  margin-left: 60px; 
}

.message-content p {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}


ebay-avatar{
  width: 30px;
  height: 30px;
}

.fa-icons-color:hover{
  color:#0b2037 !important
}

.btn-group .btn {
  transition: transform 0.3s ease;
}

.btn-group .btn:hover {
  transform: scale(1.1); /* Zoom in on hover */
}

.btn-group .btn-danger:hover {
  animation: shake 0.5s; /* Shake effect for Delete button */
}

.btn-group .btn-warning:hover {
  animation: bounce 0.6s; /* Bounce effect for Edit button */
}

.btn-group .btn-primary:hover {
  animation: pulse 0.8s; /* Pulse effect for Reply button */
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  50% { transform: translateX(4px); }
  75% { transform: translateX(-4px); }
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.btn-navy{
  background-color: #0b2037
}

.badge-color{
  background-color: #03101f63;
  margin-right: 12px;
}

.btn-dots {
  background: none;
  border: none;
  padding: 0;
}

.btn-dots:hover {
  cursor: pointer;
}

.dropdown-menu {
  min-width: 120px; 
}


.button-success{
  background-color: #daf0e8;
  color: rgb(248, 245, 245);
  padding: 5px 12px;
  font-size: 10px;
  cursor: pointer;
  height:24px;
}


.button-success {
  border-color: #04AA6D;
  color: #374b61a8;
}

.button-success:hover {
  background-color: #04AA6D;
  color: white !important;
}

.fa-icons-color{
  color:#0b203791
}



/*status button*/

.status-button {
  border: 2px solid black;
  background-color: rgb(233, 231, 231);
  color: black;
  padding: 6px 6px;
  font-size: 8px;
  cursor: pointer;
  /* margin-left: 10px; */
}


.button-success {
  border-color: #04AA6D;
  color: green;
}

.button-success:hover {
  background-color: #40bb8e;
  color: white !important;
}





.button-info {
  border-color: #2196F3;
  color: dodgerblue;
}

.button-info:hover {
  background: #2196F3;
  color: white !important;
}

/* Orange */
.button-warning {
  border-color: #ff9800;
  color: orange;
}

.button-warning:hover {
  background: #ff9800;
  color: white !important;
}

/* Red */
.button-danger {
  border-color: #f44336;
  color: red;
}

.button-danger:hover {
  background: #f44336;
  color: white !important;
}

/* Gray */
.button-default {
  border-color: #e7e7e7;
  color: black;
}

.button-default:hover {
  background: #e7e7e7;
}

/*dot containers*/

.dot-container {
  display: inline-block;
  position: relative;
  margin: 9px;
  
}

/* Create the round dot */
.dot {
  width: 10px;
  height: 10px;
  border-color: gray;
  border-radius: 50%;
  cursor: pointer;
}


.content {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.dot-container:hover .content {
  visibility: visible;
  opacity: 1;
}

.modal-header{
  background-color: #ff000000 !important;
  color: black;
}
.modal-close{

  color: white;
}

.mh-100 {
  min-height: 100vh;
}
.mw-100 {
  min-width: 80%;
}


.loader {
  display: flex;
  align-items: center;
  gap: 16px; /* Space between avatar and text lines */
  padding: 20px;
  max-width: 400px;
  margin: 50px auto; /* Center on the page */
  border-radius: 8px;
  background-color: #f5f5f5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.tag-above {
  position: absolute;
  top: -10px; /* Adjust position as needed */
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}

.card-modal{
  background-color: white !important;
  margin-left: 12px;
  height: 334px;
}

.message-popup {
  position: fixed;
  bottom: 178px;
  right: 298px;
  width: 264px;
  background-color: #add8e654;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.chat-nav .nav-link{
  transition: all .5s;
  background-color: lightgrey !important;
  color: black !important;
}
.chat-nav .nav-link:hover{
  background-color: black !important;
  /* background-color: #008072 !important; */
  color: white !important;
}
.chat-nav .nav-link.active{
  color: white !important;
  background-color:black !important;
  /* background-color: #008072 !important; */
}

.soft-bg-success{
  background-color: black
  /* background-color: #2fcc936e; */
}
.soft-bg-fail{
  background-color: #cf731d6e;
}
.success-text{
  color: #117c55;
}
.fail-text{
  color: #b30404;
}

.reset:hover{
  background-color: #008275;
  color:white !important;
}





/*new style css*/




/* / ------------------------------------------------------------------ new chat ---------------------------------------------- / */
.chat-text {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  color: #827878;
}
.user-avatar{
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  border: 3px solid #7e8fa8;
}
.user-avatar img{
  width: 20px;
  height: 20px;
}
.received-chat:hover .msg-action-buttons {
  display: flex;
}

.chat-css{
  position: relative;
  border: 1px solid #bdbaba;
  background-color: #fefeff;
}

.msg-action-buttons {
  position: absolute;
  left: 0px;
  bottom: -28px;
  z-index: 1000;
  /* / transform: translate(0%,100%); / */
  display: none;
  /* / background-color: white; / */
  /* / box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; /
  / box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; /
  / box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; / */
}
.msg-action-buttons select{
  z-index: 999;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.status-section{
  font-size: 12px !important;
}
.answered{
  color: #007006;
  background-color: #4eff7852;
}
.unansw{
  color: #6f0505;
  background-color: #d61e302e;
}
.waiting{
  color: #fff;
  background-color: #fd7e14;
}
.resolved{
  color: #fff;
  background-color: #007bff;
}
.new{
  color: #00849e;
  background-color: #b1f9ff;
}
.select-msg{
  position: relative;
}
.select-msg .msg-id {
  display: none;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: .4px .5px 1px rgb(0, 0, 0);
}
.select-msg:hover .msg-id{
  display: block;
}
.shadow-custom{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  /* / box-shadow: 5px 8px 10px #0b2037; Green shadow with 50% opacity /
  / background-color: #0b20371a;; / */
}
.status-bg {
  background-color: #a7ffd00d !important;
  color: rgb(83, 82, 82) !important;
}
.tag-bg{
  background-color: #a7ffd00d !important;
  color: rgb(83, 82, 82) !important;
}
.recv-b-r{
  border-radius: 0 16px 16px 16px;
}
.reply-b-r{
  border-radius: 0 0 16px 16px !important;
}
.non-reply-b-r{
  border-radius: 16px 0 16px 16px !important;
}
.message-tag {
  background-color: hsl(211, 53%, 88%);
  border-radius: 16px 16px 0 0;
  transition: background-color 0.2s ease;
}
.message-tag:hover{
  background-color: #dbecfe;
}
.attachment{
  transition: all .5s;
  background-color: hsl(211, 53%, 88%);
}
.attachment:hover{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  background-color: #d0dae6;
}
.ebay-img {
  width: 150px;
  height: 95px;
}

.system-color{
  /* background-color: #008072; */
  background-color: black !important;
}

/* .select2-container{
  margin: 5px !important;
} */

input[type="text"], input[type="search"], .select2 {
  border: 1px solid #84868745 !important;
  border-radius: 4px;
}

#alertModal  .modal-header {
  background-color: #ff000000 !important;
  font-weight: bold;
  color: black;
}
#alertFail .modal-header {
  background-color: #ff000000 !important;
  font-weight: bold;
  color: black;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.icon-color{
  color:black !important;
  /* color:#008072 !important */
}

.tag-pagination{
  height: 16px !important;
}

/* .todo-table li:hover {
  background-color: #b4b4b409 !important;
} */
.todo-table {
  max-height: calc(100% - 50px); 
  overflow-y: auto;
}
/* 
/ Webkit Browsers / */
*::-webkit-scrollbar {
  width: 10px; 
  height: 10px; 
}

*::-webkit-scrollbar-thumb {
  background: #2d4b48; 
  border-radius: 5px; 
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* / Hover effect for the scrollbar thumb / */
*::-webkit-scrollbar-thumb:hover {
  background: #233a38;
}

/* / Firefox / */
* {
  scrollbar-width: thin; 
  scrollbar-color: #2d4b48 #f1f1f1; 
}
.hover-light:hover{
  background-color: #ffdcdc4f !important;
  border-radius: 10px !important;
}
.active-section{
  background-color: #ffdcdc4f !important;
  border-radius: 10px !important;
}
.title-text{
  color: #49505e !important;
  font-size: small;
}
.sidepanel-routes{
  font-size: 15px !important;
  transition: .5s all;
}
.sidepanel-routes:hover{
  /* / font-size: 16px !important; / */
  background-color: #0000001e !important;
}
.router-link-active{
  background-color: black !important;
  align-items: center;
  color: white !important;
}
.active-tab{
  background-color: #0000001e;
}

.progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  height: 20px;
  margin: 10px 0;
  position: relative;
}

/* Progress Bar */
.progress-bar {
  height: 100%;
  background-color: #3228025c ; /* Green progress bar */
  transition: width 0.5s ease;
}



.notification-container {
  position: relative;
  display: inline-block;
}

.notification-icon {
  font-size: 24px;
  color: #555;
}

.notification-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 5px 8px;
  min-width: 20px;
  text-align: center;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/*--notifiications*/
.notify{
  background-color:#008275 !important;
}
.toast-container {
  top: 1rem;
  right: 1rem;
  z-index: 1055; 
  margin-top: 42px;
}
/* body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
} */
/* .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    margin: auto;
    max-width: 600px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #0000001a;
    padding: 20px;
} */
h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.chat-history {
    flex-grow: 1;
    overflow-y: auto;
    padding-right: 10px;
    margin-bottom: 20px;
}
/* .message {
    display: flex;
    padding: 10px;
    margin: 5px 0;
    border-radius: 20px;
    max-width: 75%;
    line-height: 1.5;
    word-wrap: break-word;
} */
.user-message {
    background-color: #0084ff;
    color: white;
    align-self: flex-end;
    justify-content: flex-end;
}
.bot-message {
    background-color: #f1f0f0;
    color: #333;
    align-self: flex-start;
    justify-content: flex-start;
}


button:hover {
    background-color: #006dbf;
}
.reset-button {
    background-color: #dc3545;
    color: white;
    margin-top: 10px;
}
.reset-button:hover {
    background-color: #c82333;
}

.bot-message-container {
    justify-content: flex-start;
}
.click-notify{
  height: 10px !important;
  width: 91px !important;
  /* border-block-color: revert-layer; */

}
.btn-close{
  background-color:#fffbfc !important;
  color: rgb(252, 252, 252) !important;
}

.action-notify{
  background-color: #008275 !important;
}

ul li.active {
  width: 160px  !important;
  font-weight: bold;
  padding-left: 2px;
  border-radius: 8px;
  background-color: #b0b2b4;
}

text-color{
  color: #0b2037 !important;
}

.animate-text {
  color:  #640c0c !important;
  animation: fadeInOut 2s infinite !important;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.paginate-bg{
  background-color: black !important;
}


/* prompt css*/
/* Style the modal dialog box */
.custom-chat-modal .modal-dialog {
  max-width: 600px; /* Adjust width */
  margin: 30px auto;
  background: linear-gradient(to bottom, #ffffff, #f0f4f8); /* Subtle gradient */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Shadow for depth */
}

/* Customize the modal header */
.custom-chat-modal .modal-header {
  background-color: #007bff; /* Primary color */
  color: #fff; /* White text */
  border-top-left-radius: 15px; /* Rounded top corners */
  border-top-right-radius: 15px;
  padding: 15px;
}

/* Header text style */
.custom-chat-modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Close button style */
.custom-chat-modal .modal-header .close {
  color: #fff;
  font-size: 1.2rem;
}

/* Modal body */
.custom-chat-modal .modal-body {
  padding: 20px;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

/* Textarea styling */
.custom-chat-modal .modal-body textarea {
  border: 2px solid #007bff; /* Border color matches theme */
  border-radius: 8px;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  transition: box-shadow 0.3s;
}

.custom-chat-modal .modal-body textarea:focus {
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.6); /* Focus effect */
}

/* Modal footer */
.custom-chat-modal .modal-footer {
  background-color: #f8f9fa; /* Light gray background */
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
}

/* Button styles */
.custom-chat-modal .modal-footer .btn-primary {
  background-color: #007bff; /* Primary blue */
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.custom-chat-modal .modal-footer .btn-primary:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.custom-chat-modal .modal-footer .btn-secondary {
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.custom-chat-modal .modal-footer .btn-secondary:hover {
  background-color: #6c757d; 
  color: #fff;
}


.refresh-btn{
  height: 32px;
  margin-right: 12px;
  background-color: black;
}

.active-text{
  color:white
}

.eye-color{
  color:dodgerblue !important
}

.button-active:active {
  background-color: #007bff; 
  transform: scale(0.95); 
  box-shadow: 0 4px 15px rgba(18, 18, 19, 0.3); 
}

.button-active:active i {
  color: white; 
}

 
.close-bg{
  background-color: red !important;
}

.msg-container {
  overflow: auto;
  height: 69vh;
}
.activeUrl{
  background-color:#c4d8e9 !important;
}
.selected-row{
  background-color:#c4d8e9 !important;
}
.border-class{
  border-style: solid 1px;
}


