@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("./webfonts/fa-solid-900.woff2");
  }
body{
    background: url(bg.jpg) no-repeat fixed #fff;
	background-size: 100% auto;
    font-family: "Inter Tight", sans-serif;
    color: #828fa2;
    font-size: 14px;
    font-weight: 500;
}
html, body{
	overflow-x: hidden;
}
/* width */
::-webkit-scrollbar {
	width: 4px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	background: transparent; 
	border-radius: 5px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #828fa2; 
	border-radius: 5px;
	width: 4px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #828fa2; 
  }
.block_main{
	float: left;
	width: 100%;
}
h1, h2, h3, h4, h5, h6{
    color: #293241;
	font-weight: 400;
}
h3{
	font-size: 24px;
}
.sidebar-wrap .fs-6 {
	font-size: 20px !important;
}
.table > :not(caption) > * > *{
    color: #828fa2;
    font-size: 14px;
    font-weight: 500;
}
.table > :not(caption) > * > td{
	color: #293241;
}
.table > :not(caption) > * > td .pagination-detail{
	color: #828fa2;
}
.svg-inline--fa{
	color: #828fa2;
	font-size: 20px;
}
.bg-danger {
	background-color: #802626 !important;
}
.navbar-nav .svg-inline--fa{
	color: #465161;
	font-size: 21px;
}
.navbar-nav .bg-danger, .act_btn .bg-danger{
	background-color: #802626 !important;
	text-align: center;
	padding: 3px 5px !important;
	font-weight: 600;
	font-size: 9px;
	height: 16px;
	top: 8px;
	min-width: 17px;
}
.act_btn .bg-danger{
	top: 0;
}
.navbar-nav .ms-3{
	margin-left: 30px !important;
}
h3 .svg-inline--fa {
	font-size: 19px;
	margin-right: 20px;
	margin-top: 6px;
	float: left;
}
h3.title_edit_page .svg-inline--fa {
	margin-top: 10px;
}
.btn-warning{
	color: #fff !important;
}
.btn .svg-inline--fa {
	color: #fff;
	margin: 0 5px 0 0 !important;
	position: relative;
	top: 0px;
	font-size: 14px !important;
}
.form-control{
	color: #828fa2;
}
a{
    color: #2a69c6;
}
.nav li span {
	padding-top: 15px;
	border-top: 1px solid #474f5d;
	padding-left: 28px;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: 600;
	opacity: 0.5;
}
.menu_level_1{
	padding-left: 0;
	list-style-type: none;
}
.menu_level_1 li::marker{
	display: none !important;
}
.card-header{
    background-color: #fff;
	padding: 25px;
}
.card-header.w_collapse{
	border-bottom: none;
	border-radius: 8px;
}
.card-header h3{
	margin: 0;
	width: calc(100% - 84px);
	float: left;
	font-weight: 500;
	font-size: 30px;
}
.card-header.w_collapse + .card-body{
	border-top: 1px solid #d2d2d2;
}
.sep_collapse{
	float: right;
	width: 83px;
	border-left: 1px solid #d2d2d2;
	height: 29px;
	margin: 1px 0 0 0;
}
.sep_collapse .icon-link{
	padding: 8px 20px 0 45px;
}
.sep_collapse .icon-link .svg-inline--fa {
	font-size: 15px;
}
.sep_collapse .icon-link.collapsed .fa-caret-up{
	transform: rotate(-180deg);
}
.card-body {
	color: #828fa2;
	font-size: 14px;
    font-weight: 500;
}
.btn {
	font-family: "Inter Tight", sans-serif;
	font-size: 16px;
	font-weight: 500;
    height: 40px;
    line-height: 23px;
	border-radius: 12px;
}
a[class*="btn-outline"], button[class*="btn-outline"]{
	border-width: 1px;
	border-radius: 12px;
}
.text-primary {
	color: #2a69c6 !important;
}
.page-link {
	color: #828fa2;
	font-size: 14px;
	background: transparent !important;
	border: none;
	padding: 0 15px;
	height: 33px;
	line-height: 33px;
}
.page-link.active, .active > .page-link {
	background-color: #828fa2 !important;
	border-color: #828fa2 !important;
	border-radius: 12px;
}
.page-link.active:hover, .active > .page-link:hover{
	color: #fff !important;
}
.bg-primary{
	background-color: #2a69c6 !important;
}
.btn-outline-primary {
	--bs-btn-color: #2a69c6;
	--bs-btn-border-color: #2a69c6;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #2a69c6;
	--bs-btn-hover-border-color: #2a69c6;
	--bs-btn-focus-shadow-rgb: 13,110,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #2a69c6;
	--bs-btn-active-border-color: #2a69c6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	--bs-btn-disabled-color: #2a69c6;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #2a69c6;
	--bs-gradient: none;
}
.btn-primary {
	--bs-btn-bg: #2a69c6;
	--bs-btn-border-color: #2a69c6;
	--bs-btn-hover-bg: #1487dc;
	--bs-btn-hover-border-color: #2a69c6;
	--bs-btn-active-bg: #1487dc;
	--bs-btn-active-border-color: #1487dc;
}
.btn-success {
	--bs-btn-bg: #1f992f;
	--bs-btn-border-color: #1f992f;
	--bs-btn-hover-bg: #148a23;
	--bs-btn-hover-border-color: #148a23;
	--bs-btn-active-bg: #148a23;
	--bs-btn-active-border-color: #148a23;
}
.btn-outline-success {
	--bs-btn-color: #1f992f;
	--bs-btn-disabled-color: #148a23;
	--bs-btn-disabled-border-color: #148a23;
	--bs-btn-hover-bg: #148a23;
	--bs-btn-hover-border-color: #148a23;
	--bs-btn-border-color: #148a23;
	--bs-btn-active-bg: #148a23;
	--bs-btn-active-border-color: #148a23;
}
.btn-danger {
	--bs-btn-bg: #b33636;
	--bs-btn-border-color: #b33636;
	--bs-btn-hover-bg: #a91f1f;
	--bs-btn-hover-border-color: #a91f1f;
	--bs-btn-active-bg: #a91f1f;
	--bs-btn-active-border-color: #a91f1f;
}
.navbar{
    background-color: rgba(255, 255, 255, 0.8);
	z-index: 1050;
}
.main-container {
	margin-top: 28px;
	float: left;
	width: 100%;
}
.sticky .main-container{
	z-index: 2;
	position: relative;
}
.sticky .pe-1.sticky-top{
	background: transparent;
	padding-top: 12px;
	padding-bottom: 15px;
	/* position: fixed;
	width: calc(83.33333333% - 72px); 
	margin-top: 53px;*/

}
.sticky .pe-1.sticky-top h3{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.table a.detail_link{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 250px;
	display: inline-block;
}
.sidebar{
    position: fixed;
    left: 28px;
    top: 28px;
    background-color: #293241;
    height: calc(100% - 56px);
	border-radius: 12px;
}
.sidebar-wrap {
	width: 100%;
	padding: 0;
}
/* .navbar.fixed-top{
	top: 0 !important;
	right: 28px !important;
	width: calc(83.333333% - 84px);
	padding-top: 20px;
	border: none !important;
	border-radius: 0 0 10px 10px;
} */
.card{
	border: none !important;
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.9);
}
.card-header{
	background-color: transparent;
}
.card-header:first-child{
	border-radius: 12px 12px 0 0;
}
.main {
	padding: 0 28px 11px 28px !important;
	width: calc(83.333333% - 28px) !important;
}
.user_nav {
	float: left;
	padding-left: 10px;
	width: calc(100% - 50px);
	line-height: 1.25;
	padding-top: 2px;
}
.user_nav span{
	float: left;
	color: #fff;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
}
.user_nav em{
	float: left;
	color: #828fa2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-style: normal;
	width: 100%;
}
.dropdown.user_menu .dropdown-toggle::after{
	border: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	color: #828fa2;
	margin-top: 9px;
  }
.dropdown.user_menu .dropdown-menu {
	width: calc(100% + 2px);
	left: -14px !important;
	margin: 11px 0 8px 0 !important;
	background: #323c4d;
	border-radius: 12px;
	border: 1px solid #465161;
}
.dropdown_wrapper{
	padding: 12px 20px 30px 20px;
	float: left;
	width: 100%;
	background-color: #293241;
	position: absolute;
	bottom: 0;
	border-radius: 12px;
}
.user_menu {
	width: 100%;
	float: left;
	padding: 10px 13px;
	border: 1px solid #465161;
	background-color: #323c4d;
	border-radius: 15px;
}
.user_menu img, .user_menu .img_name{
	border-radius: 50%;
	width: 38px;
	height: 38px;
	border: 1px solid #465161;
	float: left;
}
.sidebar .main_menu, .offsidebar .main_menu{
	height: calc(100% - 350px);
	overflow-x: hidden;
	overflow-y: scroll;
	float: left;
	width: 100%;
}
.offsidebar .main_menu{
	height: calc(100% - 120px);
	padding-top: 20px;
}
.nav-pills li{
	width: 100%;
	margin: 0;
	padding: 0 20px 0 20px;
}
.nav-pills .nav-link, .nav-pills span.nav-link{
	color: #828fa2 !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	border-radius: 10px !important;
	border: 1px solid transparent;
	padding: 8px 0 8px 16px;
	margin: 0;
	opacity: 1;
	font-weight: normal;
}
.submenu_sidebar .nav-pills .nav-link{
	position: relative !important;
}
.nav-pills li.menu_level_1{
	padding-right: 0;
}
.nav-pills li li{
	position: relative;
	padding-right: 0;
	margin: -1px 0 0 0;
	padding-left: 23px;
	height: 35px;
}
.nav-pills .menu_level_1 .nav-link{
	font-size: 12px;
	padding-left: 25px;
	border-radius: 0 !important;
	display: block;
	position: relative;
}
.nav-pills .menu_level_1 .nav-link::before{
	position: absolute;
	top: 21px;
	width: 14px;
	height: 1px;
	content: "";
	left: 0;
	background-color: #465161;
}
.nav-pills .menu_level_1 .nav-link::after{
	position: absolute;
	top: 0;
	width: 1px;
	height: 37px;
	content: "";
	left: 0;
	background-color: #465161;
}
.nav-pills li li:last-child .nav-link::after{
	height: 19px;
}
.nav-pills .nav-link .label_messages{
	font-weight: normal;
}
.nav-pills .nav-link .svg-inline--fa {
	color: #828fa2;
	font-size: 16px;
	margin: 0 11px 0 0;
	width: 20px;
}
.nav-pills .nav-link .badge{
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	color: #828fa2 !important;
	height: 22px;
	border: none;
	border-radius: 7px !important;
	padding: 2px 10px 3px 9px;
	line-height: 19px;
	background-color: #1f2533 !important;
	right: 0;
	top: 5px;
	position: absolute;
	min-width: 28px;
}
.nav-pills li .nav-link .badge .svg-inline--fa{
	font-size: 14px;
	width: 14px;
	margin: 0 4px 0 -3px;
	top: 1px;
	position: relative;
}
.nav-pills li .nav-link .badge.badge-task-approve,
.nav-pills li .nav-link .badge.badge-task-deadline,
.nav-pills li .nav-link .badge.badge-task-overdue,
.nav-pills li .nav-link .badge.badge-task-new{
	color: #1f2533 !important;
	font-weight: bold;
}
.nav-pills li .nav-link .badge.badge-task-deadline{
	background-color: #ffaa00 !important;
}
.nav-pills li .nav-link .badge.badge-task-overdue{
	background-color: #ff3333 !important;
}
.nav-pills li .nav-link .badge.badge-task-approve{
	background-color: #00a800 !important;
}
.nav-pills li .nav-link .badge.badge-task-new{
	background-color: #828fa2 !important;
}
.nav-pills li .nav-link .badge.badge-task-approve .svg-inline--fa,
.nav-pills li .nav-link .badge.badge-task-deadline .svg-inline--fa,
.nav-pills li .nav-link .badge.badge-task-overdue .svg-inline--fa,
.nav-pills li .nav-link .badge.badge-task-new .svg-inline--fa{
	color: #1f2533 !important;
}

.submenu_sidebar .nav-pills .nav-link .badge {
	right: 5px !important;
	top: 8px;
	left: auto !important;
	opacity: 1;
	color: #fff !important;
	background: #343c4c !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.nav-pills li.active {
	background: transparent !important;
	color: #fff !important;
}
.nav-pills li.active > .nav-link {
	color: #fff !important;
}
.nav-pills li.active .nav-link .svg-inline--fa {
	color: #fff !important;
}
.submenu_sidebar{
	background-color: #212836;
	border-radius: 12px;
	margin: 2px 20px 6px;
	padding: 8px 0 6px;
} 
.submenu_sidebar li{
	padding: 0;
}
.brd_top{
	padding: 13px 30px 16px;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
}
.card-body.brd_top:hover{
	background-color: #f0f3f6;
}
.card-body.brd_top + .card-body.brd_top{
	border-top: 1px solid #cccccc;
}
.card-body.brd_top .notif_col{
	width: 38px;
	float: left;
	display: flex;
	align-items: center;
}
.card-body.brd_top .fw-semibold .text-danger, .card-body.brd_top .fw-semibold .text-success{
	font-size: 14px;
}
.texteditor{
	font-weight: 300;
	color: #293241;
}
.notif_col .notification_viewed{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	float: left;
	background-color: #ff9500;
}
.card_col_info{
	width: calc(100% - 238px);
	float: left;
}
.card_col_btn{
	width: 200px;
	float: right;
	text-align: right;
}
.card_col_btn .date_col{
	font-size: 12px;
	margin-bottom: 3px;
}
.card_col_btn .col_link a{
	font-size: 13px;
	text-decoration: none;
	color: #ff9500 !important;
	font-weight: 600;
}
.card_col_btn .col_link a:hover{
	text-decoration: underline;
}
.card_col_btn .col_link a .text-warning{
	color: #ff9500 !important;
	font-size: 14px;
	top: 2px;
	position: relative;
	left: 3px;
}
.mark_all{
	font-size: 13px;
	margin-top: 20px;
}
.mark_all .fa-circle-check{
	font-size: 15px;
	position: relative;
	top: 2px;
	left: 3px;
}
.mark_all:hover{
	text-decoration: none;
}
.badge_status{
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	color: #293241;
	height: 32px;
}
.badge_status.bg-info{
	background-color: #a8c2f0 !important;
}
.badge_status.bg-success{
	background-color: #a3ccaa !important;
}
.badge_status.bg-secondary{
	background-color: #d3d4ec !important;
}
.badge_status.bg-warning{
	background-color: #ece7d3 !important;
}
/* ------------------------chosen------------------------------------- */
.chosen-container-single .chosen-single {
	padding: 0 0 0 15px;
	height: 40px;
	border: 1px solid #d6dadf;
	border-radius: 3px;
	background: #fafafa;
	box-shadow: none;
	color: #828fa2;
	line-height: 39px;
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #d6dadf;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fafafa;
	box-shadow: none;
}
.chosen-container-single .chosen-single div b {
	background-position: 1px 10px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -17px 10px;
}
.chosen-container .chosen-results li.highlighted{
	background: #1487dc;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 36px;
	color: #293241;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.chosen-container-multi .chosen-choices {
	padding: 5px 5px 6px 15px;
	border: 1px solid #d6dadf;
	background-color: #fafafa;
	background-image: none;
	border-radius: 3px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 25px;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #d6dadf;
	box-shadow: none;
  }
  .navbar{
	display: none;
  }
.navbar-nav{
	flex-direction: row !important;
}
.navbar-nav a{
	padding: 5px;
	display: block;
}
.navbar .dropdown{
	margin: 2px 0 0 28px;
	height: 23px;
}
.navbar .dropdown .dropdown-toggle {
	color: #828fa2 !important;
}
.sidebar .link-body-emphasis {
	color: #828fa2 !important;
	border-bottom: 1px solid transparent !important;
	padding-bottom: 0 !important;
	padding-left: 36px !important;
	padding-top: 29px !important;
	margin-bottom: 26px !important;
	position: sticky;
	top: 0;
	background: #293241;
	z-index: 9;
	border-radius: 12px 12px 0 0;
}
.search{
	position: relative;
	width: 290px;
	max-width: calc(100% - 53px);
}
.fixed-table-toolbar .keep-open .btn{
	background: transparent !important;
	border: none;
}
.fixed-table-toolbar .keep-open .btn::after{
	border: none !important;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	content: "\f1de";
	color: #828fa2;
	margin-top: 5px;
	font-size: 19px;
}
.fixed-table-toolbar .keep-open .btn i, .fixed-table-toolbar .keep-open .btn span{
	display: none;
}
.navbar .search .form-control{
	height: auto;
	background-color: #fff;
}
.navbar .label_messages{
	display: none;
}
.toggler {
	border: none;
	background: transparent;
	font-size: 18px;
	margin: 0 0 0 -10px;
	width: 47px;
	height: 25px;
	z-index: 9;
	position: absolute;
}
.toggler .svg-inline--fa{
	font-size: 22px;
}
.fa-magnifying-glass{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 15px;
}
.form-control{
	background: #fafafa;
	color: #293241;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	border-radius: 3px;
}
.col-form-label {
	padding-top: 0;
}
.btn_remove .fa-trash, .entity-link-a .fa-file-lines{
	font-size: 15px;
	margin-top: 11px;
}
.text-muted{
	font-size: 15px;
	font-weight: 500;
	color: #828fa2;
}
.text-count{
	font-weight: 300;
	color: #828fa2;
}
.edit_icon .svg-inline--fa{
	font-size: 16px;
}
h6.name_doctor{
	color: #2298f0;
	font-size: 16px;
	font-weight: 500;
}
.doctor_info strong{
	color: #293241;
	font-weight: 600;
}
.doctor_info span.text-secondary{
	color: #828fa2 !important;
	font-weight: 600;
}
.doctor_info a{
	font-weight: 500;
}
.statistics .fs-2{
	color: #293241;
	font-size: 36px !important;
}
.statistics .text-secondary{
	color: #828fa2;
}
.statistics .text-uppercase {
	color: #a8b1be !important;
	font-size: 14px !important;
	font-weight: 600;
	margin: 0 0 5px;
}
.doctor_info_col .card{
	height: calc(100% - 2rem);
}
label.required::after, legend.required::after {
	content: ' *';
	color: #000;
  }
.dashboard_card{
	padding: 8px 25px 0;
	color: #293241;
}
.dashboard_card .card-header, .dashboard_card .card-body{
	padding-left: 0;
	padding-right: 0;
	color: #293241;
}
.dashboard_card .card-body{
	padding-bottom: 10px;
}
.dashboard_card .card-header{
	padding-bottom: 31px;
}
.dashboard_card h3{
	color: #293241 !important;
	font-size: 30px !important;
	font-weight: 500;
	width: auto;
}
.card-header .month-label{
	float: right;
	font-size: 18px;
	margin-top: 8px;
	color: #828fa2 !important;
}
.dashboard_card .card-header .btn-sm{
	margin: 2px 0 0 0;
	padding: 0 13px;
}
.advertisement{
	line-height: 1.4;
	float: left;
	width: 100%;
	display: none;
	border-top: none;
	color: #293241;
	font-weight: 400;
	font-size: 14px;
	padding: 18px 0 0 0;
}
.advertisement.show {
	display: block;
	border-bottom: 1px solid #d6dae0;
}
.advertisement:nth-last-child(1 of .show) {
	border: none;
}
.act_btn{
	float: left;
	width: 100%;
	padding: 5px 0 10px;
}
.advertisement .task_workflow_btn{
	width: auto;
}
.advertisement .float-start{
	width: auto;
	margin: 10px 0 0 0;
}
.advertisement .form-text {
	font-size: 14px;
	font-weight: 500;
	color: #828fa2;
	float: right;
}
.advertisement h6{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.survey_card .form-check-label {
	font-size: 16px !important;
	font-weight: 400;
	padding: 4px 0 0 15px;
}
.survey_card .form-check-input[type="radio"]{
	height: 25px;
	width: 25px;
	border-color: #293241 !important;
	background-color: transparent;
}
.survey_card .form-check-input:checked[type="radio"]{
	background-color: #2a69c6;
	border-color: #2a69c6 !important;
}
.survey_card .form-check .form-check-input {
	float: left;
	margin-left: -30px;
}
.survey_card .form-check {
	margin-bottom: 20px;
	min-height: 30px;
	padding-left: 30px;
}
.survey_title{
	color: #293241 !important;
	font-size: 16px !important;
	font-weight: 600;
	margin: 15px 0 23px;
}
.survey_card .text-center{
	padding: 14px 0 20px;
}
.survey_card .text-center .form-text {
	font-size: 14px;
	font-weight: 500;
	color: #828fa2;
}
.event_status_btn, .visit_status_btn{
	text-align: right;
}
.visit_status_list, .event_status_list{
	float: left;
	width: 100%;
}
.visit_status_list ul, .event_status_list ul{
	margin: 0;
	padding: 0;
}
.visit_status_list li, .event_status_list li{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	list-style-type: none;
	height: 29px;
}
.visit_status_list .visit_status_item, .event_status_list .event_status_item{
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #2a69c6;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 180px);
	white-space: nowrap;
}
  /* -------------------------------------------------chat -------------------------------------------*/
#chat_wrap{
	justify-content: space-between;
	align-items: stretch;
	flex-direction: inherit;
	height: calc(100vh - 58px);
	position: relative;
	background-color: #fff;
	margin: 0 !important;
}
#chat_sidebar{
	float: left;
	width: 34%;
	border-right: 1px solid #ddd;
	position: relative;
}
.chat_content{
	float: left;
	width: 66%;
	position: relative;
}
.chat_content ul{
	padding-left: 0;
}
.chat_subhead{
	height: 55px;
	position: absolute;
	width: 100%;
	padding: 10px 15px !important;
}
.chat_sublist, .chat_subcontent{
	overflow-y: scroll;
	height: calc(100% - 55px);
	position: relative;
	top: 55px;
}
.chat_subcontent{
	height: calc(100% - 153px);
	padding-right: 0;
	overflow-x: hidden;
}
.search_chat{
	width: calc(100% - 55px);
	float: left;
	position: relative;
}
.search_chat .fa-magnifying-glass {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 13px;
}
.search_chat #chat_term{
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
	height: 36px;
	padding-left: 30px;
}
.chat_list_group {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	background-color: #cfe2ff;
	border-radius: 10px;
	color: #666;
}
@keyframes example {
	0%   {background-color: transparent;}
	20%  {background-color: #e9f5fe;}
	80%  {background-color: #e9f5fe;}
	100% {background-color: transparent;}
  }
#chat_content .last-read{
	background-color: transparent;
	animation-name: example;
	animation-duration: 1.5s;
}
.list-group-item {
	background-color: #f9f9fc;
	border-color: #f9f9fc;
	float: left;
	width: 100%;
}
.list-group-item.active {
	background-color: #2298f0;
	border-color: #2298f0;
}
.list-group-item .badge{
	line-height: 28px;
	background-color: #2298f0;
	height: 28px;
	width: 28px;
	font-size: 11px;
	padding: 0;
	margin: 7px 0 7px 4px;
	float: right;
}
.list-group-item.active .badge{
	color: #2298f0;
	background-color: #fff !important;
}
#form_checkList .row{
	position: relative;
}
#form_checkList #mentionList{
	bottom: auto;
	top: 40px;
	left: 46px;
	padding: 10px 0;
	width: 450px;
	z-index: 9;
}
.avatar_chat{
	float: left;
	width: 60px;
	margin: 0 10px 0 0;
}
.avatar_chat_txt{
	float: left;
	width: calc(100% - 70px);
}
.list-group-item .fa-user-group, .list-group-item .fa-clipboard-list{
	font-size: 14px;
	margin: 4px 10px 0 0;
}
.list-group-item.active .fa-user-group, .list-group-item.active .fa-clipboard-list{
	color: #fff;
}
.chat_list li{display:flex;width:100%;}
.chat_list li.text-center{justify-content: center;}
.chat_content .chat_list li+li{padding-top:18px}
.chat_content .chat_list .chat_item{float:left;padding:0 8px;order:2;width:calc(100% - 34px)}
.chat_content .chat_list .name_member{padding:0 6px 7px;width:100%}
.chat_content .chat_list .name_member i{font-style:normal;color:#8083a3;font-size:12px}
.chat_content .chat_list .name_member strong{margin-right:5px}
.chat_content .chat_list .ava_wr{border-radius:50%;width:34px;height:34px;order:1;margin-top:3px;position:relative}
.chat_content .chat_list .ava_wr::before{content:"";position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;background-color:#5fdcb3;border-radius:50%;border:2px solid #fff}
.chat_content .chat_list .ava_wr img{width:100%;border-radius:50%}
.chat_content .chat_list .message_list{display:flex;flex-wrap:wrap}
.chat_content .chat_list .name_member .rounded-circle{
	float: left;
	margin: 0 10px 0 0;
}
.chat_content .chat_list .message_list div {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.chat_content .chat_list .message_list div.float-right{
	text-align: right !important;
	font-size: 12px;
	width: 100%;
	display: block;
}
.chat_content .chat_list .message_list div+div{
	margin-top:5px;
}
.chat_content .chat_list .message_data{
	border-radius:0 20px 20px 20px;
	background-color:#f5f5fa;
	padding:8px 15px;
	float:left;
	min-width: 120px;
}
.chat_content .chat_list .answer{
	float:right;
	align-items:flex-start;
	justify-content:flex-end;
}
.chat_content .chat_list .answer .message_data{
	border-radius:20px 0 20px 20px;
	background-color:#e9f5fe;
	float:right; 
	order: 3;
	/* max-width: calc(100% - 85px); */
	margin-left: 15px;
}
.chat_content .chat_list div .svg-inline--fa{
	font-size: 16px;
	margin-left: 15px;
}
.chat_content .chat_list .answer .chat_item{order:1;display:flex;justify-content:flex-end;flex-wrap:wrap}
.chat_content .chat_list .answer .ava_wr{order:2}
.chat_content .chat_list .answer .name_member i{float:right}
#zoom{width:100%;float:right;background-color:#666}
#chat{width:400px;float:left;display:none;max-width:100%}
.chat_content .chat_list .answer .message_list div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.chat_content .chat_list .answer .message_list div.message_list_wr{
	flex-wrap: nowrap;
}
.chat_list .read_message{
	float: left;
}
.chat_list .read_message li {
	float: right;
	margin: 0 -8px 0 0;
	padding: 0 !important;
	display: block;
	width: auto;
}
.message_data a {
	max-width: 350px;
	display: block;
}
.file-wr{
	float: left;
	width: 197px;
	border:1px solid #eef0f2;
	border-radius:10px;
	position: relative;
	margin: 5px 0;
	padding: 20px 18px !important;
}
.file-wr strong{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.file-wr .del-file{
	background-color: #8083a3;
	color: #fff;
	width: 28px;
	height: 28px;
	font-size: 13px;
	text-align: center;
	cursor: pointer;
}
.file-wr .fa-xmark{
	color: #fff;
	margin-top: 5px;
}
.chat_content .chat_list .message_list div.file-wr{
	border:1px solid #eef0f2;
	padding: 17px !important;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	width: auto;
}
.chat_content .chat_list .message_list div.file-wr div{
	width: auto !important;
	display: block !important;
}
.chat_content .chat_list .message_list div.file-wr div + div {
	margin-top: -2px;
	padding-right: 20px;
}
.chat_content .chat_list .message_list div.file-wr div + div.btn_wr{
	padding: 0;
}
.message_list .file-wr strong.d-block{
	max-width: 275px;
	color: #000;
	font-size: 14px;
}
.message_list .file-wr .fa-file,
.message_list .file-wr .fa-file-word,
.message_list .file-wr .fa-file-pdf{
	float: left;
	color: #8083a3;
	font-size: 30px !important;
	margin: 3px 21px 0 0 !important;
}
.message_list .file-wr i{
	font-style: normal;
}
.message_list .file-wr .btn{
	width: 51px;
	height: 44px;
	color: #8083a3;
	border: none;
	background-color: #f5f5fa;
	margin-left: 5px;
}
.message_list .file-wr .btn .svg-inline--fa{
	color: #8083a3;
	font-size: 14px;
	margin: 0;
}
#add_message{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 16px;
	background-color: #fff;
	border-radius: 5px;
}
.add_message_wr{
	width: 100%;
	border:2px solid #f1f2f4;
	border-radius:10px;
	padding: 13px 20px;
}
.message_wr{
	position: relative;
}
.add_message button{
	position:absolute;
	right:0;
	top:0;
	background-color:#f6933e;
	border-radius:10px;
	border:none;
	height:44px !important;
	width:44px !important;
	text-align:center;
	line-height: inherit !important;
}
.add_message button:hover{
	background-color: #dc7822;
}
.add_message button span{
	color:#fff;
	font-size:16px;
	margin:0;
	width:100%;
	text-align:center;
}
.message_wr .fa-paperclip{
	cursor: pointer;
}
.message_wr .add_file {
	right: 69px;
	margin-top: 12px;
	top: 0;
}
.add_message textarea{
	height:auto;
	color:#8083a3;
	font-weight:400;
	width:100%;
	padding:10px 160px 0 0; 
	border: none;
	background-color: #fff;
	resize: none;
}
.add_message textarea::placeholder{
	color:#8083a3;
	opacity:1
}
.add_message textarea:focus, .add_message input:focus{
    outline: none;
	box-shadow: none;
}
.list-group p.text-truncate{
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	white-space: inherit;
	color: #8083a3;
	margin-top: 3px;
	max-width: calc(100% - 65px);
	line-height: 1.25;
	float: left;
}
.list-group-item.active p.text-truncate{
	color: #fff;
}
.message_data span.text-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: inherit;
	line-height: 1.25;
}
.chat_subhead_wr .svg-inline--fa{
	float: left;
	margin: 5px 10px 0 0;
}
.chat_subhead_wr{
	float: left;
	width: calc(100% - 300px);
}
.chat_content .chat_subhead .btn{
	float: right;
	margin-top: -3px;
	min-width: 40px;
}
.chat_subhead_wr .fa-user-group{
	float: left;
	width: 16px;
	color: #828fa2;
	margin: 8px 14px 0 11px;
}
.chat_subhead_wr em {
	display: flex;
	align-items: center;
	height: 36px;
	flex-wrap: wrap;
}
.chat_subhead_wr em strong{
	font-style: normal;
	font-size: 14px;
	display: block;
	font-weight: bold;
	line-height: 1.7;
	color: #171721;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.chat_subhead_wr em span{
	font-style: normal;
	font-size: 12px;
	display: block;
	color: #8083a3;
	padding-top: 0;
	font-weight: bold;
	width: 100%;
}
.mob_back{
	float: left;
	display: none;
	width: 37px;
	padding: 3px 0 3px 7px;
}
.chat_content .badge{
	color: #8083a3;
	background-color: #f5f5fa;
	font-size: 12px;
	padding: 11px 23px !important;
	font-weight: normal;
	margin-top: 15px;
}
.chat_subhead .fs-5{
	font-size: 20px;
	font-weight: bold;
}
.chat_content .chat_list .chat_msg_btn{
	opacity: 0;
}
.chat_content .chat_list .message_list:hover .chat_msg_btn{
	opacity: 1;
}
.name_member img{
	float: left;
	margin: 0 10px 0 0;
}
.name_member small{
	width: 100%;
	display: block;
}
.name_member strong{
	margin-right: 2px;
	font-size: 12px;
	color: #000;
}
.chat_sublist .ms-auto.p-1{
	padding-top: 2px !important;
}
#chat_sidebar .btn-warning {
	background-color: #f6933e;
	border-color: #f6933e;
	float: right;
	color: #fff;
	width: 42px;
	height: 36px;
	padding: 0 12px;
	text-align: left;
	line-height: 31px;
	font-size: 13px;
	text-align: center;
}
#chat_sidebar .btn-warning .svg-inline--fa{
	margin: 0 !important;
}
#chat_sidebar .btn-warning:hover{
	background-color: #dc7822;
	border-color: #dc7822;
}
#chat_sidebar .btn-warning .fa-pen{
	color: #fff;
	font-size: 12px;
	float: right;
	margin: 9px 0 0 0;
}
#chat_sidebar .chat_subhead{
	padding-left: 30px;
	padding-right: 30px;
}
.chat_sublist{
	padding-left: 30px;
	padding-right: 30px;
}

#mentionList {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	display: none;
	width: calc(100% + 44px);
	bottom: 46px;
	margin-left: -22px;
	border-radius: 8px;
}
#mentionList .mention-item {
	padding: 5px 5px 5px 15px;
	cursor: pointer;
}
#mentionList .mention-item:hover {
	background-color: #f0f0f0;
}
#mentionList .selected {
	background-color: #f0f0f0;
}
#media_info_close{
	background-color: #8083a3 !important;
}
#media_info_close .svg-inline--fa {
	color: #fff;
	font-size: 18px;
}
#media_info i{
	font-style: normal;
	color: #8083a3;
}
#chat_content{
	overflow-y: scroll;
	height: 100%;
	overflow-x: hidden;
	padding-right: 33px;
    margin-right: -17px;
}
#add_message .invalid-feedback {
	margin: 7px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #ee404c;
	padding-left: 7px;
}
#add_message .invalid-feedback .svg-inline--fa{
	color: #ee404c;
	font-size: 25px;
	margin-right: 12px;
	position: relative;
	top: 1px;
}
.message_data span{
	display: inline;
}
.chat_content .btn_mention, .chat_content .btn_down{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-decoration: none;
	width: 35px;
	height: 35px;
	display: block;
	line-height: 34px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 16px;
}
.chat_content .btn_mention {
	bottom: 60px;
}
#chat_form_users_chosen{
	width: 100% !important;
}
.message_reply{
	
	background: #fff;
	border-left: 4px solid #2298f0;
	padding: 4px 10px 7px;
	border-radius: 5px;
	margin-bottom: 13px;
	text-decoration: none;
	margin-top: 9px;
	color: #000;
	font-size: 14px;
	width: 100%;
	display: block;
	float: none;
}
.message_reply strong{
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
}
.chat_content .chat_list .answer .message_reply{
	border-left: 4px solid #828fa2;
}
.my-3.card{
	width: 100%;
}
.doc_info{
	height: calc(100% - 2rem);
}
h3 a{
	text-decoration: none;
}
.title_edit_page{
	font-size: 30px;
}
.title_edit_page a{
	text-decoration: none;
	padding-right: 5px;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	overflow-y: visible;
	padding: 0;
	height: 40px;
}
.chosen-container{
	max-width: 100%;
	width: 100% !important;
}
.text-danger{
	color: #802626 !important;
}
.text-warning{
	color: #cc9629 !important;
}
.text-success{
	color: #5c9966 !important;
}
.text-danger .svg-inline--fa{
	color: inherit;
	font-size: 15px;
}
.btn-sm {
	border-width: 2px;
	font-weight: 500;
	text-align: left;
	float: right;
	font-size: 14px;
	height: 36px;
	line-height: 33px;
	padding: 0 16px 0 20px !important;
	border-radius: 12px !important;
	margin-top: 5px;
}
.btn-sm .svg-inline--fa {
	margin: 0 6px 0 6px !important;
	font-size: 12px !important;
}
.card-header .float-start{
	float: left;
	width: auto;
}
.card-header .btn-sm{
	float: right;
}
.visit_date_list{
	float: left;
	width: 100%;
	margin-top: 38px;
	margin-bottom: -12px;
	position: relative;
	height: 64px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.visit_date_list ul {
	margin: 0 0 0 20px;
	padding: 0 25px;
	float: left;
}
.visit_date_list .slide_prev, .visit_date_list .slide_next{
	position: absolute;
	top: 25px;
	font-size: 14px;
}
.visit_date_list .slide_prev{
	left: 5px;
}
.visit_date_list .slide_next{
	right: 5px;
}
.visit_date_list .slide_prev .svg-inline--fa, .visit_date_list .slide_next .svg-inline--fa{
	font-size: 14px;
}
.visit_date_list li{
	 float: left;
	 list-style-type: none;
	 margin: 0 3px;
}
.visit_date_list li a{
	width: 44px !important;
	height: 64px;
	text-align: center;
	padding: 10px 0;
	border-radius: 12px;
	float: left;
	width: 100%;
	color: #293241;
	display: block;
}
.visit_date_list li a.weekend_date{
	color: #828fa2;
}
.visit_date_list li em{
	float: left;
	display: block;
	font-style: normal;
	width: 100%;
	margin-bottom: 3px;
}
.visit_date_list li strong{
	float: left;
	display: block;
	width: 100%;
}
.visit_date_list .active_date{
	background-color: #2a69c6;
	color: #fff;
}
.alert_wrapper{
	float: left;
	width: 100%;
}
.alert{
	border-radius: 12px;
	padding: 10px 15px;
	margin-bottom: 8px;
}
.alert:last-child{
	margin-bottom: 30px;
}
.alert-danger {
	border-color: #f5c6cb;
}
.alert .text-primary{
	text-decoration: none;
	position: relative;
	top: 1px;
}
.alert .text-primary .svg-inline--fa{
	font-size: 16px;
}
.alert-danger .text-start .svg-inline--fa{
	font-size: 16px;
	color: #721c24 !important;
	margin-right: 3px;
}
.badge a{
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 600;
}
.chosen-container-multi .chosen-choices li.search-choice {
	color: #1487dc;
	background: #fafafa;
	font-size: 14px;
	border-color: #d6dadf;
	padding: 8px 24px 8px 10px;
	margin: 3px;
	box-shadow: none;
}
.chosen-container-multi .chosen-choices {
	padding: 1px 5px 1px 1px;
	background-color: #fff;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	right: 5px;
	top: 10px;
	opacity: 0.4;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 34px;
	padding-left: 10px;
}
.fixed-table-toolbar .form-control {
	border-color: #dbdfe4;
	height: 49px;
	border-radius: 25px;
	padding-left: 25px;
}
.fixed-table-body .svg-inline--fa{
	font-size: 16px;
}
.fixed-table-body .top_link .svg-inline--fa{
	font-size: 24px;
	color: #2d3645;
}
.task_workflow_btn {
	width: 128px;
	border-width: 2px;
	font-weight: 500;
	text-align: left;
	float: right;
	font-size: 14px;
	height: 32px;
	line-height: 29px;
	padding: 0 9px 0 17px;
	border-radius: 25px !important;
	margin-top: 5px;
}
.btn.task_workflow_btn .svg-inline--fa {
	font-size: 16px !important;
	margin: 7px 0 0 7px !important;
	float: right;
}
.btn-outline-success .svg-inline--fa{
	color: #198754;
}
.btn-outline-secondary{
	border-color: #293241;
	color: #293241;
}
.btn-outline-secondary:hover{
	background-color: #293241;
	border-color: #293241;
}
.btn-outline-secondary .svg-inline--fa{
	color: #293241;
}
.btn-outline-success:hover .svg-inline--fa{
	color: #fff;
}
.btn-outline-secondary:hover .svg-inline--fa{
	color: #fff;
}
.btn-outline-primary .svg-inline--fa{
	color: #2a69c6;
}
.btn-outline-primary:hover .svg-inline--fa{
	color: #fff;
}
.btn-group.table_switch{
	border-radius: 25px !important;
	background-color: #f0f3f6 !important;;
	padding: 4px;
	margin-top: -5px;
}
.btn-group.table_switch > .btn-group:not(:first-child) > .btn, .btn-group.table_switch > .btn:nth-child(n+3), .btn-group.table_switch > :not(.btn-check) + .btn,
.btn-group.table_switch > .btn-group:not(:last-child) > .btn, .btn-group.table_switch > .btn.dropdown-toggle-split:first-child, .btn-group.table_switch > .btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 25px !important;;
}
.btn-group.table_switch > .btn-group:not(:first-child), .btn-group.table_switch > :not(.btn-check:first-child) + .btn{
	margin-left: 0;
}
.btn-group.table_switch .btn-light{
	height: 40px;
	line-height: 25px;
	padding: 7px 17px;
	box-shadow: none !important;
	color: #828fa2;
	border: none;
	background-color: #f0f3f6;
}
.btn-group.table_switch .btn-light:hover {
	background-color: #f0f3f6 !important;
}
.btn-group.table_switch .active, .btn-group.table_switch .active:hover{
	background: #828fa2 !important;
	color: #fff;
	border-color: #f0f3f6;
	border-radius: 25px !important;
}
.top_link {
	position: relative;
	top: 9px;
	margin-bottom: 15px;
	display: inline-block;
}
.unread{
	position: relative;
}
.unread:before{
	content: "";
	width: 7px;
	height: 7px;
	background-color: #dc3545;
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	border-radius: 50%;
}
textarea.form-control{
	height: auto;
}
.chat_content .chat_list img.img-thumbnail{
	width: 200px;
	height: 200px;
	object-fit: cover;
	float: left;
}
.chat_content .chat_list .answer img.img-thumbnail{
	float: right;
}
.sidebar a.d-flex:hover small.ps-2{
	color: #828fa2 !important;
}
.sidebar small.ps-2 {
	position: absolute;
	top: 31px;
	right: 20px;
	padding: 0 !important;
	font-size: 10px !important;
}
.breadcrumb{
	font-weight: 400;
	color: #212529;
}
/* .breadcrumb > li + li{
	padding: 0 0 0 15px;
} */
.breadcrumb .fa-chevron-right{
	font-size: 16px;
	padding: 0 15px;
}
.breadcrumb > li.active{
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	color: #212529;
}
.breadcrumb > li > a{
	font-size: 22px;
	font-weight: 400;
	color: #a8b1be;
	line-height: 1;
	text-decoration: none;
}
.breadcrumb > li + li, .breadcrumb > li + li a, .breadcrumb > li + li.active a{
	font-size: 22px !important;
	line-height: 1;
}
.breadcrumb li + li, .breadcrumb li + li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 85px);
	display: inline-block;
}
.breadcrumb .dropdown-menu li + li, .breadcrumb .dropdown-menu li + li a{
	max-width: none;
}
.progress{
	position: relative;
}
.progress-bar{
	position: absolute;
	height: 100%;
}
.progress span{
	width: 100%;
	position: absolute;
	text-align: center;
	top: -1px;
	color: #333;
	font-size: 11px;
}
.toggler {
	display: none;
}
.navbar-brand{
	display: none;
}
#offcanvasNavbarDark{
	width: 330px !important;
	background-color: #293241 !important;
}
#offcanvasNavbarDark .btn-close{
	margin: 10px;
	position: absolute;
	right: 0;
}
.offcanvas-body{
	width: 285px;
	padding: 0;
}
.pretty.p-switch{
	width: 290px;
	padding: 10px 0 15px 0 !important;
}
.pretty #dtf_checked_only{
	float: left;
	margin: 3px 10px 0 0;
}
.page-list .btn {
	font-size: 14px;
	color: #828fa2 !important;
	background-color: #fff !important;
	padding: 1px 10px 1px;
	margin-right: 6px;
	height: 36px;
}
.detail-view > td{
	background-color: #dadee6 !important;
	padding-left: 35px;
}
.detail-view .bootstrap-table .fixed-table-container .table th,
.detail-view .bootstrap-table .fixed-table-container .table td {
	background: transparent;
	border-color: #fff;
}
.table > :not(caption) .detail-view td{
	box-shadow: none !important;
}
.chart_title div.float-end{
	background-color: #e9f0f9;
	color: #828fa2;
	padding: 0 19px;
	font-size: 28px;
}
.chart_title{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.fc .fc-view-harness {
	min-height: 417px;
}
@media screen and (max-width: 1600px){
	.main-container {
		margin-top: 20px;
	}
	.main {
		padding: 0 20px 11px 20px !important;
		width: calc(83.333333% - 20px) !important;
	}
	.sidebar {
		left: 20px;
		top: 20px;
		height: calc(100% - 48px);
	}
	.sidebar small.ps-2 {
		display: none;
	}
	.sidebar-wrap .fs-6 {
		font-size: 18px !important;
	}
	.dashboard_card h3 {
		font-size: 27px !important;
	}
}
@media screen and (max-width: 1480px){
	.nav-pills .menu_level_1 .nav-link {
		padding-left: 22px;
	}
	.nav-pills li li {
		position: relative;
		padding-right: 0;
		margin: -1px 0 0 0;
		padding-left: 23px;
		height: 33px;
	}
	.nav-pills li li:last-child .nav-link::after {
		height: 17px;
	}
	.submenu_sidebar {
		margin: 2px 10px 6px;
		padding: 6px 0 2px;
	}
	.sidebar .link-body-emphasis {
		padding-left: 20px !important;
	}
	.nav-pills li {
		padding: 0 15px 0 5px;
	}
	.nav li span{
		padding-left: 20px;
	}
	.nav-pills .nav-link {
		padding-left: 20px;
	}
	.nav-pills .nav-link .svg-inline--fa {
		margin: 0 8px 0 0;
	}
	.submenu_sidebar .nav-pills .nav-link {
		padding-left: 9px;
	}
	.submenu_sidebar .nav-pills li {
		padding: 0 0 0 5px;
	}
	.nav-pills .menu_level_1 .nav-link::before {
		top: 17px;
	}
	.dashboard_card h3 {
		font-size: 24px !important;
	}
	.dashboard_card .card-header .btn-sm {
		margin: 0;
		padding: 0 10px;
	}
}
@media screen and (min-width: 1281px){
	.offsidebar .dropdown.user_menu .dropdown-menu {
		left: 18px !important;
	}
}
@media screen and (max-width: 1280px){
	.offsidebar .dropdown.user_menu .dropdown-menu {
		left: 18px !important;
	}
	.navbar {
		display: block;
		padding: 2px 10px 2px 14px !important;
	}
	.main-container {
		margin-top: 50px;
	}
	.btn {
		font-size: 13px;
	}
	.btn .svg-inline--fa {
		font-size: 12px !important;
	}
	.task_workflow_btn {
		width: 130px;
		margin-right: 5px;
	}
	.btn_panel .btn {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.card-header {
		padding: 16px 16px 10px;
	}
	.card-header h3 {
		font-size: 24px;
	}
	.card-header h3 .svg-inline--fa {
		font-size: 18px;
		margin-right: 14px;
		margin-top: 5px;
	}
	.card-header .btn-sm{
		margin-top: -3px;
	}
	.sep_collapse {
		width: 50px;
		height: 26px;
		margin: 0;
	}
	.sep_collapse .icon-link {
		padding: 4px 15px 0 25px;
	}
	.title_edit_page{
		margin-bottom: 16px;
	}
	h3.title_edit_page .svg-inline--fa {
		font-size: 17px;
		margin-right: 11px;
		margin-top: 4px;
		float: left;
	}
	.breadcrumb > li.active, .title_edit_page {
		font-size: 20px !important;
	}
	.breadcrumb > li > a, 
	.breadcrumb > li + li, 
	.breadcrumb > li + li a, 
	.breadcrumb > li + li.active{
		font-size: 16px !important;
		line-height: 20px !important;
		display: block;
	}
	.breadcrumb .fa-chevron-right {
		font-size: 13px;
		padding: 0 9px;
	}
	.bootstrap-table .fixed-table-container .table thead th {
		vertical-align: top;
	}
	.table a.detail_link {
		overflow: auto;
		white-space: inherit;
		max-width: none;
	}
	.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info{
		display: none;
	}
	.form-select{
		font-size: 14px;
	}
	.bootstrap-table .fixed-table-container .table thead th .sortable {
		padding-right: 20px !important;
	}
	.bootstrap-table .fixed-table-container .table thead th .th-inner {
		padding: .3rem;
		font-size: 12px;
		font-weight: 600;
		white-space: inherit;
	}
	.table > :not(caption) > * > * {
		font-size: 13px;
		padding: 6px .1rem 5px .2rem;
	}
	/* .sticky .pe-1.sticky-top{
		width: calc(100% - 1.5rem) !important;
	} */
	.offsidebar {
		z-index: 9999;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main, .navbar{
		width: 100% !important;
	}
	.main{
		padding: 0 12px !important;
	}
	.sidebar{
		display: none !important;
	}
	.toggler {
		display: block;
	}
	.navbar-brand{
		display: block;
	}
}
@media screen and (max-width: 1200px){
	.chat_subhead_wr {
		width: calc(100% - 275px);
	}
	.breadcrumb > li.active{
		max-width: 279px;
	}
	.chat_sublist {
		padding-left: 10px;
		padding-right: 10px;
	}
	.chat_subhead {
		padding: 10px;
	}
	#chat_sidebar .chat_subhead {
		padding-left: 10px;
		padding-right: 10px;
	}
	.chat_subcontent {
		padding-left: 3px;
	}
	.chat_sublist .list-group-item {
		padding: 3px 13px;
	}
	.message_list .file-wr strong.d-block {
		max-width: 160px;
		font-size: 13px;
	}
	.message_list .file-wr .fa-file {
		font-size: 25px !important;
		margin: 3px 15px 0 0 !important;
	}
	.message_list .file-wr .btn {
		width: 40px;
		height: 40px;
		margin-left: 0;
	}
	.message_list .file-wr .btn .svg-inline--fa {
		font-size: 12px;
	}
	.message_list .file-wr i {
		font-size: 12px;
	}
	.chat_content .chat_list .message_list div.file-wr div + div {
		padding-right: 10px;
	}
	.chat_content .badge {
		margin-top: 10px;
		font-size: 11px;
		padding: 8px 16px !important;
	}
	.title_edit_page {
		font-size: 24px;
	}
}
@media screen and (max-width: 992px){
	.navbar .dropdown {
		margin: 2px 6px 0 5px;
		padding-left: 25px;
	}
	.btn_panel .btn {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.btn_panel .btn .svg-inline--fa {
		display: none;
	}
	.brd_top {
		padding: 13px 15px 16px 20px;
	}
	.card_col_info {
		width: calc(100% - 200px);
	}
	.card-body.brd_top .notif_col {
		width: 30px;
	}
	.card_col_btn {
		width: 165px;
	}
}
@media screen and (max-width: 767px){
	.breadcrumb {
		margin: 10px 0 16px;
	}
	.dashboard_card h3 {
		font-size: 27px !important;
	}
	.dashboard_card {
		padding: 8px 20px 0;
		min-height: 0;
	}
	.dashboard_card .card-header {
		padding-bottom: 25px;
	}
	#chat_sidebar {
		width: 100%;
	}
	.chat_content {
		width: 100%;
	}
	.btn_panel {
		justify-content: space-between !important;
		margin-top: 0;
	}
	.row.sticky-top .btn_panel{
		padding-left: 0;
	}
	.btn_panel .btn {
		width: 100%;
		max-width: 300px;
	}
	.btn_panel .btn + .btn{
		margin-left: 10px;
	}
	.btn_panel .btn .svg-inline--fa {
		display: inline-block;
	}
	.breadcrumb > li.active{
		max-width: calc(100% - 55px) !important;
	}
	.sticky .pe-1.sticky-top {
		width: 100% !important;
		padding: 0 !important;
		position: static !important;
		margin: 0;
	}
	/* .sticky .main-container {
		margin-top: 28px;
	} */
	.col-md-3.text-end{
		text-align: left !important;
		padding-top: 10px;
	}
	.navbar .dropdown {
		margin: 2px 20px 0 5px;
	}
	.mark_wrap{
		justify-content: flex-start !important;
		margin-top: 0;
	}
	.row.sticky-top > .col-12{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.sticky .row .row.sticky-top{
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	.chat_content .chat_list .chat_item{
		width: 100%;
	}
	.mob_back{
		display: block;
	}
	.add_message_wr {
		padding: 13px 10px;
	}
	.add_message textarea {
		padding: 10px 100px 0 0;
	}
	.mb_show{
		display: block;
	}
	.mb_hide{
		display: none;
	}
	.chat_subhead_wr {
		width: calc(100% - 110px);
	}
	.chat_content .chat_subhead .btn.ms-2{
		margin-left: 5px;
	}
	.chat_content .chat_subhead .btn.btn-outline-primary{
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 40px;
		text-align: right;
		display: flex;
		justify-content: end;
	}
	.chat_content .chat_subhead .btn.btn-outline-primary .fa-clipboard {
		margin: 5px 1px 0 15px !important;
	}
}
@media screen and (max-width: 640px){
	.pagination.float-right {
		float: left;
		width: 100%;
	}
	.pretty.p-switch {
		width: 100%;
	}
	.pretty.p-switch + .float-end {
		float: left !important;
		width: 100%;
	}
	.brd_top {
		flex-wrap: wrap;
	}
	.card_col_info {
		width: calc(100% - 40px);
	}
	.card_col_btn {
		width: 100%;
		text-align: left;
		padding: 10px 0 0 30px;
	}
	.fc-button .fc-icon {
		font-size: 13px !important;
	}
	.fc-direction-ltr .fc-button-group > .fc-button{
		font-size: 12px !important;
	}
	.fc-toolbar-title{
		font-size: 13px !important;
		text-align: center !important;
	}
}
@media screen and (max-width: 500px){
	.navbar-brand{
		display: none;
	}
}
@media screen and (max-width: 480px){
	.btn_panel {
		flex-wrap: wrap;
	}
	.btn_panel .btn {
		max-width: 100%;
	}
	.btn_panel .btn + .btn{
		margin-top: 10px;
		margin-left: 0;
	}
	.dropdown .svg-inline--fa {
		color: #828fa2;
		font-size: 18px;
	}
	.navbar .dropdown {
		margin: 0 17px 0 0;
		padding-left: 20px;
	}
	#collapsefilter .btn{
		width: 100%;
		height: 50px;
	}
	.btn_full_w .d-flex{
		display: block !important;
	}
	.btn_full_w .btn + .btn{
		margin-top: 15px;
	}
	.card-body form .btn, .btn_panel .btn, .card-body #form .btn, #btn_choose_all, .btn_full_w .btn, #dtf_btn, .card-header .col-12 .btn{
		width: 100%;
		height: 48px;
		line-height: 34px;
	}
	.card-body #form .keep-open .btn{
		height: 40px;
		line-height: 23px;
	}
	.mob_btn {
		width: 100%;
		height: 48px;
		line-height: 34px;
		margin: 10px 0 0 0 !important;
		color: #fff;
		background-color: #0d6efd;
		border-radius: 5px;
		text-align: center;
	}
	.mob_btn .fa-pencil{
		color: #fff !important;
		font-size: 16px;
	}
}