* {
    margin: 0;
    padding: 0;
}

/*-------------------------
    General Styles
--------------------------*/
html {
    background-color: #f0f0f0;
    background-image: url(" https://www.koni.design/v_silvijaimislav/3 copy.jpg");
    min-height: 900px;
        background-position: top; 
    background-size: 100%;
	background-repeat:no-repeat;
	max-width:500px;
	margin:0 auto;
	display:block;
}
#upload ul{
    list-style:none;
    margin-top:25px;
 
}
body {
    font: 16px 'PT Sans Narrow', sans-serif;
    color: #4f4f4f;
	max-width:600px;
	margin:0 auto;
	margin-top:200px;
}

a, a:visited {
    outline: none;
    color: #389dc1;
}

a:hover {
    text-decoration: none;
}

section, footer, header, aside {
    display: block;
}
.fa-solid, .fas{    padding-right: 10px!important;}
/*----------------------------
    The file upload form
-----------------------------*/
#upload {
    font-family: 'PT Sans Narrow', sans-serif;
    
    padding: 10px 30px 30px 30px;
    border-radius: 15px;
    margin: 0px auto;
	
  
    width: 300px;
}

#drop {
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #4c64c9;
}

#drop a {
width: 100%;
    max-width: 200px;
    background: rgb(115, 131, 96);
    background: linear-gradient(90deg, #4c64c9, #4c64c9);
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

#drop a:hover {
    background-color: #4c64c9;
}

#drop input {
    display: none;
}

/*----------------------------
    Social Icons Section
-----------------------------*/
#social-links {
    text-align: center;
    margin: 0PX;
}

.social-icons a {
    margin: 0 15px;
    display: inline-block;
    opacity: 0.8;
}

.social-icons a img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}

.social-icons a:hover img {
    opacity: 1;
}

/*----------------------------
    Need Help Popup
-----------------------------*/
.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
}

.popup-content h2 {
    font-size: 24px;
    color: #333;
}

.popup-content p {
    font-size: 16px;
    color: #555;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*----------------------------
    Footer Section
-----------------------------*/
footer {
    background-color: #333;
    height: 40px
}

.social-icons i, .social-icons a, .social-icons i:visited {
    color: #4c64c9!important;
}#upload ul li{

background-image: -webkit-linear-gradient(top, #4c64c9, #4c64c9);
    border-top: 1px solid #3d4043;
    border-bottom: 1px solid #2b2e31;
    padding: 15px;
    height: 52px;
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}
