/*
body, html{
	text-transform: uppercase !important;
}
*/

:root {
	/* Colors */
	/* Login*/
	--bs-gray-bg-login: #2C3338;
	--bs-gray-bg-prepend: #363B41;
	/* End Login*/
	--bs-dark-bg: #2f2f2f;
	--bs-card-bg: #464951;
	--bs-gray-client: #535353;
	--bs-gray-table: #8d8d8d;
	--bs-green-client: #b2db1d;
	--bs-blue: #5E50F9;
	--bs-indigo: #6610f2;
	--bs-purple: #6a008a;
	--bs-pink: #E91E63;
	--bs-red: #f96868;
	--bs-orange: #f2a654;
	--bs-yellow: #f6e84e;
	--bs-green: #46c35f;
	--bs-teal: #58d8a3;
	--bs-cyan: #57c7d4;
	--bs-white: #ffffff;
	--bs-gray: #434a54;
	--bs-gray-light: #aab2bd;
	--bs-gray-lighter: #e8eff4;
	--bs-gray-lightest: #e6e9ed;
	--bs-gray-dark: #0f1531;
	--bs-black: #000000;
	--bs-primary: var(--bs-green-client);
	--bs-secondary: #F1F1F1;
	--bs-success: #46c35f;
	--bs-info: #52CDFF;
	--bs-warning: #ffaf00;
	--bs-danger: #F95F53;
	--bs-light: #fbfbfb;
	--bs-dark: #1E283D;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--mdb-primary: var(--bs-green-client);
	/* Colors */
	--bs-gray-client: #535353;
	--bs-green-client: #b2db1d;
	--bs-bg-success-client: #A8E34D;
	--bs-bg-warning-client: #FADC84;
	--bs-bg-danger-client: #D15535;
}

body{
	scrollbar-width: thin;
}

table button,
table input,
table optgroup,
table select,
table textarea{
	text-transform: uppercase !important;
}

.btn-group, .btn-group-vertical{
	box-shadow: none !important;
}

.btn-group a.btn-outline-secondary{
	border: solid 1px #e6e9ed !important;
	padding: 5px 10px;
	color: #8D8D8D;
	transition: all .4s ease-in-out;
}

.btn-group a.btn-outline-secondary:hover{
	font-weight: 500;
	background-color: var(--bs-green-client);
	color: var(--bs-gray-client);
	border: solid 1px var(--bs-green-client) !important;
	cursor: pointer;
}

/* Login */
.auth .brand-logo {
	margin-bottom: 0 !important;
}

.bg-login{
	background-color: var(--bs-gray-bg-login);
	display: flex;
	align-items: center;
}

.auth-form-light{
	padding: 10px;
	background-color: var(--bs-gray-bg-login) !important;
}

.auth-form-light .input-group{
	height: 60px;
}

.auth-form-light .input-group-prepend,
.auth-form-light .input-group-prepend .input-group-text{
	color: #8D8D8D;
	background-color: var(--bs-gray-bg-prepend) !important;
	border: 0 !important;
	border-radius: 0;
	padding: 0 10px;
	font-size: 1.2em;
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.auth-form-light .input-group-prepend .input-group-text i{
	color: #8D8D8D !important;
}

.auth-form-light input{
	color: #eee;
	background-color: #3B4148 !important;
	border: 0 !important;
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	text-transform: initial !important;
}

.auth-form-light .auth-form-btn{
	background-color: var(--bs-green-client) !important;
	opacity: .6;
	font-size: 1.1em;
	transition: all .4s ease-in-out;
	letter-spacing: 2px;
	font-weight: 600;
}

.auth-form-light .auth-form-btn:hover{
	opacity: 1;
}

.auth-form-light input:focus,
.auth-form-light input:hover{
	border: 0 !important;
	background-color: #434a52 !important;
	color: #fff;
	cursor: pointer;
	/*box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1)*/
}
/* End Login */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-right: 0;
	padding-left: 0;
}

.brand-logo{
	font-size: 5rem;
}


/* Container scroller */
.container-scroller{
    /*position: relative;*/
}

.auth .auth-form-light {
	background: transparent !important;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.text-strong{
	font-weight: 700;
}

.float-right{
	float: right;
}

.float-left{
	float: left;
}

.nav-item .active{
	background-color: var(--primary);
}

/* Colors */
.badge {
	font-size: .85em;
	margin-right: 5px;
	font-weight: 700;
}

.badge-primary, .bg-primary {
	background-color: #1b984d !important;
	color: var(--bs-white);
	border-color: #1b984d;
}

.badge-success, .bg-success {
	background-color: var(--bs-bg-success-client) !important;
	color: #1b984d;
	border-color: var(--bs-bg-success-client);
}

.badge-warning, .bg-warning {
	background-color: var(--bs-bg-warning-client) !important;
	color: #c80;
	border-color: var(--bs-bg-warning-client);
}

.badge-info, .bg-info {
	background-color: #d0f0fb !important;
	/*color: var(--bs-gray-client);*/
	border-color: #d0f0fb;
}

.badge-danger, .bg-danger, .btn-danger {
	background-color: var(--bs-bg-danger-client) !important;
	/*color: #fff;*/
	border-color: var(--bs-bg-danger-client);
}

.badge-default{
	background-color: #52CDFF;
	/*color: var(--bs-gray-client);*/
	border: solid 1px #52CDFF;
}

.bg-default {
	background-color: var(--bs-gray-client);
	color: var(--bs-white);
	border: solid 1px var(--bs-gray-client);
}

.bg-secondary {
	background-color: #F1F1F1 !important;
}
/*
.btn-success {
	color: #fff;
	background-color: #198754;
}*/

.btn-success,
.btn-success:hover,
.btn-primary,
.swal-button:not([disabled]):hover{
	background-color: var(--bs-green-client) !important;
	color: var(--bs-gray-client) !important;
}

.text-success {
	color: var(--bs-success) !important;
}

.btn-icon{
	margin-right: 5px;
}

/* Inputs */
.form-control {
	border: 1px solid #dee2e6 !important;
}

.accordion > .card .card-body i {
	font-size: 1rem;
}

.accordion.accordion-solid-header .card .card-header a[aria-expanded="true"]::before {
	content: "\e648";
	color: var(--bs-gray-client);
}

.form-control:focus,
.form-control:active{
	border: solid 1px #cbcccf !important;
	box-shadow: none !important;
	background-color: rgba(186, 188, 191, .1);
}

.input-group {
	height: 50px;
}

.input-group > .form-control{
	height: 100% !important;
}

.form-control.form-control-lg {
	line-height: 2.25;
	border-radius: 1px;
}

.input-group-text {
	border-radius: 1px;
	padding: 0 0.75rem !important;
}

.input-group-append.search-related > span i,
.input-group-prepend.search_image > span i{
	transform: scale(1.3);
}

.input-group-append.search-related:hover,
.input-group-prepend.search_image:hover{
	cursor: pointer;
}

/* End Inputs */


.img-xs {
	width: 45px;
	height: 45px;
}


.fullOverlay{
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 1031;
    display: none;
}
/* 3 DOT LOADER */

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1032;
    opacity: 0;
    visibility: hidden;
    transition: all .7ms;
}

.flexbox.visible {
    opacity: 1;
    visibility: visible;
}

.flexbox > div {
    width: 300px;
    height: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

/* 3 DOT LOADER */

.dot-loader {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #ffffff70;
    position: relative;
    -webkit-animation: 1.2s grow ease-in-out infinite;
    animation: 1.2s grow ease-in-out infinite;
}

.dot-loader--2 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
    animation: 1.2s grow ease-in-out infinite 0.15555s;
    margin: 0 20px;
}
.dot-loader--3 {
    -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
    animation: 1.2s grow ease-in-out infinite 0.3s;
}

@-webkit-keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes grow {
    0%, 40%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Modal */
.modal {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(7px);*/
    display: flex;
    align-items: start;
    justify-content: center;
    transition: 0.2s ease;
    z-index: 1060;
}

.modal .modal-container {
    width: 30%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 10px 15px rgba(0,0,0,0.2);
    transition: 0.3s ease 0.1s;
    z-index: 1065;
    margin-top: 50px;
}

.modal .modal-container-md{
    width: 60%;
}

.modal .modal-container-lg{
    width: 95%;
}

.modal .modal-container .modal-header {
    height: 20%;
    border-bottom: 1px solid #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal .modal-container .modal-header h2 {
    font-size: 1.5rem;
    padding-left: 3%;
}

.modal .modal-container .modal-header button {
    width: 2.2rem;
    height: 2.2rem;
    background: transparent;
    border: none;
    /*color: #333;*/
    font-size: 30px;
    cursor: pointer;
    opacity: .5;
    transition: .7s ease;
}

.modal .modal-container .modal-header button:hover {
   opacity: 1;
}

.modal .modal-container .modal-content {
    height: auto;
    padding: 3% 5%;
    overflow: auto;
    max-height: 70vh;
	scrollbar-width: thin;
}

.modal .modal-container .modal-content p {
    font-size: 17px;
    line-height: 1.5;
    color: #444;
    margin: 0px 0px 10px;
}

.hide {
    opacity: 0;
    visibility: hidden;
}

.modal .modal-container.hide {
    transform: scale(0);
    transform: translateX(-10%);
}

/* Modal xs */
@media (max-width: 991px) {

	.auth-form-light h4{
		font-size: 1rem;
		text-align: center;
		color: #ffffff90;
	}

	#btn-login{
		font-size: 1rem;
		font-weight: 500;
	}

	.modal .modal-container {
		width: 95%;
	}

	.modal .modal-container .modal-header h2 {
		font-size: 1.2rem;
	}

	.modal .modal-container .modal-header button {
		font-size: 20px;
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 5px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: .3em 0.7em !important;
	}
}


/* table */
.search-row:hover{
    cursor: pointer;
}

.collapse_row{
	cursor: pointer;
}

.collapse_row td i{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.collapse_row td i.close{
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

thead, tbody, tfoot, tr, td, th{
	border-color: #eaeaf1;
}

table.dataTable.no-footer {
	border-bottom: none;
	text-transform: uppercase;
}

.dataTables_wrapper .dataTable .btn, .dataTables_wrapper .dataTable .ajax-upload-dragdrop .ajax-file-upload, .ajax-upload-dragdrop .dataTables_wrapper .dataTable .ajax-file-upload, .dataTables_wrapper .dataTable .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .dataTables_wrapper .dataTable .swal2-styled {
	/*padding: 0.1rem 1rem;*/
	vertical-align: top;
}

@media only screen and (max-width: 600px) {
	.dataTables_wrapper{
		overflow: hidden;
	}

	table.dataTable > tbody > tr.child span.dtr-data > :not(.btn-group) {
		white-space: break-spaces;
	}

	table.dataTable tbody tr:not(.child) {
		min-width: 100%;
		/*max-width: 370px;*/
		display: inline-block;
		padding: 10px 0;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr.parent{
		background-color: var(--bs-gray-lighter) !important;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control{
		white-space: break-spaces;
		border: none;
		min-width: 100%;
		display: table;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control h6{
		padding-left: 10px;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before{
		display: none !important;
		background-color: #f5f5f5;
		color: #8D8D8D;
		height: 1.8em;
		width: 1.8em;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px #dee2e6;
		transform: translateY(-50%);
		margin-top: 0;
		left: 8px;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before{
		display: none;
		color: var(--bs-white);
		border-color: var(--bs-danger);
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 668px) {
	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before{
		display: none !important;
	}

	table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before{
		display: none;
	}

}


.table-responsive {
	margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #1266f1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	font-size: .875rem;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;

	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	border-radius: 30px;
}

.dataTables_filter{
	margin-bottom: 15px;
}

.tbl-paysheet th, .table td {
	padding: .7rem .7rem;
}

td{
	position: relative;
}

/* Forms */
/*.form-group div.uitypes{
    display: flex;
    align-items: end;
    flex-direction: row;
    justify-content: space-between;
}*/
.select2-container {
	width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--bs-green-client);
	color: var(--bs-gray-client);
}

.select2-selection{
	height: 50px;
}

.select2-selection__choice{

}

.btn span{
	margin-left: 15px;
}
label{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #8D8D8D;
}

.dataTables_info{
	color: #8D8D8D !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .ellipsis{
	color: #8D8D8D !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background-color: var(--bs-green-client);
	color: var(--bs-gray-client) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: 1px solid var(--bs-green-client);
	background-color: var(--bs-green-client);
	color: var(--bs-gray-client) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	opacity: .5;
	border: 1px solid #e6e9ed;
}

.dataTables_wrapper .dataTables_filter input {
	border: 1px solid var(--bs-gray-lightest);
	width: 180px;
}

label.hide {
    display: none;
}

.table tbody tr:hover,
.table tbody tr.active{
	cursor: pointer;
	background-color: var(--bs-gray-lighter) !important;;
}

.table tbody tr td input{
	padding: 10px 2px;
	border: solid 1px #dee2e6;
	width: 5em;
	color: #8D8D8D;
}

.table tbody tr td textarea{
	padding: 5px 2px;
	border: solid 1px #dee2e6;
	width: 100%;
	color: #8D8D8D;
	resize: none !important;
}


.table tbody tr td input:active,
.table tbody tr td input:focus,
.table tbody tr td input:active,
.table tbody tr td input:focus,
.table tbody tr td textarea:active,
textarea:active, textarea:focus,
.table tbody tr td textarea:focus{
	border: solid 1px rgba(186, 188, 191, .5);
	background-color: rgba(186, 188, 191, .06);
	color: #5D5D5D;
}

/* Select2 */
.select2-container .select2-selection--multiple {
	height: auto;
	min-height: 50px;
}

.dataTables_length, .dataTables_filter label{
	text-transform: uppercase;
}

.dataTables_length .select2-container {
	margin: 0;
	width: 180px !important;
}


.dataTables_length .select2-container--default .select2-selection--single {
	height: 35px;
}

.dataTables_length .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 15px;
	margin: -7px 0 0 0;
}

.select2-container--default .select2-dropdown{
	z-index: 1070;
}

/* Notepad */
.accordion.accordion-solid-header .card .card-body {
	padding: .1rem;
}

.paper {
	position: relative;
	width: 90%;
	height: 500px;
	margin: 10px auto;
	background: #fafafa;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	overflow: hidden;
}
.paper:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60px;
	background: radial-gradient(#8d8d8d35 6px, transparent 7px) repeat-y;
	background-size: auto;
	background-size: 30px 30px;
	border-right: 2px solid rgba(249, 95, 83, .5);
	box-sizing: border-box;
}

.paper-content {
	position: absolute;
	top: 30px; right: 0; bottom: 30px; left: 60px;
	background: linear-gradient(transparent, transparent 28px, #c4edee 28px);
	background-size: 30px 30px;
}

.paper-content textarea {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	line-height: 30px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #8d8d8d;
	font-weight: 500;
	font-size: 16px;
	box-sizing: border-box;
	z-index: 1;
}

/* Upload box */
.upload__box {
	position: relative;
	margin: 10px auto 0 auto;
}
.upload__inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.upload__btn {
	display: inline-block;
	min-width: 100%;
	transition: all 0.3s ease;
	cursor: pointer;
	text-transform: uppercase;
	vertical-align: bottom;
	border: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.1);
	font-weight: 500;
	padding: .625rem 1.5rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .25rem;
}

.table.select-table td p {
	color: var(--bs-gray-client);
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload__btn-box {
	margin-bottom: 10px;
}
.upload__img-wrap {
	display: flex;
	flex-wrap: wrap;
	/*margin: 0 -10px;*/
}
.upload__img-box {
	width: 100px;
	padding: 0 10px;
	margin-bottom: 12px;
}
.upload__img-close {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 24px;
	z-index: 1;
	cursor: pointer;
}
.upload__img-close:after {
	content: "✖";
	font-size: 14px;
	color: white;
}

.img-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-bottom: 100%;
	border-radius: 50%;
}

#cart{
	cursor: pointer;
	font-family: var(--mdb-font-roboto);
	font-weight: 500;
	background-color: #f5f5f5;
	border: solid 1px #dee2e6;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
	border-radius: 5px;
	padding: 7px;
	font-size: 14px;
}

.accordion > .card .card-header {
	border: solid 1px var(--bs-gray-light);
}

/* Error pages */
#cont-error-page{
	position: absolute;
	background-color: var(--bs-dark);
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 9999;
	top: 0;
	left: 0;
}
#error-page a {
	color: var(--bs-danger) !important;
	text-decoration:none;
}
#error-page a:hover {
	color: #FFFFFF !important;
	text-decoration:none;
}

#error-page.text-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#error-page .title {
	font-size: 5em;
	font-weight: 700;
	color: var(--bs-danger);
}

#error-page .subtitle {
	font-size: 40px;
	font-weight: 700;
	color: var(--bs-info);
}

#error-page .buttons .button {
	margin: 30px;
	font-weight: 700;
	border: 2px solid var(--bs-danger);
	text-decoration: none;
	padding: 15px;
	text-transform: uppercase;
	color: var(--bs-danger);
	border-radius: 26px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

#error-page .button:hover {
	background-color: var(--bs-danger);
	transition: all 0.2s ease-in-out;
	color: white;
}

@media(max-width: 640px){
	#tbl-detail{
		max-width: 400px;
		width: 100% !important;
	}

	table tbody tr td input.qty{
		width: 100%
	}
	.upload__img-box {
		width: 80px !important;
	}

	.navbar .navbar-menu-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar .navbar-menu-wrapper  .navbar-nav .nav-item.dropdown .navbar-dropdown .dropdown-item{
		justify-content: center;
	}

	.accordion.accordion-solid-header .card .card-header a {
		padding: 1rem 2rem 1rem 2rem !important;
	}
}

.navbar-menu-wrapper-mobile {
	padding-top: 0;
	padding-bottom: 0;
}


/* Sidebar cart */

.content_totals{
	position: absolute;
	top: 0;
	width: 400px;
	right: -600px;
	border-left: solid 1px #e5e5e5;
	height: 100%;
	opacity: 0;
	transition: all .7s ease;
	z-index: 9999;
	background-color: #ffffff;
	display: none;
}

.content_totals.open{
	right: 0;
	opacity: 1;
}

/* Header cart */
.header_cart{
	height: 60px;
	width: 100%;
	color: var(--bs-gray-client);
	background-color: var(--mdb-primary);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .29);
}

.header_cart .header_content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	position: relative;
	height: 60px;
}

.header_cart h3{
	font-weight: 400;
}

.header_cart i{
	font-weight: 400;
	font-size: 1.5rem;
	cursor: pointer;
}

.header_cart i:hover{
	-webkit-animation: pop 0.3s 2;
	animation: pop 0.3s 2;
}

.products_summary{
	padding: 0 10px;
	min-height: calc(100vh - 150px);;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
	scrollbar-width: none;  /* Firefox */
	background-color: #ffffff;
}

.products_summary .container::-webkit-scrollbar {
	display: none;  /* Safari and Chrome */
}

.products_summary .item_cart{
	display: flex;
	align-items: flex-start;
	justify-content: start;
	border: solid 1px #f2f2f2;
	border-radius: 5px;
	padding: 5px;
	min-height: 80px;
	margin-top: 10px;
	transition: box-shadow .5s ease;
	position: relative;
	min-height: 80px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .02);
}

.products_summary .item_cart:hover{
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .09);
	cursor: pointer;
}

.products_summary .item_cart .flotantes{
	display: flex;
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 1px #dee2e6;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #8D8D8D;
	font-size: 12px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
}

.products_summary .item_cart .remove{
	top: 10px;
	right: 10px;
	background-color: var(--bs-danger);
	color: var(--bs-white);
	border-color: var(--bs-danger);
}

.products_summary .item_cart .qty{
	bottom: 10px;
	right: 10px;
}

.products_summary .item_cart .remove:hover{
	cursor: pointer;
}

.products_summary .item_cart img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-top: 5px;
	border: solid 1px #e5e5e5;
	min-width: 70px;
	min-height: 70px;
	object-fit: cover;
	/*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.19);*/
}

.num_images{
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: var(--mdb-gray-200);
	text-align: center;
	line-height: 1.8;
	font-size: 14px;
}

.products_summary .item_cart .item_detail{
	display: flex;
	align-items: start;
	justify-content: start;
	padding: 0 7px;
	width: 100%;
}

.products_summary .item_cart .item_detail .col-left{
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: start;
	width: 100%;
	color: #8D8D8D;
}

.products_summary .item_cart .item_detail .col-left p{
	margin: 0;
	padding: 0;
}

.products_summary .item_cart .item_detail .col-left .product_name{
	font-size: .75rem;
}

.products_summary .item_cart .item_detail .col-left .option_name{
	font-size: .7rem;
	color: rgba(0, 0, 0, .6);
}

.products_summary .item_cart .item_detail .col-left input{
	font-size: .85rem;
	text-align: center;
	padding: 5px 2px;
	width: 80px;
	border: solid 1px #e5e5e5;
	border-radius: 3px;
}

.products_summary .item_cart .item_detail .col-right{
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: space-between;
	width: 30%;
	height: 11vh;
}

.products_summary .item_cart .item_detail .col-right .product_price{
	font-size: .8rem;
	color: rgb(0, 0, 0);
}

.products_summary .item_cart .item_detail .col-right .product_price del{
	font-size: .7rem;
	color: rgba(0, 0, 0, .6);
	text-align: right;
}

.products_summary .item_cart .item_detail .col-right i.remove_product{
	font-size: 1.8rem;
	color: rgba(0, 0, 0, .3);
	transition: all .3s;
}

.products_summary .item_cart .item_detail .col-right i.remove_product:hover{
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	-webkit-animation: pop 0.3s 2;
	animation: pop 0.3s 2;
}

/* ALL TOOLTIP STYLES */
[tooltip] {
	position: relative;
}

[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	font-size: .9em;
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 0;
}
[tooltip]::before {
	content: "";
	border: 5px solid transparent;
	z-index: 1001;
}
[tooltip]::after {
	content: attr(tooltip);
	font-family: Helvetica, sans-serif;
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
	background: #333;
	color: #fff;
	z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* TOOLTIP: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}

/* TOOLTIP: DOWN */
[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}

/* TOOLTIP: LEFT */
[tooltip][flow^="left"]::before {
	top: 50%;
	border-right-width: 0;
	border-left-color: #333;
	left: calc(0em - 5px);
	transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
	top: 50%;
	right: calc(100% + 5px);
	transform: translate(-.5em, -50%);
}

/* TOOLTIP: RIGHT */
[tooltip][flow^="right"]::before {
	top: 50%;
	border-left-width: 0;
	border-right-color: #333;
	right: calc(0em - 5px);
	transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
	top: 50%;
	left: calc(100% + 5px);
	transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
	to {
		opacity: .9;
		transform: translate(-50%, 0);
	}
}

@keyframes tooltips-horz {
	to {
		opacity: .9;
		transform: translate(0, -50%);
	}
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
	animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
	animation: tooltips-horz 300ms ease-out forwards;
}

.navbar {
	background-color: var(--bs-gray-client);
}

/* Modal xs */
@media (max-width: 991px) {
	.content_totals{
		position: fixed;
		top: 0;
		width: 100%;
		left: 0;
		height: 100%;
		opacity: 0;
		transition: all .7s ease;
		z-index: 9999;
		background-color: #ffffff;
		display: none;
		border: 0;
	}
}

/* Animations */
@-webkit-keyframes pop {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}
@keyframes pop {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(249, 178, 71 , .4);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(249, 178, 71 , 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(249, 178, 71 , 0);
	}
}


.fade{
	opacity: 0;
}



/* debug */
.xdebug-error tbody tr th span,
.xdebug-error tbody tr th,
.xdebug-error tbody tr td span,
.xdebug-error tbody tr td {
	color: #000 !important;
}
