﻿body {

  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-login{
    margin-left:5%;
    margin-right:5%;
    
}

.form-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
    padding:5%;
}

.align-middle{
text-align: center !important;
}

.btn-primary {
    background-color: #0F92D4 !important;
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
}
.btn-secondary {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
}
.btn-warning {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:50%;
    margin-bottom:5%;
}
.btn-success {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:50%;
    margin-bottom:5%;
}
.bg-danger{
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
     color: #fff;
   
}
.table-container {
    width: 100%;
    max-width: 600px;
}

footer {
    background-color: #f8f9fa;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

.card-container {
    perspective: 1000px;
    margin-top: 25%;

}
.oskar{
        margin-bottom: 25%;
    
}

#usernickname{

    padding:1%;
    
}
.card {
    width: 300px;
    height: 200px;
    cursor: pointer;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
}

    .card.flipped {
        transform: rotateY(180deg);
    }

    .card .front, .card .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .card .front {
        background-color: #f8bbd0;
    }

    .card .back {
        background-color: #f8bbd0;
        transform: rotateY(180deg);
    }

    .card.oskar .front {
        background-color: #bbdefb;
    }

    .card.oskar .back {
        background-color: #bbdefb;
    }

footer {
    background-color: #6c757d;
    color: white;
    text-align: center;
    padding: 10px 0;
    margin: 0; /* Usunięcie marginesów */
    width: 100%;
}




.short-name {
    display: none;
}

@media (max-width: 700px) {
    .przedmiot-header,
    .osoba-header,
    .data-dodania-header,
    .akcja-header {
        visibility: hidden; /* Ukrywa tekst nagłówków */
        position: relative;
        height: 2em; /* Dodano stałą wysokość dla wyrównania */
        text-align: center;
    }

        .przedmiot-header::before,
        .osoba-header::before,
        .data-dodania-header::before,
        .akcja-header::before {
            font-size: 1.2em;
            display: block;
            text-align: center;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 50%;
            transform: translate(-50%, -50%);
            visibility: visible; /* Pokazuje ikony */
        }

        .przedmiot-header::before {
            content: "✏️"; /* Ikona ołówka */
        }

        .osoba-header::before {
            content: "👤"; /* Ikona ludzika */
        }

        .data-dodania-header::before {
            content: "⏰"; /* Ikona zegara */
        }

        .akcja-header::before {
            content: "✔️"; /* Ikona ptaszka sukcesu */
        }

    .osoba-cell .full-name {
        display: none;
    }

    .osoba-cell .short-name {
        display: inline-block;
        font-size: 1.2em;
        font-weight: bold;
        background-color: #333; /* Ciemne tło */
        color: #fff; /* Biały tekst */
        padding: 0.2em 0.5em;
        border-radius: 0.2em;
    }

.btn-success {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:100%;
    margin-bottom:10%;
}
.btn-warning {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:100%;
    margin-bottom:10%;
}


}

@media (min-width: 701px) {
    .przedmiot-header::before,
    .osoba-header::before,
    .data-dodania-header::before,
    .akcja-header::before {
        content: none; /* Ukrywa ikony w nagłówku */

    }

    .przedmiot-header,
    .osoba-header,
    .data-dodania-header,
    .akcja-header {
        visibility: visible; /* Pokazuje teksty nagłówków */
        text-align: center;
    }

    .full-name {
        display: inline;
    }

    .short-name {
        display: none;
    }

.btn-success {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:100%;
    margin-bottom:10%;
}
.btn-warning {
    border: 1.5px solid #1A3344 !important;
    box-shadow: 2px 2px 0 0 #1A3344;
    color: #fff;
    border-radius: 4px !important;
    width:100%;
    margin-bottom:10%;
}

}

.navbar{
    border-bottom: 1px solid #bacddb !important;
}
.footer{
    background-color:#919191 !important;
}
.osoba-cell{
    text-align:center;
}
.date-cell{
      text-align:center;
}

.every-input {
    font-size: 1.4rem !important;
    line-height: 1.35 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    border: 1px solid rgb(106, 135, 156) !important;
    box-shadow: rgb(235, 239, 242) 2px 2px 0px 2px inset !important;
    appearance: none !important;
    padding: 11px 12px 12px 11px !important;
}



.vaZnX {
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid rgb(106, 135, 156);
    box-shadow: rgb(235, 239, 242) 1.5px 1.5px 0px 1.5px inset;
    opacity: 1;
    appearance: none;
    border-radius: 0px;
    pointer-events: auto;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
}
    .vaZnX:checked {
        background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.26318 5.7L3.89476 8L10.7369 2' stroke='%2320A5E7' stroke-width='2.5' stroke-linecap='round'/%3e%3c/svg%3e") center no-repeat rgb(255, 255, 255);
        outline: none;
    }


.vaZnX:hover {
    border: 1px solid rgb(32, 165, 231);
    box-shadow: rgb(32, 165, 231) 0px 0px 0px 1px inset, rgb(235, 239, 242) 1.5px 1.5px 0px 1.5px inset;
    border-color: rgb(32, 165, 231);
}

#containerIntro h1,
#containerIntro h2 {
    display: inline;
    vertical-align: top;
    font-family: 'Open Sans', sans-serif;

    line-height: 28px;
}
#containerIntro{
    margin-bottom:5%;

}

.todo-page {
    width: 100%;
    padding: 88px 16px 32px;
    background:
        radial-gradient(circle at top left, rgba(15, 146, 212, 0.16), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #f4efe7 100%);
}

.todo-shell {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.todo-hero {
    margin-bottom: 24px;
}

.eyebrow {
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: #48687f;
    font-weight: 700;
}

.todo-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.05;
    color: #1a3344;
}

.todo-subtitle {
    max-width: 760px;
    margin: 12px 0 0;
    font-size: 1.02rem;
    color: #4f6574;
}

.stats-toggle {
    display: none;
    width: 100%;
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1.5px solid #1a3344;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 4px 4px 0 0 #d4e1eb;
    color: #1a3344;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
}

.stats-toggle-chevron {
    font-size: 1.25rem;
    transition: transform 0.2s ease;
}

.stats-toggle[aria-expanded="true"] .stats-toggle-chevron {
    transform: rotate(180deg);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}

.stat-card {
    grid-column: span 3;
    padding: 18px;
    border: 1.5px solid #1a3344;
    box-shadow: 4px 4px 0 0 #d4e1eb;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    border-radius: 14px;
}

.stat-card-wide {
    grid-column: span 6;
}

.stat-label {
    display: block;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5a7282;
    margin-bottom: 8px;
}

.stat-value {
    display: block;
    font-size: 2rem;
    line-height: 1;
    color: #0f2533;
}

.stat-text {
    font-size: 1.05rem;
    line-height: 1.25;
}

.stat-meta {
    display: inline-block;
    margin-top: 10px;
    color: #5a7282;
}

.todo-grid {
    display: grid;
    grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.composer-card,
.list-card {
    border: 1.5px solid #1a3344;
    box-shadow: 4px 4px 0 0 #d4e1eb;
    background: rgba(255, 255, 255, 0.88);
    border-radius: 18px;
    padding: 22px;
}

.card-heading h2,
.popular-header h3,
.empty-state h3 {
    margin: 0;
    color: #1a3344;
}

.card-heading {
    margin-bottom: 18px;
}

.todo-add-form {
    display: grid;
    gap: 14px;
}

.suggestion-shell {
    position: relative;
}

.todo-input {
    min-height: 58px;
    background: #fff !important;
}

.suggestions-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 20;
    padding: 12px;
    border-radius: 14px;
    border: 1.5px solid #1a3344;
    background: #fffdf9;
    box-shadow: 0 16px 32px rgba(26, 51, 68, 0.18);
}

.suggestions-title {
    margin-bottom: 8px;
    color: #5a7282;
    font-size: 0.84rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.suggestions-list {
    display: grid;
    gap: 8px;
}

.suggestion-row,
.suggestion-chip {
    border: 1px solid #c7d6e1;
    background: #fff;
    color: #1a3344;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.suggestion-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: left;
    padding: 10px 12px;
    border-radius: 12px;
}

.suggestion-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
}

.suggestion-row:hover,
.suggestion-chip:hover {
    transform: translateY(-1px);
    border-color: #0f92d4;
    background: #f3fbff;
}

.chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.btn-add-main {
    min-width: 220px;
}

.inline-feedback {
    color: #5a7282;
    min-height: 20px;
}

.inline-feedback[data-state="success"] {
    color: #1f7a3d;
}

.inline-feedback[data-state="error"] {
    color: #9f2e2e;
}

.popular-block {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #dbe6ed;
}

.popular-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 12px;
}

.popular-header span {
    color: #5a7282;
    font-size: 0.92rem;
}

.list-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.list-count {
    color: #5a7282;
    font-weight: 600;
}

.todo-list {
    display: grid;
    gap: 14px;
}

.todo-item-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #d7e2ea;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.todo-item-title-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.todo-item-title {
    font-size: 1.06rem;
    color: #102634;
}

.todo-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.meta-pill,
.raise-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
}

.meta-pill {
    background: #edf5fa;
    color: #3f5d71;
}

.raise-badge {
    min-width: 34px;
    background: #ffcfcb;
    color: #8d1e1e;
}

.todo-item-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 150px;
}

.action-button {
    width: 100% !important;
    margin-bottom: 0 !important;
}

.empty-state {
    margin-top: 14px;
    padding: 20px;
    border-radius: 16px;
    background: #f6fafc;
    border: 1px dashed #bfd0dc;
    text-align: center;
    color: #5a7282;
}

.hidden {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 960px) {
    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-card,
    .stat-card-wide {
        grid-column: span 1;
    }

    .todo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .todo-page {
        padding-left: 12px;
        padding-right: 12px;
    }

    .stats-toggle {
        display: flex;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        display: none;
    }

    .stats-grid.is-open {
        display: grid;
    }

    .todo-item-card {
        grid-template-columns: 1fr;
    }

    .todo-item-actions {
        min-width: 0;
    }

    .popular-header,
    .list-heading,
    .form-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn-add-main {
        width: 100%;
    }
}

.todo-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.mode-switch-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.mode-switch-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #355062;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mode-switch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1.5px solid #1a3344;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 4px 4px 0 0 #d4e1eb;
    color: #1a3344;
}

.mode-switch-track {
    position: relative;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #cfe0eb 0%, #f2d3bc 100%);
    flex: 0 0 auto;
}

.mode-switch-thumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(26, 51, 68, 0.2);
    transition: transform 0.24s ease;
}

.mode-switch[aria-pressed="true"] .mode-switch-thumb {
    transform: translateX(24px);
}

.mode-switch-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.15;
}

.mode-switch-option {
    font-size: 0.8rem;
    color: #718897;
    transition: color 0.2s ease, transform 0.2s ease;
}

.mode-switch-option.is-active {
    color: #102634;
    font-weight: 700;
    transform: translateX(2px);
}

.category-row,
.category-edit-grid {
    display: grid;
    gap: 12px;
}

.category-field {
    display: grid;
    gap: 6px;
}

.category-field label {
    margin: 0;
    font-weight: 700;
    color: #355062;
}

.todo-select {
    min-height: 58px;
    background: #fff !important;
}

.category-manage-link {
    display: inline-flex;
    align-items: center;
    color: #1a3344;
    font-weight: 700;
    text-decoration: underline;
}

.meta-pill-category {
    background: #e6f4ea;
    color: #2c6a3f;
}

.meta-pill-purpose {
    background: #fff1dc;
    color: #87551e;
}

.shopping-mode-hint {
    margin: 8px 0 0;
    color: #5a7282;
    max-width: 560px;
}

.shopping-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.shopping-filter-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid #cbd9e3;
    border-radius: 999px;
    background: #f8fbfd;
    color: #355062;
    font-size: 0.82rem;
    font-weight: 700;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shopping-filter-chip:hover {
    background: #eef6fb;
    border-color: #89b5d0;
    transform: translateY(-1px);
}

.shopping-filter-chip.is-active {
    background: #1a3344;
    border-color: #1a3344;
    color: #fff;
}

.shopping-mobile-title {
    display: none;
    margin: 12px 0 0;
    color: #102634;
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    line-height: 1.05;
}

.barcode-toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 10px 14px;
    border: 1px solid #cbd9e3;
    border-radius: 12px;
    background: #f8fbfd;
    color: #1a3344;
    font-weight: 700;
}

.barcode-card {
    margin-top: 12px;
    padding: 16px;
    border: 1.5px solid #1a3344;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 4px 4px 0 0 #d4e1eb;
}

.barcode-card-header {
    display: grid;
    gap: 4px;
    margin-bottom: 12px;
}

.barcode-card-header strong {
    color: #102634;
}

.barcode-card-header span {
    color: #5a7282;
    font-size: 0.92rem;
}

.barcode-svg {
    display: block;
    width: 100%;
    max-width: 360px;
    height: 88px;
    margin: 0 auto;
}

.barcode-number {
    margin-top: 10px;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #102634;
}

.categories-empty-state {
    margin-top: 0;
}

.categories-shell {
    max-width: 1120px;
}

.categories-grid {
    grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
}

.categories-list {
    display: grid;
    gap: 14px;
}

.category-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid #d7e2ea;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.category-edit-form {
    display: grid;
    gap: 14px;
}

.category-card-actions {
    display: flex;
    justify-content: flex-start;
}

.category-action-button {
    width: auto !important;
    min-width: 130px;
    margin-bottom: 0 !important;
}

.todo-page[data-mode="shopping"] .stats-grid,
.todo-page[data-mode="shopping"] .stats-toggle,
.todo-page[data-mode="shopping"] .popular-block {
    display: none !important;
}

.todo-page[data-mode="shopping"] .todo-grid {
    grid-template-columns: 1fr;
}

.todo-page[data-mode="shopping"] .list-card {
    order: 1;
}

.todo-page[data-mode="shopping"] .composer-card {
    order: 2;
    background: rgba(255, 250, 243, 0.94);
}

.todo-page[data-mode="shopping"] .list-card {
    background: rgba(255, 255, 255, 0.96);
}

.todo-page[data-mode="shopping"] .todo-list {
    gap: 10px;
}

.todo-page[data-mode="shopping"] .todo-item-card {
    padding: 12px 14px;
    border-radius: 12px;
    gap: 10px;
}

.todo-page[data-mode="shopping"] .todo-item-title {
    font-size: 0.98rem;
}

.todo-page[data-mode="shopping"] .todo-item-actions {
    flex-direction: row;
    min-width: 0;
}

.todo-page[data-mode="shopping"] .action-button {
    min-width: 0;
}

@media (min-width: 701px) {
    .category-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

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

@media (max-width: 700px) {
    .todo-hero {
        position: relative;
        padding-top: 64px;
    }

    .mode-switch-wrap {
        position: absolute;
        top: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-end;
        gap: 6px;
    }

    .mode-switch {
        padding: 8px 10px;
        gap: 10px;
    }

    .mode-switch-text {
        min-width: 92px;
    }

    .todo-page[data-mode="shopping"] .todo-hero .eyebrow,
    .todo-page[data-mode="shopping"] .todo-hero .todo-title,
    .todo-page[data-mode="shopping"] .todo-hero .todo-subtitle {
        display: none;
    }

    .todo-page[data-mode="shopping"] .shopping-mobile-title {
        display: block;
    }

    .todo-page[data-mode="shopping"] .composer-card {
        padding: 14px;
    }

    .todo-page[data-mode="shopping"] .list-card {
        padding: 14px;
    }

    .todo-page[data-mode="shopping"] .todo-item-card {
        grid-template-columns: 1fr;
    }

    .todo-page[data-mode="shopping"] .todo-item-meta {
        gap: 6px;
    }

    .todo-page[data-mode="shopping"] .meta-pill,
    .todo-page[data-mode="shopping"] .raise-badge {
        padding: 4px 8px;
        font-size: 0.78rem;
    }

    .todo-page[data-mode="shopping"] .todo-item-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .shopping-filter-bar {
        gap: 6px;
    }

    .shopping-filter-chip {
        padding: 5px 10px;
        font-size: 0.78rem;
    }

    .barcode-toggle-button {
        width: 100%;
        margin-top: 12px;
    }

    .barcode-card {
        padding: 12px;
    }

    .barcode-svg {
        height: 72px;
    }

    .barcode-number {
        font-size: 1rem;
        letter-spacing: 0.05em;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .category-action-button {
        width: 100% !important;
    }
}
