body{
background-color: #eeeeee;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif
}
.contentAll{
position: fixed;
width: 100%;
height: 100%;
top: 100px;
background-color: #ffcaca;
padding: 25px;
}
.contentRow{
display: flex;
width: 100%;
height: 83%;
box-sizing: border-box;
}
.contentRow .sm_col{
width: 20%;
height: 100%;
background-color: #fff;
border-radius: 10px;
}
.contentRow .med_col{
width: 75%;
height: 100%;
background-color: #fff;
border-radius: 10px;
margin-left: 15px;
overflow: hidden;
overflow-y: auto;
}
.mainSideMenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}
.mainSideMenu ul li{
padding: 10px;
border-bottom: 1px solid #bd0000;
display: flex;
align-items: start;
cursor: pointer;
flex-direction: column;
}
.mainSideMenu .dropLiS{
width: 100%;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
}
.mainSideMenu .dropLiS ul li span i{
margin-right: 0 !important;
}
.mainSideMenu ul li span{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
}
.mainSideMenu ul li span i{
font-size: 16px;
margin-right: 8px;
color: #bd0000;
}
.sideBars{
width: 16%;
position: fixed;
height: 100%;
}
.content_area{
/*position: fixed;*/
width: 100%;
/*left: 16%;
background: red !important;*/
height: 100%;
}
.LogoArea{
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background-color: #fff;
border-bottom: 2px solid #000000;
}
.LogoArea h2{
font-size: 20px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .07em;
}
.LogoArea img{
width: 70px;
height: 70px;
background-color: #bd0000;
padding: 10px;
border-radius: 100%;
margin-left: 8px;
}
.header_div{
background-color: #bd0000;
color: #fff;
padding: 15px;
width: 100%;
height: 100px;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
z-index: 5;
}
.container_95{
width: 95%;
margin: auto;
}
.container_95 .row{
display: flex;
align-items: center;
width: 100%;
}
.container_95 .row .col:first-child{
background-color: transparent;
width: 22%;
display: inline-flex;
justify-content: center;
}
.container_95 .row .col:last-child{
background-color: transparent;
width: 78%;
display: flex;
justify-content: end;
}
.logoDiv{
display: inline-flex;
align-items: center;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
}
.logoDiv img{
width: 64px;
height: 64px;
}
.header_div ul{
list-style-type: none;
padding: 0;
margin: 0;
display: inline-flex;
}
.header_div ul li{
padding: 0 15px;
display: inline-flex;
align-items: center;
}
.header_div ul li span{
font-size: 16px;
font-weight: normal;
text-transform: capitalize;
letter-spacing: .07em;
display: inline-flex;
align-items: center;
cursor: pointer;
transition: .5s ease;
transition-delay: .2s;
transition-duration: .3s;
}
.header_div ul li span img{
width: 25px;
height: 25px;
margin-right: 8px;
}
.header_div ul li span:hover{
color: blue;
}
.content_area{
background-color: transparent;
}
.container_con90{
width: 100%;
background-color: transparent;
margin: auto;
}
.temp_title_div{
background-color: #bd0000;
padding: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;   
color: #fff; 
}
.temp_title_div h3{
font-size: 18px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
display: flex;
align-items: center;
}
.temp_title_div h3 i{
font-size: 24px;
margin-right: 8px;
}
.add_button_div{
background-color: #bd0000;
display: flex;
justify-content: end;
padding: 15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.add_button_div button{
padding: 10px 20px;
background-color: #fff;
border: none;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
transition: .5s;
outline: none;
color: #bd0000;
transition: .5s ease-in;
}
.add_button_div button i{
font-size: 18px !important;
}
.add_button_div button:hover{
background-color: #ececec; 
}

.data_div{
background-color: #fff;
margin-top: 30px;
padding: 25px;
}
.data_div .data_table{
width: 100%;
border-collapse: collapse;
text-align: left;
}
table thead tr th{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
background-color: #f1e6e6;
padding: 12px 20px;
border: 1px solid #000000;
}
table tbody tr td{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 12px 20px;
border: 1px solid #000000;
}
.no_recordDiv{
background-color: transparent;
display: grid;
justify-content: center;
text-align: center;
justify-items: center;
font-size: 13px;
}
.no_recordDiv img{
width: 100px;
height: 100px;
margin-top: 15px;
margin-bottom: 15px;
}
.modals_div{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #00000083;
overflow: hidden;
overflow-y: auto;
display: none;
align-items: center;
z-index: 5;
}
.modals_div .modals_con{
background-color: #fff;
margin: auto;
width: 450px;
height: auto;
border-radius: 10px;
box-sizing: border-box;
position: relative;
}
.modals_div .modals_conMd{
width: 600px !important;
}
.modals_div .modals_con .modals_header{
background-color: #242222;
border-radius: 10px 10px 0 0;
display: flex;
color: #fff;
padding: 10px;
align-items: center;
}
.modals_header h5{
font-size: 14px;
text-transform: capitalize;
letter-spacing: .07em;
}
.modals_header h5 i{
font-size: 16px !important;
cursor: none;
}
h1, h2, h3, h4, h5{
margin: 0;
}
.modals_div .modals_con .modals_header i{
margin-left: auto;
cursor: pointer;
font-size: 25px;
}
.modal_body{
padding: 15px;
position: relative;
}
.form_con label{
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
}
.form_con input, .form_con select{
width: -webkit-fill-available;
padding: 10px 10px;
border: 1px solid #ccc;
border-radius: 8px;
outline: none;
margin-top: 8px;
font-size: 14px;
}
.form_con select, .capitalInput input{
text-transform: capitalize !important;
letter-spacing: .07em;
}
input:focus{
outline: none;
}
.form_con_button{
margin-top: 15px;
display: flex;
justify-content: end;
}
.form_con_button button{
padding: 10px 20px;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
border-radius: 10px;
border: 1px solid #000000;
background-color: green;
color: #fff;
cursor: pointer;
}
.mt10{
margin-top: 10px;
}
::placeholder{
text-transform: capitalize;
font-size: 14px;
letter-spacing: .07em;
}
textarea{
width: -webkit-fill-available;
padding: 10px 10px;
border: 1px solid #ccc;
border-radius: 8px;
outline: none;
margin-top: 8px;
font-size: 16px;
}
.msgAlert{
position: fixed;
right: 25px;
top: 30px;
width: max-content;
padding: 16px 28px;
font-size: 15px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: .07em;
color: #fff;
z-index: 15;
border-radius: 8px;
}
.danger_bg{
background-color: #ec0101;
}
.success_bg{
background-color: #008d09;    
}
.search_div{
margin-bottom: 25px;
}
.search_div .row{
display: flex;
width: 100%;
box-sizing: content-box;
}
.search_div .row .col{
width: 50%;
display: inline-flex;
}
.search_div .row .col:last-child{
justify-content: end;
}
.search_div select{
width: 100px;
font-size: 14px;
font-weight: 500;
letter-spacing: .07em;
border-radius: 8px;
border: 1px solid #ccc;
padding: 5px;
}
select:focus{
outline: none;
}
.search_div input{
font-size: 14px;
font-weight: 500;
letter-spacing: .07em;
border-radius: 8px;
border: 1px solid #ccc;
padding: 10px 10px;   
}
.paginationDiv{
background-color: transparent;
display: flex;
justify-content: end;
margin-top: 25px;
}
.paginationDiv .colPag{
width: 50%;
}
.paginationDiv .colPag .selectPge select{
width: 100px;
font-size: 16px;
font-weight: 500;
letter-spacing: .07em;
border-radius: 8px;
border: 1px solid #ccc;
padding: 10px;
}
.paginationDiv .colPag:last-child{
display: inline-flex;
justify-content: end;
}
.paginationDiv ul{
padding: 0;
margin: 0;
list-style-type: none;
display: inline-flex;
align-items: center;
}
.paginationDiv ul li{
background-color: #ccc;
padding: 10px 15px;
border: 1px solid #000000;
cursor: pointer;
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
}
.pagBtnLeft{
border-radius: 8px 0 0 8px;
border-right: none !important;
}
.pagBtnRgt{
border-radius: 0 8px 8px 0;
border-left: none !important;
}
.pagBtn{
background-color: #008d09 !important;
color: #fff;
}
.actionTable_button{
background-color: transparent;
display: flex;
align-items: center;
}
.actionTable_button button{
margin-left: 7px;
padding: 8px 16px;
border: none;
border-radius: 8px;
color: #fff;
cursor: pointer;
font-size: 14px;
text-transform: capitalize;
letter-spacing: .07em;
}
.right{
margin-left: auto;
color: #bd0000;
float: right;
}
.editBtn{
background-color: #007007;
}
.remBtn{
background-color: #bd0000;
}
.setBtn{
background-color: #000000;
}
.actionTable_button button:first-child{
margin-left: 0;
}
.statusspan{
text-transform: capitalize;
letter-spacing: .07em;
background-color: #ccc;
width: -webkit-fill-available;
padding: 8px;
border-radius: 10px 0 0 10px;
display: block;
border-left: 1px solid #000000;
color: #fff;
}
.active_span{
background-color: #008d09;
}
.inactive_span{
background-color: #d30000;
}
.flexDiv_btn{
display: flex;
justify-content: end;
margin-top: 25px;
}
.flexDiv_btn button{
margin-right: 10px;
border: none;
border-radius: 8px;
padding: 8px 16px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
color: #fff;
}
.modalBody_text h4{
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 10px;
}
.modalBody_text h5{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
margin-bottom: 10px;
color: #777;
}
.cardsBox_div{
background-color: transparent;
display: flex;
box-sizing: border-box;
flex-direction: row;
flex-wrap: nowrap;
}
.cardsBox_div .col{
width: 25%;
background-color: transparent;
margin: 10px;
cursor: pointer;
}
.content_insideCol{
background-color: #fff;
text-align: center;
padding: 10px;
border: 1px solid #000000;
border-radius: 8px 0 8px 0;
}
.content_insideCol img{
width: 100px;
height: 100px;
}
.content_insideCol h2{
font-size: 20px;
text-transform: capitalize;
letter-spacing: .07em;
font-weight: 600;
}
.content_insideCol h3{
font-size: 13px;
text-transform: capitalize;
letter-spacing: .07em;
font-weight: 600;
margin-top: 10px;
background-color: #c10931;
padding: 6px 6px;
border-radius: 8px;
color: #fff;
}
.relativeDiv{
position: relative;
}

.contactTable{
width: -webkit-fill-available;
border-collapse: collapse;
text-align: left;
}
.contactTable th{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
padding: 8px 8px !important;
}
.contactTable td{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 8px 8px !important;
}
.conectList_dataDiv{
margin-bottom: 15px;
width: -webkit-fill-available;
height: 300px;
overflow-y: auto;
}
.modal_body .modalFooter{
position: absolute;
background-color: #000000;
left: 0;
width: -webkit-fill-available;
padding: 10px;
display: flex;
justify-content: end;
}
.modalFooter button{
padding: 14px 28px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
border-radius: 10px;
border: 1px solid #000000;
background-color: green;
color: #fff;
cursor: pointer;
}
.loginDiv{
position: fixed;
background-color: #000000;
background-image: url('/images/email_bg.avif');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.loginContent{
background-color: #ffffffcb;
width: 400px;
height: auto;
padding: 10px;
border-radius: 10px;
}
.loginContent .loginFormWrap{
padding: 15px 5px 15px 5px;
}
.loginHead{
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
}
.loginHead img{
width: 70px;
height: 70px;
}
.loginInputs{
margin-top: 25px;
}
.loginForm label{
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .05em;
}
.loginForm input{
width: -webkit-fill-available;
padding: 12px;
border: 1px solid #ccc;
border-radius: 8px;
margin-top: 10px;
}
.loginFormbtn{
margin-top: 20px;
display: flex;
justify-content: end;
}
.loginFormbtn button{
padding: 10px 30px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
border: none;
border-radius: 10px;
background-color: #007007;
color: #fff;
cursor: pointer;
}
.addMobileNum{
background-color: transparent;
margin-bottom: 15px;
box-sizing: border-box;
display: flex;
align-items: center;
}
.addMobileNum button{
width: 50%;
margin-right: 10px;
padding: 10px 10px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.addMobileNum button i{
font-size: 20px !important;  
margin-right: 10px; 
}
.excelFile{
display: none;
}
.file_div{
background-color: transparent;
width: 50%;
}
.file_div label{
background-color: buttonface;
width: -webkit-fill-available;
display: block;
padding: 10px 10px;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.file_div label i{
margin-right: 10px;
font-size: 20px !important;
}
.statusSpan{
width: 100%;
color: #fff;
padding: 6px 6px;
border-radius: 8px;
width: 100%;
display: block;
text-align: center;
}

.pending{
background-color: #003ce0;
}
.success{
background-color: #00882b;
}
.error{
background-color: #bd0000;
}
.recordsDiv{
background-color: transparent;
margin-bottom: 10px;
font-size: 11px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #777;
}
.dangerTxt{
font-size: 12px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #c10931;
}
.status_box{
background-color: #e5e4e4;
border-radius: 10px;
padding: 10px;
}
.status_box h3{
font-size: 15px !important;
text-transform: capitalize;
letter-spacing: .07em;
font-weight: 500 !important;
}
.status_box_Wrap{
display: flex;
width: 100%;
background-color: transparent;
box-sizing: border-box;
}
.status_box_Wrap .col{
padding: 6px 10px;
}
.status_box_Wrap .col:first-child{
width: 40%;
}
.status_box_Wrap .col:last-child{
width: 60%;
}
.closeMo_btn{
display: flex;
justify-content: center;
margin-top: 15px
}
.closeMo_btn button{
font-size: 15px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
background-color: #c10931;
color: #fff;
border: none;
outline: none;
border-radius: 10px;
padding: 10px 32px;
cursor: pointer;
}
.sending_template{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: #00000086;
display: none;
justify-content: center;
align-items: center;
z-index: 10;
}
.sending_template .content{
width: 250px;
height: 250px;
background-color: #fff;
border-radius: 10px;
padding: 25px;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
position: relative;
}
.image_icon{
background-color: #c10931;
width: 100px;
height: 100px;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.image_icon i{
font-size: 50px;
color: #fff;
animation: animatePlane 1s linear infinite;
}
.sending_template .content p{
font-size: 14px;
color: #777;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
margin-top: 10px;
}

@keyframes animatePlane {
0%{
transform: translateY(10px);
}   
25%{
transform: translateX(-10px);
}
50%{
transform: translateY(-10px);
}
100%{
transform: translateX(10px);
}
}

.responsiveTable{
width: 100%;
overflow: hidden;
overflow-x: auto;
}
.openMenuIcon i{
font-size: 30px;
cursor: pointer;
display: none;
}
.sideMenu{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 50;
background-color: #fffdfdad;
display: none;
}
.sideMenu .content{
background-color: #fff;
width: 70%;
height: 100%;
overflow: auto;
overflow-y: auto;
margin-left: auto;
}
.sideMenu .content .closeMobIcon{
background-color: #c10931;
padding: 8px 8px;
display: flex;
justify-content: end;
}
.sideMenu .content .closeMobIcon i{
font-size: 24px;
}
.menuLinks ul{
display: block;
}
.menuLinks ul li{
color: #000000;
padding: 0;
padding: 8px 8px;
border-bottom: 1px solid #c10931;
}
.menuLinks ul li span img{
display: none;
}
.header_div ul li span{
font-size: 14px;
}
.showPassCh{
margin-top: 10px;
display: flex;
align-items: center;
}
.showPassCh label{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
}
.showPassCh input{
width: auto;
}
.temprowW{
background-color: #fff;
display: flex;
width: 100%;
box-sizing: border-box;
padding-bottom: 70px;
}
.temprowW .col{
width: 50%;
padding: 25px;
}
.temprowW .col .formAreaBox{
background-color: #ffcaca;
padding: 10px;
border-radius: 10px;
}
.temprowW .col .formAreaBox .formControl{
margin-top: 10px;
}
.temprowW .col .formAreaBox .formControl:first-child{
margin-top: 0;
}
.leftBtn{
display: flex;
justify-content: end;
}
.leftBtn button{
padding: 10px 20px;
border: none;
border-radius: 10px;
background-color: green;
color: #fff;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
cursor: pointer;
}
input:focus, button:focus, select:focus, textarea:focus{
outline: none;
}
.temprowW .col .formAreaBox .formControl label{
font-size: 14px;
text-transform: capitalize;
letter-spacing: .07em;
font-weight: 600;
}
.temprowW .col .formAreaBox .formControl select, .temprowW .col .formAreaBox .formControl textarea{
width: -webkit-fill-available;
padding: 10px;
border-radius: 10px;
font-size: 14px;
outline: none;
border: 1px solid #bd0000;
text-transform: capitalize;
letter-spacing: .07em;
margin-top: 8px;
}

.temprowW .col .tempView{
background-color: #ffcaca;
padding: 10px;
border-radius: 10px;
}

.temprowW .col .tempView .titleAreaTmp h3{
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
}

.temprowW .col .tempView .viewTemp{
background-color: #fff;
margin-top: 15px;
border-radius: 10px;
width: 100%;
height: 400px;
}

.temprowW .col .tempView .viewTemp .viewTemp_under .imageView {
text-align: center;
width: 100%;
height: 100px;
}

.temprowW .col .tempView .viewTemp .viewTemp_under .messageView {
margin-top: 15px;
}

.contDivBtn{
display: flex;
align-items: center;
}

.contDivBtn button, .contDivBtn .file_div_EX{
width: 100%;
padding: 10px;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
border: none;
cursor: pointer;
margin: 10px;
border-radius: 10px;
background-color: #bd0000;
color: #fff;
transition: .5s ease-in;
text-align: center;
}

.contDivBtn button:hover, .contDivBtn .file_div_EX:hover{
background-color: #8d0000;    
}
.contDivBtn button:hover, .contDivBtn .file_div_EX label{
cursor: pointer;
}

.chatDiv{
background-color: #e4e4e4;
width: 100%;
height: 100%;
position: relative;
}
.chatDiv .row{
width: 100%;
height: 100%;
display: flex;
box-sizing: border-box;
}
.chatDiv .row .col:first-child{
width: 30%;
}
.chatDiv .row .col:last-child{
width: 70%;
}
.chatDiv .row .col .chatSideDiv{
background-color: #fff;
padding: 10px;
}

.chatDiv .row .col .chatSideDiv .searchChat label{
border: 1px solid #ccc;
border-top-left-radius: 10px;
display: flex;
align-items: center;
}

.chatDiv .row .col .chatSideDiv .searchChat label i{
margin-left: 8px;
}

.chatUserListDiv{
margin-top: 10px;
height: 450px;
overflow: hidden;
overflow-y: auto;
padding-bottom: 25px;
}

.chatDiv .row .col .chatSideDiv .searchChat input{
width: -webkit-fill-available;
padding: 12px;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
border: none;
}

.chatUserCard .cardRow{
display: flex;
box-sizing: border-box;
width: 100%;
border-bottom: 1px solid #ccc;
cursor: pointer;
transition: .5s ease-in;
}

.chatUserCard .cardRow:hover{
background-color: #e7e7e7;
}

.chatUserCard .cardRow:last-child{
border-bottom: none;
}

.chatUserCard .cardRow .cardCol{
padding: 10px;
}

.chatUserCard .cardRow .cardCol:first-child{
width: 15%;
background-color: transparent;
display: inline-flex;
justify-content: center;
align-items: center;
}

.chatUserCard .cardRow .cardCol:last-child{
width: 85%;
background-color: transparent;
}

.chatUserCard .cardRow .cardCol .imgBox{
width: 40px;
height: 40px;
object-fit: cover;
border-radius: 100%;
}

.chatUserCard .cardRow .cardCol .imgBox img{
width: 100%;
height: 100%;
}

.chatUserCard .cardRow .cardCol .chatuserDetails .cardColRow{
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
}

.chatUserCard .cardRow .cardCol .chatuserDetails .cardColRow .cardColRowCol:first-child{
width: 70%;
}

.chatUserCard .cardRow .cardCol .chatuserDetails .cardColRow .cardColRowCol:last-child{
width: 30%;
}

.chat_username{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;
}

.chat_date{
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;   
}

.lastMesChat{
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;  
margin-top: 8px;    
}

h1,h2,h3,h4,h5,h6,p{
margin: 0;
padding: 0;
}

.contentRow .med_col2{
width: 75%;
height: 100%;
background-color: #fff;
border-radius: 10px;
margin-left: 15px;
}

::-webkit-scrollbar {
width: 5px;
}

::-webkit-scrollbar-track {
background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
background: #888; 
}

.chatDiv .row .col:last-child .chatBody{
background-color: #c8ffcc;
background-image: url('/images/chat/chatbg.png');
width: 100%;
height: 100%;
background-position: center;
background-size: 100% 100%;
background-repeat: no-repeat;
object-fit: cover;
position: relative;
}

.chatDiv .row .col:last-child .chatBody .defaultChatBody{
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: #fff;
opacity: .7;
}

.chatDiv .row .col:last-child .chatBody .defaultChatBody h3{
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;
margin-top: 10px;
}

.chatDiv .row .col:last-child .chatBody .defaultChatBody p{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;
margin-top: 6px;
}

.orignamChatBody{
width: 100%;
height: 100%;
}

.orignamChatBody .chatHeader{
background-color: #eeeded;
padding: 10px;
display: flex;
align-items: center;
box-sizing: border-box;
}

.orignamChatBody .chatHeader .cHcol:first-child{
width: 70%;
}

.orignamChatBody .chatHeader .cHcol:last-child{
width: 30%;
display: inline-flex;
justify-content: end;
}

.orignamChatBody .chatHeader .cHcol:last-child i{
font-size: 20px;
cursor: pointer;
color: #444444;
margin-right: 10px;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow{
display: flex;
align-items: center;
width: 100%;
box-sizing: border-box;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow .ChIrowCol:first-child{
width: 10%;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow .ChIrowCol:last-child{
width: 90%;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow .ChIrowCol:first-child .chatImgSm{
width: 35px;
height: 35px;
border-radius: 100%;
object-fit: cover;
}

.chatImg p{
margin: 0;
padding: 0 !important;
font-size: 13px !important;
}

.mesPrvTime{
display: flex;
font-size: 12px !important;
color: #777;
justify-content: end;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow .ChIrowCol:first-child .chatImgSm img{
width: 100%;
width: 100%;
}

.orignamChatBody .chatHeader .cHcol:first-child .ChIrow .ChIrowCol:last-child .chatUsrNam h3{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
letter-spacing: .07em;
color: #444444;
}

.chatContentsWrap{
width: 100%;
height: 100%;
position: relative;
}

.chatContents{
width: 100%;
height: 75%;
overflow: hidden;
overflow-y: auto;
background-color: transparent;
position: relative;
}

.mediaExampleChat{
position: absolute;
width: 100%;
height: 100%;
background-color: #fff;
align-items: center;
display: none;
z-index: 5;
flex-direction: column;
}

.mediaCap{
width: 90%;
border: 1px solid #ccc;
border-radius: 25px;
padding: 6px;
margin-top: 50px;
display: flex;
align-items: center;
}

.mediaCap input{
width: -webkit-fill-available;
border: none;
}

.mediaCap span{
display: block;
width: 50px;
text-align: center;
}

.mediaCap span i{
cursor: pointer;
}

.chatMediaClose{
position: absolute;
top: 10px;
right: 10px;
font-size: 24px !important;
color: #444444;
cursor: pointer;
}

.mediaExampleChat .mediaExampleChat_con{
width: 250px;
height: 250px;
margin-top: 50px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #ccc;
border-radius: 10px;
padding: 10px;
}

.mediaExampleChat .mediaExampleChat_con img{
width: 100%;
height: 100%;
}

.orignamChatBody .chatFooter {
background-color: #fff;
margin: 5px;
border: 1px solid #ccc;
border-radius: 100px;
}

.orignamChatBody .chatFooter .chatInput{
display: flex;
align-items: center;
padding: 10px;
}

.orignamChatBody .chatFooter .chatInput .smInputChatIco{
width: 5%;
position: relative;
}

.absEmoji{
position: absolute;
bottom: 200%;
display: none;
}

.orignamChatBody .chatFooter .chatInput .smInputChatIco i{
cursor: pointer;
}

.orignamChatBody .chatFooter .chatInput .inputDivChat{
width: -webkit-fill-available;
}

.orignamChatBody .chatFooter .chatInput .inputDivChat input{
width: -webkit-fill-available;  
padding: 6px; 
border: none;
}

.orignamChatBody .chatFooter .chatInput .inputDivChat input:focus{
outline: none;
}

.lastIcoChat{
text-align: center;
}

::placeholder{
font-size: 14px;
text-transform: capitalize;
letter-spacing: .07em;
}

.chatContents .chatConWra{
padding: 10px;
width: 100%;
}

.chatLeftCon{
width: 250px;
height: auto;
}

.chatLeftCon div{
background-color: #fff;
padding: 10px;
margin: 5px;
border-radius: 10px;
}

.chatLeftCon p{
width: -webkit-fill-available;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
line-height: 1.5em;
}

.chatLeftCon .chatImg{
background-color: #fff;
padding: 5px;
margin: 5px;
width: -webkit-fill-available;
height: auto;
border-radius: 10px;
}

.chatLeftCon .chatImg img{
width: 100%;
height: 100%;
border-radius: 10px;
}

.chatLeftCon .chatImg audio, .chatLeftCon .chatImg video{
width: -webkit-fill-available;
}

.chatLeftCon a{
font-size: 14px;
}

.WrapChat_size{
width: 100%;
display: flex;
box-sizing: border-box;
justify-content: start;
align-items: center;
}

.WrapChat_size_right{
justify-content: end !important;
}

.noPrvChatCon{
background-color: #fff;
padding: 15px;
border-radius: 10px;
width: 50%;
margin: auto;
text-align: center;
}

.noPrvChatCon p{
font-size: 12px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
line-height: 1.5em;
color: #777;
}

.chatRightCon{
width: 250px;
height: auto;
float: right;
margin-right: 20px;
}

.chatRightCon div{
background-color: #fff;
padding: 10px;
margin: 5px;
border-radius: 10px;
}

.chatRightCon p{
width: -webkit-fill-available;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
line-height: 1.5em;
}

.chatRightCon .chatImg{
background-color: #fff;
padding: 5px;
margin: 5px;
width: -webkit-fill-available;
height: auto;
border-radius: 10px;
}

.chatRightCon .chatImg img{
width: 100%;
height: 100%;
border-radius: 10px;
}

.chatRightCon .chatImg audio, .chatRightCon .chatImg video{
width: -webkit-fill-available;
}

.chatRightCon a{
font-size: 14px;
}

.chatDropIco{
position: absolute;
width: max-content;
bottom: 40px;
background-color: #fff;
z-index: 10;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
display: none;
}

.chatDropIco ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.chatDropIco ul li{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: .07em;
padding: 8px 16px;
cursor: pointer;
transition: .5s ease-in;
}

.chatDropIco ul li:first-child:hover{
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.chatDropIco ul li:hover{
background-color: #e7e7e7;
}

.chatDropIco ul li i{
color: #0086bb;
margin-right: 5px;
}

.chatDropIco span{
position: relative;
width: -webkit-fill-available;
display: inline;
cursor: pointer;
}
.chatDropIco input{
opacity: 0;
position: absolute;
width: 100%;
left: 0;
}

@media only screen and (max-width: 768px) {
.loginContent {
width: 85%;
}
.openMenuIcon i{
display: block;
}
.data_div .data_table{
width: max-content;
}
.loginHead img {
width: 60px;
height: 60px;
margin-right: 5px;
}
.loginForm label {
font-size: 13px;
}
.loginHead {
font-size: 20px;
}
.menu_div{
display: none;
}
.container_95 .row .col{
width: 50% !important;
}
.header_div {
padding: 10px;
height: 80px;
}
.container_95 {
width: 100%;
}
.logoDiv {
font-size: 14px;
}
.logoDiv img {
width: 60px;
height: 60px;
margin-left: 5px;
}
.container_con90 {
width: 100%;
}
.cardsBox_div {
flex-direction: column;
}
.cardsBox_div .col {
width: -webkit-fill-available;
}
::placeholder{
font-size: 13px;
}
.modals_div .modals_con{
width: 90%;
}

.contentAll{
display: flex;
justify-content: center;
padding: 5px;
top: 80px;
}

.contentRow {
width: 95%;
height: 100%;
}

.contentRow .sm_col{
display: none;
}

.contentRow{
padding-bottom: 100px;
}

.contentRow .med_col{
width: 100%;
margin-left: 0;
}

.modals_div .modals_conMd {
width: 95% !important;
}

.temp_title_div h3, .temprowW .col .tempView .titleAreaTmp h3 {
font-size: 14px;
}

.temprowW .col {
width: -webkit-fill-available;
padding: 10px;
}

.temprowW {
flex-direction: column;
padding-bottom: 25px;
}
.contDivBtn button, .contDivBtn .file_div_EX, .temprowW .col .formAreaBox .formControl label{
font-size: 12px;
}

}