.message-icon {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999999999999;
}

/* Modal Style */
.modal {
  display: none;
  position: fixed;
  z-index: 9999999999999999999999999999999;
  right: 0;
  top: 0;
  width: auto;
  max-width: 300px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  max-height: 50vh !important;
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}
.message-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.message-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0069ae;
  border-radius: 9px 9px 0px 0px;
}
.message-body {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  /* padding: 15px; */
}
.message-right-body {
  display: flex;
  flex-direction: column;
}
.file-uploaded-bg {
  /* border-radius: 100%; */
  /* padding: 10px; */
  background-color: #888;
}
.message-left-body {
  display: flex;
  flex-direction: column;
}
.message-body-para-cust {
  color: #000000;
  background-color: #dee2e6;
  border-radius: 10px 10px 10px 0px;
  font-weight: 600 !important;
  font-size: 15px;
}
.message-body-para-admin {
  color: #000000;
  background-color: #0069ae;
  border-radius: 10px 10px 0px 10px;
  font-weight: 600;
  color: #ffffff;
}
.message-footer {
  /* padding: 15px; */
  display: flex;
}
.close {
  color: #ffffff;
  float: right;
  font-size: 20px;
  font-weight: bold;
  opacity: 1 !important;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.menu-list {
  display: none;
  height: 85vh !important;
  width: 400px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #000000;
}
.menu-list-active {
  display: flex !important;
  flex-direction: column;
}
.message-input {
  width: 100%;
  border: none;
  outline: none;
  /* padding-left: 10px; */
}
.message-file {
  opacity: 0;
  z-index: 999999999999;
  max-width: 50px;
  min-height: 50px;
}
.message-pin-size {
  width: 30px;
  position: absolute;
}
.bottom-chat {
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.message-file-pin {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-send-btn {
  width: 35px;
}
.message-send-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu-side {
  width: 80px;
  height: 80px;
}
/*  */
.text-dot {
  display: -webkit-box;
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  */

/* card */
.card-shape {
  position: relative;
  min-height: 400px;
  height: 20%;
  width: 100%;
  background-color: #99c9cc;
  border: 2px solid #ffffff;
  /* margin: 0px 0px 20px 0px !important; */
  color: #ffffff;
}
.shape-1 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  left: -15px;
  transform: rotate(45deg);
  top: 35%;
  border-left: none;
  border-bottom: none;
}
.shape-2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  top: 35%;
  right: -15px;
}
.shape-3 {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  transform: rotate(45deg);
  top: -15px;
  right: 10%;
}
.card-shape-desktop {
  display: flex !important;
}
.card-shape-mobile {
  display: none !important;
}

/*mobile*/
@media only screen and (max-width: 1400px) {
  .card-shape {
    min-height: 540px;
  }
}
@media only screen and (max-width: 1200px) {
  .card-shape {
    min-height: 950px;
  }
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1080px) {
}
@media only screen and (max-width: 992px) {
  .menu-side {
    width: 70px;
    height: 70px;
  }
  .shape-1 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    top: -15px;
    right: 40% !important;
    left: auto;
    border-left: none;
    border-bottom: none;
  }
  .shape-2 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    top: -15px;
    right: 40%;
  }
  .shape-3 {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    top: -15px;
    right: 40%;
  }
  .card-shape {
    padding-top: 30px !important;
  }
  .card-shape-desktop {
    display: none !important;
  }
  .card-shape-mobile {
    display: flex !important;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 575px) {
  .menu-list-active {
    width: 90% !important;
    height: 100%;
    margin: 0 0 0 15px;
  }
  .message-icon {
    bottom: 10px;
    right: 0;
  }
  .menu-side {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 485px) {
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (max-width: 280px) {
}
