@import url(https://fonts.googleapis.com/css?family=Roboto);.appContainer-module---sidenav---JIdUn {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #62A7DF;
    overflow-x: hidden;
    border-right: 1px solid #9c9c9c;
  }
  
  .appContainer-module---sidenav---JIdUn a {
    padding: 10px 6px 10px 32px;
    text-decoration: none;
    font-size: 14px;
    /* color: #ffe9e9; */
    display: block;
    margin-bottom: 10px;
    color: white;
    /* border: 1px solid black; */
    /* margin: 15px 12px; */
  }
  
  .appContainer-module---sidenav---JIdUn a:hover {
    /* background-color:#62A7DF; */
    font-weight: 600;

  }

  .appContainer-module---sidenav---JIdUn a:active{
    color: #2684ff;
    background-color: white;
    width: 90%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

  }
  
  /* @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  } */

  .appContainer-module---navHeading---hHY2_ {
    padding: 1.5em 1em 1em 2em;
    color: white;
    font-weight: bold;
    border-bottom: solid 1px white;
    margin-bottom: 1em;
    background: #2684ff;
  }.persuasion-module---persuasionContainer---399NA {
    margin-left: 300px; /* Same as the width of the sidenav */
    height:100vh;
    background-color: white;
    font-size: 14px !important;
}/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input:focus {
  border: solid 1px #016ab3 !important; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*Base CSS */
/*test css*/
/* grey buttons */
/* header specific */
/*toast msg block */
/* footer styles  */
/*materia input */
/*mixin for content width */
/* mixin for inputs */
/* mixin for creating border */
/* to make boxshadow  */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; }

.App---text-left---jbC-1 {
  text-align: left; }

.App---text-right---39Z7v {
  text-align: right; }

.App---text_center---3QUXH {
  text-align: center; }

.App---text-justify---319qe {
  text-align: justify; }

.App---text-nowrap---39Kxf {
  white-space: nowrap; }

.App---text-lowercase---1V6BT {
  text-transform: lowercase; }

.App---text-uppercase---3qMFe {
  text-transform: uppercase; }

.App---text-capitalize---1tIcm {
  text-transform: capitalize; }

.App---clearfix---pl6UA:before, .App---clearfix---pl6UA:after {
  content: " ";
  display: table; }

.App---clearfix---pl6UA:after {
  clear: both; }

.App---center-block---nsS72 {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.App---img-block---2J_z6 {
  display: block;
  max-width: 100%;
  height: auto; }

.App---fr---E3eFA {
  float: right; }

.App---fl---z5myQ {
  float: left; }

.App---hide---3nQPw {
  display: none !important; }

.App---show---3JoLC {
  display: block !important; }

.App---btn---2c6fG {
  border-radius: 0px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap; }

.App---btn---2c6fG:focus, .App---btn---2c6fG.App---focus---hpBnU, .App---btn---2c6fG:active:focus, .App---btn---2c6fG:active.App---focus---hpBnU, .App---btn---2c6fG.App---active---2QPTd:focus, .App---btn---2c6fG.App---active---2QPTd.App---focus---hpBnU {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.App---btn---2c6fG:active, .App---btn---2c6fG.App---active---2QPTd {
  outline: 0;
  background-image: none; }

.App---btn---2c6fG.App---disabled---19RB0, .App---btn---2c6fG[disabled], fieldset[disabled] .App---btn---2c6fG {
  cursor: not-allowed; }

a.App---btn---2c6fG.App---disabled---19RB0, fieldset[disabled] a.App---btn---2c6fG {
  pointer-events: none; }

.App---btn-link---2OEuO {
  color: #5a5a5a;
  font-weight: normal;
  border-radius: 0; }

.App---btn-link---2OEuO, .App---btn-link---2OEuO:active, .App---btn-link---2OEuO.App---active---2QPTd, .App---btn-link---2OEuO[disabled], fieldset[disabled] .App---btn-link---2OEuO {
  background-color: transparent; }

.App---btn-link---2OEuO, .App---btn-link---2OEuO:hover, .App---btn-link---2OEuO:focus, .App---btn-link---2OEuO:active {
  border-color: transparent; }

.App---btn-link---2OEuO:hover, .App---btn-link---2OEuO:focus {
  color: #5a5a5a;
  text-decoration: underline;
  background-color: transparent; }

.App---btn-link---2OEuO[disabled]:hover, .App---btn-link---2OEuO[disabled]:focus, fieldset[disabled] .App---btn-link---2OEuO:hover, fieldset[disabled] .App---btn-link---2OEuO:focus {
  color: #CCCCCC;
  text-decoration: none; }

.App---btn-block---2Yq5_ {
  display: block;
  width: 100%; }

input[type="submit"], input[type="reset"], input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type="submit"].App---btn-block---2Yq5_, input[type="reset"].App---btn-block---2Yq5_, input[type="button"].App---btn-block---2Yq5_ {
  width: 100%; }

input:focus {
  outline: none; }

input[type=text], input[type=number], input[type=password] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #777;
  background: transparent; }

.App---card-block---2Mpxs {
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 4px #D4D4D4;
  -webkit-box-shadow: 1px 1px 4px #D4D4D4;
  -moz-box-shadow: 1px 1px 4px #D4D4D4;
  -ms-box-shadow: 1px 1px 4px #D4D4D4;
  padding: 12px; }

button:hover {
  outline: none !important;
  color: #fff;
  background: #2684ff; }

/* End of Base Css */
.App---app---3fgTw {
  background-color: #aaa;
  height: 50px;
  border: 1px solid blue; }

.App---bap---3lyM_ {
  background-color: red;
  height: 25px; }

body {
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5;
  color: #4a4a4a; }

@media all and (min-width: 320px) {
  body {
    font-size: 16px; } }

@media all and (min-width: 481px) {
  body {
    font-size: 16px; } }

@media all and (min-width: 600px) {
  body {
    font-size: 18px; } }

@media all and (min-width: 801px) {
  body {
    font-size: 19px; } }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: none; }

header {
  background: #fff;
  box-shadow: 0 3px 2px rgba(111, 111, 111, 0.47) !important;
  -webkit-box-shadow: 0 3px 2px rgba(111, 111, 111, 0.47) !important;
  -moz-box-shadow: 0 3px 2px rgba(111, 111, 111, 0.47) !important;
  -ms-box-shadow: 0 3px 2px rgba(111, 111, 111, 0.47) !important;
  height: 3.5em;
  line-height: 3.5em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 5px 12px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 600; }

.App---header_main---3_Grv {
  position: relative; }

.App---hd-rb-logo---3VRH6 {
  width: 22%;
  float: left; }

.App---hd-rb-logo---3VRH6 a {
  width: 100%;
  float: left;
  min-height: 2.5em;
  background: url(https://st.redbus.in/Content/images/logo1.png);
  background-repeat: no-repeat;
  background-position-y: .4em;
  background-size: 3em;
  text-indent: -10000px; }

.App---hd-menu---18CF7 {
  width: 23%;
  float: left;
  text-align: right; }

#App---reactContentMount---3SNtD {
  padding: 0 0 2em;
  margin-top: 3.8em; }

.App---hd-menu---18CF7 a {
  line-height: .6em;
  padding: .7em;
  margin: .1em;
  display: inline-block; }

.App---hd-mid-text---BSuai {
  width: 55%;
  float: left;
  text-align: center;
  padding: 5px 0; }

.App---bus-route---1hasN {
  font-size: .7em;
  font-weight: 700;
  line-height: 1.5em; }

.App---doj---3pd2p {
  width: 80%;
  margin: 0 auto; }

.App---doj---3pd2p a {
  display: inline-block; }

.App---date-display---2ll4L {
  width: 60%;
  display: inline-block;
  padding-top: .1em;
  color: #787878; }

.App---next-day---1C5YE, .App---prev-day---38_GS {
  background: url(https://st.redbus.in/Content/images/search_icons.png) no-repeat;
  height: 1.5em; }

.App---prev-day---38_GS {
  padding: 0 .2em;
  width: 10%;
  background-position: .3em -17.6em;
  background-size: 7.2em; }

.App---next-day---1C5YE {
  padding: 0 .2em;
  width: 10%;
  background-position: .3em -13.9em;
  background-size: 7.2em; }

.App---hd-menu---18CF7 .App---hd-cust-care---3T07a, .App---hd-more---6a7bv {
  background: url(https://st.redbus.in/Content/images/header_icons.png) no-repeat; }

.App---hd-menu---18CF7 .App---hd-cust-care---3T07a {
  background-position: 0 -2.3em;
  background-size: 4.3em; }

.App---hd-menu---18CF7 .App---hd-cust-care---3T07a {
  background-position: 0 -2.3em;
  background-size: 4.3em; }

.App---hd-menu---18CF7 .App---hd-cust-care---3T07a {
  background-position: 0 -2.3em;
  background-size: 4.3em; }

.App---hd-menu---18CF7 .App---hd-more---6a7bv {
  background-position: -3em -2.3em;
  background-size: 4.3em; }

/* Header css */
.App---lines_button---1nUvk {
  outline: none;
  background: transparent;
  border: solid 1px transparent;
  height: 32px;
  display: inline-block;
  padding: 0px;
  position: relative;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  cursor: default;
  user-select: none;
  border-radius: 4.57143px;
  width: 32px;
  top: .5em;
  left: 0; }

.App---lines_button---1nUvk:hover {
  opacity: 1; }

.App---lines_button---1nUvk:active {
  transition: 0; }

.App---lines---3ued4 {
  display: inline-block;
  width: 100%;
  height: 3.55556px;
  background: #2684ff;
  border-radius: 0px;
  transition: 0.2s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }

.App---lines---3ued4:before, .App---lines---3ued4:after {
  display: inline-block;
  width: 100%;
  height: 3.55556px;
  background: #2684ff;
  border-radius: 0px;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 1.77778px center; }

.App---lines---3ued4:before {
  top: 8px; }

.App---lines---3ued4:after {
  top: -8px; }

.App---lines_button---1nUvk:hover {
  opacity: 1; }

.App---lines_button---1nUvk:hover .App---lines---3ued4:before {
  top: 9.14286px; }

.App---lines_button---1nUvk:hover .App---lines---3ued4:after {
  top: -9.14286px; }

.App---lines_button---1nUvk.App---arrow---Z4Alt.App---close---2x3cv {
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -moz-transform: scale3d(0.8, 0.8, 0.8); }

.App---lines_button---1nUvk.App---arrow---Z4Alt.App---close---2x3cv .App---lines---3ued4:before, .App---lines_button---1nUvk.App---arrow---Z4Alt.App---close---2x3cv .App---lines---3ued4:after {
  top: 0;
  width: 17.77778px; }

.App---lines_button---1nUvk.App---arrow---Z4Alt.App---close---2x3cv .App---lines---3ued4:before {
  transform: rotate3d(0, 0, 1, 40deg); }

.App---lines_button---1nUvk.App---arrow---Z4Alt.App---close---2x3cv .App---lines---3ued4:after {
  transform: rotate3d(0, 0, 1, -40deg); }

.App---lines_button---1nUvk.App---arrow-up---3hyyj.App---close---2x3cv {
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg); }

.App---title---2mh6b {
  width: 70%;
  position: relative;
  top: 8px;
  font-size: 1.3em;
  padding-left: 1em;
  text-align: left;
  margin-top: -12px; }

.App---xl_font---2ykxm {
  font-size: 1.3em; }

.App---m_font---2FmeL {
  font-size: 0.87em; }

.App---s_font---1qrqK {
  font-size: 0.75em; }

h3 {
  font-size: 1em;
  color: #4a4a4a;
  font-weight: normal; }

h5 {
  font-weight: normal; }

/* End of Header css */
/* Main body css*/
main {
  padding: 3.5em 0 0; }

.App---aside---3cICu {
  position: fixed;
  width: 60%;
  top: 0;
  background: #fff;
  height: 100%;
  z-index: 1001;
  overflow-y: auto; }

.App---aside---3cICu.App---transform---kplZ1 {
  transition: transform .3s ease-in;
  transform: translateX(0); }

.App---aside---3cICu.App---backtransform---2Yj0F {
  transition: transform .5s ease-in;
  transform: translateX(-100%); }

.App---opaque---1j-qW {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #aaa;
  z-index: 1000;
  opacity: 0.7; }

button {
  color: #fff;
  background: #2684ff;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 0.5em 1em; }

/* End of main body css */
/* Some common styles*/
.App---new_card---3NYTx {
  background: #fff;
  min-height: 70vh;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.App---curved_card---3bLb- {
  background: #fff;
  min-height: 165px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.App---normal_card---Md5af {
  background: #fff;
  min-height: 165px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.App---bigText---1x3-9 {
  font-size: 1.5em;
  display: block;
  text-align: center; }

.App---text---GnUVY {
  display: block;
  margin: 16px 0px; }

select {
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  border: 1px solid #bababa;
  background: url(/persuasioncms/icons/arrow_down.svg?b99aa4668f2af81ea6faf1444eaa4c09) no-repeat 96%;
  -webkit-appearance: none;
  padding-left: 1em; }

select option {
  font-size: 0.75em !important; }

select:focus {
  outline: none; }

.App---show---3JoLC {
  display: block; }

.App---hide---3nQPw {
  display: none; }

[contenteditable] {
  border: 1px solid #777;
  line-height: 1.4em; }

.App---loader---1NZcK {
  background: url(/persuasioncms/icons/loader.gif?7e24e180856f3159c5bd139884a899e2);
  background-size: 100%;
  width: 100px;
  height: 100px;
  position: fixed;
  overflow: auto;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.App---padd---1eChV {
  padding: 0px 0.5em; }

.App---fullPadd---1_4ik {
  padding: 0.5em; }

/*End of some common styles */
.App---ripple---17AtB {
  transform-style: flat;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.4, 0, 0.2, 1); }

.App---ripple---17AtB::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 0;
  width: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -ms-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  content: ''; }

.App---ripple---17AtB:active {
  -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.App---ripple---17AtB:active::before {
  -webkit-animation-name: App---ripple---17AtB;
  -moz-animation-name: App---ripple---17AtB;
  -ms-animation-name: App---ripple---17AtB;
  -o-animation-name: App---ripple---17AtB;
  animation-name: App---ripple---17AtB; }

@-webkit-keyframes App---ripple---17AtB {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    padding-top: 150%;
    width: 150%;
    opacity: 0; } }

@-moz-keyframes App---ripple---17AtB {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    padding-top: 150%;
    width: 150%;
    opacity: 0; } }

@keyframes App---ripple---17AtB {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    padding-top: 150%;
    width: 150%;
    opacity: 0; } }

.App---body---3gsf4 {
  margin-bottom: 90px; }

.App---bottomNav---5pUt5 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  box-shadow: 0px -4px 3px 0px rgba(211, 211, 211, 0.47) !important;
  z-index: 101; }

.App---titlelogo---MdyTA {
  width: 100px;
  height: 30px;
  background-size: 100%;
  margin-left: 0.5em;
  margin-top: 0.35em; }

.App---popup---3iMqY {
  position: fixed;
  width: 50%;
  background: #f5f5f5;
  padding: 0.5em;
  height: 2.5em;
  overflow: auto;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.App---hamburgerIcon---rej6V {
  background: url(/persuasioncms/icons/hamburger.svg?3f90db573209d42e608ef301c2acf86a);
  width: 1.5em;
  height: 1.5em;
  margin-top: 0.5em; }

.App---error---1j3OL {
  color: #016ab3;
  text-align: center;
  font-weight: normal;
  padding: 1em;
  padding-top: 1em; }

.App---oops---1550Q {
  background: url(/persuasioncms/icons/oops.png?5fcb99a35bee74a88068d4a094a667c8) no-repeat;
  width: 6em;
  height: 3em;
  margin: 0 auto;
  margin-top: 2em;
  background-size: 100%; }

.App---nodata---cwMMG {
  background: url(/persuasioncms/icons/noratings.png?80b29507f59e721aa4abc6fed7cb062c) no-repeat;
  width: 6em;
  height: 4em;
  margin: 0 auto;
  margin-top: 2em;
  background-size: 100%; }

iframe {
  width: 100%;
  height: 50px; }

.App---overlay---1j5Yi {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000001;
  top: 0; }

.App---paddedBody---5Q1-F {
  padding: 1em 2em; }

.App---pointer----A0Pk {
  cursor: pointer; }
.newPersuasion-module---formContainer---3gXjD{
    padding-top: 30px;
}

.newPersuasion-module---languageBox---vBaxz{
    margin: 20px 0px 20px 20px;
    border: 1px solid #d84f57;
    padding: 14px 8px 4px 8px;
}

.newPersuasion-module---languageBoxaViewMode---xNaPM{
    border: 1px solid #d84f57;
    padding: 14px 8px 4px 8px;
    margin:0px;
}

.newPersuasion-module---formContainer---3gXjD input:focus{
    border: none !important;
    border-bottom: 1px solid #2684ff !important;
}.input-module---inputContainer---o2bJZ input[type='text']:focus {
    border-bottom: 1px solid #2684ff !important;
    -webkit-box-shadow: 0 1px 0 0 #2684ff !important;
    box-shadow: 0 1px 0 0 hsl(207, 100%, 88%) !important;
}

.input-module---inputContainer---o2bJZ label{
    color: #63a7df !important;
}.inputRadio-module---radioBox---scRKo{
    margin-right: 20px;
}

.inputRadio-module---inputRadio---16I3Y[type="radio"]:checked + span:after, [type="radio"].inputRadio-module---with-gap---1ysO7:checked + span:after {
    background-color: #63a7df;
}

.inputRadio-module---inputRadio---16I3Y[type="radio"]:checked + span:after, [type="radio"].inputRadio-module---with-gap---1ysO7:checked + span:before, [type="radio"].inputRadio-module---with-gap---1ysO7:checked + span:after {
    border: 2px solid #63a7df;
}

.inputRadio-module---radioBox---scRKo span{
    color: #000000 !important;
}.imageUpload-module---imageUploadContainer---266uS label {
  margin-right: 8px;
  color: #63a7df !important;
  font-size: 1rem;
  cursor: text;
}

.imageUpload-module---imageUploadContainer---266uS input:focus {
  outline: none;
  transform: translateY(4px);
}.ServiceLevelPersuasion-module---body---1B6W_ {
  min-height: 100vh;
  background: white;
  font-size: 14px !important; }
  .ServiceLevelPersuasion-module---body---1B6W_ select {
    display: block !important; }

.ServiceLevelPersuasion-module---grid---1MQSH {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px lightgrey; }
  .ServiceLevelPersuasion-module---grid---1MQSH select, .ServiceLevelPersuasion-module---grid---1MQSH input {
    border: solid 1px #777 !important;
    border-radius: 4px !important; }
  .ServiceLevelPersuasion-module---grid---1MQSH select:focus, .ServiceLevelPersuasion-module---grid---1MQSH input:focus {
    border: solid 1px #2684ff !important;
    box-shadow: none !important; }
  .ServiceLevelPersuasion-module---grid---1MQSH input {
    padding: 10px !important;
    margin: 0 !important;
    height: auto !important;
    width: 90% !important; }
  .ServiceLevelPersuasion-module---grid---1MQSH button:focus {
    background: #2684ff !important; }
.AutoSuggest---container---27Rea {
  position: relative; }

.AutoSuggest---suggestionsContainer---3rJYt {
  position: absolute;
  width: 100%;
  background: #fff;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1; }

.AutoSuggest---suggestionsList---2GUre {
  border: solid 1px #00acf1;
  border-radius: 4px;
  text-align: left !important; }

.AutoSuggest---suggestion---3B6lw {
  border-bottom: 1px solid #aaa;
  padding: 0.25em;
  width: 100%; }

.AutoSuggest---suggestion---3B6lw:nth-child(even) {
  background: #f7f7f7; }

.AutoSuggest---suggestionHighlighted---3qd29 {
  background: #00acf1 !important;
  color: #fff; }

.AutoSuggest---suggestion---3B6lw:hover {
  cursor: pointer; }

.AutoSuggest---msg---j77xn {
  color: #00acf1;
  font-weight: bold;
  padding: 0.3em 0.2em;
  border: solid 1px #00acf1;
  border-radius: 4px;
  text-align: center;
  position: fixed;
  cursor: pointer;
  background: #fff;
  z-index: 1; }

.AutoSuggest---popup---1iUQG {
  z-index: 1001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 50%; }
.ServiceListItem---body---AxzEZ {
  box-shadow: 0 3px 2px lightgrey;
  margin-bottom: 0.75em;
  border: solid 0.75px lightgray;
  border-radius: 4px; }

.ServiceListItem---tuple---2Eqza {
  display: grid;
  grid-template-columns: 3fr 3fr 4fr;
  cursor: pointer;
  padding: 0.75em; }
.TagsSection---tagsDiv---3g6aW {
  padding: 0.5em;
  border-top: solid 1px lightgrey; }
  .TagsSection---tagsDiv---3g6aW input {
    padding: 10px !important;
    margin: 0 !important;
    height: auto !important;
    width: 90% !important;
    display: inline-block;
    border-radius: 4px !important; }
  .TagsSection---tagsDiv---3g6aW input:focus {
    border: solid 1px #2684ff !important;
    box-shadow: none !important; }
  .TagsSection---tagsDiv---3g6aW .TagsSection---inputDiv---1tnjj {
    display: inline-block; }

.TagsSection---tag---3ikp5, .TagsSection---newTag---323cL, .TagsSection---pendingTag---1htk2 {
  display: inline-block;
  padding: 0.5em 1em;
  background: #2684ff;
  margin: 0.5em;
  border-radius: 30px;
  color: white; }

.TagsSection---newTag---323cL {
  color: #62A7DF;
  background: white;
  border: solid 1px #62A7DF; }

.TagsSection---pendingTag---1htk2 {
  background: #62A7DF; }

.TagsSection---close---1V9Tl {
  padding: 0 0.2em 0 0.5em;
  color: darkslategrey;
  cursor: pointer; }

.TagsSection---legend---38_9I {
  padding: 1em;
  text-align: right; }
.BOServiceLevelPersuasion-module---body---lQzS1 {
  min-height: 100vh;
  background: white;
  font-size: 14px !important; }
  .BOServiceLevelPersuasion-module---body---lQzS1 select {
    display: block !important; }

.BOServiceLevelPersuasion-module---header---1Dg6_ {
  margin-bottom: 1.5em; }
  .BOServiceLevelPersuasion-module---header---1Dg6_ h5 {
    margin: 0 0 0.5em 0;
    color: #000; }
  .BOServiceLevelPersuasion-module---header---1Dg6_ p {
    margin: 0;
    color: #555; }

.BOServiceLevelPersuasion-module---searchSection---1_M3c {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 1.5em;
  border-bottom: solid 1px lightgrey; }
  .BOServiceLevelPersuasion-module---searchSection---1_M3c select, .BOServiceLevelPersuasion-module---searchSection---1_M3c input {
    border: solid 1px #777 !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    margin: 0 !important; }
  .BOServiceLevelPersuasion-module---searchSection---1_M3c select {
    min-width: 200px; }
  .BOServiceLevelPersuasion-module---searchSection---1_M3c input {
    min-width: 220px; }
  .BOServiceLevelPersuasion-module---searchSection---1_M3c select:focus, .BOServiceLevelPersuasion-module---searchSection---1_M3c input:focus {
    border: solid 1px #2684ff !important;
    box-shadow: none !important; }
  .BOServiceLevelPersuasion-module---searchSection---1_M3c select:disabled, .BOServiceLevelPersuasion-module---searchSection---1_M3c input:disabled {
    background: #f5f5f5;
    cursor: not-allowed; }

.BOServiceLevelPersuasion-module---operatorSelect---VQuI6 {
  min-width: 250px; }
  .BOServiceLevelPersuasion-module---operatorSelect---VQuI6 * {
    box-sizing: border-box !important; }
  .BOServiceLevelPersuasion-module---operatorSelect---VQuI6 input {
    border: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    width: auto !important; }
    .BOServiceLevelPersuasion-module---operatorSelect---VQuI6 input:focus {
      border: none !important;
      box-shadow: none !important;
      outline: none !important; }
  .BOServiceLevelPersuasion-module---operatorSelect---VQuI6 > div {
    border: none !important;
    box-shadow: none !important; }

.BOServiceLevelPersuasion-module---searchBtn---8Mb11 {
  padding: 0 24px;
  height: 40px;
  background: #2684ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box; }
  .BOServiceLevelPersuasion-module---searchBtn---8Mb11:hover {
    background: #0069f2; }
  .BOServiceLevelPersuasion-module---searchBtn---8Mb11:disabled {
    background: #ccc;
    cursor: not-allowed; }

.BOServiceLevelPersuasion-module---resultSection---1jrjK {
  margin-top: 1.5em; }

.BOServiceLevelPersuasion-module---serviceInfo---xULAQ {
  padding: 1em;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 1em; }
  .BOServiceLevelPersuasion-module---serviceInfo---xULAQ strong {
    margin-right: 0.5em;
    margin-left: 0.5em; }
    .BOServiceLevelPersuasion-module---serviceInfo---xULAQ strong:first-child {
      margin-left: 0; }

.BOServiceLevelPersuasion-module---persuasionList---23dWA {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  overflow: hidden; }

.BOServiceLevelPersuasion-module---listHeader---2f4Q5 {
  padding: 0.75em 1em;
  background: #f7f7f7;
  font-weight: 600;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5em; }

.BOServiceLevelPersuasion-module---listHeaderInner---3Oc5K {
  display: flex;
  align-items: center;
  gap: 0.75em; }

.BOServiceLevelPersuasion-module---selectionCount---2Iakd {
  font-size: 12px;
  font-weight: 400;
  color: #2684ff;
  background: #f2f8ff;
  padding: 2px 8px;
  border-radius: 10px; }

.BOServiceLevelPersuasion-module---bulkActions---1ka6k {
  display: flex;
  align-items: center;
  gap: 0.5em; }

.BOServiceLevelPersuasion-module---bulkAddBtn---3a1qz {
  padding: 0.4em 1.2em;
  background: #02b875;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500; }
  .BOServiceLevelPersuasion-module---bulkAddBtn---3a1qz:hover {
    background: #018655; }
  .BOServiceLevelPersuasion-module---bulkAddBtn---3a1qz:disabled {
    background: #ccc;
    cursor: not-allowed; }

.BOServiceLevelPersuasion-module---bulkDeleteBtn---3rjvN {
  padding: 0.4em 1.2em;
  background: #d0011b;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500; }
  .BOServiceLevelPersuasion-module---bulkDeleteBtn---3rjvN:hover {
    background: #9d0114; }
  .BOServiceLevelPersuasion-module---bulkDeleteBtn---3rjvN:disabled {
    background: #ccc;
    cursor: not-allowed; }

.BOServiceLevelPersuasion-module---clearBtn---4QNFR {
  padding: 0.4em 1em;
  background: transparent;
  color: #555;
  border: solid 1px #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px; }
  .BOServiceLevelPersuasion-module---clearBtn---4QNFR:hover {
    background: #f0f0f0; }
  .BOServiceLevelPersuasion-module---clearBtn---4QNFR:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.BOServiceLevelPersuasion-module---persuasionSearchBox---BjyNv {
  padding: 12px;
  background: #fafafa;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  gap: 12px; }
  .BOServiceLevelPersuasion-module---persuasionSearchBox---BjyNv input {
    flex: 1;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px;
    height: 36px !important; }
    .BOServiceLevelPersuasion-module---persuasionSearchBox---BjyNv input:focus {
      border-color: #2684ff !important;
      outline: none; }
    .BOServiceLevelPersuasion-module---persuasionSearchBox---BjyNv input::placeholder {
      color: #999; }

.BOServiceLevelPersuasion-module---searchCount---hzrjs {
  font-size: 12px;
  color: #555;
  white-space: nowrap; }

.BOServiceLevelPersuasion-module---persuasionItem---e5VM8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em;
  border-bottom: solid 1px #e0e0e0;
  cursor: pointer;
  user-select: none; }
  .BOServiceLevelPersuasion-module---persuasionItem---e5VM8:last-child {
    border-bottom: none; }
  .BOServiceLevelPersuasion-module---persuasionItem---e5VM8:hover {
    background: #f5f5f5; }

.BOServiceLevelPersuasion-module---checkbox---3zmoS {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  accent-color: #d0011b !important;
  flex-shrink: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  pointer-events: auto !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  margin: 0 !important; }
  .BOServiceLevelPersuasion-module---checkbox---3zmoS::before, .BOServiceLevelPersuasion-module---checkbox---3zmoS::after {
    display: none !important;
    content: none !important; }
  .BOServiceLevelPersuasion-module---checkbox---3zmoS + span::before, .BOServiceLevelPersuasion-module---checkbox---3zmoS + span::after, .BOServiceLevelPersuasion-module---checkbox---3zmoS + label::before, .BOServiceLevelPersuasion-module---checkbox---3zmoS + label::after {
    display: none !important;
    content: none !important; }

.BOServiceLevelPersuasion-module---persuasionInfo---1okFv {
  display: flex;
  align-items: center;
  gap: 1em; }

.BOServiceLevelPersuasion-module---persuasionId---2Hl0g {
  color: #555;
  font-size: 12px;
  min-width: 40px; }

.BOServiceLevelPersuasion-module---persuasionName---28jRE {
  font-weight: 500; }

.BOServiceLevelPersuasion-module---noData---3_AJz {
  padding: 2em;
  text-align: center;
  color: #555;
  font-style: italic; }
.SDxBOPersuasion-module---body---2WHiY {
  min-height: 100vh;
  background: white;
  font-size: 14px !important; }
  .SDxBOPersuasion-module---body---2WHiY select {
    display: block !important; }

.SDxBOPersuasion-module---header---195ip {
  margin-bottom: 1.5em; }
  .SDxBOPersuasion-module---header---195ip h5 {
    margin: 0 0 0.5em 0;
    color: #000; }
  .SDxBOPersuasion-module---header---195ip p {
    margin: 0;
    color: #555; }

.SDxBOPersuasion-module---searchSection---zi1aJ {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 1.5em;
  border-bottom: solid 1px lightgrey;
  flex-wrap: nowrap; }
  .SDxBOPersuasion-module---searchSection---zi1aJ select, .SDxBOPersuasion-module---searchSection---zi1aJ input {
    border: solid 1px #777 !important;
    border-radius: 4px !important;
    padding: 0 10px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    margin: 0 !important; }
  .SDxBOPersuasion-module---searchSection---zi1aJ select {
    flex: 1;
    min-width: 0;
    width: 0; }
  .SDxBOPersuasion-module---searchSection---zi1aJ select:focus, .SDxBOPersuasion-module---searchSection---zi1aJ input:focus {
    border: solid 1px #2684ff !important;
    box-shadow: none !important; }
  .SDxBOPersuasion-module---searchSection---zi1aJ select:disabled, .SDxBOPersuasion-module---searchSection---zi1aJ input:disabled {
    background: #f5f5f5;
    cursor: not-allowed; }

.SDxBOPersuasion-module---autoSuggestWrap---1irkE {
  flex: 1;
  min-width: 0; }
  .SDxBOPersuasion-module---autoSuggestWrap---1irkE input {
    border: solid 1px #777 !important;
    border-radius: 4px !important;
    padding: 0 12px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100%; }
    .SDxBOPersuasion-module---autoSuggestWrap---1irkE input:focus {
      border: solid 1px #2684ff !important;
      box-shadow: none !important; }

.SDxBOPersuasion-module---operatorSelect---253H_ {
  flex: 1;
  min-width: 0; }
  .SDxBOPersuasion-module---operatorSelect---253H_ * {
    box-sizing: border-box !important; }
  .SDxBOPersuasion-module---operatorSelect---253H_ input {
    border: none !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    min-width: 0 !important;
    width: auto !important; }
    .SDxBOPersuasion-module---operatorSelect---253H_ input:focus {
      border: none !important;
      box-shadow: none !important;
      outline: none !important; }
  .SDxBOPersuasion-module---operatorSelect---253H_ > div {
    border: none !important;
    box-shadow: none !important; }

.SDxBOPersuasion-module---searchBtn---3CDCY {
  padding: 0 24px;
  height: 40px;
  background: #2684ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box; }
  .SDxBOPersuasion-module---searchBtn---3CDCY:hover {
    background: #0069f2; }
  .SDxBOPersuasion-module---searchBtn---3CDCY:disabled {
    background: #ccc;
    cursor: not-allowed; }

.SDxBOPersuasion-module---resultSection---21TUc {
  margin-top: 1.5em; }

.SDxBOPersuasion-module---serviceInfo---28F_a {
  padding: 1em;
  background: #f7f7f7;
  border-radius: 4px;
  margin-bottom: 1em; }
  .SDxBOPersuasion-module---serviceInfo---28F_a strong {
    margin-right: 0.5em;
    margin-left: 0.5em; }
    .SDxBOPersuasion-module---serviceInfo---28F_a strong:first-child {
      margin-left: 0; }

.SDxBOPersuasion-module---persuasionList---1I4xV {
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  overflow: hidden; }

.SDxBOPersuasion-module---listHeader---16Hez {
  padding: 0.75em 1em;
  background: #f7f7f7;
  font-weight: 600;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5em; }

.SDxBOPersuasion-module---listHeaderInner---1O163 {
  display: flex;
  align-items: center;
  gap: 0.75em; }

.SDxBOPersuasion-module---selectionCount---3M6qO {
  font-size: 12px;
  font-weight: 400;
  color: #2684ff;
  background: #f2f8ff;
  padding: 2px 8px;
  border-radius: 10px; }

.SDxBOPersuasion-module---bulkActions---3wjhL {
  display: flex;
  align-items: center;
  gap: 0.5em; }

.SDxBOPersuasion-module---bulkAddBtn---3Pqnn {
  padding: 0.4em 1.2em;
  background: #02b875;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500; }
  .SDxBOPersuasion-module---bulkAddBtn---3Pqnn:hover {
    background: #018655; }
  .SDxBOPersuasion-module---bulkAddBtn---3Pqnn:disabled {
    background: #ccc;
    cursor: not-allowed; }

.SDxBOPersuasion-module---bulkDeleteBtn---oojn2 {
  padding: 0.4em 1.2em;
  background: #d0011b;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500; }
  .SDxBOPersuasion-module---bulkDeleteBtn---oojn2:hover {
    background: #9d0114; }
  .SDxBOPersuasion-module---bulkDeleteBtn---oojn2:disabled {
    background: #ccc;
    cursor: not-allowed; }

.SDxBOPersuasion-module---clearBtn---2QQyS {
  padding: 0.4em 1em;
  background: transparent;
  color: #555;
  border: solid 1px #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px; }
  .SDxBOPersuasion-module---clearBtn---2QQyS:hover {
    background: #f0f0f0; }
  .SDxBOPersuasion-module---clearBtn---2QQyS:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.SDxBOPersuasion-module---persuasionSearchBox---2qfwK {
  padding: 12px;
  background: #fafafa;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  align-items: center;
  gap: 12px; }
  .SDxBOPersuasion-module---persuasionSearchBox---2qfwK input {
    flex: 1;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 13px;
    height: 36px !important; }
    .SDxBOPersuasion-module---persuasionSearchBox---2qfwK input:focus {
      border-color: #2684ff !important;
      outline: none; }
    .SDxBOPersuasion-module---persuasionSearchBox---2qfwK input::placeholder {
      color: #999; }

.SDxBOPersuasion-module---searchCount---24HU6 {
  font-size: 12px;
  color: #555;
  white-space: nowrap; }

.SDxBOPersuasion-module---persuasionItem---2m5uo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em;
  border-bottom: solid 1px #e0e0e0;
  cursor: pointer;
  user-select: none; }
  .SDxBOPersuasion-module---persuasionItem---2m5uo:last-child {
    border-bottom: none; }
  .SDxBOPersuasion-module---persuasionItem---2m5uo:hover {
    background: #f5f5f5; }

.SDxBOPersuasion-module---checkbox---3bT2i {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  accent-color: #d0011b !important;
  flex-shrink: 0 !important;
  opacity: 1 !important;
  position: relative !important;
  pointer-events: auto !important;
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  margin: 0 !important; }
  .SDxBOPersuasion-module---checkbox---3bT2i::before, .SDxBOPersuasion-module---checkbox---3bT2i::after {
    display: none !important;
    content: none !important; }
  .SDxBOPersuasion-module---checkbox---3bT2i + span::before, .SDxBOPersuasion-module---checkbox---3bT2i + span::after, .SDxBOPersuasion-module---checkbox---3bT2i + label::before, .SDxBOPersuasion-module---checkbox---3bT2i + label::after {
    display: none !important;
    content: none !important; }

.SDxBOPersuasion-module---persuasionInfo---3hKqp {
  display: flex;
  align-items: center;
  gap: 1em; }

.SDxBOPersuasion-module---persuasionId---3msxX {
  color: #555;
  font-size: 12px;
  min-width: 40px; }

.SDxBOPersuasion-module---persuasionName---3I6Kh {
  font-weight: 500; }

.SDxBOPersuasion-module---noData---3uW2E {
  padding: 2em;
  text-align: center;
  color: #555;
  font-style: italic; }
.ApprovePersusaion-module---body---3TYQT .ApprovePersusaion-module---select---1X8Qi {
  border-bottom: solid 1px lightgray; }
  .ApprovePersusaion-module---body---3TYQT .ApprovePersusaion-module---select---1X8Qi div {
    display: inline-block;
    width: 250px;
    margin-right: 2em; }
.RequestItem---item---2VFFM {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr 4fr 0.75fr 0.75fr;
  padding: 1em;
  box-shadow: 0 3px 2px lightgrey;
  margin-bottom: 0.75em;
  border: solid 0.75px lightgray;
  border-radius: 4px; }

.RequestItem---item---2VFFM > div:nth-child(5) {
  font-size: 0.9em; }

.RequestItem---red---esSgm {
  background-color: #e32932; }

.RequestItem---green---3O_yt {
  background-color: #02b875; }
.UsersList---table---2WV1w {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1.75fr 1.75fr 1fr 1fr; }
  .UsersList---table---2WV1w div {
    padding: 0.5em;
    text-align: center; }
  .UsersList---table---2WV1w div:first-child {
    text-align: left; }

.UsersList---heading---1XCNz {
  background-color: #62A7DF;
  color: white;
  font-weight: bold; }

.UsersList---item---2jjOu:nth-child(odd) {
  background-color: #f9f9f9; }

.UsersList---item---2jjOu:nth-child(even) {
  background-color: #f2f2f2; }
