@import url('https://fonts.googleapis.com/css?family=Roboto');

html,
body {
  font-family: 'Roboto', sans-serif !important;
}

#wpadminbar {
  padding: 5px;
  background: #2d92e5 !important;
  background: -moz-linear-gradient(-45deg, #2d92e5 0%, #001bce 100%) !important;
  background: -webkit-linear-gradient(-60deg, #001bce 0%, #2d92e5 100%) !important;
  background: linear-gradient(135deg, #2d92e5 0%, #001bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d92e5', endColorstr='#001bce', GradientType=1) !important;
  color: #fff !important;
}

#adminmenuback {
  margin-top: 0;
  background: #2d92e5 !important;
  background: -moz-linear-gradient(-45deg, #2d92e5 0%, #001bce 100%) !important;
  background: -webkit-linear-gradient(-60deg, #001bce 0%, #2d92e5 100%) !important;
  background: linear-gradient(135deg, #2d92e5 0%, #001bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d92e5', endColorstr='#001bce', GradientType=1) !important;
  color: #fff !important;
}

#adminmenuwrap,
ul#adminmenu {
  background: transparent !important;
}

ul.wp-submenu {
  background: #fff !important;
  opacity: 1;
}

#adminmenu .wp-submenu {
  left: 200px;
}

#adminmenu,
#adminmenu .wp-submenu,
#adminmenuback,
#adminmenuwrap {
  width: 200px;
}

#adminmenu .wp-not-current-submenu .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu {
  min-width: 200px;
}

.wp-menu-separator {
  display: none;
}

#adminmenu li {
  padding: 6px 20px;
  opacity: .8;
  color: #fff !important;
}

#adminmenu li,
#adminmenu li:hover,
#adminmenu a:hover,
#adminmenu li:hover a,
#adminmenu li * {
  background: transparent !important;
  color: #fff !important;
}

#adminmenu li:hover {
  opacity: 1;
}

#wpadminbar li:hover a,
#wpadminbar li,
#wpadminbar li:hover,
#wpadminbar a:hover,
#wpadminbar li:hover a,
#wpadminbar li * {
  color: #fff !important;
  background: transparent !important;
}

#wpadminbar li a {
  opacity: .8;
}

#wpadminbar li:hover a {
  opacity: 1;
}

#adminmenu li.current,
#adminmenu li.wp-menu-open {
  opacity: 1 !important;
  color: #fff !important;
}

#wpcontent {
  margin-left: 200px;
}

#adminmenu li .update-plugins {
  border: 1px solid #fff !important;
}


.wp-submenu li {
  padding: 5px 10px !important;
}

#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: #fff !important;
}

.wp-menu-image {
  margin-right: 10px !important;
}

.wp-has-current-submenu:after {
  display: none !important;
}



#adminmenu .wp-has-submenu:hover:after {
  border-right-color: transparent !important;
}

#adminmenu .opensub .wp-submenu.wp-submenu-wrap * {
  color: #fff !important;
}

#wpadminbar .ab-sub-wrapper {
  background: #001bce !important;
  color: #fff !important;
}

.ab-submenu li {
  padding: 5px 10px !important;
  opacity: .8;
}

.ab-submenu li:hover {

  opacity: 1;
}


#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar li #adminbarsearch.adminbar-focused:before,
#wpadminbar li .ab-item:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
  color: #fff !important;
}

#wp-admin-bar-user-actions .avatar {
  border-radius: 50%;
}

.update-nag {
  border-color: #2d92e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border-radius: 2px
}

.update-nag:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.page-title-action,
.button.button-primary,
.components-button.is-primary {
  padding: 7px 10px !important;
  background: #2d92e5 !important;
  border-color: #2d92e5;
  color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07) !important;
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
  border-radius: 2px !important;
  line-height: 12px;
  text-shadow: none !important;
  border: none !important;
  font-size: 1em !important;
}

.page-title-action:hover,
.button.button-primary:hover,
.components-button.is-primary:hover {
  color: #fff !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1) !important;
  background-color: #001bce !important;
  border-color: #001bce !important;

}

#plugin-search-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 2px solid #ddd !important;
}

#plugin-search-input:hover,
#plugin-search-input:focus,
#plugin-search-input:active {
  border-color: #2d92e5 !important;
}

.welcome-panel,
.postbox {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 1px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  border: none;
  border-radius: 2px !important;
}

.welcome-panel:hover,
.postbox:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

body {
  background: #f4f4f4 !important;
}

#wpfooter {
  margin-left: 200px;
}

html.wp-toolbar {
  padding-top: 41px;
}

.inside {
  padding: 10px !important;
}

a,
a:hover {
  color: #001bce !important;
  text-decoration: none;
}

.button:not(.wp-color-result),
.components-button.is-default,
.wp-core-ui .button-secondary {
  color: #2d92e5 !important;
  border: 1.5px solid #2d92e5 !important;
  background: transparent !important;
  transition: background .15s ease-in-out;
}

.button:not(.button-primary):not(.wp-color-result):hover,
.components-button.is-default:hover,
.wp-core-ui .button-secondary:hover {
  background: #001bce !important;
  border-color: #001bce !important;
  color: #fff !important;
}

@media (min-width: 960px) {
  .auto-fold .edit-post-header {
    left: 200px
  }
}

.edit-post-header {
  top: 42px;
}

.wp-list-table,
.wp-list-table>tr,
.wp-list-table td,
.wp-list-table th {
  border: none !important;
}

.wp-list-table tbody tr:hover {
  background: #f9f9f9;
}

.wp-list-table tbody tr.active th,
.wp-list-table tbody tr.active td {
  background: #2d92e5 !important;
  color: #fff !important;
}

.wp-list-table tbody tr.active a {
  color: #fff !important;
  opacity: .7
}

.wp-list-table tbody tr.active a:hover {
  opacity: 1 !important;
}

.plugin-update-tr {}

.wp-list-table tbody tr.active input[type="checkbox"],
.wp-list-table tbody tr.active input[type="checkbox"]:focus {
  background: transparent !important;
  border-color: #fff;
  color: #fff !important;
}

.wp-list-table tbody tr.active input[type="checkbox"]:checked {
  background: #fff !important;
  color: #fff !important
}

.wp-list-table tbody tr.active input[type="checkbox"]:checked:before {
  color: #2d92e5 !important;
}

.wp-list-table tbody tr.active .plugin-description p {
  color: #fff !important;
}

.wp-list-table tbody tr.active .plugin-description p a {
  color: #fff !important;
  opacity: .8;
}

.wp-list-table tbody tr.active .update-message {
  background: transparent !important;
  border: 1px solid #eee !important;
  color: #fff !important;
}

.wp-list-table tbody tr.active .update-message p,
.wp-list-table tbody tr.active .update-message p:before {
  color: #fff !important;
}

input[type="text"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea {
  background: transparent !important;
  border: none;
  box-shadow: none !important;
  border-bottom: 2px solid #ddd !important;
  padding: 5px;
  width: 100%;
  outline: none !important;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="url"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="email"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="number"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="search"]:active,
textarea:hover,
textarea:focus,
textarea:active {
  border-color: #2d92e5 !important;
}

.wrap>form,
.zephyr-panel {
  background: #fff;
  padding: 20px !important;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 2px 3px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.wrap>form:hover,
.zephyr-panel:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.wrap>form table {
  margin: 0 !important;
}

p.submit {
  padding-bottom: 0;
  margin-bottom: 0;
}

code,
kbd {
  background: #f6f9fb !important;
  color: #2d92e5 !important;
  padding: 4px;
  border-radius: 3px;
}

code::selection,
kbd::selection {
  background: #2d92e5;
  color: #fff !important;
}

code::-moz-selection,
kbd::-moz-selection {
  background: #2d92e5;
  color: #fff !important;
}

::selection {
  background: #2d92e5;
  color: #fff !important;
}

body.folded #adminmenu li {
  padding: 0px 0 !important
}

.folded #adminmenu,
.folded #adminmenu li.menu-top,
.folded #adminmenuback,
.folded #adminmenuwrap {
  width: 50px;
}

.folded #adminmenu div.wp-menu-image {
  width: 50px !important;
  margin: 0 !important;
}

.folded #wpcontent,
.folded #wpfooter {
  margin-left: 50px;
}

.folded #adminmenu .wp-submenu-head {
  padding: 10px 13px !important;
}

.folded #collapse-button .collapse-button-icon {
  width: 50px;
}

#posts-filter {
  padding: 0 !important;
}

.subsubsub {
  margin-bottom: 40px;
}

.subsubsub {
  margin-bottom: 0px;
  margin-top: 10px;
  clear: both;
  float: none;
  position: relative;
}

.tablenav.top {
  margin-top: 0;
  padding-top: 0 !important;
}

.tablenav.top,
.tablenav.bottom {
  padding: 10px 0;
}

select {
  box-shadow: none;
  border: 1.5px solid #2d92e5;
  color: #2d92e5 !important;
  border-radius: 1px !important;
  cursor: pointer;
  max-height: 200px;
  height: 29px !important;
  background: transparent;

}

select:active,
select:focus,
a:active,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

select:hover {
  background: #001bce !important;
  border-color: #001BE2 !important;
  color: #fff !important;
}

select:after {
  color: #2d92e5 !important;
}

form {
  position: relative;
}

form .search-box {
  position: absolute;
  right: 0;
  top: -50px;
}

.subsubsub .count,
.title-count {
  background: #001bce;
  color: #001bce !important;
  border-radius: 50%;
  padding: 2px;
  font-size: 9px;
  line-height: 12px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.count>span {
  color: #fff;
}

.title-count {
  color: #fff !important;
  font-size: 15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}

.subsubsub {
  color: #ddd;
}

.search-box input[type="search"] {
  width: auto;
}

.screen-meta-toggle,
.screen-meta-toggle .button {
  background: transparent !important;
  box-shadow: none !important;

}

.screen-meta-toggle .button:after {
  color: #2d92e5 !important;
}

.screen-meta-toggle .button:hover:after {
  color: #fff !important;
}

#posts-filter .tablenav.top,
#posts-filter .tablenav.bottom,
#bulk-action-form .tablenav.top,
#bulk-action-form .tablenav.bottom,
.users-php form .tablenav.top,
.users-php form .tablenav.bottom {
  padding: 10px !important;
}

tr.entry,
.importer-item,
table.users tr {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 2px 3px rgba(0, 0, 0, 0.00);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);

}

tr.entry:hover,
.importer-item:hover,
table.users tr:hover {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07), 0 5px 10px rgba(0, 0, 0, 0.07);
  transform: scale(1.005);
}

.row-actions {
  transition: all .2s ease-in-out;
  opacity: 0;
}

.row-actions>span a {
  padding: 10px;
}

.comment-item:hover .row-actions,
.mobile .row-actions,
.no-js .row-actions,
.row-actions.visible,
tr:hover .row-actions {
  opacity: 1;
}

.tablenav-pages span {
  color: #2d92e5;
}

#bulk-action-form {
  padding: 0 !important;
  border: none;
  border-radius: 3px;
}

.search-form.search-plugins,
.search-form.wp-clearfix,
.widget-liquid-right+form {
  max-height: 0 !important;
  height: 0 !important;
  background: none;
  border: none;
  box-shadow: none !important;
  padding: 0 !important;
}

select[disabled] {
  box-shadow: none !important;
  border: 1.5px solid #eee;
}

select[disabled]:hover {
  background: #f9f9f9 !important;
  border-color: #eee !important;
  color: #333 !important;
}

table.importers {
  width: 100%;
}

#submit {
  margin-top: 15px;
}

#adminmenu .wp-not-current-submenu.opensub .wp-submenu.wp-submenu-wrap {
  background: #2d92e5 !important;
  background: -moz-linear-gradient(-45deg, #2d92e5 0%, #001bce 100%) !important;
  background: -webkit-linear-gradient(-60deg, #001bce 0%, #2d92e5 100%) !important;
  background: linear-gradient(135deg, #2d92e5 0%, #001bce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d92e5', endColorstr='#001bce', GradientType=1) !important;
  color: #fff !important;
}

.wrap .search-form {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.theme-browser .theme {
  background: #fff;
  box-sizing: border-box;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 2px 3px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.theme-browser .theme:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.theme-browser .theme:active {}

.update-message.notice {
  background: #2d92e5;
  color: #fff !important;
  border-color: #001bce;
}

.update-message.notice button,
.update-message.notice p:before {
  color: #fff !important;
}

.wp-core-ui .button-group.button-large .button,
.wp-core-ui .button.button-large {
  line-height: 15px;
}

form#template {
  z-index: 1 !important;
}

#templateside {
  margin-top: 40px;
}

#templateside ul {
  background: none;
}

#templateside li {
  margin: 0;
  border-left: 1px solid #f4f4f4 !important;
}

#templateside li a {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px !important;

}

#templateside li a:hover,
.folder-label:hover {
  background: #f9f9f9 !important;
}

.folder-label {
  padding: 10px !important;
}

#templateside .notice.notice-info {
  background: none;
  border: none;
  box-shadow: none;
}

#templateside li.current-file {
  border-left: 3px solid #2d92e5 !important;
}

.editor-notices .notice {
  border: none;
  border: 1px dashed #2d92e5 !important;
  color: #2d92e5;
  box-shadow: none;
}

.users-php form {
  padding: 0px !important;
}

#posts-filter+form {
  background: transparent;
  box-shadow: none;
  border: none;
}

/*#posts-filter {
  background: none;
  box-shadow: none;
  border: none !important;
}*/

.wp-filter {
  background: none;
  border: none;
  box-shadow: none;
}


#adminmenuback {
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.07), 0 5px 10px rgba(0, 0, 0, 0.07);
}

#wp-auth-check {
  padding: 0 !important;
}

.zat-login-logo-image,
.zat-dashboard-logo-image {
  width: 60px;
  height: 60px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #f9f9f9;
  cursor: pointer;
  margin-bottom: 10px;
}

.zat-label {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.zat-label-block {
  display: block;
}

.zat-submit-button {
  margin-top: 10px !important;
  display: block !important;
}

#wpcontent {
  padding-right: 20px;
}

input[type="checkbox"] {
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1) !important;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 1px;
}

input[type="checkbox"]:hover,
input[type="checkbox"]:active,
input[type="checkbox"]:focus {
  box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 1px;
  outline: none !important;
  border: 1px solid #ddd;
}

input[type="checkbox"]:checked {
  color: #fff !important;
}

input[type="checkbox"]:hover {
  color: #fff !important;
}

input[type="checkbox"]:checked:before {
  color: #fff;
}

.zat-label-checkbox {
  margin-top: 4px !important;
  margin-left: 10px !important;
  display: inline-block;
}

.components-button.is-primary {
  line-height: 12px !important;
  font-size: 13px !important;
}

.components-button.is-default {
  font-size: 13px !important;
  line-height: 28px !important;
}

.components-popover input[type=search].editor-inserter__search {
  border: none !important;
  margin: 0 !important;
}

.editor-styles-wrapper .editor-post-title__block .editor-post-title__input:hover {
  border: initial;
}

.form-field input[type=email],
.form-field input[type=number],
.form-field input[type=password],
.form-field input[type=search],
.form-field input[type=tel],
.form-field input[type=text],
.form-field input[type=url],
.form-field textarea {
  border: none;
}

.media-frame input[type=email],
.media-frame input[type=number],
.media-frame input[type=password],
.media-frame input[type=search],
.media-frame input[type=text],
.media-frame input[type=url],
.media-frame select,
.media-frame textarea {
  border: none;
}

#plugin-filter {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.plugin-card {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.00), 0 2px 3px rgba(0, 0, 0, 0.07);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.plugin-card:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.00), 0 5px 10px rgba(0, 0, 0, 0.1);
}

.plugin-card:active {}

.filter-links li>a {
  border-bottom: 1px solid transparent !important;
}

.button.installing:hover:before,
.button.updating-message:hover:before,
.import-php .updating-message:hover:before,
.update-message p:hover:before,
.updating-message p:hover:before {
  color: #fff;
}

#comments-form {
  padding: 0 !important;
}

#comments-form .tablenav.top,
#comments-form .tablenav.bottom {
  padding: 15px !important;
}

.zat-theme-palette {
  width: 150px;
  height: 120px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
  margin-right: 10px;
  transition: all .1s ease-in-out;
  cursor: pointer;
}

.zat-theme-palette:hover {
  transform: scale(1.05);
}

.zat-theme-palette__title {
  position: absolute;
  bottom: -25px;
}

.zat-theme-palette__preview {
  height: 100%;
  width: 100%;
  background: #f9f9f9;
  white-space: nowrap;
}

.zat-theme-palette__sidebar {
  display: inline-block;
  width: 35%;
  height: 100%;

  background: #f4f4f4;
}

.zat-theme-palette__content {
  display: inline-block;
  width: 65%;
  height: 100%;
}

.zat-theme-palette__button {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 2px solid #f4f4f4;
  border-radius: 2px;
  width: 30px;
  height: 10px;
}

.zat-theme-palette__item {
  display: none;
}

.dark-mode .zat-theme-palette__preview {
  background: #324353;
}

.dark-mode .zat-theme-palette .zat-theme-palette__preview .zat-theme-palette__sidebar {
  background: #324353 !important;
  border-right: 1px solid #2b3a49;
}

.dark-mode .zat-theme-palette__item {
  width: 100%;
  display: block;
  height: 20px;
}

.zat-theme-palette__preview {
  border: 1px solid;
  border-radius: 5px;
}

.zat-label {
  color: #333;
}

.zat-submit-button {
  display: inline-block !important;
}

#zat-redirect-url-section {
  width: 100%;
  display: flex;
}

#zat-redirect-prefix {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #aaa;
}

#zat-redirect-suffix {
  flex: 1;
  display: inline-block;
  vertical-align: top;
}

.update-message.notice p,
.update-message.notice a {
  color: #fff !important;
}

li.wp-not-current-submenu:hover .wp-submenu-wrap {
  display: block;
  top: 0px !important;
}


@media(max-width: 700px) {
  #adminmenu * {
    font-size: 12px !important;
  }

  .auto-fold #adminmenu a.menu-top {
    height: 25px;
  }
}


#templateside {
  z-index: 9;
  pointer-events: all;
  position: absolute;
  right: 30px;
}

@media(max-width: 600px) {
  html.wp-toolbar {
    padding-top: 0;
  }
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
  color: #fff;
}

@media(max-width: 960px) {

  .folded #adminmenu li,
  .auto-fold #adminmenu li {
    padding: 0;
    padding-top: 10px !important;
    padding-bottom: 10px !important
  }
}

#adminmenuback,
#adminmenuwrap {
  transition: all .12s ease-in-out !important;
}

.folded #wpcontent,
.folded #wpfooter {
  margin-left: 0;
}

@media screen and (max-width: 782px) {
  .auto-fold #wpcontent {
    position: relative;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 0 !important;
  }
}

@media(max-width: 500px) {

  .folded #adminmenu li,
  .auto-fold #adminmenu li {
    padding: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}

ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu>li.current>a.current:after {
  display: none;
}

.welcome-panel,
.postbox,
.wrap>form,
.zephyr-panel {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.wp-core-ui .button-group.button-hero .button,
.wp-core-ui .button.button-hero {
  line-height: 27px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
  background-position: center;
  width: 25px !important;
  height: 25px !important;
  opacity: 1 !important;
}