.btn-primary,
.btn-theme {
    background: linear-gradient(2deg, rgb(197 167 107) 0, rgb(195 170 155 / 73%) 100%) !important;
    background: rgb(215 180 107) !important;
    border: none;
}

.btn-secondary {
    background: #c0bebd;
    border: none;
    color: black;
}

.text-primary {
    color: rgb(183 157 105) !important;
}

.btn-outline-theme {
    color: #fff;
    border: 0px;
    background-color: rgb(183 157 105);
    --bs-btn-hover-bg: #735b52 !important;
    --bs-btn-hover-border-color: rgb(183 157 105) !important;
    --bs-btn-active-bg: #735b52;
}

:root .theme-blue,
[data-bs-theme=light] .theme-blue {
    --adminuiux-theme-1: #735b52 !important;
}

.set-border {
    border: 1px solid #f1f1f11f !important;
    border-radius: 1.5rem !important;
}


.bg-v {
   background-color: rgb(183 157 105) !important;
}

.select2-dropdown {
    background-color: #112143 !important;
    color: #fff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    background-color: #112143 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #112143 !important;
     color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
}