.fancify-core-unit-switcher {
	background: $white-color;
	box-shadow: 0 3px 35px rgba($black-color, 0.06);
	border-radius: 10px;
	padding: 40px 35px;

	ul li {
		@include font-family-poppins;
	}

	.wpl_unit_switcher_activity {

		.chosen-container {
			width: 100% !important;
			min-width: unset;

			&:after {
				content: "\e1f8" !important;
				font-family: "fancify-fontastic";
				position: absolute;
				right: 5px;
				top: 50%;
				transform: translateY(-50%);
				background: #F1F1F1;
				width: 30px;
				font-size: 13px;
				line-height: 23px;
			}

			.chosen-single {
				height: 50px;
				padding: 0 0 0 20px;
				line-height: 50px;
				border-radius: 25px;
				background: #F1F1F1;
				border-color: transparent;

				span {
					@include font-size(16);
					color: #757575;
					@include font-weight(regular);
				}
			}
		}

		select {
			width: 100% !important;
			height: 50px;
			padding: 0 0 0 20px;
			line-height: 50px;
			border-radius: 25px;
			background: #F1F1F1;
			border-color: transparent;
		}
	}
}