/*Template Name: AWS S3 File Uploader
Theme URL: https://codecanyon.net/user/berkinedesign
Author: BerkineDesign
Author URL: https://codecanyon.net/user/berkinedesign
Version: 1.0
File name: styles.css;
Date Created: 27.09.2019
Website: www.berkinedesign.com
*/


/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*   00 - Preload Styles			            */
/*   01 - Global Stypes				            */
/*   02 - File Upload Layout		            */
/*   03 - Links Layout				            */
/*   04 - Email Layout				            */
/*   05 - Action Button 			            */
/*   06 - Copyright  				            */
/*   07 - Setup File Layout 			        */
/*   08 - Responsive Layout 			        */



/* ==========================================================================           
 *
 *    00 - PRELOAD STYLES
 *
 * ========================================================================== */

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(../img/preload.gif) center no-repeat #fff;
}

/* ==========================================================================           
 *
 *    01 - GLOBAL STYLES
 *
 * ========================================================================== */

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0E2E40;
}

h3 {
	font-family: 'Poppins', sans-serif;
	color: #0E2E40;
	text-transform: uppercase;
	margin-bottom: 4rem;
	font-weight: 800;
	font-size: 20px;
}

h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #0E2E40;
	font-weight: 800;
	text-transform: uppercase;
}

section {
	background: #F9F9F9;
	position: relative;
}

section .container-fluid {
	position: absolute;
	padding-top: 64px;
	padding-bottom: 64px;
}

section #particles-js {
	height: 1780px;
}

section .form-title h3 {
	text-shadow: 0 1px 3px rgba(57,73,76,.2);
}

section .form-title span {
	color: #FFC300;
}

#instructions {
	margin-bottom: 3rem;
	background-color: #F1FAFF;
	border: 1px solid rgba(61, 154, 255, 0.6);
	padding: 2rem;
	text-align: left;
}

#instructions h6 {
	margin-bottom: 1rem;
}

#instructions i {
	margin-right: 0.5rem;
	font-size: 18px;
	color: #0066B8;
}

#instructions ul {
	margin-bottom: 0;
}

#instructions ul li {
	margin-bottom: 0.2rem;
}

#instructions span {
	color: #0066B8;
}

.form-wrapper {
	background: #FFF;
	border-top: 7px solid #0E2E40;
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
	padding: 3rem 2rem;
	width: 100%;
	position: relative;
}



/* ==========================================================================           
 *
 *    02 - MAIN TAB STYLES
 *
 * ========================================================================== */

.nav-tabs .nav-link {
	border-radius: 0;
	color: #0e2e40;
	padding: 10px 20px 8px;
}

.nav-tabs .nav-link.active {
	background: #0E2E40;
	border-color: #0E2E40;
	color: #FFF;
}

.nav-tabs .nav-link.active:hover {
	color: #FFF;
}

.nav-tabs .nav-link:hover {
	color: #0E2E40;
}



/*======================================================
*
*    02 - File Upload Layout
*
*=======================================================*/

.tab-box {
	border-bottom: 4px solid #0E2E40;
	border-top: 4px solid #0E2E40;
	padding-top: 3rem;
	padding-bottom: 3rem;
}


.file-uploader-box {
	padding-right: 4rem!important;
	overflow: hidden;
}

.select-file {
	margin-bottom: 1.5rem;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
}

.select-file i {
	margin-right: 0.5rem;
}

/*------------------------------------------*/
/*    File Upload Button
/*------------------------------------------*/

.select-file .input-file {
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	width: 1px;
	height: 1px;
}

.select-file .input-file + label {
	padding: 0.9rem 2.5rem;
	background-color: #FFC300;
	color: #0E2E40;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.select-file .input-file + label:hover {
	background: #0e2e40;
	color: #FFF;
	transition: all 0.2s ease;
}
/*------------------------------------------*/
/*    Progress Bar
/*------------------------------------------*/

.form-progress-bar .progress {
	margin-bottom: 1.5rem;
	height: 1.5rem;
	box-shadow: 0 1px 4px rgba(57,73,76,.35);
	border-radius: 0px;
}

/*------------------------------------------*/
/*    Upload Status Messages
/*------------------------------------------*/
 
 #single-upload-status-message,
 #multi-upload-status-message,
 #multipart-upload-status-message {
    padding: 15px;
    text-align: center;
    display: none;
    margin-bottom: 1.5rem;
}

.success-message {
  color:green;
  background: #e3ffd5;
}

.error-message {
  color:red;
  background: #ffd5d5;
}

/* #upload-status-message .single-upload-success-message,
#upload-status-message .multi-upload-success-message {
	margin-bottom: 1.5rem;
	color: #28A745;
}

#upload-status-message .single-upload-error-message,
#upload-status-message .multi-upload-error-message {
	margin-bottom: 1.5rem;
	color: red;
} */

/*------------------------------------------*/
/*    Submit Buttons
/*------------------------------------------*/

.form-submit-button button {
	background-color: #0066B8;
	color: #FFF;
	text-transform: uppercase;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 600;
	padding: .8rem 3.4rem;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

.form-submit-button button:hover {
	background-color: #005BA4;
	color: #FFF;
}



/* ==========================================================================           
 *
 *    03 - Links Layout
 *
 * ========================================================================== */

.public-link {
	margin-bottom: 2rem;
}

.public-link,
.private-link {
	padding: 1.5rem 1.5rem 2rem;
	border: 1px solid rgba(57,73,76,.2);
}

.public-link p,
.private-link p {
	margin-bottom: 0;
	margin-top: 0.5rem;
	font-size: 12px;
	color: rgba(57,73,76, 1);
}

/* -------------------------------------------- */
/* 		Radio Button Checkboxes
/* -------------------------------------------- */

.radio-control {
	margin-bottom: 1rem;
}

.radio-control:hover > .label-control {
  	color: #0066B8;
  	cursor: pointer;
}

.label-control::before {
  	font-size: 14px;
  	cursor: pointer;
  	color: #0066B8;
}

.input-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #E9ECEF;
     color: #0066B8;
     top: 5px;
     height: 20px;
     width: 20px;
     border: 0;
     cursor: pointer;     
     outline: none;
     transition: all 0.2s;
}

.input-control:checked::before {
     position: absolute;
     font: 12px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 3px;
     content: '\02143';
     transform: rotate(40deg);
}

.input-control:hover {
     background-color: #f7f7f7;
     webkit-box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
	transition: all 0.2s;
	margin-right: 1.3rem;
}

.input-control:checked {
     background-color: #0066B8;
     color: #FFF;
     transition: all 0.2s;
     -webkit-box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,102,184,.4);
}

.input-control:checked + .label-control {
	color: #0066B8;
}

.label-control {
	margin-left: 5px;
	font-weight: 600;
}

.label-control:hover {
	color: #0066B8;
}

/* -------------------------------------------- */
/* 		Link URLs
/* -------------------------------------------- */

.private-link .input-group {
	margin-bottom: 2rem;
}

.form-control {
	background-color: #FFF;
	height: auto;
	font-size: 14px;
	border-radius: 0;
	color: #007EB9;
}

.form-control[readonly] {
	background-color: #FFF;
}
/* -------------------------------------------- */
/* 		Modify Link Time
/* -------------------------------------------- */

#link-time .custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

#link-time .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-color: #0066B8;
}

#link-time .custom-control-label::before {
	top: .2rem;
}


#link-time  .slider {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

#link-time  .tooltip {
	border-bottom: none!important;
}

#link-time  .slider .tooltip.top .tooltip-arrow {
	bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

#link-time  .slider .tooltip-arrow {
	position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

#link-time  .tooltip-arrow {
	opacity: 1;
}

#link-time  .slider .tooltip.tooltip-main.top {
	opacity: 1;
	background: none;
	margin-top: -30px;
	position: absolute;
}

#link-time .slider .tooltip-inner {
	background-color: #0E2E40;
	padding: 0.1rem 0.5rem;
	font-weight: 600;
	border-radius: 0px;
}

#link-time .slider-primary .slider-selection {
	background-color: #428bca !important;
}

#link-time .slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}

/* -------------------------------------------- */
/* 		Link Duration Notification
/* -------------------------------------------- */

.form-check-private p {
	padding-top: .5rem;
	font-size: 12px;
	opacity: .5;
	margin-bottom: 0;
}

#timer {
	display: inline-block;
	line-height: 1;
}

#minutes {
  font-size: 20px;
  color: #f6da74;
}
#seconds {
  font-size: 20px;
  color: #abcd58;
}
/* -------------------------------------------- */
/* 		Copy & Download Buttons
/* -------------------------------------------- */

.btn {
	border-radius: 0;
}

.btn-outline-secondary {
	border: 1px solid rgba(57,73,76,.2);
	color: #0E2E40;
}

.btn-outline-secondary:hover {
	background-color: #0E2E40;
	border: 1px solid #0E2E40;
}

.is-blocked {
	cursor: not-allowed;
}



/* ==========================================================================           
 *
 *    04 - Email Layout
 *
 * ========================================================================== */

#email-box {
	border-bottom: 4px solid #0E2E40;
	padding: 2rem 1rem 2rem 0;
}

#email-box h3 {
	margin-bottom: 2rem;
}

#email-box .custom-checkbox .custom-control-label::before {
	border-radius: 0;
}

#email-box span.small {
	font-size: 12px;
	opacity: .7;
}

#email-box .form-control {
	border-radius: 0;
	height: auto;
	font-size: 14px;
}

#email-box .custom-checkbox {
	margin-bottom: 1rem;
}

#email-box .custom-checkbox label {
	cursor: pointer;
}

#email-box .email-send-btn {
	background-color: #0066B8;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0px;
    border: none;
    margin-top: 1rem;
    font-size: 14px;
    font-weight: 600;
    padding: .8rem 3.4rem;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}

#email-box .email-send-btn:hover {
	background-color: #005BA4;
	color: #FFF;
}

#email-status-message .success {
  color:green;
  background: #e3ffd5;
  padding: 15px;
  text-align: center;
  margin-bottom: 1rem;
}

#email-status-message .error {
  color:red;
  background: #ffd5d5;
  padding: 15px;
  text-align: center;
  margin-bottom: 1rem;
}

#google-recaptcha {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.is-hidden {
	display: none;
}


/* ==========================================================================           
 *
 *    05 - Action Button
 *
 * ========================================================================== */

#purchase-button {
	padding: 10px 0px;
	margin-bottom: 2rem;
}

#purchase-button a {
	background: red;
	padding: 10px 25px;
	color: #FFF;
	margin-bottom: 35px;
	outline: none;
  	text-decoration: none;
  	box-shadow: 0 2px 4px rgba(57,73,76,.3);
}

#purchase-button a:hover {
	background: #0E2E40;
}

#purchase-button p {
	text-align: center;
}

/* -------------------------------------------- */
/* 		AWS Logo
/* -------------------------------------------- */

#logo {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 90px;
	margin-bottom: 20px;
}

#logo p {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding-left: 13px;
}

#logo img {
	width: 100px;
}



/* ==========================================================================           
 *
 *    06 - Copyright
 *
 * ========================================================================== */

#copyright {
	margin-top: 1rem;
}

#copyright p {
	margin-bottom: 0;
	font-size: 12px;
	opacity: .9;
}

/* ==========================================================================           
 *
 *    07 - Setup File Layout
 *
 * ========================================================================== */

#setup-wrapper {
	padding: 128px;
	margin-top: 128px;
	box-shadow: 0 2px 4px rgba(57,73,76,.3);
}

#setup-wrapper h2 {
	font-family: 'Poppins', sans-serif;
	color: #0E2E40;
	text-transform: uppercase;
	margin-bottom: 3rem;
	font-weight: 700;
	font-size: 24px;
}

#setup-wrapper h2 span {
	color: #FFA838;
}

#setup-wrapper p {
	font-size: 16px;
}

#setup-wrapper ul li {
	opacity: 0.9;
}

#setup-wrapper ul li strong {
	color: red;
	opacity: 1;
}

#setup-wrapper p#team {
	margin-top: 2rem;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
}

#splitter {
	float: right;
}


/* ==========================================================================           
 *
 *    08 - Responsive Layout
 *
 * ========================================================================== */

@media only screen and ( max-width: 32.5em ) /* 520 */
{
	body {
		font-size: 13px;
	}
	
	section .container-fluid {
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 0;
		padding-right: 0;
	}
	
	section .container {
		padding-left: 0;
		padding-right: 0;
	}

	.form-wrapper {
		padding: 2rem 1rem;
	}

	h3 {
		margin-bottom: 2rem;
		font-weight: 700;
		font-size: 16px;
	}
	
	#instructions h6 {
		font-size: 14px;
	}

	#instructions {
		margin-left: 0;
	}

	#instructions ul {
		margin-bottom: 0;
		padding-left: 1rem;
		font-size: 12px;
	}

	.tab-box {
		padding-bottom: 3.5rem;
		padding-top: 2rem;
	}

	.nav-tabs .nav-link {
		width: 343px;
		text-align: center;
	}

	.nav-tabs .nav-link.active {
		margin-bottom: 5px;
	}
	
	.file-uploader-box {
		padding-right: 0rem!important;
	}
	
	.public-link {
		margin-top: 2rem;
	}

	.private-link {
		padding-bottom: 4rem;
	}

	.form-check-public {
		padding-right: 0;
		margin-top: 24px;
	}

	.form-check-private {
		padding-right: 0;
	}
	
	#splitter {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	
	.slider.slider-horizontal {
		width: 170px;
	}

	.form-check-private #link-time #counter-left, 
	.form-check-private #link-multi-time #counter-left {
		margin-left: 0;
		font-size: 12px;
	}

	.form-check-private #link-time #counter-right, 
	.form-check-private #link-multi-time #counter-right {
		font-size: 12px;
	}
	
	#email-box-wrapper {
		padding-bottom: 3rem;
	}
	
	#multi-email-box-wrapper {
		padding-bottom: 2rem;
	}

	#email-box,
	#multiple-email-box {
		padding-bottom: 3rem;
		margin-bottom: 2rem;
	}
	
	#purchase-button {
		margin-right: 3.5rem;
	}

	#logo {
		margin-bottom: 1.5rem;
		margin-right: 8rem;
	}

	#form-progress-bar {
		display: none;
	}
}