.view_btn{
    background-color: #1aa0e6;
    border-radius: 100px;
    padding: 8px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.more_form{
	width: 33px;
	height: 33px;
	background: #1aa0e6;
	border-radius: 100px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.symtomps_list .listrow {
    background-color: #e8f5fd;
    padding: 22px 211px 22px 62px;
    position: relative;
}
.nom_circle {
    width: 35px;
    display: inline-block;
    border-radius: 100px;
    height: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #1aa0e6;
    color: #1aa0e6;
    background-color: #fff;
    font-size: 17px;
    position: absolute;
    top: 17px;
    left: 16px;
}
.symtomps_list .listrow p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.check1_box input[type=radio] {
    height: 20px;
    min-width: 20px;
    margin: 2px 8px 0 0;
    padding: 0;
    opacity: 1;
    cursor: pointer;
    border: 2px solid #868686;
    border-radius: 100px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
}
.check1_box label {
    cursor: pointer;
    margin-bottom: 10px;
}

.check1_box label {
    display: -webkit-flex;
    display: flex;
}
.check1_box input[type=radio]:checked {
    border: 0;
}
.check1_box input[type=radio]:checked:after {
    content: " ";
    border: 1px solid #1aa0e6;
    background: #1aa0e6;
    background-image: url('icon-check.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: none;
    background-size: 13px;
    display: inline-block;
    visibility: visible;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    margin-left: -1px;
    margin-top: 0;
}
.answer_box {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.12156862745098039);
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.formname1 p{
	margin-bottom: 5px
}
.formname1 p a{
font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
    color: #1aa0e6;
    background: #1aa0e62e;
    padding: 2px 14px;
    border-radius: 100px;
    margin-left: 5px;
}
.fa-2x {
    font-size: 1.5em;
  }


  .chat_app {
    position: relative;
    overflow: hidden;
    height: calc(100% - 38px);
    margin: auto;
    padding: 0;
  }

  .heading h2{
    color: #345161;
    font-size: 26px;
    font-weight: 700;
  }


  .heading h4{
    color: #577484;
    font-size: 19px;
  }
  .app-one {
    background-color: #EFF7FE;
    height: 100%;
    overflow: hidden;
    margin: 0;
    border: 1px solid #D0D0D0;
    padding: 0;
  }
  .user-group {
    justify-content: space-around;
}
a{
  text-decoration: none !important;
}
.user-group li {
  width: 50%;
  text-align: center;
  background: #eff7fe;
  padding: 10px 0px;
}
.user-group li.active{
  background:#00adee;
}
.user-group li.active a{
  color: #fff;
}
.user-group li a {
  font-size: 20px;
  color: #000;
  padding: 11px 67px;
  text-decoration: none;
}
      .avatar-icon img {
    object-fit: cover;
    width: 50px;
    height: 50px;
}

  .side {
    padding: 0;
    margin: 0;
    height: 100%;
  }
  .side-one {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    display: block;
    top: 0;
    background-color: white;
  }
  .chat-person-name {
    background: #242424;
    color: #fff;
    padding: 10px 22px;
    font-size: 20px;
    margin: 0;
}

  .side-two {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    display: none;
  }

  .user_img1_1{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100px;
    text-align: center;
  }

  .nomsg_view{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
  }


  .nomsg_view h4{
    font-size: 20px;
    color: #577484;
    margin-top: 15px;
    font-weight: 600;
  }

  .nomsg_view h6{
    color: #577484bf;
    font-weight: 300;
  }


  .heading {
    padding: 6px 0px 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }

  .searchBox input {
    border: 1px solid #c7bbbb80;
    height: 40px;
    position: relative;
}

  .searchBox img{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0, -50%);
    width: 18px;
  }

  .heading-avatar {
    padding: 0;
    cursor: pointer;

  }
  .avatar-icon{
    width: 45px;
    height: 45px;
    margin: auto;
    display: inline-block;
    border-radius: 100px;
    overflow: hidden;
  }

  .heading-avatar-icon img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
  }

  .chat_outer{
    height: calc(100% - 51px);
    overflow: auto;
  }

  .heading-name {
    padding: 0 !important;
    cursor: pointer;
  }

  .heading-name-meta {
    font-weight: 700;
    font-size: 100%;
    padding: 5px;
    padding-bottom: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    display: block;
  }
  .heading-online {
    display: none;
    padding: 0 5px;
    font-size: 12px;
    color: #93918f;
  }
  .heading-compose {
    padding: 0;
  }
  .online_1{
    position: absolute;
    width: 14px;
    height: 14px;
    background: #3FCC35;
    border-radius: 100px;
    border: 2px solid white;
    z-index: 1025;
    right: 9px;
    top: 0;
}
.ofline_1{
    position: absolute;
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 100px;
    top: 0;
    border: 2px solid white;
    z-index: 1025;
    right: 9px;
}
  .heading-compose i {
    text-align: center;
    padding: 5px;
    color: #93918f;
    cursor: pointer;
  }

  .heading-dot {
    padding: 0;
    margin-left: 10px;
  }

  .heading-dot i {
    text-align: right;
    padding: 5px;
    color: #93918f;
    cursor: pointer;
  }
  .bact-btn {
    background: #ededed !important;
    color: #000 !important;
}
  .searchBox {
    width: 100%;
  }
  .multiple-side-body {
    display: flex;
    align-items: center;
}
.send-msg {
  background: #00adee;
  color: #fff;
  width: 200px;
  height: 50px;
  font-size: 20px;
  margin-left: auto;
  border-radius: 30px;
}
.check-select {
  width: 20px;
  height: 20px;
  margin-left: auto;
}
  .searchBox .form-group {
      position: relative;
  }
  .searchBox-inner {
    background-color: #fbfbfb;
    margin-bottom: 15px;
}
.multiple-user-group {
  justify-content: left;
}
.multiple-tab-content{
  width: 100%;
}


  /*#searchBox-inner input {
    box-shadow: none;
  }*/

  .searchBox-inner input:focus {
    outline: none;
    box-shadow: none;
  }

  .sideBar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    overflow-y: auto;
    height: calc(560px - 43px);
  }
  .Multiple-message-title {
    align-items: baseline;
}
.Multiple-message-title h2 {
 margin: 0 0 0 auto !important;
}
.multiple-type-msg {
  margin-bottom: 19px;
}

  .sideBar-body {
    position: relative;
    padding: 15px 10px !important;
    border-bottom: 1px solid #f7f7f7;
    margin: 0 !important;
    cursor: pointer;
  }
  .sideBar-body

  .sideBar-body:hover {
    background-color: #f2f2f2;
  }

  .sideBar-avatar {
    text-align: center;
    padding: 0 !important;
    position: relative;
    display: inline-block;
  }



  .sideBar-main {
    padding: 0 !important;
  }

  .sideBar-main .row {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* .sideBar-name {
    padding: 10px !important;
  } */

  .name-meta {
    font-size: 16px;
    font-weight: 700;
    color: #345161;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sideBar-body h6{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #345161;
  }
  .sideBar-body  p{
    font-size: 14px;
    font-weight: 400;
    color: #577484;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .time-meta {
    text-align: right;
    font-size: 13px;
    color: #577484;
    vertical-align: baseline;
  }

  .sideBar-time h6{
    color: #3FCC35;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
  }
  /*New Message*/

  .newMessage {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    position: relative;
    left: -100%;
  }
  .newMessage-heading {
    padding: 10px 16px 10px 15px !important;
    margin: 0 !important;
    height: 100px;
    width: 100%;
    background-color: #00bfa5;
    z-index: 1001;
  }

  .newMessage-main {
    padding: 10px 16px 0 15px !important;
    margin: 0 !important;
    height: 60px;
    margin-top: 30px !important;
    width: 100%;
    z-index: 1001;
    color: #fff;
  }

  .newMessage-title {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px !important;
  }
  .newMessage-back {
    text-align: center;

    padding: 12px 5px !important;
    display: block;
    cursor: pointer;
  }
  .newMessage-back i {
    margin: auto !important;
  }

  .composeBox {
    padding: 0 !important;
    margin: 0 !important;
    height: 60px;
    width: 100%;
  }

  .composeBox-inner {
    height: 100%;
    width: 100%;
    padding: 10px !important;
    background-color: #fbfbfb;
  }

  .composeBox-inner input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }

  .compose-sideBar {
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
    overflow-y: auto;
    border: 1px solid #f7f7f7;
    height: calc(100% - 160px);
  }

  /*Conversation*/

  .conversation {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
    /*width: 100%;*/
    border-left: 1px solid rgba(0, 0, 0, .08);
    /*overflow-y: auto;*/
  }

  .message {
    padding: 0 !important;
    margin: 0 !important;
    /* background: url("w.jpg") no-repeat fixed center; */
    background-size: cover;
    /* overflow-y: auto; */
    border: 1px solid #f7f7f7;
    height: 610px;
  }
  .message-previous {
    margin : 0 !important;
    padding: 0 !important;
    height: auto;
    width: 100%;
  }
  .previous {
    font-size: 15px;
    text-align: center;
    padding: 10px !important;
    cursor: pointer;
  }

  .previous a {
    text-decoration: none;
    font-weight: 700;
  }



  .message-main-sender {
    padding: 3px 20px !important;
    text-align: right;
  }

  .message-text {
    margin: 0 !important;
    padding: 5px !important;
    word-wrap:break-word;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 0 !important;
  }

  .message-time {
    margin: 0 !important;
    margin-right: 5px !important;
    font-size: 13px;
    text-align: right;
    font-weight: 300;
    color: #577484;
    display: block;

  }
  .message-main-sender .message-time {
    margin-right: 52px !important;
}

  .mesage_text{
    min-width: 100%;
    max-width: 350px;
    line-height: 1.6;
    font-size: 15px;
    color: #223645;
    background: #E5EDF5;
    padding: 12px;
    border-radius: 0px 25px 25px 25px;
    margin-top: 5px;
  }
  .message_header1 .name-meta{
    font-size: 15px;
  }
  .message_header1 h6{
    font-size: 15px;
  }
  .message_header1 p{
    font-size: 14px;
  }
  .message-name{
    font-size: 15px;
    font-weight: 500;
    color: #345161;
  }
  .receiver .avatar-icon{
    position: absolute;
    left: 0;
  }
  .sender .avatar-icon{
    position: absolute;
    right: 0;
  }
  .sender .message-time{
    margin-right: 0px !important;
    margin-left: 5px !important;
  }
  .message-title h2 {
    margin-bottom: 20px;
    margin-right: auto;
}
.message-title a {
    font-size: 20px;
    background: #00adee;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
}
.message-title{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
  .chatuser_details h4 {
    font-size: 18px;
}
.avatar-icon.chat-images {
    position: absolute;
}
.chat-area-box {
    max-width: 350px;
    line-height: 1.6;
    background: #dbe6f1;
    padding: 12px;
    border-radius: 0px 25px 25px 25px;
    margin-top: 5px;
}
.chatuser_details {
    padding-left: 58px;
}
 .sender .mesage_text {
    background-color: #ffffff;
    color: black;
    border-radius: 25px 0px 25px 25px;
}
  .receiver {
    position: relative;
    width: auto !important;
    padding: 4px 10px 7px 55px !important;
    border-radius: 10px 10px 10px 0;
    font-size: 12px;

    word-wrap: break-word;
    display: inline-block;
  }

  .sender {
    position: relative;
    width: auto !important;
    padding: 4px 55px 7px 10px !important;
    border-radius: 10px 10px 10px 0;
    font-size: 12px;

    display: inline-block;
    word-wrap: break-word;
  }


  /*Reply*/

  .reply {
    width: 100%;

    margin: 0 !important;
    z-index: 1000;
  }

  .reply-emojis {
    padding: 5px !important;
  }

  .reply-emojis i {
    text-align: center;
    padding: 5px 5px 5px 5px !important;
    color: #93918f;
    cursor: pointer;
  }

  .reply-recording {
    padding: 5px !important;
  }

  .reply-recording i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
  }

  .reply-send {
    padding: 5px !important;
  }

  .reply-send i {
    text-align: center;
    padding: 5px !important;
    color: #93918f;
    cursor: pointer;
  }

  .reply-main img{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .reply-main {
    position: relative;
    /* padding: 2px 5px !important; */
  }

  .reply-main textarea {
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 5px !important;
    outline: none;
    border: none;
    text-indent: 5px;
    box-shadow: none;
    height: 70px;
    border-radius: 0;
    border: 1px solid #E8CCCC;
    font-size: 16px;
  }

  .reply-main textarea:focus {
    outline: none;
    /* border: none;   */
    text-indent: 5px;
    box-shadow: none;
  }
  .upload-image {
    right: 77px !important;
    top: 16px !important;
    position: absolute;
    background: #242424;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.upload-image input {
    position: absolute;
    width: 41px;
    left: 0px;
    opacity: 0;
    top: 0;
}
.reply-main img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.send-msg {
    /* background: #00adee; */
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: auto;
    border-radius: 30px;
}
.chat-img {
    text-align: center;
    margin: 12px 0;
}
.chat-img h5 {
    font-size: 35px;
    color: #5e5757;
    margin-top: 12px;
}
.modal-footer {
    justify-content: center !important;
}
.sender a img {
    width: 132px;
    height: 132px;
    object-fit: cover;
}
.play_btn {
    position: absolute;
    top: 77px;
    width: 17% !important;
    left: 60px;
    height: 18% !important;
}
.start_btn{
    position: absolute;
    top: 77px;
    width: 17% !important;
    left: 60px;
    height: 20% !important;
}
.upload-img {
    width: 182px;
    height: 182px;
    border-radius: 92px;
    border: 4px solid #1ba0e6;
}
.upload-img .fa {
    position: absolute;
    top: 46%;
    left: 20%;
    font-size: 41px;
    color: #19a2ea;
}
.upload-img input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
    width: 182px;
    height: 182px;
}
.thumb-image {
    float: left;
    width: 180px !important;
    position: relative !important;
    padding: 5px !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 102px !important;
    top: -3px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
textarea.select2-search__field {
    border: none !important;
}
  @media (max-width:1199px){
    .online_1, .ofline_1{
      right: 2px;
    }
    .message_header1 .online_1{
      right: 10px;
    }
  }
  @media (max-width:991px){
    .online_1, .ofline_1{
      right: 11px;
    }
  .time-meta{
    width: 100%;
    display: block;
  }
  .sideBar-body .col-sm-2{
    width: 10%;
  }
  .col-sm-10.sideBar-main{
    width: 90%;
  }
  }
  @media (max-width:575px){
    .message-title {
      display: block;
  }
  .message-title a {
    font-size: 13px;
}
    .message_header1 .online_1{
      right: 15px;
    }
    .online_1, .ofline_1{
      right: 4px;
    }
    .avatar-icon{
      width: 39px;
      height: 39px;
    }
    .sideBar-body .col-sm-2{
      width: 16%;
    }
    .col-sm-10.sideBar-main{
      width: 84%;
    }

    .col-sm-9.col-xs-9.sideBar-name{
      width: 100%;
    }
    .col-sm-3.col-xs-3.pull-right.sideBar-time{
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      flex-direction: row-reverse;
      text-align: left !important;
      float: left !important;
    }
    .sideBar-time h6{
      text-align: left;
    }
    .time-meta{
      text-align: right;

    }
    .message_header1{
      flex-direction: column;
      margin: 7px 6px;
      position: unset;
      align-items: start;
    }
    .mesage_text{
      font-size: 13px;
    }
    .message-main-receiver, .message-main-sender{
      padding: 3px 9px !important;
    }
    .message_header1 .pull-right.sideBar-time{
      margin-top: 10px;
      width: 100%;
      text-align: center;
    }

    .message_header1 .pull-right.sideBar-time .info_button img{
      width: 27px !important;
    }
    .hirebtn{
      font-size: 15px;
      padding: 3px 15px;
    }
    .info_1{
      width: 156px;
      font-size: 14px;
      text-align: center;
      right: 0;
      top: 28px;
      border-radius: 11px;
      left: 50%;
      transform: translate(-50%, 0);
    }
  }
  .tab-content{
      width:100%
  }
  .click_sidebar_user.active {
    background: #dbe6f1;
}
.sideBar-name {
    position: relative;
}
