/*VNDES LMS*/

.hidden {
	display: none;
}
.nv-info.margin-bottom.error {
	background: #ff8282;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
}
/* Fix bootstrap */
.icon-google {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' class='LgbsSe-Bz112c'%3E%3Cg%3E%3Cpath fill='%23EA4335' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'%3E%3C/path%3E%3Cpath fill='%234285F4' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'%3E%3C/path%3E%3Cpath fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'%3E%3C/path%3E%3Cpath fill='%2334A853' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'%3E%3C/path%3E%3Cpath fill='none' d='M0 0h48v48H0z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 7px;
}
.openid-google {
	background: #ffffff;
	text-align: center !important;
	width: auto;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #000 !important;
	border-radius: 6px;
	border: 1px solid #ccc;
	align-items: center;
	display: flex;
	justify-content: center;
}
.openid-google:hover {
	border: 1px solid #ea4336;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-horizontal .control-label {
	margin-bottom: 0;
	padding-top: 7px;
	text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
	display: none;
}

.hidden-ss-block {
	display: block !important;
}

.hidden-ss-inline {
	display: inline !important;
}

.hidden-ss-inline-block {
	display: inline-block !important;
}

.margin {
	margin: 10px;
}

.mr-1 {
	margin-right: 5px;
}

.margin-right,
.mr-2 {
	margin-right: 10px;
}

.margin-left {
	margin-left: 10px;
}

.margin-top {
	margin-top: 10px;
}

.margin-bottom,
.mb-2 {
	margin-bottom: 10px;
}

.margin-sm {
	margin: 4px;
}

.margin-right-sm {
	margin-right: 4px;
}

.margin-left-sm {
	margin-left: 4px;
}

.margin-top-sm {
	margin-top: 4px;
}

.margin-bottom-sm {
	margin-bottom: 4px;
}

.margin-lg {
	margin: 15px;
}

.margin-right-lg {
	margin-right: 15px;
}

.margin-left-lg {
	margin-left: 15px;
}

.margin-top-lg {
	margin-top: 15px;
}

.margin-bottom-lg {
	margin-bottom: 15px;
}

.padding-top {
	padding-top: 10px;
}

.padding-left {
	padding-left: 10px;
}

.padding-right {
	padding-right: 10px;
}

.padding-bottom {
	padding-bottom: 10px;
}

.boder-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

.boder-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.border-left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
}

.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
}

.column-margin-left {
	margin-left: 10px !important;
}

.bg-gainsboro {
	background-color: #dcdcdc;
}

.bg-lavender {
	background-color: #eee;
}
.pointer {
	cursor: pointer;
}
.ResultSearch {
	width: 100%;
	border: 1px solid #dbe0e4;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -6px;
	z-index: 999999;
	position: absolute;
	background: #fff;
	border-top: 0;
	max-height: 300px;
	overflow: scroll;
	display: none;
}
.ResultSearch .items{
	width: 100%;
	border-bottom: 1px solid #dbe0e4;
	padding: 5px 10px;
	cursor: pointer;
	
}
.ResultSearch .items:hover{
	background: #eeeded;
}
.form-search .form-control, .form-search .datatable-input, .form-search .custom-select, .form-search .dataTable-selector, .form-search .dataTable-input {
	padding-right: 0.26rem;
}
.form-search .form-control:focus {
	border: 0;
}
.ResultSearch .items:last-child{
	width: 100%;
	border-bottom: 0 !important;
}
h3, .h3 {
	font-size: calc(0.975rem + 0.3vw);
	line-height: 30px;
}
.pc-sidebar {
	z-index: 90;
}
.jconfirm {
	z-index: 99;
}
.pc-header {
	z-index: 9;
	left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #2d9de8;
	border: 0;
	color: #f5fbff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	
	border-right: 1px solid #6aa9db;
	color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	background-color: #ff0000;
	color: #fff !important;
}
.form-control, .datatable-input, .custom-select, .dataTable-selector, .dataTable-input {
	color: #000;
}
@media (max-width: 575.98px) {
	.card .card-header {
		padding: 8px 9px;
	}
}
.btn-group-xs>.btn,.btn-xs {
	padding: .35rem .4rem .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem
}

.checkbox label .switch,.checkbox-inline .switch {
	margin-left: -1.25rem;
	margin-right: .35rem
}

.switch {
	position: relative;
	overflow: hidden
}
.btn {
	padding: 5px 9px;
}
.switch.btn.btn-light,.switch.btn.btn-outline-light {
	border-color: rgba(0,0,0,.15)
}

.switch input[type=checkbox] {
	display: none
}

.switch-group {
	position: absolute;
	width: 107px;
	top: 0;
	bottom: 0;
	left: 0;
	transition: left .35s;
	-webkit-transition: left .35s;
	-moz-user-select: none;
	-webkit-user-select: none
}

.switch.off .switch-group {
	left: -100%
}

.switch-on {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	margin: 0;
	border: 0;
	border-radius: 0
}

.switch-off {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none
}
.switch.off .switch-handle {
	right: 0 !important;
	left: 9px;
}
.switch-handle {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 17px;
	width: 17px;
	border-width: 0 1px;
	background-color: #fff;
	border-radius: 50%;
	top: -2px;
	right: 9px;
}

.switch.btn-outline-primary .switch-handle {
	background-color: var(--primary);
	border-color: var(--primary)
}

.switch.btn-outline-secondary .switch-handle {
	background-color: var(--secondary);
	border-color: var(--secondary)
}

.switch.btn-outline-success .switch-handle {
	background-color: var(--success);
	border-color: var(--success)
}

.switch.btn-outline-danger .switch-handle {
	background-color: var(--danger);
	border-color: var(--danger)
}

.switch.btn-outline-warning .switch-handle {
	background-color: var(--warning);
	border-color: var(--warning)
}

.switch.btn-outline-info .switch-handle {
	background-color: var(--info);
	border-color: var(--info)
}

.switch.btn-outline-light .switch-handle {
	background-color: var(--light);
	border-color: var(--light)
}

.switch.btn-outline-dark .switch-handle {
	background-color: var(--dark);
	border-color: var(--dark)
}

.switch[class*=btn-outline]:hover .switch-handle {
	background-color: var(--light);
	opacity: .5
}

.switch.btn {
	width: 56px !important;
	min-width: 39px;
	min-height: 22px;
	height: 20px !important;
	border-radius: 20px;
}

.switch-on.btn {
	padding-right: 1.5rem;
}

.switch-off.btn {
	padding-left: 1.5rem
}

.switch.btn-lg {
	min-width: 5rem;
	line-height: 1.5;
	min-height: calc(1.5em + 1rem + 2px)
}

.switch-on.btn-lg {
	padding-right: 2rem
}

.switch-off.btn-lg {
	padding-left: 2rem
}

.switch-handle.btn-lg {
	width: 2.5rem
}

.switch.btn-sm {
	min-width: 3.25rem;
	min-height: calc(1.5em + .5rem + 2px)
}

.switch-on.btn-sm {
	padding-right: 1rem
}

.switch-off.btn-sm {
	padding-left: 1rem
}

.switch.btn-xs {
	min-width: 3.125rem;
	min-height: 1.375rem
}

.switch-on.btn-xs {
	padding-right: .8rem
}

.switch-off.btn-xs {
	padding-left: .8rem
}

.profile-pic {
	max-width: 200px;
	max-height: 200px;
	display: block;
	width: 100%;
}

.file-upload {
	display: none;
}

.box-avatar {
	border-radius: 8px;
	overflow: hidden;
	min-height: 150px;
	border: 2px dotted #2196F3;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}
.card-body {
	padding: 0 12px 5px;
}
.p-image {
	color: #fff;
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 17px;
	cursor: pointer;
	background: #2196F3;
	border-radius: 50%;
	padding: 6px 9px;
}

.p-image:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	z-index:999
}
.box-avatar .profile-pic {
	z-index: 1;
	position: relative;
}
.box-avatar .profile-pic:hover
{
	z-index: 0;
}
.upload-button {
	font-size: 1.2em;
}

.upload-button:hover {
	transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
	color: #999;
}

.level {
	color: #fff;
	padding: 3px;
	border-radius: 5px;
	font-size: 12px;
}

.form-control, .datatable-input, .custom-select, .dataTable-selector, .dataTable-input {
	padding: 0.4rem 0.75rem;
}

.btn-sm {
	padding: 0px 3px;
	text-align: center;
	font-size: 12px;
	margin-right: 4px;
}

.btn-sm i {
	font-size: 12px !important;
}

.btn i, .introjs-tooltip .introjs-button i {
	font-size: 15px ;
}

.fixed-table-body {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.table > thead tr th:first-child {
	border-top-left-radius: 6px;
}

.table > thead tr th:last-child {
	border-top-right-radius: 6px;
}

.table tr:last-child td:first-child, .table tr:last-child {
	border-bottom-left-radius: 6px;
}

.table tr:last-child td:last-child, .table tr:last-child {
	border-bottom-right-radius: 6px;
}

.table > thead {
	line-height: 10px;
	background: #03A9F4 !important;
}

.datatable-table thead th, .table thead th {
	border-bottom: 1px solid #dbe0e5;
	font-size: 13px;
	color: #fff;
	background: inherit;
	text-transform: capitalize;
}

.bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .both {
	background-image: none !important;
}

.bootstrap-table .fixed-table-container .table tfoot th .asc, .bootstrap-table .fixed-table-container .table thead th .asc:after {
	content: '' !important;
}

.bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .both:after, .bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .asc:after, .bootstrap-table .fixed-table-container .table tfoot th .both, .bootstrap-table .fixed-table-container .table thead th .desc:after {
	content: '';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	float: right;
}

.bootstrap-table .fixed-table-container .table tfoot th .sortable, .bootstrap-table .fixed-table-container .table thead th .sortable {
	padding-right: 5px !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
	font-size: 15px !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
	padding: 1px !important;
}

.select-active {
	border: 0;
	border-radius: 6px;
	color: #fff;
}

.select-active option {
	color: #000 !important;
}
.datatable-table td, .datatable-table th, .table td, .table th {
	white-space: normal;
}

.user-group .avtar, .user-group img {
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 2;
	transition: all 0.1s ease-in-out;
	border: #ffffff;
}
.list-room img {
	border-top-left-radius: var(--bs-card-border-radius);
	border-top-right-radius: var(--bs-card-border-radius);
}
#ckf-modal-header {
	background: #fff !important;
	border-bottom: 0 !important;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #ffffff !important;
	background-color: #2196F3 !important;
	border-color: #2196F3 !important;
}
.select2-selection {
	height: 40px !important;
	padding-bottom: 0;
	border: 1px solid #dbe0e5 !important;
	border-radius: 8px!important;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 40px !important;
	margin-top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 37px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	top: 4px;
	position: relative;
}
.select2-dropdown {
	border: 1px solid #dbe0e5;
	border-radius: 8px;
	top: -6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.form-group label {
	font-weight: bold;
}
@media (min-width:991px) {

.pc-sidebar, 
.pc-sidebar .navbar-wrapper {
	width: 250px;
}
.layout-nested .pc-submenu-list-wrapper {
	width: 194px;
	margin-left: 33px;
}
}
/* productbox */
@media (max-width:678px) {
	
	.d-flex-chat {
		display: block !important;
	}
	.menuboxChat {
		width: 100% !important;
		display: inline-block;
		min-height: 50px !important;
		overflow: inherit !important;
	}
	.menuboxChat .BtnBoxChat {
		border: 0px !important;
		display: inline-block !important;
		width: auto !important; 
	}
	.ProductBox {
		height: 100% !important;
	}
	.ProductBox .position-relative.list-room {
		max-height: 250px !important;
	}
}
.ProductBox {
	height: 232px;
}
.ProductBox .position-relative.list-room {
	max-height: 150px;
	overflow: hidden;
}
.ProductBox .list-group-flush > .list-group-item {
	border-width: 0;
}
.ProductBox .infofooter .price {
	font-weight: bold;
	color: #000000;
}
.ProductBox .infofooter .rating {
	float: right
}
.ProductBox h6 {
	height: 33px;
	overflow: hidden;
}
.ProductBox .addcart {
	cursor: pointer;
	font-size: 16px;
	background: #c0c0c0;
	border-radius: 50%;
	margin-left: 3px;
	padding: 3px 4px;
	height: 23px;
	width: 23px;
	display: inline-flex;
	color: #000000;
	position: absolute;
}
.ProductBox .addcart:hover {
	background: #0b9be4 !important;
	color: #fff;
}
.price{
	color: #000;
	font-weight: bold;
}
#TotalPrice {
	font-size: 18px;
	font-weight: bold;
}
.url_back {
	font-size: 19px;
	margin: 5px;
	bottom: 20px;
	position: relative;
}
.pl-0 {
	padding-left: 0 !important;
}
.d-flex-chat {
	display: flex;
}
.menuboxChat {
	border-right: 1px solid #dbe0e4;
	width: 70px;
	line-height: 30px;
	min-height: 500px;
	overflow: scroll;
}
.menuboxChat .BtnBoxChat:last-child {
	border-bottom: 0px  !important;
}
 .menuboxChat .BtnBoxChat:hover,
 .menuboxChat .BtnBoxChat.active {
	 background: #c7e6ff;
	 color: #2196F3;
 }
.menuboxChat .BtnBoxChat {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dbe0e4;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #000;
	padding: 0 15px;
}
.TitlePrompt {
	height: 37px;
}
ul.pagination {
	justify-content: center;
}
ul.pagination li {
	margin: 0px 3px;
	/* border-radius: 50%; */
}
ul.pagination li a{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 27px;
	text-align: center;
	display: flex;
	overflow: hidden;
	text-wrap: wrap;
	align-items: center;
	justify-content: center;
}