.mws_admin_stories_listing_logo:focus{
    color: none;
    box-shadow: none !important;
  }
  .mws_admin_stories_listing_logo:hover{
    color: none;
    box-shadow: none !important;
  }
  .mws_admin_stories_listing_logo:active{
    color: none;
    box-shadow: none !important;
  }
.mws_btn_admin_search{
  background-color: #00bdff;
  border: 1px solid #00bdff;
  border: 1px solid #8ed1fc;
  padding: 4px 12px;
  border-radius: 5px;
  color: #ffff;
}
.mws_admin_entry-point-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
}

.mws_admin_entry-point-card-container:after {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0001) 49.88%,
    rgba(0, 0, 0, 0.9) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 16px;
  content: "";
}

.mws_admin_entry-point-card-container {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 250px; 
  height: 350px;
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition: opacity 0.33s, transform 0.33s, visibility 0.33s;
}

.mws_admin_entry-point-card-container.hidden {
  opacity: 0;
  visibility: hidden;
}

.mws_admin_entry-point-card-container:hover .background-cards {
  transform: translate3d(24px, 0px, 0px);
}
.mws_admin_author-container {
  position: absolute;
  display: flex;
  align-items: center;
  top: 24px;
  left: 24px;
}
.mws_admin_card_headline_cont {
  position: absolute;
  bottom: -24px;
  padding: 24px;
  z-index: 1;
  right: -15px;
}

.mws_admin_entry-point-card-headline {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  line-height: 26px;
}

.mws_admin_entry-point-card-subtitle {
  color: #fff;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.mws_admin_logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  position: relative;
  margin-right: 10px;
}

.mws_admin_logo-ring {
  width: 46px;
  height: 46px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='gradient'><stop offset='0' style='stop-color:%232BAC95' /><stop offset='1' style='stop-color:%236EB6F9' /></linearGradient></defs><ellipse ry='100' rx='100' cy='110' cx='110' style='fill:none;stroke:url(%23gradient);stroke-width:6;' /></svg>");
  border-radius: 100%;
  position: absolute;
}

.mws_admin_entry-point-card-logo {
  border-radius: 100%;
  width: 38px;
  height: 38px;
  filter: drop-shadow(0px 0px 20px rgba(255, 255, 255, 0.25));
}

@media only screen and (max-width: 1280px) {
  .mws_admin_entry-point-card-container{
    width: 234px !important;
    height: 350px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .mws_admin_entry-point-card-container{
    width: 165px !important;
    height: 230px !important; 
  }
  .modal_content_lft a img{
    width: 180px;
  }
}
@media only screen and (max-width: 420px) {

  .mws_admin_entry-point-card-container {
    width: 125px !important;
    height: 170px !important;
  }
/*  .mws_admin_entry-point-card-headline{
     display: none;
  }*/
}
/* Mobile CSS rules here*/
@media only screen and (hover: none) and (pointer: coarse) {
  .mws_admin_entry-point-card-container.hidden {
    transform: scale(1.2);
  }
  .mws_admin_author-container {
    top: 16px;
    left: 16px;
  }
  .mws_admin_logo-container,
  .mws_admin_entry-point-card-logo {
    width: 20px;
    height: 20px;
  }
  .mws_admin_logo-ring {
    width: 26px;
    height: 26px;
  }
  .mws_admin_entry-point-card-subtitle {
    font-size: 10px;
    line-height: 14px;
  }
  .mws_admin_entry-point-card-headline {
    font-size: 18px;
    line-height: 20px;
  }

}
@media only screen and (max-width: 420px) {
  input.mws_admin_search {
      width: 65%;
  }
}