File: /home/xedaptot/naniguide.com/wp-content/plugins/golo-framework/assets/css/_admin.css
.button:focus {
box-shadow: none !important;
}
.accent-color {
color: #fb6a19 !important;
}
.column-thumb {
width: 70px !important;
overflow: hidden;
}
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
#customize-theme-controls h3.accordion-section-title {
display: flex;
align-items: center;
padding: 0 10px;
}
.post-type-place .column-thumb img {
max-width: 100%;
height: 70px;
width: 70px;
object-fit: cover;
}
.golo-label-blue {
color: #00f;
font-weight: 700;
}
.golo-label-red {
color: red;
font-weight: 700;
}
.glf-field + .glf-group {
margin-top: 20px;
}
.nav-menus-php .item-edit {
font-size: 0;
}
.ace_scroller {
border: 1px solid #eee;
}
.ace-tm .ace_gutter {
background: #ffb777 !important;
}
.elementor-message,
#elementor-notice-bar {
display: none !important;
}
.golo-wrap .button.uxper-update {
padding: 4px 12px 5px;
font-size: 12px;
min-height: auto;
line-height: 1;
margin-left: 5px;
background: #e74807;
border-color: #e74807;
position: absolute;
margin-top: -3px;
}
.golo-wrap .button.uxper-update:hover {
background: #e74807;
border-color: #e74807;
}
.golo-wrap {
background: #fff;
padding: 25px 25px 40px;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#golo-place_views_count {
display: none;
}
.claim-wrap {
max-width: 100%;
}
.golo-loading-effect {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 15;
display: none;
}
.golo-loading-effect:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.6);
}
.claim-wrap td.status {
text-transform: uppercase;
font-weight: 500;
}
.claim-wrap td.status[data-status="accept"] {
color: #23d3d3;
}
.claim-wrap td.status[data-status="refuse"] {
color: #ffb900;
}
.claim-wrap td.status[data-status="pending"] {
color: #007cba;
}
.entry-search {
margin-bottom: 10px;
display: flex;
justify-content: space-between;
align-items: center;
}
.claim-action {
display: flex;
align-items: center;
}
.claim-wrap .total {
flex: 1;
text-align: right;
}
.claim-action span {
margin: 0 5px;
}
.claim-action a.button {
line-height: normal;
margin-right: 5px;
}
.claimFilter .field-group {
display: flex;
vertical-align: top;
align-items: center;
justify-content: flex-end;
}
.claimFilter .field-group input[type="submit"] {
height: 30px;
padding: 0 15px;
cursor: pointer;
}
.claim-wrap .button:hover {
background-color: transparent !important;
}
.claim-wrap .button.button-primary:hover,
.claim-wrap .button.button-primary:focus {
color: #23d3d3;
border-color: #23d3d3;
}
.claim-wrap .button.button-secondary:hover,
.claim-wrap .button.button-secondary:focus {
border-color: #ffb900;
color: #ffb900;
}
.claim-wrap .button.button-secondary {
background-color: #ffb900;
border-color: #ffb900;
}
.claim-wrap .button.button-delete:hover,
.claim-wrap .button.button-delete:focus {
border-color: #e74807;
color: #e74807;
}
.claim-wrap .button.button-delete {
background-color: #e74807;
border-color: #e74807;
}
.claim-wrap .pagination a,
.claim-wrap .pagination span {
height: 30px;
width: 30px;
display: inline-block;
text-align: center;
line-height: 30px;
background-color: rgb(239, 239, 239);
}
.claim-wrap .pagination a i {
font-size: 13px;
}
.golo-set-item-paid,
.golo_meta_control {
margin-top: 15px;
}
.golo-set-item-paid input {
vertical-align: -5px;
}
.golo-dual-ring {
display: inline-block;
width: 50px;
height: 50px;
z-index: 15;
}
.golo-dual-ring:after {
content: " ";
display: block;
width: 46px;
height: 46px;
margin: 1px;
border-radius: 50%;
border: 5px solid #23d3d3;
border-color: #23d3d3 transparent #23d3d3 transparent;
animation: golo-dual-ring 1.2s linear infinite;
}
@keyframes golo-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes golo-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.loading-effect {
display: none;
position: relative;
bottom: -2px;
}
.loading-effect .golo-dual-ring {
width: 28px;
height: 28px;
}
.loading-effect .golo-dual-ring:after {
width: 24px;
height: 24px;
border-width: 3px;
}
.golo-dual-ring.small {
width: 28px;
height: 28px;
}
.golo-dual-ring.small:after {
width: 24px;
height: 24px;
border-width: 3px;
}
.golo-dual-ring {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.align-center {
text-align: center;
}
.golo-wrap a {
text-decoration: none;
}
.golo-wrap .button,
.golo-box--export .golo-export-item__button,
.golo-popup__footer button {
background: #23d3d3;
border-color: #23d3d3;
color: #fff;
padding: 5px 20px;
cursor: pointer;
transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
}
.golo-wrap .button:hover {
background: #23d3d3;
color: #fff;
border-color: #23d3d3;
transition: all 0.5s ease-in-out 0s;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
}
.golo-wrap.purchase-wrap {
padding: 25px;
}
.golo-post-select-meta-box-wrap {
display: flex;
}
.purchase-form {
display: inline-flex;
align-items: center;
background: #eee;
}
.hidden-code .purchase-code {
font-size: 18px;
-webkit-text-security: disc;
-moz-text-security: disc;
text-security: disc;
}
.purchase-form input {
border: 0;
height: 40px;
}
.purchase-form input:focus {
border: 0;
box-shadow: none;
outline: 0;
}
.purchase-form input.action {
border-width: 0;
}
.wp-core-ui .purchase-form input.action {
background: #23d3d3 !important;
border-color: #23d3d3 !important;
color: #fff !important;
padding: 5px 20px !important;
text-shadow: none !important;
}
.purchase-form input.action:focus {
background: #23d3d3;
border-color: #23d3d3;
color: #fff;
padding: 5px 20px;
}
.purchase-form input.purchase-code {
min-width: 320px;
background: transparent;
padding-right: 20px;
}
.purchase-form .purchase-icon {
margin-left: 10px;
}
.purchase-form .purchase-icon svg {
display: none;
}
.purchase-form .purchase-icon .invalid {
display: inline-block;
}
.purchase-form.verified .purchase-icon .valid {
display: inline-block;
}
.purchase-form.verified .purchase-icon .invalid {
display: none;
}
.purchase-form.verified.hidden-code .purchase-icon .invalid {
display: inline-block;
}
.purchase-form.hidden-code .purchase-icon .valid {
display: none;
}
.purchase-desc {
margin-top: 15px;
}
.check-code {
padding: 4px 12px 5px;
font-size: 12px;
min-height: auto;
line-height: 1;
margin-left: 5px;
background: #e74807;
border-color: #e74807;
color: #fff;
border-radius: 3px;
position: relative;
top: -1px;
}
.check-code.verified {
background: #00be28;
border-color: #00be28;
}
#your-profile .user-profile-picture {
display: none;
}
.about-wrap {
margin-left: 15px;
margin-right: 15px;
}
.golo-wrap h2 {
text-align: left;
}
.golo-wrap h1,
.golo-wrap h2,
.golo-wrap h3,
.golo-wrap h4,
.golo-wrap h5,
.golo-wrap h6,
.golo-wrap p {
margin-top: 0;
}
.welcome-wrap {
background-image: url("../images/welcome.png");
background-repeat: no-repeat;
background-position: 25px bottom;
background-size: 43%;
}
.inner-wrap {
position: relative;
z-index: 1;
}
.welcome-wrap p {
margin-top: 10px;
margin-bottom: 0;
}
.welcome-wrap .check-update {
margin-top: 10px;
}
.wrap-column {
box-sizing: border-box;
margin-left: -15px;
margin-right: -15px;
display: flex;
flex-wrap: wrap;
}
.wrap-column .panel-column {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
}
.msg-update a {
color: #fff;
}
.alert-wrap svg {
width: 24px;
height: 24px;
margin-right: 10px;
}
.alert-wrap svg path {
fill: #fff;
}
.alert-wrap.alert-success {
background-color: #00be28;
color: #fff;
padding: 12px 25px 14px;
}
.msg-update {
display: flex;
align-items: center;
}
.grid {
display: grid;
grid-column-gap: 30px;
grid-row-gap: 35px;
}
.columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.wrap-column-3 .panel-column {
flex: 0 0 33.3333%;
max-width: 33.3333%;
}
.welcome-wrap .wrap-column {
margin-top: 30px;
}
.welcome-wrap > h3 {
margin-bottom: 0;
}
.welcome-wrap .open-popup {
margin-bottom: 10px;
}
.col-started .entry-detail a.install-data {
margin-bottom: 10px;
display: inline-block;
padding: 10px 40px;
}
.box-detail + .box-detail {
margin-top: 20px;
}
.box-detail .entry-title {
margin-bottom: 10px;
display: block;
font-weight: 500;
}
.setup-wrap p.submit {
margin-bottom: 0;
padding-bottom: 0;
}
.plugins-wrap .grid .item {
border: 1px solid #dedede;
border-radius: 10px;
-webkit-border-radius: 10px;
position: relative;
}
.plugins-wrap .plugin-thumb {
text-align: center;
}
.plugins-wrap .plugin-thumb img {
height: 200px;
max-width: 100%;
width: 100%;
object-fit: cover;
}
.plugins-wrap .plugin-type {
position: absolute;
top: -12px;
left: 15px;
background: #ca4a1f;
padding: 3px 15px 5px;
color: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 13px;
}
.plugins-wrap .entry-detail {
position: relative;
height: 50px;
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
background: #f9f9f9;
color: #333;
display: flex;
justify-content: space-between;
align-items: center;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.plugins-wrap .plugin-name {
font-weight: 600;
color: #333;
position: relative;
}
.plugins-wrap .plugin-name sup {
position: absolute;
top: -5px;
right: -5px;
transform: translateX(100%);
-webkit-transform: translateX(100%);
color: #23d3d3;
}
.changelogs-wrap .wrap-content {
max-height: 800px;
overflow-y: scroll;
}
.table-changelogs {
width: 100%;
text-align: left;
}
.table-changelogs th,
.table-changelogs td {
padding: 8px 0;
line-height: 1.8;
border-bottom: 1px solid #eee;
}
.table-changelogs th {
border-bottom: 1px solid #ddd;
}
.table-changelogs tr:last-child td {
border-bottom: 0;
}
.plugin-action a {
display: inline-block;
padding: 2px 15px 5px;
background: #23d3d3;
color: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
font-size: 13px;
}
.entry-heading {
margin-bottom: 20px;
}
table.golo-shortcodes {
background: #f7f7f7;
}
.golo-next-steps {
margin-bottom: 0;
}
.golo-next-steps li + li {
margin-top: 15px;
margin-bottom: 0;
}
.bg-overlay {
background: rgba(0, 0, 0, 0.8);
position: fixed;
z-index: 5;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
@keyframes animate-stripes {
0% {
background-position: 0 0;
}
100% {
background-position: 60px 0;
}
}
@keyframes auto-progress {
0% {
width: 0%;
}
100% {
width: 100%;
}
}
.progress-bar-container {
display: none;
}
.progress-bar {
position: relative;
background-color: #1a1a1a;
height: 45px;
width: 100%;
border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
.stripes {
background-size: 30px 30px;
background-image: linear-gradient(
135deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
}
.stripes.animated {
animation: animate-stripes 0.6s linear infinite;
}
.stripes.animated.slower {
animation-duration: 1.25s;
}
.stripes.reverse {
animation-direction: reverse;
}
.progress-bar-inner {
display: block;
height: 45px;
width: 0%;
opacity: 0.85;
background-color: #47cf73;
border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
position: relative;
}
.progress-bar-container.active,
.progress-bar-container.done {
display: block;
}
.progress-bar-container.active .progress-bar-inner {
animation: auto-progress 300s linear;
animation-fill-mode: forwards;
}
.progress-bar-container.done .progress-bar-inner {
width: 100%;
opacity: 1;
}
.progress-bar-container .import-message {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
color: #fff;
font-size: 16px;
font-weight: 500;
}
.progress-bar-container.active .import-message.message-running {
display: block;
}
.progress-bar-container.done .import-message.message-done {
display: block;
}
.area-theme-options {
position: relative;
background: #fff;
border: 1px solid #e5e5e5;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
margin-top: 25px;
padding: 25px 25px 40px;
font-size: 15px;
}
.area-theme-options .glf-label {
margin-bottom: 0;
}
.area-theme-options .glf-meta-box-wrap {
border: solid 1px #e2e2e2;
}
.area-theme-options .glf-layout-horizontal-col {
display: flex;
}
.area-theme-options .glf-theme-options-title,
.area-theme-options .glf-theme-options-footer {
background: 0;
padding: 0;
border: 0;
color: #000;
}
.area-theme-options .glf-theme-options-title h1 {
color: #000;
font-size: 24px;
}
.area-theme-options .glf-section-container {
display: none;
}
.area-theme-options .glf-section-container > .glf-field:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.area-theme-options .glf-layout-horizontal-col .glf-label {
width: 220px;
}
.area-theme-options .glf-layout-horizontal-col .glf-field-content-wrap {
flex: 1;
}
.area-theme-options .glf-layout-horizontal-col input.glf-text {
max-width: 300px;
min-width: 350px;
}
.area-theme-options .glf-layout-horizontal-col select.glf-select {
width: auto;
min-width: 350px;
max-width: 30%;
}
.glf-theme-options-title {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.glf-theme-options-title h1 {
padding: 0;
}
.glf-theme-options-footer {
margin-top: 30px;
text-align: right;
}
.area-theme-options .glf-tab {
background: #e8e8e8;
}
.golo-countries-settings form {
display: flex;
flex-wrap: wrap;
}
.golo-countries-settings form .form-group {
flex: 0 0 50%;
margin-bottom: 5px;
}
.golo-countries-settings form .form-group input {
position: relative;
top: 2px;
}
.golo-countries-settings form p.submit {
flex: 0 0 100%;
}
.golo-countries-settings .heading {
margin-bottom: 15px;
}
/** Meta boxes fields common **/
.glf-fields-wrapper {
padding: 15px;
}
.glf-fields-wrapper div.glf-fields-wrapper-message {
display: none;
margin: 0 0 20px;
padding: 10px 15px;
font-weight: 700;
font-style: italic;
font-size: 14px;
letter-spacing: 0.03em;
border-left: solid 3px #8a6d3b;
color: #8a6d3b;
background-color: #fcf8e3;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.glf-fields-wrapper div.glf-fields-wrapper-message.error {
border-left-color: #a94442;
color: #a94442;
background-color: #f2dede;
}
.glf-fields .glf-fields-wrapper {
padding: 12px;
}
.glf-field-content-wrap {
margin-bottom: 15px;
}
.glf-field-content-wrap:after {
content: "";
display: block;
clear: both;
}
.glf-fields {
width: 100%;
background: #fcfcfc;
}
.glf-tab + .glf-fields {
overflow: auto;
position: relative;
padding: 0;
border-left: 1px solid #dfdfdf;
}
.glf-fields-wrap {
position: relative;
}
.glf-label {
display: block;
margin-bottom: 10px;
cursor: initial;
}
.glf-title {
font-weight: 500;
font-size: 13px;
}
.glf-subtitle {
margin-top: 5px;
font-size: 13px;
color: #777;
}
.glf-text {
height: 30px;
width: 90%;
max-width: 100%;
}
.glf-text[type="range"] {
width: 100%;
}
.glf-desc {
margin-top: 0;
margin-bottom: 0;
font-style: italic;
}
/** Meta boxes tab **/
.inside .glf-meta-box-wrap {
display: flex;
border: 0;
}
.glf-tab {
width: 20%;
min-width: 200px;
max-width: 240px;
float: left;
border-right: 1px solid #dfdfdf;
margin-right: -1px;
position: relative;
}
.glf-tab ul {
margin: 0;
padding: 0 0 100px;
list-style: none;
}
.glf-tab li {
line-height: 1.6;
padding: 0;
border-bottom: solid 1px #e2e2e2;
position: relative;
background: #fafafa;
z-index: 1;
margin: 0;
}
.glf-tab li:hover {
background-color: #e5e5e5;
}
.glf-tab li.active {
left: 1px;
background-color: #fcfcfc;
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.03);
}
.glf-tab li.active > a {
color: #666;
}
.glf-tab li a {
display: block;
padding: 10px;
font-size: 13px;
font-weight: 500;
color: #0073aa;
text-decoration: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.glf-tab .dashicons {
float: left;
font-size: 20px;
line-height: 20px;
position: relative;
top: 1px;
}
.glf-tab a > span {
padding-left: 30px;
display: block;
}
.golo-box p {
margin-top: 0;
margin-bottom: 0;
}
p.golo-export-item__name {
display: flex;
align-items: center;
font-size: 15px;
font-weight: 600;
color: #23282d;
margin-bottom: 10px;
}
p.golo-export-item__name i {
font-size: 48px;
margin-right: 10px;
}
p.golo-export-item__description {
font-size: 14px;
margin-bottom: 15px;
font-style: italic;
}
.golo-popup {
background: #fff;
margin: 0 auto;
max-width: 500px;
overflow-x: hidden;
padding: 20px;
width: 50%;
}
.golo-error-text {
color: #a72121;
display: none;
margin-top: 0;
}
#golo-import-demo-popup .golo-demo-steps .golo-demo-steps__item {
display: flex;
}
#golo-import-demo-popup .golo-demo-steps__checkbox {
display: none;
}
#golo-import-demo-popup .golo-demo-steps__svg {
margin-right: 8px;
cursor: pointer;
display: inline-block;
-webkit-tap-highlight-color: transparent;
transform: translate3d(0, 0, 0);
vertical-align: top;
}
#golo-import-demo-popup
.golo-demo-steps__checkbox:checked
+ .golo-demo-steps__svg
svg {
stroke: #4285f4;
}
#golo-import-demo-popup .golo-demo-steps__svg svg {
fill: none;
position: relative;
stroke: #c8ccd4;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.5;
transform: translate3d(0, 0, 0);
transition: all 0.2s ease;
z-index: 1;
}
#golo-import-demo-popup
.golo-demo-steps__checkbox:checked
+ .golo-demo-steps__svg
path {
stroke-dashoffset: 60;
transition: all 0.3s linear;
}
#golo-import-demo-popup .golo-demo-steps__svg path {
stroke-dasharray: 60;
stroke-dashoffset: 0;
}
#golo-import-demo-popup
.golo-demo-steps__checkbox:checked
+ .golo-demo-steps__svg
polyline {
stroke-dashoffset: 42;
transition: all 0.2s linear;
transition-delay: 0.15s;
}
#golo-import-demo-popup .golo-demo-steps__svg polyline {
stroke-dasharray: 22;
stroke-dashoffset: 66;
}
#golo-import-demo-popup .golo-popup__title {
margin-top: 0;
}
.golo-import-demo__footer {
padding: 15px;
text-align: center;
}
.golo-import-demo__footer a {
margin-top: 15px !important;
}
.golo-import-demo__name {
font-weight: 600;
}
.golo-import-demo__name small {
display: inline-block;
}
.golo-box ol {
margin-top: 0;
margin-bottom: 0;
margin-left: 15px;
}
.golo-box ol li {
margin-bottom: 15px;
line-height: 1.625em;
}
.golo-box ol li:last-child {
margin-bottom: 0;
}
.golo-box__header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.golo-box__header h3 {
font-size: 18px;
margin-bottom: 0;
}
.golo-box__header .button {
margin-left: 15px;
}
.golo-box--import-notes .golo-box__body,
.golo-box--import-issues .golo-box__body {
background: #f8f8f8;
padding: 30px 20px;
}
.golo-wrap .golo-box + .golo-box {
margin-top: 30px;
}
.golo-export-item__icon {
margin-bottom: 20px;
}
.golo-export-item__icon input {
max-width: 300px;
width: 100%;
height: 40px;
}
.golo-box--export .golo-box__body > .golo-export-item > form {
background: #fff;
padding: 20px;
border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.list-demo .golo-import-demo {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.golo-popup__footer {
margin-top: 15px;
text-align: right;
}
.golo-popup__footer .golo-popup__close-button {
margin-right: 15px;
}
.golo-popup__footer .golo-popup__next-button {
padding: 9px 20px 10px;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
}
.golo-progress-bar__wrapper {
background-color: #dcdcdc;
border-radius: 5px;
-webkit-border-radius: 5px;
height: 10px;
overflow: hidden;
}
.golo-progress-bar__inner {
-webkit-animation: progressBarAnimation 2s linear infinite;
animation: progressBarAnimation 2s linear infinite;
background-color: #74a336;
background-image: linear-gradient(
-45deg,
rgba(255, 255, 255, 0.125) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.125) 50%,
rgba(255, 255, 255, 0.125) 75%,
transparent 75%,
transparent
);
background-size: 35px 35px;
border-radius: 5px;
-webkit-border-radius: 5px;
height: 10px;
position: relative;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
width: 0;
}
.golo-progress-bar__text {
display: block;
margin-bottom: 8px;
}
#golo-import-demo-popup .golo-loading__icon {
display: none;
left: calc(50% - 20px);
top: calc(50% - 20px);
}
.golo-loading .golo-loading__icon {
color: #999;
display: block !important;
font-size: 36px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
}
.golo-export-item__footer button i {
margin-left: 5px;
font-size: 15px;
position: relative;
bottom: -1px;
}
.golo-system-page .box {
border: 1px solid #dcdcdc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.golo-system-page .box-header {
display: flex;
align-items: center;
font-size: 18px;
font-weight: 500;
background: #f8f8f8;
padding: 20px;
}
.golo-system-page .box-header i {
font-size: 24px;
margin-right: 10px;
}
.golo-system-page .box-body {
padding: 20px;
background: #fff;
}
.golo-system-page table tbody tr td.title {
min-width: 120px;
width: 160px;
}
.golo-system-page mark.yes {
color: #74a336;
background-color: transparent;
}
.golo-import-content-list li i {
margin-right: 8px;
}
.golo-import-content-list li i.la-check {
color: #20d706;
}
.golo-popup #import-content-wrapper .golo-popup__title svg {
height: 400px !important;
}
.golo-system-page .widefat td.help {
width: 16px;
}
.golo-system-page .widefat td,
.golo-system-page .widefat th {
padding-top: 12px;
padding-bottom: 12px;
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.golo-place-select-meta-box-wrap {
position: relative;
}
.golo-place-select-meta-box-wrap .golo-loading {
position: absolute;
top: 3px;
right: 0;
left: 0;
}
.golo-place-select-meta-box-wrap .golo-loading .golo-loading__icon {
font-size: 24px;
}
.golo-place-select-meta-box-wrap.form-field select {
width: 50%;
}
.golo-place-select-meta-box-wrap.form-field .golo-loading {
top: 50%;
width: 50%;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(40px, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}