/* ============================================================================
 * UI Fixes — generated RTL mirror
 *
 * DO NOT EDIT BY HAND. Regenerate with:
 *     python3 tools/gen-rtl.py public/build/assets/dashboard-<hash>.css \
 *                              public/build/assets/frontend-<hash>.css \
 *                              extensions/ui-fixes/assets/rtl-generated.css
 *
 * Why this file exists
 * --------------------
 * The theme re-implements Bootstrap 4's physical spacing utilities (ml-*, mr-*,
 * pl-*, pr-*) by hand and writes left/right geometry throughout its own rules,
 * so `dir="rtl"` on <html> flips almost nothing. The templates use those
 * physical classes 4,643 times across 321 Blade files.
 *
 * Rather than rewrite every call site, this file is generated from the compiled
 * theme CSS — the real source of truth for what the browser applies — and
 * mirrors every directional declaration it finds: margins, padding, borders,
 * corner radii, offsets, text-align, float and clear. Moving a side also resets
 * the side it came from, except on axis utilities (mx-*, px-*) where both sides
 * are set and the swap is a permutation.
 *
 * Each mirrored rule is scoped under `body.rtl` / `html[dir="rtl"]`, which adds
 * exactly one class of specificity over the original, so it wins in Persian and
 * is inert in English.
 *
 * Deliberately not mirrored: rules the theme already wrote for `.rtl`, the Ace
 * editor (code stays LTR), and icon-font metrics (icons are mirrored by class
 * in ui-fixes.css, where directional and non-directional ones are told apart).
 * ==========================================================================*/

body.rtl ol,body.rtl ul,body.rtl .color-picker-container { padding-left:0;padding-right:2rem }
body.rtl dd,body.rtl .dropdown-toggle:empty::after,body.rtl .dropup .dropdown-toggle:empty::after,body.rtl .dropend .dropdown-toggle:empty::after,body.rtl .dropstart .dropdown-toggle:empty::after,body.rtl .dropdown-toggle-split::after,body.rtl .dropend .dropdown-toggle-split::after,body.rtl .dropup .dropdown-toggle-split::after,body.rtl .dropup .dropdown-toggle:empty:after,body.rtl .dropright .dropdown-toggle:empty:after,body.rtl .dropleft .dropdown-toggle:empty:after,body.rtl .btn-group>.btn:first-child,body.rtl .dropdown-toggle-split:after,body.rtl .dropup .dropdown-toggle-split:after,body.rtl .dropright .dropdown-toggle-split:after,body.rtl .btn-group-vertical>.btn+.btn,body.rtl .btn-group-vertical>.btn+.btn-group,body.rtl .btn-group-vertical>.btn-group+.btn,body.rtl .btn-group-vertical>.btn-group+.btn-group,body.rtl .dropdown-toggle:empty:after,body.rtl #welcome-footer #copyright .header-locale { margin-left:0;margin-right:0 }
body.rtl caption,body.rtl .accordion-button,body.rtl .tooltip,body.rtl #card-error,body.rtl .app-breadcrumb,body.rtl,body.rtl .awselect,body.rtl #image-settings-wrapper .image-settings #style-button,body.rtl #faqs #accordion .card .card-header h5 span,body.rtl .stream-animated-word code { text-align:right }
body.rtl legend,body.rtl .legend li,body.rtl .drop-icon-wrap .drop-icon-item,body.rtl .footer .social ul li,body.rtl .pro-details li,body.rtl .social-profile-buttons li,body.rtl .awselect .back_face,body.rtl .awselect .back_face ul li a,body.rtl #support-messages-box .support-message,body.rtl #textarea-settings .character-counter,body.rtl .theme .theme-banner figure,body.rtl #frontend-local { float:right }
body.rtl legend+* { clear:right }
body.rtl .list-unstyled,body.rtl .list-inline,body.rtl .nav,body.rtl .navbar-nav,body.rtl .pagination,body.rtl .list-group,body.rtl .custom-switch,body.rtl .page-leftheader .breadcrumb-item+.breadcrumb-item:before,body.rtl .page-rightheader .breadcrumb-item+.breadcrumb-item:before,body.rtl .sub-pageheader .nav-link:first-child,body.rtl table.dataTable tbody td.dt-checkboxes-cell,body.rtl #frontend-local .nav-link.icon .header-icon { padding-left:0;padding-right:0 }
body.rtl .list-inline-item:not(:last-child),body.rtl ul li .legend-dots,body.rtl .modal-title i,body.rtl .gateway-logo,body.rtl #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons,body.rtl #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .buttons,body.rtl #image-settings-wrapper .image-settings #style-button img,body.rtl .grid-item .grid-image-wrapper .grid-buttons .grid-image-view i,body.rtl .avatar-menu .side-menu__icon,body.rtl .avatar-list-return i,body.rtl #textract-results-box .inline-text,body.rtl .dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-buttons .grid-image-view i,body.rtl #main #login-button,body.rtl #welcome-footer .footer-icon,body.rtl #welcome-footer .twitter-icon { margin-right:0;margin-left:.5rem }
body.rtl .offset-1 { margin-left:0;margin-right:8.33333333% }
body.rtl .offset-2 { margin-left:0;margin-right:16.66666667% }
body.rtl .offset-3 { margin-left:0;margin-right:25% }
body.rtl .offset-4 { margin-left:0;margin-right:33.33333333% }
body.rtl .offset-5 { margin-left:0;margin-right:41.66666667% }
body.rtl .offset-6 { margin-left:0;margin-right:50% }
body.rtl .offset-7 { margin-left:0;margin-right:58.33333333% }
body.rtl .offset-8 { margin-left:0;margin-right:66.66666667% }
body.rtl .offset-9 { margin-left:0;margin-right:75% }
body.rtl .offset-10 { margin-left:0;margin-right:83.33333333% }
body.rtl .offset-11 { margin-left:0;margin-right:91.66666667% }
body.rtl .form-select { background-position:left .75rem center }
body.rtl .form-select[multiple],body.rtl .form-select[size]:not([size="1"]) { padding-right:0;padding-left:.75rem }
body.rtl .form-select-sm,body.rtl .breadcrumb-item+.breadcrumb-item,body.rtl .side-menu__item { padding-left:0;padding-right:.5rem }
body.rtl .form-select-lg,body.rtl #textarea-outer-box #textarea-container .textarea-row .textarea-voice { padding-left:0;padding-right:1rem }
body.rtl .form-check { padding-left:0;padding-right:1.5em }
body.rtl .form-check .form-check-input { margin-left:0;margin-right:-1.5em;float:right }
body.rtl .form-switch { padding-left:0;padding-right:2.5em }
body.rtl .form-switch .form-check-input { margin-left:0;margin-right:-2.5em;background-position:right center }
body.rtl .form-switch .form-check-input:checked { background-position:left center }
body.rtl .form-check-inline,body.rtl .navbar-brand,body.rtl .side-menu__item .angle,body.rtl .app-header .header-brand,body.rtl .page-total-text,body.rtl .awselect .awselect-img,body.rtl .file-placeholder,body.rtl .special-buttons .btn-special,body.rtl .referral-box,body.rtl .field input,body.rtl #keywords-wrapper input.checkbox-btn+label,body.rtl .result-box .result-output p,body.rtl .search-container .search-wrapper .search-result-item i,body.rtl .main-search-container .search-wrapper .search-result-item i { margin-right:0;margin-left:1rem }
body.rtl .form-floating>label,body.rtl .dropdown-menu[data-bs-popper],body.rtl .dropdown-menu-start[data-bs-popper],body.rtl .modal,body.rtl .modal-backdrop,body.rtl .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,body.rtl .bs-tooltip-end .tooltip-arrow,body.rtl .carousel-control-prev,body.rtl .ratio>*,body.rtl .embed-responsive .embed-responsive-item,body.rtl .embed-responsive iframe,body.rtl .embed-responsive embed,body.rtl .embed-responsive object,body.rtl .embed-responsive video,body.rtl .card-header:before,body.rtl .app-sidebar,body.rtl .app-sidebar__user .user-pic img:after,body.rtl .search-inline,body.rtl .latest-timeline1-icon,body.rtl .inde4-table tr td:first-child:before,body.rtl .js-conveyor-example:before,body.rtl #image-settings-wrapper .image-settings .range .range_in .slider,body.rtl #image-side-space .image-upload-box .image-select,body.rtl .image-drop-area .main-image-input,body.rtl #meta-container-editor .btn-group .dropdown-menu,body.rtl .video-settings-wrapper .range .range_in .slider,body.rtl .register-logo,body.rtl .avatar-result-prompt,body.rtl .video-video-settings .range .range_in .slider,body.rtl #textract-image-view #document-inner canvas,body.rtl #transcript-result .transcript-audio .green-audio-player .holder .loading .loading__spinner,body.rtl .search-container .search-wrapper .search-results-dropdown,body.rtl .main-search-container .search-wrapper .search-results-dropdown,body.rtl .color-picker-container .color-picker-item .color-circle,body.rtl .step-sequence .progress-line,body.rtl .step-sequence:before,body.rtl .crawl-type-label.active:after,body.rtl .btn-frontend-scroll-effect span { left:auto;right:0 }
body.rtl .input-group-lg>.form-select,body.rtl .input-group-sm>.form-select,body.rtl .alert-dismissible { padding-right:0;padding-left:3rem }
body.rtl .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),body.rtl .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),body.rtl .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),body.rtl .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),body.rtl .btn-group>.btn-group:not(:last-child)>.btn,body.rtl .btn-group>.btn:not(:last-child):not(.dropdown-toggle),body.rtl .image-prompt-wrapper .image-prompt .input-box .form-control,body.rtl .seo-tab-content .url-content-wrapper .url-input .input-box .form-control,body.rtl .seo-tab-content .url-content-wrapper .keyword-input .input-box .form-control,body.rtl .seo-tab-content .keyword-content-wrapper .url-input .input-box .form-control,body.rtl .seo-tab-content .keyword-content-wrapper .keyword-input .input-box .form-control { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0 }
body.rtl .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),body.rtl .btn-group>.btn:not(:first-child) { margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0;margin-right:-1px;border-top-right-radius:0;border-bottom-right-radius:0 }
body.rtl .form-control.is-valid,body.rtl .was-validated .form-control:valid,body.rtl .form-control.is-invalid,body.rtl .was-validated .form-control:invalid { padding-right:0;padding-left:calc(1.5em + .75rem);background-position:left calc(.375em + .1875rem) center }
body.rtl .was-validated textarea.form-control:valid,body.rtl textarea.form-control.is-valid,body.rtl .was-validated textarea.form-control:invalid,body.rtl textarea.form-control.is-invalid { padding-right:0;padding-left:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) left calc(.375em + .1875rem) }
body.rtl .form-select.is-valid:not([multiple]):not([size]),body.rtl .form-select.is-valid:not([multiple])[size="1"],body.rtl .was-validated .form-select:valid:not([multiple]):not([size]),body.rtl .was-validated .form-select:valid:not([multiple])[size="1"],body.rtl .form-select.is-invalid:not([multiple]):not([size]),body.rtl .form-select.is-invalid:not([multiple])[size="1"],body.rtl .was-validated .form-select:invalid:not([multiple]):not([size]),body.rtl .was-validated .form-select:invalid:not([multiple])[size="1"] { padding-right:0;padding-left:4.125rem;background-position:left .75rem center,center left 2.25rem }
body.rtl .form-check-inline .form-check-input~.valid-feedback,body.rtl .form-check-inline .form-check-input~.invalid-feedback { margin-left:0;margin-right:.5em }
body.rtl .dropdown-toggle::after,body.rtl .dropup .dropdown-toggle::after,body.rtl .dropstart .dropdown-toggle::after,body.rtl .dropdown-toggle:after,body.rtl .dropup .dropdown-toggle:after,body.rtl .dropleft .dropdown-toggle:after { margin-left:0;margin-right:.255em }
body.rtl .dropdown-menu { left:auto;right:0;text-align:right;float:right }
body.rtl .dropdown-menu-end[data-bs-popper],body.rtl .dropdown-menu-right { left:0;right:auto }
body.rtl .dropend .dropdown-menu[data-bs-popper],body.rtl .dropright .dropdown-menu { margin-left:0;left:auto;right:100%;margin-right:.125rem }
body.rtl .dropend .dropdown-toggle::after,body.rtl .dropright .dropdown-toggle:after { margin-left:0;margin-right:.255em;border-left:0;border-right:.3em solid }
body.rtl .dropstart .dropdown-menu[data-bs-popper],body.rtl .dropleft .dropdown-menu { margin-right:0;left:100%;right:auto;margin-left:.125rem }
body.rtl .dropstart .dropdown-toggle::before,body.rtl .dropleft .dropdown-toggle:before { margin-right:0;border-right:0;margin-left:.255em;border-left:.3em solid }
body.rtl .btn-group>.btn-group:not(:first-child),body.rtl .page-item:not(:first-child) .page-link,body.rtl .btn-group .btn+.btn,body.rtl .btn-group .btn+.btn-group,body.rtl .btn-group .btn-group+.btn,body.rtl .btn-group .btn-group+.btn-group,body.rtl .btn-group-vertical .btn+.btn,body.rtl .btn-group-vertical .btn+.btn-group,body.rtl .btn-group-vertical .btn-group+.btn,body.rtl .btn-group-vertical .btn-group+.btn-group { margin-left:0;margin-right:-1px }
body.rtl .btn-group>.btn-group:not(:first-child)>.btn,body.rtl .btn-group>.btn:nth-child(n+3),body.rtl .btn-group>:not(.btn-check)+.btn,body.rtl .image-prompt-wrapper .image-prompt #image-generate,body.rtl .seo-tab-content #analyze-button,body.rtl .seo-tab-content #analyze-text-button,body.rtl .seo-tab-content #research-button { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0 }
body.rtl .dropstart .dropdown-toggle-split::before,body.rtl .dropleft .dropdown-toggle-split:before,body.rtl .header-brand,body.rtl .app-header .header-brand .header-brand-img,body.rtl .app-header1 .header-brand,body.rtl .app-header1 .header-brand .header-brand-img,body.rtl .header-brand-img,body.rtl .csp-brand-img,body.rtl .social-providers .templates-nav-menu .nav-tabs .nav-link,body.rtl .seo-nav-menu .nav-tabs .nav-link { margin-right:0;margin-left:0 }
body.rtl .card-link+.card-link,body.rtl #wizard-results-wrapper { margin-left:0;margin-right:1.5rem }
body.rtl .accordion-button::after,body.rtl .page-options,body.rtl .pagination-pager .page-next,body.rtl .template .template-package-info,body.rtl #single-templates-container .single-template-back,body.rtl .menu-builder-container .menu-actions,body.rtl .chatbot-live-preview-container #davinci-external-chatbot-trigger { margin-left:0;margin-right:auto }
body.rtl .breadcrumb-item+.breadcrumb-item::before { padding-right:0;padding-left:.5rem;float:right }
body.rtl .page-item:first-child .page-link { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem }
body.rtl .page-item:last-child .page-link { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem }
body.rtl .pagination-lg .page-item:first-child .page-link { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.3rem;border-bottom-right-radius:.3rem }
body.rtl .pagination-lg .page-item:last-child .page-link { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.3rem;border-bottom-left-radius:.3rem }
body.rtl .pagination-sm .page-item:first-child .page-link { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.2rem;border-bottom-right-radius:.2rem }
body.rtl .pagination-sm .page-item:last-child .page-link { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.2rem;border-bottom-left-radius:.2rem }
body.rtl .alert-dismissible .btn-close,body.rtl .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,body.rtl .bs-tooltip-start .tooltip-arrow,body.rtl .carousel-control-next,body.rtl .list-media .info .text-right,body.rtl .card-img-absolute,body.rtl .app-sidebar .ps__thumb-y,body.rtl .app-search__button,body.rtl .nav-unread.badge,body.rtl .card-blog-overlay1:before,body.rtl .card-blog-overlay2:before,body.rtl .search-inline .search-close,body.rtl .js-conveyor-example:after,body.rtl .gateway-radio,body.rtl .input-group-btn,body.rtl #image-settings-wrapper .image-settings .range .range_in .slider:before,body.rtl .wizard-nav .wizard-nav-inner .wizard-nav-chevron,body.rtl .sample-audio-player,body.rtl .video-settings-wrapper .range .range_in .slider:before,body.rtl #hundred-percent,body.rtl .registration-nav .registration-nav-inner .wizard-nav-chevron,body.rtl .avatar-result-delete,body.rtl .video-video-settings .range .range_in .slider:before,body.rtl .chatbot-live-preview-container .davinci-external-chatbot-welcome-bubble,body.rtl #frontend-local-login,body.rtl #steps-wrapper .steps-box .step-number-big p { right:auto;left:0 }
body.rtl .list-group-horizontal>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
body.rtl .list-group-horizontal>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
body.rtl .list-group-horizontal>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
body.rtl .list-group-horizontal>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
body.rtl .toast-header .btn-close { margin-left:-.375rem;margin-right:.75rem }
body.rtl .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,body.rtl .bs-tooltip-end .tooltip-arrow::before { right:auto;border-right-color:initial;left:-1px;border-left-color:#000 }
body.rtl .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,body.rtl .bs-tooltip-start .tooltip-arrow::before { left:auto;border-left-color:initial;right:-1px;border-right-color:#000 }
body.rtl .popover { left:auto;right:0;text-align:right }
body.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,body.rtl .bs-popover-end>.popover-arrow { left:auto;right:calc(-.5rem - 1px) }
body.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,body.rtl .bs-popover-end>.popover-arrow::before { left:auto;border-right-color:initial;right:0;border-left-color:rgba(0,0,0,.25) }
body.rtl .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,body.rtl .bs-popover-end>.popover-arrow::after { left:auto;border-right-color:initial;right:1px;border-left-color:#fff }
body.rtl .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,body.rtl .bs-popover-bottom .popover-header::before { left:auto;margin-left:0;right:50%;margin-right:-.5rem }
body.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,body.rtl .bs-popover-start>.popover-arrow { right:auto;left:calc(-.5rem - 1px) }
body.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,body.rtl .bs-popover-start>.popover-arrow::before { right:auto;border-left-color:initial;left:0;border-right-color:rgba(0,0,0,.25) }
body.rtl .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,body.rtl .bs-popover-start>.popover-arrow::after { right:auto;border-left-color:initial;left:1px;border-right-color:#fff }
body.rtl .carousel-item { margin-right:0;margin-left:-100%;float:right }
body.rtl .spinner-border { border-right-color:initial;border-left-color:transparent }
body.rtl .offcanvas-header .btn-close { margin-right:0;margin-left:-.5rem }
body.rtl .offcanvas-start { left:auto;border-right:0;right:0;border-left:1px solid rgba(0,0,0,.2) }
body.rtl .offcanvas-end { right:auto;border-left:0;left:0;border-right:1px solid rgba(0,0,0,.2) }
body.rtl .float-start,body.rtl .float-left,body.rtl .control-button-left { float:right!important }
body.rtl .float-end,body.rtl .float-right,body.rtl .modal-footer-awselect,body.rtl .control-button-right { float:left!important }
body.rtl .start-0,body.rtl .extend,body.rtl #single-templates-container .single-templates .dropdown .dropdown-menu,body.rtl .custom-voice-select .dropdown .dropdown-menu,body.rtl .photo-studio-tasks .dropdown .dropdown-menu,body.rtl .photo-studio-tools .dropdown .dropdown-menu,body.rtl .fashion-themes .dropdown .dropdown-menu,body.rtl .themes .dropdown .dropdown-menu { left:auto!important;right:0!important }
body.rtl .start-50 { left:auto!important;right:50%!important }
body.rtl .start-100 { left:auto!important;right:100%!important }
body.rtl .end-0 { right:auto!important;left:0!important }
body.rtl .end-50 { right:auto!important;left:50%!important }
body.rtl .end-100 { right:auto!important;left:100%!important }
body.rtl .border-end { border-right:0!important;border-left:1px solid #dee2e6!important }
body.rtl .border-end-0,body.rtl .border-right-0 { border-right:0!important;border-left:0!important }
body.rtl .border-start { border-left:0!important;border-right:1px solid #dee2e6!important }
body.rtl .border-start-0,body.rtl .border-left-0 { border-left:0!important;border-right:0!important }
body.rtl .me-0,body.rtl .mr-0,body.rtl .sidebar-navs .nav li:last-child a { margin-right:0!important;margin-left:0!important }
body.rtl .me-1,body.rtl .mr-1 { margin-right:0!important;margin-left:.25rem!important }
body.rtl .me-2,body.rtl .mr-2 { margin-right:0!important;margin-left:.5rem!important }
body.rtl .me-3,body.rtl .mr-4 { margin-right:0!important;margin-left:1rem!important }
body.rtl .me-4,body.rtl .mr-5 { margin-right:0!important;margin-left:1.5rem!important }
body.rtl .me-5,body.rtl .mr-7 { margin-right:0!important;margin-left:3rem!important }
body.rtl .me-auto,body.rtl .mr-auto { margin-right:0!important;margin-left:auto!important }
body.rtl .ms-0,body.rtl .ml-0 { margin-left:0!important;margin-right:0!important }
body.rtl .ms-1,body.rtl .ml-1 { margin-left:0!important;margin-right:.25rem!important }
body.rtl .ms-2,body.rtl .ml-2 { margin-left:0!important;margin-right:.5rem!important }
body.rtl .ms-3,body.rtl .ml-4 { margin-left:0!important;margin-right:1rem!important }
body.rtl .ms-4,body.rtl .ml-5 { margin-left:0!important;margin-right:1.5rem!important }
body.rtl .ms-5,body.rtl .ml-7 { margin-left:0!important;margin-right:3rem!important }
body.rtl .ms-auto,body.rtl .ml-auto { margin-left:0!important;margin-right:auto!important }
body.rtl .pe-0,body.rtl .pr-0,body.rtl .table-info-button i { padding-right:0!important;padding-left:0!important }
body.rtl .pe-1,body.rtl .pr-1 { padding-right:0!important;padding-left:.25rem!important }
body.rtl .pe-2,body.rtl .pr-2 { padding-right:0!important;padding-left:.5rem!important }
body.rtl .pe-3,body.rtl .pr-4 { padding-right:0!important;padding-left:1rem!important }
body.rtl .pe-4,body.rtl .pr-5 { padding-right:0!important;padding-left:1.5rem!important }
body.rtl .pe-5,body.rtl .pr-7 { padding-right:0!important;padding-left:3rem!important }
body.rtl .ps-0,body.rtl .pl-0 { padding-left:0!important;padding-right:0!important }
body.rtl .ps-1,body.rtl .pl-1 { padding-left:0!important;padding-right:.25rem!important }
body.rtl .ps-2,body.rtl .pl-2 { padding-left:0!important;padding-right:.5rem!important }
body.rtl .ps-3,body.rtl .pl-4 { padding-left:0!important;padding-right:1rem!important }
body.rtl .ps-4,body.rtl .pl-5 { padding-left:0!important;padding-right:1.5rem!important }
body.rtl .ps-5,body.rtl .pl-7 { padding-left:0!important;padding-right:3rem!important }
body.rtl .text-start,body.rtl .text-left { text-align:right!important }
body.rtl .text-end,body.rtl .dataTables_wrapper .dataTables_filter { text-align:left!important }
body.rtl .rounded-end { border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important }
body.rtl .rounded-start { border-bottom-left-radius:0!important;border-top-left-radius:0!important;border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important }
body.rtl .border-right { border-right:0!important;border-left:1px solid #ebecf1!important }
body.rtl .border-left { border-left:0!important;border-right:1px solid #ebecf1!important }
body.rtl .rounded-right { border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:3px!important;border-bottom-left-radius:3px!important }
body.rtl .rounded-left { border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-top-right-radius:3px!important;border-bottom-right-radius:3px!important }
body.rtl .mr-3 { margin-right:0!important;margin-left:.75rem!important }
body.rtl .ml-3 { margin-left:0!important;margin-right:.75rem!important }
body.rtl .mr-6,body.rtl .expand-main-width { margin-right:0!important;margin-left:2rem!important }
body.rtl .ml-6 { margin-left:0!important;margin-right:2rem!important }
body.rtl .mr-8 { margin-right:0!important;margin-left:4rem!important }
body.rtl .ml-8 { margin-left:0!important;margin-right:4rem!important }
body.rtl .mr-9 { margin-right:0!important;margin-left:6rem!important }
body.rtl .ml-9 { margin-left:0!important;margin-right:6rem!important }
body.rtl .pr-3 { padding-right:0!important;padding-left:.75rem!important }
body.rtl .pl-3 { padding-left:0!important;padding-right:.75rem!important }
body.rtl .pr-6 { padding-right:0!important;padding-left:2rem!important }
body.rtl .pl-6 { padding-left:0!important;padding-right:2rem!important }
body.rtl .pr-8 { padding-right:0!important;padding-left:4rem!important }
body.rtl .pl-8 { padding-left:0!important;padding-right:4rem!important }
body.rtl .pr-9 { padding-right:0!important;padding-left:6rem!important }
body.rtl .pr-10 { padding-right:0!important;padding-left:8rem!important }
body.rtl .pl-10 { padding-left:0!important;padding-right:8rem!important }
body.rtl .pl-9 { padding-left:0!important;padding-right:6rem!important }
body.rtl .text-right,body.rtl blockquote cite,body.rtl .fc .fc-scrollgrid-sync-inner,body.rtl .fc .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion,body.rtl #templates-panel .template a { text-align:left }
body.rtl .text-required,body.rtl .intl-tel-input .flag-dropdown .selected-flag,body.rtl .text-required-register { margin-left:0;margin-right:2px }
body.rtl blockquote { padding-left:0;border-left:0;padding-right:1em;border-right:4px solid #dfe2e5 }
body.rtl .divider .divider-text:before { right:auto;left:100% }
body.rtl .divider .divider-text:after { left:auto;right:100% }
body.rtl #back-to-top { right:auto;left:30px }
body.rtl .tabs-menu-body .card .plan-featured { right:auto;border-bottom-left-radius:0;border-top-right-radius:0;left:0;border-bottom-right-radius:30px;border-top-left-radius:30px }
body.rtl .tabs-menu-body .card .plan-featured-prepaid { right:auto;border-bottom-left-radius:0;border-top-right-radius:0;left:0;border-bottom-right-radius:8px;border-top-left-radius:5px }
body.rtl .tabs-menu-body .card ul li i,body.rtl .header-locale .header-icon,body.rtl .referral-social-icons .actions-total a.btn,body.rtl .green-audio-player .download .download__link svg { margin-right:0;margin-left:.3rem }
body.rtl .reg,body.rtl .sub-angle,body.rtl .traffic-sales-amount,body.rtl .special-refresh,body.rtl #support-messages-box .support-message p span,body.rtl #support-messages-box .support-response,body.rtl .checkout-cost,body.rtl .character-counter,body.rtl #textarea-settings .clear-button,body.rtl .copy-code,body.rtl #image-side-space .card-top,body.rtl #image-side-space .card-bottom,body.rtl #image-settings-wrapper .image-settings #style-button i { float:left }
body.rtl .card-table tr td:first-child,body.rtl .card-table tr th:first-child { padding-left:0;padding-right:1.5rem }
body.rtl .card-table tr td:last-child,body.rtl .card-table tr th:last-child { padding-right:0;padding-left:1.5rem }
body.rtl .list-media .media-img { margin-right:0;margin-left:20px;float:right }
body.rtl .list-media .info,body.rtl #phone-number { padding-left:0;padding-right:55px }
body.rtl .card-options { margin-right:auto;margin-left:-.5rem }
body.rtl .card-options a.option-dots,body.rtl .slide-item .icon,body.rtl .svg-icon1,body.rtl .profile-share a,body.rtl #features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link,body.rtl .chatbot-live-preview-container .davinci-external-chatbot-preview .davinci-external-chatbot-footer img { margin-right:0;margin-left:5px }
body.rtl .widgets-cards .wrp.icon-circle,body.rtl .app-search,body.rtl .app-sidebar__user-avatar,body.rtl #chat-system .message-img { margin-right:0;margin-left:15px }
body.rtl .card-status-left,body.rtl .alert-login { right:auto;left:auto }
body.rtl .header-notify .dropdown-menu.show { left:auto!important;right:-280px!important }
body.rtl .header-locale { margin-left:0;margin-right:.8rem }
body.rtl .header-locale .dropdown-menu { left:auto!important;right:-75px!important }
body.rtl .profile-dropdown .dropdown-menu.show { left:auto!important;right:-130px!important }
body.rtl .header-languages .dropdown-menu.show { left:auto!important;right:-70px!important }
body.rtl .notifyimg { margin-right:0;margin-left:15px;float:right }
body.rtl .profile-icon { margin-right:0;margin-left:12px }
body.rtl .dropdown-menu-arrow.dropdown-menu-right:before,body.rtl .dropdown-menu-arrow.dropdown-menu-right:after { right:auto;left:12px }
body.rtl .dropdown-menu-arrow.dropdown-menu-left:before,body.rtl .profile-media-img h6,body.rtl #textarea-outer-box .input-label-content,body.rtl #textarea-box .input-label-content,body.rtl #photo-studio-result .download-image { left:auto;right:15px }
body.rtl .dropdown-menu-arrow.dropdown-menu-left:after { left:auto;right:16px }
body.rtl .dropdown-media-list .media-body { margin-left:0;margin-right:15px }
body.rtl .dropdown-icon { margin-left:.5rem;margin-right:-.5rem }
body.rtl .dropdown-toggle.split-dropdown { border-left:0;border-right:1px solid rgba(0,0,0,.2) }
body.rtl .spinner:before { left:auto;right:-.2px }
body.rtl .spinner:after { left:auto;right:10.2px }
body.rtl .breadcrumb-arrow li a:before,body.rtl .tooltip-primary.bs-tooltip-left .arrow:before,body.rtl .tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,body.rtl .tooltip-secondary.bs-tooltip-left .arrow:before,body.rtl .tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,body.rtl .main-contact-item.selected { border-left-color:initial;border-right-color:#007bff }
body.rtl .tooltip-primary.bs-tooltip-right .arrow:before,body.rtl .tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,body.rtl .tooltip-secondary.bs-tooltip-right .arrow:before,body.rtl .tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before { border-right-color:initial;border-left-color:#007bff }
body.rtl .popover-primary.bs-popover-left .arrow:after,body.rtl .popover-primary.bs-popover-auto[x-placement^=left] .arrow:after { border-left-color:initial!important;border-right-color:#007bff!important }
body.rtl .popover-primary.bs-popover-right .arrow:after,body.rtl .popover-primary.bs-popover-auto[x-placement^=right] .arrow:after { border-right-color:initial!important;border-left-color:#007bff!important }
body.rtl .popover-secondary.bs-popover-left .arrow:after,body.rtl .popover-secondary.bs-popover-auto[x-placement^=left] .arrow:after { border-left-color:initial!important;border-right-color:#f72d66!important }
body.rtl .popover-secondary.bs-popover-right .arrow:after,body.rtl .popover-secondary.bs-popover-auto[x-placement^=right] .arrow:after { border-right-color:initial!important;border-left-color:#f72d66!important }
body.rtl .custom-file-label:after { border-left:0;border-right:1px solid #007BFF }
body.rtl .app-header,body.rtl .smart-header { padding-right:0;padding-left:15px }
body.rtl .app-sidebar__toggle { right:auto;left:-.7rem }
body.rtl .app-notification__icon { padding-right:0;padding-left:10px }
body.rtl .side-menu,body.rtl .app-sidebar__logo,body.rtl .card-pay .tabs-menu li a,body.rtl .chat-main-container .chat-sidebar-container,body.rtl .border-template { border-right:0;border-left:1px solid #ebecf1 }
body.rtl .slide.is-expanded a.slide-item:hover,body.rtl .dataTables_wrapper .dataTables_filter .search-icon,body.rtl .template .template-package-info .btn-pro,body.rtl .template .template-package-info .btn-free,body.rtl .template .template-package-info .btn-yellow,body.rtl .template .template-package-info .btn-new,body.rtl .social-post-box .social-post-activity .post-activity-arrow-icon { margin-left:0;margin-right:5px }
body.rtl .side-menu .side-menu__icon,body.rtl .table-stats table th img,body.rtl .table-stats table td img,body.rtl .main-proifle .profile-icon,body.rtl .profile-footer .new,body.rtl .pro-option,body.rtl .user-details .user-icon,body.rtl .table-actions-dropdown i,body.rtl .label .label-dot,body.rtl .alert i,body.rtl #chat-system .msg-info-name,body.rtl .btn-primary-chat,body.rtl .search-container .search-wrapper .search-result-item .chat-logo,body.rtl .main-search-container .search-wrapper .search-result-item .chat-logo,body.rtl .chatbot-live-preview-container .davinci-external-chatbot-preview .davinci-external-chatbot-header .davinci-external-chatbot-header-logo,body.rtl .chatbot-live-preview-container .davinci-external-chatbot-preview .davinci-external-chatbot-conversation .davinci-external-chatbot-messages .davinci-external-chatbot-message .davinci-external-chatbot-message-avatar,body.rtl .menu-badge { margin-right:0;margin-left:10px }
body.rtl .dropdown-menu.dropdown-menu-right { left:auto;right:auto }
body.rtl .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge { left:auto;right:57px }
body.rtl .sub-side-menu__item { padding-right:55px!important;padding-left:20px!important }
body.rtl .profile-status,body.rtl .search-inline button[type=submit] { right:auto;left:80px }
body.rtl .new-list.option-dots,body.rtl .clipboard-icon,body.rtl .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:hover .chat-actions,body.rtl .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:focus .chat-actions,body.rtl .template .btn-new,body.rtl .msg-text pre .copy-code,body.rtl #main-templates-container .templates-wrapper .btn-package,body.rtl #single-templates-container .single-templates .btn-package,body.rtl .chat-share-copy .btn-copy,body.rtl #transcript-result .transcript-actions,body.rtl .kb-training-container .kb-training-option .kb-training-check { right:auto;left:10px }
body.rtl .new-list2.option-dots,body.rtl .social-post-box .social-post-activity .post-activity-link img,body.rtl .slide-child-icon,body.rtl #main .happy-customers .customer-avatars { margin-right:0;margin-left:8px }
body.rtl .bg-style .header-brand-img { left:auto;right:55px }
body.rtl .page-style1 .input-group-addon,body.rtl .card-pay .tabs-menu li:last-child a { border-right:0;border-left:0 }
body.rtl .page-style1 .input-group-append { border-left:0;border-right:0 }
body.rtl .page-style1 .btn-svgs .svg-icon { left:auto;right:37% }
body.rtl .html-code,body.rtl .green-audio-player .controls { margin-left:0;margin-right:20px }
body.rtl .html-code .svg-icon { left:auto;right:14px }
body.rtl .list-style,body.rtl .list-style2,body.rtl .list-style3,body.rtl .list-style4,body.rtl .list-style5,body.rtl .list-style6 { padding-left:0;padding-right:inherit }
body.rtl .list-style ul,body.rtl .list-style2 ul,body.rtl .list-style3 ul,body.rtl .list-style4 ul,body.rtl .list-style5 ul,body.rtl .list-style6 ul { padding-left:0;padding-right:30px }
body.rtl .input-group-btn .btn-primary { border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important }
body.rtl .box div:nth-child(1),body.rtl #install-footer { left:auto;right:42% }
body.rtl .box div:nth-child(2),body.rtl .header-toggler-icon,body.rtl #upload-status .progress .progress-statistics,body.rtl #image-settings-wrapper .image-settings .image-numbers .quantity a.increase:before,body.rtl #image-settings-wrapper .image-settings .image-numbers .quantity a:after,body.rtl .dashboard-timeline .badge-dot-xl:before,body.rtl .avatar-selection-container .avatar-list .avatar-item .avatar-check,body.rtl .chatbot-live-preview-container #davinci-external-chatbot-trigger .davinci-external-chatbot-trigger-icon,body.rtl #steps-wrapper .steps-box-wrapper:before,body.rtl #steps-wrapper .steps-box-wrapper:after { left:auto;right:50% }
body.rtl .box div:nth-child(3) { left:auto;right:6% }
body.rtl .box div:nth-child(4) { left:auto;right:60% }
body.rtl .box div:nth-child(5) { left:auto;right:10% }
body.rtl .box div:nth-child(6) { left:auto;right:70% }
body.rtl .box div:nth-child(7),body.rtl .box div:nth-child(10) { left:auto;right:80% }
body.rtl .box div:nth-child(8),body.rtl .box div:nth-child(9) { left:auto;right:25% }
body.rtl .page-subtitle,body.rtl .menu-builder-container .children-menu-list,body.rtl .menu-builder-container .menu-item ol { margin-left:0;margin-right:2rem }
body.rtl .aside,body.rtl #image-settings-wrapper { right:auto;border-left:0;left:0;border-right:1px solid #ebecf1 }
body.rtl .nav-unread { right:auto;left:.4rem }
body.rtl .nav-link.icon .nav-span,body.rtl .custom-switch-description,body.rtl .update-available { margin-left:0;margin-right:.5rem }
body.rtl .header-btn.has-new:before { right:auto;left:4px }
body.rtl .footer { padding-left:0!important;padding-right:270px!important }
body.rtl .br-tl-7 { border-top-left-radius:0!important;border-top-right-radius:7px!important }
body.rtl .br-bl-7 { border-bottom-left-radius:0!important;border-bottom-right-radius:7px!important }
body.rtl .br-tr-7 { border-top-right-radius:0!important;border-top-left-radius:7px!important }
body.rtl .br-br-7 { border-bottom-right-radius:0!important;border-bottom-left-radius:7px!important }
body.rtl .br-tl-0 { border-top-left-radius:0!important;border-top-right-radius:0!important }
body.rtl .br-bl-0 { border-bottom-left-radius:0!important;border-bottom-right-radius:0!important }
body.rtl .br-tr-0 { border-top-right-radius:0!important;border-top-left-radius:0!important }
body.rtl .br-br-0 { border-bottom-right-radius:0!important;border-bottom-left-radius:0!important }
body.rtl .pagination-pager .page-prev,body.rtl .template .template-category .btn-category,body.rtl .search-container,body.rtl .main-search-container { margin-right:0;margin-left:auto }
body.rtl .input-search { left:20px;right:0 }
body.rtl .search-label { left:auto;margin-left:0;right:50%;margin-right:-54px }
body.rtl .search-inline .form-control { padding-left:0;left:auto;padding-right:0;right:1% }
body.rtl .lockscreen:before { right:-25px;left:0 }
body.rtl .pulse { right:auto;left:15px }
body.rtl .activity { border-left:0;margin-left:0;border-right:3px solid #ebecf1;margin-right:16px }
body.rtl .activity .img-activity { left:auto;right:-20px }
body.rtl .activity .item-activity { margin-left:0;margin-right:40px }
body.rtl #AreaChart2,body.rtl #CryptoChart,body.rtl #CryptoChart1,body.rtl #CryptoChart2,body.rtl #CryptoChart3,body.rtl .expenses-card #Chart { left:auto;right:-7px }
body.rtl .latest-timeline ul.timeline:before { left:auto;border-left:0;right:10px;border-right:3px dotted #ebecf1 }
body.rtl .latest-timeline ul.timeline>li { padding-left:0;padding-right:2.5rem }
body.rtl .latest-timeline ul.timeline>li:before,body.rtl #checkbox-types .input-control:checked:before,body.rtl #storage-type-radio .input-control:checked:before,body.rtl #audio-format .input-control:checked:before,body.rtl #voice-types .input-control:checked:before { left:auto;right:5px }
body.rtl .crypto-icon { margin-right:0;margin-left:18px }
body.rtl table.table-bordered.dataTable td:first-child { border-left:0!important;border-right:0px solid #ebecf1!important }
body.rtl table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,body.rtl table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before { left:auto;right:4px }
body.rtl .custom-switch-indicator:before { left:auto;right:1px }
body.rtl .custom-switch-input:checked~.custom-switch-indicator:before { left:auto;right:calc(1rem + 1px) }
body.rtl .page-rightheader .date-range-btn { padding-left:0;padding-right:40px }
body.rtl .page-header .breadcrumb-icon { margin-left:0;margin-right:4px }
body.rtl .form-wizard-title,body.rtl .social-post-box .social-post-stats .liked-users { margin-left:0;margin-right:10px }
body.rtl .richText .richText-undo,body.rtl .richText .richText-redo { border-right:0!important;border-left:#ebecf1 solid 1px!important }
body.rtl .sub-pageheader .nav-link:last-child,body.rtl .dataTable tbody td,body.rtl .refresh-button i,body.rtl .template-buttons i,body.rtl #textarea-settings .clear-button button { padding-right:0;padding-left:0 }
body.rtl .sub-pageheader .nav-link.border-right { border-right:0!important;border-left:1px solid #cfd1e1!important }
body.rtl .dash1-card .ratio { right:auto;left:-10px }
body.rtl .dash1-card .ratio-text,body.rtl .message-bubble .copy,body.rtl .locale-action-button { right:auto;left:5px }
body.rtl .sales-bar { left:auto;right:-10px }
body.rtl .bread-select .select2-container .select2-selection--single .select2-selection__rendered { padding-left:0!important;padding-right:10px!important }
body.rtl .hor-header .search-element,body.rtl .step-sequence .step .step-text,body.rtl #reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature { margin-left:0;margin-right:1rem }
body.rtl *::-ms-backdrop,body.rtl .sweet-alert .sa-info.sa-icon:after { margin-left:0!important;margin-right:37px!important }
body.rtl .dataTables_wrapper .dataTables_filter input { padding-left:0;padding-right:15px }
body.rtl .dataTables_wrapper .dataTables_paginate .pagination .first .page-link { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px }
body.rtl .dataTables_wrapper .dataTables_paginate .pagination .last .page-link { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-bottom-left-radius:5px }
body.rtl .dataTables_info { padding-left:0;padding-right:12px }
body.rtl table.dataTable thead th.dt-checkboxes-select-all { padding-left:0;padding-right:.8rem }
body.rtl .result-play { margin-left:0;margin-right:-5px }
body.rtl .transcribe-action-buttons { margin-right:0;padding-right:0;margin-left:.2rem;padding-left:1px }
body.rtl .refresh-button,body.rtl #create-category,body.rtl #meta-container-editor .btn-group .dropdown-toggle:after,body.rtl #single-templates-container .single-templates .dropdown-toggle:after,body.rtl #hide-left-menu,body.rtl #hide-right-menu,body.rtl .custom-voice-select .dropdown-toggle:after,body.rtl #refresh-button,body.rtl .photo-studio-tasks .dropdown-toggle:after,body.rtl .photo-studio-tools .dropdown-toggle:after,body.rtl .fashion-themes .dropdown-toggle:after,body.rtl .themes .dropdown-toggle:after { right:auto;left:1.5rem }
body.rtl #checkbox-types .label-control,body.rtl #storage-type-radio .label-control,body.rtl #audio-format .label-control,body.rtl #voice-types .label-control { margin-right:5px;margin-left:1rem }
body.rtl .progress .zip-bar,body.rtl .progress .subscription-bar { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:10px;border-bottom-right-radius:10px }
body.rtl .file-placeholder-text,body.rtl #image-settings-wrapper .image-settings .image-numbers .quantity .decrease { left:auto;right:8px }
body.rtl #return-sound,body.rtl #chat-system #clear-button { right:auto;margin-right:0;left:0;margin-left:1rem }
body.rtl .support-header { right:auto;margin-right:0;left:0;margin-left:1.2rem }
body.rtl .actions-total button.btn,body.rtl .actions-total a.btn,body.rtl .install-path span { margin-right:0;margin-left:.1rem }
body.rtl .alert,body.rtl #voiceover-character-counter,body.rtl .referral-edit-small,body.rtl #video-image-counter p,body.rtl .cms-box .cms-status,body.rtl #transcript-result .publish-action-buttons { right:auto;left:2rem }
body.rtl .checkout-wrapper-box #BankTransferCollapse pre { border-left:0;border-right:3px solid #007BFF;text-align:right }
body.rtl #left-direction,body.rtl #right-direction { left:auto;right:65% }
body.rtl #settings,body.rtl .form-text,body.rtl #createButton,body.rtl #image-settings-wrapper .image-settings #main-settings-toggle-minimized,body.rtl .chat-sidebar-search .chat-search-icon,body.rtl .chat-sidebar-search-small .chat-search-icon,body.rtl .chat-model-search .chat-search-icon,body.rtl .copy-image-prompt,body.rtl .copy-image-negative-prompt,body.rtl #create-ai-button,body.rtl .dashboard-menu-button,body.rtl .avatar-banner #img-1,body.rtl .chatbot-view-menu-button,body.rtl #blogs .blog-box .blog-img span { right:auto;left:1rem }
body.rtl .template a { right:auto;left:27px;float:left }
body.rtl .template-view .template-icon a { right:auto;left:17px }
body.rtl .favorite-templates-panel .nav-tabs .nav-link,body.rtl .templates-nav-menu .nav-tabs .nav-link,body.rtl .social-post-box .social-post-author img.width-48,body.rtl .social-post-box .social-post-author img.width-38 { margin-right:0;margin-left:.7rem }
body.rtl .field span { border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:35px!important;border-bottom-left-radius:35px!important }
body.rtl #textarea-outer-box .input-label,body.rtl #textarea-box .input-label { padding-left:0;padding-right:5px }
body.rtl .voice-player img { left:auto;right:75px }
body.rtl .voice-player i { right:auto;left:21px }
body.rtl .green-audio-player { padding-right:100px;padding-left:25px }
body.rtl .green-audio-player .play-pause-btn svg { margin-right:.5rem;margin-left:.2rem }
body.rtl #chat-system .left-msg .message-bubble:before { border-right:0;border-left:6px solid #f5f9fc;right:-6px;left:auto }
body.rtl #chat-system .right-msg .message-bubble:before { border-right:0;border-left:6px solid #1e1e2d;right:auto;left:-6px }
body.rtl .promocode-field { margin-right:0;margin-left:80px }
body.rtl #generating-status,body.rtl #generating-message,body.rtl #photo-studio-placeholder { left:auto;right:41% }
body.rtl .chat-boxes a { margin-left:0;margin-right:1rem;float:right }
body.rtl .chat-boxes .btn-yellow,body.rtl .chat-boxes .btn-free,body.rtl .chat-boxes .btn-premium,body.rtl .chat-boxes .btn-pro,body.rtl .message-bubble .download { right:auto;left:20px }
body.rtl .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message .chat-actions { right:auto;left:-20px }
body.rtl .modal-body .browse-file,body.rtl #create-new-chat .browse-file { margin-right:0;margin-left:100px }
body.rtl .template .btn-new-free { right:auto!important;left:75px!important }
body.rtl .template .btn-new-pro { right:auto!important;left:70px!important }
body.rtl .template .btn-new-premium { right:auto!important;left:94px!important }
body.rtl #image-side-space { margin-right:0;margin-left:284px }
body.rtl #image-settings-wrapper .image-settings .image-numbers .quantity .increase { right:auto;left:8px }
body.rtl #image-settings-wrapper .image-settings .range .value,body.rtl .video-settings-wrapper .range .value,body.rtl .video-video-settings .range .value { padding-left:0;padding-right:10px;text-align:left }
body.rtl .grid-item .grid-image-wrapper .grid-description,body.rtl .search-container .left-pan i,body.rtl .main-search-container .left-pan i,body.rtl .dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-description { padding-left:0;padding-right:10px }
body.rtl .custom-modal .modal .modal-content { margin-right:0;margin-left:305px;float:left }
body.rtl .image-modal .modal-body .image-view-box .download-image { left:auto;right:10px }
body.rtl #next-step i { margin-left:0;margin-right:.25rem }
body.rtl #ideas-wrapper .idea-icon { margin-right:0;margin-left:.8rem }
body.rtl #new-wizard { right:auto;left:-3rem }
body.rtl #invite-friends-button { border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:.5rem!important;border-bottom-left-radius:.5rem!important }
body.rtl .message-bubble .listen { right:auto;left:50px }
body.rtl #url-process-button { right:auto;left:7px }
body.rtl .loading .spacer { margin-right:0;margin-left:2px }
body.rtl #main-templates-container { border-right:0;left:auto;border-left:1px solid #ebecf1;right:0 }
body.rtl #main-templates-container .templates-wrapper .template-box a .fa-star { left:auto;right:.4rem }
body.rtl #meta-container-editor { border-left:0;right:auto;border-right:1px solid #ebecf1;left:0 }
body.rtl #single-templates-container .single-templates .dropdown-item .fa-star { left:auto;right:1.3rem }
body.rtl #loader-line:before { left:auto;right:-50% }
body.rtl .tox .tox-textfield { padding-left:0!important;padding-right:.8rem!important }
body.rtl #show-left-menu { left:auto;right:3px }
body.rtl #show-left-menu i { padding-left:0;padding-right:11px }
body.rtl #show-right-menu { right:auto;left:3px }
body.rtl #show-right-menu i,body.rtl #hide-left-menu i,body.rtl #hide-right-menu i { padding-left:0;padding-right:9px }
body.rtl .prompts,body.rtl .favorite-dashboard-panel .chat-boxes-dasboard .package-badge { left:auto;right:1rem }
body.rtl .favorite-dashboard-panel .chat-boxes-dasboard a,body.rtl .favorite-dashboard-panel .template-dashboard a,body.rtl .cost-right-side { margin-right:0;margin-left:1rem;float:left }
body.rtl .dashboard-border-right,body.rtl .dashboard-box-border-right { border-right:0;border-left:1px solid rgba(219,226,235,.6901960784) }
body.rtl .dashboard-timeline .vertical-timeline:before { left:auto;right:87px }
body.rtl .dashboard-timeline .vertical-timeline-element-icon { left:auto;right:80px }
body.rtl .dashboard-timeline .vertical-timeline-element-content { margin-left:0;margin-right:115px }
body.rtl .dashboard-timeline .vertical-timeline-element-content .vertical-timeline-element-date { left:auto;padding-right:0;right:-117px;padding-left:10px;text-align:left }
body.rtl .dashboard-box-border-left { border-left:0;border-right:1px solid rgba(219,226,235,.6901960784) }
body.rtl .dashboard-center-text { left:auto;right:38% }
body.rtl .language-switch-checkbox { right:auto;left:3rem }
body.rtl .language-editor-box .card-table tr td:last-child,body.rtl .language-editor-box .card-table tr th:last-child { padding-right:0;padding-left:1rem }
body.rtl .dashboard-center-text-finance { left:auto;right:39% }
body.rtl .theme .theme-banner figure figcaption a { left:auto;right:40% }
body.rtl #faqs #accordion .card .card-body { padding-left:0;padding-right:2.2rem }
body.rtl .result-box .result-values p { margin-right:0;margin-left:2rem }
body.rtl .avatar-banner #img-2 { right:auto;left:320px }
body.rtl .avatar-banner #img-3 { right:auto;left:150px }
body.rtl .avatar-menu .side-menu__item:hover,body.rtl .avatar-menu .side-menu__item:focus,body.rtl .avatar-menu .side-menu__item.active { border-left:0;border-right:none }
body.rtl .avatar-card .avatar-card-box .avatar-favorite { left:auto;right:.5rem }
body.rtl .avatar-voice-samples-box .avatar-favorite { right:auto;left:.5rem }
body.rtl .free-available-extension,body.rtl .update-available-extension,body.rtl .new-available-extension { right:auto;margin-left:0;left:1rem;margin-right:.5rem }
body.rtl .social-post-box .social-post-stats img { margin-right:0;margin-left:-5px }
body.rtl .fc .fc-button-group button { margin-right:0;margin-left:3px }
body.rtl .menu-builder-container .menu-children { padding-left:0;padding-right:4rem }
body.rtl .chat-new-model-info { left:auto;right:1.5rem }
body.rtl .markdown-content blockquote { border-left:0;border-right:4px solid #d0d7de }
body.rtl .markdown-content ul,body.rtl .markdown-content ol { margin-left:0;margin-right:1.5em }
body.rtl .search-container .search-wrapper .fa-search,body.rtl .search-container .search-wrapper .fa-spinner,body.rtl .main-search-container .search-wrapper .fa-search,body.rtl .main-search-container .search-wrapper .fa-spinner { left:auto;right:20px }
body.rtl .search-container .search-wrapper #mic-search,body.rtl .main-search-container .search-wrapper #mic-search { right:auto;border-left:0;left:17px;border-right:1px solid #ebecf1 }
body.rtl .search-container .left-pan,body.rtl .main-search-container .left-pan { padding-left:0;padding-right:7px }
body.rtl .dashboard-image-carousel .slick-prev { left:auto;right:13px }
body.rtl .dashboard-image-carousel .slick-next { right:auto;left:16px }
body.rtl .position-check { right:auto;left:6px }
body.rtl .chatbot-live-preview-container .davinci-external-chatbot-preview { transform-origin:bottom left }
body.rtl .select2-container--default .select2-selection--multiple .select2-selection__choice { margin-right:0;margin-left:7px;float:right }
body.rtl.dark-theme .richText .richText-toolbar ul li a { border-right-color:initial;border-left-color:#000 }
body.rtl.dark-theme #chat-system .left-msg .message-bubble:before { border-right-color:initial!important;border-left-color:#2b2d31!important }
body.rtl.dark-theme #image-settings-wrapper { border-left-color:initial!important;border-right-color:#2b2d31!important }
body.rtl.dark-theme .search-container .search-wrapper #mic-search,body.rtl.dark-theme .smart-content #meta-container-editor { border-left-color:initial;border-right-color:#2b2d31 }
body.rtl.dark-theme .smart-content #main-templates-container { border-right-color:initial;border-left-color:#2b2d31 }
body.rtl.dark-theme .smart-content .meta-container { border-left-color:initial;border-right-color:#121212 }
body.rtl #login-footer { left:auto;right:32.5% }
body.rtl #main .frontend-buttons { margin-left:0;margin-right:4rem }
body.rtl #main .happy-customers .customer-avatars .small-avatar.overlap { margin-right:0;margin-left:-12px }
body.rtl #blogs .blogs-prev { left:auto;right:-50px }
body.rtl #blogs .blogs-next { right:auto;left:-50px }
body.rtl .special-border-right { border-top-right-radius:0!important;border-top-left-radius:3rem!important }
body.rtl .special-border-left { border-top-left-radius:0!important;border-top-right-radius:3rem!important }
body.rtl .js-cookie-consent .js-cookie-consent-agree { margin-left:0;margin-right:.7rem }
body.rtl section .alert { right:auto;left:1rem;float:left }
body.rtl #steps-wrapper .steps-box .right-space { right:auto!important;left:1.2rem!important }
body.rtl #reviews-wrapper .scroll-line .scroll-inner-line,body.rtl #reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature .div-img-feaure { margin-right:0;margin-left:16px }
body.rtl .review-list-wrapper { margin-left:0;margin-right:-400px }
body.rtl .review-list-wrapper.second { left:auto;right:-860px }
body.rtl .review-card-scroll .hori-between-div .horizontal-div .reviewer-star { right:auto;left:10% }
body.rtl #info-banner .container .info-box .info-img img { margin-right:0;margin-left:-10px }
body.rtl #info-banner .container .team-wrapper .team-image-1 { right:auto;left:5% }
body.rtl #info-banner .container .team-wrapper .team-image-2 { right:auto;left:29% }
body.rtl #info-banner .container .team-wrapper .team-image-3 { left:auto;right:29% }
body.rtl #info-banner .container .team-wrapper .team-image-4 { left:auto;right:5% }
@media (min-width:576px) {
  body.rtl .offset-sm-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-sm-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-sm-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-sm-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-sm-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-sm-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-sm-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-sm-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-sm-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-sm-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-sm-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-sm-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .dropdown-menu-sm-start[data-bs-popper] { left:auto;right:0 }
  body.rtl .dropdown-menu-sm-end[data-bs-popper] { left:0;right:auto }
  body.rtl .card-group>.card+.card { margin-left:0;border-left:0;margin-right:0;border-right:0 }
  body.rtl .card-group>.card:not(:last-child) { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0 }
  body.rtl .card-group>.card:not(:last-child) .card-header,body.rtl .card-group>.card:not(:last-child) .card-img-top { border-top-right-radius:0;border-top-left-radius:0 }
  body.rtl .card-group>.card:not(:last-child) .card-footer,body.rtl .card-group>.card:not(:last-child) .card-img-bottom { border-bottom-right-radius:0;border-bottom-left-radius:0 }
  body.rtl .card-group>.card:not(:first-child) { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0 }
  body.rtl .card-group>.card:not(:first-child) .card-header,body.rtl .card-group>.card:not(:first-child) .card-img-top { border-top-left-radius:0;border-top-right-radius:0 }
  body.rtl .card-group>.card:not(:first-child) .card-footer,body.rtl .card-group>.card:not(:first-child) .card-img-bottom { border-bottom-left-radius:0;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-sm>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
  body.rtl .list-group-horizontal-sm>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-sm>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
  body.rtl .list-group-horizontal-sm>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
  body.rtl .float-sm-start { float:right!important }
  body.rtl .float-sm-end { float:left!important }
  body.rtl .me-sm-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .me-sm-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .me-sm-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .me-sm-3 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .me-sm-4 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .me-sm-5 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .me-sm-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ms-sm-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .ms-sm-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .ms-sm-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .ms-sm-3 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .ms-sm-4 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .ms-sm-5 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .ms-sm-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .pe-sm-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pe-sm-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pe-sm-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pe-sm-3 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pe-sm-4 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pe-sm-5 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .ps-sm-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .ps-sm-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .ps-sm-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .ps-sm-3 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .ps-sm-4 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .ps-sm-5 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .text-sm-start { text-align:right!important }
  body.rtl .text-sm-end { text-align:left!important }
}
@media (min-width:768px) {
  body.rtl .offset-md-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-md-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-md-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-md-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-md-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-md-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-md-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-md-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-md-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-md-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-md-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-md-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .dropdown-menu-md-start[data-bs-popper] { left:auto;right:0 }
  body.rtl .dropdown-menu-md-end[data-bs-popper] { left:0;right:auto }
  body.rtl .list-group-horizontal-md>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
  body.rtl .list-group-horizontal-md>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-md>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
  body.rtl .list-group-horizontal-md>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
  body.rtl .float-md-start { float:right!important }
  body.rtl .float-md-end { float:left!important }
  body.rtl .me-md-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .me-md-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .me-md-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .me-md-3 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .me-md-4 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .me-md-5 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .me-md-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ms-md-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .ms-md-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .ms-md-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .ms-md-3 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .ms-md-4 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .ms-md-5 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .ms-md-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .pe-md-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pe-md-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pe-md-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pe-md-3 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pe-md-4 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pe-md-5 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .ps-md-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .ps-md-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .ps-md-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .ps-md-3 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .ps-md-4 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .ps-md-5 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .text-md-start { text-align:right!important }
  body.rtl .text-md-end { text-align:left!important }
}
@media (min-width:992px) {
  body.rtl .offset-lg-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-lg-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-lg-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-lg-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-lg-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-lg-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-lg-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-lg-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-lg-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-lg-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-lg-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-lg-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .dropdown-menu-lg-start[data-bs-popper] { left:auto;right:0 }
  body.rtl .dropdown-menu-lg-end[data-bs-popper] { left:0;right:auto }
  body.rtl .list-group-horizontal-lg>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
  body.rtl .list-group-horizontal-lg>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-lg>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
  body.rtl .list-group-horizontal-lg>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
  body.rtl .float-lg-start { float:right!important }
  body.rtl .float-lg-end { float:left!important }
  body.rtl .me-lg-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .me-lg-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .me-lg-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .me-lg-3 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .me-lg-4 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .me-lg-5 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .me-lg-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ms-lg-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .ms-lg-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .ms-lg-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .ms-lg-3 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .ms-lg-4 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .ms-lg-5 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .ms-lg-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .pe-lg-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pe-lg-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pe-lg-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pe-lg-3 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pe-lg-4 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pe-lg-5 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .ps-lg-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .ps-lg-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .ps-lg-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .ps-lg-3 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .ps-lg-4 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .ps-lg-5 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .text-lg-start { text-align:right!important }
  body.rtl .text-lg-end { text-align:left!important }
}
@media (min-width:1200px) {
  body.rtl .offset-xl-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-xl-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-xl-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-xl-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-xl-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-xl-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-xl-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-xl-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-xl-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-xl-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-xl-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-xl-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .dropdown-menu-xl-start[data-bs-popper] { left:auto;right:0 }
  body.rtl .dropdown-menu-xl-end[data-bs-popper] { left:0;right:auto }
  body.rtl .list-group-horizontal-xl>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
  body.rtl .list-group-horizontal-xl>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-xl>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
  body.rtl .list-group-horizontal-xl>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
  body.rtl .float-xl-start { float:right!important }
  body.rtl .float-xl-end { float:left!important }
  body.rtl .me-xl-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .me-xl-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .me-xl-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .me-xl-3 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .me-xl-4 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .me-xl-5 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .me-xl-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ms-xl-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .ms-xl-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .ms-xl-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .ms-xl-3 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .ms-xl-4 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .ms-xl-5 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .ms-xl-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .pe-xl-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pe-xl-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pe-xl-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pe-xl-3 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pe-xl-4 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pe-xl-5 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .ps-xl-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .ps-xl-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .ps-xl-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .ps-xl-3 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .ps-xl-4 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .ps-xl-5 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .text-xl-start { text-align:right!important }
  body.rtl .text-xl-end { text-align:left!important }
}
@media (min-width:1400px) {
  body.rtl .offset-xxl-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-xxl-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-xxl-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-xxl-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-xxl-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-xxl-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-xxl-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-xxl-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-xxl-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-xxl-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-xxl-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-xxl-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .dropdown-menu-xxl-start[data-bs-popper] { left:auto;right:0 }
  body.rtl .dropdown-menu-xxl-end[data-bs-popper] { left:0;right:auto }
  body.rtl .list-group-horizontal-xxl>.list-group-item:first-child { border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:.25rem;border-top-left-radius:0 }
  body.rtl .list-group-horizontal-xxl>.list-group-item:last-child { border-top-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:.25rem;border-bottom-right-radius:0 }
  body.rtl .list-group-horizontal-xxl>.list-group-item+.list-group-item { border-left-width:0;border-right-width:0 }
  body.rtl .list-group-horizontal-xxl>.list-group-item+.list-group-item.active { margin-left:0;border-left-width:0;margin-right:-1px;border-right-width:1px }
  body.rtl .float-xxl-start { float:right!important }
  body.rtl .float-xxl-end { float:left!important }
  body.rtl .me-xxl-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .me-xxl-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .me-xxl-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .me-xxl-3 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .me-xxl-4 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .me-xxl-5 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .me-xxl-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ms-xxl-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .ms-xxl-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .ms-xxl-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .ms-xxl-3 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .ms-xxl-4 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .ms-xxl-5 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .ms-xxl-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .pe-xxl-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pe-xxl-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pe-xxl-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pe-xxl-3 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pe-xxl-4 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pe-xxl-5 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .ps-xxl-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .ps-xxl-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .ps-xxl-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .ps-xxl-3 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .ps-xxl-4 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .ps-xxl-5 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .text-xxl-start { text-align:right!important }
  body.rtl .text-xxl-end { text-align:left!important }
}
@media (min-width: 576px) {
  body.rtl .float-sm-left { float:right!important }
  body.rtl .float-sm-right { float:left!important }
  body.rtl .mr-sm-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .ml-sm-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .mr-sm-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .ml-sm-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .mr-sm-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .ml-sm-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .mr-sm-3 { margin-right:0!important;margin-left:.75rem!important }
  body.rtl .ml-sm-3 { margin-left:0!important;margin-right:.75rem!important }
  body.rtl .mr-sm-4 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .ml-sm-4 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .mr-sm-5 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .ml-sm-5 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .mr-sm-6 { margin-right:0!important;margin-left:2rem!important }
  body.rtl .ml-sm-6 { margin-left:0!important;margin-right:2rem!important }
  body.rtl .mr-sm-7 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .ml-sm-7 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .mr-sm-8 { margin-right:0!important;margin-left:4rem!important }
  body.rtl .ml-sm-8 { margin-left:0!important;margin-right:4rem!important }
  body.rtl .mr-sm-9 { margin-right:0!important;margin-left:6rem!important }
  body.rtl .ml-sm-9 { margin-left:0!important;margin-right:6rem!important }
  body.rtl .pr-sm-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pl-sm-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .pr-sm-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pl-sm-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .pr-sm-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pl-sm-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .pr-sm-3 { padding-right:0!important;padding-left:.75rem!important }
  body.rtl .pl-sm-3 { padding-left:0!important;padding-right:.75rem!important }
  body.rtl .pr-sm-4 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pl-sm-4 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .pr-sm-5 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pl-sm-5 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .pr-sm-6 { padding-right:0!important;padding-left:2rem!important }
  body.rtl .pl-sm-6 { padding-left:0!important;padding-right:2rem!important }
  body.rtl .pr-sm-7 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .pl-sm-7 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .pr-sm-8 { padding-right:0!important;padding-left:4rem!important }
  body.rtl .pl-sm-8 { padding-left:0!important;padding-right:4rem!important }
  body.rtl .pr-sm-9 { padding-right:0!important;padding-left:6rem!important }
  body.rtl .pl-sm-9 { padding-left:0!important;padding-right:6rem!important }
  body.rtl .mr-sm-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ml-sm-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .text-sm-left { text-align:right!important }
  body.rtl .text-sm-right { text-align:left!important }
  body.rtl .card-group>.card+.card { margin-left:0;border-left:0;margin-right:0;border-right:0 }
  body.rtl .card-group>.card:first-child { border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:0 }
  body.rtl .card-group>.card:first-child .card-img-top,body.rtl .card-group>.card:first-child .card-header { border-top-right-radius:0;border-top-left-radius:0 }
  body.rtl .card-group>.card:first-child .card-img-bottom,body.rtl .card-group>.card:first-child .card-footer { border-bottom-right-radius:0;border-bottom-left-radius:0 }
  body.rtl .card-group>.card:last-child { border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0 }
  body.rtl .card-group>.card:last-child .card-img-top,body.rtl .card-group>.card:last-child .card-header { border-top-left-radius:0;border-top-right-radius:0 }
  body.rtl .card-group>.card:last-child .card-img-bottom,body.rtl .card-group>.card:last-child .card-footer { border-bottom-left-radius:0;border-bottom-right-radius:0 }
  body.rtl .offset-sm-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-sm-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-sm-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-sm-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-sm-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-sm-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-sm-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-sm-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-sm-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-sm-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-sm-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-sm-11 { margin-left:0;margin-right:91.66666667% }
}
@media (min-width: 768px) {
  body.rtl .text-md-left { text-align:right!important }
  body.rtl .text-md-right { text-align:left!important }
  body.rtl .float-md-left { float:right!important }
  body.rtl .float-md-right { float:left!important }
  body.rtl .mr-md-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .ml-md-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .mr-md-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .ml-md-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .mr-md-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .ml-md-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .mr-md-3 { margin-right:0!important;margin-left:.75rem!important }
  body.rtl .ml-md-3 { margin-left:0!important;margin-right:.75rem!important }
  body.rtl .mr-md-4 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .ml-md-4 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .mr-md-5 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .ml-md-5 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .mr-md-6 { margin-right:0!important;margin-left:2rem!important }
  body.rtl .ml-md-6 { margin-left:0!important;margin-right:2rem!important }
  body.rtl .mr-md-7 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .ml-md-7 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .mr-md-8 { margin-right:0!important;margin-left:4rem!important }
  body.rtl .ml-md-8 { margin-left:0!important;margin-right:4rem!important }
  body.rtl .mr-md-9 { margin-right:0!important;margin-left:6rem!important }
  body.rtl .ml-md-9 { margin-left:0!important;margin-right:6rem!important }
  body.rtl .pr-md-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pl-md-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .pr-md-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pl-md-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .pr-md-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pl-md-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .pr-md-3 { padding-right:0!important;padding-left:.75rem!important }
  body.rtl .pl-md-3 { padding-left:0!important;padding-right:.75rem!important }
  body.rtl .pr-md-4 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pl-md-4 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .pr-md-5 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pl-md-5 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .pr-md-6 { padding-right:0!important;padding-left:2rem!important }
  body.rtl .pl-md-6 { padding-left:0!important;padding-right:2rem!important }
  body.rtl .pr-md-7 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .pl-md-7 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .pr-md-8 { padding-right:0!important;padding-left:4rem!important }
  body.rtl .pl-md-8 { padding-left:0!important;padding-right:4rem!important }
  body.rtl .pr-md-9 { padding-right:0!important;padding-left:6rem!important }
  body.rtl .pl-md-9 { padding-left:0!important;padding-right:6rem!important }
  body.rtl .mr-md-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ml-md-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .offset-md-0,body.rtl .app.sidenav-toggled .app-content { margin-left:0;margin-right:0 }
  body.rtl .offset-md-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-md-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-md-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-md-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-md-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-md-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-md-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-md-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-md-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-md-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-md-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .app.sidenav-toggled .app-sidebar { left:auto;right:270px }
  body.rtl .app-content { margin-left:0;margin-right:270px }
  body.rtl .app-header { padding-right:0;margin-left:0;padding-left:20px;margin-right:270px }
  body.rtl .sidebar-mini.sidenav-toggled .app-header,body.rtl .sidenav-toggled .header.top-header { padding-left:0;padding-right:70px }
  body.rtl .app.sidebar-mini.sidenav-toggled .side-menu__label,body.rtl .sidebar-mini.sidenav-toggled .app-sidebar { left:auto;right:0 }
  body.rtl .sidebar-mini.sidenav-toggled,body.rtl .sidebar-mini.sidenav-toggled .app-sidebar__user { right:auto!important;left:30px!important }
  body.rtl .sidebar-mini.sidenav-toggled .profile-img { right:auto;left:19px }
  body.rtl .sidebar-mini.sidenav-toggled .app-content { margin-left:0;margin-right:70px }
  body.rtl .sidebar-mini.sidenav-toggled .side-menu__label { left:auto;margin-left:0;border-top-right-radius:0;border-bottom-right-radius:0;right:50px;margin-right:-3px;border-top-left-radius:4px;border-bottom-left-radius:4px }
  body.rtl .sidebar-mini.sidenav-toggled .slide .side-menu__label { border-bottom-right-radius:0;border-bottom-left-radius:0 }
  body.rtl .sidebar-mini.sidenav-toggled .slide-menu { left:auto;border-bottom-right-radius:0;right:0;border-bottom-left-radius:4px }
  body.rtl .app.sidebar-mini.sidenav-toggled .side-menu__item { border-left:0;border-right:0 }
  body.rtl .app.sidebar-mini.sidenav-toggled .nav-badge { right:auto;left:28px }
  body.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-avatar { margin-right:0;margin-left:15px }
  body.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu .side-menu__icon { margin-right:0;margin-left:12px }
  body.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__icon { margin-right:0;margin-left:10px }
  body.rtl .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item .icon { margin-right:0;margin-left:5px }
  body.rtl .header.top-header { padding-left:0;padding-right:270px }
  body.rtl .sidenav-toggled .app-sidebar__logo { border-right:0;border-left:1px solid #ebecf1 }
  body.rtl .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon { margin-right:0;margin-left:0 }
}
@media (min-width: 992px) {
  body.rtl .text-lg-left { text-align:right!important }
  body.rtl .text-lg-right { text-align:left!important }
  body.rtl .float-lg-left { float:right!important }
  body.rtl .float-lg-right { float:left!important }
  body.rtl .mr-lg-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .ml-lg-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .mr-lg-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .ml-lg-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .mr-lg-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .ml-lg-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .mr-lg-3 { margin-right:0!important;margin-left:.75rem!important }
  body.rtl .ml-lg-3 { margin-left:0!important;margin-right:.75rem!important }
  body.rtl .mr-lg-4 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .ml-lg-4 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .mr-lg-5 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .ml-lg-5 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .mr-lg-6 { margin-right:0!important;margin-left:2rem!important }
  body.rtl .ml-lg-6 { margin-left:0!important;margin-right:2rem!important }
  body.rtl .mr-lg-7 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .ml-lg-7 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .mr-lg-8 { margin-right:0!important;margin-left:4rem!important }
  body.rtl .ml-lg-8 { margin-left:0!important;margin-right:4rem!important }
  body.rtl .mr-lg-9 { margin-right:0!important;margin-left:6rem!important }
  body.rtl .ml-lg-9 { margin-left:0!important;margin-right:6rem!important }
  body.rtl .pr-lg-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pl-lg-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .pr-lg-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pl-lg-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .pr-lg-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pl-lg-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .pr-lg-3 { padding-right:0!important;padding-left:.75rem!important }
  body.rtl .pl-lg-3 { padding-left:0!important;padding-right:.75rem!important }
  body.rtl .pr-lg-4 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pl-lg-4 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .pr-lg-5 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pl-lg-5 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .pr-lg-6 { padding-right:0!important;padding-left:2rem!important }
  body.rtl .pl-lg-6 { padding-left:0!important;padding-right:2rem!important }
  body.rtl .pr-lg-7 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .pl-lg-7 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .pr-lg-8 { padding-right:0!important;padding-left:4rem!important }
  body.rtl .pl-lg-8 { padding-left:0!important;padding-right:4rem!important }
  body.rtl .pr-lg-9 { padding-right:0!important;padding-left:6rem!important }
  body.rtl .pl-lg-9 { padding-left:0!important;padding-right:6rem!important }
  body.rtl .mr-lg-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ml-lg-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .offset-lg-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-lg-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-lg-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-lg-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-lg-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-lg-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-lg-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-lg-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-lg-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-lg-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-lg-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-lg-11 { margin-left:0;margin-right:91.66666667% }
  body.rtl .top-header.hor-top-header .header-brand { margin-right:0;margin-left:0rem }
}
@media (min-width: 1280px) {
  body.rtl .text-xl-left { text-align:right!important }
  body.rtl .text-xl-right { text-align:left!important }
  body.rtl .float-xl-left { float:right!important }
  body.rtl .float-xl-right { float:left!important }
  body.rtl .mr-xl-0 { margin-right:0!important;margin-left:0!important }
  body.rtl .ml-xl-0 { margin-left:0!important;margin-right:0!important }
  body.rtl .mr-xl-1 { margin-right:0!important;margin-left:.25rem!important }
  body.rtl .ml-xl-1 { margin-left:0!important;margin-right:.25rem!important }
  body.rtl .mr-xl-2 { margin-right:0!important;margin-left:.5rem!important }
  body.rtl .ml-xl-2 { margin-left:0!important;margin-right:.5rem!important }
  body.rtl .mr-xl-3 { margin-right:0!important;margin-left:.75rem!important }
  body.rtl .ml-xl-3 { margin-left:0!important;margin-right:.75rem!important }
  body.rtl .mr-xl-4 { margin-right:0!important;margin-left:1rem!important }
  body.rtl .ml-xl-4 { margin-left:0!important;margin-right:1rem!important }
  body.rtl .mr-xl-5 { margin-right:0!important;margin-left:1.5rem!important }
  body.rtl .ml-xl-5 { margin-left:0!important;margin-right:1.5rem!important }
  body.rtl .mr-xl-6 { margin-right:0!important;margin-left:2rem!important }
  body.rtl .ml-xl-6 { margin-left:0!important;margin-right:2rem!important }
  body.rtl .mr-xl-7 { margin-right:0!important;margin-left:3rem!important }
  body.rtl .ml-xl-7 { margin-left:0!important;margin-right:3rem!important }
  body.rtl .mr-xl-8 { margin-right:0!important;margin-left:4rem!important }
  body.rtl .ml-xl-8 { margin-left:0!important;margin-right:4rem!important }
  body.rtl .mr-xl-9 { margin-right:0!important;margin-left:6rem!important }
  body.rtl .ml-xl-9 { margin-left:0!important;margin-right:6rem!important }
  body.rtl .pr-xl-0 { padding-right:0!important;padding-left:0!important }
  body.rtl .pl-xl-0 { padding-left:0!important;padding-right:0!important }
  body.rtl .pr-xl-1 { padding-right:0!important;padding-left:.25rem!important }
  body.rtl .pl-xl-1 { padding-left:0!important;padding-right:.25rem!important }
  body.rtl .pr-xl-2 { padding-right:0!important;padding-left:.5rem!important }
  body.rtl .pl-xl-2 { padding-left:0!important;padding-right:.5rem!important }
  body.rtl .pr-xl-3 { padding-right:0!important;padding-left:.75rem!important }
  body.rtl .pl-xl-3 { padding-left:0!important;padding-right:.75rem!important }
  body.rtl .pr-xl-4 { padding-right:0!important;padding-left:1rem!important }
  body.rtl .pl-xl-4 { padding-left:0!important;padding-right:1rem!important }
  body.rtl .pr-xl-5 { padding-right:0!important;padding-left:1.5rem!important }
  body.rtl .pl-xl-5 { padding-left:0!important;padding-right:1.5rem!important }
  body.rtl .pr-xl-6 { padding-right:0!important;padding-left:2rem!important }
  body.rtl .pl-xl-6 { padding-left:0!important;padding-right:2rem!important }
  body.rtl .pr-xl-7 { padding-right:0!important;padding-left:3rem!important }
  body.rtl .pl-xl-7 { padding-left:0!important;padding-right:3rem!important }
  body.rtl .pr-xl-8 { padding-right:0!important;padding-left:4rem!important }
  body.rtl .pl-xl-8 { padding-left:0!important;padding-right:4rem!important }
  body.rtl .pr-xl-9 { padding-right:0!important;padding-left:6rem!important }
  body.rtl .pl-xl-9 { padding-left:0!important;padding-right:6rem!important }
  body.rtl .mr-xl-auto { margin-right:0!important;margin-left:auto!important }
  body.rtl .ml-xl-auto { margin-left:0!important;margin-right:auto!important }
  body.rtl .offset-xl-0 { margin-left:0;margin-right:0 }
  body.rtl .offset-xl-1 { margin-left:0;margin-right:8.33333333% }
  body.rtl .offset-xl-2 { margin-left:0;margin-right:16.66666667% }
  body.rtl .offset-xl-3 { margin-left:0;margin-right:25% }
  body.rtl .offset-xl-4 { margin-left:0;margin-right:33.33333333% }
  body.rtl .offset-xl-5 { margin-left:0;margin-right:41.66666667% }
  body.rtl .offset-xl-6 { margin-left:0;margin-right:50% }
  body.rtl .offset-xl-7 { margin-left:0;margin-right:58.33333333% }
  body.rtl .offset-xl-8 { margin-left:0;margin-right:66.66666667% }
  body.rtl .offset-xl-9 { margin-left:0;margin-right:75% }
  body.rtl .offset-xl-10 { margin-left:0;margin-right:83.33333333% }
  body.rtl .offset-xl-11 { margin-left:0;margin-right:91.66666667% }
}
@media (min-width: 1600px) {
  body.rtl.aside-opened .page { margin-right:0;margin-left:22rem }
}
@media (max-width: 767px) {
  body.rtl .app .app-sidebar { left:auto;right:-265px }
  body.rtl .app.sidenav-toggled .app-content { margin-left:0;margin-right:0 }
  body.rtl .app.sidenav-toggled .app-sidebar { left:auto;right:0 }
  body.rtl .app-header .header-brand { margin-left:0;margin-right:.75rem }
}
@media (max-width: 575.98px) {
  body.rtl .app-header .header-brand-img.mobile-logo { margin-left:0;margin-right:0 }
}
@media (max-width: 992px) and (min-width: 768px) {
  body.rtl .app-header .header-brand-img.desktop-lgo,body.rtl .app-header .header-brand { margin-left:0;margin-right:0 }
  body.rtl .header-brand-img.desktop-lgo { margin-left:0;margin-right:2rem }
  body.rtl .hor-header .header-brand-img.desktop-lgo,body.rtl .header-brand-img.dark-logo { margin-left:0;margin-right:1rem }
  body.rtl .animated-arrow.hor-toggle span { margin-left:0;margin-right:8px }
}
@media (max-width: 768px) and (min-width: 481px) {
  body.rtl .header-brand { margin-left:0;margin-right:0 }
}
@media (max-width: 320px) {
  body.rtl .fc-toolbar .fc-right { float:left }
}
@media (max-width: 768px) {
  body.rtl .app-header .d-flex:last-child { margin-left:0;margin-right:auto }
  body.rtl .pl-minify { padding-left:0!important;padding-right:12px!important }
  body.rtl .pr-minify { padding-right:0!important;padding-left:12px!important }
  body.rtl #generating-message { left:auto;right:18% }
  body.rtl #generating-status { left:auto;right:12% }
  body.rtl #balance-status span,body.rtl .footer,body.rtl .central-banner .pl-9,body.rtl #footer { padding-left:0!important;padding-right:0!important }
  body.rtl .chat-main-container .chat-sidebar-container { left:auto;right:-100% }
  body.rtl .chat-sidebar-container .extend,body.rtl .header-languages .dropdown-menu.show { left:auto!important;right:0!important }
  body.rtl #voiceover-character-counter-top #voiceover-character-counter { left:auto!important;margin-left:0;right:0!important;margin-right:12px }
  body.rtl #listen-text { margin-right:0!important;margin-left:0!important }
  body.rtl .chat-controllers .chat-button-box { margin-right:0;margin-left:1rem }
  body.rtl .chat-controllers #chat-button,body.rtl .chat-controllers .no-margin-right { margin-right:0;margin-left:0 }
  body.rtl #wizard-results-wrapper { margin-left:0;margin-right:0 }
  body.rtl #new-wizard { right:auto;left:.9rem }
  body.rtl .smart-header .go-back { margin-left:0!important;margin-right:0!important }
  body.rtl #meta-container-editor { right:auto;left:auto }
  body.rtl .profile-dropdown .dropdown-menu.show { left:auto!important;right:-1rem!important }
  body.rtl .upload-responsive { padding-left:0!important;margin-left:0!important;padding-right:auto!important;margin-right:auto!important }
  body.rtl .pl-8 { padding-left:0!important;padding-right:1rem!important }
  body.rtl #main .frontend-buttons { margin-left:0!important;margin-right:0rem!important }
  body.rtl .central-banner .pr-9,body.rtl #login-buttons { padding-right:0!important;padding-left:0!important }
  body.rtl .features-nav-menu-inner .nav-tabs .nav-item { margin-right:0;margin-left:7px }
  body.rtl #login-responsive #login-footer { left:auto!important;right:auto!important }
  body.rtl #frontend-local { right:auto;left:1.5rem }
  body.rtl #voice-minify { padding-right:0!important;padding-left:13px!important }
}
@media screen and (max-width: 1300px) {
  body.rtl .slider-image-container.left-60 { margin-left:0;margin-right:0 }
  body.rtl .m-marquee-slider-content { padding-right:0;padding-left:0 }
}

/* Elements carrying a left and a right utility at once. Two classes
 * outrank the single-class mirrors above, which would otherwise zero
 * one side of the pair. Generated from the templates that use them. */
body.rtl .ml-0.mr-3 { margin-right:0!important;margin-left:.75rem!important }
body.rtl .ml-1.mr-3 { margin-right:.25rem!important;margin-left:.75rem!important }
body.rtl .ml-2.mr-1 { margin-right:.5rem!important;margin-left:.25rem!important }
body.rtl .ml-2.mr-2 { margin-right:.5rem!important;margin-left:.5rem!important }
body.rtl .ml-3.mr-3 { margin-right:.75rem!important;margin-left:.75rem!important }
body.rtl .ml-4.mr-4 { margin-right:1rem!important;margin-left:1rem!important }
body.rtl .pl-0.pr-0 { padding-right:0!important;padding-left:0!important }
body.rtl .pl-0.pr-2 { padding-right:0!important;padding-left:.5rem!important }
body.rtl .pl-1.pr-1 { padding-right:.25rem!important;padding-left:.25rem!important }
body.rtl .pl-10.pr-10 { padding-right:8rem!important;padding-left:8rem!important }
body.rtl .pl-2.pr-0 { padding-right:.5rem!important;padding-left:0!important }
body.rtl .pl-2.pr-2 { padding-right:.5rem!important;padding-left:.5rem!important }
body.rtl .pl-3.pr-3 { padding-right:.75rem!important;padding-left:.75rem!important }
body.rtl .pl-4.pr-4 { padding-right:1rem!important;padding-left:1rem!important }
body.rtl .pl-5.pr-4 { padding-right:1.5rem!important;padding-left:1rem!important }
body.rtl .pl-5.pr-5 { padding-right:1.5rem!important;padding-left:1.5rem!important }
body.rtl .pl-6.pr-6 { padding-right:2rem!important;padding-left:2rem!important }
body.rtl .pl-7.pr-7 { padding-right:3rem!important;padding-left:3rem!important }
body.rtl .pl-8.pr-8 { padding-right:4rem!important;padding-left:4rem!important }
body.rtl .pl-9.pr-9 { padding-right:6rem!important;padding-left:6rem!important }
