:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:#6d6e74;--vs-search-input-placeholder-color:inherit;--vs-font-size:12px;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--primary-color);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:8px;--vs-actions-padding:0px 18px;--vs-controls-color:var(--primary-color-800);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#fff;--vs-selected-color:#707a80;--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:var(--secondary-color);--vs-dropdown-color:inherit;--vs-dropdown-z-index:10;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#2675a5;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s;--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:#f8f8f8;background-color:var(--vs-disabled-bg);cursor:not-allowed;cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 18px;padding:var(--vs-actions-padding)}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid var(--primary-color-600);border-radius:8px;border-radius:var(--vs-border-radius);display:flex;height:40px;min-width:150px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 10px 0 2px;position:relative}.icon~.v-select .vs__dropdown-toggle .vs__selected-options{padding:0 40px 0 2px}.vs__actions{align-items:center;display:flex;height:40px;padding:0 18px;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(var(--vs-controls-size))}.vs__open-indicator{fill:#707a80;transform:scale(1);transform:scale(var(--vs-controls-size));transition:transform .15s cubic-bezier(1,.5,.8,1);transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:cubic-bezier(1,.5,.8,1);transition-timing-function:var(--vs-transition-timing-function)}.vs--loading .vs__open-indicator{opacity:0}.vs--loading .vs__spinner{opacity:1}.vs__clear{fill:var(--primary-color-800);fill:var(--vs-controls-color);align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:100%;margin-right:8px;padding:0}.vs__clear svg path{fill:#707a80}.vs__dropdown-menu{background:var(--secondary-color);background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 8px 8px;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:inherit;color:var(--vs-dropdown-color);display:block;font-size:12px;font-size:var(--vs-font-size);left:0;list-style:none;margin:0;max-height:350px;max-height:var(--vs-dropdown-max-height);min-width:160px;min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - 1px);top:calc(100% - var(--vs-border-width));width:100%;z-index:10;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:inherit;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:3px 20px;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:#2675a5;background:var(--vs-dropdown-option--active-bg);color:#fff;color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:#fb5858;background:var(--vs-dropdown-option--deselect-bg);color:#fff;color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:#f8f8f8;background:var(--vs-state-disabled-bg);color:rgba(60,60,60,.5);color:var(--vs-state-disabled-color);cursor:not-allowed;cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:#fff;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:8px;border-radius:var(--vs-border-radius);color:#707a80;color:var(--vs-selected-color);display:flex;font-size:12px;font-weight:700;line-height:1.4;line-height:var(--vs-line-height);z-index:0}.vs__deselect{fill:var(--primary-color-800);fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:0 1px 0 #fff;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--searching .vs__selected{display:none}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-moz-placeholder{color:#d0d5d9}.vs__search::placeholder{color:#d0d5d9}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;box-shadow:none;color:#6d6e74;color:var(--vs-search-input-color);flex-grow:1;font-size:12px;font-size:var(--vs-font-size);font-weight:400;line-height:1.4;line-height:var(--vs-line-height);max-width:100%;outline:none;width:0;z-index:1}.vs__spinner{align-self:center;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid rgba(99,99,99,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(1);transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(1);transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-96366c8c],[dir=rtl] body[data-v-96366c8c]{text-align:right}[dir=rtl] body[data-v-96366c8c]{direction:rtl}[dir=rtl] .list-group[data-v-96366c8c],[dir=rtl] .list-inline[data-v-96366c8c]{padding-right:0}[dir=rtl] .list-inline-item[data-v-96366c8c]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-96366c8c],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-96366c8c],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-96366c8c]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-96366c8c]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-96366c8c],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-96366c8c]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-96366c8c]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-96366c8c]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-96366c8c],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-96366c8c],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-96366c8c],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-96366c8c]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-96366c8c]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-96366c8c]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-96366c8c]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-96366c8c]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-96366c8c]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-96366c8c],[dir=rtl] .btn-group .btn+.btn[data-v-96366c8c],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-96366c8c],[dir=rtl] .btn-group .btn-group+.btn[data-v-96366c8c],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-96366c8c],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-96366c8c],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-96366c8c],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-96366c8c],[dir=rtl] .input-group-append .btn+.btn[data-v-96366c8c],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-96366c8c],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-96366c8c],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-96366c8c],[dir=rtl] .input-group-append[data-v-96366c8c],[dir=rtl] .input-group-prepend .btn+.btn[data-v-96366c8c],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-96366c8c],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-96366c8c],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-96366c8c],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-96366c8c],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-96366c8c],[dir=rtl] .input-group>.custom-file+.form-control[data-v-96366c8c],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-96366c8c],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-96366c8c],[dir=rtl] .input-group>.custom-select+.form-control[data-v-96366c8c],[dir=rtl] .input-group>.form-control+.custom-file[data-v-96366c8c],[dir=rtl] .input-group>.form-control+.custom-select[data-v-96366c8c],[dir=rtl] .input-group>.form-control+.form-control[data-v-96366c8c]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-96366c8c],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-96366c8c]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-96366c8c],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-96366c8c]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-96366c8c]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-96366c8c]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-96366c8c],[dir=rtl] .custom-control.custom-radio label[data-v-96366c8c]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-96366c8c],[dir=rtl] .btn-group>.btn[data-v-96366c8c]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-96366c8c],[dir=rtl] .btn-group>.btn[data-v-96366c8c]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-96366c8c]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-96366c8c]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-96366c8c]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-96366c8c]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-96366c8c]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-96366c8c]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-96366c8c]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-96366c8c]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-96366c8c]{text-align:left}[dir=rtl] .dropdown-item[data-v-96366c8c]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-96366c8c]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-96366c8c]{text-align:left!important}[dir=rtl] .close[data-v-96366c8c]{float:left}[dir=rtl] .modal-header .close[data-v-96366c8c]{margin:-1rem auto -1rem -1rem}.product-card[data-v-96366c8c]{background-color:var(--secondary-color);border-radius:16px;padding:8px}.product-card .image[data-v-96366c8c]{margin-bottom:8px;position:relative}.product-card .image img[data-v-96366c8c]{border:1px solid var(--primary-color-300);border-radius:8px;height:167px;-o-object-fit:cover;object-fit:cover;width:100%}.product-card .image .watermark-overlay[data-v-96366c8c]{background-image:url(/watermark-overlay.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.product-card .property[data-v-96366c8c],.product-card .title[data-v-96366c8c]{display:block;max-width:197px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .property[data-v-96366c8c]{height:18px}.product-card .brief[data-v-96366c8c]{color:var(--gray-800);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card .details[data-v-96366c8c]{align-items:flex-end;display:flex;height:44px;justify-content:space-between;margin-top:16px}.product-card .details .prices .final_price[data-v-96366c8c]{color:#b53333;font-size:10px;font-weight:700;margin-bottom:8px;-webkit-text-decoration:line-through;text-decoration:line-through}.product-card .details .product-stats[data-v-96366c8c]{display:flex;flex-direction:column;height:100%;justify-content:flex-end}.product-card .details .product-stats .discount[data-v-96366c8c]{background-color:#60b533;border-radius:4px;color:#fff;font-size:10px;font-weight:700;height:16px;line-height:16px;margin-bottom:11px;margin-right:auto;padding:0 4px;width:auto}.product-card .details .product-stats .average_rating[data-v-96366c8c]{align-items:center;display:flex;font-size:12px;font-weight:700;line-height:16px}.product-card .buttons[data-v-96366c8c]{display:flex;margin-top:12px}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-dccad19e],[dir=rtl] body[data-v-dccad19e]{text-align:right}[dir=rtl] body[data-v-dccad19e]{direction:rtl}[dir=rtl] .list-group[data-v-dccad19e],[dir=rtl] .list-inline[data-v-dccad19e]{padding-right:0}[dir=rtl] .list-inline-item[data-v-dccad19e]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-dccad19e],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-dccad19e],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-dccad19e]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-dccad19e]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-dccad19e],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-dccad19e]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-dccad19e]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-dccad19e]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-dccad19e],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-dccad19e],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-dccad19e],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-dccad19e]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-dccad19e]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-dccad19e]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-dccad19e]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-dccad19e]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-dccad19e]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-dccad19e],[dir=rtl] .btn-group .btn+.btn[data-v-dccad19e],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-dccad19e],[dir=rtl] .btn-group .btn-group+.btn[data-v-dccad19e],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-dccad19e],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-dccad19e],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-dccad19e],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-dccad19e],[dir=rtl] .input-group-append .btn+.btn[data-v-dccad19e],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-dccad19e],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-dccad19e],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-dccad19e],[dir=rtl] .input-group-append[data-v-dccad19e],[dir=rtl] .input-group-prepend .btn+.btn[data-v-dccad19e],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-dccad19e],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-dccad19e],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-dccad19e],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-dccad19e],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-dccad19e],[dir=rtl] .input-group>.custom-file+.form-control[data-v-dccad19e],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-dccad19e],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-dccad19e],[dir=rtl] .input-group>.custom-select+.form-control[data-v-dccad19e],[dir=rtl] .input-group>.form-control+.custom-file[data-v-dccad19e],[dir=rtl] .input-group>.form-control+.custom-select[data-v-dccad19e],[dir=rtl] .input-group>.form-control+.form-control[data-v-dccad19e]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-dccad19e],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-dccad19e]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-dccad19e],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-dccad19e]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-dccad19e]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-dccad19e]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-dccad19e],[dir=rtl] .custom-control.custom-radio label[data-v-dccad19e]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-dccad19e],[dir=rtl] .btn-group>.btn[data-v-dccad19e]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-dccad19e],[dir=rtl] .btn-group>.btn[data-v-dccad19e]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-dccad19e]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-dccad19e]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-dccad19e]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-dccad19e]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-dccad19e]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-dccad19e]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-dccad19e]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-dccad19e]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-dccad19e]{text-align:left}[dir=rtl] .dropdown-item[data-v-dccad19e]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-dccad19e]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-dccad19e]{text-align:left!important}[dir=rtl] .close[data-v-dccad19e]{float:left}[dir=rtl] .modal-header .close[data-v-dccad19e]{margin:-1rem auto -1rem -1rem}.result[data-v-dccad19e]{margin-top:80px}.filters-container[data-v-dccad19e]{background:#fff;border-radius:16px;box-shadow:0 4px 16px 0 rgba(31,43,51,.102);padding:20px}.filters-header[data-v-dccad19e]{align-items:center;border-bottom:1px solid var(--secondary-200);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.filters-title[data-v-dccad19e]{color:var(--text-900);font-size:20px;font-weight:700;margin:0}.clear-all-btn[data-v-dccad19e]{background:none;border:none;border-radius:8px;color:var(--tertiary-500);cursor:pointer;font-size:14px;font-weight:500;padding:8px 12px;transition:background-color .2s ease}.clear-all-btn[data-v-dccad19e]:hover{background:var(--tertiary-50)}.toggle-item[data-v-dccad19e]{align-items:center;border-bottom:1px solid var(--bg-200);display:flex;justify-content:space-between;padding:16px 0}.toggle-label[data-v-dccad19e]{color:var(--text-800);font-size:16px;font-weight:500;margin:0}.toggle-switch[data-v-dccad19e]{background:var(--gray-300);border-radius:14px;cursor:pointer;height:28px;position:relative;transition:background-color .3s ease;width:48px}.toggle-switch.active[data-v-dccad19e]{background:var(--secondary-500)}.toggle-slider[data-v-dccad19e]{background:#fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);height:24px;left:2px;position:absolute;top:2px;transition:transform .3s ease;width:24px}.toggle-switch.active .toggle-slider[data-v-dccad19e]{transform:translateX(20px)}.filter-categories[data-v-dccad19e]{display:flex;flex-direction:column;gap:0}.filter-category[data-v-dccad19e]{border-bottom:1px solid var(--bg-200)}.filter-category[data-v-dccad19e]:last-child{border-bottom:none}.category-header[data-v-dccad19e]{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:16px 0;position:relative}.category-title[data-v-dccad19e]{color:var(--text-900);font-size:16px;font-weight:600;margin:0}.chevron[data-v-dccad19e]{color:var(--text-600);font-size:12px;transition:transform .3s ease}.chevron.open[data-v-dccad19e]{transform:rotate(180deg)}.category-content[data-v-dccad19e]{display:flex;flex-direction:column;gap:12px;padding:0 0 16px}.products-ordering[data-v-dccad19e]{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}@media(min-width:768px){.products-ordering[data-v-dccad19e]{flex-wrap:nowrap}}.products-ordering[data-v-dccad19e] .form-group{margin:0;width:100%}@media(min-width:768px){.products-ordering[data-v-dccad19e] .form-group{width:auto}}.products-ordering[data-v-dccad19e] .form-group .custom-radio{margin-right:0}.products-ordering[data-v-dccad19e] .form-group .custom-radio:not(:last-child){margin-left:16px}.products-ordering[data-v-dccad19e] .form-group .custom-radio .custom-control-input:checked~.custom-control-label{color:var(--primary-color-600);font-weight:700}.products-ordering[data-v-dccad19e] .form-group .custom-radio .custom-control-label{align-items:center;display:flex;font-size:12px;font-weight:400;line-height:24px;padding:0}.products-ordering[data-v-dccad19e] .form-group .custom-radio .custom-control-label:after,.products-ordering[data-v-dccad19e] .form-group .custom-radio .custom-control-label:before{display:none}#single_banner[data-v-dccad19e]{padding-bottom:80px}#single_banner .banner[data-v-dccad19e]{border-radius:16px;margin-bottom:32px;overflow:hidden;position:relative}#single_banner .banner img[data-v-dccad19e]{aspect-ratio:311/80;-o-object-fit:cover;object-fit:cover;width:100%}#single_banner .banner .content[data-v-dccad19e]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:hsla(0,0%,9%,.01);bottom:0;padding:16px;position:absolute;width:100%}#single_banner .banner .content .category[data-v-dccad19e]{background:#919113;border-radius:4px;margin-left:8px;padding:4px 8px}#single_banner .banner .content .category[data-v-dccad19e],#single_banner .banner .content .created_at[data-v-dccad19e]{color:var(--gray-100);font-size:14px;font-weight:700;line-height:24px;text-align:justify}#single_banner .banner .content .created_at[data-v-dccad19e]{text-shadow:0 1px 4px rgba(0,0,0,.45)}#single_banner .banner .content .title[data-v-dccad19e]{color:var(--gray-100);font-size:24px;font-weight:700;line-height:48px;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.45)}#single_banner .brand-products[data-v-dccad19e] .brand-products-filter{background-color:var(--primary-color-100);border-radius:8px;display:flex;justify-content:space-between;margin-bottom:16px;padding:4px 8px}#single_banner .brand-products[data-v-dccad19e] .brand-products-filter .custom-switch-2{width:130px}#single_banner .brand-products[data-v-dccad19e] .brand-products-filter .vs__actions,#single_banner .brand-products[data-v-dccad19e] .brand-products-filter .vs__dropdown-toggle{height:35px}#single_banner .brand-products .brand-products-list[data-v-dccad19e]{grid-column-gap:16px;grid-row-gap:16px;display:grid;grid-template-columns:repeat(4,1fr)}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-3d1328d1],[dir=rtl] body[data-v-3d1328d1]{text-align:right}[dir=rtl] body[data-v-3d1328d1]{direction:rtl}[dir=rtl] .list-group[data-v-3d1328d1],[dir=rtl] .list-inline[data-v-3d1328d1]{padding-right:0}[dir=rtl] .list-inline-item[data-v-3d1328d1]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-3d1328d1]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-3d1328d1]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-3d1328d1]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-3d1328d1]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-3d1328d1]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-3d1328d1],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-3d1328d1]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-3d1328d1]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-3d1328d1]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-3d1328d1]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-3d1328d1]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-3d1328d1]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-3d1328d1],[dir=rtl] .btn-group .btn+.btn[data-v-3d1328d1],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-3d1328d1],[dir=rtl] .btn-group .btn-group+.btn[data-v-3d1328d1],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-3d1328d1],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-3d1328d1],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-3d1328d1],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-3d1328d1],[dir=rtl] .input-group-append .btn+.btn[data-v-3d1328d1],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-3d1328d1],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group-append[data-v-3d1328d1],[dir=rtl] .input-group-prepend .btn+.btn[data-v-3d1328d1],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-3d1328d1],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-3d1328d1],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-3d1328d1],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-3d1328d1],[dir=rtl] .input-group>.custom-file+.form-control[data-v-3d1328d1],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-3d1328d1],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-3d1328d1],[dir=rtl] .input-group>.custom-select+.form-control[data-v-3d1328d1],[dir=rtl] .input-group>.form-control+.custom-file[data-v-3d1328d1],[dir=rtl] .input-group>.form-control+.custom-select[data-v-3d1328d1],[dir=rtl] .input-group>.form-control+.form-control[data-v-3d1328d1]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-3d1328d1],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-3d1328d1]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-3d1328d1],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-3d1328d1]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-3d1328d1]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-3d1328d1]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-3d1328d1],[dir=rtl] .custom-control.custom-radio label[data-v-3d1328d1]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-3d1328d1],[dir=rtl] .btn-group>.btn[data-v-3d1328d1]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-3d1328d1],[dir=rtl] .btn-group>.btn[data-v-3d1328d1]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-3d1328d1]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-3d1328d1]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-3d1328d1]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-3d1328d1]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-3d1328d1]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-3d1328d1]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-3d1328d1]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-3d1328d1]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-3d1328d1]{text-align:left}[dir=rtl] .dropdown-item[data-v-3d1328d1]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-3d1328d1]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-3d1328d1]{text-align:left!important}[dir=rtl] .close[data-v-3d1328d1]{float:left}[dir=rtl] .modal-header .close[data-v-3d1328d1]{margin:-1rem auto -1rem -1rem}.breadcrumb[data-v-3d1328d1]{align-items:center;background-color:transparent;display:flex;flex-wrap:wrap;gap:6px}@media(min-width:768px){.breadcrumb[data-v-3d1328d1]{flex-wrap:nowrap;gap:10px}}.breadcrumb .link[data-v-3d1328d1]{color:var(--text-800);font-size:11px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.breadcrumb .link[data-v-3d1328d1]{font-size:12px;max-width:none}}.breadcrumb .link.active[data-v-3d1328d1]{color:var(--text-600);font-weight:400}.breadcrumb svg[data-v-3d1328d1]{flex-shrink:0;height:10px;width:10px}@media(min-width:768px){.breadcrumb svg[data-v-3d1328d1]{height:13px;width:12px}}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-760ffd5c],[dir=rtl] body[data-v-760ffd5c]{text-align:right}[dir=rtl] body[data-v-760ffd5c]{direction:rtl}[dir=rtl] .list-group[data-v-760ffd5c],[dir=rtl] .list-inline[data-v-760ffd5c]{padding-right:0}[dir=rtl] .list-inline-item[data-v-760ffd5c]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-760ffd5c]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-760ffd5c]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-760ffd5c]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-760ffd5c]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-760ffd5c]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-760ffd5c],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-760ffd5c]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-760ffd5c]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-760ffd5c]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-760ffd5c]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-760ffd5c]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-760ffd5c]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-760ffd5c],[dir=rtl] .btn-group .btn+.btn[data-v-760ffd5c],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-760ffd5c],[dir=rtl] .btn-group .btn-group+.btn[data-v-760ffd5c],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-760ffd5c],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-760ffd5c],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-760ffd5c],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-760ffd5c],[dir=rtl] .input-group-append .btn+.btn[data-v-760ffd5c],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-760ffd5c],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group-append[data-v-760ffd5c],[dir=rtl] .input-group-prepend .btn+.btn[data-v-760ffd5c],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-760ffd5c],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-760ffd5c],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-760ffd5c],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-760ffd5c],[dir=rtl] .input-group>.custom-file+.form-control[data-v-760ffd5c],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-760ffd5c],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-760ffd5c],[dir=rtl] .input-group>.custom-select+.form-control[data-v-760ffd5c],[dir=rtl] .input-group>.form-control+.custom-file[data-v-760ffd5c],[dir=rtl] .input-group>.form-control+.custom-select[data-v-760ffd5c],[dir=rtl] .input-group>.form-control+.form-control[data-v-760ffd5c]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-760ffd5c],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-760ffd5c]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-760ffd5c],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-760ffd5c]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-760ffd5c]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-760ffd5c]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-760ffd5c],[dir=rtl] .custom-control.custom-radio label[data-v-760ffd5c]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-760ffd5c],[dir=rtl] .btn-group>.btn[data-v-760ffd5c]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-760ffd5c],[dir=rtl] .btn-group>.btn[data-v-760ffd5c]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-760ffd5c]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-760ffd5c]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-760ffd5c]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-760ffd5c]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-760ffd5c]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-760ffd5c]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-760ffd5c]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-760ffd5c]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-760ffd5c]{text-align:left}[dir=rtl] .dropdown-item[data-v-760ffd5c]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-760ffd5c]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-760ffd5c]{text-align:left!important}[dir=rtl] .close[data-v-760ffd5c]{float:left}[dir=rtl] .modal-header .close[data-v-760ffd5c]{margin:-1rem auto -1rem -1rem}.title[data-v-760ffd5c]{color:var(--text-900);font-size:32px;font-weight:500}.head-image[data-v-760ffd5c]{border-radius:40px;margin-top:24px;max-height:360px;-o-object-fit:cover;object-fit:cover;width:100%}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-34fbaf74],[dir=rtl] body[data-v-34fbaf74]{text-align:right}[dir=rtl] body[data-v-34fbaf74]{direction:rtl}[dir=rtl] .list-group[data-v-34fbaf74],[dir=rtl] .list-inline[data-v-34fbaf74]{padding-right:0}[dir=rtl] .list-inline-item[data-v-34fbaf74]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-34fbaf74]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-34fbaf74]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-34fbaf74]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-34fbaf74]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-34fbaf74]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-34fbaf74],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-34fbaf74]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-34fbaf74]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-34fbaf74]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-34fbaf74]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-34fbaf74]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-34fbaf74]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-34fbaf74],[dir=rtl] .btn-group .btn+.btn[data-v-34fbaf74],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-34fbaf74],[dir=rtl] .btn-group .btn-group+.btn[data-v-34fbaf74],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-34fbaf74],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-34fbaf74],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-34fbaf74],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-34fbaf74],[dir=rtl] .input-group-append .btn+.btn[data-v-34fbaf74],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-34fbaf74],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group-append[data-v-34fbaf74],[dir=rtl] .input-group-prepend .btn+.btn[data-v-34fbaf74],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-34fbaf74],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-34fbaf74],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-34fbaf74],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-34fbaf74],[dir=rtl] .input-group>.custom-file+.form-control[data-v-34fbaf74],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-34fbaf74],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-34fbaf74],[dir=rtl] .input-group>.custom-select+.form-control[data-v-34fbaf74],[dir=rtl] .input-group>.form-control+.custom-file[data-v-34fbaf74],[dir=rtl] .input-group>.form-control+.custom-select[data-v-34fbaf74],[dir=rtl] .input-group>.form-control+.form-control[data-v-34fbaf74]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-34fbaf74],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-34fbaf74]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-34fbaf74],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-34fbaf74]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-34fbaf74]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-34fbaf74]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-34fbaf74],[dir=rtl] .custom-control.custom-radio label[data-v-34fbaf74]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-34fbaf74],[dir=rtl] .btn-group>.btn[data-v-34fbaf74]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-34fbaf74],[dir=rtl] .btn-group>.btn[data-v-34fbaf74]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-34fbaf74]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-34fbaf74]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-34fbaf74]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-34fbaf74]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-34fbaf74]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-34fbaf74]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-34fbaf74]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-34fbaf74]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-34fbaf74]{text-align:left}[dir=rtl] .dropdown-item[data-v-34fbaf74]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-34fbaf74]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-34fbaf74]{text-align:left!important}[dir=rtl] .close[data-v-34fbaf74]{float:left}[dir=rtl] .modal-header .close[data-v-34fbaf74]{margin:-1rem auto -1rem -1rem}#sidebar_filter .searching-section[data-v-34fbaf74] .form-inline{justify-content:space-between;margin-bottom:8px}#sidebar_filter .searching-section[data-v-34fbaf74] .form-inline .form-group{flex:1}#sidebar_filter .searching-section[data-v-34fbaf74] .form-inline .form-group>div{margin-left:8px;width:100%}#sidebar_filter .searching-section[data-v-34fbaf74] .form-inline .form-group>div .form-control{width:100%}#sidebar_filter .items-list .item[data-v-34fbaf74]{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding-right:24px;position:relative}#sidebar_filter .items-list .item[data-v-34fbaf74]:not(:last-child){margin-bottom:8px}#sidebar_filter .items-list .item[data-v-34fbaf74]:before{background:#fff;border:1px solid var(--gray-400);border-radius:4px;content:"";height:16px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:all .2s ease;width:16px}#sidebar_filter .items-list .item.active[data-v-34fbaf74]{color:var(--primary-color-600)}#sidebar_filter .items-list .item.active[data-v-34fbaf74]:before{background:var(--primary-color-600);background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.867 8.533"><path d="M6,11.933a.6.6,0,0,1-.424-.176L2.243,8.424a.6.6,0,0,1,.849-.849L6,10.485l6.909-6.909a.6.6,0,0,1,.849.849L6.425,11.758A.6.6,0,0,1,6,11.933Z" transform="translate(-2.067 -3.4)" fill="white"/></svg>');background-position:50%;background-repeat:no-repeat;background-size:10px;border-color:var(--primary-color-600)}#sidebar_filter .items-list .item[data-v-34fbaf74]:hover:before{border-color:var(--primary-color-400)}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option,[dir=rtl] body{text-align:right}[dir=rtl] body{direction:rtl}[dir=rtl] .list-group,[dir=rtl] .list-inline{padding-right:0}[dir=rtl] .list-inline-item{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn,[dir=rtl] .input-group>.input-group-append>.input-group-text,[dir=rtl] .input-group>.input-group-prepend:first-child>.btn:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn,[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn,[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text,[dir=rtl] .input-group>.input-group-prepend>.btn,[dir=rtl] .input-group>.input-group-prepend>.input-group-text{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select:not(:first-child),[dir=rtl] .input-group>.form-control:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select:not(:last-child),[dir=rtl] .input-group>.form-control:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn,[dir=rtl] .btn-group .btn+.btn-group,[dir=rtl] .btn-group .btn-group+.btn,[dir=rtl] .btn-group .btn-group+.btn-group,[dir=rtl] .btn-group-vertical .btn+.btn,[dir=rtl] .btn-group-vertical .btn+.btn-group,[dir=rtl] .btn-group-vertical .btn-group+.btn,[dir=rtl] .btn-group-vertical .btn-group+.btn-group,[dir=rtl] .input-group-append,[dir=rtl] .input-group-append .btn+.btn,[dir=rtl] .input-group-append .btn+.input-group-text,[dir=rtl] .input-group-append .input-group-text+.btn,[dir=rtl] .input-group-append .input-group-text+.input-group-text,[dir=rtl] .input-group-prepend .btn+.btn,[dir=rtl] .input-group-prepend .btn+.input-group-text,[dir=rtl] .input-group-prepend .input-group-text+.btn,[dir=rtl] .input-group-prepend .input-group-text+.input-group-text,[dir=rtl] .input-group>.custom-file+.custom-file,[dir=rtl] .input-group>.custom-file+.custom-select,[dir=rtl] .input-group>.custom-file+.form-control,[dir=rtl] .input-group>.custom-select+.custom-file,[dir=rtl] .input-group>.custom-select+.custom-select,[dir=rtl] .input-group>.custom-select+.form-control,[dir=rtl] .input-group>.form-control+.custom-file,[dir=rtl] .input-group>.form-control+.custom-select,[dir=rtl] .input-group>.form-control+.form-control{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label,[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label,[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label,[dir=rtl] .custom-control.custom-radio label{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl] .btn-group>.btn:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright{direction:ltr}[dir=rtl] .dropright>.btn:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle{text-align:left}[dir=rtl] .dropdown-item{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle{text-align:left!important}[dir=rtl] .close{float:left}[dir=rtl] .modal-header .close{margin:-1rem auto -1rem -1rem}.vue-slider{height:4px!important;margin:0 8px;width:100%!important}.vue-slider .vue-slider-rail{background-color:var(--primary-color-200)}.vue-slider .vue-slider-rail .vue-slider-process{background-color:var(--primary-color-600)}.vue-slider .vue-slider-rail .vue-slider-dot{background-color:var(--primary-color-600);border-radius:50%;cursor:pointer;height:10px;width:10px}.vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle{height:100%;width:100%}.vue-slider .vue-slider-rail .vue-slider-marks .vue-slider-mark{background-color:var(--primary-color-200);border-radius:50%;height:8px!important;width:8px!important;z-index:0}.vue-slider .vue-slider-rail .vue-slider-marks .vue-slider-mark .vue-slider-mark-label{display:none}.vue-slider-disabled{cursor:not-allowed;opacity:.5}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle-disabled{background-color:#ccc;cursor:not-allowed}.vue-slider-dot-tooltip-inner{background-color:#3498db;border-color:#3498db;border-radius:5px;box-sizing:content-box;color:#fff;font-size:14px;min-width:20px;padding:2px 5px;text-align:center;white-space:nowrap}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{border:5px solid transparent;border-top-color:inherit;height:0;left:50%;top:100%;transform:translate(-50%);width:0}.vue-slider-dot-tooltip-inner-bottom:after{border:5px solid transparent;border-bottom-color:inherit;bottom:100%;height:0;left:50%;transform:translate(-50%);width:0}.vue-slider-dot-tooltip-inner-left:after{border:5px solid transparent;border-left-color:inherit;height:0;left:100%;top:50%;transform:translateY(-50%);width:0}.vue-slider-dot-tooltip-inner-right:after{border:5px solid transparent;border-right-color:inherit;height:0;right:100%;top:50%;transform:translateY(-50%);width:0}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-36063e38],[dir=rtl] body[data-v-36063e38]{text-align:right}[dir=rtl] body[data-v-36063e38]{direction:rtl}[dir=rtl] .list-group[data-v-36063e38],[dir=rtl] .list-inline[data-v-36063e38]{padding-right:0}[dir=rtl] .list-inline-item[data-v-36063e38]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-36063e38],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-36063e38],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-36063e38]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-36063e38]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-36063e38],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-36063e38]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-36063e38]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-36063e38]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-36063e38],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-36063e38],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-36063e38],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-36063e38]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-36063e38]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-36063e38]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-36063e38]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-36063e38]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-36063e38]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-36063e38],[dir=rtl] .btn-group .btn+.btn[data-v-36063e38],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-36063e38],[dir=rtl] .btn-group .btn-group+.btn[data-v-36063e38],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-36063e38],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-36063e38],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-36063e38],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-36063e38],[dir=rtl] .input-group-append .btn+.btn[data-v-36063e38],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-36063e38],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-36063e38],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-36063e38],[dir=rtl] .input-group-append[data-v-36063e38],[dir=rtl] .input-group-prepend .btn+.btn[data-v-36063e38],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-36063e38],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-36063e38],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-36063e38],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-36063e38],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-36063e38],[dir=rtl] .input-group>.custom-file+.form-control[data-v-36063e38],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-36063e38],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-36063e38],[dir=rtl] .input-group>.custom-select+.form-control[data-v-36063e38],[dir=rtl] .input-group>.form-control+.custom-file[data-v-36063e38],[dir=rtl] .input-group>.form-control+.custom-select[data-v-36063e38],[dir=rtl] .input-group>.form-control+.form-control[data-v-36063e38]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-36063e38],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-36063e38]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-36063e38],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-36063e38]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-36063e38]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-36063e38]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-36063e38],[dir=rtl] .custom-control.custom-radio label[data-v-36063e38]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-36063e38],[dir=rtl] .btn-group>.btn[data-v-36063e38]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-36063e38],[dir=rtl] .btn-group>.btn[data-v-36063e38]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-36063e38]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-36063e38]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-36063e38]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-36063e38]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-36063e38]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-36063e38]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-36063e38]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-36063e38]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-36063e38]{text-align:left}[dir=rtl] .dropdown-item[data-v-36063e38]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-36063e38]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-36063e38]{text-align:left!important}[dir=rtl] .close[data-v-36063e38]{float:left}[dir=rtl] .modal-header .close[data-v-36063e38]{margin:-1rem auto -1rem -1rem}#prices_filter .price-from[data-v-36063e38],#prices_filter .price-to[data-v-36063e38]{align-items:center;display:flex;justify-content:center;margin-bottom:8px}#prices_filter .price-from .form-control[data-v-36063e38],#prices_filter .price-to .form-control[data-v-36063e38]{border:none;border-bottom:1px solid;border-radius:0;box-shadow:none;color:var(--gray-900);font-size:24px;font-weight:700;height:40px;line-height:40px;margin:0 8px;padding:0;text-align:left}#prices_filter .steps[data-v-36063e38]{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;padding:16px 0}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-f9be63a4],[dir=rtl] body[data-v-f9be63a4]{text-align:right}[dir=rtl] body[data-v-f9be63a4]{direction:rtl}[dir=rtl] .list-group[data-v-f9be63a4],[dir=rtl] .list-inline[data-v-f9be63a4]{padding-right:0}[dir=rtl] .list-inline-item[data-v-f9be63a4]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-f9be63a4]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-f9be63a4]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-f9be63a4]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-f9be63a4]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-f9be63a4]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-f9be63a4],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-f9be63a4]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-f9be63a4]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-f9be63a4]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-f9be63a4]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-f9be63a4]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-f9be63a4]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-f9be63a4],[dir=rtl] .btn-group .btn+.btn[data-v-f9be63a4],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-f9be63a4],[dir=rtl] .btn-group .btn-group+.btn[data-v-f9be63a4],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-f9be63a4],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-f9be63a4],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-f9be63a4],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-f9be63a4],[dir=rtl] .input-group-append .btn+.btn[data-v-f9be63a4],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-f9be63a4],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group-append[data-v-f9be63a4],[dir=rtl] .input-group-prepend .btn+.btn[data-v-f9be63a4],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-f9be63a4],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-f9be63a4],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-f9be63a4],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-f9be63a4],[dir=rtl] .input-group>.custom-file+.form-control[data-v-f9be63a4],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-f9be63a4],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-f9be63a4],[dir=rtl] .input-group>.custom-select+.form-control[data-v-f9be63a4],[dir=rtl] .input-group>.form-control+.custom-file[data-v-f9be63a4],[dir=rtl] .input-group>.form-control+.custom-select[data-v-f9be63a4],[dir=rtl] .input-group>.form-control+.form-control[data-v-f9be63a4]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-f9be63a4],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-f9be63a4]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-f9be63a4],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-f9be63a4]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-f9be63a4]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-f9be63a4]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-f9be63a4],[dir=rtl] .custom-control.custom-radio label[data-v-f9be63a4]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-f9be63a4],[dir=rtl] .btn-group>.btn[data-v-f9be63a4]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-f9be63a4],[dir=rtl] .btn-group>.btn[data-v-f9be63a4]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-f9be63a4]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-f9be63a4]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-f9be63a4]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-f9be63a4]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-f9be63a4]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-f9be63a4]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-f9be63a4]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-f9be63a4]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-f9be63a4]{text-align:left}[dir=rtl] .dropdown-item[data-v-f9be63a4]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-f9be63a4]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-f9be63a4]{text-align:left!important}[dir=rtl] .close[data-v-f9be63a4]{float:left}[dir=rtl] .modal-header .close[data-v-f9be63a4]{margin:-1rem auto -1rem -1rem}.products-row[data-v-f9be63a4]{row-gap:16px}.products-pagination[data-v-f9be63a4]{display:flex;justify-content:center;margin-top:32px;padding:0}.products-pagination[data-v-f9be63a4] .page-item:first-child{margin-left:auto}.products-pagination[data-v-f9be63a4] .page-item:last-child{margin-right:auto}.products-pagination[data-v-f9be63a4] .pagination{gap:16px}.products-pagination[data-v-f9be63a4] .page-item .page-link{align-items:center;background-color:transparent;border:none;border-radius:16px;color:#0e5f85;color:var(--tertiary-700,#0e5f85);display:flex;font-weight:700;height:48px;justify-content:center;min-width:48px}.products-pagination[data-v-f9be63a4] .page-item.active .page-link{background:var(--secondary-500);color:#fff}.products-pagination[data-v-f9be63a4] .page-item.disabled .page-link{opacity:.4}.products-pagination[data-v-f9be63a4] .page-item.next .page-link,.products-pagination[data-v-f9be63a4] .page-item.prev .page-link{border-radius:24px;min-width:96px;padding:0 20px}.products-pagination[data-v-f9be63a4] .page-link{transition:transform .12s ease,box-shadow .2s ease}.products-pagination[data-v-f9be63a4] .page-link:hover{transform:translateY(-1px)}.products-pagination[data-v-f9be63a4] .page-item:first-child .page-link,.products-pagination[data-v-f9be63a4] .page-item:last-child .page-link{border:1px solid var(--secondary-500);border-radius:12px!important}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-1f910840],[dir=rtl] body[data-v-1f910840]{text-align:right}[dir=rtl] body[data-v-1f910840]{direction:rtl}[dir=rtl] .list-group[data-v-1f910840],[dir=rtl] .list-inline[data-v-1f910840]{padding-right:0}[dir=rtl] .list-inline-item[data-v-1f910840]{margin-left:.5rem;margin-right:auto!important}[dir=rtl] .input-group>.input-group-append>.btn[data-v-1f910840],[dir=rtl] .input-group>.input-group-append>.input-group-text[data-v-1f910840],[dir=rtl] .input-group>.input-group-prepend:first-child>.btn[data-v-1f910840]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:first-child>.input-group-text[data-v-1f910840]:not(:first-child),[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.btn[data-v-1f910840],[dir=rtl] .input-group>.input-group-prepend:not(:first-child)>.input-group-text[data-v-1f910840]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.input-group-append:last-child>.btn[data-v-1f910840]:not(:last-child):not(.dropdown-toggle),[dir=rtl] .input-group>.input-group-append:last-child>.input-group-text[data-v-1f910840]:not(:last-child),[dir=rtl] .input-group>.input-group-append:not(:last-child)>.btn[data-v-1f910840],[dir=rtl] .input-group>.input-group-append:not(:last-child)>.input-group-text[data-v-1f910840],[dir=rtl] .input-group>.input-group-prepend>.btn[data-v-1f910840],[dir=rtl] .input-group>.input-group-prepend>.input-group-text[data-v-1f910840]{border-bottom-left-radius:0!important;border-bottom-right-radius:.2rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group>.custom-select[data-v-1f910840]:not(:first-child),[dir=rtl] .input-group>.form-control[data-v-1f910840]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-select[data-v-1f910840]:not(:last-child),[dir=rtl] .input-group>.form-control[data-v-1f910840]:not(:last-child){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .input-group-prepend[data-v-1f910840]{margin-left:-1px;margin-right:0}[dir=rtl] .btn-group .btn+.btn-group[data-v-1f910840],[dir=rtl] .btn-group .btn+.btn[data-v-1f910840],[dir=rtl] .btn-group .btn-group+.btn-group[data-v-1f910840],[dir=rtl] .btn-group .btn-group+.btn[data-v-1f910840],[dir=rtl] .btn-group-vertical .btn+.btn-group[data-v-1f910840],[dir=rtl] .btn-group-vertical .btn+.btn[data-v-1f910840],[dir=rtl] .btn-group-vertical .btn-group+.btn-group[data-v-1f910840],[dir=rtl] .btn-group-vertical .btn-group+.btn[data-v-1f910840],[dir=rtl] .input-group-append .btn+.btn[data-v-1f910840],[dir=rtl] .input-group-append .btn+.input-group-text[data-v-1f910840],[dir=rtl] .input-group-append .input-group-text+.btn[data-v-1f910840],[dir=rtl] .input-group-append .input-group-text+.input-group-text[data-v-1f910840],[dir=rtl] .input-group-append[data-v-1f910840],[dir=rtl] .input-group-prepend .btn+.btn[data-v-1f910840],[dir=rtl] .input-group-prepend .btn+.input-group-text[data-v-1f910840],[dir=rtl] .input-group-prepend .input-group-text+.btn[data-v-1f910840],[dir=rtl] .input-group-prepend .input-group-text+.input-group-text[data-v-1f910840],[dir=rtl] .input-group>.custom-file+.custom-file[data-v-1f910840],[dir=rtl] .input-group>.custom-file+.custom-select[data-v-1f910840],[dir=rtl] .input-group>.custom-file+.form-control[data-v-1f910840],[dir=rtl] .input-group>.custom-select+.custom-file[data-v-1f910840],[dir=rtl] .input-group>.custom-select+.custom-select[data-v-1f910840],[dir=rtl] .input-group>.custom-select+.form-control[data-v-1f910840],[dir=rtl] .input-group>.form-control+.custom-file[data-v-1f910840],[dir=rtl] .input-group>.form-control+.custom-select[data-v-1f910840],[dir=rtl] .input-group>.form-control+.form-control[data-v-1f910840]{margin-left:0;margin-right:-1px}[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-1f910840],[dir=rtl] .input-group>.custom-file:not(:first-child) .custom-file-label[data-v-1f910840]:before{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-1f910840],[dir=rtl] .input-group>.custom-file:not(:last-child) .custom-file-label[data-v-1f910840]:before{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .custom-file-label[data-v-1f910840]:after{border-radius:.25rem 0 0 .25rem;border-right:1px solid #ced4da;left:0;right:auto}[dir=rtl] .custom-control[data-v-1f910840]{padding-left:0;padding-right:0}[dir=rtl] .custom-control.custom-checkbox label[data-v-1f910840],[dir=rtl] .custom-control.custom-radio label[data-v-1f910840]{padding-right:1.5rem}[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn[data-v-1f910840],[dir=rtl] .btn-group>.btn[data-v-1f910840]:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem}[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn[data-v-1f910840],[dir=rtl] .btn-group>.btn[data-v-1f910840]:not(:first-child){border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .dropdown-toggle[data-v-1f910840]:after{margin-left:0;margin-right:.255em}[dir=rtl] .dropright[data-v-1f910840]{direction:ltr}[dir=rtl] .dropright>.btn[data-v-1f910840]:not(:last-child):not(.dropdown-toggle){border-radius:.25rem 0 0 .25rem!important}[dir=rtl] .dropright>.btn[data-v-1f910840]:not(:first-child){border-radius:0 .25rem .25rem 0!important}[dir=rtl] .page-item:first-child .page-link[data-v-1f910840]{border-bottom-left-radius:0!important;border-bottom-right-radius:.25rem;border-top-left-radius:0!important;border-top-right-radius:.25rem;margin-right:0}[dir=rtl] .page-item:last-child .page-link[data-v-1f910840]{border-bottom-left-radius:.25rem;border-bottom-right-radius:0!important;border-top-left-radius:.25rem;border-top-right-radius:0!important}[dir=rtl] .alert-dismissible[data-v-1f910840]{padding-left:4rem;padding-right:1.25rem!important}[dir=rtl] .alert-dismissible .close[data-v-1f910840]{left:0;right:auto!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-1f910840]{text-align:left}[dir=rtl] .dropdown-item[data-v-1f910840]{text-align:right}[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option[data-v-1f910840]{text-align:right!important}[dir=rtl] .bootstrap-select>.dropdown-toggle[data-v-1f910840]{text-align:left!important}[dir=rtl] .close[data-v-1f910840]{float:left}[dir=rtl] .modal-header .close[data-v-1f910840]{margin:-1rem auto -1rem -1rem}.more-content[data-v-1f910840],.more-wrapper[data-v-1f910840]{position:relative}.more-content[data-v-1f910840]{overflow:hidden;transition:max-height .2s ease}.more-content.collapsed[data-v-1f910840]:after{bottom:0;content:"";height:56px;left:0;pointer-events:none;position:absolute;right:0}.more-content.expanded[data-v-1f910840]{max-height:none}.content-html[data-v-1f910840]{color:var(--text-800);line-height:2}.more-toggle[data-v-1f910840]{align-items:center;background:transparent;border:none;color:var(--secondary-500);cursor:pointer;display:flex;font-weight:600;gap:8px;margin:12px auto}.more-toggle .icon[data-v-1f910840]{display:inline-block}