@font-face {
    font-family: 'Disket Mono';
    src: url('disket/Disket-Mono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Disket Mono';
    src: url('disket/Disket-Mono-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Roboto Mono', monospace;
    background-color: rgb(239, 240, 248);
}

.navbar {
    height: 90px !important;
    font-family: 'Roboto Mono', monospace;
    background-color: #dde7e6;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
}

.navbar .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 5%;
}

.navbar .brand-logo {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #003366;
}

.navbar .nav-wrapper ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-grow: 1;
    justify-content: center;
}

.navbar .nav-wrapper ul li a {
    color: #0F2A5B;
    padding: 10px 15px;
    border-radius: 20px;
    line-height: 1.5;
    text-decoration: none;
    border: 2px solid transparent;
    transition: background-color 0.3s, border-color 0.3s;
    font-size: 1.1em;
}

nav ul a:hover {
    background-color: rgba(0,0,0,0.0) !important;
    font-weight: bold;
}

.btn-gerarPrompt {
    position: absolute;
    right: 5%;
    background-color: #0F2A5B;
    color: #ffffff;
    border-radius: 5px;
    padding: 12px 30px;
    border: none;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    border: 1px solid #0F2A5B;
}

.btn-gerarPrompt:hover {
    background-color: #dde7e6;
    color: #0F2A5B;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

main {
    display: flex;
    height: calc(100vh - 64px);
    margin-top: 64px;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Disket Mono', monospace;
    color: #1D1051;
    font-weight: bold;
    font-size: 1.2em !important;
}

.soon {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
    text-align: center;
    gap: 10px;
}

.img-soon {
    height: 65px; 
    width: auto; 
}

.soon p {
    margin: 0;
}

.sidenav {
    z-index: 1000 !important;
}

nav .sidenav-trigger i {
    color: #003366;
}

.last {
    margin-right: 100px !important;
}

.sidenav .user-view {
    padding: 32px 32px 0 !important;
}

.sidenav .user-view a {
    color: #1D1051;
    font-weight: bold;
    font-family: 'Disket Mono', monospace;
}

a.active {
    font-weight: bold;
}

.navbar .nav-wrapper ul li.examples {
    line-height: 64px;
    margin-right: 150px;
}

.navbar .nav-wrapper ul li.examples a{
    line-height: 64px;
}

ul#dropdown1 {
    display: none;
}

.dropdown-content {
    min-width: 300px;
}

.dropdown-content li>a,
.dropdown-content li>span {
    color: #1d1051;
}

.link-example,
.menu_button {
    cursor: pointer;
}

@media (max-width: 768px) {

    .logo {
        padding-left: 10px;
     }

    .text-soon {
        line-height: 10px;
    }
}
