@charset "UTF-8";
body {
  background-color: var(--bg);
  padding-top: calc(var(--navbar-height) + 30px);
}

.upload-label {
  height: 120px;
  background-color: #fcfcfc;
  border: 1px dashed #cacaca;
  border-radius: 10px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 0.3s ease;
}

.main_image {
  position: relative;
}
.main_image::after {
  content: "الغلاف";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: var(--main-color);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  padding: 1px 6px;
}/*# sourceMappingURL=index.css.map */