.post-media input[type="file"] {
  opacity: 0;
}

.post-media {
  border: 2px dashed #000;
}

.wp-admin .post-media input[type="file"] {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  padding: 60px 0px 85px 35%;
  text-align: center !important;
  margin: 0;
  width: 100% !important;
}

.post-media input[type="file"]:focus {
  outline: 2px dashed #92b0b3;
  outline-offset: -10px;
  -webkit-transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  transition: outline-offset 0.15s ease-in-out, background-color 0.15s linear;
  border: 1px solid #92b0b3;
}

.post-media {
  position: relative;
}

.post-media:after {
  pointer-events: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  right: 0;
  height: 56px;
  content: "";
  background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
  display: block;
  margin: 0 auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.color input[type="file"] {
  background-color: #f1f1f1;
}

.post-media:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  width: 100%;
  right: 0;
  height: 57px;
  content: " Upload your file or drag it here. ";
  display: block;
  margin: 0 auto;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.dz-image {
  background: linear-gradient(to bottom, #eee, #ddd);
  height: 100px;
  width: 100px;
  text-align: center;
}

.dz-image img {
  max-width: 100px;
  height: 100%;
}

.dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
  width: 100px;
}

.dz-preview video {
  width: 100px;
  height: 100%;
}

.dropzoneFilePreview .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzoneFilePreview .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzoneFilePreview .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzoneFilePreview .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.wpsp-profileUp {
  border-radius: 1000px !important;
  width: 100px !important;
  height: 100px !important;
}

.old-img-box {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  min-width: 100px;
}

.old-img-box .img {
  padding: 0 10px 10px;
}

/****************post new design****************************/
.wpsp-c-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.wpsp-c-head .wpsp-profileUp {
  width: 100px;
}

.wpsp-c-head .wpsp-c-head-content {
  width: calc(100% - 115px);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.wpsp-c-head .wpsp-c-head-content h4 {
  width: 100%;
  margin: 0 0 10px;
}

.wpsp-c-head .wpsp-c-head-content p {
  width: 100%;
  margin: 0;
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right {
  position: relative;
  cursor: pointer;
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right ul {
  display: none;
  top: 24px;
  width: 180px;
  right: 0;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right:hover ul {
  display: block;
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right ul li {
  width: 100%;
  margin: 0;
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right ul li a {
  width: 100%;
  padding: 5px 10px;
  color: #000;
  transition: all 0.3s ease;
  display: flex;
}

.wpsp-c-head .wpsp-c-head-content .wpsp-c-head-content-right ul li a:hover {
  color: #00bdda;
}

.wpsp-c-body-desc {
  width: 100%;
  margin: 0 0 20px;
}

.wpsp-c-body-desc p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.wpsp-gallery-single,
.wpsp-gallery-double,
.wpsp-gallery-three {
  width: 100%;
}

.wpsp-gallery-img {
  display: flex;
  position: relative;
  cursor: pointer;
}

.wpsp-gallery-double .wpsp-gallery-img,
.wpsp-gallery-three .wpsp-gallery-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  overflow: hidden;
}

.wpsp-gallery-double .wpsp-gallery-img img,
.wpsp-gallery-three .wpsp-gallery-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wpsp-gallery-img-overly {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

.wpsp-c-footer {
  padding: 0 25px 10px;
}

.wpsp-c-footer .wpsp-btn {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: #65676b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.wpsp-c-footer .wpsp-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: inherit;
}

.wpsp-c-footer .wpsp-btn i {
  margin-right: 10px;
  font-size: 18px;
}

.wpsp-c-footer .wpsp-btn.wpsp-btn-active {
  color: #00bdda;
}

.fancybox__container {
  z-index: 9999 !important;
}

.wpsp-ml-2 {
  margin-left: 10px !important;
}

.wpsp-mb-0 {
  margin-bottom: 0 !important;
}

.wpsp-mt-0 {
  margin-top: 0 !important;
}

.wpsp-user-fan-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 25px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
}

.wpsp-card-profile .wpsp-user-fan-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  border-bottom: none;
}

.wpsp-card-profile .wpsp-c-head-content .card-title {
  width: auto;
  margin-right: 20px;
}

.wpsp-user-fan-box .wpsp-following,
.wpsp-user-fan-box .wpsp-followers {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: center;
  border-radius: 5px;
}

.wpsp-user-fan-box .wpsp-following .wpsp-lbl,
.wpsp-user-fan-box .wpsp-followers .wpsp-lbl {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.wpsp-user-fan-box .wpsp-following .wpsp-numbers,
.wpsp-user-fan-box .wpsp-followers .wpsp-numbers {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.wpsp-user-info {
  width: 100%;
  margin: 0 0 30px;
}

.wpsp-user-info li {
  width: 100%;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}

.wpsp-user-info li .wpsp-icon {
  margin-right: 15px;
  opacity: 0.4;
}

.wpsp-user-info li a {
  width: max-content;
  width: -moz-max-content;
  color: #000;
  transition: all 0.3s ease;
}

.wpsp-user-info li a:hover {
  color: #00bdda;
}

.wpsp-btn-edit {
  width: 100%;
  padding: 15px;
  font-size: 16px;
}

.wpsp-c-fans-head {
  padding: 25px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpsp-c-fans-head a {
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #000;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wpsp-c-fans-head a:hover {
  background-color: #00bdda;
  color: #fff;
}

.wpsp-fansBox ul {
  width: 100%;
}

.wpsp-fansBox ul li {
  width: 100%;
  margin-bottom: 10px;
}

.wpsp-fansBox ul li:last-child {
  margin-bottom: 0;
}

.wpsp-fans-list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.wpsp-fans-list .wpsp-profileUp {
  border-radius: 1000px !important;
  width: 60px !important;
  height: 60px !important;
  border-width: 4px;
}

.wpsp-fans-list .wpsp-c-head-content {
  width: calc(100% - 50px);
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpsp-card-body {
  width: 100% !important;
}

.wpsp-col-md-2.wpsp-col-sm-2.wpsp-col-xs-12.img {
  padding-bottom: 28px;
}

#PostReportModal h4 {
  margin: 0px;
}

#PostReportModal .wpsp-card-body {
  padding: 0 25px;
}

#PostReportModal .wpsp-popup-cont {
  width: 100%;
}

p.card-title {
  font-size: 1rem;
}


.wpschoolpress .card-tools .dropdown-menu {
  min-width: auto;
}



.gallery__img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 30vh);
  grid-gap: 3px;
  grid-row-gap: 3px;
}

.gallery__item {
  margin: 0
}

.lightbox-items {
  /*! overflow: hidden; */
  width: 100%;
  height: 100%;
}

.gallery__img1 {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

figure {
  overflow: hidden;
}


.wpsp-leftarrow {
  z-index: 12;
  cursor: pointer;
  display: flex;
  margin-left: 10px;
}

.btn.post-status-btn {
  display: flex;
  align-items: center;
}

.btn.post-status-btn.wpsp-pending {
  background-color: #aeacb0;
  color: #fff;
}

.btn.post-status-btn.wpsp-accepted {
  background-color: #6bc950;
  color: #fff;
}

.btn.post-status-btn.wpsp-declined {
  background-color: #ff0000;
  color: #fff;
}

.wpschoolpress .card-tools .status-box .dropdown-menu {
  min-width: 100%;
}

.wpsp-leftarrow::before {
  content: "\66";
  width: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "wpsp-icons" !important;
  cursor: pointer;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  transform: rotate(-90deg);
}

.dropdown-item.status_post {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-item.status_post::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 8px;
  border-radius: 2px;
}

.dropdown-item.status_post.pending::before {
  background-color: #aeacb0;
}

.dropdown-item.status_post.accept::before {
  background-color: #6bc950;
}

.dropdown-item.status_post.decline::before {
  background-color: #ff0000;
}


.wpspsm-profileActions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpsp-card-profile .wpspsm-profileActions {
  border-top: 1px solid rgba(0, 0, 0, .125);
  padding: 10px 0;
}



.wpspsm-profileActions img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  margin-right: 5px;
}

.wpschoolpress .wpspsm-profileActions .dropdown-menu {
  min-width: 100%;
}


.profile-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
}

.profile-links li {
  margin: 0 10px 0 0;
}

.no-data-box p {
  padding: 0 0 0 25px;
}

.profile-links li a {
  color: #00bdda;
}

.profile-links li a.active {
  color: #0056b3;
}

.post-notification-box .user-block .username {
  font-size: 16px;
  font-weight: normal;
  margin-top: 0px;
}

.post-notification-box .card-header {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.post-notification-box .post-item:last-child .card-header {
  border-bottom: none;
  border-radius: 0px;
}

.notif-list .post-item a:hover .card-header {
  background-color: #EAEAEA;
}

.notification-card .post-item a {
  color: #54667a;
}



.navigation-topbar .post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.navigation-topbar .post-navigation .navigation-item {
  margin: 0;
}

.navigation-topbar .post-navigation .dashicons {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.navigation-item .user-block {
  display: flex;
  align-items: center;
}

.navigation-item .user-block .username {
  margin-left: 5px;
}

.wpsp-body .notif-box a {
  position: relative;
}

.wpsp-body .notif-count {
  background-color: #e42645;
  border-radius: 50px;
  color: #fff;
  padding: 5px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}


.uploadfile label {
  display: flex;
}

.wpspsm-profileActions .profile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpsp-card-head.wpsp-msg-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.messageBtn img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  margin-right: 5px;
}

.wpsp-card-head {
  position: relative;
  z-index: 22;
}

.messages-sidebar ul li {
  padding: 10px;
  border: 1px solid #777;
  margin-bottom: 0;
}

.messages-sidebar ul li a {
  color: #000;
  display: block;
}

p {
  font-size: 18px;
  margin-top: 0;
}

#viewMessageContainer ul ul {
  padding-left: 3.5%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.m-date {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  padding-left: 10px;
}

.wpsp-table thead+tbody tr.unread {
  background: #e6e6e6 !important;
}

.wpsp-table thead+tbody tr.unread td,
.wpsp-table thead+tbody tr.unread th {
  font-weight: 700;
}

.wpsp-table thead+tbody tr:nth-of-type(odd) {
  background: #fff;
}

.wpsp-receiver-links li {
  display: inline-block;

  border: 1px solid #00bdda;

}

.wpsp-receiver-links li a {
  color: #000;
  display: block;
  padding: 05px 15px;
}

.wpsp-receiver-links li.active {
  background-color: #00bdda;
}

.wpsp-receiver-links li.active a {
  color: #FFF;
}

#message-resposive.successmessage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: green;
}

#message-resposive.errormessage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: red;
}


.dataTables_wrapper.form-inline {
  justify-content: flex-end;
}

.frnd-box {
  display: flex;
  align-items: center;
  justify-content: center;
}


.wpspsm-profileActions .wpsp-btn:hover img {
  filter: invert(52%) sepia(94%) saturate(1319%) hue-rotate(147deg) brightness(96%) contrast(101%);
  ;
  ;
  -webkit-filter: invert(52%) sepia(94%) saturate(1319%) hue-rotate(147deg) brightness(96%) contrast(101%);
  ;
}


.document-item a {
  margin-left: 10px;
  color: #212529;
}

.wpsp-category-page .dataTables_wrapper.form-inline {
  display: block;
}

.wpsp-category-page .dataTables_filter {
  margin-bottom: 10px;
}

.wpsp-category-page #category_table {
  width: 100% !important;
}

.head-box {
  display: flex;
  justify-content: space-between;
}


.profileName-box .input-box {
  display: flex;
}

.profileName-box .input-box input {
  margin-right: 5px;
}


.profileName-box .nam-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.profileName-box .nam-box p {
  width: auto;
  margin-left: 5px;
}

.input-box.hide,
.nam-box.hide {
  display: none;
}

.input-box.show,
.nam-box.show {
  display: flex;
}

.changeProfileName {
  display: flex;
  margin-left: 5px;
}

.no-data-box p {
  padding: 10px 0 10px 25px;
  margin-bottom: 0;
}


@media (max-width:768px) {
  .gallery {
    grid-template-rows: repeat(2, 20vh);
  }
}