.file-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2rem;
  box-sizing: border-box;
}

.bottom-info {
  display: flex;
  gap: 10px;
  color: #fff;
  align-items: flex-start;
  flex-direction: column;
}

.bottom-info-extra {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.modal-content-dwl2 {
  display: flex;
  background: #242424;
  padding: 20px;
  border-radius: 10px;
  gap: 20px;
  color: #fff;
  max-width: 600px;
  align-items: flex-end;
}

.file-container-head {
  display: flex;
  min-height: 300px;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}

.media-preview {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.info-imgPrev{
  object-fit: cover;
  width: 100%;
  border-radius: 15px;
  height: 100%;
}

.info-file-preview {
  width: 50%;
  FONT-WEIGHT: 500;
  border-radius: 8px;
  object-fit: cover;
  max-height: 330px;
}

.details-section {
  flex: 2;
  gap: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  background: rgba(51, 51, 51, 0.6);
  outline: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  justify-content: center;
}

.details-section-extra{
  width: 100%;
  display: flex;
  height: max-content;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.details-section-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.promo-img-info{
  max-height: 220px;
}

.file-title {
  margin: 0;
  font-size: 24px;
  color: var(--arrow);
}

.love {
  color: #ff7bc9;
  opacity: .4;
  user-select: none;
}

.back-btn-info {
  display: flex;
  gap: 10px;
  align-items: center;
}

.info-file-description {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.info-file-description a {
  color: #fff;
}

.info-description-container {
  color: #fff;
  width: 100%;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.45);
  outline: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.file-size {
  font-size: 14px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.discord-tag-container {
  margin-top: 10px;
}
.discord-tag-info {
  font-weight: bold;
}
.discord-tag {
  background-color: var(--darklite);
}
.verified, .not-verified {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.verified svg, .not-verified svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 5px;
}
.info-btn-cont {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.info-form-file {
  display: flex;
  gap: 5px;
  color: #fff;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  font-size: 16px;
  border-radius: 12px;
  background: var(--darklite);
}

.info-form-file textarea {
  height: 200px;
}


#back-btn {
  background-color: var(--bbb2);
  color: white;
  padding: 5px 10px 5px 10px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  height: max-content;
  transition: all .3s ease-in-out;
}

#back-btn:hover, .download-info-button:active {
  background-color: var(--ddark);
}

.download-info-button {
  text-decoration: none;
  display: flex;
  gap: 10px;
  background-color: var(--bbb2);
  color: white;
  font-size: 12px;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-align: center;
  transition: all .3s ease-in-out;
}

.download-info-button:hover, .download-info-button:active {
  background-color: var(--ddark);
}

.info-verified, .info-not-verified {
  font-size: 10px;
  white-space: nowrap;
  padding: 5px 10px 5px 10px;
  align-items: center;
  display: flex;
  gap: 5px;
  background-color: black;
  background-color: var(--bbb2);
  color: #ffffff;
  border-radius: 5px;
  transition: all .3s ease-in-out;
  justify-content: space-evenly;
}

.info-verified:hover {
  background-color: var(--ddark);
}

.info-not-verified:hover {
  background-color: var(--ddark);
}

.info-verified:after {
  color: #00ff00; /* Например, зеленый цвет для проверенного */
  text-shadow: 1px 1px 2px #00ff00;
}

/* Стили для непроверенного элемента */
.info-not-verified:after {
  color: red; /* Например, красный цвет для непроверенного */
  text-shadow: 1px 1px 2px red;
}


.info-verified,
.info-not-verified {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.info-verified svg,
.info-not-verified svg {
  fill: rgb(32, 255, 32);
  width: 16px;
  height: 16px;
}

.info-not-verified svg {
  fill: red;
}

.info-not-verified:after, .info-verified:after {
  content: attr(title); /* Подсказка будет содержать текст, указанный в title */
  position: absolute;
  bottom: 110%; /* Показываем подсказку над элементом */
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7); /* Черный фон с прозрачностью */
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s;
  z-index: 10;
}

.info-not-verified:hover:after, .info-verified:hover:after {
  opacity: 1;
  visibility: visible; /* Показываем подсказку при наведении */
}
