:root {
    --portal-surface: #ffffff;
    --portal-surface-muted: #f7f9fc;
    --portal-border: #dbe3ee;
    --portal-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    --portal-shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.08);
    --portal-radius: 18px;
    --portal-radius-sm: 12px;
    --portal-text: #243447;
    --portal-text-muted: #5f6f81;
    --portal-accent: #1565c0;
}

body {
    background: linear-gradient(180deg, #f5f7fb 0%, #eef3f8 100%);
    color: var(--portal-text);
}

.navbar-header-servico-online {
    border: 0 !important;
}

.portal-modern-topbar,
.portal-modern-navbar {
    box-shadow: var(--portal-shadow-soft);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.portal-modern-topbar .container,
.portal-modern-navbar .container {
    width: 100%;
}

.portal-modern-topbar {
    padding: 8px 0;
}

.portal-modern-topbar.navbar {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.portal-modern-topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.portal-modern-social,
.portal-modern-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    flex: 1 1 0;
    min-width: 0;
}

.portal-modern-social {
    justify-content: flex-start;
    text-align: left;
}

.portal-modern-contact {
    justify-content: flex-end;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: right;
}

.portal-modern-social a,
.portal-modern-contact a {
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.portal-modern-social a:hover,
.portal-modern-contact a:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.portal-modern-navbar {
    background: rgba(255, 255, 255, 0.88) !important;
    backdrop-filter: blur(8px);
    padding: 14px 0;
}

.portal-modern-navbar.navbar {
    padding-top: 14px;
    padding-bottom: 14px;
    justify-content: unset;
}

.portal-modern-header-shell {
    padding: 0;
}

.portal-modern-header-shell--simple {
    padding-top: 12px;
    padding-bottom: 12px;
}

.portal-modern-navbar-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.portal-modern-logo-wrap,
.portal-modern-title-wrap,
.portal-modern-apps-wrap {
    flex: 1 1 220px;
}

.portal-modern-logo-card,
.portal-modern-apps-card {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.portal-modern-logo-card {
    text-decoration: none !important;
}

.portal-modern-logo-card--simple {
    padding: 6px 10px;
    border-radius: 12px;
}

.portal-modern-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.portal-modern-logo-image,
.portal-modern-logo img {
    max-height: 56px;
    max-width: 100%;
    height: auto;
}

.portal-modern-logo-image--simple {
    max-height: 48px;
}

.portal-modern-title-wrap {
    text-align: center;
    margin-top: 0 !important;
}

.portal-modern-title {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    color: var(--portal-text);
    text-decoration: none !important;
    padding: 0;
    transition: opacity 0.25s ease;
}

.portal-modern-title:hover {
    opacity: 0.88;
}

.portal-modern-title--simple {
    align-items: flex-start;
    padding: 0;
    gap: 4px;
}

.portal-modern-title-main {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0;
    text-transform: none;
}

.portal-modern-title-main--simple {
    font-size: 1.25rem;
}

.portal-modern-title-sub {
    font-size: 0.95rem;
    line-height: 1.45;
    color: #475569;
    font-weight: 600;
    max-width: 560px;
    letter-spacing: 0;
}

.portal-modern-apps-wrap {
    text-align: right;
}

.portal-modern-apps-title {
    margin: 0 0 4px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--portal-text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.portal-modern-apps-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
}

.portal-modern-apps-links img {
    width: 92px;
    max-width: 100%;
    transition: transform 0.2s ease;
}

.portal-modern-store-badge {
    display: block;
    margin-bottom: 0;
    border-radius: 8px;
}

.portal-modern-apps-links a:hover img {
    transform: translateY(-2px);
}

.portal-modern-apps-empty {
    color: var(--portal-text-muted);
    font-size: 0.76rem;
    line-height: 1.3;
    max-width: 180px;
    margin-left: auto;
}

.portal-modern-simple-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.portal-page-shell {
    margin-top: 28px;
    margin-bottom: 28px;
}

.portal-page-shell--compact {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.portal-service-grid {
    display: flex;
    flex-wrap: wrap;
}

.portal-page-shell .card,
.card-servico-index,
.card-servico-form,
.card-servico-form-1000,
.card-servico-list,
.tabs-wrapper.card-servico-list {
    border: 1px solid var(--portal-border);
    border-radius: var(--portal-radius);
    background: var(--portal-surface);
    box-shadow: var(--portal-shadow);
    overflow: hidden;
}

.card-servico-index,
.card-servico-form,
.card-servico-form-1000,
.card-servico-list {
    margin-top: 24px;
}

.card-servico-index {
    max-width: 640px;
}

.card-servico-form {
    max-width: 920px;
}

.card-servico-form-1000 {
    max-width: 1120px;
}

.card-servico-list {
    max-width: 1240px;
}

.card-content {
    padding: 28px 32px !important;
}

.card-title {
    margin-bottom: 16px;
}

.card-title-titulo-custom {
    height: auto !important;
    min-height: 0;
    margin: 0 0 6px;
    color: var(--portal-text);
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
}

.card-title-subtitulo-custom {
    margin: 0;
    color: var(--portal-text-muted);
    font-size: 1.05rem;
    line-height: 1.5;
}

.card-action,
.portal-form-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
    padding: 18px 24px !important;
    border-top: 1px solid var(--portal-border);
    background: var(--portal-surface-muted);
}

.portal-form-actions--split {
    justify-content: space-between;
}

.portal-form-actions hr {
    width: 100%;
    margin: 0;
    border-color: #e5ecf4;
}

.portal-form-actions .btn,
.portal-form-actions .pull-right,
.card-action .pull-right {
    float: none !important;
}

.card-action .btn,
.portal-form-actions .btn {
    min-height: 42px;
    border-radius: 999px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 600;
}

.portal-auth-card {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.portal-auth-form {
    margin-top: 0 !important;
}

.portal-auth-fields {
    display: block;
}

.portal-auth-actions {
    justify-content: space-between;
}

.portal-auth-recovery {
    margin-top: 22px;
    padding: 18px 0 2px;
    text-align: center;
    border-top: 1px solid var(--portal-border);
}

.portal-auth-recovery label {
    display: block;
    margin-bottom: 10px;
    color: var(--portal-text-muted);
    font-weight: 500;
}

.portal-auth-title {
    margin-bottom: 22px;
}

.portal-auth-messages .alert + .alert {
    margin-top: 12px;
}

.portal-auth-messages {
    margin-bottom: 18px;
}

.portal-modern-navbar-grid--template {
    gap: 20px;
}

.portal-modern-brand-panel {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1 1 520px;
    min-width: 0;
}

.portal-modern-brand-copy {
    min-width: 0;
}

.portal-modern-actions-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex: 1 1 320px;
    min-width: 0;
}

.portal-modern-app-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.portal-modern-app-button,
.portal-modern-app-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 16px;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.portal-modern-app-button {
    border: 1px solid #d6deea;
    background: #fff;
    color: var(--portal-text);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.portal-modern-app-button:hover {
    color: var(--portal-text);
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.12);
}

.portal-modern-app-button--primary {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-color: #0f172a;
    color: #fff;
}

.portal-modern-app-button--primary:hover {
    color: #fff;
}

.portal-modern-app-pill {
    border: 1px solid #d6deea;
    background: #f8fbff;
    color: var(--portal-text-muted);
}

.portal-modern-avatar {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    box-shadow: 0 14px 26px rgba(37, 99, 235, 0.20);
    flex: 0 0 auto;
}

.portal-home-shell {
    max-width: 1320px;
    margin: 28px auto;
    padding: 0 20px;
}

.portal-home-stack {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.portal-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.95fr);
    gap: 24px;
    padding: 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 52%, #334155 100%);
    color: #fff;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
}

.portal-home-hero__content {
    max-width: 760px;
}

.portal-home-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.portal-home-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    font-weight: 800;
}

.portal-home-description {
    margin: 18px 0 0;
    color: #d6dfeb;
    font-size: 1.05rem;
    line-height: 1.75;
    max-width: 680px;
}

.portal-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.portal-home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.portal-home-hero__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.18);
}

.portal-home-hero__button--primary {
    background: #fff;
    color: #0f172a;
}

.portal-home-hero__button--secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.portal-home-metrics {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.portal-home-metric {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
}

.portal-home-metric strong {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

.portal-home-metric span {
    color: #d6dfeb;
    font-size: 0.92rem;
    line-height: 1.5;
}

.portal-service-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 22px 24px;
    border-radius: 22px;
    border: 1px solid var(--portal-border);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: var(--portal-shadow-soft);
}

.portal-service-toolbar__copy h2 {
    margin: 0;
    color: var(--portal-text);
    font-size: 1.5rem;
    font-weight: 800;
}

.portal-service-toolbar__copy p {
    margin: 6px 0 0;
    color: var(--portal-text-muted);
    font-size: 0.96rem;
}

.portal-service-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.85rem;
    font-weight: 700;
}

.portal-service-search-wrap {
    flex: 1 1 320px;
    max-width: 440px;
}

.portal-service-search {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border-radius: 16px;
    border: 1px solid #ccd6e2;
    background: #fff;
    color: var(--portal-text);
    font-size: 0.96rem;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.portal-service-search:focus {
    outline: 0;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.10);
}

.portal-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.portal-service-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--portal-border);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    color: inherit;
    text-decoration: none !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.portal-service-card:hover {
    color: inherit;
    transform: translateY(-4px);
    border-color: #bfdbfe;
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.14);
}

.portal-service-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
}

.portal-service-card__icon .icone,
.portal-service-card__icon .icone-64 {
    max-height: 72px;
    width: auto;
}

.portal-service-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
}

.portal-service-card__title {
    margin: 0;
    color: #1e293b;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.portal-service-card__description {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.6;
    text-align: center;
}

.portal-service-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.portal-service-empty {
    padding: 28px;
    border: 1px dashed #cbd5e1;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--portal-text-muted);
    font-size: 0.98rem;
    text-align: center;
}

.portal-auth-fields .material-icons.prefix {
    color: #64748b;
}

.alert {
    border-radius: var(--portal-radius-sm);
    border: 0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.form-horizontal .form-group {
    margin-bottom: 18px;
}

.form-horizontal .control-label,
.form-horizontal label,
.fieldset-title,
.static-label {
    color: var(--portal-text);
    font-weight: 600;
}

.form-horizontal .form-column input:not([type=checkbox]):not([type=radio]):not([type=file]),
.form-horizontal .form-column select,
.form-horizontal .form-column textarea,
.bacuara-material-field select,
.input-field input,
.input-field textarea,
.input-field select {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    height: 44px;
    line-height: 1.4;
    border-radius: 10px !important;
    border: 1px solid #ccd6e2 !important;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.form-horizontal .form-column textarea,
.input-field textarea {
    min-height: 96px;
    height: auto;
    resize: vertical;
}

.input-field {
    margin-top: 0;
    margin-bottom: 0;
}

.input-field label,
.form-horizontal .help-block,
.blue-text {
    color: var(--portal-text-muted) !important;
}

.form-horizontal .help-block {
    margin-top: 6px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-selection {
    min-height: 42px;
    border-radius: 10px !important;
    border-color: #ccd6e2 !important;
}

.menu {
    margin-bottom: 26px;
}

.menu .md-card.md-card-hover {
    border-radius: 22px;
    border: 1px solid var(--portal-border);
    box-shadow: var(--portal-shadow);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow: hidden;
    min-height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.menu .md-card.md-card-overlay {
    padding-bottom: 96px;
}

.menu .md-card.md-card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(37, 99, 235, 0.16);
}

.menu .md-card.md-card-overlay .md-card-content,
.menu .md-card-content {
    min-height: 132px;
    height: 144px;
    padding: 30px 20px 14px;
}

.menu .md-card.md-card-overlay .md-card-overlay-content,
.menu .md-card-overlay-content {
    padding: 8px 20px 18px;
    margin-top: -96px;
}

.menu .md-card.md-card-overlay .md-card-overlay-header h3 {
    margin: 0;
    min-height: 78px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    overflow: visible !important;
    font-size: 1.08rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: 0.01em;
    text-align: center;
}

.menu .md-card.md-card-overlay .md-card-overlay-header h3 .blue-text,
.menu .md-card.md-card-overlay .md-card-overlay-header h3 .menu-card-subtitle {
    display: block;
    width: 100%;
    margin-top: 6px !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    line-height: 1.45;
    text-transform: none !important;
    text-align: center;
    overflow: visible !important;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 100%;
}

.menu .icone,
.menu .icone-64 {
    transform: scale(1.05);
}

.table {
    background: #fff;
}

.table > thead > tr > th {
    background: #eff4fa;
    color: var(--portal-text);
    border-bottom-color: #d9e2ee;
    font-weight: 700;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fafcff;
}

.modal-content {
    border-radius: var(--portal-radius);
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}

.modal-header,
.modal-footer {
    border-color: var(--portal-border);
}

.footer-servico-online {
    margin-top: 36px;
    background: linear-gradient(180deg, #22303d 0%, #18212b 100%);
}

.footer-servico-online .container {
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer-servico-online .footer-copyright {
    background: rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
    .portal-modern-topbar,
    .portal-modern-navbar {
        padding-left: 12px;
        padding-right: 12px;
    }

    .portal-modern-contact,
    .portal-modern-social,
    .portal-modern-title-wrap,
    .portal-modern-apps-wrap {
        justify-content: center;
        text-align: center;
    }

    .portal-modern-brand-panel,
    .portal-modern-actions-panel,
    .portal-modern-app-buttons {
        justify-content: center;
        text-align: center;
    }

    .portal-modern-logo {
        justify-content: center;
    }

    .portal-modern-apps-links {
        justify-content: center;
    }

    .portal-modern-apps-empty {
        margin-left: auto;
        margin-right: auto;
    }

    .portal-home-hero {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .portal-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portal-modern-title-main {
        font-size: 1.65rem;
    }

    .card-content {
        padding: 22px 20px !important;
    }

    .card-action,
    .portal-form-actions,
    .portal-form-actions--split {
        justify-content: center;
    }

    .portal-form-actions hr {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .portal-modern-navbar {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .portal-home-shell {
        margin-top: 18px;
        margin-bottom: 18px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .portal-page-shell {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .portal-modern-brand-panel {
        flex-direction: column;
        gap: 12px;
        flex: 0 1 auto;
        width: 100%;
    }

    .portal-modern-brand-copy {
        flex: 0 1 auto;
        width: 100%;
        text-align: center;
    }

    .portal-modern-logo-wrap {
        flex: 0 0 auto;
        width: auto;
    }

    .portal-modern-logo-card--main {
        padding: 0;
    }

    .portal-modern-logo-image {
        max-height: 46px;
    }

    .portal-modern-title {
        align-items: center;
    }

    .portal-modern-title-main {
        font-size: 1.4rem;
    }

    .portal-modern-title-sub {
        font-size: 0.9rem;
        max-width: 280px;
    }

    .portal-modern-actions-panel {
        flex: 0 1 auto;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .portal-modern-app-buttons {
        width: 100%;
        max-width: 260px;
    }

    .portal-modern-avatar {
        display: none;
    }

    .card-title-titulo-custom {
        font-size: 1.55rem;
    }

    .portal-service-toolbar {
        padding: 18px;
    }

    .portal-service-grid {
        grid-template-columns: 1fr;
    }

    .portal-home-hero__actions,
    .portal-modern-app-buttons {
        flex-direction: column;
    }

    .portal-home-hero__button,
    .portal-modern-app-button,
    .portal-modern-app-pill {
        width: 100%;
    }

    .menu .md-card-content {
        min-height: 112px;
    }

    .card-action .btn,
    .portal-form-actions .btn,
    .portal-modern-contact a,
    .portal-modern-apps-links a {
        width: 100%;
    }

    .portal-modern-simple-header,
    .portal-modern-topbar .container {
        gap: 12px;
    }

    .portal-modern-apps-links img {
        width: 100px;
    }

    .portal-auth-fields .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .portal-auth-fields .control-label,
    .portal-auth-fields .form-column,
    .portal-auth-fields [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: block;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .portal-auth-fields .control-label {
        margin-bottom: 6px;
        text-align: left;
    }

    .portal-auth-fields .form-column input:not([type=checkbox]):not([type=radio]):not([type=file]),
    .portal-auth-fields .form-column select,
    .portal-auth-fields .form-column textarea {
        width: 100%;
        max-width: 100%;
    }
}
