button{
    border-radius: 0px !important;
    font-weight: bold !important;
}

.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Default (desktop and larger screens) */
#logo {
    width: auto;
    height: 100px;
    margin: 0 10px;
}

/* Mobile (screen width 991px and below) */
@media screen and (max-width: 991px) {
    #logo {
        width: 50px;
    }
}

table.section {
    width: 100%;
    border-collapse: collapse;
}

/* Hide empty spacer cells */
table.section .zero-cell {
    display: none;
}

/* Responsive layout for small screens */
@media screen and (max-width: 768px) {
    table.section,
    table.section tbody,
    table.section tr,
    table.section td {
        display: block;
        width: 100% !important;
    }

    table.section tr {
        margin-bottom: 15px;
    }

    table.section .cell {
        box-sizing: border-box;
        width: 100% !important;
        padding: 8px 0;
    }

    /* Ensure inputs take full width */
    table.section .control input,
    table.section .control select,
    table.section .control textarea {
        width: 100% !important;
        box-sizing: border-box;
    }

    /* Adjust labels */
    table.section .table-info label {
        display: block;
        margin-bottom: 4px;
        font-weight: 500;
    }
}
