.body-text,
body,
html,
p {
  font-weight: 400;
  color: var(--text-default, #202223);
}
.App_Avatar--Topbar,
.App_LogoLink,
.TopBar--Top {
  box-shadow: var(
    --shadow-card,
    0 2px 2px rgba(0, 0, 0, 0.05),
    0 0 2px rgba(0, 0, 0, 0.25)
  );
}
.Page_Footer,
.sg-section-border {
  --icon-color: var(--icon-default);
}
body,
p {
  padding: 0;
  margin: 0;
}
.Frame_Content,
.Frame_TopBar,
.sg-mvi--installationNavigation .nav-item,
body,
html {
  position: relative;
}
::after,
::before,
:root {
  --base-primary: #2b65f6;
  --base-secondary: #cccccc;
  --base-surface: #f6f6f7;
  --base-on-surface: #303336;
  --base-critical: #d82c0d;
  --base-warning: #ffc453;
  --base-success: #008060;
  --base-highlight: #5bcdda;
  --base-white: #ffffff;
  --surface-default: #ffffff;
  --surface-subdued: #fafbfb;
  --surface-hover: #f1f2f3;
  --surface-pressed: #f1f2f3;
  --surface-depressed: #edeeef;
  --surface-disabled: #fafbfb;
  --surface-selected-default: #f2f7fe;
  --surface-selected-hover: #edf4fe;
  --surface-selected-pressed: #e5effd;
  --surface-warning-default: #ffd79d;
  --surface-warning-subdued: #fff5ea;
  --surface-warning-subdued-hover: #fff2e2;
  --surface-warning-subdued-pressed: #ffebd3;
  --surface-critical-default: #fed3d1;
  --surface-critical-subdued: #fff4f4;
  --surface-critical-subdued-hover: #fff0f0;
  --surface-critical-subdued-pressed: #ffe9e8;
  --surface-critical-subdued-depressed: #febcb9;
  --surface-success-default: #aee9d1;
  --surface-success-subdued: #f1f8f5;
  --surface-success-subdued-hover: #ecf6f1;
  --surface-success-subdued-pressed: #e2f1ea;
  --surface-highlight-default: #a4e8f2;
  --surface-highlight-subdued: #ebf9fc;
  --surface-highlight-subdued-hover: #e4f7fa;
  --surface-highlight-subdued-pressed: #d5f3f8;
  --surface-neutral-default: #e4e5e7;
  --surface-neutral-subdued: #f6f6f7;
  --surface-neutral-hover: #dbdddf;
  --surface-neutral-pressed: #f1f2f3;
  --text-default: #202223;
  --text-subdued: #545454;
  --text-disabled: #8c9196;
  --text-dark: #131516;
  --text-white: #ffffff;
  --text-critical: #d72c0d;
  --text-warning: #916a00;
  --text-success: #008060;
  --text-highlight: #347c84;
  --text-link: #0d6efd;
  --border-default: #8c9196;
  --border-subdued: #c9cccf;
  --border-hovered: #999ea4;
  --border-disabled: #d2d5d8;
  --border-shadow: #babfc4;
  --border-primary: #4f88d8;
  --border-primary-subdued: #aebfd5;
  --border-success-default: #00a47c;
  --border-success-subdued: #95c9b4;
  --border-critical-default: #fd5749;
  --border-critical-subdued: #e0b3b2;
  --border-critical-disabled: #ffa7a3;
  --border-highlight-default: #449da7;
  --border-highlight-subdued: #98c6cd;
  --action-primary-default: #2b65f6;
  --action-primary-hovered: #0a4cf0;
  --action-primary-pressed: #0942d2;
  --action-primary-depressed: #0839b5;
  --action-primary-disabled: #f1f1f1;
  --action-success-default: #008060;
  --action-success-hovered: #006e52;
  --action-success-pressed: #005e46;
  --action-success-depressed: #003d2c;
  --action-success-disabled: #f1f1f1;
  --action-critical-default: #e83b49;
  --action-critical-hovered: #d82c0d;
  --action-critical-pressed: #d82c0d;
  --action-critical-depressed: #d82c0d;
  --action-critical-disabled: #f1f1f1;
  --action-secondary-default: #ffffff;
  --action-secondary-hovered: #f6f6f7;
  --action-secondary-pressed: #f1f2f3;
  --action-secondary-depressed: #6d7175;
  --action-secondary-disabled: #ffffff;
  --icon-default: #5c5f62;
  --icon-subdued: #8c9196;
  --icon-hovered: #babec3;
  --icon-pressed: #44474a;
  --icon-disabled: #babec3;
  --icon-critical: #d72c0d;
  --icon-warning: #b98900;
  --icon-success: #007f5f;
  --icon-highlight: #00a0ac;
  --shadow-insert: inset 0px 2px 0px rgba(0, 0, 0, 0.05);
  --shadow-button: 0px 1px 0px rgba(0, 0, 0, 0.05);
  --shadow-card: 0px 0px 5px rgba(0, 0, 0, 0.05),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  --shadow-popover: 0px 1px 3px rgba(63, 63, 68, 0.15),
    0px 0px 0px 1px rgba(63, 63, 68, 0.05);
  --shadow-base: 0px 0px 2px rgba(0, 0, 0, 0.2), 0px 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-modal: 0px 0px 1px rgba(0, 0, 0, 0.2),
    0px 26px 80px rgba(0, 0, 0, 0.2);
  --box-shadow-1dp: 0px 1px 0px rgba(0, 0, 0, 0.05);
  --border-radius-2px: 0.125rem;
  --border-radius-3px: 0.1875rem;
  --border-radius-default: 0.25rem;
  --border-radius-round: 50%;
  --sg-font-weight-regular: 400;
  --sg-font-weight-medium: 500;
  --sg-font-weight-bold: 600;
  --sg-font-weight-extra-bold: 700;
  --border-divider: 0.0625rem solid var(--border-disabled);
  --navigation-offset: 240px;
  --navigation-top-offset: 56px;
  --notification-value: "0";
  --bd-t-width: 0;
  --icon-badges: 8px;
  --icon-small: 14px;
  --icon-medium: 16px;
  --icon-nav: 18px;
  --icon-large: 20px;
  --darkMode-border-color: rgb(98, 99, 107);
  --darkMode-navbar-background-color: rgb(45, 50, 65);
  --darkMode-sidebar-background-color: rgb(31 36 51);
  --darkMode-nav-tabs-background-color: rgb(34 53 68);
  --darkMode-main-background-color: rgb(40, 41, 53);
  --darkMode-text-color: rgb(248, 249, 249);
  --darkMode-hover-color: rgb(32, 47, 68);
  --darkMode-icon-button-color: rgb(0 126 255);
  --darkMode-alert-info-bg-color: rgb(23, 36, 38);
  --darkMode-alert-secondary-bg-color: rgb(34, 34, 34);
}
body,
html {
  line-height: 1.3rem;
  text-transform: initial;
  letter-spacing: initial;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
}
.body-text,
.btn,
.card-body,
.form-control,
.form-select,
button,
input,
p,
select {
  font-size: 0.875rem;
}
body,
button,
html {
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI",
    Roboto, "Helvetica Neue", sans-serif !important;
}
body {
  min-height: 100%;
}
@media print {
  body {
    background-color: transparent !important;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.App_Info .App_Info-name,
.Page-Title {
  font-size: 1rem;
}
.text-secondary,
main .form-text {
  color: var(--text-subdued) !important;
}
.Page-Title,
.label-text {
  color: var(--text-default, #202223);
}
.Page-Title {
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.2px;
}
.accordion.accordion-faq .accordion-button,
.label-text {
  font-size: 0.875rem;
  font-weight: 500;
}
.caption {
  font-size: 13px;
  font-weight: 400;
  color: var(--action-secondary-depressed);
}
.App_User--Name,
.App_User--StoreName {
  font-size: 0.875rem;
}
.Icon-bdg {
  width: var(--icon-badges);
  height: var(--icon-badges);
}
.Icon-sm {
  width: var(--icon-small);
  height: var(--icon-small);
}
.Icon-md {
  width: var(--icon-medium);
  height: var(--icon-medium);
}
.Icon-lg {
  width: var(--icon-large);
  height: var(--icon-large);
  min-width: var(--icon-large);
  min-height: var(--icon-large);
}
.Icon-nav {
  width: var(--icon-nav);
  height: var(--icon-nav);
  min-width: var(--icon-nav);
  min-height: var(--icon-nav);
}
.Icon_Svg {
  fill: currentcolor;
  width: 100%;
  height: 100%;
}
.wrapper .Icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color);
}
.App_Info .App_Info-name,
.App_User--Name {
  color: var(--text-default, #202223);
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  user-select: none;
  --webkit-user-select: none;
  cursor: text;
}
.App_Info .App_Info-Brand,
.App_User--StoreName {
  color: var(--text-subdued, #202223);
  line-height: 1rem;
  cursor: text;
  font-weight: 400;
}
.btn-border {
  border-color: var(--border-subdued);
}
.btn.btn-outline-secondary:hover {
  color: var(--text-default);
  background-color: var(--surface-pressed);
  border-color: var(--border-hovered);
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.Frame_TopBar {
  width: 100%;
  z-index: 98;
}
.TopBar--Top {
  height: 54px;
  background-color: var(--surface-default, var(--text-white));
}
.App_LogoLink {
  border-radius: 4px;
  width: 34px !important;
  height: 34px !important;
}
.App_LogoLink img {
  width: 100% !important;
  height: 100% !important;
}
.App_Info .App_Info-Brand {
  font-size: 0.75rem;
  user-select: none;
  --webkit-user-select: none;
}
.App_Avatar--Topbar {
  width: 32px !important;
  height: 32px !important;
}
.App_Avatar--Topbar span {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.Navigation .navbar {
  background-color: #2c6ecb;
}
.Navigation_Section .nav-item .nav-link {
  color: var(--text-white);
  padding: 12px;
  font-size: 0.938rem;
}
.Navigation_Section .nav-item .nav-link.active,
.Navigation_Section .nav-item:focus .nav-link,
.Navigation_Section .nav-item:hover .nav-link,
.dropdown-item.active,
.nav-item.dropdown.active {
  background-color: #215297;
}
.Navigation .navbar .App_Info .App_Info-Brand,
.Navigation .navbar .App_Info .App_Info-name {
  color: var(--text-white);
}
.sg-mvi--appStatus {
  color: var(--text-white);
  background-color: #26c567 !important;
  min-width: 132px;
  border-radius: 50px;
  line-height: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.Frame_Content,
.Frame_main {
  min-width: 0;
  max-width: 100%;
}
.Navigation .navbar .sg-mvi--appStatus-disable,
.Navigation .navbar .sg-mvi--appStatus-enable {
  line-height: 1px;
}
.Navigation .navbar .sg-mvi--appStatus.sg-mvi--appDisable {
  background-color: var(--base-critical) !important;
}
.Navigation .navbar .sg-mvi--appStatus .sg-mvi--appStatus-disable {
  display: none;
}
.Navigation
  .navbar
  .sg-mvi--appStatus.sg-mvi--appDisable
  .sg-mvi--appStatus-disable {
  display: block;
}
#app_disable_info,
.Navigation
  .navbar
  .sg-mvi--appStatus.sg-mvi--appDisable
  .sg-mvi--appStatus-enable,
.sg_saving_msg {
  display: none;
}
.sg-mvi--appStatus:active,
.sg-mvi--appStatus:focus,
.sg-mvi--appStatus:hover {
  color: var(--surface-default) !important;
  border-color: transparent !important;
  background-color: #26c567;
}
.Navigation .navbar .navbar-toggler,
.Navigation .navbar .navbar-toggler:focus {
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.15);
}
.Frame_main {
  display: flex;
  align-items: stretch;
  flex: 1 1 0%;
  background-color: var(--base-surface, #f6f6f7);
}
.Frame_Content {
  flex: 1 1 0%;
}
.Page-sm {
  max-width: 50rem;
}
.Page-md {
  max-width: 64rem;
}
.Page-lg {
  max-width: 70rem;
}
.Page-xl {
  max-width: 87.5rem;
}
.Frame_Content > .Page {
  min-height: calc(100vh - 110px);
}
.Page_Footer {
  min-height: 54px;
  max-width: 100%;
  padding-bottom: calc(0px + env(safe-area-inset-bottom));
}
.card {
  border-radius: var(--border-radius-default, 0.25rem);
  box-shadow: var(
    --shadow-card,
    0 2px 2px rgba(0, 0, 0, 0.05),
    0 0 2px rgba(0, 0, 0, 0.25)
  );
  overflow: hidden;
  border: none !important;
}
.card-footer,
.card-header {
  background-color: #fafbfb;
  border-bottom: var(--border-divider, 0.0625rem solid #d2d5d8);
}
.accordion.accordion-faq .accordion-item {
  border: var(--border-divider);
  border-radius: var(--border-radius-default);
  box-shadow: none;
  overflow: hidden;
}
.accordion.accordion-faq .accordion-item .accordion-button {
  box-shadow: none !important;
  color: var(--text-default);
}
.accordion.accordion-faq .accordion-item .accordion-button:focus {
  color: var(--text-link);
}
.accordion.accordion-faq .accordion-item .accordion-button:hover {
  background: var(--surface-hover) !important;
}
.accordion.accordion-faq .accordion-item .accordion-button:not(.collapsed) {
  border-bottom: 0;
  background: var(--surface-hover) !important;
  box-shadow: none !important;
  color: var(--text-link) !important;
}
.sg-mvi--suggThemeName .badge.sg-mviBadge,
.sg-mvi-themeStatus .badge.sg-mviBadge {
  background-color: #e4e5e7;
  color: #202223;
  font-weight: 400;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 13px;
  border: 1px solid #e4e5e7;
}
.sg-mvi-themeStatus .badge.sg-mviBadge {
  cursor: auto;
}
.sg-mvi--suggThemeName .sg-mviBadge.sg-mviTheme--active,
.sg-mvi-themeStatus .badge.sg-mviBadge {
  background-color: var(--surface-success-default);
  border-color: var(--surface-success-default);
}
span.badge.sg-mviBadge.sg-mviTheme--active > span.sg-mvi--currentSvg-active {
  display: flex !important;
}
span.badge.sg-mviBadge.sg-mviTheme--active > span.sg-mvi--currentSvg-notActive,
span.sg-mvi--currentSvg-active {
  display: none !important;
}
.sg-mvi--suggThemeName .badge.sg-mviBadge:hover {
  border-color: #aca8a8;
}
.sg-mvi--installationNavigation .nav-pills .nav-link {
  color: var(--action-secondary-depressed);
}
.nav-pills .show > .nav-link,
.sg-mvi--installationNavigation .nav-pills .nav-link.active {
  color: var(--text-link);
  background-color: var(--surface-depressed);
}
.sg-mvi--installationNavigation .nav-item:hover {
  color: var(--text-default, #202223);
  background-color: var(--surface-hover, #f1f2f3);
  outline: 0 !important;
  border-radius: var(--bs-nav-pills-border-radius);
}
.sg-mvi--installationNavigation .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  height: 100%;
  width: 0.19rem;
  background-color: var(--base-primary);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sg-nav {
  margin-bottom: 2px;
}
.alert-info {
  background-color: var(--surface-highlight-subdued);
}
.sg-mvi--copyTag {
  background-color: var(--surface-neutral-default) !important;
  border-radius: 50px;
  padding: 4px 8px;
  cursor: pointer;
}
.sg-section-border {
  border: 1px solid #d2d5d8 !important;
  box-shadow: none !important;
}
.TopBar--Top .container-md,
.navbar .container-md {
  max-width: 63.5rem;
}
.Navigation_Section .nav-item.dropdown ul.dropdown-menu.show {
  background-color: #2c6ecb;
  padding: 0;
}
.Navigation_Section .nav-item.dropdown a.dropdown-item {
  color: var(--text-white);
  padding: 12px 11px;
  font-size: 0.938rem;
  letter-spacing: 0.03rem;
}
.Navigation_Section .nav-item.dropdown a.dropdown-item:active,
.Navigation_Section .nav-item.dropdown a.dropdown-item:focus,
.Navigation_Section .nav-item.dropdown a.dropdown-item:hover {
  background-color: #215297;
  color: var(--text-white);
}
.Navigation_Section .nav-item.dropdown .dropdown-menu[data-bs-popper] {
  margin: 0;
  border-radius: 0;
}
.dropdown-item:active,
.sg--mvi-tableStatus .dropdown-item.active {
  color: inherit;
  background-color: inherit;
}
.float-right.search.btn-group {
  width: 100%;
  margin-bottom: 16px !important;
  margin-top: 6px !important;
}
.bootstrap-table .fixed-table-pagination > .pagination,
.bootstrap-table .fixed-table-pagination > .pagination-detail {
  margin-top: 16px !important;
}
.dropdown-item.active.sub-active {
  background-color: #0d6efd;
}
.card-footer,
.card-header {
  background-color: var(--base-white);
}
.form-check-input[type="radio"] {
  border: var(--bs-border-width) solid var(--text-subdued) !important;
  cursor: pointer;
}
label.form-check-label {
  cursor: pointer;
}
#is_active #enable_disable {
  min-width: 84px;
}
.sg-mvi--embed-responsive {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.sg-mvi-floatBx,
a#sg-mvi-Notication-btn {
  display: flex;
  height: 48px;
  width: 48px;
  color: #fff;
  background-color: #26a69a;
}
iframe.sg-mvi--embed-responsive-item {
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: none;
}
.select2-search__field,
.sg-mvi--editThemeSelect {
  cursor: text;
}
.sg-mvi--themeEdit-textarea {
  min-height: 500px;
  cursor: text;
}
@media only screen and (max-width: 768px) {
  .Navigation .navbar .Navigation_Section {
    border-top: var(--border-divider);
    border-color: var(--text-disabled);
  }
  .tooltip.bs-tooltip-auto {
    display: none !important;
  }
}
.sg-mvi-floatBx {
  position: fixed;
  top: 140px;
  right: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
}
#sg-mvi-floatIcon {
  transform: rotate(-18deg);
}
.sg-click-floatbtn {
  font-size: 12px !important;
  align-items: center;
}
.sg-mvi-floatBx .sg-mvi-float-label-text {
  position: absolute;
  right: 70px;
  display: table;
  visibility: hidden;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: rgba(51, 51, 51, 0.8);
  border: 1px solid #333;
  vertical-align: middle;
  padding: 6px 10px;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 164px;
  max-width: 100%;
  height: auto;
  letter-spacing: 0.5px;
}
#sg-mvi-Notication-btn::before,
.sg-mvi-floatBx::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: inherit;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  -webkit-animation: 1s cubic-bezier(0.24, 0, 0.38, 1) 4 circle-animation;
  animation: 1s cubic-bezier(0.24, 0, 0.38, 1) 4 circle-animation;
  z-index: -1;
}
.sg-mvi-floatBx:hover .sg-mvi-float-label-text {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .sg-mvi-floatBx {
    display: none;
  }
}
.card.sg-section-border .card-header {
  background-color: #f6f6f6;
}
.accordion.accordion-faq .accordion-item .accordion-button,
.sg-mvi--similarThemesBx {
  background: #f7f7f7 !important;
}
.sg-mvi-watchVideo:hover {
  text-decoration: underline !important;
  text-underline-position: under !important;
}
#emptyCustomFilterMsg,
.sg-mvi-NotificatioIcon .sg-mvi-Notication-Closebtn,
.sg-mvi-NotificatioIcon.sgMviNotificationNone #sg-mvi-floatIcon,
.sg-mvi-Notification-content.sgMviNotificationNone {
  display: none;
}
a#sg-mvi-Notication-btn {
  position: relative;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 240;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
  animation-name: shopify-chat-fade-in;
  animation-duration: 0.25s;
  margin-left: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.sg-mvi-Notification-wrapper {
  position: fixed;
  display: block;
  bottom: 84px;
  right: 2px;
  width: auto;
  z-index: 9;
  margin: 0 6px;
}
.sg-mvi-Notification-content {
  display: flex;
  flex-direction: column;
  color: #212b36;
  border-radius: 12px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  max-width: 360px;
  margin: 0 auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #fff;
  animation-duration: 0.25s;
  animation-name: sg-mvi-fade-in-down;
}
@keyframes sg-mvi-fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-1.25em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circle-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%,
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.sg-mvi-NotificatioIcon.sgMviNotificationNone .sg-mvi-Notication-Closebtn {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .sg-mvi-Notification-wrapper {
    display: none;
  }
}
.sg-refreshEmbedSatusBtn {
  cursor: pointer;
  border: none !important;
}
.SG_FS_Heading,
.SG_Fs_Text_Normal {
  font-family: inherit;
  font-style: normal;
}
#sg-appAlert--box button.accordion-button.collapsed {
  padding-bottom: 16px !important;
}
#sg-appAlert--box button.accordion-button {
  padding-bottom: 0 !important;
}
#sg-appAlert--box .accordion-button::after {
  top: 20px;
  position: absolute;
  right: 16px;
}
.SG_Fs_Text_Normal {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.SG_FS_Heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}
.mvi-localization {
  cursor: pointer;
}
