@media (min-width: 568px) {

  .note_ping {
    position: relative;
  }
}








/* admin media  */

.am-media-container{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
}

.am-media-container .img-holder{
  /* height: 300px; */
  position: relative;
  width: 100%;
  /* height: 200px; */
  margin-bottom: 8px;
}



.am-media-container .img-holder .dat-controls, .dat-status, .dat-meta1, .dat-meta2{
  position: absolute;
  display: flex;
  width: auto;
  margin: 6px;
  padding: 4px 6px;
  border-radius: 4px;
  background: rgb(29 29 29 / 95%);
  justify-content: space-between;
  font-size: 12px;
}


.dat-controls{
  background: transparent !important;
  padding: 3px 0px !important;
  top: 0;
  left: 0;
}
.dat-status{
  top: 0;
  right: 0;
  color: #fff;
  fill: #fff;
  flex-direction: column;
  align-items: end;
}
.dat-status2{
  bottom: 0;
  left: 0;
  color: #fff;
  fill: #fff;
  flex-direction: row;
  align-items: end;
}
.dat-meta1{
  bottom: 0;
  left: 0;
  color: #fff;
  fill: #fff;
  flex-direction: column;
  align-items: start;
}
.dat-meta2{
  bottom: 0;
  right: 0;
  color: #fff;
  fill: #fff;
  flex-direction: row;
  align-items: start;
}


.am-media-container .img-holder .dat-status .item{
  padding: 0px 4px;
  margin-top: -1px;
}

.img-holder img {
  width: 100%;
  height: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

.am-media-container .details{
  width: 100%;
  font-size: 13px;
  font-family: 'Albert Sans';
}
.am-media-container .details .item{  
  /* margin-bottom: 4px; */
}



.am-media-container .details .dat-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 10px 0px;
  justify-content: space-between;
}

.am-media-container .details .dat-row div{
  margin-right: 6px;
}

/* .am-media-container .details .status div{
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center
} */













.med-card {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
  border-radius: 6px;
  padding: 5px;
}
.med-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.med-card-in-stat {
  display: inline-block;
}

.med-card-in-stat .item {
  padding: 3px 7px;
  border-radius: 6px;
  background-color: #000000;
  color: #fff;
  fill: #fff;
  margin-right: 5px;
  font-size: 12px;
}



.med-meta-a {
  color: #000000;
  min-height: 25px;
  width: auto;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 4px 6px;
  margin-bottom: 20px;
}






.progress-bar {
  height: 100%;
}

.progress {
  height: 100%;
  background-color: #4CAF50;
  width: 0;
  transition: width 0.3s;
}

.add-media {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #e7e7e7;
  color: #202020;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.remove-media {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 12px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 10px;
}

.remove-media {
  background-color: #f44336;
}


.file-item {
  padding: 10px;
  margin-bottom: 5px;
  background-color: #f2f2f2;
}

#submit-btn {
  margin-top: 10px;
}

.cont-form-inner input, select {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border-color: rgba(195, 195, 195, 0.7);
  font-size: 15px;
  line-height: 22px;
}