.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, .editItTextarea {
    background: #fff8f0c2 !important;
}

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

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

.header-text {
    font-weight: bold;
    font-size: large;
}

.prod-check-enable {
    font-weight: bold;
}

#allTestSettingsTable .table-header {
    background-color: #51ac62;
    margin-top: 60px;
}

.form-control {
    display: inline-block;
    width: auto;
}

#addTestToApi {
    margin-top: 10px;
}

.gray-line {
    border: none;
    border-top: 2px solid gray;
    margin: 20px 0;
}

#testTypeSelect {
    display: inline-block;
    width: auto;
}

.update-curl-label {
    vertical-align: top;
}

#editTextarea {
    width: 100%;
}

.red-bg {
    background-color: #8b00002b !important;
}
