#wp-admin-bar-custom-maintenance-mode,
#maintenance-wrapper {
display: flex;
}
#maintenance-wrapper {
padding: 0 4px;
}
#wp-admin-bar-custom-maintenance-mode > .ab-item.ab-empty-item {
display: none !important;
}
/**
* Checkbox Toggle UI
*/
input[type="checkbox"].wppd-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"].wppd-ui-toggle:focus {
  box-shadow: none;
}
input[type="checkbox"].wppd-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: #a7aaad;
  border-radius: 72px;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%) inset;
}
input[type="checkbox"].wppd-ui-toggle:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  top: 9px;
  left: 7px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle.maintenance_disabled:before {
  left: 23px;
  margin: 0;
  background-color: #ffffff;
}
input[type="checkbox"].wppd-ui-toggle,
input[type="checkbox"].wppd-ui-toggle:before,
input[type="checkbox"].wppd-ui-toggle:after,
input[type="checkbox"].wppd-ui-toggle.maintenance_disabled:before,
input[type="checkbox"].wppd-ui-toggle.maintenance_disabled:after {
  transition: ease .15s;
}
input[type="checkbox"].wppd-ui-toggle.maintenance_disabled:after {
  content: 'ON';
  background-color: #2271b1;
  text-align: center;
}
#tript-input-maintenance {
  display: flex;
  align-items: center;
  margin-right: 3px;
  min-width: 36px;
}
#maintenance-wrapper > p {
  color: white;
}