File: /home/parhudrw/ve.anqa.it/wp-content/plugins/depicter/resources/styles/admin/admin.css
#toplevel_page_depicter-dashboard .wp-menu-image > img{
padding-top: 8px !important;
}
#toplevel_page_depicter-dashboard.current .wp-menu-image > img{
padding-left: 8px !important;
opacity: 1;
}
#toplevel_page_depicter-dashboard .wp-has-current-submenu:after{
border-right-color: #191919 !important;
}
.depicter-survey-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #000000b3;
z-index: 9999;
align-items: center;
justify-content: center;
display: none;
}
.depicter-survey-container.show {
display: flex;
}
.depicter-survey-container .depicter-survey-list {
width: 423px;
background-color: #fff;
position: relative;
border-radius: 4px;
overflow: hidden;
box-shadow: 2px 10px 25px #00000040;
}
.depicter-survey-container .depicter-survey-list .depicter-logo {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #222222;
padding: 16px;
}
.depicter-survey-container .depicter-survey-list .depicter-logo img {
max-width: 93px;
}
.depicter-survey-container .depicter-survey-list .depicter-logo .depicter-close {
width: 10px;
height: 10px;
transform: rotate(45deg);
cursor: pointer;
}
.depicter-survey-container .depicter-survey-list .depicter-logo .depicter-close:before {
content: '';
width: 11px;
height: 1px;
background-color: #fff;
display: block;
position: relative;
top: 6px;
}
.depicter-survey-container .depicter-survey-list .depicter-logo .depicter-close:after {
content: '';
width: 1px;
height: 11px;
background-color: #fff;
display: block;
position: relative;
left: 5px;
}
.depicter-survey-container .depicter-survey-list form {
padding: 24px 20px;
}
.depicter-survey-list form h3 {
margin: 0 0 15px 0;
color: #222222;
font-size: 15px;
line-height: 20px;
}
.depicter-survey-container .depicter-button-wrapper {
display: flex;
justify-content: flex-end;
margin-top: 33px;
position: relative
}
.depicter-survey-container .depicter-button-wrapper.loading:after {
content: ' ';
width: 10px;
height: 10px;
display: inline-block;
border-width: 1px 1px 1px 0px;
border-color: #fff;
border-style: solid;
position: absolute;
top: 9px;
right: 63px;
z-index: 1;
border-radius: 50%;
animation: depicterRotate 1s infinite linear;
}
.depicter-survey-container .depicter-button-wrapper.loading.skipped:after {
right: unset;
border-color: #000;
left: 180px;
}
.depicter-survey-container .depicter-button-wrapper input {
font-size: 11px;
line-height: 15px;
color: #222222;
padding: 7px 16px;
border-radius: 20px;
background-color: transparent;
margin-bottom: 0;
transition: all 0.3s ease;
}
.depicter-survey-container .depicter-button-wrapper input.depicter-submit:disabled {
cursor: default;
background-color: #efefef;
color: #a8a8a8;
}
.depicter-survey-container .depicter-button-wrapper.loading:not(.skipped) input.depicter-submit,
.depicter-survey-container .depicter-button-wrapper.loading.skipped input.depicter-skip{
color: transparent;
}
.depicter-survey-container .depicter-button-wrapper input.depicter-submit {
background-color: #4980F5;
color: #fff;
}
.depicter-deactivate-issue {
margin-top: 9px;
}
.depicter-deactivate-issue label {
vertical-align: text-bottom;
margin-left: 2px;
color: #222222;
font-size: 15px;
line-height: 20px;
}
.depicter-deactivate-issue input[type="text"] {
display: none;
width: calc(100% - 22px );
margin-left: 22px;
margin-top: 10px;
border-color: #AAAAAA;
background-color: #F8F8F8;
border-radius: 5px;
padding: 10px 15px;
font-size: 13px;
line-height: 18px;
}
input[type="radio"]:checked + label + br + input[type="text"] {
display: block;
}
@keyframes depicterRotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.depicter-editor-notice .depicter-notice-txts {
display: flex;
align-items: flex-start;
}
.depicter-editor-notice .depicter-notice-icon {
color: #F7BA19;
padding: 2px 7px;
border: 2px solid #F7BA19;
border-radius: 50%;
margin-right: 5px;
font-size: 14px;
}
.depicter-editor-notice .depicter-notice-txts > span:last-child {
font-family: roboto;
font-size: 12px;
line-height: 14px;
}
.oxygen-control .depicter-editor-notice .depicter-notice-txts > span:last-child {
color: #AAAAAA;
}
.depicter-editor-notice .depicter-notice-btns {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
.depicter-editor-notice .depicter-edit-slider {
background-color: #4499C0;
color: #fff;
padding: 5px 10px;
width:100%;
margin-right: 5px;
}
.depicter-editor-notice .depicter-publish-slider {
padding: 5px 10px;
width:100%;
margin-left: 5px;
}
.fl-lightbox .fl-form-table tr[id*="fl-field-slider_control_buttons_"] td {
padding-left: 0 !important;
}
.depicter-state-icon {
width: 10px;
height: 10px;
display: inline-block;
border-width: 1px 1px 1px 0px;
border-color: #000;
border-style: solid;
border-radius: 50%;
animation: depicterRotate 1s infinite linear;
}
.wp-block-depicter-slider > iframe,
.oxy-depicter > iframe {
pointer-events: none;
}
.depicter-go-pro {
color: #58ba5d;
font-weight:700;
}
.depicter-go-pro:hover {
color: #58ba5d;
text-decoration: underline;
}
#adminmenu #toplevel_page_depicter-dashboard a[href="admin.php?page=depicter-dashboard-goto-pro"] {
font-weight: 700;
color: #fff;
background-color: #219653;
box-shadow:none;
padding: 0px 6px;
height: 31px;
font-size: 12px;
transition: all .3s;
text-align: center;
border-radius:6px;
margin: 5px 10px 0;
display: flex;
align-items: center;
justify-content: center;
}
#adminmenu #toplevel_page_depicter-dashboard a[href="admin.php?page=depicter-dashboard-goto-pro"]:before {
content: '';
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTIuNDA3IiBoZWlnaHQ9IjExLjA0MyIgdmlld0JveD0iMCAwIDEyLjQwNyAxMS4wNDMiPiA8ZGVmcz4gPGxpbmVhckdyYWRpZW50IGlkPSJsaW5lYXItZ3JhZGllbnQiIHgxPSIwLjUiIHgyPSIwLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+IDxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2VmMCIvPiA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmQ1MDAiLz4gPC9saW5lYXJHcmFkaWVudD4gPC9kZWZzPiA8cGF0aCBpZD0iZ2VtIiBkPSJNLTExNTAuOTgzLDE1MjIuNzg4aDIuOTQ4bDIuMzQzLDcuMjI5LS4wMi4wMjZabTMuODEsMGgyLjM2OGwtLjAwOC0uMDA5aC4wNDJsLS4wMDguMDA5aDIuMzU0bC0yLjM3Myw3LjE4Ny0uMDMyLjA0MlptNS42MDksMGgyLjk0OGwtNS4zMjMsNy4xODdabTEuNTIzLS43ODNoLTEuNTIzbDAtLjAwOWgtMi4zNDhsMi42NjgtMywuMDU4LjA2NXYwbDIuNTksMi45MDctLjAyMy4wMzFabS03LjMxMy0zaDIuMzQ5bDAtLjAwOWgyLjk0OGwuMDIzLjAzMS0yLjU5MSwyLjkwOS0uMDU3LjA2NVptLTIuMTg4LDNoLTEuNDRsLS4wMTctLjAyMywyLjYtMi45MTcuMDU4LS4wNjYsMi42NjksM2gtMi4zNjNsMCwuMDA4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTE1MSAtMTUxOSkiIGZpbGw9InVybCgjbGluZWFyLWdyYWRpZW50KSIvPiA8L3N2Zz4=) no-repeat 0 0;
display: inline-block;
width: 13px;
height: 13px;
margin-right:3px;
}
#adminmenu #toplevel_page_depicter-dashboard a[href="admin.php?page=depicter-dashboard-goto-pro"]:hover {
background-color: #1b7843;
}
.depicter-flush-cache.loading .dashicons {
animation: spin infinite 1500ms linear;
}
.depicter-flush-cache.success .dashicons:before {
color: #219653;
content: "\f147";
}
#adminmenu .depicter-notif-number {
animation: shake 3s infinite;
}
@keyframes shake {
0%, 33% {
transform: scale(1);
}
6.6%, 13.2% {
transform: scale(1.15);
}
19.8%, 26.4% {
transform: scale(0.9);
}
33%, 100% {
transform: scale(1);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}