/* Your app custom styles here */

.md .navbar .title {
    margin: 10%;
    text-align: center;
    width: 100%;
    line-height: 2
}

.navbar-large .title {
    opacity: 1;
}

.height-100px {
    height: 100px;
    font-size: x-large;
}

fieldset {
    border: 1px solid silver;
    border-radius: 8px;
    padding: 10px 10px 18px 10px;
}

legend {
    text-align: center;
}


.custom-card-header {
    background-color: var(--f7-navbar-bg-color, var(--f7-bars-bg-color));
    font-weight: bold;
    text-transform: uppercase;
}

.custom-table-header {
    background-color: var(--f7-navbar-bg-color, var(--f7-bars-bg-color));
    font-weight: bold;
}

.inline-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.inline-container1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.centered-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.inline-element {
    min-width: 100px;
    max-width: 160px;
    margin: 10px;
}

.fieldset-aesse {
    padding: 10px;
    margin: 10px;
    color: #d40219;
    font-weight: 500;
    font-size: large;
    border: 1px solid #d40219;
}

.fieldset-theme {
    padding: 10px;
    margin: 10px;
    color: var(--f7-color-blue);
    font-weight: 500;
    font-size: large;
    border: 1px solid var(--f7-color-blue);
}

.color-aesse {
    --f7-theme-color: #d40219;
    --f7-theme-color-rgb: 255, 59, 48;
    --f7-theme-color-shade: #a60114;
    --f7-theme-color-tint: #fe5b6e;
}

.color-bordered-black {
    border: 1px solid black;
    background-color: white;
    color: black;
}

.block-title.title-theme-centered {
    font-size: large;
    color: black;
    text-align: center;
}

.block-title.title-theme-left {
    font-size: large;
    color: black;
    text-align: left;
}

.language-btn {
    margin: 10px;
}

.language-btn img {
    width: 30px;
    height: auto;
}