body[class*="_page_logtivity"] #wpcontent,
body[class*="_page_lgtvy-logs"] #wpcontent {
  background: #fff;
  font-family: "IBM Plex Sans", sans-serif;
}

body[class*="_page_logtivity"] #post-body-content .postbox,
body[class*="_page_lgtvy-logs"] #post-body-content .postbox {
  border: none !important;
}

body[class*="_page_logtivity"] #post-body-content .postbox .inside,
body[class*="_page_lgtvy-logs"] #post-body-content .postbox .inside {
  padding: 0 !important;
}

body[class*="_page_logtivity"] h1,
body[class*="_page_lgtvy-logs"] h1 {
  color: #307bb9;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
}

body[class*="_page_logtivity"] .nav-pages-buttons,
body[class*="_page_lgtvy-logs"] .nav-pages-buttons {
  text-align: center;
  padding: 60px 20px 20px;
}

body[class*="_page_logtivity"] .nav-pages-buttons button,
body[class*="_page_lgtvy-logs"] .nav-pages-buttons button {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #307bb9;
  line-height: 1.25;
  margin-left: -1px;
  padding: .5rem .75rem;
  position: relative;
  border-radius: 0;
  font-size: 16px;
}

body[class*="_page_logtivity"] .nav-pages-buttons button:hover,
body[class*="_page_lgtvy-logs"] .nav-pages-buttons button:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #20537c;
}

body[class*="_page_logtivity"] .nav-pages-buttons .nav-pages-prev,
body[class*="_page_lgtvy-logs"] .nav-pages-buttons .nav-pages-prev {
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

body[class*="_page_logtivity"] .nav-pages-buttons .nav-pages-next,
body[class*="_page_lgtvy-logs"] .nav-pages-buttons .nav-pages-next {
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-left: -1px;
}

body[class*="_page_logtivity"] .button,
body[class*="_page_lgtvy-logs"] .button {
  font-size: 1rem;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #212529;
  border-radius: 1.25rem;
  line-height: 1.6;
  padding: .375rem .75rem;
}

body[class*="_page_logtivity"] .button:hover,
body[class*="_page_lgtvy-logs"] .button:hover {
  background-color: #e2e2e2;
  border-color: #dcdcdc;
  color: #212529;
}

body[class*="_page_logtivity"] .button-primary,
body[class*="_page_lgtvy-logs"] .button-primary {
  background-color: #307bb9;
  border-color: #307bb9;
  color: #fff;
}

body[class*="_page_logtivity"] .button-primary:hover,
body[class*="_page_lgtvy-logs"] .button-primary:hover {
  background-color: #307bb9;
  border-color: #256091;
  color: #fff;
}

body[class*="_page_logtivity"] #postbox-container-1 h2,
body[class*="_page_lgtvy-logs"] #postbox-container-1 h2 {
  padding: 20px 20px 0;
  font-size: 16px;
}

body[class*="_page_logtivity"] #postbox-container-1 .inside,
body[class*="_page_lgtvy-logs"] #postbox-container-1 .inside {
  padding: 0 20px 20px;
}

body[class*="_page_logtivity"] #postbox-container-1 .inside p,
body[class*="_page_lgtvy-logs"] #postbox-container-1 .inside p,
body[class*="_page_logtivity"] #postbox-container-1 .inside ul,
body[class*="_page_lgtvy-logs"] #postbox-container-1 .inside ul {
  font-size: 14px;
}

.logtivity-button,
.logtivity-button:hover,
.logtivity-button:focus,
.logtivity-button:active {
  padding: 8px 30px 8px 30px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.logtivity-button-secondary,
.logtivity-button-secondary:hover,
.logtivity-button-secondary:focus,
.logtivity-button-secondary:active {
  background-color: #307bb9 !important;
  border-color: #307bb9 !important;
  color: #fff !important;
}

.logtivity-button-primary,
.logtivity-button-primary:hover,
.logtivity-button-primary:focus,
.logtivity-button-primary:active {
  background-color: #f6993f !important;
  border-color: #f6993f !important;
  color: #13314a !important;
}

.logtivity-button:hover,
.logtivity-button:focus,
.logtivity-button:active {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1) !important;
}

.logtivity-notice {
  padding: 0 !important;
}

.logtivity-notice > div {
  padding: 20px;
}

.logtivity-notice > div > div > :first-child {
  margin-top: 0;
}

.logtivity-notice > div > div > :last-child {
  margin-bottom: 0;
}

.logtivity-notice p,
.logtivity-notice ol {
  font-size: 14px;
  line-height: 1.2 !important;
}

.logtivity-notice-info *,
.logtivity-notice-warning *,
.logtivity-notice-danger * {
  background-color: #e1effbff;
}

.logtivity-notice-warning {
  border-left: 4px solid #f6993f;
}

.logtivity-notice-danger {
  border-left: 4px solid #e3342f;
}

.logtivity-settings {
  padding-right: 20px;
}

.logtivity-settings input[type="search"] {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.6em + .75rem + 2px);
  line-height: 1.6;
  padding: .375rem .75rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.logtivity-settings input[type="search"]:focus {
  background-color: #fff;
  border-color: #6cb2eb;
  box-shadow: 0 0 0 .2rem rgba(48, 123, 185, .25);
  color: #495057;
  outline: 0;
}

.logtivity-settings input[type="search"]::placeholder {
  color: #dcdcdc;
}

.logtivity-settings .notice {
  display: none;
}

.logtivity-row {
  display: flex;
}

.logtivity-col-md-4 {
  width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
}

.logtivity-col-md-4:first-of-type {
  padding-left: 0;
}

.logtivity-col-md-4:last-of-type {
  padding-right: 0;
}

.logtivity-table {
  font-size: 16px;
}

.logtivity-table tbody tr:hover {
  background: #f5f5f5;
}

.logtivity-table th {
  font-size: 1rem;
  padding: 15px 10px;
  line-height: 1.3;
  vertical-align: middle;
  color: #307bb9;
  border-bottom: 1px solid #dee2e6;
}

.logtivity-table td {
  font-size: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.logtivity-table .break-long {
  word-break: break-all;
}

.logtivity-table small {
  font-size: 80%;
}

.logtivity-table .text-center {
  text-align: center;
}

.logtivity-modal {
  font-family: "IBM Plex Sans", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, .3);
  font-size: 16px;
}

.logtivity-modal.active {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}

.logtivity-modal-dialog {
  transform: none;
  width: 800px;
  max-width: 90%;
  margin: 3rem auto;
  position: relative;
  pointer-events: none;
}

.logtivity-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  overflow: hidden;
}

.logtivity-modal-strip {
  background: #307bb9;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logtivity-modal-strip.light {
  background: #6cb2eb;
}

.logtivity-modal-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}

.logtivity-modal-strip h2, .logtivity-modal-strip h3 {
  color: white;
}

.logtivity-modal .notice-dismiss {
  height: 50px;
  width: 40px;
}

.logtivity-modal .title {
  font-size: 1.25rem !important;
  line-height: 1.6 !important;
}

.logtivity-modal .logtivity-table th {
  color: #212529;
}

.logtivity-modal .notice-dismiss:before {
  color: white;
}

.logtivity-constant {
  margin-top: 8px;
  font-size: .7rem;
  font-style: italic;
}

#logtivity-log-index-search-form label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.logtivity-header {
  background: #307bb9;
  margin-left: -22px;
  margin-right: -20px;
  margin-top: -10px;
  padding-left: 23px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.logtivity-header img {
  display: block;
  width: 140px;
  height: auto;
}

@media (min-width: 851px) {
  body[class*="_page_logtivity"] .postbox-container .postbox:first-of-type,
  body[class*="_page_lgtvy-logs"] .postbox-container .postbox:first-of-type {
    margin-top: 109px;
  }
}
