﻿/**--------------------------------------------------------------------
    SD-7582: Color Theme Palette
---------------------------------------------------------------------*/
/*Setting apply to Tables.*/
/*Setting apply to Message Bubble.*/
/*Settings apply to primary Buttons.*/
/*Settings apply to secondary White Buttons.*/
/*These settings apply to panel buttons.*/
/*These settings apply to records on grids.*/
/*Option selection*/
/*These settings apply to records on dropdown lists.*/
/*These Apply to All Entry Forms.*/
/*Form Icons color.*/
/*Chat page CSS.*/
/*Settings for Tags*/
/*Response Editor Tab Css*/
/*Settings applied to Input field.*/
/*Setting for font awesome*/
/*Settings for Page Creation.*/
html, body {
  background-color: #FFF;
  min-width: 768px;
  max-width: 1920px; }

.companySwitchWrapper {
  display: flex; }

.companySwitchWrapper .SideBox {
  width: 400px; }

@media (max-width: 768px) {
  html, body {
    min-width: 100%; }
  .companySwitchWrapper {
    margin-top: 20px;
    display: block; }
  .companySwitchWrapper .SideBox {
    width: 100%; }
  .notificationDropdown {
    left: -220px !important;
    top: 20px !important; } }

@media (min-width: 1921px) {
  html, body {
    background-color: #FFF;
    min-width: 1024px;
    max-width: inherit; } }

body {
  /*background-image: url(../img/PageBg.png);*/
  background-position: left top;
  background-repeat: repeat-x; }

a {
  color: var(--satisfi-brand-primary); }

.Info {
  color: #888; }

/*.LoadingWrapper {
    position: fixed;
    left: 0;
    top: 90px;
    height: 0;
    width: 100%;
    height: 100%;
}*/
/*.LoadingWrapper .Overlay {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background-color: #000;
    opacity: 0.7;
}*/
#Container {
  width: 1200px;
  margin: 0 auto; }

.companySwitchWrapper .Title {
  border-bottom: 0px !important; }

.padding-left-0 {
  padding-left: 0px !important; }

.padding-right-0 {
  padding-right: 0px !important; }

#Header {
  position: relative;
  height: 60px;
  margin-bottom: 20px; }

#Content {
  position: relative;
  padding: 25px 0;
  min-height: 300px; }

#Footer {
  clear: both;
  padding: 25px 20px;
  text-align: left;
  font-size: 11px;
  color: #A5A5A5;
  float: right;
  font-family: "Sora", sans-serif; }

h1.Logo {
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 0 0 4px 4px;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  left: 0;
  top: 8px; }

h1.Logo img {
  width: 214px; }

/*ul.TopMenu {
    position: absolute;
    right: 0;
    top: 33px;
    margin: 0;
    padding: 0;
    padding-right: 35px;
}*/
ul.TopMenu {
  position: relative;
  right: 0;
  top: 3px;
  margin: 0;
  padding: 0;
  /* padding-right: 35px; */
  float: right;
  display: inline-table; }

.TopMenu li li a {
  margin-top: -2px; }

/*.TopMenu li a:first-child:nth-last-child(2):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    top: 40%;
    right: 5px;
}*/
/* submenu positioning*/
.TopMenu ul {
  font-size: 13px;
  position: absolute;
  white-space: nowrap;
  /*border-bottom: 5px solid white;*/
  z-index: 3;
  list-style: none;
  background-color: var(--satisfi-ui-divider);
  left: -99999em; }

.TopMenu > li:hover > ul {
  left: auto;
  margin-top: -2px;
  padding: 10px;
  min-width: 100%; }

.TopMenu > li:hover > ul li {
  padding: 5px; }

.TopMenu > li li:hover > ul {
  left: 100%;
  margin-left: 1px;
  top: -1px; }

/* arrow hover styling */
.TopMenu > li > a:first-child:nth-last-child(2):before {
  border-top-color: #aaa; }

.TopMenu > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-bottom-color: white;
  margin-top: -5px; }

.TopMenu li li > a:first-child:nth-last-child(2):before {
  border-left-color: #aaa;
  margin-top: -5px; }

.TopMenu li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  border-right-color: white;
  right: 10px; }

ul.TopMenu > li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #FFF;
  white-space: nowrap;
  height: 22px; }

ul.TopMenu > li:last-child {
  border-right: none; }

ul.TopMenu > li a {
  display: inline-block;
  color: var(--satisfi-surface-muted);
  text-decoration: none;
  font-family: "Sora", sans-serif; }

ul.TopMenu > li > a {
  padding: 0 2px; }

ul.TopMenu > li:last-child > a {
  padding-right: 0; }

ul.TopMenu > li ul.SubMenu {
  position: absolute;
  right: 0;
  top: 1.5em;
  background-color: #333;
  margin: 0;
  padding: 0;
  z-index: 10;
  display: none; }

ul.TopMenu > li:hover ul.SubMenu {
  display: block; }

ul.TopMenu > li ul.SubMenu li {
  list-style-type: none;
  white-space: nowrap; }

ul.TopMenu > li ul.SubMenu li a {
  display: block;
  font-size: 12px;
  padding: 6px 8px;
  border: 1px solid #222;
  border-bottom: none; }

ul.TopMenu > li ul.SubMenu li a:hover {
  background-color: #555; }

ul.TopMenu > li ul.SubMenu li:last-child a {
  border-bottom: 1px solid #222; }

/*.SideBox {
    border: 1px solid #E1E1E1;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    margin: 0 0 20px 0;
    border-radius: $BorderRadius;
}*/
/*.SideBox .Hd {
}*/
.SideBox .Bd {
  padding: 10px; }

.SideBox .Hd .Title {
  /*display: inline-block;
    line-height: 1;
    padding: 5px;*/
  font-size: 16px !important;
  /*border-radius: $BorderRadius;*/ }

.RedBox .Hd .Title {
  /*color: $TableHeadingColor;
    background: $TableHeadingBackColor;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from($TableHeadingBackColor), to($TableHeadingBackColor));
    background: -moz-linear-gradient(top, $TableHeadingBackColor, $TableHeadingBackColor);
    background: linear-gradient(top, $TableHeadingBackColor, $TableHeadingBackColor);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$TableHeadingBackColor', endColorstr='$TableHeadingBackColor');
    box-shadow: none;*/
  width: 100%;
  display: block;
  border-bottom: 1px solid var(--satisfi-ui-divider); }

.GreenBox .Hd .Title {
  color: #FFF;
  background: var(--satisfi-ui-divider);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(var(--satisfi-ui-divider)), to(var(--satisfi-ui-divider)));
  background: -moz-linear-gradient(top, var(--satisfi-ui-divider), var(--satisfi-ui-divider));
  background: linear-gradient(top, var(--satisfi-ui-divider), var(--satisfi-ui-divider));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$BaseColor', endColorstr='#ff6aa500');
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  width: 100%; }

.DateCtrl {
  background-image: url(../img/cal.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  width: 92px !important; }

table.grid tr th {
  text-align: left;
  border: 1px solid #EEE;
  padding: 3px 5px;
  font-weight: BOLD;
  color: var(--satisfi-surface-base);
  background: transparent;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(transparent));
  background: -moz-linear-gradient(top, transparent, transparent);
  background: linear-gradient(top, transparent, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$TableHeadingBackColor', endColorstr='$TableHeadingBackColor'); }

table.grid tr th a {
  color: var(--satisfi-surface-base); }

table.grid tr td {
  padding: 3px 5px;
  border: 1px solid #ddd;
  border-top: none;
  vertical-align: top; }

.pager {
  margin: 0px 0 !important;
  line-height: 1;
  text-align: left !important;
  margin-left: -13px !important; }

@media (min-width: 1300px) {
  .pager {
    margin: 0px 0 !important;
    line-height: 1;
    text-align: left !important;
    margin-left: -32px !important; } }

.pager span {
  display: inline-block;
  padding: 2px;
  vertical-align: middle; }

.pager .disabled {
  color: #999; }

.pager .current {
  color: #222; }

.pager a {
  padding: 1px 2px;
  text-decoration: none;
  color: #808080 !important; }

.pager a:hover {
  padding: 1px 2px;
  text-decoration: none;
  color: #3f3f3f !important; }

.ui-dialog.DashDlg {
  background-color: #efefef; }

.DashDlg .ui-dialog-titlebar {
  padding: 0;
  border-bottom: none;
  height: 0; }

.DashDlg .ui-dialog-titlebar-close {
  right: -8px;
  top: -8px;
  z-index: 100; }

.DashDlg .ui-dialog-content {
  padding: 0; }

.DashDlg .ActionHead {
  background-color: var(--satisfi-ui-divider);
  color: white;
  /*height: 28px;*/
  line-height: 1;
  padding: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  position: relative; }

.DashDlg .ActionHead h3 {
  position: absolute;
  text-align: center;
  line-height: 1;
  padding-top: 6px;
  margin-left: -16%;
  left: 50%; }

.DashDlg .DlgBody {
  padding: 16px 12px; }

#DlgComingSoon {
  padding: 20px;
  font-size: 20px;
  line-height: 1;
  min-height: 0 !important; }

.spnSuccessMsg {
  font-family: "Sora", sans-serif !important;
  color: #808080; }

.LoadingPartialWrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%; }

.LoadingPartialWrapper .Msg {
  position: fixed;
  width: 75px;
  height: 75px;
  border-radius: 8px;
  background: url(../img/Spinner.gif) no-repeat scroll center center;
  z-index: 100001; }

.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.alignLeft {
  text-align: left !important; }

.noDisplay {
  display: none !important; }

.divEllipsis {
  text-overflow: ellipsis;
  max-width: 257px;
  white-space: nowrap;
  overflow: hidden; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.noTextDecoration {
  text-decoration: none !important; }

.noPadding {
  padding: 0px 0px !important; }

.modalHeader {
  text-align: left;
  height: 14px; }

.feedbacksTable tbody tr:hover {
  background-color: #D2E1EB;
  cursor: pointer; }

.feedbacksBallparkTable tbody tr:hover {
  background-color: #D2E1EB;
  cursor: pointer; }

.logoBlock {
  padding: 0 !important; }

.logoMain {
  margin-left: 15px; }

@font-face {
  font-family: CustomOpenSans;
  src: url("../Fonts/OpenSans-Regular.ttf") format("opentype");
  font-display: swap; }

.removeSearchData {
  position: absolute;
  top: 11px;
  margin-left: -16px;
  cursor: pointer;
  z-index: 10; }

/**--------------------------------------------------------------------
    WEBAPPS-711 - CSS RELATED NEW TO VERTICAL MENU
---------------------------------------------------------------------*/
:root {
  /**
        Base neutral colors shades for the app
    */
  --satisfi-brand-primary: #646BDB;
  --satisfi-brand-accent: #DEFF70;
  --satisfi-brand-secondary: #C0CBF6;
  --satisfi-brand-info: #46B7E0;
  --satisfi-brand-warning: #FE940A;
  --satisfi-brand-highlight: #FFD242;
  --satisfi-surface-base: #27272F;
  --satisfi-surface-muted: #7B7D85;
  --satisfi-surface-elevated: #515689;
  --satisfi-ui-divider: #EBF0F5;
  --satisfi-base-font: "Sora", sans-serif;
  --color-black: var(--satisfi-surface-base);
  --base-100: var(--satisfi-surface-base);
  --base-90: #515151;
  --base-80: #7B7D85;
  --base-70: #8A8D96;
  --base-60: #A3A6AD;
  --base-50: #B9BCC1;
  --base-40: #D0D3D7;
  --base-30: #E5E8EB;
  --base-20: var(--satisfi-ui-divider);
  --base-10: #F5F7F9;
  --base-0: var(--satisfi-ui-divider);
  --color-white: #ffffff;
  /**
        Base primary color shades for the app
    */
  --primary: #6564DB;
  --primary-light: #E0E0F8;
  --primary-100: #6564DB;
  --primary-90: #7877E0;
  --primary-80: #8C8BE6;
  --primary-70: #9FAEF0;
  --primary-60: #B2C1F3;
  --primary-50: #C0CBF6;
  --primary-40: #D2D8FA;
  --primary-30: #E3E6FD;
  --primary-20: var(--satisfi-ui-divider);
  --primary-10: #F6F9FF;
  --primary-0: #ffffff;
  /**
        Base transparency colors shades for the app
    */
  --base-a90: rgba(39, 39, 47, 0.9);
  --base-a80: rgba(39, 39, 47, 0.8);
  --base-a70: rgba(39, 39, 47, 0.7);
  --base-a60: rgba(39, 39, 47, 0.6);
  --base-a50: rgba(39, 39, 47, 0.5);
  --base-a40: rgba(39, 39, 47, 0.4);
  --base-a30: rgba(39, 39, 47, 0.3);
  --base-a20: rgba(39, 39, 47, 0.2);
  --base-a10: rgba(39, 39, 47, 0.1);
  --base-a5: rgba(39, 39, 47, 0.05);
  /**
        Black transparency for the app
    */
  --black-a20: rgba(0, 0, 0, 0.2);
  --black-a15: rgba(0, 0, 0, 0.15);
  --black-a10: rgba(0, 0, 0, 0.1);
  --black-a5: rgba(0, 0, 0, 0.05);
  /**
        Color for the menu section
        based on pre-defined color pallete
    */
  --body-bg: var(--base-0);
  --body-color: var(--base-100);
  --section-border: var(--black-a10);
  --link-color: var(--base-100);
  --link-color-current: var(--primary);
  --link-color-hover: var(--base-100);
  --link-bg-current: var(--primary-light);
  --link-bg-hover: var(--base-a5);
  --color-menu-border-active: var(--primary);
  /**
        Transition options
    */
  --navbar-display-transition: opacity 300ms cubic-bezier(0, 0, 0.2, 1) 117ms;
  --menu-label-color-transition: color 150ms cubic-bezier(0, 0, 0.2, 1) 117ms;
  /**
        Box-shadow options
    */
  --link-shadow: 0 1px 4px var(--black-a15);
  --nav-active-shadow: 0 2px 6px 0 var(--black-a5);
  --nav-width: 236px; }

.flex-container {
  display: flex;
  flex-direction: row; }

.flex-item-left {
  flex: 0 0 var(--nav-width);
  padding: 16px 12px 0 0;
  /*border-right: 1px solid #d5d5d5;
    height: calc(100vh - 125px);*/
  height: calc(100vh - 74px);
  overflow: hidden;
  scroll-behavior: smooth;
  background-color: var(--body-bg);
  scrollbar-width: thin;
  position: fixed;
  top: 72px;
  left: 0;
  bottom: 0;
  width: var(--nav-width);
  z-index: 1;
  border-right: 1px solid var(--section-border); }
  .flex-item-left:hover {
    overflow-y: auto; }
  .flex-item-left::-webkit-scrollbar-track {
    background-clip: padding-box;
    background-color: #F0F0F0; }
  .flex-item-left::-webkit-scrollbar {
    width: 6px;
    background-color: #F0F0F0; }
  .flex-item-left::-webkit-scrollbar-thumb {
    background-color: #cdcdcd; }
  .flex-item-left::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25); }
  .flex-item-left::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35); }

.flex-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: calc(100% - var(--nav-width));
  height: calc(100vh - 74px);
  scroll-behavior: smooth;
  margin-left: var(--nav-width); }
  .flex-item-right > header {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    height: 40px;
    background-color: var(--color-white);
    display: flex;
    align-items: center; }
    .flex-item-right > header .top-page-header {
      font-weight: bold;
      font-size: 16px;
      padding-left: 16px;
      padding-top: 4px; }
      .flex-item-right > header .top-page-header .top-page-header__small {
        font-size: 13px;
        color: var(--base-70);
        font-weight: normal; }
  .flex-item-right > section {
    flex-grow: 1;
    overflow: auto;
    width: 100%; }
    .flex-item-right > section > div:not(.modal):not(#divAdvAnalytics) {
      min-width: 1024px; }

#vertical-navbar {
  padding: 0 !important;
  /*opacity: 0;
    -webkit-transition: var(--navbar-display-transition);
    transition: var(--navbar-display-transition);*/ }
  #vertical-navbar.loaded {
    opacity: 1; }
  #vertical-navbar .nav .menu-label {
    padding-left: 8px;
    color: var(--link-color);
    letter-spacing: .25px;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    transition: var(--menu-label-color-transition); }
  #vertical-navbar .nav > li > a {
    padding: 10px;
    display: flex;
    align-items: center;
    user-select: none;
    font-family: "Sora", sans-serif !important; }
  #vertical-navbar .nav > li:not(:first-child) > .nav-link {
    margin-top: 5px; }
  #vertical-navbar .nav > li > a + ul .nav-link {
    box-sizing: border-box;
    line-height: 32px;
    min-height: 32px;
    text-transform: none;
    padding: 0;
    padding-left: 36px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 0 !important; }
    #vertical-navbar .nav > li > a + ul .nav-link .menu-label {
      padding-left: 0;
      padding: 6px 2px 6px 0;
      line-height: 12px; }
    #vertical-navbar .nav > li > a + ul .nav-link:hover, #vertical-navbar .nav > li > a + ul .nav-link:focus {
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
  #vertical-navbar .nav > li > a.nav-link + ul.nav > li > .nav-link + ul.nav > li > .nav-link {
    padding-left: 52px; }
    #vertical-navbar .nav > li > a.nav-link + ul.nav > li > .nav-link + ul.nav > li > .nav-link + ul.nav > li > .nav-link {
      padding-left: 68px; }
  #vertical-navbar .nav > li > a + ul li:first-child {
    margin-top: 5px; }
  #vertical-navbar .nav > li > a:hover:not(.nav-active), #vertical-navbar .nav > li > a:focus:not(.nav-active) {
    background-color: var(--link-bg-hover);
    color: var(--link-color-current);
    outline: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: var(--link-shadow); }
    #vertical-navbar .nav > li > a:hover:not(.nav-active) .menu-label, #vertical-navbar .nav > li > a:focus:not(.nav-active) .menu-label {
      color: var(--link-color-hover) !important; }
  #vertical-navbar .nav > li > a.nav-active {
    background-color: var(--link-bg-current) !important;
    color: var(--link-color-current);
    font-weight: 500;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: var(--nav-active-shadow); }
    #vertical-navbar .nav > li > a.nav-active:before {
      background-color: var(--color-menu-border-active);
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      top: 0;
      width: 2px; }
  #vertical-navbar .nav a.nav-active .menu-label {
    color: var(--link-color-current);
    text-shadow: 1px 0 0 var(--link-color-current); }
  #vertical-navbar .nav-link[data-toggle].collapsed:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f107";
    margin-left: 2px; }
  #vertical-navbar .nav-link[data-toggle]:not(.collapsed):after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f106";
    margin-left: 2px; }
  #vertical-navbar .nav-link[data-toggle].collapsed:after, #vertical-navbar .nav-link[data-toggle]:not(.collapsed):after {
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666; }
  #vertical-navbar .nav-link .fa {
    color: rgba(0, 0, 0, 0.54);
    box-sizing: border-box;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--menu-label-color-transition); }
  #vertical-navbar .nav-link.nav-active .fa {
    color: var(--link-color-current); }
  #vertical-navbar .nav-link[data-toggle].collapsed + .nav.collapsing {
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .01s;
    -o-transition-duration: .01s;
    transition-duration: .01s; }

#vertical-navbar-loading:not([style*="display: none"]) {
  padding: 0 !important; }
  #vertical-navbar-loading:not([style*="display: none"]) .nav-link {
    height: 40px;
    display: flex;
    align-items: center;
    user-select: none;
    column-gap: 8px;
    padding: 10px 10px 10px 8px; }
    #vertical-navbar-loading:not([style*="display: none"]) .nav-link .menu-icon {
      box-sizing: border-box;
      height: 20px;
      width: 20px;
      border-radius: 3px; }
    #vertical-navbar-loading:not([style*="display: none"]) .nav-link .menu-label {
      box-sizing: border-box;
      height: 20px;
      flex-grow: 1;
      border-radius: 3px; }

.screen__loading {
  position: relative;
  background-color: var(--base-20); }

/* The moving element */
.screen__loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  /* Adding animation */
  animation: screen__loading 0.8s infinite; }

/* Loading Animation */
@keyframes screen__loading {
  100% {
    transform: translateX(100%); } }

.navbar-toggle {
  float: left !important;
  margin: 0 16px !important;
  padding: 0 8px !important; }

.pl-2,
.px-2 {
  padding-left: 16px !important; }

#Content {
  padding: 0px !important; }

.collapsing-fast {
  -webkit-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
  -webkit-transition-duration: .01s !important;
  -o-transition-duration: .01s !important;
  transition-duration: .01s !important; }

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column; }
  .flex-item-left {
    flex-basis: 100%;
    position: initial;
    width: auto;
    padding-top: 0; }
    .flex-item-left > #vertical-navbar {
      margin-top: 8px;
      margin-bottom: 8px; }
  .flex-item-right {
    margin-left: 0;
    min-width: 0;
    width: 100%; }
  .headerLogo {
    padding-left: 0; } }

/* ============================================================================
   COMPONENTS -> CHECKBOXES
   ========================================================================= */
/* Mention Color explicitly to avoid the build error */
.c-checkbox {
  display: inline-flex;
  align-items: center; }
  .c-checkbox__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .c-checkbox__wrapper > label {
      margin-bottom: 0 !important;
      flex-shrink: 0; }
  .c-checkbox__label {
    flex-shrink: 0;
    padding: .5rem 1rem;
    color: var(--satisfi-surface-base);
    cursor: pointer; }
  .c-checkbox__input {
    position: relative;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: #EBF0F5;
    cursor: pointer;
    border: 1px solid #7B7D85;
    margin-top: 0; }
    .c-checkbox__input::before {
      content: ' ';
      position: absolute;
      top: 50%;
      right: 50%;
      bottom: 50%;
      left: 50%;
      transition: all .1s;
      background: var(--satisfi-brand-primary); }
    .c-checkbox__input:checked::before, .c-checkbox__input:indeterminate::before {
      top: 4px;
      right: 4px;
      bottom: 4px;
      left: 4px; }
    .c-checkbox__input:indeterminate::before {
      top: 14.5px;
      bottom: 14.5px; }
    .c-checkbox__input:disabled {
      border-color: var(--satisfi-ui-divider);
      cursor: default;
      /*&::before {
                background-color: $checkbox__checkmark__color--disabled;
            }*/ }
      .c-checkbox__input:disabled + .m-checkbox__label {
        color: #7B7D85;
        cursor: default; }
  .c-checkbox--has-error__input {
    border-color: red;
    background-color: rgba(255, 0, 0, 0.2); }
    .c-checkbox--has-error__input::before {
      background-color: red; }
  .c-checkbox--switch__label::after {
    content: 'off';
    margin-left: .25rem; }
  .c-checkbox--switch__input {
    width: 58px;
    height: 33px;
    border: 1px solid #7B7D85;
    background-color: #EBF0F5;
    margin-top: 0 !important;
    top: 0 !important; }
    .c-checkbox--switch__input::before {
      top: 4px;
      right: 29px;
      bottom: 4px;
      left: 4px;
      background: #FFFFFF;
      border: 1px solid #7B7D85;
      border-radius: 1px; }
    .c-checkbox--switch__input:checked + .c-checkbox--switch__label::after {
      content: 'on'; }
    .c-checkbox--switch__input:checked::before {
      right: 4px;
      left: 29px;
      background-color: var(--satisfi-brand-primary); }
    .c-checkbox--switch__input:checked:disabled {
      border-color: var(--satisfi-ui-divider); }
    .c-checkbox--switch__input:focus {
      outline: none !important; }

.lh-33 {
  line-height: 33px; }

/* Horizontal scrolling issue fix on iPhone Safari browser */
body.browser-ios:not(.modal-open) .flex-item-left {
  z-index: 3; }

.satisfi-response-tabs > li > a {
  padding: 10px 12px; }

