
.casesbody {
    display: inline-block;
    width: 100%;
    box-shadow: none;
    padding: 10px 15px;
    border: none;
    min-height: 50vh;
}
.casesbody .case {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 5px;
    margin-bottom: 0;
    cursor: pointer;
}
.casesbody .case:hover {
    background: #f9f9f9;
}
.case .caaseheader {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.case .casetype {
    display: none;
    float: left;
    font-size: 18px;
    margin: 0 10px 0px 0;
    color: #0558a6;
}
.case .casedatum {
    font-size: 14px;
    float: left;
    margin: 0;
    margin-right: 10px;
}
.case .casestatus {
    font-size: 16px ;
    color: #343434 ;
    font-weight: 600 ;
    background: none ;
    padding: 0 ;
    float: left;
    border-radius: 2px;
    margin: 0 15px 0 5px;
}
.case .casebody {
    margin-bottom: 0;
    display: flex;
}
.case .casedesc {
    line-height: 1.6;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.case .rebr {
    display: flex;
}
/*.case .rebr .cscnt {*/
/*    display: flex;*/
/*}*/
.case .cscnt {
    display: inline-block;
    float: left;
    padding: 5px 7px;
    background: #f9f9f9;
    margin-right: 4px !important;
    color: black;
    border-radius: 4px;
    line-height: 17px;
}
.case .rebr .cscnt.cscntlbl {
    color: #403f3f;
    FONT-SIZE: 14PX;
    margin-bottom: 0px;
}
.case .rebr .cscnt .cscntlbl {
    display: inline-block;
    white-space: nowrap;
    font-weight: 400;
    margin-right: 10px;
    width: 100%;
}

.cscntvr {
    font-weight: 700;
    font-size: 14px;
    color: #0055a4;
}
.case .rebr .cscnt .cscntvr {
    display: inline-block;
}
.case .casedesc {
    width: 100%;
    padding: 0 5px;
    padding: 0 !important;
    line-height: 1.6;
    font-size: 16px;
}
.case .commsec {
    display: none;
}
.analbut {
    position: fixed;
    z-index: 6;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #4caf50;
    color: white !important;
    font-size: 30px;
    line-height: unset !important;
    padding: 0;
    box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.3);
    outline: none !important;
}
.communication-div {
    position: fixed;
    display: inline-block;
    top: 100px;
    left: 50px;
    right: 50px;
    bottom: 100px;
    height: calc(100vh - 150px);
    width: calc(100vw - 100px);
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 25px -8px;
    z-index: 999;
}

.communication-div .loaderforma {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9;
}
@media (max-width: 991px) {
    .communication-div {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        padding: 5px 10px !important;
        box-shadow: 0px 0px 25px -8px;
        z-index: 999;
    }
    .commentslist::-webkit-scrollbar {
        display: none !important;
    }
    span.doclink {
        width: 100% !important;
        overflow: hidden !important;
    }
    /*.mobileshadow.nadole {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*    position: fixed;*/
    /*    z-index: 2;*/
    /*    background: white;*/
    /*    width: 100%;*/
    /*    border-bottom: 1px #00000021 solid;*/
    /*}*/
    /*.mobileshadow.nagore {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*    position: fixed;*/
    /*    z-index: 2;*/
    /*    background: white;*/
    /*    width: 100%;*/
    /*    border-bottom: 1px #00000021 solid;*/
    /*}*/

    button.close-mob-communication {
    position: fixed;
    right: 9px;
    top: 8px;
    z-index: inherit;
    background: none;
    border: none;
    font-size: 19px;
}
    .case .cscnt.cl18-field121.customwidth {
        width: calc(40% - 4px);
        margin-right: 8px !important;
    }
    .case .cscnt.cl18-field122.customwidth {
        width: calc(60% - 4px);
        margin-right: 0 !important;
    }
    .case .cscnt.cl18-field128.customwidth {
        width: calc(50% - 4px);
        margin-right: 8px !important;
    }
    .case .cscnt.cl18-field129.customwidth {
        width: calc(50% - 4px);
        margin-right: 0 !important;
    }
    .analbut {
        position: fixed;
        bottom: 80px;
        right: 15px;
        border-radius: 50%;
        height: 55px;
        width: 55px;
        background: #4caf50;
        color: white;
        font-size: 31px;
        line-height: unset !important;
        padding: 0;
        box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.3);
    }
    /*.content {*/
    /*    padding: 80px 0px 50px;*/
    /*}*/
    .case .caaseheader {
        display: inline-block;
    }
    .case .rebr {
        display: inline-block;
        flex-direction: column;
        width: 100%;
        margin-top: 10px !important;
    }
    .case .cscnt {
        margin-bottom: 4px;
        margin-top: 4px;
    }
    .casesbody .case {
        padding: 10px 0;
    }
    .casesbody {
        padding: 10px;
    }
    
}










