.noticeUlIndex{
    padding-left:36px;
    width: 100%;
    
    position:relative;
    padding-top:9px;
}
.noticeUlIndex li::before{
    font-family: "FontAwesome";
 content: "\f0a4"; /* fa-hand-o-right */
  margin-right: 8px; /* Optional spacing */
  font-size:18px;
  color:red;
  position: absolute;
    left: 9px;
}

.borders {
  border: 1px solid #d9d1d1;
  box-shadow: 0 0 1px black;
  padding: 12px;
  background-color: #eee;
  border-radius: 5px;
}
.borders .form-control{
  border: 1px solid gray!important;
    min-height: 40px!important;
    border-radius: 0px!important;
}
.customStl{display:table-row;}
.customStl>.cLeft{display:table-cell;min-width: 25px;vertical-align:bottom;}
.customStl>.cLeft i{color:#337ab7;}
.customStl>.cRight{display:table-cell;width:100%;}

.customStl>.rRight{display:table-cell;min-width: 25px;vertical-align:bottom;}
.customStl>.rRight i{color:#337ab7;}
.customStl>.rLeft{display:table-cell;width:100%;}

.bottomLabels{text-align:right;font-size:10px;text-align: right;font-size: 10px;color: #443d3d;font-weight: bold;}
.bottomLabels b{color: #ae0e1e; padding-right: 9px;}

/**chat bubbles**/
.chat {
  /* width: 300px; */
  border: solid 1px #EEE;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.messages {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 2px 15px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right:12px;
  display: inline-block;
}

.yours {
  align-items: flex-start;
}

.yours .message {
  margin-right: 25%;
  background: linear-gradient(to bottom, #b3b9ba 0%, #cdd7dd 100%);
 
  position: relative;
  color:black;
}

.yours .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
 background: linear-gradient(to bottom, #bdc1c2 0%, #d1d2d3 100%);
  border-bottom-right-radius: 15px;
}
.yours .message.last:after {
	
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.mine {
  align-items: flex-end;
}

.mine .message {
 color: #ffffff;
    margin-left: 25%;
	background: linear-gradient(to bottom, #00e2ff 0%, #1377b0 100%);
    
    background-attachment: fixed;
    position: relative;

}

.mine .message.last:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
 
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.mine .message.last:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}



/**end**/
.poweredBy p{text-align:right;}

.bg-gray{background-color: #f0eeeb;}
.newStyles{border-left: 3px solid #ef6c00;padding-top:15px;padding-bottom: 15px;background-color: #f3ffe6;padding-left: 5px;padding-right: 5px;}
.h{font-weight:500!important;font-size:16px!important;color: #22253a!important;margin-bottom:6px;}
.custcolor{color:black!important;
}
.custcolor h2{color:black!important;}
.custcolor span{color:black!important;}
.custBottom:before{position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #f1c40f;
    bottom: -9px;
	}
	
.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th {
 border-bottom-width: 1px;
 color:black;
 cursor:pointer;
 padding:2px 12px;
}

.widget-tag a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 8px 14px;
    color: #02345b;
    font-weight: 600;
    border: 1px solid #5b5353;
}
.soical-profile li a i {
    color: #fffefe!important;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0px;
}

.header-left li i {
    color: #ffffff!important;
    margin-right: 6px;
}
 @media only screen and (max-width:768px){
	.poweredBy p{text-align:center;}
 }