.select-theme-dialog {
  width: 100vw;
  max-width: 1190px;
  height: 100%;

  .cmf-dialog__header {
    margin-bottom: 0;
  }

  .dialog-content {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: center;

    height: 394px;

    .theme-wrapper {
      display: flex;
      flex-direction: column;
      gap: 15px;
      align-items: center;

      .path {
        color: var(--color-gray-888);
      }

      .preview {
        width: 306px;
        height: 195px;
        border-radius: 3px;
      }

      .radio-wrapper {
        display: flex;
        flex-direction: row;
        gap: 6px;

        input {
          margin: 0;
        }
      }
    }
  }
}
