/* Font Family */
@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-Bold.ttf');
	font-weight: 700;
}

@font-face {
	font-family: "Poppins";
	src: url('../fonts/Poppins-ExtraBold.ttf');
	font-weight: 800;
}

@font-face {
	font-family: "Darker-Grotesque";
	src: url('../fonts/DarkerGrotesque-SemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: "Darker-Grotesque";
	src: url('../fonts/DarkerGrotesque-Bold.ttf');
	font-weight: 700;
}

/* Typography Start */

/* Global Color */
:root {
	--main-primary-color: 56, 120, 255;
	--body-background-color: #FAFBFE;
	--body-text: #4F5665;
	--color-white: #ffffff;
	--bs-success-rgb: 40, 167, 69;
	--bs-danger-rgb: 255, 0, 0;
	--bs-primary-rgb: 56, 120, 255;
	--bs-black-rgb: 11, 19, 42;
	--bs-modal-width: 650px;
}

/* Common Css */
body {
	font-size: 16px;
	line-height: 26px;
	font-family: "Poppins";
	color: var(--body-text);
	font-weight: 400;
	background-color: var(--body-background-color);
}

a {
	color: var(--body-text);
	text-decoration: none;
	cursor: pointer;
}

.required-field,
.error {
	color: rgba(var(--bs-danger-rgb));
	text-align: left;
	font-size: 14px;
}

.error {
	display: block;
}

.signup-right-div label.error,
.slug-div #error-message,
.create-survey-section label.error {
	color: #f00;
	background-color: #ffc8cd;
	border: 1px solid;
	padding: 0 10px;
	border-radius: 5px 5px 5px 5px;
	margin-top: 3px;
	font-weight: 500;
}

/* Font Size */
.font-75 {
	font-size: 75px;
	line-height: 73px;
	font-weight: 700;
}

.font-60 {
	font-size: 60px;
	line-height: 66px;
	font-weight: 700;
}

.font-35 {
	font-size: 35px;
	line-height: 50px;
}

.font-30 {
	font-size: 30px;
	line-height: 40px;
}

.font-24 {
	font-size: 24px;
	line-height: 30px;
}

.font-22 {
	font-size: 22px;
	line-height: 30px;
}

.font-20 {
	font-size: 20px;
	line-height: 30px;
}

.font-18 {
	font-size: 18px;
	line-height: 30px;
}

.font-16 {
	font-size: 16px;
	line-height: 30px;
}

.font-14 {
	font-size: 14px;
	line-height: 28px;
}

.font-12 {
	font-size: 12px;
	line-height: 24px;
}

.font-10 {
	font-size: 10px;
	line-height: 15px;
}

h1,
h2 {
	font-family: "Darker-Grotesque";
	color: #000;

}

/* Font-Family */
.font-Darker {
	font-family: "Darker-Grotesque";
}

.font-Poppins {
	font-family: "Poppins";
}

/* Line-height */


.lh-24 {
	line-height: 24px !important;
}

.lh-21 {
	line-height: 21px !important;
}

/* Button */
.button-outline {
	padding: 14px 40px;
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 10px;
	color: rgba(var(--main-primary-color));
	background-color: transparent;
	font-weight: 600;
	font-family: "Poppins";
	font-size: 16px;
	line-height: 26px;
	text-decoration: none;
}

.button-filled {
	padding: 14px 40px;
	border: 1px solid rgba(var(--main-primary-color));
	color: var(--color-white);
	background-color: rgba(var(--main-primary-color));
	border-radius: 10px;
	box-shadow: 0px 26px 47px -20px rgba(var(--main-primary-color));
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	font-family: "Poppins";
	text-decoration: none;
}

.button-filled:not(:disabled):hover {
	background-color: transparent;
	color: rgba(var(--main-primary-color)) !important;
}

.button-filled.bg-white {
	border-color: var(--color-white);
}

.button-outline:hover {
	background-color: rgba(var(--main-primary-color));
	color: var(--color-white);
	border-color: rgba(var(--main-primary-color));
}

.button-filled.bg-white:not(:disabled):hover {
	background-color: transparent !important;
	color: #fff !important;
	border-color: var(--color-white);
}

.button-filled.btn-danger {
	background-color: rgba(var(--bs-danger-rgb));
	border-color: rgba(var(--bs-danger-rgb));

}

.button-filled.btn-success {
	background-color: rgba(var(--bs-success-rgb));
	border-color: rgba(var(--bs-success-rgb));
}

.button-outline.border-white:hover {
	background: var(--color-white);
	color: rgba(var(--main-primary-color)) !important;
}

.button-filled.btn-danger:hover {
	background: transparent;
	color: rgba(var(--bs-danger-rgb)) !important;
}

.button-filled.btn-success:hover {
	background: transparent;
	color: rgba(var(--bs-success-rgb)) !important;
}

.poll-option-thumb {
	width: 50px;
	height: 50px;
	border-radius: 6px;
}

.poll-option-image-slot {
	min-width: 42px;
	justify-content: center;
}

a[disabled="disabled"],
a:disabled,
.demo_enable_arrow,
.form-check-input:disabled,
button:disabled {
	cursor: not-allowed !important;
}

/* alert message animation */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}


@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.close {
	background: transparent;
	border: 0;
}

/* Color Start */
.text-grey {
	color: var(--body-text) !important;
}

.bg-light-blue {
	background-color: rgba(var(--main-primary-color), 0.1) !important;
}

/* Typography End */

/* Container formatting Start */
@media (min-width:1500px) {
	.container-1482 {
		max-width: 1482px;
	}
}

/* swal alert */
.swal2-modal {
	border-radius: 10px;
}

.swal2-warning {
	border-color: var(--bs-warning) !important;
	color: var(--bs-warning) !important;
}

.swal2-icon {
	margin-bottom: 0 !important;
}

.swal2-title {
	font-family: "Darker-Grotesque";
	color: rgba(var(--bs-black-rgb));
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-top: 15px;
}

.swal2-text {
	text-align: center;
}

.swal2-confirm {
	background-color: rgba(var(--main-primary-color));
}

/* ---------- Home Page Start ------------ */

/* Header Start */
.header button {
	padding: 6px 35px 4px;
}

/* Powerful Tool */
.powerful-tool {
	padding: 38px 0px 135px;
}

.powerful-col {
	padding-top: 90px;
}

/* Feature Section Start */

.box-wrapper {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	padding: 20px 35px 35px;
}

.survey_form_wrapper .box-wrapper {
	padding: 35px;
}

.feature-box:not(:last-child) {
	position: relative;
}

.feature-box:not(:nth-child(3n+1)):after {
	content: '';
	position: absolute;
	border-right: 1px solid var(--body-text);
	height: calc(50% + 30px);
	top: calc(50% - 80px);
	opacity: 30%;
	right: 0;
}

.feature-box i {
	color: rgba(var(--main-primary-color));
	background: rgba(var(--main-primary-color), 0.08);
	height: 80px;
	width: 80px;
	border-radius: 50%;
	padding: 21px;
	line-height: 40px;
	display: inline-block;
}

/* How Work Section Start */
.how-work {
	padding: 105px 0px 110px;
}

.bullet_list li {
	list-style: none;
}

.bullet_list ul {
	padding-left: 0rem !important;
	margin-bottom: 0rem !important;
}

.bullet_list li i {
	color: rgba(var(--main-primary-color));
	font-size: 24px;
	padding-top: 5px;
	min-width: 30px;
}

/* Survey Section Start */
.call-to-action {
	background-color: rgba(var(--main-primary-color));
	padding: 60px 0 75px;
}

.call-to-action a,
.call-to-action button {
	padding: 15px 86px;
}

/* Choose Plan Section Start */
.choose-plan {
	padding-top: 105px;
	padding-bottom: 105px;
}

.choose-plan-row {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	padding: 32px 30px 40px;
}

.checklist li,
.plan-list li {
	list-style: none;
	padding-left: 30px;
	padding-top: 5px;
	position: relative;
}

.checklist li::before {
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgb(var(--main-primary-color));
	font-family: 'FontAwesome';
	background-color: rgb(var(--main-primary-color), 0.25);
	padding: 5px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

.plan-list ul,
.checklist ul {
	padding-left: 0rem !important;
}

.choose-plan-col {
	background-color: rgba(var(--main-primary-color));
	margin-top: -65px;
	width: 350px;
	border-radius: 24px;
	padding: 16px 50px;
}

.choose-plan-col span {
	padding: 6px 20px;
	letter-spacing: 1px;
}

.choose-plan-col button {
	padding: 15px 85px !important;
}

.plan-list li {
	background-image: url('../images/check-list-white.png');
	background-repeat: no-repeat;
	background-position: left top 8px;
}

.plan-col button {
	padding: 15px 44px !important;
}

/* News Section Start */
.news-row {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	padding: 50px 95px;
}


/* Testimonial Section Start */
.testimonial-col {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	width: 416px;
	padding: 10px 30px;
}

.slick-list {
	padding: 20px 2px !important;
}

.testimonial {
	padding: 105px 82px 160px;
}

.horizontal-rule {
	width: 140px;
	opacity: 1;
}

.testimonial-row {
	position: relative;
	padding: 73px 0px 15px;
}

.testimonial-row::before {
	content: '';
	position: absolute;
	background-color: rgba(var(--main-primary-color), 0.1);
	border-radius: 47px;
	top: 25px;
	height: 100%;
	width: 58%;
	left: 50%;
	transform: translateX(-50%);
}

.testimonial-slider {
	margin-top: -19px;
}

.slick-dots li button::before {
	content: "";
	background: rgba(var(--bs-black-rgb));
	width: 10px;
	height: 10px;
	border-radius: 50px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

.slick-dots li {
	width: 6px !important;
}

.marginTop-20 {
	margin-top: -20px;
}

.slick-dots {
	bottom: -40px;
}

.slick-track {
	display: flex;
}

.slick-slide {
	height: inherit !important;
}

.slick-slide>div {
	height: 100% !important;
}

.client-img {
	border-radius: 50%;
	border: 1px solid rgba(var(--main-primary-color), 0.3);
	max-width: 60px;
}

/* Subscription Section Start */

.subscription-container {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	padding: 86px 77px 33px;
}

.subscription {
	padding: 0px 0px 115px;
}

.subscription-row {
	padding: 60px 75px 50px !important;
}

/* Footer Start */
.footer-top {
	background-color: rgba(var(--main-primary-color));
	padding: 40px 0px;
}

footer {
	border-bottom: 2px solid rgba(var(--main-primary-color));
}

.social-links a {
	background: var(--color-white);
	width: 34px;
	height: 34px;
	color: rgba(var(--main-primary-color));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin-left: 10px;
}

.news-row p:last-child,
.footer-top p {
	margin: 0;
}

.footer-bottom a {
	color: rgba(var(--main-primary-color));
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.footer-bottom {
	padding: 40px 0px 38px;
}

/* ---------- Home Page End ------------ */

/* ---------- Create Survey Page Start ------------ */

.create-survey-input::placeholder {
	color: var(--color-white) !important;
}

.create-survey-section {
	background-color: rgba(var(--main-primary-color));
	padding: 30px 0 60px;
}

/* Your Survey Section Start */
.icon-img {
	background-color: rgba(var(--main-primary-color), 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}

.box-model {
	background-color: var(--color-white);
	border: 1px solid rgba(var(--main-primary-color), 0.3);
	border-radius: 10px;
	padding: 22px 0px 65px !important;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	position: relative;
	height: 100%;
}

.image-icon {
	position: relative;
	display: inline-block;
	padding: 11px 20px;
}

.image-icon:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 9px);
	height: calc(50% - 4px);
	border-right: 2px solid rgba(var(--bs-black-rgb));
	opacity: 0.2;
}

.survey-lists {
	padding-bottom: 155px !important;
}

/* Change password Section Start */

.toggle-password {
	cursor: pointer;
}

.search-field-group {
	border-radius: 10px;
	overflow: hidden;
}

.form-control:focus,
.form-control {
	padding: 13px 20px;
	font-size: 16px;
	line-height: 22px;
	outline: 0 !important;
	border-radius: 10px;
	border: 0;
}

.form-control.border-input:focus,
.border-input {
	border: 2px solid rgba(var(--main-primary-color));
}

.border-input-white::placeholder {
	color: var(--color-white);

}

.border-input-white:focus,
.border-input-white {
	border: 2px solid var(--color-white);
	background-color: transparent !important;
	color: var(--color-white);
}

.bg-input:focus,
.bg-input {
	background-color: rgba(var(--main-primary-color), 0.1);
	font-size: 16px;
}

.input-group-text {
	background-color: rgba(var(--main-primary-color), 0.1);
	border: 0;
	margin-left: 0 !important;
}


.form-switch .form-check-input {
	background-color: rgba(var(--main-primary-color), 0.3);
	border: 0;
	appearance: none;
	position: relative;
	background-size: 10px;
	background-position: left 2px center;
	transition: background-position .15s ease-in-out
}

.form-switch .form-check-input::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 2px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(var(--main-primary-color));
	transition: transform .2s ease;
}

.form-switch .form-check-input:checked::before {
	background-color: #ffffff;
	transform: translateX(18px);
}

.change-pwd-row {
	background-color: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	padding: 30px 75px 70px;
}

.change-pwd {
	padding: 45px 0px 115px;
}

/* ---------- Create Survey Page End -------------- */

/* ------------ Default Page start ----------------- */

.survey-embed-wrapper {
	background-color: rgba(var(--main-primary-color));
	padding: 40px 0px 65px !important;
}


.survey-edit-form {
	padding-top: 51px !important;
}

.survey-form-wizard .box-wrapper {
	padding: 30px 45px 40px;
}

.survey-badge {
	color: var(--txt-green);
	padding: 2px 18px !important;
	line-height: 21px !important;
	border-radius: 4px;
	vertical-align: super;
	font-weight: 700;
	font-family: "Darker-Grotesque";
}

.survey-input-field {
	overflow-x: auto;
	white-space: nowrap;
}

.survey-default-wizard {
	padding: 135px 12px;
}

.additional-field {
	padding: 135px 12px;
}

.card {
	background-color: rgba(var(--main-primary-color), 0.06);
	padding: 14px 30px 20px;
}

.border-custom-right,
.edit-border {
	position: relative;
	padding: 0px 33px;
}

.border-custom-right:not(:last-child):after,
.edit-border:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 16px);
	height: calc(50% + 17px);
	border-right: 1px solid rgba(var(--bs-black-rgb));
	opacity: 40%;
}

.card-button {
	padding: 18px 0px;
	border: 1px solid rgba(var(--main-primary-color));
}

.card-border {
	border: 1px solid rgba(var(--bs-black-rgb), 0.15) !important;
	margin-bottom: 35px !important;
	border-radius: 4px;
}

.border-top-custom {
	border-top: 1px solid rgba(var(--bs-black-rgb), 0.15) !important;
}

.edit-que-row {
	padding: 52px 84px 70px;
}

.edit-border {
	padding: 0px 18px;
}

.edit-border:not(:last-child)::after {
	top: calc(50% - 10px);
	height: calc(50% + 8px);
	border-right: 2px solid var(--color-white);
}

.form-check-input[type=radio] {
	font-size: 30px;
	border: 2px solid rgba(var(--main-primary-color));
}

.form-check-input[type=checkbox]:not([role="switch"]) {
	font-size: 26px;
	border: 2px solid rgba(var(--main-primary-color));
}

.survey-detail-col button {
	padding: 8px 32px;
}


.additional-field-row {
	padding: 30px 37px 18px;
}

.form-select {
	background-image: url('../images/option.png');
	background-color: rgba(var(--main-primary-color), 0.1);
	border: none;
	background-size: 12px;
	background-position: right 5px center;
	padding: 13px 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 22px;
	outline: 0 !important;
}

.effect-select {
	padding: 20px 20px;
	border-radius: 10px;
}

input::file-selector-button {
	color: var(--color-white);
	background-color: rgba(var(--main-primary-color));
	border: none;
	cursor: pointer;
	padding: 7px 43px !important;
	border-radius: 6px;
	margin-right: 12px;
}

.desc-font.desc-empty[contenteditable="false"]::before {
	content: attr(data-placeholder);
}

/* ------------- Default Page End */

/* Order List */


select[name="ordertable_length"] {
	display: inline-block;
}

.table-outline div.dataTables_length label,
.theme-table div.dataTables_length label {
	white-space: nowrap;
	margin-bottom: 20px;
}

.theme-table table,
.survey-result-expand {
	border-radius: 10px !important;
	border: 1px solid rgba(var(--main-primary-color)) !important;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	background-color: var(--color-white);
}

.inner-table table,
.table-outline table {
	border-radius: 10px !important;
	border: 1px solid rgba(var(--main-primary-color)) !important;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 15px !important;
	background-color: transparent;
}

.inner-table th,
.table-outline thead {
	background-color: rgba(var(--main-primary-color), 0.1) !important;
}

.theme-table thead {
	background-color: rgba(var(--main-primary-color)) !important;
	color: #fff !important;
}

.table-outline th,
.theme-table th {
	font-size: 18px;
}

.table-outline th,
.theme-table th,
.table-outline td,
.theme-table td {
	border: 0 !important;
	background-color: transparent !important;
	vertical-align: middle;
}

.table-outline td,
.theme-table td {
	padding: 12px 20px;

}

.theme-table th {
	position: relative;
	color: var(--color-white);
	padding: 20px;

}

.table-outline th {
	border-bottom: 1px solid rgba(var(--main-primary-color)) !important;
	padding: 15px 20px;
}

.table-outline th:first-child {
	border-radius: 0 0 0 6px;
}

.table-outline th:last-child {
	border-radius: 0 0 6px 0;
}

.table-outline td {
	color: var(--body-text);
}

.table-outline tr:not(:last-child) td {
	border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.15) !important;
}

.theme-table th:not(:last-child)::after {
	content: "";
	background: var(--color-white);
	width: 2px;
	height: 65%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.inner-table tbody tr:last-child th {
	border: 0 !important;
}

div.dataTables_wrapper div.dataTables_length select {
	background: rgba(var(--main-primary-color), 0.1);
	border: 1px solid rgba(var(--main-primary-color));
	padding: 10px 20px;
	border-radius: 10px;
}

.theme-table .badge {
	line-height: normal !important;
}

.table-responsive::-webkit-scrollbar-track {
	background-color: rgba(56, 120, 255, 0.25);
	border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(var(--main-primary-color));
}

.table-responsive::-webkit-scrollbar-thumb:hover {
	border-radius: 10px;
	background: rgba(var(--main-primary-color));
}

.table-outline .page-link,
.theme-table .page-link {
	background: transparent !important;
	border: 0;
	border-right: 1px solid rgba(var(--main-primary-color)) !important;
	height: 100%;
	padding: 10px 20px;
}

.table-outline li:last-child .page-link,
.theme-table li:last-child .page-link {
	border: 0 !important;
}

.table-outline .pagination,
.theme-table .pagination {
	background: var(--color-white);
	border: 1px solid rgba(var(--main-primary-color));
	display: inline-flex;
	border-radius: 4px;
	overflow: hidden;
}

.table-outline .dataTables_paginate,
.theme-table .dataTables_paginate {
	text-align: right !important;
}

.table-outline .pagination li.active,
.theme-table .pagination li.active {
	background-color: rgba(var(--main-primary-color));
}

.dt-container .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.dt-layout-table {
	margin-top: 20px !important;
}

div.dt-buttons .dt-button {
	text-align: center;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td,
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
	text-align: center;
}

.form-type .badge {
	position: absolute;
	right: 8px;
	top: 8px;
	text-transform: capitalize;
	border-radius: 4px;
	padding: 3px 10px;
	font-size: 12px;
	line-height: normal;
}

/* Survey Builder */
.field-type {
	padding: 15px 20px;
	background-color: rgba(var(--main-primary-color), 0.1);
	display: block;
	border: 0;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 8px 0 0 8px;
	text-align: left;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	gap: 35px;
}

.panel-header {
	position: relative;
	padding: 15px 20px;
	border-radius: 8px 0 0 8px;
	margin-right: -45px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.field-type.active,
.field-type:hover {
	background-color: rgba(var(--main-primary-color));
	color: var(--color-white);
}

.panel-header svg *,
.field-type.active svg *,
.field-type:hover svg * {
	fill: var(--color-white);
}

.panel-header:after,
.field-type::after {
	background: rgba(var(--bs-black-rgb));
	content: "";
	left: 73px;
	position: absolute;
	width: 2px;
	height: 65%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.4;
}

.panel-header:after,
.field-type.active::after,
.field-type:hover::after {
	background-color: var(--color-white);
}

.panel-header svg,
.field-type svg {
	width: 35px;
}


.left-panel {
	padding-top: 50px !important;
	padding-bottom: 40px !important;
	border-right: 2px solid rgba(var(--main-primary-color));
	margin: -30px 0 -40px;
}

#form-container>.form-field {
	border-radius: var(--bs-border-radius-lg);
	border: 1px solid rgba(var(--main-primary-color));
	padding: 30px 25px;
	margin-bottom: 25px;
}

#form-container>.form-field:last-child {
	margin-bottom: 0;
}

.title-font {
	font-size: 25px;
	color: rgba(var(--main-primary-color));
	font-weight: 600;
}

.question-text,
.desc-font {
	padding: 12px 20px;
	background-color: rgba(var(--main-primary-color), 0.1);
	font-size: 18px;
	line-height: 27px;
	border-radius: 10px;
}

[contenteditable="true"]:empty:after {
	content: attr(data-placeholder);
}

.field-actions {
	margin-top: -20px;
}

.field-actions i {
	background-color: rgba(var(--main-primary-color), 0.06) !important;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	color: rgba(var(--main-primary-color));
	margin-left: 10px;
}

.add-column,
.add-row,
.add-option,
.question-label,
.quesNo {
	font-size: 18px;
	color: rgba(var(--main-primary-color));
	font-weight: 600;
}

.add-column,
.add-row,
.add-option {
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;

}

.form-field .form-control:focus,
.form-field .form-control {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 16px;
	color: var(--bs-light-text-emphasis);

}

.right-panel .form-control {
	color: var(--bs-light-text-emphasis);
	padding: 12px 20px;
	background-color: rgba(var(--main-primary-color), 0.08);
	font-size: 16px;
	border: 1px solid rgba(var(--main-primary-color), 0.3);
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 16px;
	color: var(--bs-light-text-emphasis);
	height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
	background-color: transparent;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: rgba(var(--bs-black-rgb)) transparent transparent transparent;
	border-width: 6px 5px 0 5px;

}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
	background: rgba(var(--main-primary-color), 0.1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: rgba(var(--main-primary-color));
}

.select2-results__option--selectable {
	color: rgba(var(--bs-black-rgb));
}

.select2-dropdown:focus .select2-dropdown {
	background-color: rgba(var(--main-primary-color), 0.1);
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 10px;
	overflow: hidden;
}

.select2-results__option {
	padding: 8px 10px;
}

.select2-search--dropdown {
	padding: 6px;
}

.select2-search--dropdown .select2-search__field {
	border: 2px solid rgba(var(--main-primary-color)) !important;
	border-radius: 10px;
}

.select2-container {
	padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
	height: 26px !important;
	margin: 0 !important;
}

option {
	padding: 8px 4px;
}

select option:checked {
	background: rgba(var(--main-primary-color));
	color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: rgba(var(--main-primary-color));
	border: 0;
	color: var(--color-white);
	font-size: 14px;
	font-weight: 500;
	padding: 3px 3px 3px 32px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid var(--color-white);
	padding: 3px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff !important;
}

.signature-clearButton,
.magnify-image,
.option-delete {
	width: 20px;
	font-weight: 600;
	border-radius: 50px;
	background: rgba(var(--main-primary-color));
	border: 0;
	position: absolute;
	right: 2px;
	z-index: 1;
	top: 14px;
	height: 20px;
	padding: 0;
	text-align: center;
	line-height: 21px;
	color: var(--color-white);
	align-items: center;
	display: flex;
	justify-content: center;
}

.magnify-image {
	top: 20px;
	font-size: 12px;
}

.signature-clearButton {
	top: 10px;
	right: 10px;
}

[data-type="imageChoice"] .option-delete {
	top: -5px;
}

[data-type="imageChoice"].multiple-options {
	row-gap: 20px;
}

[data-type="imageChoice"] .form-field-option .border {
	border: 1px solid rgba(var(--main-primary-color)) !important;
	border-radius: 8px;
	overflow: hidden;
}

[data-type="imageChoice"].multiple-options .form-field-option.col-4 img {
	max-height: 125px;
	min-height: 125px;
	object-fit: cover;
}

[data-type="imageChoice"] .form-field-option input,
[data-type="imageChoice"] .form-field-option input:focus {
	background-color: rgba(var(--main-primary-color), 0.1);
	border-radius: 0px;
	text-align: center;
}

[data-type="twoChoice"].multiple-options i {
	background-color: rgba(var(--main-primary-color), 0.06);
	border-radius: 50px;
	font-size: 18px;
	color: rgba(var(--main-primary-color));
	margin-right: 10px;
	width: 34px;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.rating-scale {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 6px;
	padding: 15px 15px 9px;
}

.rating-scale ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.rating-scale ul>li.rating-icons {
	display: inline-block;
	cursor: pointer;
	text-align: center;
}

.rating-scale ul>li.rating-icons>span {
	font-size: 36px;
	color: rgba(var(--bs-black-rgb), 0.3);
	display: block;
}

.rating-scale ul>li.rating-icons>span.li-text {
	display: block;
	font-size: 12px;
}

.rating-scale ul>li.rating-icons.rating-hover>span,
.rating-scale ul>li.rating-icons.hovered>span {
	color: rgba(var(--main-primary-color), 0.3);
}

.rating-scale ul>li.rating-icons.emoji-selected>span,
.rating-scale ul>li.rating-icons.selected>span {
	color: rgba(var(--main-primary-color));
}

.opinion-scale {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 10px;
}

/*  */
.opinion-options {
	position: relative;
}

.opinion-options label {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 9px;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-weight: 500;
}

.opinion-options input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.opinion-options input:checked~label {
	background: rgba(var(--main-primary-color));
	color: var(--color-white);
}

/*  */
.signatureCanvas {
	border: 1px solid rgba(var(--main-primary-color));
}

/*  */
.input-table {
	border: 1px solid rgba(var(--main-primary-color));
	background: rgba(var(--main-primary-color), .02);
	border-radius: 10px !important;
	overflow: auto;
}

.input-table table tr th:first-child {
	min-width: 90px;
	border-right: 1px solid rgba(var(--main-primary-color));

}

.input-table table th,
.input-table table td {
	padding: 15px;
	text-align: center;
}

.input-table table tr:first-child th {
	border-bottom: 1px solid rgba(var(--main-primary-color));
}

.form-check-input.error {
	border-color: rgba(var(--bs-danger-rgb)) !important;
}

/*  */
.modal-dialog {
	max-width: 650px;
}

#upgrade .modal-dialog {
	max-width: 1000px;
}

.modal-content {
	border-radius: 10px;
}

#drag-and-drop-area {
	border: 2px dashed rgba(var(--main-primary-color));
	color: rgba(var(--main-primary-color));
	position: relative;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.gallery_image {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 20px;
	padding: 6px;
	position: relative;
}

.gallery_image img {
	border-radius: 15px;
}

.gallery_image i {
	color: var(--color-white);
	background: rgba(var(--main-primary-color));
	padding: 7px;
	position: absolute;
	right: 15px;
	top: 15px;
	border-radius: 0 8px 0 0;
	font-size: 15px;
	cursor: pointer;
}

.gallery-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-animation: fa-spin 6s infinite linear;
	animation: fa-spin 6s infinite linear;
	color: rgba(var(--main-primary-color));


}

.top-right-close:hover,
.top-right-close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: rgba(var(--main-primary-color));
	color: var(--color-white);
	width: 25px;
	height: 25px;
	line-height: 23px;
	border-radius: 50px;
}

/*  */
#common-settings-form .form-check-input[type="radio"],
.right-panel .form-check-input[type="radio"] {
	font-size: 18px !important;
}

.btn-outline-danger {
	padding: 17px 60px;
	border-radius: 10px;
	font-weight: 600;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}

.button-filled.add-image {
	box-shadow: unset;
}

#common-settings-form .form-switch,
.right-panel .setting-field .form-switch {
	padding-right: 0;
	padding-left: 0;
}

#common-settings-form .form-switch .form-check-input,
.right-panel .setting-field .form-switch .form-check-input {
	float: right;
}

/*Date time css*/
.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.range-from::before,
.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.range-to::before,
.dudp__wrapper[data-theme="blue"] .dudp__calendar .dudp__cal-week .dudp__date.selected::before,
.dudp__wrapper[data-theme="blue"] .dudp__calendar-header,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active::before,
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active span,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__time_holder {
	background-color: rgba(var(--main-primary-color)) !important;
}

.dudp__wrapper[data-theme="blue"] .dudp__buttons .dudp__button,
.dudp__wrapper[data-theme="blue"] .dudp__months-view .dudp__month.selected,
.dudp__wrapper[data-theme="blue"] .dudp__years-view .dudp__year.selected,
.mdtp__wrapper[data-theme="blue"] .mdtp__button {
	color: rgba(var(--main-primary-color));
}

.dcalendarpicker .dudp__calendar-header {
	color: var(--color-white);
}

.mdtimepicker .mdtp__wrapper,
.dcalendarpicker.dp__open .dudp__wrapper {
	transform: translate(-50%, 50%) scale(1) !important;
	bottom: 50%;
}

.type-form-conditions,
.type-form-settings,
.type-default-form-settings {
	position: fixed !important;
	top: 0;
	right: -450px;
	width: 400px;
	height: 100%;
	background: var(--color-white);
	transition: right 0.3s ease;
	z-index: 1;
	padding: 30px;
	box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
	z-index: 9;
}

.type-form-conditions {
	right: -60%;
	width: 50%;
}

.type-form-conditions.show,
.type-form-settings.show,
.type-default-form-settings.show {
	right: 0;
}

.type-form-settings .common-settings,
.type-default-form-settings .common-settings {
	height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}

.logic-field-wrapper {
	height: calc(100vh - 290px);
	overflow-y: auto;
	overflow-x: hidden;
}

.form-display-logic {
	border-top: 1px solid rgba(var(--bs-black-rgb), 0.15);
	margin-top: 25px !important;
}

#logic-container>div:first-child {
	padding-top: 0 !important;
	margin-top: 0 !important;
	border: 0;
}

#logic-container .button-filled {
	padding: 10px 12px
}

.close-panel:hover,
.close-panel {
	position: absolute;
	right: -17px;
	top: 10px;
	background: rgba(var(--main-primary-color));
	border-radius: 50px;
	padding: 0;
	width: 25px;
	height: 25px;
	line-height: 24px;
}

.type-form-conditions .close-panel,
.type-form-settings .close-panel,
.type-default-form-settings .close-panel {
	left: -15px;
}

.sticky-div {
	position: inherit;
	top: 10px;
}

/* Survey Builder */

/*Survey Answer Page Start*/

.ans-detail .ans-copy-btn {
	padding: 10px 25px;
}

.ans-detail a {
	box-shadow: 0px 0px 7px 0px #FFFFFF99;
}

.ans-detail .ans-copy-btn:hover {
	background-color: unset;
}

/*Survey Form Answer Page Start*/

.survey-result-expand tr:last-child td {
	border-bottom: none !important;
}

.survey-result-expand tr td:last-child {
	border-right: none;
}

.survey-result-expand th,
.survey-result-expand td {
	border-bottom: 1px solid rgba(var(--main-primary-color)) !important;
	border-left: none;
	padding: 12px
}

.survey-result-expand tbody tr:first-child td:first-child {
	border-top-left-radius: 10px !important;
}

.survey-result-expand tbody tr:first-child td:last-child {
	border-top-right-radius: 10px !important;
}

.survey-result-expand tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px !important;
}

.survey-result-expand tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px !important;
}

/* SurveyY Portal */
.waiting-message,
.survey-portal-wrapper {
	min-height: calc(100vh - 205px);
	display: flex;
	align-items: center;
}

.question-wrapper {
	border-bottom: 1px solid rgba(var(--bs-black-rgb), 0.15);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.question-wrapper .image-choice-select,
.question-wrapper .multi-choice-field {
	position: relative;
	padding: 0;
}

.question-wrapper .image-choice-select input,
.question-wrapper .multi-choice-field input {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	height: 100%;
}

.question-wrapper .image-choice-select input:checked+label>span,
.question-wrapper .image-choice-select input:checked+label,
.question-wrapper .multi-choice-field input:checked+label {
	background-color: rgba(var(--main-primary-color));
	color: var(--color-white);
}

.question-wrapper .image-choice-select .form-check-label,
.question-wrapper .multi-choice-field .form-check-label {
	padding: 13px 20px;
	font-size: 16px;
	line-height: 22px;
	outline: 0 !important;
	border-radius: 10px;
	border: 1px solid rgba(var(--main-primary-color));
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}

.question-wrapper input+label {
	cursor: pointer;
}

.question-wrapper .image-choice-select,
.question-wrapper .image-choice-select .form-check-label {
	height: 100%;
}

.question-wrapper .image-choice-select .form-check-label img {
	min-height: 130px;
	object-fit: cover;
	max-height: 130px;
	width: 100%;
}

.question-wrapper .image-choice-select .form-check-label>span {
	padding: 13px 20px;
	display: block;
	background-color: rgba(var(--main-primary-color), 0.1);
	text-align: center;
}

.question-wrapper .magnify-image {
	top: -6px;
	font-size: 14px;
	padding: 5px;
	right: -8px;
	width: 25px;
	height: 25px;
}

.question-wrapper .signature-clearButton {
	top: 10px;
	font-size: 14px;
	padding: 5px;
	right: 10px;
	width: 25px;
	height: 25px;
}

.question-wrapper .twoChoice-selector i {
	background-color: rgba(var(--main-primary-color), 0.06);
	border-radius: 50px;
	font-size: 18px;
	color: rgba(var(--main-primary-color));
	margin-right: 10px;
	width: 34px;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

.question-wrapper .twoChoice-selector input:checked+label>i {
	background-color: rgba(var(--main-primary-color));
	color: var(--color-white);
}

.question-wrapper .rating-field label {
	color: rgba(var(--bs-black-rgb), 0.3);
}

.scale-rating .rating-field .rating-hover i,
.question-wrapper .rating-field.selected label {
	color: rgba(var(--main-primary-color));
}

.question-wrapper .file-field {
	border: 1px solid rgba(var(--main-primary-color));
	border-radius: 10px;
	padding: 12px 20px;
}

.full-screen-section {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.sign-up-logo {
	position: absolute;
	top: 20px;
	right: 20px;
	filter: brightness(0) invert(1);
}

.signup-left-div {
	border-radius: 0 20px 20px 0;
	box-shadow: 0px 0px 20px 0px #3878FF14;

}

/*Get survey Form Start*/

.wizard-question {
	display: none;
}

.wizard-question.active {
	display: flex;
}

.survey_form_wrapper .inputTable-option.error {
	display: inline-flex;
}

.table.frmAnswertable tr td:last-child {
	min-width: 260px;
}

.survey-form-portal .question-wrapper .error {
	text-align: unset;
}

/*Get survey Form End*/

/* css for site branding  start*/
.form-check-input:focus,
.form-select:focus,
.form-control:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--main-primary-color), .25);
}

.form-check-input:checked {
	background-color: rgba(var(--main-primary-color));
	border-color: rgba(var(--main-primary-color));
}

.form-range::-webkit-slider-thumb {
	background-color: rgba(var(--main-primary-color));
}

.form-range::-moz-range-thumb {
	background-color: rgba(var(--main-primary-color), 1);
}

.form-range::-ms-thumb {
	background-color: rgba(var(--main-primary-color), 1);
}


#imageUploadModal.modal .close.btn {
	color: rgba(var(--main-primary-color));
}

.table-outline .page-item:not(.active):not(.disabled) .page-link,
.theme-table .page-item:not(.active):not(.disabled) .page-link {
	color: rgba(var(--main-primary-color));
}

.table-outline.page-link:focus,
.theme-table .page-link:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--main-primary-color), 0.25);
}

/* css for site branding  end*/

/* navbar css start*/
.profile-drop.dropdown-toggle::after {
	font-size: 20px;
	vertical-align: middle;
}

.profile-drop.nav-link:hover {
	color: rgb(var(--main-primary-color)) !important;
}

.dropdown-item.active,
.dropdown-item:active {
	background: rgba(var(--main-primary-color)) !important;
}

.dropdown-item.active a,
.dropdown-item:active a {
	color: var(--color-white);
	background: rgba(var(--main-primary-color)) !important;
}

#navbarMenu.navmenu-responsive .nav-link:hover {
	color: rgb(var(--main-primary-color)) !important;
}

.img-pos-label {
	cursor: pointer;
	border: 2px solid #dee2e6;
	border-radius: 6px;
	padding: 4px;
	display: inline-flex;
	transition: border-color 0.2s;
}

.img-pos-label:hover {
	border-color: rgba(var(--main-primary-color), 1);
}

.img-pos-label.active {
	border-color: rgba(var(--main-primary-color), 1);
	background: rgba(var(--main-primary-color), 0.08);
}

@media(min-width: 992px) {
	#navbarMenu.navmenu-responsive {
		display: none !important;
	}
}

/* navbar css end*/

/* Responsive Start */

/* Max-width: 1400px */
@media(max-width: 1400px) {

	.image-icon {
		padding: 6px 11px;
	}

	.testimonial-col {
		width: 98% !important;
	}

	.news,
	.features {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.hero-col-button {
		display: inline-block;
		margin: 5px;
	}

	.border-custom-right {
		padding: 0px 30px;
	}

	.survey-form-wizard.type-form .box-wrapper {
		padding: 20px 25px 33px;
	}

	.panel-header {
		margin-right: -25px;
	}

	.panel-header svg,
	.field-type svg {
		width: 28px;
	}

	.panel-header::after,
	.field-type::after {
		left: 57px;
	}

	.panel-header,
	.field-type {
		padding: 12px 15px;
	}

	.type-form-conditions {
		right: -80%;
		width: 70%;
	}
}

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


	.navbar-toggler {
		border: 1px solid rgba(var(--main-primary-color)) !important;
		color: rgba(var(--main-primary-color)) !important;
	}

	.survey-embed-wrapper,
	section:not(.dcalendarpicker section, .no-side-padding) {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.header {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	br {
		display: none;
	}

	.box-wrapper {
		padding: 35px 10px;
	}

	.reverse-col {
		flex-direction: column-reverse;
	}

	.header button {
		padding: 5px 10px;
	}

	.powerful-col {
		padding-top: 10px !important;
	}

	.feature-box:not(:last-child):after {
		border-right: none;
	}

	.feature-box i {
		width: 60px !important;
		height: 60px !important;
		font-size: 28px;
		line-height: 27px;
		padding: 17px;
	}

	.how-work {
		padding: 45px 0px;
	}

	.bullet_list {
		padding-top: 20px;
	}

	.plan-col {
		border-radius: 10px;
		box-shadow: 0 4px 20px rgba(var(--main-primary-color), 0.08);
		width: 350px;
		margin-top: 20px;
		padding: 20px 25px 25px;
	}

	.choose-plan-col {
		padding: 20px 25px 25px;
		margin: 10px 0px 0px 0px !important;
		border-radius: 15px;
	}

	.choose-plan {
		padding: 55px 0px 35px;
	}

	.choose-plan-row {
		box-shadow: none;
		background-color: transparent;
		padding: 5px 0px 25px;
		gap: 20px !important;
	}

	.width-md-60 {
		width: 60px !important;
	}

	.testimonial-slider {
		overflow-x: clip;
	}


	.powerful-tool {
		padding: 38px 0px 70px;
	}

	.subscription {
		padding: 15px 0px 50px;
	}

	.subscription-row {
		padding: 40px 40px 35px !important;
	}

	.testimonial {
		padding: 50px 0px 75px;
	}

	.testimonial-row {
		padding-top: 70px !important;
	}

	.slick-dots {
		bottom: -30px;
	}

	.change-pwd {
		padding: 45px 0px 70px;
	}

	.navbar-nav {
		flex-direction: column !important;
		gap: 20px;
	}

	#navbarMenu {
		position: absolute;
		top: 80px;
		background: var(--color-white);
		padding: 30px 10px 20px;
		border-radius: 10px;
		width: 100%;
		border: 1px solid rgba(var(--main-primary-color), 0.06);
		z-index: 1;
	}

	#navbarMenu li * {
		display: block
	}

	.image-icon {
		padding: 10px 20px;
	}

	.change-pwd-row {
		padding: 30px 15px 50px !important;
	}

	.survey-list-col {
		display: block !important;
	}

	.survey-lists {
		padding-top: 50px !important;
		padding-bottom: 70px !important;
	}

	.survey-list-col button {
		padding: 12px 45px !important;
		margin-top: 20px;
	}

	.create-survey-section {
		padding: 32px 0 50px;
	}

	.change-pwd-col button {
		padding: 16px 20px !important;
	}

	.survey-detail-col {
		display: block !important;
		text-align: center;
	}

	.survey-default-wizard {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.effect-select {
		padding: 15px 15px;
		border-radius: 5px;
	}

	.additional-field {
		padding: 75px 0px;
	}

	.additional-field-row {
		padding: 35px 6px 20px;
	}

	.survey-detail-col button {
		padding: 13px 90px !important;
	}

	.effect-col button {
		padding: 13px 90px !important;
	}


	.margin-right-110 {
		margin-right: 0px !important;
	}

	#upgrade .modal-dialog,
	.modal-dialog {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.panel-header {
		margin-right: -15px;
	}

	.survey-form-wizard .center-panel {
		height: auto !important;
	}

	.left-panel {
		position: fixed !important;
		top: 0;
		left: -350px;
		width: 320px;
		height: 100vh;
		background: var(--color-white);
		transition: left 0.3s ease;
		z-index: 1;
		padding: 15px !important;
		padding-left: 0 !important;
		margin: 0;
		z-index: 9;

	}

	.left-panel.show {
		left: 0;
	}

	.left-panel .sticky-div {
		overflow-y: auto;
	}

	.right-panel {
		position: fixed !important;
		top: 0;
		right: -350px;
		width: 320px;
		height: 100%;
		background: var(--color-white);
		transition: right 0.3s ease;
		z-index: 1;
		padding: 15px !important;
		z-index: 9;

	}

	.right-panel.show {
		right: 0;
	}



	.right-panel .close-panel {
		right: unset !important;
		left: -17px;
	}

	.field-type {
		border-radius: 0px 8px 8px 0px;
	}

	.opinion-scale {
		gap: 2px;
	}

	.opinion-options label {
		padding: 10px 2px;
		font-size: 13px;
	}

	.input-table table th,
	.input-table table td {
		padding: 10px 4px;
	}

	.sign-up-logo {
		position: unset;
		top: unset;
		right: unset;
		margin-bottom: 20px;
	}

	.sticky-div {
		position: unset;
		top: unset;
	}

	.type-form-conditions {
		right: -100%;
		width: 90% !important;
	}

	#navbarMenu.navmenu-main {
		display: none !important;
	}
}

/* Max-width: 767px */
@media(max-width: 767px) {

	.font-75 {
		font-size: 60px;
		line-height: 60px;
	}

	.font-60 {
		font-size: 50px;
		line-height: 52px;
	}

	.font-35 {
		font-size: 32px;
		line-height: 44px;
	}

	.font-30 {
		font-size: 24px;
		line-height: 30px;
	}

	.font-22 {
		font-size: 21px;
		line-height: 29px;
	}

	.font-20 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.add-column,
	.add-row,
	.add-option,
	.question-label,
	.quesNo,
	.question-text,
	.desc-font,
	.table-outline th,
	.theme-table th,
	.font-18 {
		font-size: 16px !important;
		line-height: 26px !important;
	}

	body,
	.theme-table td,
	.table-outline td,
	.font-16 {
		font-size: 15px !important;
		line-height: 24px !important;
	}

	.question-wrapper .image-choice-select .form-check-label,
	.question-wrapper .multi-choice-field .form-check-label,
	.form-field .form-control:focus,
	.form-field .form-control,
	.form-control:focus,
	.form-control {
		font-size: 14px;
	}

	.font-14 {
		font-size: 13px;
		line-height: 22px;
	}

	.button-outline,
	.btn-outline-danger,
	.button-filled {
		padding: 12px 20px;
		font-size: 15px !important;
	}

	.form-actions button {
		font-size: 14px !important;
	}

	.testimonial-row::before {
		top: -7px;
		height: 95%;
		width: 70%;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 15px;
	}

	.bullet_list li i {
		font-size: 20px;
		padding-right: 6px;
	}

	.ps-md-38 {
		padding-left: 38px !important;
	}

	.testimonial-row::before {
		padding: 0px !important;
	}

	.testimonial-col {
		width: 100% !important;
	}

	.call-to-action a,
	.call-to-action button {
		padding: 15px 60px;
	}

	.subscription {
		padding-top: 0px !important;
	}

	.slick-dots {
		bottom: -70px;
	}

	.slick-list {
		height: auto !important;
	}

	.testimonial-row {
		padding-top: 20px !important;
	}

	.form-field input {
		font-size: 14px;
		line-height: 20px;
	}

	.form-group input {
		padding: 16px 24px;
	}

	.footer-top {
		background-color: rgba(var(--main-primary-color));
		padding: 35px 0px 35px;
	}

	.form-check-input[type=radio] {
		font-size: 25px;
	}

	.ans-detail a.survey-link {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}

	#form-container>.form-field {
		padding: 30px 20px 20px;
	}

	.type-form-settings,
	.type-default-form-settings {
		width: 320px;
	}

	.survey_form_wrapper .box-wrapper {
		padding: 25px 20px;
	}

	.question-wrapper .imageoptions-row .col-2 {
		width: 50%;
	}

	.question-wrapper .imageoptions-row .col-4 {
		width: 100%;
	}

	#logic-container {
		min-width: 400px;
	}

	.logic-field-wrapper {
		overflow-x: auto;
	}

	.form-switch .form-check-input::before {
		top: 2px;
	}

	.form-switch .form-check-input:checked::before {
		left: 0;
	}
}

@media (max-width: 500px) {
	.que-info .row:first-child {
		flex-direction: column-reverse;
	}

	.que-info .row:first-child>div {
		width: 100%;
		gap: 10px;
	}

	.survey-detail {
		flex-direction: column;
		align-items: flex-start !important;
	}
}

.poll-option-input {
	border-radius: 8px !important;
}

.input-group .poll-option-input {
	border-top-left-radius: 9px !important;
	border-bottom-left-radius: 9px !important;
	border-top-right-radius: 9px !important;
	border-bottom-right-radius: 9px !important;
}

.poll-image-thumb {
	width: auto;
	max-height: 290px;
}

@media (max-width: 768px) {

	.survey-embed-wrapper,
	section:not(.dcalendarpicker section, .no-side-padding) {
		padding-left: 5px !important;
		padding-right: 3px !important;
	}
}

/* ---------- CUSTOM RATEUP.COM.BR ------------ */

.header {
    background-color: #000;
}

.text-black {
    color: rgb(41 120 255) !important;
}