.iscm_container {
	width: calc(100% - 40px);
	padding: 0 15px;
	margin: 0 auto;
	max-width: unset !important;
}

.iscm_loc_youtube_vid {
	width: 100%;
	height: 375px;
	margin-bottom: 15px;
}

.iscm_loc_youtube_vid iframe {
	width: 100%;
	height: 100%;
}

.iscm_share_sedcard_btn {
	display: flex;
	width: 30%;
	justify-content: center;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 10px;
	background-color: #eee;
	color: var(--site-font-color) !important;
	cursor: pointer;
	align-items: center;
}

.iscm_share_sedcard_btn:hover {
	color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.iscm_report_sedcard_btn {
	display: flex;
	width: 30%;
	justify-content: center;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 10px;
	background-color: #d9534f;
	color: var(--body-color) !important;
	cursor: pointer;
	align-items: center;
}

.iscm_report_sedcard_btn:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.iscm_report_sedcard_btn i ,
.iscm_share_sedcard_btn i {
	margin-right: 5px;
}

.uscu_location_page, .uscu_job_page_section {
	z-index: 9 !important;
	position: sticky;
}

.iscu_location_mark {
	color: white !important;
}

.iscm_disable{
	cursor: not-allowed !important;
	opacity: 0.65;
}

.iscm_report_main_wrap {
	display: flex;
	gap: 15px;
}

.iscm_report_img_wrap {
	width: fit-content;
	padding-left: 20px;
}

.iscm_report_img_wrap img {
	width: 205px;
}

.iscm_report_form_wrap {
	padding-left: 20px;
	font-size: 15px;
	color: #222;
	width: 100%;
}

.iscm_report_field_wrap {
	min-height: 20px;
	cursor: pointer;
}

.iscm_report_radio_wrap {
	margin-bottom: 15px;
}

.iscm_report_desc_wrap {
	margin-top: 10px;
	width: 100%;
}

#iscm_report_desc {
	width: calc(100% - 24px);
	height: 100px;
}

.iscm_report_desc_wrap {
	display: none;
}

.iscm_share_back_btn {
	margin: 15px 0;
}

#iscm_all_loc_search_form {
	width: 100%;
}

.iscu_sedcards_wrapper .iscm_page_header {
	width: 100%;
}

.iscm_share_main_wrapper {
    display: flex;
}

.iscm_share_profile_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 75%;
    padding-left: 30px;
	font-size: 15px;
	color: #222;
	line-height: 1.42;
}

.iscm_share_sedcard_name {
    font-size: 15px;
    font-weight: 700;
	color: var(--site-font-color);
}

.iscm_share_sedcard_desc {
    font-size: 85%;
    line-height: 1.42;
}

.iscm_share_address {
    display: flex;
    gap: 5px;
    font-size: 85%;
	align-items: center;
	margin-bottom: 5px;
}

.iscm_share_address a {
    text-decoration: none;
    color: var(--first-color);
}

.iscm_share_body_details {
    display: flex;
    gap: 15px;
	margin-bottom: 5px;
	flex-wrap: wrap;
}

.iscm_share_body {
    display: flex;
    gap: 3px;
}

.iscm_share_btn {
    display: flex;
    gap: 5px;
	flex-wrap: wrap;
}

a.iscm_share_whatsapp {
    text-decoration: none;
    background-color: #34af23;
    padding: 10px 20px;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    color: var(--body-color);
}

a.iscm_share_whatsapp:hover ,
#iscm_share_form_submit:hover ,
.iscm_report_back:hover ,
#iscm_report_form_submit:hover {
	background-color: #449d44;
    border-color: #398439;
}

.iscm_report_back ,
#iscm_share_form_submit ,
#iscm_report_form_submit {
    text-decoration: none;
    background-color: #34af23;
    padding: 10px 20px;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    color: var(--body-color) !important;
	cursor: pointer;
}

a.iscm_share_twitter {
    text-decoration: none;
    background-color: #138bf2;
    padding: 10px 20px;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    color: var(--body-color);
	cursor: pointer;
}

a.iscm_share_twitter:hover {
    background-color: #1369c3;
}

a.iscm_share_back {
    text-decoration: none;
    background-color: #eee;
    padding: 10px 20px;
    border: 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
}

a.iscm_share_back:hover {
	background-color: #e6e6e6;
    border-color: #adadad;
}

a.iscm_share_whatsapp i {
    margin-right: 3px;
}

a.iscm_share_back i {
    margin-right: 3px;
}

#iscm_share_form_submit i {
    margin-right: 3px;
}

a.iscm_share_twitter i {
    margin-right: 3px;
}

.iscm_share_comp_wrap{
	display: none;
}

.iscm_share_comp_message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.iscm_page_header h3 {
    font-size: 22px;
    margin: 15px 0;
    font-weight: lighter;
    color: var(--site-font-color);
    border-bottom: 1px solid #eee;
}

#iscm_share_from_email {
    display: block;
    width: calc(100% - 6px);
    height: 34px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--body-color);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#iscm_share_form_message {
    display: block;
    width: calc(100% - 6px);
    height: 70px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: var(--body-color);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

span.iscm_share_body_pera {
    font-weight: 700;
    text-transform: uppercase;
}

.iscm_share_address svg {
    height: 15px;
}

.iscm_share_img_wrap {
    width: 25%;
}

.iscm_share_img_wrap img {
    width: 100%;
}

.iscu_sedcards_wrapper .iscm_reg_des  p{
	margin-top: 0;
	margin-bottom: 15px;
}

.iscm_all_loc_search_group {
	display: flex;
	width: 100%;
	white-space: nowrap;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 20px 0;
}

#iscm_all_loc_search_input {
	border-radius: 4px 0 0 4px;
}

.iscm_all_loc_search_group:last-child .iscm_btn {
	border-radius: 0 4px 4px 0;
}

.iscm_location_third {
	rotate: unset !important;
	border: unset !important;
}

.iscm_location_search_wrapper {
    max-width: 1140px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 20px !important;
}

.iscm_location_search_wrapper {
    margin: auto;
}

.iscm_all_loc_search_btn {
	border: 1px solid #ccc;
	background: var(--body-color);
	height: 36px;
	width: 110px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.iscm_add_loc_btn_below_768{
	display: none;
}

.iscm_all_loc_btn {
	display: flex;
}

.iscm_add_loc_btn {
	border: 1px solid #255625;
	padding: 8px 20px 8px;
	color: var(--body-color) !important;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #398439;
	border-radius: 4px;
	cursor: pointer;
}

.iscm_reg_phone_no_wrap {
	display: flex;
	gap: 30px;
	white-space: nowrap;
}

.iscm_input_group_addon {
	height: 34px;
	width: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	font-size: 14px;
}

#iscm_reg_phone_no {
	width: 100%;
	border-radius: 0 4px 4px 0;
	border: 1px solid #ccc;
	padding-left: 6px;
}

.iscm_phone_no_desc{
	margin-top: 5px !important;
    margin-bottom: 10px !important;
    color: #737373;
}

.iscm_reg_wrap {
	display: flex;
	height: 34px;
}

#iscm_reg_phone_no {
	width: 100%;
}

.iscm_phone_no_field {
	width: 100%;
}

#iscu_lady_doc_field,
.iscu_lady_image_field {
	display: none;
}

#iscm_upload_verify_img {
    cursor: pointer;
}

.iscm_page_header h1 {
	font-size: 26px;
	margin: 15px 0;
	font-weight: lighter;
	color: var(--site-font-color);
	border-bottom: 1px solid #eee;
}

.iscm_reg_des p {
	font-size: 15px;
	color: #222;
	margin-bottom: 10px;
}

.iscm_registration_form p {
	margin: 0;
	font-size: 13px;
}

.iscm_field_error {
	display: none;
}

.iscm_field_error_1 {
	display: none;
}

.iscm_error {
	color: red !important;
}

.iscm_error textarea {
	border-color: red;
}

.iscm_error .iscm_field_error {
	margin-top: 0px;
}

.iscm_error input {
	border-color: red !important;
}

.iscm_reg_field_lable {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 15px;
}

.iscm_reg_field {
	margin-bottom: 15px;
}

.iscm_field_desc {
	color: #737373;
}

#iscm_reg_field_name,
#iscm_reg_field_city,
#iscm_reg_field_country,
#iscm_reg_field_email {
	display: block;
	width: calc(100% - 6px);
	height: 34px;
	padding-left: 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: var(--body-color);
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#iscm_reg_field_country {
	background-color: #eee;
	opacity: 1;
}

.iscm_pass_wrap {
	width: 48%;
}

#iscm_reg_field_password,
#iscm_reg_field_re_password {
	width: calc(100% - 6px);
	height: 34px;
	padding: 0 0 0 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: var(--body-color);
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.iscm_reg_field_pass_wrap {
	display: flex;
	justify-content: space-between;
}

#iscm_reg_field_submit svg {
	width: 12px;
	height: 12px;
	fill: var(--body-color);
}

#iscm_reg_field_submit,
#iscm_add_loc_form_submit,
#iscm_verified_your_self_form_submit,
#iscm_reg_form_submit {
	background-color: var(--first-color);
	color: var(--body-color);
	padding: 10px 20px;
	border: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 12px;
	display: flex;
	cursor: pointer;
}

#iscm_reg_form_submit {
	display: none;
}

#iscu_lady_verify {
	display: none;
}

.iscm_form_2,
.iscm_form_3 {
	display: none;
}

.iscm_reg_form_link_verify {
	display: none;
	color: #f79817;
	background-color: #774917;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 6px;
}

.iscm_link_confirm {
	background-color: rgb(245, 244, 241);
	padding: 50px 40px 40px 40px;
	border-radius: 5px;
	border: 1px solid transparent;
}

.iscm_link_conf_text {
	font-size: 18px;
	margin-bottom: 10px;
}

.iscm_link_conf_hurray {
	font-size: 42px;
	margin-bottom: 10px;
	display: flex;
	gap: 20px;
}

.iscm_login_page_btn {
	background-color: var(--first-color);
	color: var(--body-color) !important;
	padding: 10px 20px;
	border: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 12px;
	display: flex;
	cursor: pointer;
	width: fit-content;
	text-decoration: none;
}

.iscm_link_conf_hurray svg {
	width: 40px;
}

.iscm_login_page_btn svg {
	width: 8px;
	fill: var(--body-color);
	margin-left: 5px;
}

.iscu_main {
	width: 100%;
}

.iscm_reg_field_wrap p {
	margin: 0;
	font-size: 15px;
}

.iscm_reg_field_wrap {
	display: flex;
	gap: 10px;
	align-items: center;
}

.iscm_reg_field_wrap a {
	text-decoration: none;
	color: var(--first-color);
	font-size: 15px;
}

#iscu_360_img_wrap {
	width: 600px;
	height: 250px;
}

.iscm_lady_register_form_shortcode {
	display: none;
}

.iscm_locations_detail_wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	width: 85%;
}

.iscu_locations_data {
	display: flex;
	justify-content: space-between;
}

.iscm_locations_360_img_avl {
	height: 35px;
    width: 35px;
}

#iscm_add_loc_desc {
	height: 194px !important;
}

.iscm_font_weight_400 {
	font-weight: 400 !important;
}

.iscm_add_loc_step_header {
	border-bottom: 1px solid #eee;
	font-size: 21px;
	width: 100%;
	color: #333;
}

.iscm_display_flex {
	display: flex;
}

.iscm_controls select {
	max-width: 360px;
}

.iscm_controls {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#iscm_add_loc_phone_no,
#iscm_add_loc_facebook,
.iscm_add_loc_youtube,
#iscm_add_loc_instagram,
#iscm_add_loc_twitter,
#iscm_add_loc_website {
	max-width: 296px;
}

.iscm_controls .macu_step5_street_number {
	padding-left: 0;
}

.iscm_controls .macu_input_group_addon i {
	width: 14px;
	height: 14px;
}

.iscm_add_loc_specific_option {
	display: none;
	width: 100%;
}

.iscm_child_days {
	display: none;
}

.iscm_controls .macu_available_control_offset {
	margin-left: unset !important;
	padding-left: unset !important;
}

.iscm_add_loc_specific_option .iscm_controls {
	display: flex;
	gap: 15px;
}

.iscm_add_loc_add_youtube_link {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	padding: 5px 10px;
	font-size: 10px;
	width: fit-content;
	border: 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 1.5;
	touch-action: manipulation;
	cursor: pointer;
}

#iscu_add_loc_img_add_btn,
#iscu_add_loc_360_img_btn {
	width: 190px;
	height: 125px;
	border-radius: 10px;
	border: 3px dashed #d5d9e0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: grey;
	font-size: 15px;
	font-weight: 700;
}

#iscu_add_loc_img_add_btn svg,
#iscu_add_loc_360_img_btn svg {
	width: 50px;
	fill: #8eb0e6;
}

.iscm_remove_image {
	position: absolute;
	right: 3px;
	background: white;
	color: var(--site-font-color);
	font-weight: bold;
	top: 3px;
	border-radius: 25px;
	height: 19px;
	width: 17px;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iscm_add_loc_img_field {
	display: none;
}

.iscm_add_loc_360_img_field {
	display: none;
}

#image_tip.iscm_error {
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}

.iscm_error .help-block {
	color: red !important;
}

#iscu_price_note {
	height: 194px;
}

.controls {
	padding: 0 15px;
}

.iscu_sedcard_location {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
}

#iscu_360_img_wrap {
	width: 100%;
	height: 250px;
	margin: 20px auto;
	border: 0 none;
	max-width: 880px;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11), 0 8px 16px rgba(0, 0, 0, 0.11);
	overflow: hidden;
}

.iscu_frontend_loader {
	width: 50px;
	aspect-ratio: 1;
	display: grid;
	border-radius: 50%;
	background: 
    linear-gradient(0deg, #ff00dd 30%, transparent 70%, #ff99ee 0) 50%/8% 100%,
    linear-gradient(90deg, #dd00cc 30%, transparent 70%, #ffbbee 0) 50%/100% 8%;
	background-repeat: no-repeat;
	animation: l23 1s infinite steps(12);
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.iscu_loader_hide{
	display: none;
}

.iscu_frontend_loader::before,
.iscu_frontend_loader::after {
	content: "";
	grid-area: 1/1;
	border-radius: 50%;
	background: inherit;
	opacity: 0.915;
	transform: rotate(30deg);
}

.iscu_frontend_loader::after {
	opacity: 0.83;
	transform: rotate(60deg);
}

@keyframes l23 {
	100% {
		transform: rotate(1turn)
	}
}

@media only screen and (min-width: 768px) {

	.iscm_controls {
		width: 75%;
		float: left;
	}

	.dayAvailability {
		width: 33.3333333% !important;
	}
}

@media only screen and (min-width: 992px) {

	.iscm_controls {
		width: 83.33333333%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.dayAvailability {
		width: 25% !important;
	}
}

@media only screen and (min-width: 1200px) {

	.iscm_container {
		width: 1170px;
	}
}

@media only screen and (max-width: 1199px) {
    .iscm_location_search_wrapper {
        width: 970px;
    }

}

@media only screen and (max-width: 990px) {
    .iscm_location_search_wrapper {
        width: 750px;
    }

	.iscm_report_main_wrap {
		flex-direction: column;
	}

	.iscm_report_desc_wrap {
		width: 90%;
	}

	.iscm_report_img_wrap img {
		width: 400px;
	}

	.iscm_reg_field_wrap {
		width: 85%;
		justify-content: center;
	}

	.iscm_share_sedcard_desc{
		display: none;
	}
}


@media only screen and (max-width: 767px) {

	.iscm_add_loc_btn_below_768{
		display: block;
		width: fit-content;
	}

	.iscm_report_img_wrap {
		display: none;
	}

	.iscm_reg_field_wrap {
		justify-content: unset;
	}

	.iscm_share_profile_wrap {
		padding-left: 10px;
	}

	.iscm_share_img_wrap {
		width: 50%;
	}

	.iscm_add_loc_btn_above_768{
		display: none;
	}

	.iscm_add_loc_form_container {
		padding: 0 15px;
	}

	.iscm_location_search_wrapper {
        margin: auto !important;
        width: 95%;
    }

	#inserat .macu_form_group,
	#iscm_add_location_form .macu_form_group {
		display: flex;
		flex-direction: column;
	}

	#inserat .macu_fieldset,
	#iscm_add_location_form .macu_fieldset {
		margin: 0;
		padding-right: unset;
		padding-left: unset;
	}

	.iscm_add_loc_youtube,
	#iscm_add_loc_desc,
	#iscu_about_me,
	#iscu_ethnicity,
	#iscu_tattoos,
	#iscu_pussy_shaved,
	#iscu_price_note,
	#iscu_general_availability,
	#iscu_bra_size,
	#iscu_country_city,
	#iscu_phone_number,
	#zip,
	#placepicker,
	#iscm_add_loc_zip,
	#inserat input[type="text"],
	#iscm_add_location_form input[type="text"] {
		width: calc(100% - 24px) !important;
		max-width: unset;
	}

	#gprices {
		width: 100%;
	}

	#iscm_add_loc_phone_no,
	#inserat select,
	#iscm_add_location_form select {
		max-width: unset;
	}

	#inserat .macu_step5_street_number,
	#inserat .macu_form2_group2_control,
	#iscm_add_location_form .macu_step5_street_number {
		width: 100%;
		padding-left: 0;
	}

	#inserat .macu_step5_zip,
	#iscm_add_location_form .macu_step5_zip {
		margin: unset !important;
		padding: unset !important;
		width: 100%;
	}

	#inserat .macu_step5_city,
	#iscm_add_location_form .macu_step5_city {
		margin: unset !important;
		padding: unset !important;
		width: 100%;
	}

	#iscm_add_location_form .macu_input_group {
		width: 100%;
	}

	#inserat .macu_input_group_addon,
	#iscm_add_location_form .macu_input_group_addon {
		width: 15px;
	}

	#inserat .dayAvailability,
	#iscm_add_location_form .dayAvailability {
		width: 50% !important;
	}

	#iscm_add_location_form .iscu_button_wrapper {
		padding: 0 15px;
	}

	#iscm_add_loc_form_submit {
		margin-left: 15px;
	}

	#iscm_add_location_form .iscu_pictures {
		margin-left: 15px;
	}

	#inserat .iscu_pictures_wrapper,
	#iscm_add_location_form .iscu_pictures_wrapper {
		flex-direction: column;
	}

	.macu_available_control_offset {
		padding-left: 15px;
	}

}

@media only screen and (max-width: 480px) {

	.iscm_location_search_wrapper {
        margin: auto !important;
        width: 100%;
    }

	.iscm_reg_des {
		padding: 0 15px;
	}

	.iscm_pass_wrap {
		width: 100%;
		margin-bottom: 15px;
	}

	.iscm_reg_field_pass_wrap {
		flex-direction: column;
	}

}