@import "../../../../app/_modules/resourceModule/machines/machines.component.scss";
@import "../group/group.component.scss";

.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;
}

.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: 50% !important;
  font-size: 13px;
  width: 34px !important;
  height: 34px !important;
  justify-content: center;
  text-align: center;
  line-height: 24px !important;
  margin-right: 10px;
}










// dowbload complete

.scrollable-section {
  height: 72vh;
  /* Set the height as needed */
  overflow-y: auto;
  /* Enable vertical scrolling */
  padding-right: 0px !important;
  /* Optional: to add padding for scrollbar */
  overflow-x: scroll !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;
}

.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: 40px;
  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);
}

.card-body.mnf-common-list-card-body {
  padding-bottom: 20px !important;
  overflow-y: auto;
  border-radius: 16px;
  background-color: #fff;
  padding: 18px !important;
}

.secondary-sidebarList {
  overflow-y: auto;
  height: 70vh !important;
  overflow-x: hidden;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.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: 2px solid #f1f1f1;
  padding: 20px 0px 20px 15px;
  font-weight: 400;
  font-family: 'Satoshi', "Helvetica Neue", sans-serif;
}

.message-item:hover {
  background-color: #E9EDFF;
  font-weight: 400 !important;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  cursor: pointer;
}

.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;
}

.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 {
  //width: 300px;
  // pointer-events: none;
  height: 26vh;
  overflow-y: auto;
  background: #ffff;
  padding: 15px;
  // background:#fafafa;
}

.contentreplyforward {
  -webkit-user-modify: read-write-plaintext-only; 
  -moz-user-modify: read-write-plaintext-only;
  
}

.compose-texteditor {
  height: 48vh;
  overflow-y: auto;
  background: #ffff;
  padding: 15px;

  span {
    font-weight: bold;
  }
}

@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;
}


::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: 15px;
  margin-bottom: 10px;
  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;

}

.main-menu .active .title {
  font-family: 'Satoshi-bold', sans-serif !important;
  font-weight: 700;
}


.main-menu .active:hover {
  background-color: #E9EDFF;
  border-radius: 8px;
  border: 1px solid #1935CD;
}

.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;
}

.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: 18px;
  font-family: 'Satoshi-Medium', sans-serif !important;
  font-weight: 500;
}

.right-number {
  position: absolute;
  right: 20px;
}

.grp-number {
  // min-width:20px;
  // text-align: right;
  // font-family: 'Satoshi-Medium',sans-serif!important;
  // font-weight: 500;
  font-size: 13px;
  display: inline-block;
  background-color: #1935CD;
  /* Blue background color */
  color: #ffffff;
  /* White text color */
  padding: 5px 10px;
  /* Adjust padding for size */
  border-radius: 50%;
  /* Makes it rounded */
  text-align: center;
  min-width: 24px;
  /* Minimum width to make it round */
}

/* 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;

}

.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;
}

.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;
}

// .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: 2px 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;
  padding-bottom: 5px !important;
  min-height: 42px;
  // 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: 25px;
  min-height: 25px;
  padding: 0px;
}

.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;
}

.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;
}

.sub-right li.dg-input input[type="text"]:focus,
.sub-right li.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: 15px !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: 400 !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: 16px;
  width: 16px;
  background-color: #fff;
  border: 1.5px solid #1935CD;
  border-radius: 4px;
}

.msg-checkmark {
  position: absolute;
  top: 0px;
  left: 8px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #1D2638;
  border-radius: 4px;
}

.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: #E9EDFF;
}

.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;
}

.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;

}

.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 {
  // background-color: #8faadc;
  padding: 0 !important;
  width: 100%;
  // color: #8faadc !important;
  margin-right: 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.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: 0px 10px 0px 20px;
  align-items: center;
  font-weight: 500;
  font-family: 'Satoshi-Medium', "Helvetica Neue", sans-serif;
  margin-right: 5px;
  gap: 5px;
  max-height: 43px !important;
}

.sub-right li.input {
  border: none !important;
  padding-left: 0px !important;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  // width:90%;
}

.dg-filter-bg .sub-right li.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 li.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: 13px;
  font-weight: bold;
}

.sub-right.dgfilter li.dg-items {
  border: none;
  background: none;
  padding: 0px 5px;
}

.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;
}

.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;
}


.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;
}

::-webkit-scrollbar:focus,
::-webkit-scrollbar:hover {
  width: 6px;
  opacity: 1;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cac5e1;
}

/* 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: 15px 0px 0px 0px;
  // height:45vh  ;
  height: 40vh !important;
  max-height: 40vh !important;
  overflow-y: auto !important;
  // ul{
  //   padding: 0 !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;
}

/* 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;
  }

  .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;
    // height: 20vh;
    // max-height: 20vh;
    overflow-y: auto;
    // min-height: 20vh;
  }

  .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;
    padding-bottom: 10px !important;
    min-height: 30px;
  }

  ::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 read
.email-container {
  //max-width: 600px;
  margin-bottom: 20px;

}

.email-container .message-header {
  border-bottom: 2px solid #f1f1f1;
  padding: 0px 0px 20px 5px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.email-header {
  display: flex;

  align-items: center;
  position: relative;
  flex-wrap: nowrap !important;
}



.email-header img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  object-fit: cover;
  min-width: 50px;
  min-height: 50px;
}

.email-body {
  margin-top: 20px;
  overflow-y: auto;
  height: 37vh !important;
  overflow-x: hidden;
  overflow-y: scroll;
}

.email-body pre,
.compose-body pre {
  background: none;
  padding: 0px;
  border: none;
}

.email-footer {
  margin-bottom: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  border-top: 2px solid #f1f1f1;
  width: 100% !important;
  padding: 10px;
  background-color: #fff;
}

.tread-item-row {
  height: 67.8vh;
  overflow-y: scroll;
}

.email-footer-threadMode {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  // bottom: 25px;
  border-top: 2px solid #f1f1f1;
  width: 100% !important;
  padding: 10px;
  background-color: #fff;
}

.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;
}

.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 */
.radio-group.active-row {
  background: #E9EDFF;

}

.radio-group input[type="radio"] {
  margin-right: 10px;
}

.radio-group label {
  margin-bottom: 0;
}

.modal-body p {
  font-family: Satoshi;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
  color: #1D2638;
}

.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: 46px;
  height: 46px;
  cursor: pointer;
  text-indent: -9999px;
  // display: flex;
  background-color: #fff;
  border-radius: 4px;
}

.attachment:focus {
  outline: 0;
}

.attach-outer-col {
  .attach-download-btn {
    padding: 7px 10px;
    border: 1px solid #C4C4C4;
    margin: 0 !important;
    display: inline-block;

    .pdf-img {
      height: 20px;
      margin-top: -4px;
    }

    button {
      padding: 0;
      margin: 0 0 0 10px;
      outline: none;
      border: none;
      background-color: transparent;

      img {
        height: 25px;
      }
    }
  }
}

.download-icon {
  background: none;
  border: none;
  margin-left: 5px;
}

.download-icon:hover,
.download-icon:focus {
  background: none;
  border: none;
  outline: 0;
}


// new css dd


.main-menu {

  // li {
  //   margin-bottom: 5px;
  // }

  .title {
    display: flex;
    align-items: center;
    gap: 2px;

    .title-text {
      display: inline !important;
      margin-bottom: 0;
      font-size: 16px !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: 10px !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;

      .circle-card-controls .item {
        background-color: transparent;

        input {
          width: 17px;
          height: 17px;
          margin-top: 5px;
        }
      }

      .search-div {
        input.search {
          width: 100% !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: 4%;
  padding: 10px 0;
}

.col2-email-header {
  width: 26%;
  position: relative !important;
  padding: 0 5px;

  h4 {
    font-weight: 500;
    margin-bottom: 6px !important;
  }
}

.col3-mail-text {
  width: 19%;
  padding: 0 5px;
}

.col4-mail-message {
  width: 69%;
  padding: 0 5px;
}

.col5-mail-time {
  width: 15%;
  padding: 0 5px;
  color: #5075A7;
  font-size: 13px;
}

.email-header {
  align-items: start !important;
}

.compose-btn-inbox {
  display: block;
  position: absolute;
  right: 0px;
  margin-top: -75px;
  z-index: 99 !important;
  top: 2px;
}

.compose-btn-col {
  display: flex;
  justify-content: end;
  width: 100%;
  z-index: 99 !important;
}

.refresh-button {
  margin-left: 30px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  background-color: #F6F8FA;
  padding: 5px;
  border: 1px solid #F0F3F7;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  cursor: pointer !important;
}

.pagination-numbers.page-item {
  .page-link {
    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: 1px solid #49494900 !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;
}

.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: #C0E6FC;
  padding: 5px 10px;
  border-radius: 5px;
  color: #043162;
  font-size: 12px;
}

.item-admin {
  display: inline-block;
  background-color: #bdd6f7;
  padding: 5px 10px;
  border-radius: 5px;
  color: #043162;
  font-size: 12px;
}

.item-coadmin {
  display: inline-block;
  background-color: #c7dbf4;
  padding: 5px 10px;
  border-radius: 5px;
  color: #043162;
  font-size: 12px;
}

.item-member {
  display: inline-block;
  background-color: #CAF9F6;
  padding: 5px 10px;
  border-radius: 5px;
  color: #043162;
  font-size: 12px;
}

.item-contractor {
  display: inline-block;
  background-color: #FFEEDB;
  padding: 5px 10px;
  border-radius: 5px;
  color: #043162;
  font-size: 12px;
}

.split-view-item {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between !important;
  gap: 0 !important;
  width: 100%;

  .split-view-checkbox {
    width: 10%;
  }

  .split-view-header {
    width: 65%;
    display: flex;
    align-items: start;
    justify-content: start;

    .image-header {
      width: 30% !important;
    }

    .user-header {
      width: 70% !important;
      overflow: hidden;
    }
  }

  .split-time {
    width: 25%;
    font-size: 12px !important;
  }

  .split-view-date {
    width: 25%;
    font-size: 10px !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: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid transparent !important;
    margin: 0;

    img {
      width: 32px !important;
    }
  }
}

.email-body {
  margin-top: 0;
}

.page-navigation {
  border-top: 1px solid #ced9e9;
  align-items: center !important;
}

.modal-content.middle .modal-body p {
  width: 100% !important;
  max-width: 100% !important;
}


.secondary-sidebarList {
  margin: 0 !important;
}

.inbox-col {
  padding: 0 !important;
}


.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: 40px;
  height: 40px;
  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 {
  border: 1px solid #1935CD !important;
  background-color: #e9edff !important;
}

.non-split-header-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end !important;
  gap: 5px;
}

.split-message-header-btns {
  background-color: #F6F8FA !important;
  padding: 1px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid transparent !important;
  margin: 0;

  img {
    height: 30px;
  }
}

.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: -2px !important;
}

.scrollable-section {
  padding: 0 !important;
}

.message-item:hover {
  font-weight: 400 !important;
}

.circle-card-controls-inbox {
  position: relative !important;
  padding: 10px 10px 0 0 !important;
  right: 0 !important;
  top: 0 !important;
}

.email-body pre {
  padding: 10px !important;
}

.split-view-email-container {
  padding: 0 !important;

  .message-header {
    padding: 10px !important;
  }
}

.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;
  font-weight: 400 !important;
}

.tread-items:hover,
.tread-items.selected {
  border-left: 5px solid #1935CD;
  font-weight: 400 !important;
}

// compose css

.inbox-compose-col {
  margin-top: -100px;
  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;
  }


  .compose-screen-wrapper,
  .email-content-wrapper {
    height: auto !important;
  }

  .compose-container {
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    margin-top: -2px;

    .mail-item {
      border: none !important;
      padding: 2px 20px !important;

      .compose-col {
        input {
          padding: 10px !important;
          border: 1px solid #F1F1F1 !important;
          border-radius: 5px !important;
        }
      }
    }

    .compose-body {
      padding: 10px 20px !important;

      .compose-texteditor {
        min-height: 50vh;
        height: auto;
        max-height: 60vh;
        background-color: #F5F7FA !important;
        border-radius: 10px !important;
        border: 1px solid #CED9E9;
      }
    }

    .comp{
      border: none !important;
      padding: none !important;
    }
   

    .compose-footer {
      // position: absolute !important;
      // left: 0 !important;
      // bottom: -180px !important;
      width: 100% !important;
    }
  }
}

.compose-col-list{
  display: flex;
  padding: 0;
}

.compose-heads {
  width: 10%;
}

.dg-filter-col .dg-left {
  width: 9.5% !important;

  .filter {
    margin-right: 0 !important;
  }
}

.compose-col {
  width: 90% !important;
}

// .reply-footer {
//   position: absolute !important;
//   left: 0 !important;
//   bottom: 0px !important;
//   width: 100% !important;
// }

.contentreplyforward {
  min-height: 40vh !important;
  height: auto !important;
  max-height: 60vh;
  background-color: #F5F7FA !important;
  border-radius: 10px !important;
  border: 1px solid #CED9E9;
}

.message-header.row {
  padding: 10px !important;
}

.inbox-read-email-header,
.sent-read-email-header {
  padding: 20px 20px !important;
  margin-bottom: 0 !important;
}

.sent-read-email-header {
  display: flex;
  flex-direction: column;
}

.sent-email-body-nonsplit {
  padding: 10px 0 !important;
  height: 40vh !important;
  width: 100% !important;
}

.email-body-nonsplit {
  padding: 0 20px !important;
  margin: 0 !important;

  pre {
    padding: 0 !important;
  }
}

.send-via-col {
  padding: 12px 15px !important;
  background: #fff;
  border-radius: 5px;
  min-width: 420px !important;
  width: auto !important;
  border: 2px solid #DADADA !important;
  display: inline-block;
}

.send-via-img {
  height: 16px !important;
  margin-top: -5px;
}

.sub-right li {
  background-color: #f8f8f8;
  border: 2px solid #ced9e9;
  margin: 2px 2px !important;
  padding: 4px 8px 4px 8px !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;
}

.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;
}

.save-draft-text {
  padding-right: 15px;
  border-right: 2px solid #3333333a;
  margin-right: 15px;
  line-height: 35px;
}

.dg-list {
  padding: 5px 5px !important;
}

.add-recipents-input input {
  padding: 10px !important;
  background-color: #E9EDFF !important;
  text-align: center;
}

.add-recipents-input {
  position: relative;
}

.add-recipents-input i {
  position: absolute !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #1935cd !important;
  left: 25px !important;
  top: 11.5px !important;
}

.add-recipents-input input::placeholder {
  color: #1935cd !important;
  opacity: 1 !important;
}

.dg-filter-col {
  background-color: #F5F7FA !important;
  padding: 10px !important;
  border-radius: 5px !important;
  margin: 10px 15px 0 15px !important;

  ul {
    li {
      background-color: #fff !important;
      padding: 10px !important;
      margin-right: 8px !important;
      border: 1px solid #CED9E9 !important;
      border-radius: 5px !important;
    }
  }
}



.selected-files {
  // margin-top: -65px !important;
  // margin-left: 10px !important;

  ul {
    padding: 0 !important;

    li {
      padding: 8px 10px !important;
      border-radius: 5px !important;
      border: 1px solid #C4C4C4 !important;
      display: inline-block !important;
      margin: 10px 5px 10px 0 !important;
      background-color: #fff !important;

      button {
        background: transparent !important;
        border: none !important;
        outline: none !important;

        img {
          height: 22px;
        }
      }
    }
  }
}

// reply forword 

.reply-message-header {
  padding: 10px !important;
}

.dynamic-field-bottom-btn {
  width: 25.2% !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: 16px;
    font-weight: 500;
    margin: 20px 0 0 0;
    color: #000;
  }
}

.addto-folder-modal-body {
  padding: 0 !important;

  .radio-group {
    margin-bottom: 10px;
    padding: 20px 20px !important;

    input {
      width: 15px !important;
      height: 15px !important;
      margin: 0 !important;
    }
  }

  .inbox-modal-submit {
    width: 25.2% !important;
    right: 0 !important;
  }
}

.draft-email-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  bottom: 5px;
}

.dg-filter-col.reply-forward-filter-col {
  margin: 0 !important;
}

.attchment-outer-row {
  display: flex;
  gap: 10px;

  .attach-outer-col {
    display: inline-block;
  }
}

.c-dg-style {
  width: 30px;
  height: 30px;
  background-color: #4c4cea;
  padding: 3px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
}

.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: -9px;
  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: 400;
}


.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: #1935CD !important;
  min-width: 120px !important;
  max-height: 40px !important;
  padding: 10px 20px !important;
  max-height: 40px !important;
  color: #fff !important;
  border: 1px solid #1935CD !important;
}

.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: 120px !important;
  max-height: 40px !important;
}

#list {
  display: inline-flex; /* Ensure list items are arranged in a single row */
  align-items: center; /* Vertically center the content */
  overflow-x: scroll; /* Enable horizontal scrolling when content overflows */
  white-space: nowrap;
}

// #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: 15px 15px;
  justify-content: space-between;
  border-bottom: 1px solid #CED9E9;

  .tread-img-header {
    width: 8%;

    img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
      min-width: 50px;
      min-height: 50px;
    }
  }

  .tread-user-name {
    width: 77% !important;
    padding: 0 15px !important;

    .via-row {
      display: flex;

      p {
        display: inline !important;
        margin: 5px 2px !important;
      }
    }
  }

  .tread-time {
    width: 15%;
    text-align: right;

    span {
      font-family: 14px;
    }
  }

  .tread-btns {
    width: 15%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;

    button {
      background-color: #F6F8FA !important;
      padding: 1px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 3px;
      border: 1px solid transparent !important;
      margin: 0;

      img {
        width: 30px;
      }
    }
  }
}

.tread-item-row {
  position: relative !important;
}

.tread-item-body {
  padding: 10px 10px;
  border-bottom: 1px solid #CED9E9;

  .tread-body-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;

    h4 {
      font-size: 18px !important;
      font-weight: 600 !important;
    }

    span {
      font-size: 14px;

    }
  }

  .tread-pre{
    min-height: 42vh !important;
    overflow-y: scroll;
  }
}

.container-fluid.container-fixed-lg {
  padding: 10px 30px 10px 75px !important;
  height: auto !important;

  .custom-row {
    padding-bottom: 20px;
  }
}

.quickview-wrapper {
  width: 25.3% !important;
}

.pagination {
  // margin: 5px 0 !important;
  height: 40px !important;
}

.file-type {
  // width: 100%;
  margin-top: -3px;
}

// message header flex
.main-message-header {
  justify-content: space-between;
  flex-wrap: nowrap;

  .header-title-col1 {
    width: 60% !important;
    padding: 0 11px !important;
  }

  .header-search-col2 {
    width: 34% !important;
    padding: 0 10px;
    border-right: 2px solid #A3B7D6 !important;
  }

  .header-toggle-col3 {
    width: 6% !important;
    border: none !important;
    text-align: right;
  }
}

.sent-cancel-btn {
  min-width: auto !important;
}

.user-list-img {
   object-fit: cover;
    height: 30px;
    border-radius: 50px;
    width: 30px;
}

.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: 5px;
}

.checkbox-label-header{
  margin-top: 11px;
}

@media screen and (max-height: 720px) {
  .inbox-compose-col .compose-screen-wrapper {
    min-height: auto !important;
    max-height: auto !important;
    height: auto !important;
  }

}

@media screen and (min-width: 1440px) {
  .inbox-split-footer {
    bottom: -100px !important;
  }
  .split-view-email-footer {
    background-color: #fff;
    bottom: 0px;
  }
}

@media (min-width: 1200px) {
  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 34vh;
        }
      
      }
    }
  }
}


@media (min-width: 1300px) {
  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 42vh;
        }
      }
    }
  }

  .main-message-header {
    justify-content: space-between;

    .header-search-col2 {
      width: 35% !important;
    }

    .header-toggle-col3 {
      width: 5% !important;
      border: none !important;
      text-align: right;
    }
  }
  
}

@media (min-width: 1440px) {

  .secondary-sidebarList {
    height: 58vh !important;
  }

  .scrollable-section {
    height: 71vh !important;
  }

  .email-body {
    height: 50vh !important;
  }

  // .folder-list {
  //   height: 70vh !important;
  // }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 46vh;
          height: auto;
          max-height: 60vh;
        }
      }
    }
  }

  .main-message-header {
    justify-content: space-between;

    .header-search-col2 {
      width: 34% !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: 6.5% !important;
  }

  .compose-col {
    width: 93%;

    li {
      margin: 0 5px 0 0 !important;
    }

    input {
      margin: 0 !important;
    }
  }

  .col1-checkinput {
    width: 4%;
    padding: 10px 0;
  }

  .col2-email-header {
    width: 21%;
  }

  .col3-mail-text {
    width: 25%;
  }

  .col4-mail-message {
    width: 69%;
  }

  .col5-mail-time {
    width: 9%;

  }

}

@media (min-width: 1500px) {
  .secondary-sidebarList {
    height: 62vh !important;
  }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 46vh;
          height: auto;
          max-height: 60vh;
        }
      }
    }
  }


  .main-message-header {
    justify-content: space-between;

    .header-search-col2 {
      width: 35% !important;
    }

    .header-toggle-col3 {
      width: 5% !important;
    }
  }

  .col1-checkinput {
    width: 3%;
    padding: 10px 0;
  }

  .col2-email-header {
    width: 18%;
  }

  .col3-mail-text {
    width: 25%;
  }

  .col4-mail-message {
    width: 69%;
  }

  .col5-mail-time {
    width: 9%;

  }

}

@media (min-width: 1600px) {
  .secondary-sidebarList {
    height: 67vh !important;
  }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 49vh;
          height: auto;
          max-height: 60vh;
        }
      }
    }
  }


  .main-message-header {
    justify-content: space-between;

    .header-search-col2 {
      width: 35% !important;
      padding: 0 15px;
    }

    .header-toggle-col3 {
      width: 5% !important;
    }
  }

  .scrollable-section {
    height: 68vh !important;
  }
  .split-view-email-footer {
    background-color: #fff;
    bottom: 10px;
  }

  .draft-email-footer {
    bottom: 15px;
  }
  
}

@media (min-width: 1824px) {
  .container-fluid.container-fixed-lg {
    width: 1900px;
  }

  .secondary-sidebarList {
    height: 65vh !important;
  }

  .inbox-compose-col {
    .compose-container {
      .compose-body {
        .compose-texteditor {
          min-height: 55vh;
          height: auto;
          max-height: 65vh;
        }
      }
    }
  }

  .main-message-header {
    justify-content: space-between;

    .header-search-col2 {
      width: 36% !important;
      padding: 0 15px;
    }

    .header-toggle-col3 {
      width: 4% !important;
    }
  }

  .split-view-email-footer {
    background-color: #fff;
    bottom: 15px;
  }

  .draft-email-footer {
    bottom: 30px;
  }
}