@import "bulma.min.css";
.button.is-info {
  background-color: #3e8ed0 !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  font-family: "Poppins", "Times New Roman", Times, serif;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background 1s ease-in-out;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -ms-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body {
    position: fixed;
    background-color: #FFF;
    overflow-y: scroll;
  }
}

.main-logo {
  position: fixed;
  top: 5px;
  left: 0;
  max-height: 45px;
  background: #FFF;
  padding: 10px 10px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 768px) {
  .main-logo {
    display: none;
  }
}

.mobile-nav {
  display: none;
  font-size: 14px;
}
@media (max-width: 768px) {
  .mobile-nav {
    display: block;
    position: absolute;
    width: 100%;
  }
}
.mobile-nav .navbar-link, .mobile-nav .navbar-item {
  line-height: 15px;
}

.background {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 0 !important;
  cursor: pointer;
  background: #000;
}
@media (max-width: 768px) {
  .background {
    display: none;
  }
}
.background .vegas-timer {
  display: none;
}
.background .vegas-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.background-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  z-index: 0;
}
.background .vegas-video,
.background .vegas-slide video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.drop-overlay {
  pointer-events: none;
  display: none;
  position: fixed;
  z-index: 10;
  border-color: #FFF;
  border-style: dotted;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.drop-overlay p {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #FFF;
}

.tabs:not(.core):not(.account-inner-tabs) {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}
.tabs:not(.core):not(.account-inner-tabs)#page-tabs {
  overflow: visible;
}
.tabs:not(.core):not(.account-inner-tabs)#page-tabs > ul {
  overflow: visible;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .tabs:not(.core):not(.account-inner-tabs) {
    display: none;
  }
}
.tabs:not(.core):not(.account-inner-tabs) li {
  font-size: 14px;
  /*&:first-child {
    a {
      border-top-left-radius: 0 !important;
    }
  }

  &:last-child {
    a {
      border-top-right-radius: 0 !important;;
      border-bottom-right-radius: 0 !important;;
    }
  }*/
}
.tabs:not(.core):not(.account-inner-tabs) li a {
  background: #FFF;
  color: black;
  font-weight: 600;
  padding: 10px;
}
.tabs:not(.core):not(.account-inner-tabs) li.is-active a {
  background: black;
  color: white;
}

.nav-avatar-item {
  vertical-align: middle;
}
.nav-avatar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
}
.tabs:not(.core):not(.account-inner-tabs) li.nav-avatar-item a,
.tabs:not(.core):not(.account-inner-tabs) li.nav-avatar-item.is-active a {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.nav-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #3e8ed0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: none;
}
.mobile-nav .nav-avatar-link {
  padding: 0.5rem 0.75rem !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav .nav-avatar {
  width: 32px;
  height: 32px;
  font-size: 12px;
  border: none;
  outline: none;
  box-shadow: none;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.15rem 0.35rem;
  line-height: 1.4;
  text-align: center;
}

.account-legal-links {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}
.account-legal-links a {
  color: inherit;
  opacity: 0.75;
  text-decoration: none;
  white-space: nowrap;
}
.account-legal-links a:hover,
.account-legal-links a:focus {
  opacity: 1;
  text-decoration: underline;
}
.legal-sep,
.account-legal-sep {
  opacity: 0.45;
  user-select: none;
}

.site-legal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  justify-content: center;
  margin: 0;
  padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom, 0px));
  font-size: 0.8rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.18);
}
.site-legal-footer a {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 0 1px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}
.site-legal-footer a:hover,
.site-legal-footer a:focus {
  opacity: 1;
  text-decoration: underline;
}
.site-legal-footer .legal-sep {
  opacity: 0.65;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}
.site-legal-footer--above-ad {
  bottom: 90px;
}
@media (max-width: 768px) {
  .site-legal-footer {
    position: relative;
    background: rgba(0, 0, 0, 0.04);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    color: #444;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }
  .site-legal-footer a {
    color: #444;
    text-shadow: none;
  }
  .site-legal-footer .legal-sep {
    color: #666;
    text-shadow: none;
  }
  .site-legal-footer--above-ad {
    bottom: auto;
  }
}

.tab-window {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  min-width: 0;
  max-width: 1150px;
  background: #FFF;
  border-left: 1px solid whitesmoke;
  transition: width 0.7s;
  -webkit-transition: width 0.7s;
  -moz-transition: width 0.7s;
  display: none;
  justify-content: center;
}
.tab-window.active {
  display: flex;
  width: auto;
  min-width: 750px;
  z-index: 6;
}
@media (max-width: 768px) {
  .tab-window.active {
    min-width: 100%;
    max-width: 100%;
    margin-top: 50px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.tab-window .close-btn {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 20px;
  z-index: 10;
}
.tab-window hr {
  position: absolute;
  width: 100%;
  top: 35px;
  background: #f5f5f5;
  height: 1px;
  z-index: 9;
  margin: 0;
  border: none;
}
.tab-window .tab {
  display: none;
  width: 90%;
  min-width: 300px;
  margin: 80px 50px 50px 50px;
  overflow-y: auto;
}
.tab-window .tab.active {
  display: block;
}
.tab-window .tab.large {
  max-width: 900px;
}
.tab-window .tab.extra-large {
  max-width: 1000px;
}
.tab-window .tab h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.tab-window .tab h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .tab-window .tab {
    width: 100%;
    margin: 70px 25px 25px 25px;
  }
  .tab-window .tab.large {
    min-width: 300px;
  }
  .tab-window .tab h1 {
    font-size: 30px;
  }
}
.tab-window .tab-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 70px;
}

.upload-block {
  display: flex;
  height: 100vh;
  align-items: center;
  margin-left: 60px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .upload-block {
    height: 100%;
    margin: 0;
    flex-direction: column;
    padding-top: 53px;
  }
}
.upload-block .upload-block-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #121212;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85), 0 0 1px rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  backdrop-filter: blur(22px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.55);
  width: 300px;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
@media (max-width: 768px) {
  .upload-block .upload-block-inner {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.05);
  }
}
.upload-block.with-logo .upload-block-inner {
  height: 550px;
}
.upload-block.with-logo .message-popout-panel,
.upload-block.with-logo .message-popout-panel-inner {
  height: 550px;
}
.upload-block .upload-card-stack {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .upload-block .upload-card-stack {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .upload-block .upload-card-stack.is-popout-open .upload-block-inner {
    pointer-events: none;
  }
}
.upload-block .message-input-group {
  position: relative;
}
.upload-block .message-input-group .message-popout-toggle {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  backdrop-filter: blur(10px) saturate(1.1);
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.upload-block .message-input-group .message-popout-toggle:hover,
.upload-block .message-input-group .message-popout-toggle:focus {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none;
}
.upload-block .message-input-group .message-popout-toggle.is-open {
  background: rgba(62, 142, 208, 0.85);
  border-color: rgba(62, 142, 208, 0.9);
  color: #fff;
}
.upload-block .message-input-group.is-popout-open textarea[name="message"],
.upload-block .message-input-group.is-popout-open textarea.message-inline-textarea,
.upload-block .message-input-group.is-popout-open .message-inline-display,
.upload-block .message-input-group.is-popout-open .download-ready-message {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.28) !important;
  color: #6b7075;
}
.upload-block .message-input-group.is-popout-open textarea[name="message"]:focus,
.upload-block .message-input-group.is-popout-open textarea.message-inline-textarea:focus,
.upload-block .message-input-group.is-popout-open .message-inline-display:focus,
.upload-block .message-input-group.is-popout-open .download-ready-message:focus {
  background-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.28) !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
  box-shadow: none !important;
}
.upload-block .download-ready-message-group {
  width: 100%;
  margin: 2px 0 0;
  align-self: stretch;
}
.upload-block .download-ready-message-group .download-ready-message {
  padding-right: 40px;
}
.upload-block .message-popout-panel {
  position: absolute;
  left: calc(100% + 12px);
  top: 0;
  width: 300px;
  height: 450px;
  transform: translateX(24px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, visibility 0.35s;
}
.upload-block .message-popout-panel.is-open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .upload-block .message-popout-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 53px;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: translateX(100%);
    z-index: 30;
  }
  .upload-block .message-popout-panel.is-open {
    transform: translateX(0);
  }
}
.upload-block .message-popout-panel-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 450px;
  padding: 14px;
  box-sizing: border-box;
  color: #121212;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85), 0 0 1px rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
  backdrop-filter: blur(22px) saturate(1.15);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  overflow: hidden;
  -moz-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14), 0 2px 8px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
@media (max-width: 768px) {
  .upload-block .message-popout-panel-inner {
    height: 100%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }
}
.upload-block .message-popout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.upload-block .message-popout-title {
  font-size: 13px;
  font-weight: 700;
}
.upload-block .message-popout-close {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
  backdrop-filter: blur(10px) saturate(1.1);
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.upload-block .message-popout-close:hover,
.upload-block .message-popout-close:focus {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none;
}
.upload-block .message-popout-textarea {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  border-radius: 6px;
  color: #121212;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block !important;
  align-items: stretch;
  resize: none;
  flex: 1;
  min-height: 0;
  height: 100% !important;
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
}
.upload-block .message-popout-textarea[readonly] {
  cursor: default;
}
.upload-block .message-popout-textarea::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .message-popout-textarea:focus {
  background-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .upload-block .upload-card-stack.is-popout-open::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 25;
    pointer-events: none;
  }
}
.upload-block .upload-block-logo {
  height: 80px;
  width: 100%;
  text-align: center;
}
.upload-block .upload-block-logo img {
  display: inline-block;
  height: 60px;
  margin: 10px 0;
}
.upload-block .upload-block-content {
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: thin;
  /* for Firefox */
}
.upload-block .upload-block-content ::-webkit-scrollbar {
  width: 3px;
}
.upload-block .upload-block-content.active {
  display: flex;
}
.upload-block .upload-block-content.start-top {
  align-items: start;
}
@media (max-width: 768px) {
  .upload-block .upload-block-content lord-icon {
    height: 120px !important;
  }
}
.upload-block .upload-block-content#upload > .button-block > button {
  width: 70%;
}
.upload-block .upload-block-content#upload > .button-block > button.options {
  width: 40px;
  min-width: 0;
  margin-left: 20px;
}
.upload-block .upload-block-content .inline-content {
  width: inherit;
}
.upload-block .upload-block-content .add-files {
  width: 300px;
  height: 300px;
  cursor: pointer;
}
.upload-block .upload-block-content span.description {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.upload-block .upload-block-content#terms {
  color: #121212 !important;
  text-shadow: none;
}
.upload-block .upload-block-content#terms span.description {
  color: #121212 !important;
}
.upload-block .upload-block-content#terms span.description a {
  color: #3e8ed0 !important;
  text-decoration: underline;
}
.upload-block .upload-block-content .button-block {
  background: rgba(255, 255, 255, 0.35);
  height: 70px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.upload-block .upload-block-content .button-block button {
  min-width: 50%;
}
.upload-block .upload-block-content .button-block button.options {
  width: 40px;
  min-width: 0;
  margin-left: 20px;
}
.upload-block .upload-block-content .upload-premium-cta {
  text-align: center;
  padding: 10px 16px 14px;
  font-size: 0.9rem;
  color: #1f2937;
  background: rgba(255, 255, 255, 0.45);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.upload-block .upload-block-content .upload-premium-cta a {
  font-weight: 700;
  color: #156fd0;
  text-decoration: none;
}
.upload-block .upload-block-content .upload-premium-cta a:hover {
  text-decoration: underline;
}
.upload-block .upload-block-content#upload-finished .button-block {
  gap: 12px;
  padding: 0 16px;
}
.upload-block .upload-block-content#upload-finished .button-block button {
  min-width: 0;
  flex: 1;
}
.upload-block .upload-block-content .button-block.has-preview-btn {
  gap: 12px;
  padding: 0 16px;
}
.upload-block .upload-block-content .button-block.has-preview-btn button {
  min-width: 0;
  flex: 1;
}
.upload-block .upload-block-content .button-block.has-preview-btn .preview-files-btn {
  border: 1px solid rgba(107, 113, 119, 0.25);
}
.upload-block .upload-block-content#download #download-form {
  max-width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .upload-block .upload-block-content#download #download-form {
    width: 100%;
  }
}
.upload-block .upload-block-content#download #download-form form {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.upload-block .upload-block-content#download #download-form.password {
  color: #121212 !important;
  text-shadow: none;
}
.upload-block .upload-block-content#download #download-form.password form {
  justify-content: center;
}
.upload-block .upload-block-content#download #download-form.password h1,
.upload-block .upload-block-content#download #download-form.password p,
.upload-block .upload-block-content#download #download-form.password span,
.upload-block .upload-block-content#download #download-form.password label,
.upload-block .upload-block-content#download #download-form.password .lni {
  color: #121212 !important;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock-title {
  color: #121212 !important;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock-hint {
  color: #444 !important;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock-expire {
  color: #4a4d50 !important;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock-icon .lni {
  color: #363636 !important;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock input.input {
  color: #121212 !important;
  -webkit-text-fill-color: #121212;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock input.input::placeholder {
  color: #4a4d50 !important;
  opacity: 1;
}
.upload-block .upload-block-content#download #download-form.password .password-unlock input.input:-webkit-autofill,
.upload-block .upload-block-content#download #download-form.password .password-unlock input.input:-webkit-autofill:hover,
.upload-block .upload-block-content#download #download-form.password .password-unlock input.input:-webkit-autofill:focus {
  -webkit-text-fill-color: #121212 !important;
}
.upload-block .upload-block-content#download #download-form.password .button.is-info,
.upload-block .upload-block-content#download #download-form.password .password-unlock-submit {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.upload-block .upload-block-content#download #download-form.ready {
  color: #121212 !important;
  text-shadow: none;
}
.upload-block .upload-block-content#download #download-form.ready form {
  justify-content: stretch;
  flex: 1;
  min-height: 0;
}
.upload-block .upload-block-content#download #download-form.ready h1,
.upload-block .upload-block-content#download #download-form.ready p,
.upload-block .upload-block-content#download #download-form.ready span,
.upload-block .upload-block-content#download #download-form.ready label,
.upload-block .upload-block-content#download #download-form.ready .lni {
  color: #121212 !important;
}
.upload-block .upload-block-content#download #download-form.ready .button.is-info {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.upload-block .upload-block-content#download #download-form.ready h1.download-ready-title,
.upload-block .upload-block-content#download #download-form.ready .download-ready-title {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .upload-block .upload-block-content#download #download-form.ready h1.download-ready-title,
  .upload-block .upload-block-content#download #download-form.ready .download-ready-title {
    font-size: 34px;
    line-height: 1.15;
  }
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-chip {
  font-size: 13px;
  font-weight: 600;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-chip--muted {
  font-size: 12px;
  font-weight: 500;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-message {
  font-size: 14px;
  font-weight: 500;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-files ul li {
  font-size: 13px;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-files ul li span.name {
  font-size: 14px;
  font-weight: 600;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-files ul li span.size {
  font-size: 12px;
  font-weight: 500;
}
.upload-block .upload-block-content#download #download-form.ready .download-ready-actions button {
  font-size: 15px;
  font-weight: 600;
}
.upload-block .upload-block-content#download #download-form .download-ready {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 24px 20px;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .upload-block .upload-block-content#download #download-form .download-ready {
    padding: 16px;
  }
}
.upload-block .upload-block-content#download #download-form .download-ready-panel {
  width: 100%;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  max-width: none;
}
.upload-block .upload-block-content#download #download-form .download-ready-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.upload-block .upload-block-content#download #download-form .download-ready-icon .lni {
  font-size: 24px;
  color: #363636;
  line-height: 1;
}
.upload-block .upload-block-content#download #download-form .download-ready-title {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #121212;
  text-align: center;
  flex-shrink: 0;
}
.upload-block .upload-block-content#download #download-form .download-ready-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 0;
  flex-shrink: 0;
  align-self: stretch;
}
.upload-block .upload-block-content#download #download-form .download-ready-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  font-size: 11px;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.50);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px;
  color: #363636;
  white-space: nowrap;
}
.upload-block .upload-block-content#download #download-form .download-ready-chip--muted {
  font-size: 10px;
  color: #4a4d50;
  white-space: normal;
  text-align: center;
}
.upload-block .upload-block-content#download #download-form .download-ready-message {
  width: 100%;
  margin: 2px 0 0;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #444;
  text-align: center;
  white-space: pre-wrap;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
  max-height: 72px;
  overflow-y: auto;
  flex-shrink: 0;
  align-self: stretch;
  box-sizing: border-box;
}
.upload-block .upload-block-content#download #download-form .download-ready-files {
  width: 100%;
  margin: 4px 0 0;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  flex: 1 1 auto !important;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.upload-block .upload-block-content#download #download-form .download-ready-files.with-preview {
  margin-top: 0 !important;
}
.upload-block .upload-block-content#download #download-form .download-ready-files:not(.has-files) {
  display: none !important;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 8px;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: auto;
  min-height: 36px;
  padding: 6px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 12px;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul li:last-child {
  border-bottom: none;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul li span {
  display: block;
  width: auto;
  text-align: left;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul li span.name {
  flex: 1;
  min-width: 0;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.upload-block .upload-block-content#download #download-form .download-ready-files ul li span.size {
  flex-shrink: 0;
  font-size: 11px;
  color: #746e6e;
}
.upload-block .upload-block-content#download #download-form .download-ready-actions {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: auto;
  flex-shrink: 0;
  align-self: stretch;
}
.upload-block .upload-block-content#download #download-form .download-ready-actions button {
  flex: 1;
  min-width: 0;
}
.upload-block .upload-block-content#download #download-form .download-ready-actions .preview-files-btn {
  border: 1px solid rgba(107, 113, 119, 0.25);
}
.upload-block .upload-block-content#download #download-form .download-ready-actions:not(.has-preview) button {
  width: 100%;
}
.upload-block .upload-block-content .password-unlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  padding: 24px 20px;
  text-align: center;
}
.upload-block .upload-block-content .password-unlock-panel {
  width: 100%;
  max-width: 268px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 22px 22px;
  background: rgba(255, 255, 255, 0.44);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  backdrop-filter: blur(14px) saturate(1.12);
  border: 1px solid rgba(255, 255, 255, 0.60);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58), 0 4px 18px rgba(0, 0, 0, 0.07);
}
.upload-block .upload-block-content .password-unlock-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.upload-block .upload-block-content .password-unlock-icon .lni {
  font-size: 24px;
  color: #363636;
  line-height: 1;
}
.upload-block .upload-block-content .password-unlock-title {
  margin: 4px 0 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  color: #121212;
}
.upload-block .upload-block-content .password-unlock-hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}
.upload-block .upload-block-content .password-unlock .field {
  width: 100%;
  margin-top: 4px;
}
.upload-block .upload-block-content .password-unlock input.input {
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  color: #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 12px;
  font-size: 13px;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-block .upload-block-content .password-unlock input.input::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .upload-block-content .password-unlock input.input:focus {
  background-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.upload-block .upload-block-content .password-unlock-submit {
  width: 100%;
  margin-top: 6px;
  min-width: 0 !important;
}
.upload-block .upload-block-content .password-unlock-expire {
  margin: 16px 0 0;
  font-size: 12px;
  color: #4a4d50;
}
.upload-block .upload-block-content#download #download-form .password-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 20px;
  flex-grow: 1;
}
.upload-block .upload-block-content#download #download-form .password-block h1 {
  font-size: 35px;
  color: #1a1a1a;
}
.upload-block .upload-block-content#download #download-form .password-block p {
  color: #444;
  font-size: 14px;
}
.upload-block .upload-block-content#download #download-form .password-block .field {
  width: 100%;
}
.upload-block .upload-block-content#download #download-form .password-block input.input {
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  color: #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-block .upload-block-content#download #download-form .password-block input.input::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .upload-block-content#download #download-form .password-block input.input:focus {
  background-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.upload-block .upload-block-content#download #download-form .password-block input.input[readonly] {
  background-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.38);
  color: #3d4043;
}
.upload-block .upload-block-content#download .block-icon {
  width: 70%;
  margin-top: 30px;
}
.upload-block .upload-block-content#download .block-icon.sm {
  width: 40%;
  margin-top: 15px;
}
.upload-block .upload-block-content#download .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-block .upload-block-content#download .top h1 {
  font-size: 18px;
  max-width: 80%;
  text-align: center;
  margin-top: 20px;
  color: #1a1a1a;
}
.upload-block .upload-block-content#download .top .expire {
  font-size: 14px;
  color: #4a4d50;
}
.upload-block .upload-block-content#download #download-started {
  display: none;
  flex-direction: column;
  height: 100%;
}
.upload-block .upload-block-content#download #download-started.active {
  display: flex;
}
.upload-block .upload-block-content#download #download-started .top {
  flex-grow: 1;
}
.upload-block .upload-block-content#download #download-started h1 {
  font-size: 18px;
}
.upload-block .upload-block-content#download .upload-message {
  width: 100%;
  flex-grow: 1;
  min-height: 60px;
  max-height: 90px;
  padding: 20px 20px 0 20px;
  font-size: 13px;
  overflow-y: auto;
  white-space: pre-wrap;
}
.upload-block .upload-block-content#download .selected-files {
  max-height: 150px;
  overflow-y: auto;
  border-top: 1px solid #f5f5f5;
}
@media (max-width: 768px) {
  .upload-block .upload-block-content#download .selected-files {
    max-height: none;
  }
}
.upload-block .upload-block-content#download .selected-files ul li:last-child {
  border-bottom: none;
}
.upload-block .upload-form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  max-height: -webkit-calc(100% - 70px);
  max-height: -moz-calc(100% - 70px);
  max-height: calc(100% - 70px);
  min-height: -webkit-calc(100% - 70px);
  min-height: -moz-calc(100% - 70px);
  min-height: calc(100% - 70px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow-y: auto;
}
.upload-block .upload-form .select-first-files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid rgba(107, 113, 119, 0.2);
  min-height: 150px;
}
.upload-block .upload-form .select-first-files .outside-container {
  margin-top: -15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .upload-block .upload-form .select-first-files .outside-container lord-icon {
    height: 100px !important;
  }
}
.upload-block .upload-form form input[type=file], .upload-block .upload-form form .emailToInput {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
.upload-block .upload-form form .input-group {
  width: auto;
  margin: 5px 15px;
  position: relative;
  background: transparent !important;
  /*label {
    position: absolute;
    pointer-events: none;
    top: 18px;
    transition: 0.2s ease all;
  }

  input:focus + label,
  input:not(:focus):valid + label {
    top: 8px;
    bottom: 10px;
    font-size: 13px;
    opacity: 1;
  }*/
}
.upload-block .upload-form form .input-group input,
.upload-block .upload-form form .input-group input.input,
.upload-block .upload-form form .input-group select {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  border-radius: 6px;
  color: #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0;
  padding: 0 10px;
  font-size: 13px;
  height: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.upload-block .upload-form form .input-group textarea,
.upload-block .upload-form form .input-group textarea.input,
.upload-block .upload-form form .input-group textarea[name="message"] {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  border-radius: 6px;
  color: #121212;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  display: block !important;
  align-items: stretch;
  height: auto !important;
  min-height: 80px;
  padding-top: 10px;
  resize: vertical;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-block .upload-form form .input-group input::placeholder,
.upload-block .upload-form form .input-group input.input::placeholder,
.upload-block .upload-form form .input-group textarea::placeholder,
.upload-block .upload-form form .input-group textarea.input::placeholder,
.upload-block .upload-form form .input-group textarea[name="message"]::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .upload-form form .input-group input:focus,
.upload-block .upload-form form .input-group input.input:focus,
.upload-block .upload-form form .input-group select:focus {
  background-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.upload-block .upload-form form .input-group textarea:focus,
.upload-block .upload-form form .input-group textarea.input:focus,
.upload-block .upload-form form .input-group textarea[name="message"]:focus {
  background-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  outline: none !important;
  box-shadow: none !important;
}
.upload-block .upload-form form .input-group input[readonly],
.upload-block .upload-form form .input-group input.input[readonly],
.upload-block .upload-form form .input-group select[readonly] {
  background-color: rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.38) !important;
  color: #3d4043;
}
.upload-block .upload-form form .input-group textarea[readonly],
.upload-block .upload-form form .input-group textarea.input[readonly],
.upload-block .upload-form form .input-group textarea[name="message"][readonly] {
  background-color: rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.38) !important;
  color: #3d4043;
}
.upload-block .upload-form form .input-group select {
  padding: 0 8px;
  cursor: pointer;
}
.upload-block .upload-form form .input-group span.label {
  font-size: 12px;
  margin-bottom: 0;
}
.upload-block .upload-form form .input-group span.label[data-help] {
  cursor: pointer;
}
.upload-block .upload-form form .input-group .recipients {
  margin-top: 5px;
}
.upload-block .upload-form form .input-group .recipients span {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right: 5px;
}
.upload-block .upload-form form .input-group .recipients span .remove {
  display: none;
  position: absolute;
  width: 20px;
  text-align: center;
  right: 0;
  top: 0;
  background: #f5f5f5;
  font-weight: bold;
  cursor: pointer;
}
.upload-block .upload-form form .input-group .recipients :hover .remove {
  display: block;
}
.upload-block .upload-form form .input-group .recipients .tag:not(body).is-light {
  color: #000;
}
.upload-block .upload-form form textarea.input,
.upload-block .upload-form form textarea[name="message"] {
  background-color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.5) !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.1) !important;
  backdrop-filter: blur(12px) saturate(1.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.52) !important;
  display: block !important;
  height: auto !important;
  min-height: 80px;
  box-shadow: none !important;
}
.upload-block .upload-form form textarea.input:focus,
.upload-block .upload-form form textarea[name="message"]:focus {
  background-color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  border-color: rgba(255, 255, 255, 0.68) !important;
  box-shadow: none !important;
}
.upload-block .upload-form form .advanced-options {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.upload-block .upload-form form .advanced-options .input-group {
  margin-bottom: 10px;
}
.upload-block .upload-form form .advanced-options .input-group input, .upload-block .upload-form form .advanced-options .input-group textarea, .upload-block .upload-form form .advanced-options .input-group select {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.06);
}
.upload-block .upload-form form .advanced-options .input-group input::placeholder, .upload-block .upload-form form .advanced-options .input-group textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.upload-block .upload-form form .advanced-options .input-group input:focus, .upload-block .upload-form form .advanced-options .input-group textarea:focus, .upload-block .upload-form form .advanced-options .input-group select:focus {
  background: #fff;
  border-color: #3e8ed0;
  outline: none !important;
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}
.upload-block .upload-form form .advanced-options .input-group input[readonly], .upload-block .upload-form form .advanced-options .input-group textarea[readonly], .upload-block .upload-form form .advanced-options .input-group select[readonly] {
  background: #f5f5f5;
  color: #7a7a7a;
  border-color: #e8e8e8;
}
.upload-block .upload-form form .advanced-options .radio-group .radio {
  background: #fff;
  border: 1px solid #dbdbdb;
}
.upload-block .upload-form form .advanced-options .radio-group .radio.selected {
  background: #3e8ed0;
  color: white;
  border-color: #3e8ed0;
}
.upload-block .upload-form form .advanced-options select[name=expire]:hover {
  cursor: pointer;
}
.upload-block .upload-form form .advanced-options h1 {
  font-size: 14px;
  margin-left: 20px;
  padding-top: 10px;
  font-weight: 700;
}
.upload-block .upload-form .radio-group {
  width: auto;
  display: flex;
  align-content: stretch;
  flex-wrap: nowrap;
  font-size: 0.79em;
}
.upload-block .upload-form .radio-group .radio {
  display: inline-block;
  flex: 1;
  font-family: "Poppins", sans-serif;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  width: auto;
  padding: 5px 10px;
  margin: 0;
}
.upload-block .upload-form .radio-group .radio.selected {
  background: #3e8ed0;
  color: white;
  font-weight: 700;
}
.upload-block .upload-form .radio-group .radio:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.upload-block .upload-form .radio-group .radio:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.upload-block .upload-block-tooltip {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  width: 200px;
  height: 270px;
  margin-left: 20px;
  background: #393232;
  color: white;
  border-radius: 15px;
  z-index: 1;
}
.upload-block .upload-block-tooltip.active {
  display: flex;
}
.upload-block .upload-block-tooltip .content {
  display: none;
  text-align: center;
}
.upload-block .upload-block-tooltip .content img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.upload-block .upload-block-tooltip .content p {
  display: block;
  font-size: 14px;
}
.upload-block .upload-block-tooltip .content.active {
  display: block;
}
@media (max-width: 768px) {
  .upload-block .upload-block-tooltip {
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 80px;
  }
  .upload-block .upload-block-tooltip .content.active {
    display: flex;
    align-items: center;
  }
  .upload-block .upload-block-tooltip .content.active img {
    width: 50px;
    margin-right: 20px;
  }
}
.upload-block .upload-progress-bar {
  display: block;
  position: relative;
  width: 250px;
  height: 250px;
  font-size: 45px;
  font-family: inherit;
  margin-top: 20px;
}
.upload-block .upload-progress-details {
  font-size: 13px;
}
.upload-block .upload-progress-details span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .upload-block .upload-progress-details {
    width: 80%;
  }
}
.upload-block .upload-finished-details, .upload-block .upload-verify-details {
  text-align: center;
}
.upload-block .upload-finished-details h1, .upload-block .upload-verify-details h1 {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .upload-block .upload-finished-details h1, .upload-block .upload-verify-details h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .upload-block .upload-finished-details, .upload-block .upload-verify-details {
    width: 80%;
  }
}
.upload-block .upload-finished-details .upload-finished-message, .upload-block .upload-verify-details .upload-finished-message {
  display: none;
}
.upload-block .upload-finished-details .upload-finished-message.active, .upload-block .upload-verify-details .upload-finished-message.active {
  display: block;
}
.upload-block .upload-finished-details .upload-finished-message p, .upload-block .upload-verify-details .upload-finished-message p {
  font-size: 14px;
  padding: 5px 20px 20px 20px;
}
@media (max-width: 768px) {
  .upload-block .upload-finished-details .upload-finished-message p, .upload-block .upload-verify-details .upload-finished-message p {
    padding: 0 20px;
  }
}
.upload-block .upload-finished-details .upload-finished-message input, .upload-block .upload-verify-details .upload-finished-message input {
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  color: #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-appearance: none;
  appearance: none;
  width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 13px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-block .upload-finished-details .upload-finished-message input::placeholder, .upload-block .upload-verify-details .upload-finished-message input::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .upload-finished-details .upload-finished-message input:focus, .upload-block .upload-verify-details .upload-finished-message input:focus {
  background-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.upload-block .upload-finished-details .upload-finished-message input[readonly], .upload-block .upload-verify-details .upload-finished-message input[readonly] {
  background-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.38);
  color: #3d4043;
}
.upload-block .upload-verify-details {
  padding: 0 20px;
}
.upload-block .upload-verify-details h1 {
  margin-bottom: 10px;
}
.upload-block .upload-verify-details p {
  margin-bottom: 20px;
}
.upload-block .upload-verify-details p span {
  font-weight: 700;
}
.upload-block .upload-verify-details input {
  background-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 6px;
  color: #121212;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 13px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.upload-block .upload-verify-details input::placeholder {
  color: #4a4d50;
  opacity: 1;
}
.upload-block .upload-verify-details input:focus {
  background-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(255, 255, 255, 0.68);
  outline: none !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}
.upload-block .upload-verify-details input[readonly] {
  background: rgba(255, 255, 255, 0.38);
  color: #3d4043;
}

.selected-files {
  display: none;
  background: rgba(245, 245, 245, 0.55);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 15px 5px 15px;
}
.selected-files.active {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .selected-files {
    border-radius: 0 !important;
  }
}
.selected-files ul {
  flex-grow: 1;
  list-style: none;
}
.upload-block .selected-files ul li.has-media-preview {
  height: auto;
  min-height: 56px;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 8px;
  padding-bottom: 8px;
}

.upload-block .selected-files ul li .upload-preview-thumb {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 10px;
  background: #ddd;
  cursor: zoom-in;
  pointer-events: auto;
}

.upload-block .selected-files ul li.has-media-preview span.name,
.upload-block .selected-files ul li.has-media-preview span.size {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
}

.upload-block .upload-block-content#download .media-gallery {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.upload-block .upload-block-content#download .media-gallery-title {
  color: #746e6e;
}

.tab .files .file-media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  background: #f0f0f0;
  color: #746e6e;
  font-size: 48px;
}

.selected-files ul li {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  border-bottom: 1px solid #CCC;
  font-size: 12px;
}
.selected-files ul li span {
  display: block;
  width: 100%;
  text-align: left;
}
.selected-files ul li span.name {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.selected-files ul li span.size {
  font-size: 11px;
  color: #746e6e;
}
.selected-files ul li span.delete {
  position: absolute;
  display: none;
  right: 5px;
  top: 9px;
}
.selected-files ul li:hover span.delete {
  display: block;
}
.selected-files ul li:last-child input, .selected-files ul li:last-child textarea {
  border-bottom: none;
}
.selected-files .stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.selected-files .stats span {
  display: block;
  font-size: 11px;
  flex-grow: 1;
  text-align: center;
}
.selected-files.with-preview {
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 768px) {
  .selected-files.with-preview {
    position: absolute;
    width: 100%;
    bottom: 70px;
    margin-top: 0;
  }
}
.selected-files.with-preview .stats span:first-child {
  text-align: left;
  font-size: 11px;
  padding-left: 10px;
}
.selected-files.with-preview .stats span:last-child {
  text-align: right;
  font-size: 15px;
  padding-right: 10px;
}
.selected-files button {
  margin-top: 5px;
}

.login-block {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  width: 40%;
  max-width: 800px;
  min-width: 400px;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .login-block {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.login-block form {
  display: block;
  width: 50%;
  min-width: 300px;
}
.login-block form .logo {
  display: block;
  max-width: 300px;
  height: auto;
  margin: 0 auto 60px auto;
}
@media (max-width: 768px) {
  .login-block form .logo {
    margin: 0 auto 30px auto;
  }
}
.login-block form .button {
  border-radius: 15px;
  margin-top: 25px;
}
.login-block form .field {
  margin-top: 15px;
}

.ad-bottom {
  position: fixed;
  bottom: 0;
  left: calc(50% - 364px);
  width: 728px;
  height: 90px;
}
@media (max-width: 768px) {
  .ad-bottom {
    display: none;
  }
}

.ad-sidebar {
  position: fixed;
  right: 0;
  top: calc(50% - 300px);
  width: 160px;
  height: 600px;
}
@media (max-width: 768px) {
  .ad-sidebar {
    display: none;
  }
}

.mobile-ad-block {
  display: none;
  width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .mobile-ad-block {
    display: block;
  }
}

.tab .files {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.tab .files .file {
  display: inline-block;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  margin: 15px;
  text-align: center;
  flex-grow: 1;
}
.tab .files .file a {
  text-decoration: none;
  color: black;
}
.tab .files .file img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: 250px;
}
.tab .files .file .file-details {
  display: inline-flex;
  box-sizing: border-box;
  background: #f5f5f5;
  padding: 10px 10px 12px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: -1px;
  text-align: left;
  width: 0;
  min-width: 100%;
}
.tab .files .file .file-details .details {
  max-width: 80%;
}
.tab .files .file .file-details .details .name {
  display: block;
  font-weight: 700;
  font-size: 14px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab .files .file .file-details .details .size {
  display: block;
  font-size: 12px;
  color: #746e6e;
}
.tab .files .file .file-details .download {
  display: block;
  color: black;
  margin: 4px 5px 0 auto;
  font-size: 25px;
}

.password-toggle-wrapper {
  position: relative;
  width: 100%;
}
.password-toggle-wrapper .input {
  padding-right: 2.75rem;
}
.password-toggle-wrapper .password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #7a7a7a;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
}
.password-toggle-wrapper .password-toggle-btn:hover,
.password-toggle-wrapper .password-toggle-btn:focus {
  color: #363636;
  outline: none;
}

/*# sourceMappingURL=style.css.map */
