.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;
}

.active-zuora-mode {
    font-weight: bold;
}

.zuora-mode {
    font-size: xx-large;
}

.zuora-mode button {
    padding-left: 7px;
    margin-top: -6px;
}

.dropdown-item.online {
    background-color: #00800059;
    font-weight: bold;
}

.dropdown-item.offline {
    background-color: #ff00005e;
    font-weight: bold;
}

.modal-footer {
    display: block;
}

.modal-dialog {
    max-width: 500px;
}

#lastUpdateBy, #lastUpdateDate {
    font-weight: bold;
}

.zuora-mode-block {
    display: none;
}
