/* Model Shortocde Area Code Start */
.tpv-model-shortcode-area {
	margin-top: 30px;
	border: 5px solid #135e96;
	overflow: hidden;
}

.tpv-model-shortcode-heading {
	background: #135e96;
	padding: 15px;
	overflow: hidden;
	color: #ffffff;
}

.tpv-model-shortcode-icon {
	float: left;
	overflow: hidden;
	width: 50%;
}

.tpv-model-shortcode-text {
	float: right;
	overflow: hidden;
	text-align: right;
}

.tpv-model-shortcode-left-part {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 20px 0 30px;
	text-align: center;
	background: #ffffff;
	border-right: 5px solid #135e96;
	box-sizing: border-box;
}

.tpv-model-shortcode-right-part {
	width: 50%;
	float: left;
	overflow: hidden;
	padding: 20px 0 30px;
	text-align: center;
	background: #ffffff;
}

.tpv-model-shortcode-area .shortcode {
	padding: 8px 15px;
	background: #9acaf5;
	display: inline-block;
	user-select: all;
	font-size: 16px;
}

.tpv-model-shortcode-area .tpv-model-shortcode-heading .tpv-model-shortcode-text a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

/* Model Shortocde Area Code End */
#tpv-upload {
	border: 2px dashed #ccc;
	padding: 20px;
	text-align: center;
	cursor: pointer;
}

#tpv-upload.drag-over {
	border-color: #000;
}

#file-preview a {
	display: block;
	margin-top: 10px;
}

model-viewer {
	width: 100%;
	height: 800px;
	margin: 0 auto;
}

/* Disable Model Viewer Setting Start */
.tpv-disable-model-action {
	opacity: 0.5;
	pointer-events: none;
}

/* Disable Model Viewer Setting End */

/* Toggle Switch CSS Start */
.tpv-metafield-tabs.tpv-model-options {
	border-bottom: none !important;
}

.tpv_switch_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tpv_box {
	background: #fff;
	padding: 9px 0px 9px 0;
	gap: 10px;
}

input[type="checkbox"].tpv_switch {
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 3.3em;
	height: 1.6em;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].tpv_switch:checked {
	background: #4fb845;
}

input[type="checkbox"].tpv_switch::before {
	content: "";
}

input[type="checkbox"].tpv_switch:after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
	box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
	-webkit-transform: scale(.7);
	transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].tpv_switch:checked:after {
	left: calc(100% - 1.5em);
}

/* Toggle Switch CSS End */

/* Environment Image CSS Start */
.tpv-environment-image-section {
	gap: 15px;
	padding-bottom: 10px;
}

.tpv-environment-image-uploader {
	padding: 15px 12px 5px;
}

.tpv-upload-btn-wrapper .btn,
.tpv-upload-poster-btn-wrapper .btn {
	width: 100%;
	background-color: #f0f0f0;
	border: 1px dashed #C3C4C7;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	border-radius: 4px;
	padding: 12px 8px;
}

.tpv-hdr-img-btn-rmv {
	top: -5px;
	position: absolute;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	bottom: auto;
	left: auto;
	right: -8px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

.tpv-upload-poster-btn-wrapper .btn {
	margin-top: 10px;
}

.tpv-upload-btn-wrapper input[type=file] {
	font-size: 100px;
	left: 0;
	top: 0;
	opacity: 0;
}

/* Environment Image CSS End */

/* Poster Image CSS Start */
.tpv-poster-image-box.tpv_box.tpv-model-options {
	position: relative;
}

.tpv-hdr-img-preview,
.tpv-poster-img-preview {
	max-height: 100px;
	max-width: 100px;
	height: 250px;
	padding: 1px;
	cursor: pointer;
	left: 0;
	position: relative;
	object-fit: cover;
	border-radius: 5px;
}

.tpv-poster-img-btn-rmv {
	top: -9px;
	position: absolute;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	bottom: auto;
	left: auto;
	right: -12px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

/* Poster Image CSS End */

/* Environment as Skybox CSS Start */
.tpv-errors {
	color: red;
}

.tpv-success {
	color: green;
}

/* Environment as Skybox CSS End */

/* Range Input CSS Start */
.tpv-range-input {
	width: 100%;
	height: 2px;
	border: 0;
	accent-color: #2271b1;
}

/* Range Input CSS End */

/* Loading Type CSS Start */
.tpv-loading-type-radio-box {
	padding: 10px;
}

.tpv-loading-type-radio-box fieldset {
	display: flex;
	gap: 5px;
}

/* Loading Type CSS End */

/* Tab Code Start*/
.post-type-wings3dpr_model .postbox .inside {
	padding: 0 5px 5px !important;
}

.tpv-metafield-tabs {
	width: auto;
	background-color: #fff;
}

ul#tpv-metafield-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 5px;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

ul#tpv-metafield-tabs-nav li {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	position: relative;
}

ul#tpv-metafield-tabs-nav li:hover,
ul#tpv-metafield-tabs-nav li.active {
	background-color: #08E;
	text-decoration: none;
}

ul#tpv-metafield-tabs-nav li.span {
	text-decoration: none;
}

#tpv-metafield-tabs-nav li a {
	text-decoration: none;
	color: #FFF;
}

.tab-content {
	padding: 5px;
	border: 5px solid #fff;
	background-color: #FFF;
}

.tab-content.d-none {
	display: none !important;
}

/* Tab Code End*/

/* Customize Limits CSS Start */
.tpv-d-none {
	display: none !important;
}

.tpv-counter-clockwise-limit-lable-btn-section,
.tpv-pitch-top-down-limit-lable-btn-section {
	padding: 5px;
}

.tpv-counter-clockwise-limit-control-section,
.tpv-pitch-top-down-limit-control-section,
.tpv-pitch-bottom-up-limit-control-section,
.tpv-clockwise-limit-control-section {
	display: flex;
	margin-top: 5px;
}

input#tpv_counter_clockwise_limit_range,
input#tpv_clockwise_limit_range,
input#tpv_pitch_top_down_limit_range,
input#tpv_pitch_bottom_up_limit_range {
	width: 75%;
}

input#tpv_counter_clockwise_limit_value,
input#tpv_clockwise_limit_value,
input#tpv_pitch_top_down_limit_value,
input#tpv_pitch_bottom_up_limit_value {
	width: 25%;
}

.tpv-apply-yaw-limits-box,
.tpv-apply-pitch-limits-box,
.tpv-apply-minimum-zoom-box {
	width: 100%;
	display: flex;
	padding: 5px;
}

input#tpv_apply_yaw_limits_box {
	left: 59px;
}

input#tpv_apply_pitch_limits_box {
	left: 51px;
}

input#tpv_apply_minimum_zoom_box {
	left: 30px;
}

.tpv-apply-pitch-limits-box {
	margin: 4px 0 5px 0;
}

/* Customize Limits CSS End */

input[type="checkbox"].tpv_switch:checked {
	background: #2271b1;
}

input[type="checkbox"].tpv_switch:after {
	width: 14px;
	height: 14px;
	top: 3px;
	left: 3px;
	transform: scale(1);
}

input[type="checkbox"].tpv_switch {
	width: 36px;
	height: 20px;
	border: 0;
	margin: 0;
	background-color: #ccc;
}

input[type="checkbox"].tpv_switch:focus {
	box-shadow: none;
}

input[type="checkbox"].tpv_switch:after {
	width: 14px;
	height: 14px;
}

input[type="checkbox"].tpv_switch:checked:after {
	left: calc(100% - 17px);
}

.tpv-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #1D2327;
}

.tpv-normal-title {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	color: #3C434A;
	margin-bottom: 8px !important;
}

.tpv-radio-flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
}

.tpv-inner-title {
	font-size: 13px;
	font-weight: 400;
	color: #3C434A;
	margin: 0;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tpv-w-auto {
	width: auto;
}

.p-0 {
	padding: 0;
}

.p-12 {
	padding: 15px 12px;
}

.m-0 {
	margin: 0;
}

.mt-10 {
	margin-top: 10px;
}

.border-bottom {
	border-bottom: 1px solid #d9d9d9;
}

.border-top {
	border-top: 1px solid #d9d9d9;
}

#tpv-tabs .tab-content {
	padding: 0;
	border: 0;
}

.tpv-fullscreen-mode-section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

#poststuff .inside {
	margin: 0;
	padding: 0 !important;
}

ul#tpv-metafield-tabs-nav {
	justify-content: space-around;
	padding: 15px 12px;
	background-color: #f6f7f7;
}

#tpv-metafield-tabs-nav {
	border-bottom: 1px solid #d9d9d9;
}

#tpv-metafield-tabs-nav li a {
	color: #8C8F94;
}

#tpv-metafield-tabs-nav li:hover a,
#tpv-metafield-tabs-nav li.active a {
	color: #2271b1;
	background-color: transparent !important;
	box-shadow: none !important;
}

ul#tpv-metafield-tabs-nav li:focus,
ul#tpv-metafield-tabs-nav li:hover,
ul#tpv-metafield-tabs-nav li.active {
	background-color: transparent;
	box-shadow: none !important;
	border: 0 !important;
}

ul#tpv-metafield-tabs-nav li {
	padding: 0;
	background-color: transparent;
	flex: 1;
	text-align: center;
}

ul#tpv-metafield-tabs-nav li.active::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #2271b1;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.tpv-initial-camera-position-input-box {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.tpv-initial-camera-position-button-box {
	margin-top: 12px;
}

.tpv-initial-camera-position-button-box button {
	width: 100%;
}

#tpv_save_current_initial_btn {
	margin-bottom: 8px;
}

.tpv-apply-minimum-zoom-inner-section button,
.tpv-initial-camera-position-button-box button {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
	border: 0;
	outline: 0;
	transition: all 300ms ease;
	box-shadow: none;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.tpv-apply-minimum-zoom-inner-section #tpv_customize_set_min_zoom,
#tpv_save_current_initial_btn {
	background-color: #2271b1;
	border: 1px solid #2271b1;
	color: #fff;
	padding: 8px 4px;
}

button:disabled {
	background-color: #fbfbfb !important;
	color: #a7aaad !important;
	border: 1px solid #a7aaad !important;
	padding: 8px 4px;
	cursor: not-allowed;
}

.tpv-apply-minimum-zoom-inner-section button {
	background-color: #2271b1;
	color: #fff;
	padding: 8px 4px;
}


#tpv_save_current_initial_btn:hover {
	background-color: #135e96;
	transition: all 300ms ease;
}


.tpv-initial-camera-position-button-box:disabled {
	background-color: #fbfbfb;
	color: #a7aaad;
	border: 1px solid #a7aaad;
	padding: 8px 4px;
}

.tpv-initial-camera-position-button-box button {
	background-color: #2271b1;
	border: 1px solid #2271b1;
	color: #fff;
	padding: 8px 4px;
}

.tpv-initial-camera-position-pitch-input span,
.tpv-initial-camera-position-yaw-input span {
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
	color: #3C434A;
	display: inline-block;
	margin-bottom: 8px;
}

.tpv-initial-camera-position-box {
	margin-top: 8px;
}

.btn.tpv-poster-uploader {
	width: 100%;
	background-color: #f0f0f0;
	border: 1px dashed #C3C4C7;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	border-radius: 4px;
	padding: 12px 8px;
}

.tpv-loading-type-radio-box fieldset {
	width: 100%;
	justify-content: space-between;
}

.emwvp-loading-type-input.tpv-radio-flex input {
	margin: 0;
}

input#tpv_apply_minimum_zoom_box,
input#tpv_apply_yaw_limits_box,
input#tpv_apply_pitch_limits_box {
	left: auto;
	right: auto;
}

.tpv-customize-title {
	background-color: #f6f7f7;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 12px;
}

.tpv-customize-limits-inner-section .tpv-customize-title {
	margin-bottom: 0;
}

.tpv-customize-apply-minimum-zoom-section {
	border-top: 1px solid #d9d9d9;
}

.tpv-customize-limits-section {
	border-bottom: 0;
}

.tpv-apply-minimum-zoom-inner-section {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px 15px 12px;
	gap: 16px;
	border-top: 10;
}

.tpv-apply-minimum-zoom-inner-section button {
	flex: 1;
}

.tpv-counter-clockwise-limit-control-section {
	gap: 12px;
	margin-bottom: 12px;
}

.tpv-pitch-top-down-limit-control-section,
.tpv-pitch-bottom-up-limit-control-section,
.tpv-clockwise-limit-control-section {
	gap: 12px;
	margin-top: 0;
}

.tpv-pitch-top-down-inner-section {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.tpv-pitch-top-down-limit-control-section,
.tpv-pitch-bottom-up-limit-control-section,
.tpv-clockwise-limit-control-section,
.tpv-counter-clockwise-limit-control-section {
	align-items: center;
}

.tpv-pitch-top-down-inner-section.p-12.border-top,
.tpv-apply-yaw-limits-controls.p-12 {
	padding-top: 0 !important;
}

.tpv-upload-hdr-preview,
.tpv-upload-poster-preview {
	position: relative;
	max-height: 100px;
	max-width: 100px;
	height: 250px;
}

.tpv-poster-img-btn-rmv {
	background-color: transparent;
}

.tpv-upload-hdr-preview {
	position: relative;
}

.tpv-hdr-img-preview {
	max-height: 100px;
	max-width: 100px;
	height: 250px;
	padding: 1px;
	cursor: pointer;
	left: 0;
	position: relative;
}

.tpv-hdr-img-btn-rmv {
	background-color: transparent;
}

#tpv_exposure_range,
#tpv_shadow-intensity_range,
#tpv_shadow-softness_range {
	width: 75%;
}

#tpv_exposure_value,
#tpv_shadow-intensity_value,
#tpv_shadow-softness_value {
	width: 25%;
	padding: 0 0 0 5px;
}

.tpv-exposure-control-section,
.tpv-shadow-softness-section-control-section,
.tpv-shadow-intensity-section-control-section {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 5px;
}

.tpv-environment-select,
.tpv-tone-mapping-select,
.tpv-env-skybox-section-box {
	width: 100%;
}

.skybox-area {
	flex-direction: column;
	align-items: flex-start;
}

.tpv-upload-hdr-preview {
	margin: 8px 0 12px;
}

.tpv-environment-separator.tpv-inner-title {
	margin-top: 8px;
	text-align: center;
}

.tpv-upload-btn-wrapper {
	margin-top: 12px;
}

#file-upload-container #tpv-upload {
	margin: 16px;
}

#tpv-upload {
	padding: 10px;
}

#tpv-upload h4 {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
}

#tpv-upload p {
	margin: 4px 0 6px;
}

#tpv-upload a {
	background-color: #2271B1;
	padding: 0 12px;
	min-height: 32px;
	line-height: 2.30769231;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 13px;
	display: inline-block;
	margin-top: 6px;
}

.misc-pub-import-settings-btn h4,
.misc-pub-export-settings-btn h4 {
	margin-bottom: 8px;
}

.button.tpv-import-settings-btn {
	margin-top: 10px;
}

.button.tpv-import-settings-btn,
.button.tpv-export-settings-btn {
	background-color: #f4f8fb;
	border: 1px solid #2271b1;
	color: #2271b1;
	padding: 2px 4px;
	font-weight: 600;
	font-size: 13px;
	width: 100%;
	text-align: center;
	min-height: auto;
}

.misc-pub-import-settings-btn input {
	font-size: 0;
	color: #fff;
	width: 100%;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	height: 40px;
	border: 1px dashed #C3C4C7;
}

.misc-pub-import-settings-btn input::after {
	content: 'Choose File';
	background-color: #f0f0f0;
	width: 100%;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.tpv-import-file-response {
	margin-top: 6px;
}

.misc-pub-section.misc-pub-export-settings-btn {
	padding-bottom: 0;
}

#tpv_imported_file {
	display: none;
	color: #000;
	font-size: 13px;
	font-weight: 400;
	margin-top: 4px;
}

.tpv-color-picker-options .wp-color-result.wp-picker-open:focus {
	border: 0;
	outline: none;
}

.tpv-color-picker-options,
.tpv-outline-child-color-picker {
	margin-top: 15px;
}

.tpv-color-picker-options span.wp-picker-input-wrap,
.tpv-outline-child-color-picker span.wp-picker-input-wrap {
	margin-left: -5px;
	padding: 0 8px;
	line-height: 2.54545455;
	font-size: 11px;
}

.tpv-color-picker-options .wp-picker-container .wp-color-result.button,
.tpv-outline-child-color-picker .wp-picker-container .wp-color-result.button {
	margin-bottom: 0;
}

.tpv-color-picker-options .wp-picker-container .wp-color-result,
.tpv-outline-child-color-picker .wp-picker-clear,
.tpv-color-picker-options .wp-picker-clear {
	height: 30px;
}

.tpv-color-picker-options .wp-color-result-text,
.tpv-outline-child-color-picker .wp-color-result-text {
	background: #f6f7f7;
	border-radius: 0 2px 2px 0;
	border-left: 1px solid #c3c4c7;
	color: #50575e;
	display: block;
	line-height: 2.54545455;
	padding: 0 6px;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.tpv-color-picker-options .wp-picker-container .wp-color-result.button,
.tpv-outline-child-color-picker .wp-picker-container .wp-color-result.button {
	min-height: 30px;
	margin: 0 6px 6px 0;
	padding: 0 0 0 30px;
	font-size: 11px;
}

.wp-picker-clear {
	padding: 0;
	font-size: 14px;
}
/* Background Color Picker Code End */

/* Animation Tab Code Start */
.tpv-animation-tab {
	display: none !important;
}

.tpv-animation-title,
.tpv-effects-title {
	background-color: #f6f7f7;
	border-bottom: 1px solid #d9d9d9;
}

.tpv-animation-type-select-wrapper {
	padding: 15px 12px 5px;
	gap: 15px;
}

.tpv-animation-type-select {
	width: 100%;
}

.tpv-animation-speed-control {
	gap: 10px;
}

/* Animation Tab Code Start */

/* Effect Tab Code Start */
.effects-range-items .range-area {
	display: flex;
	align-items: center;
	gap: 10px;
}

.tpv-effect-input-w-75 {
	width: 75%;
}

.tpv-effect-input-w-25 {
	width: 25%;
}

/* Effect Tab Code End */
.tpv-pro-items ul#tpv-metafield-tabs-nav {
    padding-top: 24px;
}

.tpv-badge-pro {
    display: inline-block;
    padding: 2px 4px;
	line-height: 12px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: #2271b1;
    border-radius: 4px;
    text-transform: uppercase;
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
}

.tpv-pro-feature{
	opacity: 0.6;
    pointer-events: none;
    position: relative;
}
