:root{
	--primary:#1967d2;
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.content-admin-main .panel.panel-default {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(0, 51, 90, 0.05);
  margin-bottom: 30px; }
  /*Message list*/
.message-list ul {
  list-style: none;
  margin-bottom: 10px; }
  .message-list ul li {
    position: relative;
    padding: 15px 0px 15px 0px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 12px; }
    .message-list ul li .msg-avtar {
      float: left; }
      .message-list ul li .msg-avtar img {
        height: 30px;
        margin-top: 4px;
        border-radius: 10px; }
    .message-list ul li .msg-texting {
      overflow: hidden;
      padding-left: 10px; }
      .message-list ul li .msg-texting strong {
        color: #17171d;
        font-size: 14px;
        font-weight: 500; }
      .message-list ul li .msg-texting .msg-time {
        float: right;
        color: #1967d2;
        font-weight: 500; }
        .message-list ul li .msg-texting .msg-time span {
          padding-right: 3px; }
      .message-list ul li .msg-texting p {
        margin-bottom: 0px;
        line-height: inherit; }

.message-view-all {
  padding: 0px; }
  .message-view-all a {
    color: #1967d2; }

/*Msg style 2*/
.wt-admin-dashboard-msg-2 {
	font-family: "Poppins", sans-serif;
    margin: 20px 15px 20px;
  display: flex; }
  .wt-admin-dashboard-msg-2 a{
	text-decoration:none;
	
}
 .wt-admin-dashboard-msg-2 .form-control{
	  width: 100%;
	  height: 55px;
	  padding: 15px 20px;
	  border: none;
	  background-color: #fff;
	  border-radius: 10px;
	  border: 1px solid #CFDBED;
	  box-shadow: 0px 7px 15px rgba(61, 70, 83, 0.1);
	 
 }
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
    transition: all 0.5s linear;
    display: block;
    width: 100%;
    margin-right: 30px;
    max-width: 400px;
    box-shadow: 0px 20px 30px rgba(0, 51, 90, 0.05);
    background: #fff;
    border-radius: 10px; }
    @media (max-width: 1360px) {
      .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
        width: 280px; } }
    @media (max-width: 991px) {
      .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
        position: fixed;
        right: -280px;
        top: 0px;
        z-index: 999;
        width: 280px;
        margin-right: 0px;
        box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3);
        transition: all 0.5s linear; } }
  .wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
    right: 257px;
    display: none; }
  .wt-admin-dashboard-msg-2.active .user-msg-list-btn-close {
    display: block; }
  @media (max-width: 991px) {
    .wt-admin-dashboard-msg-2.active .wt-dashboard-msg-user-list {
      right: 0%;
      box-shadow: 0px 0px 40px rgba(56, 152, 226, 0.3); } }
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-box {
    display: block;
    background-color: #fff;
    position: relative;
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 20px 30px rgba(0, 51, 90, 0.05); }
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search {
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb; }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .btn {
      outline: none !important;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: #1967d2;
      font-size: 20px;
      z-index: 10;
      background: none; }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search .form-control {
      height: 50px; }
  .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle {
    border: 0px;
    box-shadow: none !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-bottom: 1px solid #dbdbdb; }
    .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:hover, .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:active, .wt-admin-dashboard-msg-2 .msg-find-list .bootstrap-select .dropdown-toggle:focus {
      border: 0px solid transparent !important;
      border-bottom: 1px solid #dbdbdb !important; }
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
    height: calc(100vh - 215px);
    overflow-y: scroll; }
    @media (max-width: 991px) {
      .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list {
        height: calc(100vh - 80px); } }
  .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap {
    display: table;
    width: 100%; }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap .msg-user-info {
      position: relative;
      display: flex;
      padding: 15px 20px;
      background-color: #fff;
      background-color: #fff;
      margin: 0;
      border-radius: 0; }
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-search-list-wrap:hover .msg-user-info {
      background-color: #f0f6fe; }
  .wt-admin-dashboard-msg-2 .msg-user-timing {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 12px;
    color: #969696;
    display: flex;
    align-items: center;
    gap: 5px; }
    @media (max-width: 991px) {
      .wt-admin-dashboard-msg-2 .msg-user-timing {
        flex-direction: column-reverse; } }
  .wt-admin-dashboard-msg-2 .msg-user-info-text {
    overflow: hidden;
    align-self: center;
    flex: 1; }
  .wt-admin-dashboard-msg-2 .msg-user-info-pic {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 10px; }
    .wt-admin-dashboard-msg-2 .msg-user-info-pic img {
      margin: 0;
	     width: 100%;
    height: 100%;
    object-fit: cover; 
	  }
  .wt-admin-dashboard-msg-2 .msg-user-name {
    font-size: 14px;
    color: #1967d2;
    font-weight: 500;
    font-weight: 600;
    margin-bottom: 5px; }
  .wt-admin-dashboard-msg-2 .msg-user-discription {
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2; }
    @media (max-width: 1200px) {
      .wt-admin-dashboard-msg-2 .msg-user-discription {
        width: 120px; } }
  .wt-admin-dashboard-msg-2 .single-msg-user-name-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
    align-items: center; }
    .wt-admin-dashboard-msg-2 .single-msg-user-name-box .message-action {
      color: #ff0000;
      font-size: 13px;
      background: rgba(255, 0, 0, 0.1);
      padding: 5px 10px;
      border-radius: 6px;
      line-height: 1.3; }
    .wt-admin-dashboard-msg-2 .single-msg-user-name-box h4 {
      margin-bottom: 0px;
      margin-top: 0;
      line-height: 1.3;
      font-size: 20px; }
    .wt-admin-dashboard-msg-2 .single-msg-user-name-box .single-dec {
      font-size: 13px;
      color: #666;
      white-space: nowrap;
      width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 1.2;
      display: block; }
    .wt-admin-dashboard-msg-2 .single-msg-user-name-box .single-msg-short-discription {
      display: flex; }
    @media (max-width: 575px) {
      .wt-admin-dashboard-msg-2 .single-msg-user-name-box {
        flex-direction: column;
        gap: 10px;
        align-items: baseline; } }
  .wt-admin-dashboard-msg-2 .single-user-msg-conversation {
    padding: 20px 20px;
    height: calc(100vh - 275px);
    overflow-y: scroll; }
  .wt-admin-dashboard-msg-2 .single-user-comment-block {
    position: relative; }
  .wt-admin-dashboard-msg-2 .single-user-comment-wrap {
    padding: 15px 0px;
    margin: 0px 15px; }
    .wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
      margin-left: 0px; }
      .wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply .single-user-com-text {
        background-color: #f5f5f5; }
      @media (max-width: 991px) {
        .wt-admin-dashboard-msg-2 .single-user-comment-wrap.sigle-user-reply {
          margin-left: 15px; } }
    @media (max-width: 575px) {
      .wt-admin-dashboard-msg-2 .single-user-comment-wrap {
        margin: 0px 10px; } }
  .wt-admin-dashboard-msg-2 .single-user-com-pic {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    padding: 3px;
    background-color: #fff; }
    @media (max-width: 575px) {
      .wt-admin-dashboard-msg-2 .single-user-com-pic {
        float: none; } }
    .wt-admin-dashboard-msg-2 .single-user-com-pic img {
      border-radius: 6px; }
  .wt-admin-dashboard-msg-2 .single-user-com-text {
    overflow: hidden;
    background-color: #edf6ff;
    padding: 20px 30px;
    margin-top: 10px;
    border-radius: 10px; }
  .wt-admin-dashboard-msg-2 .single-user-msg-time {
    font-size: 12px;
    color: #969696;
    text-align: right;
    padding-top: 10px; }
  .wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea {
    resize: none; }
    .wt-admin-dashboard-msg-2 .single-msg-reply-comment textarea.form-control {
      border-radius: 0px;
      border-left: 0px;
      border-right: 0px;
      border-bottom: 0px;
      box-shadow: none;
      padding: 15px 50px 15px 20px;
      width: 100%;
      height: 60px; }
	.wt-admin-dashboard-msg-2 .single-msg-reply-comment .input-group{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
	}  
  .wt-admin-dashboard-msg-2 .single-msg-reply-comment .btn {
    outline: none !important;
    position: absolute;
    right: 0;
    top: 50%;
    border: 0;
    color: #1967d2;
    font-size: 20px;
    z-index: 10;
    background: none;
    transform: translateY(-50%); }
  .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
    display: none;
    position: absolute;
    top: 50%;
    left: -34px;
    z-index: 10;
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer {
        display: block;
        z-index: 999; } }
    .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer.active .user-msg-list-btn-open {
      display: none; }
    .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer.active .user-msg-list-btn-close {
      display: block; }
    .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open {
      display: inline-block;
      cursor: pointer;
      background-color: #1967d2;
      border: none;
      padding: 15px 5px;
      color: #fff;
      border-radius: 8px 0 0 8px;
      writing-mode: tb-rl; }
      .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-open span {
        writing-mode: tb-rl; }
    .wt-admin-dashboard-msg-2 .user-msg-list-btn-outer .user-msg-list-btn-close {
      cursor: pointer;
      white-space: nowrap;
      background-color: #1967d2;
      border: none;
      padding: 2px 15px;
      color: #fff;
      position: absolute;
      transform: rotate(270deg);
      transform-origin: center right;
      display: none;
      top: -31px;
      right: 18px;
      z-index: 10;
      border-radius: 8px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-user-list {
    max-width: 260px;
    margin-right: 10px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic {
    width: 38px;
    height: 38px;
    border-radius: 50%; }
    .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info-pic img {
      border-radius: 50%; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .wt-dashboard-msg-search {
    padding: 10px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
    margin: 0px 10px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-info {
    padding: 30px 15px 15px 15px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-msg-conversation {
    margin: 30px 0px; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic {
    float: none;
    width: 38px;
    height: 38px;
    border-radius: 50%; }
    .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-pic img {
      border-radius: 50%; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .msg-user-discription {
    font-size: 12px;
    color: #3c3c3c; }
  .wt-admin-dashboard-msg-2.twm-dashboard-style-2 .single-user-com-text {
    font-size: 13px; }
  .wt-admin-dashboard-msg-2.active .user-msg-list-btn-open {
    right: 0px; }
  @media (max-width: 991px) {
    .wt-admin-dashboard-msg-2 .wt-dashboard-msg-user-list {
      right: -280px;
      box-shadow: none; } }
	  .media.message-received {
  padding-right: 30%;
  text-align: left; }
  .media.message-received p {
    text-align: left;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 0.625rem 1.25rem;
    display: table;
    color: #fff;
    background: var(--primary); }
  .media.message-received span {
    color: var(--primary);
    font-size: 12px; }
  .media.message-received .dz-media {
    width: 22.75rem;
    height: 15.375rem;
    padding: 0.625rem; }

.media.message-sent {
  padding-left: 30%;
  text-align: right; }
  .media.message-sent span {
    display: block;
    font-size: 12px; }

.media.message-sent p {
  background: #eee;
  text-align: left;
  border-radius: 10px;
  border-top-right-radius: 0;
  padding: 0.625rem 1.25rem;
  color: #000;
  display: inline-block; }
  

.message-notfound {
	position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    text-align: center;
    top: 44%;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	margin: 0 14px;
}