.scroll-container {
    max-height: calc(100vh-86px);
    overflow-y: scroll;
}

.scroll-container-minimal {
    max-height: 400px;
    margin-right: 10px;
    margin-left: 10px;
    overflow-y: scroll;
}

.inline {
    display: inline-block;
}

.margin-regular {
    margin: 5px 10px 5px 10px;
}

.button-margin {
    margin: 0px 2px 0px 2px;
}

.label-sexy {
    font-size: larger;
    font-weight: 500;
    margin-bottom: 10px;
}

.label-normal {
    font-size: large;
    font-weight: 600;
    margin-top: 10px;
}

#bottom-bar {
    justify-content: center;
    border-top: 1px solid lightgray;
    border-radius: 8px 8px 0 0;
    background-color: #f8f8f8;
    padding: 4px;
}

.dashboard-icon {
    font-size: 60px;
    width: 100%;
    height: 100%;
}

.justify-center {
    justify-items: center;
}

.search-header {
    margin-right: 10px;
    margin-top: 5px;
    align-self: center;
    font-size: 16px;
}

.unlinked {
    text-decoration: none; /* Remove o sublinhado */
}

.main-container {
    min-width: 350px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}

.main-header {
    margin: 10px 0px 0px 10px;
}

.btn-fill
{
    width: 100%;
    min-height: 100px;
    max-height: 250px;
    font-size: 40px;

    display: flex;
  justify-content: center;
  align-items: center;

  border-radius: 15px;
}

.sp-left {
    margin-left: 10px;
}

.btn-app {
    background-color: #73B500 !important;
}

.btn-app:hover {
    transition: 0.5s;
    background-color: #5A8E00 !important;
}

.btn-search {
    width: 210px;
    min-width: 120px;
    background-color: #73B500 !important;
    color: white !important;
    margin-left: 5px;
}

.btn-search:hover {
    transition: 0.5s;
    background-color: #5A8E00 !important;
}

.body {
    margin-top: 59.2333px;
    margin-bottom: 50px;
}

