body {
    margin: 0;
    padding: 0;
}
/*<style>*/
.custom-update-date {
	flex-direction: column !important;
	padding: 10px !important;
}
.fillter-top-wapper .col-md-3 {
    max-width: unset !important;
}
.select2-selection__choice__remove{display:none !important;}
/* Add comma after each selected tag except the last */
.select2-selection__choice:not(:last-child)::after {
    content: ", ";
    color: #000; /* same as text color */
    margin-left: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{cursor: pointer !important;}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: #f26124 !important;
	color: #FFF !important;
	border: 1px solid;
}
.dropdown-footer {
	border-top: 1px solid #555 !important;
	padding: 10px !important;
	display: flex !important;
	margin-top: 5px !important;
}
.custom-update-date label {
	font-size: 14px !important;
	font-weight: 500 !important;
}
.custom-price-row{
	display: flex !important;
	gap: 10px !important;
	padding: 10px !important;
}
.dropdown-footer .reset-filter-btn {
    margin: 0 auto;
    background: transparent !important;
    border: none;
    padding: 0 !important;
    color: #555;
    cursor: pointer;
    font-size: 14px;
} 
.custom-price-row .custom-price-col{
    width: 50% !important;
}
.custom-price-row label {
	font-size: 14px !important;
	font-weight: 500 !important;
}
.n_op_half {opacity: 0.3 !important;}
#marketplace-table_length label{text-transform: capitalize;}
#marketplace-table_length{width:100%;}
#custom-buttons{text-align: right;margin-bottom: 20px;}
#custom-buttons{
    display:none;
}
.filter-row .select2-container{
    width:100% !important;
}
.fillter-top-wapper {
    padding: 20px;
    border-radius: 12px; 
}


.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.filter-row > .col-md-3 {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
    min-width: 176px;
}
.gap-2 {
    gap: 5px !important;
}

.filter-row .select2-container .select2-selection--multiple, .filter-row .form-control, .filter-row .btn {
    background-color: transparent !important;
    border: 1px solid #555 !important;
    color: #6c757d !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    height: auto !important;
    min-height: 42px;
    text-align: left;
    display: flex;
    align-items: center;
/* -webkit-appearance: none !important; */
-moz-appearance: textfield;
} 

.filter-row .select2-container,
.filter-row .position-relative {
    position: relative;
}

.filter-row .col-md-3:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    color: #8e8e93;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple {
    padding-right: 30px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #ccc !important;
}

.select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
    color: #000 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}

/*.select2-selection__choice__remove {*/
/*    display: none !important;*/
/*}*/

.filter-row .form-control {
    padding-right: 30px !important;
}

.filter-row .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1;
}

.filter-row .form-control:not(:placeholder-shown) {
    background-color: #FFF !important;
    border-color: #3a3a3c !important;
}
.select2-container .select2-selection--multiple:has(.select2-selection__choice) {
    background-color: #FFF !important;
    border-color: #3a3a3c !important;
}
.filter-row .col-md-3:has(.select2-selection__choice)::after {
    content: none;
}
.filter-row .col-md-3:has(.form-control:not(:placeholder-shown))::after {
    content: none;
}

#resetFilters.btn {
    background: linear-gradient(95deg, #2dd4bf, #0ea5e9) !important;
    width: auto !important;
    gap: 8px;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#resetFilters.btn .fa-sync-alt::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f021";
}
.toggle-switch {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    user-select: none;
}
.toggle-switch input {
    display: none;
}
.toggle-switch .slider {
    position: relative;
    width: 50px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    transition: background-color 0.3s;
}
.toggle-switch .slider::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}
.toggle-switch input:checked + .slider {
	background: linear-gradient(95deg, #2dd4bf, #0ea5e9);
}
.toggle-switch input:checked + .slider::before {
    transform: translateX(26px);
}
.toggle-switch .label-text {
    font-size: 14px;
    color: #333;
}
.dropdown-filter {
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15) !important;
	border: none !important;
	border-radius: 4px !important;
}

/*</style>*/

.marketplace-wapper {
    border-radius: 8px;
    background: var(--Card-Bg, #fff);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 24px;
}
table.marketplace-table {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid var(--Bg, #f7f7f7) !important;
    background: #fff;
}
.marketplace-wapper .dataTables_scrollBody .dtfc-has-left thead th {
    padding: 0 !important;
}
table.order-table {
    border-radius: 0;
    border: 1px solid var(--Bg, #f7f7f7) !important;
    background: #fff;
}
table.order-table > thead > tr > th,
table.order-table > thead > tr > td {
    border: 0;
    border-bottom: 1px solid #f7f7f7 !important;
}
.marketplace-wapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}
.marketplace-wapper .dataTables_scrollHead {
    border-radius: 10px 10px 0 0;
}
table.marketplace-table > thead > tr > th,
table.marketplace-table > thead > tr > td {
    border: 0;
    border-bottom: 1px solid #f7f7f7 !important;
}
table.marketplace-table > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #f7f7f7 !important;
}
table.marketplace-table.table-striped tbody tr:nth-of-type(odd) {
    background: #fafafa;
}
table.marketplace-table th {
    color: #000;
    font-family: Golos Text;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    padding: 15px 24px !important;
}
table.marketplace-table th span {
    display: flex;
    align-items: center;
    gap: 6px;
}
table.marketplace-table th svg.h-2 {
    height: 8px;
    margin-bottom: 0 !important;
}
table.marketplace-table td {
    color: #000;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    line-height: 18px;
    padding: 17px 24px !important;
}
table.marketplace-table td img {
    border-radius: 8px;
}
table.marketplace-table td a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0BAEF2;

}
table.marketplace-table td a svg {
    width: 15px;
}
table.marketplace-table td a.buy_link {
    border-radius: 100px;
    background: linear-gradient(239.63deg, #3ADEE1 -5.06%, #09ACF2 81.92%);
    height: 30px;
    padding: 0 16px;
    color: #fff;
    text-align: center;
    font-family: Golos Text;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.36px;
    display: inline-block;
}
#marketplace-table .cart_item_add {
    display: flex;
    align-items: center;
}
#marketplace-table .cart_item_add .fa {
    padding: 5px;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #d0d0d0;
}
#marketplace-table .cart_item_add span {
    color: #000;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 4px;
}
#marketplace-table_filter {
    float: left !important;
    padding-bottom: 16px;
}
.marketplace-wapper .dt-buttons {
    float: right;
    display: flex;
    align-items: center;
    gap: 10px;
}
#export-btn {
    border-radius: 100px;
    background: #ffa500;
    height: 38px;
    color: #fff;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.42px;
    display: inline-block;
    padding: 0 20px;
    border: 0;
    margin-right: 0;
}
#export-btn img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
#reset-filters-btn {
    border-radius: 100px;
    border: 1px solid #d0d0d0;
    background: #f44336;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 38px;
    padding: 0 14px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.42px;
}
#marketplace-table_filter label {
    border-radius: 100px;
    border: 1px solid rgba(227, 227, 227, 0.66);
    background: #f7f7f7;
    height: 40px;
    max-width: 340px;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
}
#marketplace-table_filter label .searchBtn {
    padding: 10px 12px 10px 16px;
}
#marketplace-table_filter input {
    background: transparent;
    border: 0;
    height: 40px;
    color: rgba(32, 29, 35, 0.5);
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}
#marketplace-table_filter input:focus {
    outline: unset;
}
.modal-footer button.apply_filter {
    border-radius: 100px;
    display: inline-block;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 6px 50px;
    height: auto;
    text-align: center;
    font-family: Golos Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.42px;
    background: linear-gradient(95deg, #2dd4bf, #0ea5e9);
    color: #FFF !important;
    border: none;
}
input:focus {
    outline: unset;
}
table.marketplace-table th,
table.marketplace-table td {
    white-space: nowrap;
}
.hidden {
    display: none;
}
.dataTables_wrapper .dataTables_length {
    float: left;
    margin-right: 12px;
}
table.marketplace-table td svg {
    width: 15px;
    margin-left: 5px;
}
.marketplace-wapper #marketplace-table_info {
    color: rgba(32, 29, 35, 0.5);
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    padding-top: 16px;
}
.marketplace-wapper .paginate_button.previous, .paginate_button.next {
    border-radius: 100px !important;
    border: 1px solid #0caff1 !important;
    background: #fff !important;
    padding: 8px 14px !important;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05) !important;
    color: #000 !important;
    text-align: center !important;
    font-family: Golos Text !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 18px !important;
    letter-spacing: -0.42px !important;
}
.marketplace-wapper .dataTables_wrapper .dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
}
.marketplace-wapper .paginate_button {
    color: rgba(32, 29, 35, 0.5) !important;
    font-family: Golos Text !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    background-color: transparent !important; 
    border: 1px solid #10b3f0 !important;
    border-radius: 50% !important;
    margin: 0 4px 10px 0 !important; 
}
.marketplace-wapper .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border-radius: 50%;
    font-family: Golos Text !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 140% !important;
    background: linear-gradient(90deg, #23bdb8, #3f80c2) !important;
    color: #FFF !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.marketplace-wapper .paginate_button.current:hover{
    border: none !important;
}
.marketplace-wapper .dataTables_paginate .paginate_button:hover {
    font-family: Golos Text !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    box-shadow: none !important;
    outline: none !important;
    background: linear-gradient(90deg, #23bdb8, #3f80c2) !important;
    color: #FFF !important;
    border: 1px solid #1dc0eb !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #FFF !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #FFF !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.marketplace-wapper .dataTables_wrapper .dataTables_paginate span {
    display: flex;
    align-items: center;
    gap: 12px;
}

#filters-btn {
    border-radius: 100px;
    background: linear-gradient(239.63deg, #3ADEE1 -5.06%, #09ACF2 81.92%);
    height: 38px;
    color: #fff;
    text-align: center;
    font-family: Golos Text;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -0.42px;
    display: inline-block;
    padding: 0 20px;
    border: 0;
}

/* filter popup css start */
.close {
    cursor: pointer;
}
.filter-popup .modal-content {
    border-radius: 8px;
    background: var(--Card-Bg, #fff);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
    padding: 24px;
}
.filter-popup .modal-header,
.filter-popup .modal-body {
    padding: 0;
    border: 0;
}
.filter-popup .modal-header {
    padding-bottom: 16px;
}
.fil_sub_div {
    max-width: 31%;
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.cus_filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.cus_filters .bazoom-dropdown,
.bazoom-dropdown-num {
    margin: 0;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    position: relative;
}
.cus_filters .bazoom-dropdown .select2-container {
    width: 100% !important;
}

/* FILTER */
.bazoom-header-dropdown {
    background-color: #f3f4f6;
    padding: 20px 0;
}
.bazoom-dropdown data-placeholder::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f1ea";
}
.select2-container {
    width: auto !important;
}
.bazoom-dropdown-second-content {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--Gray, #d0d0d0);
    border-radius: 8px;
    padding: 8px 30px 8px 0;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select2-container .select2-selection--single {
    height: auto;
}

.select2-dropdown {
    background-color: white;
    border: none;
    border-radius: 4px;
    position: absolute;
    z-index: 1051; 
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
    max-width: 250px !important;
    width: 100%;
    padding: 0;
    height: auto;
    min-width: 250px !important;margin: 0 !important;
}
.select2-results {
	/* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15); */
	background-color: white;
	/* border: 1px solid #aaa; */
	border-radius: 3px;
	padding: 10px 0;
	border: none !important;
	box-shadow: none !important;
}
.select2-clear-btn {
	border-top: 1px solid #555 !important;
	padding: 10px !important;
	margin-top: 0px !important;
	background: transparent !important;
	color: #555;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
} 
 .select2-container .select2-search--inline .select2-search__field {
	margin-top: 0 !important;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    background-color: #f5f9ff;
    color: black;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 3px;
}
input:focus-visible {
    outline: unset;
    border: unset;
}
.select2-search--dropdown {
    display: block;
    padding: 4px 0;
}
.cus_filters .fil_label {
    color: #000;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.42px;
    margin-bottom: 9px;
}
#form1 .select2 {
    display: none;
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
    box-shadow: none;
}
.btn-default.focus,
.btn-default:focus {
    background-color: #fff !important;
    border-color: #adadad;
    box-shadow: none;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #adadad;
}
.bazoom-dropdown form {
    margin: 0;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    background-color: #fff;
}
.multiselect-container {
    margin: 10px 0;
}
.multiselect:before {
    position: absolute;
    content: "\f107";
    color: #808080;
    right: 0;
    top: 14px;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 50%;
    padding-right: 5px;
}
/*.select2-container--default .select2-selection--single .select2-selection__arrow b ,.caret { border-style: none; }*/
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}
.multiselect-selected-text {
    color: #aaa;
    margin: 0 13px 0 0;
}
.bazoom-dropdown .btn {
    padding: 3px 6px;
}
.btn-default {
    border-color: #aaa;
}
.bazoom-dropdown-num .dropdown-toggle {
    border-radius: 8px;
    border: 1px solid var(--Gray, #d0d0d0);
    background: var(--White, #fff);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 8px 30px 8px 10px;
    color: #999;
    position: relative;
    width:100%;
    text-align: left;
}
.bazoom-dropdown-num .dropdown-toggle:before {
    position: absolute;
    content: "\f107";
    color: #808080;
    right: 8px;
    top: 22px;
    font-family: "Font Awesome 5 Free";
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 700;
    transition: all 0.5s;
    border-radius: 50%;
}
.dropdown-menu {
    padding: 20px 0;
}
.dropdown-menu form {
    display: flex;
    align-items: center;
}
.dropdown-menu form label {
    color: #000;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.42px;
}
.dropdown-menu form input {
    border: 1px solid #d0d0d0;
    padding: 8px 10px;
    color: #000;
    text-align: center;
    font-family: Golos Text;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.42px;
    width: 124px;
}
.dropdown-menu form .form-one input {
    border-radius: 7px 0 0 7px;
}
.dropdown-menu form .form-two input {
    border-radius: 0 7px 7px 0;
}
.dropdown-menu button {
    background-color: #e5e7eb;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    height: 27px;
}
.dropdown-menu button a {
    color: #000000;
    font-size: 16px;
    text-align: center;
}
.dropdown-menu button a:hover {
    text-decoration: none;
}
.multiselect-container {
    border: none;
    width: 200px;
}
:focus-visible {
    outline: unset;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: #fff;
}
.bazoom-dropdown-last input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: unset;
    border: unset;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #fff;
    color: #000;
}
a:focus {
    border: unset;
    outline: unset;
}
.bazoom-dropdown-last .multiselect-container li {
    border-bottom: 2px solid #999;
}
.bazoom-dropdown-num .dropdown-menu {
    padding: 20px;
}
.media_tbl .n_op_half {
    opacity: 0.3;
}
.media_tbl span.scores {
    background: #9c95ec2b;
    padding: 2px 13px;
    border-radius: 30px;
    color: #0f0b3e;
}

.modal-footer{
    border-top:0;
}

.modal-footer button{
    background:#003fc1;
}

/* filter popup css end */

/*custom css*/
.up-main{
    display: flex;
    gap: 10px;
}
.up-n{
    position: relative;
}
.up-n span{
    position: absolute;
    top: -14px;
    padding: 0 4px;
    border-radius: 100px;
    width: auto;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    left: -6px;
    border: 2px white solid;
    line-height: 16px;
}
.up-n img[title] {
    position: relative;
}

.up-n img[title]:hover:after {
    content: attr(title);
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
    white-space: pre-line;
}
.favorite-btn svg{
    height:20px;
    width:20px !important;
    margin-top:5px;
}
.favorite-btn {
    display: inline-flex; 
    cursor: pointer;
}
.favorite-btn svg {
    fill: none !important;
    stroke: #999 !important;
    transition: fill 0.3s, stroke 0.3s;
}

.favorite-btn.favorited svg {
    fill: gold !important;
    stroke: gold !important;
}

@media (min-width: 768px) {
    .filter-popup .modal-dialog {
        max-width: 758px;
    }
}

@media (max-width: 767px) {
    .dt-buttons { 
        margin-bottom: 20px;
        justify-content: space-between;
        width: 100%;
    }
    .marketplace-wapper .dataTables_wrapper .dataTables_paginate{flex-direction: column;}
    .filter-popup .modal-content{ padding: 20px; }
    .fil_sub_div { padding:0; max-width:47%; }
    .cus_filters { gap:15px; }
    .dataTables_wrapper .dataTables_length{width:100%;}
    #marketplace-table_filter{width:100%;}
            .marketplace-wapper {
                padding: 10px;
            }
            .filter-row {
    gap: 8px;
}
.toggle-switch {
    margin: 0 !important;
    width: 49% !important;
}
.fillter-top-wapper .col-md-3 {
    margin: 0 !important;
    width: 48% !important;
    min-width: unset !important;
}
.filter-row .select2-container .select2-selection--multiple, .filter-row .form-control, .filter-row .btn {
    padding: 6px 7px !important;
    font-size: 12px !important;
    min-height: 38px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    flex-wrap: wrap !important;
    max-height: 48px !important;
    overflow: scroll !important;
}
.toggle-switch .label-text {
	font-size: 12px;
}
.select2-dropdown {
	min-width: 160px !important;
	font-size: 12px !important;
}
}
