@import "../../../../app/_modules/resourceModule/machines/machines.component.scss";
@import "../group/group.component.scss";

.container-fluid.container-fixed-lg {
  transition: all 0.5s ease !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container-fluid.container-fixed-lg.hide-and-show {
  width: calc(100% - 140px) !important;
  margin-left: 140px !important;
}

// .container-fluid.container-fixed-lg.main-container {
//   transition: all 0.5s ease;
//   width: 100%;
//   margin-left: 0;
//   margin-right: 0;
// }

// /* When sidebar is shown (reduce width from left) */
// .container-fluid.container-fixed-lg.main-container.hide-and-show {
//   width: calc(100% - 140px) !important;
//   margin-left: 140px !important;
// }



.splitDraft.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.download-dialog {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  display: none;
}

.empty-fold-items {
  margin-top: 25vh;
  margin-left: 25vw;
}

.download-dialog.active {
  display: block;
}

.dialog-content {
  font-family: Arial, sans-serif;
}

.dialog-content p {
  margin: 5px 0;
}

.dialog-content strong {
  color: #333;
}

.round-circleGrp {
  background: #817ab7 !important;
  color: #fff;
  padding: 5px 5px;
  border-radius: 13.13px !important;
  font-size: 10px;
  width: 20px !important;
  height: 20px !important;
  justify-content: center;
  text-align: center;
  line-height: 24px !important;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;

  b {
    margin-top: 0px;
  }
}

// .email-container{
//   padding-right: 10px !important;
// }

.head-sub-flex {
  width: 100% !important;
  padding: 0;

  p {
    width: 80%;
    margin-bottom: 0;
    font-size: 16px !important;
  }

  h3 {
    width: 20%;
    text-align: right;
  }
}

.df-groupicon {
  background-color: #1935CD;
}

// dowbload complete

.scrollable-section {
  /* Set the height as needed */
  overflow-y: auto;
  /* Enable vertical scrolling */
  padding-right: 0px !important;
  /* Optional: to add padding for scrollbar */
  overflow-x: hidden !important;
  background-color: #F7F8FC;
}

.circle-card-controls .item {
  width: auto;
  height: 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: #1D2638;
  background: #F6F8FA;
  padding: 5px 3px;
  opacity: 0.5;
  border: none;
}

.nonsplit-message-item {
  align-items: center;

  .col1-checkinput {
    padding: 0 !important;
  }

  .msg-checkmark {
    top: -10px !important;
  }
}

.selected {
  background-color: #E9EBF6;
}

.composebtn {
  opacity: 0.5;
  pointer-events: none;
}

.composeactivebtn {
  opacity: 1;
  pointer-events: all;
}

.email-body progress {
  width: 100%;
  height: 20px;
  margin-top: 10px;
}

.circle-card-controls-inbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
  top: 10px;
}

body {
  background-color: #E9EBF7;
}

.pagination-controls {
  //position: absolute;
  text-align: right;
  bottom: 39px;
  z-index: 999;
  right: 40px;
  width: 200px;
}

.pagination-controls .num {
  font-size: 18px;
  color: #5075A7 !important;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;

}

.pagination-controls button {
  margin: 0 5px;
  padding: 0px;
  border: none;
  background: none;
}

.pagination-controls button i.left-icon {
  position: relative;
  margin-right: 25px;
  top: 0px;
}

.pagination-controls button i.right-icon {
  position: relative;
  text-align: right;
  right: 0px;
}

.sidebar {
  background-color: #f8f9fa;
  height: 80vh;
  color: #000;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.msg-business-body-sidenav {
  .card-body.mnf-common-list-card-body {
    overflow-y: auto;
    border-radius: 16px;
    background-color: #fff;
    padding: 18px 18px 0 18px !important;
  }
}

.inbox-non-split-box {
  overflow-y: hidden;

  .email-container {
    // overflow-y: hidden;

    .non-split-container {
      padding-bottom: 60px !important;
    }
  }
}

.secondary-sidebarList {
  overflow-y: auto;
  overflow-x: hidden;
  overflow-y: scroll !important;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}


.non-split-container {
  padding: 0 24px 12px 24px;
  overflow-x: hidden;
  overflow-y: scroll !important;

  .email-header {
    padding: 12px 0 12px 0 !important;
    position: sticky;
    top: 0;
    background-color: #fff;
  }
}

.sidebar .nav-link {
  color: #000;
}

.sidebar .nav-link.active {
  background-color: #E9EBF7;
}

.sidebar .nav-link i {
  color: #000;
}

.content {

  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

// .message-header {
//   padding: 0px 5px 10px 5px;
// }

.message-list {
  border-radius: 8px;
  padding: 20px;
}

.message-item {
  border-bottom: 1px solid #ced9e9;
  padding: 20px 0px 20px 15px;
  font-weight: 400;
  font-family: 'Satoshi', "Helvetica Neue", sans-serif;
}

.message-item:hover {
  background-color: #E9EDFF;
  font-weight: 500 !important;
  font-family: 'Satoshi-medium', "Helvetica Neue", sans-serif;
  cursor: pointer;

  h4 {
    font-weight: 700 !important;
    font-family: 'Satoshi-bold', sans-serif;
  }
}

.message-trash {
  background-color: #e9edf5ff;
  padding: 12px 0px 12px 15px;
  font-weight: 500;
  font-family: 'Satoshi-bold', "Helvetica Neue", sans-serif;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;

}

.item-border {
  border-radius: 24px !important;
  border: 1px solid #CED9E9 !important;
  background-color: #f7f7f7ff !important;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  padding: 6px 5px;
  text-align: center;
  max-width: 100px;
  margin-top: -5px;
}

.col1-checkbox {
  max-width: 65px;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px !important;
  // margin: 12px;
  // margin: 4px 0 !important;
  font-weight: 400px;
  color: #5075A7;
  // margin-top: 10px;

}


.split-text {
  color: #5075A7;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
}

.text-right {
  text-align: right;
}

.active-status {
  position: absolute;
  left: -15px;
  top: 8px;
}

.navbar-custom {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 20px;
}

.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-custom .navbar-brand img {
  border-radius: 50%;
  margin-right: 10px;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #333;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover {
  color: #007bff;
}

.sidebar-nav {
  padding-top: 20px;
}

.sidebar-nav .nav-item {
  margin-bottom: 10px;
}

.content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-header h3 {
  margin: 0;
}

.search-bar {
  max-width: 300px;
  margin-left: 20px;
}

.badge-light {
  background-color: #f8f9fa;
  color: #333;
}

/* Add the blue line for active nav-link in gk3 */
.gk3 .nav-link.active {
  position: relative;
  border-bottom: 2px solid #007bff;
  font-weight: bold;
  background-color: transparent;

}

// -----------------------------------------------------------------------------


.highlight {
  color: red;
  /* Adjust the styling as needed */
  font-weight: bold;
}

.disbledSave {
  // display:none !important;
  pointer-events: none;
  opacity: 0.5;
}

.activebtn,
.active {
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1 !important;
}

.active1 {
  cursor: pointer !important;
  pointer-events: inherit !important;
  //background: #6d5cae !important;
  //transition: color 0.1s linear 0s,background-color 0.1s linear 0s,opacity 0.2s linear 0s !important;
  opacity: 1;
  pointer-events: all;
}

.contentreplyforward {
  overflow-y: hidden;
  background: #ffff;
  padding: 0px;
  border: 1px solid #CED9E9 !important;

  // background:#fafafa;
  &:focus {
    border: 1px solid #CED9E9 !important;
  }
}

.contentreplyforward:focus,
.contentreplyforward:hover {
  border: 1px solid #CED9E9 !important;
}

.editor span {
  background-color: transparent !important;
}

.contentreplyforward {
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;

}

.compose-texteditor {
  overflow-y: hidden;
  padding: 20px !important;

  span {
    font-weight: bold;
  }

  .compose-texteditor-col {
    outline: none;
    border: none;
  }
}

.compose-texteditor * {
  background-color: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
}

.compose-textedit * {
  background-color: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: 14px;
  font-weight: 400;
}

.compose-textedit {
  overflow-y: scroll;
  padding: 24px !important;
}

.compose-textedit:focus,
.compose-textedit:hover {
  border: none;
  outline: none;
}


.compose-texteditor:focus,
.compose-texteditor:hover {
  border: 1px solid #CED9E9 !important;
}

@media screen and (max-height: 720px) {

  .communication-body {
    height: calc(100vh - 150px);
  }

  .secondary-sidebar ul li a {
    padding-right: 10px;
  }

  .custom-title {
    padding-left: 0px;
  }

  .grp-number {
    padding-right: 6px;
  }
}

.contentreplyforward:focus,
.contentreplyforward:focus-visible,
.compose-texteditor:focus,
.compose-texteditor:focus-visible {
  border: none !important;
  outline: none !important;
}

.disabledlist {
  pointer-events: none !important;
  opacity: 0.5;
  background-color: #fdfdff;
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
  border-top: 0px;
  height: 80% !important;
}

.split-delete-btn {
  .tooltip1 {
    .tooltiptext {
      left: -68px !important;

      &::before {
        content: "";
        left: 75%;
      }
    }
  }
}

.split-delete-btn.tooltip1 {
  .tooltiptext {
    left: -68px !important;

    &::before {
      content: "";
      left: 75%;
    }
  }
}


::ng-deep pre {

  font-size: calc(13px + 0.15vw);
  line-height: 1.4;
  font-family: 'Satoshi', "Helvetica Neue", sans-serif !important;
  font-weight: 400;
  color: #212529;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  // word-wrap: break-word;
  white-space: pre-wrap;
  // word-wrap: break-word;
  word-break: keep-all;
  overflow-x: hidden;
  max-width: 100%;
  text-align: justify !important;
}

::ng-deep .sender-line {
  border-top: 1px solid #b6b6b6;
  width: 40%;
}

/* Sidebars */
::ng-deep .message-sidebar-bg .secondary-sidebar,
.third-sidebar {
  background: #fff;
  margin-top: 17px;
  margin-left: 1%;
}

.secondary-sidebar,
.third-sidebar {
  position: relative;
  float: left;
  padding-left: 47px;
  height: 78vh !important;
  //height: calc(100vh - 250px);

  padding: 20px 0px;
  //overflow-y:scroll;
  //overflow-x:hidden;
  //scrollbar-width: thin;
}

.retractmenu .secondary-sidebar,
.retractmenu .third-sidebar,
.retractmenu .secondary-sidebar.display-msg .split-details .email-content-wrapper,
.retractmenu .secondary-sidebar.display-msg .split-details {
  height: 87vh !important;
  height: calc(100vh - 120px) !important;

}

.secondary-sidebar.display-msg {
  padding: 0px;
}

.secondary-sidebar.display-msg .split-details {
  height: 75vh;
  height: calc(100vh - 250px);

}

.retractmenu .secondary-sidebar.display-msg .split-details {
  height: 84vh;
  height: calc(100vh - 100px);

}

.secondary-sidebar.display-msg .split-details .email-content-wrapper {
  height: 75vh;
  height: calc(100vh - 250px);
}

.retractmenu .secondary-sidebar.display-msg .split-details .email-content-wrapper {
  height: 84vh;
  height: calc(100vh - 100px);

}

.secondary-sidebar.display-msg .split-details .email-content-wrapper .email-content {
  padding: 0px 0px 20px 0px;

}

.secondary-sidebar {
  background: #ffff !important;
  border-radius: 0px 12px 0px 0px !important;
  width: 100% !important;
  padding: 20px;
}

.secondary-sidebar.reply-compose {
  padding-top: 0px !important;
  position: absolute !important;
  width: 97.4% !important;
}

.secondary-sidebar.compose {
  padding: 0px !important;
}

.secondary-sidebar.two {
  width: 100% !important;
}

.secondary-sidebar.two.search-top {
  padding-top: 7px;
}

.secondary-sidebar.two.search-top .search-div {
  padding-bottom: 7px;
  margin-top: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);

}

::ng-deep .message-sidebar-bg .secondary-sidebar ul li a {
  padding-right: 15px;
  font-weight: 500;
  margin: 5px 0px 0px 0px;
}

// ::ng-deep .mnf-communication .secondary-sidebar .main-menu>li {
//   margin-bottom: 10px;
// }

::ng-deep .secondary-sidebar .main-menu>li a:hover {
  color: #626262 !important;
}

::ng-deep .secondary-sidebar .main-menu>li a {
  font-size: calc(9px + 0.15vw) !important;
  text-decoration: none;
}

.mnf-communication {
  padding-bottom: 0px !important;
}

.scrl-div {
  height: 430px !important;
}

// .search-div input{
//   padding: 4px 10px;
//   border-radius: 4px;
//   border:1px solid #fafafa!important;
//   width: 80%;
//   background:#fafafa;
// }
// .search-div input:focus{
//   background: #f5f5f5;
//   border:1px solid #eee!important;

// }
.s-l-h-content {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 30px;
  letter-spacing: 1px;
}

/* Button */

.btn-compose {
  background: #6d5cae;
  border-color: #6d5cae;
  text-transform: capitalize;
  opacity: 0.9;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  bottom: 15px !important;
  position: absolute;
  width: auto;
  color: #ffff !important;
}

.btn-compose:active {
  background: #6d5cae !important;
  border-color: #6d5cae !important;
}

::ng-deep .btn-compose:hover {
  background-color: #7d74b2 !important;
}

/* Main menu */
.main-menu {
  padding-right: 0px;
  list-style-type: none;
  padding-left: 0px;
  position: relative;
}

.main-menu li {
  padding: 16px;
  margin-bottom: 5px;
  // border: 1px solid #fff;
  position: relative;
  list-style-type: none;
}

.main-menu .title i {
  padding-right: 10px;
}

.main-menu .active {
  background-color: #E9EDFF;
  border-radius: 8px;
  // border: 1px solid #1935CD !important;
}

.main-menu .active .title {
  font-family: 'Satoshi-bold', sans-serif !important;
  font-weight: 700;
}

.main-menu .sidenav-item.active {
  border: 1px solid #1935CD !important;
}


.main-menu .active:hover {
  background-color: #E9EDFF;
  border-radius: 8px;
  // border: 1px solid #1935CD !important;
}

.main-menu :hover .checkbox-label {
  background: none;
  border-radius: 0px;
}

.main-menu :hover .checkbox-label:hover .msg-checkmark,
.main-menu .active:hover .checkbox-label .msg-checkmark {

  border-radius: 4px;
}

.clamp-text {
  // font-weight: 600;
  display: -webkit-box !important;
  /* Enable the webkit box model */
  -webkit-box-orient: vertical;
  /* Set orientation to vertical */
  line-clamp: 2;
  -webkit-line-clamp: 2;
  /* Limit the text to 2 lines */
  overflow: hidden !important;
  line-height: 1.42;
  /* Hide the overflowing text */
}

.email-subject {
  color: #212121;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 19px;
  display: -webkit-box;
  white-space: normal;
  line-height: 18px;
  letter-spacing: -.006em;
  font-size: calc(11px + 0.15vw) !important;
}

.title {
  opacity: 1;
  font-size: 14px;
  font-family: 'Satoshi-Medium', sans-serif !important;
  font-weight: 500;
}

.right-number {
  position: absolute;
  right: 20px;
}

.grp-number {
  // font-family: 'Satoshi-Medium',sans-serif!important;
  font-size: 13px;
  display: inline-block;
  background-color: #1935CD;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 50%;
  text-align: center;
  min-width: 24px;
}

// .grp-numbers{
//   font-size: 13px;
//   display: inline-block;
//   background-color: #1935CD;
//   color: #ffffff;
//   padding: 5px 10px;
//   border-radius: 50%;
//   text-align: center;
//   width: 25px;
//   height: 25px;
// }

/* Split view */

.split-l-content {
  color: #fff;
  position: absolute;
  right: 15px;
  top: 10px;
}

.selector-header {
  background: linear-gradient(to bottom right, #8171b7 42%, #c2bedc 87%);
  height: 43px;
  margin-top: -20px;
  margin-bottom: 25px;
  border-radius: 0px 12px 0px 0px !important;
}

.split-l-head {
  width: 100%;
  height: 43px;
  border-radius: 0px 12px 0px 0px !important;
  background: linear-gradient(to bottom right, #8171b7 42%, #c2bedc 87%);
}

.split-list .item {
  height: 85px;
}

.split-view .split-details .email-content-wrapper .email-content {
  width: auto;
  padding-top: 10px;
  height: 548px;
}

.split-view {
  margin-top: 17px;
}

.split-view .split-list .item .subject {
  font-size: 13px;
  font-size: calc(9px + 0.15vw) !important;

}

.subject {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  word-wrap: break-word; /* Prevent overflow */
  overflow-wrap: break-word; /* For better support */
  word-break: break-word; /* Break long words if necessary */
  white-space: normal; /* Ensure text wraps instead of staying on one line */
}


.scrolltemplate {
  overflow-y: auto;
  height: calc(100vh - 80px);
}

::ng-deep .list-view-group-header {
  min-height: 0px !important;
}

::ng-deep .list-view ul {
  border-bottom: none !important;
  margin-top: 10px !important;
}

::ng-deep .quickview-wrapper .list-view ul {
  margin-top: 0px !important;
}

::ng-deep .list-view li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.list-view li.active {
  background: #dae3f3 !important;
  color: #000 !important;
}

.list-view li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

::ng-deep pg-list-view-container.scrollable.list-view-height .list-view {
  height: 95% !important;
}

.list-view {
  height: 95% !important;
  overflow-x: hidden;
}

.chat-view .list-view {
  height: 83% !important;
}

li.item.padding-10.ng-star-inserted.active {
  background: #f2f2f2 !important;
}

.list-view-group-container {
  display: none !important;
}

::ng-deep .list-view-group-container {
  min-height: 1px;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.list-view-group-container .body {
  font-size: calc(11px + 0.15vw) !important;
  height: 22px;
  color: rgba(33, 33, 33, .62);
  letter-spacing: -.006em;
  font-weight: 400;
}

/* Scrollbar */
.split-list::-webkit-scrollbar {
  width: 2px;
}

.split-list::-webkit-scrollbar-track {
  background: transparent;
}

.split-list::-webkit-scrollbar-thumb {
  background: #cac5e1;
}

.split-list::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}


.scrollable .checkbox {
  display: block;
  margin-top: 8px !important;

  margin-left: 0px !important;
  padding-left: 0px !important;
}

.inbox-view-header {
  height: 40px !important;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.email-content .email-content-body {
  padding-left: 20px !important;
  color: #5d7391;
  padding-right: 20px;
  opacity: 0.8;
}

.header {
  padding-top: 14px;
  background-color: #fff;
}

textarea#messageBody {
  background: #fff;
  border: none;
  padding: 0px 0px 0px 4px;
  color: #5d7391 !important;
  font-size: calc(11px + 0.15vw) !important;
  opacity: 0.8;
  // line-height: 15px !important;
  line-height: 19px !important;
}

.email-content-body.sent textarea#messageBody {
  color: #7f7f7f !important;
}

.email-content-header {
  position: relative;
  padding: 10px;
  background-color: #e0e5f1;
  border-radius: 0px 12px 0px 0px !important;
  color: #5d7391;
}

.email-content-header.sent {
  background-color: #e7e6e6;
  color: #7f7f7f !important;
}

.email-content-header.sent .sender .name {
  color: #7f7f7f !important;

}

.email-content-header.sent .sub-left .subject {
  background: #d9d9d9;
  border: none;
  border-radius: 5px;
  color: #7f7f7f !important;
  width: 50px;
  margin-right: 10px;

}

.email-content-header.sent .sub-right ul {
  padding-left: 0px;
}

.email-content-header.sent .received-email {
  color: #7f7f7f !important;
}

.email-content-header.sent .sub-right li:last-child span {
  display: none;
}

.email-content-header.sent .sub-right .item:last-child span {
  display: none;
}

.original-msg::before {
  position: absolute;
  content: '';
  background-color: #b6b6b6;
  width: 40%;
  height: 1px;
  margin-top: -10px;
}

.btn-reply-div {
  // margin-top:30px!important;
  //  margin-right:30px!important;
  // float:right;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
}

.btn-reply {
  background: #6d5cae;
  border-color: #6d5cae;
  border-radius: 3px;
  font-size: 12px;
  font-size: calc(9px + 0.15vw) !important;

  letter-spacing: 0.5px;
  opacity: 0.9;
  width: auto;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.btn-reply:hover {
  background-color: #7d74b2 !important;
  border-color: #7d74b2;
}

.btn-fwd {
  position: absolute;
  right: 135px;
  bottom: 15px;
}

/* Compose */
.compose-screen-wrapper,
.email-content-wrapper {
  position: relative;
  height: 65vh;
  /// height:calc(100vh - 250px);

}

.retractmenu .compose-screen-wrapper,
.retractmenu .email-content-wrapper {
  height: 84vh;
  height: calc(100vh - 100px);

}

.compose-screen-wrapper .compose-body textarea,
.email-content .email-content-body textarea {
  min-height: calc(100vh - 440px);
  max-height: calc(100vh - 440px);
  height: calc(100vh - 440px);
  overflow-y: auto;
  overflow-x: hidden;
}

.compose-screen-wrapper .compose-body.Msg.Body {
  padding-left: 15px;
  //background:#fafafa;
  padding-top: 10px;
}

.compose-screen-wrapper .compose-body.Msg.Body.new {
  //padding-right:30px;
  padding-right: 0px;
  padding-left: 0px;
}

.compose-screen-wrapper .compose-body.Msg.Body input,
.compose-screen-wrapper .compose-body.Msg.Body textarea {
  margin-top: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  // background: #fafafa;
}

.text-highlight {
  font-weight: bold;
  // color: #4CAF50; /* Custom color for "To:" */
}

// .compose-screen-wrapper .compose-body.Msg.Body input:focus, .compose-screen-wrapper .compose-body.Msg.Body textarea:focus
// {
//  background: #fafafa;

// }
.compose-screen-wrapper .compose-body.Msg.Body textarea {
  min-height: 100px;
  height: calc(100vh - 600px);
  background: #fafafa;

}

// .compose-header {
//   padding-left:23px;
// }
.compose-header-reply,
.compose-header-new {
  // background:#dad5e9;
  padding: 10px 5px;
  border-radius: 5px;
  // width:55%;
  // position: absolute;
  bottom: 15px;
  // min-width:345px;
}

.compose-header-new {
  // width:52.8%;
  min-width: 345px;
}

.composer-btn {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.compose-selection {
  padding: 3px 0px 3px 0px;
}

.mail-item {
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 0px 20px 15px;
  font-weight: 400;
  font-family: "Satoshi", "Helvetica Neue", sans-serif;
}

.compose-selection-reply {
  padding: 5px 0px;
}

.compose-header-sec {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.compose-header-sec .sub-left {
  width: 10%;
}


.compose-header-sec.two {
  align-items: baseline !important;
  min-height: auto;
  // height:40px !important;
}

// .dg-filter-bg {
//   background: #e9edff;
//   padding: 2px 5px 2px 5px;
// }



.c-bg {
  background: #1935CD;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.compose-header-sec.two.dgfilters {
  align-items: flex-start !important;
  // padding-bottom: 7px;
}

.compose-header-sec.two .input .form-control {
  height: auto;
  line-height: auto;
  min-height: auto;
  padding: 0px;
}

[contenteditable]:focus {
  outline: none;
  box-shadow:none;
  border-color: #CED9E9;
}

[contenteditable]:empty:before {
  content: attr(placeholder);
  color: #aaa;
  pointer-events: none;
  display: block; /* ensures it's visible even with no text */
}


.editable-div {
  min-height: 40px;
  // max-height: 300px;       /* Optional: limit if needed */
  width: 100%;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #F1F1F1;
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: hidden;         /* Prevent vertical scroll */
  white-space: nowrap;        /* Prevent wrapping */
  word-break: normal;  
  border-radius: 8px; 
}

.compose-header-sec .sub-right {
  width: calc(100% - 100px);
  min-height: 30px;
}

.compose-selection-reply .compose-header-sec .sub-right {
  // padding-bottom:5px;
  min-height: 30px;

}

.compose-header-sec .sub-right.dgfilter {
  border-bottom: none;
}

.compose-selection-reply .dg-filter-bg .compose-header-sec .sub-right,
.compose-selection-reply .dg-filter-bg .sender-subject-sec .sub-right {
  min-height: 36px;
}

.compose-selection-reply .compose-header-sec .sub-right.dgfilter {
  border: none;
  padding-bottom: 0px;
}

.compose-header-sec.sub-left {
  width: 10%;
}

.compose-header-sec .to {
  background: #dde3ef;
  border: 1px solid #b2c1dc;
  padding: 6px 13px 10px 13px;
  width: 80px;
  color: #7d9dd4 !important;
  text-align: left;
  font-size: calc(9px + 0.15vw);
  margin-right: 20px;

}

.compose-header-sec .to.dg {
  background: #8faadc;
  color: #fff !important;
  width: 70px;
  margin-right: 10px;
  padding: 6px 6px 10px 6px;
  border: 1px solid #8faadc;

}

.compose-body textarea:focus,
.sub-right li input[type="text"]:focus {
  background-color: #fff;
}

.compose-body textarea:focus,
.sub-right .item input[type="text"]:focus {
  background-color: #fff;
}

.message-sub input:focus {
  background: none;
  box-shadow: none;
  outline: 0;
}

.compose-body-two {
  padding-right: 30px;
  height: calc(100vh - 590px);
  background: #fafafa;
}

.compose-body-two textarea:focus,
.sub-right li input[type="text"]:focus {
  background-color: #fff;
}

.compose-body-two textarea:focus,
.sub-right .item input[type="text"]:focus {
  background-color: #fff;
}

.sub-right li.dg-input input[type="text"]:focus,
.sub-right li.dg-input input[type="text"] {
  background-color: #dae3f3;
}

.sub-right .item.dg-input input[type="text"]:focus,
.sub-right .item.dg-input input[type="text"] {
  background-color: #dae3f3;
}

.compose-body.Msg.Body input {
  border: none !important;
}

.compose-body.Msg.Body input:focus,
.compose-body.Msg.Body input:hover {
  background: none;
  border: none;
}

.compose-body {
  margin: 0px 0px 0px 0px;
}

.compose-body textarea {
  border: 1px solid #ededed;
  border: none;
  border-radius: 3px;
  width: 100%;
  margin-top: 8px;
}

.compose-body-two textarea {
  border: 1px solid #ededed;
  border-radius: 3px;
  width: 100%;
  margin-top: 8px;
}

.reply-compose .compose-body-two textarea {
  border: none;
  min-height: 150px;
  max-height: 150px;
}


/* Custom Checkbox */
.check-box-div {
  display: flex;
  //justify-content: space-between;

}

.reply-check-box {
  margin-top: 0px;
}

.selected label {
  color: #6767ad;
}

.checkbox-label {
  display: block;
  position: relative;
  // padding-left: 22px;
  margin-right: 10px !important;
  cursor: pointer;
  font-size: 14px;
  font-size: calc(9px + 0.15vw) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
 
}
.checkbox-label1 {
  display: block;
  position: relative;
  // padding-left: 22px;
  margin-right: 10px !important;
  cursor: pointer;
  font-size: 14px;
  font-size: calc(9px + 0.15vw) !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 18px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
}
.checkbox-label:before {
  opacity: 0 !important;
}

.dgfilter .checkbox-label,
.checkbox-label.new {
  padding-top: 0px;
  padding-left: 25px;
  font-size: 16px !important;
  font-weight: 500 !important;
}

/* Hide the browser's default checkbox */
.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1.5px solid #1935CD;
  border-radius: 2px;
}

.msg-checkmark {
  position: absolute;
  top: 3px;
  left: 8px;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid #1D2638;
  border-radius: 2px;
}
.msg-check{
  top:3px
}
.view .eq-asset-check .msg-checkmark {
  top: -10px;
  left: 4px;
}

.eq-asset-item {
  padding: 5px 0px;
}

.eq-asset-item:hover {
  background: none;
  cursor: context-menu;
}

.sub-right .msg-checkmark {
  left: 0px;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input~.msg-checkmark {
  background-color: #E9EDFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked~.msg-checkmark {
  background-color: #1935CD;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input~.checkmark {
  background-color: #E9EDFF;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked~.checkmark {
  background-color: #1935CD;
  opacity: 1 !important;
}

.dgfilter .checkbox-label input:checked~.checkmark {
  background-color: #002efd;
}

.dgfilter .checkbox-label:hover input~.checkmark {
  background-color: #E9EDFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;

}

/* Show the checkmark when checked */
.checkbox-label input:checked~.checkmark:after {
  display: block;
}

.superior-checkbox {
  position: relative !important;
  left: 5px;
  bottom: 4px;
}

.checkbox-label input:checked+.msg-checkmark::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.empty {
  height: 35px;
  width: 78px;
  background: #f5f5f5;
  border-radius: 3px;
  background: #6d5cae;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  pointer-events: none;
}
.time {
  margin-left: 8px;
  white-space: nowrap;
  font-size: 12px;
  position: relative;
  justify-content: end;
 
}

.empty.active {
  cursor: pointer !important;
  pointer-events: inherit !important;
  background: #6d5cae !important;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
  opacity: 1;
  pointer-events: all;
}

.empty:hover {
  background-color: #7d74b2 !important;
  color: #ffff !important;
  pointer-events: all;
}

.compose-header .cancel-sec {
  position: absolute;
  right: 56px;
  display: flex;
  align-items: center;
  bottom: 20px;
}

.reply-compose .cancel-sec {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 15px;
  bottom: -5px;

}

.compose .cancel-sec {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 20px;
  bottom: 15px;
}

.cancel-btn {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  // justify-content: right;
  align-content: center;
}

.bottom-cancel {
  position: absolute;
  right: 100px;
  bottom: 15px;
}

.bottom-send {
  position: absolute;
  right: 20px;
  bottom: 15px;
  line-height: 31px;
}

.bottom-send-new {
  position: absolute;
  right: 15px;
  bottom: 5px;
  line-height: 31px !important;
}

.delete.active {
  border: 1px solid transparent !important;
}

.c-h-title {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
  margin-top: -15px !important;
}

.c-h-title-reply {
  display: flex;
  align-items: center;
  padding: 22px 0px 15px 0px;
  margin-bottom: 0px;
  margin-top: 0px !important;
}

.c-h--sub-title {
  display: flex;
  right: 26px !important;
  position: absolute;
  top: 0px;
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}

.cmsg-header .c-h--sub-title {
  right: 41px !important;

}

.c-h--sub-title-reply {
  display: flex;
  right: 26px !important;
  position: absolute;
  top: 0px;
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
}

.sub-ttl {
  font-size: 11px;
  font-size: calc(8px + 0.15vw) !important;
  color: #8faadc;
  opacity: 0.5;
  padding: 13px 15px 13px 15px;
  border-collapse: collapse;
  margin-bottom: 0px;

}

.sub-ttl.border {
  border: none !important;
  border-left: 1px solid #f2f2f2 !important;
  border-right: 1px solid #f2f2f2 !important;
}

.sub-ttl.temp {
  opacity: 1;
  cursor: pointer;
}

.cancel-sec p {
  margin-bottom: 0;
  cursor: pointer;
  height: 35px;
  width: 64px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.cancel-sec p:hover {
  background: #f2f2f2;
  border: 1px solid #ddd7d7;
  color: #333;
  cursor: pointer;
}

.cancel-sec p.cancel {
  margin-right: 30px;
}

/* DG Filters */

.dgfilters {
  pointer-events: none;
  opacity: 0.1;
}

.dgfilter {
  pointer-events: visible !important;
  opacity: 1;
}

.sub-left .subject {
  background: #dde3ef;
  border: 1px solid #b2c1dc;
  padding: 6px 13px;
  width: 80px;
  color: #7d9dd4 !important;
  font-size: calc(9px + 0.15vw);
  margin-right: 20px;
  text-align: left;
}

.dg-left .filter {
  padding: 0 !important;
  width: 100%;
  margin-right: 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px !important;
}

.sub-right ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.sub-right li {
  display: inline-flex;
  text-align: center;
  background-color: #e9effd;
  border-radius: 24px;
  border: 1px solid #1935CD;
  padding: 6px 16px 6px 16px !important;
  align-items: center;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  margin-right: 5px;
  gap: 5px;
  max-height: 32px !important;
  font-size: 14px;
}

.sub-right .item {
  display: inline-flex;
  text-align: center;
  background-color: #e9effd;
  border-radius: 24px;
  border: 1px solid #1935CD;
  padding: 6px 16px 6px 16px !important;
  align-items: center;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  margin-right: 5px;
  gap: 5px;
  max-height: 32px !important;
  font-size: 14px;
}

.sub-right li.input {
  border: none !important;
  padding-left: 0px !important;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  // width:90%;
}

.sub-right .item.input {
  border: none !important;
  padding-left: 0px !important;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  // width:90%;
}

.dg-filter-bg .sub-right .dg-list {
  background: #b4c7e7;
  border-radius: 5px;
  color: #fff !important;
  padding: 5px;
  line-height: 20px;
  margin: 0px 3px 3px 0px;
}

.sub-right i.pg {
  position: relative;
  cursor: pointer;
  z-index: 9;
  padding: 0px;
  top: 2px;
  font-size: 35px;
  color: #1d2638;
}

.dg-filter-bg .sub-right i.pg {
  background: #a5bde3;
  color: #a5bde3;
}

.dg-filter-bg .sub-right .dg-list i.pg {
  margin-right: 0px;
}

.dg-list span.bg-group-box {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dg-left .filter span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3756F8;
  font-size: 16px !important;
  font-weight: bold !important;
  font-family: 'Satoshi-bold' sans-serif !important;
}

.sub-right.dgfilter li.dg-items {
  border: none;
  background: none;
  padding: 13px 13px !important;
  border-radius: 10px !important;
  border: 1px solid red;
}

.reply-original-msg {
  margin-top: -60px;
}

// Quill Editor

::ng-deep .ql-snow .ql-formats {
  height: 30px;
}

::ng-deep .ql-snow.ql-toolbar button,
::ng-deep .ql-snow .ql-toolbar button {
  width: 30px;
}

::ng-deep .ql-snow.ql-toolbar button svg,
::ng-deep .ql-snow .ql-toolbar button svg {
  padding-top: 6px;
  padding-bottom: 6px;
}

::ng-deep #texteditorreply .ql-editor p:first-child:last-child {
  padding-top: 30px;
}


.dg-img {
  width: 13px;
  position: absolute;
  margin-top: -18px;
  margin-left: -6px;
}

.orginal-message-wrapper {
  padding: 10px 15px;
  background: #fafafa;
  margin-bottom: -40px;
  user-select: text;
}

.msg-best,
.msg-name {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: 25px !important;
  height: 20px;

}

.orginal-message-wrapper .old-message {
  margin-bottom: 10px;
}

.orginal-message-wrapper .from-sub {
  margin-bottom: 7px;
  font-size: calc(8px + 0.15vw) !important;
}

.from-sub p {
  margin-bottom: 0;
  font-size: 12px;
  font-size: calc(9px + 0.15vw) !important;

}

.orginal-message-wrapper h3 {
  margin: 0px 0px 1px 0px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.from-sub p.name {
  font-weight: 500;
}

.from-sub p.received span {
  font-weight: 500;
}

.old-message {
  font-size: calc(9px + 0.15vw) !important;
  letter-spacing: 0.5px;
}

.kind-regards {
  font-size: calc(9px + 0.15vw) !important;
}

.sub-right li input[type="text"] {
  border: none !important;
  // padding-left: 0px !important;
  background: #fff;
  box-shadow: none;
}

.sub-right .item input[type="text"] {
  border: none !important;
  // padding-left: 0px !important;
  background: #fff;
  box-shadow: none;
}

.message-sub input {
  border: none !important;
  border-radius: 0px;
  background: none;
  padding: 0px;
  height: auto;
  min-height: 30px;
  box-shadow: none;
}

.sender-subject-sec {
  margin: 3px 0 0 0px;
  display: flex;
}

.sender .sender-subject-sec {
  display: block;
}

.received-email {
  text-align: right;
  font-size: calc(7px + 0.15vw) !important;
  position: absolute;
  right: 20px;
  color: #a2b0c4;
  font-weight: 500;
}

.form-control input {
  border: none !important;
}

.sub-right ul {
  border: none !important;
  border-radius: 3px;
}

.datetime.unread {
  color: #360adf;
  font-weight: 500;
  font-weight: bold;
}

.datetime.read {
  color: #ebeaf0 !important;
  font-weight: 500;
  font-weight: bold;
}

// .search-div input {
//   padding: 4px 10px;
//   border-radius: 4px;
// //  border: 1px solid #cdc9c9;
//   width: 78%;
//   margin-right:30px;
// }

// .search-div {
//   //height: 45px;
//   display: flex;
//   align-items: center;
//   justify-content: space-between;
//   padding: 0 14px 0 14px;
//   margin-top: -17px;
// }
.search-div .delete {
  // width: 25px;
  // height: 25px;
  // border: 1px solid #e0e0e0;
  // margin: 0px 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  pointer-events: none;
}

.search-div .delete.active {
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1;
}

.item.activebtn {
  cursor: pointer;
  pointer-events: inherit;
  opacity: 1 !important;
}

.delete i.fa.fa-trash {
  font-size: 13px;
  font-size: calc(9px + 0.15vw) !important;

  color: #d2d2d2;
}

.delete.active i.fa.fa-trash {
  color: #333;
}

.replay-icon img {
  width: 17px;
}

.replay-icon {
  position: absolute;
  right: 20px;
  bottom: 12px;
}

p.recipients {
  font-size: calc(11px + 0.15vw) !important;
  opacity: 1;
  width: 100% !important;
  padding-bottom: 2px;
  letter-spacing: -.006em;
  color: #212121;
  line-height: 19px;
  text-transform: capitalize;
}

 
.checkmark1 {
  display: inline-block;
  position: relative; 
  top: 0px;
  border-radius: 50%; 
  width: 14px !important; 
  height: 14px !important; 
  border: 1px solid #1D2638 !important; 
  background-color: #fff; 
  cursor: pointer; 
  transition: all 0.2s ease;
}
 /* When the checkbox is checked */
 .dynamic-checkbox input:checked ~ .checkmark1 {
  background-color: #1935CD !important; 
  border: 2px solid #fff !important; 
  outline: 1px solid #1935CD !important; 
  width: 14px !important; 
  height: 14px !important; 

}

/* Optional hover effect for better UX */
.dynamic-checkbox:hover .checkmark1 {
  background-color: #f0f0f0; 
}
.email-content-header .sender .name {
  font-size: calc(10px + 0.15vw) !important;
  color: #5d7391 !important;
  font-weight: 500 !important;
}

.email-content-header .sender.inline {
  width: calc(100% - 70px);
}

.datetime {

  font-size: calc(9px + 0.15vw) !important;
  letter-spacing: 0px;
  position: absolute;
  right: 16px;
}

p.datetime {
  font-size: calc(9px + 0.15vw) !important;
  letter-spacing: 0px;
}

p.datetime.no-margin {
  margin-top: 5px !important;
  opacity: 0.7 !important;
}

.email-content-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: none !important;
  z-index: 1;
  width: 55%;
  text-align: center;
  margin-left: 58px;
}

.cmsg-header {
  padding-top: 2px;
  margin-bottom: 15px;
}

.title-two {
  text-transform: uppercase;
  color: #8faadc;
  opacity: 1;
  letter-spacing: 1.6px;
  width: 10%;
  font-weight: 700;
  font-size: calc(8px + 0.15vw) !important;
  margin-left: 0px;
}

li.item.padding-10.ng-star-inserted:hover {
  background: #f4ecd1;
}

.split-view p.not-found {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.group-header-list {
  color: rgba(98, 98, 98, 0.7);
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 8px;
  letter-spacing: 0;
  width: 100%;
  font-weight: 400;

}

.thumbnail-wrapper img {

  border-radius: 50%;
  object-fit: cover;

}

.thumbnail-wrapper.d32 {
  min-width: 32px;
  min-height: 32px;
}

.thumbnail-wrapper.d32 img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.card-header {
  background: linear-gradient(to bottom right, #8171b7 42%, #c2bedc 87%);
  color: #fff !important;
  padding: 0;
  height: 55px;
  min-height: 55px;
  padding: 0px 25px;
  border-bottom: none !important;
}

.email-contex {
  margin-top: 12px;
}

.Message-Item-ListHeader {
  height: 28px;
  color: rgba(98, 98, 98, 0.7);
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-size: 10.8px;
  font-size: calc(8px + 0.15vw) !important;

  font-weight: 600;
  padding-left: 12px;
  padding-top: 6px;
  letter-spacing: 0.07em;
  width: 100%;
}

.split-view .split-list {
  overflow-x: hidden;
  margin-left: 1%;
}

p.name.no-margin.bold {
  margin-top: 6px !important;
}

.msg-inbox-icon {
  position: absolute;
  right: 0;
  margin-right: 10px;
  cursor: pointer;
}

.msg-inbox-rw {
  display: flex;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.replay-message {
  top: 0px;
  position: absolute;
  right: 0px;
  width: 65%;
}

.templateview {
  height: 100%;
  position: absolute;
  right: 0px;
  background: #ffff;

}

.nav-tabs>li {
  width: 50% !important;
}

.section-template {
  background: #000;
  position: absolute;
  display: none;
  color: #fff;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 20%;
}

.hedding-wrapper {
  color: #fff;
  padding: 5px;
  text-align: center;
}

.enable {
  pointer-events: visible;
  opacity: 1;
}

/* Scrollbar Style */

::-webkit-scrollbar {
  width: 6px;
  opacity: 0;
}

.folder-list::-webkit-scrollbar {
  width: 4px !important;
  opacity: 0;
}

::-webkit-scrollbar:focus,
::-webkit-scrollbar:hover {
  width: 6px;
  opacity: 1;
}

.folder-list::-webkit-scrollbar:focus,
.folder-list::-webkit-scrollbar:hover {
  width: 4px !important;
  opacity: 1;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cac5e1;
}

.folder-list::-webkit-scrollbar-thumb {
  background: #d3d8d8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}

/*Folder */
.msg-folder {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 4px 10px;
  margin-top: 15px;
  // background-color: #E5E3F1;
  // border: 1px solid #817ab7;
}

.folder-btn {
  margin-left: 30px;
}

.btn-folder {
  background: #6d5cae;
  border-color: #6d5cae;
  border-radius: 0px;
  font-size: calc(8px + 0.15vw) !important;
  letter-spacing: 2px;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  padding: 4px 15px;
  font-weight: 500;
  opacity: 0.9;

}

.btn-folder:hover {
  color: #fff;
  background-color: #7d74b2 !important;
  border-color: #7d74b2;
}

.folder-list {
  margin: 0 0px 30px 0px;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden !important;
  max-width: 100% !important;
  padding-bottom: 0;
  padding-top: 15px;

  // mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  // -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
  ul {
    margin-bottom: 0;

    li {
      margin-right: 5px !important;
      position: relative;
      overflow: visible !important;
    }
  }
}


.folder-list .edit-display {
  display: none;
}

.folder-list .active .edit-display {
  display: flex;
  position: absolute;
  right: 0px;
  top: 15px;
}

.folder-list .active .icon-bg-img,
.folder-list .active.item {
  border: none;
  border-radius: 0px;
  padding: 0px;
  box-shadow: none;
  background: none;
}

.folder-list .checkbox-label {
  margin-right: 5px !important;
}

.folder-checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1.5px solid #7d74b2;
  border-radius: 4px;
}

.folder-checkmark:hover,
.checkbox-label .folder-checkmark:hover {
  border: 1.5px solid #7d74b2;
  border-radius: 4px !important;

}

.folder-badge {
  color: #7d74b2;
  padding-left: 12px;
  padding-right: 6px;
  align-self: center;
  float: right;

}

.secondary-sidebar .folder-list .main-menu>li {
  display: flex;
  padding: 5px 30px 5px 30px;
  // margin-bottom: 5px;
}

.msg-folder .circle-card-controls .item {
  margin: 0px -1px !important;
}

.email-content-body .form-control.email-contex {
  line-height: 1.2 !important;
}

//Quill Editor 

::ng-deep .content-editor .ql-toolbar.ql-snow {
  padding: 2px;
  border: none;
  background: #f6f6f6;
}

::ng-deep .content-editor .ql-container.ql-snow {
  border: none;
}

.email-content-width {
  width: 200px !important;
}

// Inbox read
// .email-container {
//   margin-bottom: 20px;
// }

.email-container .message-header {
  border-bottom: 2px solid #f1f1f1;
  padding: 8px 12px 8px 12px !important;
  // height: 60px;
}

.email-header {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap !important;
  font-size: 12px;
  font-weight: 500 !important;
  font-family: 'Satoshi-Medium', sans-serif !important;

  .subject {
    width: 80%;

    h2 {
      font-size: 16px !important;
      font-weight: 500;
    }

    h1 {
      margin: 0 !important;
      font-size: 16px !important;
      font-weight: 500;
    }

    p {
      margin: 0 !important;
      font-size: 16px !important;
      font-weight: 500;
    }
    
  }

  span {
    span {
      padding: 0 1px;
    }
  }
.time{
  font-size: 12px;
}
  .email-time {
    font-size: 12px !important;
    width: 20%;
    text-align: right !important;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
    // top: 26px;
  right: 0;
  margin: 0;
  position: absolute;
    // h2{
    //   margin-right: -10px;
    // }
    h3 {
      font-size: 14px !important;
    }
  }
}

.contentttt{
  font-family: 'Satoshi', sans-serif; ;
  font-size: 14px;
  font-weight: 400;
}
.email-header1 {
  // display: flex;
  align-items: center;
  position: relative;
  flex-wrap: nowrap !important;
  font-size: 12px;
  font-weight: 500 !important;
  font-family: 'Satoshi-Medium', sans-serif !important;




  .subject {
    width: 80%;

    h2 {
      font-size: 16px !important;
      font-weight: 500;
    }

    h1 {
      margin: 0 !important;
      font-size: 16px !important;
      font-weight: 500;
    }

    p {
      margin: 0 !important;
      font-size: 16px !important;
      font-weight: 500;
    }
  }

  span {
    span {
      padding: 0 1px;
    }
  }

  .email-time {
    font-size: 14px !important;
    width: 20%;
    text-align: right !important;
    font-weight: 500;
    font-family: 'Satoshi', sans-serif;
    top: 26px;
    right: 0;
    margin: 0;
    position: absolute;

    // h2{
    //   margin-right: -10px;
    // }
    h3 {
      font-size: 14px !important;
    }
  }
}

.via-text {
  // padding: 0 8px;
  color: #1D2638 !important;
  font-weight: 500 !important;
  font-size: 14px;
}

.group-tbg {
  width: 48px;
  height: 48px;
}

.grp-name1 {
  font-size: 14px;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  // margin-left: 5px;
  margin-bottom: 10px;
  margin-left: 2px;
}

.grp-name11 {
  font-size: 14px;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  // margin-left: 5px;
  // margin-bottom: 10px;
}

.email-header img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  object-fit: cover;
  min-width: 48px;
  min-height: 48px;
}

.email-header1 img {
  // border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  object-fit: cover;
  min-width: 48px;
  min-height: 48px;
  // border-radius: 50%;
}

.email-header11 img {
  // border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  object-fit: cover;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
}

.email-body {
  margin-top: 20px;
  // overflow-y: auto;
  // // height: auto !important;
  // overflow-x: hidden;
  // overflow-y: scroll;
}

.edit-btn {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 26px;
  border: 1px solid #1935CD;
  color: #1935cd;
  font-weight: 600;

  // &:hover {
  //   background-color: #e2e6fb;
  //   color: #1935cd !important;
  // }
}

.send-btn2 {
  background-color: #1935CD;
  padding: 10px 30px;
  border-radius: 26px;
  border: 1px solid #1935CD;
  color: #fff;
  font-weight: 600;

  // &:hover {
  //   background-color: #e2e6fb;
  //   color: #1935cd !important;
  // }
}

.unread-message,
.unread-time {
  font-weight: 500 !important;
  font-family: 'Satoshi-medium', sans-serif !important;
  color: #1D2638 !important;
}

.unread-user {
  h4 {
    font-weight: 600;
  }
}

pre {
  font-size: 14px !important;
  font-weight: 400;
  color: #1D2638;
  font-family: 'Satoshi', sans-serif !important;
}


.email-body pre,
.compose-body pre {
  background: none;
  padding: 0px;
  border: none;
  color: black;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif !important;
}
.email-content1{
  padding: 0px !important;
  margin-top:20px !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif !important;
  white-space: pre-wrap;
 
    max-width: 100%;
 
    word-break: break-word;     /* Breaks long unbreakable words */
    white-space: normal;        /* Allows wrapping */
}
.email-footer {
  margin-bottom: 0px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  border-top: 2px solid #f1f1f1;
  width: 100% !important;
  padding: 10px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}

.email-date {
  width: 10% !important;
}

.tread-item-row {
  overflow-y: scroll;
  overflow-x: hidden;
}

.email-footer-threadMode {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0 !important;
  left: 24px !important;
  right: 24px !important;
  border-top: 2px solid #f1f1f1;
  width: calc(100% - 48px) !important;
  padding: 12px 0 24px 0 !important;
  background-color: #fff;
  border-radius: 0 !important;
}

// .inbox-split-footer {
//   bottom: -60px !important;
// }

.inbox-split-email-body {
  max-height: 50vh !important;
  overflow-y: scroll !important;
}

.email-footer.compose {
  width: 100%;
  bottom: -30px;
}

.trash-email-footer {
  left: 0 !important;
}

.trash-message-header {
  padding: 8px 12px 8px 12px;
  border-bottom: 2px solid #f1f1f1;

  .trash-name-header {
    width: 95% !important;
  }
}
.trash-message-header1 {
  padding: 8px 12px 8px 12px;
  // border-bottom: 2px solid #f1f1f1;

  .trash-name-header {
    width: 95% !important;
  }
}

.btn-group {
  margin-top: 20px;
}

.radio-group {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
  //padding: 3px 15px;
  padding: 12px 16px 12px 16px;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #CED9E9;
}

/* Highlight background color for the selected row */
.active-row .radio-group {
  background: #E9EDFF !important;
  border: 1px solid #1935CD;

  input {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
  }
}

.radio-group.active-row {
  background: #E9EDFF !important;
  border: 1px solid #1935CD;

  input {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
  }


}

input[type="radio"]:checked {
  background-color: #1935CD !important;
  border: 1px solid #fff !important;
  // outline: 1px solid #1935CD !important;
  border-radius: 50% !important;
}


input[type="radio"]:hover {
  background-color: #1935CD !important;
  border: 1px solid #fff !important;
  // outline: 1px solid #1935CD !important;
  border-radius: 50% !important;
}

input[type="radio"] {
  margin-right: 10px;
}

// /* Hide default radio */
// input[type="radio"] {
//   display: none;
// }

// /* Custom radio button */
// input[type="radio"]+label {
//   position: relative;
//   padding-left: 30px;
//   cursor: pointer;
//   font-size: 16px;
//   display: inline-block;
// }

/* Create the outer circle */
//  input[type="radio"]+label::before {
//   content: "";
//   position: absolute;
//   left: 0;
//   top: 50%;
//   transform: translateY(-50%);
//   width: 20px;
//   height: 20px;
//   background-color: white;
//   border: 1px solid #1935CD;
//   border-radius: 50%;
// }

// /* Create the inner circle when checked */
//  input[type="radio"]:checked+label::after {
//   content: "";
//   position: absolute;
//   left: 5px;
//   top: 50%;
//   transform: translateY(-50%);
//   width: 10px;
//   height: 10px;
//   background-color: #1935CD !important;
//   border-radius: 50%;
// }





.radio-group label {
  margin-bottom: 0;
}

.modal-body p {
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
  color: #1D2638;
}

.movefolder-modal {
  padding: 46px 16px;
}

.receiver-names {
  position: relative;
  white-space: nowrap;
  /* Prevent wrapping */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Add ellipsis if text overflows */
  max-width: 200px;
  /* Adjust the width as needed */
}

.receiver-list {
  display: inline-block;
  vertical-align: top;
}

// .receiver-names:hover {
//   white-space: normal; /* Allow wrapping on hover */
//   overflow: visible; /* Show full content on hover */
//   background-color: #f5f5f5;
//   border: 1px solid #ccc;
//   padding: 5px;
//   max-width: none;
//   z-index: 1;
//   position: absolute;
// }


.card-bg-content {
  border-radius: 16px;
  background-color: #fff;
}

/* Switch Button css */

.switch-btn .toggle-container {
  margin-bottom: 0px;
}

.switch-btn .btn-group .btn.active {
  background-color: #E9EDFF;
  border: 1px solid #3756F8;
  color: #1D2638;
  font-weight: 700;
  font-family: 'Satoshi-Bold', "Helvetica Neue", sans-serif;
  z-index: 10;
}

.switch-btn .btn-group .btn {
  background-color: #fff;
  border: 1px solid #CED9E9;
  color: #7293BE;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  padding: 8px 10px;
  font-size: 16px;

}

.switch-btn .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: -15px;
  border-right: none;
  padding-right: 25px;
  padding-left: 25px;
}

.switch-btn .btn-group>.btn:last-child:not(:first-child):not(.dropdown-toggle) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -15px;
  border-left: none;
  padding-left: 25px;
  padding-right: 25px;
}

.switch-btn .btn-group .btn.active:last-child:not(:first-child):not(.dropdown-toggle) {
  border-left: 1px solid #3756F8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-left: 0px;
}

.switch-btn .btn-group>.btn.active:first-child:not(:last-child):not(.dropdown-toggle) {
  border-right: 1px solid #3756F8;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-right: 0px;


}

.switch-btn .btn.active.focus,
.switch-btn .btn.active:focus,
.switch-btn .btn:hover {
  outline: 0;
  outline-offset: unset;

}

.attachment {
  background: url(/assets/img/icon/attachment.svg) center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-indent: -9999px;
  // display: flex;
  background-color: #fff;
  border-radius: 4px;
  pointer-events: auto;
}

.attachment:focus {
  outline: none !important;
  background-color: #fff;
  border: 1.5px solid transparent !important;
}

.attachment:hover {
  border: 1.5px solid #1935CD !important;
  background: url(/assets/img/icon/attachment1.svg) center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.attachment-tooltip.tooltip1 {
  .tooltiptext {
    visibility: hidden;
    left: -38px;
    top: -75px !important;
  }

  .tooltiptext::before {
    content: "";
    position: absolute;
    background-image: url(/assets/img/icons/t-arrow.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 24px;
    height: 12px;
    top: 50px;
    left: 40%;
    transform: translate(-50%, -50%);
    transform: rotate(180deg);
  }
}

.attach-outer {
  background: #fff;
  border: 1px solid #D9E1ED;
  border-radius: 4px;
  padding: 4px 6px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-transform: none;
width: 100% !important;
}
.attach-outer-col {
  .attach-download-btn {
    display: flex;
    align-items: center; // Align items vertically in the center
    padding: 0px 4px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    width: 100% !important;
    height: 25px;
    margin-top: 140px;
    font-weight: 400;
    letter-spacing: 0;

    .pdf-img {
      width: 14px;
      height: auto;
      margin-left: 1px;
      margin-right: 6px; // space between image and text
    }

    span {
      font-size: 12px !important;
      font-weight: 400 !important;
      font-family: 'Satoshi-bold', sans-serif !important;
      letter-spacing: 0;
      display: flex;
      align-items: center;
      white-space: nowrap;      /* Prevent line breaks */
      overflow: hidden;         /* Hide overflow text */
      text-overflow: ellipsis;  /* Add ellipsis (…) for overflowing text */
      flex: 1;                  /* Take up remaining space in the flex container */
      min-width: 0;             /* Prevent span from growing beyond container */
    }
    
    

    button {
      padding: 0;
      margin-left: auto; // push to the far right
      border: none;
      background-color: transparent;
      outline: none;

      img {
        height: 14px;
        width: 14px;
      }
    }
  }
}

.download-icon {
  background: none;
  border: none;
  margin-left: 5px;
}

.download-icon:hover,
.download-icon:focus {
  background: none;
  border: none;
  outline: 0;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  animation: fadeOut 5s ease-in forwards;
}

/* Animation to hide after 5 seconds */
@keyframes fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }

  80% {
    visibility: visible;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}


// new css dd


.main-menu {

  // li {
  //   margin-bottom: 5px;
  // }

  .title {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;

    .title-text {
      display: inline !important;
      margin-bottom: 0;
      font-size: 14px !important;
    }
  }
}

.right-number {
  top: 14px !important;
  right: 10px !important;

  .grp-number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px !important;
  }
}

.inbox-col {
  background-color: #fff;
  border-radius: 16px;

  .mnf-business-body.mnf-common-list-card-body {
    padding: 0 !important;
    background-color: #fff;

    .message-item {
      padding: 5.1px 15px 5.1px 10px !important;
    }

    .main-message-header {
      background-color: #D7DAEE;
      padding: 8px 12px 8px 12px !important;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 16px 16px 0 0;

      .msg-checkmark {
        background-color: #d7daee;
      }

      .circle-card-controls .item {
        background-color: transparent;

        input {
          width: 17px;
          height: 17px;
          margin-top: 5px;
        }
      }

      .search-div {
        input.search {
          width: 100% !important;
        }
      }
    }
  }
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.main-message-header .checkbox-label input:checked~.msg-checkmark {
  background-color: #1935CD !important;
}


.inbox-col .mnf-business-body.mnf-common-list-card-body .message-header .circle-card-controls .item {
  margin-right: 0 !important;
  background-color: transparent;
  font-size: 20px;
  color: #1D2638 !important;
  opacity: 1 !important;
}

.col1-checkinput {
  width: 3%;
  padding: 10px 0;
}

.col2-email-header {
  width: 26%;
  position: relative !important;
  padding: 0 5px;
  display: flex;

  h4 {
    font-weight: 500;
    margin-bottom: 6px !important;
    font-family: 'Satoshi-medium', sans-serif !important;
  }

  &:hover {
    h4 {
      font-family: 'Satoshi-bold', sans-serif !important;
      font-weight: 600;
      margin-bottom: 6px !important;
    }
  }
}

.col3-mail-text {
  width: 20%;
  padding: 0 5px;
}

.col4-mail-message {
  width: 36%;
  padding: 0 5px;
}

.col5-mail-time {
  width: 15%;
  padding: 0 5px;
  color: #5075A7;
  font-size: 12px;
}

.inbox-read-email-header {
  align-items: start !important;
  justify-content: space-between;

  .circle-card-controls-inbox {
    width: 15%;
  }

  .email-header-to {
    width: 85%;
  }
}

.pen-img {
  width: 20px;
  height: 20px;
}

.bg-star11 {
  background-image: url(/assets/img/Sparkle.png);
  background-repeat: no-repeat;
  background-position: center;
  /* center it horizontally and vertically */
  background-size: contain;
  /* optional: scale the image properly */
  width: 8px;
  height: 8px;
  display: inline-block;
  /* better than inline for backgrounds */
}

.compose-btn-inbox {
  display: flex;
  margin-top: -55px;
  margin-right: -28px;
  z-index: 99 !important;
  // font-weight: 700;
  min-height: 40px;
  max-height: 40px !important;
  background-color: #1935cd;
  padding: 10px 24px !important;
  display: flex;
  align-items: center;
  width: 126px;
  justify-content: center;
  font-size: 12px !important;


  img {
    margin-right: 5px;
  }
}

.compose-btn-inbox img:nth-child(2) {
  display: none;
}

.compose-btn-inbox:hover img:nth-child(1) {
  display: none;
  height: 20px;
}

.compose-btn-inbox:hover img:nth-child(2) {
  display: block;
  height: 20px;
}

.compose-btn-col {
  display: flex;
  justify-content: end;
  width: 100%;
  z-index: 99 !important;
}

.list-modal-footer {
  padding: 16px 0 0 0px !important;
}

.modal-content.middle .modal-footer {
  border: none;
  margin-top: 25px;
}

.refresh-button {
  margin: 0px 16px 0px 5px;
  // margin-left: 30px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: #f6f8fa;
  padding: 5px;
  border: 1px solid #f0f3f7;
  border-radius: 5px;
  height: 30px;
  min-width: 35px;
  cursor: pointer !important;
}

.pagination-numbers.page-item {
  .page-link {
    font-size: 12px !important;
    margin: 8px 5px !important;
    color: #5075A7;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    color: #5075a7;
  }
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination .page-item .page-link:hover {
  background-color: transparent !important;
}

.pagination .page-item .page-link svg {
  fill: #5075A7;
}

.pagination .page-item.disabled .page-link svg {
  fill: #CFCFCF;
}

.preview-btn,
.next-btn {
  width: auto !important;
  display: flex;
  align-items: center;
  margin: 0 !important;
  background: none !important;
}

::ng-deep .group-inner-tbg {
  opacity: 1;
  background-color: rgba(227, 177, 0, 1);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;

}

::ng-deep .bg-star {
 // background-image: url(/assets/img/Sparkle.png);
  background-repeat: no-repeat;
  background-position: center;
  /* center it horizontally and vertically */
  background-size: contain;
  /* optional: scale the image properly */
  width: 15px;
  height: 15px;
  display: inline-block;
  /* better than inline for backgrounds */
}

.pagination .page-item .page-link.prev-page-link:hover {
  background-color: transparent !important;
  color: #5075A7;
}

.pagination .page-item .page-link.next-page-link:hover {
  background-color: transparent !important;
  color: #5075A7;
}

.prev-page-link,
.next-page-link {
  border: none;
  width: 100% !important;
}

.pagination .page-item .page-link:focus {
  background-color: #1935CD !important;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: #1935CD !important;
  color: #fff;
}

.preview-btn svg:hover {
  color: #5075A7 !important;
}

.next-btn svg:hover {
  color: #CFCFCF !important;
}

.page-link-next,
.page-link-prev {
  width: auto !important;
  border: transparent !important;
}

.preview-btn .page-link,
.next-btn .page-link {
  border: 1px solid transparent !important;
}

.item-staff {
  display: inline-block;
  background-color: #D0D7FF;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  color: #043162;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 12px;
  height: 24px;
  font-family: 'Satoshi', sans-serif;
}

.item-admin {
  display: inline-block;
  background-color: #bdd6f7;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  color: #043162;
  font-weight: 400;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  height: 24px;
  font-family: 'Satoshi', sans-serif;
}

.item-coadmin {
  display: inline-block;
  background-color: #c7dbf4;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  color: #043162;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 400;
  height: 24px;
  font-family: 'Satoshi', sans-serif;
}

.item-member {
  display: inline-block;
  background-color: #CAF9F6;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  color: #043162;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  // width: 50px;
  height: 24px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
}

.c-pointer {
  cursor: pointer !important;

}

.item-contractor {
  display: inline-block;
  background-color: #FFEEDB;
  padding: 4px 8px 4px 8px;
  border-radius: 4px;
  height: 24px;
  color: #043162;
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
}

.split-view-item {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  gap: 0 !important;
  width: 100%;
  border-bottom: none !important;

  .split-view-checkbox {
    width: 9%;
    margin: auto 0;

    label {
      height: 18px;
    }

    .msg-checkmark {
      left: 1px;
    }
  }

  .split-view-header {
    width: 74%;
    display: flex;
    align-items: start;
    justify-content: start;

    .image-header {
      width: 30% !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;

      img {
        margin-right: 12px !important;
      }
    }

    .user-header {
      width: 70% !important;
      overflow: hidden;

      h4 {
        font-weight: 500 ;
        margin-bottom: 5px !important;
        // margin-left: 10px;

      }
    }

    .split-view-date {
      position: absolute;
      right: 10px;
      top: 10px;
      width: 19% !important;
      font-size: 12px !important;
      color: #5075A7 !important;
    }
  }

  .split-time {
    // width: 20%;
    font-size: 12px !important;
    color: #5075A7 !important;
  }

  .split-view-date {
    width: 19% !important;
    font-size: 12px !important;
    color: #5075A7 !important;
  }
  &.selected {
    h4{
    
      font-weight: 900 !important ;
      
    }
    .email-header{
      font-weight: 900 !important ;
      
    }
    .split-view-header{

     span{
      font-weight: 900 !important ;
     }
    }
    
    .grp-name1 {
      font-weight: 900 !important;

     
    }
    
   
  }
}



.split-textbody-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  gap: 10px;
  width: 100%;

  .split-view-btn {
    background-color: #F6F8FA !important;
    padding: 1px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid transparent !important;
    margin: 0;

    img {
      width: 32px !important;
    }

    // &:hover {
    //   border: 1px solid #1935CD !important;
    //   background-color: #e9edff !important;
    // }
  }
}

.email-body {
  margin-top: 0;
}

.page-navigation {
  height: 40px;
  border-top: 1px solid #ced9e9;
  align-items: center !important;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff !important;
  border-radius: 0 0 16px 16px;
}

.modal-content.middle .modal-body p {
  width: 100% !important;
  max-width: 100% !important;
}


.secondary-sidebarList {
  margin: 0 !important;
}

.inbox-col {
  padding: 0 !important;

  // h2:nth-child(2) {
  //   white-space: nowrap;
  //   overflow: hidden;
  //   text-overflow: ellipsis;
  //   width: 800px;
  // }
}


.inbox-col .mnf-business-body.mnf-common-list-card-body .main-message-header {
  width: 100% !important;
  margin: 0 !important;
}


.main-message-header {
  background-color: #D7DAEE;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;

  .header-checkbox {
    width: 30px !important;
  }
}

.message-trash {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.split-view-toggle-btn {
  background-color: #CCCFE2;
  padding: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  // border: 1.7px solid #1935CD !important;
}

.split-view-toggle-btn:hover {
  border: 1.7px solid #1935CD !important;
  background-color: #E9EDFF;
  cursor: pointer;
}

.message-header-btns {
  background-color: #CCCFE2 !important;
  padding: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1.7px solid transparent !important;
  margin: 0 5px 0 5px;
}

.message-header-btns:hover,
.message-header-btns:focus {
  border: 1px solid #1935CD !important;
  background-color: #e9edff !important;
}

.non-split-header-btns {
  display: flex;
  align-items: center;
     gap: 16px;
     margin-right: 20px;
  // margin: 8px 0 !important;
}

.split-message-header-btns {
  background-color: #F6F8FA !important;
  padding: 1px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid transparent !important;
  margin: 0;

  img {
    height: 30px;
  }

  &:hover {
    border: 1px solid #1935CD !important;
    background-color: #e9edff !important;
  }
}

.split-view-toggle-btn:hover {
  border: 1px solid #1935CD !important;
  background-color: #e9edff !important;
}

// .split-message-header-btns:hover {
//   border: 1px solid #1935CD !important;
// }

.row {
  margin: 0 !important;
}

.mail-item {
  padding: 2px 10px;
}

.group-inner-bg1 b {
  margin-top: 0 !important;
}

.group-inner-bg11 {
  background: #4470FF !important;
  width: 14.12px;
  height: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.default-group-icon1 {
  width: 20px;
  height: 20px;
  border-radius: 12.5px;
  gap: 4.17px;

}

.scrollable-section {
  padding: 0 !important;
}

.circle-card-controls-inbox {
  position: relative !important;
  padding: 10px 10px 0 0 !important;
  right: 0px !important;
  top: 0 !important;
}

.email-body pre {
  padding: 0 10px 10px 10px !important;
  color: #1D2638 !important;
}

.split-view-email-container {
  padding: 0 24px 12px 24px !important;
  margin-bottom: 0 !important;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 85px !important;
  font-weight: 500;


  .splitview-email-body {
    padding: 12px 0 0 0 !important;

    .email-header {
      padding: 0px 0;
    }
  }
  .subject-text {
    max-width: calc(100% - 40px);
    word-wrap: break-word; /* Prevent overflow */
  overflow-wrap: break-word; /* For better support */
  word-break: break-word; /* Break long words if necessary */
  white-space: normal; /* Ensure text wraps instead of staying on one line */
  }
  
  
  pre {
    margin-bottom: 10px;
    padding: 10px 0 !important;
  }

  .message-header {
    padding: 12px 0 12px 0 !important;
    height: auto !important;
    position: sticky;
    top: 0px !important;
    background-color: #fff;
    z-index: 999 !important;
    margin-bottom: 0 !important;
  }

  .email-footer {
    border-radius: 0 !important;
  }

  .attchment-outer-row {
    padding: 10px 0 !important;
  }

  .split-view-email-footer {
    padding: 12px 0 24px 0 !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: flex-start !important;
  }

  .attchment-outer-row {
    flex-wrap: wrap;
  }

}

.compose-texteditor {
  #texteditor {
    padding: 0 !important;
    height: 15.938rem;

    #text {
      font-weight: bold;
    }
  }
}

.content-1 {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
}

.toggle-btn-div {
  display: flex !important;
  justify-content: end !important;
}

.message-item {
  border-left: 5px solid transparent;
}

.message-item:hover,
.message-item.selected {
  border-left: 5px solid #1935CD;
  background-color: #e9edff !important;

  .text-ellipsis {
    color: #5075A7 !important;
  }

  .user-header {
    h4 {
      margin-bottom: 5px !important;
      font-weight: 500 ;
    }
  }
}

.tread-items:hover,
.tread-items.selected {
  border-left: 5px solid #1935CD;
  font-weight: 400 !important;
}

.dgfilter {
  ul {
    li {
      label {
        margin-top: 0 !important;
        margin-right: 0 !important;
        font-size: 12px !important;
      }
    }
  }
}

// compose css

.inbox-compose-col {
  margin-top: -80px;
  position: relative !important;
  z-index: 995 !important;
  // min-height: 50vh !important;
  // min-height: 73vh !important;
  // height: auto !important;
  background: transparent !important;
  padding-bottom: 0 !important;

  .card-body {
    background: transparent !important;
  }

  .compose-message-header {
    // position: absolute !important;
    // left: 0 !important;
    // top: -82px !important;
    width: 100% !important;
    background-color: #e9ebf6 !important;
    padding: 20px 0 30px 0 !important;
    border: none;

    .col-md-6 {
      padding: 0 !important;
    }
  }


  .compose-screen-wrapper,
  .email-content-wrapper {
    height: auto !important;
  }

  .compose-container {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 22px;
    margin-top: -2px;
    padding-bottom: 0 !important;

    .mail-item {
      border: none !important;
      padding: 8px 0 0 24px;

      .compose-col {
        input {
          padding: 10px 10px;
          border: 1px solid #F1F1F1 !important;
          border-radius: 8px !important;
          font-size: 14px;
          font-weight: 400;
          font-family: "Satoshi-medium", sans-serif !important;
        }

        .add-recipent-btn {
          // width: 100% !important;
          padding: 8px !important;
          border-radius: 8px !important;
          color: #1934cd;
          font-size: 14px;
          background-color: #E9EDFF !important;
          border: none;
          // height: 36px;
          // width: 131px;
          margin-top: -5px;
          outline: none;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 500 !important;
          font-family: "Satoshi-medium", sans-serif !important;
          // gap: 8.8px;

          &:focus {
            border: none;
            outline: none;
          }
        }
      }
    }

    .compose-mail-item {
      padding: 0 24px 8px 24px !important;
    }

    .compose-body {
      padding: 24px 24px 24px 24px !important;

      .compose-texteditor {
        background-color: #F5F7FA !important;
        border-radius: 10px !important;
        border: 1px solid #CED9E9;
        font-size: 14px;
        font-weight: 400;
      }
    }

    .comp {
      border: none !important;
      padding: none !important;
    }


    .compose-footer {
      // position: absolute !important;
      // left: 0 !important;
      // bottom: -180px !important;
      width: 100% !important;
    }
  }
}

.compose-col-list {
  max-height: 6vh;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  row-gap: 5px;

  #list {
    row-gap: 5px;
  }
}

.compose-heads {
  width: 10%;
}

.dg-filter-col .dg-left {
  width: 10% !important;

  .filter {
    margin-right: 0 !important;
  }
}

.compose-col {
  width: 90% !important;
}


.contentreplyforward {
  background-color: #F5F7FA !important;
  border-radius: 10px !important;
  border: 1px solid #CED9E9;
}

.message-header.row {
  padding: 8px 5px !important;
  align-items: center;
}

.inbox-read-email-header,
.sent-read-email-header {
  padding: 0 0 12px 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #CED9E9;

  .header-img {
    width: 86%;
    display: flex;
  }

  .header-date {
    width: 14%;
  }

}

.sent-read-email-header {
  display: flex;
}

.sent-email-body-nonsplit {
  padding: 10px 0 !important;
  width: 100% !important;
  overflow-wrap: break-word;   // Wrap long words or URLs
  word-break: break-word;
  white-space: normal;  

  // margin-bottom: 60px !important;
  .attchment-outer-row {
    padding: 10px 0 !important;
  }

  pre {
    padding: 0 !important;
    white-space: pre-wrap;     // Keep formatting but allow wrapping
    word-break: break-word;    // Break long lines if needed
  }
}

.email-body-nonsplit {
  padding: 12px 0 0 0;
  margin: 0 !important;
  // overflow-y: scroll;
  height: auto !important;
  max-height: auto !important;
  min-height: auto !important;

  pre {
    padding: 0 !important;
  }
}

.send-via-col {
  padding: 12px 15px !important;
  background: #fff;
  margin-right: 16px;
  border-radius: 9px;
  min-width: fit-content !important;
  width: fit-content !important;
  border: 2px solid #DADADA !important;
  display: inline-block;

  .checkbox-label {
    padding-right: 0 !important;
    margin-right: 16px !important;
  }

  .whatsapp-label {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

.send-via-col .checkbox-label input:checked~.msg-checkmark {
  background-color: #1934cd;
}

.send-via-col .checkbox-label input:checked+.msg-checkmark::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 5px;
  height: 8px;
  border: solid white;
  color: #fff !important;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.send-via-img {
  height: 16px !important;
  margin-top: -5px;
}

.sub-right .item,
.sub-right li {
  background-color: #f8f8f8;
  border: 2px solid #ced9e9;
  margin: 2px 2px !important;
  padding: 6px 14px 6px 16px !important;
}

.cancel-btn {
  background-color: #c4caef !important;
  padding: 8px 10px !important;
  text-align: center;
  border-radius: 30px;
  color: #1935CD;
  border: 2px solid transparent;
  min-width: 150px;
  max-height: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cancel-btn3 {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border: 1px solid #1935CD !important;
}

.cancel {
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border: 1px solid #1935CD !important;
}

.compose-footer,
.reply-footer {
  .save-draft-text {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
  }

  .compose-cancel-btn,
  .reply-cancel-btn {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: bold;
    cursor: pointer !important;
    margin-right: 16px !important;
  }

  .compose-cancel-btn {
    margin-right: 0 !important;
  }

 

  .compose-send-btn,
  .reply-send-btn {
    font-size: 14px !important;
    font-weight: bold;
  }
}

.header-replay-fixed hr {
  margin: 10px 0 !important;
}


.new-form .btn.save,
.new-form .btn.add {
  font-family: 'Inter', sans-serif !important;
}

.send-btn {
  background-color: transparent !important;
  padding: 8px 10px !important;
  text-align: center;
  border-radius: 30px;
  color: #1935CD;
  border: 2px solid #1935CD;
  max-height: 60px !important;
  min-width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled-btn {
  opacity: 0.5;
  pointer-events: none !important;
}

.save-draft-text {
  padding-right: 24px;
  border-right: 2px solid #3333333a;
  margin-right: 16px;
  line-height: 35px;
}

.dg-list {
  padding: 5px 5px !important;
}

.add-recipents-input .add-recipents-btn {
  padding: 8px 12.38 !important;
  background-color: #E9EDFF !important;
  text-align: center;
  border-radius: 8px !important;
  color: #1935cd !important;

}

.add-recipents-input {
  position: relative;
  display: flex;
  align-items: center;
  margin: 5px;
}

.add-recipents-input img {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #1935cd !important;
  font-size: 14px !important;
}

.add-recipents-input input::placeholder {
  color: #1935cd !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Satoshi-medium", sans-serif !important;
}

.dg-filter-col {
  background-color: #F5F7FA !important;
  padding: 8px 16px !important;
  border-radius: 10px !important;
  margin: 8px 24px 0 24px !important;

  ul {
    display: flex;

    li {
      background-color: #fff !important;
      margin-right: 8px !important;
      border: 1px solid #CED9E9 !important;
      border-radius: 5px !important;
      min-width: 129.63px !important;
      min-height: 40px !important;
      // padding: 13px 0 13px 13px !important;
    }
  }
}



.message-header-btns:hover svg path,
.message-header-btns:focus svg path,
.split-message-header-btns:hover svg path,
.split-message-header-btns:focus svg path,
.tread-btns button:hover svg path,
.tread-btns button:focus svg path {
  stroke: #1934cd;
  /* Change to red on hover and focus */
}

.draft-attachments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 5px;
  position: relative;
  border-radius: 12px;
  bottom: 24.5px;
  width: 96.2%;
  padding: 10px 24px;
  left: 24.5px;
  background-color: #f5f7fa !important;

  .draft-selected-files {
    position: relative !important;
  }
}



.selected-files {
  position: absolute;
  bottom: 28px;
  left: 30px;
  width: 92%;

  ul {
    padding: 10px 20px;
    background-color: #f5f7fa !important;
    margin-bottom: 0 !important;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;

    li {
      padding: 4px 8px !important;
      border-radius: 5px !important;
      border: 1px solid #C4C4C4 !important;
      display: inline-block !important;
      margin: 0 !important;
      background-color: #fff !important;
      font-size: 14px !important;

      button {
        background: transparent !important;
        border: none !important;
        outline: none !important;

        img {
          height: 20px;

        }
      }
    }
  }
}

.selected-files-Attached {
  position: absolute;
  bottom: 30px;
  left: 25px;
  background-color: #C0E6FC;
  width: 96%;

  ul {
    padding: 10px 20px;
    background-color: #f5f7fa !important;
    margin-bottom: 0 !important;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;

    li {
      padding: 4px 8px !important;
      border-radius: 5px !important;
      border: 1px solid #C4C4C4 !important;
      display: inline-block !important;
      margin: 0 !important;
      background-color: #fff !important;
      font-size: 14px !important;

      button {
        background: transparent !important;
        border: none !important;
        outline: none !important;

        img {
          height: 20px;

        }
      }
    }
  }
}

.send-via-header {
  padding-top: 0 !important;

  .send-via-head {
    color: #5075A7 !important;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
}

.selected-files.selected-files-reply {
  position: absolute !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  bottom: 30px;
  left: 40px;
  font-size: 12px;
  // background-color: #C0E6FC;


  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  

    li {
      margin-left: 0 !important;
      margin-top: 0 !important;
      
    }
  }
}

.sldFileborder{
  position: relative !important;
  padding-right: 0 !important;
  padding-left: 0 !important;

  // background-color: #C0E6FC;
display: flex;
flex-wrap: wrap;
height: 24px;
}

.draft-selected-file {
  ul {
    margin:0px !important;
    gap: 12px !important;
   
    display: flex;
    list-style: none;
  

    li {
      padding: 4px 8px 4px 8px !important;
      border-radius: 5px !important;
      border: 1px solid #C4C4C4 !important;
      display: inline-block !important;
      margin: 0 12px 0 0 !important;
      width: 100% !important;
      height: 24px;
      background-color: #fff !important;
      font-size: 12px !important;
      font-weight: 400;

      button {
        background: transparent !important;
        border: none !important;
        outline: none !important;

        img {
          height: 20px;
        }
      }
    }
  }
}

// reply forword 

.reply-message-header {
  padding: 10px !important;
}

.dynamic-field-bottom-btn {
  width: 18.3% !important;
  bottom: 0 !important;
  right: 0 !important;
}

.empty-message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  text-align: center !important;
}

.empty-message-row {
  .empty-message-img {
    width: 100%;
  }

  p {
    font-size: 14px;
    font-weight: 400 !important;
    margin: 20px 0 0 0;
    color: #000;
    font-size: 20px !important;
    font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif !important;
  }
}

.addto-folder-modal-body {
  padding: 0 !important;

  .radio-group {
    margin-bottom: 8px;
    padding: 16px 18.5px !important;

    input {
      width: 15px !important;
      height: 15px !important;
      margin: 0 !important;
    }
  }

  .inbox-modal-submit {
    width: 25% !important;
    right: 5px !important;
  }
}

.inbox-col .mnf-business-body.mnf-common-list-card-body .message-header .circle-card-controls .item {
  font-size: 14px !important;
}

.draft-email-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  bottom: 0px;
  padding: 12px 0 24px 0 !important;
  left: 24px !important;
  right: 24px !important;
  border-radius: 0 !important;
  width: calc(100% - 48px) !important;
}

.dg-filter-col.reply-forward-filter-col {
  margin: 0 !important;
}

.attchment-outer-row {
  display: flex;
  gap: 10px;
  padding: 8px 0 !important;

  .attach-outer-col {
    display: inline-flex;
  }
}

.c-dg-style {
  width: 20px;
  height: 20px;
  background-color: rgba(227, 177, 0, 0.3);
  // background-color: #4c4cea;
  padding: 3px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;

  .inner-bg {
    width: 14px;
    height: 14px;
    background-color: #e3b100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      height: 14px !important;
    }
  }
}

.dynamic-header {
  background-color: #E9EDF5;
  padding: 10px;
  color: #1D2638;
  font-size: 16px !important;
  display: block !important;
  width: 100% !important;
  font-weight: bold !important;
}

.dynamic-checkbox .checkmark {
  top: -10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.dynamic-checkbox {
  margin-right: 7px !important;
}

.checkmark {
  border: 2px solid #1D2638;
}

.quickview-close {
  cursor: pointer;
}

.dynamic-name {
  color: #1D2638;
  font-weight: 500 !important;
  font-family: 'Santoshi-medium', sans-serif !important;
}

.sld-Dynamic-Bold {
  font-weight: 700 !important;
  font-family: 'Santoshi-bold', sans-serif !important;
}


.dynamic-checkbox input:checked~.checkmark {
  background-color: #1935CD;
  border: 2px solid #ffff;
  outline: 1px solid #1935cd;
}

.draft-send-btn,
.reply-send-btn,
.compose-send-btn {
  background-color: #1934cd !important;
  min-width: 160px !important;
  max-height: 40px !important;
  padding: 10px 20px !important;
  max-height: 40px !important;
  color: #fff !important;
  border: 1px solid #1935CD !important;
  // margin-right: 10px;
  font-weight: 700;
  // margin-left: 10px;
  margin-right: 13px;
  font-family: 'Satoshi-bold', "Helvetica Neue", sans-serif;
}

.reply-cancel-btn,
.draft-cancel-btn,
.compose-cancel-btn {
  background-color: transparent !important;
  border: 1px solid #1935CD !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  min-width: 160px !important;
  max-height: 40px !important;
  margin-right: 15px;
  font-weight: 500;
  font-family: 'Satoshi-bold', "Helvetica Neue", sans-serif;
}

// .reply-compose-heads {
//   opacity: 0.5;
//   pointer-events: none !important;
// }

#list {
  display: inline-flex;
  /* Ensure list items are arranged in a single row */
  align-items: center;
  flex-wrap: wrap;
  gap: 0px;
  margin: 2px 0;
  /* Vertically center the content */
  // overflow-x: scroll;
  /* Enable horizontal scrolling when content overflows */
  // white-space: nowrap;
}

.compose-col-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 100%;

  #list {
    display: contents;

    .item {
      display: inline-flex;
      padding: 10px 16px;
      margin: 0;
      white-space: nowrap;
      border: 1px solid #ccc;
      // background: #e0eaff;
      font-size: 14px;
      font-family: 'Satoshi', "Helvetica Neue", sans-serif;
      align-items: center;
      justify-content: center;
    }

    .add-recipents-input {
      display: inline-flex;
      margin: 0 5px;
      white-space: nowrap;
      cursor: pointer;
    }
  }

}


.delete-form-group {
  .radio-group {
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 16px;
    background-color: transparent; // default background

    &:hover,
    &:focus {
      background-color: #F7F8FC;
    }
  }

  /* Apply background only when selected */
  .selected-radio-group.selected-radio {
    background-color: #F7F8FC;
  }

  /* Optional: bold label only when selected */
  .selected-radio-group.selected-radio label {
    font-weight: 700;
  }

  /* Normal weight when not selected */
  .selected-radio-group label {
    font-weight: 400;
  }
}



// #list::-webkit-scrollbar {
//   height: 0px !important; /* Adjust scrollbar height for Webkit browsers */
// }

// #list::-webkit-scrollbar-thumb {
//   background-color: #ccc; /* Style the scrollbar thumb */
//   border-radius: 4px;
// }

// // #list::-webkit-scrollbar-track {
// //   background-color: #f1f1f1; /* Style the scrollbar track */
// // }

// tread items
.tread-items {
  border-left: 5px solid transparent !important;
  background-color: transparent;
  padding: 10px 15px;
  height: 70vh !important;
  overflow-y: scroll;

  .active-status {
    display: none;
  }

  .tread-items-col {
    .image-header {
      width: 14% !important;
    }
  }
}

.tread-item-col.selected {
  background-color: #fff !important;
}


.tread-items:hover,
.tread-items.selected {
  border-left: 5px solid transparent;
  font-weight: 400 !important;
}

.tread-item-header-row {
  display: flex;
  padding: 20px 0px 12px 0px !important;
  justify-content: space-between;
  border-bottom: 1px solid #CED9E9;
  cursor: pointer;

  .tread-img-header {
    width: 8%;

    img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
      min-width: 48px;
      min-height: 48px;
    }
  }

  .tread-user-name {
    width: 77% !important;
    padding: 0 10px !important;

    .via-row {
      display: flex;

      p {
        display: inline;
        margin: 5px 2px !important;
      }
    }
  }

  .tread-time {
    width: 15%;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Satoshi', sans-serif;

    span {
      font-family: 'Satoshi', sans-serif;
    }
  }

  .tread-btns {
    width: 15%;
    display: flex;
    justify-content: flex-end;
    gap: 16px;

    button {
      background-color: #F6F8FA !important;
      padding: 1px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      border: 1px solid transparent!important;
      margin: 0;

      img {
        width: 30px;
      }

      &:hover {
        border: 1px solid #1935CD !important;
        background-color: #e9edff !important;
      }
    }
  }
}

.tread-delete-btn.tooltip1 .tooltiptext {
  left: -68px !important;
}

.tread-delete-btn.tooltip1 .tooltiptext::before {
  content: "";
  left: 75%;
}

.tread-item-row {
  position: relative !important;
  padding: 0 24px 0 24px;
}

.tread-item-body {
  padding: 10px 0px;
  border-bottom: 1px solid #CED9E9;

  .tread-body-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;

    h4 {
      font-size: 16px !important;
      font-weight: 500 !important;
      width: 92%;
      // font-family: 'Satoshi', sans-serif;

    }

    span {
      font-size: 14px;
      font-weight: 500 !important;
      font-family: 'Satoshi', sans-serif;
    }
  }


  .tread-pre {
    // min-height: 42vh !important;
    overflow-y: scroll;

  }
}

.container-fluid.container-fixed-lg {
  padding: 10px 30px 10px 110px !important;
  height: auto !important;
  // overflow-x: hidden !important;
  overflow-y: visible !important;

  .custom-row {
    padding-bottom: 20px;
  }
}

.quickview-wrapper {
  width: 18.3% !important;
}

.pagination {
  margin: 0 !important;
  height: 40px !important;
  background-color: #fff;
}

.file-type {
  // width: 100%;
  margin-top: -3px;
}



.btn-opt {
  width: 190px;
  height: 40px;
  border-radius: 24px;
  // margin: 16px;

}

// message header flex
.main-message-header {
  justify-content: space-between;
  flex-wrap: nowrap;

  .header-title-col1 {
    width: 62% !important;
    padding: 0 11px !important;

    .header-checkbox {
      padding: 0 !important;
    }

    .checkbox-label-header {
      margin-right: 5px !important;
    }

    .item {
      font-weight: bold;
    }
  }

  .header-search-col2 {
    width: 32% !important;
    padding: 0 10px;
    border-right: 2px solid #A3B7D6 !important;
    position: relative;

    img {
      position: absolute;
      top: 10px;
      left: 24px;
    }
  }

  .header-toggle-col3 {
    width: 6% !important;
    border: none !important;
    text-align: right;
    padding-right: 5px;
  }
}

.sent-cancel-btn {
  min-width: auto !important;
}

.main-menu .active {
  border: none !important;
}

.slider-icon {
  border: none;
  margin: 0 2px;

  &:hover {
    border: none;
  }

  &:focus {
    border: none;
  }
}

.edit-icon {
  svg path {
    stroke: #1D1B20 !important;

    &:hover {
      stroke: #1935CD !important;
    }
  }
}

.slider-delete-btn {
  svg path {
    fill: #1D1B20 !important;

    &:hover {
      fill: #1935CD !important;
    }
  }
}

.user-list-img {
  object-fit: cover;
  height: 20px;
  border-radius: 50px;
  width: 20px;
}



.template-count-number {
  background-color: #E3EBF8 !important;
  color: #1D2638 !important;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}

.split-view-email-footer {
  background-color: #fff;
  bottom: 0px;
  border-radius: 0 !important;
  padding: 12px 0 24px 0 !important;
  display: flex;
  justify-content: flex-start !important;
}

.folder-list .tooltip1 .tooltiptext::before {
  content: "";
  left: 95% !important;
  top: 25px;
  transform: rotate(90deg) !important;
}

.folder-list .tooltip1 .tooltiptext {
  left: -125px !important;
  top: -30px;
}

.add-folder-btn {
  background-color: #F6F8FA;
  border: 1.5px solid #F0F3F7;
  padding: 2px;
  border-radius: 4px;

  &:hover {
    border: 1.5px solid #1935CD;

    svg {
      fill: #1934cd !important;
    }
  }
}

.checkbox-label-header {
  margin-top: 11px;
}

.msg-business-body-sidenav {
  padding-right: 24px !important;
  padding-left: 0 !important;
}

.limit-user-col .limit-user:nth-child(n+2) {
  display: none;
}

.limit-user-col .limit-user h4,
.limit-user-col .limit-user span {
  position: relative;
}

.limit-user-col .limit-user h4::after,
.limit-user-col .limit-user span::after {
  content: "...";
  position: absolute;
  right: -10px;
  top: 4px;
  font-size: 10px;
}

// .limit-user span {
//   font-weight: bold;
// }

.SplitSlider {
  overflow-y: hidden !important;
}

.page-container {
  max-width: 100%;
  overflow-x: hidden !important;
}

.main-container {
  max-width: 98% !important;
  padding-left: 70px;
}

.reply-btn1,
.forward-btn1 {
  background-color: #fff;
  border: 1.5px solid #1935CD;
  border-radius: 30px;
  min-width: 100px;
  color: #1935CD;
  font-weight: 600;
  padding: 8px 20px;
  outline: none !important;

  &:hover {
    background-color: #e2e6fb;
    outline: none !important;
  }

  &:focus {
    outline: none !important;
  }
}

.icon-header {
  background-color: #deeafb;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  min-width: 48px;
  min-height: 48px;
}

#iconImg {
  min-height: 21px;
  min-width: 18.75px;
  height: 21px;
  width: 18.75px;
  margin: 0 !important;
}

// .email-body-nonsplit {
//   max-height: 35vh;
//   overflow-x: hidden;
//   overflow-y: scroll;
// }
/* In your component stylesheet (.scss or .css) */
.group-name-text {
  font-size: 14px;
  font-weight: 500;
  margin-left: 4px;
  margin-bottom: 10px;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.dummy-username{
  font-weight: 500;
  letter-spacing: 0%;
  font-size: 14px;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.group-name11{
  font-weight: 500;
  letter-spacing: 0%;
  font-size: 14px;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.split-view-email-footer {
  position: absolute !important;
  bottom: 0;
  left: 24px !important;
  right: 24px !important;
  width: calc(100% - 48px) !important;
  display: flex;
  justify-content: flex-start !important;

}

.delete-msg-text {
  text-align: center !important;
  margin-bottom: 20px!important;
  font-size: 14px;
  font-weight: 500;
  font-family: "Satoshi-Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}


.move-to-folder {
  padding: 46px 16px !important;
}

.modal-overlay1 {
  display: none;
  /* Hidden by default */
}

.modal-overlay1.active {
  display: block;
  /* Show when active */
}

.coadmin-item {
  padding: 20px !important;
  height: 80px;
  background-color: #E9EDFF;
  width: 100% !important;
  border-radius: 10px;
  //margin: 10px 0px 0px 0px !important;
}

.coadmin-col1 {
  align-items: flex-start;
  /* aligns all children to the left */
  text-align: left;
}

.download-dialog-content .download-FileName {
  font-size: 14px !important;
  color: #000000;
  font-weight: 500 !important;

}

.download-dialog-content .download-size {
  font-size: 12px !important;
  color: #5075A7;
  font-weight: 400 !important;

}

/* Increase the width of the progress bar */
.download-dialog-content .progress-bar {
  width: 100%;
  /* You can adjust this to 80%, 90%, etc. */
  height: 4px;
  /* Adjust height if needed */
  background-color: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
}

/* Inner progress fill */
.download-dialog-content .progress-fill {
  height: 100%;
  background-color: #1935CD;
  /* You can use any color */
  transition: width 0.3s ease;
}

// .modal-content.middle .modal-body {
//   padding: 24px !important;
// }

.folder-message-delete-labels label {
  font-weight: 400;
}



.folder-email-header {
  display: flex;
  align-items: start;
}

.folder-email-header-split {
  width: 70% !important;
}

.folder-message-view-header {
  display: flex;

  img {
    border-radius: 50%;
    margin-right: 5px;
  }
}



/* Responsive Queries */

@media only screen and (max-width: 2000px) and (min-width: 1500px) {
  .split-view {
    margin-top: 16px !important;
  }

  .datetime {
    opacity: 0.5;
    font-size: calc(8px + 0.15vw) !important;
    letter-spacing: 1px;
  }

  .check-box-div {
    display: flex;
    //justify-content:space-between;
  }
}

@media only screen and (max-width: 1680px) {

  .msg-folder {
    margin-top: 0px;
    // display:block;
  }
}

@media only screen and (max-width: 1680px) {

  .email-content-outer {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media screen and (max-width: 1280px) {

  .msg-folder .title {
    margin-left: 10px !important;
    display: flex;
    font-size: 14px;
  }

  .secondary-sidebar .folder-list .main-menu>li {
    padding: 5px 0px 5px 10px;
  }

  .secondary-sidebar.compose,
  .secondary-sidebar.display-msg,
  .secondary-sidebar.reply-compose {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;

  }

  .secondary-sidebar ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .folder-btn {
    margin-left: 10px;
  }

  .msg-folder .circle-card-controls .item {
    margin: 0px !important;
  }

  .btn-compose {
    bottom: 15px !important;
  }

  .email-content-outer {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .compose-header-sec {
    margin: 5px 22px 5px 0px;

  }

  .compose-header-reply {
    padding: 5px;
    bottom: -5px;
  }

  .compose .compose-screen-wrapper .cancel-sec {
    bottom: 20px;
  }

  .reply-compose .cancel-sec {
    bottom: -15px;

  }

  .bottom-cancel {
    line-height: 23px;
    bottom: -5px;
  }

  .bottom-send {
    bottom: -4px;
  }

  .folder-list .main-menu {
    padding-right: 15px;
  }

  .secondary-sidebar .folder-list .main-menu>li {
    padding: 5px 15px 5px 10px;
  }

  .search-div input {
    width: 66%;
  }

  .email-subject {
    font-size: calc(9px + 0.15vw) !important;
  }

  .folder-badge {
    padding-left: 6px;
  }



}

@media screen and (max-height:720px) {

  .secondary-sidebar,
  .third-sidebar,
  .secondary-sidebar.display-msg .split-details {
    height: 75vh;
    height: calc(100vh - 150px);

  }

  .secondary-sidebar.display-msg .split-details .email-content-wrapper {
    height: 75vh;
    height: calc(100vh - 150px);

  }

  .retractmenu .secondary-sidebar,
  .retractmenu .third-sidebar,
  .retractmenu .secondary-sidebar.display-msg .split-details,
  .retractmenu .secondary-sidebar.display-msg .split-details .email-content-wrapper {
    height: calc(100vh - 100px) !important;
    ;

  }

  .contentreplyforward {
    height: calc(100vh - 460px);
  }

  .compose-screen-wrapper .compose-body.Msg.Body textarea {
    min-height: 50px;
    max-height: 50px;
    height: 50px;
  }

  .compose-screen-wrapper {
    min-height: calc(100vh - 170px);
    max-height: calc(100vh - 170px);
    height: calc(100vh - 170px);

  }

  .compose-screen-wrapper .compose-body textarea,
  .reply-compose .compose-body-two textarea,
  .email-content .email-content-body textarea {
    min-height: 150px;
    max-height: 150px;
    min-height: calc(100vh - 340px);
    max-height: calc(100vh - 340px);
    height: calc(100vh - 340px);

  }

  .compose-header-reply,
  .compose-header-new {
    bottom: -5px;
  }

  .bottom-send-new {
    bottom: -5px;
    margin-bottom: 0px;
  }

  .compose-body-two {
    height: 75px;
    min-height: calc(100vh - 450px);
    max-height: calc(100vh - 450px);
    height: calc(100vh - 450px);

  }

  .compose-header-new,
  .compose-header-reply {
    // width:56%;
    min-width: 345x;
  }

  .folder-list {
    margin: 5px 0px;
    overflow-y: auto;
  }

  .folder-list .main-menu,
  .list .main-menu {
    padding-right: 10px !important;
  }

  .mnf-communication .secondary-sidebar ul.main-menu {
    padding-right: 10px !important;
  }

  .mnf-communication .secondary-sidebar .main-menu li a .badge {
    padding-right: 6px !important;
  }

  .folder-title {
    min-width: calc(100% - 38px);

  }

  .email-content-width {
    width: 160px !important;
    padding-top: 2px;
  }

  .reply-original-msg {
    margin-top: 0px;
    display: none;
  }

  .compose-header-sec.two {
    align-items: flex-start !important;
    min-height: auto;
  }

  ::ng-deep #texteditorreply .ql-editor p:first-child:last-child {
    padding-top: 0px;
  }

  .compose-selection .compose-header-sec {
    margin: 10px 12px 10px 12px !important;
  }

  .compose-header-reply,
  .compose-header-new {
    padding: 4px;
  }

  .compose-screen-wrapper .compose-body.Msg.Body {
    padding-top: 2px;
  }

  .c-h-title-reply {
    padding: 10px 0px;
  }

  .sub-ttl {
    padding: 8px 15px 8px 15px;
  }

  .cmsg-header {
    margin-bottom: 2px;
    padding-top: 0px;
  }

  .compose-screen-wrapper .compose-body.Msg.Body.new {
    padding-right: 0px;
    padding-left: 0px;
    min-height: calc(100vh - 450px);
    max-height: calc(100vh - 450px);
    height: calc(100vh - 450px);
  }

  .bottom-send-new {
    right: 20px;
    bottom: -13px !important;
  }

  .bottom-send {
    right: 20px;
  }

  .reply-compose .compose-header-reply,
  .reply-compose .bottom-cancel,
  .reply-compose .bottom-send {
    bottom: 13px;
  }

  .inbox-compose-col .compose-screen-wrapper {
    min-height: auto !important;
    max-height: auto !important;
    height: auto !important;
  }
}

@media (min-width: 1200px) {

  .container-fluid.container-fixed-lg.main-container {
    padding-bottom: 0 !important;
  }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 21.5vh;
          max-height: 21.5vh;
          font-size: 14px;
          font-family: 'Satoshi', sans-serif;
          font-weight: 500;

          .compose-textedit {
            min-height: calc(21.5vh - 100px);
            max-height: calc(21.5vh - 100px);
            font-size: 14px;
            font-family: 'Satoshi', sans-serif;
            font-weight: 500;
          }

          .compose-no-attach {
            min-height: 21.5vh;
            max-height: 21.5vh;
            font-size: 14px;
            font-family: 'Satoshi', sans-serif;
            font-weight: 500;
            cursor: pointer;
          }
        }
      }

      .dgactive {
        .compose-texteditor {
          min-height: 5vh;
          max-height: 5vh;

          .compose-textedit {
            min-height: calc(5vh - 100px);
            max-height: calc(5vh - 100px);
          }

          .compose-no-attach {
            min-height: 21.5vh;
            max-height: 21.5vh;
          }
        }
      }
    }
  }

  .tread-item-row {
    height: 39vh;
    overflow-y: scroll;
  }

  .contentreplyforward {
    min-height: 14vh !important;
    max-height: 14vh !important;

    .compose-textedit {
      min-height: calc(14vh - 100px);
      max-height: calc(14vh - 100px);
    }

    .compose-no-attach {
      min-height: 14vh;
      max-height: 14vh;
    }
  }

  .dgactive {
    .contentreplyforward {
      min-height: 8vh !important;
      max-height: 8vh !important;

      .compose-textedit {
        min-height: calc(8vh - 100px);
        max-height: calc(8vh - 100px);
      }

      .compose-no-attach {
        min-height: 8vh;
        max-height: 8vh;
      }
    }
  }

  .msg-business-body-sidenav {
    .card-body.mnf-common-list-card-body {
      height: 68vh;
    }
  }

  .inbox-non-split-box {
    height: 68vh;
  }


  .folder-list {
    max-height: 12vh;
  }

  .secondary-sidebarList {
    height: 52vh;
  }

  .non-split-container {
    height: 45vh;
  }

  .scrollable-section {
    height: 52vh;
  }

  .trash-col {
    .secondary-sidebarList {
      height: 44vh;
    }

    // .non-split-container {
    //   height: 47vh;
    // }

    .scrollable-section {
      height: 44vh;
    }

    .split-view-email-container {
      height: 44vh;
    }
  }

  .split-view-email-container {
    height: 52vh;
  }

}

.container-fluid.container-fixed-lg.main-container {
  width: 100% !important;
  margin: 0 !important;
}

.main-container {
  width: 100% !important;
  max-width: 100% !important;
}

@media (min-width: 1366px) {

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 31vh;
          max-height: 31vh;

          .compose-textedit {
            min-height: calc(31vh - 100px);
            max-height: calc(31vh - 100px);
          }

          .compose-no-attach {
            min-height: 31vh;
            max-height: 31vh;
          }
        }
      }

      .dgactive {
        .compose-texteditor {
          min-height: 18vh;
          max-height: 18vh;

          .compose-textedit {
            min-height: calc(18vh - 100px);
            max-height: calc(18vh - 100px);
          }

          .compose-no-attach {
            min-height: 18vh;
            max-height: 18vh;
          }
        }
      }
    }
  }

  .tread-item-row {
    height: 46vh;
    overflow-y: scroll;
  }

  .contentreplyforward {
    min-height: 25vh !important;
    max-height: 25vh !important;

    .compose-textedit {
      min-height: calc(25vh - 100px);
      max-height: calc(25vh - 100px);
    }

    .compose-no-attach {
      min-height: 25vh;
      max-height: 25vh;
    }
  }

  .dgactive {
    .contentreplyforward {
      min-height: 13vh !important;
      max-height: 13vh !important;

      .compose-textedit {
        min-height: calc(13vh - 100px);
        max-height: calc(13vh - 100px);
      }

      .compose-no-attach {
        min-height: 13vh;
        max-height: 13vh;
      }
    }
  }
 .compose-textedit {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Satoshi', sans-serif;
 }
  .main-message-header {
    justify-content: space-between;

    .header-title-col1 {
      width: 65% !important;
    }

    .header-search-col2 {
      width: 30% !important;
    }

    .header-toggle-col3 {
      width: 6% !important;
      border: none !important;
      text-align: right;
      padding-right: 5px;
    }
  }

  .msg-business-body-sidenav {
    .card-body.mnf-common-list-card-body {
      height: 69vh;
    }
  }

  .inbox-non-split-box {
    height: 69vh;
  }

  .folder-list {
    max-height: 16vh;
  }

  .secondary-sidebarList {
    height: 55vh;
  }

  .non-split-container {
    height: 46vh;
  }

  .scrollable-section {
    height: 55vh;
  }

  .trash-col {
    .secondary-sidebarList {
      height: 49vh;
    }

    .scrollable-section {
      height: 49vh;
    }

    .split-view-email-container {
      height: 49vh;
    }
  }

  .split-view-email-container {
    height: 54vh;
  }

  // .compose-col-list {
  //   max-height: 10vh;
  // }

}

@media (min-width: 1440px) {

  .container-fluid.container-fixed-lg.main-container {
    padding-bottom: 0 !important;
  }

  // .inbox-split-footer {
  //  bottom: -100px !important;
  // }

  .tread-item-row {
    // height: 46vh;
    overflow-y: scroll;
  }

  .split-view-email-footer {
    background-color: #fff;
    bottom: 0px;
    display: flex;
    justify-content: flex-start !important;
  }

  .main-message-header {
    justify-content: space-between;

    .header-title-col1 {
      width: 65% !important;
    }

    .header-search-col2 {
      width: 29% !important;
      border-right: 2px solid #A3B7D6;
    }

    .header-toggle-col3 {
      width: 6% !important;
      border: none !important;
      text-align: right;
    }
  }

  .compose-heads {
    width: 7%;
  }

  .dg-filter-col .dg-left {
    width: 8% !important;
  }

  .compose-col {
    width: 93% !important;

    li {
      margin: 0 8px 0 0 !important;
    }

    input {
      margin: 0 !important;
    }
  }

  .col1-checkinput {
    width: 3%;
    padding: 10px 0;
  }

  .col2-email-header {
    width: 21%;
  }

  .col3-mail-text {
    width: 25%;
  }

  .col4-mail-message {
    width: 41%;
  }

  .col5-mail-time {
    width: 10%;
  }

  // .msg-business-body-sidenav {
  //   .card-body.mnf-common-list-card-body {
  //     height: 73vh;
  //   }
  // }

  // .inbox-non-split-box {
  //   height: 73vh;
  // }


  // .folder-list {
  //   max-height: 28vh;
  // }

  // .secondary-sidebarList {
  //   height: 56vh;
  // }

  .non-split-container {
    // height: 48vh;
    padding-bottom: 20px;
  }

  // .scrollable-section {
  //   height: 57.5vh;
  // }

  // .trash-col {
  //   .secondary-sidebarList {
  //     height: 51vh;
  //   }

  //   .scrollable-section {
  //     height: 51vh;
  //   }

  //   .split-view-email-container {
  //     height: 51vh;
  //   }
  // }

  // .split-view-email-container {
  //   height: 57.5vh;
  // }
}

@media (min-width: 1500px) {

  .tread-item-row {
    height: 47vh;
    overflow-y: scroll;
  }

  .main-message-header {
    justify-content: space-between;

    .header-title-col1 {
      width: 65% !important;
    }

    .header-search-col2 {
      width: 30% !important;
    }

    .header-toggle-col3 {
      width: 5% !important;
    }
  }

  .col1-checkinput {
    width: 2.5%;
    padding: 10px 0;
  }

  .col2-email-header {
    width: 18.5%;
  }

  .col3-mail-text {
    width: 25%;
  }

  .col4-mail-message {
    width: 48%;
  }

  .col5-mail-time {
    width: 6%;

  }

  .inbox-read-email-header,
  .sent-read-email-header {
    .header-img {
      width: 88%;
      display: flex;
    }

    .header-date {
      width: 12%;
    }
  }

}

@media (min-width: 1600px) {
  .container-fluid.container-fixed-lg.main-container {
    padding-bottom: 0 !important;
  }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 42vh;
          max-height: 42vh;

          .compose-textedit {
            min-height: calc(42vh - 100px);
            max-height: calc(42vh - 100px);
          }

          .compose-no-attach {
            min-height: 42vh;
            max-height: 42vh;
          }
        }
      }

      .dgactive {
        .compose-texteditor {
          min-height: 32vh;
          max-height: 32vh;

          .compose-textedit {
            min-height: calc(32vh - 100px);
            max-height: calc(32vh - 100px);
          }

          .compose-no-attach {
            min-height: 32vh;
            max-height: 32vh;
          }
        }
      }
    }
  }

  .inbox-col .mnf-business-body.mnf-common-list-card-body .message-header .circle-card-controls .item {
    font-size: 16px !important;
  }

  .contentreplyforward {
    min-height: 36vh !important;
    max-height: 36vh !important;

    .compose-textedit {
      min-height: calc(36vh - 100px);
      max-height: calc(36vh - 100px);
    }

    .compose-no-attach {
      min-height: 36vh;
      max-height: 36vh;
    }
  }

  .dgactive {
    .contentreplyforward {
      min-height: 26.5vh !important;
      max-height: 26.5vh !important;

      .compose-textedit {
        min-height: calc(26.5vh - 100px);
        max-height: calc(26.5vh - 100px);
      }

      .compose-no-attach {
        min-height: 26.5vh;
        max-height: 26.5vh;
      }
    }
  }

  .split-view-email-footer {
    background-color: #fff;
    bottom: 0px;
    display: flex;
    justify-content: flex-start !important;
  }

  .main-message-header {
    justify-content: space-between;

    .header-title-col1 {
      width: 70% !important;
    }

    .header-search-col2 {
      width: 25% !important;
    }

    .header-toggle-col3 {
      width: 5% !important;
    }
  }

  .msg-business-body-sidenav {
    .card-body.mnf-common-list-card-body {
      height: 74vh;
    }
  }

  .inbox-non-split-box {
    height: 74vh;
  }

  .folder-list {
    max-height: 27vh;
  }

  .secondary-sidebarList {
    height: 66vh;
  }

  .non-split-container {
    height: 62.5vh;
  }

  .scrollable-section {
    height: 64vh;
  }

  .trash-col {
    .secondary-sidebarList {
      height: 56vh;
    }

    .scrollable-section {
      height: 56vh;
    }

    .split-view-email-container {
      height: 56vh;
    }
  }

  .split-view-email-container {
    height: 60vh;
  }

  .split-view-item {
    .split-view-header {
      width: 72%;

      .image-header {
        width: 25% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        img {
          margin-right: 5px !important;
        }
      }

      .user-header {
        width: 75% !important;
      }
    }
  }

  .dg-filter-col .dg-left {
    width: 8% !important;
  }

  .compose-col {
    width: 93% !important;

    li {
      margin: 0 8px 0 0 !important;
    }

    input {
      margin: 0 !important;
    }
  }

  .tread-item-row {
    height: 53vh;
    overflow-y: scroll;
  }

  .dgfilter {
    ul {
      li {
        label {
          margin-top: 0 !important;
          margin-right: 0 !important;
          font-size: 14px !important;
        }
      }
    }
  }
}

.addto-folder-modal-body .inbox-modal-submit {
  width: 18% !important;
}

.quickview-wrapper {
  .modal-header {
    padding: 20.5px 20px;
  }
}

.trash-col2-email-header {
  display: flex;
  align-items: center;
}



@media (min-width: 1920px) {
  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 53vh;
          max-height: 53vh;

          .compose-textedit {
            min-height: calc(53vh - 100px);
            max-height: calc(53vh - 100px);
          }

          .compose-no-attach {
            min-height: 53vh;
            max-height: 53vh;
          }
        }
      }

      .dgactive {
        .compose-texteditor {
          min-height: 45vh;
          max-height: 45vh;

          .compose-textedit {
            min-height: calc(45vh - 100px);
            max-height: calc(45vh - 100px);
          }

          .compose-no-attach {
            min-height: 45vh;
            max-height: 45vh;
          }
        }
      }
    }
  }

  .contentreplyforward {
    min-height: 48vh !important;
    max-height: 48vh !important;

    .compose-textedit {
      min-height: calc(48vh - 100px);
      max-height: calc(48vh - 100px);
    }

    .compose-no-attach {
      min-height: 48vh;
      max-height: 48vh;
    }
  }

  .dgactive {
    .contentreplyforward {
      min-height: 39vh !important;
      max-height: 39vh !important;

      .compose-textedit {
        min-height: calc(39vh - 100px);
        max-height: calc(39vh - 100px);
      }

      .compose-no-attach {
        min-height: 39vh;
        max-height: 39vh;
      }
    }
  }

  .main-message-header {
    justify-content: space-between;

    .header-title-col1 {
      width: 71.9% !important;
    }

    .header-search-col2 {
      width: 25% !important;
      padding: 0 10px;
    }

    .header-toggle-col3 {
      width: 4.1% !important;
    }
  }

  // heights
  .msg-business-body-sidenav {
    .card-body.mnf-common-list-card-body {
      height: 78vh;
    }
  }

  .secondary-sidebarList {
    height: 67vh;
  }

  .split-view-email-container {
    height: 67vh;
  }

  .scrollable-section {
    height: 67vh;
  }

  .non-split-container {
    height: 67vh;
  }

  .inbox-non-split-box {
    height: 78vh;
  }


  .trash-col {
    .split-view-email-container {
      height: 62vh;
    }

    .secondary-sidebarList {
      height: 62vh;
    }

    .scrollable-section {
      height: 62vh;
    }
  }




  .split-view-item {
    .split-view-checkbox {
      width: 6%;

      label {
        height: 18px;
      }
    }

    .split-view-header {
      width: 88%;

      .image-header {
        width: 16% !important;

        img {
          margin-right: 10px !important;
          margin-left: 5px;
        }
      }

      .user-header {
        width: 84% !important;
        padding-left: 0px !important;
      }
    }

    .split-time {
      font-size: 14px !important;
    }

    .split-view-date {
      font-size: 14px !important;
    }
  }

  .tread-item-row {
    height: 59vh;
  }

  .tread-item-header-row {

    .tread-img-header {
      width: 6%;
    }

    .tread-user-name {
      width: 85% !important;
    }

    .tread-time {
      width: 9%;
      font-size: 14px;
    }

    .tread-btns {
      width: 9%;

    }
  }

  .folder-list {
    max-height: 41vh;
    margin-bottom: 0;
  }


  .split-view-item .split-view-header .user-header {
    padding-left: 8px !important;
  }

  .limit-user-col.user-header {
    padding: 0 !important;
  }
}