/*Right modal*/
.chat-modal.cb-modal-right .cb-modal-dialog {
  position: fixed;
  margin: auto;
  width: 400px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.chat-modal.cb-modal-right .cb-modal-content {
  height: 100%;
  overflow-y: auto;
}
.chat-modal.cb-modal-right.fade .cb-modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.chat-modal.cb-modal-right.fade.in .cb-modal-dialog {
  right: 0;
}

.cb-modal-content {
  border-radius: 0;
  border: none;
}

.cb-modal-header {
  border-bottom-color: #eeeeee;
}
.img-over-div {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
.vh-img-cover {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cb-vh-img-round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center right;
}
.name-text-color {
  color: #565656;
  margin-bottom: 5px;
}
.cb-vh-email {
  color: #b5b5b5;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 12px;
}
.cb-vh-history {
  color: #b5b5b5;
  margin-bottom: 0px;
}
.job-number-color {
  color: #35414d;
  font-weight: 600;
}
.cb-vh-border-bottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.job-small-text {
  color: #b5b5b5;
  margin-bottom: 15px;
}
.cb-vh-icon-section {
  width: 15px;
  margin-right: 10px;
}
.cb-vh-icon-text {
  color: #35414d;
}
.cb-vh-h2 > h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.cb-vh-bg-gray {
  background-color: #f8f8f8;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
  margin-right: 0px;
  margin-left: 0px;
}
.scroller {
  height: 300px;
  overflow-y: scroll;
  scrollbar-color: #dcdcdc #e9e9e9;
  scrollbar-width: thin;
}
.cb-vh-btn-top {
  margin-top: 15px;
}
.font-12 {
  font-size: 12px;
}
.cb-vh-font-bold {
  font-weight: 600;
}
.view-history-table-bordered > tbody > tr > td {
  border: none;
}
.view-history-table-bordered {
  border: none;
}

/*Right end*/
