.survey {
	background: #ffffff;
	direction: rtl;
	border-radius: 20px;
	padding: 40px;

	h4 {
		font-style: normal;
		font-weight: 500;
		font-size: 25px;
		color: #455464;
		margin-bottom: 30px;
	}

	.survey-alert {
		background: #48577c;
		border: 1px solid rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		border-radius: 8px;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 31px;
		text-align: right;
		color: #ffffff;
		padding: 16px 14px;
	}

	.survey-hint {
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		text-align: right;
		color: #455464;
		margin-top: 60px;
	}

	.survey-item {
		margin-top: 50px;

		label {
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
			text-align: right;
			color: #455464;
		}

		.options {
			display: flex;
			flex-direction: row;
			justify-content: space-evenly;
			align-items: center;
			width: 60%;
			margin-top: 20px;

			button {
				width: 108px;
				height: 37px;
				border-radius: 8px;
				background: #ededed;
				outline: 0;
				border: 0;
				font-style: normal;
				font-weight: 500;
				font-size: 15px;
				text-align: center;
				color: #455464;

				&.selected {
					background: rgba(79, 82, 255, 0.1);
					border: 2px solid #4f52ff;
				}

				&:hover {
					border: 2px solid #4f52ff;
				}
			}
		}
	}

	.button-holder {
		margin-top: 60px;

		button {
			width: 200px;
			height: 48px;
		}
	}
}
