body {
    font-family: 'lato', sans-serif;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

h2 {
    font-size: 26px;
    margin: 20px 0;
    text-align: center;
}

h2 small {
    font-size: 0.5em;
}

.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.name-field {
    font-weight: bold;
}

.responsive-table .table-header {
    background-color: #95A5A6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}

.responsive-table .col-1 {
    flex-basis: 35%;
}

.responsive-table .col-2 {
    flex-basis: 35%;
}

.responsive-table .col-3 {
    flex-basis: 15%;
}

.responsive-table .col-4 {
    flex-basis: 15%;
}

@media (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 10px 0;
    }

    .responsive-table .col:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }
}

.success-result {
    background: #f0fff045 !important;
}

.failed-result {
    background: #ff00004d !important;
}

.non-repeatable-failed-result {
    background: #ff98008c !important;
}

.not-valid-result {
    background: #ff940021 !important;
}

.bootstrap-table .fixed-table-container .table thead th.service-status-header {
    padding-left: 10px;
}

.form-check-label {
    font-weight: bold;
}

.processing-status-coll {
    background-color: rgb(0 139 139 / 20%) !important;
}

.container > .bootstrap-table {
    padding-left: 2rem;
}

.admin-dashboard-link {
    margin-left: 50px;
    font-weight: bold;
}

.env-container {
    padding-bottom: 50px;
    margin-left: 40%;
    margin-right: 40%;
    font-size: large;
}

.envs-container {
    align-self: center;
    display: flex;
}

.text-center {
    text-align: center;
}

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

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