
.postlist-mat-tab .mat-tab-header{
    border-bottom:0px solid black !important;
}

.networkClass .mat-tab-label{
    min-width: 75px;
}
@media (min-width: 768px)
{
   .offset-custom-md-3 {
        margin-left: 26%;
    }
    .offset-custom-md-9 {
        margin-left: 70%;
    }
}
.cdk-overlay-pane{
    overflow: auto;
}

tr.mat-row, tr.mat-footer-row{
    height: 35px !important;
}

.custom-title-new-color{
    color: #0077c2 !important;
}

/* message */

img {
    max-width: 100%;
}

.app {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 1600px;
    height: calc(100vh - 160px);
    /* margin: 0 auto; */
    overflow: hidden;
    width: 100%;
}

.chatheader {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #eef2f4;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.wrapper {
    width: 100%;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.conversation-area,
.detail-area {
    width: 100%;
    flex-shrink: 0;
}

.detail-area {
    border-left: 1px solid #eef2f4;
    margin-left: auto;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.chat-area {
    width: 100%;
    flex-grow: 1;
}

.search-bar {
    height: 80px;
    z-index: 3;
    position: relative;
    margin-left: 280px;
}

.search-bar input {
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    color: #273346;
    padding: 0 54px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23c1c7cd'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 25px 48%;
    font-weight: 600;
    font-size: 15px;
}

.search-bar input::placeholder {
    color: #a2a2a2;
}

.logo {
    color: #0086ff;
    width: 38px;
    flex-shrink: 0;
}

.logo svg {
    width: 100%;
}

.user-settings {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
}

.user-settings>*+* {
    margin-left: 14px;
}

.dark-light {
    width: 22px;
    height: 22px;
    color: #c1c7cd;
    flex-shrink: 0;
}

.dark-light svg {
    width: 100%;
    fill: transparent;
    transition: 0.5s;
}

.user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.settings {
    color: #c1c7cd;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.conversation-area {
    border-right: 1px solid #eef2f4;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.msg-profile {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.msg-profile.group {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef2f4;
}

.msg-profile.group svg {
    width: 60%;
}

.msg {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}

.msg:hover {
    background-color: rgba(238, 242, 244, 0.4);
}

.msg.active {
    background: linear-gradient( to right, rgba(238, 242, 244, 0.4) 0%, rgba(238, 242, 244, 0) 100%);
    border-left: 4px solid #0086ff;
}

.msg.online:before {
    content: "";
    position: absolute;
    background-color: #23be7e;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 50px;
    bottom: 19px;
}

.msg-username {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
}

.msg-detail {
    overflow: hidden;
}

.msg-content {
    font-weight: 500;
    font-size: 13px;
    display: flex;
}

.msg-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #969eaa;
}

.msg-date {
    font-size: 14px;
    color: #c0c7d2;
    margin-left: 3px;
}

.msg-date:before {
    content: "•";
    margin-right: 2px;
}

.chat-area {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.chat-area-header {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 78%, rgba(255, 255, 255, 0) 100%);
}

.chat-area-profile {
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-area-title {
    font-size: 18px;
    font-weight: 600;
}

.chat-area-main {
    flex-grow: 1;
}

.chat-msg-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-msg-profile {
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: -20px;
    position: relative;
}

.chat-msg-date {
    position: absolute;
    left: calc(100% + 12px);
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #c0c7d2;
    white-space: nowrap;
}

.chat-msg {
    display: flex;
    padding: 0 20px 45px;
}

.chat-msg-content {
    margin-left: 12px;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.chat-msg-text {
    background-color: #f1f2f6;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
}

.chat-msg-text+.chat-msg-text {
    margin-top: 10px;
}

.chat-msg-text {
    color: var(--chat-text-color);
}

.owner {
    flex-direction: row-reverse;
}

.owner .chat-msg-content {
    margin-left: 0;
    margin-right: 12px;
    align-items: flex-end;
}

.owner .chat-msg-text {
    background-color: #0086ff;
    color: #fff;
    border-radius: 20px 20px 0 20px;
}

.owner .chat-msg-date {
    left: auto;
    right: calc(100% + 12px);
}

.chat-msg-text img {
    max-width: 300px;
    width: 100%;
}

.chat-area-footer {
    display: flex;
    border-top: 1px solid #eef2f4;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    left: 0;
}

.chat-area-footer button {
    background: white;
    border: none;
    color: #0077C2;
    font-size: 21px;
    flex-shrink: 0;
    cursor: pointer;
}

.chat-area-footer button:hover {
    color: #9fa7ac;
}

.chat-area-footer svg+svg {
    margin-left: 12px;
}

.chat-area-footer input {
    border: 1px solid rgba(0, 40, 100, .12);
    color: #273346;
    background-color: #f8f8fa;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
    margin: 0 12px;
    width: 100%;
}

.chat-area-footer input::placeholder {
    color: #a2a2a2;
}

.colors {
    display: flex;
    margin-left: auto;
}

.color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.color.selected {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.color:not(:last-child) {
    margin-right: 4px;
}

.view-more {
    color: #0086ff;
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0;
}

.chat-area-group {
    flex-shrink: 0;
    display: flex;
}

.chat-area-group * {
    border: 2px solid #fff;
}

.chat-area-group *+* {
    margin-left: -5px;
}

.chat-area-group span {
    width: 32px;
    height: 32px;
    background-color: #f0f7ff;
    color: #0086ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1120px) {
    .detail-area {
        display: none;
    }
}

@media (max-width: 780px) {
    .conversation-area {
        display: none;
    }
    .search-bar {
        margin-left: 0;
        flex-grow: 1;
    }
    .search-bar input {
        padding-right: 10px;
    }
}

.hashtag-area li {
    padding: 14px;
    font-size: 20px;
}

.hashtag-area li:hover {
    background-color: rgba(238, 242, 244, 0.4);
}

.custom-angle-right {
    font-size: 36px;
    color: #aeb4b7;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

/* cloudchal-circle */

.contact-wrapper {
    background: #fff;
  }
  .btn-default {
    border: solid 1px #16c79a !important;
    color: #16c79a;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 27px 4px 27px;
  }
  
  .btn-default:hover {
    border: solid 1px #16c79a !important;
    color: #fff;
    background-color: #16c79a;
  }
  
  .count {
    position: absolute;
    right: 16px;
    font-weight: bold;
  }
  
  .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .single-chart {
    height: 83px;
    width: 142%;
    justify-content: space-around;
  }
  
  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
  }
  
  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .circular-chart.orange .circle {
    stroke: #ff9f00;
  }
  
  .circular-chart.green .circle {
    stroke: #11698e;
  }
  
  .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }
  
  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }
  
  #pills-mycircleAna .card:hover {
    background: linear-gradient(to right, #b8eaff, #d8fff5);
  }
  
  #pills-mycircleAna .card.active {
    background: linear-gradient(to right, #b8eaff, #d8fff5);
  }
  
  .green-btn {
    border-radius: 20px;
    background-color: #16c79a;
    border: solid 1px #16c79a !important;
    color: #fff;
    padding: 4px 23px 4px 23px;
  }
  
  .project-content .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #343a40 !important;
    background-color: #ffffff !important;
    border: solid 0px #ffffff !important;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
    border-bottom: 2px solid #16c79a !important;
    border-radius: 0px !important;
  }
  
  .project-content .nav-pills .nav-link:hover,
  .nav-pills .show>.nav-link {
    color: #343a40 !important;
    background-color: #ffffff3d !important;
    border: solid 1px #ffffff !important;
  }
  
  ul.d-flex li {
    border-right: solid 2px #a5a5a5;
  }
  
  ul.d-flex b {
    margin-right: 7px;
  }
  
  
  
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #16c79a;
  }
  
  .modal-content {
    background-image: linear-gradient(115deg, #ffffff 6%, #ffffff 95%);
  }
  
  #profileModal .table tr {
    border: 1px solid #cecece;
  }
  
  #profileModal .table {
    font-size: 15px;
  
  }
  
  #profileModal .table a {
    color: #6d6f71;
  
  }
  
  .fa-check-square {
    font-size: 65px;
    color: #16c79a;
  }
  
  .btn-primary {
    font-weight: bold;
    color: #fff;
    background-color: #11698e;
    border-color: #11698e;
    border-radius: 20px;
  }
  
  .btn-primary:hover {
    font-weight: bold;
    border-radius: 20px;
    color: #fff;
    background-color: #11698e;
    border-color: #11698e;
  }
  
  .myTest-tooltip {
    min-width: 300px;
    font-size: 20px;
  }
  .card-title{
    background-color: #fff;
  }
  
  .card-footer, .card-bottom {
    padding: 0.5rem 0.5rem;
    background: none;
  }
  
  .avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    background: #0077C2 no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .brround {
    border-radius: 50%;
  }
  
  .avatar-md {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
  
  .mat-tab-label{
    min-width: 75px;
  }
  
  .card-shard{
    background-color: #eff5f9;
  }
  
  .networkList:hover {
    box-shadow: 0 0 5px 2px #cecece;
  }
  
  .card {
    margin-bottom: 1.0rem;
  }
  .btn-details {
    margin-left: 5px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #0077C2;
    background-color: #fff;
    color: #0077C2;
  }

  /* my-circle */

  .contact-wrapper {
    background: linear-gradient(to right, #dafcf385, #bae4f694);
  }
  .btn-default {
    border: solid 1px #0077C2 !important;
    color: #0077C2;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 27px 4px 27px;
  }
  
  .btn-default:hover {
    border: solid 1px #0077C2 !important;
    color: #fff;
    background-color: #0077C2;
  }
  
  .count {
    position: absolute;
    right: 16px;
    font-weight: bold;
  }
  
  .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .single-chart {
    height: 83px;
    width: 142%;
    justify-content: space-around;
  }
  
  .circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
  }
  
  .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
  }
  
  .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
  }
  
  @keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
  }
  
  .circular-chart.orange .circle {
    stroke: #ff9f00;
  }
  
  .circular-chart.green .circle {
    stroke: #11698e;
  }
  
  .circular-chart.blue .circle {
    stroke: #3c9ee5;
  }
  
  .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
  }
  
  #pills-mycircleAna .card:hover {
    background: linear-gradient(to right, #b8eaff, #d8fff5);
  }
  
  #pills-mycircleAna .card.active {
    background: linear-gradient(to right, #b8eaff, #d8fff5);
  }
  
  .green-btn {
    border-radius: 20px;
    background-color: #0077C2;
    border: solid 1px #0077C2 !important;
    color: #fff;
    padding: 4px 23px 4px 23px;
  }
  
  .project-content .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #343a40 !important;
    background-color: #ffffff !important;
    border: solid 0px #ffffff !important;
    padding: 3px 20px 3px 20px;
    font-size: 15px;
    border-bottom: 2px solid #16c79a !important;
    border-radius: 0px !important;
  }
  
  .project-content .nav-pills .nav-link:hover,
  .nav-pills .show>.nav-link {
    color: #343a40 !important;
    background-color: #ffffff3d !important;
    border: solid 1px #ffffff !important;
  }
  
  ul.d-flex li {
    border-right: solid 2px #a5a5a5;
  }
  
  ul.d-flex b {
    margin-right: 7px;
  }
  
  
  
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #16c79a;
  }
  
  .modal-content {
    background-image: linear-gradient(115deg, #ffffff 6%, #ffffff 95%);
  }
  
  #profileModal .table tr {
    border: 1px solid #cecece;
  }
  
  #profileModal .table {
    font-size: 15px;
  
  }
  
  #profileModal .table a {
    color: #6d6f71;
  
  }
  
  .fa-check-square {
    font-size: 65px;
    color: #16c79a;
  }
  
  .btn-primary {
    font-weight: bold;
    color: #fff;
    background-color: #11698e;
    border-color: #11698e;
    border-radius: 20px;
  }
  
  .btn-primary:hover {
    font-weight: bold;
    border-radius: 20px;
    color: #fff;
    background-color: #11698e;
    border-color: #11698e;
  }
  
  .myTest-tooltip {
    min-width: 300px;
    font-size: 20px;
  }
  
  .card-title{
    background-color: #fff;
  }
  
  .card-footer, .card-bottom {
    padding: 0.5rem 0.5rem;
    background: none;
  }
  
  .avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    background: #0077C2 no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    user-select: none;
  }
  
  .brround {
    border-radius: 50%;
  }
  
  .avatar-md {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
  }
  
  .mat-tab-label{
    min-width: 75px;
  }
  
  .card-shard{
    background-color: #eff5f9;
  }
  
  .networkList:hover {
    box-shadow: 0 0 5px 2px #cecece;
  }
  
  .card {
    margin-bottom: 1.0rem;
  }

  /* bid-add-edit */

  .carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.padbot {
    width: 100%;
}

.bid-radio-group {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
}


/* fix blank or flashing items on carousel */

.owl-stage .owl-item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}
.owl-stage .owl-item .card {
    border: solid 1px #cecece;
}

.owl-stage .owl-item .card .btn {
    padding: 3px 25px 3px 25px;
    background-color: #0077C2;
    color: #ffffff;
    border-radius: 20px;
}
.btn-done {
    padding: 3px 45px 3px 45px;
    background-color: #0077C2;
    color: #ffffff;
}
.btn-no {
    padding: 3px 45px 3px 45px;
    background-color: #ffffff;
    border: 1px solid #0077C2;
    color: #000;
}
.file-drop {
    width: 450px;
    height: 200px;
    padding: 2rem;
    text-align: center;
    border: dashed 1px #979797;
    position: relative;
    margin: 0 auto;
}
.file-drop input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.file-drop label {
    color: white;
    width: 183px;
    height: 44px;
    border-radius: 21.5px;
    background-color: #db202f;
    padding: 8px 16px;
}

.file-drop h3 {
    font-size: 20px;
    font-weight: 600;
    color: #38424c;
}

.fileover {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.files-list {
    margin-top: 1.5rem;
}

.files-list .single-file {
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    border: dashed 1px #979797;
    margin-bottom: 1rem;
    display: flex;
    flex-grow: 1;
}

.files-list .single-file .delete {
    display: flex;
    margin-left: 0.5rem;
    cursor: pointer;
    align-self: flex-end;
}

.files-list .single-file .name {
    font-size: 14px;
    font-weight: 500;
    color: #353f4a;
    margin: 0;
}

.files-list .single-file .size {
    font-size: 12px;
    font-weight: 500;
    color: #a4a4a4;
    margin: 0;
    margin-bottom: 0.25rem;
}

.files-list .single-file .info {
    width: 100%
}


/* Shake animation */

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.btn.btn-rounded {
    border-radius: 50px
}

/* bid-message */

img {
    max-width: 100%;
  }
  .app {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 1600px;
    height: calc(100vh - 333px);
    overflow: hidden;
    width: 100%;
  }
  .chatheader {
    height: 80px;
    width: 100%;
    border-bottom: 1px solid #eef2f4;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .wrapper {
    width: 100%;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
  }
  .conversation-area,
  .detail-area {
    width: 100%;
    flex-shrink: 0;
  }
  .detail-area {
    border-left: 1px solid #eef2f4;
    margin-left: auto;
    padding: 30px 30px 0 30px;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .chat-area {
    width: 100%;
    flex-grow: 1;
  }
  .search-bar {
    height: 80px;
    z-index: 3;
    position: relative;
    margin-left: 280px;
  }
  .search-bar input {
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    color: #273346;
    padding: 0 54px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23c1c7cd'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 25px 48%;
    font-weight: 600;
    font-size: 15px;
  }
  .search-bar input::placeholder {
    color: #a2a2a2;
  }
  .logo {
    color: #0086ff;
    width: 38px;
    flex-shrink: 0;
  }
  .logo svg {
    width: 100%;
  }
  .user-settings {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
  }
  .user-settings > * + * {
    margin-left: 14px;
  }
  .dark-light {
    width: 22px;
    height: 22px;
    color: #c1c7cd;
    flex-shrink: 0;
  }
  .dark-light svg {
    width: 100%;
    fill: transparent;
    transition: 0.5s;
  }
  .user-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .settings {
    color: #c1c7cd;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
  }
  .conversation-area {
    border-right: 1px solid #eef2f4;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .msg-profile {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
  }
  .msg-profile.group {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eef2f4;
  }
  .msg-profile.group svg {
    width: 60%;
  }
  .msg {
    display: flex;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
  }
  .msg:hover {
    background-color: rgba(238, 242, 244, 0.4);
  }
  .msg.active {
    background:linear-gradient(
        to right,
        rgba(238, 242, 244, 0.4) 0%,
        rgba(238, 242, 244, 0) 100%
       );
    border-left: 4px solid #0086ff;
  }
  .msg.online:before {
    content: "";
    position: absolute;
    background-color: #23be7e;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid #fff;
    left: 50px;
    bottom: 19px;
  }
  .msg-username {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 15px;
  }
  .msg-detail {
    overflow: hidden;
  }
  .msg-content {
    font-weight: 500;
    font-size: 13px;
    display: flex;
  }
  .msg-message {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #969eaa;
  }
  .msg-date {
    font-size: 14px;
    color: #c0c7d2;
    margin-left: 3px;
  }
  .msg-date:before {
    content: "•";
    margin-right: 2px;
  }
  .chat-area {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .chat-area-header {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 78%,
      rgba(255, 255, 255, 0) 100%
     );
  }
  .chat-area-profile {
    width: 32px;
    border-radius: 50%;
    object-fit: cover;
  }
  .chat-area-title {
    font-size: 18px;
    font-weight: 600;
  }
  .chat-area-main {
    flex-grow: 1;
  }
  .chat-msg-img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .chat-msg-profile {
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: -20px;
    position: relative;
  }
  .chat-msg-date {
    position: absolute;
    left: calc(100% + 12px);
    bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #c0c7d2;
    white-space: nowrap;
  }
  .chat-msg {
    display: flex;
    padding: 0 20px 45px;
  }
  .chat-msg-content {
    margin-left: 12px;
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .chat-msg-text {
    background-color: #f1f2f6;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
  }
  .chat-msg-text + .chat-msg-text {
    margin-top: 10px;
  }
  .chat-msg-text {
    color: var(--chat-text-color);
  }
  .owner {
    flex-direction: row-reverse;
  }
  .owner .chat-msg-content {
    margin-left: 0;
    margin-right: 12px;
    align-items: flex-end;
  }
  .owner .chat-msg-text {
    background-color: #0086ff;
    color: #fff;
    border-radius: 20px 20px 0 20px;
  }
  .owner .chat-msg-date {
    left: auto;
    right: calc(100% + 12px);
  }
  .chat-msg-text img {
    max-width: 300px;
    width: 100%;
  }
  .chat-area-footer {
    display: flex;
    border-top: 1px solid #eef2f4;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    background-color:#fff;
    position: sticky;
    bottom: 0;
    left: 0;
  }
  .chat-area-footer button {
    background: white;
    border: none;
    color: black;
    font-size: 21px;
    flex-shrink: 0;
    cursor: pointer;
  }
  .chat-area-footer button:hover {
    color: #9fa7ac;
  }
  .chat-area-footer svg + svg {
    margin-left: 12px;
  }
  .chat-area-footer input {
    border: none;
    color: #273346;
    background-color: #f8f8fa;
    padding: 12px;
    border-radius: 6px;
    font-size: 15px;
    margin: 0 12px;
    width: 100%;
  }
  .chat-area-footer input::placeholder {
    color: #a2a2a2;
  }
  .colors {
    display: flex;
    margin-left: auto;
  }
  .color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
  }
  .color.selected {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .color:not(:last-child) {
    margin-right: 4px;
  }
  .view-more {
    color: #0086ff;
    font-weight: 600;
    font-size: 15px;
    margin: 25px 0;
  }
  .chat-area-group {
    flex-shrink: 0;
    display: flex;
  }
  .chat-area-group * {
    border: 2px solid #fff;
  }
  .chat-area-group * + * {
    margin-left: -5px;
  }
  .chat-area-group span {
    width: 32px;
    height: 32px;
    background-color: #f0f7ff;
    color: #0086ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
  }
  
  @media (max-width: 1120px) {
    .detail-area {
      display: none;
    }
  }
  @media (max-width: 780px) {
    .conversation-area {
      display: none;
    }
   .search-bar {
      margin-left: 0;
      flex-grow: 1;
    }
    .search-bar input {
      padding-right: 10px;
    }
  }
  
  .hashtag-area li{
          padding: 14px;
      font-size: 20px;
  }
  .hashtag-area li:hover
  {
      background-color: rgba(238, 242, 244, 0.4);
  }