:root {
    --primary: #1D6DCC;
    --primary-darker: #1F4F89;
    --light-primary: #a5c7f0;

    --danger: #fc544b;
    --light-danger: #F8D7DA;

    --black: #34395e;
    --white: #fff;
    --grey: #6f6f6f;
    --light-grey: #E0E0E0;
    --very-light-grey: #f6f8fa;

    --border-radius: 0.3rem;
    --placeholder: #acacac;
    --border-color: #DDE5E9;
    --form-text: #7A7A7A;
    --form-background: #FAF9FB;
    --form-background-disabled: #eeeeee;
}

/* 1. misc */
.main-wrapper-1 .section .section-header {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    margin-bottom: 0.5rem;
}
.btn {
    padding: 0.2rem 0.8rem 0.3rem 0.8rem;
}

.logo-auth {
	height: 90px;
	width: auto;
}

i.circle-fa {
	width: 50px;
	height: 50px;
	display: flex;
	color: var(--primary);
	background-color: #DDE5E9;
	border-radius: 60px;
	/* padding: 0.5em 0.6em; */
	font-size: 16pt;
	align-items: center;
	justify-content: center;
}

i.big-fa {
	display: flex;
	color: var(--primary);
	font-size: 24pt;
	align-items: center;
	justify-content: center;
}

body {
	background-color: #ecf0f5;
    color: var(--black);
}

.text-black {
	color: var(--black) !important;
}

.cursor-pointer {
	cursor: pointer;
}

.text-muted {
    color: var(--grey) !important;
    opacity: 0.5;
}


a {
    color: var(--primary);
}

p {
	line-height: unset !important;
}

.btn-icon:hover {
	background-color: var(--white) !important;
}

.without-top-border-radius {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.without-bottom-border-radius {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.border-right-none {
	border-right: none !important;
}

.border-left-none {
	border-left: none !important;
}

.icon-password {
	width: 42px !important;
}

.swal-icon:first-child {
	margin-top: inherit !important;
}

i.circle-fa {
	width: 50px;
	height: 50px;
	display: flex;
	color: var(--primary);
	background-color: #DDE5E9;
	border-radius: 60px;
	/* padding: 0.5em 0.6em; */
	font-size: 16pt;
	align-items: center;
	justify-content: center;
}

i.big-fa {
	display: flex;
	color: var(--primary);
	font-size: 24pt;
	align-items: center;
	justify-content: center;
}

.line-height-sm {
	line-height: 14px !important;
}

.text-grey {
	color: var(--grey) !important;
}

.text-light-grey {
	color: var(--grey);
    opacity: 0.5;
}

hr.dashed {
	border-top: 1px dashed rgba(0, 0, 0, .1) !important;
}

hr.sidebar {
	border-top: 1px solid white !important;
}

#icon-password {
	color: var(--primary);
}

.no-border-left {
	border-left: none !important;
}

.no-border-right {
	border-right: none !important;
}

.icon-bar {
	width: 32px;
	height: 32px;
}


/* navbar */
/* body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
    height: 40px;
    padding: 0 20px;
    background-color: var(--white);
} */

.navbar .nav-link.nav-link-lg div {
	margin-top: 0px;
}

.navbar .nav-link {
    color: var(--black);
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar .nav-link.nav-link-user {
    color: var(--black);
}

.navbar-bg {
    background-color: var(--white);
}

.navbar .nav-link.nav-link-user img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.navbar .nav-link:hover {
    color: var(--grey);
    /* opacity: 0.5; */
    /* background-color: var(--primary) !important; */
    /* border-radius: 0.25rem; */
}

.nav {
	overflow-x: auto;
	overflow-y: hidden;
	/* flex-wrap: nowrap; */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.nav-pills .nav-item .nav-link {
	color: var(--black) !important;
	background-color: var(--white) !important;
	border-bottom: 4px solid var(--white);
	box-shadow: none;
	border-radius: 0;
}

.step-tab.active {
	color: var(--primary) !important;
	background-color: var(--white) !important;
	border-bottom: 5px solid var(--primary);
	border-radius: 4px;
	box-shadow: none;
	border-radius: 0;
}

.nav-pills .nav-item .nav-link.active {
	color: var(--primary) !important;
	background-color: var(--white) !important;
	border-bottom: 4px solid var(--primary);
	border-radius: 4px;
	box-shadow: none;
	border-radius: 0;
}

.nav::-webkit-scrollbar {
	display: none;
}

/* sidebar */
.main-sidebar .sidebar-menu li.menu-header {
    color: var(--white);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
}

.dropdown-item.has-icon i {
    margin-top: 1px;
}

.dropdown-item.text-danger:focus, .dropdown-item.text-danger:hover {
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--primary);
}

.main-sidebar .sidebar-menu li a {
    color: var(--white);
}

.main-sidebar .sidebar-menu li.active a {
    color: var(--white);
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: var(--white);
}

.main-sidebar .sidebar-menu li a:hover {
    opacity: 0.8;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
    color: var(--white);
}

.main-sidebar .sidebar-brand a {
    color: var(--white);
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
    box-shadow: none;
}


a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
	background-color: var(--primary) !important;
}

/* form */
.horizontal-form {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.horizontal-form label {
    margin-bottom: .5rem !important;
}

.horizontal-form .form-group {
    margin-bottom: 0 !important;
}

.horizontal-form .row:not(.mb-0) {
    margin-bottom: 1rem !important;
}

.form-info {
    color: rgba(96, 112, 128, .75);
    font-size: 12px;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
	padding: .375rem .75rem;
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: var(--primary);
}

.custom-switch {
    padding-left: 0rem;
}

form .dropdown-menu button[type=submit] {
	display: flex;
	align-items: center;
	font-size: 13px;
}

form .dropdown-menu button[type=submit]:focus,
form .dropdown-menu button[type=submit]:active {
	background-color: #f8f9fa;
	outline: none;
}

.form-group-size>* {
	height: 30px;
	font-size: 13px;
}

.select2-search__field::placeholder {
    color: var(--placeholder);
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}

.google-recaptcha {
	position: relative;
	height: 75px;
}

.google-recaptcha .g-recaptcha {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.form-img-preview {
    width: 100%;
    height: 20vw;
    object-fit: cover;
    border-radius: 2px;
}

.form-control {
	border: 1px solid var(--border-color);
	color: var(--form-text);
}

.form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
    border: 1px solid var(--primary);
}

.form-control-readonly {
    background-color: var(--form-background) !important;
    color: var(--form-text) !important;
    border: none !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--danger);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--form-text) !important;
}

.form-control::placeholder {
	color: var(--placeholder);
}

.form-control-custom-input-group-prepend {
	border: 1px solid var(--border-color) !important;
	border-radius: 0rem 0.5rem 0.5rem 0rem !important;
	color: var(--form-text) !important;
}

.form-control-custom-input-group-prepend::placeholder {
	color: var(--placeholder);
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fdfdff;
}

.input-group-text-custom-prepend {
	border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: var(--placeholder);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primary);
	color: var(--white);
}

.select2-container.select2-container--open .select2-selection--single {
	background-color: #fefeff;
	border-color: #1a73e831;
}

.select2-selection.select2-selection--single {
	padding-right: 20px !important;
}

.filepond--file-action-button.filepond--file-action-button {
	font-size: 1em;
	width: 1.625em;
	height: 1.625em;
	font-family: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	will-change: transform, opacity;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

form .dropdown-menu button[type=submit] {
	display: flex;
	align-items: center;
	font-size: 13px;
}

form .dropdown-menu button[type=submit]:focus,
form .dropdown-menu button[type=submit]:active {
	background-color: #f8f9fa;
	outline: none;
}

.form-group-size>* {
	height: 30px;
	font-size: 13px;
}

/* ckeditor */
.cke_top {
    border-bottom: 1px solid var(--border-color) !important;
}

.cke_bottom {
    border-top: 1px solid var(--border-color) !important;
}

.cke_chrome {
    border: 1px solid var(--border-color) !important;
}

.cke_top,
.cke_bottom {
    background: var(--form-background) !important;
}

.cke_reset_all, .cke_reset_all *, .cke_reset_all a, .cke_reset_all textarea {
    color: var(--grey) !important;
}

.cke_reset_all a.cke_dialog_ui_button_ok span {
    color: var(--white) !important;
}

/* card */
.card {
	box-shadow: none;
	/* border: 1px solid rgba(221, 229, 233, 0.842); */
	border-radius: var(--border-radius);
    margin-bottom: 1rem;
}

.card-footer {
    border-radius: 0 0 0.5rem 0.5rem !important;
}

.card-content {
    position: relative;
}

.card .card-stats .card-stats-item {
	width: calc(100% / 2);
	text-align: center;
	padding: 5px 20px;
}

.card .card-header, .card .card-body, .card .card-footer {
    padding: 1.25rem 1.5rem;
}

.card-header {
    /* background: var(--form-background) !important; */
}

.border-bottom {
    border-bottom: 1px solid var(--light-grey);
}

.card-shadow {
	border: none;
	border-radius: var(--border-radius);
	-webkit-box-shadow: 0 0 0 0.2px rgba(49, 49, 93, .03), 0 2px 3px 0 rgba(49, 49, 93, .1), 0 1px 2px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.card-information {
    background-color: var(--form-background);
    border: none;
    margin-bottom: 1rem;
}

.card-information .card-body {
    padding-left: 1rem;
    padding-right: 1rem;
}

.circle-icon {
    /* DDE5E9 opacity 0.4 using hex only*/
    background-color: #DDE5E966;
    color: var(--primary);
    /* circle icon */
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circle-icon i {
    font-size: 1.5rem;
}


.card-information-title h6 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--black);
}

.card-information-title p {
    font-size: 0.75rem;
    font-weight: 300;
    color: var(--grey);
    margin-bottom: 0;
}


.card .card-stats .card-stats-item {
	width: calc(100% / 2);
	text-align: center;
	padding: 5px 20px;
}

.card .card-body .section-title:before {
	margin-top: 6px;
	margin-right: 10px;
}

.list-unstyled-border li {
    border-bottom: 1px solid var(--light-grey);
}

.card .card-header h4 {
	color: var(--black) !important;
    opacity: 0.8;
}

/* section */
.section .section-title+.section-lead {
    font-weight: 300;
    color: var(--grey);
}

.section .section-header .section-header-back .btn:hover {
    background-color: var(--primary) !important;
}

/* accordion */
.accordion {
	box-shadow: none;
	/* border: 1px solid rgba(221, 229, 233, 0.842); */
	border-radius: var(--border-radius);
    margin-bottom: 1rem;
}

/* .accordion .accordion-body {
    padding: 1.25rem 1.5rem;
    border-radius: var(--border-radius);
}

.accordion .accordion-header {
    padding: 0.5rem 1.5rem;
    border-radius: var(--border-radius);
} */

.accordion-header {
	border-radius: var(--border-radius) var(--border-radius) 0rem 0rem !important;
}

.accordion-header.collapsed {
    border-radius: var(--border-radius) !important;
}

.accordion-body {
	border-radius: 0rem 0rem var(--border-radius) var(--border-radius);
}

.accordion .accordion-header[aria-expanded="true"] {
	background-color: var(--primary) !important;
}

/* table */
.table-fit {
	width: 1%;
	white-space: nowrap;
}

.table-hover tbody tr:hover {
    color: var(--grey);
    /* opacity: 0.75; */
    background-color: rgba(0,0,0,.075) !important;
}

.table-sm td, .table-sm th {
    padding: 0.4rem;
}

.table-links button[type=submit] {
	line-height: normal;
	vertical-align: top;
	padding: 0;
}

.table-vertical-middle th,
.table-vertical-middle td {
	vertical-align: middle !important;
}

.table-links {
	opacity: 1;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0rem;
}

.dataTables_length label, .dataTables_filter label {
    margin-bottom: 0rem;
}

.datatable-header, .datatable-footer {
    /* background-color: var(--very-light-grey);
    border-radius: var(--border-radius); */
    /* margin-left: 0;
    margin-right: 0; */
    padding: 0.5rem 0.075rem;
}

.datatables-header {
    padding: 1.5rem 2rem 0.1rem 2rem;
}

.datatables-footer {
    padding: 0.1rem 2rem 1.5rem 2rem;
}

.datatables-header-left {
	display: flex;
	justify-content: flex-start;
}

.table.dataTable>tbody>tr.child ul.dtr-details {
	margin-left: 1rem;
}

.card-content .dataTables_wrapper thead tr th:first-child,
.card-content .dataTables_wrapper tbody tr td:first-child {
	padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.card-content .dataTables_wrapper thead tr th:last-child,
.card-content .dataTables_wrapper tbody tr td:last-child {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.dataTables_wrapper .select2-container .select2-selection--single
{
    min-height: auto !important;
}

.dataTables_wrapper .select2-container.select2-container--focus .select2-selection--single {
    font-size: .875rem;
    line-height: 1.5;
}

/* css where name users-table_length */
.dataTables_wrapper .form-control, .paginate_select {
    height: fit-content !important;
}

.dataTables_wrapper .select2-container, .dataTables_paginate .select2-container {
    width: fit-content !important;
    height: fit-content !important;
}

.dataTables_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px;
    min-height: auto !important;
}

.dataTables_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: auto !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: initial !important;
}

.paginate_select {
	display: block;
	width: auto;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: var(--white);
	background-clip: padding-box;
	border: 1px solid var(--border-color);
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

table.border-all, th.border-all, td.border-all {
	border: 1px solid #DADDE2;
}

.dataTables_info,
.dataTables_paginate,
.dataTables_length,
.dataTables_filter {
    color: var(--grey) !important;
}

table.dataTable.table-sm>thead>tr>th {
    padding-right: 20px;
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey) !important;
}

.datatable-image {
	width: 100%;
	height: 8vw;
	object-fit: cover;
	border-radius: 2px;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}

.table-fit {
	width: 1%;
	white-space: nowrap;
}

.table-links button[type=submit] {
	line-height: normal;
	vertical-align: top;
	padding: 0;
}

.table thead th,
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none !important;
	color: #333237 !important;
	font-weight: 600 !important;
}

.table-links {
	opacity: 1;
}

.table-vertical-middle th,
.table-vertical-middle td {
	vertical-align: middle !important;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}

.table-sm td,
.table-sm th {
	color: var(--black) !important;
	font-weight: 300;
	letter-spacing: 5%;
}

.table thead th,
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none !important;
	color: #333237 !important;
	font-weight: 600 !important;
}

.datatable-image {
	width: 100%;
	height: 8vw;
	object-fit: cover;
	border-radius: 2px;
}

.selectgroup-input:focus+.selectgroup-button,
.selectgroup-input:checked+.selectgroup-button {
	background-color: var(--primary) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}

/* button */
.btn-light-primary {
    background-color: var(--light-primary);
    color: var(--primary);
    border-color: var(--light-primary);
}

.btn-light-primary:hover,
.btn-light-primary:focus,
.btn-light-primary:active {
    background-color: var(--light-primary) !important;
    color: var(--primary);
    border-color: var(--light-primary) !important;
    opacity: 0.8 !important;
}

.btn-light-danger {
    background-color: var(--light-danger);
    color: var(--danger);
    border-color: var(--light-danger);
}

.btn-light-danger:hover,
.btn-light-danger:focus,
.btn-light-danger:active {
    background-color: var(--light-danger) !important;
    color: var(--danger);
    border-color: var(--light-danger) !important;
    opacity: 0.8 !important;
}

/* badge */
.badge-light-primary {
    background-color: var(--light-primary);
    color: var(--primary);
}

.badge-light-danger {
    background-color: var(--light-danger);
    color: var(--danger);
}

/* alert */
.alert-light-primary {
    background-color: var(--light-primary);
    color: var(--primary);
    border-color: var(--light-primary);
}

.alert-light-danger {
    background-color: var(--light-danger);
    color: var(--danger);
    border-color: var(--light-danger);
}

.alert-primary {
    background-color: var(--primary) !important;
    color: var(--white);
    border-color: var(--primary);
}


/* other */
.meta-size .badge {
	margin-right: 4px;
}

.meta-size .badge>.js-delete-product-size {
	margin-left: 2px;
}

.user-photo-profile {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* modal */
.modal {
	overflow: auto !important;
}

.modal-footer {
    padding-top: 0rem;
}

/* breadcrumb */
.breadcrumb {
	padding-bottom: 0;
    border-radius: var(--border-radius);
    background-color: transparent !important;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0.25rem;
}

.breadcrumb-item {
	margin-bottom: 0.75rem;
}

.breadcrumb-item {
	margin-bottom: 0.75rem;
}

.breadcrumb-item a {
	color: var(--black);
}

.breadcrumb-item.active {
    color: var(--grey);
}


.card-body-border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.form-control-disabled {
	background-color: var(--form-background-disabled) !important;
	color: var(--form-text) !important;
}

.form-check-label {
	margin-top: 1px !important;
}

hr.dashed {
	border-top: 1px dashed rgba(0, 0, 0, .1) !important;
}

hr.sidebar {
	border-top: 1px solid white !important;
}

#icon-password {
	/* color: #1A73E8; */
	color: var(--primary);
}

.no-border-left {
	border-left: none !important;
}

.no-border-right {
	border-right: none !important;
}

.navbar.landing-page {
    height: 70px;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 0rem 5rem;
}

.btn-icon:hover {
	background-color: var(--white) !important;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

/* green primary */
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary);
}

.badge.badge-primary {
    background-color: var(--primary);
}

.auth a,
.main-footer a,
.simple-footer a {
	color: var(--primary) !important;
}

.btn-primary {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}

.btn-primary.disabled,
.btn-primary.disabled:active,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus:active {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	opacity: 0.5 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	opacity: 0.8 !important;
}

.btn-primary:focus:active {
	background-color: var(--primary-darker) !important;
	border-color: var(--primary-darker) !important;
}

.card.card-primary {
	border-top: 2px solid var(--primary) !important;
}



.swal2-styled.swal2-confirm {
	box-shadow: none !important;
}

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
	color: var(--primary) !important;
}

.main-sidebar .sidebar-menu li.menu-header.user-sidebar-title {
    font-size: 15px;
    text-align: center;
    background: var(--white);
    color: var(--primary);
    margin: 0 .5rem;
    border-radius: var(--border-radius);
    box-shadow: 0 3px 10px 0 rgba(9, 3, 47, 0.3);
    line-height: 1.45;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.menu-header.user-sidebar-title {
    padding: 0;
    font-size: 0;
    height: 2px;
}

.user-sidebar-title:hover {
    opacity: 0.9;
}


.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
    color: var(--white) !important;
    opacity: .8;
}

.main-sidebar,
body.sidebar-mini .main-sidebar:after {
	background-color: var(--primary) !important;
}

.main-sidebar .sidebar-brand {
	height: auto;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
    color: var(--primary);
}

body.sidebar-mini .main-sidebar .sidebar-menu li.active a,
body.sidebar-mini .main-sidebar .sidebar-menu li a:hover {
	background-color: var(--primary-darker) !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    background-color: var(--white) !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus {
    background-color: var(--primary) !important;
}

body:not(.sidebar-mini) .main-sidebar .sidebar-menu li.active a,
body:not(.sidebar-mini) .main-sidebar .sidebar-menu li a:hover {
	background-color: var(--primary-darker) !important;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
	background-color: var(--white) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.section .section-title:before {
	background-color: var(--primary) !important;
}
/* end of green primary */

/* footer */
.main-footer {
    /* background-color: var(--white); */
    color: var(--grey);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-top: none;
}

@media(min-width: 768px) {
    .horizontal-form {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .card-information .card-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .horizontal-form label {
        margin-bottom: 0rem !important;
    }
}

@media(max-width: 575.98px) {
    .section .section-header {
        margin-bottom: 0.5rem !important;
    }
}

@media (max-width: 768px) {
    .sm-without-top-border-radius,
    .sm-without-border-radius {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .sm-without-bottom-border-radius,
    .sm-without-border-radius {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .datatables-header-left {
		justify-content: center;
	}
}

