.product-display {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	align-content: stretch;
	align-items: center;
}

#scrollTopBtn {
	opacity: 0;
	position: fixed;
	bottom: -1px;
	right: 0px;
	padding: 0;
	z-index: 99;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	background: white;
	border: 0;
	background: #00000000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0s 0.5s;
}

#scrollTopBtn.show {
	opacity: 1;
	/* Mostra con opacità piena */
	visibility: visible;
	/* Rende visibile il pulsante */
	transition: opacity 0.5s ease, visibility 0.5s;
}

p.company-name {
	text-align: center;
	margin-top: 20px;
}

nav.navbar {
	background: linear-gradient(90deg, #180024 0%, #650979 50%, #541b83 100%);
}

.pointer {
	cursor: pointer !important;
}

li.list-group-item {
	font-weight: 500;
}

button.navbar-toggler {
	background: #d14d00;
	/* color: white; */
}

.single-filter {
	display: flex;
	justify-content: center;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.range {
	max-width: 100% !important
}

.max-input-box,
.min-input-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.full-user-name {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-overflow: ellipsis;
}

.full-title-header {
	justify-content: flex-end;
	display: flex;
	gap: 6px;
}

.drop-container {
	background-color: #FFF;
}

.range-container {
	width: 300px;
	margin-top: 30px;
}

.inputs {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

input[type="number"] {
	width: 80%;
}

.min-input-box,
.max-input-box {
	width: 50%;
}

.slider {
	position: relative;
	width: 100%;
	height: 5px;
	background: #ddd;
	margin: 10px 0;
}

.slider .range {
	position: absolute;
	height: 5px;
	background: rgb(9, 156, 9);
	z-index: 1;
}

.thumb {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #000;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;
	margin-top: -8px;
}

.dropdown-item {
	cursor: pointer;
}

div#modelsContent {
	margin-top: 35px;
}

.box-item-list {
	width: 100%;
	text-align: left;
}

.product-image-container {
	height: 215px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.emoticon {
	width: 150px;
	margin-bottom: 20px;
}

.countries-table {
	margin: 0px !important;
}

.top-countries {
	margin-top: 20px;
}

.product-title {
	margin-top: 10px;
}

fieldset.scheduler-border {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

.graphic-chart {
	height: 90%;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
	border-bottom: none;
}

.w-auto {
	float: unset !important;
}

.container.boxes-container {
	max-width: 1545px;
}

img.product-single {
	width: 140px;
	height: 140px;
	object-fit: cover;
}

fieldset.border.p-2 {
	height: 100%;
}

.product-list-home {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	text-align: center;
}

.product-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.col.m-3.text-center.generator-content {
	width: 400px !important;
}

.product-list,
#product-list {
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	gap: 50px;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 60px;
}

.no-results {
	margin-top: 200px;
	color: red;
}

.filter-label {
	text-transform: capitalize;
}

form {
	margin-top: 20px;
}

.form-floating {
	display: none;
}

.row.mb-3 {
	display: none;
}

canvas#output {
	max-width: 45%;
	border: 0 !important;
}

.new-product-form {
	margin-top: 25px;
	background-color: #add8e67d;
	border-radius: 25px;
	padding: 25px;
}

.product-item {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	margin-top: 30px;
	background-color: #add8e67d;
	border-radius: 25px;
	padding: 25px;
}

div#loader {
	margin-top: 20%;
	margin-bottom: 60px;
}

.product-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2em;
	/* oppure la tua line-height */
	max-height: calc(1.2em * 3);
	/* 3 righe esatte */
	text-align: center;
	padding-bottom: 30%;
}

h3.text-center {
	margin-top: 30px;
}

img.product-image {
	width: 190px;
	object-fit: cover;
	height: 190px;
}

.price-input-container {
	width: 100%;
}

.price-input .price-field {
	display: flex;
	margin-bottom: 22px;
}

.price-field span {
	margin-right: 10px;
	margin-top: 6px;
	font-size: 17px;
}

.price-field input {
	flex: 1;
	height: 35px;
	font-size: 15px;
	font-family: "DM Sans", sans-serif;
	border-radius: 9px;
	text-align: center;
	border: 0px;
	background: #e4e4e4;
}

.price-input {
	width: 100%;
	font-size: 19px;
	color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.slider-container {
	width: 100%;
}

.slider-container {
	height: 6px;
	position: relative;
	background: #e4e4e4;
	border-radius: 5px;
}

.slider-container .price-slider {
	height: 100%;
	left: 25%;
	right: 15%;
	position: absolute;
	border-radius: 5px;
	background: #01940b;
}

.range-input {
	position: relative;
}

.range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	background: none;
	top: -5px;
	pointer-events: none;
	cursor: pointer;
	-webkit-appearance: none;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
	height: 18px;
	width: 18px;
	border-radius: 70%;
	background: #555;
	pointer-events: auto;
	-webkit-appearance: none;
}

@media screen and (max-width: 768px) {
	.main {
		width: 80%;
		margin-right: 5px;
	}

	.custom-wrapper {
		width: 100%;
		left: 0;
		padding: 0 10px;
	}

	.projtitle {
		width: 100%;
		position: relative;
		right: 26px;
	}

	.price-input {
		flex-direction: column;
		align-items: center;
	}

	.price-field {
		margin-bottom: 10px;
	}
}

Output .product-modal {
	width: 300px;
	margin: 20px;
}

.form-label.required:after {
	content: ' *';
	color: red;
}

.product-images {
	width: 200px;
}

.box-content,
.boxes-container,
.start-button {
	margin-top: 2% !important;
}

.generator-content {
	width: 400px;
	background-color: #add8e67d;
	border-radius: 25px;
	padding: 50px;
}

.box-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

.bi-tag {
	cursor: pointer;
}

.bi-box-arrow-right {
	color: white;
	margin-left: 10px;
}

.wrapper>.profile-details {
	padding-left: 30px;
	padding-right: 30px;
}

.wrapper>.profile-details>.data-details {
	width: 40%;
}

* {
	font-family: "Poppins" !important;
}

.notification-bell {
	width: 40px;
	animation: shake 0.5s;
	animation-iteration-count: 4;
	margin-left: 10px;
}

html,
body {
	height: 100%;
}

.wrapper {
	min-height: 85%;
	margin-bottom: -20px;
}

.push {
	height: 20px;
}

.footer {
	display: flex;
	/* padding-bottom: 50px; */
	/* height: 20px; */
	background-color: #0f693e;
	justify-content: center;
	color: white;
	padding-top: 15px;
	width: 100%;
}

.acrosslimits-logo {
	width: 150px;
}

.alert.alert-danger {
	margin-right: 2%;
	margin-left: 2%;
}

a {
	word-break: break-all;
}

.matches-buttons {
	display: flex;
	justify-content: center;
	width: 50%;
}

.buttons-content-match {
	display: flex;
	justify-content: center;
}

.btn-main {
	background-color: #4a0caf !important;
	color: white !important;
	border: unset !important;
}

.header-background {
	color: white;
	background: rgb(24, 0, 36);
	background: linear-gradient(90deg, rgba(24, 0, 36, 1) 0%, rgba(101, 9, 121, 1) 50%, rgba(84, 27, 131, 1) 100%);
}

.commands {
	background-color: #d14d00;
	border: 1px solid #d14d00;
}

a.fc-col-header-cell-cushion {
	color: #d14d00;
}

.drop-container {
	position: relative;
	display: flex;
	gap: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 200px;
	padding: 20px;
	border-radius: 10px;
	border: 2px dashed #555;
	color: #444;
	cursor: pointer;
	transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover,
.drop-container.drag-active {
	background: #eee;
	border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
	color: #222;
}

.drop-title {
	color: #444;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	transition: color .2s ease-in-out;
}

input[type=file] {
	width: 350px;
	max-width: 100%;
	color: #444;
	padding: 5px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #555;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #d14d00;
	padding: 10px 20px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	background: #d14d00;
}

/*/////////////////NEW File//////////////////*/


.search-container {
	padding: 20px;
	display: flex !important;
	justify-content: center;
	margin-top: 1%;
}

/*#searchBox {
	width: 300px;
	height: 35px;
	border: 1px solid #71abff;
	border-radius: 4px;
	padding-left: 5px;
}*/

.add-p {
	width: 26px;
	height: 26px;
}

.generators-container {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	flex-direction: row;
	gap: 35px;
	margin: 10px;
}

.suggestions-buttons {
	display: grid;
	grid-template-columns: repeat(3, 1fr) !important;
	grid-column-gap: 15px !important;
	grid-row-gap: 5px !important;
	padding: 0px !important;
	padding-bottom: 10px !important;
	justify-items: center;
}



.suggestions-container {
	display: flex;
	justify-content: center;
}

.profile-edit {
	background: #dfd4f0 !important;
	padding: 30px !important;
}

.desc-content {
	display: none;
	padding-top: 20px;
}

.desc-box {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 75px;
}

.mb-3>p {
	text-transform: capitalize;
}

.product-image-details {
	width: 50%;
}

.data-details>.mb-3 {
	text-align: justify;
}

.actions {
	display: flex;
}

.match-details {
	display: flex;
	padding-left: 100px;
	padding-right: 100px;
}

.match-img {
	width: 45%;
}

.match-pic {
	width: 90%;
	border-radius: 10px;
}

.edits {
	width: 100%;
}

.matches-container {
	display: flex;
	justify-content: center;
}

.del-button {
	background-color: #ad0000 !important;
	border: 1px solid #ad0000 !important;
}

.box-cover {
	height: 100%;
}

.boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	margin-top: 60px;
	width: 80%;
}

.loader {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
}

.spinner {
	width: 88px;
	height: 88px;
	border-radius: 50%;
	border: 14.1px solid #d14d00;
	animation: spinner-bulqg1 0.96s infinite linear alternate,
		spinner-oaa3wk 1.92s infinite linear;
}

.doughnut-graph {
	margin-top: 3%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes spinner-bulqg1 {
	0% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
	}

	12.5% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}

	62.5% {
		clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
	}

	75% {
		clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
	}

	100% {
		clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
	}
}

@keyframes spinner-oaa3wk {
	0% {
		transform: scaleY(1) rotate(0deg);
	}

	49.99% {
		transform: scaleY(1) rotate(135deg);
	}

	50% {
		transform: scaleY(-1) rotate(0deg);
	}

	100% {
		transform: scaleY(-1) rotate(-135deg);
	}
}


.all-tags {
	display: flex;
}

.PillList-item {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-transform: capitalize;
}

.PillList-item input[type="checkbox"] {
	display: none;
}

svg.svg-inline--fa.fa-times.fa-w-11 {
	margin: 0 !important;
	font-size: 16px !important;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label {
	background-color: #d32000;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.PillList-label {
	border-radius: 20px;
	background: #1a8754;
	display: block;
	color: #fff;
	padding: 10px 12px;
	text-decoration: none;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label-to-be-added {
	background-color: #1a8754;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}

.PillList-label-to-be-added {
	border-radius: 20px;
	background: #1c94e0;
	display: block;
	color: #fff;
	padding: 10px 12px;
	text-decoration: none;
	text-align: center;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label-to-be-added .Icon--checkLight {
	display: inline-block;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label-to-be-added .Icon--addLight,
.PillList-label-to-be-added .Icon--checkLight,
.PillList-children {
	display: none;
}

form {
	margin-block-end: 0 !important;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label .Icon--checkLight {
	display: inline-block;
}

.PillList-item input[type="checkbox"]:checked+.PillList-label .Icon--addLight,
.PillList-label .Icon--checkLight,
.PillList-children {
	display: none;
}

.PillList-label .Icon {
	width: 12px;
	height: 12px;
	margin: 0 0 0 7px;
}

.PillList-label-to-be-added .Icon {
	width: 12px;
	margin: 0 0 0 7px;
}

.Icon--smallest {
	font-size: 12px;
	line-height: 12px;
}

.Icon {
	background: transparent;
	display: inline-block;
	font-style: normal;
	vertical-align: baseline;
	position: relative;
}

.delete-p {
	float: right;
	cursor: pointer;
}

.badge {
	padding: 10px 15px 10px 15px !important;
	font-size: 1rem !important;
}

.tags-assigned {
	border-right: 1px solid #00000052;
}

.tags-to-be-assigned,
.tags-assigned {
	align-content: flex-start;
	justify-content: center;
	padding: 6px;
	width: 50%;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.type-title {
	cursor: unset !important;
}

.title-number {
	cursor: unset !important;
	font-size: 1.4rem !important;
	color: unset !important;
}

.little-flag {
	width: 30px;
}

.profile-details {
	display: flex;
}

.profile-img {
	text-align: center;
	width: 50%;
	padding-right: 20px;
}

.profile-pic {
	max-width: 100%;
	border-radius: 10px;
}

.data-details {
	width: 50%;
}

.radio-select {
	margin: 10px !important;
	float: right;
}

h2 {
	margin: 0 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.8rem !important;
}

.mm-content {
	border-radius: 30px 30px 0px 0px;
	display: flex;
	justify-content: center;
	margin: 20px 25px;
}

.mm-name {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 15px;
	margin-right: 15px;
}

.p-checkbox {
	max-width: 100%;
	width: 10%;
}

.participant-fields {
	width: 100%;
}

.participant-commands {
	display: flex;
	gap: 10px;
}

.row_record {
	border-bottom: 1px solid black;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.long-desc {
	text-align: justify;
}

.mm-title {
	text-align: center;
}

.type1-space {
	border-right: 1px solid black;
}

.type1-space,
.type2-space {
	width: 50%;

}

h2#fc-dom-1 {
	color: var(--bs-heading-color);
}

.fc-event-title-container {
	padding-left: 3px;
	font-size: 12.5px;
	padding-top: 2px;
	padding-bottom: 3px;
}

div#myModal {
	overflow: auto;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

a {
	text-decoration: none !important;
}

.fc-event-title.fc-sticky {
	text-overflow: ellipsis;
}

a:hover {
	text-decoration: none !important;
}

.alert.alert-success {
	text-align: center;
}

table.table {
	margin-top: 40px;
}

th {
	text-align: left;
}

td {
	text-align: left;
	;
}

.tooltipbutton {
	position: relative;
	display: inline-block;
}

.fc-sticky {
	position: unset;
}

/* tooltipbutton text */
.tooltipbutton .tooltiptextshow {
	visibility: hidden;
	width: auto;
	bottom: 125%;
	left: 30%;
	margin-left: -250px;
	background-color: #000000d9;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
}

/* Show the tooltipbutton text when you mouse over the tooltipbutton container */
.tooltipbutton:hover .tooltiptextshow {
	visibility: visible;
}

.btn-primary {
	margin: 5px;
}

.employees-list {
	display: flex;
	justify-content: center;
}

.projects-list {
	display: flex;
	justify-content: center;
}

.fc-daygrid-event-harness {
	cursor: pointer;
}

.command-buttons {
	margin-right: 2%;
	margin-left: 2%;
	gap: 15px;
	display: flex;
	justify-content: center;
}

.fc-dayGridMonth-button,
.fc-today-button {
	text-transform: capitalize !important;
}

h2#fc-dom-1 {
	margin-right: 55px;
}

div#calendar {
	width: 80%;
	margin-top: 50px;
	padding-bottom: 85px;
	border-radius: 6px;
}

.fc-day-sat,
.fc-day-sun {
	background-color: #7e7e7747 !important;
}

.fc-day-today {
	background-color: rgb(255 220 40 / 32%) !important;
}

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10;
	/* Sit on top */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

td {
	height: 55px;
	vertical-align: middle;
}

.close-button {
	width: 18px;
}

/* Modal Content */
.modal-content {
	border-radius: 10px;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	width: 66% !important;
	border: 0px !important;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.buttons-menu {
	display: flex;
	justify-content: center;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/*/////////////////NEW File//////////////////*/










nav.navbar {
	display: none;
}

.mobile-command-buttons {
	display: none;
}

.main {
	height: 1200px;
}

#filters {
	padding: 1%;
	margin-top: 1.7%;
}

.nav-link {
	color: #900090 !important;
	font-weight: 600;
}

.container {
	height: auto;
}

.form-login {
	background: #d4e1f0;
	border-radius: 10px;
	padding: 15px;
}

#overlay {
	display: none;
}

.logo-box {
	margin-top: 150px;
}

button.fc-multiMonthYear-button.fc-button.fc-button-primary {
	text-transform: capitalize !important;
}

.alert {
	display: none;
}

.nav-logo {
	width: 200px;
}

.navflex {
	flex-wrap: wrap;
}

.navbar-expand-lg .navbar-collapse {
	justify-content: space-evenly;
}

.input-group-addon {
	background: #ededed;
	border-radius: 10px;
	padding: 5px;
}

.logo {
	width: 200px;
}

#overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000ba;
	overflow: hidden !important;
	z-index: 999;
	display: none;
	align-content: center;
	align-items: center;
}

#typed {
	background-color: yellow;
	position: fixed;
	top: 10px;
	right: 10px;
}

.is-hidden {
	display: none;
}

.newsector {
	text-align: center;
}

.neworganisation {
	text-align: center;
}

.newcontact {
	text-align: center;
}

#close {
	margin: 10px;
	cursor: pointer;
	color: #c00000;
}

.alert {
	display: block;
}

.new-organisation-container {
	display: none;
}

.new-contact-container {
	display: none;
}

.import-from-csv {
	display: none;
}

.see-details {
	cursor: pointer;
}

.fa-times {
	font-size: 25px !important;
	margin: 25px !important;
}

.org-logo {
	max-width: 250px;
}

.edit {
	width: 100%;
	height: 25px;
}

.editMode {
	border: 1px solid black;
}


@media all and (max-width: 1690px) {
	.color-control {
		width: 20% !important;
	}
}

/* Higher resolutions and Greater Monitors */
@media all and (min-width: 1691px) {
	.desc {
		min-height: 180px;
	}

	div.filters {
		width: 20%;
	}

	.graph-container {
		width: 40%;
	}

	.color-control {
		width: 20% !important;
	}

	.product-generating-list {
		width: 80%;
	}

	.product-filter {
		width: 20%;
		padding-bottom: 30px;
	}
}

/* Laptops or Desktop Monitors */
@media all and (min-width: 1356px) and (max-width: 1689px) {
	.desc {
		min-height: 180px;
	}

	.logo {
		width: 190px;
	}

	div.filters {
		width: 20%;
	}

	.graph-container {
		width: 40%;
	}

	.logo-box {
		margin-top: 60px;
	}

	.color-control {
		width: 50% !important;
	}

	.product-generating-list {
		width: 80%;
	}

	.product-filter {
		width: 20%;
	}
}

/* Tablets on landscape mode */
@media all and (min-width: 737px) and (max-width: 1355px) {
	.details-buttons {
		text-align: center !important;
	}

	.desc {
		min-height: 180px;
	}

	.carousel-caption {
		top: 20px !important;
		font-size: 18px !important;
	}

	div#product-list,
	div#provider-list,
	div.product-list,
	div.provider-list {
		justify-content: center !important;
	}

	.graph-container {
		margin-top: 40px;
		width: 100%;
	}

	.product-generating-list {
		width: 80%;
	}

	.product-filter {
		width: 20%;
	}

	div#modal-content {
		width: 70% !important;
	}

	.profile-form {
		padding-left: 30px;
		padding-right: 30px;
	}

	.color-control {
		width: 50% !important;
	}

	div.main-header {
		flex-direction: column;
	}

	nav.navbar {
		display: block;
	}

	.container-fluid {
		justify-content: center !important;
	}

	.navbar {
		background-color: #ffffff !important;
	}

	button.navbar-toggler.collapsed {
		border: 0;
	}

	.p-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 35px !important;
		grid-row-gap: 5px !important;
		width: 100%;
	}

	.buttons-menu {
		display: none;
	}

	.container {
		width: 100%;
		max-width: unset;
	}

	.main {
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}

	.col-9 {
		width: 100% !important;
	}

	div#modal-content {
		width: 80% !important;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	.mobile-command-buttons {
		display: flex;
		justify-content: center;
	}

	/*.mm-content {
		margin: 0px;
		margin-top: 40px;
	}*/
	.mm-content {
		display: flex;
		justify-content: center;
		margin: 0px;
		flex-direction: column;
		align-items: center;
	}

	.type1-space,
	.type2-space {
		width: 90%;
		padding-top: 30px;
		border-right: 0px;
	}

	.match-details {
		display: flex;
		margin-left: 100px;
		flex-direction: column;
		align-items: center;
		margin: 0px;
	}

	.col.login-spacer {
		flex: 0 0 4%;
	}

	.wrapper>.profile-details>.data-details {
		width: 100%;
	}

}

/* Tablets on vertical mode */
@media all and (min-width: 481px) and (max-width: 736px) {
	.details-buttons {
		text-align: center !important;
	}

	h3.carousel-title {
		font-size: 30px !important;
	}

	.carousel-caption {
		top: 20px !important;
		font-size: 18px !important;
	}

	div#product-list,
	div#provider-list,
	div.product-list,
	div.provider-list {
		justify-content: center !important;
	}

	.graph-container {
		margin-top: 40px;
		width: 100%;
	}

	.col.text-center.center.product-image-container {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.product-details-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.match-details {
		display: flex;
		margin-left: 100px;
		flex-direction: column;
		align-items: center;
		margin: 0px;
	}

	.profile-form {
		padding-left: 30px;
		padding-right: 30px;
	}

	.color-control {
		width: 50% !important;
	}

	div.main-header {
		flex-direction: column;
	}

	nav.navbar {
		display: block;
	}

	.container-fluid {
		justify-content: center !important;
	}

	.navbar {
		background-color: #ffffff !important;
	}

	button.navbar-toggler.collapsed {
		border: 0;
	}

	.p-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 35px !important;
		grid-row-gap: 5px !important;
		width: 100%;
	}

	.buttons-menu {
		display: none;
	}

	.container {
		width: 100%;
		max-width: unset;
	}

	.main {
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}

	.col-9 {
		width: 100% !important;
	}

	div#modal-content {
		width: 80% !important;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	.mobile-command-buttons {
		display: flex;
		justify-content: center;
	}

	.mm-content {
		display: flex;
		justify-content: center;
		margin: 0px;
		flex-direction: column;
		align-items: center;
	}

	.type1-space,
	.type2-space {
		width: 97%;
		padding-top: 30px;
		border-right: 0px;
	}

	.profile-details {
		flex-direction: column;
		align-items: center;
	}

	.profile-img {
		width: unset;
		padding-right: unset;
	}

	.data-details {
		width: 100%;
		padding-top: 30px;
	}

	h5#info-text {
		padding: 30px;
	}

	.mm-name {
		margin-left: 0px;
	}

	.suggestions-buttons {
		width: 85%;
		grid-template-columns: repeat(2, 1fr) !important;
	}

	form>h5 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.logo-box.text-center {
		margin-top: 105px;
	}

	.col.login-spacer {
		flex: 0 0 4%;
	}

	.wrapper>.profile-details>.data-details {
		width: 100%;
	}

	.generators-container {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-between;
		flex-direction: row;
		gap: 35px;
		margin: 10px;
	}

	.myProducts {
		display: flex;
		flex-direction: row;
	}
}

/* Mobiles or small Tablets */
@media all and (max-width: 480px) {
	.details-buttons {
		text-align: center !important;
	}

	h3.carousel-title {
		font-size: 30px !important;
	}

	.carousel-caption {
		top: 20px !important;
		font-size: 18px !important;
	}

	div#product-list,
	div#provider-list,
	div.product-list,
	div.provider-list {
		justify-content: center !important;
	}

	.graph-container {
		margin-top: 40px;
		width: 100%;
	}

	.col.text-center.center.product-image-container {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.product-details-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.myProducts {
		display: flex;
		flex-direction: row;
	}

	.generators-container {
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: space-between;
		flex-direction: row;
		gap: 35px;
		margin: 10px;
	}

	.product-list-home {
		display: grid;
		grid-template-columns: 1fr 1fr;
		text-align: center;
	}

	fieldset>a.btn.btn-primary.commands {
		margin-bottom: 100px !important;
		margin-top: -25px;
	}

	.wrapper>.profile-details>.data-details {
		width: 100%;
	}

	.col.login-spacer {
		flex: 0 0 4%;
	}

	.logo-box.text-center {
		margin-top: 85px;
	}

	form>h5 {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.suggestions-buttons {
		grid-template-columns: repeat(2, 1fr) !important;
		width: 85%;
	}

	.match-details {
		display: flex;
		margin-left: 100px;
		flex-direction: column;
		align-items: center;
		margin: 0px;
	}

	.color-control {
		width: 50% !important;
	}

	.profile-details {
		flex-direction: column;
		align-items: center;
	}

	.profile-img {
		width: unset;
		padding-right: unset;
	}

	.data-details {
		width: 100%;
		padding-top: 30px;
	}

	.mm-name {
		margin-left: 0px;
	}

	.participant-fields {
		text-align: center;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.radio-select {
		margin: 10px !important;
		float: 0;
	}

	.row_record {
		padding: 15px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.participant-commands {
		width: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.p-checkbox {
		display: flex;
		justify-content: center;
	}

	.mm-content {
		display: flex;
		justify-content: center;
		margin: 0px;
		flex-direction: column;
		align-items: center;
	}

	.type1-space,
	.type2-space {
		width: 90%;
		padding-top: 30px;
		border-right: 0px;
	}

	div.main-header {
		flex-direction: column;
	}

	nav.navbar {
		display: block;
	}

	.container-fluid {
		justify-content: center !important;
	}

	.navbar {
		background-color: #ffffff !important;
	}

	button.navbar-toggler.collapsed {
		border: 0;
	}

	.p-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		grid-column-gap: 5px !important;
		grid-row-gap: 5px !important;
		width: 100%;
		padding: 0px !important;
		padding-bottom: 10px !important;
	}

	.buttons-menu {
		display: none;
	}

	.container {
		width: 100%;
		max-width: unset;
	}

	.main {
		display: flex;
		height: auto;
		flex-direction: column-reverse;
	}

	.col-9 {
		width: 100% !important;
	}

	div#modal-content {
		width: 90% !important;
		margin-top: 5%;
		margin-bottom: 10%;
	}

	h2 {
		font-size: 23px;
		margin-bottom: 0;
	}

	.mobile-command-buttons {
		display: flex;
		justify-content: center;
	}

	.alert-content-div {
		padding: 20px;
	}

	h5#info-text {
		padding: 30px;
	}

	.command-buttons {
		flex-direction: column;
	}

	.search-wrapper.active .input-holder {
		width: 300px !important;
	}
}

.search-wrapper .input-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	width: 70px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	width: 450px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.5);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 50px;
	padding: 0px 15px 0 15px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
	width: 30px;
	height: 70px;
	border: none;
	border-radius: 6px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
	display: none;
	width: 40px;
	height: 40px;
	padding: 10px;
	margin: 15px;
	border-radius: 18px;
}

.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: 9px;
	top: 18px;
	border-radius: 2px;
	background: #FE5F55;
}

.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid #FE5F55;
}

.search-wrapper .close {
	z-index: 1;
	top: 24px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}

.search-wrapper.active .close {
	right: -50px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #FE5F55;
	border-radius: 2px;
}

.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}

input#searchBox::placeholder {
	color: #ffffff99;
}