body {
	font-family: 'Quicksand', sans-serif !important;
	/*background-color: #0663b0;*/
	font-size: 14px;
	padding-top:4.2rem;
	padding-bottom:4.2rem;
	background:rgba(0, 0, 0, 0.30);
}

/* Vùng hero chứa background */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('images/bg_callcenter.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Lớp overlay */
.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);  /* tăng giảm độ tối tùy ý */
    backdrop-filter: blur(2px);    /* làm nền phía sau mượt hơn */
}

/* Khối search */
.search-wrapper {
    position: relative; /* để không bị overlay che */
    display: flex;
    background: rgba(255,255,255,0.15);
    padding: 8px;
    border-radius: 50px;
    backdrop-filter: blur(10px); /* Glassmorphism */
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Input */
.search-wrapper input {
    padding: 10px 20px;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    width: 280px;
    font-size: 15px;
}

.search-wrapper input::placeholder {
    color: #eee;
}

/* Button */
.search-wrapper button {
    padding: 10px 22px;
    border: none;
    background: #45aefc;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: 0.25s;
}

.search-wrapper button:hover {
    background: #1f8adc;
}


/* DashBoard CSS */

.bg-primary {
	background: #0060AE !important;
}
.bg-success {
	background: #74B643 !important;
}
.bg-danger {
	background: #ED1C24 !important;
}
.text-primary {
	color: #0060AE !important;
}
.text-primary {
	color: #74B643 !important;
}
.text-danger {
	color: #ED1C24 !important;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid blue;
  	border-right: 16px solid green;
  	border-bottom: 16px solid red;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
    top: 30%;
    left: 47%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.widget-flat {
    position: relative;
    overflow: hidden;
}

.float-end {
    float: right!important;
}

.widget-icon {
    color: #727cf5;
    font-size: 20px;
    /*background-color: rgba(114,124,245,.25);*/
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
}

.bg-mfs-blue {
	background-color: rgba(114,124,245,.25);
}

/* Custom User */
.styled-input-single input[type="radio"]:disabled+label:before,
.styled-input-single input[type="checkbox"]:disabled+label:before {
	border: 1px solid #DCDAD1 !important;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}


.bg-white-custom {
	background-color: #FFF !important;
    color: #000 !important;
    border-bottom: 2px dashed #FFF !important;
}


.button_style {

	padding: 0px 10px 20px 10px;

}


@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

.formName .bootstrap-datetimepicker-widget {
	  position: fixed; 
	  left:30px !important;
	  top:118px !important;
	  z-index: 10;
}

.table thead th {
    vertical-align: middle !important;
}

.error_row {
	background-color: #f44336 !important;
	color: white;
}

.accept_row {
	background-color: green !important;
	color: white;
}

#bg_danhsach {
	/*
	padding: 30px 10px 30px 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 10px !important;
	box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .1), 0 0.25rem 0.53125rem rgba(90, 97, 105, .12), 0 0.125rem 0.1875rem rgba(90, 97, 105, .1);
	*/
	background: white;
	font: 1em 'Tahoma', sans-serif !important;
}

.table thead th {
	border-bottom: 0px !important;
}
.tx-tfm {
 	text-transform:uppercase;
}
.mybtn {
	border-radius:50px;
}

.login-or {
	position: relative;
	color: #aaa;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.span-or {
	display: block;
	position: absolute;
	left: 50%;
	top: -2px;
	margin-left: -25px;
	background-color: #fff;
	width: 50px;
	text-align: center;
}
.hr-or {
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#second{display:none;}


.modal-header {
 	background-color: #337AB7;
    padding:10px 10px;
    color:#FFF;
    border-bottom:2px dashed #337AB7;
}
.modal-footer {
 	background-color: #337AB7;
    padding:10px 10px;
    color:#FFF;
    border-bottom:2px dashed #337AB7;
}

.bs-example{
    	margin: 20px;
    	position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
    }

button:focus,
.btn-primary.focus,
.btn:focus {
	outline: none !important;
	box-shadow: 0 !important;
}

*:focus {
	outline: none !important;
	box-shadow: 0 !important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	text-decoration: none !important;
}

h6 {
	font-weight: bold;
	/*color: #7e8387;*/
	margin: 0 0 20px 0;
}

#Point {
	font-weight: bold;
	/*color: #7e8387;*/
	margin: 0 0 0 0;
	font-size: 80px;
	text-shadow: 1px 1px 2px black, 0 0 100px brown, 0 0 5px grey;
}
#Rate {
	font-weight: bold;
	/*color: #7e8387;*/
	margin: 0 0 0 0;
	font-size: 24px;
	text-shadow: 1px 1px 2px black, 0 0 100px brown, 0 0 5px grey;
}

.lng-width {
	max-width: 480px;
}

#wizard {
	border-radius: 10px !important;
	box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, .1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, .1), 0 0.25rem 0.53125rem rgba(90, 97, 105, .12), 0 0.125rem 0.1875rem rgba(90, 97, 105, .1);
	background: white;
}

#wizard #message1 {
	/*height: 150px !important;*/
	max-height: 150px !important;
}

#wizard #message2 {
	height: 90px !important;
	max-height: 90px !important;
}

#wizard input,
#wizard textarea {
	/*color: #7e8387;*/
	font-size: 14px;
	font-weight: 300;
}

#wizard label {
	/*color: #7e8387;*/
	font-weight: 300;
}

#wizard p {
	/*color: #7e8387;*/
	font-weight: 300;
}

.has-float-label>span {
	font-size: 100% !important;
}

.form-control:focus {
	box-shadow: none !important;
	outline: 0 !important;
}


/* Wizard */

.wizard .audible {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.wizard .steps {
	padding: 20px 35px 0 35px;
}

.wizard .steps>ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	background-image: linear-gradient(#aacfcf, #aacfcf);
	background-size: calc(100% - 50px) 2px;
	background-repeat: no-repeat;
	background-position: center 17px;
	margin-bottom: 0;
}

.wizard .steps>ul li a {
	display: inline-block;
	text-align: center;
}

.wizard .steps>ul li .uneek-indicator {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 1.8;
	margin-top: 8.5px;
	margin-bottom: 8.5px;
	background-color: #ffffff;
	transition: all 0.4s ease-in-out;
}

.wizard .steps>ul li .uneek-indicator::before {
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background-color: #aacfcf;
	transition: all 0.4s ease-in-out;
}

.wizard .steps>ul li.current .uneek-indicator::before,
.wizard .steps>ul li.done .uneek-indicator::before {
	background-color: #679b9b;
}

.wizard .content {
	padding: 20px 35px;
	background-color: #fff;
	min-height: 420px;
}

.wizard .content .title {
	display: none;
}

.wizard .content .content-wrapper {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.wizard .content p {
	font-size: 14px;
	color: #030303;
	margin-bottom: 0 !important;
}

.wizard .content .form-control {
	padding: 24px 25px;
	border-radius: 4px;
	/*border: solid 1px #ececec;*/
	border: solid 1px #000;
}

.wizard .content .form-control::-webkit-input-placeholder {
	/*color: #919aa3;*/
}

.wizard .content .form-control::-moz-placeholder {
	/*color: #919aa3;*/
}

.wizard .content .form-control:-ms-input-placeholder {
	/*color: #919aa3;*/
}

.wizard .content .form-control::-ms-input-placeholder {
	/*color: #919aa3;*/
}

.wizard .content .form-control::placeholder {
	/*color: #919aa3;*/
}

.wizard .actions>ul {
	list-style: none;
	padding-left: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.wizard .actions li a {
	display: inline-block;
	border-radius: 6px;
	background-color: #679b9b;
	padding: 16px 30px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.wizard .actions li a:hover {
	text-decoration: none;
}

.wizard .actions li.disabled {
	display: none;
}

.wizard .actions li:not(.disabled)+li,
.wizard .actions li:not(:first-child):last-child {
	margin-left: 15px;
}

.wizard .actions {
	padding: 0 10px 10px;
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
	font-size: 100% !important;
	top: 1.3em !important;
}


/*for select2*/

.select2 {
	width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px !important;
	padding-left: 25px !important;
}

.select2-container--default .select2-selection--single {
	height: 50px !important;
	border: solid 1px #000000 !important;
	font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 75% !important;
	margin-top: 2px !important;
}

.select2-selection__rendered {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	/*color: #7e8387 !important;*/
	color: #000000 !important;
}


/*ERROR ON FOCUS STYLING*/

.error {
	/* border: 1px solid #ececec !important; */
	 border: 1px solid #fe3d2f !important; 
}

.error:focus {
	/*border: 1px solid #ececec !important;*/
	border: 1px solid #000000 !important;
}

.steps ul li {
	border: 0 !important;
}


/*Error block*/

.errorblock, .errorblock-signup, .errorblock-signin, .errorblock-khaibao, .errorblock-edit, .errorblock_cauhoi {
	color: #f44336;
}

.errorblock_report {
	color: #f44336;
	padding-left: 18px;
	min-height: 21px;
}

.styled-input-single {
	position: relative;
	padding: 10px 0 10px 40px;
	text-align: left;
}

.styled-input-single label {
	cursor: pointer;
	margin-bottom: 0 !important;
}

.styled-input-single label:before,
.styled-input-single label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
}

.styled-input-single label:before {
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #fff;
	border: 1px solid #337AB7;
}

.styled-input-single label:after {
	left: 5px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	opacity: 0;
	background: #337AB7;
	-webkit-transform: translate3d(0px, 0, 0) scale(0.5);
	transform: translate3d(0px, 0, 0) scale(0.5);
	-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden;
}

.styled-input-single input[type="radio"]:checked+label:after,
.styled-input-single input[type="checkbox"]:checked+label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.styled-input--square label:before,
.styled-input--square label:after {
	border-radius: 5px;
}

.rounded-checkbox .styled-input-single {
	padding: 10px 0 10px 20px;
}

.rounded-checkbox .styled-input-single label:before {
	left: -1px;
	width: 15px;
	height: 15px;
	margin: -8px 0 0;
}

.rounded-checkbox .styled-input-single label:after {
	left: 2.5px;
	width: 8px;
	height: 8px;
	margin: -4.5px 0 0;
}

.multisim
{
	padding-left: 25px !important;
}

.styled-input-multisim {
	position: relative;
	padding: 10px 0 10px 40px;
	text-align: left;
}

.styled-input-multisim label {
	cursor: pointer;
	margin-bottom: 0 !important;
}

.styled-input-multisim label:before,
.styled-input-multisim label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
}

.styled-input-multisim label:before {
	left: 10px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #fff;
	border: 1px solid #337AB7;
}

.styled-input-multisim label:after {
	left: 15px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	opacity: 0;
	background: #337AB7;
	-webkit-transform: translate3d(0px, 0, 0) scale(0.5);
	transform: translate3d(0px, 0, 0) scale(0.5);
	-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-multisim input[type="radio"],
.styled-input-multisim input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden;
}

.styled-input-multisim input[type="radio"]:checked+label:after,
.styled-input-multisim input[type="checkbox"]:checked+label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}


.styled-input-tr {
	position: relative;
	padding: 10px 0 10px 40px;
	text-align: left;
}

.styled-input-tr label {
	cursor: pointer;
	margin-bottom: 0 !important;
}

.styled-input-tr label:before,
.styled-input-tr label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
}

.styled-input-tr label:before {
	left: 7px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #fff;
	border: 1px solid #337AB7;
}

.styled-input-tr label:after {
	left: 12px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	opacity: 0;
	background: #337AB7;
	-webkit-transform: translate3d(0px, 0, 0) scale(0.5);
	transform: translate3d(0px, 0, 0) scale(0.5);
	-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-tr input[type="radio"],
.styled-input-tr input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden;
}

.styled-input-tr input[type="radio"]:checked+label:after,
.styled-input-tr input[type="checkbox"]:checked+label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.styled-input-tr2 {
	position: relative;
	padding: 10px 0 10px 40px;
	text-align: left;
}

.styled-input-tr2 label {
	cursor: pointer;
	margin-bottom: 0 !important;
}

.styled-input-tr2 label:before,
.styled-input-tr2 label:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
}

.styled-input-tr2 label:before {
	left: 15px;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background: #fff;
	border: 1px solid #337AB7;
}

.styled-input-tr2 label:after {
	left: 20px;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	opacity: 0;
	background: #337AB7;
	-webkit-transform: translate3d(0px, 0, 0) scale(0.5);
	transform: translate3d(0px, 0, 0) scale(0.5);
	-webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.styled-input-tr2 input[type="radio"],
.styled-input-tr2 input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: -9999px;
	visibility: hidden;
}

.styled-input-tr2 input[type="radio"]:checked+label:after,
.styled-input-tr2 input[type="checkbox"]:checked+label:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.rounded-checkbox .styled-input-tr2 {
	padding: 10px 0 10px 20px;
}

.rounded-checkbox .styled-input-tr2 label:before {
	left: -1px;
	width: 15px;
	height: 15px;
	margin: -8px 0 0;
}

.rounded-checkbox .styled-input-tr2 label:after {
	left: 2.5px;
	width: 8px;
	height: 8px;
	margin: -4.5px 0 0;
}

.rounded-checkbox .styled-input-tr {
	padding: 10px 0 10px 20px;
}

.rounded-checkbox .styled-input-tr label:before {
	left: -1px;
	width: 15px;
	height: 15px;
	margin: -8px 0 0;
}

.rounded-checkbox .styled-input-tr label:after {
	left: 2.5px;
	width: 8px;
	height: 8px;
	margin: -4.5px 0 0;
}

@media (max-width: 767px) {
	.wizard .actions {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.wizard .content {
		padding-left: 20px;
		padding-right: 20px;
		min-height: auto;
	}
}


/*INPUT FLOATING LABEL*/
.has-float-label{display:block;position:relative}.has-float-label label,.has-float-label>span{position:absolute;cursor:text;font-size:75%;opacity:1;-webkit-transition:all .2s;transition:all .2s;top:-.5em;left:.75rem;z-index:3;line-height:1;padding:0 1px}.has-float-label label::after,.has-float-label>span::after{content:" ";display:block;position:absolute;background:#fff;height:2px;top:50%;left:-.2em;right:-.2em;z-index:-1}.has-float-label .form-control::-webkit-input-placeholder{opacity:1;-webkit-transition:all .2s;transition:all .2s}.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder{opacity:0}.has-float-label .form-control:placeholder-shown:not(:focus)+*{font-size:150%;/* opacity:.5 */;top:.3em}.input-group .has-float-label{display:table-cell}.input-group .has-float-label .form-control{border-radius:.25rem}.input-group .has-float-label:not(:last-child),.input-group .has-float-label:not(:last-child) .form-control{border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}.input-group .has-float-label:not(:first-child),.input-group .has-float-label:not(:first-child) .form-control{border-bottom-left-radius:0;border-top-left-radius:0}