select#filter_phone {
     display:block !important;
}

select#filter_created_by {
     display:block !important;
}

select#filter_type {
    display:block !important;
}

select#filter_branch {
    display:block !important;
}

select#voucherTemplate {
    display:block !important;
}

select#filter_template {
    display:block !important;
}

select#filter_owner {
    display:block !important;
}

div#filter_owner_chosen {
     display: none;
}

div#filter_created_by_chosen {
     display: none;
}

div#filter_template_chosen {
     display: none;
}

div#filter_type_chosen {
     display: none;
}

div#filter_phone_chosen {
      display: none;
}

div#filter_branch_chosen {
      display: none;
}

div#voucherTemplate_chosen {
      display: none;
}
.clearfix:before {
    display: none !important;
}

.controls, .gdc-controls {
    display: flex; 
    justify-content:right;
    margin-top:30px;
    gap: 10px;
    margin-left:auto !important;
    margin-right: auto;
}

.gdc-control-group {
    margin-bottom: 1rem;
}

a.hasTooltip {
    color: #0e1e3c;
}

.ecom-action-button-group .btn {
    background-color: #0e1e3c;
    border-color: #0e1e3c;
}

a.btn .btn-primary{
    color:white !important;
}

.btn.btn-primary {
    background-color: #141e3e;
    border-color: #141e3e;
}

.btn.btn-primary:focus {
    color: white!important;
    background-color: #141e3e;
    border-color: #141e3e;
}

.btn.btn-danger {
    background-color: #d40e21;
    border-color: #d40e21;
    
}

.btn.btn-danger:focus {
    color: white!important;
    background-color: #d40e21;
    border-color: #d40e21;
}

.btn.btn-success:focus {
    color: white!important;
}

.ordering-select {
    display: flex !important;
    padding-left: 8px;

}

div#list_fullordering_chosen {
      display: none;
}

div#list_limit_chosen {
      display: none;
}

select#list_fullordering {
    display:block !important;
}

select#list_limit {
    display:block !important;
}

select#filter_redirect_link {
     display:block !important;
}

select#list_fullordering {
    display:block !important;
}

select#filter_view_access {
    display:block !important;
}

div#filter_redirect_link_chosen {
      display: none;
}

div#filter_view_access_chosen {
      display: none;
}
.js-stools-container-filters.clearfix.js-stools-container-filters-visible {
    padding: 0px;
}

.js-stools-container-bar {
    padding-bottom: 10px;
}

.logged-in-user {
    margin-bottom: 20px;
}

table#ecomorderrecordList {
    font-size: 14px;
}

.qr img {
    width: 80px;
}

.form-check.form-check-inline {
    margin-left: 1rem;
    display: inline-grid;
  align-content: center;
}

input.choices__input.choices__input--cloned {
    display: none;
}

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #141e3e;
    border-color: #141e3e;
    color: #fff; /* Ensure text remains readable */
    outline: none; /* Remove focus outline if needed */
}
