/* Shakaib */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.main {
    height: 100dvh;
    display: flex;
}

.left {
    height: 100dvh;
    width: 250px;
    background-color: var(--dark-blue);
    z-index: 10;
}

.left-top {
    height: 80px;
}

.logodiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.left-mid {
    height: calc(100dvh - 160px);
    padding: 15px;
}
.detail-img{
    max-width: 250px;
    max-height: 250px;
}
.list ul {
    list-style: none;
    overflow: auto;
    height: calc(100dvh - 200px);
    overflow: auto;
    padding: 0;
}

.list>ul>li {
    justify-content: center;
    color: #fff;
    margin-top: 10px;
}

.sidelink {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #ffffff;
}

.sideicon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.sidelink.active {
    background-color: var(--blue);
    border-radius: 5px;
}

.left-bottom {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: #ffffff;
}

.logouts {
    text-decoration: none;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 5px;
    border: #fff solid 1px;
    width: 100%;
}

.right {
    height: 100dvh;
    width: calc(100% - 250px);
}

.right-top {
    height: 64px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    justify-content: space-between;
    padding: 0 20px;
    color: #000;
}

.userimg {
    width: 40px;
    height: 40px;
    margin: 0 10px;
}

.bellimg {
    width: 25px;
    height: 25px;
}


.right-bottom {
    height: calc(100dvh - 80px);
    padding: 12px 0;
}

.bottom-main {
    height: calc(100dvh - 105px);
    padding: 10px;
}
.content::-webkit-scrollbar {
    width: 6px;
}

.content::-webkit-scrollbar-track {
      background: #fff;
      /* margin-top: 90px;
      margin-bottom: 90px; */
      border: 1px solid var(--dark-blue);
      border-radius: 5px
}

.content::-webkit-scrollbar-thumb {
        background: var(--dark-blue);
       border-radius: 5px;
}
.content {
    height: calc(100dvh - 125px);
    overflow: auto;
    padding: 5px 0;
}

.blue-btn{
    background-color: var(--blue);
    color:#fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
}

.myshadow{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.img-cn {
    max-width: 100px;
}

.min-100-2 {
    min-height: calc(100dvh - 120px);
}
@media screen and (min-width:993px) {
    .right-bottom .content {
        height: calc(100dvh - 110px);
    }
    .right-bottom .messenger-messagingView,
    .right-bottom .messenger-listView,
    .right-bottom .messenger-infoView {
            height: calc(100dvh - 120px) !important;
    }
    .right-bottom .us .messenger-tab {
        height: calc(100vh - 180px) !important;
    }
    .right-bottom .us .messenger-listView .m-header {
        height: 57px;
    }
    .right-bottom .ad .messenger-listView .m-header {
        height: 108px;
    }
    .right-bottom .ad .messenger-tab {
        height: calc(100vh - 236px) !important;
    }
    
}
@media screen and (max-width:992px) {
    .right-bottom .messenger-listView {
        z-index: 20;
    }
    .right-bottom .messenger-messagingView {
            height: calc(100dvh - 110px) !important;
            position: relative !important;
    }
    .content {
        height: calc(100dvh - 96px);
    }
    .right-bottom .us .messenger-listView .m-header {
        height: 57px;
    }
}

@media screen and (min-width:769px) {
    .left {
        display: block !important;
    }
   
}

@media screen and (max-width:768px) {
    .main {
        position: relative;
    }

    .left {
        position: absolute;
        display: none;
    }

    .right {
        width: 100% !important;
    }

}
