
@font-face {
    font-family: 'Sifonn';
    src: url('/codigo-fonte/midias/SiffonPro.otf') format('opentype');
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

h2 {
    font-family: "sifonn";
    color: #5b4686;
    font-size: xx-large;
}

.container {
    display: flex;
    height: 100%;
}

.sidebar {
    width: 100px;
    background-color: #ffcc66;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100vh; 
}

.menu-icon {
    font-size: 36px; 
    cursor: pointer;
    padding: 10px;
    background-color: #5b4686; 
    color: white; 
    text-align: center; 
    width: auto; 
}

.content {
    flex: 1;
    padding: 20px;
    overflow-y: auto; 
}

.profile-section {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-photo-large {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 20px;
}

.upload-button {
    padding: 10px 20px;
    background-color: #5b4686;
    color: white;
    border: none;
    cursor: pointer;
}

.section {
    margin-bottom: 20px; 
}

.section label {
    display: block;
    margin-bottom: 10px; 
}

.section input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.section button {
    padding: 10px 20px;
    background-color: #5b4686;
    color: white;
    border: none;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fff5ec;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close-button {
    color: #fff5ec;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.img-container {
    max-width: 100%;
    margin-bottom: 20px;
}


#cropModal .modal-content {
    width: 50%; 
    max-width: 500px; 
    padding: 10px; 
}

#cropModal .img-container {
    max-width: 100%;
    max-height: 300px; 
    overflow: hidden; 
    margin-bottom: 10px; 
}

#cropModal h2 {
    font-size: large; 
    margin-bottom: 10px; 
}

#cropModal button {
    padding: 5px 10px; 
    font-size: small; 
}

#editModal .modal-content {
    width: 20%; 
    padding: 50px; 
    border-radius: 10px;
    height: 20%; ;
}

#editModal h2 {
    font-size: x-large; 
    margin-bottom: 30px; 
}

#editModal label {
    font-size: 15px; 
    margin-bottom: 100%; 
    font-family: Arial, Helvetica, sans-serif  ;
}

#editModal input {
    width: 100%;
    padding: 10px; 
    margin-bottom: 20px; 
    border: 1px solid #ccc;
    border-radius: 4px;
}

#editModal button {
    padding: 5px 115px; 
    font-size: small; 
}
