body {
  background-color: white;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif !important;
}

.elegant-post-manager_container {
    max-width: 1200px;
    margin: 0 auto;
}

a {
  text-decoration: none;
}

form {
  display: flex;
  background-color: rgba(179, 179, 179, 0.33);
  border-radius: 12px;
  margin: auto;
  height: 48px;
  width: 45%;
}

form:focus {
  background: #ffffff !important;
  box-shadow: 0px 2px 2px #0000002e !important;
}

form input {
  width: -webkit-fill-available !important;
  background: transparent !important;
  border: none !important;
  padding: 0 1rem !important;
  outline: none;
}

form button {
  border: none !important;
  background: transparent !important;
  display: flex !important;
  align-items: center;
}

.continer {
  width: 1080px;
  max-width: 1080px;
  margin: 0 auto;
}
.Published_Count {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.Published_Count .newPost {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(60, 64, 67, 0.3);
  color: #f57c00;
  display: flex;
  gap: 6px;
  padding: 14px 17px;
  font-size: 14px;
  border-radius: 50px;
}

.Published_Count p {
  display: contents;
}

.postsBox {
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 0 18px 0 10px;
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  height: 98px;
}

.postsBox .secend {
  display: flex;
  gap: 12px;
  align-items: center;
  width: inherit;
}

.postsBox .secend .subContin {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.postsBox .secend .subContin .mero {
  display: flex;
  flex-direction: column;
}

.postsBox .secend .subContin .mero .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.postsBox .secend .subContin .mero .info .and {
  padding-top: 15px;
}

.postsBox .secend .subContin .mero .info .and .author-info {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row-reverse;
}

.postsBox .secend .subContin .mero .info .and .author-info img {
  background-color: #fff;
  height: 24px;
  width: 24px;
}

.postsBox .secend .subContin .mero .info .and .author-info .author-name {
  color: #37474f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 21px;
}

.postsBox .secend .subContin .controll {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.postsBox .secend .subContin .controll .in_fo {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 15px;
}

.postsBox .secend .subContin .controll .in_fo .visit-count,
.postsBox .secend .subContin .controll .in_fo .comment-count {
  display: flex;
  align-items: center;
  gap: 5px;
}

.postsBox:hover {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 2px rgba(60, 64, 67, 0.15);
}

.postsBox .thumbnail {
  overflow: hidden;
  border-radius: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.postsBox .thumbnail .no-thumbnail {
  font-size: 3rem;
  color: #0000008f;
}

.postsBox .thumbnail img {
  width: inherit;
  height: inherit;
}

.postsBox .categories span {
  border: 1px solid #b0bec5;
  border-radius: 32px;
  color: #78909c;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.25px;
  line-height: 18px;
  max-width: none;
  min-width: 12px;
  padding: 6px 12px;
  text-align: center;
}

.postsBox .status_post {
  color: #f57c00;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 20px;
  text-transform: capitalize;
}

.postsBox .more {
  display: flex;
  align-items: center;
  gap: 8px;
}

.postsBox .title span {
  font-size: 16px;
  color: #37474f;
  letter-spacing: 0.25px;
}

.wp-core-ui select {
  border-color: #cfd8dc !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.pagination span {
  background: #00eeff30 !important;
}

.pagination a,
.pagination span {
  border: 1px solid #7d7d7d40;
  padding: 6px;
  border-radius: 5px;
  background: #fcfcfc;
  height: auto;
  color: #64818f;
}

.filterForm {
  margin: 0;
  height: auto;
  gap: 4px;
  background: transparent;
}

svg {
  fill: #5c8092c2;
}
