.form-check-inline {
    display: inline;
    margin-right: 20px;
}

.env-container-ft {
    text-align: center;
    font-size: large;
    margin-bottom: 40px;
    margin-top: 30px;
}

td a {
    letter-spacing: 1px;
    font-weight: bold;
    padding: 3px;
}

a[data-value="1"] {
    color: black;
    background-color: #4cff0017;
    border-bottom: none;
}

a[data-value="2"] {
    color: black;
    background-color: #ff000029;
    border-bottom: none;
}

.active-env-span-block {
    color: red;
}

.modal-content {
    min-height: 150px;
}

.add-api-settings-button {
    background-color: #dddfe2;
    margin: 20px;
}

.form-group {
    margin: 10px;
}

.table-row, tr {
    background: #f0fff045 !important;
}

.editable-cell {
    background: #fff8f0c2 !important;
}

#xApiKeyModal .modal-dialog {
    max-width: 500px !important;
}

#xApiKeyModal .modal-footer {
    display: block;
}
