html{
	overflow: auto;
}
html::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: transparent;
}
html::-webkit-scrollbar-thumb {
	background-color: #b3b3b3;
	outline: none;
	border-radius: 5px;
}
html, body {
	height: 100%;
}
#root{
	height: 100%;
}
#root, #side-modal-root {

}
.app {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header, .custom-header {
	flex: 0 0 5rem;
}
.header__profile-btn {
	padding: 0 1.5rem;
	height: 2.7rem;
	padding: 0;
	background: transparent !important;
}
.header__profile-btn-logo {
	color: #707070;
	font-size: 1.4rem;
	font-weight: 500;
	/*  height: 3.6rem;*/
	vertical-align: middle;
	/*  max-height: 3.6rem;*/
	max-width: 8rem;
	margin-right: 1rem;
}
.header__profile-btn-logo i,
.header__profile-btn-logo svg,
.header__profile-btn-logo img {
	height: 3.6rem;
	width: 12rem;
	vertical-align: middle;
	max-height: 3.6rem;
	max-width: 12rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 2px;
}
.header ul, .custom-header ul {
	margin: 0;
	padding: 0;
	height: 100%;
}
.header ul li, .custom-header ul li {
	list-style: none;
}
.header .btn-menu, .custom-header .btn-menu {
	border-radius: 5px;
}
.header .btn-menu:hover, .custom-header .btn-menu:hover {
	background: #008e79;
}

.custom-menu-options-large {
	width: 30rem !important;
}
.custom-header {
	flex: 0 0 3.5rem;
	max-height: 3.5rem;
	/*background: #fff;*/
	background-color: #17C653 !important;
	color: #fff !important;
	border-bottom: 1px solid #E2E8F0;
}
.color-secondary{
    color: #fff !important;
}
.new-menu-container-button {
    border: 1px solid #FFF !important;
}

.custom-header .profile-btn-new-initial {
	width: 2rem;
	height: 2rem;
	background: #c7d2fe;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
}

.custom-header .profile-btn-new-initial {
    background: #FFF;
}

.custom-header .profile-btn-new-initial .color-secondary{
    color: #17C653 !important;
}

.menu, .new-menu {
	position: relative;
	position: initial;
}
.new-menu {
	position: relative;
}
.new-menu-item {
	cursor: pointer;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	display: flex;
	align-items: center;
	width: 3rem;
	z-index: 9;
}

.new-menu-item i{
	font-size:22px;
}
.new-menu ul {
	padding: 0 !important;
}
.new-menu ul li {
	padding: 0 0.8rem;
}
.new-menu ul .menu-submenu-big {
	border-bottom: 1px solid #e2e8f0;
	padding: 0.6rem 0.8rem;
}
.new-menu ul li:last-child {
	border-top: 1px solid #e2e8f0;
	padding: 0.6rem 0.8rem;
}
.new-menu-container-button {
	padding: 0 1rem;
	border: 1px solid #E2E8F0;
	border-radius: 0.5rem !important;
	/*  height: 4rem;*/
	z-index: 9;
}
.new-menu-container-button:focus {
	box-shadow: none !important;
}
@media (max-width: 575.98px) {
	.new-menu-container-button {
		border: 0;
	}
}
.main {
	flex: 1 1 100%;
	background: #f4f5fb;
	overflow: hidden;
}
.main .home {
	height: 100%;
}
.main .home .invoice {
	height: 100%;
	background: #f4f5fb;
	width: 100%;
	overflow-x: auto;
}
.main .home .invoice.pending-invoice {
	/*  height: calc(100% - 4.4rem);*/
}
.main .home .invoice .items {
	flex: 1 1 100%;
	position: relative;
}
.main .home .invoice .items .items-section {
	height: 100%;
}
.main .home .invoice .items .items-section.category {
	margin-left: 60px;
}
.main .home .items-grid {
	/*    padding-top: 12px;*/
	overflow: hidden;
	overflow-y: auto;
}
.main .home .items-grid::-webkit-scrollbar {
	width: 7px;
	height: 7px;
	background: transparent;
}
.main .home .items-grid::-webkit-scrollbar-thumb {
	background-color: #b3b3b3;
	outline: none;
	border-radius: 5px;
}

.main .home .invoice .items .items-section .items-grid {
	height: 99.1%;
	max-height: 99.9%;
}
.main .home .invoice .items .items-section .items-grid .container{
	padding-left: .5rem;
	padding-right: .5rem;
}
.main .home .invoice .active-invoice {
	background: #fff;
	flex: 0 0 40%;
	flex: 0 0 100%;
}
@media (min-width: 768px) {
	.main .home .invoice .active-invoice {
		max-width: 550px;
		width: 550px;
	}
}
@media (max-width: 767.98px) {
	.main .home .invoice .active-invoice {
		flex: 0 0 50%;
	}
}

.main .home .invoice .active-invoice .invoice-top {
	display: flex;
	border-bottom: 1px solid #cccccc;
}
.main .home .invoice .active-invoice .invoice-top__header {
	height: 40px;
}
.main .home .invoice .active-invoice .invoice-top__header button {
	height: 40px;
}
.main .home .invoice .active-invoice .invoice-top__header .title {
	width: 100%;
}
.main .home .invoice .active-invoice .invoice-top__header-settings {
	max-height: calc(100% - 40px);
	height: calc(100% - 40px);
	z-index: 1;
	top: 40px;
	border-radius: 0px 0px 5px 5px;
}
.main .home .invoice .active-invoice .invoice-top__header-settings form {
	max-height: 100%;
}
.main .home .invoice .active-invoice .invoice-top__header-settings .side-modal__bottom-buttons button {
	padding: 8px;
	border-radius: 0px 0px 5px 5px;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 21px;
}
.main .home .invoice .active-invoice .invoice-top__header-invoice-settings {
	background-color: #fff;
	border: 1px solid #cccbcc;
	border-radius: 9px;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 44px;
	width: 328px;
	padding: 0px 10px;
}

.main .home .invoice .active-invoice .invoice-top__header-invoice-settings h3 {
	color: #00B19D;
	font-weight: 500;
	font-size: 16px;
	line-height: 14px;
}
.main .home .invoice .active-invoice .invoice-top__header-invoice-settings .triangle {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-top: 1px;
	border-left: 1px;
	border-bottom: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #cccbcc;
	transform: rotate(45deg);
	position: absolute;
	right: 8px;
	top: -6px;
}
.main .home .invoice .active-invoice .invoice-top__client {
	padding: 1rem 0.5rem;
}
.main .home .invoice .active-invoice .invoice-top__client > svg {
	flex: 1 0 36px;
	width: 36px;
}

.main .home .invoice .active-invoice .invoice-top__client .btn-add-contact {
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #809bb6;
	font-weight: 700;
}
.main .home .invoice .active-invoice .invoice-content {
	height: 100%;
	overflow: auto;
}
.main .home .invoice .active-invoice .invoice-content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background: transparent;
}
.main .home .invoice .active-invoice .invoice-content::-webkit-scrollbar-thumb {
	background-color: #00b19d;
	outline: none;
	border-radius: 5px;
}
.main .home .invoice .active-invoice .invoice-bottom {
	background: #f2f2f2;
}

.main .home .invoice .active-invoice .invoice-bottom__summary-row {
	/*  font-size: 1.6rem;*/
	font-weight: 400;
	color: #474747;
	border-bottom: 1px dashed #cccccc;
}
.main .home .invoice .active-invoice .invoice-bottom .pay {
	padding: 1.5rem 1rem;
}
.main .home .invoice .active-invoice .invoice-bottom .pay .btn-sell-invoice {
	width: 100%;
	color: #fff;
	/*  font-size: 2rem;*/
	font-weight: 600;
	height: inherit;
	display: flex;
	align-items: center;
	padding: 0.8rem 1.2rem;
	text-transform: uppercase;
}
.main .home .invoice .active-invoice .invoice-bottom .cancel {
	background: #809bb6;
	height: 3.8rem;
	color: #fff;
}
.main .home .invoice .active-invoice .invoice-bottom .cancel .btn-cancel-invoice {
	color: #fff;
	/*  font-size: 1.5rem;*/
	height: inherit;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.main .home .invoice .active-invoice__item {
	cursor: pointer;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
	max-width: 100%;
	animation: fadeIn ease 0.2s;
	-webkit-animation: fadeIn ease 0.2s;
	-moz-animation: fadeIn ease 0.2s;
	-o-animation: fadeIn ease 0.2s;
	-ms-animation: fadeIn ease 0.2s;
}
.main .home .invoice .active-invoice__item:hover {
	background: #f2f2f2;
}
.main .home .invoice .active-invoice__item-data {
	flex: 1 1 50%;
	padding: 0 5px 0 0;
}
.main .home .invoice .active-invoice__item-total-price {
	flex: 1 1 25%;
	padding: 0 5px;
}
.main .home .invoice .active-invoice__item-name {
	white-space: break-spaces;
}
.main .home .invoice .active-invoice__item-name, .main .home .invoice .active-invoice__item-total-price {
	color: #474747;
	font-weight: 500;
	font-size: 1.5rem;
}

@media (max-width: 767.98px) {
	.main .home .invoice .active-invoice__item-name, .main .home .invoice .active-invoice__item-total-price {
		font-size: 1.3rem;
	}
}
.main .home .invoice .active-invoice__item-price, .main .home .invoice .active-invoice__item-reference {
	color: #707070;
	font-weight: 500;
	font-size: 1.4rem;
}
@media (max-width: 767.98px) {
	.main .home .invoice .active-invoice__item-price, .main .home .invoice .active-invoice__item-reference {
		font-size: 1.3rem;
	}
}
.main .home .invoice .active-invoice__item-actions {
	width: 120px;
}
.main .home .invoice .active-invoice__item-actions button {
	width: 32px;
	height: 32px;
}

@media (max-width: 767.98px) {
	.main .home .invoice .active-invoice__item-actions {
		width: 100px;
	}
	.main .home .invoice .active-invoice__item-actions button {
		width: 28px;
		height: 28px;
	}
	.main .home .invoice .active-invoice__item-actions button svg {
		width: 18px;
		height: 18px;
	}
}
.main .home .invoice .active-invoice__item-quantity {
	border: 0.2rem solid #00b19d;
	font-weight: 700;
	margin: 0 0.5rem;
	width: 38px;
	height: 38px;
}

@media (max-width: 767.98px) {
	.main .home .invoice .active-invoice__item-quantity {
		width: 32px;
		height: 32px;
	}
}
.main .home .invoice .active-invoice__item-delete {
	width: 2.5rem;
	border-right: none;
	padding: 5px 0 !important;
}
.main .home .invoice .active-invoice__item-delete:hover {
	background: #809bb6 !important;
}
.main .home .invoice .active-invoice__item-delete:hover svg {
	fill: #fff !important;
}

.main .home .invoice .new-active-invoice {
	background: #fff;
	flex: 0 0 40%;
	border-left: 1px solid #CBD5E1;
	flex: 0 0 100%;
}
.main .home .invoice .new-active-invoice button:focus {
	box-shadow: 0 0 0 0;
	outline: 0;
}
.main .home .invoice .new-active-invoice .no-item {
	background-color: #F8FAFC;
}

@media (min-width: 768px) {
	.main .home .invoice .new-active-invoice {
		max-width: 550px;
		width: 550px;
	}
}
@media (max-width: 767.98px) {
	.main .home .invoice .new-active-invoice {
		flex: 0 0 50%;
	}
}
.main .home .invoice .new-active-invoice .invoice-top {
	display: flex;
	border-bottom: 1px solid #E2E8F0;
}
.main .home .invoice .new-active-invoice .invoice-top__header {
	/*font-family: "Inter Semibold";*/
	color: #0f172a;
	font-size: 18px;
	border-bottom: 1px solid #E2E8F0;
}
.main .home .invoice .new-active-invoice .invoice-top__header-actions-large {
	display: flex;
}
@media (max-width: 768px) {
	.main .home .invoice .new-active-invoice .invoice-top__header-actions-large {
		display: none;
	}
}
.main .home .invoice .new-active-invoice .invoice-top__header-actions-small {
	display: none;
	padding-left: 16px;
	padding-right: 16px;
}

@media (max-width: 768px) {
    .main .home .invoice .new-active-invoice .invoice-top__header-actions-small {
        display: flex;
    }
}

.main .home .invoice .new-active-invoice .invoice-top__header-buttons {
    border-radius: 50%;
}

.main .home .invoice .new-active-invoice .invoice-top__header-buttons i {
    font-size: 24px;
    color: #b3b3b3!important;
}

.main .home .invoice .new-active-invoice .invoice-top__header-buttons button:active,
.main .home .invoice .new-active-invoice .invoice-top__header-buttons button:focus {
    border: 0 solid black !important;
}

.main .home .invoice .new-active-invoice .invoice-top__header-buttons:hover {
    background-color: #F1F5F9;
}

.main .home .invoice .new-active-invoice .invoice-top__header-buttons:hover svg path {
    fill: black;
}

.main .home .invoice .new-active-invoice .invoice-top__header-settings {
    max-height: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 1;
    top: 40px;
    border-radius: 0px 0px 5px 5px;
}

.main .home .invoice .new-active-invoice .invoice-top__header-settings form {
    max-height: 100%;
}

.main .home .invoice .new-active-invoice .invoice-top__header-settings .side-modal__bottom-buttons button {
    padding: 8px;
    border-radius: 0px 0px 5px 5px;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 21px;
}

.main .home .invoice .new-active-invoice .invoice-top__header-invoice-settings {
    background-color: #fff;
    border: 1px solid #cccbcc;
    border-radius: 9px;
    position: absolute;
    z-index: 1;
    right: 5px;
    top: 44px;
    width: 328px;
    padding: 0px 10px;
}

.main .home .invoice .new-active-invoice .invoice-top__header-invoice-settings-small-options {
    padding: 0 10px;
    margin: 11px 0;
}

.main .home .invoice .new-active-invoice .invoice-top__header-invoice-settings h3 {
    color: #00B19D;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
}

.main .home .invoice .new-active-invoice .invoice-top__header-invoice-settings .triangle {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: #cccbcc;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: -6px;
}

.main .home .invoice .new-active-invoice .invoice-top__item .btn-add-item {
    font-size: 14px;
    color: #fff;
    border: 1px solid #00b19d;
    background-color: #00b19d;
    padding: 0 1rem;
    margin-left: 0.9rem;
    height: 3.8rem;
    width: 150px;
    text-align: center;
}

.main .home .invoice .new-active-invoice .invoice-top__client> svg {
    flex: 1 0 36px;
    width: 36px;
}

.main .home .invoice .new-active-invoice .invoice-top__client .btn-add-contact {
    font-size: 14px;
    border: 1px solid #00b19d;
    color: #00b19d;
    padding: 0 1rem;
    margin-left: 0.9rem;
    height: 3.8rem;
}

.main .home .invoice .new-active-invoice .invoice-top__client .btn-add-contact div {
    display: none;
}

.main .home .invoice .new-active-invoice .invoice-top__client-selector .Select__control {
    border: 0;
}

.main .home .invoice .new-active-invoice .invoice-top .fast-option-title {
    font-size: 14px;
    margin-bottom: 0.3rem;
    color: #0f172a;
    /*display: none;*/
}

.main .home .invoice .new-active-invoice .invoice-content {
    height: 100%;
    overflow: auto;
    background: #F8FAFC;
}

.main .home .invoice .new-active-invoice .invoice-content::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}

.main .home .invoice .new-active-invoice .invoice-content::-webkit-scrollbar-thumb {
    background-color: #696cff;
    outline: none;
    border-radius: 5px;
}

.main .home .invoice .new-active-invoice__item {
    margin: 0;
    border-bottom: 1.7px solid #E2E8F0;
    max-width: 100%;
    animation: fadeIn ease 0.2s;
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.main .home .invoice .new-active-invoice__item-image-container {
    border: 2px solid #E2E8F0;
    border-radius: 5px;
    width: 52px !important;
    height: 52px !important;
}

.main .home .invoice .new-active-invoice__item-image-container img {
    display: block;
    width: 100%;
}

.main .home .invoice .new-active-invoice__item:hover {
    background: #F8FAFC;
}

.main .home .invoice .new-active-invoice__item-warning-container {
    padding-top: 0.25rem;
}

.main .home .invoice .new-active-invoice__item-warning {
    color: #B45309;
    max-height: 32px;
    margin: 0px;
}

.main .home .invoice .new-active-invoice__item-data {
    flex: 1 1 50%;
    padding: 0 5px 0 0;
}

.main .home .invoice .new-active-invoice__item-data i {
    font-size: 20px;
}

.main .home .invoice .new-active-invoice__item-total-price {
    flex: 1 1 25%;
    padding: 0 5px;
    height: 100%;
}

.main .home .invoice .new-active-invoice__item-total-price .discount {
    font-size: 12px;
}

.main .home .invoice .new-active-invoice__item-name {
    white-space: break-spaces;
    font-weight: 600;
    text-transform: uppercase;
}

.main .home .invoice .new-active-invoice__item-name.name-large {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main .home .invoice .new-active-invoice__item-name,
.main .home .invoice .new-active-invoice__item-total-price {
    color: #474747;
    font-size: 14px;
}

.main .home .invoice .new-active-invoice__item-price,
.main .home .invoice .new-active-invoice__item-reference {
    color: #64748b;
    font-weight: 500;
    font-size: 12px;
}

.main .home .invoice .new-active-invoice__item-actions {
    position: absolute;
    visibility: hidden;
    display: flex;
    justify-content: right;
    top: 38px;
    /*13% | 50%*/
    right: 5px;
    width: 135px !important;
    height: 38px;
    background: #F8FAFC;
}

.main .home .invoice .new-active-invoice__item-actions-button {
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.main .home .invoice .new-active-invoice__item-actions-button.first {
    margin-right: 8px;
}

.main .home .invoice .new-active-invoice__item-actions-button i {
    margin: auto 0;
    font-size: 20px;
}

.main .home .invoice .new-active-invoice__item-actions-button:hover {
    background-color: #F1F5F9;
}

.main .home .invoice .new-active-invoice__item-actions-button:hover svg path {
    fill: black;
}

.main .home .invoice .new-active-invoice__item-actions-button:active {
    background-color: #E2E8F0;
}

@media (max-width: 767.98px) {
    .main .home .invoice .new-active-invoice__item-actions button {
        width: 28px;
        height: 28px;
    }
    .main .home .invoice .new-active-invoice__item-actions button svg {
        width: 18px;
        height: 18px;
    }
}

.main .home .invoice .new-active-invoice__item:hover> .new-active-invoice__item-actions {
    visibility: visible;
}

.main .home .invoice .new-active-invoice__item-quantity-container {
    position: absolute;
    height: auto;
    left: 50%;
    top: 1.5rem;
    border-radius: 2rem;
    animation: fadeIn ease 0.2s;
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container {
    position: relative;
    width: 120px;
    /* width: 100%;
    max-width: 11rem;*/
    padding: 0;
    border: 0;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper {
    width: 120px !important;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper input[type=number]::-webkit-inner-spin-button,
.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper input[type=number] {
    -moz-appearance: textfield;
    border: 0;
    width: 120px !important;
    border-radius: 10px;
    padding: 6px 0;
    background: #fff;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper input[type=number]:focus,
.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper input[type=number]:active {
    border: none;
    outline: none;
}

.main .home .invoice .new-active-invoice__item:hover .quantity-container .quantity-input-wrapper input[type=number] {
    background: #F8FAFC;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper button {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    /*  top: 0.3rem;*/
    line-height: 1.2;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    white-space: nowrap;
    /*  border-radius: 1.4rem;*/
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.15s;
    opacity: 0.5;
    background-color: rgb(241, 245, 249) !important;
    font-weight: bold;
    font-size: 20px !important;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container button:focus {
    outline: none;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container button:hover {
    opacity: 1;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper button.add {
    right: 0rem;
}

.main .home .invoice .new-active-invoice__item-quantity-container .quantity-container .quantity-input-wrapper button.sub {
    left: 0rem;
}

@media screen and (min-width: 790px) and (max-width: 1140px) {
    .main .home .invoice .new-active-invoice__item-quantity-container {
        left: 44%;
    }
}

@media screen and (max-width: 790px) {
    .main .home .invoice .new-active-invoice__item-quantity-container {
        left: 41%;
    }
}

.main .home .invoice .new-active-invoice__item-quantity-container svg:hover rect {
    fill: #E2E8F0;
}

.main .home .invoice .new-active-invoice__item-quantity-container svg:active rect {
    fill: #CBD5E1;
}

.main .home .invoice .new-active-invoice__item-quantity {
    font-size: 16px;
    color: #334155;
    font-weight: 500;
    margin: 0 0.5rem;
    width: 38px;
}

@media (max-width: 767.98px) {
    .main .home .invoice .new-active-invoice__item-quantity {
        width: 32px;
        height: 32px;
    }
}

.main .home .invoice .new-active-invoice__item-delete {
    width: 2.5rem;
    border-right: none;
    padding: 5px 0 !important;
}

.main .home .invoice .new-active-invoice__item-delete:hover {
    background: #809bb6 !important;
}

.main .home .invoice .new-active-invoice__item-delete:hover svg {
    fill: #fff !important;
}

.main .home .invoice .new-active-invoice .invoice-bottom {
    border-top: 1px solid #E1E7EE;
    background: #fff;
    animation: fadeIn ease 0.2s;
    filter: drop-shadow(0px -4px 20px rgba(199, 203, 207, 0.5));
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s;
}

.main .home .invoice .new-active-invoice .invoice-bottom__summary {
    background: #F8FAFC;
    border-radius: 0.5rem;
    color: #8996A7;
    /*  margin-bottom: 1.5rem;*/
}

.main .home .invoice .new-active-invoice .invoice-bottom__summary-row {
    /*  font-size: 1.3rem;*/
    padding: 0.35rem 0.7rem;
    color: #474747;
    /*  border-bottom: 1px dashed #cccccc;*/
}

.main .home .invoice .new-active-invoice .invoice-bottom__summary-row:last-child {
    border: 0;
}

.main .home .invoice .new-active-invoice .invoice-bottom__summary-row .desc {
    color: #64748b;
}

.main .home .invoice .new-active-invoice .invoice-bottom__summary-row .number {
    color: #334155 !important;
}

.main .home .invoice .new-active-invoice .invoice-bottom__actions {
    margin-top: 1rem;
}

.main .home .invoice .new-active-invoice .invoice-bottom .pay .btn-sell-invoice {
    width: 100%;
    color: #fff;
    /*  font-size: 1.8rem;*/
    height: inherit;
    display: flex;
    align-items: center;
    padding: 0.8rem 1rem;
    border: 0;
}

.main .home .invoice .new-active-invoice .invoice-bottom .pay button:disabled {
    background: #C2C9D6;
}


/*.main .home .invoice .new-active-invoice .invoice-bottom .cancel {
  margin-top: 1rem;
}*/

.main .home .invoice .new-active-invoice .invoice-bottom .cancel .btn-cancel-invoice {
    padding: 0;
    color: #64748b;
    /*  font-size: 14px;*/
    height: inherit;
    display: flex;
    align-items: center;
}


/*.main .home .invoice .new-active-invoice .invoice-bottom .cancel .btn-cancel-invoice div:first-child {
  font-family: "Inter Semibold";
}*/

.main .home .invoice .new-active-invoice .invoice-bottom .cancel .btn-cancel-invoice:active {
    outline: none !important border: none;
}

.main .home .invoice .new-active-invoice .invoice-bottom .cancel .btn-cancel-invoice:focus {
    outline: none !important box-shadow: none !important;
}

.main .home .footer {
    flex: 1 1 2.9rem;
    background: #f2f2f2;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.main .home .footer__wrapper {
    padding-right: 4.4rem;
}

.main .home .footer__wrapper.footer-navigation {
    padding-left: 4.4rem;
    padding-right: 13.2rem;
}

.main .home .footer__invoice-list {
/*    overflow-x: scroll;*/ /** COMENTADO POR JUAN **/
}

.main .home .footer__invoice-list::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.main .home .footer__invoice-list::-webkit-scrollbar-thumb {
    background-color: #00b19d;
    outline: none;
    border-radius: 5px;
}

.main .home .footer__invoice {
    min-width: 16rem;
    max-width: 16rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #f2f2f2;
    cursor: pointer;
    animation: fadeIn ease 0.2s;
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s;
}

.main .home .footer__invoice.active {
    border-top: 2px solid #17C653;
    background: #fff;
}

.main .home .footer__invoice .invoice-icon .invoice-pending-indicator {
    width: 1rem;
    height: 1rem;
    bottom: -0.5rem;
    right: -0.5rem;
    background: #e85e42;
    border-radius: 50%;
    border: 1px solid #fff;
}

.main .home .footer__invoice .invoice-icon i {
    font-size: 18px;
    color: #3acf6d !important;
}

.main .home .footer__invoice .invoice-name {
    /*  font-size: 1.4rem;*/
    color: #474747;
    font-weight: 500;
}

.main .home .footer button {
    background: #fff;
    width: 3rem;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.main .home .footer button:focus {
    box-shadow: none;
}

.main .home .search {
    padding: .6rem;
}

.main .home .search .btn-add-item {
    font-size: 1.2rem;
    color: #00b19d;
    font-weight: 500;
    border: 1px solid #00b19d;
    min-width: 17rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.main .home .search .btn-add-item i {
    font-size: 1.2rem;
}

@media (max-width: 767.98px) {
    .main .home .search .btn-add-item {
        min-width: 15rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (max-width: 575.98px) {
    .main .home .search .btn-add-item {
        min-width: 4rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.main .home .search .search-bar {
    height: 3.8rem;
    width: 100%;
}

.main .home .search .search-bar> button {
    height: 100%;
    padding: 0 1.5rem;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .main .home .search .search-bar> button {
        padding: 0 0.5rem;
    }
}

.main .home .search .search-bar> button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.main .home .search .search-bar .search-bar-input {
    width: 100%;
    height: 100%;
    border: 1px solid #00b19d;
    border-left: none;
    color: #474747;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 4rem 0 1rem;
    outline: none;
}

@media (max-width: 767.98px) {
    .main .home .search .search-bar .search-bar-input {
        padding: 0 4rem 0 0.5rem;
    }
}

.main .home .search .search-bar .search-bar-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #707070;
}

.main .home .search .search-bar .search-bar-input::placeholder {
    /* Recent browsers */
    color: #707070;
}

.main .home .search .search-bar .search-bar-container {
    position: relative;
}

.main .home .search .search-bar .search-bar-container button {
    right: 0;
    top: 0;
    bottom: 0;
}

.main .home .item-categories {
    overflow: hidden;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 60px;
    z-index: 2;
    transition: width 0.2s ease-in;
}

.main .home .item-categories .item-categories-container {
    padding: 0.5rem 0;
    overflow: hidden;
    flex: 2;
}

.main .home .item-categories .item-categories-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: transparent;
}

.main .home .item-categories .item-categories-container::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    outline: none;
    border-radius: 5px;
}

.main .home .item-categories .clean-button {
    display: flex;
    height: 40px;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s ease-in;
}

.main .home .item-categories .clean-button p {
    display: none;
}

.main .home .item-categories .clean-button svg {
    display: block;
    margin-left: 10px;
}

.main .home .item-categories:hover {
    width: 24rem;
}

.main .home .item-categories:hover .item-categories-container {
    overflow-y: auto !important;
}

.main .home .item-categories:hover .clean-button {
    justify-content: center;
    align-items: center;
}

.main .home .item-categories:hover .clean-button svg {
    display: none;
}

.main .home .item-categories:hover .clean-button p {
    display: block;
}

.main .home .item-categories .item-category {
    width: 24rem;
    padding: 0.25rem 0.5rem 0.25rem 0;
    cursor: pointer;
}

.main .home .item-categories .item-category.selected .indicator {
    border: 2px solid #00b19d;
}

.main .home .item-categories .item-category .category-container {
    height: 40px;
    width: 60px;
    margin-right: 10px;
    display: inherit;
    justify-content: center;
    align-items: center;
}

.main .home .item-categories .item-category .category-container .indicator {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.main-new-color {
    background: #f1f5f9;
}

.reset-typography {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 600;
}

.body-1-bold,
.body-2-bold,
.body-3-bold,
.caption-bold,
.font-semibold,
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
    /*    font-family: "Inter Semibold";*/
    font-weight: 600;
}

.body-1-bold,
.body-1-italic,
.body-1-regular,
.body-1-underline,
.text-lg {
    font-size: 18px;
    line-height: 30px;
}

.body-3-bold,
.body-3-italic,
.body-3-regular,
.body-3-underline,
.label-2,
.text-sm {
    font-size: 14px;
    line-height: 24px;
}

.color-secondary {
    color: #334155;
}

.pl-3 {
    padding-left: 1rem!important;
}

.pl-4 {
    margin-left: 1.5rem!important;
}

.located-notification-webcomponent {
    display: block;
    margin: 1rem 1.25rem 0;
    font-size: 1.3rem;
}

.overflow-hidden {
    overflow: hidden!important;
}

.pointer {
    cursor: pointer!important;
}

.btn-minius,
.btn-plus {
    background: rgb(241, 245, 249);
    width: 25px;
    height: 25px;
}

.btn-minius:hover,
.btn-plus:hover {
    background-color: #E7ECF1 !important;
}

.fw-medium {
    font-weight: 700 !important;
}

.product-item {
    min-height: 100px;
    border: 1px solid #DBDFE9;
    cursor: pointer;
    padding: 0 3px !important;
}

.avatar.avatar-product {
    width: 3.675rem;
    height: 3.675rem;
}

h6.product-name {
    font-size: 14px !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    word-wrap: normal;
}

/****** LOADER *********/
/* Page Loader ================================= */

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper.content-loder {
    position: absolute;
    display: none;
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}

.page-loader-wrapper.content-loder .loader {
    top: calc(20% - 30px);
}


/* Preloaders ================================== */

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 3000ms linear infinite;
    -moz-animation: container-rotate 3000ms linear infinite;
    -o-animation: container-rotate 3000ms linear infinite;
    animation: container-rotate 3000ms linear infinite;
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spinner-layer.pl-green {
    border-color: #696cff;
}

.right {
    float: right !important;
}

.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch.circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -moz-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    -o-transform: rotate(-129deg);
    transform: rotate(-129deg);
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}
.loader p{
    margin: 0 0 10px;
}

/*.input-group-merge .input-group-text:first-child{border-right:0}
.input-group-merge .input-group-text:last-child{border-left:0}
.input-group-merge .form-control:not(:first-child){padding-left:0;border-left:0}
.input-group-merge .form-control:not(:last-child){padding-right:0;border-right:0}
.input-group-text{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}

.input-group-merge .input-group-text:first-child{border-left:0}
.input-group-merge .input-group-text:last-child{border-right:0}
.input-group-merge .form-control:not(:first-child){padding-right:0;border-right:0}
.input-group-merge .form-control:not(:last-child){padding-left:0;border-left:0}

.input-group:focus-within{box-shadow:0 0 .25rem .05rem rgba(105,108,255,.1)}
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text{box-shadow:none}
.input-group-text{background-clip:padding-box;background-color: white;}
.input-group-text i{font-size:0.9375rem}*/

.fw-semibold {
    font-weight: 500 !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.fs-5 {
    font-size: 1rem !important;
}
.fs-6 {
    font-size: .9rem !important;
}
.fs-7 {
    font-size: .85rem !important;
}
.fs-8 {
    font-size: .75rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.w-275px {
    width: 275px !important;
}

.menu-item {
    /*display: block;
    padding: .15rem 0;*/
}
.menu-item .menu-content {
    padding: .65rem 1rem;
}
.symbol {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: .475rem;
}
.symbol.symbol-50px>img{width:50px;height:50px}
.px-3-menu {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}
.me-5-menu {
    margin-right: .8rem !important;
}
.py-4-menu{padding-top:1rem!important;padding-bottom:1rem!important}
.badge-light-success {
    background-color: #DFFFEA;
    color: #17C653;
}
.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #F1F1F4;
}
.menu-gray-800 .menu-item .menu-link {
    color: #252F4A;
}
.menu-rounded .menu-link {
    border-radius: .475rem;
}
.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
    padding: .65rem 1rem;
    transition: none;
    outline: 0 !important;
}
.menu-state-color .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here),
.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here){
	transition:color .2s ease;
	color: #17C653;
	background-color: #FBFBFB;
}
a {
    color: rgba(23, 198, 83, .1);
    text-decoration: none;
}

.btn-primary{
	background-color: #17C653 !important;
	border-color: #17C653 !important;
}

.btn-primary:hover{
	background-color: #3acf6d !important;
	border-color: #2ecc64 !important;
}

.text-primary{
	color:#17C653 !important;
}

.btn-label-default, .btn-label-primary{
    background-color: #DFFFEA;
    color: #17C653;
}
.btn-label-default:hover, .btn-label-primary:hover{
    background-color: #17C653 !important;
    color: #FFF !important;
}

/* Aseguramos que todo el grupo de input se maneje como una unidad */
.input-group-merge {
    display: flex;
    width: 100%;
    flex-wrap: nowrap; /* Evita que se dividan en varias filas */
    border: 1px solid transparent; /* El borde general es transparente por defecto */
    border-radius: .375rem; /* Redondeo de bordes si lo deseas */
}

/* El ícono no debe tener borde derecho para que se fusione con el input */
.input-group-merge .input-group-text {
    background-color: #fff;
    border-right: 0; /* Elimina el borde derecho del ícono */
    border-radius: .375rem 0 0 .375rem; /* Redondeo de bordes solo en la parte izquierda */
}

/* El input debe ocupar todo el ancho disponible */
.input-group-merge .form-control {
    border-left: 0; /* Elimina el borde izquierdo del input para que se fusione con el ícono */
    width: 100%; /* Asegura que el input ocupe todo el ancho disponible */
    border-radius: 0 .375rem .375rem 0; /* Redondeo de bordes solo en la parte derecha */
}

/* Sobrescribimos el estilo del focus en el input-group-merge para eliminar el borde predeterminado de Bootstrap */
.input-group-merge .form-control:focus {
    border-color: transparent; /* Elimina el borde de focus del input */
    box-shadow: none; /* Elimina la sombra de Bootstrap cuando tiene focus */
}

/* Cuando el grupo tiene el focus (es decir, cualquier elemento dentro del grupo tiene el focus) */
.input-group-merge:focus-within {
    border-color: #17C653; /*#007bff | Borde azul para el grupo completo cuando tiene focus */
    box-shadow: 0 0 0 0.2rem rgba(23, 198, 83, 0.25); /* rgba(38, 143, 255, 0.25); | Sombra suave alrededor del grupo completo */
}

/* Ajusta el tamaño del ícono dentro del input */
.input-group-merge .input-group-text i {
    font-size: 1.2rem; /* Cambia el tamaño del ícono si es necesario */
}

/****** sidebar ******/
.sidebar{
    position: fixed;
    top:0;
    /*left:0;*/
    height: 100%;
    width: 250px;
    left: -250px; /* Al principio el sidebar está oculto a la izquierda */
    background-color: #FFF;
    transition: left 0.3s ease-in-out; /* Animación para deslizar */
    z-index: 99;
}

/* Estilo del botón de abrir/cerrar */
.sidebar-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    z-index: 10000; /* Asegura que el botón esté por encima del sidebar */
}

.sidebar.open {
    left: 0; /* Cuando el sidebar tiene la clase 'open', se mueve a la posición visible */
}

.sidebar.hide{
    left: -250px;
}

.sidebar .text{
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
}
.sidebar .image{
    min-width: 60px;
    display: flex;   
    align-items: center;
}

.sidebar .sidebar-header{
    height: 3.45rem;
    padding: 0px 14px;
    display: flex;
    align-items: center;
    /*background-color: #17C653;*/
}

.sidebar .sidebar-header .image-text{
    display: flex;   
    align-items: center;
}

.sidebar .sidebar-header .image-text img{
    width: 40px;
    border-radius: 6px;
    background: red;
}

.sidebar .image-text .logo-text{
    display: flex;
    flex-direction: column;
}

.logo-text .name{
    font-weight: 600;
}
.logo-text .last-name{
    margin-top: -2px;
}