body {
    background-color: var(--cmty-body-bg-color);
}
.msd-data-not-found .msg-alert-heading
{
    color: var(--cmty-black-dark40);
    font-size: 19px;
}
.msd-data-not-found img
{
    width: 150px;
}
.msd-data-not-found p{
    color: var(--cmty-neutrals-web-gray160);
    font-size: 18px;
}
.msg-time-align-center
{
	color: var(--cmty-black-dark40);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	/* Regular/ms-fontsize-10 regular */
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
}
.dc-message-chat-element.own .dc-message-chat-element-card
{
    background: var(--cmty-bgColor-primary-tint30);
}
.dc-breadcrumb1 {
    margin-top:24px!important;
    margin-bottom: 36px!important;
    height:16px!important;
    font-family:'Segoe UI'!important;
    font-style:normal!important;
}

.dc-breadcrumb1, .dc-link1 {
    font-size:12px;
    line-height:16px!important;
    color:var(--cmty-black) !important;
}

.dc-page-header {
    margin: 48px 0 36px;
    gap: 12px;
}

.dc-page-header > p, .dc-page-header > h1  {
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    color:  var(--cmty-neutrals-web-gray160);
    margin: 0px;
}

.dc-message-parent-container {
    display: flex;
    gap: 32px;
}

.dc-message-left-rail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 36%;
}

.dc-message-user-profile-short-info {
    display: flex;
    height: 48px;
    width: 100%;
    gap: 12px;
}

.dc-message-user-profile-short-info-avatar {
    border-radius: 50%;
    width: 48px;
    max-width: 48px;
    min-width: 48px;
    overflow:hidden;
}

.dc-message-user-profile-short-info-avatar > img {
    height: auto;
    width: 100%;
}

.dc-message-user-profile-short-info-labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    justify-content: center;
}

.dc-message-user-profile-short-info-labels > p, .dc-message-user-profile-short-info-labels > a {
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0px;
    display: contents;
    color: var(--cmty-neutrals-web-gray160);
    height: 23px;
    margin: 0px;
    overflow: hidden;
    text-decoration: none;
}

.dc-message-user-profile-short-info-labels > span {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.dc-message-search-input {
    height: 36px;
    width: 100%;
    padding: 6px 8px 6px 8px;
    border-radius: 2px;
    border:  1px solid var(--cmty-neutrals-web-gray130); 
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;

}
.dc-message-inbox-list{
    width: 100%;
}
.dc-messages-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 460px;
    gap: 8px;
    overflow-x: auto;
}

.dc-message-inbox-element-card {
    display: flex;
    flex-direction: row;
    height: auto;
    width: 100%;
    border-radius: 8px;
    background-color: var(--cmty-white); 
    gap: 8px;
    padding: 16px 12px 16px 12px;
    cursor: pointer;
}

.dc-message-inbox-element-card:hover, .dc-message-inbox-element-card.selected:hover {
    background-color: var(--cmty-bgColor-primary-tint30);
}

.dc-message-inbox-element-card.selected {
    background-color: var(--cmty-neutrals-web-gray30);
}

.dc-message-inbox-element-status-icon {
    display: flex;
    align-items: center; 
    /*min-height: 77px;*/
    max-width: 8px; 
}

.dc-message-inbox-element-status-icon > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
    margin-bottom: 13px;
 } 
.dc-message-inbox-element-status-icon.unread > span {
    background: var(--cmty-communication-banner-blue);
}

.dc-message-inbox-element-card-cell {
    display: flex;
    flex-direction: column;
    width: 96%;
    gap: 4px;
}

.dc-message-inbox-element-from {
    width: 100%;
}

.dc-message-inbox-element-from > p, .dc-message-frame-from > p {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: 100%;
    color: var(--cmty-black-dark40);
    margin: 0px;
}

.dc-message-inbox-element-header, .dc-message-frame-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.dc-message-inbox-element-header > p, .dc-message-frame-header > p, .dc-message-inbox-element-header > a, .dc-message-frame-header > a {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    max-height: 22px;
    width: 100%;
    color: var(--cmty-neutrals-web-gray160);
    word-break: break-word;
    overflow: hidden;
    margin: 0px;
    text-decoration: none;
}
.dc-message-frame-header > p, .dc-message-frame-header > a{
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: 44vw;
}
.dc-message-inbox-element-header > p, .dc-message-inbox-element-header > a{
    width: 80%;
    text-overflow: ellipsis; 
    text-wrap: nowrap;
}
.dc-message-inbox-element-header > a, .dc-message-frame-header > a{
    width: auto;
    text-decoration: underline;
}
.dc-message-inbox-element-header > a:hover, .dc-message-frame-header > a:hover{
        color: var(--cmty-dymamics-primary);
}
.dc-message-inbox-element-header > span, .dc-message-frame-header > div > span, .dc-message-chat-element > span  {
    font-family: Segoe UI;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    color: var(--cmty-black-dark40);
    margin: 0px;
}
.dc-message-inbox-element-header > span{
    width: 20%;
    text-align: right;
}

.dc-message-inbox-element-body {
    width: 100%;
}

.dc-message-inbox-element-body > p {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    max-height: 32px;
    width: 100%;
    color: var(--cmty-black-dark40);
    word-break: break-word;
    overflow: hidden; 
    margin: 0px;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}


/* RIGHT FRAME */

.dc-message-right-frame {
    position: relative;
    border-radius: 8px 8px 2px 2px;
    background: var(--cmty-white);
    height: auto;
    width: 64%; 
}

.dc-message-frame-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 12px 16px 12px;
    border-radius: 8px 8px 0px 0px;
    height: 74px;
    background-color: var(--cmty-neutrals-web-gray30);
    gap: 4px;
    overflow: hidden;
    box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.11), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
    position: relative;
} 

.dc-message-frame-header > div > i {
    margin-left: 4px;
}

.dc-message-frame-header-expandBtn {
    font-size: 12px;

} 

.dc-message-frame-header-group-members {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: var(--cmty-neutrals-web-gray160);
}

.dc-message-frame-header-group-description {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-height: 40px;
    letter-spacing: 0px;
    margin-bottom: 8px;
    color: var(--cmty-neutrals-web-gray160);
    word-break: break-word;
    overflow: hidden; 
}

.dc-message-frame-header-goGroupBtn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    background: var(--cmty-dymamics-primary);
}

.dc-message-frame-header-goGroupBtn:hover {
    background: var(--cmty-communication-indigo-shade40);
}

.dc-message-frame-header-goGroupBtn:active, .dc-message-frame-header-goGroupBtn:focus, .dc-message-frame-header-goGroupBtn:focus:active {
    background-color: var(--cmty-communication-blue-shade110);
}

.dc-message-frame-header-goGroupBtn > span {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--cmty-white);
}

.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 3px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.dc-message-chat-content {
    min-height: 50vh;
    height: 406px;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    background: var(--cmty-white);
    padding: 6px 12px 12px;
    width: 100%
}

.dc-message-chat-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.dc-message-chat-element, .dc-message-chat-element.own {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 12px;
    gap: 4px;
}

.dc-message-chat-element.own {
    align-items: flex-end;
}

.dc-message-chat-element-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 64%;
    width: fit-content;
    padding: 12px;
    border-radius: 8px;
    gap: 4px;
    background: var(--cmty-neutrals-web-gray30);
    word-wrap: break-word;
    flex-wrap: wrap;
    word-break: break-word;

}
.dc-message-chat-element-card.own {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 64%;
    width: fit-content;
    padding: 12px;
    border-radius: 8px;
    gap: 4px;
    background: var(--cmty-bgColor-primary-tint30);

}

.dc-message-chat-element-card.own {
    align-items: flex-end;
    background: var(--cmty-bgColor-primary-tint30);
}

.dc-message-chat-element-card-author {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0px;
    width: 100%;
    color: var(--cmty-black-dark40);
    overflow: hidden;
    word-wrap: break-word;
}

.dc-message-chat-element-card-body {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    color: var(--cmty-black-dark40);
    overflow: hidden;
    word-wrap: break-word;
text-align: justify;
}

.dc-message-chat-response-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    padding: 10px 12px 10px 12px;
    border-radius: 0px 0px 2px 2px;
    border: 2px solid var(--cmty-neutrals-web-gray30);
    transition: border-color 0.2s linear;
}

.dc-message-chat-response-input > input {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--cmty-neutrals-web-gray130);
    border: none;
    width: 90%;
    outline: none;
}
.dc-message-chat-response-input:has(input:hover), .dc-message-chat-response-input:has(input:focus) {
    border-color: var(--cmty-neutrals-web-gray290);
}
::placeholder {
  color: var(--cmty-neutrals-web-gray130);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--cmty-neutrals-web-gray130);
}
.ms-Button--icon{
    outline: transparent;
    position: relative; 
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 4px;
    text-decoration: none;
    text-align: center;
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: var(--cmty-neutrals-web-gray90);
    user-select: none;  
    min-width: inherit;
} 
.ms-Button--icon:hover{
    background-color: transparent;
    color: var(--cmty-dymamics-primary);
}
 .dc-message-chat-response-sendBtn{
    font-size: 19px;
    line-height: normal;
}

.dc-message-chat-response-sendBtn:focus, .dc-message-chat-response-sendBtn:active, .dc-message-chat-response-sendBtn:focus:active {
    background-color: transparent;
    color: var(--cmty-dymamics-primary-shade10);
}

.dc-message-chat-response-sendBtn > span {
    font-family: Segoe UI;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
}
.msd-data-not-found{    
    height: 54vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dc-backToLeftRail{
    height: 26px;
    width: 19px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px; 
}
.dc-backToLeftRail:hover, .dc-backToLeftRail:focus{
    background: var(--cmty-neutrals-web-gray30);
}
.dc-backToLeftRail span{ 
    background: transparent;
    background-image: var(--cmty-dc-select-custom-svg);
    background-image: var(--cmty-dc-select-custom-svg-base64);
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    display: block;
    transform: rotate(90deg);
    width: 19px;
    height: 11px;
    font-size: 0; 
    background-size: 19px;
}
.msd-hidden{
    display:none;
}
.msd-flex-gap-1{
    gap: 1px;
}
#msdToast{
    display:none;
}
/**media query **/
@media only screen and (max-width: 1023.9px) {
    .dc-message-parent-container{
        flex-direction: column;
    }
    .dc-message-left-rail{
        width:100%;
    }
    .dc-message-right-frame{
        width:100%; 
    }  
    .msd-hidden-md{
        display:none;
    }
    .msd-data-not-found{
        height: auto;
    }

}
@media only screen and (max-width: 639.9px) {
    .dc-message-chat-element.own {
        align-items: normal;
    }
    .dc-message-chat-element.own > span{
        text-align: right;
    }
    .dc-message-chat-element-card {
        max-width: 100%;
        width: auto;
    }
}
/**media query ends**/
.sendNewmessagesection h3, .sendNewmessagesection label
{
    font-family: var(--cmty-font-family);
    font-size: 100%;
    color: var(--cmty-neutrals-web-gray160);
    font-weight: 600;
}
.sendNewmessagesection-header-section{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--cmty-neutrals-web-gray30);
    color: var(--cmty-neutrals-web-gray160);
    padding: 16px 12px 16px 12px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0px 0.3px 0.9px 0px rgba(0, 0, 0, 0.11), 0px 1.6px 3.6px 0px rgba(0, 0, 0, 0.13);
}
.sendNewmessagesection-radio-btns{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--cmty-white);
    color: var(--cmty-neutrals-web-gray160);
    padding: 16px 12px 16px 12px; 
    border-bottom: 1px solid var(--cmty-neutrals-web-gray30);
    border-top: 1px solid var(--cmty-neutrals-web-gray30); 
}
.sendNewmessagesection-header-section h3{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: var(--cmty-neutrals-web-gray160);
    margin:0;
}
.ug-notification-close{
    color: var(--cmty-neutrals-web-gray160);
}
.sendNewmessagesection-content{
        height: 579px;
        padding:0;
}
.sendNewmessagesection-content-inner{
    padding: 16px; 
    border-bottom: 1px solid var(--cmty-neutrals-web-gray30);
}
.serach-by-userGroup, .add-subject, .serach-by-userList, .serach-by-role{
    width: 100%;
}
.add-subject input, .serach-by-userList input{
    padding: 6px 5px;
    margin: 1px 0;
    font-family: var(--cmty-font-family);
    font-size: 100%;
    color: var(--cmty-neutrals-web-gray160);
    outline: 0;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
        box-shadow: 0px 1px 4px 0px #dcdcdc inset;
    background: transparent !important;
} 
.msd-input-invalid-text {
    font-size: var(--cmty-font-size-xs);
    font-weight: 400;
    color: var(--cmty-message-web-error-blocked);
    margin: 0px;
    padding-top: 5px;
    display: block;
    line-height: 16px;
}
.Message-wrapper textarea
{
    width: 100%;
    height: 160px;
    padding: 10px;
    font-family: var(--cmty-font-family);
    color: var(--cmty-neutrals-web-gray160);
}
#SendButton
{
    width:auto;
}
.message-placeholder-color::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#999 !important;
}
.message-placeholder-color:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999 !important;
   opacity:  1;
}
.message-placeholder-color::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999 !important;
   opacity:  1;
}
.message-placeholder-color::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

.message-placeholder-color::placeholder { /* Most modern browsers support this now. */
    color: #999 !important;
}
.select2-default {
    font-family: var(--cmty-font-family) !important;
    font-size: 100% !important;
}
.select2-results__options{
    font-family: var(--cmty-font-family) !important;
    font-size: 100%;
 }
.heading-subpara-txt
{
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0px;
    max-height: 22px;
    width: 100%;
    color: var(--cmty-neutrals-web-gray160);
    word-break: break-word;
    overflow: hidden;
    margin: 15px 0px;
    text-decoration: none;
}
.d-block
{
    display:block;
}