.ar-button{
border: none; 
position: absolute; 
top: 6px; 
right: 6px; 
transform: scale(1);
animation: pulse 2s infinite;
background: none !important;
}
.ar-button:focus,
.ar-button:active{
border: none; 
position: absolute; 
top: 6px; 
right: 6px; 
}
.ar-button-animation{
border: none !important; 
position: absolute; 
top: 26px; 
left: 6px; 
background: none;
}
.ar-button-default{
background-color: #ffffff !important; 
border-radius: 4px; 
padding: 4px;
}
.ar-button_standalone{
border: none !important; 
transform: scale(1);
animation: pulse 2s infinite;
background: none !important;
}
.ar_not_supported{
font-weight:bold;
}
.ar_admin_button{
background: #f37a23 !important;
border-color: #f37a23 !important;
color: #fff !important;
}
.ar_user_upload_button{
padding:10px 20px;
margin: 10px 20px;
}
.ar-user-upload-panel{
border: 1px solid #e1e1e1;
margin: 10px 0px;
}
.ar_asset_builder_message{
float: left;
max-width: 450px;
}
.ar_asset_size_container select, .ar_asset_size_container input{
font-size: 14px;
padding: 4px;
min-width: 100px;
}
.column-Shortcode{
width:140px;
}
.column-thumbs{
width:20px;
}
@keyframes pulse {
0% {
transform: scale(0.95);
}
70% {
transform: scale(1);
}
100% {
transform: scale(0.95);
}
}
.ar-button-img{
height:50px;
}
.ar-button-animation{
height:25px;
width:25px;
} .ardisplay_viewer{
min-height:400px;
height:400px;
position: relative;
display: block;
}
.ardisplay_viewer button,
.ardisplay_viewer input{
outline: 0;
}
.ardisplay_viewerpop{
height:100vh;
z-index: 1000000; }
.ar_site_logo{
text-align: center !important;
}
.ar-qrcode {
position: absolute;
bottom: 6px;
right: 6px;
width: 40px;
height: 40px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #fff !important; border-radius: 4px;
border: none;
cursor: pointer;
}
.ar-qrcode_standalone {
width: 40px;
height: 40px;
background-size: contain !important;
background-repeat: no-repeat;
background-position: center;
background-color: #fff; border-radius: 4px;
border: none;
background: none;
}
.ar-qrcode-large {
width:250px !important;
height:250px !important;
}
.ar_controls{
position: absolute;
bottom: 6px;
left: 6px;
font-size: 12px;
font-weight: bold;
}
#variant{
font-size: 12px;
border: none;
line-height: 12px;
}
model-viewer {
width: 100%;
height: 100%;
}
#key{ 
padding: 30px;
background-color: #fff;
margin: 24px 1% 24px 1%;
width:48%;
}
@media screen and (max-width: 1023px) {
#key{ 
width:98%;
} 
} .ar-fullscreen_btn-img{
width:25px;
height:25px !important;
}
html body .ar_popup{
overflow: hidden !important;
z-index: 100999999999990000;
}
.ar_popup {
display: none; position: fixed; z-index: 1000000; left: 0;
top: 0;
width: 100% !important; max-width: 100% !important; height: 100% !important; max-height: 100% !important; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); margin-top: 0px !important;
}
.ar_popup-btn {
position:absolute;
background: none !important;
border:none !important;
color: white;
font-weight:bold;
top: 6px;
right: 6px;
cursor: pointer;
}
.ar_popup-header a{
color: white;
text-decoration: none;
} .ar_popup-content {
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 100%;
height: 100%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: 0.4s;
animation-name: animatetop;
animation-duration: 0.4s
} .arqr_popup-content{
display: flex;
gap: 100px;
padding: 25px;
box-sizing: border-box;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
min-height: 100vh;
--progress-bar-color: transparent;
}
.arqr_popup-container{
width: 100%;
max-width: 360px;
height: 470px;
border: 2px solid rgba(215, 219, 224, 0.48);
box-sizing: border-box;
border-radius: 16px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.arqr_popup-container p {
color: #0f3362;
width: 100%;
max-width: 295px;
font-size: 18px;
text-align: center;
padding: 35px 15px 5px;
letter-spacing: 0.0015em;
line-height: 28px;
} canvas#webgl-canvas.show{
left: 0 !important;
top: 0 !important;
} @-webkit-keyframes animatetop {
from {top:-300px; opacity:0} 
to {top:0; opacity:1}
}
@keyframes animatetop {
from {top:-300px; opacity:0}
to {top:0; opacity:1}
} .ar_close {
color: white;
float: right;
font-size: 28px;
font-weight: bold;
padding: 10px;
}
.ar_close:hover,
.ar_close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@media screen and (max-width: 1025px) {
.hide_on_devices {display: none !important;}
}
.scale_input{
width:140px;
float: left;
}
.nodisplay{
display:none !important;
}
.ar_admin_viewer{
float:left;
width:49%;
min-height:400px;
}
@media screen and (max-width: 1450px) {
.ar_admin_viewer{
width:48%;
}
}
@media screen and (max-width: 1025px) {
.ar_admin_viewer{
width:100%;
}
}
.ar_input_field{ width:80% !important;
float: right !important;
} .ar_input_upload {
float:right !important;
width: 100%; padding-right: 40px; box-sizing: border-box;
} .ar-upload-button {
position: absolute;
right: 20px; 
top: 50%;
transform: translateY(-50%);
border: none; 
padding: 0;
cursor: pointer;
opacity: 1;
}
.ar-upload-button:hover {
opacity: 1; }    
.ar_number_field{
min-width: 40px !important; } .asset_btn {
background-color:#13383e;
border-radius:6px;
border:1px solid #e1e1e1;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:16px;
padding:6px 10px;
text-decoration:none;
text-shadow:0px 1px 0px #2f6627;
}
.asset_btn:hover {
background-color:#49848f;
}
.asset_btn:active {
position:relative;
top:1px;
}
.ar_label_tip{
font-style:italic;
font-size:.8em;
}
#asset_builder img.ar_file_icons{
height: 100px;
max-height: 200px;
}
.asset_builder_img{
float: right;
}
#asset_builder::after {
content: "";
display: table;
clear: both;
} div#controls, div.dimension {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
max-width: unset;
}
.dimension {
left: 0px;
position: absolute;
top: 10px;
}
.dot{
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
background: #fff;
--min-hotspot-opacity: 0;
}
.dimension{
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
color: rgba(0, 0, 0, 0.8);
display: block;
font-family: Futura, Helvetica Neue, sans-serif;
font-size: 12px;
font-weight: 600;
max-width: 128px;
overflow-wrap: break-word;
padding: 0.25em 0.5em;
position: absolute;
width: max-content;
height: max-content;
transform: translate3d(-50%, -50%, 0);
--min-hotspot-opacity: 0;
}
.show{
--min-hotspot-opacity: 1;
}
.hotspot_annotation{
width:140px !important;
float:right !important;
margin-bottom: 10px !important;
} .ar_tooltip img:hover{
cursor:help;
}
.ar_tooltip::after {
font-family: Dashicons;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
cursor: help;
}
.ar_tooltip {
position: relative;
bottom:0px;
color: #666;
font-size: 1.2em;
top:2px;
}
.ar_tooltip .ar_tooltip_text {
visibility: hidden;
width: 5em;
color: #fff;
position: absolute;
z-index: 1;
bottom: -4.8em;
margin-left: -4.2em;
opacity: 0;
transition: opacity 0s;
font-size: 10px !important;
background: #333;
text-align: center;
border-radius: 3px;
padding: .618em 1em;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.ar_tooltip .ar_tooltip_text::after {
content: "";
position: absolute;
top: -1em;
left: 48%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #333; 
}
.ar_tooltip:hover .ar_tooltip_text {
visibility: visible;
opacity: 1;
} .ar_slider {
width: auto;
text-align: center;
overflow: hidden;
position: absolute;
bottom: 6px;
left: 6px;
}
.ar_slides {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
}
.ar_slide {
scroll-snap-align: start;
flex-shrink: 0;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-color: #fff;
margin-right: 6px;
border-radius: 10px;
border: none;
display: flex;
cursor: pointer;
}
.ar_slide.selected {
border: 2px solid #4285f4;
}
.ar_slide:focus {
outline: none;
}
.ar_slide:focus-visible {
outline: 1px solid #4285f4;
}
.ar_admin_label{
width:200px;
float:left;
padding-bottom:10px;
}
.ar_admin_field{
float:left;
padding-bottom:10px;
} .ar_cta_button{
position: absolute;
bottom: 0px;
margin: 0 auto;
left: 0;
right: 0;
width:250px;
cursor: pointer;
}
.ar_view_text_link{
border: none;
background: none;   
}
.ar_cursor_pointer{
cursor:pointer;
} input[type="checkbox"].ar-ui-toggle {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-tap-highlight-color: transparent;
width: auto;
height: auto;
vertical-align: middle;
position: relative;
border: 0;
outline: 0;
cursor: pointer;
margin: 0 4px;
background: none;
box-shadow: none;
}
input[type="checkbox"].ar-ui-toggle:focus {
box-shadow: none;
}
input[type="checkbox"].ar-ui-toggle:after {
content: '';
font-size: 8px;
font-weight: 400;
line-height: 18px;
text-indent: -14px;
color: #ffffff;
width: 36px;
height: 18px;
display: inline-block;
background-color: #a7aaad80;
border-radius: 72px;
box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].ar-ui-toggle:before {
content: '';
width: 14px;
height: 14px;
display: block;
position: absolute;
top: 2px;
left: 2px;
margin: 0;
border-radius: 50%;
background-color: #ffffff;
}
input[type="checkbox"].ar-ui-toggle:checked:before {
left: 20px;
margin: 0;
background-color: #ffffff;
}
input[type="checkbox"].ar-ui-toggle,
input[type="checkbox"].ar-ui-toggle:before,
input[type="checkbox"].ar-ui-toggle:after,
input[type="checkbox"].ar-ui-toggle:checked:before,
input[type="checkbox"].ar-ui-toggle:checked:after {
transition: ease .15s;
vertical-align:middle;
}
input[type="checkbox"].ar-ui-toggle:checked:after { background-color: #49848f;
} .ar-slider {
-webkit-appearance: none;
width: 150px;
height: 10px;
border-radius: 5px;  
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
.ar-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
border-radius: 50%; 
background: #49848f;
cursor: pointer;
}
.ar-slider::-moz-range-thumb {
width: 15px;
height: 15px;
border-radius: 50%;
background: #49848f;
cursor: pointer;
} .ar-input {
height: 35px;
border: 2px solid #d3d3d3 !important;
max-width: 95% !important;
min-width: 95%;
}
.ar-input-wide{
min-width: 250px;
}
.ar_admin_view_title{
float:left;
min-width: 300px; 
width: 25%;
}
.ar_admin_view_shortcode{
float:right;
min-width:180px;
width:10%;
padding-top: 10px;
color:#fff !important;
}
.ar_admin_view_post{
float:right;
width: 140px;
text-align: right;
padding: 25px 10px;
}
@media screen and (max-width: 1025px) {
.ar_admin_view_shortcode {
display:none; }
} ._ar_rotate_field, ._ar_prompt_field, ._ar_variants_field, ._ar_environment_image_field, ._ar_resizing_field, ._ar_view_hide_field, ._ar_qr_hide_field, ._ar_hide_dimensions_field, ._ar_hide_reset_field, ._ar_animation_field, ._ar_autoplay_field, ._ar_emissive_field{
float:left;
min-width: 0px;
} .ar_rotation_limits_containter{
padding:0 20px 20px 20px;
border: 1px solid #f2f2f2;
margin:10px;
background-color: rgba(0,0,0,0.02);
} .ar-compass-container {
position: relative;
width: 200px;
height: 200px;
transform-origin: center center;
} .ar-compass-image {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:100px;
max-width: 100%;
max-height: 100%;
transition: transform 0.3s ease;
} .ar-compass-button {
position: absolute;
width: 40px;
height: 40px;
background-color: #e2e2e2;
color: #fff;
border: none;
border-radius: 50%;
text-align: center;
font-size: 18px;
cursor: pointer;
}
.ar-compass-top {
top: 0;
left: 50%;
transform: translateX(-50%);
}
.ar-compass-bottom {
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.ar-compass-left {
top: 50%;
left: 0;
transform: translateY(-50%);
}
.ar-compass-right {
top: 50%;
right: 0;
transform: translateY(-50%);
} .wc-metaboxes-wrapper .wc-metabox h3 select.ar-input{
max-width: 60% !important;
} .ar_tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f6f7f7;
} .ar_tab button {
background-color: inherit;
font-weight: bold;
float: left !important;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
border-left: 1px solid #eee; 
} .ar_tab button:hover {
background-color: #d3d3d3;
} .ar_tab button.active {
background-color: #ccc;
} .ar_tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none; }
.ar_tabcontent::after {
content: "";
display: table;
clear: both;
} .glb-file-container input.regular-text,
.usdz-file-container input.regular-text{
width: 80% !important;
margin-left: 10%;
} .ar_accordian {
background-color: #f6f7f7;
font-weight: bold;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: left;
border: 1px solid #ccc;
border-width: 0px 1px;
outline: none;
transition: 0.4s;
}  .ar_accordian:hover {
background-color: #d3d3d3;
} .ar_accordian_panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
border: 1px solid #ccc;
}
.ar_accordian:after {
content: '\02795'; font-size: 13px;
color: #777;
float: right;
margin-left: 5px;
}
.ar_accordian{
margin-right:0px !important;
}
.ar_active:after {
content: "\2796"; }
.ar_copy_button{
position: relative;
padding: 5px 10px; border: 1px solid #ccc; }
.ar_copy_button::after {
content: "\f105"; font-family: 'dashicons';
margin-left: 10px; font-size: 20px; }
.ar_model_files_fields{
float:left;
width:45%
}
@media screen and (max-width: 1480px) {
.ar_model_files_fields{
float:left;
width:40%
}
}
@media screen and (max-width: 1200px) {
.ar_model_files_fields{
float:left;
width:100%
}
}
.ar_model_files_advert{
float:right;
padding:0px 0px;
width:20%;
}
.ar_model_shop_advert{
float:right;
padding:0px 20px;
width:20%;
}
.ar_model_shop_btn{
background: #f37a23 !important;
border: none  !important;
color: #fff  !important;
padding: 10px 20px  !important;
} .ar_filenames{
text-decoration: italics;
font-size: 10px;
}
.ar_file_icons{
height:100px; 
padding:10px 0px 0px 10px;
vertical-align: top;
cursor: pointer;
transition: opacity 0.3s ease; }
.ar_file_icons:hover {
opacity: 0.5; }
.ar-reset-btn-container{
display: inline-block;
}
.ar-reset-btn-container button{ 
background: transparent;
border: none;
}
.postbox, .postbox-header {
position: unset !important;
}
.instructions {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
}
.instructions p {
margin: 0 0 10px;
line-height: 1.6;
font-size: 18px;
}
.ar_gallery_selector{
position: absolute; 
bottom: 6px; 
left: 6px; 
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
color: rgba(0, 0, 0, 0.8);
font-family: Futura, Helvetica Neue, sans-serif;
font-size: 12px;
font-weight: 600;
padding: 0.25em 0.5em;
}
.ar_gallery_selector select{
border: none; 
margin: 0px !important;
}
.ar-variant-container{
position: absolute;
width: 180px;
bottom: 10px;
left: 6px;
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
color: rgba(0, 0, 0, 0.8);
font-family: Futura, Helvetica Neue, sans-serif;
font-size: 12px;
font-weight: 600;
padding: 0.25em 0.5em;
}
.ar-variant-container select{
border: none;
margin: 0px !important;
} .ar_model_user_upload{
border: 1px solid #e1e1e1;  
display:block;
}
.ar_model_user_upload.dragover {
border: 2px dashed #4A90E2; background-color: #f0f8ff; transition: background-color 0.3s ease; } select[disabled], input[disabled] {
cursor: not-allowed !important;
opacity: 0.6 !important;
background-color: #f5f5f5 !important;
}
select[disabled]:hover, input[disabled]:hover {
cursor: not-allowed !important;
} #_ar_asset_ratio_select[disabled],
#ar_asset_size[disabled],
#_ar_framed[disabled],
#_ar_frame_color[disabled],
#_ar_frame_opacity[disabled] {
cursor: not-allowed !important;
opacity: 0.6 !important;
background-color: #f5f5f5 !important;
color: #666 !important;
}
#_ar_asset_ratio_select[disabled]:hover,
#ar_asset_size[disabled]:hover,
#_ar_framed[disabled]:hover,
#_ar_frame_color[disabled]:hover,
#_ar_frame_opacity[disabled]:hover {
cursor: not-allowed !important;
}  .ar-texture-container {
display: block;
width: 500px;
}
.ar-texture-image {
display: block;
}
.texture-picker {
position: relative;
margin-bottom: 5px;
background: #fff;
display: block;
z-index: 1000;
padding: 0px 5px 5px;
}
.image-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
gap: 8px;
margin-bottom: 10px;
min-height: 40px;
}
.image-grid img {
width: 40px;
height: 40px;
border: 1px solid #ccc;
cursor: pointer;
transition: transform 0.2s ease, border-color 0.2s ease;
}
.image-grid img:hover {
transform: scale(1.05);
border-color: #000;
}
.blank-texture{
background: linear-gradient(to right top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(255, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%) white;
cursor: pointer;
}
.woocommerce_options_panel .ar_admin_label label{
margin-left: 0px;
}