/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

h1,.h1{font-size:4.25em;font-weight:700;letter-spacing:-0.5px}@media (min-width: 1920px){h1,.h1{font-size:5em}}h2,.h2{font-size:2em;letter-spacing:-0.5px}h3,.h3{font-size:1.78125em;font-weight:700;letter-spacing:-0.5px}h4,.h4{font-size:1.5em;font-weight:700;letter-spacing:-0.5px}.subtitle1{font-size:1.1625em;letter-spacing:-0.3px}.subtitle2{font-size:1em;letter-spacing:0}.detail2{font-size:.8em;letter-spacing:0.2px;line-height:1.5}.break-all{word-break:break-all}.break-word{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-break:break-all;word-wrap:break-word}.bold{font-weight:800}.italic{font-style:italic}.faded{color:#787878}.textCenter{text-align:center}.textLeft{text-align:left}.textRight{text-align:right}.informationalTextBlock{background:#f9f9f9;padding:15px;border:1px solid #0065b3;border-left:4px solid #0065b3;width:100%;max-width:729px}.controlGroup{clear:both;margin:1em 0}.controlGroup .settingInput{width:100%;padding:9px;border-radius:5px;background-color:#efefef;border:1px solid #efefef;-webkit-transition:all 100ms;transition:all 100ms}.controlGroup .settingInput:focus{outline:0;border:none;border:1px solid #2684ff;-webkit-box-shadow:0 0 0 1px #2684ff;box-shadow:0 0 0 1px #2684ff}.controlGroup>:not(:first-of-type){margin:0.7em 0}.controlGroupCard{background-color:#fff;border:1px solid #cfcfcf;border-radius:8px;padding:0 15px 15px}.formLabel{padding:1em 0}.formLabel.index__small___1sQSd{font-size:0.8em}.formLabelPadlessTop{padding-top:0}.stepWrapper{margin-bottom:3em}.stepLabel{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:1em}.stepLabel .stepNumber{font-size:3em;font-weight:bold;margin-right:0.4em}.dualButtons{display:grid;grid-template-columns:1fr 1fr}.buttonPinkBg{background:#ff055e;color:#fff}.buttonPinkBg :hover{background:#ce0049}.buttonRight{border-bottom-left-radius:0;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:12px}input{outline:none}.rt-th{font-weight:700;font-size:0.9em}.rt-tr-group:nth-child(even) .rt-tr{background:#fafafa}@font-face{font-family:'RundTextBlack';src:url(/static/media/RundText-Black.82fb763b.otf)}@font-face{font-family:'RundTextMedium';src:url(/static/media/RundText-Medium.37843bf9.otf)}@font-face{font-family:'RundText';src:url(/static/media/RundText-Regular.fc620665.otf)}.container__cards{display:grid;margin-bottom:4.5em;grid-row-gap:40px;grid-template-columns:minmax(0, 1fr);background:white;padding:20px;border-radius:3px;height:calc(100vh - 367px)}@media screen and (min-width: 400px) and (max-width: 1366px){.container__cards{height:auto}}@media (min-width: 991px){.container__cards{grid-column-gap:30px;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto}}@media (min-width: 1366px){.container__cards{grid-column-gap:25px;grid-template-columns:repeat(4, minmax(0, 1fr))}}@media (min-width: 1920px){.container__cards{grid-column-gap:60px}}.index__expanded___ZHxGA{right:0}.container__cards-webhooks{display:grid;margin-bottom:7.5em;grid-row-gap:40px;grid-column-gap:60px}@media (min-width: 991px){.container__cards-webhooks{grid-template-columns:repeat(auto-fit, minmax(334px, 334px));grid-auto-rows:auto}}.text_container{width:100%;max-width:900px;margin-bottom:30px}.text_container p{line-height:1.5;font-size:16px;padding:0;margin:0;font-weight:normal;margin-bottom:5px;color:#000;font-family:"RundText", "Arial", sans-serif}.introList{padding-top:0;padding-bottom:0;margin:10px 0 0 0}.introList li{margin-bottom:5px}.container__cards-large{display:grid;margin-bottom:4.5em;grid-row-gap:40px;grid-column-gap:60px;grid-template-columns:minmax(0, 1fr);background:white;padding:20px}@media (min-width: 991px){.container__cards-large{grid-template-columns:repeat(auto-fit, minmax(500px, 500px));grid-auto-rows:auto}}@media (min-width: 1366px){.container__cards-large{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media (min-width: 1600px){.container__cards-large{grid-template-columns:repeat(3, minmax(0, 1fr))}}.container__cards-wide-single{display:block;max-width:1300px}.container__section{padding:1em;margin:1em}.prettyScrollBar::-webkit-scrollbar{width:4px}.prettyScrollBar::-webkit-scrollbar-thumb{background-color:#303030;border-radius:2px}.prettyScrollBar::-webkit-scrollbar-track{background-color:#e2e2e2;margin:20px;border-radius:2px}div[class*="MuiPopover-paper"]::-webkit-scrollbar{width:4px}div[class*="MuiPopover-paper"]::-webkit-scrollbar-thumb{background-color:#303030;border-radius:2px}div[class*="MuiPopover-paper"]::-webkit-scrollbar-track{background-color:#e2e2e2;margin:20px;border-radius:2px}div[class*="MuiPopover-paper"]::-webkit-scrollbar{width:16px}div[class*="MuiPopover-paper"]::-webkit-scrollbar-thumb{border-right:12px solid white;border-radius:0}div[class*="MuiPopover-paper"]::-webkit-scrollbar-track{border-right:12px solid white;border-radius:0}div[class*="MuiPopover-paper"]::-webkit-scrollbar{width:28px}div[class*="MuiPopover-paper"]::-webkit-scrollbar-thumb{border-left:12px solid white}div[class*="MuiPopover-paper"]::-webkit-scrollbar-track{border-left:12px solid white}.container__items-large{display:grid;margin-bottom:4.5em;grid-row-gap:40px;grid-column-gap:60px}@media (min-width: 991px){.container__items-large{grid-template-columns:repeat(2, 1fr)}}@media (min-width: 1600px){.container__items-large{grid-template-columns:repeat(3, 1fr)}}@media (min-width: 991px){.container__header-large{grid-column-start:1;grid-column-end:3}}@media (min-width: 1600px){.container__header-large{grid-column-start:1;grid-column-end:4}}.react-select__option--is-selected::after{content:url("data:image/svg+xml; utf8, <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.4 30.5' style='enable-background:new 0 0 30.4 30.5;' xml:space='preserve'><defs><linearGradient id='grad1' x1='0%' y1='0%' x2='0%' y2='100%'><stop offset='0%' style='stop-color:rgb(17,182,78);stop-opacity:1' /><stop offset='100%' style='stop-color:rgb(12,222,86);stop-opacity:1' /></linearGradient></defs><g><path fill='url(#grad1)' d='M15.2,0.2C6.9,0.2,0.1,7,0.1,15.3c0,8.3,6.8,15.1,15.1,15.1c8.3,0,15.1-6.8,15.1-15.1 C30.3,7,23.5,0.2,15.2,0.2z M15.2,28.9c-7.5,0-13.6-6.1-13.6-13.6c0-7.5,6.1-13.6,13.6-13.6c7.5,0,13.6,6.1,13.6,13.6 C28.8,22.8,22.7,28.9,15.2,28.9z'/><path fill='url(#grad1)' d='M21.4,9.6l-7.8,9.9L8.9,15c-0.3-0.3-0.8-0.3-1.1,0c-0.3,0.3-0.3,0.8,0,1.1l5.3,5c0.1,0.1,0.3,0.2,0.5,0.2 c0,0,0,0,0.1,0c0.2,0,0.4-0.1,0.5-0.3l8.3-10.6c0.3-0.3,0.2-0.8-0.1-1.1C22.1,9.2,21.6,9.2,21.4,9.6z'/></g></svg>");width:18px;height:18px}.react-select-container{width:300px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);border-radius:10px;margin-right:20px;margin-bottom:20px}.react-select__menu-list::-webkit-scrollbar{width:4px}.react-select__menu-list::-webkit-scrollbar-thumb{background-color:#303030;border-radius:2px}.react-select__menu-list::-webkit-scrollbar-track{background-color:#e2e2e2;margin:20px;border-radius:2px}.react-select__menu-list::-webkit-scrollbar{width:16px}.react-select__menu-list::-webkit-scrollbar-thumb{border-right:12px solid white;border-radius:0}.react-select__menu-list::-webkit-scrollbar-track{border-right:12px solid white;border-radius:0}.m-0{margin:0}.mt-0{margin-top:0px}.mb-0{margin-bottom:0px}.ml-0{margin-left:0px}.mr-0{margin-right:0px}.mt-1{margin-top:5px}.mb-1{margin-bottom:5px}.ml-1{margin-left:5px}.mr-1{margin-right:5px}.mt-2{margin-top:10px}.mb-2{margin-bottom:10px}.ml-2{margin-left:10px}.mr-2{margin-right:10px}.mt-3{margin-top:15px}.mb-3{margin-bottom:15px}.ml-3{margin-left:15px}.mr-3{margin-right:15px}.mt-4{margin-top:20px}.mb-4{margin-bottom:20px}.ml-4{margin-left:20px}.mr-4{margin-right:20px}.mt-5{margin-top:25px}.mb-5{margin-bottom:25px}.ml-5{margin-left:25px}.mr-5{margin-right:25px}.m-0{padding:0}.pt-0{padding-top:0px}.pb-0{padding-bottom:0px}.pl-0{padding-left:0px}.pr-0{padding-right:0px}.pt-1{padding-top:5px}.pb-1{padding-bottom:5px}.pl-1{padding-left:5px}.pr-1{padding-right:5px}.pt-2{padding-top:10px}.pb-2{padding-bottom:10px}.pl-2{padding-left:10px}.pr-2{padding-right:10px}.pt-3{padding-top:15px}.pb-3{padding-bottom:15px}.pl-3{padding-left:15px}.pr-3{padding-right:15px}.pt-4{padding-top:20px}.pb-4{padding-bottom:20px}.pl-4{padding-left:20px}.pr-4{padding-right:20px}.pt-5{padding-top:25px}.pb-5{padding-bottom:25px}.pl-5{padding-left:25px}.pr-5{padding-right:25px}.displayNone{display:none}.displayInlineBlock{display:inline-block}.full-width{width:100%}.fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.border-radius{border-radius:0 0 12px 12px;width:100%}.button-outline{border:1px solid #d3d3d3}.button-outline:hover{background-color:#f1f1f1}button:disabled{color:#616161;fill:#616161;cursor:initial}button:hover{background-color:#f1f1f1}button:hover:disabled{background-color:#fff}.attachable-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;border:none;padding:14px 6px;min-width:220px;color:#fff;background:#ff055e;-ms-flex-item-align:center;align-self:center;width:100%;border-radius:0 0 12px 12px;height:60px;line-height:32px;font-size:1.1em;outline:none}.attachable-btn:disabled{pointer-events:none;background:#a4a5a8}.attachable-btn:hover{background:#ce0049}.hidden-submit{width:0;height:0;margin:0;padding:0;border:0;position:absolute;top:-1000px}.button-pink{background-color:#fc835a;color:#fff}.button-pink:hover{background:#ffbba9}.infoButton{display:inline-grid;width:23px;height:23px;border-radius:999em;padding:0;border:1px solid #000;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;margin-left:15px}.infoButton:hover{background:#ebebeb}.infoButton svg{display:block;margin:0 auto;width:8px;height:14px}.infoButtonActive{background:#323232;border-color:#323232}.infoButtonActive svg{fill:white}.infoButtonActive:hover{background:#0f0f0f;border-color:#0f0f0f}.modal_window{position:fixed;top:0;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;padding:0 30px}.modal_inner{background-color:#fff;border-radius:12px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;z-index:3;margin:30px auto;height:auto;position:relative;width:100%;padding:15px}.modal__text-wrapper{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.modal_close{display:block;position:absolute;z-index:5;cursor:pointer;top:-7px;right:-7px;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0px 0px 19px -4px rgba(0,0,0,0.75);box-shadow:0px 0px 19px -4px rgba(0,0,0,0.75)}.modal_close:after{content:"x";color:#ff055e;display:block;text-align:center;margin-top:4px;font-weight:bold}body{background:#fff;font-family:'RundText', 'Arial', sans-serif}@media (max-width: 766px){body{overflow-y:scroll}}html,body,#root{height:100%}button{color:#000}@media (min-width: 767px){#content{width:100%;left:0;top:0;display:grid;grid-template-columns:76px auto;grid-template-rows:76px auto}#content.expanded{grid-template-columns:265px auto}}@media (max-width: 766px){#content{display:grid;grid-template-columns:100%;grid-template-rows:85px auto}}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}input{background-color:#fff}

.styles__container___2f0Ce{border:2px solid #c12547;border-left:4px solid #c12547;color:#c12547;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;padding-left:10px}.styles__errorMessage___p19XN{text-align:center;margin-left:10px;font-weight:bold}

.styles__registrationPageInner___3Ce1b{margin:0 30px 15px 30px}@media (max-width: 480px){.styles__registrationPageInner___3Ce1b{margin:0 15px 15px 15px}}.styles__formInput___3M_AV{height:40px;width:100%;background-color:#fff !important;border:1px solid #8a8a8a;border-radius:2px;margin-top:10px;color:#474747}.styles__formInput___3M_AV:hover{border:1px solid #fc835a}.styles__formInput___3M_AV:active{border:2px solid #0065b3}.styles__formInput___3M_AV:focus{border:2px solid #0065b3}.styles__formInputError___2J6Wf{border-color:#c12547}.styles__formLabel___1U6Vd{color:#474747}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{background-color:#fff !important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.styles__loginBtn___3vBTE{height:48px;width:100%;background-color:#ffbba9;border:2px solid #fc835a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:4px;margin-top:25px;line-height:normal;color:#000}.styles__loginBtn___3vBTE:hover{background-color:#fc835a}.styles__loginBtn___3vBTE:hover:disabled{background-color:#fc835a}.styles__loginBtn___3vBTE:disabled{color:#fff}.styles__loginForm___19TDr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;margin-top:25px}.styles__loginForm___19TDr form{width:100%}.styles__loginForm___19TDr .styles__forgotPasswordContainer___1tfDz{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;font-size:11pt;height:25pt;-ms-flex-align:center;align-items:center}.styles__loginForm___19TDr .styles__forgotPassword___2kRYO{color:#0065b3;text-decoration:underline;cursor:pointer}.styles__inputContainerError___3LMG8{border-left:2px solid #c12547;padding-left:10px}.styles__errorMessage___2UvNg{color:#c12547;font-weight:bold}.styles__formErrorContainer___11vBG{margin-bottom:20px}.styles__inputErrorContainer___1GfbF{padding-left:20px;border-left:2px solid #c12547}

.AuthenticationInput__formLabel___2Ee7r{color:#474747;font-weight:bold;margin-bottom:0px;margin-left:-2px}.AuthenticationInput__errorMessage___20geb{color:#c12547;font-weight:bold;margin-top:10px}.AuthenticationInput__formInput___1Rmmq{height:40px;width:100%;background-color:#fff !important;border:1px solid #8a8a8a;border-radius:2px;margin-top:10px;color:#474747 !important}.AuthenticationInput__formInput___1Rmmq:hover{border:1px solid #fc835a}.AuthenticationInput__formInput___1Rmmq:active{border:2px solid #0065b3}.AuthenticationInput__formInput___1Rmmq:focus{border:2px solid #0065b3}.AuthenticationInput__formInputError___2CUdR{border-color:#c12547}.AuthenticationInput__formInput___1Rmmq:disabled{background-color:#ecefec !important;color:#474747;border:1px solid #8a8a8a}

.full-width{width:100%}.fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.border-radius{border-radius:0 0 12px 12px;width:100%}.button-outline{border:1px solid #d3d3d3}.button-outline:hover{background-color:#f1f1f1}button:disabled{color:#616161;fill:#616161;cursor:initial}button:hover{background-color:#f1f1f1}button:hover:disabled{background-color:#fff}.attachable-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;border:none;padding:14px 6px;min-width:220px;color:#fff;background:#ff055e;-ms-flex-item-align:center;align-self:center;width:100%;border-radius:0 0 12px 12px;height:60px;line-height:32px;font-size:1.1em;outline:none}.attachable-btn:disabled{pointer-events:none;background:#a4a5a8}.attachable-btn:hover{background:#ce0049}.hidden-submit{width:0;height:0;margin:0;padding:0;border:0;position:absolute;top:-1000px}.button-pink{background-color:#fc835a;color:#fff}.button-pink:hover{background:#ffbba9}.infoButton{display:inline-grid;width:23px;height:23px;border-radius:999em;padding:0;border:1px solid #000;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;margin-left:15px}.infoButton:hover{background:#ebebeb}.infoButton svg{display:block;margin:0 auto;width:8px;height:14px}.infoButtonActive{background:#323232;border-color:#323232}.infoButtonActive svg{fill:white}.infoButtonActive:hover{background:#0f0f0f;border-color:#0f0f0f}.registration-button__attachable-btn___1-VKz{margin:15px 0 0 0 !important}

.full-width{width:100%}.fit-content{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.border-radius{border-radius:0 0 12px 12px;width:100%}.button-outline{border:1px solid #d3d3d3}.button-outline:hover{background-color:#f1f1f1}button:disabled{color:#616161;fill:#616161;cursor:initial}button:hover{background-color:#f1f1f1}button:hover:disabled{background-color:#fff}.attachable-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;border:none;padding:14px 6px;min-width:220px;color:#fff;background:#ff055e;-ms-flex-item-align:center;align-self:center;width:100%;border-radius:0 0 12px 12px;height:60px;line-height:32px;font-size:1.1em;outline:none}.attachable-btn:disabled{pointer-events:none;background:#a4a5a8}.attachable-btn:hover{background:#ce0049}.hidden-submit{width:0;height:0;margin:0;padding:0;border:0;position:absolute;top:-1000px}.button-pink{background-color:#fc835a;color:#fff}.button-pink:hover{background:#ffbba9}.infoButton{display:inline-grid;width:23px;height:23px;border-radius:999em;padding:0;border:1px solid #000;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;outline:none;margin-left:15px}.infoButton:hover{background:#ebebeb}.infoButton svg{display:block;margin:0 auto;width:8px;height:14px}.infoButtonActive{background:#323232;border-color:#323232}.infoButtonActive svg{fill:white}.infoButtonActive:hover{background:#0f0f0f;border-color:#0f0f0f}.styles__registrationPageInner___fmIVO{margin:0 30px 15px 30px}@media (max-width: 480px){.styles__registrationPageInner___fmIVO{margin:0 15px 15px 15px}}.styles__inputContainer___3pFMK{margin-bottom:15px}.styles__inputErrorContainer___3xMU6{padding-left:20px;border-left:2px solid #c12547}.styles__formErrorContainer___2veUk{margin-bottom:20px}.styles__subtitle___1N5NM{color:#474747}.styles__formCheckbox___3pFTO{margin-right:10px;float:left}.styles__actionText___2mxr0{color:#0065b3;text-decoration:underline;cursor:pointer;pointer-events:auto}.styles__loginBtn___nV77q{height:48px;width:100%;background-color:#ffbba9;border:2px solid #fc835a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:4px;margin-top:25px;line-height:normal;color:#000}.styles__loginBtn___nV77q:hover{background-color:#fc835a}.styles__loginBtn___nV77q:hover:disabled{background-color:#fc835a}.styles__loginBtn___nV77q:disabled{color:#fff}.styles__loginForm___1XMBj{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.styles__loginForm___1XMBj form{width:100%;position:relative}.styles__loginForm___1XMBj .styles__welcome___loHEk{margin-bottom:20px;margin-top:30px}.styles__loginForm___1XMBj .styles__welcome___loHEk .styles__welcomeHeader___3AIuO{padding:0;text-align:center;font-size:32px;font-family:"RundTextMedium"}@media (max-width: 620px){.styles__loginForm___1XMBj .styles__welcome___loHEk .styles__welcomeHeader___3AIuO{font-size:32px}}.styles__loginForm___1XMBj .styles__formSection___aoZJ2{margin-bottom:1.2em;color:#171717}.styles__loginForm___1XMBj .styles__errorMessage____WEFp{color:#ce283c;font-size:14px;padding:5px 0;margin:0;text-align:center}.styles__checkboxWrapper___2BXQD{position:relative}.styles__checkboxWrapper___2BXQD .styles__inputField___lYFbL .styles__loginFormLabel___3sTcS{display:block !important}.styles__checkboxWrapper___2BXQD div p{position:absolute;right:0}.styles__checkboxError___zE4vO{text-align:left;font-size:16px;font-weight:bold;color:#c12547}

.styles__registrationPageInner___2xIzs{margin:0 30px 15px 30px}@media (max-width: 480px){.styles__registrationPageInner___2xIzs{margin:0 15px 15px 15px}}.styles__loginPage___1z1Lv{min-height:100vh;height:100vh;overflow-x:hidden;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background-image:url(/static/media/background_large_orange.f8309c8c.png);background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width: 992px){.styles__loginPage___1z1Lv{background-size:center}}@media (max-width: 768px){.styles__loginPage___1z1Lv{background-size:center;padding:30px 15px}}.styles__container___9gdeV{margin-top:auto;background-color:#fff;border-radius:10px;padding:30px 30px 75px 30px;max-width:28.875em;width:100%}@media (max-width: 620px){.styles__container___9gdeV{max-width:90%;padding:60px 0}}.styles__containerBody___3fImh{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.styles__logoWrapper___13-YM{background:#fff;height:92px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:10px}.styles__invisibleTabTitle___1wnTP{display:none}.styles__loadingSpinner___20slz{color:#fff}.styles__button___TJuGf{background-color:#ffbba9;border:2px solid #fc835a;border-radius:2px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-top:40px;color:#000;cursor:pointer;line-height:normal}.styles__buttonDisabled___X6Akq{color:#fff}.styles__button___TJuGf>span{display:-ms-flexbox;display:flex}.styles__button___TJuGf:hover{background-color:#fc835a}.styles__button___TJuGf:hover:disabled{background-color:#ffbba9 !important}.styles__welcome___1YhNF{margin-bottom:20px;margin-top:30px}.styles__welcome___1YhNF .styles__welcomeHeader___2JHJb{padding:0;text-align:center;font-family:"RundTextMedium";font-size:32px}@media (max-width: 620px){.styles__welcome___1YhNF .styles__welcomeHeader___2JHJb{font-size:32px}}.styles__reactTabs___2PJLp{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#494b52;text-align:left}.styles__reactTabs___2PJLp ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;font-size:20px;text-transform:uppercase;letter-spacing:0.5px;margin:0px;padding:0px;border-bottom:1px solid #f1f1f1;height:59px;-ms-flex-align:center;align-items:center;width:100%}.styles__reactTabs___2PJLp .styles__tabDelimeter___1Ettm{-ms-flex-positive:0;flex-grow:0;display:none;padding-top:0}.styles__reactTabs___2PJLp .styles__tabDelimeter___1Ettm span{line-height:0}.styles__reactTabs___2PJLp li{-ms-flex-positive:1;flex-grow:1;cursor:pointer;text-align:center;height:100%;width:50%;position:relative;color:#494b52}.styles__reactTabs___2PJLp li:first-child:before{content:"";position:absolute;width:1px;height:34px;background-color:#f1f1f1;top:15px;right:0}.styles__reactTabs___2PJLp li span{display:block;color:inherit;font-size:0.8em;height:100%;line-height:normal}.styles__reactTabs___2PJLp li.styles__tabSelected___1dOcr{color:#ff055e}.styles__reactTabs___2PJLp li.styles__tabSelected___1dOcr:after{width:50%;margin-left:25%;bottom:-1px;position:absolute;content:"";left:0;height:2px;background-color:#ff055e}.styles__confirmationWelcomeWrapper___1daG5 .styles__linkEmailWrapper___B5sNU{margin:15px 0}.styles__confirmationWelcomeWrapper___1daG5 .styles__linkEmailWrapper___B5sNU .styles__customersEmail___1nQVn{display:block;color:#ff055e;font-size:1rem;word-break:break-all}.styles__confirmationWelcomeWrapper___1daG5 .styles__quideHeader___1_YLs{margin:0 0 10px 0;padding:0}.styles__confirmationWelcomeWrapper___1daG5 .styles__quideList___MHBaQ{padding:0 0 0 20px;margin:0 0 25px 0;list-style:none}.styles__confirmationWelcomeWrapper___1daG5 .styles__quideList___MHBaQ li{position:relative;margin-bottom:8px;font-size:1rem}.styles__confirmationWelcomeWrapper___1daG5 .styles__quideList___MHBaQ li:before{content:"•";color:#ff055e;display:inline-block;width:1em;margin-left:-1em}.styles__confirmationWelcomeWrapper___1daG5 .styles__quideList___MHBaQ li:last-child{margin-bottom:0}.styles__confirmationWelcomeWrapper___1daG5 .styles__infoBoxWrapper___1DF2N{margin-bottom:5px}.styles__confirmationWelcomeWrapper___1daG5 .styles__infoBoxWrapper___1DF2N .styles__infoText___Y2XsJ{padding:0;margin:0;color:#a4a5a8}.styles__confirmationWelcomeWrapper___1daG5 .styles__resendLink___NJixe{color:#ff055e;-webkit-box-shadow:none;box-shadow:none;border:none;font-size:15px;text-decoration:underline;outline:none;cursor:pointer;background-color:transparent;padding:0;margin:0}.styles__copyright___3GJlP{margin-bottom:auto;text-align:center;margin-top:50px;color:black}@media (max-width: 768px){.styles__copyright___3GJlP{font-size:0.7rem;text-align:center;line-height:1.6}}.styles__copyright___3GJlP .styles__copyrightButton___3U05A{color:black;width:auto;height:auto;border-radius:0;background-color:transparent;line-height:1;display:inline-block}@media (max-width: 768px){.styles__copyright___3GJlP .styles__copyrightButton___3U05A{font-size:0.7rem}}

.forgot-password__registrationPageInner___2dX3l{margin:0 30px 15px 30px}@media (max-width: 480px){.forgot-password__registrationPageInner___2dX3l{margin:0 15px 15px 15px}}.forgot-password__inputContainer___1V-GH{margin-bottom:10px}.forgot-password__inputErrorContainer___zQoKz{padding-left:20px;border-left:2px solid #c12547}.forgot-password__formLabel___248p0{color:#474747}.forgot-password__formInput___13rAH{height:40px;width:100%;background-color:#fff !important;border:1px solid #8a8a8a;border-radius:2px;margin-top:10px;color:#474747 !important}.forgot-password__formInput___13rAH:hover{border:1px solid #fc835a}.forgot-password__formInput___13rAH:active{border:3px solid #0065b3}.forgot-password__formInput___13rAH:focus{border:3px solid #0065b3}.forgot-password__formInputError___xF7QL{border-color:#c12547}.forgot-password__errorMessage___3ynPT{color:#c12547;font-weight:bold}.forgot-password__formSection___3DYn8{margin-bottom:1.2em;color:#171717}.forgot-password__loadingSpinner___3ASsd{color:#fff}.forgot-password__formErrorContainer___39Z0b{margin-bottom:20px}.forgot-password__welcome___14f3O{margin-bottom:20px;margin-top:30px}.forgot-password__welcome___14f3O .forgot-password__welcomeHeader___30vxd{padding:0;color:#000;font-family:"RundTextMedium";font-size:32px;text-align:center}@media (max-width: 620px){.forgot-password__welcome___14f3O .forgot-password__welcomeHeader___30vxd{font-size:32px}}.forgot-password__forgotPasswordForm___eHCd-{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.forgot-password__forgotPasswordForm___eHCd- form{width:100%}.forgot-password__infoText___7y3Ik{color:#474747;text-align:center}.forgot-password__button___2utti,.forgot-password__secondaryButton___2zTXa{background-color:#ffbba9;border:2px solid #fc835a;border-radius:2px;height:48px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-top:40px;color:#000;cursor:pointer;line-height:normal}.forgot-password__secondaryButton___2zTXa{background-color:#fff;margin-top:10px}.forgot-password__buttonDisabled___2nK5F{color:#fff}.forgot-password__button___2utti>span,.forgot-password__secondaryButton___2zTXa>span{display:-ms-flexbox;display:flex}.forgot-password__button___2utti:hover,.forgot-password__secondaryButton___2zTXa:hover{background-color:#fc835a}.forgot-password__button___2utti:hover:disabled,.forgot-password__secondaryButton___2zTXa:hover:disabled{background-color:#ffbba9 !important}

.styles__layoutWrapper___PdvN6{display:grid;grid-template-columns:auto 1fr;padding-top:0}@media only screen and (max-width: 767px){.styles__layoutWrapper___PdvN6 .styles__layoutTopbarDesktop___I6_HG{display:none}.styles__layoutWrapper___PdvN6 .styles__layoutTopbarMobile___1sIbF{display:-ms-flexbox;display:flex;position:sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;top:0;left:0;width:100%;z-index:6}.styles__layoutWrapper___PdvN6 .styles__content___2AG4L{height:auto}.styles__layoutWrapper___PdvN6 .styles__popUpWindow___3yN-U{top:85px}}.styles__layoutTopbarDesktop___I6_HG{height:76px}.styles__layoutTopbarMobile___1sIbF{height:85px;background-color:#F7F7F7;display:none;padding-right:30px}.styles__content___2AG4L{background-color:#F7F7F7;position:relative;z-index:0;overflow-x:hidden;overflow-y:scroll;height:calc(100vh - 76px);padding:20px 15px 20px}@media (min-width: 374){.styles__content___2AG4L{padding:20px 20px 40px}}@media (min-width: 767px){.styles__content___2AG4L{padding:20px 40px 40px}}.styles__popUpInner___2dKLF{-ms-flex-direction:column;flex-direction:column}.styles__popUpInner___2dKLF .styles__okButton___1Zwne{color:#000}.styles__popUpInner___2dKLF .styles__messageWrapper___GtTvd{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;padding:1.5rem 1.5rem 2.25em;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.styles__popUpInner___2dKLF .styles__messageWrapper___GtTvd .styles__popUpTitle___3hJNF{margin:1rem 0 1rem 0;padding:0;line-height:1;font-size:1.8rem;font-weight:bold}.styles__popUpInner___2dKLF .styles__messageWrapper___GtTvd .styles__popUpDescription___mGYUO p{line-height:1.6;text-align:center;font-size:1rem;white-space:pre-line}.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:3em;border-top:1px solid #f5f5f5}.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnAccept___2IXf4,.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnDecline___z-aQu{min-width:160px;height:2.6em;line-height:2.4em;border-radius:2px;font-size:0.8rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;font-weight:300;outline:none;color:#f5f5f5;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnAccept___2IXf4 span,.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnDecline___z-aQu span{display:block;margin:0 1em;font-size:inherit}.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnAccept___2IXf4{color:#fff;background-color:#ff055e}.styles__popUpInner___2dKLF .styles__btnWrapper___LA9jq .styles__btnDecline___z-aQu{margin-right:1rem;color:#ff055e;background-color:transparent;border:1px solid #ff055e}.styles__popUpWindow___3yN-U{position:fixed;width:100%;z-index:5;background-color:rgba(255,255,255,0.9);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;top:0;right:0;bottom:0;left:0;overflow-x:hidden;overflow-y:auto;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}.styles__popUpWindow___3yN-U .styles__popUpInner___2dKLF{display:-ms-flexbox;display:flex;z-index:3;max-width:515px;width:100%;margin:auto 0;position:relative}.styles__popUpWindow___3yN-U .styles__popUpInner___2dKLF .styles__closePopUp___2Y9S5{display:block;position:absolute;z-index:5;cursor:pointer;top:-7px;right:-7px;width:30px;height:30px;border-radius:100%;background-color:#fff;-webkit-box-shadow:0 0 19px -4px rgba(0,0,0,0.75);box-shadow:0 0 19px -4px rgba(0,0,0,0.75)}.styles__popUpWindow___3yN-U .styles__popUpInner___2dKLF .styles__closePopUp___2Y9S5:after{content:"x";color:#ff055e;display:block;text-align:center;margin-top:4px;font-weight:bold}.styles__disableScroll___u9_3Y{overflow:hidden}.styles__popUpWrapper___3iwED{margin:25px}.styles__iconSVG___AxfuL{width:20px;fill:#fc835a}.styles__title___31TeO{margin-left:20px;font-weight:600;font-size:24px}.styles__buttonsRow___2wBuB{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;border-top:1px solid #ebebeb;border-radius:0px 0px 10px 10px;cursor:default}.styles__buttonsRow___2wBuB .styles__button___2F1mY{width:100%;margin:10px 20px;font-size:1em;line-height:1;padding:15px}@media (min-width: 767px){.styles__buttonsRow___2wBuB .styles__button___2F1mY{width:auto}}.styles__buttonsRow___2wBuB .styles__thinBorder___ThUIx{border-width:1px}

.styles__spinner___2jFqm{position:fixed;z-index:599;color:#fc835a;height:80px;width:80px;overflow:visible;margin:auto;top:0;left:0;bottom:0;right:0}.styles__spinner___2jFqm:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5)}.styles__menuExpanded___38tQF{left:265px}@media only screen and (max-width: 767px){.styles__menuExpanded___38tQF{left:0}}.styles__menuNotExpanded___1tG6l{left:76px}@media only screen and (max-width: 767px){.styles__menuNotExpanded___1tG6l{left:0}}

.styles__navItem___19G0Q{position:relative;height:75px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;fill:white;-webkit-transition:fill 0.1s ease-in-out, color 0.1s ease-in-out, background-color 0.1s ease-in-out;transition:fill 0.1s ease-in-out, color 0.1s ease-in-out, background-color 0.1s ease-in-out;cursor:pointer}.styles__navItem___19G0Q:hover{background-color:#3c3c3c;fill:#fc835a}.styles__navItem___19G0Q:hover .styles__title___2q5gN{color:#e0e0e0}.styles__navItem___19G0Q:hover .styles__dropdown___1kSQC{display:-ms-flexbox;display:flex}.styles__navItem___19G0Q.styles__expanded___RHGSp{-ms-flex-pack:start;justify-content:flex-start;padding-left:27px}.styles__navItem___19G0Q.styles__expanded___RHGSp .styles__title___2q5gN{text-transform:capitalize}.styles__navItem___19G0Q.styles__expanded___RHGSp .styles__dropdown___1kSQC{left:265px}.styles__navItem___19G0Q.styles__active___2eVHZ{fill:#fc835a}.styles__navItem___19G0Q.styles__active___2eVHZ:hover{fill:#fc835a}.styles__navItem___19G0Q.styles__active___2eVHZ:hover .styles__title___2q5gN{color:#e0e0e0}.styles__navItem___19G0Q.styles__active___2eVHZ:hover .styles__dropdown___1kSQC{display:-ms-flexbox;display:flex}.styles__titleWrapper___735lF{position:absolute;right:5px;font-size:0.75em;color:white;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:110px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styles__title___2q5gN{text-decoration:none;text-align:left}.styles__dropdown___1kSQC{display:none;position:absolute;left:76px;min-width:205px;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;z-index:10}.styles__icon___1JRXc{width:22px}.styles__avatar___1gP_C{border-radius:50%;width:33px;height:33px;margin-left:-12px}.styles__chevronRight___3oYKU{width:8px;height:5px;position:absolute;top:calc(50% - 2.5px);right:7px}.styles__chevronRight___3oYKU:before,.styles__chevronRight___3oYKU:after{content:"";width:6px;height:1px;background-color:white;position:absolute;right:0;border-radius:999em}.styles__chevronRight___3oYKU:before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.styles__chevronRight___3oYKU:after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}

.styles__svgLogo___2kRM6{opacity:0;-webkit-animation:styles__revealSvg___32qoo 0.1s normal forwards ease-in-out;animation:styles__revealSvg___32qoo 0.1s normal forwards ease-in-out}@-webkit-keyframes styles__revealSvg___32qoo{from{opacity:0}75%{opacity:0}to{opacity:1}}@keyframes styles__revealSvg___32qoo{from{opacity:0}75%{opacity:0}to{opacity:1}}

.styles__layoutSidebar___35VJh{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;line-height:1.15;background-color:#333232;color:white;height:100vh;width:76px;z-index:600}@media only screen and (max-width: 767px){.styles__layoutSidebar___35VJh{display:none}}.styles__layoutSidebar___35VJh.styles__expanded___2hs_I{width:265px}.styles__cornerLogo___2Llwd{width:100%;height:76px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background-color:#333232;padding-left:25px}@media only screen and (max-width: 767px){.styles__cornerLogo___2Llwd{display:none}}.styles__logo___1L8fO,.styles__wideLogo___ktY8T{fill:#fefefe;height:48px}.styles__logo___1L8fO{width:28px}.styles__wideLogo___ktY8T{width:140px}.styles__expandButtons___1UETZ{display:-ms-flexbox;display:flex;height:32px;-ms-flex-align:stretch;align-items:stretch;font-weight:bold}.styles__expandButtons___1UETZ>div{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#000000;cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.styles__expandButtons___1UETZ>div:hover{background-color:#3C3C3C}.styles__bottomItems___3o2Xj{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.styles__listItem___1l03n{height:75px;fill:white}.styles__listItem___1l03n:hover{background-color:#000;border-left:3px solid #fc835a}.styles__listItem___1l03n:hover .styles__iconSVG___3IK26{width:20px;fill:#fc835a}.styles__active___SZD-y{background-color:#000;border-left:3px solid #fc835a}.styles__active___SZD-y .styles__iconSVG___3IK26{width:20px;fill:#fc835a}.styles__listItemExpanded___1m-rc{fill:white;background-color:#000}.styles__listItemExpanded___1m-rc .styles__iconSVG___3IK26{width:20px;fill:#fc835a}.styles__iconSVG___3IK26{width:20px;fill:white}

.styles__topItems___LHSjG{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__icon___3wu_V{width:20px;fill:white}.styles__hoveredMenuIcon___1492E{fill:#fc835a}.styles__chevronDown___1L8m8{width:5px;height:8px;position:absolute;top:calc(50% - 4px);right:7px}.styles__chevronDown___1L8m8:before,.styles__chevronDown___1L8m8:after{content:"";width:1px;height:6px;background-color:white;position:absolute;bottom:0;border-radius:999em}.styles__chevronDown___1L8m8:before{left:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.styles__chevronDown___1L8m8:after{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.styles__chevronRight___21Edi{width:8px;height:5px;position:absolute;top:calc(50% - 2.5px);right:7px}.styles__chevronRight___21Edi:before,.styles__chevronRight___21Edi:after{content:"";width:6px;height:1px;background-color:white;position:absolute;right:0;border-radius:999em}.styles__chevronRight___21Edi:before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.styles__chevronRight___21Edi:after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.styles__navItem___29LaL{position:relative;cursor:pointer;padding-top:0}.styles__navItem___29LaL.styles__expanded___c96-Q{-ms-flex-pack:start;justify-content:flex-start;fill:#fc835a}.styles__navItem___29LaL.styles__expanded___c96-Q .styles__title___3itTo{text-transform:capitalize}.styles__navItem___29LaL.styles__expanded___c96-Q .styles__dropdown___1VZi8{left:265px}.styles__navItemChild___qb42W{position:relative;cursor:pointer}.styles__navItemChild___qb42W:hover{background-color:#3c3c3c;fill:#fc835a}.styles__navItemChild___qb42W:hover .styles__title___3itTo{color:#e0e0e0}.styles__navItemChild___qb42W:hover .styles__dropdown___1VZi8{display:-ms-flexbox;display:flex}.styles__navItemChild___qb42W.styles__expanded___c96-Q{-ms-flex-pack:start;justify-content:flex-start;fill:#fc835a}.styles__navItemChild___qb42W.styles__expanded___c96-Q .styles__title___3itTo{text-transform:capitalize}.styles__navItemChild___qb42W.styles__expanded___c96-Q .styles__dropdown___1VZi8{left:265px}.styles__activeMenuItem___3cpV-{fill:#fc835a;background-color:#3c3c3c}.styles__listItem___1m1ct{height:75px;fill:white}.styles__listItem___1m1ct:hover{background-color:#000;border-left:3px solid #fc835a}.styles__listItem___1m1ct:hover .styles__iconSVG___2Ddmo{fill:#fc835a}.styles__active___E0o6t{background-color:#000;border-left:3px solid #fc835a}.styles__active___E0o6t .styles__iconSVG___2Ddmo{width:20px;fill:#fc835a}.styles__listItemExpanded___3c6vj{fill:white}.styles__listItemExpanded___3c6vj .styles__iconSVG___2Ddmo{width:20px;height:20px;fill:#fc835a}.styles__iconSVG___2Ddmo{width:20px;fill:white}

.styles__item___gP-_5{background-color:rgba(15,15,15,0.95);display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;text-align:center;white-space:nowrap;height:60px;text-decoration:none;color:#f8f8f8;padding-left:15px}.styles__item___gP-_5:hover{font-weight:bold;background-color:#3c3c3c}.styles__itemUpdated___1o9qk{background-color:#3c3c3c;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;text-align:center;white-space:nowrap;height:75px;text-decoration:none;color:#f8f8f8;padding-left:15px}.styles__itemUpdated___1o9qk:hover{font-weight:bold;background-color:#0f0f0f;border-left:4px solid #fc835a}.styles__itemActive___1HJBD:hover{background-color:#0f0f0f;border-left:4px solid #fc835a}.styles__active___1rhva{background-color:#0f0f0f;border-left:4px solid #fc835a}

.styles__container___2hI4p{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;font-size:1.5em}.styles__topRow___2jYFS{text-decoration:none;text-transform:capitalize;font-weight:bold;padding:1rem 5rem 0.5rem 1rem;cursor:default;color:black}a.styles__topRow___2jYFS{cursor:pointer}a.styles__topRow___2jYFS:hover{text-decoration:underline}.styles__subItems___2oI9l{display:grid;grid-template-columns:50% 50%;font-size:1rem;padding:1rem 2rem;background:#ececef;border-top:1px solid #d2d2d5;border-bottom:1px solid #d2d2d5;height:100%}

.styles__container___1D_kK{padding:0.5rem 0.25rem;text-decoration:none;color:black}.styles__container___1D_kK:hover{text-decoration:underline}div.styles__container___1D_kK{cursor:pointer}

.styles__container___2YxyN{background:white;-webkit-box-shadow:0 50px 100px rgba(50,50,93,0.1),0 15px 35px rgba(50,50,93,0.15),0 5px 15px rgba(0,0,0,0.1);box-shadow:0 50px 100px rgba(50,50,93,0.1),0 15px 35px rgba(50,50,93,0.15),0 5px 15px rgba(0,0,0,0.1);border-radius:8px;z-index:999;margin:0 auto;position:absolute;left:20px;top:20px;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;padding:1rem 0;-webkit-transition:opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;transition:opacity .2s ease-in-out, transform .2s ease-in-out;transition:opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out}.styles__itemsContainer___ZbfdX{z-index:4;width:calc(100vw - 40px);max-height:calc(100vh - 2rem - 40px);overflow-y:auto}.styles__close___3COaz{fill:black;display:block;width:21px;height:21px;position:absolute;right:16px;top:15px;cursor:pointer;z-index:999}.styles__userAvatar___1fffU{width:40px;height:40px;margin-right:1rem}

.styles__container___1ZdmI{position:relative;background:white;margin:0px 20px;-ms-flex:1 1;flex:1 1;z-index:3;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition:opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;border-radius:8px}.styles__search___2cZ0D{height:100%;width:100%;border:none;padding:10px 40px 10px 8px;font-size:1.4em;color:#5e5e5e;border-radius:8px}.styles__searchFilterItemContainer___1qRPc{position:absolute;font-size:1.4em;list-style-type:none;color:#5e5e5e;padding:0;width:100%;border-radius:8px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11)}.styles__iconContainer___e7Si8{padding-left:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__icon___okdHG{width:21px;height:19px;fill:#a4a5a8}.styles__searchContainer___3yMQ3{display:-ms-flexbox;display:flex}.styles__searchFilterItem___1Qz_E{color:#a4a5a8;padding:15px;overflow:hidden;text-overflow:ellipsis}.styles__searchFilterItem___1Qz_E:not(:last-child){border-bottom:1px solid #a4a5a8}.styles__searchFilterItem___1Qz_E:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.styles__searchFilterItem___1Qz_E:first-child{border-top-left-radius:8px;border-top-right-radius:8px}.styles__verticalLine___3QCXH{margin-left:10px;border-left:1px solid #a4a5a8;height:25px}

.styles__container___g-kzZ{position:relative;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center}.styles__burgerIcon___3VfoA{fill:white;width:21px;height:19px;cursor:pointer}.styles__searchIcon___3r_UD{fill:white;width:21px;height:19px;cursor:pointer;margin-right:30px}.styles__mobileHeaderLogoHolder___1kMtx{width:116px;position:absolute;height:50px;top:13px;left:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.styles__mobileHeaderLogo___GmoI1{fill:#fefefe}

.styles__inputStyles___22YMX{width:450px;height:40px;padding:0 0 0 20px;font-size:1.1em;color:#616161;background:#f7f7f7;border:1px solid #ecebeb;border-radius:3px}.styles__inputStyles___22YMX:focus{outline:none;border:none}.styles__inputStyles___22YMX::-webkit-input-placeholder{color:#616161;opacity:1}.styles__inputStyles___22YMX::-moz-placeholder{color:#616161;opacity:1}.styles__inputStyles___22YMX:-ms-input-placeholder{color:#616161;opacity:1}.styles__inputStyles___22YMX::-ms-input-placeholder{color:#616161;opacity:1}.styles__inputStyles___22YMX::placeholder{color:#616161;opacity:1}.styles__inputStyles___22YMX:-ms-input-placeholder{color:#616161}.styles__inputStyles___22YMX::-ms-input-placeholder{color:#616161}.styles__inputContainer___1KFmj{position:relative;display:inline-block}.styles__iconSearchContainer___2qeOJ{position:absolute;top:0;right:0;width:40px;height:100%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:black;border-radius:3px}.styles__iconSearchContainer___2qeOJ:hover{cursor:pointer}.styles__icon___3zkpq{width:2.25em;margin:0 10px}.styles__iconSearch___1bRxr{fill:white;width:20px;height:20px;-webkit-transform:translate(-100%, 0);-ms-transform:translate(-100%, 0);transform:translate(-100%, 0);position:relative;top:50%;left:50%}.styles__tooltip___3_3p2.styles__place-bottom___3nUtm::after{border-bottom-color:#000}.styles__dropdownIcon___o3xX-{width:15px;height:10px;margin-right:0.7em;fill:#757575}.styles__dropdownIcon___o3xX-.styles__dropDownIconOpen___1wJJb{fill:#fc835a}.styles__searchFilters___Xb6bH{position:absolute;font-size:1.1em;list-style-type:none;color:#616161;padding:0;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);z-index:5;width:200px;right:1px;margin-top:0}.styles__searchFilterItem___1IOsh{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:15px;overflow:hidden;text-overflow:ellipsis}.styles__selectedFilter___hZKqw{background-color:#f1f1f1}.styles__filterName___21Y-B{max-width:180px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.styles__iconSVG___1yVCc{margin-left:8px;width:12px;height:12px}.styles__containerWrapper___3Rxug{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:100%;margin:15px 15px}.styles__innerSearchBlock___3_JES{display:-ms-flexbox;display:flex}.styles__innerInfoBlock___leRTl{display:-ms-flexbox;display:flex}.styles__dropdown___3SeC0{position:relative;cursor:pointer}.styles__dropdownButton___1bQy3{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;height:100%;margin-left:25px;border:1px solid #ecebeb;border-radius:3px;background:#f7f7f7}.styles__dropdownValue___iGvvH{white-space:nowrap;margin:0 0.7em;color:#616161;font-size:1.1em;width:150px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.styles__MuiList-padding___3AiPY{padding:0}

.styles__card___3WP7R{background:#fafafa;border-radius:12px;-webkit-box-shadow:0 0 30px rgba(0,0,0,0.15);box-shadow:0 0 30px rgba(0,0,0,0.15)}.styles__cardNotHidden___2aQqp{overflow:initial}.styles__scrollingCard___2C2Ul{max-height:80vh;overflow-y:scroll}.styles__hr___1Bsrr{margin:0;border:0;height:1px;background:#ecedf4}.styles__header___1gu9k{font-size:1.125em;margin-top:1.125rem;padding-top:0.5em;margin-bottom:0.3125rem}

.styles__webhookCtaFooterList___1nQAo{list-style:none;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;height:60px;background-color:white;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.styles__webhookCtaFooterList___1nQAo .styles__webhookCtaBtn___AMRHo{color:black;-webkit-box-shadow:none;box-shadow:none;border:none;-ms-flex:1 1;flex:1 1;outline:none;padding:0}.styles__webhookCtaFooterList___1nQAo .styles__webhookCtaBtn___AMRHo:disabled{color:#616161;fill:#616161;cursor:initial}.styles__webhookCtaFooterList___1nQAo .styles__webhookCtaBtn___AMRHo:first-child{border-right:1px solid #d3d3d3;border-bottom-right-radius:0}.styles__webhookCtaFooterList___1nQAo .styles__webhookCtaBtn___AMRHo:last-child{border-bottom-left-radius:0}.styles__rightPink___3QFwU .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir,.styles__rightPinkLow___29UCB .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir{background-color:#fc835a;border-bottom-left-radius:0;color:#000}.styles__rightPink___3QFwU .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir:hover,.styles__rightPinkLow___29UCB .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir:hover{background-color:#ffbba9}.styles__rightPink___3QFwU .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir:disabled,.styles__rightPinkLow___29UCB .styles__webhookCtaBtn___AMRHo.styles__buttonRight___Kecir:disabled{color:#000;background-color:#d9d9d9}.styles__rightPinkLow___29UCB{height:50px}.styles__rightPinkLow___29UCB button{height:50px;line-height:normal}.styles__buttonLeft___-4mSs{border-bottom-left-radius:12px}.styles__buttonRight___Kecir{border-bottom-right-radius:12px}

.AccessRestrictedPage__container___3l-HN{display:-ms-flexbox;display:flex;height:100%}.AccessRestrictedPage__card___2cqcu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:400px;height:400px;overflow:hidden;margin:auto;border-radius:12px;-webkit-box-shadow:0 0 19px -4px rgba(0,0,0,0.75);box-shadow:0 0 19px -4px rgba(0,0,0,0.75)}.AccessRestrictedPage__content___1gLi7{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex:1 1;flex:1 1;padding:20px;background-color:#c7520c;color:#fff;font-size:1.125rem;text-align:center}

.styles__inputField___3k52m{margin-bottom:15px}.styles__inputField___3k52m.styles__checkboxWrapper___3_jTY{display:-ms-flexbox;display:flex}.styles__inputField___3k52m:last-child{margin-bottom:0}.styles__inputField___3k52m .styles__loginFormLabel___fV3YS,.styles__inputField___3k52m label{color:#474747;font-size:12pt;letter-spacing:-0.3pt;margin-bottom:7pt;display:block;padding:0 2px;margin-left:2px;font-weight:bold}.styles__inputField___3k52m .styles__loginFormLabel___fV3YS.styles__hasError___jtLTe,.styles__inputField___3k52m label.styles__hasError___jtLTe{color:#c12547}.styles__inputField___3k52m .styles__loginFormLabel___fV3YS.styles__noError___S2lwN,.styles__inputField___3k52m label.styles__noError___S2lwN{color:#c12547}.styles__inputField___3k52m .styles__asterisk___25MaG{color:#c12547}.styles__inputField___3k52m input,.styles__inputField___3k52m textarea{width:100%;height:46px;background:#fff;border:1px solid #8a8a8a;border-radius:2px;padding:0 1em;-webkit-box-shadow:none;box-shadow:none}.styles__inputField___3k52m input:disabled,.styles__inputField___3k52m textarea:disabled{background:#ebebeb;color:#a4a5a8}.styles__inputField___3k52m input:-moz-read-only, .styles__inputField___3k52m textarea:-moz-read-only{background:#ebebeb;color:#a4a5a8}.styles__inputField___3k52m input:read-only,.styles__inputField___3k52m textarea:read-only{background:#ebebeb;color:#a4a5a8}.styles__inputField___3k52m input.styles__hasError___jtLTe,.styles__inputField___3k52m textarea.styles__hasError___jtLTe{border:1px solid #c12547}.styles__inputField___3k52m input.styles__noError___S2lwN,.styles__inputField___3k52m textarea.styles__noError___S2lwN{border:1px solid #8a8a8a}.styles__inputField___3k52m input:not(:first-of-type),.styles__inputField___3k52m textarea:not(:first-of-type){margin-top:1em}.styles__inputField___3k52m input:focus:not(:-moz-read-only), .styles__inputField___3k52m textarea:focus:not(:-moz-read-only){background:#fff;border:2px solid #0065b3}.styles__inputField___3k52m input:focus:not(:read-only),.styles__inputField___3k52m textarea:focus:not(:read-only){background:#fff;border:2px solid #0065b3}.styles__inputField___3k52m input:focus-visible:not(:-moz-read-only), .styles__inputField___3k52m textarea:focus-visible:not(:-moz-read-only){outline-color:#0065b3}.styles__inputField___3k52m input:focus-visible:not(:read-only),.styles__inputField___3k52m textarea:focus-visible:not(:read-only){outline-color:#0065b3}.styles__inputField___3k52m input.styles__inputLogin___nc-xP,.styles__inputField___3k52m textarea.styles__inputLogin___nc-xP{position:relative}.styles__inputField___3k52m input::-webkit-input-placeholder, .styles__inputField___3k52m textarea::-webkit-input-placeholder{color:#616161;font-size:11pt;line-height:normal}.styles__inputField___3k52m input::-moz-placeholder, .styles__inputField___3k52m textarea::-moz-placeholder{color:#616161;font-size:11pt;line-height:normal}.styles__inputField___3k52m input:-ms-input-placeholder, .styles__inputField___3k52m textarea:-ms-input-placeholder{color:#616161;font-size:11pt;line-height:normal}.styles__inputField___3k52m input::-ms-input-placeholder, .styles__inputField___3k52m textarea::-ms-input-placeholder{color:#616161;font-size:11pt;line-height:normal}.styles__inputField___3k52m input::placeholder,.styles__inputField___3k52m textarea::placeholder{color:#616161;font-size:11pt;line-height:normal}.styles__inputField___3k52m input input::-webkit-input-placeholder,.styles__inputField___3k52m textarea input::-webkit-input-placeholder{line-height:normal !important;color:#616161;font-size:11pt}.styles__inputField___3k52m input[type="checkbox"]{width:16px !important;height:16px !important;border-radius:0}.styles__inputField___3k52m textarea{height:100px;padding:10px 15px;resize:vertical}.styles__inputField___3k52m .styles__inputContainer___kiooD{position:relative}.styles__inputField___3k52m .styles__inputErrorContainer___2M426{padding-left:20px;border-left:2px solid #c12547;-ms-flex-align:bottom;align-items:bottom}.styles__inputField___3k52m .styles__inputAction___24Ucm{position:absolute;right:.5rem;top:72%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.styles__inputField___3k52m .styles__inputAction___24Ucm:focus-visible{outline:none}.styles__inputField___3k52m .styles__inputActionTextArea___rfIgu{position:absolute;right:1.5rem;top:1.5rem;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.styles__inputField___3k52m .styles__inputWithAction___MNsHv:not([disabled]){padding-right:2rem;text-overflow:ellipsis}.styles__inputField___3k52m .styles__formInput___3pcS5:hover:not([disabled]):not(:focus){border:1px solid #fc835a}.styles__inputField___3k52m .styles__formInput___3pcS5::-webkit-input-placeholder{color:#616161;opacity:1}.styles__inputField___3k52m .styles__formInput___3pcS5::-moz-placeholder{color:#616161;opacity:1}.styles__inputField___3k52m .styles__formInput___3pcS5:-ms-input-placeholder{color:#616161;opacity:1}.styles__inputField___3k52m .styles__formInput___3pcS5::-ms-input-placeholder{color:#616161;opacity:1}.styles__inputField___3k52m .styles__formInput___3pcS5::placeholder{color:#616161;opacity:1}.styles__inputField___3k52m .styles__formInput___3pcS5:-ms-input-placeholder{color:#616161}.styles__inputField___3k52m .styles__formInput___3pcS5::-ms-input-placeholder{color:#616161}.styles__errorMessage___3leD6{color:#c12547;font-weight:bold;margin-top:10px}.styles__passwordLabel___24yMH{color:#ce283c;font-size:12px;text-align:right;margin-top:-10px}.styles__passwordLabel___24yMH.styles__hide_error___3TEcg{display:none}.styles__passwordLabel___24yMH.styles__show_error___3kJQW{display:block}.styles__forgotPassword___3vNNd{color:#8998a9;margin-top:1em}.styles__forgotPassword___3vNNd:hover{cursor:pointer;color:#697481}.styles__signInButton___1mA6H{margin-top:2em}

.styles__btnDesktop___1-I_Z{margin-top:28px;border-radius:2px;background-color:#ffbba9;border:1px solid #fc835a}@media only screen and (min-width: 860px){.styles__btnDesktop___1-I_Z{margin-top:0;width:150px;height:50px;line-height:50px}}.styles__btnDesktop___1-I_Z:hover{background-color:#fc835a}.styles__btnMobile___2pVxs{margin-top:28px;margin-right:20px;border-radius:2px;background-color:white;border:1px solid #fc835a}@media only screen and (min-width: 860px){.styles__btnMobile___2pVxs{margin-top:0;width:150px;height:50px;line-height:50px}}.styles__btnMobile___2pVxs:hover{background-color:#fc835a}.styles__circularPrograss___307LL{color:white;display:-ms-flexbox;display:flex}.styles__sendPreview___ItSXa{height:48px;width:100%;background-color:#ffbba9;border:2px solid #fc835a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:4px;margin-top:25px;line-height:normal;color:#000}@media only screen and (min-width: 860px){.styles__sendPreview___ItSXa{margin-top:0;height:50px;line-height:50px}}.styles__sendPreview___ItSXa:hover{background-color:#fc835a}.styles__previewHeader___1Dy5r{display:grid;grid-template-columns:150px 150px;grid-gap:15px;-ms-flex-pack:center;justify-content:center;margin-top:15px}@media only screen and (max-width: 767px){.styles__previewHeader___1Dy5r{display:none}}.styles__previewHeaderSingleColumn___2zFSi{display:grid;grid-template-columns:315px;grid-gap:0;-ms-flex-pack:center;justify-content:center;margin-top:15px}@media only screen and (max-width: 767px){.styles__previewHeaderSingleColumn___2zFSi{display:none}}.styles__previewBody___1cCRv{margin-top:20px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;height:100%;width:100%}.styles__previewBtn___fD7d2{border-radius:4px;height:50px;line-height:50px}.styles__textPosition___2CmST{text-align:center}.styles__container___3tDPX{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center}.styles__container___3tDPX .styles__loaderIcon___3YNGD{width:1em;height:1em;font-size:inherit;vertical-align:-.2em;position:absolute;fill:white;margin-right:-130px;-webkit-margin-start:130px}

.styles__button___2_piq{display:-ms-inline-flexbox;display:inline-flex;padding:0.5em 0.5em 0.5em 0;border-radius:0.35em;cursor:pointer;color:#0065b3}.styles__button___2_piq:hover{color:deepskyblue}.styles__button___2_piq>div{width:14px;height:12px;margin-right:10px}

.styles__categoryContainer___33JL5{position:relative;border-radius:50%;background-color:#fff}.styles__red___2g9-A:before,.styles__red___2g9-A:after,.styles__amber___1sR_R:before,.styles__amber___1sR_R:after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-animation:styles__pulse___3DAF- 1.5s linear infinite;animation:styles__pulse___3DAF- 1.5s linear infinite;border-width:1.5px;border-style:solid;border-radius:50%}@-webkit-keyframes styles__pulse___3DAF-{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0.9}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes styles__pulse___3DAF-{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0.9}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}.styles__red___2g9-A:after,.styles__amber___1sR_R:after{-webkit-animation-delay:0.75s;animation-delay:0.75s}.styles__red___2g9-A:before,.styles__red___2g9-A:after{border-color:#c12547}.styles__amber___1sR_R:before,.styles__amber___1sR_R:after{border-color:#c7520c}.styles__outline___p7yAZ{border:3px solid #ededed;border-radius:50%}.styles__redIcon___35lE3{fill:#c12547}.styles__amberIcon___2kAks{fill:#c7520c}.styles__greenIcon___2rrkq{fill:#00854d}

.styles__categoryIcon___1qGql{position:relative;width:33px;height:33px;margin:auto 15px;grid-row:1;grid-column:1}.styles__emptyContainer___2g74S{grid-row:1;grid-column:1;width:63px}.styles__itemContainer___1_xEc{display:grid;grid-template-columns:auto minmax(0, 1fr);grid-template-rows:auto auto}.styles__itemContainer___1_xEc:first-child{height:calc(33px + 20px)}.styles__itemContainer___1_xEc:first-child .styles__lineContainer___1SDf6 .styles__line___AI0e8{top:50%;height:50%}.styles__itemContainer___1_xEc:last-child .styles__lineContainer___1SDf6 .styles__line___AI0e8{height:40px}.styles__lineContainer___1SDf6{position:relative;grid-row:1 / span 2;grid-column:1}.styles__line___AI0e8{position:absolute;left:50%;width:1px;height:100%;border:none;background-color:#d7d7d7}@media (min-width: 991px){.styles__categoryIcon___1qGql{width:43px;height:43px;margin:auto 20px}.styles__emptyContainer___2g74S{width:83px}}

.style__container___DlYdq{display:grid;width:240px;min-height:190px;height:100%;padding:20px 15px 15px 15px;border:2px solid #d7d7d7;border-radius:7px;background-color:#fff;grid-template-columns:auto 1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"indicator time" "indicator date" "content content"}.style__container___DlYdq.style__active___2986J.style__red___lbO0u{border-color:#c12547}.style__container___DlYdq.style__active___2986J.style__amber___1QfQG{border-color:#c7520c}.style__container___DlYdq.style__active___2986J.style__green___1-f65{border-color:#00854d}.style__categoryContainer___3fOOW{grid-area:indicator}.style__tooltipWrapper___1ure_{width:220px;text-align:center}.style__time___3FXy3{font-weight:bold;margin-left:15px;grid-area:time;display:-ms-flexbox;display:flex}.style__time___3FXy3.style__red___lbO0u{color:#c12547}.style__time___3FXy3.style__amber___1QfQG{color:#c7520c}.style__time___3FXy3.style__green___1-f65{color:#00854d}.style__date___y5tey{font-size:0.875rem;color:#000;margin-left:15px;grid-area:date}.style__content___395r4{font-size:0.875rem;overflow:hidden;margin-top:15px;text-overflow:ellipsis;grid-area:content}.style__categoryIcon___37CP1{width:32px;height:32px}.style__infoIcon___2aonJ{width:15px;height:15px;padding:2px;border-radius:100%;border:1px solid black;margin-right:5px;margin-top:2px}.style__infoIcon___2aonJ:focus{outline:black}@media (min-width: 991px){.style__container___DlYdq{width:auto;min-height:122px;padding-left:0;grid-template-areas:"indicator date" "time content";grid-template-rows:auto 1fr;grid-template-columns:100px 1fr}.style__categoryContainer___3fOOW{justify-self:center}.style__time___3FXy3{margin:8px 0 0 0;justify-self:center}.style__date___y5tey{margin-left:0}.style__content___395r4{margin-top:0;font-size:1.125rem}}

.styles__container___3pKxc{display:grid;grid-template-columns:repeat(auto-fit, minmax(10px, 10px));grid-gap:8px;-ms-flex-pack:center;justify-content:center}.styles__item___1cMwB{display:inline-block;width:8px;height:8px;border-radius:50%;background:#d7d7d7}.styles__item___1cMwB.styles__active___1RMDB{background:#fc835a}

.styles__eventsList____UTi_{display:-ms-flexbox;display:flex;overflow:auto;-ms-flex-direction:row;flex-direction:row;margin:0 0 18px 0;padding:0;list-style-type:none;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scrollbar-width:none}.styles__eventsList____UTi_::-webkit-scrollbar{display:none}.styles__indicators___U3_LW{margin:18px 0}

.styles__container___2A6sd{padding:0;margin:0;scroll-snap-align:center;list-style-type:none}.styles__container___2A6sd:first-child{scroll-snap-align:start}.styles__container___2A6sd:last-child{scroll-snap-align:end}.styles__clickArea___194TU{height:100%}

.styles__list___1vwH7{list-style-type:none;padding:0;margin:0}.styles__itemContent___2KowM{overflow:hidden;text-overflow:ellipsis}

.styles__listItemContainer___3OWHK{display:block;border-bottom:thin solid #e6e8f1}.styles__listItemContainer___3OWHK:first-child{border-top:thin solid #e6e8f1}.styles__listItem___R0LfM{width:100%;height:100%;cursor:pointer}.styles__listItem___R0LfM:hover{background-color:#f1f1f1}.styles__listItem___R0LfM.styles__selected___efgzZ{color:#fff;background-color:#0065b3}.styles__listItem___R0LfM.styles__selected___efgzZ:hover{background-color:#295f9c}

.style__eventsCarousel___1UGXo{margin:6px -15px 6px -15px;border-width:3px 0;border-style:solid;border-color:#d7d7d7;background-color:#f7f7f7;grid-row:2;grid-column:1 / span 2;z-index:4}.style__eventsList___36elS{display:none}.style__carouselItem___a6K9-{padding:15px 6px 0 6px}.style__carouselItem___a6K9-:first-child{padding-left:26px}.style__carouselItem___a6K9-:last-child{padding-right:26px}.style__state___1X7g9{display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-align:center;align-items:center;height:60px;margin:6px 0;color:#000;border:3px solid #d7d7d7;border-radius:15px;grid-row:1;grid-column:2}.style__state___1X7g9.style__active___16CZz.style__red___3Hyt5{color:#fff;background-color:#c12547}.style__state___1X7g9.style__active___16CZz.style__amber___z4nLq{color:#fff;background-color:#c7520c}.style__state___1X7g9:not(.style__red___3Hyt5):not(.style__amber___z4nLq):hover .style__expandStatus___2LtOb{background-color:#f1f1f1}.style__stateName___16gkh{overflow:hidden;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:18px;text-overflow:ellipsis}.style__stateDateTime___2K9gJ{font-size:0.563rem;-ms-flex:0 0 70px;flex:0 0 70px}.style__expandStatus___2LtOb{display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:0 0 42px;flex:0 0 42px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:0 15px;border-left:1px solid #d7d7d7}@media (min-width: 767px){.style__eventsCarousel___1UGXo{margin:6px -40px 6px -40px}}@media (min-width: 991px){.style__eventsCarousel___1UGXo{display:none}.style__state___1X7g9{height:80px;margin:10px 0}.style__state___1X7g9.style__collapsed___1BqWZ{width:400px}.style__stateName___16gkh{font-size:1.375rem;letter-spacing:-0.55px}.style__eventsList___36elS{display:unset;margin:0 0 18px 0;padding:20px;border:3px solid #d7d7d7;border-radius:15px;background-color:#f7f7f7}.style__stateDateTime___2K9gJ{font-size:0.813rem;-ms-flex-preferred-size:110px;flex-basis:110px}.style__listItem___1RPRk{margin-top:10px}.style__listItem___1RPRk:first-child{margin-top:0}}

.style__timelineGrid___1XuQ8{margin:28px 0 0 0;padding:0;list-style-type:none;grid-area:timeline}.style__timeline___Oqh0o{position:relative;margin-top:22.5px}.style__timeline___Oqh0o:before{position:absolute;z-index:4;top:22.5px;left:69px;width:2px;height:calc(100% - 45px);content:"";background:#a4a5a8}.style__recipient___21Ld8{font-size:0.875rem;font-weight:bold;margin:auto 0;overflow:hidden;text-overflow:ellipsis}.style__stateDate___BVdE3{font-size:0.875rem;color:#a5a5a5}@media (min-width: 991px){.style__timeline___Oqh0o{margin-top:0}.style__recipient___21Ld8{font-size:1rem}}

.ContextPopup__container___3Ql5S{position:relative;width:100%;height:100%}.ContextPopup__popup___164lN{overflow:hidden;position:absolute;-webkit-box-shadow:0 7px 15px rgba(0,0,0,0.1);box-shadow:0 7px 15px rgba(0,0,0,0.1);border:1px solid #eaeaea;border-radius:12px;width:200px;z-index:999}.ContextPopup__bottomLeft___HgXUz{bottom:0;right:0;-webkit-transform:translateY(calc(100% + 10px));-ms-transform:translateY(calc(100% + 10px));transform:translateY(calc(100% + 10px))}.ContextPopup__bottomCenter___3uNox{bottom:0;left:50%;-webkit-transform:translateY(calc(100% + 10px)) translateX(-50%);-ms-transform:translateY(calc(100% + 10px)) translateX(-50%);transform:translateY(calc(100% + 10px)) translateX(-50%)}.ContextPopup__bottomRight___3ZtCo{bottom:0;right:100%}

.styles__button___3l0wf{border-radius:0;border:none;border-bottom:1px solid #eaeaea;padding:0;width:100%;height:60px;line-height:normal;background:#ffffff}.styles__button___3l0wf:last-child{border-bottom:unset}.styles__container___1Jl4v{text-align:left;padding:0 20px;display:-ms-flexbox;display:flex}.styles__container___1Jl4v .styles__text___1iWBD{-ms-flex:1 0 auto;flex:1 0 auto;color:#000}.styles__container___1Jl4v .styles__icon___fpVXO{height:18px;margin:auto 0}

.styles__shipmentSummaryGrid___1flQX{grid-column:summary}.styles__shipmentSummary___-QP99{margin-top:20px;display:grid;grid-template-columns:1fr;grid-gap:15px;padding:0 3px}@media (min-width: 767px){.styles__shipmentSummary___-QP99{grid-template-columns:1fr 1fr;margin-bottom:20px}}@media (min-width: 991px){.styles__shipmentSummary___-QP99{margin-top:20px}}@media (min-width: 1630px){.styles__shipmentSummary___-QP99{grid-template-columns:265px 265px 1fr;border-bottom:1px solid #a4a5a8;padding:0 3px 15px 3px}}.styles__shipmentSummary___-QP99 p{margin:0;line-height:20px;word-break:break-word;padding:1px 0}.styles__shipmentSummary___-QP99>div p:first-child{margin-bottom:5px}.styles__references___14PwR{padding-top:15px;border-top:1px solid #a4a5a8}@media (min-width: 767px){.styles__references___14PwR{padding-top:0;border:none}}.styles__dates___3Poeh{border-top:1px solid #a4a5a8;padding-top:15px;padding-bottom:15px}@media (min-width: 767px){.styles__dates___3Poeh{grid-column:span 2}}@media (min-width: 767px){.styles__dates___3Poeh{border-bottom:1px solid #a4a5a8}}@media (min-width: 1630px){.styles__dates___3Poeh{border:none;grid-column:span 1;padding:0 0 0 15px;border-left:1px solid #a4a5a8}}.styles__shipmentTooltip___2TIH5{background-color:#1e1e1e;color:#e4e4e4;border-radius:4px;padding:8px;min-width:150px;max-width:400px;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:pre-wrap}.styles__shipmentTooltip___2TIH5.styles__place-top___1VeHa .styles____react_component_tooltip___Tsb2x:before{border-top-color:transparent}.styles__shipmentTooltip___2TIH5[data-place="top"]{top:-10px}.styles__shipmentTooltip___2TIH5.styles__solid___Kwkl4{-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out}

.style__detailsBlockGrid___3C358{grid-area:details}.style__detailsBlock___DIpd_{padding:15px 30px;margin-bottom:36px;overflow:hidden visible;background:#f7f7f7;border-radius:12px;word-break:break-word}.style__detailsGroup___3mZwl:not(:last-of-type){border-bottom:1px solid #a4a5a8}.style__detailsItem___3zTCx{display:grid;grid-template-columns:140px 1fr;padding:20px 0}.style__detailsBlock___DIpd_ p{margin:0}.style__detailsItemSpacer___Hogm9{margin-top:15px !important}

.style__notesBlockGrid___1oa-5{grid-area:notes}.style__notesBlock___1WCAi{padding:15px 30px;overflow:hidden visible;background:#f7f7f7;border-radius:12px;margin-bottom:36px}.style__notesBlock___1WCAi .style__spinner___IStAq{color:#fc835a;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;padding:5px 0}.style__hide___3SSAp{display:none}.style__notesBlockHeader___1YqR4{border-bottom:1px solid #a4a5a8;margin-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.style__notesBlockHeader___1YqR4 .style__addNoteButton___3kOaq{background-color:#ffbba9;border:2px solid #fc835a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;border-radius:4px;line-height:normal;color:#000;padding:5px 10px;height:30px;margin-top:10px}.style__notesBlockHeader___1YqR4 .style__addNoteButton___3kOaq:hover{background-color:#fc835a}.style__noteDay___1WM2E{background-color:#fbfbfb;border-radius:12px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);margin-bottom:10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.style__noteDay___1WM2E .style__noteDayHeader___1_JbV{-ms-flex:1 0;flex:1 0;margin:0;padding:20px 15px}.style__noteDay___1WM2E .style__noteDayHeader___1_JbV:hover+.style__openNoteDay___3Bx5d{background-color:#f1f1f1}.style__noteDay___1WM2E .style__openNoteDay___3Bx5d{display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex:0 0 42px;flex:0 0 42px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:0 15px;border-left:1px solid #d7d7d7;border-top-right-radius:12px;border-bottom-right-radius:12px}.style__noteDay___1WM2E .style__openNoteDay___3Bx5d:hover{background-color:#f1f1f1}.style__noteDay___1WM2E .style__closeNoteDay___2k0YI{background-color:#fff;padding:15px;-ms-flex:0 0 100%;flex:0 0 100%;text-align:center;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.style__noteDay___1WM2E .style__closeNoteDay___2k0YI:hover{background-color:#f1f1f1}.style__note___1fz9o{word-wrap:break-word;max-width:90%;-ms-flex:0 0 90%;flex:0 0 90%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 0;margin:0 5%}.style__note___1fz9o .style__noteLine___Y5ZtT{word-wrap:break-word;max-width:100%;-ms-flex:1 0 100%;flex:1 0 100%;-ms-flex-pack:justify;justify-content:space-between;display:-ms-flexbox;display:flex;margin:0 0 5px 0}.style__note___1fz9o .style__noteLine___Y5ZtT div{width:100%}.style__note___1fz9o .style__noteLine___Y5ZtT span{color:#616161;word-wrap:break-word;-ms-flex:0 0 18%;flex:0 0 18%}.style__note___1fz9o .style__noteLine___Y5ZtT span:last-child{color:#000;-ms-flex:0 0 80%;flex:0 0 80%;max-width:80%}.style__addNote___WZ5L5{background-color:#fbfbfb;border-radius:12px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);margin-bottom:10px}

.style__shipmentStatusGrid___-c5Cj{grid-area:status}.style__shipmentStatus____aODF{background:#f7f7f7;border-radius:12px;padding:30px 45px 22px 45px;display:grid;grid-template-columns:60px 1fr;grid-column-gap:20px;grid-row-gap:18.5px}@media (min-width: 991px){.style__shipmentStatus____aODF{display:inline-grid;padding:25px 40px;grid-template-columns:100px auto auto auto;-ms-flex-align:center;align-items:center;grid-column-gap:40px;margin-bottom:36px}}.style__shipmentIcon___37vtC .style__tick___2cj00{width:60px;height:60px}@media (min-width: 991px){.style__shipmentIcon___37vtC .style__tick___2cj00{width:100px;height:100px}}.style__shipmentTitle___3ZYJe{margin:0}.style__shipmentTitle___3ZYJe:first-letter{text-transform:uppercase}.style__shipmentDate___1oTZK{color:#494b52;margin:0}.style__shipmentBodyText___39Wi6{grid-column:span 2}@media (min-width: 991px){.style__shipmentBodyText___39Wi6{grid-column:span 1}}.style__shipmentBodyId___2pE5b,.style__shipmentCarrier___3WM9c{margin:0;color:#494b52}.style__shipmentCarrier___3WM9c{margin-top:10px}.style__shipmentStatus____aODF.style__green___aAZVs .style__shipmentTitle___3ZYJe{color:#00854d}.style__shipmentStatus____aODF.style__amber___1Qz8I .style__shipmentTitle___3ZYJe{color:#c7520c}.style__shipmentStatus____aODF.style__red___3S6nY .style__shipmentTitle___3ZYJe{color:#c12547}h3.style__green___aAZVs{color:#00854d}h3.style__amber___1Qz8I{color:#c7520c}h3.style__red___3S6nY{color:#c12547}

.styles__shipmentSummary___16KPB{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto auto;grid-column-gap:40px;padding-top:32px;overflow-anchor:none;background-color:#fff;grid-template-areas:"status    status" "timeline  timeline" "summary   summary" "details   details" "notes  notes"}@media (min-width: 1300px){.styles__shipmentSummary___16KPB{grid-template-columns:1fr 465px;grid-template-rows:auto auto 1fr;grid-template-areas:"status    status" "summary   details" "timeline  details" "timeline  notes"}}.styles__tabsContainer___1BVer{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;list-style-type:none;padding:0;margin:16px 0 0 0}.styles__tabsContainer___1BVer .styles__tab___GMWnX{margin-right:1px}.styles__tabsContainer___1BVer .styles__tab___GMWnX:last-child{margin-right:0}.styles__tabsContainer___1BVer .styles__tab___GMWnX>*{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e3e3e3;border-radius:12px 12px 0 0;border-bottom-width:0;height:54px}.styles__tabsContainer___1BVer .styles__tab___GMWnX>*:hover{background-color:#f1f1f1}.styles__tabsContainer___1BVer .styles__tab___GMWnX>a{font-weight:bold;font-size:1.0625rem;letter-spacing:-0.03125rem}.styles__tabsContainer___1BVer .styles__tab___GMWnX a{text-decoration:none;color:initial}.styles__tabsContainer___1BVer .styles__tab___GMWnX.styles__selectedTab___1yyTN{z-index:6;padding:16px 15px 0 16px;margin:-16px -16px 0 -16px;overflow:hidden;-webkit-box-sizing:content-box;box-sizing:content-box}.styles__tabsContainer___1BVer .styles__tab___GMWnX.styles__selectedTab___1yyTN:last-child{padding-right:16px}.styles__tabsContainer___1BVer .styles__tab___GMWnX.styles__selectedTab___1yyTN>*{background-color:#fff;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11)}.styles__shipmentTab___2_e15{-ms-flex:1 0 120px;flex:1 0 120px;max-width:300px}.styles__showMoreTab___ehLFx{-ms-flex:0 1 42px;flex:0 1 42px}.styles__showMoreTab___ehLFx .styles__ellipsisButton___1c7X2{background-color:transparent;height:54px;width:42px}.styles__showMoreTab___ehLFx .styles__ellipsisButton___1c7X2 .styles__ellipsisIcon___2xaua{height:24px}.styles__showMoreTab___ehLFx .styles__ellipsisButton___1c7X2 .styles__ellipsisIcon___2xaua.styles__active___3LLPo{fill:#fc835a}.styles__tabPanel___2nDbQ{-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);position:relative;z-index:4;padding:0 32px;border-radius:0 0 12px 12px}.styles__additionalBG___3xG-6{background:white}.styles__dropdownContainer___1Y476{max-height:400px;overflow:auto}.styles__dropdownContainer___1Y476 .styles__option___ceG30{background-color:#fff}.styles__dropdownContainer___1Y476 .styles__option___ceG30:hover{background-color:#f1f1f1}.styles__dropdownContainer___1Y476 .styles__selectedOption___144r5{background-color:#e3e3e3}.styles__dropdownContainer___1Y476 a{padding:0 20px;display:block;text-align:left;font-weight:bold;font-size:1.0625rem;letter-spacing:-0.03125rem}

.react-table__ReactTable___23I04{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1);}.react-table__ReactTable___23I04 *{-webkit-box-sizing:border-box;box-sizing:border-box}.react-table__ReactTable___23I04 .react-table__rt-table___1aMzj{-ms-flex:auto 1;flex:auto 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-headerGroups___2O-Kr{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-filters___22IoB{border-bottom:1px solid rgba(0,0,0,0.05);}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-filters___22IoB input,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-filters___22IoB select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-filters___22IoB .react-table__rt-th___2Y02T{border-right:1px solid rgba(0,0,0,0.02)}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m.react-table__-header___TXPzs{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,0.15);box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-tr___XH8Gz{text-align:center}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-td___Pn2kL{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);-webkit-transition:-webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:-webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275), -webkit-box-shadow .3s cubic-bezier(.175,.885,.32,1.275);-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent;}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T.react-table__-sort-asc___1zhj1,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-td___Pn2kL.react-table__-sort-asc___1zhj1{-webkit-box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T.react-table__-sort-desc___QH8l7,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-td___Pn2kL.react-table__-sort-desc___QH8l7{-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T.react-table__-cursor-pointer___254Nn,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-td___Pn2kL.react-table__-cursor-pointer___254Nn{cursor:pointer}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T:last-child,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-td___Pn2kL:last-child{border-right:0}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-th___2Y02T:focus{outline-width:0}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-resizable-header___19gSQ{overflow:visible;}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-resizable-header___19gSQ:last-child{overflow:hidden}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-resizable-header-content___3IO-1{overflow:hidden;text-overflow:ellipsis}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-header-pivot___1NGjf{border-right-color:#f7f7f7}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-header-pivot___1NGjf:after,.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-header-pivot___1NGjf:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-header-pivot___1NGjf:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.react-table__ReactTable___23I04 .react-table__rt-thead___1Ry8m .react-table__rt-header-pivot___1NGjf:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT{-ms-flex:99999 1 auto;flex:99999 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto;}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT .react-table__rt-tr-group___2OEAx{border-bottom:solid 1px rgba(0,0,0,0.05);}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT .react-table__rt-tr-group___2OEAx:last-child{border-bottom:0}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT .react-table__rt-td___Pn2kL{border-right:1px solid rgba(0,0,0,0.02);}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT .react-table__rt-td___Pn2kL:last-child{border-right:0}.react-table__ReactTable___23I04 .react-table__rt-tbody___3L6IT .react-table__rt-expandable___mhVEM{cursor:pointer;text-overflow:clip}.react-table__ReactTable___23I04 .react-table__rt-tr-group___2OEAx{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.react-table__ReactTable___23I04 .react-table__rt-tr___XH8Gz{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-inline-flexbox;display:inline-flex}.react-table__ReactTable___23I04 .react-table__rt-th___2Y02T,.react-table__ReactTable___23I04 .react-table__rt-td___Pn2kL{-ms-flex:1 0 0px;flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:width,min-width,padding,opacity;transition-property:width,min-width,padding,opacity;}.react-table__ReactTable___23I04 .react-table__rt-th___2Y02T.react-table__-hidden___2zyb9,.react-table__ReactTable___23I04 .react-table__rt-td___Pn2kL.react-table__-hidden___2zyb9{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.react-table__ReactTable___23I04 .react-table__rt-expander___2Myiw{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px;}.react-table__ReactTable___23I04 .react-table__rt-expander___2Myiw:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(-90deg);-ms-transform:translate(-50%,-50%) rotate(-90deg);transform:translate(-50%,-50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);-webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.275);transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.react-table__ReactTable___23I04 .react-table__rt-expander___2Myiw.react-table__-open___3VW7a:after{-webkit-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}.react-table__ReactTable___23I04 .react-table__rt-resizer___2E3nn{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.react-table__ReactTable___23I04 .react-table__rt-tfoot___Bhy9W{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15);}.react-table__ReactTable___23I04 .react-table__rt-tfoot___Bhy9W .react-table__rt-td___Pn2kL{border-right:1px solid rgba(0,0,0,0.05);}.react-table__ReactTable___23I04 .react-table__rt-tfoot___Bhy9W .react-table__rt-td___Pn2kL:last-child{border-right:0}.react-table__ReactTable___23I04.react-table__-striped___3HqDi .react-table__rt-tr___XH8Gz.react-table__-odd___15Skx{background:rgba(0,0,0,0.03)}.react-table__ReactTable___23I04.react-table__-highlight___2WPXS .react-table__rt-tbody___3L6IT .react-table__rt-tr___XH8Gz:not(.react-table__-padRow___1u4KV):hover{background:rgba(0,0,0,0.05)}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm{z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1);}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm input,.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-btn___1RdPT{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);-webkit-transition:all .1s ease;transition:all .1s ease;cursor:pointer;outline-width:0;}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-btn___1RdPT[disabled]{opacity:.5;cursor:default}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-btn___1RdPT:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-previous___3ClN1,.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-next___2Fczx{-ms-flex:1;flex:1 1;text-align:center}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-center___X16S5{-ms-flex:1.5;flex:1.5 1;text-align:center;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-pageInfo___1JAio{display:inline-block;margin:3px 10px;white-space:nowrap}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-pageJump___1Zo6l{display:inline-block;}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-pageJump___1Zo6l input{width:70px;text-align:center}.react-table__ReactTable___23I04 .react-table__-pagination___SjDpm .react-table__-pageSizeOptions___1NoB-{margin:3px 10px}.react-table__ReactTable___23I04 .react-table__rt-noData___mAjnM{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.react-table__ReactTable___23I04 .react-table__-loading___1AWv3{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none;}.react-table__ReactTable___23I04 .react-table__-loading___1AWv3 > div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);-ms-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all .3s cubic-bezier(.25,.46,.45,.94);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.react-table__ReactTable___23I04 .react-table__-loading___1AWv3.react-table__-active___23jkH{opacity:1;z-index:2;pointer-events:all;}.react-table__ReactTable___23I04 .react-table__-loading___1AWv3.react-table__-active___23jkH > div{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.react-table__ReactTable___23I04 .react-table__rt-resizing___2xMFA .react-table__rt-th___2Y02T,.react-table__ReactTable___23I04 .react-table__rt-resizing___2xMFA .react-table__rt-td___Pn2kL{-webkit-transition:none !important;transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.react-button__reactButton___PAIlh{font-size:1.1em;font-weight:400;letter-spacing:0.5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:48px;border-radius:2px}.react-button__reactButton___PAIlh.react-button__disabled___1cWIe{pointer-events:none;background-color:#d9d9d9;color:#262626;border:1px solid #262626}.react-button__reactButton___PAIlh.react-button__pink___3uowM{background-color:#ffbba9;border:2px solid #fc835a;line-height:normal;color:#000}.react-button__reactButton___PAIlh.react-button__pink___3uowM.react-button__disabled___1cWIe{background:#a4a5a8;color:#262626;border:1px solid #262626}.react-button__reactButton___PAIlh.react-button__pink___3uowM:hover{background-color:#fc835a}.react-button__reactButton___PAIlh.react-button__grey___2Fz7K{background:#fff;color:#000;border:2px solid #fc835a}.react-button__reactButton___PAIlh.react-button__grey___2Fz7K:hover{cursor:pointer;background:#fc835a;color:#000}.react-button__reactButton___PAIlh.react-button__grey___2Fz7K.react-button__disabled___1cWIe{background:#d9d9d9;border:1px solid #262626;color:#262626}.react-button__reactButton___PAIlh.react-button__white___1e8Xo{background:#fff;color:#000;border:2px solid #fc835a}.react-button__reactButton___PAIlh.react-button__white___1e8Xo:hover{cursor:pointer;background:#fc835a;color:#000}.react-button__reactButton___PAIlh.react-button__white___1e8Xo.react-button__disabled___1cWIe{background:#d9d9d9;border:1px solid #262626;color:#262626}

.styles__contextMenu___3jwRB{position:absolute;z-index:1;display:-ms-flexbox;display:flex;width:100%;height:100%;bottom:0;border:2px solid #f8f8f8;background:#f8f8f8;-webkit-animation:styles__open___9JM4H;animation:styles__open___9JM4H;-webkit-animation-duration:0.2s;animation-duration:0.2s;cursor:default}@-webkit-keyframes styles__open___9JM4H{from{height:0}to{height:100%}}@keyframes styles__open___9JM4H{from{height:0}to{height:100%}}.styles__contextActionsWrapper___aejj6{display:-ms-flexbox;display:flex;max-height:4em;width:100%;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:space-evenly;justify-content:space-evenly}.styles__contextActionsWrapper___aejj6 svg{width:4em;height:4em;fill:#4a4a4a}.styles__contextActionsWrapper___aejj6 svg:hover{fill:black;cursor:pointer}.styles__body___1r52Z{height:250px;position:relative}.styles__body___1r52Z .styles__title___1NJeg{position:absolute;top:25px;width:100%;text-align:center;padding:0 10px}.styles__body___1r52Z .styles__value___2Efyt{position:absolute;top:calc(50% - 27px);width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center}@media (min-width: 1920px){.styles__body___1r52Z .styles__value___2Efyt{top:calc(50% - 46px)}}.styles__body___1r52Z .styles__description___31n47{position:absolute;font-size:1em;top:calc(50% + 45px);font-weight:bold;width:100%;text-align:center;color:grey}.styles__card___1ORjm{border-radius:8px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);overflow:hidden;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__card___1ORjm .styles__noAction___1gVsE{cursor:default}.styles__card___1ORjm .styles__contextAction___2HzHh{color:black;cursor:pointer}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__actionableText___x4gdi{position:absolute;left:1em;bottom:1em;right:1em;font-size:1em}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__actionableText___x4gdi>div{display:-ms-flexbox;display:flex}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__actionableText___x4gdi .styles__arrowWrapper___3i6Ot{position:absolute;left:55px}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__actionableText___x4gdi .styles__arrowWrapper___3i6Ot.styles__alignToEnd___l9xqx{left:initial;right:0}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__actionableText___x4gdi .styles__arrow___1jw6v svg{width:10px;height:10px}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__additionalOptions___1lZFu{position:absolute;right:0.5em;bottom:0.6em;height:2em;width:1.3em;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:1}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__additionalOptions___1lZFu svg{fill:#4d4d4d;width:0.35em}.styles__card___1ORjm .styles__contextAction___2HzHh.styles__additionalOptions___1lZFu:hover svg,.styles__card___1ORjm .styles__contextAction___2HzHh.styles__additionalOptions___1lZFu.styles__open___9JM4H svg{fill:black}.styles__card___1ORjm .styles__actions___usXPM .styles__action___2SAKA{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:20px 0;cursor:pointer}.styles__card___1ORjm .styles__actions___usXPM .styles__action___2SAKA:not(:last-of-type){border-bottom:1px solid #dddddd}.styles__card___1ORjm .styles__actions___usXPM .styles__action___2SAKA:hover{background:#f1f1f1}.styles__card___1ORjm .styles__body___1r52Z{background:#f9f9f9}.styles__card___1ORjm.styles__red___-6YFY .styles__body___1r52Z{background:#c12547;color:white}.styles__card___1ORjm.styles__red___-6YFY.styles__isCompact___2jvx5 .styles__contextAction___2HzHh{color:white}.styles__card___1ORjm.styles__amber___3KOLO .styles__body___1r52Z{background:#c7520c;color:white}.styles__card___1ORjm.styles__amber___3KOLO.styles__isCompact___2jvx5 .styles__contextAction___2HzHh{color:white}.styles__card___1ORjm.styles__green___3rSAq .styles__body___1r52Z{background:#00854d;color:white}.styles__card___1ORjm.styles__grey___3ZXt5 .styles__body___1r52Z{background:#f9f9f9;color:#000}.styles__card___1ORjm:hover{-webkit-transform:scale(1.013);-ms-transform:scale(1.013);transform:scale(1.013);-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.16);box-shadow:0 0 16px 0 rgba(0,0,0,0.16);cursor:pointer}.styles__card___1ORjm:hover.styles__noScale___1QEqq{-webkit-transform:none;-ms-transform:none;transform:none}.styles__card___1ORjm:hover.styles__isCompact___2jvx5 .styles__contextAction___2HzHh{color:white;cursor:pointer}.styles__card___1ORjm:hover.styles__isCompact___2jvx5 .styles__contextAction___2HzHh svg{fill:white}.styles__card___1ORjm:hover.styles__isCompact___2jvx5 .styles__contextAction___2HzHh.styles__open___9JM4H svg{fill:black}.styles__card___1ORjm:hover .styles__contextAction___2HzHh{color:black}.styles__card___1ORjm:hover .styles__contextAction___2HzHh.styles__actionableText___x4gdi{font-weight:bold}.styles__bottom___2-73d{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:3.3em}.styles__soloButton___2HBCc{color:#000}.styles__soloButton___2HBCc:hover{background-color:#f1f1f1}.styles__cardItem___3i573{max-height:305px;border-bottom-left-radius:12px}

.FiltersCard__icon___dQs4h{fill:grey;height:60px;width:60px}

.DateTime__dateInput___8nxAB{font-family:"RundText", "Arial", sans-serif;font-size:44px;width:190px}.DateTime__dateInput___8nxAB::before{color:black;content:attr(label);margin-right:0.5em}.DateTime__withShortLabel___2M5Qa::before{margin-right:1.8em}

.styles__filtersCloseButton___V-sYw{position:absolute;width:calc(100vw - 76px);height:20px;top:-20px;left:-209px;padding-left:87px;text-align:center;font-weight:bold;color:#020b09;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:rgba(255,255,255,0.7);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start}.styles__filtersCloseButton___V-sYw:hover{background-color:rgba(250,250,250,0.7)}.styles__filtersCloseButton___V-sYw .styles__icon___1jIyA{width:10px;height:16px;margin-left:5px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);margin-top:2px}@media only screen and (max-width: 767px){.styles__filtersCloseButton___V-sYw{padding-left:0px;width:100vw;left:-20px}}.styles__container___3r2b1{position:absolute;right:90px;height:calc(100% - 40px - 76px);width:calc(100% - 265px - 40px);display:block;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);border-radius:10px;margin:20px;background-color:white}@media only screen and (max-width: 767px){.styles__container___3r2b1{width:100%;bottom:0;height:calc(100% - 85px);top:0;overflow-y:auto;margin:0}.styles__container___3r2b1::-webkit-scrollbar{width:4px}.styles__container___3r2b1::-webkit-scrollbar-thumb{background-color:#303030;border-radius:2px}.styles__container___3r2b1::-webkit-scrollbar-track{background-color:#e2e2e2;margin:20px;border-radius:2px}.styles__container___3r2b1::-webkit-scrollbar{width:16px}.styles__container___3r2b1::-webkit-scrollbar-thumb{border-right:12px solid white;border-radius:0}.styles__container___3r2b1::-webkit-scrollbar-track{border-right:12px solid white;border-radius:0}}@media only screen and (min-width: 768px){.styles__container___3r2b1{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;-ms-flex-pack:stretch;justify-content:stretch}}.styles__filtersTitle___11l3L{margin:0 0 0 15px}.styles__filtersSubtitle___1GA5e{margin:0 0 0 15px}.styles__containerInner___2axT3{-ms-flex:1 1;flex:1 1;padding:40px 28px 40px 40px;overflow-y:auto;margin-bottom:0px;margin-right:10px}@media screen and (max-width: 767px){.styles__containerInner___2axT3{overflow-y:initial;padding:40px 4px 40px 30px}}.styles__condensedCards___36S_2{display:grid;margin-bottom:20px;grid-row-gap:3em}@media screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 768px) and (max-height: 768px){.styles__condensedCards___36S_2 .styles__your-grid-container___2MJvv{grid-template-columns:repeat(3, minmax(250px, 250px))}}@media (min-width: 1680px){.styles__condensedCards___36S_2{grid-template-columns:repeat(5, 1fr)}}.styles__titleContainer___2sg9K{padding:20px}.styles__selectSearchContainer___2BPqH,.styles__addMetadataContainer___3slPB{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;padding:20px;overflow-y:auto;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar,.styles__addMetadataContainer___3slPB::-webkit-scrollbar{width:4px}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar-thumb,.styles__addMetadataContainer___3slPB::-webkit-scrollbar-thumb{background-color:#303030;border-radius:2px}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar-track,.styles__addMetadataContainer___3slPB::-webkit-scrollbar-track{background-color:#e2e2e2;margin:20px;border-radius:2px}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar,.styles__addMetadataContainer___3slPB::-webkit-scrollbar{width:16px}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar-thumb,.styles__addMetadataContainer___3slPB::-webkit-scrollbar-thumb{border-right:12px solid white;border-radius:0}.styles__selectSearchContainer___2BPqH::-webkit-scrollbar-track,.styles__addMetadataContainer___3slPB::-webkit-scrollbar-track{border-right:12px solid white;border-radius:0}.styles__selectSearchContainer___2BPqH .styles__metadataInput___2t7Ti,.styles__addMetadataContainer___3slPB .styles__metadataInput___2t7Ti{padding:5px}.styles__selectSearchContainer___2BPqH .styles__metadataInput___2t7Ti .styles__addMetadataButton___3XSMG,.styles__addMetadataContainer___3slPB .styles__metadataInput___2t7Ti .styles__addMetadataButton___3XSMG{width:auto}.styles__selectedMetadataContainer___2lL02{-ms-flex-direction:column;flex-direction:column;border-radius:10px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);margin:30px 0px 0px 30px}.styles__selectedMetadataContainer___2lL02 .styles__selectedMetadata___3_Y9l{height:50px;padding:10px 20px 10px 10px;display:-ms-flexbox;display:flex;text-overflow:ellipsis;-ms-flex-align:center;align-items:center}.styles__selectedMetadataContainer___2lL02 .styles__selectedMetadata___3_Y9l .styles__crossIcon___qKwHW{width:20px;height:20px;margin-right:10px}.styles__selectedMetadataContainer___2lL02 .styles__selectedMetadata___3_Y9l .styles__crossIcon___qKwHW path{fill:black}.styles__selectedOptionsContainer___6TLo7{-ms-flex-direction:column;flex-direction:column;border-radius:10px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);margin-right:20px}.styles__selectedOptionsContainer___6TLo7 .styles__selectedOption___1Jvgu{width:290px;height:50px;padding:10px 20px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.styles__selectedOptionsContainer___6TLo7 .styles__selectedOption___1Jvgu .styles__crossIcon___qKwHW{width:20px;height:20px;right:10px}.styles__selectedOptionsContainer___6TLo7 .styles__selectedOption___1Jvgu .styles__crossIcon___qKwHW path{fill:black}.styles__buttonsRow___Oh_Cz{bottom:0px;left:0px;right:0px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;border-top:1px solid #ebebeb;background-color:white;padding:10px 20px 10px 20px;border-radius:0px 0px 10px 10px;cursor:default;margin-left:25px}.styles__buttonsRow___Oh_Cz .styles__button___20L-5{width:100%;margin:10px 10px;font-size:1em;line-height:1;padding:15px}@media (min-width: 767px){.styles__buttonsRow___Oh_Cz .styles__button___20L-5{width:auto}}.styles__clearBtn___Y-dOd{color:#63aae0;text-decoration:underline;width:50px}.styles__clearBtn___Y-dOd:hover{background:none}.styles__dateFilterColumn___3VLs5{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__dateFilterColumn___3VLs5 h2{margin-top:0}.styles__controlGroup___2RZOM{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:0}input[type="radio"].styles__radio___1RFxc{position:absolute;opacity:0;cursor:pointer}input[type="radio"].styles__radio___1RFxc ~ label{margin-left:31px;margin-top:20px;font-family:"RundText", "Arial", sans-serif}input[type="radio"].styles__radio___1RFxc:checked,input[type="radio"].styles__radio___1RFxc:not(:checked){visibility:hidden}input[type="radio"].styles__radio___1RFxc:checked+label,input[type="radio"].styles__radio___1RFxc:not(:checked)+label{position:relative;cursor:pointer;display:inline-block}input[type="radio"].styles__radio___1RFxc:checked+label:before,input[type="radio"].styles__radio___1RFxc:not(:checked)+label:before{content:'';position:absolute;top:1px;width:15px;left:-2em;height:15px;border:none;border-radius:100%;background:#e0e1e1}input[type="radio"].styles__radio___1RFxc:checked+label:before{background:#fc835a}input[type="radio"].styles__radio___1RFxc:not(:checked)+label:after{position:absolute;content:'';border-radius:50%;width:13px;height:13px;background:#fff;top:2px;left:calc(-2em + 1px);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}input[type="radio"].styles__radio___1RFxc:checked+label:after{position:absolute;content:'';border-radius:50%;width:13px;height:13px;background:#fc835a;top:2px;left:calc(-2em + 1px);-webkit-transform:scale(0.6);-ms-transform:scale(0.6);transform:scale(0.6)}.styles__backButtonContainer___1q9Dl{margin-top:10px}.styles__subTitleButtonContainer___2Aiqn{display:inline-grid;grid-template-columns:auto auto auto;grid-gap:50px}.styles__subTitleButtonContainer___2Aiqn>p{margin-top:0}.styles__mobileBackButton___2wBAf{display:inline-block;width:100%;margin-bottom:20px}@media (min-width: 767px){.styles__mobileBackButton___2wBAf{display:none}}.styles__dateAreaToggle___2zW7S{display:none}@media (min-width: 767px){.styles__dateAreaToggle___2zW7S{display:block}}.styles__dateAreaToggleActive___3sZhP{display:block}@media (min-width: 767px){.styles__dateAreaToggleActive___3sZhP{display:block}}.styles__dateAreaToggleButton___2CThG{display:grid;grid-template-columns:1fr auto;-ms-flex-align:center;align-items:center}.styles__dateAreaToggleButton___2CThG h3{margin:0}@media (min-width: 767px){.styles__dateAreaToggleButton___2CThG{cursor:initial !important;margin:25px 0}}.styles__downChevron___2D2_y{width:20px;height:20px;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s, -webkit-transform .2s;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;position:relative}.styles__downChevron___2D2_y svg{position:absolute;width:20px;height:20px;top:0;left:0}.styles__downChevronActive___3OWUn{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@media (min-width: 767px){.styles__downChevron___2D2_y{display:none !important}}.styles__inputErrorContainer___-x6kh{padding-left:20px;margin-top:20px;border-left:2px solid #c12547}.styles__expanded___3xo_A{right:0}.styles__filtersContainerCards___LhqqB{display:grid;grid-row-gap:40px;grid-template-columns:minmax(0, 1fr);background:white;padding:20px;border-radius:3px}@media screen and (min-width: 400px) and (max-width: 1366px){.styles__filtersContainerCards___LhqqB{height:auto}}@media (min-width: 991px){.styles__filtersContainerCards___LhqqB{grid-column-gap:30px;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto}}@media (min-width: 1366px){.styles__filtersContainerCards___LhqqB{grid-column-gap:25px;grid-template-columns:repeat(5, minmax(0, 1fr))}}@media (min-width: 1680px){.styles__filtersContainerCards___LhqqB{grid-template-columns:repeat(5, 1fr);grid-column-gap:60px}}@media (min-width: 1920px){.styles__filtersContainerCards___LhqqB{grid-template-columns:repeat(5, 1fr);grid-column-gap:60px}}.styles__titleAdditionalStyles___3l6BG{margin-bottom:0;margin-top:0}

.style__filters___1fREQ{display:none;height:50px;-ms-flex-align:center;align-items:center;padding:0 40px 0 10px}@media only screen and (min-width: 768px){.style__filters___1fREQ{display:-ms-flexbox;display:flex}}.style__filterText___2EXdr{font-size:.8em;font-weight:700}.style__filterSelection___1-XJa{font-size:.8em;padding:.4em 1em;background:#ebebeb;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 .5em}.style__clear___3Zopv{width:12px;height:18px;padding:2px;cursor:pointer;margin-left:6px}.style__filterSummaryWrapper___398E5{display:-ms-flexbox;display:flex}

.TablePaginator__container___3L8HF{display:-ms-flexbox;display:flex;height:80px;background:#fafafa;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.TablePaginator__pageNumbersContainer___14RH7{display:-ms-flexbox;display:flex;padding:0 20px;width:250px;-ms-flex-pack:justify;justify-content:space-between}.TablePaginator__pageNumbersContainer___14RH7 .TablePaginator__pageNumbers___1aosB{display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-pack:distribute;justify-content:space-around}.TablePaginator__pageNumbersContainer___14RH7 .TablePaginator__pageNumbers___1aosB .TablePaginator__pageNumber___2efgV{cursor:pointer}.TablePaginator__pageNumbersContainer___14RH7 .TablePaginator__pageNumbers___1aosB .TablePaginator__pageNumber___2efgV.TablePaginator__activePage___2qaJ3{color:#8f3213}.TablePaginator__pageArrow___1fJeb{width:10px;height:10px;position:relative;top:5px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.TablePaginator__pageArrow___1fJeb:hover{cursor:pointer;fill:#8f3213}.TablePaginator__pageArrow___1fJeb.TablePaginator__flipped___2z0nQ{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.TablePaginator__itemCountSelector___3__kl{margin-right:2em;font-size:0.9em;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:relative}.TablePaginator__itemCountSelector___3__kl .TablePaginator__itemCount___2ul56{display:-ms-flexbox;display:flex;cursor:pointer}.TablePaginator__itemCountSelector___3__kl .TablePaginator__itemCount___2ul56:hover{color:#8f3213;fill:#8f3213}.TablePaginator__itemCountSelector___3__kl .TablePaginator__itemCountArrow___2ciCr{width:9px;height:9px;margin-right:1em;margin-left:0.5em;position:relative;top:2px}.TablePaginator__itemCountSelector___3__kl .TablePaginator__itemCountArrow___2ciCr.TablePaginator__vFlipped___2KPRb{-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1);top:5px}.TablePaginator__rowCountMenu___2E6Km{position:absolute;background:white;top:-100px;left:-30px;width:160px;border-radius:8px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.3),0 -3px 20px rgba(0,0,0,0.1);box-shadow:0 4px 10px rgba(0,0,0,0.3),0 -3px 20px rgba(0,0,0,0.1);overflow:hidden;z-index:9999999999;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.TablePaginator__rowCountMenu___2E6Km ul{list-style:none;padding:0;margin:0}.TablePaginator__rowCountMenu___2E6Km ul li{padding:0.5em}.TablePaginator__rowCountMenu___2E6Km ul li:hover{background:#eeeeee;cursor:pointer}.TablePaginator__pageButtonsContainer___2OF8Q{display:-ms-flexbox;display:flex;height:100%}.TablePaginator__changePageButton___2dgjC{height:100%;width:110px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid #eeeeee;font-weight:bold}.TablePaginator__changePageButton___2dgjC:hover{cursor:pointer;background:#efefef}.TablePaginator__changePageButton___2dgjC:last-of-type{border-right:1px solid #eeeeee}.TablePaginator__rangeIndicator___eaPg9{margin:0 5em 0 auto}

.DownloadCsvButton__container___sjNHr{position:relative;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:end;-ms-flex-align:center;align-items:center;margin:1.4em 0;background:#ffbba9;padding-left:0.6em;border:1px solid #fc835a;border-radius:3px;-webkit-transition:background-color 0.3s ease, -webkit-transform 0.1s ease;transition:background-color 0.3s ease, -webkit-transform 0.1s ease;transition:background-color 0.3s ease, transform 0.1s ease;transition:background-color 0.3s ease, transform 0.1s ease, -webkit-transform 0.1s ease;height:3em}.DownloadCsvButton__container___sjNHr .DownloadCsvButton__icon___EKt6I{width:1em;height:1em;margin-left:.7em;font-size:inherit;vertical-align:-.125em}.DownloadCsvButton__container___sjNHr .DownloadCsvButton__iconSVG___32Jsv{width:20px;fill:#8F3213;margin-left:.5em}.DownloadCsvButton__container___sjNHr label{margin-bottom:0;font-weight:normal}.DownloadCsvButton__container___sjNHr:disabled{cursor:not-allowed}.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b{cursor:not-allowed;border:1px solid grey;background:none}.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b label{color:grey;cursor:not-allowed}.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b label,.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b div svg{fill:grey;cursor:not-allowed}.DownloadCsvButton__error___110tf{width:18px;height:18px;line-height:normal;margin-right:5px;fill:#c12547}.DownloadCsvButton__spinnerExportIcon___1CEQa{color:#fc835a}.DownloadCsvButton__tooltipStyles___2A2n5{background:white;width:100px;font-size:34px}.DownloadCsvButton__dropdownIcon___1vEO6{min-width:2em;min-height:2em;padding:8px;fill:#616161}.DownloadCsvButton__dropdownIcon___1vEO6.DownloadCsvButton__dropDownIconOpen___2qrAq{fill:#414141}.DownloadCsvButton__dropdownIcon___1vEO6:hover{fill:#414141}.DownloadCsvButton__buttonWrapper___D2z3l{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:4px}.DownloadCsvButton__buttonWrapper___D2z3l:disabled{cursor:not-allowed}.DownloadCsvButton__buttonWrapper___D2z3l.DownloadCsvButton__isLoading___3_i_X{background-color:#ffbba9;border-top:0.1em solid #fc835a;border-bottom:0.1em solid #fc835a;height:105%}.DownloadCsvButton__buttonWrapper___D2z3l.DownloadCsvButton__isLoading___3_i_X:hover{background-color:#fc835a}.DownloadCsvButton__buttonWrapper___D2z3l:hover{cursor:pointer}.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b .DownloadCsvButton__buttonWrapper___D2z3l:hover{background-color:transparent;border:1px solid grey;cursor:not-allowed}.DownloadCsvButton__exportButton___2qmxn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;padding:0.5em;cursor:pointer;background:none;color:#000;height:3em;border-right:0.1em solid #fc835a;overflow:hidden;text-overflow:ellipsis;line-clamp:2}.DownloadCsvButton__exportButton___2qmxn:hover{background:#fc835a;cursor:pointer}.DownloadCsvButton__exportButton___2qmxn.DownloadCsvButton__isLoading___3_i_X{background-color:#ffbba9;border-top:0.1em solid #fc835a;border-bottom:0.1em solid #fc835a}.DownloadCsvButton__exportButton___2qmxn.DownloadCsvButton__isLoading___3_i_X:hover{background:#fc835a;cursor:not-allowed}.DownloadCsvButton__exportButton___2qmxn:disabled{cursor:not-allowed}.DownloadCsvButton__container___sjNHr.DownloadCsvButton__greyedOut___2KY6b .DownloadCsvButton__exportButton___2qmxn{border-right:1px solid grey}.DownloadCsvButton__exportButton___2qmxn label{cursor:pointer;overflow:hidden;text-overflow:ellipsis}.DownloadCsvButton__exportButton___2qmxn label:disabled{cursor:not-allowed}.DownloadCsvButton__dropdownMenu___1ahA9{position:absolute;top:1.8em;right:0em;font-size:1em;color:#616161;border:0.1em solid #ccc;-webkit-box-shadow:0px 4px 16px rgba(0,0,0,0.11);box-shadow:0px 4px 16px rgba(0,0,0,0.11);z-index:5;width:auto;padding:0.1em;min-width:12em;border-radius:2px}.DownloadCsvButton__dropdownMenu___1ahA9 li{padding:0.5em;background:white;cursor:pointer}.DownloadCsvButton__dropdownOption___1NXlM{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:0.5em;text-overflow:ellipsis;cursor:pointer}.DownloadCsvButton__dropdownOption___1NXlM:hover{background:#f5f5f5}.DownloadCsvButton__dropdownWrapper___2PH-K{position:relative;display:inline-block}.DownloadCsvButton__dropdownButton___11K7H{font-size:1em;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:3em;padding:1em;background:none;height:3em;border-left:#000}.DownloadCsvButton__dropdownButton___11K7H:disabled{cursor:not-allowed}.DownloadCsvButton__dropdownButton___11K7H.DownloadCsvButton__greyedOut___2KY6b:hover{cursor:not-allowed}.DownloadCsvButton__dropdownButton___11K7H.DownloadCsvButton__isLoading___3_i_X{background-color:#fc835a;border-top:0.1em solid #fc835a;border-bottom:0.1em solid #fc835a}.DownloadCsvButton__dropdownButton___11K7H:hover{background:#fc835a;cursor:pointer}

.styles__buttonBlock___20dn2{display:inline-grid;grid-template-columns:auto auto;grid-column-gap:30px;grid-row-gap:0;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 580px){.styles__buttonBlock___20dn2{grid-template-columns:auto auto auto}}@media only screen and (min-width: 768px){.styles__buttonBlock___20dn2{grid-gap:50px}}.styles__filtersContainer___2XP25{position:fixed;z-index:4;top:0;left:0;width:100%;background-color:rgba(255,255,255,0.7);padding-left:180px;margin-top:76px}@media only screen and (max-width: 767px){.styles__filtersContainer___2XP25{padding-left:0;margin-top:85px}}.styles__filtersContainer___2XP25.styles__closed___2xKnC .styles__filtersOpenButton___9xAGc{position:absolute;width:100%;left:0;text-align:center;background-color:#efefef;color:#020b09;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.styles__filtersContainer___2XP25.styles__closed___2xKnC .styles__filtersOpenButton___9xAGc:hover{background-color:#dbdbdb}.styles__filtersContainer___2XP25.styles__closed___2xKnC .styles__filtersOpenButton___9xAGc .styles__icon___3x-zR{width:10px;height:16px;margin-left:5px;margin-top:2px}@media (min-width: 320px){.styles__filtersContainer___2XP25.styles__closed___2xKnC .styles__filtersOpenButton___9xAGc{top:0;position:relative;padding-left:0px;width:100vw}}@media (min-width: 768px){.styles__filtersContainer___2XP25.styles__closed___2xKnC .styles__filtersOpenButton___9xAGc{padding-left:0px;top:0;left:180px;position:absolute;width:calc(100vw - 180px)}}.styles__filtersContainer___2XP25.styles__open___Yf_v3{height:100%}.styles__filtersContainer___2XP25.styles__open___Yf_v3 .styles__filtersOpenButton___9xAGc{display:none}.styles__ReactTable___2yfkw{margin-left:-20px;margin-right:-20px}@media only screen and (min-width: 768px){.styles__ReactTable___2yfkw{margin-left:-40px;margin-right:-40px}}.styles__ReactTable___2yfkw .styles__addressLine___HRE5I{overflow:hidden;text-overflow:ellipsis}.styles__ReactTable___2yfkw .styles__stateLabel___PJRXv{display:inline-block}.styles__ReactTable___2yfkw .styles__stateLabel___PJRXv:first-letter{text-transform:uppercase}.ReactTable{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1)}.ReactTable *{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactTable .rt-table{-ms-flex:auto 1;flex:auto 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,0.15);box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);-webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:-webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{-webkit-box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-ms-flex:99999 1 auto;flex:99999 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-ms-flex:1 0 0px;flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:width,min-width,padding,opacity;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-90deg);-ms-transform:translate(-50%, -50%) rotate(-90deg);transform:translate(-50%, -50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);-webkit-transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%, -50%) rotate(0);-ms-transform:translate(-50%, -50%) rotate(0);transform:translate(-50%, -50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);-webkit-transition:all .1s ease;transition:all .1s ease;cursor:pointer;outline-width:0}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-ms-flex:1;flex:1 1;text-align:center}.ReactTable .-pagination .-center{-ms-flex:1.5;flex:1.5 1;text-align:center;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);-ms-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{-webkit-transition:none !important;transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable{border:none !important;font-size:1em}.ReactTable .rt-noData{display:none}.ReactTable .rt-th{background:#e8e8e8;height:60px;border-right:none !important;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;outline:none}.ReactTable .rt-th>*{padding:1em}.ReactTable .rt-thead{-webkit-box-shadow:none !important;box-shadow:none !important}.ReactTable .rt-thead .rt-th{padding:0;white-space:unset}.ReactTable .rt-tr{border:none !important;cursor:pointer}.ReactTable .rt-tr:hover{background:#f1f1f1}.ReactTable .rt-td{padding:1em;text-align:center}.ReactTable .rt-td:not(:last-of-type){border-right:1px solid #e8e8e8 !important}.ReactTable .rt-tr-group{border:none !important}.styles__reactTableHolder___15VwC{display:inline-block;width:100%;border:2px dashed red}.styles__button___pl4r8{display:inline-block;background:#fc835a;padding:0.5em 1em;border-radius:0.35em;cursor:pointer;color:#fff}.styles__button___pl4r8:hover{background:#ffbba9}.styles__button___pl4r8:hover svg{fill:white !important}.styles__button___pl4r8>div{width:14px;height:15px;display:inline-block}.styles__spanTitleSecondText___2nj0H{font-family:"RundText", "Arial", sans-serif;font-size:0.65em;margin-top:0}.styles__innerContainer___13KyC{background:white;border-radius:3px;padding:20px}.styles__outerWrapper___1XN7A{background:white;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 0 0 20px}.styles__noShipmentsOuterWrapper___2H8vJ{padding-bottom:10px}

.styles__addFilterButton___1t3w8{background:#ffbba9;border:1px solid #fc835a;border-radius:3px;width:auto;height:40px;padding:0 10px}.styles__addFilterButton___1t3w8:hover{background:#fc835a;cursor:pointer}

.styles__filtersContainer___1wYcL{background:transparent;display:-ms-flexbox;display:flex;position:fixed;z-index:4;top:0;left:0;width:100%;cursor:pointer;padding-left:265px;margin-top:76px}@media only screen and (max-width: 767px){.styles__filtersContainer___1wYcL{padding-left:0;margin-top:85px}}.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersOpenButton___ELdv4{-ms-flex-pack:end;justify-content:flex-end;padding-right:20px}.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersShowMapButton___3dnAu{padding-left:20px}.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersOpenButton___ELdv4,.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersShowMapButton___3dnAu{font-weight:bold;color:#020b09;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:35px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersOpenButton___ELdv4 .styles__icon___17D3J,.styles__filtersContainer___1wYcL.styles__closed___20Pvu .styles__filtersShowMapButton___3dnAu .styles__icon___17D3J{width:10px;height:16px;margin-left:5px;margin-top:2px}.styles__filtersContainer___1wYcL.styles__open___3Xp2L{height:100%}.styles__filtersContainer___1wYcL.styles__open___3Xp2L .styles__filtersOpenButton___ELdv4,.styles__filtersContainer___1wYcL.styles__open___3Xp2L .styles__filtersShowMapButton___3dnAu{display:none}.styles__ReactTable___3iP0k{border:none !important;background-color:grey;font-size:1em}.styles__ReactTable___3iP0k .styles__rt-noData___2rIFc{display:none}.styles__ReactTable___3iP0k .styles__rt-th___2XPwM{background:#e8e8e8;height:60px;border-right:none !important;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.styles__ReactTable___3iP0k .styles__rt-th___2XPwM>*{padding:1em}.styles__ReactTable___3iP0k .styles__rt-thead___11qRZ{-webkit-box-shadow:none !important;box-shadow:none !important}.styles__ReactTable___3iP0k .styles__rt-thead___11qRZ .styles__rt-th___2XPwM{padding:0}.styles__ReactTable___3iP0k .styles__rt-tr___3Q9Ie{border:none !important;cursor:pointer}.styles__ReactTable___3iP0k .styles__rt-tr___3Q9Ie:hover{background:#f1f1f1}.styles__ReactTable___3iP0k .styles__rt-td___3jzp1{padding:1em;text-align:center}.styles__ReactTable___3iP0k .styles__rt-td___3jzp1:not(:last-of-type){border-right:1px solid #e8e8e8 !important}.styles__ReactTable___3iP0k .styles__rt-tr-group___d_fhE{border:none !important}.styles__filtersBackdrop___1U9QN{position:absolute;top:0;left:0;width:100%;height:100%}.styles__smallContainerHeaderMargin___e-l9D{margin:0 0 20px}.styles__smallCardsContainerMargin___1KYwj{margin:40px 0 20px}.styles__outerWrapper___3P5gj{background:white;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:10px 20px 0 20px}.styles__titleNavBlockWrapper___fsnDn{margin-top:20px}.styles__centeredText___4lRu1{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%}.styles__showMapBlock___9tG7n{display:-ms-flexbox;display:flex}.styles__titleBlock___2vW6h{margin-top:20px}.styles__title___NLkKI{margin:0}.styles__subtitleBlock___1NCic{margin:0 0 20px 0}

.styles__export___38LKm{color:#fc835a;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.styles__error___2l3oG{fill:#c12547;width:30px;height:30px;line-height:normal;margin-right:5px}.styles__container___2MEhr{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.styles__toolTip___3Tmat{width:200px !important}

.styles__title___1NkbQ{margin:0}.styles__subTitle___2SNc9{margin:0 0 20px 0}

.styles__contextMenu___2BZlB{position:absolute;z-index:1;display:-ms-flexbox;display:flex;width:100%;height:100%;bottom:0;border:2px solid #f8f8f8;background:#f8f8f8;-webkit-animation:styles__open___3F2Xy;animation:styles__open___3F2Xy;-webkit-animation-duration:0.2s;animation-duration:0.2s;cursor:default}@-webkit-keyframes styles__open___3F2Xy{from{height:0}to{height:100%}}@keyframes styles__open___3F2Xy{from{height:0}to{height:100%}}.styles__contextActionsWrapper___2Rfge{display:-ms-flexbox;display:flex;max-height:4em;width:100%;-ms-flex-item-align:center;align-self:center;-ms-flex-pack:space-evenly;justify-content:space-evenly}.styles__contextActionsWrapper___2Rfge svg{width:4em;height:4em;fill:#4a4a4a}.styles__contextActionsWrapper___2Rfge svg:hover{fill:black;cursor:pointer}.styles__smallCard___3hT48{border-radius:8px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);overflow:hidden;-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx{color:black}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__actionableText___2t3EE{position:absolute;left:1em;bottom:1em;right:1em;font-size:1em}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__actionableText___2t3EE>div{display:-ms-flexbox;display:flex}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__actionableText___2t3EE .styles__arrowWrapper___9mgwp{position:absolute;left:55px}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__actionableText___2t3EE .styles__arrowWrapper___9mgwp.styles__alignToEnd___34qXr{left:initial;right:0}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__actionableText___2t3EE .styles__arrow___3mgp8 svg{width:10px;height:10px}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__additionalOptions___CwJ4H{position:absolute;right:0.5em;bottom:0.6em;height:2em;width:1.3em;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:1}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__additionalOptions___CwJ4H svg{fill:#4d4d4d;width:0.35em}.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__additionalOptions___CwJ4H:hover svg,.styles__smallCard___3hT48 .styles__contextAction___mv0Gx.styles__additionalOptions___CwJ4H.styles__open___3F2Xy svg{fill:black}.styles__smallCard___3hT48 .styles__body___2rzSF{background:#f9f9f9;color:#171717}.styles__smallCard___3hT48 .styles__body___2rzSF .styles__bodyInner___3rkKu{padding:30px 20px 0;display:-ms-flexbox;display:flex;height:135px}.styles__smallCard___3hT48 .styles__body___2rzSF .styles__dot___Ox5om{display:block;min-width:26px;width:26px;height:26px;border-radius:100%}.styles__smallCard___3hT48.styles__red___36hhL .styles__body___2rzSF .styles__dot___Ox5om{background:#c12547;color:#fff}.styles__smallCard___3hT48.styles__amber___3UUr4 .styles__body___2rzSF .styles__dot___Ox5om{background:#c7520c;color:#fff}.styles__smallCard___3hT48.styles__green___2D1lt .styles__body___2rzSF .styles__dot___Ox5om{background:#00854d;color:#fff}.styles__smallCard___3hT48:hover{-webkit-transform:scale(1.013);-ms-transform:scale(1.013);transform:scale(1.013);-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.16);box-shadow:0 0 16px 0 rgba(0,0,0,0.16);cursor:pointer}.styles__smallCard___3hT48:hover.styles__noScale___3HjdF{-webkit-transform:none;-ms-transform:none;transform:none}.styles__smallCard___3hT48:hover .styles__contextAction___mv0Gx{color:black}.styles__smallCard___3hT48:hover .styles__contextAction___mv0Gx.styles__actionableText___2t3EE{font-weight:bold}.styles__smallCard___3hT48 .styles__rightColumn___2Yt4S{margin-left:20px;width:calc(100% - 26px - 20px)}.styles__smallCard___3hT48 .styles__value___rWhyj{font-size:3.125em;font-weight:700;vertical-align:top;line-height:.7em;letter-spacing:-.025em}.styles__smallCard___3hT48 .styles__description___1es7g{font-size:1.125em;margin-top:.83em}.styles__smallCard___3hT48 .styles__bottom___2rScb{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:3.3em;background:#fff}

.ConfiguredDashboard__title___x22cF{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.ConfiguredDashboard__mainContainer___2yOrr{margin-bottom:20px}.ConfiguredDashboard__gridContainer___2XSOM{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:25px;grid-row-gap:15px;overflow:auto}.ConfiguredDashboard__summaryBoxes___3t80V{display:grid;grid-template-rows:1fr;grid-template-columns:1fr 1fr 1fr 1fr;-webkit-column-gap:35px;-moz-column-gap:35px;column-gap:35px;height:100%;margin-left:5px}@media screen and (max-width: 1372px){.ConfiguredDashboard__summaryBoxes___3t80V{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;row-gap:35px}}.ConfiguredDashboard__subTitle___bzErU{margin:0 0 20px 5px}.ConfiguredDashboard__innerContainer___1WXzq{background:white;border-radius:3px;padding:20px}

.UpdatedAtWithRefresh__container___1Dg7C{display:-ms-flexbox;display:flex;min-width:14em}.UpdatedAtWithRefresh__text___1dPMZ{-ms-flex-item-align:center;align-self:center}.UpdatedAtWithRefresh__refreshIcon___323gX{background:#F7F7F7;width:2em;-ms-flex-item-align:center;align-self:center;margin-left:1em;fill:#8f3213;cursor:pointer}.UpdatedAtWithRefresh__refreshIcon___323gX:hover{background-color:transparent;fill:#fc835a}

.styles__container___1sRa5{padding:0 5px}.styles__titleHeaders___2BQal{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;white-space:nowrap}.styles__redSpan___w9KfW{background:'#FFB197';width:70;border-radius:'12px';padding:'0 0 0 10px'}.styles__amberSpan___3PPtC{background:'#FFDE7D';width:70;border-radius:'12px';padding:'0 0 0 10px'}.styles__greenSpan___2OCDc{background:'#32CD32';width:70;border-radius:'12px';padding:'0 0 0 10px'}.styles__boldLetters___1ZQaw{font-weight:900;font-size:20px}.styles__tableBorder___2XLkd{border:2px solid #d1d3d8;border-radius:3px}

.styles__boxWrapper___3uIcb{height:135px;-ms-flex:1 1 300px;flex:1 1 300px;padding:10px;border:3px solid #c5c5c5;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden}.styles__boxTitle___36Re-{font-size:22px}.styles__boxCount___3hZGJ{font-size:36px;font-weight:600}

.styles__wrapper___1JaHq{margin-left:5px}.styles__tableBorder___3WMYe{border:2px solid #f7f7f7;border-radius:3px}

.style__title___JE_IK{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.style__cardWrapper___3k6JC{border:1px solid red;border-left:10px solid red;padding:10px;display:-ms-flexbox;display:flex}.style__detailsWrapper___TRVDx{padding-bottom:10px;-ms-flex-positive:10;flex-grow:10}.style__description___2P8dm{color:black;font-size:24px;margin-bottom:4px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style__subDescription1___1eW-P{color:grey;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style__subDescription2____VMZP{color:grey;min-height:1.2em}.style__subDescription3___2VPvx{color:#b1b1b1;margin-top:5px}.style__data___1a5Ql{font-weight:bold;margin-top:15px}.style__dataFirstPart___XGLmQ{color:black;font-size:32px;font-weight:bold}.style__card___23Rg_{padding:0.6em;width:40%;-webkit-transform:none;-ms-transform:none;transform:none}.style__card___23Rg_.style__red___1wkGX{border:1px solid #c12547;border-left:12px solid #c12547}.style__card___23Rg_.style__green___2Sw1p{border:1px solid #00854d;border-left:12px solid #00854d}.style__card___23Rg_.style__amber___3c-IX{border:1px solid #c7520c;border-left:12px solid #c7520c}.style__card___23Rg_.style__unknown___ZGvVr{border:1px solid #000;border-left:12px solid #000}.style__card___23Rg_.style__clickable___3WkZ4{-webkit-transition:-webkit-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out, -webkit-transform .1s ease-in-out;cursor:pointer}.style__card___23Rg_.style__clickable___3WkZ4:hover{-webkit-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01)}

.styles__alertMainWrapper___18RaM{border-left-width:4px;border-left-style:solid;padding:1rem;background-color:#edf2f7}

.styles__mainWrapper___cRiRk{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#fff;border:none;width:98%;padding:1rem}@media (min-width: 768px){.styles__mainWrapper___cRiRk{padding:1.5rem}}@media (max-width: 640px){.styles__mainWrapper___cRiRk{width:90% !important}}.styles__modalButton___llKfz{height:40px;max-height:42px}.styles__modalButton___llKfz:focus:not(:-moz-read-only){background:#fff;border:2px solid #0065b3}.styles__modalButton___llKfz:focus:not(:read-only){background:#fff;border:2px solid #0065b3}.styles__modalButton___llKfz:focus-visible:not(:-moz-read-only){outline-color:#0065b3}.styles__modalButton___llKfz:focus-visible:not(:read-only){outline-color:#0065b3}.styles__modalButtonAction___JteS9{background-color:#ffbba9;border:1px solid #fc835a}.styles__modalButtonAction___JteS9:hover{background-color:#fc835a}.styles__modalButtonAction___JteS9.styles__disabled___2EO5A{pointer-events:none;background-color:#d9d9d9;color:#262626;border:1px solid #262626}.styles__modalButtonCancel___2sm6A{background-color:transparent;border:1px solid #fc835a}.styles__modalButtonCancel___2sm6A:hover{background-color:#fc835a}.styles__icon___3bz6j{width:12px}.styles__errorMessage___81IIh{padding:0;margin-left:10px;color:#c12547;font-size:1rem}.styles__textWrapper___2GNJi{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__errorWrapper___fnZUr{-ms-flex-pack:start;justify-content:flex-start;color:#c12547;background-color:#edf2f7;padding:10px;border-left:4px solid #c12547}.styles__errorIcon___2wmYe{width:16px;height:16px;fill:#c12547}.styles__modalHeader___6_QA4{margin:0 0 0.5rem 0;padding:0;font-size:1.8rem}@media (min-width: 768px){.styles__modalHeader___6_QA4{line-height:1.4;font-size:2.5rem}}.styles__modalSubHeader___27TDh{font-size:1rem}.styles__modalFooter___tmeuy{margin-top:2rem}.styles__modalDivider___2Ry17{height:1px;border:none;-ms-flex-negative:0;flex-shrink:0;background-color:#8a8a8a;margin:1rem -1rem}@media (min-width: 768px){.styles__modalDivider___2Ry17{margin:1rem -1.2rem}}.styles__hidden___1WTCQ{display:none !important}

.styles__inputField___21SzN{margin-bottom:15px}.styles__inputField___21SzN .styles__loginFormLabel___1MUWY,.styles__inputField___21SzN label{margin-bottom:7pt;display:block;font-size:16px;font-weight:bold;color:#474747}.styles__inputField___21SzN .styles__loginFormLabel___1MUWY.styles__hasError___1XPdw,.styles__inputField___21SzN label.styles__hasError___1XPdw{color:#c12547}.styles__inputField___21SzN .styles__loginFormLabel___1MUWY.styles__noError___r68uS,.styles__inputField___21SzN label.styles__noError___r68uS{color:#c12547}.styles__inputField___21SzN .styles__loginFormLabel___1MUWY span,.styles__inputField___21SzN label span{display:inline-block;padding:0 2px}.styles__inputField___21SzN .styles__asterisk___3HXGi{color:#c12547}.styles__inputErrorContainer___2mzl6{padding-left:20px;border-left:2px solid #c12547;-ms-flex-align:bottom;align-items:bottom}.styles__errorMessage___SyGoL{color:#c12547;margin:0;font-size:14px;padding:5px 0}.styles__passwordLabel___YeDPq{color:#ce283c;font-size:12px;text-align:right;margin-top:-10px}.styles__passwordLabel___YeDPq.styles__hide_error___23fXa{display:none}.styles__passwordLabel___YeDPq.styles__show_error___1rFji{display:block}.styles__forgotPassword___1cY_R{color:#8998a9;margin-top:1em}.styles__forgotPassword___1cY_R:hover{cursor:pointer;color:#697481}.styles__signInButton___1oDVj{margin-top:2em}

.styles__modalRow___1H9gU{margin:0.5rem 0}.styles__inputGroupWrapper___3rZgp{margin-top:2rem;margin-bottom:7rem;width:100%}.styles__textWrapper___1ewQA{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__errorMessage___qiccz{margin:0;padding:0;color:#c12547;font-size:12px}.styles__inputWrapper___30JvL{padding-bottom:1rem}.styles__mainButton___Vn56d{height:40px;max-height:42px;max-width:180px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.styles__mainButton___Vn56d:focus:not(:-moz-read-only){background:#fff;border:2px solid #0065b3}.styles__mainButton___Vn56d:focus:not(:read-only){background:#fff;border:2px solid #0065b3}.styles__mainButton___Vn56d:focus-visible:not(:-moz-read-only){outline-color:#0065b3}.styles__mainButton___Vn56d:focus-visible:not(:read-only){outline-color:#0065b3}.styles__buttonTheme___2pH4Z{background-color:#ffbba9;border:1px solid #fc835a}.styles__buttonTheme___2pH4Z:hover{background-color:#fc835a}.styles__icon___1n6ht{width:1rem}

.ShipmentList__title___3r4Q4{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.ShipmentList__noRecords___3HM7F{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.ShipmentList__cellWrapper___2OX2F{display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;font-size:16px;padding:0}.ShipmentList__deliveryStatusCellValue___3LoML{background-color:#f8f8f8;width:auto;height:auto;padding:10px 20px;border-radius:2px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.ShipmentList__listWrapper___2we3K input{width:16px;height:16px}

.styles__cardsContainer___2bMYT{display:grid;margin-top:2em;margin-bottom:4.5em;grid-row-gap:40px;grid-template-columns:minmax(0, 1fr)}@media (min-width: 480px){.styles__cardsContainer___2bMYT{grid-column-gap:30px;grid-template-columns:repeat(1, minmax(0, 1fr));grid-auto-rows:auto}}@media (min-width: 1000px){.styles__cardsContainer___2bMYT{grid-column-gap:30px;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-rows:auto}}@media (min-width: 1400px){.styles__cardsContainer___2bMYT{grid-column-gap:30px;grid-template-columns:repeat(3, minmax(0, 1fr))}}@media (min-width: 1900px){.styles__cardsContainer___2bMYT{grid-column-gap:40px;grid-template-columns:repeat(4, minmax(0, 1fr))}}.styles__cardsContainer___2bMYT.styles__singleCard___1fJH6{grid-template-columns:repeat(1, minmax(0, 1fr));margin-bottom:2.5em}.styles__cardNavigation___3Eyap{text-decoration:none;color:inherit}

.styles__exportButton___2VmOq{display:inline-block;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding:0.5em 1em;color:#000;background-color:#ffbba9;border:1px solid #fc835a;border-radius:4px;cursor:pointer;font-size:1em;line-height:1.2;-webkit-transition:background-color 0.3s ease, -webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease, -webkit-box-shadow 0.3s ease;transition:background-color 0.3s ease, box-shadow 0.3s ease;transition:background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;max-width:200px;width:auto}.styles__exportButton___2VmOq:hover{background-color:#fc835a}.styles__exportButton___2VmOq:disabled{cursor:not-allowed;opacity:0.6}.styles__errorMessage___2Af4R{color:rgba(252,4,4,0.56);background-color:rgba(255,0,0,0.1);padding:0.5em;margin-top:0.5em;border:1px solid rgba(252,4,4,0.56);border-radius:4px;font-size:0.9em;-webkit-animation:styles__fadeIn___1tuBg 0.5s ease-in-out;animation:styles__fadeIn___1tuBg 0.5s ease-in-out;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}@-webkit-keyframes styles__fadeIn___1tuBg{from{opacity:0}to{opacity:1}}@keyframes styles__fadeIn___1tuBg{from{opacity:0}to{opacity:1}}

.styles__title___1Vi6Z{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.styles__ReactTable___WVMXY .styles__rt-thead___3LEp4 .styles__rt-th___3JHtz{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;background-color:lightgrey}.styles__bottomBlock___hLQou{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:30px}.styles__buttonBlock___3WFFe{width:150px}.styles__button___3UjXR{border:1px solid #fc835a;margin:10px;height:50px;width:200px}.styles__button___3UjXR:hover{background:#fc835a}.styles__buttonDisabled___RjiQA{border:3px solid grey;background:lightgrey;margin:10px;height:50px;width:200px}.styles__buttonDisabled___RjiQA:hover{border:1px solid grey;background:lightgrey;margin:10px;height:50px;width:200px}.styles__boldLetters___3-hZF{font-weight:900;font-size:20px}.styles__reactSelectContainer___1KTsZ{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline;-ms-flex-pack:justify;justify-content:space-between;margin:0 0 15px 0}.styles__reactSelect___1wZiG{width:50%}.styles__headerStyle___3kPZK{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;font-size:18px;background:white;padding:0;cursor:context-menu;border-bottom:1px solid gray}.styles__centrePosition___-EnSv{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.styles__tagsAndCounterWrapperSpan___nuMJv{background:#F5F5F5;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border:1px solid #BEBEBE;border-radius:3px;padding:5px;margin:0 5px 0 0;text-align:center;overflow:hidden}

.styles__modal___10_Iq{position:absolute;background:white;border-radius:3px;border:1px solid lightgrey;padding:5px 5px 0 0}.styles__modalHeader___3wpKs{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.styles__modalHeader___3wpKs{-ms-flex-pack:justify;justify-content:space-between}.styles__modalClose___2JZkv{cursor:pointer;padding:1rem;margin:-1rem -1rem -1rem auto}.styles__modalBody___2u_ih{overflow:auto}.styles__modalContent___38VLg{padding:.4rem;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-pack:stretch;justify-content:stretch;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:400px}@-webkit-keyframes styles__appear___11dM3{from{opacity:0}to{opacity:1}}@keyframes styles__appear___11dM3{from{opacity:0}to{opacity:1}}@-webkit-keyframes styles__slide-in___3xC1E{from{-webkit-transform:translateY(-150px);transform:translateY(-150px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes styles__slide-in___3xC1E{from{-webkit-transform:translateY(-150px);transform:translateY(-150px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}

.styles__reactTableHolder___aliM1,.styles__activeFilters___26XXN{background-color:#fafafa;margin:0 -40px;font-family:'RundText', Arial, sans-serif}.styles__activeFilters___26XXN{padding:5px 40px;margin:0 auto}.styles__button___3Nd4e{display:inline-block;background:#fc835a;padding:0.5em 1em;border-radius:0.35em;cursor:pointer;color:#fff}.styles__button___3Nd4e:hover{background:#ffbba9}.styles__button___3Nd4e:hover svg{fill:white !important}.styles__innerContainer___3XqeS{background:white;border-radius:3px;padding:20px;height:calc(100vh - 367px)}.styles__filterToggles___QdOEs{display:-ms-flexbox;display:flex;-ms-flex-pack:right;justify-content:right;padding-right:0.5em;position:absolute;-ms-flex-align:center;align-items:center;top:10.5em;right:3.5em;-webkit-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}

.styles__enableSwitcher___2Wg7f{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__enableSwitcher___2Wg7f .styles__statusMode___25rOB{margin-left:10px}.styles__enableSwitcher___2Wg7f .styles__statusMode___25rOB .styles__activeState___2bbao{color:#00854d}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:32px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb{position:absolute;width:50px;z-index:50;opacity:0;height:100%;cursor:pointer}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:disabled{cursor:initial}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:disabled:checked+label:before{background:#b5d6a9}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:disabled:checked+label:after{border-color:#b5d6a9}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:disabled+label:before{background:#a4a5a8}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:disabled+label:after{border-color:#a4a5a8}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb+label{position:relative;padding:5px 0 0 50px;line-height:2.0em;height:25px}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb+label:before{content:"";position:absolute;display:block;left:0;top:0;width:50px;height:26px;border-radius:16px;background:#404148;-webkit-transition:all 0.3s;transition:all 0.3s}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb+label:after{content:"";position:absolute;display:block;left:0;width:26px;height:26px;border-radius:16px;background:#fff;-webkit-transition:all 0.3s;transition:all 0.3s;top:53%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #404148}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:checked+label:after{margin-left:24px;border:1px solid #00854d}.styles__enableSwitcher___2Wg7f .styles__switcherInner___1-JYi input[type="checkbox"].styles__appleSwitch___jtjGb:checked+label:before{background:#00854d}

.statistics__statisticsContainer___6GZ8H{width:80%}@media (max-width: 768px){.statistics__statisticsContainer___6GZ8H{width:100%}}.statistics__detailContainer___1KtYF{-ms-flex:3 1;flex:3 1;line-height:0.5}.statistics__emailStats___2W_4k{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1em;width:100%}@media (max-width: 500px){.statistics__emailStats___2W_4k{-ms-flex-wrap:wrap;flex-wrap:wrap}}.statistics__card___1P9Vk{display:-ms-flexbox;display:flex;padding:1em;background:#ebebeb;border-radius:8px;width:48%}@media (max-width: 500px){.statistics__card___1P9Vk{width:100%;margin-bottom:1em}}.statistics__spanDescription___33XDe{line-height:1}.statistics__icon___2VMid{width:45%}.statistics__iconContainer___1I2Dm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1 1;flex:1 1;fill:#fc835a}.statistics__errorContainer___t_b75{border:2px solid #c12547;border-left:4px solid #c12547;color:#c12547;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;padding:10px;margin-top:1em}.statistics__errorInner___5veDF{margin-left:8px}.statistics__errorInnerTitle___1ELBc{font-weight:bold;margin-bottom:.5em}.statistics__errorInnerMessage___1FLGx{color:#000}.statistics__warningIcon___-rx3s{fill:#c12547}

.pieCharts__chartContainer___3HiWQ{margin:0 .5em .5em .5em}.pieCharts__pieCharts___1Uwzf{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media (max-width: 768px){.pieCharts__pieCharts___1Uwzf{-ms-flex-wrap:wrap;flex-wrap:wrap}}.pieCharts__pieChart___1EAlH{width:48%;-webkit-box-shadow:1px 2px 5px 1px #dddddd;box-shadow:1px 2px 5px 1px #dddddd}@media (max-width: 768px){.pieCharts__pieChart___1EAlH{width:100%;margin-bottom:1em}}.pieCharts__chartContainerTitle___1TpAw{font-size:1.3em;margin:1em 1em 0 1em}.pieCharts__errorContainer___1EXd0{border:2px solid #c12547;border-left:4px solid #c12547;margin:.5em .5em 1em .5em;color:#c12547;padding:10px}.pieCharts__errorInner___2qv9M{margin-left:8px}.pieCharts__errorInnerTitle___2qVAi{font-weight:bold}.pieCharts__errorInnerMessage___2oqk_{color:#000}.pieCharts__warningIcon___2F83f{fill:#c12547}

.styles__chartContainer___3iIHG{width:100%}

.EmailClientsChart__chartContainer___3ZQxR{margin:0 .5em .5em .5em}.EmailClientsChart__pieChart___1prGc{width:48%;-webkit-box-shadow:1px 2px 5px 1px #dddddd;box-shadow:1px 2px 5px 1px #dddddd}@media (max-width: 768px){.EmailClientsChart__pieChart___1prGc{width:100%;margin-bottom:1em}}.EmailClientsChart__chartContainerTitle___3JgpM{font-size:1.3em;margin:1em 1em 0 1em}.EmailClientsChart__errorContainer___3G_C0{border:2px solid #c12547;border-left:4px solid #c12547;margin:.5em .5em 1em .5em;color:#c12547;padding:10px}.EmailClientsChart__errorInner___2miTE{margin-left:8px}.EmailClientsChart__errorInnerMessage___2Etxr{color:#000}

.ErrorMessage__errorContainer___3qcv1{border:2px solid #c12547;border-left:4px solid #c12547;margin:.5em .5em 1em .5em;color:#c12547;padding:10px}.ErrorMessage__errorInner___1TMps{margin-left:8px}.ErrorMessage__errorInnerMessage___1VnG5{color:#000}

.PlatformsChart__chartContainer___1U9df{margin:0 .5em .5em .5em}.PlatformsChart__pieChart___-0mLO{width:48%;-webkit-box-shadow:1px 2px 5px 1px #dddddd;box-shadow:1px 2px 5px 1px #dddddd}@media (max-width: 768px){.PlatformsChart__pieChart___-0mLO{width:100%;margin-bottom:1em}}.PlatformsChart__chartContainerTitle___3SmJg{font-size:1.3em;margin:1em 1em 0 1em}.PlatformsChart__errorContainer___8KRXv{border:2px solid #c12547;border-left:4px solid #c12547;margin:.5em .5em 1em .5em;color:#c12547;padding:10px}.PlatformsChart__errorInner___38_eX{margin-left:8px}.PlatformsChart__errorInnerMessage___1Kedv{color:#000}

.areaChart__areaChart___jOZ88{width:100%}

.emailStatisticsCards__detailContainer___24ghq{-ms-flex:3 1;flex:3 1;line-height:0.5}.emailStatisticsCards__periodContainer___2cUu_{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.emailStatisticsCards__emailStats___3z1hv{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1em;width:100%}@media (max-width: 500px){.emailStatisticsCards__emailStats___3z1hv{-ms-flex-wrap:wrap;flex-wrap:wrap}}.emailStatisticsCards__card___22e8Y{display:-ms-flexbox;display:flex;padding:1em;background:#ebebeb;border-radius:8px;width:48%}@media (max-width: 500px){.emailStatisticsCards__card___22e8Y{width:100%;margin-bottom:1em}}.emailStatisticsCards__spanDescription___kHbTJ{line-height:1}.emailStatisticsCards__icon___3O8wF{width:45%}.emailStatisticsCards__iconContainer___WmGQh{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex:1 1;flex:1 1;fill:#fc835a}.emailStatisticsCards__cardLinkBounce___1p5Qd{text-align:right;margin-top:1em}.emailStatisticsCards__cardLinkBounce___1p5Qd a{line-height:1;color:#171717}

.DatesDropdown__periodContainer___2HKXG{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}.DatesDropdown__periodsLabel___2gOzB{white-space:nowrap}.DatesDropdown__periods___2qx-S{height:36px;width:160px;outline:none;font-size:.9em;margin-left:.5em;margin-bottom:2em}@media (max-width: 500px){.DatesDropdown__periods___2qx-S{width:100%}}

.TabErrorMessage__errorContainer___Pi_4e{border:2px solid #c12547;border-left:4px solid #c12547;color:#c12547;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;padding:0.625em;margin-top:1em;margin-bottom:1em;padding-bottom:2em}.TabErrorMessage__errorInner___ScxkS{margin-left:8px}.TabErrorMessage__errorInnerTitle___QXG-s{font-weight:bold;margin-bottom:.5em}.TabErrorMessage__errorInnerMessage___2xeW4{color:#000}.TabErrorMessage__warningIcon___3Mq68{fill:#c12547}

.BounceBarChart__chartContainer___1GcBh{padding:5px;height:500px}@media (max-width: 768px){.BounceBarChart__chartContainer___1GcBh{height:50vh}}.BounceBarChart__chartContainer___1GcBh>div{height:100%}.BounceBarChart__barChart___xs_UT{max-width:1024px;-webkit-box-shadow:1px 2px 5px 1px #dddddd;box-shadow:1px 2px 5px 1px #dddddd;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:column;flex-direction:column}@media (max-width: 768px){.BounceBarChart__barChart___xs_UT{width:100%;margin-bottom:1em}}.BounceBarChart__chartContainerTitle___15RlF{font-size:1.3em;margin:1em 1em 0 1em}.BounceBarChart__errorContainer___1AyRa{border:2px solid #c12547;border-left:4px solid #c12547;margin:0.5em 0.5em 1em 0.5em;color:#c12547;padding:10px}.BounceBarChart__errorInner___1yIRF{margin-left:8px}.BounceBarChart__errorInnerMessage___13Fqr{color:#000}

.SuccessMessage__successContainer___2XgNg{border:2px solid #00854d;border-left:4px solid #00854d;color:#00854d;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;padding:0.625em;margin-top:1em;margin-bottom:1em;padding-bottom:2em}.SuccessMessage__successInner___2yB2o{margin-left:8px}.SuccessMessage__successInnerTitle___3sKkl{font-weight:bold;margin-bottom:.5em}.SuccessMessage__successInnerMessage___3xe5i{color:#000}.SuccessMessage__successIcon___1RYRi{fill:#00854d}

.reasonDropdown__reasonContainer___2QFhj{display:-ms-flexbox;display:flex;-ms-flex-align:baseline;align-items:baseline}@media (max-width: 766px){.reasonDropdown__reasonContainer___2QFhj{width:100%}}.reasonDropdown__reasonLabel___3LzkO{white-space:nowrap}.reasonDropdown__reason___1ToDt{height:36px;outline:none;font-size:14px;margin-bottom:28px;width:100%}@media (min-width: 767px){.reasonDropdown__reason___1ToDt{margin-left:7px;width:250px}}

.searchInput__outerbox___1tiHt{display:-ms-flexbox;display:flex;gap:10px;padding:0 10px;border:1px solid #8a8a8a;border-radius:2px;-ms-flex-align:center;align-items:center;height:45px;-ms-flex:1 1;flex:1 1}@media (max-width: 766px){.searchInput__outerbox___1tiHt{-ms-flex:unset;flex:unset;width:100%;gap:0}}@media (min-width: 767px) and (max-width: 1023px){.searchInput__outerbox___1tiHt{-ms-flex:1 1 auto;flex:1 1 auto}}.searchInput__searchInput___pcN97{height:36px;-webkit-box-sizing:border-box;box-sizing:border-box;border-style:hidden;background-image:url(function (_ref) {
  var _ref$styles = _ref.styles,
    styles = _ref$styles === void 0 ? {} : _ref$styles,
    props = _objectWithoutProperties(_ref, _excluded);
  return /*#__PURE__*/react.createElement("svg", Object.assign({
    xmlns: "http://www.w3.org/2000/svg",
    viewBox: "0 0 67.8 66.4"
  }, props), /*#__PURE__*/react.createElement("path", {
    d: "M66.4 59.8L48.8 42.2c3.1-4.4 4.9-9.7 4.9-15.4C53.7 12.1 41.7.1 27 .1S.3 12.1.3 26.8s12 26.7 26.7 26.7c6.3 0 12-2.2 16.6-5.8L61 65.2c.7.7 1.7 1.1 2.7 1.1 1 0 1.9-.4 2.7-1.1 1.5-1.5 1.5-3.9 0-5.4zM27 48C15.4 48 5.8 38.5 5.8 26.8S15.4 5.6 27 5.6c11.7 0 21.2 9.5 21.2 21.2S38.7 48 27 48z"
  }));
});background-repeat:no-repeat;background-position:10px;-ms-flex-pack:justify;justify-content:space-between;-ms-flex:1 0 auto;flex:1 0 auto}@media (min-width: 1024px){.searchInput__searchInput___pcN97{min-width:300px;max-width:350px}}.searchInput__searchInput___pcN97::-webkit-input-placeholder{font-style:italic}.searchInput__searchInput___pcN97::-moz-placeholder{font-style:italic}.searchInput__searchInput___pcN97:-ms-input-placeholder{font-style:italic}.searchInput__searchInput___pcN97::-ms-input-placeholder{font-style:italic}.searchInput__searchInput___pcN97::placeholder{font-style:italic}.searchInput__icon___1IJwZ{width:20px;height:20px;fill:#8a8a8a;-ms-flex:0 0 auto;flex:0 0 auto}.searchInput__icon___1IJwZ:hover{fill:#474747;cursor:pointer}

.buttons__button___rWzpU{font-size:14px;white-space:nowrap;min-width:unset;padding:0 14px;height:36px}.buttons__iconButton___KQQGP div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.buttons__iconButton___KQQGP div svg{width:20px;margin-right:10px}.buttons__reactivateButton___2o7r8{border:1px solid #8a8a8a}

.createSuppression__recipientsBox___3y83l{resize:none}

.styles__filterBar___3piGj{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 1023px){.styles__filterBar___3piGj{-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:12px;gap:6px}}.styles__filters___28Yc2{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px}@media (max-width: 766px){.styles__filters___28Yc2{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-ms-flex-pack:center;justify-content:center;gap:6px}}@media (min-width: 767px) and (max-width: 1023px){.styles__filters___28Yc2{width:100%}}.styles__datesDropdownContainer___245uF{-ms-flex:1 0 auto;flex:1 0 auto}.styles__actions___3yCWe{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}

.suppressionList__cellWrapper___i0L0a{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:left;align-items:left;font-size:18px}.suppressionList__ReactTableCustom___16JGQ [role='columnheader']>div:first-child{padding:16px}

.styles__activityDetailsContainer___jJobu{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:10px}.styles__activityDetailsContainer___jJobu .styles__labelContainer___6Jtj_{display:-ms-inline-flexbox;display:inline-flex;width:106px;-ms-flex-pack:end;justify-content:flex-end;font-weight:bold;margin-top:20px}@media (max-width: 1023px){.styles__activityDetailsContainer___jJobu .styles__labelContainer___6Jtj_{width:auto;-ms-flex-pack:start;justify-content:flex-start;gap:6px}}.styles__activityDetailsContainer___jJobu .styles__valueContainer___3BH4_{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:start;justify-content:flex-start;margin-left:10px}@media (max-width: 1023px){.styles__activityDetailsContainer___jJobu .styles__valueContainer___3BH4_{-ms-flex-pack:start;justify-content:flex-start;margin-left:5px}}.styles__eventTimeline___2MxXI{padding:3px}.styles__htmlBody___Q12kz{border:1px solid #d7d7d7;padding:5px}.styles__toLink___T1hd8{color:#0065B3}

.EventType__cellDecorated___3nxIz{padding:4px 8px;font-size:14px;-ms-flex-pack:distribute;justify-content:space-around;text-align:left;color:black;border-radius:4px;width:150px}@media (max-width: 1023px){.EventType__cellDecorated___3nxIz{width:100px;white-space:normal}}.EventType__cellDecorated___3nxIz.EventType__processed___2D9fb{background-color:#c6e091}.EventType__cellDecorated___3nxIz.EventType__delivered___3YUNl{background-color:#89bf1d}.EventType__cellDecorated___3nxIz.EventType__opened___2lt8S{background-color:#5cc3cc}.EventType__cellDecorated___3nxIz.EventType__clicked___3vagc{background-color:#b47cd4}.EventType__cellDecorated___3nxIz.EventType__bounce___3ZbEv,.EventType__cellDecorated___3nxIz.EventType__error___rXcPl{background-color:#d14642;color:white}.EventType__cellDecorated___3nxIz.EventType__softbounce___lT_VP{background-color:#ffb3aa;opacity:0.6}.EventType__cellDecorated___3nxIz.EventType__deactivated___3JvVO{background-color:#c6c6c6}

.styles__timelineContainer___1WX6d{width:100%;border-left:1px solid #d7d7d7;margin-top:24px;margin-left:108px}@media (max-width: 640px){.styles__timelineContainer___1WX6d{margin-left:108px;width:100%}}.styles__timelineEvent___3ra6B{display:-ms-flexbox;display:flex;margin-bottom:32px}.styles__leftSide___2Oe17{margin-left:-110px;width:100px;text-align:right}.styles__eventHeader___1b-uJ{width:100px}.styles__eventHeader--processed___NlWJi:before{background-color:#c6e091}.styles__eventHeader--delivered___1E6Al:before{background-color:#89bf1d}.styles__eventHeader--opened___-KBzb:before{background-color:#5cc3cc}.styles__eventHeader--clicked___jZA8w:before{background-color:#b47cd4}.styles__eventHeader--bounce___1RXkZ:before,.styles__eventHeader--error___1ca0e:before{background-color:#d14642}.styles__eventHeader--soft-bounce___32ZYO:before{background-color:#ffb3aa}.styles__eventHeader___1b-uJ:before{content:"";position:absolute;top:7px;left:-27px;width:9px;height:9px;border-radius:50%}.styles__rightSide___NOLlQ{margin-left:32px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;width:80%;position:relative}@media (max-width: 1023px){.styles__rightSide___NOLlQ{width:60%}}.styles__eventDetails___nTy7x{color:#616161}.styles__timelineTop___1Ewx3{height:32px;width:100%;border-top:1px solid #d7d7d7;margin-left:-110px}.styles__eventLink___1Nx0B{text-decoration:underline;cursor:pointer;color:#0065B3}.styles__moreDetails___2_TL8{cursor:pointer;height:35px;min-width:130px;width:130px}.styles__mainWrapper___cLD_c{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:#fff;border:none;width:98%;min-height:300px;padding:1rem}@media (min-width: 768px){.styles__mainWrapper___cLD_c{padding:1.5rem}}.styles__modalHeader___2Y4Uk{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;height:50px}.styles__modalHeader___2Y4Uk .styles__title___tM_zb{display:-ms-flexbox;display:flex;width:100%}.styles__modalHeader___2Y4Uk .styles__close___1wdps{display:-ms-flexbox;display:flex;cursor:pointer}.styles__modelContent___ZokBZ>div{padding:5px 0}.styles__modelContent___ZokBZ .styles__label___JfZBO{font-weight:bold}

.styles__moreDetails___3w6xO{cursor:pointer;height:35px;min-width:130px;width:130px}.styles__modelContent___174tv>div{padding:5px 0}.styles__modelContent___174tv .styles__label___1fXcr{font-weight:bold;width:80px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:end;justify-content:flex-end;margin-right:5px}.styles__modelContent___174tv .styles__detailContent___t5cVy{border:1px solid #d7d7d7;padding:5px;white-space:pre-wrap;overflow:auto;height:400px;max-width:750px}@media (max-width: 640px){.styles__modelContent___174tv .styles__detailContent___t5cVy{width:300px;height:250px;overflow:auto}}

.styles__filterBar___s8Lwj{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width: 1023px){.styles__filterBar___s8Lwj{-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:12px;gap:6px}}.styles__filters___3yaUI{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:12px}@media (max-width: 766px){.styles__filters___3yaUI{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-ms-flex-pack:center;justify-content:center;gap:6px}}@media (min-width: 767px) and (max-width: 1023px){.styles__filters___3yaUI{width:100%}}.styles__datesDropdownContainer___2Sn3l{-ms-flex:1 0 auto;flex:1 0 auto}.styles__actions___dr5VZ{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px}

.activityList__cellWrapper___EzO9e{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:left;align-items:left;font-size:18px}.activityList__eventTypeLink___1afc8{cursor:pointer}.activityList__cellLink___1uc5u{text-decoration:underline;cursor:pointer;color:#0065B3}.activityList__ReactTableCustom___23WJ- [role='columnheader']>div:first-child{padding:16px}

.buttons__button___1FLix{font-size:14px;white-space:nowrap;min-width:unset;padding:0 1em}.buttons__iconButton___2r3zb div{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.buttons__iconButton___2r3zb div svg{width:20px;margin-right:0.5em}.buttons__reactivateButton___2Rofr{height:36px;border:1px solid #8a8a8a}.buttons__showMoreButton___ieTkT{width:100px;margin:8px auto 0px auto}.buttons__hidden___hJZVi{display:none}

.styles__header___3agfb{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;width:96%;margin-left:32px}@media (max-width: 1023px){.styles__header___3agfb{margin-left:0;-ms-flex-direction:column;flex-direction:column;gap:16px}}.styles__icon___3AL2t{width:90px;height:90px;border-radius:50%;background-color:#8a8a8a;color:#FFF;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 640px){.styles__icon___3AL2t{display:none}}.styles__icon___3AL2t>span{font-size:40px;text-align:center}.styles__emailSection___2tw0b{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:center;justify-content:center;gap:30px}@media (max-width: 640px){.styles__emailSection___2tw0b{gap:10px}}.styles__emailDetails___27r2k{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;gap:8px}.styles__emailAddress___1mz7T{font-size:20px;font-weight:bold}@media (max-width: 640px){.styles__emailAddress___1mz7T{font-size:16px}}.styles__location___3DHbW{font-size:14px}.styles__statsSection___1mTvs{display:-ms-flexbox;display:flex;height:70px;border-radius:10px;border:1px solid #d7d7d7}.styles__statsSection___1mTvs>div{width:90px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;text-align:center;border-left:1px solid #d7d7d7}.styles__statsSection___1mTvs>div:first-child{border-left:none}.styles__statsSection___1mTvs>div>span{font-size:24px;font-weight:bold}

.styles__tabsList___2v981{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;list-style-type:none;padding:0;margin:16px 0 0 0}.styles__tab___WaV61,.styles__selectedTab___8JjJ3{-ms-flex:1 0 120px;flex:1 0 120px;max-width:300px;height:54px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e3e3e3;border-radius:12px 12px 0 0;border-bottom-width:0;margin-right:1px;cursor:pointer;padding:0 12px}.styles__tab___WaV61:last-child,.styles__selectedTab___8JjJ3:last-child{margin-right:0}.styles__tab___WaV61:hover,.styles__selectedTab___8JjJ3:hover{background-color:#f1f1f1}.styles__tab___WaV61>a,.styles__selectedTab___8JjJ3>a{font-weight:bold;font-size:1.0625rem;letter-spacing:-0.03125rem;text-decoration:none;color:initial}.styles__selectedTab___8JjJ3{z-index:6;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);background:#fff;overflow:hidden;-webkit-box-sizing:content-box;box-sizing:content-box}.styles__selectedTab___8JjJ3:last-child{padding-right:16px}.styles__showMoreTab___ti9I0{-ms-flex:0 1 42px;flex:0 1 42px}.styles__showMoreTab___ti9I0 .styles__ellipsisButton___ltdUl{background-color:transparent;height:54px;width:42px}.styles__showMoreTab___ti9I0 .styles__ellipsisButton___ltdUl .styles__ellipsisIcon___1yjPY{height:24px}.styles__showMoreTab___ti9I0 .styles__ellipsisButton___ltdUl .styles__ellipsisIcon___1yjPY.styles__active___eb1rV{fill:#fc835a}

.styles__errorContainer___SJEXl{border:2px solid #c12547;border-left:4px solid #c12547;color:#c12547;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;padding:10px;margin-top:1em}.styles__errorInner___evfrr{margin-left:8px}.styles__errorInnerTitle____00Do{font-weight:bold;margin-bottom:.5em}.styles__errorInnerMessage___c4dRP{color:#000}.styles__warningIcon___2Hpj2{fill:#c12547}

.styles__navContainer___1iQd6{border-bottom:1px solid #d7d7d7;margin-top:2em;margin-bottom:1em}.styles__navList___3XYO9{-ms-flex-direction:row;flex-direction:row;list-style:none;padding-left:0;margin:0}.styles__navItem___1WIHB{display:inline-block;margin-bottom:-1px;margin-right:1em}.styles__link___3xsA2{display:block;color:#171717;text-decoration:none;padding:0 6px 5px 6px}@media (min-width: 767px){.styles__link___3xsA2{padding:0 1em 0.3em 1em}}.styles__linkActive___4eX3n{font-weight:bold;border-bottom:3px solid #fc835a}

.styles__button___3Fkoq{display:inline-block;background:#ff055e;padding:0.5em 1em;border-radius:0.35em;cursor:pointer;color:#fff}.styles__button___3Fkoq:hover{background:#ce0049}.styles__button___3Fkoq:hover svg{fill:white !important}.styles__tabsList___tUbhH{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;list-style-type:none;padding:0;margin:16px 0 0 0}.styles__tab___1oLJO,.styles__selectedTab___36Oic{-ms-flex:1 0 120px;flex:1 0 120px;max-width:300px;height:54px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:#e3e3e3;border-radius:12px 12px 0 0;border-bottom-width:0;margin-right:1px;cursor:pointer;padding:0 12px}.styles__tab___1oLJO:last-child,.styles__selectedTab___36Oic:last-child{margin-right:0}.styles__tab___1oLJO:hover,.styles__selectedTab___36Oic:hover{background-color:#f1f1f1}.styles__tab___1oLJO>a,.styles__selectedTab___36Oic>a{font-weight:bold;font-size:1.0625rem;letter-spacing:-0.03125rem;text-decoration:none;color:initial}.styles__selectedTab___36Oic{z-index:6;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);background:#fff;overflow:hidden;-webkit-box-sizing:content-box;box-sizing:content-box}.styles__selectedTab___36Oic:last-child{padding-right:16px}.styles__showMoreTab___1bX2S{-ms-flex:0 1 42px;flex:0 1 42px}.styles__showMoreTab___1bX2S .styles__ellipsisButton___1HtrW{background-color:transparent;height:54px;width:42px}.styles__showMoreTab___1bX2S .styles__ellipsisButton___1HtrW .styles__ellipsisIcon___1k77H{height:24px}.styles__showMoreTab___1bX2S .styles__ellipsisButton___1HtrW .styles__ellipsisIcon___1k77H.styles__active___3Zsqj{fill:red}.styles__innerContainer___1GFfx{background:white;border-radius:3px;padding:20px}

.ShipmentMetadataGroupings__formEditArea___1ZwTT{margin:50px 36px 0 36px;padding-top:25px}.ShipmentMetadataGroupings__groupingsMobileTable___EYidA{display:grid;grid-template-columns:1fr}.ShipmentMetadataGroupings__inputContainer___QGYFy{margin-bottom:5px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.ShipmentMetadataGroupings__switchContainer___2eOkr{padding:10px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end}.ShipmentMetadataGroupings__label___1QZr0{font-size:1.5rem;font-weight:bold}.ShipmentMetadataGroupings__rootErrors___2zWnu{display:none;margin-bottom:10px}.ShipmentMetadataGroupings__rootErrors___2zWnu.ShipmentMetadataGroupings__show___2j5Ss{display:block}.ShipmentMetadataGroupings__groupingsTable___ZA8xk{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-column-gap:80px;-moz-column-gap:80px;column-gap:80px;margin-bottom:30px}.ShipmentMetadataGroupings__outerWhiteContainer___3vaF9{background:white;padding:20px;border-radius:3px;height:calc(100vh - 367px)}@media screen and (max-width: 1024px){.ShipmentMetadataGroupings__outerWhiteContainer___3vaF9{height:auto}}

.styles__btnCreateNewWrapper___3gOm3{border-radius:12px;overflow:hidden;height:100%}.styles__btnHeightFix___3Iopw{height:calc(100% + 10px)}.styles__btnCreateNewThin___2EOLn,.styles__btnCreateNew___2ryLr{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border:8px dashed #616161;color:#616161;border-radius:12px;letter-spacing:-1.4px;cursor:pointer;height:100%;margin:-5px;overflow:hidden;-webkit-transition:background-color .2s;transition:background-color .2s}.styles__btnCreateNewThin___2EOLn:hover,.styles__btnCreateNew___2ryLr:hover{background-color:#f1f1f1}.styles__btnCreateNew___2ryLr{min-height:295px}.styles__btnCreateNewThin___2EOLn{min-height:160px}.styles__btnCreateInner___3HqmU{position:relative;top:6px;text-align:center}.styles__plusCircleIcon___3geKb{width:42px;height:42px}.styles__plusCircleIcon___3geKb svg{width:100%;height:100%;fill:#616161}

.ApiKeysList__iconSvg___3aEUW{position:relative;top:-25px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex}.ApiKeysList__iconSvg___3aEUW div{height:45px;width:100px}.ApiKeysList__iconSvg___3aEUW div svg{width:100%;height:100%;overflow:hidden}.ApiKeysList__apiKeyInfo___1EJZo{font-size:0.73em;letter-spacing:0.2px;font-weight:normal;margin:0.5em 0}.ApiKeysList__btnCreateNew___1QaJU{-webkit-perspective:1000px;perspective:1000px;cursor:pointer;width:100%;height:302px;position:relative}.ApiKeysList__sectionHeaderWrapper___LL_be{display:-ms-flexbox;display:flex;margin-bottom:1.5rem}.ApiKeysList__sectionHeaderWrapper___LL_be .ApiKeysList__sectionNmumber___3bGNU{font-size:3.6rem;font-weight:bold;padding:0;margin:0}.ApiKeysList__sectionHeaderWrapper___LL_be .ApiKeysList__alertMessagesHeader___Xq6HM{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-left:1rem;padding-bottom:.5rem}.ApiKeysList__sectionHeaderWrapper___LL_be .ApiKeysList__alertMessagesHeader___Xq6HM .ApiKeysList__reminderHeader____46Ox{text-align:center;font-size:1.4rem;padding:0;margin:0;line-height:1.4}.ApiKeysList__sectionHeaderWrapper___LL_be .ApiKeysList__alertMessagesHeader___Xq6HM .ApiKeysList__reminderHeader____46Ox span{display:block}.ApiKeysList__createdSectionWrapper___1XQlt{padding:30px 25px;width:100%}.ApiKeysList__createdSectionWrapper___1XQlt .ApiKeysList__iconWrapperSvg___2yK4C{margin:0 auto 20px auto;height:45px;width:100px}.ApiKeysList__createdSectionWrapper___1XQlt .ApiKeysList__iconWrapperSvg___2yK4C div{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.ApiKeysList__createdSectionWrapper___1XQlt .ApiKeysList__iconWrapperSvg___2yK4C div svg{width:100%;height:100%;overflow:hidden}.ApiKeysList__modalKeyWrapper___1srAd{background-color:transparent;width:100%;display:-ms-flexbox;display:flex;padding-top:20px;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;position:relative}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__apiTitle___2YRoD{display:block;width:100%;padding:10px 0;line-height:1;font-size:1.6rem;text-align:center;margin:0 0 10px}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__modalWrapperInner___2kFbe{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;width:100%}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__modalWrapperInner___2kFbe input[type="text"]{height:40px;width:100%;padding:8px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border-radius:3px;border:1px solid #9a9b9e}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__modalWrapperInner___2kFbe .ApiKeysList__clippboardWrapper___A_RrF{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;display:-ms-flexbox;display:flex;width:100%;padding:5px 0}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__bottomApiInfo___hhvyb{margin-top:20px;width:100%}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__bottomApiInfo___hhvyb p{color:#ff055e}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__bottomApiInfo___hhvyb .ApiKeysList__reminderParagraph___11pAd{color:#ff055e}.ApiKeysList__modalKeyWrapper___1srAd .ApiKeysList__bottomApiInfo___hhvyb p{font-size:12px;text-align:center;line-height:1.5;margin:0;padding:8px}.ApiKeysList__dualButtons___2skCO{display:grid;grid-template-columns:1fr 1fr;margin:0 -25px -30px -25px}.ApiKeysList__dualButton___393qH{height:60px;line-height:normal}.ApiKeysList__dualButton___393qH:nth-child(1){border-bottom-right-radius:0}.ApiKeysList__dualButton___393qH:nth-child(1):hover>button{background:#f1f1f1 !important}.ApiKeysList__dualButton___393qH:nth-child(2){color:#000;background:#fc835a;border-bottom-left-radius:0}.ApiKeysList__dualButton___393qH:nth-child(2):hover{background:#ffbba9}.ApiKeysList__copyInput___2d5cQ{height:40px;border-radius:4px;border:1px solid rgba(0,0,0,0.15);padding:0 10px}.ApiKeysList__outerWhiteContainer___28QDQ{background:white;padding:20px;border-radius:3px}

.ApiKeyDetailsStyles__backButtonContainer___25RyX{margin:0 0 2em 0}.ApiKeyDetailsStyles__bottom___3HsnF{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:3.3em;background-color:transparent;position:relative;bottom:0;left:0;width:100%;padding:1em 0}.ApiKeyDetailsStyles__bottom___3HsnF .ApiKeyDetailsStyles__contextAction___N4zGj{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:100%}.ApiKeyDetailsStyles__bottom___3HsnF .ApiKeyDetailsStyles__contextAction___N4zGj .ApiKeyDetailsStyles__revokeBtn___1GSnz{min-width:160px;height:2.6em;line-height:2.4em;border-radius:2px;font-size:0.8rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;text-transform:uppercase;font-weight:300;outline:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;color:#ff055e;background-color:transparent;border:1px solid #ff055e}.ApiKeyDetailsStyles__container___2jJOE{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}.ApiKeyDetailsStyles__fieldWithMargin___1bjtN{margin-bottom:16px}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__headerTitle___32C3i{margin-bottom:10px}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__headerTitle___32C3i span{display:block;color:#9a9b9f;font-size:1rem}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__inputContainer___26g-f{overflow:hidden;position:relative;margin-bottom:1.5rem;height:40px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__inputContainer___26g-f .ApiKeyDetailsStyles__settingInput___1cYF5{padding:5px;border-radius:2px;background-color:transparent;border:1px solid #9a9b9e;-webkit-transition:all .1s;transition:all .1s;outline:none;height:100%;width:100%}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__btnContainer___dTHyl{overflow:hidden;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__btnContainer___dTHyl .ApiKeyDetailsStyles__createBtn___29mBf{min-width:160px;height:2.6em;line-height:2.4em;border-radius:2px;font-size:0.8rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;text-transform:uppercase;font-weight:300;background-color:#ff055e;outline:none;color:#f5f5f5;border:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer}.ApiKeyDetailsStyles__createKeyWrapper___2EMKS .ApiKeyDetailsStyles__btnContainer___dTHyl .ApiKeyDetailsStyles__createBtn___29mBf:disabled{background:#9a9b9f;cursor:not-allowed}

.ShipmentFilterList__outerWhiteContainer___2AIBD{background:white;padding:20px;border-radius:3px}.ShipmentFilterList__titleBlock___1HUjo{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.ShipmentFilterList__btnAdditionalStyles___10IbK{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:25px}.ShipmentFilterList__tableControls___3BZZ8{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center}.ShipmentFilterList__tableControls___3BZZ8>div{width:190px}.ShipmentFilterList__tableControls___3BZZ8>div:last-child{margin-top:13px;margin-left:15px}.ShipmentFilterList__tableControls___3BZZ8 input::-webkit-input-placeholder{font-size:16px;font-weight:400}.ShipmentFilterList__tableControls___3BZZ8 input::-moz-placeholder{font-size:16px;font-weight:400}.ShipmentFilterList__tableControls___3BZZ8 input:-ms-input-placeholder{font-size:16px;font-weight:400}.ShipmentFilterList__tableControls___3BZZ8 input::-ms-input-placeholder{font-size:16px;font-weight:400}.ShipmentFilterList__tableControls___3BZZ8 input::placeholder{font-size:16px;font-weight:400}.ShipmentFilterList__tableCellText___3eS5_{margin:0;width:100%;text-wrap:auto;word-wrap:break-word}.ShipmentFilterList__tableButtonsBlock___3L7CO{display:-ms-flexbox;display:flex;fill:#fc835a}.ShipmentFilterList__actionsBtnBlock___2BHqE{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:10px}.ShipmentFilterList__btnDelete___2TO-b:hover{cursor:pointer}

.styles__multiformiconHolder___1_OqH{display:grid;grid-template-columns:repeat(auto-fit, minmax(10px, 10px));grid-gap:8px;-ms-flex-pack:center;justify-content:center;margin:27px 0}.styles__multiformicon___4Ww1B{display:inline-block;width:8px;height:8px;border-radius:999em;background:rgba(73,75,82,0.25)}.styles__multiformiconActive___1olnE{background:#8f3213}.styles__multiformiconActive___1olnE:hover{background:#8f3213}.styles__selectableMultiformicon___3V0AV{border:none;outline:none;padding:0;margin:0}.styles__selectableMultiformicon___3V0AV :hover{cursor:pointer}

.styles__cardSectionInner___20Rkp{position:relative;padding:0 25px 30px 25px}.styles__cardSectionInnerFullSize___30J-P{position:relative;padding:0 0px 30px 0px}.styles__cardSectionInnerFullSize___30J-P .styles__innerContent___1Svog{padding:0 25px 0 25px}.styles__innerContentTitle___3GyBL{margin-bottom:10px}.styles__invalidTitle___YrW6x{color:#ce283c}.styles__inputGroup___2wJZy{margin-bottom:15px}.styles__formgroup___pHeu8{margin-top:30px}.styles__formgroup___pHeu8 label{display:inline-block;font-size:0.875em;margin-bottom:0.375rem;color:rgba(73,75,82,0.5)}.styles__formgroup___pHeu8 label span{color:#ff055e}.styles__formgroup___pHeu8 input{border-radius:2px;height:36px;line-height:36px;padding:0 11px;border:1px solid #8a8a8a;width:100%}.styles__cardButtons___1NAMC{margin:45px -25px -30px -25px;display:grid;grid-gap:0;grid-template-columns:1fr 1fr}.styles__button___1EGL3{height:60px;line-height:normal;width:100%;padding:0;border:1px solid white;border-radius:2px;font-size:0.9em}.styles__buttonOutline___2i7Y5{border:1px solid #fff;color:#494b52;background:#fff;border-bottom-left-radius:12px}.styles__buttonPink___2uyy1{color:white;background:#ff055e;border:1px solid #ff055e}.styles__buttonPink___2uyy1:disabled{border-color:rgba(73,75,82,0.5);background:rgba(73,75,82,0.5);cursor:not-allowed}.styles__buttonBack___27UgU{top:49px;left:25px;position:absolute}.styles__numberSection___1sPa6{display:inline-block;font-size:0.875em;color:black;margin-bottom:0}.styles__numberSection___1sPa6 span{color:#ff055e}.styles__multiselectButton___1TrPR{background:white;color:#494b52;font-size:14px;text-align:center;width:100%;margin-bottom:20px;border:1px solid #8a8a8a;padding:0;line-height:45px;border-radius:2px;height:45px}.styles__multiselectButton___1TrPR.styles__first___blHp5{margin-top:20px}button,div[role=button]{cursor:pointer}button:disabled,div[role=button]:disabled{cursor:initial}.styles__labelHolder___IFu37{margin:10px -7.5px 0 -7.5px}.styles__chipContainer___1TjnW{display:inline-block;margin:8px}.styles__labelIcon___2JLmF{margin-right:5px}.styles__multiselectPair___3QETQ{margin-left:-25px;margin-right:-25px}.styles__multiselectPairButton___2u25J{border-bottom:1px solid rgba(255,224,235,0.6);height:55px;padding:0 25px;border-radius:0;outline:none}.styles__multiselectPairButton___2u25J>div{display:grid;grid-template-columns:1fr auto;grid-gap:15px;-ms-flex-align:center;align-items:center;text-align:left;line-height:55px}.styles__multiselectPairButton___2u25J>div div:last-child{display:grid}.styles__multiselectPairButtonActive___2XaZv{background:#006cb5;color:#fff}.styles__multiselectPairButtonActive___2XaZv:hover{background-color:#295f9c}.styles__notSelectedButton___BEV72,.styles__SelectedButton___1Lg37{width:20px;height:20px;display:inline-grid}.styles__notSelectedButton___BEV72{background:#fff;border-radius:999em;border:1px solid grey}.styles__notSelectedButton___BEV72{background:#fff;border-radius:999em}.styles__tags___3oHJi{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__tag___W_kMz{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:13px 25px;border-top:1px solid #e7e7e7}.styles__tag___W_kMz:last-of-type{border-bottom:1px solid #e7e7e7}.styles__tag___W_kMz:hover{background:#ebebeb}.styles__tagTitle___F2Ej5{-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;line-height:normal}.styles__removeButton___3SnwU{-ms-flex-negative:0;flex-shrink:0;outline:none;background:#ffffff;border:1px solid #e7e7e7;font-weight:bold;color:#e7e7e7;border-radius:50%;height:25px;width:25px;line-height:inherit;margin-left:5px}.styles__tabsContainer___3DTVw{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:0;margin:20px -25px 0 -25px;border-top:1px solid #ecedf4}.styles__tabsContainer___3DTVw .styles__tab___3KdYw{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;height:60px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer;background-color:#e3e3e3}.styles__tabsContainer___3DTVw .styles__tab___3KdYw:hover{background-color:#f1f1f1}.styles__tabsContainer___3DTVw .styles__selectedTab___yNxLd{background-color:initial}.styles__actionsContainer___1tsqx{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:30px 0 0 0;border:1px solid #8a8a8a}.styles__actionsContainer___1tsqx .styles__action___4-QeO{-ms-flex:auto;flex:auto;border-radius:2px;height:45px;line-height:45px;white-space:nowrap;margin:0 6px;width:initial}.styles__actionsContainer___1tsqx .styles__action___4-QeO:last-child{margin-right:0}.styles__actionsContainer___1tsqx .styles__action___4-QeO:first-child{margin-left:0}.styles__list___CMs-Z{margin:20px -25px 0 -25px}.styles__listItem___1zjiK{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;text-align:left;white-space:nowrap;padding:0 20px 0 25px;height:68px}.styles__listItemTitle___3yvnZ{-ms-flex:1 0;flex:1 0;overflow:hidden;text-overflow:ellipsis}.styles__carrierLogo___2yEXQ{height:100%;max-width:140px;padding:10px;-o-object-fit:contain;object-fit:contain}.styles__selectIcon___8eauz{height:25px;fill:#fff}.styles__selectedIcon___ls0Bc{display:none}.styles__selectedCalculatedEvent___2aoln .styles__listItem___1zjiK .styles__selectedIcon___ls0Bc{display:initial}.styles__selectedCalculatedEvent___2aoln .styles__listItem___1zjiK .styles__unselectedIcon___2YBWT{display:none}.styles__inputErrorContainer___1LH4v{padding-left:20px;border-left:2px solid #c12547}.styles__labelClear____o6Jb{position:absolute;width:20px;height:20px;fill:#474747;right:8px;padding:0;line-height:20px;opacity:.8;outline:none;background-color:transparent}.styles__labelClear____o6Jb:hover{background-color:transparent;fill:#000}

.styles__dot___3rCfO{width:12px;height:12px;display:inline-block;border-radius:999em;background:grey}.styles__large___3HKHg{width:26px;height:26px}.styles__medium___phhJ1{width:18px;height:18px}.styles__red___2Ioq3{background:#c12547}.styles__amber___3FyIU{background:#c7520c}.styles__green___3WGBL{background:#00854d}

.styles__stateList___2z3Gx{list-style-type:none;margin:0;padding:0}.styles__stateListItemHeader___1gi_V{display:grid;grid-template-columns:auto 1fr auto;grid-gap:15px;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(255,224,235,0.6);width:calc(100% + 50px);margin-left:-25px;height:55px;padding:0 25px;line-height:55px}.styles__stateListItemHeader___1gi_V div:last-child{display:grid;-ms-flex-line-pack:center;align-content:center;background:#fff;border-radius:999em}.styles__stateListItemHeader___1gi_V:hover{background-color:#f1f1f1}.styles__stateListItemHeaderActive___2RFnt{cursor:initial;background-color:#006cb5}.styles__stateListItemHeaderActive___2RFnt .styles__stateTitle___39RuC{color:#fff}.styles__stateListItemHeaderActive___2RFnt:hover{background-color:#295f9c}.styles__stateTitle___39RuC{font-size:1em;color:black}.styles__supportedByAllCarriers___2yY8H{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:20px}.styles__filterSearch___14-Nh{margin-bottom:15px;margin-top:20px;position:relative}.styles__filterSearchInput___2hRrM{border-radius:2px;height:40px;line-height:40px;border:1px solid #8a8a8a;font-size:16px;color:#494b52;width:100%;outline:none;padding:0 15px 0 32px}.styles__filterSearchInput___2hRrM::-webkit-input-placeholder{color:#616161;opacity:1}.styles__filterSearchInput___2hRrM::-moz-placeholder{color:#616161;opacity:1}.styles__filterSearchInput___2hRrM:-ms-input-placeholder{color:#616161;opacity:1}.styles__filterSearchInput___2hRrM::-ms-input-placeholder{color:#616161;opacity:1}.styles__filterSearchInput___2hRrM::placeholder{color:#616161;opacity:1}.styles__filterSearchInput___2hRrM:-ms-input-placeholder{color:#616161}.styles__filterSearchInput___2hRrM::-ms-input-placeholder{color:#616161}.styles__filterSearchInput___2hRrM:hover{border:1px solid #fc835a}.styles__filterSearchInput___2hRrM:focus{border:2px solid #0065b3}.styles__headerOuter___Kma3p{position:relative}.styles__header___-DfcW{display:grid;grid-template-columns:repeat(5, 1fr);border-bottom:1px solid #e6e8f1;width:calc(100% + 50px);margin-left:-25px;padding:10px 25px;margin-bottom:10px}@media (min-width: 767px){.styles__header___-DfcW{grid-template-columns:repeat(4, auto) 1fr;grid-gap:45px}}@media all and (min-width: 1599px){.styles__header___-DfcW{white-space:nowrap}}.styles__headerButton___2hBBz,.styles__headerButtonLight___2MaDw{background:transparent;border:none;outline:none;cursor:pointer;padding:0;font-size:0.9375em;-webkit-transition:color .1s;transition:color .1s;height:30px;line-height:30px}.styles__headerButton___2hBBz{color:#494b52;position:relative}.styles__headerButton___2hBBz:hover{color:#8f3213}.styles__headerButtonActive___1ztMJ{color:#8f3213}.styles__headerButtonActive___1ztMJ:before{content:"";width:100%;display:inline-block;height:2px;background:#8f3213;position:absolute;bottom:-12px}.styles__headerButtonLight___2MaDw{color:rgba(73,75,82,0.5)}.styles__filter___1lATl{border-radius:8px;display:grid;position:absolute;top:10px;right:0px;width:187px;padding:18px 15px 3px 15px;z-index:2;background:#fff;-webkit-box-shadow:0 19px 38px rgba(0,0,0,0.3);box-shadow:0 19px 38px rgba(0,0,0,0.3)}@media (min-width: 1024px){.styles__filter___1lATl{right:-100px}}.styles__filterHeader___Pdvox{font-size:1em;border-bottom:1px solid rgba(151,151,151,0.5);color:#494b52;margin:0;padding-bottom:5px}.styles__filterButton___3MEaA{text-align:left;border:none;outline:none;cursor:pointer;background:transparent;padding:15px;width:calc(100% + 30px);margin-left:-15px;font-size:0.875em;color:black}.styles__filterButton___3MEaA span{margin-right:10px}.styles__filterButton___3MEaA .styles__stateCategory___ktsye{margin-right:9px}.styles__stateListDetailed___3SIX2{display:none;width:100%;background:rgba(73,75,82,0.11);padding:12px 25px}.styles__stateListDetailedActive___3oANP{display:inline-block}.styles__stateListButton___19tvd{padding:11px 25px;border:1px solid #fc835a;outline:none;border-radius:2px;font-size:0.75em;letter-spacing:0.9px;cursor:pointer}.styles__stateListButtonHollowPink___3OX3f{color:#fc835a;background:transparent}.styles__stateListButtonPink___ve3VX{color:#fff;background:#fc835a}.styles__stateListButtonUnderlined___1ZRjk{background:transparent;color:#fc835a;border-color:transparent;padding-left:0;padding-right:0}.styles__stateListButtonUnderlined___1ZRjk span{text-decoration:underline}.styles__customAddButtons___1CbCo{display:grid;grid-template-columns:1fr;grid-gap:15px}@media (min-width: 767px){.styles__customAddButtons___1CbCo{grid-template-columns:auto auto 1fr}}.styles__textArea___22lNl{border:1px solid rgba(73,75,82,0.5);width:100%;height:125px;background:#fff;margin-bottom:15px;color:#494b52}.styles__filterButtonInner___2r01U{display:grid;color:#494b52;grid-template-columns:auto auto}.styles__filterIcon___jTOg5{fill:#494b52;width:18px;height:18px}.styles__closeIcon___2P82q,.styles__closeIconDeselected___3JA4p{width:20px;height:20px}.styles__closeIconDeselected___3JA4p{border-radius:999em;border:1px solid grey}.styles__buttonNotObvious___1X-9h{margin:0;padding:0;outline:none;cursor:pointer;border:none;background:transparent;height:20px;line-height:0}.styles__filterSearchGlass___2nfOb{position:absolute;width:14px;height:14px;display:inline-block;top:12px;left:11px;opacity:.5}

.styles__container___1YDaU{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding:9px 13px;border-radius:6px;background:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.16);box-shadow:0 2px 10px rgba(0,0,0,0.16)}.styles__dark___nt0MU{background-color:#ebebeb;-webkit-box-shadow:none;box-shadow:none}.styles__label___2K9P3{font-size:0.875rem;margin:0 5px}.styles__deleteIcon___22jYk{height:20px;cursor:pointer}

.styles__container___3mTgz{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;height:46px;background:#fff;border:1px solid #8a8a8a;border-radius:6px;padding:0 0 0 1em;overflow:hidden;margin-bottom:15px}.styles__container___3mTgz:hover{border:1px solid #fc835a}.styles__container___3mTgz:focus-within{border:2px solid #0065b3}.styles__container___3mTgz .styles__inputControl___2MUK8{-ms-flex-positive:1;flex-grow:1;border:none}.styles__container___3mTgz .styles__inputControl___2MUK8 :hover{outline:none}.styles__container___3mTgz .styles__buttonControl___21jB2{-ms-flex-negative:0;flex-shrink:0;width:auto;height:100%;line-height:inherit;border:none;padding:0 1em;background:#ffffff;border-left:1px solid #8a8a8a;font-weight:bold;outline:none}.styles__container___3mTgz .styles__buttonControl___21jB2:hover{background:#e7e7e7}.styles__invalid___1C9lE{border:1px solid #ce283c}.styles__inputErrorContainer___3pPev{padding-left:20px;border-left:2px solid #c12547;background-color:green}

.styles__checkBoxLabel___2Ef4j{margin:0 0 0 15px}.styles__checboxRow___1hWMO{margin-bottom:15px;display:block}

.WebhooksList__btnCreateWebhooks___2KJWd{position:relative;width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;z-index:2;min-height:334px}.WebhooksList__btnCreateWebhooks___2KJWd .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__plusCircleIcon___2OlN0{width:60px;height:60px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .3s linear;transition:all .3s linear}.WebhooksList__btnCreateWebhooks___2KJWd .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__plusCircleIcon___2OlN0 svg{width:100%;height:100%;fill:#ff055e;-webkit-transition:all .3s linear;transition:all .3s linear}.WebhooksList__btnCreateWebhooks___2KJWd .WebhooksList__btnCreateInner___3gYoa{position:relative;top:6px;font-size:1.5rem;font-weight:700;text-align:center;-webkit-transition:all .3s linear;transition:all .3s linear;color:#ff055e;z-index:3}.WebhooksList__bodyFront___2lEts{background:#fafafa;width:100%;height:100%;z-index:3;-webkit-transition:all .3s linear;transition:all .3s linear}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between;height:100%;padding-top:30px}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__cardTitleHeader___3lohi{cursor:pointer;padding:0 25px;margin-bottom:20px}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__cardTitleHeader___3lohi .WebhooksList__cardTitle___2IpOp{padding:0;margin:0;line-height:1;text-align:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__iconInnerContainer___3kSZc{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__webhookIcon___OHeOh{width:80px;height:80px;-webkit-transform:scale(1) rotate(60deg);-ms-transform:scale(1) rotate(60deg);transform:scale(1) rotate(60deg);-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-transform-origin:50% 46%;-ms-transform-origin:50% 46%;transform-origin:50% 46%}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__webhookIcon___OHeOh svg{width:100%;height:100%;-webkit-transition:all .3s linear;transition:all .3s linear}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__webhookIcon___OHeOh svg path{stroke:#171717}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__iconInnerContainer___3kSZc .WebhooksList__webhookIcon___OHeOh svg circle{fill:#171717}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__switcherHolder___4Ie4O{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__statusMode___3NbsP{margin-left:10px}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__statusMode___3NbsP .WebhooksList__activeState___3lwKU{color:#67cd40}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:32px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb{position:absolute;width:50px;z-index:50;opacity:0;height:100%;cursor:pointer}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb+label{position:relative;padding:5px 0 0 50px;line-height:2.0em;height:25px}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb+label:before{content:"";position:absolute;display:block;left:0;top:0;width:50px;height:26px;border-radius:16px;background:#404148;-webkit-transition:all 0.3s;transition:all 0.3s}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb+label:after{content:"";position:absolute;display:block;left:0;width:26px;height:26px;border-radius:16px;background:#fff;-webkit-transition:all 0.3s;transition:all 0.3s;top:53.7%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:1px solid #404148}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb:checked+label:after{margin-left:24px;border:1px solid #67ce40}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__enableSwitcher___b5Fe1 .WebhooksList__switcherInner___2SLaO input[type="checkbox"].WebhooksList__appleSwitch___1NhKb:checked+label:before{background:#67ce40}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__webhookFooter___3tFsL{margin-top:21px;width:100%;height:60px;background-color:#ffffff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__webhookFooter___3tFsL .WebhooksList__webhookCtaFooterList___1h_3q{list-style:none;padding:0;margin:0;display:-ms-flexbox;display:flex;width:100%;height:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__webhookFooter___3tFsL .WebhooksList__webhookCtaFooterList___1h_3q li{width:50%;position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__webhookFooter___3tFsL .WebhooksList__webhookCtaFooterList___1h_3q li:first-child{border-right:1px solid #d3d3d3}.WebhooksList__bodyFront___2lEts .WebhooksList__createdBody___1sMvL .WebhooksList__webhookFooter___3tFsL .WebhooksList__webhookCtaFooterList___1h_3q li .WebhooksList__webhookCtaBtn___yS-ci{color:#494b52;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;cursor:pointer;width:100%;height:100%;outline:none}.WebhooksList__outerWhiteContainer___ftH4i{background:white;padding:20px;border-radius:3px}

.styles__paginationList___3OhwR{list-style:none;display:-ms-flexbox;display:flex;padding:0;margin:25px 0;-ms-flex-pack:center;justify-content:center;position:relative;z-index:4}.styles__paginationList___3OhwR .styles__bullet___1XJmq{padding:6px;display:block}.styles__paginationList___3OhwR .styles__bullet___1XJmq.styles__active___RcLne .styles__bulletItem___3G7Jw{background-color:#8f3213}.styles__paginationList___3OhwR .styles__bullet___1XJmq .styles__bulletItem___3G7Jw{width:8px;height:8px;border-radius:100%;line-height:8px;padding:0;margin:0;outline:none;-webkit-box-shadow:none;box-shadow:none;border:none;background-color:rgba(73,75,82,0.25)}.styles__buttonsWrapper___sttLv{display:-ms-flexbox;display:flex}.styles__cardTitleHeader___1PlyT{padding:0 15px;margin-bottom:20px}.styles__cardTitleHeader___1PlyT .styles__cardTitle___2cgGI{font-weight:bold;font-size:1.4rem;padding:0;margin:0;margin-top:30px;line-height:1;text-align:center}.styles__innerCardBody___o7VLn{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%}.styles__innerCardBody___o7VLn .styles__descriptionTitle___3BxiS{margin-bottom:10px;color:#323232}.styles__innerCardBody___o7VLn .styles__methodTitle___s-NNO{margin:0;padding:0;margin-bottom:10px;color:#323232;font-weight:400}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_{margin-bottom:20px}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ p,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h2,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h3,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h4,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h5{color:#000}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h2,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h3,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h4,.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ h5{padding:0;margin:0}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ p{padding:0;margin:0 0 5px 0;font-weight:300}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ p strong{font-weight:bold}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__descriptionTitle___3BxiS{margin-bottom:10px;color:#171717}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__methodTitle___s-NNO{margin:0;padding:0;margin-bottom:10px;color:#171717;font-weight:400}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo{list-style:none;padding:0;margin:15px -25px 0 -25px}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li{height:55px;line-height:55px;padding:0 25px;border-bottom:1px solid rgba(255,224,235,0.6)}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li:last-child{border-bottom:none}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li button{background-color:transparent;border:none;-webkit-box-shadow:none;box-shadow:none;outline:none;width:100%;cursor:pointer;padding:0;text-align:left;line-height:55px;color:#000;font-size:1em}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li:hover{background-color:#f1f1f1}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li.styles__selected___3W2sW{background-color:#0065b3;color:#fff}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li.styles__selected___3W2sW button{color:#fff}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li.styles__selected___3W2sW:hover{background-color:#295f9c}.styles__innerCardBody___o7VLn .styles__descriptionArea___2LlL_ .styles__shippingList___2UGvo li span{display:block;padding:0 10px;color:inherit;font-size:0.8rem}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputHeaderLabel___2UYlt{display:-ms-flexbox;display:flex;margin-bottom:10px}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputHeaderLabel___2UYlt .styles__inputNumber___S-EOV,.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputHeaderLabel___2UYlt .styles__inputTitle___12gBP{display:inline-block;font-size:0.8rem}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputHeaderLabel___2UYlt .styles__inputNumber___S-EOV{margin-right:5px;color:#ff055e}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputHeaderLabel___2UYlt .styles__inputTitle___12gBP{color:rgba(73,75,82,0.75)}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputInnerArea___254tj{overflow:hidden;position:relative;width:100%}.styles__innerCardBody___o7VLn .styles__inputArea___3qVzp .styles__inputInnerArea___254tj .styles__inputTitleWrapper___3xuzw{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__innerCardBody___o7VLn .styles__shppingLinkWrapper___2BODc{margin-bottom:10px}.styles__innerCardBody___o7VLn .styles__shppingLinkWrapper___2BODc .styles__shippingLink___3_ePg{display:block;text-decoration:underline;font-weight:bold;color:#0065b3}.styles__innerCardBody___o7VLn .styles__radioPaginationWrapper___3zY_v{display:-ms-flexbox;display:flex;height:38px;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:4px;border:1px solid #8a8a8a;margin-bottom:15px}.styles__innerCardBody___o7VLn .styles__radioPaginationWrapper___3zY_v .styles__methodRadioWrapper___3IWqq{-ms-flex:0 0 auto;flex:0 0 auto;width:33.33%;height:100%;border-right:1px solid #8a8a8a;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles__innerCardBody___o7VLn .styles__radioPaginationWrapper___3zY_v .styles__methodRadioWrapper___3IWqq:last-child{border-right:none}.styles__innerCardBody___o7VLn .styles__radioPaginationWrapper___3zY_v .styles__methodRadioWrapper___3IWqq.styles__active___RcLne{background-color:#0065b3}.styles__innerCardBody___o7VLn .styles__radioPaginationWrapper___3zY_v .styles__methodRadioWrapper___3IWqq.styles__active___RcLne .styles__labelBtn___r2ykD .styles__radioBtnText___3mohE{color:#fff}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P{margin-bottom:15px;display:-ms-flexbox;display:flex;height:38px;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:4px;border:1px solid #8a8a8a;width:50%}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P .styles__radioContainer___36eB6{-ms-flex:0 0 auto;flex:0 0 auto;width:50%;height:100%;border-right:1px solid #8a8a8a;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P .styles__radioContainer___36eB6.styles__isActive___35OQo{background-color:#0065b3}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P .styles__radioContainer___36eB6:last-child{border-right:none}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P .styles__radioContainer___36eB6.styles__active___RcLne{background-color:#0065b3}.styles__innerCardBody___o7VLn .styles__methodRadioButtons___gso3P .styles__radioContainer___36eB6.styles__active___RcLne .styles__labelBtn___r2ykD .styles__radioBtnText___3mohE{color:#fff}.styles__innerCardBody___o7VLn .styles__labelBtn___r2ykD{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;position:relative;cursor:pointer}.styles__innerCardBody___o7VLn .styles__labelBtn___r2ykD .styles__radioBtnText___3mohE{text-align:center;font-size:.8em;display:block;color:#000;line-height:12px;padding:2px 6px}.styles__innerCardBody___o7VLn .styles__labelBtn___r2ykD .styles__formCheckInput___2AVyn{position:absolute;top:6px;opacity:0}.styles__innerCardBody___o7VLn .styles__labelBtn___r2ykD .styles__formCheckInput___2AVyn:checked+.styles__radioBtnText___3mohE{background-color:#0065b3;color:#fff}.styles__innerCardBody___o7VLn .styles__formRow___3CDez{margin-bottom:20px}.styles__innerCardBody___o7VLn .styles__formRow___3CDez .styles__testWebhookWrapper___2Qf6x{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.styles__innerCardBody___o7VLn .styles__formRow___3CDez .styles__testWebhookWrapper___2Qf6x .styles__successAlert___150d_{text-align:center;padding:0 5px;font-size:12px}.styles__innerCardBody___o7VLn .styles__labelwrapper___3uEZa{margin-bottom:5px}.styles__innerCardBody___o7VLn .styles__labelwrapper___3uEZa .styles__formLabel___2Kbuz{color:rgba(73,75,82,0.75);font-size:0.7rem;display:block}.styles__innerCardBody___o7VLn .styles__errorLabel___2RFW8{font-size:1em;margin-bottom:5px;color:#ce283c}.styles__innerCardBody___o7VLn .styles__errorLabel___2RFW8.styles__show_error___285e0{display:block}.styles__innerCardBody___o7VLn .styles__errorLabel___2RFW8.styles__hide_error___1sgyM{display:none}.styles__innerCardBody___o7VLn .styles__requestBtn___mcsjJ{color:#000;background-color:#ffbba9;display:inline-block;width:170px;height:40px;line-height:40px;cursor:pointer;outline:none;font-size:1em;-webkit-box-shadow:none;box-shadow:none;border-radius:2px;border:1px solid #fc835a}.styles__innerCardBody___o7VLn .styles__requestBtn___mcsjJ:disabled{background:#d9d9d9;color:#262626;border:1px solid #262626}.styles__innerCardBody___o7VLn .styles__requestBtn___mcsjJ:hover:not([disabled]){background-color:#fc835a;border:1px solid #fc835a}.styles__innerCardBody___o7VLn .styles__methodTitle___s-NNO{margin:0;padding:0;margin-bottom:10px;color:rgba(73,75,82,0.75);font-weight:400}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U{border-radius:2px;margin-bottom:20px;padding:10px;border:1px solid #8a8a8a}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd{list-style:none;padding:0 0 0 10px;margin:0}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D{display:-ms-flexbox;display:flex;margin-bottom:10px;-ms-flex-align:center;align-items:center;color:rgba(73,75,82,0.75);font-size:0.8rem;width:100%}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D:last-child{margin-bottom:0}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__resulst___J7bZi{margin-right:15px}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__resulst___J7bZi .styles__apiName___1i4x8,.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__resulst___J7bZi .styles__apiValue___1lBRU{display:inline-block}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__resulst___J7bZi .styles__apiName___1i4x8{margin-right:10px}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__deleteBtnIcon___3C3em{-webkit-box-shadow:none;box-shadow:none;display:block;width:18px;height:18px;border-radius:100%;position:relative;border:1px solid rgba(73,75,82,0.5);background-color:#fff;text-align:center;color:rgba(73,75,82,0.5);cursor:pointer;outline:none;font-size:0.7rem;line-height:13px}.styles__innerCardBody___o7VLn .styles__renderedResultsWrapper___3Ga0U .styles__requestedDataList___2FHUd .styles__renderedResults___2pl6D .styles__deleteBtnIcon___3C3em:after{position:absolute;display:block;content:"x";width:14px;left:50%;margin-left:-7px;height:14px;top:50%;margin-top:-7px}.styles__formSection___xMOwK h3,.styles__formSection___xMOwK h4{padding:0;margin:0 0 1.2em 0;color:#171717}.styles__formSection___xMOwK .styles__methodHeader___2JUyJ{margin-bottom:10px}.styles__formSection___xMOwK .styles__jsonAddHeader___35AG0{margin:20px 0;color:#474747}.styles__formSection___xMOwK .styles__methodsForm___2q2MO{width:100%;overflow:hidden}.styles__formSection___xMOwK .styles__methodsForm___2q2MO .styles__formRow___3CDez{margin-bottom:20px}.styles__asterisk____-Lvu{color:#c12547}.styles__loginFormLabel___2FCux{color:#474747;font-size:12pt;letter-spacing:-0.3pt;margin-bottom:7pt;display:block;padding:0 2px;margin-left:2px;font-weight:bold}.styles__testWebhookForm___gR_GJ{position:relative;overflow:hidden;width:100%;margin-bottom:15px}.styles__testWebhookForm___gR_GJ .styles__summaryFormArea___2sKoh{padding:10px;border:1px solid #8a8a8a;overflow-x:auto;height:200px;overflow:hidden;position:relative}.styles__testWebhookForm___gR_GJ .styles__summaryFormArea___2sKoh ::-webkit-scrollbar{width:5px}.styles__testWebhookForm___gR_GJ .styles__summaryFormArea___2sKoh ::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);box-shadow:inset 0 0 6px rgba(0,0,0,0);border-radius:0px}.styles__testWebhookForm___gR_GJ .styles__summaryFormArea___2sKoh ::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);box-shadow:inset 0 0 6px rgba(0,0,0,0.5);border-radius:0px}.styles__testWebhookForm___gR_GJ .styles__summaryFormArea___2sKoh .styles__showMore___VX4Fc{position:absolute;content:"";width:100%;height:40px;background:rgba(255,255,255,0.7);bottom:0;left:0;line-height:40px;cursor:pointer;text-align:center;color:#1d1d1d}.styles__testWebhookForm___gR_GJ .styles__summaryFormAreaMore___21HdN{overflow:auto;overflow-x:auto;position:relative;padding-bottom:40px;height:auto}.styles__testWebhookForm___gR_GJ .styles__jsonCodeWrapper___7lGRv pre{font-family:"RundText", "Arial", sans-serif;margin:0;color:rgba(73,75,82,0.5);font-size:.8rem;line-height:1.5}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H{margin-bottom:10px}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H p{color:rgba(73,75,82,0.5);font-size:.8rem}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H .styles__dataParagraph___3A4KQ{padding:0;margin:0;margin-bottom:8px;line-height:1.3;display:-ms-flexbox;display:flex}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H .styles__dataParagraph___3A4KQ:last-child{margin-bottom:10px}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H .styles__dataParagraph___3A4KQ .styles__method___34pi6,.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H .styles__dataParagraph___3A4KQ .styles__dataText___31Z7V{display:inline-block}.styles__testWebhookForm___gR_GJ .styles__dataFormContainer___l0y7H .styles__dataParagraph___3A4KQ .styles__method___34pi6{margin-right:10px}.styles__jsonUpdaterWrapper___vM_u4{position:relative}.styles__jsonUpdaterWrapper___vM_u4:before{position:absolute;content:"";top:0;left:-30px}.styles__webhookStepsWrapper___3PFu2{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__contentWrapper___zTFvr{padding:0 25px 30px 25px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.styles__inputWithLabel___1gv84{display:grid}.styles__inputWithLabel___1gv84 label{margin-bottom:10px}.styles__inputGenericStyle___2sWDB{border-radius:2px;height:36px;line-height:36px;padding:0 11px;border:1px solid rgba(73,75,82,0.5);width:100%}.styles__webhookBackButton___xvDuk{position:absolute;top:70px;left:25px;z-index:5}

.json-editor__editor___24l3Y{border-radius:2px;border:1px solid rgba(73,75,82,0.5)}

.styles__webhookFormWrapper___3-Yxs{height:100%}.ReactTable.webhooks .rt-thead{color:#000000;border-bottom:1px solid #e6e8f1}.ReactTable.webhooks .rt-thead .rt-th{background:#f9f9f9}.ReactTable.webhooks .rt-tbody{color:#616161}.ReactTable.webhooks .rt-tbody .rt-tr{border-bottom:1px solid rgba(255,224,235,0.6) !important}.ReactTable.webhooks .rt-tbody .rt-tr .rt-td{border-right:0 !important}.styles__status___2LMW4{width:12px;height:12px;border-radius:999em;display:inline-block;margin:0 15px}.styles__detailsStatus___9QGaQ{width:12px;height:12px;border-radius:999em}.styles__backButton___39TPy{margin-bottom:21px}.styles__cardInner___2rbMe{padding:25px}.styles__titleText___1V0u2{margin-bottom:5px}.styles__error___3KtJX{background:#ebebeb;border-radius:12px;color:#C12547;padding:16px;margin-top:16px;display:inline-block}.styles__header___l1IbC{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-top:0}.styles__filters___R1m-l{display:-ms-flexbox;display:flex;height:50px;-ms-flex-align:center;align-items:center;padding:0 40px;margin-left:-40px;width:calc(100% + 80px);margin-bottom:21px}@media only screen and (min-width: 768px){.styles__filters___R1m-l{display:-ms-flexbox;display:flex}}.styles__filterText___1vm_Q{font-size:.8em;font-weight:700}.styles__filterSelection___3S-mo{font-size:.8em;padding:.4em 1em;background:#ebebeb;border-radius:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:0 .5em}.styles__clear___2J1Ft{width:12px;height:18px;padding:2px;cursor:pointer;margin-left:6px}

.FilterBar__mainArea___1lbZT{margin-top:35px}.FilterBar__buttonBlock___24fT8{display:inline-grid;grid-template-columns:auto auto;grid-column-gap:30px;grid-row-gap:0;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 580px){.FilterBar__buttonBlock___24fT8{grid-template-columns:auto auto auto}}@media only screen and (min-width: 768px){.FilterBar__buttonBlock___24fT8{grid-gap:50px}}.FilterBar__filtersContainer___x4iHj{position:absolute;z-index:4;top:0;left:0;margin:0 300px 0 100px}@media only screen and (max-width: 767px){.FilterBar__filtersContainer___x4iHj{padding-left:0;margin-top:85px}}.FilterBar__filtersContainer___x4iHj.FilterBar__closed___2aJLM .FilterBar__filtersOpenButton___3YetP{position:absolute;width:100%;top:141px;left:30px;text-align:center;background-color:#efefef;color:#020b09;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:35px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.FilterBar__filtersContainer___x4iHj.FilterBar__closed___2aJLM .FilterBar__filtersOpenButton___3YetP:hover{background-color:#dbdbdb}.FilterBar__filtersContainer___x4iHj.FilterBar__closed___2aJLM .FilterBar__filtersOpenButton___3YetP .FilterBar__icon___3QI-J{width:10px;height:16px;margin-left:5px;margin-top:2px}.FilterBar__filtersContainer___x4iHj.FilterBar__open___hIU9T{height:100%}.FilterBar__filtersContainer___x4iHj.FilterBar__open___hIU9T .FilterBar__filtersOpenButton___3YetP{display:none}.FilterBar__container___3nFQd{position:absolute;top:-60px;right:65px;left:5px;-webkit-box-shadow:0 0 16px 0 rgba(0,0,0,0.11);box-shadow:0 0 16px 0 rgba(0,0,0,0.11);border-radius:10px;padding:25px 30px 10px 30px;background-color:white}@media screen and (max-width: 1024px) and (max-height: 768px){.FilterBar__container___3nFQd{position:fixed;left:25%}}.FilterBar__buttonsRow___1ZR6L{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;border-top:1px solid #ebebeb;background-color:white;border-radius:0px 0px 10px 10px;cursor:default;margin:10px 20px;font-size:1em;line-height:1;padding:15px}.FilterBar__buttonsRow___1ZR6L .FilterBar__button___fFZAi{width:100%}@media screen and (max-width: 175px){.FilterBar__buttonsRow___1ZR6L .FilterBar__button___fFZAi{width:auto}}.FilterBar__buttonsRow___1ZR6L .FilterBar__thinBorder___24ca2{border-width:1px}.FilterBar__clearBtn___2HbyK{color:#63aae0;text-decoration:underline;width:50px}.FilterBar__clearBtn___2HbyK:hover{background:none}.FilterBar__filterButton___36iX9{border-radius:12px}.FilterBar__expanded___3qCT_{right:0}.FilterBar__notExpanded___5EgqS{right:-265px}.FilterBar__filterSettingsInnerContainer___24fye{display:grid;grid-row-gap:40px;grid-template-columns:1fr 1fr}.FilterBar__titlePageStyles___1qPmu{margin:0}.FilterBar__subtitlePageStyles___3_Dro{margin:5px 0 20px 0}@media screen and (max-width: 1024px) and (max-height: 768px){.FilterBar__containerNotExpandedAndWidth1024___WSP2z{position:fixed;left:155px}}@media screen and (max-width: 1024px) and (max-height: 768px){.FilterBar__containerExpandedAndWidth1024___3vuiA{position:fixed;left:350px}}.FilterBar__containerExpanded___39EN7{left:100px}.FilterBar__containerAdditionalStyles___D0WYf{max-width:800px;left:30%}.FilterBar__containerCardAdditionalStyles___CBsXG{height:100%;grid-template-columns:repeat(2, minmax(0, 1fr));margin-top:0;margin-bottom:0;padding-top:0}

.styles__container___2-uo5{background:#fafafa;position:relative;height:100%}.styles__logoHolder___3CWyO{width:100%;height:160px;padding:50px 60px 40px 60px;display:block}.styles__logo___150zi{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}button{width:100%;height:60px;line-height:normal;border:none;background:#fff}.styles__dualButttonsPush___1ZqcW{width:100%;height:27px}.styles__dualButtonsFix___k-xjL{position:absolute;bottom:0;left:0;width:100%;margin-top:60px}.styles__cardTitle___10uto{margin-bottom:10px;margin-top:25px}.styles__cardCopy___2TMuU{margin-bottom:0}.styles__switcherHolder___1baVn{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:25px}.styles__carrierConnectorButton___1w_U_:hover{background:#f1f1f1}

.trackingServices__logo___2dZXH{height:50px}.trackingServices__reactTabs___3DA5z{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#494b52;text-align:left}.trackingServices__reactTabs___3DA5z ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;font-size:14.5pt;letter-spacing:-0.4pt;margin:0px;padding:0px;border-bottom:2pt solid #d9d9d9}.trackingServices__reactTabs___3DA5z .trackingServices__tabDelimeter___uVEmP{-ms-flex-positive:0;flex-grow:0;padding-top:6pt}.trackingServices__reactTabs___3DA5z .trackingServices__tabDelimeter___uVEmP span{line-height:18pt;border-right:2pt solid #d9d9d9}.trackingServices__reactTabs___3DA5z li{-ms-flex-positive:1;flex-grow:1;cursor:pointer;text-align:center;margin:0pt;padding:9pt 0pt 5pt 0pt}.trackingServices__reactTabs___3DA5z li.trackingServices__tabSelected___EXUBW{color:#ff055e}.trackingServices__reactTabs___3DA5z li.trackingServices__tabSelected___EXUBW span{border-bottom:2pt solid;padding-bottom:4pt}.trackingServices__labelLeftCheck___EDNdu>div{display:grid;grid-template-areas:'inputArea labelArea';grid-template-columns:auto 1fr;grid-gap:15px}.trackingServices__labelLeftCheck___EDNdu>div input{position:relative;grid-area:inputArea;padding:0;-webkit-appearance:checkbox}.trackingServices__labelLeftCheck___EDNdu>div label{grid-area:labelArea;color:black !important}.trackingServices__labelLeftCheck___EDNdu p{grid-column:span 2}.trackingServices__outerWhiteContainer___4eHN8{background:white;padding:20px;border-radius:3px}

.IconButton__container___2vaGo{opacity:.5}.IconButton__container___2vaGo:focus-visible{outline:none}.IconButton__container___2vaGo:hover{opacity:.75;cursor:pointer}.IconButton__container___2vaGo:active{opacity:1;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}

.styles__icon___KsAaK:focus{outline:none}

.FieldActionButton__field-action-button___2n2BF{background:#0065b3;border:1px solid #295f9c;padding:0;cursor:pointer;color:#007bff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:10px}.FieldActionButton__field-action-button___2n2BF:hover{text-decoration:underline}

.formStyles__container___2xKU_{padding:0 15px}@media only screen and (min-width: 374px){.formStyles__container___2xKU_{padding:0 25px}}.formStyles__depad___A6HI6{margin-left:-25px;margin-right:-25px}.formStyles__marginTop___10k_u{margin-top:15px}.formStyles__dualSelect___2jOsv{display:grid;grid-template-columns:1fr 1.2fr;font-size:14px}@media only screen and (min-width: 764px){.formStyles__dualSelect___2jOsv{grid-template-columns:1fr 1fr;font-size:16px}}.formStyles__dualSelectButton___zbC3Z{height:40px;line-height:40px;text-align:center;border-radius:0;outline:none;border:1px solid #295f9c;padding:0;color:#000}.formStyles__dualSelectButton___zbC3Z:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.formStyles__dualSelectButton___zbC3Z:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.formStyles__icon___fE1zx:focus{outline:none}.formStyles__dualSelectButtonActive___3q35n{background:#0065b3;color:#fff}.formStyles__dualSelectButtonActive___3q35n:hover{background:#0065b3}.formStyles__email___3sPTD{color:#0065b3}input[type=date]::-webkit-inner-spin-button{-webkit-appearance:none;display:none}.react-tabs__tab--disabled{background:whitesmoke !important;color:#b9b9b9 !important}

.styles__outer___39IWn{height:100%}.styles__container___1-UbW{padding:30px 20px;display:grid;grid-template-columns:26px 1fr;grid-gap:20px;height:calc(100% - 60px)}.styles__title___1Pp0B{margin-top:0}.styles__greyed___1_Nb-{color:#808080}.styles__languageGroup___1_xYL{margin-bottom:10px}@media (min-width: 767px){.styles__languageGroup___1_xYL{max-width:calc(100% - 46px)}}.styles__customLabel___2QzLG{margin-top:2px;background:#fff;padding:7px 0;color:#616161}

.customStateLabels__logo___-MBoV{height:50px}.customStateLabels__reactTabs___rlo3g{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;color:#494b52;text-align:left}.customStateLabels__reactTabs___rlo3g ul{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;font-size:14.5pt;letter-spacing:-0.4pt;margin:0px;padding:0px;border-bottom:2pt solid #d9d9d9}.customStateLabels__reactTabs___rlo3g .customStateLabels__tabDelimeter___3aDtp{-ms-flex-positive:0;flex-grow:0;padding-top:6pt}.customStateLabels__reactTabs___rlo3g .customStateLabels__tabDelimeter___3aDtp span{line-height:18pt;border-right:2pt solid #d9d9d9}.customStateLabels__reactTabs___rlo3g li{-ms-flex-positive:1;flex-grow:1;cursor:pointer;text-align:center;margin:0;padding:9pt 0 5pt 0}.customStateLabels__reactTabs___rlo3g li.customStateLabels__tabSelected___10S0a{color:#ff055e}.customStateLabels__reactTabs___rlo3g li.customStateLabels__tabSelected___10S0a span{border-bottom:2pt solid;padding-bottom:4pt}.customStateLabels__filters___mYTe_{display:grid;grid-template-columns:1fr;width:100%;margin-bottom:50px}@media only screen and (min-width: 768px){.customStateLabels__filters___mYTe_{max-width:550px;grid-template-columns:auto 1fr;-ms-flex-align:center;align-items:center;grid-gap:35px}}.customStateLabels__filterButtons___3RRIL{display:inline-grid;grid-template-columns:repeat(4, 1fr)}.customStateLabels__filterButtons___3RRIL button{border:1px solid #a4a5a8;border-radius:0;padding:0;line-height:36px;height:36px;width:auto;outline:none;font-size:.9em}.customStateLabels__filterButtons___3RRIL button:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.customStateLabels__filterButtons___3RRIL button:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.customStateLabels__filterButtons___3RRIL button:hover,.customStateLabels__filterButtons___3RRIL button.customStateLabels__selectedFilter___2bnck{color:#000}.customStateLabels__filterButtons___3RRIL button:nth-child(1):hover,.customStateLabels__filterButtons___3RRIL button:nth-child(1).customStateLabels__selectedFilter___2bnck{background:#e3e3e3;color:black}.customStateLabels__filterButtons___3RRIL button:nth-child(2):hover,.customStateLabels__filterButtons___3RRIL button:nth-child(2).customStateLabels__selectedFilter___2bnck{background:#00854d;color:white}.customStateLabels__filterButtons___3RRIL button:nth-child(3):hover,.customStateLabels__filterButtons___3RRIL button:nth-child(3).customStateLabels__selectedFilter___2bnck{background:#c7520c;color:white}.customStateLabels__filterButtons___3RRIL button:nth-child(4):hover,.customStateLabels__filterButtons___3RRIL button:nth-child(4).customStateLabels__selectedFilter___2bnck{background:#c12547;color:white}.customStateLabels__noBottomPad___3YEOU{margin-bottom:0}.customStateLabels__lighth4___3TrEX{font-weight:500}.customStateLabels__editCardInner___cFgsP{padding:0 20px 50px 20px}.customStateLabels__colouredDot___16jZf{margin:0 10px}.customStateLabels__label___2Jre0{margin-bottom:5px;color:#616161}.customStateLabels__errorLabel___2EDCo{color:#c12547}.customStateLabels__labelInputHolder___1Qnbv{position:relative;width:100%}.customStateLabels__labelInputHolder___1Qnbv .customStateLabels__labelInput___3UdbE{width:100%;height:35px;border-radius:4px;border:1px solid #a4a5a8;outline:0;padding:0 35px 0 15px}.customStateLabels__labelInputHolder___1Qnbv .customStateLabels__labelInput___3UdbE:active,.customStateLabels__labelInputHolder___1Qnbv .customStateLabels__labelInput___3UdbE:focus{border-color:#006cb5}.customStateLabels__labelInputHolder___1Qnbv .customStateLabels__labelClear___ia-Xn{position:absolute;width:20px;height:20px;top:calc(50% + 1.5px);fill:#474747;right:8px;padding:0;line-height:20px;background-color:transparent;opacity:.8;outline:none}.customStateLabels__labelInputHolder___1Qnbv .customStateLabels__labelClear___ia-Xn:hover{fill:#000;background-color:transparent}.customStateLabels__outerWhiteContainer___W7IWV{background:white;padding:20px;border-radius:3px}

.SftpAccountsList__cardContainer___3EqHv{margin-top:20px;height:100%;border-radius:3px}.SftpAccountsList__container___3emXc{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.SftpAccountsList__cardTitle___1o8R6{margin:25px 55px 10px 55px;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.SftpAccountsList__logoHolder___3SzWy{width:100%;height:160px;padding:50px 60px 40px 60px;display:block}.SftpAccountsList__outerWhiteContainer___69jp6{background:white;padding:20px;border-radius:3px;height:calc(100vh - 367px)}

.DownloadFilePopup__popupWrapper___3fzs8{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.DownloadFilePopup__popupMessage___2BR1R{word-wrap:break-word;padding:25px}.DownloadFilePopup__popupButton___UlEHJ{outline:none}.DownloadFilePopup__popupButton___UlEHJ:hover{background:#f1f1f1}

.styles__overlay___3QaGQ{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(73,75,82,0.4)}.styles__modalWrapper___3OPri{position:absolute;width:75%;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.styles__cardWrapper___1ctK8{position:relative}.styles__container___27jxQ{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}.styles__contentWrapper___2VqKs{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}

.styles__contentWrapper___Rz5BF{height:100%}

.custom-event-type-form__addContainer___3TtQh{padding:30px 20px 25px 20px}

.custom-event-types-list__wrapper___3gr70{margin-left:5px}.custom-event-types-list__pageContainer___22qrb{background:white;height:100%;padding:15px}.custom-event-types-list__titleBlock___2VDiu{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.custom-event-types-list__btnAdditionalStyles___15N-L{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:25px}.custom-event-types-list__tableBorder___3KO8R{border:2px solid #f7f7f7;border-radius:3px}.custom-event-types-list__tableButtonsBlock___3klAk{display:-ms-flexbox;display:flex;fill:#fc835a}.custom-event-types-list__actionsBtnBlock___1osKg{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-right:10px}.custom-event-types-list__btnDelete___p7NWh:hover{cursor:pointer}.custom-event-types-list__renderColumnWrapper___32-s7{display:-ms-flexbox;display:flex}.custom-event-types-list__renderColumnStyles___3g6G0{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}

.styles__container___3eJon{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__logoHolder___1y48C{width:100%;height:160px;padding:50px 60px 40px 60px;display:block}.styles__logo___1ZQ31{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.styles__iconInnerContainer___1jpdV{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:160px;padding:50px 60px 40px 60px}.styles__iconInnerContainer___1jpdV .styles__notificationConnectorsIcon___duioZ,.styles__iconInnerContainer___1jpdV .styles__notificationSetupIcon___1VIM6{height:80px;fill:#171717}.styles__cardSectionInner___ylySQ{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}button{width:100%;height:60px;line-height:normal;border:none;background:#fff}.styles__cardTitle___7jxY6{margin:25px 55px 10px 55px;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.styles__configurationTitle___jazE5{overflow:hidden;text-overflow:ellipsis}.styles__cardCopy___hbeaz{margin-bottom:0}.styles__switcherHolder___3xATg{display:-ms-flexbox;display:flex;margin-bottom:25px;-ms-flex-pack:center;justify-content:center}.styles__cardButton___WY4Ti:hover{background:#f1f1f1}.styles__configurationSelector___3rQWS{padding:10px 0;cursor:pointer;background-color:#ffffff;border:solid 2px #ffffff;border-radius:0.35em;margin:3px 0}.styles__configurationSelector___3rQWS:hover{background:#f1f1f1}.styles__configurationSelector___3rQWS img{height:60px}.styles__configurationSelector___3rQWS p{text-align:center;margin:2px 0 0 0}.styles__highlighted___2bflW{border:solid 2px #fc835a}.styles__warning___IFLrC{color:#c12547}.styles__checkBoxLabel___8mG_u{margin:0 0 0 15px}.styles__formItem___2wZXW{margin:20px 0 0 0}.styles__shippingLink___2-9LX{color:#0065b3;line-height:30px}.styles__statusIconContainer___2mkSm{position:absolute;top:20px;right:20px}.styles__statusIcon___27aot{width:30px;height:30px}.styles__title___3eKvE{-ms-flex:1 1;flex:1 1;text-align:center}.styles__verifyDomainWrapper___2a1bj{width:100%}.styles__verifyDomainHeaderWrapper___185Nl{display:-ms-flexbox;display:flex;padding:0 25px 0 25px}.styles__alertMessagesHeader___326qx{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-bottom:.5rem}.styles__copyInputWrapper___1NhbP{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;grid-row-gap:10px;grid-column-gap:20px}.styles__copyInputLabel___1qdCU{height:40px;line-height:40px;white-space:nowrap}.styles__checkbox___2t-bb{accent-color:#0065b3}@media (min-width: 991px){.styles__copyInputWrapper___1NhbP{grid-column-gap:40px}}.styles__outerWhiteContainer___13psT{background:white;padding:20px;border-radius:3px;height:calc(100vh - 367px)}@media screen and (max-width: 1600px){.styles__outerWhiteContainer___13psT{height:auto}}.styles__additionalHeight100___3Uocz{height:calc(100vh - 367px)}

.styles__notificationConnectorsListAdditionalWrapper___YKlx_{height:100%;padding:0}.styles__outerWhiteContainer___ZvJbg{background:white;padding:20px;border-radius:3px}

.styles__buttonsContainer___3EIJy{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%}.styles__textButton___zy91m{text-align:left;padding-left:20px;color:#000}.styles__primaryButton___3a18_{-ms-flex:1 1;flex:1 1;border-bottom-left-radius:12px}.styles__ellipsisButton___1Us1o{height:100%;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;background-color:white;border-bottom-right-radius:12px}.styles__ellipsisIcon___2LWfW{height:24px;padding:0 30px}.styles__ellipsisIcon___2LWfW.styles__active___3dKEZ{fill:#fc835a}.styles__iconButton___1V6mE{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;background-color:white;text-align:left;padding:0 20px;height:60px;line-height:normal}.styles__iconButton___1V6mE .styles__iconButtonText___3Ezzr{-ms-flex:1 0 auto;flex:1 0 auto}.styles__iconButton___1V6mE .styles__icon___yaKyj{height:18px;margin:auto 0}

.styles__container___1pv2I{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;width:100%;height:40px;background:#fff;border:1px solid #e7e7e7;border-radius:6px;padding:0 0 0 1em;overflow:hidden}.styles__container___1pv2I .styles__input___2hAoj{-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;line-height:1;border:none;padding-right:1em}.styles__container___1pv2I .styles__input___2hAoj :hover{outline:none}.styles__container___1pv2I .styles__button___16Zfp{-ms-flex:0 0 auto;flex:0 0 auto;width:70px;height:100%;line-height:inherit;border:none;border-left:1px solid #e7e7e7;outline:none;text-align:center}.styles__container___1pv2I .styles__copy___3UwLm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__container___1pv2I .styles__copy___3UwLm:focus-visible{outline:none}.styles__isActive___1jkkP{color:#2b1c52}.styles__isActive___1jkkP:hover{color:#2b1c52}

.styles__btn___3mppD{margin-top:28px;border-radius:2px;background-color:#ffbba9;border:1px solid #fc835a}@media only screen and (min-width: 860px){.styles__btn___3mppD{margin-top:0;width:150px;height:50px;line-height:50px}}.styles__btn___3mppD:hover{background-color:#fc835a}.styles__btnPreview___318yr{margin-top:28px;margin-right:20px;border-radius:2px;background-color:white;border:1px solid #fc835a}@media only screen and (min-width: 860px){.styles__btnPreview___318yr{margin-top:0;width:150px;height:50px;line-height:50px}}.styles__btnPreview___318yr:hover{background-color:#fc835a}@media only screen and (min-width: 860px){.styles__buttonToolbar___DkhCF{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}}.styles__actionBtnGroup___17QrI{margin-left:auto}@media only screen and (min-width: 860px){.styles__actionBtnGroup___17QrI .styles__btn___3mppD:not(:last-child){margin-right:20px}}.styles__cardSectionInner___39arO{padding:0 25px 25px}.styles__cardContent___3s9NO{padding:0 25px 25px 25px}@media only screen and (min-width: 860px){.styles__cardContent___3s9NO{padding-bottom:10px}}.styles__generalInputs___2-U0e{margin-top:25px}@media only screen and (min-width: 860px){.styles__generalInputs___2-U0e{display:grid;grid-gap:10px;grid-template-columns:1fr 1fr 1fr;-ms-flex-align:end;align-items:end}}.styles__container___3kC1v{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__cardTitle___2M8jn{margin:25px 55px 10px 55px;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.styles__logoHolder___1BZ_P{width:100%;height:110px;padding:30px 60px 10px 60px;display:block}.styles__logo___3z0XW{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.styles__cardSubtitle___26Aw-{font-size:0.875rem;padding:0 0 10px 0;overflow:hidden;text-overflow:ellipsis}.styles__editor___1xpkl{z-index:0}.styles__outerWhiteContainer___10kiw{background:white;padding:20px;border-radius:3px}

.styles__infoButtonStyle___17I88{fill:#0065b3}.styles__circleInfoLightButton___1aNow{display:inline-grid;width:23px;height:23px;padding:0;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;outline:none;margin-left:15px}.styles__circleInfoLightButton___1aNow:hover{background-color:inherit}.styles__circleInfoLightButtonActive___20ZDF{display:inline-grid;width:23px;height:23px;padding:0;text-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;outline:none;margin-left:15px;fill:white}.styles__circleInfoLightButtonActive___20ZDF:hover{background-color:inherit}

.AuthorisedEmailCard__container___3Udlh{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.AuthorisedEmailCard__switchContainer___3ttaw{-ms-flex-item-align:center;align-self:center;margin-bottom:25px}.AuthorisedEmailCard__logoHolder___Fn6v1{width:100%;height:160px;padding:50px 60px 40px 60px;display:block}.AuthorisedEmailCard__cardTitle___1pDNo{margin:25px 55px 10px 55px;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}

.AuthorisedEmailsList__cardContainer___LkpuX{margin-top:20px}

.GeneratedEmail__createdSectionWrapper___al-sY{padding:30px 25px;width:100%}.GeneratedEmail__createdSectionWrapper___al-sY .GeneratedEmail__iconWrapperSvg___HrtT0{margin:0 auto 20px auto;height:45px;width:100px}.GeneratedEmail__createdSectionWrapper___al-sY .GeneratedEmail__iconWrapperSvg___HrtT0 div{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column}.GeneratedEmail__createdSectionWrapper___al-sY .GeneratedEmail__iconWrapperSvg___HrtT0 div svg{width:100%;height:100%;overflow:hidden}.GeneratedEmail__sectionHeaderWrapper___3xOoL{display:-ms-flexbox;display:flex;margin-bottom:1.5rem}.GeneratedEmail__sectionHeaderWrapper___3xOoL .GeneratedEmail__alertMessagesHeader___2Sl1U{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-left:1rem;padding-bottom:.5rem}.GeneratedEmail__copyInput___2U2rD{height:40px;border-radius:4px;border:1px solid rgba(0,0,0,0.15);padding:0 10px}.GeneratedEmail__dualButtons___2LIKq{display:grid;grid-template-columns:1fr 1fr;margin:0 -25px -30px -25px}.GeneratedEmail__dualButton___3-ByP{height:60px;line-height:normal}.GeneratedEmail__dualButton___3-ByP:nth-child(1){border-bottom-right-radius:0}.GeneratedEmail__dualButton___3-ByP:nth-child(1):hover>button{background:#f1f1f1 !important}.GeneratedEmail__dualButton___3-ByP:nth-child(2){color:#fff;background:#fc835a;border-bottom-left-radius:0}.GeneratedEmail__dualButton___3-ByP:nth-child(2):hover{background:#ffbba9}

.AddEmail__container___2eOyF{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}.AddEmail__createEmailWrapper___1g4Ho{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}.AddEmail__formItem___2tckX{margin:20px 0 0 0}.AddEmail__checkBoxLabel___2EV3W{margin:0 0 0 15px}

.EditEmail__container___3xS4r{-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}.EditEmail__createEmailWrapper___1wzvY{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex}.EditEmail__formItem___1Xa0-{margin:20px 0 0 0}.EditEmail__checkBoxLabel___MWGiE{margin:0 0 0 15px}

.styles__container___1pYfa{position:relative;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.styles__downloadLinkContainer___3CLdw{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:.5em 0;color:#474747}.styles__downloadLinkContainer___3CLdw .styles__icon___3d99_{width:1em;height:1em;margin-left:.7em;font-size:inherit;vertical-align:-.125em}.styles__downloadLinkContainer___3CLdw label{cursor:pointer}.styles__logoHolder___W1eMd{width:100%;height:160px;padding:50px 60px 40px 60px;display:block}.styles__logo___3EO5X{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.styles__iconInnerContainer___o9AT2{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:160px;padding:50px 60px 40px 60px}.styles__iconInnerContainer___o9AT2 .styles__registerShipmentWebhookConnectorsIcon___1y-ki,.styles__iconInnerContainer___o9AT2 .styles__registerShipmentWebhookIcon___1YCUT{height:80px;fill:#171717}.styles__cardSectionInner___15hLo{-ms-flex-pack:center;justify-content:center;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;padding:0 25px 25px}button{width:100%;height:60px;line-height:normal;border:none;background:#fff}.styles__cardTitle___39EMa{margin:25px 55px 10px 55px;-ms-flex-positive:1;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.styles__configurationTitle___So4Wv{overflow:hidden;text-overflow:ellipsis}.styles__cardCopy___yLUHn{margin-bottom:0}.styles__switcherHolder___2qC0F{display:-ms-flexbox;display:flex;margin-bottom:25px;-ms-flex-pack:center;justify-content:center}.styles__cardButton___18MGe:hover{background:#f1f1f1}.styles__configurationSelector___1sZMB{padding:10px 0;cursor:pointer;background-color:#ffffff;border:solid 2px #ffffff;border-radius:0.35em;margin:3px 0}.styles__configurationSelector___1sZMB:hover{background:#f1f1f1}.styles__configurationSelector___1sZMB img{height:60px}.styles__configurationSelector___1sZMB p{text-align:center;margin:2px 0 0 0}.styles__highlighted___3X7tC{border:solid 2px #ff055e}.styles__warning___2ncdP{color:#ff055e}.styles__checkBoxLabel___dSmV-{margin:0 0 0 15px}.styles__formItem___1azuH{margin:20px 0 0 0}.styles__shippingLink___38pze{line-height:30px}.styles__statusIconContainer___134qg{position:absolute;top:20px;right:20px}.styles__statusIcon___fMIix{width:30px;height:30px}.styles__title___4terq{-ms-flex:1 1;flex:1 1;text-align:center}.styles__verifyDomainWrapper___1E7ua{width:100%}.styles__verifyDomainHeaderWrapper___1fUBy{display:-ms-flexbox;display:flex;padding:0 25px 0 25px}.styles__alertMessagesHeader___1nsIP{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-direction:column;flex-direction:column;padding-bottom:.5rem}.styles__copyInputWrapper___2VPKu{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;grid-row-gap:10px;grid-column-gap:20px}.styles__copyInputLabel___3J7ZR{height:40px;line-height:40px;white-space:nowrap}@media (min-width: 991px){.styles__copyInputWrapper___2VPKu{grid-column-gap:40px}}.ReactTable{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,0.1)}.ReactTable *{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactTable .rt-table{-ms-flex:auto 1;flex:auto 1;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;width:100%;border-collapse:collapse;overflow:auto}.ReactTable .rt-thead{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable .rt-thead.-headerGroups{background:rgba(0,0,0,0.03);border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters{border-bottom:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-thead.-header{-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,0.15);box-shadow:0 2px 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{padding:5px 5px;line-height:normal;position:relative;border-right:1px solid rgba(0,0,0,0.05);-webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:-webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);-webkit-box-shadow:inset 0 0 0 0 transparent;box-shadow:inset 0 0 0 0 transparent}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{-webkit-box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,0.6)}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-th:focus{outline-width:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{overflow:hidden;text-overflow:ellipsis}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ReactTable .rt-thead .rt-header-pivot:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:8px;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-color:rgba(102,102,102,0);border-left-color:#f7f7f7;border-width:10px;margin-top:-10px}.ReactTable .rt-tbody{-ms-flex:99999 1 auto;flex:99999 1 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow:auto}.ReactTable .rt-tbody .rt-tr-group{border-bottom:solid 1px rgba(0,0,0,0.05)}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid rgba(0,0,0,0.02)}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer;text-overflow:clip}.ReactTable .rt-tr-group{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch}.ReactTable .rt-tr{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-inline-flexbox;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{-ms-flex:1 0 0px;flex:1 0;white-space:nowrap;text-overflow:ellipsis;padding:7px 5px;overflow:hidden;-webkit-transition:.3s ease;transition:.3s ease;-webkit-transition-property:width,min-width,padding,opacity;transition-property:width,min-width,padding,opacity}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{width:0 !important;min-width:0 !important;padding:0 !important;border:0 !important;opacity:0 !important}.ReactTable .rt-expander{display:inline-block;position:relative;margin:0;color:transparent;margin:0 10px}.ReactTable .rt-expander:after{content:'';position:absolute;width:0;height:0;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-90deg);-ms-transform:translate(-50%, -50%) rotate(-90deg);transform:translate(-50%, -50%) rotate(-90deg);border-left:5.04px solid transparent;border-right:5.04px solid transparent;border-top:7px solid rgba(0,0,0,0.8);-webkit-transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);cursor:pointer}.ReactTable .rt-expander.-open:after{-webkit-transform:translate(-50%, -50%) rotate(0);-ms-transform:translate(-50%, -50%) rotate(0);transform:translate(-50%, -50%) rotate(0)}.ReactTable .rt-resizer{display:inline-block;position:absolute;width:36px;top:0;bottom:0;right:-18px;cursor:col-resize;z-index:10}.ReactTable .rt-tfoot{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.15);box-shadow:0 0 15px 0 rgba(0,0,0,0.15)}.ReactTable .rt-tfoot .rt-td{border-right:1px solid rgba(0,0,0,0.05)}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:rgba(0,0,0,0.03)}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:rgba(0,0,0,0.05)}.ReactTable .-pagination{z-index:1;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:3px;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.1);box-shadow:0 0 15px 0 rgba(0,0,0,0.1);border-top:2px solid rgba(0,0,0,0.1)}.ReactTable .-pagination input,.ReactTable .-pagination select{border:1px solid rgba(0,0,0,0.1);background:#fff;padding:5px 7px;font-size:inherit;border-radius:3px;font-weight:normal;outline-width:0}.ReactTable .-pagination .-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;border:0;border-radius:3px;padding:6px;font-size:1em;color:rgba(0,0,0,0.6);background:rgba(0,0,0,0.1);-webkit-transition:all .1s ease;transition:all .1s ease;cursor:pointer;outline-width:0}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{background:rgba(0,0,0,0.3);color:#fff}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{-ms-flex:1;flex:1 1;text-align:center}.ReactTable .-pagination .-center{-ms-flex:1.5;flex:1.5 1;text-align:center;margin-bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.ReactTable .-pagination .-pageInfo{display:inline-block;margin:3px 10px;white-space:nowrap}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{width:70px;text-align:center}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1;pointer-events:none;padding:20px;color:rgba(0,0,0,0.5)}.ReactTable .-loading{display:block;position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,0.8);-webkit-transition:all .3s ease;transition:all .3s ease;z-index:-1;opacity:0;pointer-events:none}.ReactTable .-loading>div{position:absolute;display:block;text-align:center;width:100%;top:50%;left:0;font-size:15px;color:rgba(0,0,0,0.6);-webkit-transform:translateY(-52%);-ms-transform:translateY(-52%);transform:translateY(-52%);-webkit-transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{-webkit-transition:none !important;transition:none !important;cursor:col-resize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ReactTable{border:none !important;font-size:1em}.ReactTable .rt-noData{display:none}.ReactTable .rt-th{background:#e8e8e8;height:60px;border-right:none !important;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;outline:none}.ReactTable .rt-th>*{padding:1em}.ReactTable .rt-thead{-webkit-box-shadow:none !important;box-shadow:none !important}.ReactTable .rt-thead .rt-th{padding:0;white-space:unset}.ReactTable .rt-tr{border:none !important;cursor:pointer}.ReactTable .rt-tr:hover{background:#f1f1f1}.ReactTable .rt-td{padding:1em;text-align:center}.ReactTable .rt-td:not(:last-of-type){border-right:1px solid #e8e8e8 !important}.ReactTable .rt-tr-group{border:none !important}.styles__reactTableHolder___2nt-M{display:inline-block;width:60%;text-align:center}@media (max-width: 990px){.styles__reactTableHolder___2nt-M{width:100%;font-size:0.7em}}.styles__button___VfJNh{display:inline-block;background:#ff055e;padding:0.5em 1em;border-radius:0.35em;cursor:pointer;color:#fff}.styles__button___VfJNh:hover{background:#ce0049}.styles__button___VfJNh:hover svg{fill:white !important}.styles__error___2e71T{width:20px;height:20px;line-height:normal;margin-left:9px}

.styles__subTitleText___2tGRK{font-size:1em;font-weight:500;font-family:'RundText', 'Arial', sans-serif;margin-top:5px}.styles__titleBlock___1iHLO{margin-bottom:10px}.styles__settingsWrapperBlock___1qoxN{border-radius:3px;margin-top:10px;padding:15px;background:white}.styles__settingsGettingStartedChildBlock___10j7L{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, 1fr);grid-column-gap:45px;grid-row-gap:25px}.styles__settingsGettingStartedChildBlockOneLine___3oB4a{grid-template-rows:repeat(1, 1fr)}.styles__settingsNotificationsChildBlock___1Tw1E{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(1, 1fr);grid-column-gap:45px;grid-row-gap:25px}.styles__settingsAccountChildBlock___2JNcK{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(1, 1fr);grid-column-gap:45px;grid-row-gap:25px}

.styles__SettingsItemBlockWrapper___2k8Ee{padding:10px;min-height:130px}.styles__SettingsItemBlockWrapper___2k8Ee:hover{background-color:#F7F7F7;border-radius:3px}.styles__titleBlock___1zIf6{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;padding-bottom:5px}.styles__iconSVG___1F2cf{width:20px;fill:#8F3213;stroke:#8F3213}.styles__settingItemTitle___1hrBg{color:#8F3213;font-size:1.5em;font-weight:500;font-family:RundText, Arial, sans-serif;margin-left:5px}.styles__settingItemDescription___2_7o5{font-size:1em;font-weight:500;font-family:RundText, Arial, sans-serif}.styles__settingsItemLink___KOVke{text-decoration:none;color:black}

.TrackingPageCard__cardContainer___2o1zO{width:100%;height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.TrackingPageCard__cardContent___23_YG{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1;padding-bottom:15px}.TrackingPageCard__cardTitle___12F-w{-ms-flex-positive:1;flex-grow:1;padding:0 20px;overflow:hidden;text-overflow:ellipsis}.TrackingPageCard__svg___2sqDv{width:50px;height:75px;margin:0 auto;fill:#323232}

.styles__popup___2uTq2{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:999;display:grid;-ms-flex-align:center;align-items:center}.styles__popup___2uTq2>div{margin:0 auto;width:calc(100% - 30px);max-width:450px;max-height:100vh;overflow-y:auto}

.style__cardInner___1-LKR{padding:0 25px 25px}.style__cardInnerScroll___3RSxF{max-height:80vh;overflow-y:auto}.style__cardInnerFix___2l29M{display:inline-block;width:100%}.style__title___1HAGp{position:relative;display:block;width:100%;font-size:1.45em;margin-top:1.125rem;padding-top:0.5em;margin-bottom:0.6125rem}.style__formGroup___jkMC2{margin-top:15px}.style__formGroup___jkMC2:focus{outline:none}.style__inputContainer___1jAzw{position:relative}.style__inputErrorContainer___2xAiz{padding-left:20px;border-left:2px solid #c12547;-ms-flex-align:bottom;align-items:bottom}.style__formLabel___1k60G,.style__formElement___1gELI{display:inline-block;width:100%}.style__formLabel___1k60G{font-size:12pt;letter-spacing:-0.3pt;margin-bottom:7pt;padding:0 2px;margin-left:2px}.style__formLabel___1k60G.style__hasError___1PL5m{color:#ce283c}.style__loginFormLabel___2RsSl,label{color:#474747;font-size:12pt;letter-spacing:-0.3pt;margin-bottom:7pt;display:block;padding:0 2px;margin-left:2px;font-weight:bold}.style__loginFormLabel___2RsSl.style__hasError___1PL5m,label.style__hasError___1PL5m{color:#c12547}.style__loginFormLabel___2RsSl.style__noError___3x97P,label.style__noError___3x97P{color:#c12547}.style__formElement___1gELI{font-size:1rem;color:#000;padding:0 15px;height:50px;line-height:50px;border-radius:2px;border:1px solid #8a8a8a;background:#fff}.style__formElement___1gELI.style__hasError___1PL5m{border:1px solid #ce283c;margin-bottom:5px}.style__formElement___1gELI:hover{border:1px solid #fc835a}.style__formElement___1gELI:focus{border:2px solid #0065b3}.style__formElement___1gELI:focus-visible{outline:none}.style__formGroupAttatched___1FyiQ{margin-bottom:15px}.style__formGroupAttatched___1FyiQ .style__formGroup___jkMC2:first-child .style__formElement___1gELI{border-bottom-left-radius:0;border-bottom-right-radius:0}.style__formGroupAttatched___1FyiQ .style__formGroup___jkMC2:last-child{margin-top:-1px}.style__formGroupAttatched___1FyiQ .style__formGroup___jkMC2:last-child .style__formElement___1gELI{border-top-left-radius:0;border-top-right-radius:0}.style__formElement___1gELI[disabled]{background:#ebebeb}.style__link___2Fb1X{border:1px solid #8a8a8a;background:#fff;padding:10px;border-radius:2px}@media only screen and (min-width: 768px){.style__link___2Fb1X{display:grid;grid-gap:15px;-ms-flex-align:start;align-items:start;grid-template-columns:0.5fr 1fr 0.4fr}}.style__miniFormGroup___1cqSE{position:relative}.style__miniFormGroup___1cqSE:not(:first-of-type){margin-top:15px}@media only screen and (min-width: 768px){.style__miniFormGroup___1cqSE:not(:first-of-type){margin-top:0}}.style__miniFormGroupButton___1o8A3{height:50px;line-height:50px;border:1px solid #8a8a8a;background:#fff;border-radius:2px}@media only screen and (min-width: 768px){.style__miniFormGroupButton___1o8A3{margin-top:23px}}.style__miniFormGroupButton___1o8A3:focus{outline:none}.style__rowItem___3AaoH{border:1px solid #8a8a8a;background:#fff;padding:10px 10px 0px 10px;border-radius:2px}.style__rowTitle___2sump{margin-top:0}.style__rowItems___1Vu1h{display:grid;grid-gap:10px}@media only screen and (min-width: 900px){.style__rowItems2___2HJJq{grid-template-columns:repeat(2, 1fr)}.style__rowItems3___RC48I{grid-template-columns:repeat(3, 1fr)}.style__rowItems4___zUDM4{grid-template-columns:repeat(4, 1fr)}}.style__rowItems___1Vu1h>div{border:1px solid #8a8a8a;padding:10px;border-radius:2px}.style__rowItemButtons___2H-We{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:15px -10px -10px -10px}.style__rowItemButtons___2H-We>*:first-child{border-right:1px solid #8a8a8a}.style__rowItemButtons___2H-We>*{height:50px;line-height:normal;border-top:1px solid #8a8a8a}.style__rowItemButtons___2H-We svg{height:18px}.style__removeIcon___3-vHS{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:10px}.style__removeIconActive___26BXU{fill:white;background-color:#fc835a}.style__removePopup___3hzRW{background-color:#fff}.style__removePopupText___20cu_{padding:30px 30px 25px;text-align:center;border-bottom:1px solid #8a8a8a}.style__editRowButton___WC0w6{margin-top:15px;margin-left:-10px;margin-right:-10px;position:relative}.style__editRowButton___WC0w6 button{height:50px;line-height:50px;border-radius:7px}.style__editRowButton___WC0w6 button:focus{outline:none}.style__rowItemBody___2LT3m{white-space:pre;font-weight:bold}.style__buttonPopout___3XFPo{position:absolute;bottom:0;right:0;width:150px;border:1px solid #d6d6d6;border-radius:2px;overflow:hidden;-webkit-transform:translateY(calc(100% + 5px));-ms-transform:translateY(calc(100% + 5px));transform:translateY(calc(100% + 5px));z-index:3;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);box-shadow:0 0 10px rgba(0,0,0,0.15)}.style__popupGroup___21oaq{display:grid;grid-gap:35px;-ms-flex-align:end;align-items:end}@media only screen and (min-width: 768px){.style__popupGroup___21oaq{grid-template-columns:0.6fr 1fr}}.style__popupGroup___21oaq>div:nth-child(2){display:grid;-ms-flex-align:end;align-items:end}.style__rowCubes___ZBxHQ{grid-gap:15px;grid-template-columns:repeat(3, 1fr)}.style__rowCubeSmall___1w-I1,.style__rowCubeMedium___3rkYb,.style__rowCubeLarge___3C-p4{width:100%;border:1px solid black;text-align:center;display:grid;-ms-flex-align:center;align-items:center;border-radius:2px}.style__rowCubeSmall___1w-I1{height:70%}.style__rowCubeMedium___3rkYb{height:85%}.style__rowCubeLarge___3C-p4{height:73px}.style__rowCubeActive___1Lw_5{border-color:#8f3213 !important;color:#8f3213 !important}.style__rowColumns___2scq2{display:grid;grid-gap:15px;grid-template-columns:repeat(4, 1fr)}.style__rowColumnssmall___2K0PQ{height:35px}.style__rowColumnsmedium___2L6LF{height:55px}.style__rowColumnslarge___3ms4K{height:73px}.style__rowColumns___2scq2>div{width:100%;height:100%;border:1px solid black;border-radius:2px}.style__rowColumnActive___1WIFM{border-color:#8f3213 !important}.style__selectWithErrorsContainer___EU6AS .style__formElement___1gELI{border:1px solid #ce283c}.style__colorPickerErrorBorder___3tj9P button{border:1px solid #ce283c}.style__fontPreview___3Wsbm{background:white;border:1px solid #ededed;border-radius:8px;padding:15px;font-size:25px;line-height:1.5;border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.style__fontPreview___3Wsbm p{margin:0}.style__gFontSelect___1Z62W{border-bottom-left-radius:0;border-bottom-right-radius:0}.style__dualButtonsActive___Dn6sR{margin-top:15px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #ededed;border-radius:8px;overflow:hidden}.style__dualButtonsActive___Dn6sR button{height:50px;line-height:50px}.style__dualButtonsActive___Dn6sR .style__active___2_Tkd{background:#8a8a8a}.style__headerContent___272AH{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.style__primaryHeaderTitle___4ORr7{-ms-flex-negative:0;flex-shrink:0;font-size:1.45em;padding-right:1em}.style__secondaryHeaderTitle___16pcw{-ms-flex-positive:1;flex-grow:1}.style__links___2s240{margin-top:20px;margin-bottom:20px}.style__linkItem___3alVB,.style__linkLabel___uqvbj{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.style__linkItem___3alVB{-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px}@media (max-width: 620px){.style__linkItem___3alVB{-ms-flex-direction:column;flex-direction:column}}.style__linkLabel___uqvbj{width:25%;margin-right:10px}@media (max-width: 620px){.style__linkLabel___uqvbj{width:100%;margin-bottom:10px;margin-right:0px}}.style__linkId___1Cgcx{-ms-flex-negative:0;flex-shrink:0;height:100%;border-right:1px solid black;padding:5px;margin-right:5px}.style__cardContent___1vvxQ{padding:0 25px 0 25px}.style__linkActions___RRtbC,.style__showMoreButton___ZyHp2{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.style__showMoreButton___ZyHp2{background:#fafafa}.style__showMoreButton___ZyHp2:hover{background:#f1f1f1}.style__stateLabel___1pgDW{width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:black transparent transparent transparent;margin:5px}.style__stateLabelActive___3DOzm{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.style__switch___2NVke p{margin-top:0;margin-bottom:0}

.styles__formLabel___1w3-e,.styles__formElement___3qMAh{display:inline-block;width:100%}.styles__formLabel___1w3-e{font-size:1rem;margin-bottom:5px}.styles__formFileInner___3TSF_{display:grid;grid-template-columns:115px 1fr;position:relative;grid-gap:15px}.styles__formFileInnerText___H51VA{color:#474747;position:absolute;z-index:2;width:115px;height:50px;line-height:50px;border-radius:2px;border:1px solid #8a8a8a;background:white;pointer-events:none;top:0;left:0;text-align:center}.styles__deleteButton___1BY6Q{width:115px;height:50px;line-height:50px;border-radius:2px;border:1px solid #8a8a8a;background:white;text-align:center}.styles__formFileInput___2UIaH{font-size:1rem;padding:0 15px;height:50px;line-height:50px;border-radius:2px;border:1px solid #8a8a8a;background:#fff;overflow:hidden;position:relative;z-index:1}.styles__formFileInput___2UIaH:focus{outline:none}.styles__value___A25vw{display:grid;-ms-flex-align:center;align-items:center}.styles__imagePreview___3ZA1x{max-width:100%;max-height:200px;-o-object-fit:contain;object-fit:contain}

.styles__square___1n2q_{width:50px;height:50px;border:1px solid #f1f1f1;border-radius:2px;position:relative}.styles__toggledMenu___1rYa_{width:220px}.styles__button___TgF0h{border:1px solid #fc835a;border-radius:2px;line-height:50px;outline:none;height:50px}.styles__button___TgF0h:hover{background:#fc835a}.styles__buttonPink___1PG5U{background:#ffbba9;color:#000}.styles__title___2EMew{font-size:11pt;letter-spacing:-0.3pt;margin-bottom:7pt;display:block;padding:0 2px;margin-left:2px}.styles__buttonsActive___z7FfD,.styles__buttonsInactive___3z11L{display:grid;grid-template-columns:1fr 50px;grid-gap:15px}@media only screen and (min-width: 768px){.styles__buttonsActive___z7FfD,.styles__buttonsInactive___3z11L{grid-template-columns:250px 50px}}.styles__colorPicker___Dst3Q{margin-top:0.5em}.styles__loginFormLabel___1EXc3,label{color:#474747;font-size:12pt;letter-spacing:-0.3pt;margin-bottom:7pt;display:block;padding:0 2px;margin-left:2px;font-weight:bold}.styles__loginFormLabel___1EXc3.styles__hasError___3FNEC,label.styles__hasError___3FNEC{color:#c12547}.styles__loginFormLabel___1EXc3.styles__noError___1QplF,label.styles__noError___1QplF{color:#c12547}

.styles__buttonHolder___1jxOV{overflow:hidden;position:absolute;bottom:0;-webkit-transform:translateY(calc(100% + 10px));-ms-transform:translateY(calc(100% + 10px));transform:translateY(calc(100% + 10px));right:0;-webkit-box-shadow:0 7px 15px rgba(0,0,0,0.1);box-shadow:0 7px 15px rgba(0,0,0,0.1);border:1px solid #eaeaea;border-radius:8px;width:200px;z-index:2}.styles__buttonHolder___1jxOV button:not(:last-child){border-bottom:1px solid #eaeaea}.styles__buttonHolder___1jxOV button{border-radius:0}

.styles__pageButtonsEdit___1kHuc{display:grid;grid-gap:40px;width:auto}@media only screen and (min-width: 860px){.styles__pageButtonsEdit___1kHuc{grid-template-columns:1fr 200px 200px 200px 200px;-ms-flex-align:center;align-items:center}}.styles__pageButtonsCreate___1E82o{display:grid;grid-gap:40px;width:auto}@media only screen and (min-width: 860px){.styles__pageButtonsCreate___1E82o{grid-template-columns:1fr 200px 200px;-ms-flex-align:center;align-items:center}}.styles__pageButtonsDual___1qacy{display:grid;grid-gap:15px}@media only screen and (min-width: 860px){.styles__pageButtonsDual___1qacy{grid-template-columns:1fr 150px 150px;-ms-flex-align:center;align-items:center}}.styles__pageButtons___1hswL button,.styles__pageButtonsSingle___2ZVhB button{height:50px;line-height:50px;border-radius:2px;margin:20px 20px;font-size:1em;padding:15px}.styles__publishBtn___BL038{background-color:#ffbba9 !important}.styles__publishBtn___BL038:hover{background-color:#fc835a !important}.styles__publishedPopup___2d2Ad{z-index:999;position:fixed;top:-65px;left:50%;-webkit-transition:top .3s ease-in-out;transition:top .3s ease-in-out;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background:white;-webkit-box-shadow:0 0 15px rgba(0,0,0,0.1);box-shadow:0 0 15px rgba(0,0,0,0.1);border-radius:6px;width:150px;height:50px;padding:0;line-height:50px;text-align:center;border:1px solid #e6e6e6}.styles__publishedPopupActive___1Xxlg{top:50px}.styles__publishButtonContainer___1pLD5{position:relative}.styles__publishButtonContainer___1pLD5 .styles__thumbUpIcon___6WgJP{display:none;position:absolute;left:50%;-webkit-transform:translate(-50%, -100%);-ms-transform:translate(-50%, -100%);transform:translate(-50%, -100%)}.styles__publishButtonContainer___1pLD5 .styles__thumbUpIcon___6WgJP svg{height:40px}.styles__publishButtonContainerEnterActive___2KPrE .styles__thumbUpIcon___6WgJP{display:inherit;-webkit-animation-name:styles__thumbUpAppear___1D_Va;animation-name:styles__thumbUpAppear___1D_Va;-webkit-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.styles__publishButtonContainerEnterActive___2KPrE .styles__publishButton___34v-i{-webkit-animation-name:styles__cssAnimation___3SNwH;animation-name:styles__cssAnimation___3SNwH;-webkit-animation-duration:1000ms;animation-duration:1000ms}@-webkit-keyframes styles__thumbUpAppear___1D_Va{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}@keyframes styles__thumbUpAppear___1D_Va{0%{opacity:0}20%{opacity:1}80%{opacity:1}100%{opacity:0}}@-webkit-keyframes styles__cssAnimation___3SNwH{10%{background-color:#2A1B51}90%{background-color:#2A1B51}}@keyframes styles__cssAnimation___3SNwH{10%{background-color:#2A1B51}90%{background-color:#2A1B51}}

.add-new-member-form__forgotPasswordForm___3FKAN{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.add-new-member-form__forgotPasswordForm___3FKAN form{width:90%;padding-left:20pt}.add-new-member-form__forgotPasswordForm___3FKAN .add-new-member-form__welcome___1J_12{font-weight:bold;font-size:22pt;letter-spacing:-1.1pt;margin-bottom:21pt;padding-left:20pt;margin-top:25pt}@media (max-width: 620px){.add-new-member-form__forgotPasswordForm___3FKAN .add-new-member-form__welcome___1J_12{font-size:16pt}}.add-new-member-form__forgotPasswordForm___3FKAN .add-new-member-form__signInButton___3be0J{margin:15pt 0 26pt 0;-ms-flex-item-align:center;align-self:center}.add-new-member-form__addContainer___-h9EM{padding:30px 20px 25px 20px}.add-new-member-form__userAvatar___vCMd2{width:60px;height:60px;display:block;margin:0 auto}.add-new-member-form__mainTitle___3LKjb{border-bottom:1px solid #a4a5a8}.add-new-member-form__mainTitle___3LKjb,.add-new-member-form__formDetails___2aW36{font-weight:700}

.users-list__userInvInner___wsBjZ{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:100%}.users-list__userAvatar___3asJY{width:60px;height:60px;border-radius:50%;display:block;margin:40px auto 25px auto}.users-list__userName___2nuzh,.users-list__email___1vQkJ{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.users-list__userName___2nuzh{margin:16px}.users-list__email___1vQkJ{color:#616161;margin:0}.users-list__status___3iSF1{-ms-flex-positive:1;flex-grow:1}.users-list__pending___3zukD{color:#c12547;margin:0 0 12px 0}.users-list__primary___1vkN8{color:#00854d;margin:0 0 12px 0}.users-list__role___1sRsv{background:#e7e6e6;padding:0 8px;margin:0 0 12px 0}.users-list__spanTitleSecondText___2ePaM{font-family:"RundText", "Arial", sans-serif;font-size:1em;margin-top:0}.users-list__usersListListAdditionalWrapper___f-O9q{height:100%}.users-list__titleBlock___2XEqT{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.users-list__btnAdditionalStyles___2kP-7{-ms-flex-item-align:end;align-self:flex-end;margin-bottom:25px}.users-list__pageContainer___G4Ogo{background:white;height:100%;padding:15px}.users-list__tabsContainer___1_kNG{display:-ms-flexbox;display:flex}.users-list__tabItem___32COi{color:grey;border-bottom:4px solid lightgrey;min-width:80px;padding:10px 30px 10px 10px}.users-list__tabItem___32COi:hover{cursor:pointer}.users-list__active___1h0o2{border-bottom:4px solid #fc835a;font-weight:bold;cursor:pointer;color:black}

.styles__wrapper___1JEw6{margin-left:5px}.styles__tableBorder___xH68b{border:2px solid #f7f7f7;border-radius:3px}.styles__tableButtonsBlock___HW69F{display:-ms-flexbox;display:flex;fill:#fc835a}.styles__btnEdit___32HXw{margin-right:10px}.styles__btnEdit___32HXw:hover{cursor:pointer}.styles__btnDelete___10fll:hover{cursor:pointer}.styles__pending___3arGi{background:#8f3213;color:white;padding:2px 4px;border-radius:3px;margin-left:5px;font-size:12px}.styles__primary___2kpdX{background:#00854d}.styles__actionsBtnBlock___1rUIo{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.styles__actionsBtnBlock0Margin___1llAk>span{margin-left:0}.styles__reSendEmail___3Dv1E{padding:5px;border-radius:3px;border:1px solid #fc835a}.styles__reSendEmail___3Dv1E:hover{cursor:pointer;background:#fc835a}.styles__middleDiv___39Nyd{width:30px}.styles__middleDivHidden___1SL4i{display:none}.styles__renderNameColumnWrapper___1r57X{display:-ms-flexbox;display:flex}.styles__renderNameColumnStyles___2RLSf{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}


/*# sourceMappingURL=main.3bfa4971.css.map*/