:root {
    --primary: #1D6DCC;
    --primary-pressed: #1F4F89;
    --black: #333237;
    --white: #fff;
}

body {
	/*background-color: #f1f5f9;*/
	background-color: #ecf0f5;
    color: var(--black);
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: var(--primary);
}

.main-sidebar .sidebar-menu li.menu-header {
    color: var(--white);
}

a {
    color: var(--primary);
}

.navbar-bg {
    background-color: var(--white);
}

.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);
}

.navbar .nav-link {
    color: var(--black);
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.navbar .nav-link.nav-link-user {
    color: var(--black);
}

p {
	line-height: unset !important;
}

.section .section-header {
	/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
    box-shadow: none;
}

.form-group {
    margin-bottom: 1.5rem;
}

.btn-icon:hover {
	background-color: var(--white) !important;
}

.card {
	box-shadow: none;
	border: 1px solid rgba(221, 229, 233, 0.842);
	border-radius: 0.5rem;
	/* -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 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); */
}

.card-shadow {
	border: none;
	border-radius: 0.5rem;
	-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-banner {
	background-color: #FAF9FB;
	color: #333237;
	border: none;
}

.d-card-banner {
	display: flex;
}

.card-banner-title {
	font-weight: 600;
}

.card-banner-description {
	color: var(--black);
	line-height: 20px;
}

.card-footer {
	border-radius: 0.5rem !important;
	/* -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 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); */
}

.without-top-border-radius {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	/* -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 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); */
}

.without-bottom-border-radius {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	/* -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 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); */
}

.accordion {
	box-shadow: none;
	border: 1px solid rgba(221, 229, 233, 0.842);
	border-radius: 0.5rem;
	/* -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 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); */
}

.accordion-header {
	border-radius: 0.5rem 0.5rem 0rem 0rem !important;
	/* -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 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); */
}

.accordion-body {
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	/* -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 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); */
}

.card .card-stats .card-stats-item {
	width: calc(100% / 2);
	text-align: center;
	padding: 5px 20px;
}

.table-fit {
	width: 1%;
	white-space: nowrap;
}

.table-links button[type=submit] {
	line-height: normal;
	vertical-align: top;
	padding: 0;
}

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;
}

.meta-size .badge {
	margin-right: 4px;
}

.meta-size .badge>.js-delete-product-size {
	margin-left: 2px;
}

.form-group-size>* {
	height: 30px;
	font-size: 13px;
}

.table-links {
	opacity: 1;
}

#modal-file {
	background: rgba(0, 0, 0, 0.5);
}

#modal-file .card {
	animation-name: zoom;
	animation-duration: 0.6s;
	text-align: center;
}

#modal-file img {
	width: 250px;
}

#modal-file .close-modal {
	font-size: 40px;
	line-height: 34px;
	font-weight: bold;
	transition: 0.3s;
	margin-bottom: 20px;
}

#modal-file .close-modal:hover,
#modal-file .close-modal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.navbar .nav-link.nav-link-user img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.table-vertical-middle th,
.table-vertical-middle td {
	vertical-align: middle !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}


/* .main-sidebar .sidebar-menu li a {
    padding-left: 15px;
    padding-right: 15px;
}

.main-sidebar .sidebar-menu li a i {
    margin-right: 10px;
} */


/* auth */

#auth {
	background: #24C4BC;
}

#auth .content {
	background: var(--white);
	border-radius: 20px;
	display: flex;
	padding: 20px 35px;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

#auth .content img {
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
}

#auth .content .login {
	border: 4px solid #3592FF;
	border-radius: 20px;
	padding: 15px 25px 35px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

#auth .content .login .form-group {
	margin-bottom: 15px;
}

#auth .content .login h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 28px;
	color: #3592FF;
	margin-bottom: 0;
}

#auth .content .login p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

#auth .content .login input,
#auth .content .login select {
	background: rgba(53, 146, 255, 0.5);
	border-radius: 40px;
	color: var(--white);
}

#auth .content .login select option {
	padding: 100px;
}

#auth .content .login input::placeholder {
	color: var(--white);
}

#auth .content .login a {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

#auth .content .login button {
	background: #24C4BC;
	border-radius: 40px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	width: 200px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

#auth .content .login button:hover {
	background: #24C4BC;
	color: #FFFFFF;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#auth .content .register {
	text-align: center;
}

#auth .content .register p {
	margin-bottom: 0;
	margin-top: 5px;
}

#auth .content .register a {
	border: 2px solid #3592FF;
	border-radius: 40px;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	color: #3592FF;
}

#auth .content .register a:hover {
	color: #3592FF;
	border: 2px solid #3592FF !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#auth .alert {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#auth .alert-dismissible .close {
	position: absolute !important;
	top: 7px !important;
	right: 20px !important;
	bottom: initial !important;
	left: initial !important;
	font-size: 1.5rem !important;
	padding: 0 !important;
	color: inherit !important;
	background: none !important;
	transform: none !important;
	width: auto !important;
}

#auth .alert-dismissible .close:hover {
	box-shadow: none !important;
}

.cursor-pointer {
	cursor: pointer;
}

.card .card-body .section-title:before {
	margin-top: 6px;
	margin-right: 10px;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
	padding: .375rem .75rem;
}

.modal {
	overflow: auto !important;
}

.logo-auth {
	height: 90px;
	width: auto;
}

.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;
}

.breadcrumb {
	padding-bottom: 0;
}

.breadcrumb-item {
	margin-bottom: 0.75rem;
}

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: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: var(--white);
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.google-recaptcha {
	position: relative;
	height: 75px;
}

.google-recaptcha .g-recaptcha {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.form-control {
	border: 1px solid #DDE5E9 !important;
	color: #7A7A7A !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7A7A7A !important;
}

.form-control::placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.form-control-custom-input-group-prepend {
	border: 1px solid #DDE5E9 !important;
	border-radius: 0rem 0.5rem 0.5rem 0rem !important;
	color: #7A7A7A !important;
}

.form-control-custom-input-group-prepend::placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.input-group-text-custom-prepend {
	border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.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;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}

.modal-header-custom {
	background-color: var(--primary);
	color: var(--white);
	padding: 15px 25px;
}

.modal-header-custom>.modal-title {
	font-weight: 500 !important;
	font-size: 16pt;
	line-height: 1.3;
}

.modal-header-custom>.close {
	color: var(--white) !important;
	opacity: 1 !important;
}

.modal-footer-custom {
	border-top: 1px solid #eeeeee;
}

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;
}

table.dataTable.no-footer {
	border-bottom: none !important;
}



.table thead th,
table.dataTable thead th,
table.dataTable thead td {
	border-bottom: none !important;
	color: #333237 !important;
	font-weight: 600 !important;
}

.input-group-text-custom {
	/* background-color: rgba(26, 115, 232, 0.3);
	color: #1A73E8; */
	background-color: rgba(90, 125, 90, 0.3);
	color: var(--primary);
	min-width: 2.5rem;
	padding: 0 !important;
	justify-content: center;
}

.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;
}

.card-body-border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.text-grey {
	color: var(--black) !important;
}

.nav {
	overflow-x: auto;
	overflow-y: hidden;
	/* flex-wrap: nowrap; */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.nav-item {}

.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;
}

.form-control-disabled {
	background-color: #FAF9FB !important;
	color: #7A7A7A !important;
}

.line-height-sm {
	line-height: 14px;
}

.line-height-md {
	line-height: 18px;
}

.mail-image {
	height: 2rem;
	width: auto;
}

.img-mail-header {
	width: 3.5rem !important;
	max-width: none;
}

.form-check-label {
	margin-top: 1px !important;
}


.btn-outline-staff {
	color: #DDE5E9 !important;
	background-color: transparent;
	background-image: none;
	border-color: #DDE5E9 !important;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.btn-outline-staff:hover {
	color: var(--primary) !important;
	background-color: transparent;
	background-image: none;
	border-color: var(--primary) !important;
	background: rgba(90, 125, 90, 0.3);
}

.btn-outline-staff-active {
	border-color: var(--primary) !important;
	color: var(--primary) !important;
	background: rgba(90, 125, 90, 0.3);
}

.btn-outline-staff-filled {
	border-color: #05C270;
	color: #05C270;
	background: #05c27024;
}

.text-light-grey {
	color: rgba(112, 119, 147, 0.5) !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;
}

.icon-bar {
	width: 32px;
	height: 32px;
}

.d-staff {
	display: flex;
}

/* green 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-pressed) !important;
	border-color: var(--primary-pressed) !important;
}

.card.card-primary {
	border-top: 2px solid var(--primary) !important;
}

.card .card-header h4 {
	color: var(--primary) !important;
}

.swal2-styled.swal2-confirm {
	box-shadow: none !important;
}

/* .swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(6, 120, 19, 0.5) !important;
} */

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
	color: var(--primary) !important;
}

.main-sidebar,
body.sidebar-mini .main-sidebar:after {
	background-color: var(--primary) !important;
}

.main-sidebar .sidebar-brand {
	height: auto;
}

.main-sidebar .sidebar-menu li a {
	/* color: var(--white) !important; */
}

.main-sidebar .sidebar-menu li.active a,
.main-sidebar .sidebar-menu li a:hover {
	background-color: var(--primary-pressed) !important;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
	background-color: var(--primary-pressed) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.accordion .accordion-header[aria-expanded="true"] {
	background-color: var(--primary) !important;
}

.selectgroup-input:focus+.selectgroup-button,
.selectgroup-input:checked+.selectgroup-button {
	background-color: var(--primary) !important;
}

.section .section-title:before {
	background-color: var(--primary) !important;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
	background-color: var(--primary) !important;
}

.line-height-sm {
	line-height: 14px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary);
}

.datatable-image {
	width: 100%;
	height: 8vw;
	object-fit: cover;
	border-radius: 2px;
}

/* end green primary */

.navbar.landing-page {
    height: 70px;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 0rem 5rem;
}


@media (max-width: 575.98px) {
	.d-card-banner {
		display: inline;
	}

	.d-staff {
		display: inline;
	}
}
body {
	/*background-color: #f1f5f9;*/
	background-color: #ecf0f5;
}

.section .section-header {
	/* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); */
}

.btn-icon:hover {
	background-color: var(--white) !important;
}

.card {
	box-shadow: none;
	border: 1px solid rgba(221, 229, 233, 0.842);
	border-radius: 0.5rem;
	/* -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 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); */
}

.card-shadow {
	border: none;
	border-radius: 0.5rem;
	-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-banner {
	background-color: #FAF9FB;
	color: #333237;
	border: none;
}

.card-dashboard {
	border: none !important;
	background-color: #FAF9FB !important;
}

.card-file {
	background-color: #FAF9FB !important;
}

.text-black {
	color: #333237 !important;
}

.d-card-banner {
	display: flex;
}

.card-banner-title {
	font-weight: 600;
}

.card-banner-description {
	color: var(--black);
	line-height: 20px;
}

.card-footer {
	border-radius: 0.5rem !important;
	/* -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 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); */
}

.without-top-border-radius {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	/* -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 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); */
}

.without-bottom-border-radius {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	/* -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 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); */
}

.accordion {
	box-shadow: none;
	border: 1px solid rgba(221, 229, 233, 0.842);
	border-radius: 0.5rem;
	/* -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 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); */
}

.accordion-header {
	border-radius: 0.5rem 0.5rem 0rem 0rem !important;
	/* -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 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); */
}

.accordion-body {
	border-radius: 0rem 0rem 0.5rem 0.5rem;
	/* -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 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); */
}

.card .card-stats .card-stats-item {
	width: calc(100% / 2);
	text-align: center;
	padding: 5px 20px;
}

.table-fit {
	width: 1%;
	white-space: nowrap;
}

.table-links button[type=submit] {
	line-height: normal;
	vertical-align: top;
	padding: 0;
}

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;
}

.meta-size .badge {
	margin-right: 4px;
}

.meta-size .badge>.js-delete-product-size {
	margin-left: 2px;
}

.form-group-size>* {
	height: 30px;
	font-size: 13px;
}

.table-links {
	opacity: 1;
}

#modal-file {
	background: rgba(0, 0, 0, 0.5);
}

#modal-file .card {
	animation-name: zoom;
	animation-duration: 0.6s;
	text-align: center;
}

#modal-file img {
	width: 250px;
}

#modal-file .close-modal {
	font-size: 40px;
	line-height: 34px;
	font-weight: bold;
	transition: 0.3s;
	margin-bottom: 20px;
}

#modal-file .close-modal:hover,
#modal-file .close-modal:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.navbar .nav-link.nav-link-user img {
	width: 30px;
	height: 30px;
	object-fit: cover;
}

.table-vertical-middle th,
.table-vertical-middle td {
	vertical-align: middle !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}


/* .main-sidebar .sidebar-menu li a {
    padding-left: 15px;
    padding-right: 15px;
}

.main-sidebar .sidebar-menu li a i {
    margin-right: 10px;
} */


/* auth */

#auth {
	background: #24C4BC;
}

#auth .content {
	background: var(--white);
	border-radius: 20px;
	display: flex;
	padding: 20px 35px;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

#auth .content img {
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
}

#auth .content .login {
	border: 4px solid #3592FF;
	border-radius: 20px;
	padding: 15px 25px 35px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

#auth .content .login .form-group {
	margin-bottom: 15px;
}

#auth .content .login h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 28px;
	color: #3592FF;
	margin-bottom: 0;
}

#auth .content .login p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

#auth .content .login input,
#auth .content .login select {
	background: rgba(53, 146, 255, 0.5);
	border-radius: 40px;
	color: var(--white);
}

#auth .content .login select option {
	padding: 100px;
}

#auth .content .login input::placeholder {
	color: var(--white);
}

#auth .content .login a {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}

#auth .content .login button {
	background: #24C4BC;
	border-radius: 40px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
	width: 200px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

#auth .content .login button:hover {
	background: #24C4BC;
	color: #FFFFFF;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#auth .content .register {
	text-align: center;
}

#auth .content .register p {
	margin-bottom: 0;
	margin-top: 5px;
}

#auth .content .register a {
	border: 2px solid #3592FF;
	border-radius: 40px;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	color: #3592FF;
}

#auth .content .register a:hover {
	color: #3592FF;
	border: 2px solid #3592FF !important;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#auth .alert {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 40px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

#auth .alert-dismissible .close {
	position: absolute !important;
	top: 7px !important;
	right: 20px !important;
	bottom: initial !important;
	left: initial !important;
	font-size: 1.5rem !important;
	padding: 0 !important;
	color: inherit !important;
	background: none !important;
	transform: none !important;
	width: auto !important;
}

#auth .alert-dismissible .close:hover {
	box-shadow: none !important;
}

.cursor-pointer {
	cursor: pointer;
}

.card .card-body .section-title:before {
	margin-top: 6px;
	margin-right: 10px;
}

.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
	padding: .375rem .75rem;
}

.modal {
	overflow: auto !important;
}

.logo-auth {
	height: 90px;
	width: auto;
}

.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;
}

.breadcrumb {
	padding-bottom: 0;
}

.breadcrumb-item {
	margin-bottom: 0.75rem;
}

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: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: var(--white);
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.google-recaptcha {
	position: relative;
	height: 75px;
}

.google-recaptcha .g-recaptcha {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.form-control {
	border: 1px solid #DDE5E9 !important;
	color: #7A7A7A !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7A7A7A !important;
}

.form-control::placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.form-control-custom-input-group-prepend {
	border: 1px solid #DDE5E9 !important;
	border-radius: 0rem 0.5rem 0.5rem 0rem !important;
	color: #7A7A7A !important;
}

.form-control-custom-input-group-prepend::placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.input-group-text-custom-prepend {
	border-radius: 0.5rem 0rem 0rem 0.5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: rgba(122, 122, 122, 0.5) !important;
}

.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;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
	padding: 4px 15px !important;
}

.modal-header-custom {
	background-color: var(--primary);
	color: var(--white);
	padding: 15px 25px;
}

.modal-header-custom>.modal-title {
	font-weight: 500 !important;
	font-size: 16pt;
	line-height: 1.3;
}

.modal-header-custom>.close {
	color: var(--white) !important;
	opacity: 1 !important;
}

.modal-footer-custom {
	border-top: 1px solid #eeeeee;
}

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;
}

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;
}

.input-group-text-custom {
	/* background-color: rgba(26, 115, 232, 0.3);
	color: #1A73E8; */
	background-color: rgba(90, 125, 90, 0.3);
	color: var(--primary);
	min-width: 2.5rem;
	padding: 0 !important;
	justify-content: center;
}

.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;
}

.card-body-border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.text-grey {
	color: var(--black) !important;
}

.nav {
	overflow-x: auto;
	overflow-y: hidden;
	/* flex-wrap: nowrap; */
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.nav-item {}

.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;
}

.form-control-disabled {
	background-color: #FAF9FB !important;
	color: #7A7A7A !important;
}

.line-height-sm {
	line-height: 14px;
}

.line-height-md {
	line-height: 18px;
}

.mail-image {
	height: 2rem;
	width: auto;
}

.img-mail-header {
	width: 3.5rem !important;
	max-width: none;
}

.form-check-label {
	margin-top: 1px !important;
}


.btn-outline-staff {
	color: #DDE5E9 !important;
	background-color: transparent;
	background-image: none;
	border-color: #DDE5E9 !important;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.btn-outline-staff:hover {
	color: var(--primary) !important;
	background-color: transparent;
	background-image: none;
	border-color: var(--primary) !important;
	background: rgba(90, 125, 90, 0.3);
}

.btn-outline-staff-active {
	border-color: var(--primary) !important;
	color: var(--primary) !important;
	background: rgba(90, 125, 90, 0.3);
}

.btn-outline-staff-filled {
	border-color: #05C270;
	color: #05C270;
	background: #05c27024;
}

.text-light-grey {
	color: rgba(112, 119, 147, 0.5) !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;
}

.icon-bar {
	width: 32px;
	height: 32px;
}

.d-staff {
	display: flex;
}

/* green 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-pressed) !important;
	border-color: var(--primary-pressed) !important;
}

.card.card-primary {
	border-top: 2px solid var(--primary) !important;
}

.card .card-header h4 {
	color: var(--primary) !important;
}

.swal2-styled.swal2-confirm {
	box-shadow: none !important;
}

/* .swal2-styled.swal2-confirm:focus {
	box-shadow: 0 0 0 3px rgba(6, 120, 19, 0.5) !important;
} */

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
	color: var(--primary) !important;
}

.main-sidebar,
body.sidebar-mini .main-sidebar:after {
	background-color: var(--primary) !important;
}

.main-sidebar .sidebar-brand {
	height: auto;
}

.main-sidebar .sidebar-menu li a {
	/* color: var(--white) !important; */
}

.main-sidebar .sidebar-menu li.active a,
.main-sidebar .sidebar-menu li a:hover {
	background-color: var(--primary-pressed) !important;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
	background-color: var(--primary-pressed) !important;
}

.bg-primary {
	background-color: var(--primary) !important;
}

.accordion .accordion-header[aria-expanded="true"] {
	background-color: var(--primary) !important;
}

.selectgroup-input:focus+.selectgroup-button,
.selectgroup-input:checked+.selectgroup-button {
	background-color: var(--primary) !important;
}

.section .section-title:before {
	background-color: var(--primary) !important;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
	background-color: var(--primary) !important;
}

.line-height-sm {
	line-height: 14px !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary);
}

.datatable-image {
	width: 100%;
	height: 8vw;
	object-fit: cover;
	border-radius: 2px;
}

/* end green primary */
table.border-all, th.border-all, td.border-all {
	border: 1px solid #DADDE2;
}

@media (max-width: 575.98px) {

}

