body { 
 -webkit-user-select: none; 
 -moz-user-select: none; 
 -ms-user-select: none; 
 user-select: none; 
}

/* component style */
.vue-slider-disabled .vue-slider-process {
	background-color: #a7a7a7;
}

.vue-slider-disabled .vue-slider-dot-handle {
	border-color: #a7a7a7;
}

.vue-slider-disabled .vue-slider-mark-step-active {
	box-shadow: 0 0 0 2px #a7a7a7;
}

/* rail style */
.vue-slider-rail {
	background: #FFFFFF;
	border: 0.785714px solid #EAEAEA;
	border-radius: 10px;
	transition: background-color 0.3s;
	box-shadow: 0px 27px 16px rgba(0, 0, 0, 0.02), 0px 12px 12px rgba(0, 0, 0, 0.03), 0px 3px 7px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
}

/* process style */
.vue-slider-process {
	background-color: #FF335F;
	border-radius: 15px;
	transition: background-color 0.3s;
}

.vue-slider:hover .vue-slider-process {
	background-color: #FF335F;
}

/* mark style */
.vue-slider-mark-step {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #e8e8e8;
	background-color: #fff;
}

.vue-slider-mark-step-active {
	box-shadow: 0 0 0 2px #FF335F;
}

.vue-slider:hover .vue-slider-mark-step-active {
	box-shadow: 0 0 0 2px #FF335F;
}

.vue-slider-mark-label {
	font-size: 12px;
	white-space: nowrap;
}

/* dot style */
.vue-slider-dot-handle {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #FF335F;
	box-sizing: border-box;
	transition: box-shadow 0.3s, border-color 0.3s;
}

.vue-slider:hover .vue-slider-dot-handle {
	border-color: #FF335F;
}

.vue-slider-dot-handle-focus {
	border-color: #FF335F;
	box-shadow: 0 0 0 5px rgba(54, 171, 255, 0.2);
}

.vue-slider:hover .vue-slider-dot-handle-focus {
	border-color: #FF335F;
}

.vue-slider-dot-handle:hover {
	border-color: #FF335F;
}

.vue-slider:hover .vue-slider-dot-handle:hover {
	border-color: #FF335F;
}

.vue-slider-dot-handle-disabled {
	cursor: not-allowed;
	border-color: #ddd !important;
}

.vue-slider-dot-tooltip {
	opacity: 1 !important;
	visibility: visible !important;
	transition: all 0.3s;
}

.vue-slider-dot-tooltip-inner {
	font-weight: 700;
	font-size: 18px !important;
	line-height: 25px;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 50%;
	width: 43px;
	height: 43px;
	background-color: #FF335F;
	transition: transform 0.3s;
	justify-content: center;
}

.vue-slider-dot-tooltip-inner::after {
	content: "";
	position: absolute;
}

.vue-slider-dot-tooltip-inner-bottom::after {
	bottom: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	border-bottom-color: inherit;
}

.vue-slider-dot-tooltip-inner-left::after {
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	border-left-color: inherit;
}

.vue-slider-dot-tooltip-inner-right::after {
	right: 100%;
	top: 50%;
	transform: translate(0, -50%);
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px;
	border-right-color: inherit;
}

.vue-slider-dot-tooltip-inner-top {
	transform-origin: 50% 100%;
}

.vue-slider-dot-tooltip-inner-bottom {
	transform-origin: 50% 0;
}

.vue-slider-dot-tooltip-inner-left {
	transform-origin: 100% 50%;
}

.vue-slider-dot-tooltip-inner-right {
	transform-origin: 0% 50%;
}

.vue-slider-dot:hover .vue-slider-dot-tooltip,
.vue-slider-dot-tooltip-show {
	opacity: 1;
	visibility: visible;
}

.vue-slider-dot-tooltip-top {
	top: 26px !important;
}

.form-check-input:checked[type="checkbox"] {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEQSURBVHgBtdXdbcIwFAXgcyIGYQbaSn0MG8AEeAQ6AeoG7QQEFmiZoBmgQdmgjNB3BJd7bREJxI8x4bwksuUvdnzjEBp5djkEE73LkRJhDeKdVfFNeXIDbfkKHVghJUQ3XNnvQGSiDYrJmMv5JxISVig/ZukMR+LxakbcEemN/mymGVpO62AHCZFX18UaU93EBZfFx11gwHQD4Hd2ddx/05IPMEGNLd+iQKtNP/gy1mdd/F8FfU1ZoevgPRqLnQT5W5RKzPxgQ+0BkdhJ0KPV3DWoxGNnwSMUsdhFsEE32SAWs1ytQ9bTBW7IQ77l0m6k58ZIjLw4589EfddszrJWwmEW6o5Dv5PpKbHNcvsF7ABobZmnsFXFiAAAAABJRU5ErkJggg==');
	border: 0;
}

.form-check-input:checked {
	background-color: transparent;
	border-color: transparent;
}

.form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-right: 10px;
	border: 2px solid #FF335F;
	border-radius: 3px;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #FF335F;
}

.modal-body {
	padding: 30px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
}

.modal .subtitle {
	text-align: center;
	margin-bottom: 35px;
	font-size: 18px;
	font-weight: 300;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-radius: 18px;
	outline: 0;
	max-width: 370px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	margin: 0 auto;
}

.modal .form-input {
	margin-bottom: 15px;
	width: 100%;
}

.modal .form-input input {
	width: 100%;
	padding: 8px 17px;
	font-size: 18px;
	text-align: center;
	color: #333;
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	border: 1px solid #ff335f;
	color: #333;
}

.modal .form-input input[type="tel"] {
	padding: 8px 20px 8px 50px;
	text-align: left;
}

body,
.modal {
	padding-right: 0 !important;
}

input:focus {
	box-shadow: none !important;
	outline: 0;
}

.modal .btn-pink {
	width: 100%;
	height: 50px;
	font-size: 18px;
	margin: 10px 0 20px;
}

.modal .form-check {
	/* display: flex;
	align-items: flex-start;
	justify-content: flex-start; */
	min-height: none;
	padding-left: 0;
	margin-bottom: 0;
}

.modal .form-check-label {
	font-size: 12px;
	/* padding-top: 3px; */
}

.form-check-input[type="checkbox"] {
	min-width: 20px;
}

/* ##### MODIFIED CHECKBOX ##### */
.mod-checkbox__label {
	cursor: pointer;
}

.mod-checkbox__default-input {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.mod-checkbox__default-input::-ms-check {
	display: none;
}

.mod-checkbox__style-wrap {
	position: relative;
	top: 3px;
	display: inline-block;
	margin-right: 2px;
}

.mod-checkbox__style {
	display: block;
	width: 16px;
	height: 16px;
	border: 2px solid #FF335F;
	border-radius: 3px;
}

.mod-checkbox__title {
	font-size: 12px;
	user-select: none;
}

.mod-checkbox__default-input:checked + .mod-checkbox__style::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 7px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.01 8.22'%3E%3Cpath fill='%23ff335f' d='M3.86,8.22A1,1,0,0,1,3.12,8L.3,5.13a1,1,0,0,1,0-1.41,1,1,0,0,1,1.41,0L3.79,5.81,9.3.3a1,1,0,0,1,1.4,0,1,1,0,0,1,0,1.41L4.46,8a1,1,0,0,1-.74.27Z' /%3E%3C/svg%3E");
	transform: translate(-50%, -50%);
}