/*Proposal details*/
/* width */

.Category{
    background-color: #e7e7ff;
    color:#696cff;
    font-size: 10px;
    padding: 3px;
    border-radius: 5px;
}

/*index.jsp Datatable*/
.buttons-collection{
    padding: 5px;
}

/*.chat-header{
    padding: 25px 10px;
}*/

.form-control{
    padding: 5px;
}
.details-btn{
    font-size: 15px;
}
.bx-chat{
    font-size: 20px;
}

.agent{
    font-weight: bold;
}

.proposal-dash{
    font-weight: bold;
}
.contact-btn{
    background-color: #5EAC89;
}
.contact-btn:hover{
    color: #fff !important;
    background-color: #198353 !important;
    border-color: #198353 !important;
    transform: translateY(-1px) !important;
}
.document-file{
    font-size: 35px;
}


.preview-btn,.icon-btn,.agent-btn{
    background-color: #5EAC89;
}

.preview-btn:hover,.icon-btn:hover, .agent-btn:hover{
    color: #fff !important;
    background-color: #198353 !important;
    border-color: #198353 !important;
    transform: translateY(-1px) !important;
}


.download-btn, .Down-icon-btn{
    background-color: #ff6666;
}

.download-btn:hover, .Down-icon-btn:hover{
    background-color: #e62c2c  !important;
    border-color: #e62c2c  !important;
    transform: translateY(-1px) !important;
}

.icon-btn, .Down-icon-btn{
    display:none;
}

@media screen and (max-width: 1000px) {
    .preview-btn, .download-btn{
        display:none;
    }
    .icon-btn, .Down-icon-btn{
        display:block;
    }
}

.document{
    font-weight: bold;
}



.box1{
    /*    position: relative;*/
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative

}
.products{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product-menu{
    list-style: none;
    display: flex;
}
.product-name{
    display: block;
    font-size: 20px;
    color: #000;
    width: 150px;
}

@media screen and (max-width: 500px) {
    /* .date-time{
        display: none;
    } */
}
/*Review Button*/
.review{
    position: fixed;
    left: -168px;
    transition: 0.5s;
    padding: 15px;
    width: 250px;
    color: white;
    top : 50%;
    z-index: 99;
}
.review:hover{
    left: -16px;
}

.bxs-message-edit{
    font-size: 30px;
    line-height: 1 !important;
    padding-left: 20px;
    margin-top: 2px;
}
/*dashboard*/

.Service_slider,.Product_slider{
    position: relative;
    top: 50%;
    left: 38%;
}
#Service_Slider{
    margin-top: 25px;
}

@media screen and (max-width: 600px) {
    .pro-ser_card {
        margin-top: 1.5rem;
    }
}

.Dash-Doc{
    height: 405px;
    overflow-y: scroll;
}

.proposal, .agent-details{
    height: 400px
}

.agent-details{
    display: grid;
    text-align: center
}

@media screen and (max-width: 350px) {
    .agent-role{
        display: none !important;
    }
    .img-agent{
        left: 0 !important;
    }
    .agent-dtl{
        text-align: center !important;
    }
}

@media screen and (max-width: 768px) {
    .agent-dtl, .agent-role{
        text-align: justify;
    }
    .img-agent{
        left: 66%;
    }
    .agent-details{
        height: 355px;
    }
    .user-name{
        display: none !important;
    }
}

@media screen and (min-width: 988px) {
    .agent-role{
        display: none !important;
    }
}

@media screen and (min-width: 1330px) {
    .agent-role{
        display: block !important;
    }
    .agent-dtl, .agent-role{
        text-align: justify;
    }
    .img-agent{
        left: 66%;
    }
}

.Agent-tbl{
    display: flex;
    justify-content: center;
}

/*News and knowlegde*/

.article-meta {
    padding: 5px;
    border-top: 1px dotted #e1e8ee;
    border-bottom: 1px dotted #e1e8ee;
    margin-bottom: 6px;
}

@media only screen and (max-width : 460px){
    .news-update{
        display: block;
        margin-top: 5px;
    }
}

