.fc .fc-row .fc-content-skeleton td {
  border-color: #dee2e6;
}

#customer-table .thead-cs th {
  font-size: 14px;
  white-space: nowrap;
}

#catelogy-table .thead-cs th {
  font-size: 14px;
  white-space: nowrap;
}

#infoModal .form-control:disabled,
.form-control[readonly],
#infoModal .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

#infoModal {
  overflow-y: hidden;
}

#infoModal .modal-body {
  overflow: auto;
  position: relative;
  display: block;
  width: 100%;
  max-height: 450px;
}

#infoModal .modal-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#infoModal .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
#infoModal .modal-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
#infoModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#infoCustomer .col-sm-6 .row .col-sm-8,
#infoCustomer .col-sm-12 .row .col-sm-10 {
  display: flex;
  align-items: center;
  word-break: break-all;
  word-wrap: break-word;
}

.upload-item-list {
  width: 100%;
  display: flex;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}

#infoCustomer .form-group .col-sm-8 span {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  width: 100%;
}

.line-span {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  width: 100%;
}

#ui-datepicker-div {
  z-index: 999 !important;
}

.call-panel-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.call-panel .modal-dialog {
  max-width: 320px;
  height: 85%;
}

.call-panel .modal-dialog .modal-content,
.call-now .modal-dialog .modal-content {
  height: 100%;
  border-radius: 5px;
}

.call-now .modal-dialog .modal-content:first-child {
  background: #00c6ff;
  background: -webkit-linear-gradient(to top, #0072ff, #00c6ff);
  background: linear-gradient(to top, #0072ff, #00c6ff);
}

.call-panel .modal-dialog .modal-content .modal-body,
.call-now .modal-dialog .modal-content .modal-body {
  max-height: unset;
}

.call-number-item,
.call-panel-action .call-action-item {
  width: 32%;
}

.call-number-item span,
.call-panel-action .call-action-item span {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px auto;
  font-size: 21px;
  cursor: pointer;
}

.call-action-item img {
  height: 27px;
}

.call-number-item span:active {
  background: rgba(0, 0, 0, 0.05);
}

.nowrap-text {
  white-space: nowrap;
}

.call-history-table {
  font-size: 13.5px;
}

.call-history-table.table-scroll {
  display: block;
}

.call-history-table tbody tr {
  background: rgba(0, 0, 0, 0.05);
}

.call-history-table tbody tr:hover {
  background: #fff;
}

.call-history-table .btn-history-action {
  padding: 0px;
  width: 30px;
  height: 30px;
}

.icon-customer-call {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.img-call-now {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.customer-call-toggle:before {
  content: "";
  border: 0.5px dashed rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  height: 100%;
}

.btn-toggle-content {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 35px;
}

.customer-call-container {
  border-radius: 10px;
  padding: 20px;
}

.customer-call-item .customer-call-time,
.customer-call-item .customer-call-toggle {
  width: 12%;
}

.customer-call-item > .customer-call-content {
  font-size: 14px;
  margin-top: 35px;
  width: 84%;
}

.customer-call-item .media h5 {
  font-size: 16px;
}

.customer-call-item .media.collapse:not(.show) {
  visibility: hidden;
  height: 0px;
  display: block;
}

.customer-call-item .media.collapse.show {
  visibility: visible;
  height: auto;
}

.call-now-status {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-call-status {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
}

.call-now-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1; /* Firefox */
}

.call-now-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6);
}

.call-now-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6);
}

.btn-action-mess {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}

.create-message-container label,
.create-message-container .form-control {
  font-size: 14px;
}

.radio-status-mess .custom-radio:first-child,
.phone-send-mess .custom-radio:last-child {
  width: 30%;
}

.radio-status-mess .custom-radio:last-child,
.phone-send-mess .custom-radio:first-child {
  width: 70%;
}

.radio-status-mess .custom-radio:last-child .form-control {
  width: 60%;
}

.phone-send-mess .select2-container {
  margin-top: 15px;
}

#callNowModal {
  z-index: 9999;
}

#callNowModal .modal-dialog {
  max-width: unset;
  height: 90%;
}

#callNowModal .modal-dialog .modal-content:first-child {
  width: 25%;
}

#callNowModal .modal-dialog .modal-content:last-child {
  width: 55%;
}

.showInfoCallUser {
  overflow: auto;
  display: none;
}

.table-create-deal,
.course-create-deal {
  display: none;
}

.product-deal-info,
.course-deal-info {
  max-height: 300px;
  overflow-y: auto;
}

.deleteProduct,
.deleteCourse {
  cursor: pointer;
}
.addNewProduct,
.addNewCourse {
  display: none;
  cursor: pointer;
}
.table-create-service,
.table-create-capacity,
.table-create-course,
.table-create-ingredient,
.table-create-teacher,
.table-create-adviser,
.table-create-test_kit {
  display: none;
}

.product-service-info,
.product-capacity-info,
.course-service-info,
.product-ingredient-info {
  max-height: 300px;
  overflow-y: auto;
}

.deleteService,
.deleteCourse,
.deleteIngredient {
  cursor: pointer;
}

/*trim css*/
.overflow {
  width: 100%;
  /*outline: 1px solid #000;*/
  margin: 0 0 2em 0;

  /**
   * Required properties to achieve text-overflow
   */
  white-space: nowrap;
  overflow: hidden;
  border: 0px;
}

.double {
  text-overflow: ellipsis ellipsis;
  text-align: left;
}

/*end trim css*/

/*add student arr-down wher*/
.toggle-slide-btn i {
  position: absolute;
  right: 8px;
}

.toggle-slide-btn i.rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*add chappter nv hv*/
.table-create-personal,
.table-create-chapter,
.table-create-lessons,
.table-create-student,
.table-create-warehouse {
  display: none;
}

.personal-info,
.chapter-info,
.lesson-info,
.student-info,
.product-warehouse-info {
  max-height: 300px;
  overflow-y: auto;
}

.deleteProduct,
.deletePersonal,
.deleteChapter,
.deleteLesson,
.deleteStudent,
.editChapter {
  cursor: pointer;
}

/*image avt Course*/
.img-responsive {
  height: 250px;
  width: auto;
  cursor: pointer;
}
