.inbox-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  display: flex;
  width: 100%;
}

.inbox-left-sec {
  width: 40%;
  height: 100%;
  border-right: 1px solid #fafafa;
  padding: 3%;
}

.messages-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 20px;
}

.messages-list {
  height: 70vh;
  min-width: 330px;
  overflow: auto;
}

.messages-tabs .active {
  background-color: #000000;
  color: #fafafa;
}

.messages-tabs h6 {
  width: 63px;
  height: 26px;
  background-color: #fafafa;
  color: #999cad;
  display: flex;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.msg-img {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

.msg-notification {
  background-color: #ffd6d7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msg-time {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
}

.msg-notification {
  margin-top: 10px;
  margin-left: 25px;
}

.messages-card.active {
  background-color: #fafafa;
  border: 1px solid #fafafa;
}

.messages-card {
  margin-top: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 11px;
  padding: 1%;
  gap: 1rem;
}

.inbox-left-right {
  width: 60%;
  height: 100%;
  padding: 3%;
}

.inbox-body {
  background-image: url("../../assets/Images/Logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 50%;
  background-position: center;
}

.settings-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 40px;
  border: 0.5px solid #d9d9d9;
  border-radius: 10px;
  background-color: #fafafa;
}

.msg-avatar {
  width: 46.1px;
  height: 44.65px;
}

.send-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 24px;
  background-color: #000000;
  color: #fafafa;
  border-radius: 5px;
}

.inbox-search {
  height: 70px;
  border-radius: 11px;
  background-color: #fafafa;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-control-msg {
  padding-left: 30px;
  border: none;
  border-radius: none;
  width: 90%;
  background-color: #fafafa;
}

.form-control-msg:focus {
  outline: none;
  border: none;
}

.inbox-messages {
  height: 80vh;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.msg-popup-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.inbox-messages-popover {
  background-color: #fafafa !important;
  height: 45vh;
  width: 250px;
  padding: 10px !important;
}

.dropdown-msg-btn {
  height: 35vh;
  overflow-y: auto;
}

.form-control-dropdown {
  padding-left: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  background-color: #fafafa;
}

.form-control-dropdown:focus {
  outline: none;
  /* border: none; */
}

.settings-dropdown {
  width: 229px;
  height: 161px;
  padding: 10px !important;
}
