@import url('variables.css');

.leave_parent_menu{
  margin-top:8px;
}

.weekly-plan-padding{
  padding: 10px;
}



.tc-mat-header-cell{
  padding-left: 0px;

}
.tc-mat-footer-cell{
  padding-left: 0px;
}

.objective-font{
  font-size: large;
}
.task-font{
  font-size: medium;
}

.search{
  margin: 10px;
}
mat-icon{
  margin: 10px;
}

.messagebox{
  height: 100px;
  margin-top: 900px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 8px 8px 8px rgba(0,0,0,.2);
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}

.chat-area{
  border-top: 1px rgb(139, 139, 139);
  border-top-left-radius: 10px;
  box-shadow: 0px 5px 5px 0px #d3d3d3 ;
}
.adj-form{
  justify-content:center;
  align-items:center;
  vertical-align: center;
  display: flex;
  padding:10px;
}
.message-textarea{
  width: 950px;
  margin-right: 10px;
}
.sender-chat-position{
  background-image: linear-gradient(45deg , #1a66a4,var(--primary-color)) !important;
  margin-left: 670px !important;
  width: 500px !important;
  height: max-content !important;
  padding: 5px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
}

.receiver-chat-position{
  background-image: linear-gradient(45deg , #1977c4,var(--primary-color)) !important;
  margin-left: 120px !important;
  width: 500px !important;
  height: max-content !important;
  padding: 5px !important;
  border-radius: 10px !important;
  margin-top: 20px !important;
}

.chat-sender-display{
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  box-sizing: border-box;
  padding: 5 16px;
  height: inherit;
}

.body-sender-display{
  margin-top: 15px;
  text-align: justify;
  line-height: 1.5;
}

.time-reciever-display{
  margin-top: 23px;
  margin-left: 320px;
}

.chat-reciever-display{
  align-items: center;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  box-sizing: border-box;
  padding: 10 16px;
  height: inherit;
}

.body-reciever-display{
  margin-top: 30px;
  text-align: justify;
  line-height: 1.5;
}

img.img-shadow {
  box-shadow: 1px 1px 20px 20px rgb(0 0 0 / 20%), 0 60px 60px 0 rgb(0 0 0 / 19%);
}

.tc-mat-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

}
.tc-mat-cell {
  min-height: 60px;
  width: 100%;
  border-bottom: 0px solid rgb(209, 206, 206);
  padding-left: 0px;
}

.mat-form-field-wrapper-class {
  padding-bottom: 0em !important;
  justify-content: center;
  align-items: center;
  margin-bottom: -1.25em;
}

.tc-buttons{
  flex-direction: row;
  margin-right:50px;
}

.chat-area{
  border-top: 1px rgb(139, 139, 139);
  border-top-left-radius: 10px;
  box-shadow: 0px 5px 5px 0px #d3d3d3 ;
}

.time-sender-display{
  margin-top: 23px;
  margin-left: 320px;
}
