@media (max-width: 991px) {
  .table-t {
    min-width: 800px;
  }
}
/* table {
  width:100%!important;
} */
.upload-label  {
  font-size:1rem!important;
}
.custom-select{font-size:12px;}
table {
  width:100%;
  text-align: right;
}
table th,
table .btn {
  white-space: nowrap;
}
.dateRange-lable {
  font-size: 12px;
  font-weight: bold;
}
.dateRange-input {
  font-size: 12px;
  height: 30px;
}
.table {
  margin-bottom: 0 !important;
}
.info-box-number {
  font-size:22px;
}
.pagination {
  margin-top: 10px;
  justify-content: flex-start!important;
  padding-right: 0;
}
.pagination li {
  font-size: 11px;
}
.page-item.active .page-link {
  background-color: #1b5cca;
  border-color: #1b5cca;
}
.dataTables_info {
  padding-top:0!important;
}

input {
  font-size: 13px !important;
}

embed {
  min-height: 400px;
}
.download-file {
  position: relative;
}

.download-file::before {
  content: attr(data-name);
  position: absolute;
  right: 1.5rem;
  top: -5px;
  background: #333;
  color: white;
  display: none;
  padding: 3px;
  font-size: 12px;
  white-space: nowrap;
}
.download-file:hover::before {
  display: block;
  z-index: 10;
}
.uploaded-wrap {
  position: absolute;
  left: 0;
  top: -7px;
}
.modal {
  padding: 0 !important;
}
.exec,
.exec-lead,
.exec-start,
.exec-end {
  font-size: 11px;
  padding: 4px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  h1 {
    margin-bottom: 15px !important;
  }
}

.whatsapp {
  background: #42c560;
  padding: 0px 2px;
  color: #fff;
  width: 100px;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #42c560;
  position: relative;
  top: 8px;
}
.whatsapp:hover {
  background: transparent;
  color: #42c560;
}

.chat-btn {
  left: 0;
  bottom: 0;
  width: 200px;
  font-size: 20px;
}
.chat-btn:hover {
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.chat {
  top: 0;
  left: 0;
  background: #fff;
  height: 100vh;
  width: 100%;
  z-index: 3000;
  overflow: hidden;
}
.chat-wrap {
  height: 100vh;
}
.chat-close {
  position: absolute;
  right: 40px;
  top: 40px;
  color: #7c7a7a;
  font-size: 50px;
  font-weight: normal;
}
.messanger {
  padding: 10px 40px;
}
@media (max-width: 991px) {
  .messanger {
    padding: 10px;
  }
}
.messanger .name {
  font-size: 14px;
  font-weight: bold;
}
.messanger-list {
  max-height: calc(100vh - 40px);
  overflow: auto;
  direction: ltr;
}
.messanger-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.messanger-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.messanger-list::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 10px;
}
.messanger-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  direction: rtl;
  cursor: pointer;
}
.messanger-item:hover {
  background: #f0f0f0;
}
.messanger-item:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.messanger-header {
  background: #1b5cca;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.status {
  font-size: 10px;
  position: relative;
  top: -5px;
  font-weight: bold;
}
.status span {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.messanger .message-wrap {
  overflow: hidden;
}
.messages {
  max-height: calc(100vh - 85px);
  min-height: calc(100vh - 85px);
  overflow: auto;
  direction: ltr;
  padding-right: 10px;
  padding-bottom: 50px;
}
.messages::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.messages::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 10px;
}
.messanger .message {
  background: #ddd;
  border-radius: 20px;
  padding: 4px 10px;
  display: inline-block;
  font-size: 13px;
  max-width: 300px;
  line-height: 2;
  direction: rtl;
}

.messanger .message-other {
  background: #1b5cca;
  color: #fff;
}
.send-message {
  width: 100%;
  background: #fff;
  position: relative;
  bottom: 0;
  right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.write {
  background-color: #ddd;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  min-height: 40px;
  max-height: 140px;
  overflow: auto;
  padding: 4px 10px;
}
.write:focus {
  outline: none;
}
.write::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.write::-webkit-scrollbar-track {
  border-radius: 40px;
}

/* Handle */
.write::-webkit-scrollbar-thumb {
  background: #202020;
  border-radius: 40px;
}
.send-message div[contenteditable="true"] {
  width: 80%;
}
.send-message .send-upload,
.send-message button {
  width: 40px;
  height: 40px;
}
.send-message .send-upload {
  background: #1b5cca;
  color: #fff;
}
.messanger-list {
  width: 270px;
  background: #fff;
}
@media (max-width: 991px) {
  .messanger-list {
    margin-right: auto;
    height: 100vh;
  }
}
.messanger-lists {
  transition: left 0.3s ease;
}
.messanger-lists.open {
  left: 0;
}
@media (max-width: 991px) {
  .messanger-lists {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
  }
}
.close-menu button {
  color: #202020;
}
.close-menu button i {
  font-size: 22px;
}
.selected span {
  cursor: pointer;
  padding: 0 6px;
}

.meetings-logs li {
  padding: 10px 0;
  font-size: 13px;
}
.meetings-logs li:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}

.course-full-info {
  font-size: 13px;
}
.course-full-info .btn,
.follow-up-sessions .btn{
  font-size: 10px;
}

.btn-p {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-p:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.course-full-info table tbody td,
.course-full-info table thead th,
.follow-up-sessions table tbody td,
.follow-up-sessions table thead th {
  font-size: 11px;
  vertical-align: middle !important;
}
.follow-up-sessions table i.text-success,
.follow-up-sessions table i.text-danger {
    font-size:17px;
}
.btn-secondary {
  background-color: #858585;
  border-color: #858585;
}

.select-st .select2-container  {
  width:100%!important; 
}

.mailbox-attachment-size > a {
  width:calc((100% / 3 ) - 10px);
}
.up-st-ex {
  font-size:13px;
}

.status.fas {
  font-size:17px;
}
.table-new-btn {
  position:absolute;
  left:0;
  top:0;
  font-size:12px;
  z-index:10
}
.att-inp {
  width:50px;
  display:inline-block;
  font-size:12px;
  padding:4px;
  height:30px;
  text-align:center;
}
.mailbox-attachment-name {
  font-size:12px;
}
.table-permission tr td:first-of-type {
  width:50%!important;
} 
.table-permission thead {
  background-color:#ddd;
}
.addMeetTable .count-meetings {
  left:0;
  top:0;
}
.card-header {
  background-color:#fff!important;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
  font-size:14px;
}
.card-title {
  font-size:15px;
  font-weight:bold;
}
h1 {
  font-size:22px!important;
  font-weight:bold;
}
label {
  font-size:13px;
}
.add-new-st {
  white-space: nowrap
}
@media(max-width:991px) {
  .add-new-st  {
    height:29px;
  }
}

.custom-control-label {
}

#example_wrapper .col-md-6:first-of-type,
#courses_wrapper .col-md-6:first-of-type,
#framework_wrapper .col-md-6:first-of-type,
#courSystem_wrapper .col-md-6:first-of-type,
#empls_wrapper .col-md-6:first-of-type,
#payroll_wrapper .col-md-6:first-of-type,
#killo_wrapper .col-md-6:first-of-type,
#newEx_wrapper .col-md-6:first-of-type,
#typeH_wrapper .col-md-6:first-of-type,
#lvls_wrapper .col-md-6:first-of-type     {
  display:flex;
  justify-content: flex-start;
  align-items: center;

}
#example_wrapper .col-md-6:first-of-type .btn ,
#courses_wrapper .col-md-6:first-of-type .btn ,
#framework_wrapper .col-md-6:first-of-type .btn,
#courSystem_wrapper .col-md-6:first-of-type .btn,
#empls_wrapper .col-md-6:first-of-type .btn,
#payroll_wrapper .col-md-6:first-of-type .btn,
#killo_wrapper .col-md-6:first-of-type .btn,
#newEx_wrapper .col-md-6:first-of-type .btn,
#typeH_wrapper .col-md-6:first-of-type .btn,
#lvls_wrapper .col-md-6:first-of-type .btn
      {
  font-size:10px;
  white-space: nowrap;
  /* height:31px; */
}

.all-courses-tabs .nav-link {
  font-size:13px;
}

.read-atta li {
  width:170px;
}

.noWrap {
  white-space: nowrap;
}

.login-page .btn-primary {
  padding-right:5px;
  padding-left:5px;
}
.login-page .forget-link {
  font-size:13px;
}

.info-box-text {
  font-size:14px;
}
.info-box-number {
  font-size:15px;
  margin-top:0;
}
.info-box .info-box-content {
  padding:0 8px 0 4px;
  line-height:1.4
}

@media(max-width:767px) {
  .content-header .breadcrumb {
    margin-top:20px;
  }
.main-header {
  position:fixed;
  width:100%;
}
}
.content-wrapper-leader  .content,
.content-wrapper-admin  .content{
  position: relative;
  top:20px;
}
@media(max-width:767px) {
.content-wrapper-leader  .content,
.content-wrapper-admin  .content{
  position: relative;
  top:80px;
} 
}