#webtorrent_download_form {
  text-align: left;
  font-family: AlbertaSans, Roboto, sans-serif;
  font-weight: 300; }
  #webtorrent_download_form .modal-inner {
    color: #2b3d52;
    max-width: 600px;
    margin-left: unset;
    transform: translateX(-50%);
    width: 100%;
    top: 5%;
    left: 50%;
    max-height: 90%;
    border-radius: 20px; }
    #webtorrent_download_form .modal-inner .modal-content {
      padding: 6px 8px;
      font-size: 12px;
      max-height: 80%;
      overflow: hidden; }
  #webtorrent_download_form .modal-close:after {
    display: none; }
  #webtorrent_download_form #webtorrent_download_form__header_main {
    font-weight: 500;
    height: 45px;
    line-height: 55px;
    margin-top: -6px;
    margin-left: -8px;
    font-size: 20px;
    color: #4885A8;
    background-color: #CAD4D9;
    padding-left: 70px;
    padding-right: 70px;
    display: inline-block;
    position: relative; }
    #webtorrent_download_form #webtorrent_download_form__header_main:before {
      content: "";
      background-image: url("../images/webtorrent_download_popup/download-circle.svg");
      height: 35px;
      width: 35px;
      background-size: cover;
      position: absolute;
      left: 16px;
      top: 10px; }
  #webtorrent_download_form #webtorrent_download_form__close_btn {
    display: inline-block;
    float: right;
    font-size: 22px;
    cursor: pointer;
    color: #CAD4D9;
    position: absolute;
    right: 12px;
    top: 12px; }
  #webtorrent_download_form #webtorrent_download_form__top_content {
    margin-left: -8px;
    margin-right: -8px;
    max-width: unset;
    padding: 20px 74px 16px 74px;
    color: #4885A8;
    background-color: #CAD4D9; }
    #webtorrent_download_form #webtorrent_download_form__top_content #webtorrent_download_form__main_content__wt_download__status__in_progress {
      margin-left: 20px; }
      #webtorrent_download_form #webtorrent_download_form__top_content #webtorrent_download_form__main_content__wt_download__status__in_progress #webtorrent_download_form__main_content__wt_download__status__in_progress__value {
        font-weight: 500; }
    #webtorrent_download_form #webtorrent_download_form__top_content .progress-bar {
      border: 1px solid white;
      padding: 6px;
      border-radius: 24px;
      position: relative; }
      #webtorrent_download_form #webtorrent_download_form__top_content .progress-bar .progress-bar-outer {
        height: 24px;
        border-radius: 24px;
        background: #eceff1;
        /* Old browsers */
        background: -moz-linear-gradient(top, #eceff1 0%, #e1e4e5 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #eceff1 0%, #e1e4e5 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #eceff1 0%, #e1e4e5 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.14);
        width: 100%;
        overflow: hidden; }
      #webtorrent_download_form #webtorrent_download_form__top_content .progress-bar .progress-bar-inner {
        display: block;
        height: 100%;
        width: 0;
        text-align: right;
        color: #2b3d52;
        border-radius: 24px;
        overflow: visible;
        position: relative;
        background: #06a2f2;
        /* Old browsers */
        background: -moz-linear-gradient(left, #06a2f2 0%, #ffffff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #06a2f2 0%, #ffffff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #06a2f2 0%, #ffffff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
      #webtorrent_download_form #webtorrent_download_form__top_content .progress-bar .progress-bar-text {
        font-weight: 500;
        display: inline-block;
        line-height: 24px;
        font-size: 12px;
        font-weight: bold;
        position: absolute;
        left: 34px;
        top: 7px;
        z-index: 999;
        color: white; }
    #webtorrent_download_form #webtorrent_download_form__top_content #webtorrent_download_form__main_content__wt_download__progress {
      margin-top: 8px;
      margin-bottom: 8px; }
    #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont {
      overflow: visible;
      height: 38px;
      padding: 0 20px;
      position: relative; }
      #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__download_all_button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: none;
        height: 38px;
        width: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 10px;
        line-height: 20px;
        font-size: 14px;
        border-radius: 20px;
        background: #9a9a9a;
        color: white;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        cursor: pointer;
        text-align: center; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__download_all_button.visible {
          display: inline-block; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__download_all_button.active {
          background: #4885A8; }
      #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__sharing_info__stats {
        display: inline-block; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__sharing_info__stats:first-child {
          float: left; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__sharing_info__stats:last-child {
          float: right; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__sharing_info__stats .webtorrent_download_form__sharing_size {
          font-weight: 500; }
        #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont .webtorrent_download_form__sharing_info__stats .webtorrent_download_form__sharing_speed {
          margin-top: 4px; }
    #webtorrent_download_form #webtorrent_download_form__top_content .alert_container {
      width: 100%; }
  #webtorrent_download_form #webtorrent_download_form__torrent_file_url {
    font-weight: 500;
    text-decoration: none;
    color: #2AACF6;
    padding-left: 24px;
    font-size: 16px;
    margin-right: 2px; }
    #webtorrent_download_form #webtorrent_download_form__torrent_file_url:before {
      background-image: url("../images/webtorrent_download_popup/download_cloud.svg");
      background-repeat: no-repeat;
      background-size: 18px 18px;
      background-position: left center;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 18px; }
  #webtorrent_download_form #webtorrent_download_form__desktop_clients_line {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-left: 25px;
    position: relative; }
    #webtorrent_download_form #webtorrent_download_form__desktop_clients_line .webtorrent_download_form__desktop_clients_text {
      letter-spacing: 0.5px; }
  #webtorrent_download_form #webtorrent_download_form__main_content {
    margin-left: -8px;
    margin-right: -8px;
    max-width: unset;
    font-size: 14px;
    line-height: 18px;
    background: #e4e8eb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e4e8eb 0%, #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e4e8eb 0%, #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e4e8eb 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: flex;
    flex-direction: row; }
    #webtorrent_download_form #webtorrent_download_form__main_content #webtorrent_download_form__p2p_graph {
      width: 50%;
      font-weight: 300;
      color: #d0d8dd; }
    #webtorrent_download_form #webtorrent_download_form__main_content #webtorrent_download_form__world_image {
      padding-left: 12px;
      width: calc(50% - 12px);
      background-image: url("../images/webtorrent_download_popup/map.png");
      background-size: contain;
      background-position: 12px center;
      background-repeat: no-repeat; }
  #webtorrent_download_form #webtorrent_download_form__top_alerts_container .alert_container {
    margin-bottom: 12px; }
  #webtorrent_download_form #webtorrent_download_form__bottom_content {
    margin-left: -8px;
    margin-right: -8px;
    max-width: unset;
    margin-bottom: -8px;
    max-width: unset;
    background-color: #CAD4D9;
    padding-top: 24px;
    padding-bottom: 32px; }
    #webtorrent_download_form #webtorrent_download_form__bottom_content div {
      color: #2C3E52;
      margin-left: auto;
      margin-right: auto;
      max-width: 500px;
      padding-left: 24px;
      position: relative; }
      #webtorrent_download_form #webtorrent_download_form__bottom_content div:before {
        content: "";
        background-image: url("../images/webtorrent_download_popup/info.svg");
        height: 16px;
        width: 16px;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 1px; }
  #webtorrent_download_form .webtorrent_download_form__main_content__wt_download__status {
    display: none; }
  #webtorrent_download_form #webtorrent_download_form__main_content__wt_download.in_progress #webtorrent_download_form__main_content__wt_download__status__in_progress {
    display: block; }
  #webtorrent_download_form #webtorrent_download_form__main_content__wt_download.finished #webtorrent_download_form__main_content__wt_download__status__finished,
  #webtorrent_download_form #webtorrent_download_form__main_content__wt_download.finished #webtorrent_download_form__main_content__wt_download__status__in_progress {
    display: block; }
  #webtorrent_download_form #webtorrent_download_form__main_content__wt_download.download_error #webtorrent_download_form__main_content__wt_download__status__download_error {
    display: block; }
  @media screen and (max-width: 480px) {
    #webtorrent_download_form #webtorrent_download_form__main_content #webtorrent_download_form__world_image {
      display: none; }
    #webtorrent_download_form #webtorrent_download_form__main_content #webtorrent_download_form__p2p_graph {
      width: 100%; }
    #webtorrent_download_form #webtorrent_download_form__header_main {
      display: block;
      margin-right: -74px;
      padding-right: 0; }
    #webtorrent_download_form #webtorrent_download_form__close_btn {
      color: white; }
    #webtorrent_download_form .modal-inner {
      padding-top: 0;
      overflow: hidden;
      height: unset;
      top: 50%;
      transform: translate(-50%, -50%); }
    #webtorrent_download_form.modal-container:before {
      display: none; }
    #webtorrent_download_form .modal-close {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10000001;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==); }
    #webtorrent_download_form #webtorrent_download_form__bottom_content {
      padding-left: 16px;
      padding-right: 16px; }
    #webtorrent_download_form #webtorrent_download_form__top_content {
      margin-top: -1px;
      padding-left: 36px;
      padding-right: 36px; }
    #webtorrent_download_form #webtorrent_download_form__desktop_clients_line {
      margin-left: 28px; }
    #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont {
      padding-left: 0;
      padding-right: 0; }
    #webtorrent_download_form #webtorrent_download_form__top_content #webtorrent_download_form__main_content__wt_download__status__in_progress {
      margin-left: 0; } }
  @media screen and (max-width: 400px) {
    #webtorrent_download_form #webtorrent_download_form__desktop_clients_line .webtorrent_download_form__desktop_clients_text {
      display: none; }
    #webtorrent_download_form #webtorrent_download_form__torrent_file_url {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      margin-left: -12px; } }
  @media screen and (max-width: 370px) {
    #webtorrent_download_form #webtorrent_download_form__header_main {
      font-size: 16px; }
    #webtorrent_download_form #webtorrent_download_form__top_content {
      margin-top: -1px;
      padding-left: 18px;
      padding-right: 18px; }
    #webtorrent_download_form #webtorrent_download_form__desktop_clients_line {
      margin-left: 10px; }
    #webtorrent_download_form #webtorrent_download_form__top_content .webtorrent_download_form__sharing_stats_cont {
      padding-left: 0;
      padding-right: 0; }
    #webtorrent_download_form #webtorrent_download_form__top_content #webtorrent_download_form__main_content__wt_download__status__in_progress {
      margin-left: 0; } }
  @media screen and (max-width: 310px) {
    #webtorrent_download_form #webtorrent_download_form__header_main {
      padding-left: 18px; }
      #webtorrent_download_form #webtorrent_download_form__header_main:before {
        display: none; } }

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