.header-body {
    border-bottom: none !important;
}

.table-container {
    overflow: auto;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 8px 12px;
}

.select2-results__option--highlighted {
    background-color: #5897fb !important;
}

.select2-results__option--highlighted[aria-selected=false]:hover {
    color: #fff !important;
}

.select2-selection__arrow {
    height: 38px !important;
    width: 30px !important;
}

.select2-selection--single .select2-selection__rendered {
    margin-top: -4px !important;
}

.setting-holder {
    padding-bottom: 15px;
}

.merge-holder {
    padding-bottom: 15px;
}

.balance-warning {
    color: red;
}

.transaction-income {
    color: green;
}

.transaction-outcome {
    color: red;
}


.text-truncate-3:not(:hover) {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.text-truncate-3:hover {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    overflow: hidden;
    -webkit-box-orient: vertical;
}


.badge-text-truncate {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content {
    margin-bottom: 20px;
}

.tariff-btn {
    margin-bottom: 20px;
}

.js-payment-card {
    cursor: pointer;
}

.respondent-cost {
    color: red;
}

.main-content {
    margin-bottom: 0 !important;
}

.tour-step {
    max-width: 100%;
    max-height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.search-help {
    color: #2c7be5;
}

.index-help-text {
    margin-bottom: 10px;
}

.alert-error {
    background-color: #ff56568f;
}

.how-to-work {
    margin-top: 0 !important;
}