/****************
* /BREAKPOINTS *
****************/
/**********
 * SPACES *
**********/
/**********
 * WIDTHS *
**********/
/**************
 * FONTS *
**************/
/**********
 * MIXINS *
**********/
/**************
 * FONT SIZES *
**************/
/********************
 * MOBILE VARIABLES *
********************/
/***************
 * BOX SHOADOW *
***************/
/****************************
 * HIDE THE PREVIEW METHODS *
****************************/
.edit-post-post-preview-dropdown .components-menu-group:first-child {
  display: none;
}

.hard-dashboard-notice {
  background: #122655;
  border-left: 0px;
  border: 0px;
  color: #ffffff;
  padding-bottom: 10px;
}
.hard-dashboard-notice h4,
.hard-dashboard-notice .h4 {
  margin-bottom: 0px;
}
.hard-dashboard-notice a {
  color: #ffffff;
  text-decoration: underline;
}
.hard-dashboard-notice.important {
  background: #e7403c;
}
.hard-dashboard-notice.warning {
  background: #ea9928;
}

.acf-field.hidden {
  display: none;
}

.show-person {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 20px;
}
.show-person.show {
  background: #28ea7e;
}
.show-person.hide {
  background: #e7403c;
}

.show-document {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 20px;
}
.show-document.show {
  background: #28ea7e;
}
.show-document.hide {
  background: #e7403c;
}

.has-detail-page {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 20px;
}
.has-detail-page.yes {
  background: #28ea7e;
}
.has-detail-page.no {
  background: #e7403c;
}

.info {
  background: rgba(18, 38, 85, 0.1);
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.info.important {
  background: rgba(231, 64, 60, 0.1);
}

.acf-field.locked {
  pointer-events: none;
}
.acf-field.locked .acf-input {
  pointer-events: none;
  opacity: 0.5;
}/*# sourceMappingURL=admin-styles.css.map */