/* Utilities */
.rounded-end {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}

.c-pointer {
	cursor: pointer !important;
}

.color-primary {
	color: #E57C23 !important;
}

.bgcolor-primary {
	background-color: #E57C23 !important;
}

.w-10 {
	width: 10% !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-18 {
	font-size: 18px !important;
}

/* Navbar Profile */
a.nav-link-profile {
	display: flex;
	align-items: center;
	padding: 0.25rem 1rem !important;
}

a.nav-link-profile .profile-info {
	margin-left: 0.5rem;
	margin-right: 0.8rem;
	text-align: left;
}

a.nav-link-profile .profile-info span {
	display: block;
	line-height: 1.2;
}

nav.navbar-dark a.nav-link-profile .profile-info span.prof-name {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.85) !important;
	font-weight: 600;
}

nav.navbar-light a.nav-link-profile .profile-info span.prof-name {
	font-size: 14px;
	color: #6c757d !important;
	font-weight: 600;
}

a.nav-link-profile .profile-info span.prof-role {
	font-size: 13px;
	color: #a3a6b7;
	letter-spacing: 0.05em;
}

a.nav-link-profile::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

a.nav-link>img.user-image {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-right: 0.2rem;
}

a.dropdown-item:active i {
	color: #fff !important;
}


/* Sidebar */
a.nav-sub-link {
	font-size: 0.85rem !important;
}

a.nav-sub-link i {
	font-size: 0.75rem !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
	background-color: #E57C23 !important;
	color: #fff;
}

/* Select2 Is Invalid*/
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
	-webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25) !important;
	box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25) !important;
}

select.is-invalid+span>span>span.select2-selection {
	border: 1px solid #dc3545 !important;
	padding-right: calc(1.5em + 0.94rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(1.775em + 0.235rem) center;
	background-size: calc(0.75em + 0.47rem) calc(0.75em + 0.47rem);
	-webkit-box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25) !important;
	box-shadow: 0 0 0 0.15rem rgba(244, 106, 106, 0.25) !important;
}

/* Modal */
h4.modal-title {
	font-weight: bold;
}

.modal-dialog .overlay {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Table */
.table-datas {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	width: 100% !important;
	min-width: max-content;
}

.table td,
.table th {
	vertical-align: middle !important;
}

/* Textarea */
.cust-textarea {
	resize: none;
}