body {
    background-color: rgb(28, 188, 157);
    color: #fff;
}

.list-group-item {
    color: #2c3e50;
}

.title {
    background-color: #2c3e50;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.title-text {
    margin: 0px;
    font-weight: 700;
}

.btn-primary {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.select2-results__option {
    color: black;
}

.select2-selection__choice__display {
    color: #2c3e50;
}

.arrow {
    color: #fff;
}

.left-arrow {
    margin-right: 30px;
}

.right-arrow {
    margin-left: 30px;
}

.price-table {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 0px;
}

.bg-custom-gray {
    background-color: #d6d8db;
}