.multi-ebook-messages-content{
    background-color: white;
    position: absolute;
    min-height: 177px;
    top: 71px;
    z-index: 100;
    left: 0%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.multi-ebook-message-heading-btn{float: left; margin: 33px 10px 33px 0; margin-left: 134;padding: 13px 23px 14px 0px; font-family: 'Roboto', sans-serif;font-size: 10px;font-weight: 500;  line-height: 1.2;letter-spacing: 0.6px;color: #544bd6;display: inline-block;}
.multi-ebook-message-heading-btn .txt{font-size:16px;}
.multi-ebook-messages-content .multi-ebook-message-header-hr{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 10px;
    height: 0px;
    margin-bottom: 20px;
}
.light-multi-ebook-message-count-label, .light-ebook-message-sent-count-label{
    display: inline-block;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    margin-right: 8px;
    padding: 3px;
    text-align: center;
    min-width: 30px;
}
.light-multi-ebook-message-count-label .active {
    border: solid 1px #544bd6;
}
.multi-ebook-messages-content .multiEbookMessageRow, .multi-ebook-messages-content .multiEbookMessageRowSent{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
#multiEbook .multi-ebook-text {
  visibility: hidden;
  width: 150px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -45px;
  left: 20px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
#myMultiEbookTableId_1 .width-col-one{width:10%;}
#myMultiEbookTableId_1 .width-col-two{width:14%;}
#myMultiEbookTableId_1 .width-col-three{width:12%;}
#myMultiEbookTableId_1 .width-col-four{width:12%;}
#myMultiEbookTableId_1 .width-col-five{width:14%;}
#myMultiEbookTableId_1 .width-col-six{width:14%;}
#myMultiEbookTableId_1 .width-col-seven{width:19%;}
#myMultiEbookTableId_1 .width-col-eight{width:5%;}

#myMultiEbookTableId_2 .width-col-one{width:10%;}
#myMultiEbookTableId_2 .width-col-two{width:14%;}
#myMultiEbookTableId_2 .width-col-three{width:12%;}
#myMultiEbookTableId_2 .width-col-four{width:12%;}
#myMultiEbookTableId_2 .width-col-five{width:14%;}
#myMultiEbookTableId_2 .width-col-six{width:14%;}
#myMultiEbookTableId_2 .width-col-seven{width:24%;}
.light-multi-ebook-message-count-label.has-no-record.grey-background {
  border: 1px solid #ddd;
}
.light-ebook-message-sent-count-label.has-no-record.grey-background {
  border: 1px solid #ddd;
}
.multiEbookMessageRow a, .multiEbookMessageRowSent a{color: #544bd6;}
.light-multi-ebook-message-count-label.active, .light-ebook-message-sent-count-label.active {
  border: solid 1px #544bd6;
}
.light-ebook-message-sent-count-label.active.grey-background, .light-multi-ebook-message-count-label.active.grey-background {
  border: 1px solid #ddd;
  background-color: rgba(65, 65, 65, 0.05);
}
.multi_ebook_delete_confirm_popup{
    padding: 20px 17px 20px 17px;
    background-color: #ffffff;
    width: 406px;
    position: fixed;
    z-index: 10;
    left: 35%;
}
.multi_ebook_delete-confirm-close{
    background: url("/images/icon_close_circular_stroke.svg") no-repeat;
    position: absolute;
    right: 0;
    width: 23px;
    height: 24px;
    top: -30px;
    cursor: pointer;
}
.multi_ebook_delete_confirm_popup label{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.6;
    color: #3c3c3c;
    width: 100%;
    margin: 16px auto 0 auto;
    text-align: center;
}
.multi_ebook_delete_confirm_popup .txt {
  font-weight: 400;
  font-size: 14px;
  color: #414141;
  text-align: center;
  margin: 20px;
}
.multi_ebook_delete_confirm_popup .list-popup-delete-letter{
    text-transform: uppercase;
    border-radius: 19.5px;
    background-color: #544bd6;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #ffffff;
    padding: 13px 21px 14px 21px;
    width: 127px;
    text-align: center;
    margin-left: 122px;
    cursor: pointer;
}
.multi-ebook-message-listing .multiEbookShowHideDiv, .multi-ebook-message-listing .multiEbookSentShowHideDiv{
  float: right;
  cursor: pointer;
}
.multiEbookMessageRow .letterPreview, .multiEbookMessageRowSent .letterPreview{cursor:pointer;} 
.redirect-to-multi-ebook-comment{text-decoration: underline; color: #3c3c3c!important;}