*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
body#page-index, body#page-new-path, body.bg{
    background-image: url('img/bg.jpg');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: white !important;
}
#page-delete-path{
    display: flex;
    align-items: center;
}
body{
    background-color: #ebebeb;
    min-height: 100vh;
}
h1{
    max-width: 80%;
    color: #FE715B;
}
a{
    text-decoration: none;
}
/* formulários */
form{
    background-color: white;

    border-right: 1px solid #ccc;
    text-align: center;
    max-width: 350px;
    padding: 0 50px;
    min-height: 100vh;
    height: auto;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-group{
    min-width: -webkit-fill-available;
}
.form-group input, .form-group textarea{
    margin: 10px 0;
    border: none;
    background-color: #EBEBEB;
    padding: 10px 15px;
    width: -webkit-fill-available;
    font-size: 18px;
    outline-color: #ededfb;
    cursor: pointer;
}
 input[type="submit"]{
    background-color: #FE715B;
    color: white;
    padding: 15px;
    min-width: -webkit-fill-available;
    border: none;
}
input[type="submit"]:hover{
    background-color: #fd6148;
}
.form-delete{
    border: 1px solid #ccc;
    margin: auto;
    height: auto;
    padding: 50px;
}
/* -------------------------- */


/* alerts */
.alert{
    min-width: -webkit-fill-available;
    text-align: center;
    padding: 10px 0 ;
    margin: 10px 0;
}
.alert-danger{
    background-color: #FFE8EE !important;
    color: #EE6C90 !important;
}
.alert-success{
    background-color: #B9ECE6 !important;
    color: #188477 !important;
}
/* -------------------------- */

/* header */
header {
    width: 100%;
    padding: 20px 0 ;
    background-color: white;
}
header div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: auto;
}

/* btns */
.btn{
    padding: 15px;
    margin: 10px;
}
.btn-primary{
    background-color: #FE715B;
    color: white;
}
.btn-primary:hover{
    background-color: #fd6148;
}
.btn-access{
    background-color: #E9DBFF !important;
    color: #8A62CC !important;
}
.btn-access:hover{
    background-color: #d8caee !important;
}
.btn-edit{
    background-color: #DFEFFF !important;
    color: #0071E3 !important;
}
.btn-edit:hover{
    background-color: #cedeee !important;
}
.btn-delete{
    background-color: #FFE8EE !important;
    color: #EE6C90 !important;
}
.btn-delete:hover{
    background-color: #eed7dd !important;
}
.btn-back{
    border-bottom: 1px solid #ccc;
    color: #ccc;
    width: -webkit-fill-available;
    font-size: 26px;
    text-align: left;
    padding-bottom: 2px;
    margin: 0;
    padding-left: 0;
}
.btn-back img{
    margin-right: 10px;
}
.btn.icon{
    display: flex !important;
    align-items: center;
}
.btn.icon img{
    width: 20px;
    margin-right: 10px;
}
.btn-copy, .btn {
    cursor: pointer;
}
.btn-copy img{
    width: 25px;
    margin-left: 7px;
}
#text-copy{
    display: none;
    position: fixed;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
    border-radius: 20px;
    bottom: 40px;
    left: 40%;
    width: 20%;
}
#container-new{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#container-new a{
    display: block;
    width: max-content;
}
.actions{
    width: 100%;
    margin: 20px 0;
}
/* section */
section{
    max-width: 800px;
    padding: 20px;
    margin: 50px auto;
    background-color: white;
    border-radius: 5px;
}
section ul{
    display: flex;
    flex-direction: column;
}
section ul li{
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
section ul li p {
    color: #555;
}
.link{
    width: 100%;
}
.user, .password{
    width: 50%;
}
.container-search{
    margin: 10px 0; 
    display: flex;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.icon-folder{
    margin: 0 10px;
    width: 50px;
    height: auto;
}
/*upload*/
#upload{	
	display: none;	
}
.upload{	
	/* aspect-ratio: 16/9; */
	width: 200px;
	background-color: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #aaa;
	border: 2px dashed;
	cursor: pointer;
	transition: color 300ms ease-in-out,  background 300ms ease-in-out;
	max-width: 100% !important;
    min-height: 200px;
    height: auto;	
}
.upload.edit{
    min-height: 50px !important;
}
.img-atual{
	max-width: 150px !important;
    float: left;
    margin: 10px 0;
}
.upload:hover{	
	color: #999;
	background-color: #ccc;	
}
.upload:active{
	border-color: turquoise;
	color: turquoise;
	background-color: #eee;	
}
.upload img{	
	max-width: 100%;	
}
.link, .user, .password{
    margin: 10px 0;
}
@media (max-width: 900px){
    header h1{
        margin: 0 10px;
    }
    .link, .user, .password{
        width: 100%;
    }
    #text-copy{
        left: 5%;
        width: 90%;    
    }
}