@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Avenir Next Cyr Bold';
	src: url('vendors/fonts/AvenirNextCyr-Bold.eot');
	src: local('Avenir Next Cyr Bold'), local('AvenirNextCyr-Bold'),
		url('vendors/fonts/AvenirNextCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('vendors/fonts/AvenirNextCyr-Bold.woff') format('woff'),
		url('vendors/fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Demi';
	src: url('vendors/fonts/AvenirNextCyr-Demi.eot');
	src: local('Avenir Next Cyr Demi'), local('AvenirNextCyr-Demi'),
		url('vendors/fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
		url('vendors/fonts/AvenirNextCyr-Demi.woff') format('woff'),
		url('vendors/fonts/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Regular';
	src: url('vendors/fonts/AvenirNextCyr-Regular.eot');
	src: local('Avenir Next Cyr Regular'), local('AvenirNextCyr-Demi'),
		url('vendors/fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
		url('vendors/fonts/AvenirNextCyr-Regular.woff') format('woff'),
		url('vendors/fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Next Cyr Thin';
	src: url('vendors/fonts/AvenirNextCyr-Thin.eot');
	src: local('Avenir Next Cyr Thin'), local('AvenirNextCyr-Thin'),
		url('vendors/fonts/AvenirNextCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('vendors/fonts/AvenirNextCyr-Thin.woff') format('woff'),
		url('vendors/fonts/AvenirNextCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

*, *:before, *:after {
    box-sizing: border-box;
    outline: 0px;
}

body {
    display: block;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: 'Avenir Next Cyr Regular';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100vh;
}

header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1200;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px 0 0 0;
}

a {
    text-decoration: none;
}

input {
    width: 100%;
}

footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 30px 30px;
    font-size: 12px;
    color: rgb(158, 158, 158);
    text-align: center;
}

footer div {
    max-width: 33%;
    flex-basis: 33%;
}

footer a {
    text-decoration: none;
    color: rgb(158, 158, 158);
}

footer a:hover {
    text-decoration: underline;
}

hr {
    width: 100%;
    border-style: solid;
}

.btn {
    padding: 8px 32px 8px 32px;
    height: 42px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover {
    font-weight: bold;
}

.btn-solid {
    color: #FFFFFF;
    background-color: rgb(174, 43, 42);
}

.btn-solid a {
    color: #FFFFFF;
}

.btn-hollow {
    color: #000000;
    border-color: rgb(174, 43, 42);
    border-style: solid;
    border-width: 1px;
}

.btn-hollow a {
    color: #000000;
}

.btn-disabled {
    background-color: #999999;
    pointer-events: none;
}

.btn-succ {
    background-color: #9ED368;
}

.btn-succ:hover {
    background-color: #8BC052;
}

.site {
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.nav-bar {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.site_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-x: hidden;

}

.wallpaper-container {
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wallpaper-creativelegacy {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Avenir Next Cyr Thin';
    font-size: 60px;
    line-height: 60px;
    color: rgb(174, 43, 42);
}

.foregroundWrapper{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contentPreview {
    background-color: indianred;
    width: 100%;
    height: 100%;
}

.transfer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;   
}

.transfer-body {
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    flex-grow: 5;
    padding-top: 16px;
}

.transfer-footer {
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.transfer-file {
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(150, 150, 150);
    background-color: inherit;
    padding-left: 4px;
}

.transfer-file:hover {
    cursor: pointer;
    background-color: #f1f1f1;
}



.transferFileListContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 8px 8px 8px;
    
}

.transferFileListContainer::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.transferFileListContainer::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.transferFileListContainer::-webkit-scrollbar-thumb {
    background: #888;
}

.transferFileListContainer::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.uploadZone {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(174, 43, 42);
    margin-bottom: 16px;
    overflow-x: auto;
}

.uploadForm {
    width: 60%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.linkForm {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    overflow: auto;
}

.uploadSuccIcon {
    margin-bottom: 16px;
}

.linkFormText {
    margin-bottom: 16px;
}

.linkField {
    margin-bottom: 16px;
}

.linkFieldInput {
    height: 36px;
    font-size: 16px;
}

.linkCopyBtn {
    margin-bottom: 16px;
}

.linkField {
    width: 100%;
}

.icon32 {
    width: 32px;
    height: 32px;
}

.icon64 {
    width: 64px;
    height: 64px;
}

.icon128 {
    width: 128px;
    height: 128px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .upload-360 {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-bottom: 16px;
  }

  .uploadZoneFooter {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
  }

.uploadZoneFooter_1 {
    order: 2;
}

.uploadZoneFooter_2 {
    order: 1;
}

.uploadZoneFooter_3 {
    order: 3;
}

@media only screen and (min-width: 768px) {

    .uploadZoneFooter {
        flex-direction: row;
        align-items: flex-start;
    }

    .uploadZoneFooter_1 {
        order: 1;
    }

    footer {
        flex-direction: row;
    }

    .footer-col1 {
        text-align: left;
    }
    
    .footer-col2 {
        text-align: center;
    }
    
    .footer-col3 {
        text-align: right;
    }

    .transfer {
        width: 280px;
        height: 360px;
        position: absolute;
        left: 64px;
    }

    .contentPreview {
        position: absolute;
        right: 64px;
        width: 70%;
        height: 100%;
    }

    .shadow {
        box-shadow:  0 0 12px 0 rgb(0 0 0 /10%);
    }

    .nav-bar {
        justify-content: flex-end;
    }

    .uploadZone {
        width: 100%;
        height: 100%;
    }

    .linkForm {
        width: 260px;
        height: 390px;
        padding: 32px 32px 32px 32px;
    }

    .wallpaper-creativelegacy {
        font-size: 120px;
        line-height: 120px;
    }

}