.left_mail_bx {
  margin: 0;
  overflow: hidden;
}
.left_mail_bx ul {
  margin: 0;
  padding: 0;
}
.left_mail_bx ul li {
  display: block;
}
.left_mail_bx ul li a {
  display: block;
  padding: 0.6em 0.8em;
  color: #fff;
}
.left_mail_bx ul li a:hover {
  background: #0f212e;
}

.labels_bx {
  margin: 0;
}
.labels_bx h6 {
  margin: 0;
  padding: 0.7em 0;
}
.labels_bx ul {
  margin: 0;
  padding: 0;
}
.labels_bx ul li {
  display: block;
  color: #fff;
}
.labels_bx ul li a {
  color: rgba(255, 255, 255, 0.541);
  display: block;
  padding: 0.2em 0;
}
.labels_bx ul li a:hover {
  color: #fff;
}
.labels_bx ul li a .d_dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  margin-right: 5px;
}

.mail_bx_right {
  margin: 0;
}
.mail_bx_right .mail_table {
  font-size: 12px;
}
.mail_bx_right .mail_table .mailbox-name {
  margin: 0;
}
.mail_bx_right .mail_table .mailbox-name a {
  color: rgba(255, 255, 255, 0.4);
}
.mail_bx_right .mail_table .mailbox-star .text-yellow {
  color: #ffcf8f;
}
.mail_bx_right .mail_table .mailbox-subject {
  color: rgba(255, 255, 255, 0.4);
}
.mail_bx_right .mail_table .mailbox-date {
  color: rgba(255, 255, 255, 0.4);
}
.mail_bx_right .mail_table .mailbox-attachment {
  color: rgba(255, 255, 255, 0.4);
}
.mail_bx_right .mail_table .new_mail {
  color: #fff;
}
.mail_bx_right .mail_table .new_mail a {
  color: #fff;
}

#files-names {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.file-block {
  background-color: rgba(144, 163, 203, 0.2);
  color: initial;
  display: inline-flex;
  align-items: center;
}
.file-block > span.name {
  padding-right: 10px;
  width: -moz-max-content;
  width: max-content;
  display: inline-flex;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
}

.file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: rgba(110, 180, 255, 0);
  font-size: large;
  justify-content: center;
  cursor: pointer;
}
.file-delete:hover {
  background-color: rgba(144, 163, 203, 0.2);
  color: #fff;
}
.file-delete > span {
  transform: rotate(45deg);
  color: #fff;
}

.user_p .user_img {
  margin: 0;
}
.user_p .user_img img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.user_p .user_text {
  margin: 0;
}
.user_p .user_text h6 {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}
.user_p .user_text p {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.user_p .date_user {
  font-size: 0.75rem;
}

.view_content {
  max-height: 400px;
  overflow-x: auto;
  margin: 1rem 0;
  font-size: 12px;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(245, 245, 245, 0.2);
}

.scrollbar::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(245, 245, 245, 0.2);
  border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.253);
}

.replyhidden {
  display: none;
}

.attachments_files {
  margin-bottom: 1em;
}
.attachments_files ul {
  margin: 0;
  padding: 0;
  max-width: 250px;
}
.attachments_files ul li {
  display: flex;
  margin: 5px 0;
  justify-content: space-between;
}
.attachments_files ul li a {
  color: rgba(255, 255, 255, 0.5);
}
.attachments_files ul li a:hover {
  color: #fff;
}

.check_left {
  max-height: 63vh;
  overflow: auto;
  margin-bottom: 1em;
}

.modal-header {
  border: 0 !important;
  background: #2f4553;
  color: #b1bad3 !important;
  padding: 5px 10px;
}
.modal-header .modal-title {
  font-size: 13px;
}

.modal-footer {
  border: 0;
}

.card-body {
  background: var(--carddark);
  font-size: 12px;
}

.remove_bg {
  background-color: transparent !important;
}/*# sourceMappingURL=mystyles.css.map */