@charset "UTF-8";
.w-0 {
  width: 0%;
}

.w-1 {
  width: 1%;
}

.w-2 {
  width: 2%;
}

.w-3 {
  width: 3%;
}

.w-4 {
  width: 4%;
}

.w-5 {
  width: 5%;
}

.w-6 {
  width: 6%;
}

.w-7 {
  width: 7%;
}

.w-8 {
  width: 8%;
}

.w-9 {
  width: 9%;
}

.w-10 {
  width: 10%;
}

.w-11 {
  width: 11%;
}

.w-12 {
  width: 12%;
}

.w-13 {
  width: 13%;
}

.w-14 {
  width: 14%;
}

.w-15 {
  width: 15%;
}

.w-16 {
  width: 16%;
}

.w-17 {
  width: 17%;
}

.w-18 {
  width: 18%;
}

.w-19 {
  width: 19%;
}

.w-20 {
  width: 20%;
}

.w-21 {
  width: 21%;
}

.w-22 {
  width: 22%;
}

.w-23 {
  width: 23%;
}

.w-24 {
  width: 24%;
}

.w-25 {
  width: 25%;
}

.w-26 {
  width: 26%;
}

.w-27 {
  width: 27%;
}

.w-28 {
  width: 28%;
}

.w-29 {
  width: 29%;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-32 {
  width: 32%;
}

.w-33 {
  width: 33%;
}

.w-34 {
  width: 34%;
}

.w-35 {
  width: 35%;
}

.w-36 {
  width: 36%;
}

.w-37 {
  width: 37%;
}

.w-38 {
  width: 38%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-41 {
  width: 41%;
}

.w-42 {
  width: 42%;
}

.w-43 {
  width: 43%;
}

.w-44 {
  width: 44%;
}

.w-45 {
  width: 45%;
}

.w-46 {
  width: 46%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-49 {
  width: 49%;
}

.w-50 {
  width: 50%;
}

.w-51 {
  width: 51%;
}

.w-52 {
  width: 52%;
}

.w-53 {
  width: 53%;
}

.w-54 {
  width: 54%;
}

.w-55 {
  width: 55%;
}

.w-56 {
  width: 56%;
}

.w-57 {
  width: 57%;
}

.w-58 {
  width: 58%;
}

.w-59 {
  width: 59%;
}

.w-60 {
  width: 60%;
}

.w-61 {
  width: 61%;
}

.w-62 {
  width: 62%;
}

.w-63 {
  width: 63%;
}

.w-64 {
  width: 64%;
}

.w-65 {
  width: 65%;
}

.w-66 {
  width: 66%;
}

.w-67 {
  width: 67%;
}

.w-68 {
  width: 68%;
}

.w-69 {
  width: 69%;
}

.w-70 {
  width: 70%;
}

.w-71 {
  width: 71%;
}

.w-72 {
  width: 72%;
}

.w-73 {
  width: 73%;
}

.w-74 {
  width: 74%;
}

.w-75 {
  width: 75%;
}

.w-76 {
  width: 76%;
}

.w-77 {
  width: 77%;
}

.w-78 {
  width: 78%;
}

.w-79 {
  width: 79%;
}

.w-80 {
  width: 80%;
}

.w-81 {
  width: 81%;
}

.w-82 {
  width: 82%;
}

.w-83 {
  width: 83%;
}

.w-84 {
  width: 84%;
}

.w-85 {
  width: 85%;
}

.w-86 {
  width: 86%;
}

.w-87 {
  width: 87%;
}

.w-88 {
  width: 88%;
}

.w-89 {
  width: 89%;
}

.w-90 {
  width: 90%;
}

.w-91 {
  width: 91%;
}

.w-92 {
  width: 92%;
}

.w-93 {
  width: 93%;
}

.w-94 {
  width: 94%;
}

.w-95 {
  width: 95%;
}

.w-96 {
  width: 96%;
}

.w-97 {
  width: 97%;
}

.w-98 {
  width: 98%;
}

.w-99 {
  width: 99%;
}

.w-100 {
  width: 100%;
}

#upload-button {
  width: 12vw;
}

#upload-pdf {
  width: 12vw;
  float: right;
}

#ls_view {
  margin-top: 3vh;
  /* [FSD-327] - ScrollBar Helmet FileSystem */
  overflow-y: auto;
  max-height: 50vh;
  width: 100%;
  /* [FSD-327] - ScrollBar Helmet FileSystem */
}

#file-to-upload {
  display: none;
}

#pdf-main-container {
  width: 80%; /*getsize(400);*/
  margin: 1.32vw auto;
}

#pdf-contents {
  display: none;
}

#pdf-meta {
  overflow: hidden;
  margin: 0 0 1.32vw 0;
}

#pdf-buttons {
  float: left;
}

#page-count-container {
  float: right;
}

#pdf-current-page {
  display: inline;
}

#pdf-total-pages {
  display: inline;
}

#pdf-canvas {
  border: 0.066vw solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

#page-loader {
  height: 6.6vw;
  line-height: 6.6vw;
  text-align: center;
  display: none;
  color: #999999;
  font-size: 0.858vw;
}

#download-image {
  width: 9.9vw;
  display: block;
  margin: 1.32vw auto 0 auto;
  font-size: 0.858vw;
  text-align: center;
}

/* Gestione liste collassabili del filesystem helmet*/
.collapsible {
  /* background-image: linear-gradient(to right, rgb(0 114 255 / 51%), #2459ff); */
  color: rgb(0, 0, 0);
  cursor: pointer;
  /* padding: getsize(5); */
  width: 50%;
  border: 0.066vw;
  text-align: left;
  outline: none;
  font-size: 1.2vw;
  /* border-radius: getsize(10); */
  /* margin: getsize(5); */
}

.active, .collapsible:hover {
  background-color: #555;
  color: white;
}

.collapsible:after {
  content: "+";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 0.33vw;
}

.collapsible:hover:after {
  color: white;
}

.active:after {
  content: "−";
}

.content {
  padding: 0 1.188vw;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*background-color: #f1f1f1;*/
}

html {
  height: 100%;
}

body {
  /* background: #191828; */
  background: #ffffff;
  color: #000000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 1.2vw;
  /* font-weight: 300; */
  letter-spacing: 0.01em;
  /* line-height: 1.6em; */
  margin: 0;
  overflow: hidden;
  padding: 2.112vw 0;
  padding-bottom: 0;
  height: calc(100% - 4.224vw);
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 2.64vw;
  line-height: 0.8em;
  color: rgba(255, 255, 255, 0.2);
}

a {
  background: #fd264f;
  color: #fff;
  display: block;
  font-size: 0.792vw;
  line-height: 1em;
  margin: 0;
  padding: 0.33vw 7.26vw;
  position: fixed;
  top: 1.32vw;
  right: calc(0px - 6.6vw);
  text-align: center;
  text-decoration: none;
  transform: rotate(45deg);
}

button:focus, input:focus, textarea:focus, select:focus {
  outline: none;
}

.tabs {
  display: block;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden;
}

.tabs [class^=tab] label, .tabs [class*=" tab"] label {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1em;
  padding: 2rem 0;
  text-align: center;
}

.tabs [class^=tab] [type=radio], .tabs [class*=" tab"] [type=radio] {
  border-bottom: 0.066vw solid rgba(239, 237, 239, 0.5);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.tabs [class^=tab] [type=radio]:hover, .tabs [class^=tab] [type=radio]:focus,
.tabs [class*=" tab"] [type=radio]:hover, .tabs [class*=" tab"] [type=radio]:focus {
  /*border-bottom: getsize(1) solid #fd264f;*/
  border-bottom: 0.132vw solid #2c98fd;
}

.tabs [class^=tab] [type=radio]:checked, .tabs [class*=" tab"] [type=radio]:checked {
  /*border-bottom: getsize(2) solid #fd264f;*/
  border-bottom: 0.132vw solid #2c98fd;
}

.tabs [class^=tab] [type=radio]:checked + div, .tabs [class*=" tab"] [type=radio]:checked + div {
  opacity: 1;
}

.tabs [class^=tab] [type=radio] + div, .tabs [class*=" tab"] [type=radio] + div {
  display: block;
  opacity: 0;
  padding: 2rem 0;
  width: 90%;
  transition: all 0.3s ease-in-out;
}

.tabs .tab-2 {
  width: 50%;
}

.tabs .tab-2 [type=radio] + div {
  width: 200%;
  margin-left: 200%;
}

.tabs .tab-2 [type=radio]:checked + div {
  margin-left: 0;
}

.tabs .tab-2:last-child [type=radio] + div {
  margin-left: 100%;
}

.tabs .tab-2:last-child [type=radio]:checked + div {
  margin-left: -100%;
}

.preview_canvas {
  padding: 0.66vw;
}

.fa-trash-alt {
  font-size: 1.056vw;
  color: rgb(2, 118, 172);
}

input {
  display: none;
} /* hide radio buttons */
input + label {
  display: inline-block;
} /* show labels in line */
input ~ .tab {
  display: none;
} /* hide contents */
/* show contents only for selected tab */
#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3 {
  display: block;
}

input + label { /* box with rounded corner */
  border: 0.066vw solid #999;
  background: #EEE;
  padding: 0.264vw 0.792vw;
  border-radius: 0.264vw 0.264vw 0 0;
  position: relative;
  top: 0.066vw;
}

input:checked + label { /* white background for selected tab */
  background: #FFF;
  border-bottom: 0.066vw solid transparent;
}

input ~ .tab { /* grey line between tab and contents */
  border-top: 0.066vw solid #999;
  padding: 0.792vw;
}

/*  Gestione bottoni e elementi del filesystem helmet */
/*
#container  {padding:getsize(5);}
#btnOuterDIV{height:getsize(30);width:100%;border:getsize(1) solid #ccc;border-radius:getsize(5);}
#btnOuterDIV:hover{border-color:#888;overflow:hidden;cursor:pointer;}

#btnChkbox{height:getsize(15);width:getsize(15);float:left;padding-top:getsize(5);padding-left:getsize(5);}

#btnLabel{height:70%;width:60%;font-size:getsize(10);float:left;padding-top:getsize(10);padding-left:getsize(5);}
#btnLabel:hover{color:blue;}*/
.elements-container {
  padding: 0.33vw;
}

.btnOuterDIV {
  height: 4.5vh;
  /* width: 100%; */
  border: 0.066vw solid #ccc;
  border-radius: 0.33vw;
}

.btnOuterDIV:hover {
  border-color: #58a1e6;
  overflow: hidden;
  cursor: pointer;
}

.btnChkbox {
  /* height: getsize(15); */
  width: 0.99vw;
  float: left;
  /* padding-top: getsize(5); */
  padding-left: 0.33vw;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.btnLabel {
  /* height: 70%; */
  /* width: 60%; */
  font-size: 1vw;
  float: left;
  padding-top: 0.198vw;
  padding-left: 0.33vw;
}

.btnLabel:hover {
  color: blue;
}

.column {
  float: left;
  width: 48%;
  /*padding: getsize(5);*/
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* make input visibile */
.btnChkbox input {
  display: block;
  width: 0.8vw;
  height: 0.8vw;
  margin: 0.1vw;
}

.content1 input, .content2 input, .content3 input {
  display: block;
  font-size: 1.2vw;
}

#get_dir {
  float: right;
  font-size: 1.2vw;
}

#gallery_preview, #upload-preview {
  border: 0.132vw solid #000000;
  border-radius: 0.33vw;
  padding: 0.33vw;
  margin-top: 0.264vw;
  min-height: 9.9vw;
}

#content-pdf-canvas {
  /*width: 95%;
  height: 95%;*/
  margin: auto;
}

#pdf-canvas {
  width: 100%;
  height: 100%;
  border: 0.066vw solid black;
  background: black;
}

/* info - warning message */
.bar {
  /*padding: getsize(10);
  margin: getsize(10);*/
  padding-left: 0.33vw;
  margin-top: 0.33vw;
  color: #333;
  background: #fafafa;
  border: 0.066vw solid #ccc;
}

.info {
  color: #204a8e;
  background: #c9ddff;
  border: 0.066vw solid #4c699b;
}

i.ico {
  display: inline-block;
  width: 1.32vw;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}

.info p {
  margin: 0vw;
}

/* [CLOSE BUTTON] */
div.close {
  position: absolute;
  /*top: 30%;*/
  right: 6%;
  color: #888;
  cursor: pointer;
}

.preview_canvas {
  padding: 0.66vw;
  border: 0.132vw solid;
  border-radius: 0.132vw;
  margin: 0.264vw;
  padding: 0.5vw;
  width: 13vw;
}

/* Square box for helmet connection status */
.helmet_connection {
  position: relative;
}

.helmet_connection input {
  padding-left: 2.2vw;
  margin-bottom: 2vh;
  border: 0vw;
  display: block;
  font-size: 1.2vw;
}

.helmet_connection .color-box {
  width: 1.2vw;
  height: 1.2vw;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  left: 0.8vw;
  top: 0.5vh;
}

/* Mouse pointer */
.btnOuterDIV .btnLabel .elements-container {
  cursor: default;
}

/* Loader */
.loader {
  border: 1.056vw solid #f3f3f3;
  border-top: 1.056vw solid #3498db;
  border-radius: 50%;
  width: 3.96vw;
  height: 3.96vw;
  margin: auto;
  margin-top: 10%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Disk usage div*/
#disk_usage {
  float: right;
}

#disk_usage::after {
  content: "";
  display: block;
  clear: both;
}

/* Download Loader info */
.centered {
  text-align: center;
}

.spinner.loading {
  padding: 3.3vw;
  text-align: center;
}

.loading-text {
  width: 5.94vw;
  position: absolute;
  margin-top: 0.99vw;
  /* top: calc(50% - getsize(15)); */
  left: calc(50% - 3.3vw);
  text-align: center;
}

.spinner.loading:before {
  content: "";
  height: 5.94vw;
  width: 5.94vw;
  margin: calc(0px - 1.848vw) auto auto calc(0px - 0.99vw);
  position: absolute;
  /*top: calc(50% - getsize(45));*/
  left: calc(50% - 2.97vw);
  border-width: 0.528vw;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation 0.7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#fileNameDownload {
  position: relative;
  margin-top: 2.31vw;
}

#helmet_color_box {
  background-color: grey;
}

#gallery_preview, #divDownloadSpinner, #download-image, #h_fs {
  display: none;
}

.fas {
  display: inline-block;
  background-repeat: no-repeat;
  width: 1.32vw;
  height: 1.32vw;
}

.fa-hard-hat {
  background-image: url("../images/filesharing/hard-hat-solid.svg");
}

.fa-photo-video {
  background-image: url("../images/filesharing/photo-video-solid.svg");
}

.fa-file-pdf {
  background-image: url("../images/filesharing/file-pdf-solid.svg");
}

.fa-trash {
  background-image: url("../images/filesharing/trash-alt-solid.svg");
}

.fa-cloud-download {
  background-image: url("../images/filesharing/cloud-download-alt-solid.svg");
}

.fa-cloud-upload-alt {
  background-image: url("../images/filesharing/cloud-upload-alt-solid.svg");
}

.download-folder {
  background-image: url("../images/filesharing/folder-solid-download.svg");
}

.upload-folder {
  background-image: url("../images/filesharing/folder-solid-upload.svg");
}

/* [FSD-319] File transfer da/a casco */
#pdf-main-container {
  max-height: 50vh;
}

/* [FSD-319] File transfer da/a casco */
#ls_view {
  margin-top: 3.3vw;
  max-height: unset !important;
  overflow: unset !important;
}
#ls_view .collapsible.btn {
  height: 2.64vw;
  background: transparent !important;
  border-top: 0.066vw solid #E6E6E6;
  color: black;
  width: calc(100% - 2.376vw);
  padding-left: 0;
  font-size: 0.99vw;
  display: inline-flex;
  align-items: center;
  position: relative;
}
#ls_view .collapsible.btn .download-folder, #ls_view .collapsible.btn .upload-folder {
  height: 1.32vw !important;
  width: 1.32vw !important;
  margin: 0 0.858vw;
}
#ls_view .collapsible.btn::after {
  color: black !important;
  justify-self: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 1.2vw !important;
}
#ls_view .collapsible.btn img {
  margin: 0 1.32vw;
  height: 60%;
}
#ls_view .btn-all {
  padding: 0;
  border: none;
  background: transparent !important;
  width: 1.056vw;
  height: 1.056vw;
  position: relative;
}
#ls_view .btn-all input {
  width: 1.452vw;
  height: 1.452vw;
  border: 0.066vw solid black;
  margin: auto !important;
  opacity: 0;
  cursor: pointer;
}
#ls_view .btn-all .checkmark {
  position: absolute;
  top: 0.528vw;
  left: 0.528vw;
  width: 1.056vw;
  height: 1.056vw;
  border: 0.132vw solid black;
  cursor: pointer;
  pointer-events: none;
  border-radius: 0.264vw;
}
#ls_view .btn-all .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: calc(0px - 0.198vw);
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.264vw;
  height: 0.594vw;
  border: solid black;
  border-width: 0 0.132vw 0.132vw 0;
  transform: rotate(45deg);
}
#ls_view .btn-all.selected .checkmark {
  background-color: #40C4FF;
  border-color: #40C4FF;
}
#ls_view .btn-all.selected .checkmark::after {
  display: block;
}
#ls_view .btn-all.disabled {
  cursor: default;
}
#ls_view .btn-all.disabled .checkmark {
  opacity: 0.4;
}
#ls_view .btn-all.disabled input {
  cursor: default;
}
#ls_view #Documents.collapsible.btn {
  border-bottom: 0.066vw solid #E6E6E6;
}
#ls_view button {
  padding: 0;
  border: none;
}
#ls_view button.Snapshots_btn_all, #ls_view button.Videos_btn_all, #ls_view button.Images_btn_all, #ls_view button.Documents_btn_all, #ls_view button.Recordings_btn_all {
  width: 2.376vw;
  height: 2.376vw;
  background: transparent !important;
}
#ls_view .content.row {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1.65vw;
  margin-bottom: 2.64vw;
  padding-left: calc(100% - (100% - 3.96vw));
}
#ls_view .content.row .elements-container.column {
  width: calc(33.3333333333% - 1.32vw * 2);
  max-width: calc(33.3333333333% - 1.32vw * 2);
  min-width: calc(33.3333333333% - 1.32vw * 2);
  margin: 0.33vw 0.66vw !important;
  padding: 0 !important;
}
#ls_view .content.row .elements-container.column:hover .btnOuterDIV {
  border-color: #c6c6c6;
}
#ls_view .content.row .elements-container.column:hover .btnLabel {
  color: black;
}
#ls_view .content.row .elements-container.column .btnOuterDIV {
  background-color: #D9D9D9;
  border-radius: 0.462vw !important;
  height: 2.97vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0.66vw;
}
#ls_view .content.row .elements-container.column .btnOuterDIV .btnChkbox {
  transform: unset;
  top: unset;
  padding-left: 0;
  margin: 0 !important;
  margin-right: 0.66vw !important;
  width: 1.32vw;
  height: 1.32vw;
  position: relative;
}
#ls_view .content.row .elements-container.column .btnOuterDIV .btnChkbox input {
  width: 1.056vw;
  height: 1.056vw;
  border: 0.066vw solid black;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
#ls_view .content.row .elements-container.column .btnOuterDIV .btnChkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.056vw;
  height: 1.056vw;
  border: 0.066vw solid black;
  cursor: pointer;
  pointer-events: none;
  border-radius: 0.264vw;
}
#ls_view .content.row .elements-container.column .btnOuterDIV .btnChkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: calc(0px - 0.198vw);
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.264vw;
  height: 0.594vw;
  border: solid black;
  border-width: 0 0.132vw 0.132vw 0;
  transform: rotate(45deg);
}
#ls_view .content.row .elements-container.column .btnOuterDIV .btnLabel {
  padding: 0 !important;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.8vw;
}
#ls_view .content.row .elements-container.column.selected .btnOuterDIV {
  background-color: #C6C6C6;
  border-color: #c6c6c6;
  outline: 0.132vw solid #c6c6c6;
  outline-offset: 0.132vw;
}
#ls_view .content.row .elements-container.column.selected .btnOuterDIV .checkmark {
  background-color: #40C4FF;
  border-color: #40C4FF;
}
#ls_view .content.row .elements-container.column.selected .btnOuterDIV .checkmark::after {
  display: block;
}
#ls_view .content.row.closed {
  margin: 0 !important;
  padding: 0 !important;
}
#ls_view .content.row.empty {
  padding: 0 !important;
  display: block !important;
}

.tab {
  display: none;
  margin: 0 2.112vw;
  padding-bottom: 2.112vw;
}
.tab.show {
  display: block;
  flex-grow: 1;
  overflow: auto;
  max-width: calc(100% - 2.112vw * 2);
}

.tabs-container {
  display: flex;
  flex-direction: row;
}
.tabs-container .tabs .tab-item {
  border-bottom: 0.066vw solid black;
  border-top: 0.066vw solid black;
  border-right: 0.066vw solid black;
  background-color: #C6C6C6;
  padding: 0 1.584vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.99vw;
  height: 2.64vw;
}
.tabs-container .tabs .tab-item.active {
  border-bottom: none;
  background-color: white;
}
.tabs-container .tabs .tab-item.active::after {
  display: none;
  content: "";
}
.tabs-container .tabs .tab-item label {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.tabs-container .tabs .tab-item label i {
  margin-right: 0.528vw;
}
.tabs-container .tabs .tab-item:nth-child(1) {
  border-left: 0.066vw solid black;
  border-top-left-radius: 0.264vw;
}
.tabs-container .tabs .tab-item:last-child {
  border-top-right-radius: 0.264vw;
}
.tabs-container #disk_usage {
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
  border-bottom: 0.066vw solid black;
  padding-bottom: 0.462vw;
  padding-right: 1.98vw;
  font-size: 0.99vw;
}

.title, .helmet_connection, .header, .tabs-container {
  padding: 0 2.112vw;
}

.title {
  font-size: 1.848vw;
  font-weight: 300;
  margin-bottom: 2.244vw;
}

.helmet_connection {
  margin: 0.264vw 0;
}
.helmet_connection #helmet_color_box {
  left: 2.112vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.helmet_connection #helmet_connection_text {
  margin-bottom: 0;
  background: transparent;
}
.helmet_connection #helmet_color_box {
  width: 1vw !important;
  height: 1vw !important;
  border-radius: 0.5vw;
}

.header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.32vw;
}
.header .action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 2.64vw;
}
.header .action-buttons .action-button {
  float: unset !important;
  height: 2.64vw;
  padding: 0 1.188vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.264vw;
  font-size: 1.056vw;
  margin: 0 !important;
  cursor: pointer;
}
.header .action-buttons .action-button img {
  margin-right: 0.66vw;
  height: 1.584vw;
}
.header .action-buttons .action-button.primary {
  background-color: #40C4FF;
}
.header .action-buttons .action-button.secondary {
  background-color: #414141;
  color: #40C4FF;
}
.header .action-buttons .action-button.secondary img {
  filter: invert(67%) sepia(20%) saturate(2148%) hue-rotate(169deg) brightness(101%) contrast(101%);
}
.header .action-buttons .action-button.red {
  background-color: #DB2623;
  color: white;
}
.header .action-buttons .action-button.red img {
  filter: invert(100%) sepia(84%) saturate(365%) hue-rotate(258deg) brightness(118%) contrast(106%);
}
.header .action-buttons .action-button.margins {
  margin-right: 1.122vw !important;
}
.header .action-buttons .action-button.disabled {
  background-color: #C6C6C6 !important;
  cursor: default;
  color: #848484;
}
.header .action-buttons .action-button.disabled img {
  filter: invert(59%) sepia(1%) saturate(1610%) hue-rotate(69deg) brightness(89%) contrast(93%);
}
.header .action-buttons .action-button.hide {
  display: none;
}

.empty-folder, .upload-banner {
  width: 100%;
  background-color: #FFFDCF;
  padding: 0 0.99vw;
  border-left: 0.198vw solid #DBCB0C;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.264vw;
  max-height: 3.3vw;
  min-height: 3.3vw;
  height: 3.3vw;
}
.empty-folder .icon, .upload-banner .icon {
  margin-right: 0.924vw;
  align-self: center;
}
.empty-folder .texts, .upload-banner .texts {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.empty-folder .texts .title, .upload-banner .texts .title {
  font-size: 1.056vw;
  font-weight: 600;
  padding: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0.33vw;
}
.empty-folder .texts .desc, .upload-banner .texts .desc {
  font-size: 1.056vw;
}

.upload-banner {
  width: calc(100% - 0.99vw * 2 - 0.198vw);
  margin: 1.65vw 0;
}

.tab.content2, .tab.content3 {
  padding-bottom: 0;
}
.tab.content2 .iframe_button, .tab.content2 #upload-preview, .tab.content3 .iframe_button, .tab.content3 #upload-preview {
  display: none !important;
}
.tab.content2 #pdf-canvas, .tab.content3 #pdf-canvas {
  display: none !important;
}
.tab.content2 #upload-button-pdf, .tab.content3 #upload-button-pdf {
  display: none !important;
}
.tab.content2 .upload-area, .tab.content3 .upload-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-height: calc(100% - 6.6vw);
  min-height: calc(100% - 6.6vw);
  height: calc(100% - 6.6vw);
  background: transparent;
  border-radius: 4px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23848484' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  position: relative;
}
.tab.content2 .upload-area.hasFiles, .tab.content3 .upload-area.hasFiles {
  justify-content: space-between;
}
.tab.content2 .upload-area.hasFiles .footer, .tab.content3 .upload-area.hasFiles .footer {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 13.2vw;
  background: rgba(240, 240, 240, 0.1);
  backdrop-filter: blur(0.429vw);
  margin: auto 2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tab.content2 .upload-area .footer, .tab.content3 .upload-area .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tab.content2 .upload-area .footer .desc, .tab.content2 .upload-area .footer .or, .tab.content3 .upload-area .footer .desc, .tab.content3 .upload-area .footer .or {
  text-align: center;
  pointer-events: none;
}
.tab.content2 .upload-area .footer .or, .tab.content3 .upload-area .footer .or {
  margin: 1.32vw 0;
}
.tab.content2 .upload-area .footer .desc, .tab.content3 .upload-area .footer .desc {
  padding-bottom: 1.122vw;
  border-bottom: 1px solid #C6C6C6;
}
.tab.content2 .upload-area .footer #footer-desc-wide, .tab.content3 .upload-area .footer #footer-desc-wide {
  display: none;
}
.tab.content2 .upload-area #upload-buttons, .tab.content3 .upload-area #upload-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab.content2 .upload-area #upload-buttons .upload-button, .tab.content3 .upload-area #upload-buttons .upload-button {
  padding: 0.528vw 1.452vw;
  min-width: 15.18vw;
  margin: 0 0.561vw;
  background-color: #414141;
  border-radius: 0.264vw;
  font-size: 1.056vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40C4FF;
  font-weight: 400;
  cursor: pointer;
}
.tab.content2 .upload-area #upload-buttons .upload-button img, .tab.content3 .upload-area #upload-buttons .upload-button img {
  filter: invert(62%) sepia(29%) saturate(965%) hue-rotate(157deg) brightness(102%) contrast(103%);
  margin-right: 0.33vw;
  height: 1.452vw;
}
.tab.content2 .upload-area #upload-buttons .upload-button.primary, .tab.content3 .upload-area #upload-buttons .upload-button.primary {
  background-color: #40C4FF;
  color: #000000;
}
.tab.content2 .upload-area #upload-buttons .upload-button.primary img, .tab.content3 .upload-area #upload-buttons .upload-button.primary img {
  filter: unset;
}
.tab.content2 .upload-area #upload-buttons .upload-button.disabled, .tab.content3 .upload-area #upload-buttons .upload-button.disabled {
  background-color: #C6C6C6;
  color: #848484;
  cursor: default;
  pointer-events: none;
}
.tab.content2 .upload-area #upload-buttons .upload-button.disabled img, .tab.content3 .upload-area #upload-buttons .upload-button.disabled img {
  filter: invert(53%) sepia(0%) saturate(1512%) hue-rotate(137deg) brightness(98%) contrast(84%);
}
.tab.content2 .upload-area #upload-buttons .upload-button.disabled, .tab.content3 .upload-area #upload-buttons .upload-button.disabled {
  cursor: default;
}
.tab.content2 .upload-area #upload-buttons #upload-jpg, .tab.content3 .upload-area #upload-buttons #upload-jpg {
  margin-right: 0;
}
.tab.content2 .upload-area #upload-buttons #upload-cloud-jpg, .tab.content3 .upload-area #upload-buttons #upload-cloud-jpg {
  margin-left: 0;
}
.tab.content2.show, .tab.content3.show {
  display: flex;
  flex-direction: column;
}

#files, #pdf-files {
  margin: 0 3.96vw;
  margin-top: 2.244vw;
  background: transparent;
  display: none;
  width: calc(100% - 7.92vw - 6.6vw);
  overflow: auto;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 6.6vw;
  padding-bottom: 13.2vw;
}
#files.show, #pdf-files.show {
  display: flex;
}

.loader-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader-spinner #loader-title {
  font-size: 1.584vw;
  color: #ffffff;
  text-align: center;
  font-weight: 300 !important;
  margin-bottom: 2.64vw;
}
.loader-spinner.show {
  display: flex;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 5.28vw;
  height: 5.28vw;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 4.224vw;
  height: 4.224vw;
  margin: 0.528vw;
  border: 0.528vw solid #40C4FF;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #40C4FF transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file-item {
  background-color: #D2D3D3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.66vw;
  width: calc(33.3333333333% - 3.3vw * 2);
  border-radius: 4px;
  margin: 0 1.65vw;
  margin-bottom: 2.046vw;
}
.file-item .file-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-item .file-header .name {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-item .file-header .delete {
  cursor: pointer;
}
.file-item .file-header img {
  height: 1.188vw;
  margin-left: 0.33vw;
}
.file-item .size {
  margin: 0.198vw 0;
  font-size: 0.858vw;
  color: #414141;
  text-align: left;
  width: 100%;
}
.file-item .size .failed-text {
  color: black;
}
.file-item .separator {
  margin: 0.198vw 0;
}
.file-item .progress-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.file-item .progress-container .progress-bar {
  flex-grow: 1;
  height: 0.528vw;
  border-radius: 10px;
  background-color: #F0F0F0;
}
.file-item .progress-container .progress-bar .inside-bar {
  background-color: #3BBF4A;
  border-radius: 10px;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.file-item .progress-container .value {
  width: 2.112vw;
  margin-left: 0.66vw;
  font-size: 0.858vw;
  text-align: right;
  color: #414141;
}
.file-item.completed .file-header .delete {
  display: none;
}
.file-item.completed .file-header .uploaded {
  display: block;
}
.file-item.failed .progress-bar .inside-bar {
  background-color: #DB2623;
}

#pdf-files {
  justify-content: center;
  padding-left: 0 !important;
}
#pdf-files .file-item {
  margin: 0 !important;
}

.download-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  z-index: 99;
}
.download-loader.show {
  display: block;
}
.download-loader .title {
  font-size: 1.584vw;
  color: #ffffff;
  text-align: center;
  font-weight: 300 !important;
  height: 17.82vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.download-loader #download-files {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 3.3vw;
  max-width: calc(100% - 9.9vw);
  margin-left: 7.92vw;
  padding-right: 0;
  max-height: calc(100% - 17.82vw);
  overflow: auto;
}
.download-loader #download-files .file-item {
  margin: 0 0.99vw;
  width: calc(25% - 1.32vw * 3 - 1.98vw);
  min-width: calc(25% - 1.32vw * 3 - 1.98vw);
  margin-bottom: 1.98vw;
}
@keyframes banner-top {
  0% {
    top: calc(0px - 4.224vw);
  }
  100% {
    top: 0;
  }
}
@keyframes banner-hide {
  0% {
    top: 0;
  }
  100% {
    top: calc(0px - 4.224vw);
  }
}
.success-banner {
  display: none;
  padding: 0 0.792vw;
  height: 4.224vw;
  border-left: 0.198vw solid #3BBF4A;
  justify-content: flex-start;
  align-items: center;
  background-color: #E1FBD8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 34.98vw;
  border-radius: 0.264vw;
  animation: banner-top 0.4s ease-in-out forwards;
}
.success-banner img {
  height: 1.32vw;
  margin-right: 0.924vw;
}
.success-banner .text {
  font-size: 1.056vw;
}
.success-banner.show {
  display: flex;
}
.success-banner.hide {
  animation: banner-hide 0.2s ease-in-out forwards;
}

@media (min-aspect-ratio: 1) {
  .tab.content2 .upload-area, .tab.content3 .upload-area {
    position: relative;
  }
  .tab.content2 .upload-area.hasFiles .footer, .tab.content3 .upload-area.hasFiles .footer {
    position: fixed;
    bottom: 0;
    height: 3.96vw;
    flex-direction: row;
    align-items: center;
  }
  .tab.content2 .upload-area.hasFiles .footer .or, .tab.content3 .upload-area.hasFiles .footer .or {
    display: none;
  }
  .tab.content2 .upload-area.hasFiles .footer .desc, .tab.content3 .upload-area.hasFiles .footer .desc {
    padding-bottom: 0;
    border-bottom: none;
    margin-right: 1.32vw;
  }
  .tab.content2 .upload-area.hasFiles .footer #footer-desc, .tab.content3 .upload-area.hasFiles .footer #footer-desc {
    display: none;
  }
  .tab.content2 .upload-area.hasFiles .footer #footer-desc-wide, .tab.content3 .upload-area.hasFiles .footer #footer-desc-wide {
    display: block;
  }
  .tab.content2 .upload-area #files, .tab.content2 .upload-area #pdf-files, .tab.content3 .upload-area #files, .tab.content3 .upload-area #pdf-files {
    padding-bottom: 3.96vw !important;
  }
}
body.dark {
  background: #2A2A2A;
}
body.dark .helmet_connection #helmet_connection_text {
  color: #9a9a9a;
}
body.dark .title {
  color: #cccccc;
}
body.dark .tabs-container .tabs .tabs-item {
  background-color: #7c7a7a;
}
body.dark .tabs-container .tabs .tabs-item.active {
  background-color: #cccccc;
}
body.dark .tabs-container #disk-usage {
  color: #cccccc;
}
body.dark .content1 .collapsible.btn {
  color: #cccccc !important;
}
body.dark .content1 #ls_view .btn-all .checkmark {
  background-color: #cccccc;
}
body.dark .content1 #ls_view .btn-all.selected .checkmark {
  background-color: #40C4FF;
  border-color: #40C4FF;
}
body.dark .file-header .name {
  color: #000;
}
body.dark .upload-area .footer .desc {
  color: #cccccc;
}
body.dark .upload-banner .title {
  color: #000000;
}/*# sourceMappingURL=kiber-style-ft.css.map */