.email-list-container {
	display: flex;
	width: 302px;
	flex-direction: column;
	/* gap: 4px; */
}

.email-list-container .email-listing-header {
	background-color: #f8f4f4;
	padding: 2px;
	border: 1px solid #0000002e;
	border-bottom: none;
	display: flex;
	align-items: center;
}

.email-form-frame iframe{
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.email-body-frame iframe{
	overflow-y: auto;
	width: 100%;
	height: 100%;
}

.iframe-close{
	position: absolute;
	top: 52px;
	right: 42px;
	height: 32px;
	width: 32px;
	border-radius: 16px;
	background-color: #d6d2cc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.email-list-container .email-listing-header-label {
	flex: 2;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
}

.email-list-container .email-folder {
	background-color: #f8f4f4;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #0000002e;
}

.email-list-container .email-folder .two-col-row {
	display: flex;
	justify-content: space-between;
	color: rgba(0, 0, 0, 0.5);
	margin-top: 10px;
	font-size: var(--text-size);
	font-family: AmazonEmber, Helvetica, sans-serif;
}

.email-list-container .email-folder .agent-serach-elm {
    /* border: 1px solid #ff9e00; */
    height: 26px;
    flex: 1;
    /* font-size: var(--text-size); */
    /* font-family: AmazonEmber, Helvetica, sans-serif; */
    /* border: none; */
}

.email-list-container .email-folder #agentsListCont {
	display: flex;
	align-items: center;
	border: 1px solid #ff9e00;
	font-size: var(--text-size);
	font-family: AmazonEmber, Helvetica, sans-serif;
	padding-right: 4px;
}

.email-list-container .email-folder #agentsListCont span{
	left: -6px !important;
	top: 0px !important;
}

.email-list-container .email-folder .folder-search input {
	padding: 5px;
	border: 1px solid #ff9e00;
	float: left;
	width: 80%;
	height: 28px;
	background: transparent;
	outline: 0;
	font-size: var(--text-size);
	font-family: AmazonEmber, Helvetica, sans-serif;
}

.email-list-container .email-folder .folder-search button {
	float: left;
	width: 20%;
	padding: 5px;
	background: #aff000;
	color: white;
	font-size: 16px;
	border: 1px solid #80808042;
	border-left: none;
	cursor: pointer;
}

.email-list-container .email-folder select {
	width: 72px;
}

.email-list-container .email-folder #emailRefresh {
	padding: 2px; 
	cursor: pointer;
}

.email-list-container .email-folder #emailRefresh svg {
	fill: rgb(38, 48, 59);
    width: 12px;
    height: 12px;
}

.email-list-container .email-listing {
	background-color: #f8f4f4;
	padding: 5px 0 5px 0;
	flex: 1 1 0%;
	overflow: auto;
	height: 100vh;
	border: 1px solid #0000002e;
	border-top: none;
	/* font-size: var(--text-size); */
	/* font-family: AmazonEmber, Helvetica, sans-serif; */
}

.email-list-container .email-nothing {
	display: flex;
	justify-content: center;
}

.email-list-container .email-listing::-webkit-scrollbar {
	width: 6px;
	background-color: #a3a7ad;
}

.email-list-container .email-listing .selected {
	background-color: #cee1f2 !important;
	border: 1px !important;
	border-style: dotted !important;
}

.email-list-container .email-listing .email-card {
	position: relative;
	padding: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	/* display: flex; */
	/* flex-wrap: wrap; */
	cursor: pointer;
	transition: all 0.25s ease 0s;
	overflow: hidden;
	font-weight: 400;
	background-color: white;
}

.email-list-container .email-listing .email-card:hover {
	transition: all 0.2s ease-out;
	box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
	top: -4px;
	border: 1px solid #cccccc;
	background-color: white;
}

.email-list-container .email-listing .email-card:hover:before {
	transform: scale(2.15);
}

.email-list-container .email-listing .email-card .email-text {
	color: #1212c9a1;
	min-width: 0;
	flex-basis: 65%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.email-list-container .email-listing .un-read {
	font-weight: 600 !important;
}

.email-list-container .email-listing .un-read .email-text {
	color: #1212c9 !important;
}

.email-list-container .email-listing .email-card .date-cont {
	font-weight: 400;
}

.email-list-container .email-listing .un-read .date-cont {
	font-weight: 600 !important;
}

.email-list-container .email-listing .email-card .card-container {
	flex: 1 1 0%;
	padding-left: 10px;
	/* font-size: 13px; */
}

.email-list-container .email-listing .email-card .card-container .row-1 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	font-weight: 600;
}

.email-list-container .email-listing .email-card .card-container .row-3 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.email-list-container .email-listing .email-card .card-container .row-3 .text-ellipsis-r {
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex-basis: 40%;
    text-align: right;
}

.email-list-container .email-listing .email-card .card-container .row-3 .text-ellipsis {
    min-width: 0;
    flex-basis: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.email-list-container .email-listing .email-card .card-container .row-2 {
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 2px 0px;
	-webkit-box-align: center;
	align-items: center;
	color: black;
}

.email-list-container .email-listing .email-card .card-container .row-3 {
	/* line-height: 1.5; */
	color: rgba(0, 0, 0, 0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: flex;
	flex-wrap: wrap;
}

.email-list-container .email-listing .email-card .card-container .image-sec {
	fill: #bbad16;
}

.email-list-container .email-listing .email-card .card-container .image-small {
    width: 13px;
    height: 12px;
    fill: #bbad16;
}

.email-container {
	flex-grow: 1;
	/* display: flex; */
	/* padding: 0 10px 0 10px; */
	flex-direction: column;
	/* gap: 5px; */
	/* flex-wrap: wrap; */
}

.email-selected{
	display: flex;
}

.email-container svg {
	fill: #100f38;
	height: 14px;
}

.email-container .btn-container {
	height: 34px;
	background-color: #f8f4f4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 0 10px;
	border: 1px solid #0000002e;
}

.email-container .btn-container .btn {
	background-color: transparent;
	border: 1px solid black;
	color: #0c1e35;
	padding: 4px 16px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 6px;
}

.img-white{
	fill: white !important;
}

.email-container .btn-container .btn-primary {
	background-color: #353050 !important;
    color: white !important;
}

.email-container .btn-container .btn-disabled {
	background: #9999994d;
	color: #555;
	cursor: not-allowed;
	pointer-events: none;
}

.email-container .btn-container .btn-disabled svg {
	fill: #100f386b;
}

.email-container .btn-container .email-header {
	font-weight: 700;
	color: #1203f9;
	font-size: 15px;
}

.email-container .c-row {
	display: flex;
	flex-direction: column;
	padding: 2px;
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.email-container .c-row .elipsis-text{
	text-overflow: ellipsis;
    overflow: hidden;
}

.email-container #row-3 {
	align-items: end;
	overflow: visible;
}

.email-container .col-big {
	display: flex;
	gap: 5px;
	margin-bottom: 2px;
}

.email-container .col-big .label {
	font-weight: 600;
	min-width: 100px;
}

.email-container .c-col {
	display: flex;
	gap: 5px;
	margin-bottom: 2px;
}

.email-container .c-col .label {
	font-weight: 600;
	min-width: 50px;
}

.email-container .email-body-header {
	height: 53px;
	background-color: #f8f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	/* font-size: 13px; */
	display: flex;
	justify-content: space-between;
	border: 1px solid #0000002e;
	flex-wrap: wrap;
}

.email-container .email-body-header #templates{
	/* width: 187px; */
}

.email-container .email-body {
	flex: 1 1 0%;
	overflow: auto;
}

.email-container .email-body-read {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	padding: 8px;
}

.email-container .email-separator {
	margin-top: 0;
	margin-bottom: 0;
	/* border-width: 1px; */
	/* border-color: rgb(97 97 106 / 8%); */
}


/*-------------------------------------------------------------------------------*/
#emailAttachCont nav {
  /* width: 30px; */
}
#emailAttachCont .slide {
  clear: both;
  width: 200px;
  /* padding-left: 2px; */
  transition: height 0.4s ease;
  border: 1px solid black;
  margin-top: 2px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 2;
  position: absolute;
}
#emailAttachCont .slide li {
  list-style: none;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
#emailAttachCont .attachment-file {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  float: left;
  div.attachment-file:hover {
   overflow: visible;
   }
}
#emailAttachCont .delete-attachment {
  /* float: right; */
  padding-right: 5px;
  cursor: pointer;
}
#emailAttachCont .attachment-but {
  /* border-bottom: 1px solid black; */
  text-align: center;
  cursor: pointer;
}
#emailAttachCont .custom-file-input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
}
#emailAttachCont .add-separator {
  border-bottom: 1px solid black;
}

#emailAttachCont .file-li {
	background-color: cornsilk;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.attachment-sec-body{
	/* float: right; */
	display: flex;
	padding-top: 5px;
	padding-bottom: 5px;
	justify-content: flex-end;
}
















.email-separator{
  margin-top: 0;
  margin-bottom: 0;
  border-width: 1px; 
  border-color: rgb(97 97 106 / 8%);
 
}

.old-mail-sec{
  padding-top: 5px;
  /* padding-bottom: 7px; */
  border: 1px solid #00000021;
}

.old-mail-sec .email-header{
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.old-mail-sec .email-body{
  background-color: #fafafc;
}

.inner-header{
    font-weight: 600;
    /* font-size: 14px; */
    min-width: 50px;
}

.outer-header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  /* flex: 1; */
  width: 100%;
}

.inner-header-cont {
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}

.inner-header-sec{
  display: flex;
  flex-direction: column;
}

.email-body-even{
  background-color: #f4f4f4bd;
}

.email-body-inner{background-color: #cfffff99;padding: 5px;}

.hidden{
  display: none;
}

pre{
    font-size: 16px;
    font-family: 'amazonember';
    font-weight: 500;
	white-space: pre-wrap;
}

.note-editor {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	overflow: auto;
	/* overflow-wrap: break-word; */
}

.note-editing-area {
	flex: 1 1 0%;
}

.note-editable{
	background: white !important;
	padding-left: 20px !important;
	padding: 5px !important;
}

.note-editable img{
	max-width: 100%;
}

.note-editable li{
	list-style: disc !important;
}

.note-statusbar{
	display: none;
}

.note-editing-area {
	overflow-y: auto !important;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
}

.note-editable #prev-content-new {
	cursor: not-allowed;
}

.editor-separator-solid{
	margin-top: 20px;
	margin-bottom: 20px;
}

#closeSlots{
	fill: var(--color-white);
    cursor: pointer;
}

.message-box {
    position: absolute;
    z-index: 2;
    background-color: darkslategray;
    box-shadow: 5px 5px 2px #aaaaaa69;
    border-radius: 5px;
    padding: 5px 5px 5px 10px;
    display: none;
    align-items: center;
    font-weight: 600;
    color: white;
}


#editSlotsBody {
  height: 400px;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 5px;
}

#editSlotsBody::-webkit-scrollbar {
	width: 6px;
	background-color: #a3a7ad;
}

#editSlotsBody::-webkit-scrollbar-track {
  background: transparent; 
}
 
#editSlotsBody::-webkit-scrollbar-thumb {
  background: #888; 
}

#editSlotsBody::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#editSlotsBody .form-group-slot{
	margin-bottom: 10px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: flex;
}

#editSlotsBody .form-group-slot .level-div{
	flex: 1;
    font-weight: 600;
    margin-bottom: 0;
}

#editSlotsBody .form-group-slot .elm-div{
	flex: 2;
}

#editSlotsBody .form-group-slot.form-group-slot input, select {
    background-color: #ffffff;
    border: solid 1px #c4c4c4;
    height: 26px;
    box-sizing: content-box;
    width: 308px;
	outline: none;
    padding-left: 5px;
}

.not-selected{
	display: flex;
}

div.not-selected[data-watermark]:after {
  content: attr(data-watermark);
  color:lightgrey;
  font-size:50px;   
  z-index:0;
  text-align: center;
  margin: auto;
}

.autocomplete-quickconnect{
	/* width: 187px; */
	border-bottom: 1px solid #282a358c;
	padding-right: 2px;
}

.autocomplete-template{
	width: 188px;
	border-bottom: 1px solid #282a358c;
}