ul,
li {
	
	margin: 0px;
	list-style-type: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #333333;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}
.body-page {
	position: relative;
}
.body-page-loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: calc(100vh - 12em);
	z-index: 999999999;
}
button:hover {
	cursor: pointer;
}
.signup-cover {
	filter: brightness(60%);
}
.signup-height {
	max-height: 900px;
	/* overflow-y: auto; */
	overflow: hidden;
}
/* .signup-height::-webkit-scrollbar {
	width: 0.8em;
	cursor: pointer;
}
.signup-height::-webkit-scrollbar-track {
	outline: 1px solid #7ba9ee;
	border-radius: 5px;
}
.signup-height::-webkit-scrollbar-thumb {
	background-color: #0d6efd;
	border-radius: 10px;
} */
.dropzone-ui .dz-ui-footer {
	font-size: 14px !important;
}

.signStyle {
	font-size: 16px;
	color: grey;
	margin-left: 1px;
}

.avatar-div {
	border-radius: 50%;
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.avatar-letter {
	font-size: 70px;
	font-weight: 900;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0;
	line-height: 0;
	color: white;
	/* text-shadow: 0 0 5px black; */
	text-transform: uppercase;
	user-select: none;
}

.avatar-letter-small {
	font-size: 25px;
}
.avatar-letter-medium {
	font-size: 40px;
}
.line-through {
	text-decoration: line-through;
	color: green !important;
}

.passwordBar {
	width: 100%;
}
.passwordBar-body {
	width: 100%;
	margin-bottom: 20px;
}
.passwordBar-elements {
	width: 100%;
	display: flex;
}
.passwordBar-element {
	flex: 1 1 25%;
	height: 8px;
	border-radius: 1rem;
	background-color: lightgrey;
	margin-right: 5px;
}
.passwordBar-element:last-child {
	margin-right: 0;
}
.passwordBar-count0 {
	background-color: lightgrey;
}
.passwordBar-count1 {
	background-color: lightcoral;
}
.passwordBar-count2 {
	background-color: lightsalmon;
}
.passwordBar-count3 {
	background-color: lightskyblue;
}
.passwordBar-count4 {
	background-color: lightgreen;
}
.changed-password {
	width: 400px;
	margin-top: 20px;
	position: fixed;
	right: 20px;
	top: 110px;
	z-index: 100;
	background-color: white;
	display: flex;
	border-left: 5px solid #16CF96;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0px 3px 7px rgb(0 0 0 / 8%);
}

/*Avatar ==========================================================*/
.avatar-change {
	position: relative;
	background-color: white;
	z-index: 3;
	overflow: hidden;
	cursor: pointer;
}

.change-avatar {
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 50%;
	/* opacity: 0; */
	/* visibility: hidden; */
	transition: all 0.3s ease 0s;
	z-index: 2;
	cursor: pointer;
}
.avatar-change:hover .change-avatar {
	bottom: 0;
}
.change-avatar__body {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.change-avatar__body input {
	cursor: pointer;
	font-size: 30px;
	filter: alpha(opacity=1);
	-moz-opacity: 0.01;
	opacity: 0.01;
	position: absolute;
	right: 0;
	top: 0;
}

.change-avatar__content {
	/* position: absolute;
	left: 0;
	top: 0; */
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 0;
	cursor: pointer;
}
.change-avatar__content img {
	width: 40%;
	height: 60%;
	object-fit: fill;
}
.change-avatar__text {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	color: white;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*Cover==========================================================*/

.user-cover {
	width: 100%;
	height: 250px;
	position: relative;
}
.cropper-body-image {
	width: 100%;
	height: 250px;
	position: relative;
	display: none;
}
.cropper-body-image.active {
	display: block;
}
.cropper-body-image img,
.user-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user-cover img {
}
.user-cover:hover .cover-user {
	left: 0;
	transition: all 0.5s ease 0s;
}
.cover-user {
	position: absolute;
	left: -100%;
	top: 0;
	height: 100%;
	width: 20%;
	transition: all 1.5s ease 0s;
	display: none;
}
.cover-user.active {
	display: block;
}
.cover-user-buttons {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10%;
	background-image: linear-gradient(to left, #306a99bd, rgba(255, 0, 0, 0));
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 0 10px;
}
.cover-user-buttons.active {
	opacity: 1;
	visibility: visible;
}
.cover-user-button button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	outline: none;
	user-select: none;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}
.cover-user__body {
	height: 100%;
}
.cover-user__input {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.cover-user__content {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background: #c2e59c;
	background: -webkit-linear-gradient(to left, #c2e59c94, #64b3f4bd);
	background: linear-gradient(to left, #c2e59c38, #64b3f4b4); */

	background-image: linear-gradient(to right, #306a99bd, rgba(255, 0, 0, 0));
}
.cover-user__content img {
	width: 80px;
	height: 80px;
	opacity: 0.6;
}
@media (max-width: 768px) {
	.cover-user__content img {
		width: 50px;
		height: 50px;
		opacity: 0.6;
	}
}

.cover-error {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.cover-error p {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: red;
	margin-bottom: 0;
}

.settings-tab button {
	border: none;
	background: none;
	font-weight: 600;
	color: #adb5bd;
	padding: 0.8125rem 1.25rem;
	font-size: 0.875rem;
	border-left: 0.25rem solid transparent;
	display: flex;
	align-items: center;
	width: 100%;
}
.settings-tab button.active {
	
}
.settings-tab button:last-child {
}
.settings-tab:hover button {
	color: #1e1e1e;
	border-left-color: #0d6efd;
	background-color: #f8f9fa;
}
.settings-tab p {
	color: #adb5bd;
	transition: all 0.3s ease 0s;
	margin-left: 15px;
	margin-bottom: 0 !important;
}
.settings-tab:hover p {
	color: black;
}
.settings-tab button.active p {
	color: black;
}
.settings-tab span {
	margin-right: 0;
	width: 20px;
	height: 20px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.settings-tab i {
	font-size: 16px;
	padding-left: 1px;
}
.addRow-body {
	border-top: 1px solid rgba(0, 0, 0, 0.082);
}
.addRow {
	border: none;
	background-color: transparent;
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px auto;
	border-radius: 50%;
	user-select: none;
	/* animation: pulse 1s linear infinite;
	animation: pulse2 2s linear infinite;
	animation: pulse3 2s linear infinite; */
	border: 1px solid rgba(0, 0, 0, 0.082);
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.3);
	}

	20% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.3);
	}

	80% {
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0);
	}
}
@keyframes pulse2 {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.2);
	}

	40% {
		box-shadow: 0 0 0 12px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.2);
	}

	80% {
		box-shadow: 0 0 0 12px rgba(0, 0, 0, 0), 0 0 0 12px rgba(0, 0, 0, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 12px rgba(0, 0, 0, 0);
	}
}
@keyframes pulse3 {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3), 0 0 0 0 rgba(0, 0, 0, 0.3);
	}

	40% {
		box-shadow: 0 0 0 14px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0.3);
	}

	70% {
		box-shadow: 0 0 0 14px rgba(0, 0, 0, 0), 0 0 0 14px rgba(206, 205, 205, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 14px rgba(156, 154, 154, 0);
	}
}
.addRow span {
	font-size: 26px;
	font-weight: 700;
	color: white;
}
.addRow:hover {
	/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.7); */
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.form-body {
	position: relative;
	width: 100%;
	height: 100%;
}
.form-input.active {
	border: 1px solid black;
	border-color: black !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.form_input {
	border: none;
	line-height: 25px;
	word-break: break-word;
	overflow: hidden;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical; */
	font-size: 16px;
	/* margin-bottom: 10px !important; */
	/* margin: 10px; */
}
.form_input-overflow {
}
/* .form_input:focus {
	border: 1px solid black;
} */

.save-text {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.save-text.active {
	opacity: 1;
	visibility: visible;
}
.print-formpages-hidden {
	display: none !important;
}
.form_input-header {
	width: 100%;
	word-break: break-all;
}
.form_input-header h4 {
	font-size: calc(24px + 5 * ((100vw - 320px) / (1280 - 320)));
}
.form_input-header input {
	font-weight: 700;
	/* width: 100%; */
}
.form_input-header span {
	font-size: 22px;
}
.form-content {
	width: 100%;
}
.form-content-body {
	position: relative;
}
.form-content-row {
	cursor: pointer;
}
.form-content-row-body {
	margin: 10px 70px 10px 40px;
	position: relative;
}
.form-content-row-body-divider {
	margin: 10px 40px;
}
.form-content-row-liner .form-content-row-line {
	width: 100%;
	height: 2px;
	background-color: #0d6efd;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.form-content-row-liner .form-content-row-line.after {
	bottom: 0;
}
.form-content-row-liner .form-content-row-line.before {
	top: 0;
}
.form-content-row-liner .form-content-row-line.after.active,
.form-content-row-liner .form-content-row-line.before.active {
	opacity: 1;
	visibility: visible;
}
.form-content-row-liner .form-content-row-line.after::before,
.form-content-row-liner .form-content-row-line.before::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translate(0, -50%);
	border-left: 10px solid #0d6efd;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
}
.form-content-row-content {
}
.form-content-row-drag {
	outline: 2px dashed rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px;
	width: 100%;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.3);
	border-color: rgba(0, 0, 0, 0.15);
	/* background-color: rgba(0, 0, 0, 0.03); */
	background-color: transparent;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.preview-form-content-row-body {
	margin: 10px 20px;
}
.preview-form-content-row-body .form-content-row-drag-li {
	margin: 10px 15px;
}

.form-content-row-drag.droped.adding-animation {
	animation: shake-animation 5s linear 1;
}
@keyframes shake-animation {
	0% {
		transform: translate(0, 0);
	}
	1.78571% {
		transform: translate(15px, 0);
	}
	3.57143% {
		transform: translate(0, 0);
	}
	5.35714% {
		transform: translate(15px, 0);
	}
	7.14286% {
		transform: translate(0, 0);
	}
	8.92857% {
		transform: translate(15px, 0);
	}
	10.71429% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(0, 0);
	}
}
.form-content-row-liner.active .form-content-row-drags {
	cursor: grabbing;
}
.form-content-row-liner-ul {
	padding-left: 0;
	/* pointer-events: none; */
}
.newform-page .form-content-row-drag-select,
.newform-page .form-content-row-drag-text {
	/* pointer-events: none; */
}
/* .form-content-row-drag-li.grabbing .form-content-row-drag-select,
.form-content-row-drag-li.grabbing .form-content-row-drag-text{
	pointer-events: all;
} */
.newform-page .form-content-row-drag-select .user-select-text,
.newform-page .form-content-row-drag-text .user-select-text,
.newform-page .form-content-row-drag-text .text-inputs-editor {
	/* cursor: text !important; */
	/* pointer-events: all; */
}
.newform-page .form-content-row-drag-select .select-inputs:hover,
.newform-page .form-content-row-drag-select .user-select-text:hover,
.newform-page .form-content-row-drag-text .user-select-text:hover,
.newform-page .form-content-row-drag-text .text-inputs:hover {
	/* pointer-events: none; */
	/* cursor: text !important; */
	/* user-select: none; */
	/* pointer-events: all; */
}
input[type="text"] {
	/* pointer-events: initial; */
}
.forDragAnimation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* opacity: 0; */
	/* visibility: hidden; */
	z-index: 2;
}
.form-content-row-drag.droped {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}
.search-response-input-styles {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0;
}
.form-content-row-drag-icon {
	margin-right: 15px;
	font-size: 25px;
}
.form-content-row-drag-text {
	/* width: 100%; */
}
.form-content-row-drag-text p {
	margin-bottom: 0;
	font-size: 12px;
}

.form-content-row-buttons {
	position: absolute;
	width: 60px;
	height: 100%;
	/* padding: 20px 0; */
	/* border: 2px solid rgba(0, 0, 0, 0.15); */
	right: -65px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	padding: 30px 0;
}
.form-content-row-buttons .row-buttons-button {
	/* margin: 10px 0; */
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%;
}
.row-buttons-button-split {
	width: 60px !important;
	height: 60px !important;
}
.form-content-body {
	position: relative;
}
.newform-body .form-content-row:hover .form-content-row-body {
	outline: 2px dotted rgba(0, 0, 0, 0.15) !important;
	outline-color: rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}
.form-content-row-body.moved {
	position: absolute;
	z-index: 1000;
	outline: 2px dotted rgba(0, 0, 0, 0.15) !important;
	outline-color: rgba(0, 0, 0, 0.15);
	width: 100%;
	/* transform: scale(0.7); */
}
.form-content-row-body.taked {
	opacity: 0.4;
}
.form-content-row-body.moved .form-content-row-buttons {
	opacity: 1;
	visibility: visible;
}
.form-content-row.active .form-content-row-buttons,
.form-content-row:hover .form-content-row-buttons {
	opacity: 1;
	visibility: visible;
}
.page-number {
	position: absolute;
	right: 0;
	top: -30px;
}
.page-number-preview {
	top: -30px;
}
.page-number-button {
	border: none;
	background: transparent;
	color: rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	border-radius: 2px;
}
.page-number-button.active {
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}
.preview .page-number-button {
	cursor: default;
}
.form-page {
	position: relative;
}
/* .form-page.active .form-body{
	outline: 3px dotted rgba(0, 0, 0, 0.15) !important;
} */
.form-page-body {
	display: flex;
	align-items: center;
}
.form-page-add {
	width: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.form-page-new button {
	border: none;
	outline: none;
	background-color: transparent;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: auto;
	white-space: nowrap;
	margin: 0;
	text-transform: uppercase;
	width: 2rem;
	height: 2rem;
	border-radius: 0.4rem;
	/* border-radius: 50%; */
	font-weight: 700;
	font-size: 20px;
	font-weight: 600;
	color: black;
	border: 1px solid #1e1e1e;
}
.form-page-new button:hover {
	color: #1e1e1e;
}
.form-page-add button {
	border: none;
	outline: none;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.3);
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: auto;
	white-space: nowrap;
	padding: 0 20px;
	margin: 0;
	text-transform: uppercase;
}
.form-page-add button:hover {
	color: rgba(0, 0, 0, 0.5);
}
.form-page-add::after {
	content: "";
	border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
	width: 100%;
}
.form-page-add::before {
	content: "";
	border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
	width: 100%;
}
.form-page-add button span {
	font-size: 18px;
	margin-right: 10px;
}
.form-changes {
	width: 400px;
	margin-top: 20px;
	position: fixed;
	right: 20px;
	top: 110px;
	z-index: 100;
	background-color: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 3px 7px rgb(0 0 0 / 8%);
	/* box-shadow: 1px 0 8px grey; */
}
@media (max-width: 426px) {
	.form-changes {
		width: 200px;
		margin-top: 20px;
		position: fixed;
		right: 20px;
		top: 110px;
		z-index: 100;
		background-color: white;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease 0s;
		box-shadow: 0px 3px 7px rgb(0 0 0 / 8%);
		/* box-shadow: 1px 0 8px grey; */
	}
}
.succes-div p{
	margin: auto 0;
}

.title b{
	font-size: 20px;
}

.img-div {
	width: 30px;
	height: 30px;
	margin: 15px;
}




.form-changes.form-changes-error {
	border-left: 5px solid rgba(255, 0, 0, 0.9);
	text-decoration-color: red;

}
.form-changes.form-changes-success {
	border-left: 5px solid #16CF96;
}

.form-changes.active {
	visibility: visible;
	opacity: 1;
}

.paragraph{
	font-size: 14px !important;
	color: #6C757D;
}

.row-buttons {
	width: 60px;
	height: 60px;
	max-width: 60px;
	max-height: 60px;
	/* border: 2px solid rgba(0, 0, 0, 0.15); */
}
.row-buttons-body {
	display: flex;
	height: 100%;
	width: 100%;
}
.row-button {
	width: 15px;
	height: 15px;
	border: 2px solid rgba(0, 0, 0, 0.1);
}
.row-button span {
	cursor: pointer;
}
.row-button.active span {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.25);
}

.delete-button {
}
.row-button-body {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgb(189, 34, 34);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	color: white;
	font-size: 16px;
	transition: all 0.3s ease 0s;
}
.edit-button-body {
	background-color: rgb(156, 156, 156);
}
.edit-button-body:hover {
	background-color: rgb(114, 113, 113);
}
.delete-button-body {
	background-color: rgb(189, 34, 34);
}
.delete-button-body:hover {
	background-color: rgb(153, 21, 21);
}

.animated-formNavbar {
	position: relative;
}
.animated-formNavbar-aside {
	position: absolute;
	transition: all 0.3s ease 0s;
	/* left: 0; */
	width: 100%;
	max-width: 204px; 
	top: 203px;
	
}
@media (min-width: 1401px) {
	.animated-formNavbar-aside {
		max-height: 450px;
		overflow-y: auto;
		position: fixed;
		left: 199px;
		/*left: 95px;*/
		top: 203px;
		max-width: 14%;
		margin-top: 5px;
		/* top: 91px; */
	}
	.body-page.scrolledHeader .animated-formNavbar-aside{
		top: 91px;
	}
	.sidebar-icons .animated-formNavbar-aside {
		left: 100px !important;
	}
}
@media (max-width: 1400px) {
	.animated-formNavbar-aside {
		max-height: 400px;
		overflow-y: auto;
		position: absolute;
		top: 0;
		transition: all 0.3s ease 0s;
		/* left: 0; */
		/* width: 100%; */
		
	}
}
.animated-formNavbar-aside::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.animated-formNavbar-aside::-webkit-scrollbar-track {
	/* outline: 1px solid #23adad; */
	border-radius: 5px;
	cursor: pointer;
}
.animated-formNavbar-aside::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	top: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.row-label {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 5px;
}
.row-label input {
	font-weight: 700;
	font-size: calc(12px + 2 * ((100vw - 320px) / (1280 - 320)));
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: transparent;
}
.row-sublabel {
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: rgba(168, 8, 8, 0.3);
	font-weight: 700;
	padding: 0 !important;
	text-align: left;
	margin-top: 5px;
}
.row-sublabel-error {
	/* color: rgba(168, 8, 8, 0.7); */
}
.form-content-row-drag-body {
	display: flex;
	align-items: stretch;
	height: 100%;
	width: 100%;
	justify-content: flex-start;
}
.form-content-row-drag-body.drag-image {
	align-items: center;
	justify-content: center;
}
.form-content-row-drag.droped .drag-image {
	/* justify-content: center; */
}

.form-content-row-drag-image {
	position: relative;
	width: 100px;
	height: 80px;
	display: flex;
	border-radius: 10px;
	outline: 2px solid rgba(0, 0, 0, 0.1);
}
.form-content-row-drag-image.hasImage {
	width: 100%;
	height: 400px;
	/* outline: none; */
}
.form-input-border {
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
	border-radius: 5px !important;
	
}
.preview-image .hasImage {
	outline: none;
}
.form-content-row-drag-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.form-content-row-divider {
	width: 100%;
	height: 1px;
	background-color: lightgrey;
}
.drop-image {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.form-content-row-drag-fullname {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.fullname-label {
}
.fullname-inputs {
	display: flex;
	justify-content: space-between;
}
.fullname-input {
	width: 49%;
	display: flex;
	flex-direction: column;
	text-align: left;
}

.axis-y {
}
.form-content-row-drags {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 0;
}
.form-content-row-drags.splitted {
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
}
.form-content-row-drag-li {
	width: calc(100% - 40px);
	margin: 20px;
	display: flex;
}
.form-content-row-drags.splitted-two .form-content-row-drag-li {
	width: calc(50% - 40px);
}
.form-content-row-drags.splitted-three .form-content-row-drag-li {
	width: calc(33.333% - 40px);
}
.form-content-row-drags.splitted-four .form-content-row-drag-li {
	width: calc(25% - 40px);
	font-size: 12px;
}
.form-content-row-drags.splitted-two .hasImage,
.form-content-row-drags.splitted-three .hasImage {
	height: 200px;
}
.form-content-row-drags.splitted-four .hasImage {
	height: 150px;
}
.form-content-row-drags.splitted-two .animatedDiv {
	/* margin: 20px; */
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.3);
	/* background-color: rgba(0, 0, 0, 0.03); */
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 40px);
}
.form-content-row-drags.splitted-two .animatedDiv {
	width: 50%;
}
.form-content-row-drags.splitted-three .animatedDiv {
	margin: 20px;
	width: calc(33.333% - 40px);
}
.form-content-row-drags.splitted-four .animatedDiv {
	margin: 20px;
	width: calc(25% - 40px);
}
.form-content-row-drags.splitted .animatedDiv .form-content-row-drag-li {
	width: 100%;
}
.form-content-row-drags.splitted-three .animatedDiv .form-content-row-drag-li,
.form-content-row-drags.splitted-four .animatedDiv .form-content-row-drag-li {
	margin: 0;
}
.animatedDiv {
}
.form-content-row-drag.beforeDrop {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 50%, transparent 50%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.15) 50%, transparent 50%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.15) 50%, transparent 50%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.15) 50%, transparent 50%);
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
	animation: border-dance 7s infinite linear;
}
@media (max-width: 1199px) {
	.form-content-row-drags.splitted-four .form-content-row-drag-li {
		width: calc(50% - 40px) !important;
	}
}
/* @media (max-width: 551px) {
	.form-content-row-drags.splitted {
		justify-content: center;
	}
	.form-content-row-drags.splitted .form-content-row-drag {
		width: calc(100% - 40px) !important;
	}
	.form-content-row-drags.splitted .animatedDiv {
		width: calc(100% - 40px) !important;
	}
	.form-content-row-drags.splitted .animatedDiv .form-content-row-drag {
		width: 100% !important;
	}
} */
/* .form-content-row-drags.splitted-three .form-content-row-drag:last-child {
	width: calc(100% - 40px);
} */
.splitted-two {
}
.splitted-three {
}
.splitted-four {
}
.form-content-row-drag-text,
.form-content-row-drag-select {
	/* width: calc(50% - 20px); */
	width: 100%;
	min-width: 100%;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	position: relative;
}
#previewPage .form-content-row-drag-text,
#previewPage .form-content-row-drag-select { 
	justify-content: space-between;
}
#userResponsePage .form-content-row-drag-text,
#userResponsePage .form-content-row-drag-select { 
	justify-content: space-between;
}
#formPage .form-content-row-drag-text,
#formPage .form-content-row-drag-select { 
	justify-content: space-between;
}

.empty-row {
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.form-content-row-drags:not(.splitted) .form-content-row-drag-text:not(.form-content-row-divider-body),
.form-content-row-drags:not(.splitted) .form-content-row-drag-select {
	width: calc(50% - 20px) !important;
	min-width: calc(50% - 20px) !important;
}
.form-content-row-drags.splitted .form-content-row-drag-text,
.form-content-row-drags.splitted .form-content-row-drag-select {
	font-size: 12px;
}
.form-content-row-drag-text textarea {
	line-height: 20px;
}
.text-label {
}
.text-input {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
}
.text-input-datepicker {
	flex-direction: row;
}

.text-input-datepicker .DayPickerInput,
.text-input-datepicker .DayPickerInput input {
	width: 100%;
}
@media (max-width: 768px) {
	.form-content-row-drags.splitted {
		justify-content: center;
	}
	.form-content-row-drags.splitted-tow {
		justify-content: space-between;
	}
	.form-content-row-drags.splitted .form-content-row-drag-li {
		width: calc(100% - 40px) !important;
	}
	.form-content-row-drags.splitted .animatedDiv {
		width: calc(100% - 40px) !important;
	}
	.form-content-row-drags.splitted .animatedDiv .form-content-row-drag-li {
		width: 100% !important;
	}
	.form-content-row-drags.splitted-two .animatedDiv {
		margin: 20px;
	}
	.form-content-row-drags.splitted-two .animatedDiv .form-content-row-drag-li {
		margin: 0;
	}
	.form-content-row-drags .form-content-row-drag-text,
	.form-content-row-drags .form-content-row-drag-select {
		width: 100% !important;
		min-width: 100% !important;
	}
	.form-content-row-drags:not(.splitted) .form-content-row-drag-text:not(.form-content-row-divider-body),
	.form-content-row-drags:not(.splitted) .form-content-row-drag-select {
		width: 100% !important;
		min-width: 100% !important;
	}
}

.text-input-datepicker-checked .DayPickerInput {
	width: 60%;
}
.text-input-datepicker-checked .DayPickerInput input {
	width: 100%;
}
.text-input-datepicker .timeDate {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
}
.timeDate-input {
	margin: 0 5px;
	height: 100%;
	width: 60%;
}
.timeDate-input-noselect {
	width: 100%;
	margin: 0 0 0 5px;
}

.timeDate-select {
	height: 100%;
	width: 40%;
	cursor: pointer;
}
.text-input-datepicker .timeDate input {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid lightgrey;
}

.text-input input {
	padding: 0 10px;
}
.MuiFormControl-root {
	width: 100%;
}
.MuiOutlinedInput-input {
	height: 38px !important;
	padding: 0 10px !important;
	cursor: pointer;
}
.Mui-selected{
	background-color: #1e1e1e !important;
}
.MuiOutlinedInput-root fieldset {
	top: 0;
	border-color: rgba(0, 0, 0, 0.3) !important;
}
.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline legend {
	display: none;
}
.text-input textarea {
	/* resize: none; */
	min-height: 50px;
	height: 150px;
	padding: 5px 10px;
}
.text-input textarea.evented {
	color: rgba(0, 0, 0, 0.3);
}
.responseText {
	min-height: 50px;
	height: 150px;
	padding: 5px 10px;
	overflow-y: auto;
	color: black;
	line-height: 25px;
}
.responseText.readOnly{
	user-select: all;

}
.responseText::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.responseText::-webkit-scrollbar-track {
	/* outline: 1px solid #23adad; */
	border-radius: 5px;
	cursor: pointer;
}
.responseText::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	cursor: pointer;
}
.evented {
	pointer-events: none;
}

.range-d-flex{
	display: flex;
}

@media (max-width: 490px) {
	.range-d-flex{
		display: block;
	}	
	.input-margin{
		margin-bottom: 5px;
	}
}


.user-evented {
	user-select: none;
}

.select-input {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: left;
	position: relative;
	font-size: 16px;
	color: black;
}

.select-input-changable {
	position: absolute;
	width: 80%;
	left: 2px;
	top: 3px;
	border: none;
	padding: 0 10px;
}
/* .select-text-changable {
	position: absolute;
	width: 89%;
	left: 2px;
	top: 5px;
	border: none;
	padding: 0 10px;
} */

.form-content-select {
	/* margin: 5px 0; */
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: transparent;
	width: 100%;
}
/* .form-content-select::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.form-content-select::-webkit-scrollbar-track {
	border-radius: 5px;
	cursor: pointer;
}
.form-content-select::-webkit-scrollbar-thumb {
	background-color: #23adad;
	border-radius: 10px;
	cursor: pointer;
} */

.form-content-select option {
	display: none;
}
.select-button {
	width: 100%;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.3);
	border: none;
	outline: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
.select-button p {
	color: rgba(0, 0, 0, 0.3);
	margin: 5px 0;
	line-height: 15px;
	font-size: 15px;
}
.select-button span {
	font-size: 10px;
	display: block;
	margin-top: 5px;
}
.options-content {
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease 0s;
	/* display: none; */
	width: 100%;
}
/* .checkbox-options-content.active {
	display: flex;
} */
.options-content.active {
	display: flex;
}
.option-content {
	display: none;
	height: 40px;
}
.option-content.active {
	display: flex;
	flex: 1 1;
	/* margin: 5px 0; */
	align-items: center;
}
.preview .option-content.active {
	margin: 5px 0;
}
.checkbox-option-content {
	align-items: center;
	margin: 0;
}
.preview-content {
	display: flex;
}
.radio-check {
	min-width: 24px;
	min-height: 24px;
	max-width: 24px;
	max-height: 24px;
	border-radius: 50%;
	border: 1px solid lightgrey;
}
.radio-check.required-field {
	border-radius: 50%;
}
.checkbox-check {
	min-width: 24px;
	min-height: 24px;
	max-width: 24px;
	max-height: 24px;
	border-radius: 5px;
	border: 1px solid lightgrey;
}
.option-label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-right: none;
	width: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.checkbox-label {
	border: none;
	padding: 0 0 2px 10px;
}
.preview-label,
.preview-label::placeholder {
	color: black !important;
	font-size: 18px;
	word-break: break-word;
	line-height: 25px;
}
.option-content-buttons {
	display: flex;
}
.option-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 40px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: none;
	background: transparent;
	font-size: 18px;
	color: darkred;
	opacity: 0;
	visibility: hidden;
}
.option-content:hover .option-button {
	visibility: visible;
	opacity: 1;
}
.option-button-save {
	border-left: none;
	border-right: none;
}
.option-button-delete {
	border-left: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.checkbox-option-content .option-button-delete {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	width: 24px;
	height: 24px;
}
.option-button-add {
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: none;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	padding: 0 5px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}
.toggleHidenMenu {
	position: relative;
}
.dropdown-menu-navbar {
	position: absolute;
	z-index: 1000;
	/* display: none; */
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: none;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.16);
	border-radius: 0.75rem;
	padding: 0.5rem 0;
	color: #6c757d;
	min-width: 15.1875rem;
	margin-top: 0.3125rem !important;
	right: 0;
	/* left: -150%; */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}
.dropdown-menu-navbar.active {
	opacity: 1;
	visibility: visible;
}
.box {
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
}
.img-preview {
	overflow: hidden;
}
.cropper-body-crop {
	display: none;
}
.cropper-body-crop.active {
	display: block;
}
.google-button {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.google-button div {
	background: transparent !important;
}
.google-button span {
	font-weight: 900;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}
.google-button:active {
	background: rgba(0, 0, 0, 0.7) !important;
}

.passwordShow {
	position: relative;
}
.passwordShowInput {
	padding-right: 2.3rem !important;
}
.passwordShow button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
.signin-href a {
	font-size: 16px;
}
.accept-text {
	font-size: 14px !important;
}

.col-buttons {
	position: absolute;
	/* top: 0; */
	top: -15px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding: 2px;
}
.delete-col {
}
.delete-col-body {
}
.edit-col {
	margin-right: 5px;
}
.col-button-body button {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	color: white;
	font-size: 16px;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}
.delete-col-body button {
	background-color: rgb(189, 34, 34);
}
.edit-col-body button {
	background-color: rgb(156, 156, 156);
}
.delete-col-body:hover button {
	background-color: rgb(153, 24, 24);
}
.edit-col-body:hover button {
	background-color: rgb(114, 113, 113);
}
.form-content-row-drag-empty:hover {
	outline: 1px dotted rgba(0, 0, 0, 0.15) !important;
}
.form-content-row-drag-text:hover .col-button-body button,
.form-content-row-drag-select:hover .col-button-body button,
.form-content-row-drag-image:hover .col-button-body button {
	opacity: 1;
	visibility: visible;
}
.empty-content-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.form-content-row-drag-image.hasImage .delete-row {
	top: 10px;
	right: 10px;
}
.form-content-filter {
	text-align: left;
	color: #ffc107;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-content-responsable {
	color: #23adad;
}
.signin-color {
	color: white !important;
}
.btn-primary:hover .signin-color {
	color: white !important;
}
.account-tabname {
	white-space: nowrap;
}

.FormNavbar__closed {
	display: none;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color: rgb(204, 201, 201);
	color: white;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	left: 0;
	transition: all 0.6s ease 0s;
	z-index: 3;
}
.FormNavbar__closed.disActive {
	transition: all 1.5s ease 0s;
	left: -100%;
}
@media (max-width: 1200px) {
	.formnavbar-menu {
		left: -100%;
		transition: all 0.6s ease 0s;
	}
	.formnavbar-menu.disActive {
		left: 0;
		transition: all 0.6s ease 0s;
	}
	.FormNavbar__closed {
		display: block;
	}
}
.FormNavbar__closed-body {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.FormNavbar__closed-text {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	padding: 10px 20px;
	cursor: pointer;
}
.FormNavbar__closed-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(184, 182, 182);
	font-size: 35px;
	cursor: pointer;
	transition: all 0.6s ease 0s;
	color: white;
	outline: none;
	/* animation: pulse 2s linear infinite;
	animation: pulse2 3s linear infinite;
	animation: pulse3 4s linear infinite; */
	border: none;
}
.FormNavbar__closed-button:hover {
	background-color: rgb(145, 142, 142);
}
.toggleNavbar {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: lightgrey;
}
.hideNavbar {
	opacity: 0;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin: 5px;
	z-index: 2;
	/* margin-bottom: 20px; */
	top: -5px;
	background-color: lightgrey;
	border-radius: 50%;
}
.hideNavbar span {
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-width: 25px;
}
.hideNavbar span img {
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
	max-width: 20px;
	filter: invert(100%);
	margin-top: -3px;
}
@media (min-width: 1200px) {
	.toggleNavbar {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-height: 500px) {
	.animated-formNavbar-aside {
		max-height: 300px;
		overflow-y: auto;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.hideNavbar {
		opacity: 1;
		visibility: visible;
	}
	.animated-formNavbar {
		position: relative !important;
		width: 100%;
	}
	.animated-formNavbar-aside {
		position: relative !important;
		width: 100%;
		max-width: 100%;
		top: 0px;
	}
}

@media (max-width: 1200px) {
	.FormNavbar__closed {
		bottom: 5%;
		top: initial;
		transform: translate(0, -5%);
	}
	.animated-formNavbar-aside {
		position: fixed;
		top: initial !important;
		bottom: 5%;
		transform: translate(0, -5%);
		transition: all 0.1s ease 0s;
		left: -100%;
		width: 250px;
		z-index: 3;
		display: block !important;
	}
	.form-page-add {
		margin-bottom: 40px;
	}
}
@media (max-width: 551px) {
	.animated-formNavbar-aside {
		width: 180px;
	}
	.form-content-row-drag-icon {
		font-size: 15px;
	}
	.form-content-row-drag-text p {
		font-size: 13px;
		line-height: 18px;
	}
	.form-content-row-body {
		margin: 20px 10px;
	}
	.form-content {
		margin-top: 35px;
	}
	.form-content-row-buttons {
		position: absolute;
		opacity: 1;
		visibility: visible;
		width: 100%;
		height: auto;
		right: initial;
		top: initial;
		display: flex;
		justify-content: flex-end;
		flex-direction: row;
		padding: 0 !important;
		display: none;
		top: -45px;
	}
	.form-content-row-body {
		display: flex;
		flex-direction: column-reverse;
	}
	.form-content-row.active .form-content-row-buttons,
	.form-content-row:hover .form-content-row-buttons {
		display: flex;
	}
	.row-buttons-body {
		flex-wrap: wrap;
	}
	.row-button {
		width: 30px;
		height: 30px;
	}
	.form-content-row-buttons .row-buttons-button {
		margin-right: 10px;
	}
	.row-buttons-button-split {
		width: 120px !important;
		height: 120px !important;
		max-width: 120px !important;
		max-height: 30px !important;
	}
}
.toggleNavbar span {
	font-size: 16px;
	color: white;
}

.animated-formNavbar-aside.disHide {
	display: none;
}
@media (min-width: 1400px) {
	.animated-formNavbar-aside.disHide {
		display: block;
	}
}
.styleAnimated {
	pointer-events: none !important;
}

.scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 10px;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.scrollToTop-body {
}
.scrollToTop-button {
	font-weight: 700;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgb(204, 201, 201);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.scrollToTop-button span {
	color: white;
	font-size: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -53%);
}
.scrollToTop.active {
	opacity: 1;
	visibility: visible;
}
.form-search {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.form-search p {
	font-weight: 700;
}
.form-search-image {
	width: 550px;
	height: 350px;
}
.form-search-image img {
	width: 100%;
	height: 100%;
	object-fit: fill;
}
@media (max-width: 786px) {
	.form-search-image {
		width: 100%;
		height: 300px;
	}
}
.myForms {
	width: 100%;
}
.myForms-body {
}
.myForms-contents {
	display: flex;
	flex-direction: column;
}
.myForms-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	/* border: 2px dashed rgba(0, 0, 0, 0.15); */
	padding: 10px;
	border-radius: 10px;
}

.myForms-content-left {
	display: flex;
	align-items: center;
	height: 60px;
}

.left-myForms {
	height: 60px;
}
.left-myForms-image {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.left-myForms-content {
	margin-left: 10px;
}
.left-myForms-info {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}
.left-myForms-info-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left-myForms-info-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left-myForms-info-top input {
	border: none;
	padding-left: 8px;
	background-color: transparent;
}
@media (max-width: 420px) {
	.myForms-content {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.myForms-content-left {
		flex-direction: column;
		height: 100%;
	}
	.left-myForms-info-top input {
		max-width: 190px;
	}
}
.left-myForms-info-top input:focus {
	color: #0d6efd;
}
.left-myForms-info-top button,
.left-myForms-info-bottom a {
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
}
.left-myForms-info-top button span,
.left-myForms-info-bottom a span {
	color: lightgrey;
	font-size: 16px;
}
.left-myForms-info-top button span.active,
.left-myForms-info-bottom a span.active {
	color: #0d6efd;
}
.myForms-content-right {
}
.left-myForms-buttons {
	display: flex;
	height: 45px;
}
.right-myForms {
	display: flex;
	align-items: center;
}
.right-myForms-buttons.dropdown {
}
.formTitle {
	display: flex;
	align-items: center;
}
@keyframes border-dance {
	0% {
		background-position: 0px 0px, 300px 100%, 0px 150px, 100% 0px;
	}
	100% {
		background-position: 300px 0px, 0px 100%, 0px 0px, 100% 150px;
	}
}
.formTitle-edit {
}
.formTitle-title {
	font-size: 20px;
}
.formTitle-edit span {
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0d6efd;
	font-size: 18px;
}
.preview{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
}
.userform-preview-container {
	min-height: calc(100vh - 50px) !important;
}
.report-form:hover{
	font-size: 15px !important;
	color: black !important;
}
.preview-button-header {
	border-color: #1e1e1e;
	color: #1e1e1e;
}
.preview-button-header:hover {
	background-color: #1c1f23;
	color: white;
	border-color: #1c1f23;
}
.prev-next-buttons {
	border-color: #1e1e1e;
	color: #1e1e1e;
}
.prev-next-buttons:hover {
	background-color: #1c1f23;
	color: white;
	border-color: #1c1f23;
}
.preview-button {
	width: 150px;
	padding: 10px 0;
	text-transform: uppercase;
	font-size: 16px;
	background-color: #23adad;
	color: white;
}
.preview-button:hover {
	color: white;
	background-color: #197979;
}
.preview-form-pages {
	display: flex;
	justify-content: space-between;
}
.sidebar-close {
	position: absolute;
	right: 30px;
	top: 20px;
}
.settings-button-close {
	border-color: #1e1e1e;
}
.settings-button-close:hover {
	background-color: #1e1e1e;
	color: white;
}
/* .pages-body{
}
.pages-content{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.page-ul{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 0.3s ease 0s;
}
.page__numbers{
	width: 40px;
	height: 25px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #23adad;
	transition: all 0.2s ease 0s;
	margin-right: 2px;
}
.page__numbers:hover{
	background-color: #137070;
}
.page__numbers.active{
	background-color: #91cccc;
}
.page__numbers:last-child{
	margin: 0;
}
.page__numbers a{
	color: white;
	font-weight: 700;
} */
/* .pagination-form {
	margin: 10px;
}

.pagination-form .page-item {
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.pagination-form .page-item .page-link {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
}
.pagination-form .page-button a {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.pagination-form .page-item.active .page-link {
	color: white;
	background-color: #ffc107;
	border: 1px solid #dee2e6;
} */

/* .page-button {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.3);
	font-weight: 700;
	box-shadow: none !important;
}
.page-buttons {
	margin: 0 8px 8px 0;
} */

/* .page-button.active {
	color: white !important;
	background-color: #ffc107;
	border: 1px solid #dee2e6;
	box-shadow: none !important;
} */

/* Pagination styles */

.items-list {
	max-width: 90vw;
	margin: 2rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 3rem;
	justify-content: center;
	align-content: center;
}
@media only screen and (max-width: 600px) {
	.items-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

.item {
	width: 10rem;
	height: 10rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #2d4848;
	cursor: pointer;
}
.item span {
	background: #ffffff;
	box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
	border-radius: 0.6rem;
	padding: 2rem;
	font-size: 3rem;
	transition: all 0.3s ease;
}
.item:hover span {
	transform: scale(1.2);
	color: #23adad;
}
.item p {
	font-size: 1.2rem;
	margin-top: 1rem;
	color: #23adade1;
}

.page {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	border-radius: 0.6rem;
	/* background: #ffffff; */
	padding-left: 0;
}
.preview .page,
.userForm .page {
	justify-content: flex-end;
	width: 100%;
}
.page__numbers,
.page__btn,
.page__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	font-size: 1.4rem;
	cursor: pointer;
}
.page__dots {
	width: 2.6rem;
	height: 2.6rem;
	color: #23adade1;
	cursor: initial;
}
.page__numbers a,
.page__numbers button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.4rem;
}
.preview .page__numbers a,
.preview .page__numbers button {
	height: 38px;
}
.page__numbers button.no-more {
	color: lightgray;
}
.page__numbers:hover button.no-more {
	color: lightgray;
}
.page__numbers button span {
	padding-bottom: 3px;
}
.page__numbers a,
.page__numbers button {
	color: black;
}
.page__numbers:hover a,
.page__numbers:hover button {
	color: #1e1e1e;
}
.page__numbers:hover {
	background: #21252917;
}
.page__numbers a.active {
	background: #212529;
	font-weight: 600;
	color: #ffffff;
}
.page__numbers:focus a,
.page__numbers:focus button {
	color: #1e1e1e !important;
}
.required-field {
	border-color: red !important;
	border: 1px solid red !important;
	border-radius: 5px !important;
}
.page-button-action {
	background: white;
	color: #1e1e1e !important;
	font-weight: 700;
	width: initial !important;
	padding: 5px 15px !important;
	font-size: 16px;
	border: 1px solid #1e1e1e;
}
.page-button-action:hover {
	background: #1e1e1e !important;
	color: white !important;
}
.required-field > div,
.required-field:hover > div,
.required-field:active > div,
.required-field:focus > div {
	border-color: transparent;
	box-shadow: 0 0 0 1px red;
}
.required-field:hover > div,
.required-field:active > div,
.required-field:focus > div {
	box-shadow: 0 0 0 2px red;
}
.form-link-button {
	/* background-color: orange; */
	font-size: 20px;
	padding: 0;
	margin-right: 2px;
	height: 100%;
	color: lightgrey;
	width: 25px;
	height: 25px;
}
.form-link-button-response-zero {
	font-size: 20px;
	padding: 0;
	margin-right: 2px;
	height: 100%;
	color: lightgrey;
	width: 25px;
	height: 25px;
	cursor: default;
	font-weight: 600;
	display: inline-flex;
	font-family: Montserrat, sans-serif;
	justify-content: center;
	pointer-events: none;
}
.form-link-button span {
	display: flex;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
}
.form-link-button span i,svg {
	font-size: 18px;
}
.form-link-button-body {
	position: relative;
	/* margin-right: 15px; */
	/* width: 25px; */
	/* height: 25px; */
}
.form-link-button-body button {
	font-size: 15px;
}
.form-link-button-link {
	display: flex;
	justify-content: center;
	align-items: center;
}
.response-link-button {
	/*color: #23adad;*/
	color: black;
	font-size: 16px;
}
@media (max-width: 444px) {
	/* .form-link-buttons {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start !important;
	} */
}
.form-link-button-link p {
	margin-bottom: 0;
	color: #1e1e1e;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: calc(10px + 2 * ((100vw - 320px) / (1280 - 320)));
}
.form-link-button-title-hovered,.response-link-button-title-hovered {
	position: absolute;
	left: 50%;
	top: -35px;
	transform: translate(-50%, 0);
	white-space: nowrap;
	background-color: #1e1e1e;
	color: white;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 10px;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	border-radius: 5px;
	/* opacity: 0; */
	/* visibility: hidden; */
	display: none;
	transition: all 0.2s ease 0s;
}
.form-link-button-title-newform {
	/* top: -45px; */
}
.form-link-button-title-bottom {
	/* bottom: -35px; */
	/* top: inherit; */
}
.forChangeTextDisabled::before {
	content: "Copy Link";
	/* text-decoration: line-through; */
}
.forChangeText::before {
	content: "Copy Link";
}
.forChangeText.copied::before {
	content: "Link Copied!";
}
.form-link-button-title.copied::before {
	content: "Link Copied!";
}
.form-link-button-title::before {
	content: "Copy Link";
}
.response-link-button-title.copied::before {
	content: "Link Copied!";
}
.response-link-button-title::before {
	content: "Get view link";
}
.response-download-response::before {
	content: "Download response(PDF)";
}
.response-share-email::before {
	content: "Share email";
}
.response-share-facebook::before {
	content: "Share facebook";
}
.response-share-linkedin::before {
	content: "Share linkedin";
}
.response-share-twitter::before {
	content: "Share twitter";
}
.response-share-qrcode::before {
	content: "Share qrcode";
}
.share-button-styles {
	margin-left: 0.3rem !important;
}
.form-link-button:hover {
	color: #1e1e1e;
}
.form-link-button-body:hover .form-link-button-title-hovered,
.form-link-button-body:hover .response-link-button-title-hovered {
	/* opacity: 0.8; */
	/* visibility: visible; */
	display: flex;
}
.form_input {
}
.user-select-text {
	/*text-transform: capitalize;*/
	user-select: text;
	cursor: text;
	color: black;
	font-weight: 700;
	font-size: calc(12px + 2 * ((100vw - 320px) / (1280 - 320)));
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: transparent;
	word-break: break-word;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	max-height: 20px;
	min-width: 100px;
	line-height: 25px;
}
.user-select-text-required::after {
	content: "*";
	padding-left: 5px;
	color: red;
}
.errorMessageDIv{
	display: flex;
}
.errorMessageP {
	display: table;
	line-height: 23px;
	text-decoration: underline;
	cursor: pointer;
	margin-right: 5px;
}
@media (max-width: 486px) {
	.form_input-header {
		overflow: hidden;
	}
}
.form-settings-bottom {
	z-index: 2;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.label-style {
	font-style: italic;
	text-decoration: underline;
	color: #169191;
	font-weight: 600;
}
.type-inputs {
}
.type-input {
	border: 1px solid #1e1e1e;
	user-select: none;
	position: relative;
	z-index: 0;
	border-radius: 2px;
	margin-left: -1px;
}
.type-input.date-input {
	font-size: 25px;
}
.type-input:last-child {
}
.type-input.checked {
	transform: scale(1.1);
	border: 1px solid #1e1e1e;
	z-index: 1;
}
.type-input button {
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	background-color: white;
	width: 100%;
	padding: 5px 15px;
	height: 100%;
	font-weight: 600;
}
.type-input button.datetype-input {
	font-size: 14px;
	padding: 10px 15px;
}
.type-input:hover button {
	background-color: #1e1e1e;
	color: white;
}
.type-input.checked button {
	background-color: #1e1e1e;
	color: white;
}
/* #dateSettingsForm .type-input {
	border: 1px solid #1e1e1e;
}
#dateSettingsForm .type-input.checked {
	border: 1px solid #1e1e1e;
}
#dateSettingsForm .type-input button {
	color: black;
	background-color: white;
}
#dateSettingsForm .type-input:hover button {
	background-color: #1e1e1e;
	color: white;
}
#dateSettingsForm .type-input.checked button {
	background-color: #1e1e1e;
	color: white;
} */
/* .page__btn a,
.page__btn button {
	color: #23adade1;
	pointer-events: none;
}
.page__btn.active a {
	color: #2d4848;
	pointer-events: initial;
}
.page__btn.active:hover a {
	color: #23adad;
} */
.nav-link-archive {
	color: rgb(219, 97, 97) !important;
}
.nav-link-archive.active {
	border-color: rgb(219, 97, 97) !important;
}
.myForms-content-archive {
	border: 2px dashed rgba(219, 97, 97, 0.5) !important;
	background-color: rgba(219, 97, 97, 0.05) !important;
}

@media (max-width: 786px) {
	.myForms-content {
		flex-direction: column;
		position: relative;
	}
	.left-myForms {
		width: 100%;
		height: auto;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.left-myForms-info {
		flex-direction: column;
	}
	.right-myForms {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.left-myForms-info {
		width: 100%;
	}
	.left-myForms-buttons {
		position: absolute;
		left: 5px;
		top: 5px;
	}
	/* .form-link-buttons.button-link {
		position: absolute;
		left: 5px;
		top: 5px;
	}
	.form-link-buttons.button-response {
		position: absolute;
		left: 35px;
		top: 5px;
	}
	.form-link-buttons.button-statistics {
		position: absolute;
		left: 65px;
		top: 5px;
	} */
	.form-link-left,
	.form-link-left p,
	.form-link-left input {
		width: 100%;
	}
	.form-link-button-title-bottom {
		bottom: initial;
		top: -35px;
	}
}

/* PAGINATION */

.responses-table .page-item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.4rem;
	font-size: 14px;
}
.responses-table .page-item {
	margin: 0 3px;
}
.responses-table .page-item a {
	color: black;
}
.responses-table .page-item:hover a {
	/*color: #23adad;*/
	color: black;
}
.responses-table .page-item:hover {
	background: #26aaaa2a;
}
.responses-table .page-item.active a {
	/*background: #23adad;*/
	background: black;
	font-weight: 600;
	color: #ffffff;
	border: none;
	border-radius: 0.4rem;
}
.responses-table .page-item a:focus {
	box-shadow: none;
}

.dropdown-datepicker {
	position: relative;
}
/* .react-datepicker-wrapper,
.react-datepicker__input-container,
.react-datepicker__input-container input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
} */

.InputFromTo .DayPicker-Day--selected:not(.DayPicker-Day--start):not(.DayPicker-Day--end):not(.DayPicker-Day--outside) {
	background-color: #f0f8ff !important;
	color: #4a90e2;
}
.InputFromTo .DayPicker-Day {
	border-radius: 0 !important;
}
.InputFromTo .DayPicker-Day--start {
	border-top-left-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}
.InputFromTo .DayPicker-Day--end {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}
.InputFromTo .DayPickerInput-Overlay {
	width: 550px;
}
.InputFromTo-to .DayPickerInput-Overlay {
	margin-left: -198px;
}

.datepicker-li {
	cursor: pointer;
}
.DayPickerInput input {
	padding: 0px 5px 0px 10px;
	border-radius: 5px;
	border: 1px solid lightgrey;
}
.signupForm,
.responses-loader-body {
	position: relative;
}
.signupForm-loader,
.form-loader,
.responses-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-blur {
	filter: blur(4px);
	opacity: 0.2;
}
.analytic-text {
	white-space: nowrap;
}
.fixed-menu {
	position: sticky;
	top: 100px;
}
.chart-styles {
	max-height: 200px;
}
.notification{
	/* margin-left: 1.2rem !important; */
	/* margin-right: 10px !important; */
}
.infouser {
	height: 43px;
}
/* .infouser {
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.infouser .loader-info > div {
	transform: scale(0.7) translate(10px, 17px);
	width: 40px;
	height: 40px;
}
.infouser .loader-info > div > div {
	width: 7px;
	height: 7px;
} */
.notifications-body {
	display: flex;
	flex-direction: row;
}
.notification-body {
	width: 100%;
	transition: all 0.3s ease 0s;
}
.notification-body:hover {
	/*background-color: #ffca2c18 !important;*/
	background-color: #f8f9fa !important;
}
.notification-content {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.notification-info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}
.notification-info .avatar-status {
	background-color: #ffc107;
}
.notification-body p {
	margin-bottom: 0;
	white-space: nowrap;
	
}
.notification-info-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffc107;
}
.notification-info-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.notification-info-email {
}
.notification-data p {
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	color: #1e1e1e;
}
.toResponse {
	display: none;
}
.notify-text p {
	line-height: 15px;
}
.notify-text p a {
	/*color: #23adad;*/
	color: #495057;
	font-size: 0.8125rem;
	text-decoration: underline;
	text-transform: capitalize;
}
@media (max-width: 888px) {
	.datepicker-dropdown {
		flex-direction: column;
	}
	.filter-body-response {
		display: flex;
		flex-direction: column-reverse;
	}
	.datepicker-icon {
		display: none;
	}
	.datepicker-title {
		margin: 5px 0;
	}
	.InputFromTo {
		/* margin-top: 5px; */
	}
}
@media (max-width: 768px) {
	.filter-body {
		flex: 0 0 100%;
		margin: 10px 0 !important;
	}
	.responses-filter-button,
	.responses-filter-a,
	.responses-filter-ul {
		width: 100%;
	}
}
@media (max-width: 555px) {
	.DayPickerInput {
		width: 100%;
	}
	.InputFromTo input {
		width: 100%;
	}
	.InputFromTo input:first-child {
		margin-bottom: 15px;
	}
	/* .preview-button {
		height: 2.41rem;
	} */
}
@media (max-width: 555px) {
	.statistics-deypicker input:first-child {
		margin-bottom: 0;
	}
	/* .preview-button {
		height: 2.41rem;
	} */
}
/*Filters==========================================================*/
.filter-container {
	padding: 25px 50px 0;
}
.filters-body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}
.filter-contents{
	display: flex;
	flex-direction: column;
}
.dropdown-filters-body{
	display: flex;
	width: 100%;
	padding: 10px;
}
.dropdown-filters-body .responses-filter-a,.filter-body-response,.responses-filter-button{
	/* width: 100%; */
}
.filters-body .dropdown{
	/* position: static; */
}
.filters-body .responses-columns-ul{
	left: 0 !important;
}
.filter-body {
	outline: 2px dashed rgba(0, 0, 0, 0.15);
	margin-right: 10px;
	padding: 5px;
	border-radius: 10px;
	margin: 5px;
	display: flex;
	flex-direction: column;
	height: max-content;
}
.filter-body:last-child {
	margin-right: 0;
}
.filter-content {
	display: flex;
	flex-direction: column;
	border: none !important;
	background-color: transparent !important;
	min-width: max-content;
}
.filter-content-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter-content-info p {
	padding: 5px 10px;
	margin: 0 !important;
}
.info-filter-button {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}
.info-filter-button button {
	display: flex;
}
.info-filter-button button span {
	background-color: #23adad;
	border-radius: 50%;
	color: white;
	min-width: 25px;
	min-height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.filter-content-body {
	display: flex;
	flex-direction: column;
	background-color: transparent !important;
	padding: 0 10px;
}
.filter-content p {
	margin-bottom: 10px;
	font-weight: 700;
}
.filter-content .form-check {
	margin-bottom: 10px;
}

.user-form-body {
}
.page-style {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.user-form-body .page-style-button {
	padding: 0.5rem;
	margin: 1rem;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid lightgrey;
	transition: all 0.3s ease 0s;
}
.user-form-body .page-style-button.active {
	background-color: rgba(0, 0, 0, 0.05);
}
.user-form-body .page-style-button:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.user-form-body .page-style-button span {
	font-size: 25px;
}

.user-form-body .page-style-container {
	/* General styling */
	padding: 1rem;
	border-radius: 5px;
	margin-top: 1rem;
	transition: all 1s;
	display: flex;
	justify-content: center;
}

.page-style-container,
.userform-container {
	width: 75%;
}
/* .user-form-body .desktop {
	width: 100%;
} */
.user-form-body .tablet {
	width: 768px;
}

.user-form-body .phone {
	width: 480px;
}
.user-form-body .phone .text-input-datepicker-checked .DayPickerInput,
.user-form-body .tablet .text-input-datepicker-checked .DayPickerInput {
	width: 50%;
}

.user-form-body .phone .text-input-datepicker-checked .timeDate,
.user-form-body .tablet .text-input-datepicker-checked .timeDate {
	width: 50%;
}
.user-form-body .tablet .form-content-row-drags.splitted .form-content-row-drag-li {
	width: calc(50% - 40px) !important;
}
.user-form-body .phone .form-content-row-drags.splitted .form-content-row-drag-li {
	width: calc(100% - 40px) !important;
}
.user-form-body .phone .form-content-row-drags.splitted {
	justify-content: center;
}
.user-form-body .phone .form-content-row-drags.splitted-tow {
	justify-content: space-between;
}
.user-form-body .phone .form-content-row-drags.splitted .form-content-row-drag-li {
	width: calc(100% - 40px) !important;
}
.user-form-body .phone .form-content-row-drags.splitted .animatedDiv {
	width: calc(100% - 40px) !important;
}
.user-form-body .phone .form-content-row-drags.splitted .animatedDiv .form-content-row-drag-li {
	width: 100% !important;
}
.user-form-body .phone .form-content-row-drags.splitted-two .animatedDiv {
	margin: 20px;
}
.user-form-body .phone .form-content-row-drags.splitted-two .animatedDiv .form-content-row-drag-li {
	margin: 0;
}
.user-form-body .phone .form-content-row-drags .form-content-row-drag-text,
.user-form-body .phone .form-content-row-drags .form-content-row-drag-select {
	width: 100% !important;
	min-width: 100% !important;
}
.paragraph-text {
	text-align: left !important;
	color: black !important;
	height: 100%;
}
.paragraph-input {
	height: 100%;
	text-align: left;
	color: black;
}
.paragraph-input a{
	text-decoration: underline;
	color: black;
}
.paragraph-input a:focus,.paragraph-input a:active,.paragraph-input a:visited{
	color: black;
	text-decoration: underline;
}

.text-inputs {
}

.settings-image {
	justify-content: flex-start !important;
}

.new-response {
	color: #495057 !important;
	font-weight: 900 !important;
}
.response-tr {
	position: relative;
}
.new-response-tr {
	background-color: #e6f0ff;
}
.eye-response {
	text-align: center;
}

.reachable-types {
	display: none;
	flex-direction: column;
}
.reachable-types.active {
	display: flex;
}
.reachable-type {
	margin: 5px 0;
	display: flex;
}
.reachable-type label {
	/* color: #23adad !important; */
	font-weight: 700;
	font-size: 16px;
}
.reachables-selected {
	display: flex;
	flex-wrap: wrap;
}
.reachable-selected {
	border: 1px solid white;
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	border-radius: 15px;
	transition: all 0.3s ease 0s;
	padding: 5px 20px;
	/* background-color: #23adad; */
	color: black;
	font-weight: 700;
	text-transform: uppercase;
}
.reachable-selected-btn:hover{
	border-color: white !important;
	color: white !important;
	background-color: #212529 !important;
}
.dropzone-ui {
	/* justify-content: space-between !important; */
	padding: 0 !important;
}
.file-item-list-container {
	padding: 50px 0;
}
.dropzone-ui .dz-ui-footer {
	height: auto !important;
	background-color: #f4f8f8 !important;
	color: gray !important;
	line-height: 18px;
	padding: 5px;
	width: 100% !important;
}
.dropzone-ui .dz-ui-header {
	/* position: relative !important; */
	/* top: inherit !important; */
	/* white-space: nowrap; */
	/* overflow-x: auto; */

	min-height: 50px !important;
	padding-right: 0 !important;
	word-break: break-word;
	line-height: 20px;
	padding: 5px 10px !important;
	z-index: 1;
	background-color: white;
}
.form-check-radio {
	border-radius: 50% !important;
}
/* .form-check-input:checked {
	background-color: #ffc107;
	border-color: #ffc107;
} */
.form-check-input:checked {
	background-color: #000000;
	border-color: #000000;
}
.form-check-input.bg-default:checked {
	/* filter: invert(100%); */
	background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgba(0,0,0,0.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.dark-form-check {
	background-color: #1e1e1e !important;
	border-color: #1e1e1e !important;
}


.response-files {
	max-width: 200px;
	max-height: 100px;
	display: flex;
	overflow-y: auto;
	padding: 10px 0;
}
.print-files{
	position: relative;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
}
.print-files .response-files{
	overflow-y: hidden;
	max-width: 100%;
	min-width: 100%;
	flex-wrap: wrap;
}
.response-files::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.response-filest::-webkit-scrollbar-track {
	outline: 1px solid rgba(0, 0, 0, 1);
	border-radius: 5px;
	cursor: pointer;
}
.response-files::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	cursor: pointer;
}
.response-file {
	margin: 5px;
	width: 60px;
	height: 60px;
}
.response-file-img {
}
.response-file-type {
	width: 60px;
	height: 60px;
}
.response-file-type img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}
.print-files .response-file,.print-files .response-file-type,.print-files .response-file-type img{
	width: 100px;
	height: 100px;
}
.response-link {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.response-link span {
	transition: all 0.3s ease 0s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #23adad !important;
}
.response-link-remove {
	display: inline-flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	color: #ad2823 !important;
}

.response-link span::after {
	/* content: "";
	border-bottom: 2px solid #23adad;
	width: 100%; */
}
.response-link span:hover {
	color: #1e1e1e !important;
}




.success {
	text-align: center;
	padding: 40px 0;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.success h1 {
	color: #88b04b;
	font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
	font-weight: 900;
	font-size: 40px;
	margin-bottom: 10px;
	user-select: none;
}

.success p {
	color: #404f5e;
	font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
	font-size: 20px;
	margin: 0;
}
.success i {
	color: #9abc66;
	font-size: 40px;
}
.success .card {
	background: white;
	padding: 30px;
	border-radius: 4px;
	/* box-shadow: 0 0px 3px #C8D0D8; */
	display: inline-block;
	margin: 0 auto;
}
.success-body {
	border-radius: 50%;
	height: 100px;
	width: 100px;
	background: #f8faf5;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.declinemark {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px red;
	animation: redFill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.declinemark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
	fill: white;

}

.declinemark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: red;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.rejected h1 {
	color: red;
}

.payment-link{
	text-decoration: underline;
}
.payment-link:hover{
	text-decoration: underline;
}



.crumbsTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.breadcrumbs {
	border: 1px solid #cbd2d9;
	border-radius: 0.3rem;
	display: inline-flex;
	overflow: hidden;
}

.breadcrumbs__item {
	background: #fff;
	color: #333;
	outline: none;
	padding: 0.25em 0.25em 0.25em 1.25em;
	position: relative;
	text-decoration: none;
	transition: background 0.2s linear;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
	background: #edf1f5;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
	background: #323f4a;
	color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
	background: white;
	bottom: 0;
	clip-path: polygon(50% 50%, -50% -50%, 0 100%);
	content: "";
	left: 100%;
	position: absolute;
	top: 0;
	transition: background 0.2s linear;
	width: 1em;
	z-index: 1;
}

.breadcrumbs__item:before {
	background: #cbd2d9;
	margin-left: 1px;
}

.breadcrumbs__item:last-child {
	border-right: none;
}

.breadcrumbs__item.is-active {
	background: #edf1f5;
}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%,
	100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 60px #7ac142;
	}
}
@keyframes redFill {
	100% {
		box-shadow: inset 0px 0px 0px 60px red;
	}
}

.emptyField {
	outline: red dashed 2px !important;
	color: red !important;
}
/* .label-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
} */
.form-title-overflow {
	width: 180px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.form-title-overflow span {
	overflow: hidden;
    text-overflow: ellipsis;
}
/* #formPage .label-overflow {
	text-overflow: initial;
	display: initial;
} */
#previewPage .label-overflow {
	text-overflow: initial;
	display: initial;
}
.preview-container {
}
.formLoader {
	position: relative;
}
.formLoader-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 4;
}
.formLoader-loader div {
	width: 100px;
	height: 100px;
}
.form-times {
	display: flex;
	width: 100%;
	position: relative;
}
.form-times input {
	width: 80px;
}
.form-time {
	margin-right: 10px;
}
.form-time:last-child {
	margin-right: 0;
}
.form-time-absolute {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
	border-radius: 8px;
	max-width: 140px;
	width: 140px;
	transition: all 0.3s ease 0s;
}
.daypicker-error .DayPickerInput input {
	border: 2px solid red;
	border-radius: 10px;
}
@media (max-width: 480px) {
	.type-dates .datetype-input {
		font-size: 12px !important;
		padding: 10px 8px !important;
	}
	.time-formats {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.time-formats .form-check {
		margin: 10px 0 0 0 !important;
		padding: 0 !important;
	}
	.form-time-absolute {
		right: -15px;
		top: 0;
		transform: translate(0, 0);
	}
}
.absolute-time-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.absolute-time-content-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 5px;
}
.absolute-time-content-buttons button {
	font-weight: 700;
	font-size: 30px;
	line-height: 0;
	color: #ffc107;
}
.absolute-time-content-number {
	border-top: 1px solid #c2940a;
	border-bottom: 1px solid #c2940a;
	color: #ffc107;
	padding: 0 20px;
	user-select: none;
	font-weight: 700;
	font-size: 18px;
}
.absolute-time-content-number span {
	font-size: 60px;
}
.change-time-number {
	border-radius: 3px;
	background-color: #ffc107;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.custom-button-time {
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
	user-select: none;
	cursor: pointer;
}
.change-time-number span {
	color: white;
	font-size: 15px;
	position: absolute;
	top: 47%;
	user-select: none;
	left: 50%;
	transform: translate(-50%, -47%);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-time-day {
	opacity: 0;
	visibility: hidden;
}
.form-time-day.active {
	opacity: 1;
	visibility: visible;
}
.upgrade{
	font-size: 23px;
}
/* .css-j5h6pi-MuiPopper-root{
	inset: 0px auto auto 20px !important;
}
@media (max-width: 991px) {
	.css-j5h6pi-MuiPopper-root {
		inset: 0px auto auto -7px !important;
	}
} */
.membersicon{
	filter: opacity(0.2);
}
/* @media (max-width: 638px) {
	.css-j5h6pi-MuiPopper-root {
		inset: 0px auto auto 30px !important;
	}
} */
.form-time-hour {
	opacity: 0;
	visibility: hidden;
	right: 0px;
	top: 30%;
}
.form-time-hour.active {
	opacity: 1;
	visibility: visible;
}
.form-time-minute {
	opacity: 0;
	visibility: hidden;
}
.form-time-minute.active {
	opacity: 1;
	visibility: visible;
	right: 0px;
	top: 30%;
}
.form-times-submit{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.3);
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 700;
	padding: 10px 5px;
}
.form-times-submit._active{
	background-color: #1e1e1e;
	color: white;
}
.dropdown-icon span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 11px;
}
.dropdown-icon span i {
	margin-left: 5px;
	font-size: 16px;
}
.date-picker-component {
	position: absolute;
	left: 0;
	top: 0;
}
.dateBar {
	cursor: pointer;
	position: relative;
	width: 100%;
	height: 38px;
	color: white;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.dateBar::before {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 5px;
	content: attr(data-date-format);
	display: inline-block;
	color: black;
}

.dateBar::-webkit-datetime-edit,
.dateBar::-webkit-inner-spin-button,
.dateBar::-webkit-clear-button {
	display: none;
}

.dateBar::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
	color: black;
	opacity: 1;
}
.palette-button {
	/* font-size: 22px; */
	/* padding: 0.375rem 0.05rem; */
	padding: 0 !important;
	color: #1e1e1e;
}
.palette-button:hover {
	color: #343a40;
}
.bg-colors {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.bg-color {
	margin: 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	overflow: visible;
}
.absolute-text {
	/* position: absolute; */
	/* left: 0; */
	/* top: -10px; */
	position: fixed;
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #ffc107;
	color: white;
	white-space: nowrap;
	font-weight: 700;
	z-index: 3333;
	/* user-select: none; */
}
.remove-color {
	position: absolute;
	right: -3px;
	top: -3px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: darkred;
	box-shadow: 0 0 5px 0 black;
	color: white;
	font-size: 12px;
	font-weight: 700;
}
.bg-color input {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.add-color {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: white;
	font-weight: 700;
	box-shadow: 0 0 5px 1px #1e1e1e;
	background-color: #1e1e1e;
	user-select: none;
}
.add-color span {
}

.picker-color {
	width: 36px;
	height: 14px;
	border-radius: 2px;
	/* background: `rgba(${this.state.color.r}, ${this.state.color.g}, ${this.state.color.b}, ${this.state.color.a})`, */
}
.picker-swatch {
	padding: 5px;
	background: #fff;
	border-radius: 1px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
	display: inline-block;
	cursor: pointer;
	width: 100%;
}
.picker-popover {
	position: absolute;
	z-index: 2;
	top: 110%;
	width: 100%;
}
.sketch-picker {
	width: calc(100% - 20px) !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}
.picker-cover {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.picker-popover .saturation-white:nth-child(2) > div {
	cursor: pointer !important;
}
.picker-popover .saturation-white:nth-child(2) > div > div {
	width: 10px !important;
	height: 10px !important;
}
.sketch-footer-button {
	border-radius: 3px;
	background: #23adad;
	/* background: #fff; */
	color: white;
	font-weight: 700;
	padding: 5px 10px;
	cursor: pointer !important;
	width: 100%;
	font-family: Montserrat, sans-serif;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.sortable-list-tab {
	cursor: default;
	visibility: visible;
	z-index: 99999999;
	list-style-type: none;
	padding: 0.3em;
}
.ck-editor__main p {
	color: black !important;
}
.footer-style {
	z-index: 5;
	background-color: rgb(248 249 250);
}
.textCut {
	max-width: 200px !important;
	overflow-x: auto;
	padding: 5px;
}
#statistics .breadcrumbsLinks {
	padding: 0 0 0 3rem;
}
#responses .breadcrumbsLinks {
	padding: 0 0 0 3rem;
}
@media (max-width: 991px) {
	.page-style-buttons {
		display: none;
	}
	.page-style-container,
	.userform-container {
		width: 100%;
	}
}
.response-styles {
	max-width: 200px;
	max-height: 25px;
	overflow: auto;
	display: block;
}
.response-link-text-style {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.response-styles::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.response-styles::-webkit-scrollbar-track {
	/* outline: 1px solid #23adad; */
	border-radius: 5px;
	cursor: pointer;
}
.response-styles::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	cursor: pointer;
}
.paragraph-input h1,
.paragraph-input h2,
.paragraph-input h3,
.paragraph-input h4,
.paragraph-input h5,
.paragraph-input h6,
.paragraph-input p {
	margin-bottom: 0;
	font-weight: initial;
}
.form-content-row-divider-body {
	width: 100% !important;
	min-width: 100%;
}
.ck-heading_paragraph {
	font-size: 14px !important;
}
.text-inputs-editor h1,
.paragraph-input h1 {
	font-size: 30px !important;
}
.text-inputs-editor h2,
.paragraph-input h2 {
	font-size: 25px !important;
}
.text-inputs-editor h3,
.paragraph-input h3 {
	font-size: 21px !important;
}
.text-inputs-editor h4,
.paragraph-input h4 {
	font-size: 18px !important;
}
.text-inputs-editor h5,
.paragraph-input h5 {
	font-size: 16px !important;
}
.form-check-input {
	min-width: 1.5rem;
	min-height: 1.5rem;
}
.favorite-response {
	position: relative;
}
.favorite-response::before {
	content: url("../svg/icons/star-fill.svg");
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translate(0, -50%);
}
.form_responses-body {
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	position: absolute;
	right: -5px;
	top: 0;
	border-radius: 50%;
}
.left-myForms-info-top .user-select-text {
	margin-left: 0 !important;
}
.form_responses {
	display: flex;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	font-weight: 700;
	font-size: 14px;
}
.subtabname {
	font-size: 12px;
}
.response-filter-top {
	order: 1;
}
.response-filter-bottom {
	order: 2;
	justify-content: flex-end;
}
.hideDuringSelect {
	position: relative;
	z-index: 0;
}
.svgResponseStyle {
	width: 50px;
	padding: 0 1rem;
}
.svgStyle {
	filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(325deg) brightness(119%) contrast(119%);
}
.responsesIcons {
	display: flex;
}
#previewPage #datebar .form-input-border {
	border: initial !important;
	border-radius: 5px;
}
#formPage #datebar .form-input-border {
	border: initial !important;
	border-radius: 5px;
}

#previewPage .labels-cursor {
	cursor: pointer;
}
#formPage .labels-cursor {
	cursor: pointer;
}
#userResponsePage #textPage .text-input{
	border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}
@media (max-width: 768px) {
	.response-filter-top {
		order: 2;
	}
	.response-filter-bottom {
		order: 1;
		padding-right: 20px;
	}
	.filters-body {
		padding-top: 10px;
	}
}
/* .response-daypicker input {
	padding: 0.375rem 0.7625rem;
	max-width: 125px;
} */
.responses-dropdown-body {
	position: relative;
}
.responses-dropdown-ul {
	left: 0 !important;
	top: 100% !important;
	transform: translate(0, 0) !important;
	min-width: auto !important;
	width: fit-content;
	padding: 10px 20px;
}
.responses-dropdown-ul li {
	margin: 10px 0 !important;
}
.responses-dropdown-ul .form-check-inline {
	display: flex;
	align-items: center;
}
.responses-dropdown-ul .form-check-label,
.responses-dropdown-ul .form-check-inline {
	margin-right: 0 !important;
	margin-bottom: 3px;
}
.formsTable table {
	border-collapse: separate;
	border-spacing: 5px 10px;
}
.formsTable table tr {
}
.formsTable th {
	background-color: transparent !important;
}
.formsTable thead,
.formsTable thead tr {
	border-style: none !important;
}
.formsTable thead tr th,
.formsTable tbody tr td {
	border: none !important;
}
.formsTable tbody tr {
	position: relative;
	outline: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px;
	border-radius: 10px !important;
}
.formsTable tbody tr td {
	vertical-align: middle;
}
.formsTable-td {
	font-size: 16px;
}
.formsTable-archive {
	/* border: 2px dashed rgba(219, 97, 97, 0.5) !important; */
	background-color: rgba(219, 97, 97, 0.05) !important;
}
.response-disactive-button {
	cursor: default;
}

/* .breadcrumb>li+li:before {
	content: "" !important
}

.breadcrumb {
	padding: 6px 10px;
	font-size: 14px;
	color: #aaa !important;
	letter-spacing: 2px;
	border-radius: 5px !important
}

.first ol {
	border-top-right-radius: 200px !important;
	border-bottom-right-radius: 200px !important;
}

.first-1 {
	background-color: transparent !important
}


.first span {
	color: #6c757d;
	font-size: 12px;
}

.active-1 {
	font-size: 13px !important;
	padding-bottom: 12px !important;
	padding-top: 12px !important;
	padding-right: 25px !important;
	padding-left: 25px !important;
	border-radius: 200px !important;
	background-color: transparent !important
}

.first ol {
	background-color: transparent !important;
	border: 1px solid #495057
}

@media (max-width: 767px) {
	.breadcrumb {
		font-size: 10px
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 0
	}

	.active-1 {
		font-size: 10px !important;
		padding-right: 8px !important;
		padding-left: 8px !important;
		width: 100% ! important
	}

	.breadcrumb {
		letter-spacing: 1px !important
	}

	.breadcrumb>* div {
		max-width: 60px
	}
} */

.breadcrumb-form {
	display: flex;
}
.breadcrumb-form li {
	user-select: none;
	display: flex;
	padding: 10px;
	background: #6c757d67;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	justify-content: center;
}
.breadcrumb-form li._active {
	background: #23adad;
}
.breadcrumb-form li a,
.breadcrumb-form li {
	color: white;
	font-weight: 700;
	font-size: 13px;
}
.breadcrumb-form li:hover {
	background: #6c757da1;
}
.breadcrumb-form li._active:hover {
	background: #209b9b;
}
.favourite-response span i {
	color: rgb(228, 196, 18) !important;
}
.responses-filter-a {
	height: auto !important;
}
.success-edit {
	position: relative;
}
.success-edit-text {
	font-size: 20px;
	padding: 0 !important;
	font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
}
.success-edit-span{
	display: flex;
	justify-content: center;
	width: 100%;
}
.success-edit-text.editable {
	outline: 2px dotted rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.success-edit button {
	position: absolute;
	right: -30px;
	top: 0px;
	display: flex;
}
.success-edit span i {
	font-size: 18px;
}

/*Pencil animaton==========================================================*/
.writing-circles {
	position: absolute;
	top: 40%;
	right: -20px;
	display: flex;
	opacity: 0;
	visibility: hidden;
	padding: 0 5px;
}
.writing-circles._active {
	opacity: 1;
	visibility: visible;
}

.writing-circle {
	display: flex;
	width: 5px;
	height: 5px;
	background-color: #7ac142;
	border-radius: 50%;
	animation: writing-loading 1.5s cubic-bezier(0.8, 0.5, 0.2, 1.4) infinite;
	transform-origin: bottom center;
	position: relative;
	margin: 0 0.5px;
}
@keyframes writing-loading {
	0% {
		transform: translateY(0px);
		background-color: #7ac142;
	}
	50% {
		transform: translateY(5px);
		background-color: #ef584a;
	}
	100% {
		transform: translateY(0px);
		background-color: #7ac142;
	}
}
.writing-circle-1 {
	animation-delay: 0.1s;
}
.writing-circle-2 {
	animation-delay: 0.2s;
}
.writing-circle-3 {
	animation-delay: 0.3s;
}
/* .circle-4{
 }
 #previewPage #paragraphPage{
	 cursor: default;
 }
 #previewPage #dropdownPage{
	 cursor: pointer !important;
 }
 #previewPage #dividerPage{
	 cursor: default;
 }
 #previewPage #radioPage .preview-label{
	 cursor: pointer;
 }
 #previewPage #checkboxPage .preview-label{
	cursor: pointer;
 }
 #previewPage #imagePage .form-content-row-drag-image{
	 cursor: default;
 } 
#textPage .responseText{
	 font-size: 15px;
 }
 #textPage .form-input-border {
	 font-size: 15px;
 }
 /* .circle-4{
	animation-delay: 0.4s;
 }
 .circle-5{
	animation-delay: 0.5s;
 }
 .circle-6{
	animation-delay: 0.6s;
 }
 .circle-7{
	animation-delay: 0.7s;
 }
 .circle-8{
	animation-delay: 0.8s;
 } */
 .preview .form-content-row {
	cursor: default;
}
 .success-page h1{
	 margin-bottom: 0 !important;
 }
.success-page .ck {
	border: none !important;
	box-shadow: none !important;
}
.success-page .ck .ck-content p,.success-page p {
	font-size: 16px;
	font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
	margin: 5px 0 !important;
	text-align: initial !important;
}
.success-edit.disactive {
	outline: none;
}
.success-edit.disactive .ck {
	pointer-events: none;
}
.success-edit {
	outline: 2px dotted rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}
.text-inputs-editor .ck-content h1,.text-inputs-editor .ck-content h2,.text-inputs-editor .ck-content h3,
.text-inputs-editor .ck-content h4,.text-inputs-editor .ck-content h5,
.ck-heading_heading1,.ck-heading_heading2,.ck-heading_heading3,.ck-heading_heading4,.ck-heading_heading5{
	font-weight: 300 !important;
}
.header-background-body {
	position: relative;
}
.header-background{
	background-color: #fbf3e5;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
/* .header-background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
} */
.header-background img{
	width: 230px;
    padding-top: 33px;;
}
.header-background-content{
	position: relative;
	z-index: 1;
}


 .circleTooltip {
	position: absolute;
	text-align: center;
	padding: 6px;
	font: 12px sans-serif;
	background-color: #b0c4de33;
	border: 0px;
	border-radius: 8px;
	pointer-events: none;
}
.myXaxis .tick text,.myYaxis .tick text {
	font-size: 13px;
}
.verifyResendStyleDiv {
	padding-top: 20px;
}
.verifyResendStyle{
	padding-top: 10px;
	border-top: 1px solid lightgrey;
}
.forgotBtnStyle {
	border-bottom: 1px solid lightgray;
    padding-bottom: 20px;
}
.forgotText {
	padding-top: 10px;
}
@media (max-width: 480px) {
	.myXaxis .tick text,.myYaxis .tick text {
		font-size: 9px;
	}
}
.powered-formFlex {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.powered-form{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	user-select: none;
	position: relative;
}
.powered-form p {
	margin-bottom: 0 !important;
}
.powered-form .powered-form-image{
	width: 150px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.powered-form img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.logoImage {
	margin-left: -10px;
}
.accordionMargin {
	margin: 0 20px !important;
}
.svg-icon-default{
	transition: all 0.3s ease 0s;
	filter: invert(100%) sepia(2%) saturate(1701%) hue-rotate(309deg) brightness(112%) contrast(65%);
}
.svg-icon-default:hover{
	filter: invert(12%) sepia(16%) saturate(96%) hue-rotate(318deg) brightness(92%) contrast(98%);
}
/* .svgInArchiveNewResponse {
	filter: invert(12%) sepia(16%) saturate(96%) hue-rotate(318deg) brightness(92%) contrast(98%);
} */
#leftNavbar .link-active {
	color: #1e1e1e !important;
	font-weight: 700 !important;
}
#responses .response-styles{
	display: inline-block;
	cursor: pointer;
}
.imgInProfileDoc {
	margin: 0 5px 0 -2px;
}
/* .DayPickerInput-OverlayWrapper > div{
	display: flex !important;
	flex-direction: column !important;
}
.DayPicker-Day--today{
	color: #1e1e1e !important;
}
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
	background-color: #1e1e1e !important;
	color: #F0F8FF;
}
  
.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
	background-color: #495057 !important;
} */

/* .DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
} */

/* .InputFromTo input {
	font-size: 13px;
    border-radius: 4px;
    box-shadow: inset 0 2px 2px #e9e9e9;
    border: 1px solid #aeaeae;
    line-height: 16px;
	opacity: 1;
	height: 100%;
} */

.response-daypicker input{
	height: 34.85px;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #495057;
}

.statistics-deypicker input{
	height: 34.85px;
	padding: 5px 20px 5px 10px;
	border-radius: 5px;
	border: 1px solid #495057;
}
.slashIconLink {
	cursor: default !important;
	color: lightgray !important;
	filter: brightness(0) saturate(100%) invert(85%) sepia(5%) saturate(10%) hue-rotate(31deg) brightness(100%) contrast(92%);
}
.form-tabs{
	height: 100px;
}
.form-nav-tabs {
	border: none !important;
	margin-bottom: 1px;
}
.form-tabs-crumbsTitle{
	position: relative;
}
.form-crumbsTitle{
	position: absolute;
	right: 0;
	bottom: 0;
}
.form-nav-tabs .nav-link:not(.active){
	border: none !important;
	background-color: transparent !important;
}
.download-text{
	top: -55px;
	left: 0;
	transform: translate(-90%,0);
}
#userResponsePage .response-link span {
	color: lightgrey !important;
}
#userResponsePage .response-link span:hover {
	color: #1e1e1e !important;
}
#userResponsePage .download-text {
    top: -35px;
    left: 20px;
}
#newFormPage .form_input {
	font-size: inherit;
}
#datebar .required-field > div {
	box-shadow: initial;
}
.myForms-container .card-table th{
	text-transform: capitalize !important; 
}
.slashLinkButton {
	cursor: default;
	color: lightgray !important;
	filter: brightness(0) saturate(100%) invert(85%) sepia(5%) saturate(10%) hue-rotate(31deg) brightness(100%) contrast(92%);
}
.avatar-dropdown{
	cursor: pointer;
}
  
/* @print{
	.paragraph-response-quill{
		position:inherit;
	}
} */

/* @page{
	size:A4;
	margin-top:30px;
	padding:20px;
} */

.paragraph-response-quill{
	display: inline-block;
	word-break: break-all;
	padding: 10px;
	line-height: 20px;
	color: black;
	height: 100%;
	font-size: 12px;
	user-select: text;
	white-space: break-spaces;
}
.paragraph-response-quill a{
	line-height: 0;
	color: black;
	font-size: 12px;
}
.ql-container{
	height: 100px !important;
	/* added these styles */
	flex: 1;
	display: flex; 
	flex-direction: column;
}
.text-response-quill .ql-container {
	height: 100% !important;
	border: none !important;
}
.quill-text .ql-container.ql-snow{
	border-radius: 0.25rem !important;
}
.ql-editor {
	height: 100px !important;
	/* added these styles */
	flex: 1;
	overflow-y: auto;
	width: 100%;
  }
  /* .ql-toolbar.ql-snow .ql-formats{
	  margin-right: 0 !important;
  }
  .ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
	content: attr(data-value) !important;
} */
.ql-snow .ql-picker-label{
	display: flex !important;
	align-items: center;
}
/* .ql-snow .ql-picker-label::before{
	line-height: 0px !important;
}
.ql-picker-options{
	max-height: 150px !important;
	overflow-y: auto;
} */
.ql-snow .ql-picker-options {
	padding: 0 !important;
}
.ql-snow .ql-picker-options .ql-picker-item{
	padding: 0 10px !important;
	border-bottom: 1px solid lightgrey;
}
/* .ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before{
	content: '14px' !important;
} */
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
	content: '14px' !important;
	/* font-size: 14px !important; */
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
    content: '12px' !important;
    /* font-size: 14px !important; */
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
    content: '16px' !important;
    /* font-size: 16px !important; */
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
    content: '18px' !important;
    /* font-size: 18px !important; */
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before{
	content: '14px' !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before{
	content: '12px' !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before{
	content: '16px' !important;
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before{
	content: '18px' !important;
}
.ql-size-small{
	font-size: 0.75em;
}

.ql-size-large{
	font-size: 1.5em;
}
.ql-size-huge{
	font-size: 2.5em;
}
.sidebar-icons .navbar-vertical.navbar-expand-lg .recentForms-navbar{
	display: none;
}
.sidebar-icons .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-item .nav-link {
	transition: all 0.3s ease 0s;
}
.sidebar-icons .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-item .nav-link>path,
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link svg path
{
	fill: none !important;
	stroke: gray;

}
.help-support-icon path{
	stroke: lightgrey !important;
}
.sidebar-icons .div-show-control {
	display: none;
}
.sidebar-icons .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-item .nav-link:hover>path,
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link:hover svg path
{
	stroke: rgba(0,0,0,0.8);
}
.help-support-icon:hover path{
	stroke: rgba(0,0,0,0.25) !important;
}
.help-support-icon:hover circle{
	stroke: rgba(0,0,0,0.25);
}
.backArrowCursor {
	cursor: pointer;
}
.border_none { 
	border: none;
}

.myForms-container .user-select-text{
	overflow-x: auto;
	cursor: pointer;
	padding-bottom: 10px;
	min-height: 31px;
	white-space: nowrap; 
	max-width: 250px; 
	overflow: hidden;
	text-overflow: ellipsis;
}

.myForms-container .user-select-text::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.myForms-container .user-select-text::-webkit-scrollbar-track {
	/* outline: 1px solid #23adad; */
	border-radius: 5px;
	cursor: pointer;
}
.myForms-container .user-select-text::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	cursor: pointer;
}
.collapse-forms-container{

}
.collapse-forms{
	position: relative;
}

.collapse-forms::after{
	content: url('../svg/icons/chevron-down@14.svg');
	position: absolute;
	right: 10px;
	top: 0px;
}
.collapse-forms.collapsed::after {
	transform: rotate(-180deg);
}
.profile-user-name{
	white-space: nowrap; 
	width: 200px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
.recent-forms-width-styles {
	white-space: nowrap; 
	width: 110px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis; 
}
.date-picker-show {
	/* display: none; */
}
.search-text-styles {
	height: 35px;
	margin-right: 8px;
}
.date-picker-absolute {
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2;
	/* height: 100%; */
	/* width: 100%; */
}
.tabContent-body{
}
.all-trashed-icon {

}
.all-trashed-icon .form-link-button-title-bottom{
	left: -70%;
}
#btnYellow:hover {
	background: #F5A318 !important;
	color: #fff;
	border-color: #F5A318 !important;
}
.download-response-all li div button{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.download-response-all h6 {
	font-size: 11px;
	margin-bottom: auto !important;
}
.download-zip-response .responses-dropdown-ul {
    min-width: max-content !important;
    padding: 10px 20px;
}
.download-zip-response .download-text {
    top: -34px;
    left: 52px;
    transform: translate(-90%,0);
}
.archive-all-response .form-link-button-title-hovered {
	left: 50%;
	top: -39px;
}
.download-response-all i {
	min-width: 20px;
	max-width: 20px;
}
.ckChange .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
	border: none;
}
.admin-responses {
	padding: 30px;
	margin-left: 200px;
}

.solved-notsolved{
	margin-left: 220px;
}

.header-body-admin{
	margin-left: 200px;
}

@media screen and (max-width: 1190px) {
	.admin-responses{
		margin-left: 0;
	}
	.solved-notsolved{
		margin-left:0;
	}
	.header-body-admin{
		margin-left: 0;
	}
}


@media screen and (max-width: 639px) {
	.simple-login-form {
		margin: -12rem auto 5.4375rem !important;
	}
	
}

@media (max-width: 768px) {
	.tab-content {
		padding: 0 10px;
	}
}



.signupForm-height {
	max-height: 600px;
	overflow-y: auto;
}

.dz-ui-file-item-container.not-valid-file .img-container img{
	opacity: 0.5;
	filter: grayscale(1);
}
.dz-ui-file-item-container.not-valid-file .size-open-info {
	display: none !important;
}
.dz-ui-file-item-container.not-valid-file  .dropzone-ui-tooltiptext{
	top: 50% !important;
	transform: translate(0, -50%) !important;
	line-height: 25px !important;
	padding: 5px !important;
}
.file-item-list-container.file-item-list-grid {
	padding: 50px 0 29px 0 !important;
	margin: 0 !important;
	min-height: initial !important;
	max-height: initial !important;
}
.dz-ui-header,.dz-ui-footer {
	z-index: 15 !important;
}
.form-content-row-body .dropzone-ui-extra {
	/* min-height: initial !important; */
	/* max-height: initial !important; */
	 min-height: 250px;
	max-height: 297px; 
	overflow-y: auto;
	z-index: 1;
}
.form-content-row-drags.splitted.splitted-four .file-item-list-container.file-item-list-grid{
	padding: 50px 0 65px 0 !important;
}
.text-red {
	color: red !important;
}
.cursor-default {
	cursor: default !important;
}
.swal2-styled.swal2-default-outline:focus {
	box-shadow: none !important;
}
.newFormInput:focus {
	/*box-shadow: inset 0 1px 1px rgb(0 0 0 / 6%), 0 0 0 3px #000000 !important;*/
	border: 1px solid #000000 !important;
	box-shadow: none !important;
}
.titleSize {
	font-size: 1.5em !important;
}
.filters-body .btn-outline-default:hover {
	color: #3e444a !important;
	background-color: transparent;
	border-color: #3e444a !important;
}
.filters-body .btn-outline-default:hover svg path{
	fill: #3e444a !important;
}
@media (max-width: 576px) {
	.filters-body .filter-body-response, .filters-body .search-text-styles {
		min-width: 100%;
		margin: 0.5rem 0;
	}
	.filters-body .search-text-styles {
		justify-content: space-between;
	}
	.filter-container .response-filter-top{
		margin: 0 auto;
	}
	.filters-body .response-text-search-icon img{
		min-width: 14px;
	}
	.filters-body .search-response-input-styles {
		width: 100%;
	}
}
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link svg path {
	fill: none !important;
	stroke: lightgray !important;
}
.navbar-vertical.navbar-expand-lg .navbar-nav .nav-link:hover svg path {
	fill: none !important;
	stroke: rgba(0,0,0,0.25) !important;
}
#leftNavbar .link-active svg path,#leftNavbar .link-active svg circle {
	stroke: #1e1e1e !important;
}
.borderColorRed {
	border-color: red !important;
}
.myForms-content-right .right-myForms-buttons-dropdown{
	position: relative;
	z-index: 3;
}
.myForms-content-right .animation-div {
	border: none;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.16);
	border-radius: 0.75rem;
	padding: 0.25rem 1rem;
	color: #6c757d;
	left: -20%;
	top: -2px;
	box-sizing: border-box;
	max-width: 0;
	position: absolute;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
	background-color: #f8f9fa;
	z-index: 2;
	transform: translate(-20%, 0) !important;
	user-select: none;
	pointer-events: none;
	/* margin-top: 0.3125rem !important; */
}
.myForms-content-right .animation-div._active{
	display: flex;
	transition: all 0.3s ease 0s;
	max-width: initial;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	left: -85%;
	transform: translate(-85%, 0) !important;
	user-select: all;
	pointer-events: all;
}

.favorite-dots .animation-div._active{ 
	left: -57%;
}
.big-text-scroll {
	overflow-y: auto;
	max-height: 110px;
}

@media (max-width: 551px) {
	/* .responses-filter-button
	{
		width: fit-content;
	} */
	.response-head-styles{
		width: 100%;
		justify-content: flex-end;
	}

	.min-size {
		flex-direction: column;
	}

}

@media (max-width: 786px) {
	.right-td-styles {
		position: initial !important;
	}

}


.pricing-table-area-four .pr-table-wrapper {
	height: 100%;
	border: 1px solid #ececec;
	border-radius: 15px;
	transition: all .3s ease-in-out;
	padding: 15px;
	position: relative;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}

.pricing-table-area-four .pr-table-wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 15px;
	border: 2px solid #000;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease-in-out;
}

/* .pricing-table-area-four .pr-table-wrapper.most-popular:after {
	content: url(../images/shape/populer-tag.svg);
	position: absolute;
	top: -97px;
	right: -87px
} */

.pricing-table-area-four .pr-table-wrapper .pack-name {
	font-weight: 500;
	font-size: 28px;
	font-family: Montserrat, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

.pricing-table-area-four .pr-table-wrapper .pack-details {
	color: #0e0c0c;
	padding: 5px 0 45px
}

.pricing-table-area-four .pr-table-wrapper .top-banner {
	padding: 10px;
	height: 100px;;
	color: #000;
	text-align: left
}

.pricing-table-area-four .pr-table-wrapper .price {
	font-size: 40px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pricing-table-area-four .pr-table-wrapper .price sup {
	font-size: 20px;
	font-weight: 500;
}

.pricing-table-area-four .pr-table-wrapper .top-banner span {
	font-size: 22px;
	font-weight: 500;
}

.pricing-table-area-four .pr-table-wrapper .top-banner em {
	font-size: 14px;
	font-style: normal;
	display: block;
	margin-top: -16px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature {
	text-align: left;
	padding: 38px 0 0px 20px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li {
	position: relative;
	margin: 10px 0;
	color: rgba(0, 0, 0, .7);
	padding-left: 25px
}

.pricing-table-area-four .pr-table-wrapper .pr-feature li:before {
	content: url(../img/Another/76.svg);
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0
}
.pricing-table-area-four .pr-table-wrapper .price-text-right{
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0 !important;
	margin-left: 10px;;
}

.pricing-table-area-four .pr-table-wrapper .preview-button-header {
	width: 100%;
	height: 56px;
}
.new-form-btn svg{
	margin-bottom: 1px;
}
.my-forms-count{
	margin-right: 10px;
}
.swal2-title{
	line-height: 30px;
}
.selected-package .pr-table-wrapper{
	/* box-shadow: 0 0 10px 0px rgba(0,0,0,0.3); */
	border: 2px solid #000;
}
@media (min-width: 1200px){
	.selected-package .pr-table-wrapper{
		transform: scale(1.05);
	}
   
}
@media (max-width: 1200px){
	.pricing-table-area-four .pr-table-package{
		margin-bottom: 20px;
	}
	.pricing-table-area-four .pr-table-package:last-child{
		margin-bottom: 0px;
	}
}
.dropdown-menu .dropdown-item:hover {
	background-color: #f8f9fa !important;
}
.upgrade-plan{
	/* width: 26px; */
	/* height: 26px; */
	font-family: Montserrat, sans-serif;
}
.upgrade-plan button{
	/* width: 26px; */
	/* height: 26px; */
	font-weight: 700 !important;
	color: #ffc107;
}
.upgrade-plan img{
	/* min-width: 26px;
	min-height: 26px;
	max-width: 26px;
	max-height: 26px; */
}
.header .icon-blue-hover .dropdown a svg{
	max-width: initial !important;
}
@media (max-width: 991px){
   .backArrowButton{
	   display: none !important;
   }
}
.block-message{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px 5px;
}
.block-message p{
	margin-bottom: 0 !important;
	color: white;
	font-size: 12px;
	font-weight: 700;
}
.payment-button{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: underline;
}
.payment-button:hover{
	color: rgb(230, 227, 227);
}

.blocked-form-div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px !important;
	z-index: 1;
	backdrop-filter: blur(4px) brightness(90%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
	font-weight: 700;
	font-size: 16px !important;
}
.blocked-form-div button{
	font-weight: 700;
	text-decoration: underline;
	color: red;
}
@media (min-width: 992px) {
	.signup-template .cover-fit {
		min-height: 100vh !important;
	}
	.signup-template .align-items-center {
		align-items: unset !important;
		
	}
	
}

@media (max-width: 992px) {
	.signup-template .cover-fit {
		margin-top: 12vh !important;
	}
	
}

/*#textPage label {*/
/*	min-height: 80px;*/
/*}*/

.star-wrapper {
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute; */
	direction: rtl;
	display: flex;
	justify-content: flex-end;
}
.star-wrapper button {
	font-size: 2em;
	color: lightgray;
	text-decoration: none;
	transition: all 0.5s;
	margin: 4px 0 !important;
	padding: 0 5px 0 0 !important;
}
.star-wrapper button:first-child{
	padding-right: 0 !important;
}
.star-wrapper button:hover {
	color: #ffc107;
	transform: scale(1.3);
}
.rating-star._active {color: #ffc107;}
.star-s1._active ~ button{color: #ffc107;}
.star-s2._active ~ button{color: #ffc107;}
.star-s3._active ~ button{color: #ffc107;}
.star-s4._active ~ button{color: #ffc107;}
.star-s5._active ~ button{color: #ffc107;}

.star-s1:hover ~ button {color: #ffc107;}
.star-s2:hover ~ button {color: #ffc107;}
.star-s3:hover ~ button {color: #ffc107;}
.star-s4:hover ~ button {color: #ffc107;}
.star-s5:hover ~ button {color: #ffc107;}
@media (max-width: 400px){
	.star-wrapper button {
		font-size: 1.5em;
		
	}
}
@media (max-width: 551px){
   .form-header-side{
	   display: flex;
	   flex-direction: column;
   }
   .form-header-side .form-link-buttons{
	   justify-content: flex-end;
	   width: 100%;
   }
   .form-action-button,.form-action-button button {
	   width: 100%;
   }
   .form_input-name {
	   width: 100%;
	   font-size: 12px !important;
   }
}

.new-filter-body{
	border: 1px solid #495057 !important;
	border-radius: 0.25rem;
	height: 35px;
	border-left: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.new-filter-body-text {
	color: #6c757d !important;
	padding: 0.375rem 0.7625rem !important;
}
.new-filter-body-text span{
	margin-left: 5px;
	font-size: 14px !important;
	color: #6c757d !important;
}

.responses-columns-body {
	position: relative;
}
.responses-columns-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: white;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.responses-columns-ul {
	left: -100% !important;
	top: 100% !important;
	transform: translate(0, 0) !important;
	min-width: auto !important;
	padding: 0 !important;
}
.responses-filter-ul-inside{
	max-height: 250px;
	overflow-y: auto;
	padding: 0 !important;
	background-color: white;

}
.responses-columns-title {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 0 !important;
	letter-spacing: 1px;
	
}
.responses-columns-button{
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.responses-filter-ul-inside::-webkit-scrollbar {
	width: 0.4rem;
	cursor: pointer;
	height: 0.6rem;
}
.responses-filter-ul-inside::-webkit-scrollbar-track {
	/* outline: 1px solid #23adad; */
	border-radius: 5px;
	cursor: pointer;
}
.responses-filter-ul-inside::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5);
	top: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.responses-columns-ul li {
	padding: 10px 10px 10px 40px !important;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	user-select: none;
}
.responses-columns-ul li label {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 100%;
}
.responses-columns-ul li:hover {
	background-color: rgba(0,0,0,0.1);
}
.responses-columns-ul .form-check-inline {
	display: flex;
	align-items: center;
}
.responses-columns-ul .form-check-label,
.responses-columns-ul .form-check-inline {
	margin-right: 0 !important;
}
.form-link-buttons-content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-link-buttons-actions{
	display: flex;
	justify-content: center;
	align-items: center;
}
.responsanses-tabs-nav{
	flex-wrap: wrap;
}
@media (max-width: 768px) {
	.response-filter-top {
		flex-direction: column;
	}
	.response-filter-top .filters-body{
		flex-direction: column;
		width: 100%;
	}
	.response-filter-top form,
	.response-filter-top .response-head-styles,
	.response-filter-top .search-text-styles,
	.response-filter-top .new-filter-body {
		width: 100%;
	}
	.response-filter-top .search-text-styles {
		justify-content: space-between;
	}
	.response-filter-top .new-filter-body{
		border-left: 1px solid #495057 !important;
		margin-top: 8px;
	}
	.responses-columns-ul {
		left: 0 !important;
	}
	.form-link-button-title-hovered{
		display: none !important; 
	}
}
@media (max-width: 900px){
   .responsanses-tabs-nav{
	   flex-direction: column;
   }
   .responses-columns-info{
	   border: 1px solid rgba(0,0,0,0.3);
   }
   .responses-filter-ul-inside{
	border: 1px solid rgba(0,0,0,0.3);
	border-top: none;
   }
   .responsanses-tabs-nav .nav-tabs-line{
	   width: 100%;
   }
   .responsanses-tabs-nav .nav-item{
	   display: flex;
	   flex: 0 0 33.333%;
	   justify-content: center;
    }
	.responsanses-tabs-nav .nav-item .nav-link{
		width: 100%;
	}
	
	.form-link-buttons-columns{
		width: 50%;
	}
	.form-link-buttons-columns .responses-columns-ul {
		left: 0 !important;
	}
	.form-link-buttons-actions{
		width: 50%;
		justify-content: flex-end;
	}
	.form-link-buttons-columns .responses-columns-body{
		width: 100%;
		margin: 0 !important; 
		padding: 0 !important;
	}
	.form-link-buttons-columns .form-link-button-body{
		width: 100%;
		justify-content: space-between;
	}
	.form-link-buttons-content {
		margin: 0 !important;
		padding: 10px !important;
		width: 100%;
	}
	.responsanses-tabs-nav .responsanses-tabs-download{
		width: inherit !important;
	}
	.responsanses-tabs-nav .responses-dropdown-body{
		display: flex;
		justify-content: flex-end;

	}
	
}
@media (max-width: 420px){
   .form-link-buttons-content{
	   flex-direction: column;
   }
   .form-link-buttons-columns{
	   width: 100%;
   }
   .form-link-buttons-actions{
	   width: 100%;
	   display: flex;
	   justify-content: space-between;
   }
   .responsanses-tabs-nav .responses-dropdown-body {
	   justify-content: space-between;
   }
}
.myForms-count{
	margin-left: 10px;
	letter-spacing: 3px;
	font-size: 12px;
}
.myForms-count span{
	font-size: 16px;
	
}
.clearDeadline{
	display: flex;
	width: 38px;
	height: 38px;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-left: 5px;
	border-radius: 4px;

}
.clearDeadline span{
	font-size: 22px;
	color: rgba(0, 0, 0, 0.54);
}


/*CountDown==========================================================*/

.countdown-header{
	/* flex-wrap: wrap; */
	width: 100%;
}

.countdown-body{
	display: flex;
	/* width: 100%; */
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-bottom: 15px;
	transition: all 0.3s ease 0s;
}
.countdown-body._active{
	position: fixed;
	left: 0;
	top: 0;
	height: auto;
	width: 100%;
	z-index: 9999;
	padding: 20px 5px;
}
  
  .countdown-body h1 {
	margin-bottom: 60px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
  }
  .countdown-body h1 strong {
	font-weight: 400;
	color: #ea4c4c;
  }
  
  .countdown-body h2 {
	margin-bottom: 80px;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
  }
  .countdown-body h2 strong {
	font-weight: 400;
  }
  
  .countdown-body .countdown {
	/* width: 720px; */
	/* margin: 0 auto; */
	/* width: 100%; */
	display: flex;
	justify-content: flex-end;
  }
  .countdown-body .countdown .bloc-time {
	float: left;
	margin-right: 25px;
	text-align: center;
	user-select: none;
  }
  .countdown-body .countdown .bloc-time:last-child {
	margin-right: 0;
  }
  .countdown-body .countdown .count-title {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
  }
  .countdown-body .countdown .figure {
	position: relative;
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  }
  .countdown-body .countdown .figure:last-child {
	margin-right: 0;
  }
  .countdown-body .countdown .figure > span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	font: normal 1.8em/35px 'Montserrat';
	font-weight: 700;
	color: #ffc107;
  }
  .countdown-body .countdown .figure .top:after, .countdown .figure .bottom-back:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .countdown-body .countdown .figure .top {
	z-index: 3;
	background-color: #f7f7f7;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	-moz-transform: perspective(200px);
	-ms-transform: perspective(200px);
	-webkit-transform: perspective(200px);
	transform: perspective(200px);
  }
  .countdown-body .countdown .figure .bottom {
	z-index: 1;
  }
  .countdown-body .countdown .figure .bottom:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.02);
  }
  .countdown-body .countdown .figure .bottom-back {
	z-index: 2;
	top: 0;
	height: 50%;
	overflow: hidden;
	background-color: #f7f7f7;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
  }
  .countdown-body .countdown .figure .bottom-back span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  .countdown-body .countdown .figure .top, .countdown .figure .top-back {
	height: 50%;
	overflow: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }
  .countdown-body .countdown .figure .top-back {
	z-index: 4;
	bottom: 0;
	background-color: #fff;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-moz-transform: perspective(200px) rotateX(180deg);
	-ms-transform: perspective(200px) rotateX(180deg);
	-webkit-transform: perspective(200px) rotateX(180deg);
	transform: perspective(200px) rotateX(180deg);
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
  }
  .countdown-body .countdown .figure .top-back span {
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	margin: auto;
  }

  @media (max-width: 491px){
	.countdown-body .countdown .bloc-time{
		margin-right: 15px;
	}
	.countdown-body .countdown .figure {
		width: 20px;
		height: 20px;
		border-radius: 4px;
	}
	.countdown-body .countdown .figure > span {
		font: 700 1.0em/20px 'Montserrat';
	}
	.count-title{
		font-size: 12px !important;
	}
  }
.all-data-displayed {
	padding-left: 8px;
}
.all-data-displayed span{
	color: #6c757d
}
.all-data-displayed div{
	text-align: center;
	font-size: 28px;
}
@media (max-width: 551px) { 
	.all-data-parent {
		flex-direction: column;
	}
	.all-data-displayed div{
		text-align: left;
	}
	.member-phresp {
	    flex-direction: column !important;
    	align-items: flex-start !important;
	}
	.member-function {
		margin-left: unset !important;
		padding-top: 10px;
		width: 100%;
	}
	.member-function div{
		justify-content: space-between;
	}
}

.add-members {
	border: none;
    background-color: transparent;
	margin-right: 5px;
	margin-left: 5px;
    /* width: 40px; */
    /* height: 40px; */
    /* max-width: 40px; */
    /* max-height: 40px; */
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    user-select: none;
    /* border: 1px solid rgba(0, 0, 0, 0.082); */
}

.add-members span {
	font-size: 17px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.2);
}
.add-members:hover {
	background-color: #e6f0ff;
	color: #0d6efd;
}

.add-members-messages {
	z-index: 9999 !important;
}

#leftNavbar .link-active-members svg path{
	stroke-width: 40px;
	stroke: lightgray !important;
}

#leftNavbar .link-active-members span{ 
	padding-left: 5px;
}

#leftNavbar .link-active svg path, #leftNavbar .link-active svg circle {
    stroke: #1e1e1e !important;
}
.member-bg-name-style {
	color: black;
}

.members-actions .myForms-content-right .animation-div._active{
	display: flex;
	transition: all 0.3s ease 0s;
	max-width: initial;
	overflow: visible;
	opacity: 1;
	visibility: visible;
	left: -20%;
	transform: translate(-85%, 0) !important;
	user-select: all;
	pointer-events: all;
}

.member-page-style {
	display: flex !important;
	align-items: center !important;
	flex-direction: column !important;
}

.members-check:hover {
	border: thin solid black !important;
}
.members-check-active {
	border: thin solid black !important;
}
.member-text-color{
	/* background-color: #faca3bab; */
	color: white !important;
}

.user-select-text-heading {
	cursor: pointer;
	color: black;
	font-weight: 700;
	font-size: calc(12px + 2 * ((100vw - 320px) / (1280 - 320)));
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: transparent;
	margin-left: 0 !important;
	white-space: nowrap; 
	max-width: 250px; 
	overflow: hidden;
	text-overflow: ellipsis;
} 
.print-span-text {
	display: block;
	min-width: 138px;
}
.print-logo-div-style {
	padding-left: 20px;
	position: relative;
	right: 20px;
}
@media (max-width: 551px) {  
	.block-message p { 
		line-height: 0.75rem;
	}
}
.ql-editor{
	-webkit-user-select:text;
}
.reset-password-succes {
	/* background-color: #fbf3e5; */
	background-color: white;
	color: black;
	padding: 5px 10px !important;
	margin-bottom: 0;
	font-size: 14px !important;
	font-weight: 700;
	text-align: start;
	border-left: 5px solid #16CF96;
}
.forms-mono-chart-line {
	padding: 0.5rem 2rem 0 2rem;
}
.succ-link-or-text {
	margin: 5px 0 10px 0;
}
/* .Mui-focused {
	display: none !important;
} */
@media (min-width: 1400px) and (max-width: 1600px) { 
	.profile-user-name {
		width: 146px;
	}
}