.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #536c7b;
  justify-content: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.6rem;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5rem;
}

ul {
  margin-top: 0;
  margin-bottom: .5rem;
  padding-left: 2rem;
}

.body {
  background-color: #536c7b;
  height: 100%;
}

.page-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: .8rem;
  display: flex;
}

.main-container {
  background-color: #f1e3b8;
  border: 2px solid #3b123a;
  border-radius: 2px;
  width: 640px;
  max-width: 640px;
  box-shadow: 0 2px 24px #3b123a;
}

.hero-logo {
  height: 10rem;
}

.header {
  background-color: #474a62;
  border-bottom: 2px solid #3b123a;
  justify-content: center;
  align-items: center;
  padding: .4rem 1rem;
  display: flex;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
}

.header-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.bullet {
  border-radius: 2px;
  width: .5rem;
  height: .5rem;
}

.bullet.orange {
  background-color: #fe9021;
}

.bullet.yellow {
  background-color: #fdca2c;
}

.bullet.green {
  background-color: #4ae5b5;
}

.bullet.purple {
  background-color: #5d4862;
}

.bullet.aqua {
  background-color: #7affe9;
}

.bullet-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.flex-url {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f2e2b8;
  border: 1px solid #3b123a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: .1rem 1rem;
  display: flex;
}

.hero-text {
  text-transform: uppercase;
  font-weight: 600;
}

.url-text {
  font-size: .7rem;
}

.app-body {
  width: 100%;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-image-wrapper {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list {
  padding-left: 2rem;
  list-style-type: square;
}

.hero-text-wrapper {
  width: 60%;
}

.spacer {
  background-color: #d5bb97;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.spacer.hero {
  margin-bottom: 0;
}

.button {
  min-width: 100px;
  background-color: #2e9ec3;
  border: 2px solid #3b123a;
  border-radius: 2px;
  padding: .4rem 1rem;
  font-weight: 600;
  text-align: center;
}

.button:hover {
  background-color: #337fb4;
}

.hero-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-flex.logo-only {
  justify-content: center;
}

.app-footer {
  text-align: center;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .7rem;
}

.menu-button {
  text-transform: uppercase;
  background-color: #90888c;
  border: 2px solid #3b123a;
  border-radius: 2px;
  padding: .3rem .4rem;
  font-size: .7rem;
  font-weight: 600;
}

.menu-button:hover {
  background-color: #726b6e;
}

.menu-button.w--current {
  background-color: #f36a29;
}

.menu-button.w--current:hover {
  background-color: #d35012;
}

.buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: .5rem;
  display: flex;
}

.input {
  border: 2px solid #3b123a;
  border-radius: 2px;
  margin-bottom: 0;
  padding: .4rem 1rem;
}

.input-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.form-block {
  padding-top: 1px;
}

.space-small {
  width: 100%;
  height: 1rem;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}


/* File Select Area Styles */
.file-select-area {
    display: flex;
    flex-direction: column; /* Stack vertically */
    align-items: center; /* Center horizontally */
    margin: 20px;
}

.file-input {
    border: 2px solid #3b123a; /* Green border */
    border-radius: 2px; /* Rounded corners */
    padding: 10px; /* Padding inside the input */
    width: 80%; /* Adjust the width */
    margin-bottom: 10px; /* Space below the input */
}

.share-button {
    background-color: #4CAF50; /* Green background */
    color: white; /* White text */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding inside the button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth background transition */
}

.share-button:hover {
    background-color: #45a049; /* Darker green on hover */
}

.share-button:active {
    background-color: #3e8e41; /* Even darker on click */
}

/* Share Info Styles */
#shareInfo {
    margin-top: 20px; /* Space above share info */
}

/* Progress Bar Styles */
progress {
    width: 100%; /* Full width */
    height: 20px; /* Height of the progress bar */
}

#uploadStats,
#downloadStats {
    margin-top: 20px; /* Space above stats sections */
}

/* Complete Message Styles */
#transferComplete,
#downloadComplete {
    color: #4CAF50; /* Green text for completion */
    margin-top: 20px; /* Space above complete message */
    text-align: center; /* Center message */
}


.processingMessage {
    background-color: rgba(74, 229, 181, 0.3);
    border: 1px solid rgb(74, 229, 181);
    border-radius: 2px;
    padding: .4rem 1rem;
    font-size: 0.8rem; /* Font size for messages */
}

.loading-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3rem;
}

.loading-image {
    width: 0.7rem;
}

.alert {
    background-color: #f36a294d;
    border: 1px solid #f36a29;
    border-radius: 2px;
    justify-content: flex-start;
    align-items: center;
    padding: .4rem 1rem;
    display: flex;
}

.alert-text {
    margin-bottom: 0;
}

.copy-icon {
    margin-right: .10rem;
    display: inline-block;
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 2rem 1rem;
  }

  .main-container {
    width: auto;
    min-width: 100%;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .hero-flex {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    min-width: 100%;
  }
}


