*{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: pfm;
  color: #303036;
}
body{
  background-color: #f6f6f6;
}
.container{
  position: relative;
  width: 406px;
  padding: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 150px;
  background-color: #fff;
  box-shadow: 0 0 14px 4px rgba(104, 104, 104, 0.1);
  overflow: hidden;
  transition: 0.25s all;
}
.container-header{
  font-size: 18px;
}
.container-header > div{
  font-size: 18px;
  font-family: pfl;
}
.container-header-select{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: pfl;
  font-weight: 700;
  font-size: 18px;
}
.container-header-format{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  border: 1px solid transparent;
  background-color: transparent;
  font-family: pfl;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
}
.container-url{
  position: relative;
  margin-top: 25px;
  width: 100%;
}
.container-url-block:focus-within{
  border-color: #ffb84d;
}
.container-url-block{
  position: relative;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #e5e5e5;
  padding: 6px 0px;
  width: calc(100% - 20px);
  cursor: text;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-url-block-input:focus ~ .container-url-block-placeholder{
  top: -9px;
  font-size: 13px;
}
.container-url-block-input:valid ~ .container-url-block-placeholder{
  top: -9px;
  font-size: 13px;
}
.container-url-block-placeholder{
  position: absolute;
  font-family: pfl;
  cursor: text;
  left: 5px;
  top: 6px;
  background-color: #fff;
  z-index: 5;
  padding: 0px 5px;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-url-block-input{
  width: calc(100% - 30px);
  padding: 0px 10px;
  outline: none;
  border: none;
  background-color: transparent;
}
.container-btn{
  position: relative;
  padding: 6px 9px;
  background-color: #ffb84d;
  display: inline-block;
  border-radius: 5px;
  margin-top: 20px;
  border: 2px solid #ffb84d;
  cursor: pointer;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
  user-select: none;
}
.container-btn[new]:after{
  content: attr(new);
  position: absolute;
  background-color: #e53935;
  color: #fff;
  border-radius: 10px;
  font-family: pfr;
  font-size: 10px;
  padding: 3px 7px;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) scale(0.75);
}
.container-btn:hover{
  background-color: #fff;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-btn:active{
  background-color: #ffb84d24;
}
.container-radio{
  position: relative;
  margin-top: 15px;
}
.container-radio-elem{
  position: relative;
  white-space: nowrap;
  margin-top: 8px;
  display: inline-block;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-radio-elem2[none]{
  display: none !important;
}
.container-radio-elem2[parent] {
  opacity: 0.25;
  pointer-events: none;
  position: relative;
}
.container-radio-elem2[parent]:before{
  position: absolute;
  content: '';
  height: calc(100% + 11px);
  width: 1px;
  left: -10px;
  top: -11px;
  background-color: #ffb84d;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-radio-elem2[parent][last]:after{
  position: absolute;
  content: '';
  height: 1px;
  width: 6px;
  left: -10px;
  bottom: 0px;
  background-color: #ffb84d;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-radio-elem2[noactive][parent]:before,
.container-radio-elem2[noactive][parent][last]:after{
  background-color: #919191;
}
.container-radio-elem[disable='disable']{
  opacity: 0.5;
  pointer-events: none;
}
.container-radio-elem-ch{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #e5e5e5;
  border: 2px solid #e5e5e5;
  cursor: pointer;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-radio-elem-ch:before{
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: inherit;
  background-color: #ffb84d;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-radio-elem-ch[checkbox]{
  border-radius: 5px;
}
.container-radio-elem-ch[checkbox]:before{
  border-radius: 2px;
}
.container-radio-elem-ch:hover{
  border-color: #ffb84d;
}
.container-radio-elem-ch[active='active']{
  background-color: #ffb84d24;
  border-color: #ffb84d;
}
.container-radio-elem-ch[active='active']:before{
  opacity: 1;
}
.container-radio-elem-text{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: pfl;
  margin-left: 5px;
  white-space: normal;
  min-width: 130px;
  width: calc(100% - 35px);
}
.container-radio-elem-title{
  font-family: pfb;
  margin-top: 25px;
  position: relative;
}
.container-preloader{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #ffffffd9;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.35s all cubic-bezier(0.7, 0, 0.3, 1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -ms-backdrop-filter: blur(2px);
  -o-backdrop-filter: blur(2px);
}
.container-preloader[active='active']{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.container-preloader-elem{
  position: absolute;
  height: 58px;
  width: 40px;
  left: 0;
  right: 0;
  top: -140px;
  bottom: 0;
  margin: auto;
  transform: scale(1.5);
  /* background-color: #ffb84d;
  animation: loader 1.85s linear infinite; */
}
.container-preloader-text{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -13px;
  bottom: 0;
  height: 15px;
  width: 80%;
  text-align: center;
  font-family: pfl;
  font-size: 19px;
}
.container-preloader-text2{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  text-align: center;
  font-family: 'pfl';
  top: 75px;
  bottom: 0;
  height: 40px;
  opacity: 0.75;
}
.container-preloader-stop{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  text-align: center;
  font-family: 'pfm';
  top: 200px;
  border-radius: 6px;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  color: #fff;
  opacity: 0.75;
  background-color: #ff312c;
  cursor: pointer;
}
.container-preloader-stop:hover{
  background-color: #ff0600;
}
.container-error{
  font-family: pfl;
  margin-top: 0px;
  color: #fff;
  padding: 10px 13px;
  width: calc(100% - 33px);
  background-color: #e53935;
  border-radius: 5px;
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: 0.35s all;
  opacity: 0;
  padding: 0px 13px;
}
.container-error[active='active']{
  max-height: 450px;
  padding: 10px 13px;
  margin-top: 15px;
  opacity: 1;
}
.container-error-title{
  color: #fff;
  font-family: pfb;
  font-size: 18px;
}
.container-error-text{
  color: #fff;
  font-family: pfl;
  font-size: 15px;
}
.license{
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
  font-family: pfl;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 15px;
}
.license:hover{
  opacity: 0.85;
}
.license > a{
  font-family: pfm;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
  font-size: 16px;
}
.license > a:hover{
  color: #ff8400;
}
a{
  text-decoration: none;
}
@keyframes loader {
  0%{
    border-radius: 10%;
    transform: rotate(0deg);
    background-color: #ffb84d;
  }
  50%{
    border-radius: 48%;
    transform: rotate(720deg);
    background-color: #229cf9;
  }
  100%{
    border-radius: 10%;
    transform: rotate(1440deg);
    background-color: #ffb84d;
  }
}
.container_file{
  position: relative;
  padding-top: 50px;
  width: 430px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.25s all;
}
.container_file-elem{
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px 4px rgba(104, 104, 104, 0.1);
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  padding: 10px;
  margin-left: -10px;
  text-align: left;
  margin-bottom: 20px;
}
.container_file-elem:last-child{
  margin-bottom: 100px;
}
.container_file-elem-ico{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
}
.container_file-elem-ico[logo='xlsx']{
  background-image: url('../logo_xlsx.svg');
  background-size: 36px;
}
.container_file-elem-ico[logo='zip']{
  background-image: url('../logo_zip.svg');
  background-size: 34px;
}
.container_file-elem-ico[logo='csv'] {
  background-image: url('../logo_csv.svg');
  background-size: 34px;
}
.container_file-elem-ico[logo='file']{
  background-image: url('../logo_file.svg');
  background-size: 36px;
}
.container_file-elem-ico[logo='json'] {
  background-image: url('../logo_file.svg');
  background-size: 36px;
}
.container_file-header{
  position: relative;
  background-color: #f6f6f6;
  width: calc(100% - 40px);
  left: 0;
  margin-left: 0px;
  right: 0;
  margin: auto;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: pfl;
  color: #3030368a;
}
.container_file-elem-text{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  font-size: 15.5px;
  width: calc(100% - 145px);
  white-space: normal;
  word-break: break-all;
}
.container_file-elem-text::first-letter{
  text-transform: capitalize;
}
.container_file-elem-btn{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  user-select: none;
  width: 75px;
}
.container_file-elem-btn-elem{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 35px;
  width: 35px;
  background-color: #fff;
  margin-right: 0px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.15s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container_file-elem-btn-elem:first-child{
  margin-right: 5px;
}
.container_file-elem-btn-elem:hover{
  background-color: #e5e5e5;
}
.container_file-elem-btn-elem:active{
  background-color: #ffb84d;
}
.icons-download:before{
  content: '\E864';
  font-family: 'ico';
}
.icons-del:before{
  content: '\E8DB';
  font-family: 'ico';
}
.container_file-elem-text-filesize{
  font-family: pfl;
  opacity: 0.75;
  font-size: 15px;
  margin-top: 5px;
}
.container-card{
  position: relative;
  width: calc(100% - 46px);
  border-radius: 5px;
  padding: 0px 20px;
  background-color: #ffb84d45;
  margin-top: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
}
.container-card[active='active']{
  margin-top: 20px;
  padding: 17px 20px;
  max-height: 250px;
  opacity: 1;
}
.container-card-name{
  position: relative;
  font-family: pfb;
  font-size: 16px;
}
.container-card-description{
  position: relative;
  font-family: pfl;
  margin-top: 10px;
}
.container-radio-elem2{
  margin-left: 0px;
  display: inline-block;
  width: 100%;
}
svg.tea {
  --secondary: #ffb84d;
}
svg.tea #teabag {
  transform-origin: top center;
  transform: rotate(3deg);
  animation: swing 2s infinite;
}
svg.tea #steamL {
  stroke-dasharray: 13;
  stroke-dashoffset: 13;
  animation: steamLarge 2s infinite;
}
svg.tea #steamR {
  stroke-dasharray: 9;
  stroke-dashoffset: 9;
  animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-o-keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes swing {
  50% {
    transform: rotate(-3deg);
  }
}
@-moz-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-webkit-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-o-keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@keyframes steamLarge {
  0% {
    stroke-dashoffset: 13;
    opacity: 0.6;
  }
  100% {
    stroke-dashoffset: 39;
    opacity: 0;
  }
}
@-moz-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-webkit-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@-o-keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
@keyframes steamSmall {
  10% {
    stroke-dashoffset: 9;
    opacity: 0.6;
  }
  80% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 27;
    opacity: 0;
  }
}
.icons-settings:before{
  content: "\E8C3";
  font-family: 'ico';
}
.icons-left:before{
  content: "\E828";
  font-family: 'ico';
}
.container-btn2{
  border: 2px solid #ededed;
  background-color: #ededed;
}
.container-btn2:active{
  background-color: #b2b2b224;
}
.container-settings{
  position: absolute;
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 8;
  left: 0;
  top: 0;
  user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s all;
  max-height: 0%;
}
.container-settings[active='active']{
  opacity: 1;
  pointer-events: auto;
  max-height: auto;
}
.container-header2 > div{
  margin-top: 22px;
  font-family: 'pfl';
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.container-header2 > div.icons-left{
  margin-right: 5px;
  margin-left: 20px;
  cursor: pointer;
  opacity: 0.75;
  transition: 0.05s all;
}
.container-header2 > div.icons-left:hover{
  opacity: 1;
}
.container-header2 > div.icons-left:active{
  opacity: 1;
  transform: scale(0.9);
}
.container-settings-elem{
  position: relative;
  width: calc(100% - 40px);
  margin-left: 20px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
  white-space: nowrap;
}
.container-settings-elem-text{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  white-space: normal;
  margin-right: 20px;
  font-family: pfr;
}
.container-settings-elem-text > span{
  font-family: pfl;
  opacity: 0.75;
}
.container-settings-elem-checkbox{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(60px);
  margin-right: -4px;
  text-align: right;
}
.container-settings-elem-checkbox input[type=text]{
  font-family: pfl;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  padding: 3px 5px;
  overflow: hidden;
  font-size: 16px;
  color: #303036;
  outline: none;
  max-width: calc(100% - 10px - 4px);
}
.container-settings-elem-checkbox input[type=text]:focus,
.container-settings-elem-checkbox input[type=text]:hover{
  border: 2px solid #ffb84d;
}
.checkbox{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 30px;
  background-color: #e8e8e8;
  border-radius: 50px;
  cursor: pointer;
}
.checkbox > input[type='checkbox']{
  display: none;
}
.checkbox > input[type='checkbox']:checked ~ .checkbox-block{
  transform: translate(13px, 0px);
  border-color: #ffb84d;
  background-color: #ffb84d;
}
.checkbox-block{
  position: absolute;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #a0a0a0;
  z-index: 5;
  display: block;
  border-radius: 50px;
  border: 2px solid #a0a0a0;
  cursor: pointer;
  transition: 0.35s all cubic-bezier(0, 0, 0, 1);
}
.container-settings-elem-checkbox-text{
  font-family: pfl;
  border: 2px solid #e8e8e8;
  border-radius: 5px;
  padding: 3px 5px;
  overflow:hidden;
}
.container-settings-elem-checkbox-text:hover{
  border: 2px solid #ffb84d;
}
.container-settings-elem-checkbox-text:active:before{
  background-color: #fff5e6;
}
.container-settings-elem-checkbox-text:before{
  transition: 0.2s all;
  content: "\E8BB";
  font-family: ico;
  position: absolute;
  left: 2px;
  margin: auto;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  top: 2px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  opacity: 0;
}

.container-settings-elem-checkbox-text:hover:before{
  opacity: 1;
}













@media (min-width: 10px) and (max-width: 480px) {
  .container{
    width: calc(100% - 40px);
    margin-top: 10px;
    box-shadow: none;
    background-color: transparent;
    border: none;
  }
  .container-settings{
    background-color: #f6f6f6;
  }
  .container-btn2{
    background-color: #fff;
    margin-top: 7px;
  }
  .container-btn2:hover{
    background-color: #fff;
    border-color: #ffb84d;
  }
  .container-btn2:active{
    background-color: #ffb84d24;
    border-color: #ffb84d;
  }
  .container-preloader[active='active']{
    background-color: transparent;
  }
  .container-preloader[active='active'] ~ .container-header{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }
  .container-preloader[active='active'] ~ .container-url{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }
  .container-preloader[active='active'] ~ .container-card{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }
  .container-preloader[active='active'] ~ .container-error{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }
  .container-preloader[active='active'] ~ .container-radio{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }
  .container-preloader[active='active'] ~ .container-btn{
    opacity: 0.15;
    pointer-events: none;
    transition: 0.25s all;
  }

  .container-radio-elem2{
    margin-left: 0px;
    margin-top: 20px;
    display: block;
  }

  .container_file{
    width: calc(100% - 50px);
  }
  .license{
    right: 0;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    left: 0;
    bottom: 0;
    opacity: 1;
    font-family: pfl;
    transition: 0.25s all cubic-bezier(0.7, 0, 0.3, 1);
    font-size: 15px;
    box-shadow: 0 0 14px 4px rgba(104, 104, 104, 0.1);
    z-index: 99999;
  }
  .container-header2 > div{
    font-size: 22px;
  }
  .container-btn{
    width: calc(100% - 25px);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 0 14px 4px rgba(104, 104, 104, 0.1);
  }
  .container-url-block{
    background-color: #f6f6f6;
  }
  #input-url{
    background-color: #f6f6f6;
  }
  .container-url-block-placeholder{
    background-color: #f6f6f6;
  }
}
