.convo-list-container,
.convo-list-column {
  padding-top: 0px !important;
}

.convo-message-container {
  padding: 0px 5px 0px 5px !important;
  margin-bottom: 0px;
  box-shadow: 0px 0px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.convo-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100% !important;
  max-height: 445px;
  z-index: 2;
}

.convo-list #CONVO_LIST {
  padding: 0px 4px;
}

#CONVO_CONTAINER_2 {
  max-height: 484px;
}



.convo-message-header {
  font-family: 'Albert Sans', sans-serif;
  width: 100%;
  background: linear-gradient(180deg, white 80%, #ffffff00);
  z-index: 1;
}

.convo-message-body {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  padding: 0px 30px;
  padding-top: 70px;
  margin-top: -50px;
}

.convo-message-compose {
  position: relative;
  width: 100%;
  bottom: 0;
}




















@media (max-width: 768px) {
  #CONVO_CONTAINER_2 {
    display: none;
    height: 100%;
    max-height: none !important;
    /* background-color: #00000020; */
  }



  .convo-list {
    min-height: 68vh !important;
    background-color: #ffffff;
    height: 100%;
    left: 0;
    right: 0;
  }
}


.convo-record-transition {
  transition: 0.3s;
}

.convo-selected {
  background-color: #dee3e8 !important;
  border-color: #a0a6a9 !important;
}




.mv-message-compose-lower {
  box-shadow: 0px 0px 14px 0px #00000038;
  padding: 7px;
  border-radius: 10px 10px 0px 0px;
  background: #fff;
}

















@media (min-width: 568px) {

  .note_ping {
    position: relative;
  }

}

.m_unread {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  font-weight: bold;
  color: #5c5c5c;
}

.m_read {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  color: #bcbcbc;
}


.msg-counter-holder {
  display: flex;
  flex-direction: row;
  align-items: self-end;
  font-size: 13px;

  font-family: 'Albert Sans', sans-serif;
  margin-left: 5px;
}

.msg-counter-label {
  text-transform: uppercase;
  /* font-size: 11px; */
}

.msg-counter {
  margin-right: 11px;
  margin-left: 5px;
}

.msg-compose-box {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
}



@media (min-width: 767px) {
  .msg-compose-box {
    position: relative;
  }
}



.msg_preview {
  max-width: 107px;
  /* Adjust the width as needed */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



#msg_attach {
  position: relative;
  /* z-index: 1; */
}

#msg_attach svg {
  pointer-events: none;
}








.message-list-ready {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  margin-top: 0px;
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100%;
}

.message-list-engage {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  margin-top: -50px;
}



.fullscreen-convo {
  background: #FFF;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  position: absolute !important;
  z-index: 5;
}




.convo-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #b1b1b1;
  border-radius: 69px;
  pointer-events: all;
  fill: #fff;
  margin: 8px 10px 0px 0px;
  transition: 0.5s;
}

.convo-button:hover {
  background: #434343;
}





/* Style the checkboxes and labels */
#composer-full-container input[type="checkbox"] {
  display: inline-flex !important;
}

#composer-full-container label {
  cursor: pointer;
  padding: 0px 10px 0px 2px;
  position: relative;
}

#composer-full-container label:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  top: 2px;
}


#composer-full-container input[type="checkbox"]:checked+label:before {
  background-color: #2196F3;
  border: 1px solid #2196F3;
}






/* Additional styling to match your design */
#checkboxes {
  margin-bottom: 10px;
}

#recipient-search-container {
  margin-bottom: 10px;
}


#search {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 0px;
}


#compose_type_container {
  margin: 10px 0px;
}


.util-button {
  width: 100%;
  border-bottom: #dcdcdc 4px solid;
  text-align: center;
  margin: 0px 6px;
  padding: 5px 0px;
}

.util-button:hover {
  border-bottom: #2196F3 4px solid;
}

.util-button-active {
  border-bottom: #2196F3 4px solid;
}



#checkboxes-1 {
  margin: 10px 0px;
}

#checkboxes-1b {
  margin: 10px 0px;
}

#checkboxes-2 {
  margin: 10px 0px;
}

.checkboxes-1 span {
  margin-right: 15px;
}

.checkboxes-2 span {
  margin-right: 15px;
}





#results .dropdown-list {
  margin: 3px 0px;
  background-color: #f5f5f5;
  padding: 4px;
  border-radius: 4px;
}


#receivers {
  margin: 6px 0px;
}

.receiver-tag {
  background: #e3e3e3;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-flex;
  flex-direction: row;
  justify-content: between;
  align-items: center;
  margin-right: 4px;
}

.receiver-remove {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: inherit;
  background: #ffffff;
  border-radius: 89px;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  font-size: 10px;
  border: solid 1px #9a9a9a;
}



#msg_bulk {
  padding: 10px 5px;
  height: 100px;
  width: 100%;
}

#file {
  padding: 10px 5px;
  width: 100%;
}






.attac-card {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
  border-radius: 6px;
  padding: 5px;
}

.attac-card-in-stat {
  display: inline-block;
}

.attac-card-in-stat .item {
  padding: 3px 7px;
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  fill: #fff;
  margin-right: 5px;
  font-size: 12px;
}






.ppv-med-card {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 120px;
  border-radius: 6px;
  padding: 5px;
}

.ppv-med-card-in-stat {
  display: inline-block;
}

.ppv-med-card-in-stat .item {
  padding: 3px 7px;
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  fill: #fff;
  margin-right: 5px;
  font-size: 12px;
}




.med-ctl-btn {
  background-color: #ffffffeb;
  color: #000;
  height: 25px;
  width: 25px;
  margin-right: 9px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  transition: 0.5s;
}

.med-ctl-btn:hover {
  transition: 0.5s;
}

.med-meta-a {
  color: #000000;
  min-height: 25px;
  width: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 4px 6px;
  margin-bottom: 20px;
}






.progress-bar {
  height: 100%;
}

.progress {
  height: 100%;
  background-color: #4CAF50;
  width: 0;
  transition: width 0.3s;
}

.add-media {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #e7e7e7;
  color: #202020;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.remove-media {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
}

.remove-media {
  background-color: #f44336;
}


.file-item {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
}

#submit-btn {
  margin-top: 10px;
}

.img-ppv-ctn {
  min-height: 120px;
  background: #000;
  max-width: 210px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border-radius: 9px;
  z-index: 0;
  margin: 10px 0px;
}




/* Tipping */

#msg_tipping_drawer {
  overflow: hidden;
}

.tip-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 5px 5px;
  margin: 0px 0px;
  cursor: pointer;
  font-size: 17px;
  font-family: 'Albert Sans', sans-serif;
  font-weight: bold;
  color: #616161;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border: 3px solid #ffffff00;
  border-radius: 6px;
  transition: 0.12s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  border: 4px solid transparent;
  user-select: none;
}

.tip-option.active {
  background: #fff9cb;
  color: #000000;
  border: 3px solid #515151;
  font-size: 18px;
  scale: 105%;
}

.tip-option:hover {
  background: #ffffff;
  color: #000000;
  border: 3px solid #515151;
  font-size: 18px;
  scale: 105%;
}

.tip-option:active {
  background: #ffffff;
  color: #000000;
}

.tip-option.disabled-hover {
  pointer-events: none;
}

.disabled-style {
  opacity: 0.5;
}




.spec-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Albert Sans', sans-serif;
  padding: 8px;
  box-shadow: 0px 1px #007404;
  background: #55c559;
  color: #ffffff;
  text-shadow: 0px -1px #068600;
  border: 3px solid #3d9441;
  border-radius: 6px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.spec-btn.disabled {
  background: #98c39c;
  box-shadow: 0px 0px #007404;
  border: 3px solid #7cb091;
  cursor: not-allowed;
}

.spec-btn:hover:not(.disabled) {
  background: #45a748;
  color: #ffffff;
  border: 3px solid #45a748;
  box-shadow: 0px 2px #a9ddab;
}






.media-plus-btn {
  position: absolute;
  left: 8px;
  top: 8px;
  height: 26px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  background: #000000;
  border-radius: 6px;
}

.mm-media-title {
  position: absolute;
  word-wrap: break-word;
  padding: 4px 8px;
  font-size: 12px;
  background: #0000008f;
  color: #fff;
  bottom: 0;
}

.mm-btn{
  border: 1px solid transparent;
  margin: 10px 0px 25px 0px; 
  padding: 10px 0px; 
  background: #56b1ff; 
  color: #fff; 
  font-weight: bold;  
}






#MM_interface_selectMode_selectedMediaControls {
  margin: 10px 0px;
}

#MM_interface_selectMode_filterControlsInject {
  margin: 10px 0px;
}






#MM_interface_selectMode_mediaDisplayInject {
  width: 750px;
  margin: 10px 0px;
}

.mm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: auto; /* Rows will take the height of their content */
}



@media (max-width: 767.2px) {

  #MM_interface_selectMode_mediaDisplayInject {
    width: 547px;
  }

  .mm-grid {
    /* grid-template-columns: repeat(3, 1fr); */
  }
}




@media (max-width: 575.2px) {

  #MM_interface_selectMode_mediaDisplayInject {
    width: 100%;
  }

  .mm-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}








.ps-embed {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}


.ps-avatar {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 60px;
  background: #c4c4c4;
}
.ps-item-avatar {
  width: 19px;
  height: 19px;
  margin-right: 7px;
  border-radius: 60px;
  background: #c4c4c4;
}




.persona-dropdown {
  position: fixed;
  padding: 5px 3px;
  border-radius: 5px;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: max-height 0.18s ease-in-out, opacity 0.18s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 4;
}
.persona-dropdown.open {
  max-height: 300px;
  opacity: 1;
}


.persona-menu-item{
  font-family: 'Albert Sans', sans-serif;
  font-size: 0.83rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: between;
  align-items: center;
  padding: 5px 6px;
  /* margin-bottom: 3px; */
  border-radius: 4px;
}
.persona-menu-item:hover{
  background: #f4f4f4;
}



.statdat-container {
  font-family: 'Albert Sans', sans-serif;
  display: block;
  max-width: 250px;
}

.statdat-tag {
  display: inline-block;
  padding: 1px 3px;
  border-radius: 3px;
  background: #f9f9f9;
  font-size: 8px;
  font-weight: bold;
  margin: 1px;
}

.statdat-green {
  color: #056a00;
  background: #ccffd5;

}







.msg-filter-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  margin-top: 3px;
  margin-bottom: 10px;
}

.msg-filter-btn {
  background: #ebebeb;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 13px;
}


.bit-int{
  font-size: 20px;
  width: -webkit-fill-available;
  font-weight: bold;
}