@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.chat-dropdown{
    position: absolute;
    width: 400px;
    height: 512px;
    right: 120px;
    top: 46px;
    z-index: 9999;
    display: none;
}

.chat-dropdown .panel-content{
    position: absolute;
    width: 400px;
    height: 500px;
    left: 0px;
    top: 12px;
    z-index: 9;
    border-radius: 8px;
}

.chat-dropdown .panel-content .header{
    position: absolute;
    width: 100%;
    height: 55px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    border-radius: 8px 8px 0px 0px;
    border-bottom: thin solid #E1E3E5;
}

.chat-dropdown .panel-content .header .title{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    
    position: absolute;
    width: 400px;
    height: 48px;
    left: 0px;
    top: 0px;    
}

.chat-dropdown .panel-content .header .title .text{
    position: static;
    width: 274px;
    height: 24px;
    left: 12px;
    top: 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #111827;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin: 0px 8px;
}

.chat-dropdown .panel-content .scroll{
    position: absolute;
    width: 400px;
    height: 87%;
    left: 0px;
    top: 55px;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.chat-dropdown .panel-content .scroll::-webkit-scrollbar{
    display: none;
  }

.chat-dropdown .panel-content .scroll .frame{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0px;
    
    position: absolute;
    width: 400px;
    height: auto;
    left: 0px;
    top: 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    width: 400px;
    height: auto;
    left: 0px;
    top: -11px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 16px;
    
    position: static;
    width: 400px;
    height: auto;
    left: 0px;
    top: 0px;
    
    background: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    
    position: static;
    width: 368px;
    height: 85px;
    left: 16px;
    top: 0px;
    background: #FFFFFF;
    border-radius: 5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 4px 0px;
    cursor: pointer;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame:hover{
    background: #f3f3f3;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .avatar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1px;
    position: static;
    width: 48px;
    height: 48px;
    left: 12px;
    top: 12px;
    border-radius: 24px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 6px 7px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .avatar img{
    position: static;
    width: 46px;
    height: 46px;
    left: 1px;
    top: 1px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    position: static;
    width: 237px;
    height: 61px;
    left: 76px;
    top: 12px;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 10px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi .jenis{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;

    position: static;
    width: auto;
    height: 15px;
    left: 0px;
    top: 0px;


    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi .jenis .text{
    position: static;
    width: auto;
    height: 15px;
    left: 0px;
    top: 0px;
    
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    /* identical to box height, or 15px */
    
    
    /* cool-gray/600 */
    
    color: #4B5563;
    
    
    /* Inside Auto Layout */
    
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi .title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    
    position: static;
    width: 268px;
    height: 20px;
    left: 0px;
    top: 19px;
    
    
    /* Inside Auto Layout */
    
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 4px 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi .title .text{
    position: static;
    width: 245px;
    height: 20px;
    left: 0px;
    top: 0px;
    
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    
    
    /* cool-gray/900 */
    
    color: #111827;
    
    
    /* Inside Auto Layout */
    
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .isi .pesan{
    position: static;
    width: 245px;
    height: 18px;
    left: 0px;
    top: 43px;
    
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* identical to box height, or 18px */
    
    
    /* cool-gray/600 */
    
    color: #4B5563;
    
    
    /* Inside Auto Layout */
    
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .waktu{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0px;

    position: static;
    width: 27px;
    height: 40px;
    left: 329px;
    top: 12px;


    /* Inside Auto Layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .waktu .counter{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 6px;
    position: static;
    width: auto;
    height: 16px;
    left: 8px;
    top: 24px;
    background: #FEE2E2;
    border-radius: 28px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px;
    text-align: center;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .waktu .counter .text{
    position: static;
    width: auto;
    height: 16px;
    left: 6px;
    top: 0px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.4px;
    color: #B45309;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px;
    text-align: center;
}

.chat-dropdown .panel-content .scroll .frame .list-chat .item .item-frame .waktu .jam{
    position: static;
    width: 27px;
    height: 16px;
    left: 0px;
    top: 0px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    /* identical to box height, or 145% */

    letter-spacing: -0.2px;

    /* cool-gray/500 */

    color: #6B7280;


    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
}

.chat-dropdown .panel{
    position: absolute;
    width: 400px;
    height: 512px;
    left: 0px;
    top: 0px;
    
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 24px rgba(0, 0, 0, 0.1);
}

.chat-dropdown .panel .panel-frame{
    position: absolute;
    left: 0%;
    right: 0%;
    top: 2.34%;
    bottom: 0%;

    background: #FFFFFF;
    border-radius: 8px;
}

.empty-state {
    height: 475px;
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.empty-card {
    max-width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #18181B;
    position: relative;
    top: -70px;
}

.posisi-chat{
    margin: 0px -10px;
    height: 50px;
}

.posisi-chat a{
    height: 100% !important;
}

.bubble-count{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: relative;
    width: 20px;
    height: 20px;
    left: 12.99px;
    top: -38px;
    background: #FF0000;
    box-shadow: 0px 0px 0px 2px rgb(255 0 0 / 25%);
    border-radius: 10px;
}

.bubble-count .text{
    position: static;
    width: 12px;
    height: 12px;
    left: 1px;
    top: 1px;
    
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    
    color: #FFFFFF;
    
    
    /* Inside Auto Layout */
    
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}