@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/**
* General Scaleflex styles that apply to everything inside the .filerobot-Root container
*/
.filerobot-Root {
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  position: relative;
  color: #333;
}
.filerobot-Root :disabled {
  cursor: not-allowed;
}

.SfxModal-Wrapper, .filerobot-Root *, #SfxPopper * {
  font-family: "Roboto", sans-serif, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#SfxPopper * {
  box-sizing: border-box;
}

.SfxModal-Wrapper *, .filerobot-Root *, #SfxPopper * {
  scrollbar-color: auto !important;
}
.SfxModal-Wrapper *::-webkit-scrollbar, .filerobot-Root *::-webkit-scrollbar, #SfxPopper *::-webkit-scrollbar {
  width: 12px !important;
  height: 12px !important;
}
.SfxModal-Wrapper *, .filerobot-Root *, #SfxPopper * {
  /* Track */
}
.SfxModal-Wrapper *::-webkit-scrollbar-track, .filerobot-Root *::-webkit-scrollbar-track, #SfxPopper *::-webkit-scrollbar-track {
  background: transparent !important;
}
.SfxModal-Wrapper *, .filerobot-Root *, #SfxPopper * {
  /* Handle */
}
.SfxModal-Wrapper *::-webkit-scrollbar-thumb, .filerobot-Root *::-webkit-scrollbar-thumb, #SfxPopper *::-webkit-scrollbar-thumb {
  background: #CCD6DE;
  border: 4px solid #FFFFFF;
  border-radius: 99px;
  padding: 4px 6px;
}

.filerobot-Root *, .filerobot-Root *:before, .filerobot-Root *:after {
  box-sizing: inherit;
}

.filerobot-Root [hidden] {
  display: none;
}

.filerobot-u-reset {
  -webkit-appearance: none;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  backface-visibility: visible;
  background: none;
  border: medium none currentColor;
  border-collapse: separate;
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  border-spacing: 0;
  box-shadow: none;
  clear: none;
  cursor: auto;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  -webkit-hyphens: none;
          hyphens: none;
  left: auto;
  letter-spacing: normal;
  list-style: none;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  outline: medium none invert;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition: none 0s ease 0s;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  z-index: auto;
}
.filerobot-u-reset span {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filerobot-u-reset span :not(:disabled) :active {
  background-color: #eceef2;
}

.filerobot-c-horizontal-separator {
  width: 100%;
  border-bottom: 1px solid #DFE7ED;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.filerobot-c-icon {
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  display: inline-block;
  overflow: hidden;
}

.filerobot-c-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.filerobot-c-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.filerobot-c-btn::-moz-focus-inner {
  border: 0;
}

.filerobot-c-btn-primary {
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 4px;
  background-color: #5282DB;
  color: #fff;
}
.filerobot-c-btn-primary:hover {
  background-color: rgb(43.0622009569, 100.4784688995, 206.9377990431);
}
.filerobot-c-btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(82, 130, 219, 0.4);
}
.filerobot-size--md .filerobot-c-btn-primary {
  padding: 13px 22px;
}
[data-filerobot-theme=dark] .filerobot-c-btn-primary {
  color: #eaeaea;
}
[data-filerobot-theme=dark] .filerobot-c-btn-primary:focus {
  outline: none;
}
[data-filerobot-theme=dark] .filerobot-c-btn-primary::-moz-focus-inner {
  border: 0;
}
[data-filerobot-theme=dark] .filerobot-c-btn-primary:focus {
  box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85);
}

.filerobot-c-empty-wrapper {
  display: flex;
  height: 100%;
}
.filerobot-c-empty {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
  flex: 1;
  color: #939393;
  background-color: #ffffff;
  line-height: 14px;
  font-size: 12px;
}
.filerobot-c-empty.left {
  align-items: flex-start;
}
.filerobot-c-empty.right {
  align-items: flex-end;
}

.filerobot-c-empty {
  align-items: flex-start;
  color: #768A9F;
}

svg {
  outline: none;
}