.dev-env {
    background-color: #d4edda !important; /* Light Green */
}

.stage-env {
    background-color: #fff3cd !important; /* Light Yellow */
}

.prod-env {
    background-color: #f8d7da !important; /* Light Red */
}

.color-square {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 15px;
}

.env-colors {
    background-color: white;
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

div.errorMsg {
    color: red;
}

div.config_sets_root table.config_sets {
    width: fit-content;
}

div.config_sets_root table.config_sets > tbody > tr > td {
    padding: 5px 10px 5px 10px;
}

div.config_sets_root table.config_sets > thead > tr > th {
    padding: 5px 10px 5px 10px;
}

div.offers_root button {
    margin-right: 3px;
}

div.offers_root table {
    width: fit-content;
}

div.offers_root td > img.event_img {
    width: 75px;
    height: 75px;
}

div.offers_root td > img.img {
    width: 75px;
    height: 75px;
}

div.cars_root td.priceCoins input {
    text-align: end
}


div.missionIteration_root table {
    width: fit-content;
}

div.missionIteration_root table.missions > thead > tr > th {
    padding: 5px 10px 5px 10px;
}

div.missionIteration_root table.missions > tbody > tr > td {
    padding: 5px 10px 5px 10px;
}


.hidden {
    display: none;
}

.inline-span {
    display: inline;
}