/* Chat bubbles */

.chat {
    margin-top: auto;
    margin-bottom: auto;
  }


  .msg_card_body {
    overflow-y: auto;
  }


  .type_msg {
    background-color: white !important;
    height: 60px !important;
    overflow-y: auto;
  }

  .type_msg:focus {
    box-shadow: none !important;
    outline: 0px !important;
  }



  .user_img {
    height: 70px;
    width: 70px;
    border: 1.5px solid #d9230f;

  }

  .user_img_msg {
    height: 40px;
    width: 40px;
    border: 1.5px solid #d9230f;

  }

  .img_cont {
    position: relative;
    height: 70px;
    width: 70px;
  }

  .img_cont_msg {
    height: 40px;
    width: 40px;
  }

  .user_info {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 15px;
  }

  .user_info span {
    font-size: 20px;
    color: white;
  }

  .user_info p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
  }

  .msg_cotainer {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    border-radius: 10px;
    background-color: #82ccdd;
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    position: relative;
  }

  .msg_cotainer_send {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    border-radius: 25px;
      background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
      color: white;
    padding: 10px;
    position: relative;
  }

  .msg_time {
    position: absolute;
    left: 0;
    bottom: -15px;
    color: red;
    font-size: 10px;
  }

  .msg_time_send {
    position: absolute;
    right: 0;
    bottom: -15px;
    color: red;
    font-size: 10px;
  }

  .msg_head {
    position: relative;
  }



  body {
    background-image: url(/images/wallpaper.png);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 80px;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  label {
    font-weight: bold;
    margin-bottom: 0;
  }