@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body {
	font-family: "Mulish";
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	background: #fafafa;
	color: gray
}

a {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	color: #3445b4
}

a:hover,a:focus {
	text-decoration: none!important;
	outline: none!important;
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}

button:hover,button:focus {
	text-decoration: none!important;
	outline: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

#sidebar {
	min-width: 270px;
	max-width: 270px;
	background: #3445b4;
	color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative
}

#sidebar .h6 {
	color: #fff
}

#sidebar.active {
	margin-left: -270px
}

#sidebar h1 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 30px
}

#sidebar h1 .logo {
	color: #fff
}

#sidebar h1 .logo span {
	font-size: 14px;
	color: #44bef1;
	display: block
}

#sidebar ul.components {
	padding: 0
}

#sidebar ul li {
	font-size: 16px
}

#sidebar ul li>ul {
	margin-left: 10px
}

#sidebar ul li>ul li {
	font-size: 14px
}

#sidebar ul li a {
	padding: 10px 0;
	display: block;
	color: rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.1)
}

#sidebar ul li a span {
	color: #44bef1
}

#sidebar ul li a:hover {
	color: #fff
}

#sidebar ul li.active>a {
	background: 0 0;
	color: #fff
}

@media(max-width: 991.98px) {
	#sidebar {
		margin-left:-270px
	}

	#sidebar.active {
		margin-left: 0
	}
}

#sidebar .custom-menu {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 0;
	margin-right: -20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

@media(prefers-reduced-motion:reduce) {
	#sidebar .custom-menu {
		-webkit-transition: none;
		-o-transition: none;
		transition: none
	}
}

#sidebar .custom-menu .btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: relative
}

#sidebar .custom-menu .btn i {
	margin-right: -40px;
	font-size: 14px
}

#sidebar .custom-menu .btn.btn-primary {
	background: 0 0;
	border-color: transparent
}

#sidebar .custom-menu .btn.btn-primary:after {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #3445b4;
	border-radius: 10px
}

#sidebar .custom-menu .btn.btn-primary:hover,#sidebar .custom-menu .btn.btn-primary:focus {
	background: 0 0!important;
	border-color: transparent!important
}

a[data-toggle=collapse] {
	position: relative
}

.dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width: 991.98px) {
	#sidebarCollapse span {
		display:none
	}
}

#content {
	width: 100%;
	padding: 0;
	min-height: 100vh;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.btn.btn-primary {
	background: #3445b4;
	border-color: #3445b4
}

.btn.btn-primary:hover,.btn.btn-primary:focus {
	background: #3445b4!important;
	border-color: #3445b4!important
}

.footer p {
	color: rgba(255,255,255,.5)
}

.form-control {
	height: 40px!important;
	background: #fff;
	color: #000;
	font-size: 13px;
	border-radius: 4px;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: transparent
}

.form-control:focus,.form-control:active {
	border-color: #000
}

.form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,.5)
}

.form-control::-moz-placeholder {
	color: rgba(255,255,255,.5)
}

.form-control:-ms-input-placeholder {
	color: rgba(255,255,255,.5)
}

.form-control:-moz-placeholder {
	color: rgba(255,255,255,.5)
}

.subscribe-form .form-control {
	background: #3b4ec6
}


.box_tongformluu .form-control
{
	border: solid 1px #939393;
}


.form-control 


.form-control::-webkit-input-placeholder { /* Edge */
	color: #939393!important;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #939393!important;
}

.form-control::placeholder {
	color: #939393!important;
}

.tieude_kh
{
	font-family: "Mulish";
	font-weight: 700;
}



.searchcs{
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.searchcs input {
    height: 40px!important;
    text-indent: 25px;
    border: 2px solid #d6d4d4;
}

.searchcs input:focus{

	box-shadow: none;
	border: 2px solid blue;


}

.searchcs .fa-search {
    position: absolute;
    top: 13px;
    left: 16px;
}

.searchcs button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 85px;
    background: blue;
    height: 30px;
    line-height: 10px;
    font-size: 12px;
}
.custom_tabless.table-nowrap td,.custom_tabless.table-nowrap th
{
	white-space: normal;
}
#pagination-container {
    margin-top: 15px;
    text-align: right;
}

.custom_tabless tr {
    vertical-align: middle;
}


#trangthai {
    display: block;
    width: 100%;
    padding: 0.47rem 0.75rem;
    height: 40px!important;
    background: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    outline: none;
}

.khungduoiguithongtin {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 5px;
}


@media only screen and (min-width : 1px) and (max-width : 600px) 
{
	.custom_tabless.table-nowrap td, .custom_tabless.table-nowrap th
	{
		    white-space: nowrap!important;
	}
	.table-striped>tbody>tr:nth-of-type(odd)>*
	{
		--bs-table-accent-bg: #dadada!important;
	}
	#data-table td button {
	    border: solid 1px #ccc;
	    margin: 0px 4px;
	    width: 35px;
	    height: 35px;
	}
}