body, h1, h2, h3, h4, h5, h6, input, select, textarea, option, pre, dd, .form-control {
    font-weight: 300;
    font-family: 'Open Sans', 'Lato', sans-serif !important;
    font-style: normal;
}

body {
    padding-top: 4.5rem;
    background-color: #f8f9fa;
}

.container {
    max-width: 95vw;
}

nav.bg-dark {
    background-color: #1d2734 !important;
}

.navbar-nav .nav-link.active {
    box-shadow: inset 0 3px #46b43c;
}

.navbar-nav .nav-link:hover:not(.active) {
    box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);
}

pre {
    margin-bottom: 5px;
    white-space: pre;
    overflow-x: auto;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    max-height: calc(100vh - 260px);
}

.table-scroll table {
    width: 100%;
    min-width: 980px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll thead th {
    position: sticky;
    background: #fff;
    top: 0;
    border-bottom: 1px solid currentcolor;
    z-index: 3;
}

.table-scroll th,
.table-scroll td {
    vertical-align: middle;
}

.bordered-div {
    border: 2px solid #c7cdcf;
    padding: 10px 10px 15px;
    margin: 5px 0;
    border-radius: 10px;
    background: #fff;
}

.actions-cell form {
    display: inline;
}

.actions-cell .btn {
    margin-right: 4px;
    margin-bottom: 2px;
}

.app-version {
    font-size: 0.7rem;
    font-weight: 300;
    opacity: 0.75;
    transform: translateY(-0.45em);
    display: inline-block;
}

.deployment-form .form-section {
    border: 1px solid #d9e1e5;
    border-radius: 12px;
    padding: 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
}

.deployment-form .form-section + .form-section {
    margin-top: 1rem;
}

.form-section-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1d2734;
    margin-bottom: 0.85rem;
}

.deployment-option-card {
    height: 100%;
    border: 1px solid #d9e1e5;
    border-radius: 12px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 1px 2px rgba(29, 39, 52, 0.05);
}

.form-hint {
    font-size: 0.9rem;
    color: #6c757d;
}

.sync-warning {
    border: 1px solid #f2d58a;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    background: #fff8e1;
}

.actions-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
