.upload-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: fixed;
  width: 100vw;
  height: 100%;
  padding: 0 16px 32px;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #0F0F1A; }
  .upload-image .nav-section {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    position: relative; }
    .upload-image .nav-section .back-btn-nav {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .upload-image .nav-section .back-btn-nav .arrow {
        height: 12px;
        margin-right: 8px; }
      .upload-image .nav-section .back-btn-nav span {
        color: #D0D5DD;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.37;
        letter-spacing: -0.4px; }
    .upload-image .nav-section .logo-btn {
      width: 98px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .upload-image .nav-section .close-btn {
      height: 22px;
      width: 24px;
      margin: 0 0 0 auto; }

.upload-image-container {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column; }
  .upload-image-container .text-container {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .upload-image-container .buttons-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: auto 0 0; }
    .upload-image-container .buttons-container .button-main {
      width: 100% !important;
      height: 46px !important; }
    .upload-image-container .buttons-container .btn-white-background img {
      width: 32px;
      margin-right: 8px; }
    .upload-image-container .buttons-container .btn-dark {
      border-radius: 8px;
      border: 1px solid #344054; }

.upload-title {
  color: #fff;
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; }

.upload-text {
  color: #D0D5DD;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

.example-container {
  background-color: #242432;
  border-radius: 12px;
  padding: 16px;
  width: 100%;
  margin: 32px 0; }
  .example-container .images {
    display: flex;
    gap: 8px;
    margin-bottom: 16px; }
    .example-container .images .image-container {
      width: 50%;
      position: relative; }
      .example-container .images .image-container:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        height: 30px;
        width: 30px; }
      .example-container .images .image-container.correct:after {
        background-image: url("../assets/icons/correct-icon.svg"); }
      .example-container .images .image-container.incorrect:after {
        background-image: url("../assets/icons/wrong-icon.svg"); }
    .example-container .images .image {
      width: 100%;
      display: block;
      aspect-ratio: 1.5 / 1; }
  .example-container .example-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-bottom: 4px; }
  .example-container .example-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #D0D5DD; }

.cropper {
  width: 100%;
  margin: 32px 0; }
  .cropper .cropper-image {
    width: 100%;
    aspect-ratio: 3/2; }

.actions-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px; }

.rotate {
  cursor: pointer; }
  .rotate .icon {
    width: 25px;
    height: 32px; }

/*# sourceMappingURL=upload-image.css.map */
