.nl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 320px) {
  .nl-row .col-xs-1 {
    width: 8.33333%;
  }

  .nl-row .col-xs-2 {
    width: 16.66667%;
  }

  .nl-row .col-xs-3 {
    width: 25%;
  }

  .nl-row .col-xs-4 {
    width: 33.33333%;
  }

  .nl-row .col-xs-5 {
    width: 41.66667%;
  }

  .nl-row .col-xs-6 {
    width: 50%;
  }

  .nl-row .col-xs-7 {
    width: 58.33333%;
  }

  .nl-row .col-xs-8 {
    width: 66.66667%;
  }

  .nl-row .col-xs-9 {
    width: 75%;
  }

  .nl-row .col-xs-10 {
    width: 83.33333%;
  }

  .nl-row .col-xs-11 {
    width: 91.66667%;
  }

  .nl-row .col-xs-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .nl-row .col-sm-1 {
    width: 8.33333%;
  }

  .nl-row .col-sm-2 {
    width: 16.66667%;
  }

  .nl-row .col-sm-3 {
    width: 25%;
  }

  .nl-row .col-sm-4 {
    width: 33.33333%;
  }

  .nl-row .col-sm-5 {
    width: 41.66667%;
  }

  .nl-row .col-sm-6 {
    width: 50%;
  }

  .nl-row .col-sm-7 {
    width: 58.33333%;
  }

  .nl-row .col-sm-8 {
    width: 66.66667%;
  }

  .nl-row .col-sm-9 {
    width: 75%;
  }

  .nl-row .col-sm-10 {
    width: 83.33333%;
  }

  .nl-row .col-sm-11 {
    width: 91.66667%;
  }

  .nl-row .col-sm-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .nl-row .col-md-1 {
    width: 8.33333%;
  }

  .nl-row .col-md-2 {
    width: 16.66667%;
  }

  .nl-row .col-md-3 {
    width: 25%;
  }

  .nl-row .col-md-4 {
    width: 33.33333%;
  }

  .nl-row .col-md-5 {
    width: 41.66667%;
  }

  .nl-row .col-md-6 {
    width: 50%;
  }

  .nl-row .col-md-7 {
    width: 58.33333%;
  }

  .nl-row .col-md-8 {
    width: 66.66667%;
  }

  .nl-row .col-md-9 {
    width: 75%;
  }

  .nl-row .col-md-10 {
    width: 83.33333%;
  }

  .nl-row .col-md-11 {
    width: 91.66667%;
  }

  .nl-row .col-md-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .nl-row .col-lg-1 {
    width: 8.33333%;
  }

  .nl-row .col-lg-2 {
    width: 16.66667%;
  }

  .nl-row .col-lg-3 {
    width: 25%;
  }

  .nl-row .col-lg-4 {
    width: 33.33333%;
  }

  .nl-row .col-lg-5 {
    width: 41.66667%;
  }

  .nl-row .col-lg-6 {
    width: 50%;
  }

  .nl-row .col-lg-7 {
    width: 58.33333%;
  }

  .nl-row .col-lg-8 {
    width: 66.66667%;
  }

  .nl-row .col-lg-9 {
    width: 75%;
  }

  .nl-row .col-lg-10 {
    width: 83.33333%;
  }

  .nl-row .col-lg-11 {
    width: 91.66667%;
  }

  .nl-row .col-lg-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .nl-row .col-xl-1 {
    width: 8.33333%;
  }

  .nl-row .col-xl-2 {
    width: 16.66667%;
  }

  .nl-row .col-xl-3 {
    width: 25%;
  }

  .nl-row .col-xl-4 {
    width: 33.33333%;
  }

  .nl-row .col-xl-5 {
    width: 41.66667%;
  }

  .nl-row .col-xl-6 {
    width: 50%;
  }

  .nl-row .col-xl-7 {
    width: 58.33333%;
  }

  .nl-row .col-xl-8 {
    width: 66.66667%;
  }

  .nl-row .col-xl-9 {
    width: 75%;
  }

  .nl-row .col-xl-10 {
    width: 83.33333%;
  }

  .nl-row .col-xl-11 {
    width: 91.66667%;
  }

  .nl-row .col-xl-12 {
    width: 100%;
  }
}

.a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.a-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.a-baseline {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.j-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-header.navbar,
.page-sidebar .page-sidebar-menu .sub-menu {
  background-color: #181818;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    max-height: none;
  }
}

@media (min-width: 768px) {
  .page-content-wrapper .page-content {
    margin-left: 0;
  }

  .navbar-collapse.collapse {
    position: fixed;
    width: auto;
    z-index: 9996;
    top: 0;
    left: 154px;
  }

  .page-sidebar,
  .page-sidebar .page-sidebar-menu>li.active.open>a,
  .page-sidebar .page-sidebar-menu>li.active>a {
    background-color: transparent;
  }

  .page-sidebar .page-sidebar-menu {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 14px !important;
  }

  .page-sidebar .page-sidebar-menu>li {
    position: relative;
    margin-right: 26px;
  }

  .page-sidebar .page-sidebar-menu>li>a,
  .page-sidebar .page-sidebar-menu .sub-menu li>a {
    display: inline-block;
    padding: 0;
    color: #fff;

  }

  .page-sidebar .page-sidebar-menu>li:hover>a,
  .page-sidebar .page-sidebar-menu .sub-menu li:hover>a {
    display: inline-block;
    padding: 0;
    color: #fff;
    background-color: transparent !important;

  }

  .page-sidebar .page-sidebar-menu>li>a {
    border: 0;
  }

  .page-sidebar .page-sidebar-menu>li>a i,
  .page-sidebar .page-sidebar-menu .sub-menu li>a i {
    display: none;
  }

  .page-sidebar .page-sidebar-menu>li.active>a>.selected {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #36c3d3;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
  }

  .page-sidebar .page-sidebar-menu .sub-menu {
    margin: 0;
    padding: 10px 16px 16px 16px;
    position: absolute;
    top: 20px;
    border-radius: 0 0 4px 4px !important;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-sidebar .page-sidebar-menu .sub-menu li {
    margin-top: 10px !important;
  }

  .page-sidebar .page-sidebar-menu .sub-menu li>a {
    white-space: nowrap;

  }

  .page-sidebar .page-sidebar-menu .sub-menu>li.active>a,
  .page-sidebar .page-sidebar-menu .sub-menu>li.open>a {
    background-color: transparent !important;
  }

  .page-sidebar .page-sidebar-menu .sub-menu>li.active>a::after,
  .page-sidebar .page-sidebar-menu>li.active.open>a::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #36c3d3;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: block;


  }

  .page-sidebar .page-sidebar-menu li.active>.sub-menu {
    display: none;
  }

  .page-sidebar .page-sidebar-menu li:hover .sub-menu {
    display: block;
  }

  .page-header.navbar .top-menu>.btn-group-img,
  .page-header.navbar .top-menu .navbar-nav>li.dropdown-language {
    display: none;
  }

  .page-footer,
  .page-content-white .page-content .page-bar {
    display: none;
  }

}



.btn.yellow:not(.btn-outline),
.btn.btn-print,
.btn.yellow:not(.btn-outline):hover {
  background-color: #1172be;
  border-color: #1172be;

}

.page-content-wrapper .page-content {
  background-color: #f9fbfd;
  padding-top: 0;
  padding-bottom: 0;
  height: 100vh !important;
  padding-top: 46px;
}

/* .page-content-wrapper .page-content>.row {
		display: flex;
		height: 100%;
}
.page-content-wrapper .page-content>.row>.col-md-12  {
	display: flex;
	flex-grow: 1;
} */
table .rs_tbl_cal {
  background-color: #f9fbfd;
}

.portlet.light.bordered {
  border: 1px solid #c2cad8 !important;
  width: 100%;
}

.portlet.light.bordered>.portlet-title {
  border-bottom: 2px solid #979797;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

table .rs_tbl_cal_td {
  background-color: #fff;
  border: 1px solid #e1e5eb;
}

table .rs_tbl_cal_td.current {
  background: #eef1ff;
}

.portlet.light>.portlet-title>.caption i {
  display: none;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
  color: #485058 !important;
}

.portlet.light.form-fit {
  padding: 12px 20px 15px;
  margin-bottom: 0;
}

.form .form-bordered .form-group .control-label {
  background-color: #f9fbfd;
  padding: 18px 15px 17px;
  font-weight: bold;
  text-align: left;
  /* width: 210px !important; */
}

.form .form-bordered .form-group .control-label.pt-40 {
  padding-top: 55px !important;
  padding-bottom: 54px;
}

.btn {
  min-height: 38px;
  min-width: 100px;
  border-radius: 3px !important;
}

a.btn {
  display: inline-block;
  line-height: 24px !important;
}

.rm_add_btn li {
  float: none
}

.btn.red:not(.btn-outline) {
  background-color: #e52e2e;
  border-color: #e52e2e;
}

.nl-select-date {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.nl-select-date .nl-btn {
  height: 36px;
  width: 36px;
  border-radius: 3px !important;
  border: 1px solid #c3cbd8;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  color: #00a3b6;
}

.nl-select-date .nl-btn.nl-prev {
  margin-right: 20px;
}

.nl-select-date .nl-btn.nl-next {
  margin-left: 20px;
}

.nl-table-attendence {
  float: none !important;
  border: 1px solid #c3cbd8;
}

.nl-table-attendence thead tr {
  background: #f9fbfd;
}

.nl-table-attendence thead>tr>th {
  border-bottom: 1px solid #c3cbd8;
}

.nl-table-attendence tbody>tr>td {
  border: 1px solid #e7ecf1;
  height: 44px;
}

.nl-table-attendence tbody tr th {
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
}

.nl-select-date .nl-btn .fa {
  font-size: 22px !important;
  line-height: 1;
  color: #00a3b6 !important;
  margin-bottom: 2px;
}

.nl-form-group {
  position: relative;
  width: 198px;
}

.nl-form-control {
  border: 1px solid #e0e4eb;
  border-radius: 3px !important;
  padding: 0 10px;
  height: 38px;
  outline: none;

}

textarea.nl-form-control {
  height: 196px;
  padding: 10px;
}

.nl-form-group .nl-form-control {
  width: 100%;
  padding-right: 38px;
  border: 1px solid #5c6878;
}

.nl-btn-search {
  width: 38px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: transparent;
}

.width-filter {
  width: 150px;
}

.nl-table thead tr th,
.nl-table tbody tr td {
  border: 0;
}

.nl-table thead tr,
.nl-table tbody tr {
  border-bottom: 1px solid #f5f7f8;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f8f9fa;
}

.table-striped>tbody>tr:hover {
  background-color: #eef1f5;
}

.pg_wrap,
.h-pg_wrap {
  text-align: right;
}

.pg_page,
.pg_current,
.h-pg_page,
.h-pg_current {
  height: 34px;
  width: 36px;
  margin: 0;
  line-height: 34px;
  text-align: center;
  margin: 0 -3px;
}

.pg_page,
.h-pg_page {
  background-color: #fff;
  border: 1px solid #eff1f3;

}

.pg_current,
.h-pg_current {
  background-color: #181818;
  border: 0;
}

.pg_start,
.h-pg_start {
  border-radius: 3px 0 0 3px !important;
}

.pg_end,
.h-pg_end {
  border-radius: 0 3px 3px 0 !important;
}

.rm_add_btn li,
.rs_add_btn li {
  margin-right: 0 !important;
  margin-left: 10px !important;
  float: none !important;
}

.btn.grey-mint:not(.btn-outline),
.btn.grey-mint:not(.btn-outline):hover {
  background-color: #00a3b6;
  border-color: #00a3b6;
}

.btn.nl-btn-edit {
  background-color: #ff9800;
  border-color: #ff9800;
  color: #fff;
}

.btn.btn-off {
  background-color: #fff;
  border-color: #e52e2e;
  color: #e52e2e;
  height: 30px;
  min-width: 48px;
}

.btn.btn-on {
  background-color: #1172be;
  border-color: #1172be;
  color: #fff;
  height: 30px;
  min-width: 48px;
}

.form .form-bordered .form-group>div {
  min-height: 56px;
  padding: 12px 20px;

}

.help-block {
  color: #495058
}

#bo_vc article:first-child {
  border-top: 0;
}

.nl-max {
  width: 100% !important;
}

.btn.btn-outline.grey-mint,
.btn.btn-outline.grey-mint:hover {
  border-color: #525e64 !important;
  color: #000 !important;
  background: #fff !important;
}

.btn.nl-btn-save {
  background-color: #00a3b6;
  border-color: #00a3b6;
  border-radius: 3px !important;
  color: #fff;
}

.color-red {
  color: #e52528;
}

.input-large textarea {
  outline: none;
  border: 1px solid #e0e4eb !important;
  border-radius: 3px !important;
}

.nl-form-control.hasDatepicker {
  background-image: url(../img/calendar.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
}

.btn.nl-btn-upload {
  background-color: #1172be !important;
  border: 0;
  color: #fff
}

table.rh_calendar_tbl tr .rs_tbl_cal_td a b {
  position: relative;
  padding-left: 14px;
  text-transform: capitalize;
}

table.rh_calendar_tbl tr .rs_tbl_cal_td a b:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #00a3b6;
}

.h-table-view-pms.view-write tr th {
  background-color: #f9fbfd;
  width: calc(100% / 12 * 2)
}

.h-table-view-pms.view-write tr td {
  padding: 12px 20px;
}

.page-header-fixed .page-container {
  padding-top: 0 !important;
}

button#no-focus {
  display: none;
}

.nl-task-level {
  width: 100%;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  border-radius: 10px !important;
  text-transform: capitalize;
  cursor: pointer;
}

.nl-task-level.l1 {
  background-color: #eb1515;

}

.nl-task-level.l2 {
  background-color: #f69207;
}

.nl-task-level.l3 {
  background-color: #f95792;
}

.nl-task-level.l4 {
  background-color: #2e90e3;
}

.nl-task-level.l5 {
  background-color: #51bb0e;
}

.nl-task-level.l6 {
  background-color: #8f85a3;
}

.nl-task-level.l7 {
  background-color: #bdbdc1;
}

.h-pms-task .h-body-task .h-left .h-scroll-task .project-title {
  margin-bottom: 0;
  border-top: 1px solid #C2CAD8;
}

.h-pms-task .h-body-task .h-left .h-scroll-task .arrow {
  font-size: 10px;
  transition: 0.5s !important;
}

.h-pms-task .h-body-task .h-left .h-scroll-task .project-block.open .arrow {
  transform: rotate(-180deg);
}

.h-pms-task .h-body-task .h-left .h-scroll-task .title-task {
  font-size: 12px;
  padding: 14px 10px;
  line-height: 1.2;
}

.message-files {
  padding: 10px 10px 0;
  display: flex;
  gap: 10px 20px;
  max-width: 70%;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nl-chat-container .nl-item-img,
.nl-chat-container .nl-item-img .nh-file-upload {
  border-radius: 3px !important;
}

.message-files .nl-item-img {
  display: flex;
  border: 0;
  gap: 5px;
  width: unset;
  height: unset;
}

.message-files .nl-item-img .nl-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e0e4eb;
  border-radius: 3px !important;
}

.message-files .nl-item-img .nl-icon.archive {
  background-color: #b14141;
}

.message-files .nl-item-img .nl-icon.excel {
  background-color: #0e9f65;
}

.message-files .nl-item-img .nl-icon.pdf {
  background-color: #c22154;
}

.message-files .nl-item-img .nl-icon.docx {
  background-color: #287ade;
}

.message-files .nl-item-img .nl-icon.file {
  background-color: #7e8287;
}

.nl-chat-container.chat-container .message-files .nl-item-img .nl-icon i {
  color: #fff;
  /* font-size: 18px !important; */
  font-size: 50px !important;
}

.message-files .nl-item-img .nl-icon img {
  max-width: 100%;
  max-height: 100%;
}

.message-files .nl-item-img .nl-text p {
  margin: 0;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.message-files .nl-text .text-name {
  font-weight: bold;
  color: #2b3643;
}

.message-files .nl-text .text-type {
  color: #747373;
}

.nl-chat-container .fa-cloud-upload {
  font-size: 14px !important;
}

.nl-chat-container .chat-input .nl-btn-send.btn-upload-file {
  right: auto;
  left: 234px;
  width: fit-content !important;
  background: #7c7a7f;
  height: 29px;
  top: 7px;
}

.nl-chat-container.chat-container .nl-item-img i {
  font-size: 30px !important;
}

.nl-notification {
  position: relative;
  margin-right: 20px
}

.nl-notification .nl-notification-icon {
  position: relative;
  cursor: pointer;
}

.nl-notification .nl-notification-icon img {
  height: 23px;
}

.nl-notification .nl-notification-number {
  top: -8px;
  right: -10px;
}

.nl-notification .nl-notification-list {
  position: absolute;
  top: 26px;
  right: -14px;
  width: 300px;
  background: #fff;
  /* border-radius: 2px !important; */
  z-index: 199;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .4);
  max-height: 365px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

.nl-notification .nl-notification-list p {
  margin: 0;
}

.nl-notification .nl-notification-list .nl-notification-item {
  padding: 10px 16px;
  cursor: pointer;
  background-color: #f2f6ff;
}

.nl-notification .nl-notification-list .nl-notification-item:not(:last-child) {
  border-bottom: 1px solid #C2CAD8;
}

.nl-notification .nl-notification-list .nl-notification-item {
  padding-left: 48px;
  position: relative;
}

.nl-notification .nl-notification-list .nl-notification-item.viewed {
  background-color: #fff;
}

.nl-notification-item .nl-head {
  display: flex;
  gap: 10px;
}

.nl-notification-item .nl-head .nl-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.nl-notification-item .nl-head .nl-icon img {
  height: 24px;
  width: auto;
}

.nl-notification-item .nl-head .nl-task-id {
  font-weight: bold;
  color: #1172BE;
}

.nl-notification-item .nl-head .nl-task-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-weight: bold;
}

.nl-notification-item .nl-body {
  margin-top: 4px;
}

.nl-notification-item .nl-body p {
  color: #757b8b;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nl-hidden {
  display: none !important;
}

.nl-red-number {
  position: absolute;
  padding: 2px;
  width: 18px;
  height: 18px;
  line-height: 1;
  border-radius: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  background: #d91212;
  color: #fff;
}

.nl-notification-item .nl-red-number {
  top: -8px;
  right: -6px;
}

.nl-ctn-task {
  padding-top: 46px;
  background-color: #fff;
  height: 100%;
}

.nl-ctn-task-head {
  padding-top: 12px;
  padding-bottom: 12px;
  /* padding-left: 20px;
  padding-right: 20px; */
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #C2CAD8;
}

.nl-ctn-task-head .h-new-task-btn {
  margin-left: 5px;
  height: 32px;
  color: #fff;
  background-color: #36C6D3;
  border: none;
  border-radius: 4px !important;
  padding: 0 10px;
}

.nl-ctn-task-head .nl-form-control {
  height: 32px !important;
}

.nl-ctn-task-head .nl-form-group .nl-form-control.hasDatepicker {
  width: 125px;
}

.nl-ctn-task-head .h-bottom-task-filter .h-icon {
  height: 32px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #C2CAD8;
  cursor: pointer;
}

.nl-ctn-task-head .h-bottom-task-filter .h-number {
  position: absolute;
  min-width: 17px;
  min-height: 17px;
  line-height: 16px;
  right: -3px;
  top: -7px;
  /* background-color: #eef1f7; */
  background-color: #393939;
  font-size: 10px;
  display: inline-block;
  border-radius: 10px !important;
  color: #fff;
  /* color: #2b3643; */
  font-weight: 600;
  padding: 1px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.nl-ctn-task-head .h-bottom-task-filter .h-status {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: inherit;
  cursor: pointer;
  position: relative;
  padding: 0 10px;
  width: unset;
  border-radius: 3px !important;
}

.nl-ctn-task-body {
  height: 100%;
  display: flex;
}

.nl-ctn-task-body .nl-leftside {
  /* background-color: #fff; */
  background-color: #f9f9f9;
  border-right: 1px solid #C2CAD8;
  display: flex;
}

.nl-ctn-task-body .nl-leftside .nl-project-part {
  /* padding: 10px 10px 10px 20px; */
  padding: 5px 8px;
  border-right: 1px solid #C2CAD8;
  /* width: 400px; */
  width: 300px;
}

.nl-ctn-task-body .scroll-y {
  height: calc(100vh - 103px);
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.nl-ctn-task-body .nh-project-button-part .scroll-y {
  height: calc(100vh - 130px);
}

.nl-project-name {
  font-weight: bold;
  font-size: 15px;
  background-image: url(../img/Path_18698.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
  /* padding: 10px 0; */
  padding: 5px 0;
  margin: 0;
}

.nl-project-task {
  margin-bottom: 10px;
  display: none;
}

.active .nl-project-task {
  display: block;
}

.nl-project-task .nl-task-card {
  /* box-shadow: 1px 1px 5px rgba(0, 0, 0, .12); */
  box-shadow: 1px 1px 5px rgba(70, 70, 70, .12);
  background-color: #fff;
  padding: 10px;
  position: relative;
  /* margin-bottom: 10px; */
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 3px !important;
  border: 1px solid #f0f0f0;
}

.nl-project-task .nl-task-card.active {
  background-color: #c3e0ff;
}

.nl-task-card-head {
  overflow: hidden;

}

.nl-task-card-head .nl-task-name {
  /* white-space: nowrap; */
  /* overflow: hidden;
  text-overflow: ellipsis; */
  /* font-size: 14px; */
  font-size: 13px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #333;

  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.nl-task-card-body {
  display: flex;
  justify-content: space-between;

}

.nl-task-text {
  font-size: 13px;
}

.nl-task-card-body .nl-left,
.nl-task-card-body .nl-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nl-task-card-body .nl-task-level,
.nl-task-card-body .nl-staff-name,
.nl-task-card-body .h-status {
  padding: 0 6px;
  height: 20px;
  font-size: 11px;
  width: unset;
  line-height: 20px;
}

.nl-task-card-body .nl-task-level {
  width: 20px;
}

.nl-task-card-body .nl-staff {
  display: flex;
  gap: 4px;
}

.nl-task-card-body .nl-staff-name {
  background-color: #2b3643;
  color: #fff;
}

.nl-staff-part {
  padding: 10px;
  width: 160px;
}

.nl-staff-part .nl-title-list {
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
  /* margin-bottom: 14px; */
  margin-bottom: 5px;
  color: #333;
}

.nl-staff-part .nl-staff-list {
  display: flex;
  flex-direction: column;
  gap: 10px
}

.nl-staff-part .nl-staff-item {
  position: relative;
  height: 24px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 10px;
  border: 1px solid #4F5C6D;
  color: #4F5C6D;
  font-size: 13px;
  line-height: 24px;
  background-color: #fff;
  border-radius: 3px !important;
}

.nl-ctn-task .h-number {
  background-color: #393939;
  font-size: 10px;
  line-height: 17px;
  display: inline-block;
  border-radius: 10px !important;
  color: #fff;
  padding: 1px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  right: -3px;
  top: -7px;
  position: absolute;
  min-width: 17px;
}

.nl-ctn-task .chat-container {
  position: static;
  display: flex;
  height: calc(100vh - 103px);
  width: 100%;
  flex: 1;
}

.nl-ctn-task .custom-select .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px !important;
}

.nl-ctn-task .select2-container--default .select2-results__option--selected {
  display: none !important;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.nl-ctn-task .selection .select2-selection--single {
  height: 38px !important;
  border: 1px solid #e0e4eb !important;
  border-radius: 3px !important;
}

.nl-ctn-task .custom-select .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px !important;

}

.nl-ctn-task .select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e4eb !important;
  border-radius: 3px !important;
  padding: 6px 10px;
  /* height: 38px; */
  outline: none;
}

.nl-ctn-task .select2-container .select2-selection--multiple {
  min-height: 38px;
}

.nl-ctn-task .select2-container {
  width: 276px !important;
}

.nl-ctn-task .select2-container .select2-search--inline .select2-search__field {
  margin-top: 3px;
}

.nl-ctn-task .select2-results__option .wrap:before {
  font-family: fontAwesome;
  color: #999;
  content: "\f096";
  width: 25px;
  height: 25px;
  padding-right: 10px;

}

.nl-ctn-task .select2-results__option[aria-selected=true] .wrap:before {
  content: "\f14a";
}

.nl-ctn-task .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ededed;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding-left: 14px;
  margin: 3px;
}

.nl-ctn-task .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0;
}

.nl-ctn-task .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;

}

.nl-ck-action {
  display: flex;
  position: absolute;
  left: calc(234px + 118px);
  top: 10px;
  height: 42px;
  align-items: center;
  gap: 12px;
  padding: 0 12px;
}

.nl-ck-action button {
  height: 29px;
  padding: 0 10px;
}

.nl-ck-action .nl-btn-white {
  border: 1px solid #393939;
  border-radius: 3px !important;
  background-color: #fff;
}

.nl-ck-action .h-btn {
  background-color: #fff;
  font-size: 14px;
  border-radius: 3px !important;
}

.nl-ck-action .h-btn.h-btn-one {
  color: #3F57A7;
  bottom: 65px;
  border: 1px solid #3F57A7;
}

.nl-ck-action .h-btn.h-btn-one.active {
  background-color: #3F57A7;
  color: #fff;
}

.nl-ck-action .h-btn.h-btn-two {
  color: #00A3B6;
  bottom: 35px;
  border: 1px solid #00A3B6;
}

.nl-ck-action .h-btn.h-btn-two.active {
  background-color: #00A3B6;
  color: #fff;
}

.nl-ck-action .h-btn.h-btn-three {
  color: #1F84DC;
  bottom: 5px;
  border: 1px solid #1F84DC;
}

.nl-ck-action .h-btn.h-btn-three.active {
  background-color: #1F84DC;
  color: #fff;
}

.nl-ck-action .h-btn.h-btn-four {
  color: #1068da;
  border: 1px solid #1068da;
}

.nl-ck-action .h-btn.h-btn-four.active {
  background-color: #1068da;
  color: #fff;
}

.nl-ck-action .h-btn.h-btn-five {
  color: #D84E51;
  border: 1px solid #D84E51;
}

.nl-ck-action .h-btn.h-btn-five.active {
  background-color: #D84E51;
  color: #fff;
}

.chat-body.--has-pin {
  position: relative;
  /* padding-top: 120px  !important; */
}

.chat-pin {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  /* padding: 20px 30px 12px 12px; */
  padding: 10px 30px 10px 10px;
  z-index: 10;
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); */
  box-shadow: 1px 1px 5px rgba(70, 70, 70, .12);
  border-bottom: 1px solid #C2CAD8;
  border-left: 6px solid #D84E51;
}

.chat-pin p {
  margin: 0;
}

.chat-pin .nl-top {
  /* padding-bottom: 26px; */
  position: relative;

}

.chat-pin.--limit-height .nl-top {
  max-height: 40px;
  overflow-y: hidden;
  overflow-x: visible;
}

.chat-pin.--limit-height .nl-top .nl-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.chat-pin .nl-bottom {
  padding-top: 10px;
}

.chat-pin .nl-bottom button {
  background-color: #fff;
  color: #65676b;
  border: 1px solid #C2CAD8;
  border-radius: 3px !important;
}

.nl-btn-pin {
  position: absolute;
  top: 6px;
  right: 10px;
  background-color: #fff;
  color: #65676b;
  border: 1px solid #C2CAD8;
  border-radius: 3px !important;
}

.chat-pin .nl-top .message-files {
  max-width: 100% !important;
  justify-content: flex-start;
  /* padding: 10px !important;
  border: 1px solid #C2CAD8; */
  padding: 0 !important;
  border-radius: 3px !important;
  margin-top: 10px;
}

.nl-btn-toggole-view {
  /* position: absolute;
  bottom: 0;
  right: 0; */
  /* left: 50%;
  transform: translateX(-50%); */
  position: absolute;
  right: 10px;
  border: 0;
  border-radius: 3px !important;
  color: #65676b;
  border: 1px solid #C2CAD8;
  background-color: #fff;
}

.nl-ctn-task .chat-container .nl-btn-download {

  bottom: 0;
  right: 0;
}

.nl-ctn-task .chat-container .nl-btn-download i {
  color: #65676b !important;
}