@font-face {
	font-family: "Myriad Pro";
	src: local('Myriad Pro'), url("../fonts/MyriadPro/MyriadPro-Light.otf") format('truetype');
}

/* scroll */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ccc;
}

::placeholder {
	opacity: 0.1;
}

.right-panel {
	position: relative;
}

/********ajax-loading-modal************/
#loading-modal {
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80FFFFFF', endColorstr='#80FFFFFF', GradientType=0);
}

body, p, span, b {
	font-size: 12px;
}

legend {
	display: inline-block;
	font-size: 14px;
	width: auto;
	font-weight: 600;
}

.container, .container-fluid {
	padding: 0px 5px;
	min-width: 100% !important;
	max-height: calc(100vh - 50px);
	overflow: auto;
}

.loader {
	position: absolute;
	top: 40%;
	left: 48%;
	border: 6px solid #cbcbcb;
	border-radius: 50%;
	border-top: 6px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* end scroll */
body {
	/*width: calc(100% - 4px);*/
}

.hidden {
	display: none !important;
}

aside.left-panel {
	padding-right: 0px;
	position: absolute;
	z-index: 99;
	top: 45px;
	left: 0px;
	height: calc(100% - 50px);
	min-height: calc(100% - 50px);
	/* box-shadow: 1px 3px 5px 0px #424242; */
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}

.navbar .navbar-nav li.menu-item-has-children .sub-menu {
	padding: 0px !important;
}

.navbar {
	margin: 0px;
}

.navbar .navbar-header {
	padding-right: 25px;
}

.navbar-expand-sm .navbar-collapse {
	height: 85vh;
	display: block !important;
	overflow: auto;
	padding-right: 25px;
}

.content-manage {
	/*padding: 0px 10px;*/
	background: #ffffff;
}

.header-select.col-select {
	width: 40px;
}

.col-action {
	width: 200px;
}

.table {
	/*font-size: 13px;*/
}

.filter-row.row-3 {
	position: relative;
}

.btn-export-file {
	color: #1b9dfd !important;
	font-size: 14px;
}

.btn-export-file:hover {
	cursor: pointer;
	text-decoration: underline !important;
}

.manage-filter .filter-part .filter-custom-row .data-filter-custom .data-input input {
	width: 210px !important;
	padding-right: 20px !important;
}

.manage-filter .filter-part .popup-row-btn {
	margin-top: 0px !important;
}

.manage-filter .row-custom {
	border: none !important;
}

.manage-filter .block-part {
	border-top: 0.5px solid #cbcbcb;
	border-bottom: 0.5px solid #cbcbcb;
}

.action-bar {
	font-size: 12px;
	position: relative;
	margin-left: 20px;
	width: 60%;
	min-width: 265px;
	display: inline-block;
}

.action-bar .input-search {
	width: 65%;
	padding: 5px 20px 5px 10px;
	border-radius: 3px;
	border: 1px solid #cbcbcb;
	height: 30px;
	font-size: 13px;
	display: inline-block;
	min-width: 175px;
}

.pl-30 {
	padding-left: 30px;
}

.ml-04 {
	margin-left: 0.4rem;
}

.ml-31 {
	margin-left: 31px;
}

.highlight-border-red {
	border-color:  #80bdff !important;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.action-bar .btn-reset-search {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 15px;
	color: #9b9b9b;
	display: none;
}

.action-bar .btn-reset-search.active {
	display: block;
}

.action-bar .btn-reset-search:hover {
	cursor: pointer;
	color: #4a4a4a;
}

.action-bar .sort-item {
	width: calc(100% - 304px);
	display: inline-block;
	text-align: right;
}

.action-bar .sort-item .filter-option-inner-inner, .action-bar .sort-item .dropdown-menu, .filter-block .dropdown-menu {
	font-size: 13px;
}

.filter-block {
	margin-top: 5px;
	font-size: 13px;
	color: #4b4b4b;
	margin-bottom: 5px;
	text-align: left;
}

.input-date {
	padding: 4px 10px;
	border-radius: 3px;
	box-shadow: none;
	border: 1px solid #cbcbcb;
}

.filter-select {
	font-size: 14px;
	display: inline-block;
}

.filter-select .filter-option-inner {
	font-size: 14px;
}

.count-row {

}

.count-row .row-each-page {
	font-size: 13px;
	display: inline-block;
	width: 50%;
}

.count-row .row-right .current-limit {
	width: 60px;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	height: 30px;
}

.count-row .quick-action {
	width: calc(50% - 5px);
	display: inline-block;
	text-align: right;
}

.table-content {
	/*padding: 10px;*/
	position: relative;
}

.table-content .table-container {
	max-height: 64vh;
	overflow: auto;
}
.table-content th {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
}
.table-content .table-container .table-bordered th, .table-bordered td {
	padding: 2px 10px;
	vertical-align: middle;
}

.table-content .table-container .table-bordered th.col-check, .table-bordered td.col-check {
	width: 30px;
}

.table-content .table-container .table-bordered th.col-action, .table-bordered td.col-action {
	width: 130px;
	text-align: center;
}

.table-content .table-container .table-bordered th.col-check input, .table-bordered td.col-check input {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

.table-content .paging-detail {
	position: absolute;
}

.user-area .user-avatar {
	float: none;
	object-fit: cover;
}

/* .navbar .navbar-nav li.active {
	border-bottom: 1px solid green;
	border-top: 1px solid green;
} */

#modalReplyEmail .form-group {
	margin-bottom: 10px;
}

#modalReplyEmail .modal-header {
	padding: 5px
}

#modalReplyEmail .modal-body {
	padding: 0px;
}

.error {
	color: red;
}

.error-vocab {
	color: red;
}

.multi-checkbox {
	height: 25px;
	width: 25px;
}

.form-control, .btn {
	font-size: 13px !important;
}

.content_explain {
	margin-top: 5px;
}

.fa-1-5x {
	font-size: 1.5em;
}

.short-text {
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	/*white-space: nowrap;*/
}

.full-width {
	width: 100%;
}

.btn {
	border-radius: 3px;
}

i.fa-trash, i.fa-trash-o, i.fa-times {
	cursor: pointer;
}

*:disabled {
	cursor: not-allowed;
}

.question-header {
	height: 35px;
	padding: 0 1.25em;
}

.card {
	margin-bottom: 10px;
}

.form-control-sm {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}

.user-area .user-menu {
	top: 45px !important;
	border: 1px solid #cbcbcb;
}

.user-area .user-menu .nav-link:hover {
	background: #f1f1f1;
}

.form-group label {
	margin-top: 8px;
}

.form-check input {
	margin-top: 10px;
}

input.error, select.error, textarea.error {
	border-color: red;
}

.btn-light {
	background-color: rgb(241, 242, 247);
	border-color: rgb(241, 242, 247);
}

/* img {
	object-fit: cover;
	border: 1px solid rgb(241, 242, 247);
} */

.e_show_preview {
	position: absolute;
	bottom: 8px;
	right: 8%;
	height: 18px;
	width: 18px;
	text-align: center;
	background-color: #007bff;
	color: #fff;
	border-radius: 50%;
}

.e_show_preview:hover {
	cursor: pointer;
	opacity: 0.7;
}

.e_remove_file {
	position: absolute;
	bottom: 8px;
	right: -3%;
	height: 18px;
	width: 18px;
	text-align: center;
	background-color: #EE5757;
	color: #fff;
	border-radius: 50%;
}

.e_remove_file:hover {
	cursor: pointer;
	opacity: 0.7;
}

div.preview-content {
	bottom: 122%;
	position: absolute;
	z-index: 10;
	right: 4%;
	text-align: center;
	width: 250px;
	height: auto;
	padding: 18px 5px 0px 5px;
	background-color: #007bff;
	opacity: 0.9;
	border-radius: 5px;
}

span.close-review {
	position: absolute;
	z-index: 20;
	right: 1px;
	top: -5px;
	color: #d6d7d8;
	font-size: 20px !important;
	cursor: pointer;
}

span.close-review:hover {
	opacity: 0.7;
}

.hide {
	display: none !important;
}

.preview-content-img {
	width: auto !important;
}

.pointer {
	cursor: pointer;
}

.form-group {
	margin-bottom: 8px;
}

.bootstrap-tagsinput .badge {
	white-space: normal;
}

.action-bar.vocab-bar, .action-bar.unit-bar {
	font-size: 12px;
	margin-left: 0px;
	min-width: auto;
	width: 100%;
	position: relative;
	display: inline-block;
}

.action-bar.unit-bar .input-search {
	width: 100% !important;
}
.modal-content .modal-header button span{
	font-size: x-large;
}
.modal-header {
	padding: 5px 10px;
}

.modal-body p {
	margin: 0;
	font-size: 14px;
}

.modal-footer {
	padding: 5px 10px;
}

.btn-help {
	display: none;
}
.opacity-strong::placeholder{
	opacity: 1;
}
.w-20p{
	width: 20%;
}
.scroll-h500{
	width: 100%;
    overflow: auto;
    height: 380px;
	overflow-x: hidden;
}
.h-35p{
	height: 35px !important;
}
.hide-explain{
	display: none;
}
.organization_name_field {
    font-weight: bold;
    padding-top: 8px;
    display: block;
}

/* new CSS MENU */
._img_icon{
	width: 30px;
    height: 30px;
	object-fit: none;
	border: none !important;
}
/* .menu-item-has-children > a{
	margin-left: 10px;
} */
._menu-label{
	margin-left: 15px;
}
.navbar-nav > li{
	font-weight: bold;
}
.navbar .navbar-nav li {
	padding: 15px 0px 10px 0px;
}
.s_mn_item{
	font-weight: 600;
}
.s_mn_item > a{
	margin: 0;
	width: 96% !important;
	padding-left: 3rem !important;
}
.level-3 .sub-menu > li {
	font-weight: 400 !important;
}

.breadcrumb-controller i, .breadcrumb-controller i::before{
	color: #4d4d4d;
}
/* .sub-menu{
	font-weight: 600 !important;
} */
.level-3 .sub-menu > li{
	padding-left: 25px;
}
/* @media (max-width: 1368px) {
	.navbar .navbar-nav li > a {

	}
} */

@media (max-width: 1024px) {
    .navbar .navbar-nav li > a {
		font-size: 11px;
		width: 68%;
	}
	._menu-label {
		margin-left: 8px;
	}
	.navbar-expand-sm .navbar-collapse {
		padding-right: 5px;
	}

}

@media (max-width: 992px) {
    .navbar .navbar-nav li > a {

	}
}
.preview-mt-large{
	margin-top: 3.5rem;
}
/* @media (max-width: 575.99px) {
    .navbar .navbar-nav li > a {

	}
} */

/* .progress-bar-custom{
	width: 0%;
	height: 30px;
	background-color: green;
	transition: width 0.4s ease;
} */

.progress-bar-custom {
	width: 0%;
	height: 30px;
	background-color: #4caf50; 
	border-radius: 15px; 
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
	transition: width 0.4s ease, background-color 0.4s ease; 
}

.progress-bar-custom:hover {
	background-color: #66bb6a; /* Đổi màu khi di chuột */
}
.container_filter_new{
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.date_time{
	margin-right: 10px;
	margin-left: 1px;
    font-size: 12px;
    color: #9e9e9e;
}
.modal-body-organization{
	max-height: 400px; 
    overflow-y: auto;
    padding: 10px;     
    border: 1px solid #ddd; 
}
.btn-export-excel-file{

	margin-left: 100px;
	/* margin-bottom: 10px; */
}
.modal-body-confirm{
	max-height: 400px; 
    overflow-y: auto;
    padding: 10px;     
    border: 1px solid #ddd; 
}

.modal-body-confirm p,
.modal-body-confirm label {
  font-size: 1rem;
  font-family: 'Fira Sans', sans-serif;
  color: #333;
}

input {
  margin: 0.4rem;
  padding: 0.5rem; 
  border-radius: 4px; 
  border: 1px solid #ccc;
  outline: none; 
}


input:focus {
  border-color: #0056b3; 
  box-shadow: 0 0 5px rgba(0, 86, 179, 0.5);
}


input[type="radio"] {
  margin-right: 0.5rem; 
}
