@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #f8f9fb !important;
}
* {
  font-family: 'Poppins', sans-serif;
}
.logo img {
  max-height: 25px;
}
.n-header {
  box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.1);
  height: 52px;
  padding: 0 20px;
}
.wel-label {
  font-size: 10px;
  font-weight: 300;
}
.wel-username {
  font-size: 13px;
  font-weight: 400;
}
.wel-user {
  line-height: 1;
  position: relative;
  padding-left: 5px;
}
.n-header-icons a {
  color: #9fa8b3;
  font-size: 16px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
}
.n-header-icons a.n-logout {
  color: #EC4649;
}
.n-header-icons a:hover {
  background-color: #EAEFF5;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
.n_sidebar {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 65px;
  z-index: 9;
  background: #38383a;
  padding-left: 14px;
  padding-top: 6px;	
  box-shadow: 0px 0px 5px 0px rgba(82, 63, 105, 0.1);
  /*
	transition: 0.25s;
	transition-timing-function: ease-in-out;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
*/
}
.n_sidebar .n_menu_label {
  font-size: .85rem;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: .2px;
  white-space: nowrap;
  position: relative;
  display: none;
}
.n_sidebar .nav-link.menuItem i {
  color: #696666;
  /*    width: 60px;*/
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1;
}
.n_menu .nav-link {
  width: 100%;
  padding: 1rem 0rem;
}
.n_sidebar:hover {
  width: 210px;
  box-shadow: 0px 0px 90px 0px rgba(82, 63, 105, 0.1);
}
.n_sidebar:hover .n_menu_label {
  opacity: 1;
  display: inline-block;
}
.n_sidebar.toggled {
  width: 210px;
}
.n_sidebar.toggled .n_menu_label {
  display: inline-block;
}
.n_pageBody {
  margin-left: 65px;
  margin-top: 45px;
  padding-right: 20px;
  padding: 15px;
}
.breadcrumb {
  margin-bottom: .1rem !important;
  padding: 1px 5px !important;
  font-size: 12px;
}
.menubar-icon {
  font-size: 21px;
  color: #FFFFFF;
  padding: 2px 10px;
  cursor: pointer;
  background: #3599ff;
  height: 52px;
  align-items: center;
  display: flex;
  margin-right: 15px;
  justify-content: center;
  width: 65px;
}
/*svg icons*/
.n_sidebar .svg-icon {
  width: 36px;
  display: inline-block;
  text-align: center;
}
.svg-icon.svg-icon-2x svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
}
.svg-icon svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #3699ff !important;
}
.svg-icon.svg-icon-primary svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #c1c1ce !important;
}
.svg-icon.svg-icon-info svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #21B9FF !important;
}
.svg-icon.svg-icon-success svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #2ad68f !important;
}
.svg-icon.svg-icon-warning svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #FBCE44 !important;
}
.svg-icon.svg-icon-danger svg g [fill] {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease;
  fill: #f64e60 !important;
}
/**/
.c-profile-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 0;
  color: #464e5f;
  background-color: #f3f6f9;
  background-size: cover;
  border-radius: 150px;
  font-size: 14px;
  text-transform: uppercase
}
.signout-link {
  display: block;
  padding: 15px 20px;
  /*	background-color: #f7f8fb;*/
  border-top: 1px solid #eee;
}
.signout-link:hover {
  background-color: #f64e60;
}
.signout-link:hover .svg-icon.svg-icon-danger svg g [fill], .signout-link:hover .signout-label {
  fill: #FFFFFF !important;
  color: #FFFFFF;
}
/*Profile */
.c-profile-label {
  width: 36px;
  height: 36px;
}
.c-profile-label {
  background-color: #e1f0ff;
  color: #3699ff;
}
.profile-success {
  background-color: #e3f7ee;
  color: #2ad68f;
}
.signout-label {
  font-weight: 500;
  color: #f64e60;
}
.text-danger {
  color: #f64e60 !important;
}
.signout-m {
  margin-right: 7px;
}
.wel-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  padding: 0px;
  width: 200px;
  box-shadow: 0px 6px 10px 0px rgba(82, 63, 105, 0.1);
  margin-top: 0px;
  display: none;
}
.wel-body {
  padding: 20px 15px;
}
.wel-user:hover .wel-dropdown {
  display: block;
}
/*btn*/
.mc-badge {
  font-size: 12px;
  font-weight: 500;
}
.btn.btn-label-brand, .btn.btn-label-primary {
  background-color: rgba(33, 185, 255, 0.1);
  color: #21B9FF;
}
.btn.btn-label-brand:hover, .btn.btn-label-primary:hover {
  background-color: #21B9FF;
  color: #fff;
}
/*tables*/
.table thead td, .table thead th {
  font-weight: 600;
  font-size: 1rem;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecf0f3;
}
.table:not(.table-bordered) thead td, .table:not(.table-bordered) thead th {
  border-top: 0;
}
.label.label-light-primary {
  color: #3699ff;
  background-color: #e1f0ff;
}
.label.label-light-success {
  color: #1bc5bd;
  background-color: #c9f7f5;
}
.label.label-light-danger {
  color: #f64e60;
  background-color: #ffe2e5;
}
.label.label-inline {
  width: auto;
  padding: .15rem .75rem;
  border-radius: .42rem;
}
.mt-6 {
  margin-top: 1rem;
}
.ui-table-resizable .ui-table-thead > tr > th, .ui-table-resizable .ui-table-tfoot > tr > td, .ui-table-resizable .ui-table-tbody > tr > td {
  overflow: visible !important;
}
.action-edit {
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
}
.action-delete {
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  vertical-align: middle;
  padding-left: 10px;
}
.table-search .ui-table-caption {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}

.n_menu .nav-link:hover .n_menu_label{
	color: #3599ff
}
.n_menu .nav-link:hover .svg-icon svg g [fill]{
	fill: #3699ff !important;
}
.card {
  border-radius: 0px !important;
}

.mytable .ui-table .ui-table-thead > tr > th, .mytable .ui-table .ui-table-tfoot > tr > td, .mytable .ui-table .ui-table-data > tr > td,
.p-datatable .p-datatable-thead > tr > th {
  background: #e2eaf3 !important;
  
}
.mytable .ui-table .ui-table-tbody > tr > td, .p-datatable .p-datatable-tbody > tr > td {
  background: inherit;
  border: 1px solid transparent !important;
  border-color: #e1e7ec !important;
  border-width: 0 0px 1px 0px !important;
  font-size: 12px;
  font-weight: 300;
  color: #212121;
}
.p-datatable .p-datatable-thead > tr > th {
  background: #f3f6f9;
  border-color: transparent !important;
  white-space: normal;
  word-break: break-word;
  overflow: visible;
  border: 0;
  height: 45px;
  color: #464e5f!important;
  font-weight: 500 !important;
}


.n_cardList .card-header {
  background: #e7eef5;
}
.form-control {
  border-radius: 0 !important;
  height: calc(1.65em + .75rem + 2px) !important;
}
.btn{
  border-radius: 0 !important;
}
body .ui-dialog .ui-dialog-footer {
  /* border: 1px solid #c8c8c8;
  background-color: #ffffff;
  color: #333333; */
  padding: 1em 1em 1.2em !important;

}
body .ui-dialog .ui-dialog-content {
  /* background-color: #ffffff;
  color: #333333;
  border: 1px solid #c8c8c8; */
  padding: 1.2em 1em !important;
}
body .ui-dialog .ui-dialog-titlebar {
  /* border: 1px solid #c8c8c8;
  color: #333333;
  padding: 1em;
  font-weight: 700;
  border-bottom: 0 none; */
  background-color: #dfe8f1;
  border-radius: 0;
  font-size: 18px;
}

.p-datatable .p-paginator-bottom {
  background-color: transparent !important;
  border: 0 !important;
  padding: .5rem !important;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #3699ff !important;
  border-color: #3699ff!important;
  color: #ffffff  !important;;
  border-radius: .6rem !important;
}
.p-dropdown .p-dropdown-trigger {
  border: 1px solid #a6a6a6  !important;
  margin-left: 5px  !important;
  border-radius: 1px  !important;
  width: 28px  !important;
  height: 29px  !important;
}

.p-datatable .p-datatable-header {
  background: transparent !important;
  color: #333333;
  border: 0 !important;
  /* border-width: 1px 1px 0 1px; */
  /* padding: 0.857rem 1rem;
  font-weight: 700; */
}

.p-dropdown {
  border: 0 !important;
}

.no-border .p-tabview-panels {
  border: 0 !important;
}