.upload_header {
  display: none; }

.item-new {
  position: relative; }
  .item-new .top_title,
  .item-new .top_button_download,
  .item-new .top_button_share {
    display: none; }
  .item-new .control-mobile-menu {
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    height: 70px;
    width: 35px;
    background-image: url(../../images/UI_icons/white/more.svg);
    background-size: 4px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  .item-new .overlay-on-hover {
    display: none;
    height: 100%;
    position: absolute;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer; }
    .item-new .overlay-on-hover .preview-icon-svg {
      width: 45px;
      height: 45px;
      max-width: 30%;
      padding: 0;
      margin: 0;
      opacity: 1; }
  .item-new.active-hover .overlay-on-hover {
    display: block; }
  .item-new .item_name:hover {
    cursor: pointer; }
  .item-new .item_price {
    color: white;
    font-size: 12px;
    padding: 0 13px;
    background-color: #43B21A;
    border-radius: 13px;
    z-index: 10002;
    position: absolute;
    margin: auto;
    line-height: 26px;
    bottom: unset;
    left: 7px;
    transition: 0.5s ease;
    bottom: 70px; }
    .item-new .item_price:hover {
      background-color: #3A9C17; }

.grid_view, .list_view, .horizontal_view {
  font-family: AlbertaSans, Roboto, sans-serif;
  color: #242424; }

.horizontal_view .item-new {
  border-radius: 5px;
  margin: 5px;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .horizontal_view .item-new:after, .horizontal_view .item-new:before {
    content: "";
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: transparent;
    transition: opacity 0.5s ease;
    opacity: 0;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
  .horizontal_view .item-new:before {
    height: 70px;
    top: unset;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%); }
  .horizontal_view .item-new.active-hover:after, .horizontal_view .item-new:hover:after, .horizontal_view .item-new.active-hover:before, .horizontal_view .item-new:hover:before, .horizontal_view .item-new:not(.image-item, .video-item, .show-icon):before {
    opacity: 1; }
  @media screen and (max-width: 500px) {
    .horizontal_view .item-new.active-hover:after, .horizontal_view .item-new:hover:after, .horizontal_view .item-new:after {
      opacity: 1; }
    .horizontal_view .item-new.active-hover:before, .horizontal_view .item-new:hover:before, .horizontal_view .item-new:not(.image-item, .video-item, .show-icon):before {
      opacity: 0; } }
  .horizontal_view .item-new#item-new_add-files:after, .horizontal_view .item-new#item-new_add-files:before {
    opacity: 0 !important; }
  .horizontal_view .item-new .top_button_download {
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-image: url("../../images/UI_icons/white/download.svg");
    position: absolute;
    right: 9px;
    top: 7px;
    z-index: 10002;
    width: 12px;
    height: 13px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .horizontal_view .item-new .top_button_download span {
      display: none; }
  .horizontal_view .item-new.active-hover .top_button_download, .horizontal_view .item-new:hover .top_button_download {
    opacity: 1; }
    @media screen and (max-width: 500px) {
      .horizontal_view .item-new.active-hover .top_button_download, .horizontal_view .item-new:hover .top_button_download {
        opacity: 0; } }
  .horizontal_view .item-new .details {
    height: 28px;
    padding: 8px 8px;
    width: calc(100% - 16px);
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative; }
    .horizontal_view .item-new .details .item_name {
      font-size: 14px;
      line-height: 16px;
      text-overflow: ellipsis;
      white-space: pre;
      overflow: hidden;
      text-align: left;
      text-align-last: left;
      color: white; }
  .horizontal_view .item-new .control-mobile-menu {
    display: none; }
  .horizontal_view .item-new .tools_price_button {
    color: #242424 !important;
    font-size: 14px;
    line-height: 19px;
    padding: 0 2px;
    background-color: white !important;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 10002;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0.6;
    /*display: none;*/ }
    .horizontal_view .item-new .tools_price_button:hover {
      opacity: 1; }
    .horizontal_view .item-new .tools_price_button.has_value span {
      padding: 0 2px;
      font-size: 15px; }
    .horizontal_view .item-new .tools_price_button.has_value .fa {
      margin: 0 0 0 2px; }
    .horizontal_view .item-new .tools_price_button .fa {
      color: #2b3d52 !important;
      margin: 2px 3px 1px 2px; }
  .horizontal_view .item-new.active-hover .overlay-on-hover {
    display: flex; }
  .horizontal_view .item-new.active-hover .details {
    user-select: none;
    z-index: 10002; }
    .horizontal_view .item-new.active-hover .details:before {
      display: none; }
    .horizontal_view .item-new.active-hover .details .metadata .metadata-item {
      color: white; }
  .horizontal_view .item-new.active-hover .control-mobile-menu {
    display: flex;
    z-index: 10003; }
  .horizontal_view .item-new.active-hover .tools_price_button {
    display: block; }
  .horizontal_view .item-new .grid-hide {
    display: none; }
.horizontal_view .files {
  display: inline-block !important;
  gap: unset;
  font-size: 0;
  width: calc(100% + 4px);
  margin-left: -2px; }
  .horizontal_view .files .file-new {
    height: 240px;
    min-width: 120px;
    border: 2px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border-radius: 0; }
    @media screen and (max-width: 500px) {
      .horizontal_view .files .file-new {
        height: 110px;
        min-width: 40px; } }
    .horizontal_view .files .file-new .item_price {
      bottom: 50px; }
    .horizontal_view .files .file-new .thumb {
      width: 100%;
      height: 100%;
      line-height: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
      background-color: #f2f2f2; }
      .horizontal_view .files .file-new .thumb IMG:not([src="/images/public/dummy_thumb.png"], .file-type-icon) {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        object-fit: scale-down;
        transform: unset;
        position: unset; }
      .horizontal_view .files .file-new .thumb IMG[data-stretch] {
        object-fit: cover;
        width: 100% !important;
        height: 100%  !important; }
      .horizontal_view .files .file-new .thumb IMG.file-type-icon {
        height: 65px;
        max-height: 38%;
        position: unset;
        max-width: unset;
        transform: unset; }
      .horizontal_view .files .file-new .thumb .lazyload-image {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .horizontal_view .files .file-new .details {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 12px;
      min-height: 17px;
      overflow: unset;
      text-align: left !important;
      max-width: calc(100% - 25px);
      left: 0;
      bottom: 0;
      word-break: break-all;
      box-sizing: border-box;
      border: none;
      line-height: 14px;
      padding: 5px 10px;
      height: 51px;
      background: transparent;
      flex-direction: column;
      justify-content: center;
      user-select: none;
      display: flex; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new .details {
          height: 44px; } }
      .horizontal_view .files .file-new .details .item_name {
        color: white !important;
        text-align: left;
        text-align-last: left;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 28px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        width: 100%;
        display: inline-block;
        display: -webkit-box;
        white-space: unset;
        line-height: 14px; }
      .horizontal_view .files .file-new .details .metadata .metadata-access {
        bottom: 46px; }
    .horizontal_view .files .file-new.image-item .item_price, .horizontal_view .files .file-new.video-item .item_price {
      bottom: 10px; }
    .horizontal_view .files .file-new.image-item .details .item_name, .horizontal_view .files .file-new.video-item .details .item_name {
      display: none; }
    .horizontal_view .files .file-new:not(.image-item, .video-item, .active-hover, :hover) .item_name {
      color: #242424 !important; }
    .horizontal_view .files .file-new:not(.show-icon) .item_name {
      color: white !important; }
    .horizontal_view .files .file-new.image-item .details .metadata .metadata-access, .horizontal_view .files .file-new.video-item .details .metadata .metadata-access {
      bottom: 10px; }
    .horizontal_view .files .file-new.image-item.has_price .details .metadata .metadata-access, .horizontal_view .files .file-new.video-item.has_price .details .metadata .metadata-access {
      bottom: 47px; }
    .horizontal_view .files .file-new .top_title {
      display: none;
      position: absolute;
      z-index: 10002;
      cursor: pointer;
      opacity: 1;
      width: 100%;
      left: 0;
      top: 0;
      padding: 10px;
      box-sizing: border-box;
      color: white !important; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new .top_title {
          display: flex; } }
    .horizontal_view .files .file-new.active-hover .top_title, .horizontal_view .files .file-new:hover .top_title {
      display: flex; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new.active-hover .top_title, .horizontal_view .files .file-new:hover .top_title {
          display: flex; } }
    .horizontal_view .files .file-new .control-mobile-menu {
      display: none;
      top: unset;
      position: absolute;
      bottom: 0;
      right: 0;
      left: unset;
      height: 51px;
      width: 35px;
      background-color: transparent !important;
      z-index: 10003; }
    .horizontal_view .files .file-new .tools_price_button {
      color: #242424 !important;
      font-size: 14px;
      line-height: 19px;
      padding: 0 2px;
      background-color: white !important;
      border: 1px solid #fff;
      border-radius: 3px;
      z-index: 10002;
      position: absolute;
      left: 8px;
      top: 8px;
      opacity: 0.6;
      /*display: none;*/ }
      .horizontal_view .files .file-new .tools_price_button:hover {
        opacity: 1; }
      .horizontal_view .files .file-new .tools_price_button.has_value span {
        padding: 0 2px;
        font-size: 15px; }
      .horizontal_view .files .file-new .tools_price_button.has_value .fa {
        margin: 0 0 0 2px; }
      .horizontal_view .files .file-new .tools_price_button .fa {
        color: #2b3d52 !important;
        margin: 2px 3px 1px 2px; }
    .horizontal_view .files .file-new .overlay-on-hover.off-hover {
      display: flex;
      align-items: center;
      justify-content: center; }
    .horizontal_view .files .file-new.has_price .metadata .metadata-access {
      bottom: 83px; }
    .horizontal_view .files .file-new:hover .overlay-on-hover, .horizontal_view .files .file-new.active-hover .overlay-on-hover {
      display: flex; }
    .horizontal_view .files .file-new:hover .details, .horizontal_view .files .file-new.active-hover .details {
      user-select: none;
      z-index: 10002;
      display: flex; }
      .horizontal_view .files .file-new:hover .details:before, .horizontal_view .files .file-new.active-hover .details:before {
        display: none; }
      .horizontal_view .files .file-new:hover .details .item_name, .horizontal_view .files .file-new.active-hover .details .item_name {
        display: inline-block;
        display: -webkit-box; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new:hover .details, .horizontal_view .files .file-new.active-hover .details {
          display: none; } }
    .horizontal_view .files .file-new:hover .item_price, .horizontal_view .files .file-new.active-hover .item_price {
      bottom: 50px; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new:hover .item_price, .horizontal_view .files .file-new.active-hover .item_price {
          bottom: 10px; } }
    .horizontal_view .files .file-new:hover.image-item.has_price .details .metadata .metadata-access, .horizontal_view .files .file-new:hover.video-item.has_price .details .metadata .metadata-access, .horizontal_view .files .file-new.active-hover.image-item.has_price .details .metadata .metadata-access, .horizontal_view .files .file-new.active-hover.video-item.has_price .details .metadata .metadata-access {
      bottom: 83px; }
    .horizontal_view .files .file-new:hover .control-mobile-menu, .horizontal_view .files .file-new.active-hover .control-mobile-menu {
      display: flex;
      z-index: 10003; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new:hover .control-mobile-menu, .horizontal_view .files .file-new.active-hover .control-mobile-menu {
          display: none; } }
    .horizontal_view .files .file-new:hover .tools_price_button, .horizontal_view .files .file-new.active-hover .tools_price_button {
      display: block; }
      @media screen and (max-width: 500px) {
        .horizontal_view .files .file-new:hover .tools_price_button, .horizontal_view .files .file-new.active-hover .tools_price_button {
          display: none; } }
.horizontal_view .upload-new .top_button_share {
  opacity: 1; }
.horizontal_view .top_button_share {
  opacity: 0; }
.horizontal_view .horizontal-hide {
  display: none !important; }
.horizontal_view .upload_header {
  display: none; }

.grid_view .item-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 36px 16px; }
  @media screen and (max-width: 500px) {
    .grid_view .item-grid {
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      gap: 18px 8px; } }
.grid_view .item-new {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin: 0;
  height: auto;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  .grid_view .item-new .details {
    height: 70px;
    padding: 8px 8px;
    width: calc(100% - 16px);
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative; }
    .grid_view .item-new .details .item_name {
      font-size: 14px;
      color: white;
      line-height: 16px;
      text-align-last: left; }
  .grid_view .item-new .overlay-on-hover.off-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: calc(100% - 51px); }
  .grid_view .item-new .tools_price_button {
    color: #242424 !important;
    font-size: 14px;
    line-height: 19px;
    padding: 0 2px;
    background-color: white !important;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 10002;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0.6;
    /*display: none;*/ }
    .grid_view .item-new .tools_price_button:hover {
      opacity: 1; }
    .grid_view .item-new .tools_price_button.has_value span {
      padding: 0 2px;
      font-size: 15px; }
    .grid_view .item-new .tools_price_button.has_value .fa {
      margin: 0 0 0 2px; }
    .grid_view .item-new .tools_price_button .fa {
      color: #2b3d52 !important;
      margin: 2px 3px 1px 2px; }
  .grid_view .item-new.active-hover .details {
    user-select: none;
    z-index: 10002; }
    .grid_view .item-new.active-hover .details:before {
      display: none; }
    .grid_view .item-new.active-hover .details .metadata .divider:before {
      background: white; }
    .grid_view .item-new.active-hover .details .metadata .metadata-item {
      color: white; }
  .grid_view .item-new.active-hover .control-mobile-menu {
    z-index: 10003; }
  .grid_view .item-new.active-hover .tools_price_button {
    display: block; }
  .grid_view .item-new .grid-hide {
    display: none; }
.grid_view .file-new {
  cursor: pointer;
  border-radius: 5px; }
  .grid_view .file-new .thumb {
    background-color: white; }
    .grid_view .file-new .thumb img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: unset !important;
      min-height: calc(100% - 51px);
      max-height: 100%;
      object-fit: scale-down; }
  .grid_view .file-new .control-mobile-menu {
    background-image: url(../../images/UI_icons/more.svg);
    height: 51px; }
  .grid_view .file-new .top_button_download {
    display: none;
    background-image: url(../../images/UI_icons/white/download.svg);
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10002;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .grid_view .file-new .top_button_download span {
      display: none; }
  .grid_view .file-new.has_download.active-hover .top_button_download, .grid_view .file-new.has_download:hover .top_button_download {
    display: block; }
    @media screen and (max-width: 500px) {
      .grid_view .file-new.has_download.active-hover .top_button_download, .grid_view .file-new.has_download:hover .top_button_download {
        display: none; } }
  .grid_view .file-new.has_download:before {
    content: "";
    display: block !important;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: transparent;
    transition: opacity 0.5s ease;
    opacity: 0;
    top: 0;
    bottom: unset;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    height: 50px;
    transition: 0.5s ease;
    pointer-events: none; }
  .grid_view .file-new.has_download.active-hover:before, .grid_view .file-new.has_download:hover:before {
    opacity: 1; }
    @media screen and (max-width: 500px) {
      .grid_view .file-new.has_download.active-hover:before, .grid_view .file-new.has_download:hover:before {
        opacity: 0; } }
  .grid_view .file-new .details {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 12px;
    min-height: 17px;
    overflow: unset;
    text-align: left !important;
    width: 100%;
    left: 0;
    bottom: 0;
    word-break: break-all;
    box-sizing: border-box;
    border-top: 1px solid #EDEDED;
    line-height: 14px;
    padding: 5px 10px;
    height: 51px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FFFFFFCC;
    flex-direction: column;
    justify-content: center; }
    .grid_view .file-new .details .item_name {
      display: inline-block;
      display: -webkit-box;
      width: auto;
      max-width: calc(100% - 30px);
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 27px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      color: #383838;
      position: relative;
      font-size: 12px;
      line-height: 14px; }
    .grid_view .file-new .details .metadata .metadata-access {
      bottom: 57px; }
  .grid_view .file-new.has_price {
    border: 1px solid #71D57C; }
    .grid_view .file-new.has_price .details {
      border-top: 1px solid #71D57C;
      background: #F2FFE2CC;
      transition: background-color 0.5s ease; }
    .grid_view .file-new.has_price .metadata .metadata-access {
      bottom: 88px; }
  .grid_view .file-new.details-visible .details {
    display: flex; }
  .grid_view .file-new .item_price {
    bottom: 57px; }
  .grid_view .file-new .tools_price_button {
    text-decoration: none;
    top: 10px !important;
    left: 10px !important; }
    .grid_view .file-new .tools_price_button:not(.has_value) {
      display: none; }
  .grid_view .file-new.active-hover .tools_price_button {
    display: block; }
  .grid_view .file-new.active-hover .details {
    display: flex; }
  .grid_view .file-new.active-hover.has_price {
    border: 1px solid #6CBF00; }
    .grid_view .file-new.active-hover.has_price .details {
      background: #DEF7BCCC;
      border-top: 1px solid #6CBF00; }
.grid_view .upload-new .top_button_share {
  opacity: 1; }
.grid_view .upload-new .details .metadata {
  height: 30%;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  color: #6A7178;
  font-size: 12px; }
  .grid_view .upload-new .details .metadata .divider {
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 3px; }
    .grid_view .upload-new .details .metadata .divider:before {
      content: "";
      background: #6A7178;
      width: 3px;
      height: 3px;
      border-radius: 3px;
      position: absolute;
      left: 50%;
      top: 90%;
      transform: translate(-50%, -50%); }
.grid_view .upload_header {
  display: none; }

.horizontal_view .upload-new, .grid_view .upload-new {
  width: 100%;
  min-height: 215px;
  aspect-ratio: 1;
  height: 100%;
  border-radius: 20px;
  border: none;
  border-radius: 15px; }
  @media screen and (max-width: 500px) {
    .horizontal_view .upload-new, .grid_view .upload-new {
      min-height: 150px; } }
  .horizontal_view .upload-new:after, .horizontal_view .upload-new:before, .grid_view .upload-new:after, .grid_view .upload-new:before {
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    background: transparent;
    transition: opacity 0.5s ease;
    opacity: 0;
    height: 100%;
    top: unset;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 150px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 150px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 150px);
    transition: 0.5s ease;
    pointer-events: none; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:after, .horizontal_view .upload-new:before, .grid_view .upload-new:after, .grid_view .upload-new:before {
        top: unset;
        bottom: 0;
        opacity: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 130px);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 130px);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 130px); } }
  .horizontal_view .upload-new:before, .grid_view .upload-new:before {
    background: rgba(0, 0, 0, 0.7); }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:before, .grid_view .upload-new:before {
        top: 0;
        bottom: unset;
        background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50px);
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50px);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 50px); } }
  .horizontal_view .upload-new:after, .grid_view .upload-new:after {
    opacity: 0; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:after, .grid_view .upload-new:after {
        opacity: 0; } }
  .horizontal_view .upload-new:not(.image-item, .video-item, .show-icon):after, .grid_view .upload-new:not(.image-item, .video-item, .show-icon):after {
    opacity: 1; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:not(.image-item, .video-item, .show-icon):after, .grid_view .upload-new:not(.image-item, .video-item, .show-icon):after {
        opacity: 1; } }
  .horizontal_view .upload-new.active-hover:after, .horizontal_view .upload-new:hover:after, .grid_view .upload-new.active-hover:after, .grid_view .upload-new:hover:after {
    opacity: 0; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new.active-hover:after, .horizontal_view .upload-new:hover:after, .grid_view .upload-new.active-hover:after, .grid_view .upload-new:hover:after {
        opacity: 0; } }
  .horizontal_view .upload-new:before, .grid_view .upload-new:before {
    opacity: 0; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:before, .grid_view .upload-new:before {
        opacity: 0; } }
  .horizontal_view .upload-new:not(.image-item, .video-item, .show-icon):before, .grid_view .upload-new:not(.image-item, .video-item, .show-icon):before {
    opacity: 0; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new:not(.image-item, .video-item, .show-icon):before, .grid_view .upload-new:not(.image-item, .video-item, .show-icon):before {
        opacity: 1; } }
  .horizontal_view .upload-new.active-hover:before, .horizontal_view .upload-new:hover:before, .grid_view .upload-new.active-hover:before, .grid_view .upload-new:hover:before {
    opacity: 1; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new.active-hover:before, .horizontal_view .upload-new:hover:before, .grid_view .upload-new.active-hover:before, .grid_view .upload-new:hover:before {
        background: rgba(0, 0, 0, 0.7);
        opacity: 1; } }
  .horizontal_view .upload-new#item-new_add-files:after, .horizontal_view .upload-new#item-new_add-files:before, .grid_view .upload-new#item-new_add-files:after, .grid_view .upload-new#item-new_add-files:before {
    opacity: 0 !important; }
  .horizontal_view .upload-new .top_button_share, .grid_view .upload-new .top_button_share {
    display: none;
    background-image: url("../../images/UI_icons/white/share.svg");
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 10002;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .horizontal_view .upload-new .top_button_share span, .grid_view .upload-new .top_button_share span {
      display: none; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new .top_button_share, .grid_view .upload-new .top_button_share {
        display: block; } }
  .horizontal_view .upload-new.active-hover .top_button_share, .horizontal_view .upload-new:hover .top_button_share, .grid_view .upload-new.active-hover .top_button_share, .grid_view .upload-new:hover .top_button_share {
    display: block; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new.active-hover .top_button_share, .horizontal_view .upload-new:hover .top_button_share, .grid_view .upload-new.active-hover .top_button_share, .grid_view .upload-new:hover .top_button_share {
        display: block; } }
  .horizontal_view .upload-new .control-mobile-menu, .grid_view .upload-new .control-mobile-menu {
    height: 40px;
    margin-bottom: 6px;
    background-size: 4px;
    width: 45px;
    display: none; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new .control-mobile-menu, .grid_view .upload-new .control-mobile-menu {
        height: 45px;
        margin-bottom: 5px;
        display: block; } }
  .horizontal_view .upload-new.active-hover .control-mobile-menu, .horizontal_view .upload-new:hover .control-mobile-menu, .grid_view .upload-new.active-hover .control-mobile-menu, .grid_view .upload-new:hover .control-mobile-menu {
    display: block; }
  .horizontal_view .upload-new .details, .grid_view .upload-new .details {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    line-height: 14px;
    padding: 15px 20px 12px 20px;
    min-height: 70px;
    justify-content: space-around;
    z-index: 2;
    height: auto; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new .details, .grid_view .upload-new .details {
        padding: 15px 25px 15px 15px; } }
    .horizontal_view .upload-new .details .item_name, .grid_view .upload-new .details .item_name {
      font-size: 14px;
      color: white;
      font-weight: bold;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: unset;
      margin-bottom: 3px;
      overflow-wrap: anywhere; }
      @media screen and (max-width: 500px) {
        .horizontal_view .upload-new .details .item_name, .grid_view .upload-new .details .item_name {
          -webkit-line-clamp: 3; } }
    .horizontal_view .upload-new .details .metadata, .grid_view .upload-new .details .metadata {
      display: flex;
      flex-direction: row;
      align-items: center;
      color: white;
      font-size: 12px;
      line-height: 12px;
      height: 25px;
      margin-top: unset;
      margin-right: 20px; }
      .horizontal_view .upload-new .details .metadata .item_price, .grid_view .upload-new .details .metadata .item_price {
        display: none; }
      @media screen and (max-width: 500px) {
        .horizontal_view .upload-new .details .metadata, .grid_view .upload-new .details .metadata {
          height: 15px; } }
      .horizontal_view .upload-new .details .metadata .divider, .grid_view .upload-new .details .metadata .divider {
        position: relative;
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 3px;
        height: 100%; }
        .horizontal_view .upload-new .details .metadata .divider:before, .grid_view .upload-new .details .metadata .divider:before {
          content: "|";
          color: white;
          background: unset;
          width: 3px;
          height: 14px;
          position: absolute;
          left: 50%;
          top: 59%;
          transform: translate(-50%, -50%); }
  .horizontal_view .upload-new.show-icon .top_button_share, .grid_view .upload-new.show-icon .top_button_share {
    background-image: url("../../images/UI_icons/share.svg"); }
  .horizontal_view .upload-new.show-icon .control-mobile-menu, .grid_view .upload-new.show-icon .control-mobile-menu {
    background-image: url("../../images/UI_icons/more.svg"); }
  .horizontal_view .upload-new.show-icon .details .item_name,
  .horizontal_view .upload-new.show-icon .details .metadata,
  .horizontal_view .upload-new.show-icon .details .divider:before,
  .horizontal_view .upload-new.show-icon .details svg *, .grid_view .upload-new.show-icon .details .item_name,
  .grid_view .upload-new.show-icon .details .metadata,
  .grid_view .upload-new.show-icon .details .divider:before,
  .grid_view .upload-new.show-icon .details svg * {
    transition: color 0.5s ease, fill 0.2s ease;
    color: #242424;
    fill: #242424; }
  .horizontal_view .upload-new.active-hover .top_button_share, .horizontal_view .upload-new:hover .top_button_share, .grid_view .upload-new.active-hover .top_button_share, .grid_view .upload-new:hover .top_button_share {
    background-image: url("../../images/UI_icons/white/share.svg"); }
  .horizontal_view .upload-new.active-hover .control-mobile-menu, .horizontal_view .upload-new:hover .control-mobile-menu, .grid_view .upload-new.active-hover .control-mobile-menu, .grid_view .upload-new:hover .control-mobile-menu {
    background-image: url("../../images/UI_icons/white/more.svg"); }
  .horizontal_view .upload-new.active-hover.show-icon .details .item_name,
  .horizontal_view .upload-new.active-hover.show-icon .details .metadata,
  .horizontal_view .upload-new.active-hover.show-icon .details .divider:before,
  .horizontal_view .upload-new.active-hover.show-icon .details svg *, .horizontal_view .upload-new:hover.show-icon .details .item_name,
  .horizontal_view .upload-new:hover.show-icon .details .metadata,
  .horizontal_view .upload-new:hover.show-icon .details .divider:before,
  .horizontal_view .upload-new:hover.show-icon .details svg *, .grid_view .upload-new.active-hover.show-icon .details .item_name,
  .grid_view .upload-new.active-hover.show-icon .details .metadata,
  .grid_view .upload-new.active-hover.show-icon .details .divider:before,
  .grid_view .upload-new.active-hover.show-icon .details svg *, .grid_view .upload-new:hover.show-icon .details .item_name,
  .grid_view .upload-new:hover.show-icon .details .metadata,
  .grid_view .upload-new:hover.show-icon .details .divider:before,
  .grid_view .upload-new:hover.show-icon .details svg * {
    color: white;
    fill: white; }
  .horizontal_view .upload-new .item_price, .grid_view .upload-new .item_price {
    left: 15px;
    top: -20px;
    bottom: unset; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new .item_price, .grid_view .upload-new .item_price {
        top: -20px;
        left: 12px; } }
  .horizontal_view .upload-new.active-hover .details .metadata .divider:before, .grid_view .upload-new.active-hover .details .metadata .divider:before {
    background: unset; }
  .horizontal_view .upload-new .thumbs, .grid_view .upload-new .thumbs {
    height: 100%;
    display: flex;
    background-color: #f2f2f2; }
    .horizontal_view .upload-new .thumbs .main-thumb, .grid_view .upload-new .thumbs .main-thumb {
      display: inline-block;
      align-self: center;
      width: 50%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .horizontal_view .upload-new .thumbs .main-thumb .file-type-icon, .grid_view .upload-new .thumbs .main-thumb .file-type-icon {
        margin-top: -10px; }
    .horizontal_view .upload-new .thumbs .thumb-placeholder, .grid_view .upload-new .thumbs .thumb-placeholder {
      background: #ededed; }
    .horizontal_view .upload-new .thumbs .side-thumbs, .grid_view .upload-new .thumbs .side-thumbs {
      display: inline-flex;
      flex-direction: column;
      border-left: 3px solid white;
      width: 50%;
      height: 100%; }
      .horizontal_view .upload-new .thumbs .side-thumbs .thumb, .grid_view .upload-new .thumbs .side-thumbs .thumb {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: calc(50% - 1px); }
        .horizontal_view .upload-new .thumbs .side-thumbs .thumb:first-child, .grid_view .upload-new .thumbs .side-thumbs .thumb:first-child {
          border-bottom: 3px solid white; }
        .horizontal_view .upload-new .thumbs .side-thumbs .thumb.has_icon .thumb, .grid_view .upload-new .thumbs .side-thumbs .thumb.has_icon .thumb {
          border: none; }
    .horizontal_view .upload-new .thumbs .file-type-icon, .grid_view .upload-new .thumbs .file-type-icon {
      max-width: 60%;
      max-height: 30%; }
    .horizontal_view .upload-new .thumbs.upload-one-thumb .main-thumb, .grid_view .upload-new .thumbs.upload-one-thumb .main-thumb {
      width: 100%;
      background-size: cover; }
    .horizontal_view .upload-new .thumbs.upload-one-thumb .side-thumbs, .grid_view .upload-new .thumbs.upload-one-thumb .side-thumbs {
      display: none; }
    .horizontal_view .upload-new .thumbs.upload-two-thumbs .side-thumbs .thumb, .grid_view .upload-new .thumbs.upload-two-thumbs .side-thumbs .thumb {
      height: 100%; }
  .horizontal_view .upload-new .overlay-on-hover, .grid_view .upload-new .overlay-on-hover {
    display: none;
    height: 100%;
    position: absolute;
    z-index: 10001;
    left: 0;
    top: 0;
    width: 100%;
    background: unset;
    filter: unset; }
  .horizontal_view .upload-new .control-mobile-menu.only-share, .grid_view .upload-new .control-mobile-menu.only-share {
    display: none; }
  .horizontal_view .upload-new .only-share + .details, .grid_view .upload-new .only-share + .details {
    padding: 15px; }
    @media screen and (max-width: 500px) {
      .horizontal_view .upload-new .only-share + .details, .grid_view .upload-new .only-share + .details {
        padding: 10px 15px; }
        .horizontal_view .upload-new .only-share + .details .metadata, .grid_view .upload-new .only-share + .details .metadata {
          margin-right: 0; } }
  .horizontal_view .upload-new.upload-one-file .thumbs .main-thumb, .grid_view .upload-new.upload-one-file .thumbs .main-thumb {
    width: 100%;
    background-size: cover; }
  .horizontal_view .upload-new.upload-one-file .thumbs .side-thumbs, .grid_view .upload-new.upload-one-file .thumbs .side-thumbs {
    display: none; }
  .horizontal_view .upload-new .grid-hide, .horizontal_view .upload-new .horizontal-hide, .grid_view .upload-new .grid-hide, .grid_view .upload-new .horizontal-hide {
    display: none !important; }
.horizontal_view #item-new_add-files, .grid_view #item-new_add-files {
  border: 1px solid #E5EDED; }
.horizontal_view .file-new .metadata .divider,
.horizontal_view .file-new .metadata .metadata-item, .grid_view .file-new .metadata .divider,
.grid_view .file-new .metadata .metadata-item {
  display: none; }
.horizontal_view .file-new .metadata .metadata-access, .grid_view .file-new .metadata .metadata-access {
  position: absolute;
  display: flex;
  z-index: 11111;
  left: 7px;
  gap: 5px;
  transition: 0.5s ease; }
  .horizontal_view .file-new .metadata .metadata-access .comment,
  .horizontal_view .file-new .metadata .metadata-access .vote, .grid_view .file-new .metadata .metadata-access .comment,
  .grid_view .file-new .metadata .metadata-access .vote {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    transition: background-color .5s ease,color .5s ease;
    background: rgba(0, 0, 0, 0.75);
    background-repeat: no-repeat !important;
    background-position: center;
    background-image: url(../../images/UI_icons/white/like.svg);
    background-size: 13px;
    cursor: default;
    opacity: 0.75;
    transition: opacity 0.5s ease; }
  .horizontal_view .file-new .metadata .metadata-access .comment, .grid_view .file-new .metadata .metadata-access .comment {
    background-image: url(../../images/UI_icons/white/chat.svg);
    cursor: pointer;
    opacity: 0.75; }
  .horizontal_view .file-new .metadata .metadata-access .comment:hover, .grid_view .file-new .metadata .metadata-access .comment:hover {
    opacity: 1; }
.horizontal_view .file-new .thumb, .horizontal_view .item-new .thumb_default, .grid_view .file-new .thumb, .grid_view .item-new .thumb_default {
  overflow: hidden;
  /*
  .lazyload-image {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
  }
  
  .lazyload-image.horizontal {
      height: auto !important;
      min-height: unset !important;
      width: 100%;    
  }
  
  .lazyload-image.vertical {
      height: 100%;
      width: auto !important;
      min-width: unset !important;
  }
  */
  position: relative;
  width: 100%;
  height: 100%; }
  .horizontal_view .file-new .thumb .file-type-icon, .horizontal_view .item-new .thumb_default .file-type-icon, .grid_view .file-new .thumb .file-type-icon, .grid_view .item-new .thumb_default .file-type-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .horizontal_view .file-new .thumb .real-thumb, .horizontal_view .item-new .thumb_default .real-thumb, .grid_view .file-new .thumb .real-thumb, .grid_view .item-new .thumb_default .real-thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    width: auto; }
.horizontal_view .header_wrapper, .grid_view .header_wrapper {
  display: flex;
  padding: 10px 5px 0;
  gap: 5px;
  align-items: center; }
  @media screen and (max-width: 500px) {
    .horizontal_view .header_wrapper, .grid_view .header_wrapper {
      padding: 5px 5px 0; } }
  .horizontal_view .header_wrapper .header_img, .grid_view .header_wrapper .header_img {
    width: 18px;
    min-width: 18px;
    height: 18px;
    border: 1px solid white;
    border-radius: 50%;
    box-sizing: border-box;
    background-size: cover;
    background-position: center; }
  .horizontal_view .header_wrapper .header_title, .grid_view .header_wrapper .header_title {
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all; }

.upload-new .thumb_default {
  height: 100% !important;
  width: 100% !important; }
  .upload-new .thumb_default .lazyload-image {
    display: none; }
  .upload-new .thumb_default .file-type-icon {
    margin-top: 0; }
.upload-new .thumbs .main-thumb .thumb_default {
  height: 100% !important; }
.upload-new .thumbs .side-thumbs .thumb.has_icon {
  height: calc(50% - 4px); }
  .upload-new .thumbs .side-thumbs .thumb.has_icon .thumb {
    border-right: none; }
  .upload-new .thumbs .side-thumbs .thumb.has_icon:first-child {
    height: calc(50% - 2px); }
    .upload-new .thumbs .side-thumbs .thumb.has_icon:first-child .thumb {
      border-top: none; }

.file-new .thumb:hover,
.upload-new .thumbs:hover {
  cursor: pointer; }

#menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5); }
  #menu-backdrop.visible {
    opacity: 1;
    display: none; }
    @media screen and (max-width: 500px) {
      #menu-backdrop.visible {
        display: block; } }

#mobile-item-controls {
  width: 100%;
  background: #E5E5E5;
  padding: 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  text-align: left;
  flex-direction: column;
  max-width: 250px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(4, 30, 77, 0.12);
  box-shadow: 0 0 40px rgba(4, 30, 77, 0.12);
  border: none;
  margin: 0;
  min-width: 235px;
  bottom: unset;
  text-indent: 0;
  transition: unset; }
  #mobile-item-controls .public_profile_items_container_close {
    color: #2C3E52;
    text-align: center;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: block; }
    #mobile-item-controls .public_profile_items_container_close i {
      font-size: 18px !important;
      font-family: "Font Awesome 5 Pro" !important;
      line-height: 35px;
      text-align: center; }
  #mobile-item-controls .title-line {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 15px 15px 0;
    color: #242424;
    width: 100%;
    box-sizing: border-box;
    background: white; }
    #mobile-item-controls .title-line .thumb {
      width: 20px;
      height: 20px;
      min-width: 20px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      #mobile-item-controls .title-line .thumb.image-icon {
        background-size: 20px 20px;
        width: 50px;
        min-width: 50px; }
    #mobile-item-controls .title-line .title {
      display: inline-block;
      display: -webkit-inline-box;
      font-size: 12px;
      line-height: 16px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-indent: 0; }
  #mobile-item-controls .controls {
    display: flex;
    flex-direction: column;
    padding: 2px 0 5px 0;
    background: white; }
    #mobile-item-controls .controls .control {
      display: inline-flex;
      padding: 3px 15px 3px 50px;
      clear: both;
      white-space: nowrap;
      height: 35px;
      line-height: 35px;
      color: #242424 !important;
      transition: color 0.5s ease;
      font-size: 14px;
      width: 100%;
      box-sizing: border-box;
      background-size: 16px 16px;
      background-position: 16px center;
      align-items: center;
      background-repeat: no-repeat;
      cursor: pointer;
      transition: background-color 0.5s ease;
      text-decoration: unset; }
      #mobile-item-controls .controls .control:hover {
        background-color: #F2F5F8; }
      #mobile-item-controls .controls .control.control-share {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/share.svg"); }
        #mobile-item-controls .controls .control.control-share:before {
          display: none; }
      #mobile-item-controls .controls .control.control-download {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/download.svg"); }
        #mobile-item-controls .controls .control.control-download:before {
          display: none; }
      #mobile-item-controls .controls .control.control-report {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/report.svg"); }
        #mobile-item-controls .controls .control.control-report:before {
          display: none; }
      #mobile-item-controls .controls .control.control-delete {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/delete.svg"); }
        #mobile-item-controls .controls .control.control-delete:before {
          display: none; }
      #mobile-item-controls .controls .control.control-like {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/like.svg"); }
        #mobile-item-controls .controls .control.control-like:before {
          display: none; }
      #mobile-item-controls .controls .control.control-comment {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/comment.svg"); }
        #mobile-item-controls .controls .control.control-comment:before {
          display: none; }
      #mobile-item-controls .controls .control.control-edit {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/edit.svg"); }
        #mobile-item-controls .controls .control.control-edit:before {
          display: none; }
      #mobile-item-controls .controls .control.control-price {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/price.svg"); }
        #mobile-item-controls .controls .control.control-price:before {
          display: none; }
      #mobile-item-controls .controls .control.control-buy {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/buy.svg"); }
        #mobile-item-controls .controls .control.control-buy:before {
          display: none; }
      #mobile-item-controls .controls .control.control-printing-order {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/printing-order.svg"); }
        #mobile-item-controls .controls .control.control-printing-order:before {
          display: none; }
      #mobile-item-controls .controls .control.control-cover {
        background-repeat: no-repeat;
        opacity: 1;
        background-image: url("../../images/UI_icons/cover.svg"); }
        #mobile-item-controls .controls .control.control-cover:before {
          display: none; }
      #mobile-item-controls .controls .control.control-buy {
        background-image: url(../../images/UI_icons/cart.svg); }
      #mobile-item-controls .controls .control.control-comment {
        background-image: url(../../images/UI_icons/chat.svg); }
      #mobile-item-controls .controls .control.control-printing-order {
        background-image: url(../../images/UI_icons/cart.svg); }
      #mobile-item-controls .controls .control.control-price {
        background-image: url(../../images/UI_icons/euro.svg); }
      #mobile-item-controls .controls .control.control-edit {
        background-image: url(../../images/UI_icons/gear.svg); }
      #mobile-item-controls .controls .control.control-set-price {
        background-image: url(../../images/UI_icons/euro.svg); }
      #mobile-item-controls .controls .control.control-add-cover {
        background-image: url(../../images/UI_icons/image_plus.svg); }
      #mobile-item-controls .controls .control.control-open {
        background-image: url(../../images/UI_icons/new_tab.svg); }
      #mobile-item-controls .controls .control.control-remove-cover {
        background-image: url(../../images/UI_icons/close_circle.svg); }
      #mobile-item-controls .controls .control.control-delete {
        background-image: url(../../images/UI_icons/red/trash.svg);
        color: #F23047 !important; }
      #mobile-item-controls .controls .control.control-report {
        background-image: url(../../images/UI_icons/alert.svg); }
      #mobile-item-controls .controls .control.control-like.active {
        background-image: url(../../images/UI_icons/blue/like.svg); }
  #mobile-item-controls.visible {
    max-height: 100%; }
  @media screen and (max-width: 500px) {
    #mobile-item-controls {
      top: unset !important;
      bottom: 0 !important;
      right: 0 !important;
      left: 0 !important;
      position: fixed !important;
      max-width: unset !important;
      width: 100%;
      height: unset;
      background: rgba(0, 0, 0, 0.3);
      flex-direction: column;
      justify-content: flex-end;
      border-radius: 15px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 0 !important; }
      #mobile-item-controls .title-line {
        padding: 0 23px 0 65px;
        height: 60px;
        position: relative; }
        #mobile-item-controls .title-line .thumb {
          width: 20px;
          height: 20px;
          min-width: 20px;
          position: absolute;
          left: 0; }
          #mobile-item-controls .title-line .thumb.image-icon {
            width: 65px;
            background-size: 20px 18px;
            min-width: 65px; }
        #mobile-item-controls .title-line .title {
          font-size: 14px; }
      #mobile-item-controls .controls {
        padding-bottom: 10px; }
        #mobile-item-controls .controls .control {
          height: 50px;
          font-size: 18px;
          padding: 0 28px 0 65px;
          background-position-x: 23px;
          width: 100%;
          background-size: 20px 20px; }
      #mobile-item-controls .public_profile_items_container_close {
        display: none; } }
  #mobile-item-controls.visible {
    max-height: 100%; }
