.refresh_btn, #send {
    background-color: #ff8000 !important;
    color: #ffffff !important;
    border-color: #ee6000 !important;
}

.refresh_btn:hover, #send:hover {
    background-color: #ff9a00 !important;
    color: #ffffff !important;
    border-color: #ee6000 !important;
}

.type-settings:not(:checked) + label {
    opacity: 0.2;
}
.type-settings:checked + label {
    opacity: 1;
}
.type-settings + label {
    transition: opacity 0.2s;
    --bs-btn-active-border-color: transparent;
}

@media (min-width: 1200px) {
    #input_group, .alert-info {
        width: 50% !important;
    }
}

@media (min-width: 1400px) {
    .row-types-settings {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
}