
/******************************  SCROLL CSS  *********************************/
::-webkit-scrollbar {
    height: 5px;
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d7d7d7;
    opacity: 0.3;
    border-radius: 5px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }

/******************************  END SCROLL CSS  *********************************/



/******************************  LEFT SIDE CSS  *********************************/


.union {
    opacity: 1;
}

    .union:hover {
        opacity: 0.5;
        cursor: pointer;
    }


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.datatable .active td {
    font-weight: 700;
}

.datatable .active:hover {
    cursor: pointer;
}

ul {
    padding-inline-start: 8px !important;
}

    ul li {
        list-style-type: none;
        display: inline-flex;
        margin-right: 15px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 40px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

        ul li a {
            list-style-type: none;
            display: inline-flex;
            margin-right: 15px;
            font-family: 'Roboto';
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 40px;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            text-decoration: none;
        }

            ul li a:hover {
                cursor: pointer;
            }

        ul li .active {
            cursor: pointer;
        }


.right-menu {
    display: inline-block;
    float: right;
}

.drop-arrow {
    padding-left: 12px;
}

/*************** start table status *****************/
.status {
    position: relative;
    width: 54px;
    height: 20px;
    border-radius: 6px;
}

.arrived {
    background: #DFFBD8;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: grid;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #32B112;
}

.finalised {
    background: #F0F2F5;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: grid;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #A3AEBF;
}

.non-arrived {
    max-width: 95px;
    background: #FDF0F7;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    display: grid;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #E868AD;
}
/*************** end table status *****************/

/******************************  RIGHT SIDE CSS  *********************************/
.blue-line table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .blue-line table tr {
        border-bottom: none;
        height: auto;
    }

        .blue-line table tr:hover {
            background-color: transparent;
        }

    .blue-line table td {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 80px;
    }

.blue-line h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
}

.blue-line h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 0px;
}

.blue-line .phicon {
    margin-right: 21.59px;
}

.text-right {
    text-align: right;
}

.green-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 10px;
    gap: 10px;
    width: 90px;
    height: 20px;
    border-radius: 100px;
    margin-right: 39px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.blue-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 4px 11px;
    gap: 10px;
    width: 38px;
    height: 27px;
    border-radius: 100px;
    margin-right: 39px;
}

.white-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 38px;
    height: 27px;
    border-radius: 100px;
    margin-right: 39px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
}


table.rightdata tr td:nth-child(2) {
    padding-left: 0px;
}

/***************** START MESSAGE CSS *******************/

.panel-heading {
    padding: 21px 37px;
}

#message .panel-footer {
    padding: 33px 31px 18px;
}

#message .sender {
    text-align: right;
}

    #message .sender .metatext {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
        text-align: right;
        margin-bottom: 11px;
    }

    #message .sender .msg {
        display: inline-flex;
        padding: 14px 19px;
        gap: 10px;
        border-radius: 10px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        text-align: left;
        max-width: 316px;
        margin-bottom: 44px;
    }

#message .reciver .metatext {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 11px;
}

#message .reciver .msg {
    display: inline-flex;
    padding: 14px 19px;
    gap: 10px;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    max-width: 316px;
    margin-bottom: 44px;
}

#message .devider {
    height: 1px;
    position: relative;
    margin-bottom: 32px;
}

#message .date {
    padding: 3px 8px;
    width: fit-content;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    position: absolute;
    left: 42%;
    top: -8px;
}

#message .comment-text-box {
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 19px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    outline: none;
    width: 100%;
}

#message .post-btn {
    display: inline-flex;
    float: right;
    position: absolute;
    right: 50px;
    bottom: 45px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    align-items: center;
    padding: 6px 12px;
    border-radius: 10px;
}

    #message .post-btn:hover {
        cursor: pointer;
    }

/***************** END MESSAGE CSS *******************/


#documents .panel-body {
    height: 741px;
    overflow-y: auto;
    padding: 2px 6px;
    border-radius: 20px;
}
/***************** START HISTORY CSS *******************/

    #history .panel-head img {
        vertical-align: middle;
    }

    #history .panel-head .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin-left: 11px;
    }

#history .postdata tr td a {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}


/***************** END HISTORY CSS *******************/

/***************** START USERS CSS *******************/
#users .panel-head {
    padding: 16px 28px;
    vertical-align: middle;
    position: relative;
}

    #users .panel-head::after {
        content: '';
        background: url(../image/angle-down.svg) no-repeat;
        position: absolute;
        right: 19px;
        left: auto;
        top: 25px;
        z-index: 3;
        height: 12px;
        width: 12px;
    }

    #users .panel-head img {
        vertical-align: middle;
    }

    #users .panel-head .title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin-left: 11px;
    }

#users .postdata tr td a {
    text-decoration: none;
}


/***************** END USERS CSS *******************/

table.postdata tr td:nth-child(1) {
    width: 14%;
    padding-left: 30px;
}

table.postdata tr td:nth-child(2) {
    padding-left: 26px;
}

table.postdata tr td:nth-child(3) {
    text-align: right;
    padding-right: 30px;
}

.postdata .icon-img {
    margin-right: 16px;
}

.graytext {
    opacity: 0.35;
}

.yellowtext {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
}

/****************************** \ END RIGHT SIDE CSS  *********************************/
