/* define css variables*/
:root {
    --gaui-primary: #00d2d3;
    --gaui-primary-light: rgba(129, 236, 236, 1.0);
    --gaui-primary-dark: #008383;
    --gaui-secondary: rgba(253, 203, 110, 1.0);
    --gaui-error: #ff7675;

    --wp-admin-theme-color: var(--gaui-primary) !important;
    --wp-components-color-accent: var(--gaui-primary);
    --wp-components-color-accent-darker-10: var(--gaui-primary-dark);
    --wp-admin-theme-color-darker-10: var(--gaui-primary-dark);
}


body {
    color: #eee;
}

#wpadminbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .1);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    box-shadow: 5px 0 15px rgba(0, 0, 0, .1);
}


#adminmenuback {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .1);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    box-shadow: 5px 0 15px rgba(0, 0, 0, .1);
}

#adminmenuwrap,
#adminmenu {
    background: transparent;
}

.comment-ays,
.feature-filter,
.imgedit-group,
.popular-tags,
.stuffbox,
.widgets-holder-wrap,
.wp-editor-container,
p.popular-tags,
table.widefat {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}

#menu-management .menu-edit,
#menu-settings-column .accordion-container,
.comment-ays,
.feature-filter,
.imgedit-group,
.manage-menus,
.menu-item-handle,
.popular-tags,
.stuffbox,
.widget-inside,
.widget-top,
.widgets-holder-wrap,
.wp-editor-container,
p.popular-tags,
table.widefat {
    border: 0px;
    box-shadow: inset 0 2px 4px transparent, 0 2px 5px rgba(0, 0, 0, .3);
}

.alternate,
.striped>tbody>:nth-child(odd),
ul.striped>:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.1);
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
    background: rgba(0, 0, 0, 0.7);
}

.login #login_error {
    background-color: rgba(255, 255, 255, 0.2);
    border-left-color: var(--gaui-error);
}

#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label,
#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,
#wpadminbar>#wp-toolbar li.hover span.ab-label {
    color: var(--gaui-primary-light);
}

.notice,
body div.woocommerce-message.updated,
body div.updated {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 5px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    color: white;
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-left: 1px solid hsla(0, 0%, 100%, .18);
    border-left-color: 1px solid hsla(0, 0%, 100%, .18) !important;
}

.notice-error,
div.error {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 5px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    background-color: hsla(0, 100%, 73%, .3);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-left-color: 1px solid hsla(0, 0%, 100%, .18) !important;
}

.notice-warning,
div.warning {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 5px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    background-color: rgba(255, 193, 7, .3);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-left: 1px solid hsla(0, 0%, 100%, .18);
    border-left-color: 1px solid hsla(0, 0%, 100%, .18) !important;
}

.notice-success {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 5px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    background-color: rgba(85, 239, 196, .3);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-left: 1px solid hsla(0, 0%, 100%, .18);
    border-left-color: 1px solid hsla(0, 0%, 100%, .18) !important;
}


.notice-info,
div.notice {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04), 0 2px 5px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 4px;
    background-color: rgba(0, 210, 211, .3);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-left: 1px solid hsla(0, 0%, 100%, .18);
    border-left-color: 1px solid hsla(0, 0%, 100%, .18) !important;
}

a {
    color: var(--gaui-primary);
}

a:active,
a:hover {
    color: var(--gaui-primary-light);
}

.wp-core-ui .button-link,
.wp-core-ui .button-link {
    color: var(--gaui-primary-light);
}

.wp-core-ui .button-link:active,
.wp-core-ui .button-link:hover {
    color: var(--gaui-primary-light);
}

.wrap h1 {
    color: #f0f0f1;
    text-shadow: 2px 1px rgba(0, 0, 0, 0.2);
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow,
#adminmenu .wp-menu-arrow div,
#adminmenu li.current a.menu-top,
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {
    background: rgba(255, 255, 255, 0.3);
}

#adminmenu .wp-submenu {
    background-color: rgba(0, 0, 0, 0.7);
}

#adminmenu li.wp-menu-open .wp-submenu.wp-submenu-wrap {
    background-color: rgba(0, 0, 0, 0.2);
}

.postbox {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid hsla(0, 0%, 100%, .2);
}

.postbox-header {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);

}

body .button-secondary,
body .wp-core-ui .button-secondary {
    background-color: transparent !important;
    color: var(--gaui-secondary) !important;
}

body .button-secondary:hover,
body .wp-core-ui .button-secondary:hover {
    color: #fff !important;
}

body .woocommerce-message .button-primary {
    color: rgba(255, 159, 243, 1.0) !important;
    text-shadow: none;
}

.login input[type="submit"],
.wrap .add-new-h2,
.wrap .add-new-h2:active,
.wrap .page-title-action,
.wp-core-ui .button,
.wp-core-ui .button-primary,
.wp-core-ui .button-secondary {
    background-color: transparent;
    border: 2px solid transparent !important;
    border-radius: 5px;
    box-shadow: inset 0 2px 4px transparent, 0 2px 5px rgba(0, 0, 0, .3) !important;
    color: var(--gaui-primary-light);
    text-decoration: none;
    text-shadow: 0 0 0 hsla(0, 0%, 100%, 0);
    transition: all .8s ease;
    border-color: transparent !important;
    text-shadow: none;
}

.login input[type="submit"]:not(.wp-color-result),
.wrap .add-new-h2:not(.wp-color-result),
.wrap .add-new-h2:active:not(.wp-color-result),
.wrap .page-title-action:not(.wp-color-result),
.wp-core-ui .button:not(.wp-color-result),
.wp-core-ui .button-primary:not(.wp-color-result),
.wp-core-ui .button-secondary:not(.wp-color-result),
body .button:not(.wp-color-result) {
    background-color: rgba(255,255,255,0.1)!important;
}

.components-button.is-tertiary {
    border: 1px solid transparent;
}

.components-button.is-secondary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary:disabled,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
    background-color: transparent;
    color: #bbb !important;
    border: 1px solid transparent !important;
}

.login input[type="submit"] {
    padding: 8px;
}

.login input[type="submit"]:hover,
.wrap .add-new-h2:hover,
.wrap .page-title-action:hover,
.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover,
.wp-core-ui .button:focus,
.wp-core-ui .button-secondary:focus {
    background-color: transparent;
    border-color: transparent !important;
    box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, .2), 0 2px 10px rgba(0, 0, 0, .3) !important;
    color: var(--gaui-primary-light);
    text-decoration: none;
    text-shadow: 0 0 4px hsla(0, 0%, 100%, .4);
}

.components-button:disabled,
.components-button[aria-disabled=true] {}



.login input[type="submit"]:active,
.wrap .add-new-h2 .wrap .page-title-action:active,
.wp-core-ui .button:active {
    border-color: transparent !important;
    background-color: transparent !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2), 0 2px 5px transparent !important;
    color: var(--gaui-primary-light);
    text-shadow: 0 0 8px hsla(0, 0%, 100%, .8);
}

body .button-primary:not(.wp-color-result):hover:not(:active),
body .wp-core-ui .button-primary:not(.wp-color-result):hover:not(:active) {
    background-color: var(--gaui-primary) !important;
    color: #fff !important;
}

body .button-secondary:hover,
body .wp-core-ui .button-secondary {
    background-color: var(--gaui-secondary) !important;
    color: #fff !important;
}

body .woocommerce-message .button-primary,
body .wp-core-ui .button-primary,
body .wp-core-ui .button-secondary,
body .wp-core-ui .button-primary:active,
body .wp-core-ui .button-secondary:active,
body .wp-core-ui .button-secondary:focus,
body .wp-core-ui .button.focus,
body .wp-core-ui .button:focus {
    background-color: transparent !important;
}

body .woocommerce-message .button-primary:hover,
p.woocommerce-actions .button-primary:hover {
    background-color: #a36597 !important;

}

.community-events ul {
    background-color: rgba(0, 0, 0, 0.1);
}

body .wp-core-ui .button-primary,
body .button-primary {
    color: var(--gaui-primary-light) !important;
}

body .wp-core-ui .button-secondary,
body .button-secondary {
    color: var(--gaui-secondary-light) !important;
}

.login form .input,
.login form input[type=checkbox],
.login input[type=text],
.media-frame input[type=color],
.media-frame input[type=date],
.media-frame input[type=datetime-local],
.media-frame input[type=datetime],
.media-frame input[type=email],
.media-frame input[type=month],
.media-frame input[type=number],
.media-frame input[type=password],
.media-frame input[type=search],
.media-frame input[type=tel],
.media-frame input[type=text],
.media-frame input[type=time],
.media-frame input[type=url],
.media-frame input[type=week],
.media-frame select,
.media-frame textarea,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
.wp-core-ui select,
.wp-core-ui textarea,
textarea {
    background-color: hsla(0, 0%, 100%, .15);
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 5px;
    box-shadow: inset 0 0 4px transparent, 0 2px 8px 0 rgba(31, 38, 135, .37);
    color: #fff;
    transition: box-shadow .6s ease, text-shadow .6s ease, background-color .6s ease, color .6s ease;
    padding: 1px 8px;
}

.wp-core-ui select:hover {
    color: #fff;
}

.wp-core-ui select option {
    color: var(--gaui-primary);
}

input[type=checkbox]:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {

    border: 1px solid hsla(0, 0%, 100%, .18);
    background: hsla(0, 0%, 100%, .18);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3), 0 2px 8px 0 rgba(31, 38, 135, 0);
    outline: none;
}

select option {
    color: #333;
}

.login .button.wp-hide-pw {
    transition: all ease 0.5s;
}

.login form .input,
.login input[type=password],
.login input[type=text] {
    font-size: 16px;
    padding: 0 8px;
}

#dashboard-widgets .postbox-container .empty-container {

    outline: 2px dashed rgba(0, 0, 0, 0.1);
}

.postbox .handle-order-higher,
.postbox .handle-order-lower,
.accordion-section-title:after,
.handlediv,
.item-edit,
.postbox .handlediv.button-link,
.toggle-indicator {
    color: #fcfcfc;
}

#dashboard-widgets .e-dashboard-widget .e-divider_top {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

h2,
h3 {
    color: #fcfcfc;
}

#dashboard-widgets .postbox-container .empty-container:after {

    color: #fcfcfc;
}

#dashboard-widgets h3,
#dashboard-widgets h4,
#dashboard_quick_press .drafts h2 {

    color: #fcfcfc;
}

body .dashboard-widget-finish-setup .progress-wrapper>span,
body #e-dashboard-overview .e-overview__recently-edited li {

    color: #ddd;
}

body .dashboard-widget-finish-setup .progress-wrapper {
    border-color: #fcfcfc;
}

.gaui_fx-shine-hover {
    overflow-x: hidden;
}

.gaui_fx-shine-div {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.2);
    left: -100%;
    margin: 0px !important;
    float: none !important;

}

.gaui_fx-shine-hover:hover .gaui_fx-shine-div {
    animation: gaui-shine 4s ease-in-out 1;
}

@keyframes gaui-shine {
    0% {
        left: -100%;
        transition-property: left
    }

    11.5044247788%,
    to {
        left: 100%;
        transition-property: left
    }
}

.plugins tr {
    background-color: transparent;
}

#adminmenu li.menu-top,
#adminmenu li.opensub>a.menu-top,
#adminmenu li>a.menu-top {
    background-color: hsla(0, 0%, 100%, 0);
    transition: background-color 1s ease;
}

#adminmenu li.menu-top:hover,
#adminmenu li.opensub>a.menu-top,
#adminmenu li>a.menu-top:focus {
    background-color: hsla(0, 0%, 100%, .2);
    color: #fcfcfc;
}

#adminmenu li a:focus div.wp-menu-image:before,
#adminmenu li.opensub div.wp-menu-image:before,
#adminmenu li:hover div.wp-menu-image:before {
    color: #fcfcfc;
}

.e-dashboard-widget .dashicons {
    color: #fcfcfc;
}

#adminmenu .wp-submenu a:focus,
#adminmenu .wp-submenu a:hover {
    color: var(--gaui-primary-light);
}

#adminmenu a:hover,
#adminmenu li.menu-top>a:focus {
    color: #fff;
}

body #e-dashboard-overview .e-overview__badge {
    background: rgba(29, 209, 161, 0.7);
}

body .edd_dashboard_widget .t,
body #dashboard_activity .no-activity p,
body .edd_dashboard_widget table thead td,
body #dashboard_right_now .search-engines-info:before,
#dashboard_right_now li a:before,
#dashboard_right_now li span:before,
.welcome-panel .welcome-icon:before {
    color: #fcfcfc;

}

#collapse-button {
    color: var(--gaui-primary-light);
}

body #e-dashboard-overview .e-overview__go-pro a {
    color: rgba(162, 155, 254, 1.0);
}

#screen-meta {
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid hsla(0, 0%, 100%, .2);
}

#screen-meta-links .show-settings {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #ddd;
}

#screen-meta-links .show-settings:active,
#screen-meta-links .show-settings:focus,
#screen-meta-links .show-settings:hover {
    color: #fff;

}

body .e-dashboard-widget .dashicons,
body #dashboard_quick_press .drafts li time {
    color: var(--gaui-primary-light);
}

#contextual-help-back {
    background-color: rgba(255, 255, 255, 0.5);
}

.widefat thead td,
.widefat thead th,
.widefat tfoot td,
.widefat tfoot th {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ddd;
}

#all-plugins-table .plugins a.delete,
#delete-link a.delete,
#media-items a.delete,
#media-items a.delete-permanently,
#nav-menu-footer .menu-delete,
#search-plugins-table .plugins a.delete,
.plugins a.delete,
.privacy_requests .remove-personal-data .remove-personal-data-handle,
.row-actions span.delete a,
.row-actions span.spam a,
.row-actions span.trash a,
.submitbox .submitdelete,
a#remove-post-thumbnail {
    color: var(--gaui-error);
}

.widefat td,
.widefat th {
    color: #fff;
    font-weight: normal;
}

.post-state {
    font-weight: normal !important;
}

.edit-post-header,
.interface-interface-skeleton__secondary-sidebar,
.interface-interface-skeleton__sidebar {
    background-color: rgba(255, 255, 255, 0);
    /*  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
    border-color: hsla(0, 0%, 100%, .2);
}

.interface-interface-skeleton__secondary-sidebar {
    /*background-color: rgba(255, 255, 255, 0.6);*/

}

.interface-complementary-area,
.interface-complementary-area .components-panel {
    background-color: transparent;
}

.interface-complementary-area-header {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: hsla(0, 0%, 100%, .2);
}

.components-button.is-secondary:not(:disabled),
.components-button.is-tertiary:not(:disabled) {
    color: var(--gaui-primary-light);
}

.components-button.is-secondary:hover:not(:disabled),
.components-button.is-tertiary:hover:not(:disabled) {
    box-shadow: none;
    border: 1px solid var(--gaui-primary);
}

.edit-post-header__toolbar .components-button svg {
    fill: white;
}

.components-button.is-primary {
    background: var(--gaui-primary);
    transition: background-color .6s ease, color .6s ease;
}

.components-button.is-primary:hover:not(:disabled) {
    background: var(--gaui-primary-light);
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
    background: var(--gaui-primary);
    color: #fff;
}

.edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle.has-icon {
    border-radius: 50%;
}

@media (min-width: 782px) {
    .edit-post-fullscreen-mode-close.components-button {
        background-color: var(--gaui-primary);
    }
}

.components-button:hover,
.components-button[aria-expanded=true] {
    color: #fff;
}

.editor-post-featured-image__toggle {
    background-color: rgba(255,255,255,0.7);
}

@media (min-width: 782px) {
    .edit-post-fullscreen-mode-close.components-button:before {
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) --gaui-primary;
    }
}

.components-panel__body>.components-panel__body-title:hover {
    background: rgba(255, 255, 255, 0.2);
}

.components-button.is-secondary:hover:not(:disabled),
.components-button.is-tertiary:hover:not(:disabled) {
    color: #fff;
    background-color: var(--gaui-primary-dark);
}

#wpadminbar .wpmbackground-on>.ab-item {
    background-color: rgba(255, 68, 68, 0.3);
}

.plugins .active td,
.plugins .active th {
    background-color: rgba(255, 255, 255, 0.1);
}

.notice-warning.notice-alt {
    background-color: rgba(255, 255, 255, 0.1);
}

body .notice-warning .e-major-update-warning__separator {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body .notice-warning .e-major-update-warning__icon {
    color: #ffeaa7;
}

.subsubsub a .count,
.subsubsub a.current .count {
    color: #ddd;
}

.attachments-browser .media-toolbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);

}

.media-frame a {
    color: var(--gaui-primary-light);
}

#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
    background-color: rgba(0, 0, 0, 0.7);
}

.contextual-help-tabs .active {
    background: rgba(255, 255, 255, 0.3);
    border-color: hsla(0, 0%, 100%, .2);

}

body #wpadminbar ul li:last-child,
#wpadminbar ul li:last-child .ab-item {
    background-color: #ff7675ad;
}

.is-desktop-preview {
    background: rgba(255, 255, 255, 0.8);
}

.editor-styles-wrapper {
    background-color: transparent;
}

.editor-post-trash.components-button {
    color: var(--gaui-error);
    border-color: var(--gaui-error);
}

.block-editor-inserter__tabs .components-tab-panel__tabs {
    color: #fff;
}

.block-editor-inserter__menu .block-editor-block-icon.has-colors svg {
    fill: white !important;
}

body .plugin-card,
body .card,
body .woocommerce-layout__header,
body .woocommerce-store-alerts,
body .woocommerce-dashboard__store-performance .woocommerce-summary__item,
body .woocommerce-dashboard__chart-block-wrapper:hover .woocommerce-card__header,
body .woocommerce-dashboard__chart-block-wrapper:hover .woocommerce-chart,
body .wp-filter {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);
    box-shadow: 5px 0 15px rgba(0, 0, 0, .1);
}

.plugin-card-bottom {
    background: hsla(0, 0%, 100%, .2);
    border-color: hsla(0, 0%, 100%, .2);

}

.filter-links li>a {
    color: var(--gaui-primary);
}

.filter-links .current {
    border-bottom: 4px solid var(--gaui-primary)
}

body .woocommerce-layout__header .woocommerce-layout__header-heading {
    background-color: transparent;
}

.block-editor-block-inspector__no-block-tools,
.block-editor-block-inspector__no-blocks {
    background-color: hsla(0, 0%, 100%, .2);
}

.form-wrap p,
p.description {
    color: #ddd;
}

.woocommerce-layout__activity-panel-tabs .woocommerce-layout__activity-panel-tab,
#edd-header {
    background-color: rgba(255, 255, 255, 0.5);
}

.upload-plugin .wp-upload-form,
.upload-theme .wp-upload-form {
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    border-radius: 16px;
}

.nav-tab {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all ease 0.5s;
}

.nav-tab:focus,
.nav-tab:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.nav-tab-active,
.nav-tab-active:focus,
.nav-tab-active:focus:active,
.nav-tab-active:hover {

    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.gaui_formControl {
    margin-bottom: 14px;
    ;
}

.gaui_label {
    display: inline-block;
    width: 180px;
}

#wpfooter {
    color: #ddd;
}

.login form {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.login #backtoblog a,
.login #nav a,
.login h1 a {
    color: var(--gaui-primary-light);
}

.login #backtoblog a:hover,
.login #nav a:hover,
.login h1 a:hover {
    color: #fff;
}

#language-switcher select {
    padding: 8px;
}

.media-frame-content {
    background: rgba(255, 255, 255, 0.3);
}

.media-modal-content {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
}

.media-frame-title h1 {
    color: var(--gaui-primary-light)
}

.media-router .media-menu-item {
    color: #ddd;
}

.media-router .active,
.media-router .media-menu-item.active:last-child {
    background: rgba(255, 255, 255, 0.3);
}

.wp-core-ui .button-primary-disabled,
.wp-core-ui .button-primary.disabled,
.wp-core-ui .button-primary:disabled,
.wp-core-ui .button-primary[disabled] {
    border-color: #444 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.media-modal-close {
    color: #ddd;
}

.wp-core-ui .attachment.details {
    box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px var(--gaui-primary);
}

.media-sidebar {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.media-frame a:active,
.media-frame a:hover {
    color: var(--gaui-primary-light);
}

.media-frame-content {
    border-color: rgba(255, 255, 255, 0.3);
}

.media-frame-content p {
    color: #555;
}

.notice-dismiss {}

#bulk-titles .ntdelbutton:before,
.notice-dismiss:before,
.tagchecklist .ntdelbutton .remove-tag-icon:before,
.welcome-panel .welcome-panel-close:before {

    color: rgba(255, 255, 255, 0.4);
}

.notice-dismiss:active:before,
.notice-dismiss:focus:before,
.notice-dismiss:hover:before {
    color: var(--gaui-primary-light);
}

.login input[type="submit"] {
    cursor: pointer;
}

.login #nav,
.login #backtoblog {
    text-align: center;
}

#titlediv input#title {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

#titlediv input#title::placeholder {
    color: #ddd;
}

div.mce-panel {

    background: rgba(255, 255, 255, 0.2);

}

#postimagediv .image-added-detail,
#major-publishing-actions {
    background-color: rgba(255, 255, 255, 0.8);
}

#woocommerce-coupon-data .panel-wrap,
#woocommerce-product-data .panel-wrap {

    background-color: rgba(255, 255, 255, 0.6);
}

#woocommerce-coupon-data ul.wc-tabs,
#woocommerce-product-data ul.wc-tabs,
.woocommerce ul.wc-tabs {
    background-color: rgba(255, 255, 255, 0.4);

}

#woocommerce-coupon-data ul.wc-tabs li.active a,
#woocommerce-product-data ul.wc-tabs li.active a,
.woocommerce ul.wc-tabs li.active a {

    background-color: rgba(255, 255, 255, 0.4);
}

#woocommerce-coupon-data ul.wc-tabs li a:hover,
#woocommerce-product-data ul.wc-tabs li a:hover,
.woocommerce ul.wc-tabs li a:hover {
    color: var(--gaui-primary-dark);
}

.categorydiv div.tabs-panel,
.customlinkdiv div.tabs-panel,
.posttypediv div.tabs-panel,
.taxonomydiv div.tabs-panel,
.wp-tab-panel {

    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.5);
}

body #wp-excerpt-editor-container {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

body body div.mce-statusbar {
    border-color: rgba(255, 255, 255, 0.5);
}

body div.mce-toolbar-grp {

    background-color: rgba(255, 255, 255, 0.8);
}

body .wp-media-buttons .insert-media {
    margin-top: -2px;
}

body .wp-tab-active,
body ul.add-menu-item-tabs li.tabs,
body ul.category-tabs li.tabs,
body .html-active .switch-html,
body .tmce-active .switch-tmce {

    background-color: rgba(255, 255, 255, 0.9);
}

body .wp-switch-editor {

    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
}
.gaui_saveSettings {
    margin-right: 4px !important;
}
#gaui_settingsForm #submit {
    display: none;
}