.Icon-danger-epvdL {
  color: var(--dangerColor);
}

.Icon-default-ZpHc_ {
  color: inherit;
}

.Icon-disabled-cwrUJ {
  color: var(--disabledColor);
}

.Icon-info-GEXUJ {
  color: var(--infoColor);
}

.Icon-info-GEXUJ.darken {
    color: color(var(--infoColor) shade(30%));
  }

.Icon-pink-xAGBW {
  color: var(--pink);
}

.Icon-pink-xAGBW.darken {
    color: color(var(--pink) shade(30%));
  }

.Icon-success-J799D {
  color: var(--successColor);
}

.Icon-warning-wE4s6 {
  color: var(--warningColor);
}

.Icon-purple-roI8D {
  color: var(--purple);
}

.Page-page-TorHA {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Page-main-Swphf {
  position: relative; /* need this to position inner content - is this really needed? */
  display: flex;
  flex: 1 1 auto;
}

@media only screen and (max-width: 768px) {
  .Page-page-TorHA {
    flex-grow: 1;
    height: initial;
  }
}

.ErrorPage-page-Jiv2O {

  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.ErrorPage-version-PGaC9 {
  margin-top: 20px;
  font-size: 16px;
}

.LoadingIndicator-loading-DWfav {
  margin-top: 20px;
  text-align: center;
}

.LoadingIndicator-rippleContainer-b3h1D {
  position: relative;
  display: inline-block;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(0) {
  animation-delay: -0.8s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(1) {
  animation-delay: -0.6s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(2) {
  animation-delay: -0.4s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(3) {
  animation-delay: -0.2s;
}

.LoadingIndicator-ripple-Dn9J1 {
  position: absolute;
  border: 2px solid var(--themeDarkColor);
  border-radius: 100%;
  animation: LoadingIndicator-rippleContainer-b3h1D 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation-fill-mode: both;
}

@keyframes LoadingIndicator-rippleContainer-b3h1D {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.7;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

.LoadingMessage-loadingMessage-WU8sQ {
  margin: 10px 10px 0;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}

.LoadingPage-page-TN4QY {

  background-color: var(--pageBackground);
}

.LoadingPage-logoFull-_XCIG {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  width: 48px;
  height: 48px;
  opacity: 0.65;
}

.ErrorBoundaryError-container-u1Yk8 {
  text-align: center;
}

.ErrorBoundaryError-message-YnXdu {
  margin: 50px 0;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}

.ErrorBoundaryError-imageContainer-GMwwj {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

.ErrorBoundaryError-image-jfjKW {
  height: 350px;
}

.ErrorBoundaryError-details-c3TVO {
  margin: 20px;
  text-align: left;
  white-space: pre-wrap;
}

.ErrorBoundaryError-version-KXhFf {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .ErrorBoundaryError-image-jfjKW {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .ErrorBoundaryError-image-jfjKW {
    height: 150px;
  }
}

.Link-link-RInnp {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
}

  .Link-link-RInnp.isDisabled {
    cursor: default;
  }

.Link-to-kylTi {
  color: var(--linkColor);
}

.Link-to-kylTi:hover {
    color: var(--linkHoverColor);
    text-decoration: underline;
  }

.Link-link-RInnp {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background: none;
  color: inherit;
  text-align: inherit;
  text-decoration: none;
  cursor: pointer;
}

  .Link-link-RInnp.isDisabled {
    cursor: default;
  }

.Link-to-kylTi {
  color: var(--linkColor);
}

.Link-to-kylTi:hover {
    color: var(--linkHoverColor);
    text-decoration: underline;
  }

.Button-button-paJ9a {

  overflow: hidden;
  border: 1px solid;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}

  .Button-button-paJ9a.isDisabled {
    opacity: 0.65;
  }

  .Button-button-paJ9a:hover {
    text-decoration: none;
  }

.Button-danger-vthZW {
  border-color: var(--dangerBorderColor);
  background-color: var(--dangerBackgroundColor);
  color: var(--white);
}

.Button-danger-vthZW:hover {
    border-color: var(--dangerHoverBorderColor);
    background-color: var(--dangerHoverBackgroundColor);
    color: var(--white);
  }

.Button-default-UXlBi {
  border-color: var(--defaultBorderColor);
  background-color: var(--defaultBackgroundColor);
  color: var(--defaultColor);
}

.Button-default-UXlBi:hover {
    border-color: var(--defaultHoverBorderColor);
    background-color: var(--defaultHoverBackgroundColor);
    color: var(--defaultColor);
  }

.Button-primary-MZWFG {
  border-color: var(--primaryBorderColor);
  background-color: var(--primaryBackgroundColor);
  color: var(--white);
}

.Button-primary-MZWFG:hover {
    border-color: var(--primaryHoverBorderColor);
    background-color: var(--primaryHoverBackgroundColor);
    color: var(--white);
  }

.Button-success-MO1fp {
  border-color: var(--successBorderColor);
  background-color: var(--successBackgroundColor);
  color: var(--white);
}

.Button-success-MO1fp:hover {
    border-color: var(--successHoverBorderColor);
    background-color: var(--successHoverBackgroundColor);
    color: var(--white);
  }

.Button-warning-Ta5XG {
  border-color: var(--warningBorderColor);
  background-color: var(--warningBackgroundColor);
  color: var(--white);
}

.Button-warning-Ta5XG:hover {
    border-color: var(--warningHoverBorderColor);
    background-color: var(--warningHoverBackgroundColor);
    color: var(--white);
  }

/*
 * Sizes
 */

.Button-small-aExXc {
  padding: 1px 5px;
  font-size: 12px;
}

.Button-medium-ZwfFe {
  padding: 6px 16px;
  font-size: 14px;
}

.Button-large-W5TD4 {
  padding: 10px 20px;
  font-size: 16px;
}

/*
 * Sizes
*/

.Button-left-XRzO_ {
  margin-left: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Button-center-tF4Zr {
  margin-left: -1px;
  border-radius: 0;
}

.Button-right-zEjWk {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Scroller-scroller-lhubq {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}
  .Scroller-scroller-lhubq::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }
  .Scroller-scroller-lhubq {
  -webkit-overflow-scrolling: touch;
}

.Scroller-none-lIEhI {
  overflow-x: hidden;
  overflow-y: hidden;
}

.Scroller-vertical-OLDmS {
  overflow-x: hidden;
  overflow-y: scroll;
}

.Scroller-vertical-OLDmS.Scroller-autoScroll-RVZ6m {
    overflow-y: auto;
  }

.Scroller-horizontal-Od7JK {
  overflow-x: scroll;
  overflow-y: hidden;
}

.Scroller-horizontal-Od7JK.Scroller-autoScroll-RVZ6m {
    overflow-x: auto;
  }

.Scroller-both-u6blh {
  overflow: scroll;
}

.Scroller-both-u6blh.Scroller-autoScroll-RVZ6m {
    overflow: auto;
  }

.ModalBody-modalBody-RVK6D {
  flex: 1 0 1px;
  padding: 30px;
}

.ModalBody-modalScroller-Oqq2l {
  flex-grow: 1;
}

.ModalBody-innerModalBody-XiTXT {
  padding: 30px;
}

.ModalContent-modalContent-bdTLe {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  background-color: var(--modalBackgroundColor);
}

.ModalContent-closeButton-GYCdL {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.ModalContent-closeButton-GYCdL:hover {
    color: var(--modalCloseButtonHoverColor);
  }

.ModalFooter-modalFooter-wjkx5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 15px 30px;
  border-top: 1px solid var(--borderColor);
}

  .ModalFooter-modalFooter-wjkx5 a,
  .ModalFooter-modalFooter-wjkx5 button {
    margin-left: 10px;
  }

  .ModalFooter-modalFooter-wjkx5 a:first-child, .ModalFooter-modalFooter-wjkx5 button:first-child {
      margin-left: 0;
    }

@media only screen and (max-width: 768px) {
  .ModalFooter-modalFooter-wjkx5 {
    padding: 15px;
  }
}

.ModalHeader-modalHeader-THPud {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex-shrink: 0;
  padding: 15px 50px 15px 30px;
  border-bottom: 1px solid var(--borderColor);
  font-size: 18px;
}

.ErrorBoundaryError-container-u1Yk8 {
  text-align: center;
}

.ErrorBoundaryError-message-YnXdu {
  margin: 50px 0;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}

.ErrorBoundaryError-imageContainer-GMwwj {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
}

.ErrorBoundaryError-image-jfjKW {
  height: 350px;
}

.ErrorBoundaryError-details-c3TVO {
  margin: 20px;
  text-align: left;
  white-space: pre-wrap;
}

.ErrorBoundaryError-version-KXhFf {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .ErrorBoundaryError-image-jfjKW {
    height: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .ErrorBoundaryError-image-jfjKW {
    height: 150px;
  }
}

.ModalError-message-HZzN5 {

  margin: 0;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 26px;
}

.ModalError-details-bpGAW {

  margin: 0;
  margin-top: 20px;
}

.Modal-modalContainer-xTUsI {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.Modal-modalBackdrop-XqzNZ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--modalBackdropBackgroundColor);
  opacity: 1;
}

.Modal-modal-_3qBG {
  position: relative;
  display: flex;
  max-height: 90%;
  border-radius: 6px;
  opacity: 1;
}

.Modal-modalOpen-pzkAX {
  /* Prevent the body from scrolling when the modal is open */
  overflow: hidden !important;
}

.Modal-modalOpenIOS-_maM4 {
  position: fixed;
  right: 0;
  left: 0;
}

/*
 * Sizes
 */

.Modal-small-oEjjG {

  width: 480px;
}

.Modal-medium-keEoF {

  width: 720px;
}

.Modal-large-EKpkE {

  width: 1080px;
}

.Modal-extraLarge-wEJo5 {

  width: 1280px;
}

@media only screen and (max-width: 1450px) {
  .Modal-modal-_3qBG.Modal-extraLarge-wEJo5 {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .Modal-modal-_3qBG.Modal-large-EKpkE {
    width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  .Modal-modal-_3qBG.Modal-small-oEjjG,
  .Modal-modal-_3qBG.Modal-medium-keEoF {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .Modal-modalContainer-xTUsI {
    position: fixed;
  }

  .Modal-modal-_3qBG.Modal-small-oEjjG,
  .Modal-modal-_3qBG.Modal-medium-keEoF,
  .Modal-modal-_3qBG.Modal-large-EKpkE,
  .Modal-modal-_3qBG.Modal-extraLarge-wEJo5 {
    max-height: 100%;
    width: 100%;
    height: 100% !important;
  }
}

.UpdateChanges-title-iaqWz {
  margin-top: 10px;
  font-size: 16px;
}

.AppUpdatedModalContent-version-FNMj4 {
  margin: 0 3px;
  font-weight: bold;
}

.AppUpdatedModalContent-maintenance-icjTi {
  margin-top: 20px;
}

.AppUpdatedModalContent-changes-pxSEa {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
}

.ConnectionLostModal-automatic-O5Z3a {
  margin-top: 20px;
}

.Alert-alert-_KgnQ {
  display: block;
  margin: 5px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.Alert-danger-nugZ_ {
  border-color: var(--alertDangerBorderColor);
  background-color: var(--alertDangerBackgroundColor);
  color: var(--alertDangerColor);
}

.Alert-info-BFcpa {
  border-color: var(--alertInfoBorderColor);
  background-color: var(--alertInfoBackgroundColor);
  color: var(--alertInfoColor);
}

.Alert-success-DPVBw {
  border-color: var(--alertSuccessBorderColor);
  background-color: var(--alertSuccessBackgroundColor);
  color: var(--alertSuccessColor);
}

.Alert-warning-K7oQl {
  border-color: var(--alertWarningBorderColor);
  background-color: var(--alertWarningBackgroundColor);
  color: var(--alertWarningColor);
}

.FormGroup-group-UkYsg {
  display: flex;
  margin-bottom: 20px;
}

/* Sizes */

.FormGroup-extraSmall-Xgs0f {
  max-width: 550px;
}

.FormGroup-small-cZTV8 {
  max-width: 650px;
}

.FormGroup-medium-HIpH5 {
  max-width: 800px;
}

.FormGroup-large-qJv2k {
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  .FormGroup-group-UkYsg {
    display: block;
  }
}

.Input-input-KWeec {
  padding: 6px 16px;
  width: 100%;
  height: 35px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  background-color: var(--inputBackgroundColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
  color: var(--textColor);
}

  .Input-input-KWeec:focus {
    outline: 0;
    border-color: var(--inputFocusBorderColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
  }

.Input-hasError-_3DW5 {
  border-color: var(--inputErrorBorderColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputErrorBoxShadowColor);
}

.Input-hasWarning-K_6E_ {
  border-color: var(--inputWarningBorderColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputWarningBoxShadowColor);
}

.Input-hasButton-XcYCR {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.AutoSuggestInput-input-Irz_T {
}

.AutoSuggestInput-hasError-TzeMk {
}

.AutoSuggestInput-hasWarning-c6pm0 {
}

.AutoSuggestInput-inputContainer-MKwJ1 {
  flex-grow: 1;
}

.AutoSuggestInput-suggestionsContainer-IdHtU {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-track {
    background-color: transparent;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }

.AutoSuggestInput-suggestionsContainerOpen-qrEjQ {
  z-index: 2000;
}

.AutoSuggestInput-suggestionsContainerOpen-qrEjQ .AutoSuggestInput-suggestionsContainer-IdHtU {
    overflow-y: auto;
    max-height: 200px;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 4px;
    background-color: var(--inputBackgroundColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
  }

.AutoSuggestInput-suggestionsList-Uq7sG {
  margin: 5px 0;
  padding-left: 0;
  max-height: 200px;
  list-style-type: none;
}

.AutoSuggestInput-suggestion-zjy1f {
  padding: 0 16px;
}

.AutoSuggestInput-suggestionHighlighted-KrGhN {
  background-color: var(--menuItemHoverBackgroundColor);
}

.Button-button-paJ9a {

  overflow: hidden;
  border: 1px solid;
  border-radius: 4px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
}

  .Button-button-paJ9a.isDisabled {
    opacity: 0.65;
  }

  .Button-button-paJ9a:hover {
    text-decoration: none;
  }

.Button-danger-vthZW {
  border-color: var(--dangerBorderColor);
  background-color: var(--dangerBackgroundColor);
  color: var(--white);
}

.Button-danger-vthZW:hover {
    border-color: var(--dangerHoverBorderColor);
    background-color: var(--dangerHoverBackgroundColor);
    color: var(--white);
  }

.Button-default-UXlBi {
  border-color: var(--defaultBorderColor);
  background-color: var(--defaultBackgroundColor);
  color: var(--defaultColor);
}

.Button-default-UXlBi:hover {
    border-color: var(--defaultHoverBorderColor);
    background-color: var(--defaultHoverBackgroundColor);
    color: var(--defaultColor);
  }

.Button-primary-MZWFG {
  border-color: var(--primaryBorderColor);
  background-color: var(--primaryBackgroundColor);
  color: var(--white);
}

.Button-primary-MZWFG:hover {
    border-color: var(--primaryHoverBorderColor);
    background-color: var(--primaryHoverBackgroundColor);
    color: var(--white);
  }

.Button-success-MO1fp {
  border-color: var(--successBorderColor);
  background-color: var(--successBackgroundColor);
  color: var(--white);
}

.Button-success-MO1fp:hover {
    border-color: var(--successHoverBorderColor);
    background-color: var(--successHoverBackgroundColor);
    color: var(--white);
  }

.Button-warning-Ta5XG {
  border-color: var(--warningBorderColor);
  background-color: var(--warningBackgroundColor);
  color: var(--white);
}

.Button-warning-Ta5XG:hover {
    border-color: var(--warningHoverBorderColor);
    background-color: var(--warningHoverBackgroundColor);
    color: var(--white);
  }

/*
 * Sizes
 */

.Button-small-aExXc {
  padding: 1px 5px;
  font-size: 12px;
}

.Button-medium-ZwfFe {
  padding: 6px 16px;
  font-size: 14px;
}

.Button-large-W5TD4 {
  padding: 10px 20px;
  font-size: 16px;
}

/*
 * Sizes
*/

.Button-left-XRzO_ {
  margin-left: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.Button-center-tF4Zr {
  margin-left: -1px;
  border-radius: 0;
}

.Button-right-zEjWk {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.SpinnerButton-button-uE9hL {

  position: relative;
}

.SpinnerButton-spinnerContainer-GOQ2V {
  position: absolute;
  top: 50%;
  left: -100%;
  display: inline-flex;
  visibility: hidden;
  transition: left 0.2s;
  transform: translateX(-50%) translateY(-50%);
}

.SpinnerButton-spinner-hbCOH {
  z-index: 1;
}

.SpinnerButton-label-YD8Ey {
  position: relative;
  left: 0;
  transition: left 0.2s, opacity 0.2s;
}

.SpinnerButton-isSpinning-DGQnw .SpinnerButton-spinnerContainer-GOQ2V {
    left: 50%;
    visibility: visible;
  }

.SpinnerButton-isSpinning-DGQnw .SpinnerButton-label-YD8Ey {
    left: 100%;
    visibility: hidden;
  }

.FormInputButton-button-qvTt5 {

  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.FormInputButton-middleButton-n2rOv {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.TextInput-input-svfXu {
}

.TextInput-readOnly-WH5Lg {
  background-color: var(--inputReadOnlyBackgroundColor);
}

.TextInput-hasError-Gbw0Q {
}

.TextInput-hasWarning-ZPiVp {
}

.TextInput-hasButton-Z1LGV {
}

.CaptchaInput-captchaInputWrapper-SGGbE {
  display: flex;
}

.CaptchaInput-input-hZojs {
}

.CaptchaInput-hasError-vrVc9 {
}

.CaptchaInput-hasWarning-gqCgC {
}

.CaptchaInput-hasButton-JL2W4 {
}

.CaptchaInput-recaptchaWrapper-edEg_ {
  margin-top: 10px;
}

.FormInputHelpText-helpText-Z2REp {
  margin-top: 5px;
  color: var(--helpTextColor);
  line-height: 20px;
}

.FormInputHelpText-isError-JjyAg {
  color: var(--dangerColor);
}

.FormInputHelpText-isError-JjyAg .FormInputHelpText-link-YQ2vD {
    color: var(--dangerColor);
  }

.FormInputHelpText-isError-JjyAg .FormInputHelpText-link-YQ2vD:hover {
      color: #e01313;
    }

.FormInputHelpText-isWarning-f3T6M {
  color: var(--warningColor);
}

.FormInputHelpText-isWarning-f3T6M .FormInputHelpText-link-YQ2vD {
    color: var(--warningColor);
  }

.FormInputHelpText-isWarning-f3T6M .FormInputHelpText-link-YQ2vD:hover {
      color: #e36c00;
    }

.FormInputHelpText-isCheckInput-zYt2f {
  padding-left: 30px;
}

.FormInputHelpText-link-YQ2vD {

  margin-left: 5px;
}

.FormInputHelpText-details-sqWRq {
  margin-left: 5px;
}

.FormInputHelpText-helpText-Z2REp {
  margin-top: 5px;
  color: var(--helpTextColor);
  line-height: 20px;
}

.FormInputHelpText-isError-JjyAg {
  color: var(--dangerColor);
}

.FormInputHelpText-isError-JjyAg .FormInputHelpText-link-YQ2vD {
    color: var(--dangerColor);
  }

.FormInputHelpText-isError-JjyAg .FormInputHelpText-link-YQ2vD:hover {
      color: #e01313;
    }

.FormInputHelpText-isWarning-f3T6M {
  color: var(--warningColor);
}

.FormInputHelpText-isWarning-f3T6M .FormInputHelpText-link-YQ2vD {
    color: var(--warningColor);
  }

.FormInputHelpText-isWarning-f3T6M .FormInputHelpText-link-YQ2vD:hover {
      color: #e36c00;
    }

.FormInputHelpText-isCheckInput-zYt2f {
  padding-left: 30px;
}

.FormInputHelpText-link-YQ2vD {

  margin-left: 5px;
}

.FormInputHelpText-details-sqWRq {
  margin-left: 5px;
}

.CheckInput-container-FXKYv {
  position: relative;
  display: flex;
  flex: 1 1 65%;
  user-select: none;
}

.CheckInput-label-JQ5QV {
  display: flex;
  margin-bottom: 0;
  min-height: 21px;
  font-weight: normal;
  cursor: pointer;
}

.CheckInput-checkbox-WEQ3S {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.CheckInput-checkbox-WEQ3S.isDisabled {
    cursor: not-allowed;
  }

.CheckInput-input-VAM1T {
  flex: 1 0 auto;
  margin-top: 7px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  line-height: 20px;
}

.CheckInput-checkbox-WEQ3S:focus + .CheckInput-input-VAM1T {
  outline: 0;
  border-color: var(--inputFocusBorderColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
}

.CheckInput-dangerIsChecked-Un0dj {
  border-color: var(--dangerColor);
  background-color: var(--dangerColor);
}

.CheckInput-dangerIsChecked-Un0dj.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-primaryIsChecked-bUxcU {
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

.CheckInput-primaryIsChecked-bUxcU.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-successIsChecked-PjC9g {
  border-color: var(--successColor);
  background-color: var(--successColor);
}

.CheckInput-successIsChecked-PjC9g.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-warningIsChecked-YkKmG {
  border-color: var(--warningColor);
  background-color: var(--warningColor);
}

.CheckInput-warningIsChecked-YkKmG.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-isNotChecked-DeQ7b.CheckInput-isDisabled-DGdm7 {
    border-color: var(--disabledCheckInputColor);
    background-color: var(--disabledCheckInputColor);
    opacity: 0.7;
  }

.CheckInput-isIndeterminate-YIxOB {
  border-color: var(--gray);
  background-color: var(--gray);
}

.CheckInput-helpText-Cofbn {

  margin-top: 8px;
  margin-left: 5px;
}

.CheckInput-isDisabled-DGdm7 {
  cursor: not-allowed;
}

.TagInputInput-inputContainer-b14Au {
  inset: -1px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding: 1px 16px;
  min-height: 33px;
  cursor: default;
}

.Label-label-DYldh {
  display: inline-block;
  margin: 2px;
  border: 1px solid;
  border-radius: 2px;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  cursor: default;
}

/** Kinds **/

.Label-danger-NLIVv {
  border-color: var(--dangerColor);
  background-color: var(--dangerColor);
}

.Label-danger-NLIVv.Label-outline-Xn6SE {
    color: var(--dangerColor);
  }

.Label-default-PeYXO {
  border-color: var(--themeLightColor);
  background-color: var(--themeLightColor);
}

.Label-default-PeYXO.Label-outline-Xn6SE {
    color: var(--themeLightColor);
  }

.Label-disabled-zzPjC {
  border-color: var(--disabledColor);
  background-color: var(--disabledColor);
}

.Label-disabled-zzPjC.Label-outline-Xn6SE {
    color: var(--white);
  }

.Label-info-QWFsu {
  border-color: var(--infoColor);
  background-color: var(--infoColor);
  color: var(--infoTextColor);
}

.Label-info-QWFsu.Label-outline-Xn6SE {
    color: var(--infoColor);
  }

.Label-inverse-gByCz {
  border-color: var(--inverseLabelColor);
  background-color: var(--inverseLabelColor);
  color: var(--inverseLabelTextColor);
}

.Label-inverse-gByCz.Label-outline-Xn6SE {
    background-color: var(--inverseLabelTextColor) !important;
    color: var(--inverseLabelColor);
  }

.Label-primary-oG9By {
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

.Label-primary-oG9By.Label-outline-Xn6SE {
    color: var(--primaryColor);
  }

.Label-success-KHmdj {
  border-color: var(--successColor);
  background-color: var(--successColor);
  color: #eee;
}

.Label-success-KHmdj.Label-outline-Xn6SE {
    color: var(--successColor);
  }

.Label-warning-UhdwP {
  border-color: var(--warningColor);
  background-color: var(--warningColor);
}

.Label-warning-UhdwP.Label-outline-Xn6SE {
    color: var(--warningColor);
  }

/** Sizes **/

.Label-small-DLxDw {
  padding: 1px 3px;
  font-size: 11px;
}

.Label-medium-Vxy3t {
  padding: 2px 5px;
  font-size: 12px;
}

.Label-large-qZ9AP {
  padding: 3px 7px;
  font-weight: bold;
  font-size: 14px;
}

/** Outline **/

.Label-outline-Xn6SE {
  background-color: var(--disabledLabelColor);
}

.IconButton-button-t4C5V {

  display: inline-block;
  margin: 0 2px;
  width: 22px;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  font-size: inherit;
}

  .IconButton-button-t4C5V:hover {
    border: none;
    background-color: inherit;
    color: var(--iconButtonHoverColor);
  }

  .IconButton-button-t4C5V.IconButton-isDisabled-qx70J {
    color: var(--iconButtonDisabledColor);
  }

.IconButton-button-t4C5V {

  display: inline-block;
  margin: 0 2px;
  width: 22px;
  border-radius: 4px;
  background-color: transparent;
  text-align: center;
  font-size: inherit;
}

  .IconButton-button-t4C5V:hover {
    border: none;
    background-color: inherit;
    color: var(--iconButtonHoverColor);
  }

  .IconButton-button-t4C5V.IconButton-isDisabled-qx70J {
    color: var(--iconButtonDisabledColor);
  }

.Label-label-DYldh {
  display: inline-block;
  margin: 2px;
  border: 1px solid;
  border-radius: 2px;
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  cursor: default;
}

/** Kinds **/

.Label-danger-NLIVv {
  border-color: var(--dangerColor);
  background-color: var(--dangerColor);
}

.Label-danger-NLIVv.Label-outline-Xn6SE {
    color: var(--dangerColor);
  }

.Label-default-PeYXO {
  border-color: var(--themeLightColor);
  background-color: var(--themeLightColor);
}

.Label-default-PeYXO.Label-outline-Xn6SE {
    color: var(--themeLightColor);
  }

.Label-disabled-zzPjC {
  border-color: var(--disabledColor);
  background-color: var(--disabledColor);
}

.Label-disabled-zzPjC.Label-outline-Xn6SE {
    color: var(--white);
  }

.Label-info-QWFsu {
  border-color: var(--infoColor);
  background-color: var(--infoColor);
  color: var(--infoTextColor);
}

.Label-info-QWFsu.Label-outline-Xn6SE {
    color: var(--infoColor);
  }

.Label-inverse-gByCz {
  border-color: var(--inverseLabelColor);
  background-color: var(--inverseLabelColor);
  color: var(--inverseLabelTextColor);
}

.Label-inverse-gByCz.Label-outline-Xn6SE {
    background-color: var(--inverseLabelTextColor) !important;
    color: var(--inverseLabelColor);
  }

.Label-primary-oG9By {
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

.Label-primary-oG9By.Label-outline-Xn6SE {
    color: var(--primaryColor);
  }

.Label-success-KHmdj {
  border-color: var(--successColor);
  background-color: var(--successColor);
  color: #eee;
}

.Label-success-KHmdj.Label-outline-Xn6SE {
    color: var(--successColor);
  }

.Label-warning-UhdwP {
  border-color: var(--warningColor);
  background-color: var(--warningColor);
}

.Label-warning-UhdwP.Label-outline-Xn6SE {
    color: var(--warningColor);
  }

/** Sizes **/

.Label-small-DLxDw {
  padding: 1px 3px;
  font-size: 11px;
}

.Label-medium-Vxy3t {
  padding: 2px 5px;
  font-size: 12px;
}

.Label-large-qZ9AP {
  padding: 3px 7px;
  font-weight: bold;
  font-size: 14px;
}

/** Outline **/

.Label-outline-Xn6SE {
  background-color: var(--disabledLabelColor);
}

.TagInputTag-tag-njPEe {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  height: 31px;
}

.TagInputTag-link-iJdlh {
  max-width: 100%;
}

.TagInputTag-linkWithEdit-mn76A {
  max-width: calc(100% - 9px - 4px - 2px);
}

.TagInputTag-editContainer-w53jt {
  display: inline-block;
  margin-left: 4px;
  padding-left: 2px;
  border-left: 1px solid #eee;
}

.TagInputTag-editButton-NWOuM {

  width: 9px;
}

.TagInputTag-label-pMnFv {

  max-width: 100%;
}

.AutoSuggestInput-input-Irz_T {
}

.AutoSuggestInput-hasError-TzeMk {
}

.AutoSuggestInput-hasWarning-c6pm0 {
}

.AutoSuggestInput-inputContainer-MKwJ1 {
  flex-grow: 1;
}

.AutoSuggestInput-suggestionsContainer-IdHtU {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-track {
    background-color: transparent;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }

.AutoSuggestInput-suggestionsContainer-IdHtU::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }

.AutoSuggestInput-suggestionsContainerOpen-qrEjQ {
  z-index: 2000;
}

.AutoSuggestInput-suggestionsContainerOpen-qrEjQ .AutoSuggestInput-suggestionsContainer-IdHtU {
    overflow-y: auto;
    max-height: 200px;
    width: 100%;
    border: 1px solid var(--inputBorderColor);
    border-radius: 4px;
    background-color: var(--inputBackgroundColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
  }

.AutoSuggestInput-suggestionsList-Uq7sG {
  margin: 5px 0;
  padding-left: 0;
  max-height: 200px;
  list-style-type: none;
}

.AutoSuggestInput-suggestion-zjy1f {
  padding: 0 16px;
}

.AutoSuggestInput-suggestionHighlighted-KrGhN {
  background-color: var(--menuItemHoverBackgroundColor);
}

.TagInput-input-WFs2s {

  padding: 0;
  min-height: 35px;
  height: auto;
}

  .TagInput-input-WFs2s.TagInput-isFocused-r5YrC {
    outline: 0;
    border-color: var(--inputFocusBorderColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
  }

.TagInput-hasError-H2wEt {
}

.TagInput-hasWarning-Lms3G {
}

.TagInput-internalInput-bbdd_ {
  flex: 1 1 0%;
  margin-left: 3px;
  min-width: 20%;
  max-width: 100%;
  width: 0%;
  height: 31px;
  border: none;
  background-color: var(--inputBackground);
  color: var(--textColor);
}

.TagInput-input-WFs2s {

  padding: 0;
  min-height: 35px;
  height: auto;
}

  .TagInput-input-WFs2s.TagInput-isFocused-r5YrC {
    outline: 0;
    border-color: var(--inputFocusBorderColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
  }

.TagInput-hasError-H2wEt {
}

.TagInput-hasWarning-Lms3G {
}

.TagInput-internalInput-bbdd_ {
  flex: 1 1 0%;
  margin-left: 3px;
  min-width: 20%;
  max-width: 100%;
  width: 0%;
  height: 31px;
  border: none;
  background-color: var(--inputBackground);
  color: var(--textColor);
}

.DeviceInput-deviceInputWrapper-ca_nS {
  display: flex;
}

.DeviceInput-input-fQj3h {
}

.CheckInput-container-FXKYv {
  position: relative;
  display: flex;
  flex: 1 1 65%;
  user-select: none;
}

.CheckInput-label-JQ5QV {
  display: flex;
  margin-bottom: 0;
  min-height: 21px;
  font-weight: normal;
  cursor: pointer;
}

.CheckInput-checkbox-WEQ3S {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.CheckInput-checkbox-WEQ3S.isDisabled {
    cursor: not-allowed;
  }

.CheckInput-input-VAM1T {
  flex: 1 0 auto;
  margin-top: 7px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  line-height: 20px;
}

.CheckInput-checkbox-WEQ3S:focus + .CheckInput-input-VAM1T {
  outline: 0;
  border-color: var(--inputFocusBorderColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
}

.CheckInput-dangerIsChecked-Un0dj {
  border-color: var(--dangerColor);
  background-color: var(--dangerColor);
}

.CheckInput-dangerIsChecked-Un0dj.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-primaryIsChecked-bUxcU {
  border-color: var(--primaryColor);
  background-color: var(--primaryColor);
}

.CheckInput-primaryIsChecked-bUxcU.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-successIsChecked-PjC9g {
  border-color: var(--successColor);
  background-color: var(--successColor);
}

.CheckInput-successIsChecked-PjC9g.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-warningIsChecked-YkKmG {
  border-color: var(--warningColor);
  background-color: var(--warningColor);
}

.CheckInput-warningIsChecked-YkKmG.CheckInput-isDisabled-DGdm7 {
    opacity: 0.7;
  }

.CheckInput-isNotChecked-DeQ7b.CheckInput-isDisabled-DGdm7 {
    border-color: var(--disabledCheckInputColor);
    background-color: var(--disabledCheckInputColor);
    opacity: 0.7;
  }

.CheckInput-isIndeterminate-YIxOB {
  border-color: var(--gray);
  background-color: var(--gray);
}

.CheckInput-helpText-Cofbn {

  margin-top: 8px;
  margin-left: 5px;
}

.CheckInput-isDisabled-DGdm7 {
  cursor: not-allowed;
}

.EnhancedSelectInputOption-option-g4V97 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  width: 100%;
  cursor: default;
}

  .EnhancedSelectInputOption-option-g4V97:hover {
    background-color: var(--inputHoverBackgroundColor);
  }

.EnhancedSelectInputOption-optionCheck-Y7gBR {

  flex: 0 0 0;
}

.EnhancedSelectInputOption-optionCheckInput-Bs9Ub {

  margin-top: 0;
}

.EnhancedSelectInputOption-isSelected-pIXx7 {
  background-color: var(--inputSelectedBackgroundColor);
}

.EnhancedSelectInputOption-isSelected-pIXx7:hover {
    background-color: var(--inputSelectedBackgroundColor);
  }

.EnhancedSelectInputOption-isSelected-pIXx7.EnhancedSelectInputOption-isMobile-q8Myj {
    background-color: inherit;
  }

.EnhancedSelectInputOption-isSelected-pIXx7.EnhancedSelectInputOption-isMobile-q8Myj .EnhancedSelectInputOption-iconContainer-r4s6E {
      color: var(--primaryColor);
    }

.EnhancedSelectInputOption-isDisabled-M55XA {
  background-color: #aaa;
}

.EnhancedSelectInputOption-isHidden-h6uxR {
  display: none;
}

.EnhancedSelectInputOption-isMobile-q8Myj {
  height: 50px;
  border-bottom: 1px solid var(--borderColor);
}

.EnhancedSelectInputOption-isMobile-q8Myj:last-child {
    border: none;
  }

.EnhancedSelectInputOption-isMobile-q8Myj:hover {
    background-color: unset;
  }

.HintedSelectInputOption-optionText-QmbvS {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
  min-width: 0;
}

  .HintedSelectInputOption-optionText-QmbvS.HintedSelectInputOption-isMobile-h3Yur {
    display: block;
  }

  .HintedSelectInputOption-optionText-QmbvS.HintedSelectInputOption-isMobile-h3Yur .HintedSelectInputOption-hintText-iDR9s {
      margin-left: 0;
    }

.HintedSelectInputOption-hintText-iDR9s {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-left: 15px;
  color: var(--darkGray);
  font-size: 12px;
}

.EnhancedSelectInputSelectedValue-selectedValue-ZYeSR {
  flex: 1 1 auto;
}

.EnhancedSelectInputSelectedValue-isDisabled-v9VOt {
  color: var(--disabledInputColor);
}

.EnhancedSelectInputSelectedValue-selectedValue-ZYeSR {
  flex: 1 1 auto;
}

.EnhancedSelectInputSelectedValue-isDisabled-v9VOt {
  color: var(--disabledInputColor);
}

.HintedSelectInputSelectedValue-selectedValue-cvLD7 {

  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.HintedSelectInputSelectedValue-valueText-kkxXq {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 0 auto;
}

.HintedSelectInputSelectedValue-hintText-muqsJ {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 1 10 0;
  margin-left: 15px;
  color: var(--gray);
  text-align: right;
  font-size: 12px;
}

.Scroller-scroller-lhubq {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}
  .Scroller-scroller-lhubq::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }
  .Scroller-scroller-lhubq::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }
  .Scroller-scroller-lhubq {
  -webkit-overflow-scrolling: touch;
}

.Scroller-none-lIEhI {
  overflow-x: hidden;
  overflow-y: hidden;
}

.Scroller-vertical-OLDmS {
  overflow-x: hidden;
  overflow-y: scroll;
}

.Scroller-vertical-OLDmS.Scroller-autoScroll-RVZ6m {
    overflow-y: auto;
  }

.Scroller-horizontal-Od7JK {
  overflow-x: scroll;
  overflow-y: hidden;
}

.Scroller-horizontal-Od7JK.Scroller-autoScroll-RVZ6m {
    overflow-x: auto;
  }

.Scroller-both-u6blh {
  overflow: scroll;
}

.Scroller-both-u6blh.Scroller-autoScroll-RVZ6m {
    overflow: auto;
  }

.ModalBody-modalBody-RVK6D {
  flex: 1 0 1px;
  padding: 30px;
}

.ModalBody-modalScroller-Oqq2l {
  flex-grow: 1;
}

.ModalBody-innerModalBody-XiTXT {
  padding: 30px;
}

.EnhancedSelectInput-enhancedSelect-RG1RD {

  display: flex;
  align-items: center;
}

.EnhancedSelectInput-editableContainer-QdAjb {
  width: 100%;
}

.EnhancedSelectInput-hasError-FPHTI {
}

.EnhancedSelectInput-hasWarning-SVaLF {
}

.EnhancedSelectInput-isDisabled-c1BlZ {
  opacity: 0.7;
  cursor: not-allowed;
}

.EnhancedSelectInput-dropdownArrowContainer-AsPaM {
  margin-left: 12px;
}

.EnhancedSelectInput-dropdownArrowContainerEditable-TbMe4 {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 17px;
  width: 30%;
  height: 35px;
  text-align: right;
}

.EnhancedSelectInput-dropdownArrowContainerDisabled-NNydK {

  color: var(--disabledInputColor);
}

.EnhancedSelectInput-optionsContainer-Ysa4r {
  z-index: 2000;
  width: auto;
}

.EnhancedSelectInput-options-XkIt1 {

  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  background-color: var(--inputBackgroundColor);
}

.EnhancedSelectInput-optionsModal-QunSQ {
  display: flex;
  justify-content: center;
  max-width: 90%;
  max-height: 100%;
  width: 350px !important;
  height: auto !important;
}

.EnhancedSelectInput-optionsModalBody-BGHb1 {

  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
}

.EnhancedSelectInput-optionsModalScroller-ww3Ko {

  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  background-color: var(--inputBackgroundColor);
}

.EnhancedSelectInput-loading-lFAQq {
  display: inline-block;
  margin: 5px -5px 5px 0;
}

.EnhancedSelectInput-mobileCloseButtonContainer-pcL9h {
  display: flex;
  justify-content: flex-end;
  height: 40px;
  border-bottom: 1px solid var(--borderColor);
}

.EnhancedSelectInput-mobileCloseButton-vR_hc {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.EnhancedSelectInput-mobileCloseButton-vR_hc:hover {
    color: var(--modalCloseButtonHoverColor);
  }

.KeyValueListInputItem-itemContainer-ZADcc {
  display: flex;
  margin-bottom: 3px;
  border-bottom: 1px solid var(--inputBorderColor);
}

  .KeyValueListInputItem-itemContainer-ZADcc:last-child {
    margin-bottom: 0;
  }

.KeyValueListInputItem-keyInputWrapper-fZcHE {
  flex: 6 0 0;
}

.KeyValueListInputItem-valueInputWrapper-UxoQW {
  flex: 1 0 0;
  min-width: 40px;
}

.KeyValueListInputItem-buttonWrapper-URTxg {
  flex: 0 0 22px;
}

.KeyValueListInputItem-keyInput-Fwwg9,
.KeyValueListInputItem-valueInput-jTI0x {
  width: 100%;
  border: none;
}

.KeyValueListInput-inputContainer-CTTl0 {

  position: relative;
  min-height: 35px;
  height: auto;
}

  .KeyValueListInput-inputContainer-CTTl0.KeyValueListInput-isFocused-FfsJJ {
    outline: 0;
    border-color: var(--inputFocusBorderColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor), 0 0 8px var(--inputFocusBoxShadowColor);
  }

.KeyValueListInput-hasError-ASy4m {
}

.KeyValueListInput-hasWarning-FACms {
}

.SelectInput-select-M6gsU {

  padding: 0 11px;
}

.SelectInput-hasError-e0Agk {
}

.SelectInput-hasWarning-zCkL1 {
}

.SelectInput-isDisabled-OTdBg {
  opacity: 0.7;
  cursor: not-allowed;
}

.SpinnerButton-button-uE9hL {

  position: relative;
}

.SpinnerButton-spinnerContainer-GOQ2V {
  position: absolute;
  top: 50%;
  left: -100%;
  display: inline-flex;
  visibility: hidden;
  transition: left 0.2s;
  transform: translateX(-50%) translateY(-50%);
}

.SpinnerButton-spinner-hbCOH {
  z-index: 1;
}

.SpinnerButton-label-YD8Ey {
  position: relative;
  left: 0;
  transition: left 0.2s, opacity 0.2s;
}

.SpinnerButton-isSpinning-DGQnw .SpinnerButton-spinnerContainer-GOQ2V {
    left: 50%;
    visibility: visible;
  }

.SpinnerButton-isSpinning-DGQnw .SpinnerButton-label-YD8Ey {
    left: 100%;
    visibility: hidden;
  }

.SpinnerErrorButton-iconContainer-0zupp {
}

.SpinnerErrorButton-icon-QGBUe {
  z-index: 1;
}

.SpinnerErrorButton-label-BnsYP {
}

.SpinnerErrorButton-showIcon-ZPhkZ .SpinnerErrorButton-iconContainer-0zupp {
    left: 50%;
    visibility: visible;
  }

.SpinnerErrorButton-showIcon-ZPhkZ .SpinnerErrorButton-label-BnsYP {
    left: 100%;
    opacity: 0;
  }

.TextInput-input-svfXu {
}

.TextInput-readOnly-WH5Lg {
  background-color: var(--inputReadOnlyBackgroundColor);
}

.TextInput-hasError-Gbw0Q {
}

.TextInput-hasWarning-ZPiVp {
}

.TextInput-hasButton-Z1LGV {
}

.PasswordInput-input-FEU3F {

  font-family: text-security-disc;
}

.Form-validationFailures-wVc3a {
  margin-bottom: 20px;
}

.FormLabel-label-gwvhu {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  font-weight: bold;
  line-height: 35px;
}

.FormLabel-hasError-Q3yuI {
  color: var(--dangerColor);
}

.FormLabel-isAdvanced-EuOsg {
  color: var(--advancedFormLabelColor);
}

@media only screen and (max-width: 1200px) {
  .FormLabel-label-gwvhu {
    justify-content: flex-start;
  }
}

.FormLabel-small-SkLXp {
  flex: 0 0 150px;
}

.FormLabel-large-KjVUJ {
  flex: 0 0 250px;
}

.TableOptionsColumn-column-Ek0f4 {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: var(--inputBackgroundColor);
}

.TableOptionsColumn-checkContainer-y0Oh2 {
  position: relative;
  margin-right: 4px;
  margin-bottom: 7px;
  margin-left: 8px;
}

.TableOptionsColumn-label-Dye87 {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: normal;
  line-height: 36px;
  cursor: pointer;
}

.TableOptionsColumn-dragHandle-LrZSw {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  text-align: center;
  cursor: grab;
}

.TableOptionsColumn-dragIcon-sjJF_ {
  top: 0;
}

.TableOptionsColumn-isDragging-Zz7RX {
  opacity: 0.25;
}

.TableOptionsColumn-notDragable-nSG4k {
  padding: 4px 0;
}

.DragPreviewLayer-dragLayer-lJxaW {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.TableOptionsColumnDragPreview-dragPreview-rMhuQ {
  width: 380px;
  opacity: 0.75;
}

.TableOptionsColumnDragSource-columnDragSource-AJsPg {
  padding: 4px 0;
}

.TableOptionsColumnDragSource-columnPlaceholder-CGz6l {
  width: 100%;
  height: 36px;
  border: 1px dotted #aaa;
  border-radius: 4px;
}

.TableOptionsColumnDragSource-columnPlaceholderBefore-O5xwl {
  margin-bottom: 8px;
}

.TableOptionsColumnDragSource-columnPlaceholderAfter-rdEel {
  margin-top: 8px;
}

.TableOptionsModal-columns-PtB2N {
  margin-top: 10px;
  width: 100%;
  user-select: none;
}

.TableHeaderCell-headerCell-aJDuw {
  padding: 8px;
  border: none !important;
  text-align: left;
  font-weight: bold;
}

.TableHeaderCell-sortIcon-zaT8O {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .TableHeaderCell-headerCell-aJDuw {
    white-space: nowrap;
  }
}

.VirtualTableHeaderCell-headerCell-oq_lz {
  padding: 8px;
  border: none !important;
  text-align: left;
  font-weight: bold;
}

.VirtualTableHeaderCell-sortIcon-IdM2s {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .VirtualTableHeaderCell-headerCell-oq_lz {
    white-space: nowrap;
  }
}

.TableSelectAllHeaderCell-selectAllHeaderCell-jSJyZ {

  width: 30px;
}

.TableSelectAllHeaderCell-input-UDHSn {

  margin: 0;
}

.Table-tableContainer-QgrKY.Table-horizontalScroll-pEqaG {
    overflow-x: auto;
  }

.Table-table-uAtH3 {
  max-width: 100%;
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 768px) {
  .Table-tableContainer-QgrKY {
    min-width: 100%;
    width: fit-content;
  }

    .Table-tableContainer-QgrKY.Table-horizontalScroll-pEqaG {
      overflow-y: hidden;
      width: 100%;
    }
}

.TableRowCell-cell-giPrj {
  padding: 8px;
  border-top: 1px solid var(--borderColor);
  line-height: 1.52857143;
}

@media only screen and (max-width: 768px) {
  .TableRowCell-cell-giPrj {
    white-space: nowrap;
  }
}

.TableRow-row-lgbLy {
  transition: background-color 500ms;
}

  .TableRow-row-lgbLy:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

.TableRow-row-lgbLy {
  transition: background-color 500ms;
}

  .TableRow-row-lgbLy:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

.TableRowButton-row-dh_T6 {
}

.TableRowCell-cell-giPrj {
  padding: 8px;
  border-top: 1px solid var(--borderColor);
  line-height: 1.52857143;
}

@media only screen and (max-width: 768px) {
  .TableRowCell-cell-giPrj {
    white-space: nowrap;
  }
}

.FileBrowserRow-type-WduSE {

  width: 32px;
}

.Alert-alert-_KgnQ {
  display: block;
  margin: 5px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.Alert-danger-nugZ_ {
  border-color: var(--alertDangerBorderColor);
  background-color: var(--alertDangerBackgroundColor);
  color: var(--alertDangerColor);
}

.Alert-info-BFcpa {
  border-color: var(--alertInfoBorderColor);
  background-color: var(--alertInfoBackgroundColor);
  color: var(--alertInfoColor);
}

.Alert-success-DPVBw {
  border-color: var(--alertSuccessBorderColor);
  background-color: var(--alertSuccessBackgroundColor);
  color: var(--alertSuccessColor);
}

.Alert-warning-K7oQl {
  border-color: var(--alertWarningBorderColor);
  background-color: var(--alertWarningBackgroundColor);
  color: var(--alertWarningColor);
}

.FormInputButton-button-qvTt5 {

  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.FormInputButton-middleButton-n2rOv {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.PathInput-hasFileBrowser-EHxWx {
}

.PathInput-inputWrapper-tZDyS {
  display: flex;
}

.PathInput-pathMatch-zp2Sr {
  font-weight: bold;
}

.PathInput-fileBrowserButton-Zi80W {

  height: 35px;
}

.FileBrowserModalContent-modalBody-kXPlo {

  display: flex;
  flex-direction: column;
}

.FileBrowserModalContent-mappedDrivesWarning-Mu33l {

  margin: 0;
  margin-bottom: 20px;
}

.FileBrowserModalContent-faqLink-M0Z1P {
  color: var(--alertWarningColor);
  font-weight: bold;
}

.FileBrowserModalContent-pathInput-niMXM {

  flex: 0 0 auto;
}

.FileBrowserModalContent-scroller-KsfcP {
  margin-top: 20px;
}

.FileBrowserModalContent-loading-qSfj8 {
  display: inline-block;
  margin-right: auto;
}

.Modal-modalContainer-xTUsI {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}

.Modal-modalBackdrop-XqzNZ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--modalBackdropBackgroundColor);
  opacity: 1;
}

.Modal-modal-_3qBG {
  position: relative;
  display: flex;
  max-height: 90%;
  border-radius: 6px;
  opacity: 1;
}

.Modal-modalOpen-pzkAX {
  /* Prevent the body from scrolling when the modal is open */
  overflow: hidden !important;
}

.Modal-modalOpenIOS-_maM4 {
  position: fixed;
  right: 0;
  left: 0;
}

/*
 * Sizes
 */

.Modal-small-oEjjG {

  width: 480px;
}

.Modal-medium-keEoF {

  width: 720px;
}

.Modal-large-EKpkE {

  width: 1080px;
}

.Modal-extraLarge-wEJo5 {

  width: 1280px;
}

@media only screen and (max-width: 1450px) {
  .Modal-modal-_3qBG.Modal-extraLarge-wEJo5 {
    width: 90%;
  }
}

@media only screen and (max-width: 1200px) {
  .Modal-modal-_3qBG.Modal-large-EKpkE {
    width: 90%;
  }
}

@media only screen and (max-width: 992px) {
  .Modal-modal-_3qBG.Modal-small-oEjjG,
  .Modal-modal-_3qBG.Modal-medium-keEoF {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .Modal-modalContainer-xTUsI {
    position: fixed;
  }

  .Modal-modal-_3qBG.Modal-small-oEjjG,
  .Modal-modal-_3qBG.Modal-medium-keEoF,
  .Modal-modal-_3qBG.Modal-large-EKpkE,
  .Modal-modal-_3qBG.Modal-extraLarge-wEJo5 {
    max-height: 100%;
    width: 100%;
    height: 100% !important;
  }
}

.FileBrowserModal-modal-XB8yQ {

  height: 600px;
}

.PathInput-hasFileBrowser-EHxWx {
}

.PathInput-inputWrapper-tZDyS {
  display: flex;
}

.PathInput-pathMatch-zp2Sr {
  font-weight: bold;
}

.PathInput-fileBrowserButton-Zi80W {

  height: 35px;
}

.RootFolderSelectInputOption-optionText-kW7hj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
}

  .RootFolderSelectInputOption-optionText-kW7hj.RootFolderSelectInputOption-isMobile-UAHiE {
    display: block;
  }

  .RootFolderSelectInputOption-optionText-kW7hj.RootFolderSelectInputOption-isMobile-UAHiE .RootFolderSelectInputOption-freeSpace-qzV1M {
      margin-left: 0;
    }

.RootFolderSelectInputOption-value-BaWTE {
  display: flex;
}

.RootFolderSelectInputOption-seriesFolder-XfXsY {
  flex: 0 0 auto;
  color: var(--disabledColor);
}

.RootFolderSelectInputOption-freeSpace-qzV1M {
  margin-left: 15px;
  color: var(--darkGray);
  font-size: 12px;
}

.RootFolderSelectInputOption-isMissing-ZGVV4 {
  margin-left: 15px;
  color: var(--dangerColor);
  font-size: 12px;
}

.RootFolderSelectInputSelectedValue-selectedValue-u1zQX {

  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.RootFolderSelectInputSelectedValue-pathContainer-F0iuJ {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: flex;
  flex: 1 0 0;
}

.RootFolderSelectInputSelectedValue-path-RO3q2 {
  flex: 0 1 auto;
}

.RootFolderSelectInputSelectedValue-seriesFolder-WF0QI {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 0 1 auto;
  color: var(--disabledColor);
}

.RootFolderSelectInputSelectedValue-freeSpace-jhiEe {
  flex: 0 0 auto;
  margin-left: 15px;
  color: var(--gray);
  text-align: right;
  font-size: 12px;
}

.SeriesTypeSelectInputOption-optionText-dyDE5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 0;
}

  .SeriesTypeSelectInputOption-optionText-dyDE5.SeriesTypeSelectInputOption-isMobile-nnIHM {
    display: block;
  }

  .SeriesTypeSelectInputOption-optionText-dyDE5.SeriesTypeSelectInputOption-isMobile-nnIHM .SeriesTypeSelectInputOption-format-hugxe {
      margin-left: 0;
    }

.SeriesTypeSelectInputOption-value-tB6TO {
  display: flex;
}

.SeriesTypeSelectInputOption-format-hugxe {
  margin-left: 15px;
  color: var(--darkGray);
  font-size: 12px;
}

.SeriesTypeSelectInputSelectedValue-selectedValue-lUOtJ {

  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.SeriesTypeSelectInputSelectedValue-value-m7Xyh {
  display: flex;
}

.SeriesTypeSelectInputSelectedValue-format-LTk4m {
  flex: 0 0 auto;
  margin-left: 15px;
  color: var(--gray);
  text-align: right;
  font-size: 12px;
}

.TextArea-input-E794O {

  flex-grow: 1;
  min-height: 200px;
  resize: vertical;
}

.TextArea-readOnly-ysBOQ {
  background-color: #eee;
}

.TextArea-hasError-tL5zd {
}

.TextArea-hasWarning-qW1kz {
}

.FormInputGroup-inputGroupContainer-YhfqJ {
  flex: 1 1 auto;
  min-width: 0;
}

.FormInputGroup-inputGroup-Yqmkv {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.FormInputGroup-inputContainer-yauGG {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.FormInputGroup-inputUnit-rRSCN {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 7px;
  width: 75px;
  color: #c6c6c6;
  text-align: right;
  pointer-events: none;
  user-select: none;
}

.FormInputGroup-inputUnitNumber-oqRfn {

  right: 40px;
}

.FormInputGroup-pendingChangesContainer-BLt9I {
  display: flex;
  justify-content: flex-end;
  width: 30px;
}

.FormInputGroup-pendingChangesIcon-XrqHM {
  color: var(--warningColor);
  font-size: 20px;
  line-height: 35px;
}

.FormInputGroup-helpLink-uIwQR {
  margin-top: 5px;
  line-height: 20px;
}

.UMaskInput-inputWrapper-UxHxs {
  display: flex;
}

.UMaskInput-inputFolder-ii2_s {

  max-width: 100px;
}

.UMaskInput-inputUnitWrapper-OaoxB {
  position: relative;
  width: 100%;
}

.UMaskInput-inputUnit-nvPDj {

  right: 40px;
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.UMaskInput-unit-KOW_y {
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.UMaskInput-details-vz9Ac {
  margin-top: 5px;
  margin-left: 17px;
  line-height: 20px;
}

.UMaskInput-details-vz9Ac > div {
    display: flex;
  }

.UMaskInput-details-vz9Ac > div label {
      flex: 0 0 50px;
    }

.UMaskInput-details-vz9Ac > div .UMaskInput-value-NygNY {
      width: 50px;
      text-align: right;
    }

.UMaskInput-details-vz9Ac > div .UMaskInput-unit-KOW_y {
      width: 90px;
      text-align: right;
    }

.UMaskInput-readOnly-IZN2I {
  background-color: var(--inputReadOnlyBackgroundColor);
}

.FormInputGroup-inputGroupContainer-YhfqJ {
  flex: 1 1 auto;
  min-width: 0;
}

.FormInputGroup-inputGroup-Yqmkv {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.FormInputGroup-inputContainer-yauGG {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.FormInputGroup-inputUnit-rRSCN {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 7px;
  width: 75px;
  color: #c6c6c6;
  text-align: right;
  pointer-events: none;
  user-select: none;
}

.FormInputGroup-inputUnitNumber-oqRfn {

  right: 40px;
}

.FormInputGroup-pendingChangesContainer-BLt9I {
  display: flex;
  justify-content: flex-end;
  width: 30px;
}

.FormInputGroup-pendingChangesIcon-XrqHM {
  color: var(--warningColor);
  font-size: 20px;
  line-height: 35px;
}

.FormInputGroup-helpLink-uIwQR {
  margin-top: 5px;
  line-height: 20px;
}

.FieldSet-fieldSet-CMapa {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  min-width: 0;
  border: 0;
}

.FieldSet-legend-M8__d {
  display: block;
  margin-bottom: 21px;
  padding: 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  color: var(--textColor);
  font-size: 21px;
  line-height: inherit;
}

.FieldSet-legend-M8__d.FieldSet-small-SxwJl {
    color: #909293;
    font-size: 18px;
  }

.ClipboardButton-button-u0nGA {

  position: relative;
}

.ClipboardButton-stateIconContainer-AejXw {
  position: absolute;
  top: 50%;
  left: -100%;
  display: inline-flex;
  visibility: hidden;
  transition: left 0.2s;
  transform: translateX(-50%) translateY(-50%);
}

.ClipboardButton-clipboardIconContainer-cs16L {
  position: relative;
  left: 0;
  transition: left 0.2s, opacity 0.2s;
}

.ClipboardButton-showStateIcon-Abpza .ClipboardButton-stateIconContainer-AejXw {
    left: 50%;
    visibility: visible;
  }

.ClipboardButton-showStateIcon-Abpza .ClipboardButton-clipboardIconContainer-cs16L {
    left: 100%;
    opacity: 0;
  }

.AuthenticationRequiredModalContent-authRequiredAlert-E7Mqx {

  margin-bottom: 20px;
}

.KeyboardShortcutsModalContent-shortcut-nblFz {
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 18px;
}

.KeyboardShortcutsModalContent-key-zJf3y {
  padding: 2px 4px;
  border-radius: 3px;
  background-color: var(--defaultColor);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: var(--white);
  font-size: 16px;
}

.Menu-menu-Uz3_0 {
  position: relative;
}

.MenuButton-menuButton-Jl5Je {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

  .MenuButton-menuButton-Jl5Je::after {
    margin-left: 5px;
    content: '\25BE';
  }

  .MenuButton-menuButton-Jl5Je:hover {
    color: var(--toobarButtonHoverColor);
  }

.MenuButton-isDisabled-x0tG4 {
  color: var(--disabledColor);

  pointer-events: none;
}

.MenuContent-menuContent-_1J_h {
  z-index: 2000;
  display: flex;
  flex-direction: column;
  background-color: var(--toolbarMenuItemBackgroundColor);
  line-height: 20px;
}

.MenuContent-scroller-n5RM_ {
  display: flex;
  flex-direction: column;
}

.MenuItem-menuItem-XlMdU {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block;
  flex-shrink: 0;
  padding: 10px 20px;
  min-width: 150px;
  max-width: 250px;
  background-color: var(--toolbarMenuItemBackgroundColor);
  color: var(--menuItemColor);
  line-height: 20px;
}

  .MenuItem-menuItem-XlMdU:hover,
  .MenuItem-menuItem-XlMdU:focus {
    background-color: var(--toolbarMenuItemHoverBackgroundColor);
    color: var(--menuItemHoverColor);
    text-decoration: none;
  }

.MenuItem-isDisabled-iQzs8 {
  color: var(--disabledColor);
  pointer-events: none;
}

.MenuItemSeparator-separator-umWCF {
  overflow: hidden;
  min-height: 1px;
  height: 1px;
  background-color: var(--themeDarkColor);
}

.PageHeaderActionsMenu-menuButton-uj_V6 {
  margin-right: 15px;
  width: 30px;
  height: 60px;
  text-align: center;
}

  .PageHeaderActionsMenu-menuButton-uj_V6:hover {
    color: var(--themeDarkColor);
  }

.PageHeaderActionsMenu-itemIcon-NCa7f {
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .PageHeaderActionsMenu-menuButton-uj_V6 {
    margin-right: 5px;
  }
}

.SeriesSearchResult-result-xivVk {
  display: flex;
  padding: 3px;
  cursor: pointer;
}

.SeriesSearchResult-poster-fjpS4 {
  width: 35px;
  height: 50px;
}

.SeriesSearchResult-titles-eDXmX {
  flex: 1 1 1px;
}

.SeriesSearchResult-title-Jbrpp {
  flex: 1 1 1px;
  margin-left: 5px;
}

.SeriesSearchResult-alternateTitle-kHZq_ {

  color: var(--disabledColor);
  font-size: 12px;
}

.SeriesSearchResult-tagContainer-DDUd8 {
}

@media only screen and (max-width: 768px) {
  .SeriesSearchResult-titles-eDXmX,
  .SeriesSearchResult-title-Jbrpp,
  .SeriesSearchResult-alternateTitle-kHZq_ {
    overflow: hidden !important;
    max-width: 100%;
    /* 1 */
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

.LoadingIndicator-loading-DWfav {
  margin-top: 20px;
  text-align: center;
}

.LoadingIndicator-rippleContainer-b3h1D {
  position: relative;
  display: inline-block;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(0) {
  animation-delay: -0.8s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(1) {
  animation-delay: -0.6s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(2) {
  animation-delay: -0.4s;
}

.LoadingIndicator-ripple-Dn9J1:nth-child(3) {
  animation-delay: -0.2s;
}

.LoadingIndicator-ripple-Dn9J1 {
  position: absolute;
  border: 2px solid var(--themeDarkColor);
  border-radius: 100%;
  animation: LoadingIndicator-rippleContainer-b3h1D 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation-fill-mode: both;
}

@keyframes LoadingIndicator-rippleContainer-b3h1D {
  0% {
    opacity: 1;
    transform: scale(0.1);
  }

  70% {
    opacity: 0.7;
    transform: scale(1);
  }

  100% {
    opacity: 0;
  }
}

.SeriesSearchInput-wrapper-DQMZ6 {
  display: flex;
  align-items: center;
}

.SeriesSearchInput-loading-fS4ad {
  position: absolute;
  display: inline-block;
  margin-left: 5px;
}

.SeriesSearchInput-ripple-YckVR {

  border: 1px solid var(--toolbarColor);
}

.SeriesSearchInput-input-fgMpO {
  margin-left: 8px;
  width: 200px;
  border: none;
  border-bottom: solid 1px var(--white);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: var(--white);
  transition: border 0.3s ease-out;
}

.SeriesSearchInput-input-fgMpO::placeholder {
    color: var(--white);
    transition: color 0.3s ease-out;
  }

.SeriesSearchInput-input-fgMpO:focus {
    outline: 0;
    border-bottom-color: transparent;
  }

.SeriesSearchInput-input-fgMpO:focus::placeholder {
      color: transparent;
    }

.SeriesSearchInput-container-TMW_n {
  position: relative;
  flex-grow: 1;
}

.SeriesSearchInput-seriesContainer-Hl9KU {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}

.SeriesSearchInput-seriesContainer-Hl9KU::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

.SeriesSearchInput-seriesContainer-Hl9KU::-webkit-scrollbar-track {
    background-color: transparent;
  }

.SeriesSearchInput-seriesContainer-Hl9KU::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }

.SeriesSearchInput-seriesContainer-Hl9KU::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }

.SeriesSearchInput-containerOpen-uvHc5 .SeriesSearchInput-seriesContainer-Hl9KU {
    position: absolute;
    top: 42px;
    z-index: 1;
    overflow-y: auto;
    min-width: 100%;
    max-height: 230px;
    border: 1px solid var(--themeDarkColor);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: var(--themeDarkColor);
    box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
    color: var(--menuItemColor);
  }

.SeriesSearchInput-list-Yvx1S {
  margin: 5px 0;
  padding-left: 0;
  list-style-type: none;
}

.SeriesSearchInput-listItem-y5qgt {
  padding: 0 16px;
  white-space: nowrap;
}

.SeriesSearchInput-highlighted-cTJP4 {
  background-color: var(--themeLightColor);
}

.SeriesSearchInput-sectionTitle-lvfu6 {
  padding: 5px 8px;
  color: var(--disabledColor);
}

.SeriesSearchInput-addNewSeriesSuggestion-ZEj8w {
  padding: 5px 3px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .SeriesSearchInput-input-fgMpO {
    min-width: 150px;
    max-width: 200px;
  }

  .SeriesSearchInput-container-TMW_n {
    min-width: 0;
    max-width: 200px;
  }
}

.PageHeader-header-yG8lh {
  z-index: 3;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  height: 60px;
  background-color: var(--pageHeaderBackgroundColor);
  color: var(--white);
}

.PageHeader-logoContainer-w6Bht {
  display: flex;
  align-items: center;
  flex: 0 0 210px;
  padding-left: 20px;
}

.PageHeader-logoLink-dJA7B {
  line-height: 0;
}

.PageHeader-logo-WW_El {
  width: 32px;
  height: 32px;
}

.PageHeader-sidebarToggleContainer-s7QPv {
  display: none;
  justify-content: center;
  flex: 0 0 45px;
  margin-right: 14px;
}

.PageHeader-right-e8LU4 {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}

.PageHeader-donate-FT1Kz {

  width: 30px;
  color: var(--themeRed);
  text-align: center;
  line-height: 60px;
}

.PageHeader-donate-FT1Kz:hover {
    color: #9c1f30;
  }

@media only screen and (max-width: 768px) {
  .PageHeader-logoContainer-w6Bht {
    flex: 0 0 60px;
  }

  .PageHeader-sidebarToggleContainer-s7QPv {
    display: flex;
  }

  .PageHeader-donate-FT1Kz {
    display: none;
  }
}

.OverlayScroller-scroller-Qv2oP {
  /* Placeholder */
}

.OverlayScroller-track-NpAah {
  /* Placeholder */
}

.OverlayScroller-thumb-IKMmD {
  min-height: 100px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: var(--scrollbarBackgroundColor);
  background-clip: padding-box;
}

.OverlayScroller-thumb-IKMmD:hover {
    background-color: var(--scrollbarHoverBackgroundColor);
  }

.Message-message-alKx2 {
  display: flex;
  border-left: 3px solid var(--infoColor);
}

.Message-iconContainer-rjS_1,
.Message-text-j_4_k {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2px 0;
  color: var(--sidebarColor);
}

.Message-iconContainer-rjS_1 {
  flex: 0 0 25px;
  margin-left: 24px;
  padding: 10px 0;
}

.Message-text-j_4_k {
  margin-right: 24px;
  font-size: 13px;
}

/* Types */

.Message-error-QCmrh {
  border-left-color: var(--dangerColor);
}

.Message-info-ihK_M {
  border-left-color: var(--infoColor);
}

.Message-success-KGG76 {
  border-left-color: var(--successColor);
}

.Message-warning-Bn1Qs {
  border-left-color: var(--warningColor);
}

.Messages-messages-FTWzW {
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  .Messages-messages-FTWzW {
    margin-bottom: 0;
  }
}

.PageSidebarItem-item-uOV0R {
  border-left: 3px solid transparent;
  color: var(--sidebarColor);
  transition: border-left 0.3s ease-in-out;
}

.PageSidebarItem-isActiveItem-ylMFV {
  border-left: 3px solid var(--themeAlternateBlue);
}

.PageSidebarItem-link-O9qjW {
  display: block;
  padding: 12px 24px;
  color: var(--sidebarColor);
}

.PageSidebarItem-link-O9qjW:hover,
  .PageSidebarItem-link-O9qjW:focus {
    color: var(--themeBlue);
    text-decoration: none;
  }

.PageSidebarItem-childLink-YTr30 {

  padding: 10px 24px;
}

.PageSidebarItem-isActiveLink-_3fm9 {
  color: var(--themeAlternateBlue);
}

.PageSidebarItem-isActiveParentLink-pAp3F {
  background-color: var(--sidebarActiveBackgroundColor);
}

.PageSidebarItem-iconContainer-hoWhE {
  display: inline-block;
  margin-right: 7px;
  width: 18px;
  text-align: center;
}

.PageSidebarItem-noIcon-qIPX3 {
  margin-left: 25px;
}

.PageSidebarItem-status-CisPT {
  float: right;
}

.PageSidebar-sidebarContainer-aQa5n {
  flex: 0 0 210px;
  overflow: hidden;
  width: 210px;
  background-color: var(--sidebarBackgroundColor);
  transition: transform 300ms ease-in-out;
  transform: translateX(0);
}

.PageSidebar-sidebar-KUJeR {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: var(--sidebarBackgroundColor);
  color: var(--white);
}

@media only screen and (max-width: 768px) {
  .PageSidebar-sidebarContainer-aQa5n {
    position: fixed;
    top: 0;
    z-index: 2;
    height: 100vh;
  }

  .PageSidebar-sidebar-KUJeR {
    position: fixed;
    z-index: 2;
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
}

.Page-page-TorHA {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.Page-main-Swphf {
  position: relative; /* need this to position inner content - is this really needed? */
  display: flex;
  flex: 1 1 auto;
}

@media only screen and (max-width: 768px) {
  .Page-page-TorHA {
    flex-grow: 1;
    height: initial;
  }
}

.PageContentBody-contentBody-Hetrs {
  /* 1px for flex-basis so the div grows correctly in Edge/Firefox */
  flex: 1 0 1px;
}

.PageContentBody-innerContentBody-PtigL {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .PageContentBody-contentBody-Hetrs {
    flex-basis: auto;
    overflow-y: hidden !important;
  }

  .PageContentBody-innerContentBody-PtigL {
    padding: 10px;
  }
}

.PageContent-content-C67P9 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  width: 100%;
}

.PageContentError-content-qmaXw {
}

.PageContent-content-C67P9 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  width: 100%;
}

.PageToolbar-toolbar-YMl38 {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  padding: 0 20px;
  height: 60px;
  background-color: var(--toolbarBackgroundColor);
  color: var(--toolbarColor);
  line-height: 60px;
}

@media only screen and (max-width: 768px) {
  .PageToolbar-toolbar-YMl38 {
    padding: 0 10px;
  }
}

.PageToolbarButton-toolbarButton-j8a_b {

  padding-top: 4px;
  width: 60px;
  text-align: center;
}

  .PageToolbarButton-toolbarButton-j8a_b:hover {
    color: var(--toobarButtonHoverColor);
  }

  .PageToolbarButton-toolbarButton-j8a_b.PageToolbarButton-isDisabled-s8dE7 {
    color: var(--disabledColor);
  }

.PageToolbarButton-isDisabled-s8dE7 {
  color: var(--disabledColor);
}

.PageToolbarButton-labelContainer-QhTz_ {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.PageToolbarButton-label-QIVQh {
  padding: 0 3px;
  color: var(--toolbarLabelColor);
  font-size: 11px;
  line-height: calc(11px + 1px);
}

.MenuButton-menuButton-Jl5Je {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

  .MenuButton-menuButton-Jl5Je::after {
    margin-left: 5px;
    content: '\25BE';
  }

  .MenuButton-menuButton-Jl5Je:hover {
    color: var(--toobarButtonHoverColor);
  }

.MenuButton-isDisabled-x0tG4 {
  color: var(--disabledColor);

  pointer-events: none;
}

.PageToolbarButton-toolbarButton-j8a_b {

  padding-top: 4px;
  width: 60px;
  text-align: center;
}

  .PageToolbarButton-toolbarButton-j8a_b:hover {
    color: var(--toobarButtonHoverColor);
  }

  .PageToolbarButton-toolbarButton-j8a_b.PageToolbarButton-isDisabled-s8dE7 {
    color: var(--disabledColor);
  }

.PageToolbarButton-isDisabled-s8dE7 {
  color: var(--disabledColor);
}

.PageToolbarButton-labelContainer-QhTz_ {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.PageToolbarButton-label-QIVQh {
  padding: 0 3px;
  color: var(--toolbarLabelColor);
  font-size: 11px;
  line-height: calc(11px + 1px);
}

.ToolbarMenuButton-menuButton-U1XFl {

  padding-top: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.ToolbarMenuButton-indicatorContainer-pM1GQ {
  position: absolute;
  top: 10px;
  right: 12px;
}

.ToolbarMenuButton-labelContainer-pVdy2 {
}

.ToolbarMenuButton-label-8FLaf {
}

.PageToolbarOverflowMenuItem-icon-FSmml {
  margin-right: 8px;
}

.ToolbarMenuButton-menuButton-U1XFl {

  padding-top: 4px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.ToolbarMenuButton-indicatorContainer-pM1GQ {
  position: absolute;
  top: 10px;
  right: 12px;
}

.ToolbarMenuButton-labelContainer-pVdy2 {
}

.ToolbarMenuButton-label-8FLaf {
}

.PageToolbarSection-sectionContainer-dcxFs {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}

.PageToolbarSection-section-hL6TV {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}

.PageToolbarSection-left-E_sPJ {
  justify-content: flex-start;
}

.PageToolbarSection-center-hVR9U {
  justify-content: center;
}

.PageToolbarSection-right-w45zk {
  justify-content: flex-end;
}

.PageToolbarSection-overflowMenuButton-zBG01 {
}

.PageToolbarSection-overflowMenuItemIcon-qXSpK {
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
    .PageToolbarSection-overflowMenuButton-zBG01::after {
      margin-left: 0;
      content: '\25BE';
    }
}

.SelectInput-select-M6gsU {

  padding: 0 11px;
}

.SelectInput-hasError-e0Agk {
}

.SelectInput-hasWarning-zCkL1 {
}

.SelectInput-isDisabled-OTdBg {
  opacity: 0.7;
  cursor: not-allowed;
}

.TablePager-pager-sW7hO {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.TablePager-loadingContainer-mEsEn,
.TablePager-controlsContainer-zSMU8,
.TablePager-recordsContainer-yz1LG {
  flex: 0 1 33%;
}

.TablePager-controlsContainer-zSMU8 {
  display: flex;
  justify-content: center;
}

.TablePager-recordsContainer-yz1LG {
  display: flex;
  justify-content: flex-end;
}

.TablePager-loading-T4oAA {

  margin: 0;
  margin-left: 5px;
  text-align: left;
}

.TablePager-controls-hlpsq {
  display: flex;
  align-items: center;
  text-align: center;
}

.TablePager-pageNumber-tj2Ps {
  line-height: 30px;
}

.TablePager-pageLink-AAJga {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.TablePager-records-JiV_8 {
  color: var(--disabledColor);
}

.TablePager-disabledPageButton-f9ct7 {
  color: var(--disabledColor);
}

.TablePager-pageSelect-E2Iie {

  padding: 0 2px;
  height: 25px;
}

@media only screen and (max-width: 768px) {
  .TablePager-pager-sW7hO {
    flex-wrap: wrap;
  }

  .TablePager-loadingContainer-mEsEn,
  .TablePager-recordsContainer-yz1LG {
    flex: 0 1 50%;
  }

  .TablePager-controlsContainer-zSMU8 {
    flex: 0 1 100%;
    order: -1;
  }
}

.RelativeDateCell-cell-_hShQ {

  width: 180px;
}

.TableSelectCell-selectCell-ip5ko {

  width: 30px;
}

.TableSelectCell-input-YHSWy {

  margin: 0;
}

.Tooltip-tooltipContainer-gDO7_ {
  z-index: 2000;
  margin: 10px;
}

.Tooltip-tooltip-qMfbq {
  position: relative;
}

.Tooltip-tooltip-qMfbq.Tooltip-default-esYBk {
    background-color: var(--popoverBodyBackgroundColor);
    box-shadow: 0 5px 10px var(--popoverShadowColor);
  }

.Tooltip-tooltip-qMfbq.Tooltip-inverse-Tdtfn {
    background-color: var(--themeDarkColor);
    box-shadow: 0 5px 10px var(--popoverShadowInverseColor);
    color: var(--white);
  }

.Tooltip-arrow-EePNR,
.Tooltip-arrow-EePNR::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
}

.Tooltip-arrowDisabled-TxV9g {
  display: none;
}

.Tooltip-arrow-EePNR::after {
  border-width: 10px;
  content: '';
}

.Tooltip-top-yIoOO {
  bottom: -11px;
  margin-left: -11px;
  border-bottom-width: 0;
}

.Tooltip-top-yIoOO::after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    content: ' ';
  }

.Tooltip-top-yIoOO::after.Tooltip-default-esYBk {
      border-top-color: var(--popoverArrowBorderColor);
    }

.Tooltip-top-yIoOO::after.Tooltip-inverse-Tdtfn {
      border-top-color: var(--popoverArrowBorderInverseColor);
    }

.Tooltip-top-yIoOO.Tooltip-default-esYBk {
    border-top-color: var(--popoverArrowBorderColor);
  }

.Tooltip-top-yIoOO.Tooltip-inverse-Tdtfn {
    border-top-color: var(--popoverArrowBorderInverseColor);
  }

.Tooltip-right-clP43 {
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
}

.Tooltip-right-clP43::after {
    bottom: -10px;
    left: 1px;
    border-left-width: 0;
    content: ' ';
  }

.Tooltip-right-clP43::after.Tooltip-default-esYBk {
      border-right-color: var(--popoverArrowBorderColor);
    }

.Tooltip-right-clP43::after.Tooltip-inverse-Tdtfn {
      border-right-color: var(--popoverArrowBorderInverseColor);
    }

.Tooltip-right-clP43.Tooltip-default-esYBk {
    border-right-color: var(--popoverArrowBorderColor);
  }

.Tooltip-right-clP43.Tooltip-inverse-Tdtfn {
    border-right-color: var(--popoverArrowBorderInverseColor);
  }

.Tooltip-bottom-awZ3q {
  top: -11px;
  margin-left: -11px;
  border-top-width: 0;
}

.Tooltip-bottom-awZ3q::after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    content: ' ';
  }

.Tooltip-bottom-awZ3q::after.Tooltip-default-esYBk {
      border-bottom-color: var(--popoverArrowBorderColor);
    }

.Tooltip-bottom-awZ3q::after.Tooltip-inverse-Tdtfn {
      border-bottom-color: var(--popoverArrowBorderInverseColor);
    }

.Tooltip-bottom-awZ3q.Tooltip-default-esYBk {
    border-bottom-color: var(--popoverArrowBorderColor);
  }

.Tooltip-bottom-awZ3q.Tooltip-inverse-Tdtfn {
    border-bottom-color: var(--popoverArrowBorderInverseColor);
  }

.Tooltip-left-WEn0f {
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
}

.Tooltip-left-WEn0f::after {
    right: 1px;
    bottom: -10px;
    border-right-width: 0;
    content: ' ';
  }

.Tooltip-left-WEn0f::after.Tooltip-default-esYBk {
      border-left-color: var(--popoverArrowBorderColor);
    }

.Tooltip-left-WEn0f::after.Tooltip-inverse-Tdtfn {
      border-left-color: var(--popoverArrowBorderInverseColor);
    }

.Tooltip-left-WEn0f.Tooltip-default-esYBk {
    border-left-color: var(--popoverArrowBorderColor);
  }

.Tooltip-left-WEn0f.Tooltip-inverse-Tdtfn {
    border-left-color: var(--popoverArrowBorderInverseColor);
  }

.Tooltip-body-EY7l7 {
  padding: 5px;
}

.Tooltip-verticalContainer-Q9BQj {
  max-height: 300px;
}

.Tooltip-horizontalContainer-vrDdq {
  max-width: calc(480px - 20px);
}

@media only screen and (min-width: 480px) {
  .Tooltip-horizontalContainer-vrDdq {
    max-width: calc(768px * 0.8);
  }
}

@media only screen and (min-width: 768px) {
  .Tooltip-horizontalContainer-vrDdq {
    max-width: calc(992px * 0.8);
  }
}

@media only screen and (min-width: 992px) {
  .Tooltip-horizontalContainer-vrDdq {
    max-width: calc(1200px * 0.8);
  }
}

/* @media only screen and (max-width: $breakpointLarge) {
  .horizontalContainer {
    max-width: calc($breakpointLarge * 0.8);
  }
} */

.Popover-title-GAfA1 {
  padding: 10px 20px;
  border-bottom: 1px solid var(--popoverTitleBorderColor);
  background-color: var(--popoverTitleBackgroundColor);
  font-size: 16px;
}

.Popover-body-nroDV {
  overflow: auto;
  padding: 10px;
  background-color: var(--popoverBodyBackgroundColor);
}

.Popover-tooltipBody-VJBHk {
  padding: 0;
}

.DescriptionList-descriptionList-o7bt3 {
  margin-top: 0;
  margin-bottom: 0;
}

.DescriptionListItemDescription-description-IZlGY {
  line-height: 1.528571429;
}

.DescriptionListItemDescription-description-IZlGY {
  margin-left: 0;
}

@media (min-width: 768px) {
  .DescriptionListItemDescription-description-IZlGY {
    margin-left: 180px;
  }
}

.DescriptionListItemTitle-title-br1UE {
  line-height: 1.528571429;
}

.DescriptionListItemTitle-title-br1UE {
  font-weight: bold;
}

@media (min-width: 768px) {
  .DescriptionListItemTitle-title-br1UE {
    overflow: hidden !important;
    max-width: 100%;
    /* 1 */
    text-overflow: ellipsis !important;
    white-space: nowrap !important;

    float: left;
    clear: left;
    width: 160px;
    text-align: right;
  }
}

.BlocklistRow-languages-Sn3Zx,
.BlocklistRow-quality-DFEgf {

  width: 100px;
}

.BlocklistRow-indexer-LARqS {

  width: 80px;
}

.BlocklistRow-actions-EYLsy {

  width: 70px;
}

.SelectedMenuItem-item-q3JrL {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.SelectedMenuItem-isSelected-tocvz {
  visibility: visible;
  margin-left: 20px;
}

.SelectedMenuItem-isNotSelected-UNRlj {
  visibility: hidden;
  margin-left: 20px;
}

.Menu-menu-Uz3_0 {
  position: relative;
}

.FilterMenu-filterMenu-vFvai {
}

@media only screen and (max-width: 768px) {
  .FilterMenu-filterMenu-vFvai {
    margin-right: 10px;
  }
}

.MonitorToggleButton-toggleButton-fG17x {

  padding: 0;
  font-size: inherit;
}

.MonitorToggleButton-isDisabled-XFERN {
  color: var(--disabledColor);
  cursor: not-allowed;
}

.DescriptionListItemDescription-description-IZlGY {
  line-height: 1.528571429;
}

.DescriptionListItemDescription-description-IZlGY {
  margin-left: 0;
}

@media (min-width: 768px) {
  .DescriptionListItemDescription-description-IZlGY {
    margin-left: 180px;
  }
}

.HistoryDetails-description-tZwCD {

  overflow-wrap: break-word;
}

.HistoryEventTypeCell-cell-Q8TMw {

  width: 35px;
  text-align: center;
}

.EpisodeHistoryRow-details-TN0ct,
.EpisodeHistoryRow-actions-SVMOk {

  width: 65px;
}

.PageMenuButton-menuButton-xRzLO {

  position: relative;
}

  .PageMenuButton-menuButton-xRzLO:hover {
    color: #666;
  }

.PageMenuButton-indicatorContainer-POVDu {
  position: absolute;
  top: 10px;
  left: 10px;
}

.PageMenuButton-label-Jm2ou {
  margin-left: 5px;
}

.FilterBuilderRowValueTag-tag-hWm2U {
  display: flex;
}

  .FilterBuilderRowValueTag-tag-hWm2U.FilterBuilderRowValueTag-isLastTag-fHFF3 .FilterBuilderRowValueTag-or-SwTRv {
      display: none;
    }

.FilterBuilderRowValueTag-label-U_MN0 {

  border-style: none;
  font-size: 13px;
}

.FilterBuilderRowValueTag-or-SwTRv {
  margin: 0 3px;
  color: var(--themeDarkColor);
  line-height: 31px;
}

.DateFilterBuilderRowValue-container-O7izS {
  display: flex;
}

.DateFilterBuilderRowValue-numberInput-UmOYr {

  margin-right: 3px;
}

.DateFilterBuilderRowValue-selectInput-LWocC {

  margin-left: 3px;
}

.FilterBuilderRow-filterRow-q1nvx {
  display: flex;
  margin-bottom: 5px;
}

  .FilterBuilderRow-filterRow-q1nvx:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

.FilterBuilderRow-inputContainer-mJ6US {
  flex: 0 1 200px;
  margin-right: 10px;
}

.FilterBuilderRow-valueInputContainer-wN_TZ {
  flex: 0 1 300px;
  margin-right: 10px;
}

.FilterBuilderRow-actionsContainer-cYvae {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .FilterBuilderRow-filterRow-q1nvx {
    display: block;
  }

  .FilterBuilderRow-inputContainer-mJ6US {
    margin-bottom: 10px;
  }
}

.FilterBuilderModalContent-labelContainer-_6W6j {
  margin-bottom: 20px;
}

.FilterBuilderModalContent-label-aJpFi {
  margin-bottom: 5px;
  font-weight: bold;
}

.FilterBuilderModalContent-labelInputContainer-khdZ8 {
  width: 300px;
}

.FilterBuilderModalContent-rows-PzMnR {
  margin-bottom: 100px;
}

.CustomFilter-customFilter-eI_Cq {
  display: flex;
  margin-bottom: 5px;
  padding: 5px;
}

  .CustomFilter-customFilter-eI_Cq:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

.CustomFilter-label-lHwLr {
  flex: 0 1 300px;
}

.CustomFilter-actions-Wjx7G {
  flex: 0 0 60px;
}

.CustomFiltersModalContent-addButtonContainer-CcXAj {
  margin-top: 15px;
}

.ProtocolLabel-torrent-Fhltw {

  border-color: var(--torrentColor);
  background-color: var(--torrentColor);
}

.ProtocolLabel-usenet-HVp5Y {

  border-color: var(--usenetColor);
  background-color: var(--usenetColor);
}

.ModalFooter-modalFooter-wjkx5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  padding: 15px 30px;
  border-top: 1px solid var(--borderColor);
}

  .ModalFooter-modalFooter-wjkx5 a,
  .ModalFooter-modalFooter-wjkx5 button {
    margin-left: 10px;
  }

  .ModalFooter-modalFooter-wjkx5 a:first-child, .ModalFooter-modalFooter-wjkx5 button:first-child {
      margin-left: 0;
    }

@media only screen and (max-width: 768px) {
  .ModalFooter-modalFooter-wjkx5 {
    padding: 15px;
  }
}

.SelectEpisodeModalContent-modalBody-eraYk {

  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.SelectEpisodeModalContent-filterInput-HHO5P {

  flex: 0 0 auto;
  margin-bottom: 20px;
}

.SelectEpisodeModalContent-scroller-PfgQM {
  flex: 1 1 auto;
}

.SelectEpisodeModalContent-footer-wA1cp {

  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.SelectEpisodeModalContent-details-fx6GB {
  margin-right: 20px;
  color: var(--dimColor);
  word-break: break-word;
}

.SelectEpisodeModalContent-buttons-Q4Wdm {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .SelectEpisodeModalContent-footer-wA1cp {
    display: block;
  }

  .SelectEpisodeModalContent-details-fx6GB {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .SelectEpisodeModalContent-buttons-Q4Wdm {
    justify-content: space-between;
    flex-grow: 1;
  }
}

.SelectLanguageModalContent-languageInput-qv4lb {
  display: flex;
  margin-bottom: 0;
}

.SelectSeasonRow-season-DZ2Im {
  padding: 8px;
  border-bottom: 1px solid var(--borderColor);
}

.SelectSeriesRow-series-XzNQt {
  padding: 8px;
  border-bottom: 1px solid var(--borderColor);
}

.SelectSeriesModalContent-modalBody-yGC_s {

  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.SelectSeriesModalContent-filterInput-Kn5K3 {

  flex: 0 0 auto;
  margin-bottom: 20px;
}

.SelectSeriesModalContent-scroller-elauC {
  flex: 1 1 auto;
}

.SelectDownloadClientRow-downloadClient-xQOZi {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-bottom: 1px solid var(--borderColor);
}

.OverrideMatchData-link-PKQNa {

  width: 100%;
}

.OverrideMatchData-placeholder-mDuC1 {
  display: inline-block;
  margin: -2px 0;
  width: 100%;
  outline: 2px dashed var(--dangerColor);
  outline-offset: -2px;
}

.OverrideMatchData-optional-YwTls {
  outline: 2px dashed var(--gray);
}

.OverrideMatchModalContent-label-ydHUJ {

  cursor: pointer;
}

.OverrideMatchModalContent-item-ASVat {
  display: block;
  margin-bottom: 5px;
  margin-left: 50px;
}

.OverrideMatchModalContent-footer-MpAPK {

  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.OverrideMatchModalContent-error-aKJAK {
  margin-right: 20px;
  color: var(--dangerColor);
  word-break: break-word;
}

.OverrideMatchModalContent-buttons-r21Pi {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .OverrideMatchModalContent-item-ASVat {
    margin-left: 0;
  }

  .OverrideMatchModalContent-footer-MpAPK {
    display: block;
  }

  .OverrideMatchModalContent-error-aKJAK {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .OverrideMatchModalContent-buttons-r21Pi {
    justify-content: space-between;
    flex-grow: 1;
  }
}

.DescriptionList-descriptionList-o7bt3 {
  margin-top: 0;
  margin-bottom: 0;
}

.DescriptionListItemTitle-title-br1UE {
  line-height: 1.528571429;
}

.DescriptionListItemTitle-title-br1UE {
  font-weight: bold;
}

@media (min-width: 768px) {
  .DescriptionListItemTitle-title-br1UE {
    overflow: hidden !important;
    max-width: 100%;
    /* 1 */
    text-overflow: ellipsis !important;
    white-space: nowrap !important;

    float: left;
    clear: left;
    width: 160px;
    text-align: right;
  }
}

.ReleaseSceneIndicator-container-suskc {
  margin: 2px;
  padding: 0 2px;
  border: 1px solid;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
}

.ReleaseSceneIndicator-messages-Mxk_l {
  margin-top: 15px;
}

.ReleaseSceneIndicator-descriptionList-ETNHG {

  margin-right: 10px;
}

.ReleaseSceneIndicator-title-QXO4_ {

  width: 80px;
}

.ReleaseSceneIndicator-description-V0FZ4 {

  margin-left: 100px;
}

.ReleaseSceneIndicator-levelMixed-PQNl9 {
  border-color: var(--dangerColor);
  color: var(--dangerColor);
}

.ReleaseSceneIndicator-levelUnknown-hA3cz {
  border-color: var(--warningColor);
  color: var(--warningColor);
}

.ReleaseSceneIndicator-levelMapped-UEKOg {
  border-color: var(--textColor);
  color: var(--textColor);
}

.ReleaseSceneIndicator-levelNormal-YS8Ub {
  border-color: var(--textColor);
  color: var(--textColor);
}

.ReleaseSceneIndicator-levelNone-mDihg {
  border-color: var(--textColor);
  color: var(--textColor);
  opacity: 0.2;
}

.ReleaseSceneIndicator-levelNone-mDihg:hover {
    opacity: 1;
  }

.ReleaseSceneIndicator-levelNotRequested-EGZMk {
  border-color: var(--dangerColor);
  color: var(--dangerColor);
}

.InteractiveSearchRow-protocol-b6LO7 {

  width: 80px;
}

.InteractiveSearchRow-titleContent-U2HxT {
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: break-all;
}

.InteractiveSearchRow-sceneMapping-BHIbC {
  flex-shrink: 0;
}

.InteractiveSearchRow-indexer-d6vdv {

  width: 85px;
}

.InteractiveSearchRow-quality-Dfyom,
.InteractiveSearchRow-languages-O4K6A {

  text-align: center;
}

.InteractiveSearchRow-languages-O4K6A {
  width: 100px;
}

.InteractiveSearchRow-customFormatScore-_bMLv {

  width: 55px;
  font-weight: bold;
  cursor: default;
}

.InteractiveSearchRow-rejected-Zg0fy {

  width: 50px;
}

.InteractiveSearchRow-age-_Al2v,
.InteractiveSearchRow-size-gI6mO {

  white-space: nowrap;
}

.InteractiveSearchRow-peers-KAl97 {

  width: 75px;
}

.InteractiveSearchRow-download-VeAgn {

  width: 80px;
}

.InteractiveSearchRow-manualDownloadContent-Akkjh {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 22px;
  height: 20.39px;
  vertical-align: middle;
  line-height: 20.39px;
}

.InteractiveSearchRow-manualDownloadContent-Akkjh:hover {
    color: var(--iconButtonHoverColor);
  }

.InteractiveSearchRow-interactiveIcon-LzVGJ {
  position: absolute;
  top: 4px;
  left: 0;
  /* width: 100%; */
  text-align: center;
}

.InteractiveSearchRow-downloadIcon-Yb6Yj {
  position: absolute;
  top: 7px;
  left: 8px;
  /* width: 100%; */
  text-align: center;
}

.InteractiveSearch-filterMenuContainer-fP7Zp {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.InteractiveSearch-filteredMessage-pTZGE {
  margin-top: 10px;
}

.EpisodeSearch-buttonContainer-b5Obl {
  display: flex;
  justify-content: center;

  margin-top: 10px;
}

.EpisodeSearch-button-Z8bkI {

  width: 300px;
}

.EpisodeSearch-buttonIcon-GxRgy {
  margin-right: 5px;
}

.SceneInfo-descriptionList-S5yZK {

  margin-right: 10px;
}

.SceneInfo-title-o8lFw {

  width: 80px;
}

.SceneInfo-description-aTKe4 {

  margin-left: 100px;
}

.SceneInfo-comment-sGUXq {
  color: var(--darkGray);
  font-size: 12px;
}

.EpisodeNumber-absoluteEpisodeNumber-smjBQ {
  margin-left: 5px;
}

.EpisodeNumber-warning-rQt95 {
  margin-left: 8px;
}

.EpisodeFileRow-size-g4_Y4 {

  width: 100px;
}

.EpisodeFileRow-languages-Fu0KN,
.EpisodeFileRow-quality-UdHyq {

  width: 100px;
}

.EpisodeFileRow-customFormats-jUegl {

  width: 175px;
}

.EpisodeFileRow-actions-zXn6X {

  width: 55px;
}

.EpisodeSummary-infoTitle-bXIXJ {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}

.EpisodeSummary-overview-pd_H1 {
  margin-top: 20px;
}

.EpisodeSummary-files-Tp0_d {
  overflow-x: auto;
  margin-top: 20px;
}

.EpisodeSummary-filesHeader-ETLHw {
  display: flex;
  font-weight: bold;
}

.EpisodeSummary-filesHeader-ETLHw {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--borderColor);
}

.EpisodeSummary-fileRow-MVnXK {
  display: flex;
}

.EpisodeSummary-path-udx_h {
  flex: 1 0 1px;
  white-space: nowrap !important;
}

.EpisodeSummary-size-xSfrp,
.EpisodeSummary-quality-LYk0B {
  flex: 0 0 125px;
}

.EpisodeSummary-actions-VPLL2 {
  flex: 0 0 40px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .EpisodeSummary-size-xSfrp,
  .EpisodeSummary-quality-LYk0B {
    flex: 0 0 80px;
  }
}

@media only screen and (max-width: 768px) {
  .EpisodeSummary-files-Tp0_d {
    overflow-y: hidden;
    min-width: 100%;
    width: 100%;
  }
}

.EpisodeDetailsModalContent-seriesTitle-gkrAo {
  margin-left: 5px;
}

.EpisodeDetailsModalContent-separator-yxAoj {
  margin: 0 5px;
}

.EpisodeDetailsModalContent-tabs-yw_4Y {
  margin-top: -32px;
}

.EpisodeDetailsModalContent-tabList-kK1m4 {
  margin: 0;
  padding: 0;
}

.EpisodeDetailsModalContent-tab-LyXfd {
  position: relative;
  bottom: -1px;
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-top: none;
  list-style: none;
  cursor: pointer;
}

.EpisodeDetailsModalContent-selectedTab-JfhEM {
  border-color: var(--borderColor);
  border-radius: 0 0 5px 5px;
  background-color: rgba(239, 239, 239, 0.4);
  color: var(--black);
}

.EpisodeDetailsModalContent-tabContent-YmhXq {
  margin-top: 20px;
}

.EpisodeDetailsModalContent-openSeriesButton-M9BdU {

  margin-right: auto;
}

.EpisodeTitleLink-link-VmjPM {
}

  .EpisodeTitleLink-link-VmjPM:hover {
    color: var(--linkHoverColor);
    text-decoration: underline;
  }

.HistoryDetailsModal-markAsFailedButton-P9sG9 {

  margin-right: auto;
}

.HistoryRow-downloadClient-bHUPB {

  width: 120px;
}

.HistoryRow-indexer-gwnyu {

  width: 80px;
}

.HistoryRow-customFormatScore-xkDCa {

  width: 55px;
}

.HistoryRow-releaseGroup-Py4iD {

  width: 110px;
}

.HistoryRow-details-XUSQz {

  width: 30px;
}

.PageToolbarSeparator-separator-N1WHF {
  margin: 10px 20px;
  height: 40px;
  border-right: 1px solid #e5e5e5;
  opacity: 0.35;
}

@media only screen and (max-width: 768px) {
  .PageToolbarSeparator-separator-N1WHF {
    margin: 10px 5px;
  }
}

.ProgressBar-container-VCeFi {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background-color: var(--progressBarBackgroundColor);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ProgressBar-progressBar-xAcCf {
  position: relative;
  z-index: 1;
  float: left;
  width: 0;
  height: 100%;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: var(--white);
  transition: width 0.6s ease;
}

.ProgressBar-progressBar-xAcCf.ProgressBar-primary-ev7yC {
    background-color: var(--primaryColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-danger-c24TF {
    background-color: var(--dangerColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-danger-c24TF.colorImpaired {
      background: repeating-linear-gradient(90deg, rgb(228, 76, 76), rgb(228, 76, 76) 5px, rgb(204, 68, 68) 5px, rgb(204, 68, 68) 10px);
    }

.ProgressBar-progressBar-xAcCf.ProgressBar-success-l1duR {
    background-color: var(--successColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-purple-P2P7Z {
    background-color: var(--purple);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-warning-vai87 {
    background-color: var(--warningColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-warning-vai87.colorImpaired {
      background: repeating-linear-gradient(45deg, #ffa500, #ffa500 5px, rgb(255, 179, 38) 5px, rgb(255, 179, 38) 10px);
    }

.ProgressBar-progressBar-xAcCf.ProgressBar-info-OnZQe {
    background-color: var(--infoColor);
  }

.ProgressBar-frontTextContainer-zt7hp {
  z-index: 1;
  color: var(--progressBarFrontTextColor);
}

.ProgressBar-backTextContainer-RT0yM {
  color: var(--progressBarBackTextColor);
}

.ProgressBar-backTextContainer-RT0yM,
.ProgressBar-frontTextContainer-zt7hp {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 100%;
}

.ProgressBar-backText-UABss,
.ProgressBar-frontText-hTZfF {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  cursor: default;
}

.ProgressBar-small-XrF6k {
  height: 5px;
}

.ProgressBar-small-XrF6k .ProgressBar-backText-UABss,
  .ProgressBar-small-XrF6k .ProgressBar-frontText-hTZfF {
    height: 5px;
  }

.ProgressBar-medium-WxfXU {
  height: 15px;
}

.ProgressBar-medium-WxfXU .ProgressBar-backText-UABss,
  .ProgressBar-medium-WxfXU .ProgressBar-frontText-hTZfF {
    height: 15px;
  }

.ProgressBar-large-oJAS7 {
  height: 20px;
}

.ProgressBar-large-oJAS7 .ProgressBar-backText-UABss,
  .ProgressBar-large-oJAS7 .ProgressBar-frontText-hTZfF {
    height: 20px;
  }

.RecentFolderRow-actions-Z_qCn {

  width: 40px;
}

.InteractiveImportSelectFolderModalContent-recentFoldersContainer-XYUWb {
  margin-top: 15px;
}

.InteractiveImportSelectFolderModalContent-buttonsContainer-Zups9 {
  margin-top: 30px;
}

.InteractiveImportSelectFolderModalContent-buttonContainer-VzBje {
  display: flex;
  justify-content: center;

  margin-top: 10px;
}

.InteractiveImportSelectFolderModalContent-button-Q3COb {

  width: 300px;
}

.InteractiveImportSelectFolderModalContent-buttonIcon-XRLz8 {
  margin-right: 5px;
}

.SelectReleaseGroupModalContent-modalBody-tIpUk {

  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.TableRowCellButton-cell-_ezEn {
}

.InteractiveImportRowCellPlaceholder-placeholder-WVc4a {
  display: inline-block;
  margin: -8px 0;
  width: 100%;
  height: 25px;
  border: 2px dashed var(--dangerColor);
}

.InteractiveImportRowCellPlaceholder-optional-xZuLy {
  border: 2px dashed var(--gray);
}

.InteractiveImportRow-relativePath-YbGTM {

  word-break: break-all;
}

.InteractiveImportRow-quality-hlvRY,
.InteractiveImportRow-languages-ozFm5 {

  text-align: center;
}

.InteractiveImportRow-label-vgyHk {

  cursor: pointer;
}

.InteractiveImportRow-reprocessing-pGMNS {

  margin-top: 0;
  text-align: start;
}

.InteractiveImportRow-customFormatTooltip-EeuhJ {
  max-width: 250px;
}

.InteractiveImportModalContent-filterContainer-wG6KO {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.InteractiveImportModalContent-filterText-QWJMj {
  margin-left: 5px;
}

.InteractiveImportModalContent-footer-nniuo {

  justify-content: space-between;
  padding: 15px;
}

.InteractiveImportModalContent-leftButtons-AVUp2,
.InteractiveImportModalContent-rightButtons-LlBFD {
  display: flex;
  flex: 1 0 50%;
  flex-wrap: wrap;
}

.InteractiveImportModalContent-rightButtons-LlBFD {
  justify-content: flex-end;
}

.InteractiveImportModalContent-deleteButton-C7cFS {

  margin-right: 10px;
}

.InteractiveImportModalContent-importMode-bhbIr,
.InteractiveImportModalContent-bulkSelect-a3bN1 {

  margin-right: 10px;
  width: auto;
}

.InteractiveImportModalContent-errorMessage-ArmVO {
  color: var(--dangerColor);
}

@media only screen and (max-width: 768px) {
    .InteractiveImportModalContent-footer-nniuo .InteractiveImportModalContent-leftButtons-AVUp2,
    .InteractiveImportModalContent-footer-nniuo .InteractiveImportModalContent-rightButtons-LlBFD {
      flex-direction: column;
    }

    .InteractiveImportModalContent-footer-nniuo .InteractiveImportModalContent-leftButtons-AVUp2 {
      align-items: flex-start;
    }

    .InteractiveImportModalContent-footer-nniuo .InteractiveImportModalContent-rightButtons-LlBFD {
      align-items: flex-end;
    }

    .InteractiveImportModalContent-footer-nniuo a,
    .InteractiveImportModalContent-footer-nniuo button {
      margin-left: 0;
    }

      .InteractiveImportModalContent-footer-nniuo a:first-child, .InteractiveImportModalContent-footer-nniuo button:first-child {
        margin-bottom: 5px;
      }
}

.QueueStatus-noMessages-a1G0a {
  margin-bottom: 10px;
}

.QueueStatusCell-status-ssPVV {

  width: 30px;
}

.QueueStatusCell-noMessages-LHpKj {
  margin-bottom: 10px;
}

.TimeleftCell-timeleft-eTmq3 {

  width: 100px;
}

.QueueRow-quality-gazz6 {

  width: 150px;
}

.QueueRow-protocol-oceJO {

  width: 100px;
}

.QueueRow-progress-PESGV {

  width: 150px;
}

.QueueRow-actions-iDDa7 {

  width: 70px;
}

.RemoveQueueItemsModal-message-CC6nP {
  margin-bottom: 30px;
}

.HeartRating-heart-nZHjG {
  margin-right: 5px;
  color: var(--themeRed);
}

.HeartRating-rating-sn8Sx {
  margin-right: 15px;
}

.MetadataAttribution-container-rF37F {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.MetadataAttribution-attribution-GR45r {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  color: var(--mediumGray);
  font-size: 14px;
}

.MetadataAttribution-attribution-GR45r:hover {
    color: var(--darkGray);
    text-decoration: none;
  }

.AddNewSeriesModalContent-container-Jx5gl {
  display: flex;
}

.AddNewSeriesModalContent-year-XorIl {
  margin-left: 5px;
  color: var(--disabledColor);
}

.AddNewSeriesModalContent-poster-uLqBe {
  flex: 0 0 170px;
  margin-right: 20px;
  height: 250px;
}

.AddNewSeriesModalContent-info-GoxjX {
  flex-grow: 1;
}

.AddNewSeriesModalContent-overview-gGazc {
  margin-bottom: 30px;
}

.AddNewSeriesModalContent-labelIcon-NHvZq {
  margin-left: 8px;
}

.AddNewSeriesModalContent-searchLabelContainer-X4WgW {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.AddNewSeriesModalContent-searchLabel-qZmIX {
  margin-right: 8px;
  font-weight: normal;
}

.AddNewSeriesModalContent-searchInputContainer-CiBIg {

  flex: 0 1 0;
}

.AddNewSeriesModalContent-searchInput-G9Rzz {

  margin-top: 0;
}

.AddNewSeriesModalContent-modalFooter-RcyOb {
}

.AddNewSeriesModalContent-addButton-FwXi8 {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media only screen and (max-width: 768px) {
  .AddNewSeriesModalContent-modalFooter-RcyOb {
    display: block;
    text-align: center;
  }

  .AddNewSeriesModalContent-addButton-FwXi8 {
    margin-top: 10px;
  }
}

.AddNewSeriesSearchResult-searchResult-SjlDQ {
  position: relative;
  margin: 20px 0;
  padding: 20px;
  width: 100%;
  color: inherit;
}

.AddNewSeriesSearchResult-underlay-X8di5 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;

  background-color: var(--addSeriesBackgroundColor);
  transition: background 500ms;
}

.AddNewSeriesSearchResult-underlay-X8di5:hover {
    background-color: var(--pageBackground);
    box-shadow: 0 0 12px var(--black);
    color: inherit;
    text-decoration: none;
    transition: all 200ms ease-in;
  }

.AddNewSeriesSearchResult-overlay-dgn1v {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddNewSeriesSearchResult-overlay-dgn1v a,
  .AddNewSeriesSearchResult-overlay-dgn1v button {
    pointer-events: all;
  }

.AddNewSeriesSearchResult-overlay-dgn1v {

  position: relative;
  display: flex;
}

.AddNewSeriesSearchResult-poster-QL_eo {
  flex: 0 0 170px;
  margin-right: 20px;
  height: 250px;
}

.AddNewSeriesSearchResult-content-MxPkJ {
  display: flex;
  flex: 0 1 100%;
  flex-direction: column;
  overflow: hidden;
}

.AddNewSeriesSearchResult-titleRow-HnvEb {
  display: flex;
}

.AddNewSeriesSearchResult-titleContainer-bAN8K {
  display: flex;
  align-items: flex-end;
  flex: 0 1 auto;
}

.AddNewSeriesSearchResult-title-MNwP7 {
  font-weight: 300;
  font-size: 36px;
}

.AddNewSeriesSearchResult-year-OIKQ7 {
  margin-left: 10px;
  color: var(--disabledColor);
}

.AddNewSeriesSearchResult-icons-HBaaC {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 0 auto;
  height: 55px;
}

.AddNewSeriesSearchResult-tvdbLink-hh2yK {

  margin-top: -4px;
  margin-left: auto;
  color: var(--textColor);
}

.AddNewSeriesSearchResult-tvdbLinkIcon-PIGZ4 {
  margin-left: 10px;
}

.AddNewSeriesSearchResult-alreadyExistsIcon-DUFot {
  margin-left: 10px;
  color: #37bc9b;
  pointer-events: all;
}

.AddNewSeriesSearchResult-overview-NyAHx {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .AddNewSeriesSearchResult-titleRow-HnvEb {
    justify-content: space-between;
    overflow: hidden;
  }

  .AddNewSeriesSearchResult-overview-NyAHx {
    margin-bottom: 20px;
  }
}

.AddNewSeries-searchContainer-nor_M {
  display: flex;
  margin-bottom: 10px;
}

.AddNewSeries-searchIconContainer-zWnwc {
  width: 58px;
  height: 46px;
  border: 1px solid var(--inputBorderColor);
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--searchIconContainerBackgroundColor);
  text-align: center;
  line-height: 46px;
}

.AddNewSeries-searchInput-ympq5 {

  height: 46px;
  border-radius: 0;
  font-size: 18px;
}

.AddNewSeries-clearLookupButton-lKYyC {
  border: 1px solid var(--inputBorderColor);
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.AddNewSeries-message-wnNyA {
  margin-top: 30px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}

.AddNewSeries-helpText-C8egN {
  margin-bottom: 10px;
  font-size: 24px;
}

.AddNewSeries-noSeriesText-cJ3u9 {
  margin-top: 80px;
  margin-bottom: 20px;
}

.AddNewSeries-noResults-Vdont {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 30px;
}

.AddNewSeries-searchResults-UiKws {
  margin-top: 30px;
}

.PageContentFooter-contentFooter-RHpBL {
  display: flex;
  flex: 0 0 auto;
  padding: 20px;
  background-color: var(--pageFooterBackground);
}

@media only screen and (max-width: 768px) {
  .PageContentFooter-contentFooter-RHpBL {
    display: block;
  }
}

@media only screen and (max-width: 1450px) {
  .PageContentFooter-contentFooter-RHpBL {
    flex-wrap: wrap;
  }
}

.ImportSeriesFooter-inputContainer-iBaW7 {
  margin-right: 20px;
  min-width: 150px;
}

  .ImportSeriesFooter-inputContainer-iBaW7 div {
    margin-top: 10px;
  }

  .ImportSeriesFooter-inputContainer-iBaW7 div:first-child {
      margin-top: 0;
    }

.ImportSeriesFooter-label-qQPQ7 {
  margin-bottom: 3px;
  font-weight: bold;
}

.ImportSeriesFooter-importButtonContainer-_oNRf {
  display: flex;
  align-items: center;
}

.ImportSeriesFooter-importButton-sgImp {

  height: 35px;
}

.ImportSeriesFooter-loadingButton-SuR3C {

  margin-left: 10px;
}

.ImportSeriesFooter-loading-AVHGT {

  margin: 0 10px 0 12px;
  text-align: left;
}

.ImportSeriesFooter-importError-vycts {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .ImportSeriesFooter-inputContainer-iBaW7 {
    margin-top: 10px;
  }

    .ImportSeriesFooter-inputContainer-iBaW7:first-child {
      margin-top: 0;
    }

  .ImportSeriesFooter-importButtonContainer-_oNRf {
    margin-top: 10px;
  }
}

.VirtualTable-tableContainer-MHSuC {
  width: 100%;
}

.VirtualTable-tableBodyContainer-W0ddE {
  position: relative;
}

.VirtualTableRow-row-cfNxh {
  display: flex;
  transition: background-color 500ms;
}

  .VirtualTableRow-row-cfNxh:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

@media only screen and (max-width: 992px) {
  .VirtualTableRow-row-cfNxh {
    overflow-x: visible !important;
  }
}

.VirtualTableHeader-header-BLqeA {
  display: flex;
}

.VirtualTableHeaderCell-headerCell-oq_lz {
  padding: 8px;
  border: none !important;
  text-align: left;
  font-weight: bold;
}

.VirtualTableHeaderCell-sortIcon-IdM2s {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .VirtualTableHeaderCell-headerCell-oq_lz {
    white-space: nowrap;
  }
}

.TableHeaderCell-headerCell-aJDuw {
  padding: 8px;
  border: none !important;
  text-align: left;
  font-weight: bold;
}

.TableHeaderCell-sortIcon-zaT8O {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .TableHeaderCell-headerCell-aJDuw {
    white-space: nowrap;
  }
}

.VirtualTableSelectAllHeaderCell-selectAllHeaderCell-gBYqR {

  flex: 0 0 36px;
}

.VirtualTableSelectAllHeaderCell-input-XcVa4 {

  margin: 0;
}

.ImportSeriesHeader-folder-hoNc2 {

  flex: 1 0 200px;
}

.ImportSeriesHeader-monitor-RQCLF {

  flex: 0 1 200px;
  min-width: 185px;
}

.ImportSeriesHeader-qualityProfile-ZSj7N {

  flex: 0 1 250px;
  min-width: 170px;
}

.ImportSeriesHeader-seriesType-mdkqu {

  flex: 0 1 200px;
  min-width: 120px;
}

.ImportSeriesHeader-seasonFolder-N0zbd {

  flex: 0 1 150px;
  min-width: 120px;
}

.ImportSeriesHeader-series-mmPBY {

  flex: 0 1 400px;
  min-width: 300px;
}

.ImportSeriesHeader-detailsIcon-qNQeS {
  margin-left: 8px;
}

.VirtualTableRowCell-cell-_Qpcm {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex-grow: 0;
  flex-shrink: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .VirtualTableRowCell-cell-_Qpcm {
    white-space: nowrap;
  }
}

.VirtualTableRowCell-cell-_Qpcm {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex-grow: 0;
  flex-shrink: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .VirtualTableRowCell-cell-_Qpcm {
    white-space: nowrap;
  }
}

.VirtualTableSelectCell-cell-_Uhr3 {

  flex: 0 0 36px;
}

.VirtualTableSelectCell-input-i2Qn8 {

  margin: 0;
}

.ImportSeriesTitle-titleContainer-kX8F0 {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  overflow: hidden;
}

.ImportSeriesTitle-title-iHFav {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.ImportSeriesTitle-year-VsT7i {
  margin-right: 5px;
  margin-left: 5px;
  color: var(--disabledColor);
}

.ImportSeriesTitle-existing-_nkpe {
  margin-left: 5px;
}

.ImportSeriesSearchResult-container-aypRA {
  display: flex;
  padding: 10px 20px;
  width: 100%;
}

  .ImportSeriesSearchResult-container-aypRA:hover {
    background-color: var(--menuItemHoverBackgroundColor);
  }

.ImportSeriesSearchResult-series-vd3rK {
  flex: 1 0 0;
  overflow: hidden;
}

.ImportSeriesSearchResult-tvdbLink-u_Lss {

  margin-left: auto;
  color: var(--textColor);
}

.ImportSeriesSearchResult-tvdbLinkIcon-tgcBh {
  margin-left: 10px;
}

.ImportSeriesSelectSeries-button-u8JJT {

  display: flex;
  align-items: center;
  padding: 6px 16px;
  width: 100%;
  height: 35px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  background-color: var(--inputBackgroundColor);
  box-shadow: inset 0 1px 1px var(--inputBoxShadowColor);
}

.ImportSeriesSelectSeries-loading-FmcDv {
  display: inline-block;
}

.ImportSeriesSelectSeries-warningIcon-bKjkg {
  margin-right: 8px;
}

.ImportSeriesSelectSeries-existing-lFn7W {
  margin-left: 5px;
}

.ImportSeriesSelectSeries-dropdownArrowContainer-TDieg {
  flex: 1 0 auto;
  margin-left: 5px;
  text-align: right;
}

.ImportSeriesSelectSeries-contentContainer-AnEfy {
  z-index: 2000;
  margin-top: 4px;
  /* 400px container width with 8px padding on each side */
  width: 384px;
}

.ImportSeriesSelectSeries-content-mTNgs {
  padding: 4px;
  border: 1px solid var(--inputBorderColor);
  border-radius: 4px;
  background-color: var(--inputBackgroundColor);
}

.ImportSeriesSelectSeries-searchContainer-V9nJ9 {
  display: flex;
}

.ImportSeriesSelectSeries-searchIconContainer-QHmE4 {
  width: 58px;
  border: 1px solid var(--inputBorderColor);
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--searchIconContainerBackgroundColor);
  text-align: center;
  line-height: 33px;
}

.ImportSeriesSelectSeries-searchInput-jUuUE {

  border-radius: 0;
}

.ImportSeriesSelectSeries-results-uMi1d {
  scrollbar-color: var(--scrollbarBackgroundColor) transparent;
  scrollbar-width: thin;
}

.ImportSeriesSelectSeries-results-uMi1d::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

.ImportSeriesSelectSeries-results-uMi1d::-webkit-scrollbar-track {
    background-color: transparent;
  }

.ImportSeriesSelectSeries-results-uMi1d::-webkit-scrollbar-thumb {
    min-height: 100px;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: var(--scrollbarBackgroundColor);
    background-clip: padding-box;
  }

.ImportSeriesSelectSeries-results-uMi1d::-webkit-scrollbar-thumb:hover {
      background-color: var(--scrollbarHoverBackgroundColor);
    }

.ImportSeriesSelectSeries-results-uMi1d {

  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 165px;
}

.ImportSeriesRow-selectInput-O_ofk {
}

.ImportSeriesRow-folder-EEB99 {

  flex: 1 0 200px;
  line-height: 36px;
}

.ImportSeriesRow-monitor-BeDmz {

  flex: 0 1 200px;
  min-width: 185px;
}

.ImportSeriesRow-qualityProfile-HGfq8 {

  flex: 0 1 250px;
  min-width: 170px;
}

.ImportSeriesRow-seriesType-EYsjZ {

  flex: 0 1 200px;
  min-width: 120px;
}

.ImportSeriesRow-seasonFolder-NvrhF {

  flex: 0 1 150px;
  min-width: 120px;
}

.ImportSeriesRow-series-GFzzp {

  flex: 0 1 400px;
  min-width: 300px;
}

.RootFolderRow-link-zblA4 {
}

.RootFolderRow-unavailablePath-ygS2p {
  display: flex;
  align-items: center;
}

.RootFolderRow-unavailableLabel-d_l6T {

  margin-left: 10px;
}

.RootFolderRow-freeSpace-Zzpi0,
.RootFolderRow-unmappedFolders-oPsl9 {

  width: 150px;
}

.RootFolderRow-actions-zB4PR {

  width: 45px;
}

.ImportSeriesSelectFolder-header-f4Znz {
  margin-bottom: 40px;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}

.ImportSeriesSelectFolder-tips-uZ_Uu {
  font-size: 20px;
}

.ImportSeriesSelectFolder-tip-zQ8_7 {
  font-size: 14px;
}

.ImportSeriesSelectFolder-code-N4aId {
  font-size: 12px;
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.ImportSeriesSelectFolder-recentFolders-Qlc26 {
  margin-top: 40px;
}

.ImportSeriesSelectFolder-startImport-Plim9 {
  margin-top: 40px;
  text-align: center;
}

.ImportSeriesSelectFolder-importButtonIcon-BpTfM {
  margin-right: 8px;
}

.ImportSeriesSelectFolder-addErrorAlert-IzPj0 {

  margin: 20px 0;
}

.NoSeries-message-TxrpH {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}

.NoSeries-buttonContainer-Pow_F {
  margin-top: 20px;
  text-align: center;
}

.QueueDetails-progressBarContainer-wLM1D {
  display: flex;
  justify-content: center;
  width: 100%;
}

.CircularProgressBar-circularProgressBarContainer-m582E {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.CircularProgressBar-circularProgressBar-sVb5D {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: center center;
}

.CircularProgressBar-circularProgressBarText-aGfDa {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.CalendarEvent-event-P9Zg6 {
  position: relative;
  margin: 4px 2px;
  padding: 5px;
  border-bottom: 1px solid var(--calendarBorderColor);
  border-left: 4px solid var(--calendarBorderColor);
}

.CalendarEvent-underlay-I5NFH {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.CalendarEvent-overlay-jadXq {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.CalendarEvent-overlay-jadXq a,
  .CalendarEvent-overlay-jadXq button {
    pointer-events: all;
  }

.CalendarEvent-overlay-jadXq {

  position: relative;
  overflow-x: hidden;
  font-size: 12px;
}

.CalendarEvent-overlay-jadXq.colorImpaired {
    border-left-width: 5px;
  }

.CalendarEvent-info-ScXwS,
.CalendarEvent-episodeInfo-rnvjJ {
  display: flex;
}

.CalendarEvent-episodeInfo-rnvjJ {
  color: var(--calendarTextDim);
}

.CalendarEvent-seriesTitle-QSWzp,
.CalendarEvent-episodeTitle-lIvWf {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 1 0 1px;
  margin-right: 10px;
}

.CalendarEvent-seriesTitle-QSWzp {
  color: var(--calendarTextDimAlternate);
  font-size: 14px;
}

.CalendarEvent-absoluteEpisodeNumber-k4j_M {
  margin-left: 3px;
}

.CalendarEvent-statusContainer-QdqhX {
  display: flex;
  align-items: center;
}

.CalendarEvent-statusIcon-aQUSC {
  margin-left: 3px;
  cursor: default;
  pointer-events: all;
}

.CalendarEvent-airTime-p7Xfa {
  color: var(--calendarTextDim);
}

/*
 * Status
 */

.CalendarEvent-downloaded-aVyLe {
  border-left-color: var(--successColor) !important;
}

.CalendarEvent-downloaded-aVyLe.fullColor {
    background-color: rgba(39, 194, 76, 0.4) !important;
  }

.CalendarEvent-downloaded-aVyLe.colorImpaired {
    border-left-color: rgb(21, 213, 66) !important;
  }

.CalendarEvent-downloading-chGem {
  border-left-color: var(--purple) !important;
}

.CalendarEvent-downloading-chGem.fullColor {
    background-color: rgba(122, 67, 182, 0.4) !important;
  }

.CalendarEvent-unmonitored-vL9TJ {
  border-left-color: var(--gray) !important;
}

.CalendarEvent-unmonitored-vL9TJ.fullColor {
    background-color: rgba(173, 173, 173, 0.5) !important;
  }

.CalendarEvent-unmonitored-vL9TJ.colorImpaired {
    background: repeating-linear-gradient(45deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-unmonitored-vL9TJ.fullColor.colorImpaired {
    background: repeating-linear-gradient(45deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-onAir-L0ij_ {
  border-left-color: var(--warningColor) !important;
}

.CalendarEvent-onAir-L0ij_.fullColor {
    background-color: rgba(255, 165, 0, 0.6) !important;
  }

.CalendarEvent-onAir-L0ij_.colorImpaired {
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-onAir-L0ij_.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-missing-Lfb1c {
  border-left-color: var(--dangerColor) !important;
}

.CalendarEvent-missing-Lfb1c.fullColor {
    background-color: rgba(240, 80, 80, 0.6) !important;
  }

.CalendarEvent-missing-Lfb1c.colorImpaired {
    border-left-color: rgb(254, 67, 67) !important;
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-missing-Lfb1c.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-unaired-qLVRa {
  border-left-color: var(--primaryColor) !important;
}

.CalendarEvent-unaired-qLVRa.fullColor {
    background-color: rgba(93, 156, 236, 0.4) !important;
  }

.CalendarEvent-unaired-qLVRa.colorImpaired {
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-unaired-qLVRa.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.AgendaEvent-event-dWRPa {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid var(--borderColor);
}

.AgendaEvent-underlay-oujnp {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AgendaEvent-underlay-oujnp:hover {
    background-color: var(--tableRowHoverBackgroundColor);
  }

.AgendaEvent-overlay-YJLNf {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AgendaEvent-overlay-YJLNf a,
  .AgendaEvent-overlay-YJLNf button {
    pointer-events: all;
  }

.AgendaEvent-overlay-YJLNf {

  position: relative;
  display: flex;
  overflow-x: hidden;
  font-size: 14px;
}

.AgendaEvent-overlay-YJLNf.colorImpaired {
    border-left-width: 5px;
  }

.AgendaEvent-eventWrapper-FYVBh {
  display: flex;
  flex: 1 0 1px;
  overflow-x: hidden;
  padding-left: 6px;
  border-left-width: 4px;
  border-left-style: solid;
}

.AgendaEvent-date-bRc76 {
  flex: 0 0 250px;
  font-weight: bold;
}

.AgendaEvent-time-aMJgA {
  flex: 0 0 125px;
  margin-right: 10px;
  border: none !important;
}

.AgendaEvent-seriesTitle-uBPt0,
.AgendaEvent-episodeTitle-zHzhm {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 300px;
  margin-right: 10px;
}

.AgendaEvent-episodeTitle-zHzhm {
  flex: 1 1 1px;
}

.AgendaEvent-seasonEpisodeNumber-NLthY {
  flex: 0 0 100px;
}

.AgendaEvent-episodeSeparator-n4bEA {
  display: none;
}

.AgendaEvent-absoluteEpisodeNumber-NUppE {
  margin-left: 3px;
}

.AgendaEvent-statusIcon-RmHma {
  margin-left: 3px;
  cursor: default;
  pointer-events: all;
}

/*
 * Status
 */

.AgendaEvent-downloaded-JseRe {
}

.AgendaEvent-downloading-hJPzX {
}

.AgendaEvent-unmonitored-F6YTt {
}

.AgendaEvent-onAir-o_nm3 {
}

.AgendaEvent-missing-wemsm {
}

.AgendaEvent-premiere-zi_G8 {
}

.AgendaEvent-unaired-_gWcc {
}

@media only screen and (max-width: 768px) {
  .AgendaEvent-overlay-YJLNf {
    flex-direction: column;
  }

  .AgendaEvent-eventWrapper-FYVBh {
    display: block;
    flex: 0 0 auto;
  }

  .AgendaEvent-date-bRc76 {
    margin-left: 10px;
  }

  .AgendaEvent-date-bRc76,
  .AgendaEvent-time-aMJgA,
  .AgendaEvent-seriesTitle-uBPt0 {
    flex: 0 0 100%;
  }

  .AgendaEvent-seasonEpisodeNumber-NLthY {
    flex: 0 0 auto;
  }

  .AgendaEvent-episodeSeparator-n4bEA {
    display: inline-block;
    margin: 0 5px;
  }
}

.Agenda-agenda-hRnz8 {
  margin-top: 10px;
}

.CalendarEvent-event-P9Zg6 {
  position: relative;
  margin: 4px 2px;
  padding: 5px;
  border-bottom: 1px solid var(--calendarBorderColor);
  border-left: 4px solid var(--calendarBorderColor);
}

.CalendarEvent-underlay-I5NFH {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.CalendarEvent-overlay-jadXq {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.CalendarEvent-overlay-jadXq a,
  .CalendarEvent-overlay-jadXq button {
    pointer-events: all;
  }

.CalendarEvent-overlay-jadXq {

  position: relative;
  overflow-x: hidden;
  font-size: 12px;
}

.CalendarEvent-overlay-jadXq.colorImpaired {
    border-left-width: 5px;
  }

.CalendarEvent-info-ScXwS,
.CalendarEvent-episodeInfo-rnvjJ {
  display: flex;
}

.CalendarEvent-episodeInfo-rnvjJ {
  color: var(--calendarTextDim);
}

.CalendarEvent-seriesTitle-QSWzp,
.CalendarEvent-episodeTitle-lIvWf {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 1 0 1px;
  margin-right: 10px;
}

.CalendarEvent-seriesTitle-QSWzp {
  color: var(--calendarTextDimAlternate);
  font-size: 14px;
}

.CalendarEvent-absoluteEpisodeNumber-k4j_M {
  margin-left: 3px;
}

.CalendarEvent-statusContainer-QdqhX {
  display: flex;
  align-items: center;
}

.CalendarEvent-statusIcon-aQUSC {
  margin-left: 3px;
  cursor: default;
  pointer-events: all;
}

.CalendarEvent-airTime-p7Xfa {
  color: var(--calendarTextDim);
}

/*
 * Status
 */

.CalendarEvent-downloaded-aVyLe {
  border-left-color: var(--successColor) !important;
}

.CalendarEvent-downloaded-aVyLe.fullColor {
    background-color: rgba(39, 194, 76, 0.4) !important;
  }

.CalendarEvent-downloaded-aVyLe.colorImpaired {
    border-left-color: rgb(21, 213, 66) !important;
  }

.CalendarEvent-downloading-chGem {
  border-left-color: var(--purple) !important;
}

.CalendarEvent-downloading-chGem.fullColor {
    background-color: rgba(122, 67, 182, 0.4) !important;
  }

.CalendarEvent-unmonitored-vL9TJ {
  border-left-color: var(--gray) !important;
}

.CalendarEvent-unmonitored-vL9TJ.fullColor {
    background-color: rgba(173, 173, 173, 0.5) !important;
  }

.CalendarEvent-unmonitored-vL9TJ.colorImpaired {
    background: repeating-linear-gradient(45deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-unmonitored-vL9TJ.fullColor.colorImpaired {
    background: repeating-linear-gradient(45deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-onAir-L0ij_ {
  border-left-color: var(--warningColor) !important;
}

.CalendarEvent-onAir-L0ij_.fullColor {
    background-color: rgba(255, 165, 0, 0.6) !important;
  }

.CalendarEvent-onAir-L0ij_.colorImpaired {
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-onAir-L0ij_.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-missing-Lfb1c {
  border-left-color: var(--dangerColor) !important;
}

.CalendarEvent-missing-Lfb1c.fullColor {
    background-color: rgba(240, 80, 80, 0.6) !important;
  }

.CalendarEvent-missing-Lfb1c.colorImpaired {
    border-left-color: rgb(254, 67, 67) !important;
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-missing-Lfb1c.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEvent-unaired-qLVRa {
  border-left-color: var(--primaryColor) !important;
}

.CalendarEvent-unaired-qLVRa.fullColor {
    background-color: rgba(93, 156, 236, 0.4) !important;
  }

.CalendarEvent-unaired-qLVRa.colorImpaired {
    background: repeating-linear-gradient(90deg, var(--colorImpairedGradientDark), var(--colorImpairedGradientDark) 5px, var(--colorImpairedGradient) 5px, var(--colorImpairedGradient) 10px);
  }

.CalendarEvent-unaired-qLVRa.fullColor.colorImpaired {
    background: repeating-linear-gradient(90deg, rgba(244, 245, 246, 0.2), rgba(244, 245, 246, 0.2) 5px, transparent 5px, transparent 10px);
  }

.CalendarEventGroup-eventGroup-MTNCi {
  overflow-x: hidden;
  margin: 4px 2px;
  padding: 5px;
  border-bottom: 1px solid var(--borderColor);
  border-left: 4px solid var(--borderColor);
  font-size: 12px;
}

.CalendarEventGroup-info-jf7hq,
.CalendarEventGroup-airingInfo-ed5dW {
  display: flex;
}

.CalendarEventGroup-seriesTitle-OSVBM {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 1 0 1px;
  margin-right: 10px;
  color: var(--calendarTextDimAlternate);
  font-size: 14px;
}

.CalendarEventGroup-airTime-a7Iov {
  flex: 1 0 1px;
  color: var(--calendarTextDim);
}

.CalendarEventGroup-episodeInfo-s0XiO {
  margin-left: 10px;
  color: var(--calendarTextDim);
}

.CalendarEventGroup-absoluteEpisodeNumber-Ww_89 {
  margin-left: 3px;
}

.CalendarEventGroup-expandContainerInline-rGxck {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 20px;
}

.CalendarEventGroup-expandContainer-hBNBE,
.CalendarEventGroup-collapseContainer-KfqaY {
  display: flex;
  justify-content: center;
}

.CalendarEventGroup-collapseContainer-KfqaY {
  margin-bottom: 5px;
}

.CalendarEventGroup-statusIcon-WEFzs {
  margin-left: 3px;
}

/*
 * Status
 */

.CalendarEventGroup-downloaded-U4xgB {
}

.CalendarEventGroup-downloading-x8L51 {
}

.CalendarEventGroup-unmonitored-Rxq0F {
}

.CalendarEventGroup-onAir-FvoFL {
}

.CalendarEventGroup-missing-eWOCG {
}

.CalendarEventGroup-premiere-u_KbU {
}

.CalendarEventGroup-unaired-eiY6m {
}

.CalendarDay-day-vbHSD {
  flex: 1 0 14.28%;
  overflow: hidden;
  min-height: 70px;
  border-bottom: 1px solid var(--calendarBorderColor);
  border-left: 1px solid var(--calendarBorderColor);
}

.CalendarDay-isSingleDay-aARSn {
  width: 100%;
}

.CalendarDay-dayOfMonth-Ora3v {
  padding-right: 5px;
  border-bottom: 1px solid var(--calendarBorderColor);
  text-align: right;
}

.CalendarDay-isToday-E7jSB {
  background-color: var(--calendarTodayBackgroundColor);
}

.CalendarDay-isDifferentMonth-dYTOJ {
  color: var(--disabledColor);
}

.CalendarDays-days-bkUmr {
  display: flex;
  border-right: 1px solid var(--calendarBorderColor);
}

.CalendarDays-day-t0Mh6,
.CalendarDays-week-xFvOv,
.CalendarDays-forecast-ICEGg {
  flex-wrap: nowrap;
}

.CalendarDays-month-tpGR5 {
  flex-wrap: wrap;
}

.DayOfWeek-dayOfWeek-D4GRS {
  flex: 1 0 14.28%;
  background-color: var(--calendarBackgroundColor);
  text-align: center;
}

.DayOfWeek-isSingleDay-w4a3G {
  width: 100%;
}

.DayOfWeek-isToday-Ga8JJ {
  background-color: var(--calendarTodayBackgroundColor);
}

.DaysOfWeek-daysOfWeek-DQmbR {
  display: flex;
  margin-top: 10px;
}

.CalendarHeader-header-WC6Sy {
  display: flex;
}

.CalendarHeader-navigationButtons-T91lU {
  flex: 1 1 33%;
  text-align: left;
}

.CalendarHeader-todayButton-DLzYr {

  margin-left: 5px;
}

.CalendarHeader-titleDesktop-qugpW,
.CalendarHeader-titleMobile-IZBwa {
  text-align: center;
  font-size: 18px;
}

.CalendarHeader-titleMobile-IZBwa {
  margin-bottom: 5px;
}

.CalendarHeader-viewButtonsContainer-M0Wmk {
  display: flex;
  justify-content: flex-end;
  flex: 1 1 33%;
}

.CalendarHeader-viewMenu-Vn3qz {

  line-height: 31px;
}

.CalendarHeader-loading-krtud {

  margin-top: 5px;
  margin-right: 10px;
}

@media only screen and (max-width: 768px) {
  .CalendarHeader-navigationButtons-T91lU {
    flex: 1 0 50%;
  }

  .CalendarHeader-viewButtonsContainer-M0Wmk {
    flex: 0 0 100px;
  }
}

.Calendar-calendar-JZlK7 {
  flex-grow: 1;
  width: 100%;
}

.Calendar-calendarContent-r6xna {
  width: 100%;
}

.LegendIconItem-legendIconItem-HRUQm {
  margin: 3px 0;
  margin-right: 6px;
  width: 150px;
  cursor: default;
}

.LegendIconItem-icon-GfrY5 {
  margin-right: 5px;
}

.LegendItem-legendItem-MGaWB {
  margin: 3px 0;
  margin-right: 6px;
  padding-left: 5px;
  width: 150px;
  border-left-width: 4px;
  border-left-style: solid;
  cursor: default;
}

/*
 * Status
 */

.LegendItem-downloaded-PAFUG {
}

.LegendItem-downloading-MusEH {
}

.LegendItem-unmonitored-kMf3H {
}

.LegendItem-onAir-TEEel {
}

.LegendItem-missing-IdEXm {
}

.LegendItem-premiere-rQ2sD {
}

.LegendItem-unaired-8Kk3F {
}

.Legend-legend-wnxxq {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 3px 0;
}

.AdvancedSettingsButton-button-CzL_3 {

  position: relative;
}

.AdvancedSettingsButton-labelContainer-Z90Zi {
}

.AdvancedSettingsButton-label-s3_aG {
}

.AdvancedSettingsButton-indicatorContainer-OGWLx {
  position: absolute;
  top: 10px;
  right: 12px;
}

.AdvancedSettingsButton-indicatorBackground-BAO1K {
  color: var(--themeDarkColor);
}

.AdvancedSettingsButton-enabled-iam2W {
  color: var(--successColor);
}

.AdvancedSettingsButton-disabled-QGRYt {
  color: var(--dangerColor);
}

.PageContentBody-contentBody-Hetrs {
  /* 1px for flex-basis so the div grows correctly in Edge/Firefox */
  flex: 1 0 1px;
}

.PageContentBody-innerContentBody-PtigL {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .PageContentBody-contentBody-Hetrs {
    flex-basis: auto;
    overflow-y: hidden !important;
  }

  .PageContentBody-innerContentBody-PtigL {
    padding: 10px;
  }
}

.CalendarPage-calendarPageBody-hbV__ {

  display: flex;
}

.CalendarPage-calendarInnerPageBody-KgK5Y {

  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.NotFound-container-fJ0iq {
  text-align: center;
}

.NotFound-message-Qdgw5 {
  margin: 50px 0;
  text-align: center;
  font-weight: 300;
  font-size: 36px;
}

.NotFound-image-FkW9i {
  height: 350px;
}

.OrganizePreviewRow-row-rLTEj {
  display: flex;
  margin-bottom: 5px;
  padding: 5px 0;
  border-bottom: 1px solid var(--borderColor);
}

  .OrganizePreviewRow-row-rLTEj:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

.OrganizePreviewRow-selectedContainer-IbbiT {
  margin-right: 30px;
}

.OrganizePreviewRow-path-H586p {
  margin-left: 10px;
}

.OrganizePreviewModalContent-path-yhz8C {
  margin-left: 5px;
  font-weight: bold;
}

.OrganizePreviewModalContent-episodeFormat-B657D {
  margin-left: 5px;
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.OrganizePreviewModalContent-previews-QQ9Ez {
  margin-top: 10px;
}

.OrganizePreviewModalContent-selectAllInputContainer-utcdu {
  margin-right: auto;
  line-height: 30px;
}

.OrganizePreviewModalContent-selectAllInput-w6Apl {

  margin: 0;
}

.DeleteSeriesModalContent-pathContainer-K4RW8 {
  margin-bottom: 20px;
}

.DeleteSeriesModalContent-pathIcon-p_1PE {
  margin-right: 8px;
}

.DeleteSeriesModalContent-deleteFilesMessage-O2W7F {
  margin-top: 20px;
  color: var(--dangerColor);
}

.MoveSeriesModal-doNotMoveButton-ZGp1h {

  margin-right: auto;
}

.EditSeriesModalContent-deleteButton-AsWAU {

  margin-right: auto;
}

.SeriesHistoryRow-sourceTitle-ss_B3 {

  word-break: break-word;
}

.SeriesHistoryRow-details-DEsfZ,
.SeriesHistoryRow-actions-HEX7J {

  width: 65px;
}

.MonitoringOptionsModalContent-labelIcon-IWqDB {
  margin-left: 8px;
}

.SeriesAlternateTitles-alternateTitle-E0VF1 {
  white-space: nowrap;
}

.SeriesAlternateTitles-comment-gpN28 {
  color: var(--darkGray);
  font-size: 12px;
}

.SeriesDetailsLinks-links-cHw2_ {
  margin: 0;
}

.SeriesDetailsLinks-link-RfjeR {
  white-space: nowrap;
}

.SeriesDetailsLinks-linkLabel-SAKtg {

  cursor: pointer;
}

.EpisodeSearchCell-episodeSearchCell-upufk {

  width: 70px;
  white-space: nowrap;
}

.EpisodeStatus-center-J7q3v {
  display: flex;
  justify-content: center;
}

.EpisodeRow-title-CdLAX {

  white-space: nowrap;
}

.EpisodeRow-monitored-We0Ff {

  width: 42px;
}

.EpisodeRow-episodeNumber-TwYzX {

  width: 65px;
}

.EpisodeRow-episodeNumberAnime-Wd79s {

  width: 95px;
}

.EpisodeRow-runtime-EOdDf {

  width: 80px;
}

.EpisodeRow-size-QjgW1 {

  width: 100px;
}

.EpisodeRow-languages-pC7Sl,
.EpisodeRow-audio-UnEFv,
.EpisodeRow-video-GaM1z,
.EpisodeRow-status-luG9O {

  width: 100px;
}

.EpisodeRow-audioLanguages-Vz8lP,
.EpisodeRow-videoDynamicRangeType-Jgij7,
.EpisodeRow-subtitles-hLUGw {

  width: 165px;
}

.EpisodeRow-releaseGroup-aD5hX {

  width: 120px;
}

.SeasonInfo-title-briNN {

  width: 90px;
}

.SeasonInfo-description-Ak3Gr {

  margin-left: 110px;
}

.MenuContent-menuContent-_1J_h {
  z-index: 2000;
  display: flex;
  flex-direction: column;
  background-color: var(--toolbarMenuItemBackgroundColor);
  line-height: 20px;
}

.MenuContent-scroller-n5RM_ {
  display: flex;
  flex-direction: column;
}

.SeriesDetailsSeason-season-p4C0v {
  margin-bottom: 20px;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardBackgroundColor);
}

  .SeriesDetailsSeason-season-p4C0v:last-of-type {
    margin-bottom: 0;
  }

.SeriesDetailsSeason-header-TA600 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 24px;
}

.SeriesDetailsSeason-seasonNumber-rIQja {
  margin-right: 10px;
  margin-left: 5px;
}

.SeriesDetailsSeason-episodeCountTooltip-I72hN {
  display: flex;
}

.SeriesDetailsSeason-sizeOnDisk-ke6c3 {
  margin-left: 10px;
  color: #777;
  font-size: 14px;
}

.SeriesDetailsSeason-expandButton-CqcBw {

  flex-grow: 1;
  margin: 0 20px;
  text-align: center;
}

.SeriesDetailsSeason-left-HpyZv {
  display: flex;
  align-items: center;
  flex: 0 1 350px;
}

.SeriesDetailsSeason-left-HpyZv,
.SeriesDetailsSeason-actions-Dd2Kb {
  padding: 15px 10px;
}

.SeriesDetailsSeason-actionsMenu-V8_be {

  flex: 0 0 45px;
}

.SeriesDetailsSeason-actionsMenuContent-aHXli {

  white-space: nowrap;
  font-size: 14px;
}

.SeriesDetailsSeason-actionMenuIcon-F4Pr7 {
  margin-right: 8px;
}

.SeriesDetailsSeason-actionButton-GWgY_ {

  width: 30px;
}

.SeriesDetailsSeason-episodes-sEtGG {
  padding-top: 15px;
  border-top: 1px solid var(--borderColor);
}

.SeriesDetailsSeason-collapseButtonContainer-r0VQT {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  width: 100%;
  border-top: 1px solid var(--borderColor);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: var(--collapseButtonBackgroundColor);
}

.SeriesDetailsSeason-collapseButtonIcon-G00v1 {
  margin-bottom: -4px;
}

.SeriesDetailsSeason-expandButtonIcon-Vvz4S {

  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

.SeriesDetailsSeason-noEpisodes-BcF6z {
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .SeriesDetailsSeason-season-p4C0v {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .SeriesDetailsSeason-expandButtonIcon-Vvz4S {
    position: static;
    margin: 0;
  }

  .SeriesDetailsSeason-sizeOnDisk-ke6c3 {
    display: none;
  }
}

.SeriesGenres-genres-biVzl {
  margin-right: 15px;
}

.MonitorToggleButton-toggleButton-fG17x {

  padding: 0;
  font-size: inherit;
}

.MonitorToggleButton-isDisabled-XFERN {
  color: var(--disabledColor);
  cursor: not-allowed;
}

.SeriesDetails-innerContentBody-_VPM3 {
  padding: 0;
}

.SeriesDetails-header-XXRLe {
  position: relative;
  width: 100%;
  height: 425px;
}

.SeriesDetails-backdrop-NCZsQ {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.SeriesDetails-backdropOverlay-KfJxL {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--black);
  opacity: 0.7;
}

.SeriesDetails-headerContent-y4QqP {
  display: flex;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: var(--white);
}

.SeriesDetails-poster-N61yW {
  flex-shrink: 0;
  margin-right: 35px;
  width: 250px;
  height: 368px;
}

.SeriesDetails-info-vtbd6 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.SeriesDetails-titleRow-Zl2gM {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
}

.SeriesDetails-titleContainer-vhcJ6 {
  display: flex;
  margin-bottom: 5px;
}

.SeriesDetails-title-pJv1g {
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}

.SeriesDetails-toggleMonitoredContainer-mC6M3 {
  align-self: center;
  margin-right: 10px;
}

.SeriesDetails-monitorToggleButton-izmjt {

  width: 40px;
}

.SeriesDetails-monitorToggleButton-izmjt:hover {
    color: var(--iconButtonHoverLightColor);
  }

.SeriesDetails-alternateTitlesIconContainer-Uli0g {
  align-self: flex-end;
  margin-left: 20px;
}

.SeriesDetails-seriesNavigationButtons-q82pn {
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.SeriesDetails-seriesNavigationButton-dAaUN {

  margin-left: 5px;
  width: 30px;
  color: #e1e2e3;
  white-space: nowrap;
}

.SeriesDetails-seriesNavigationButton-dAaUN:hover {
    color: var(--iconButtonHoverLightColor);
  }

.SeriesDetails-details-jRNp_ {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 20px;
}

.SeriesDetails-runtime-PrnTs {
  margin-right: 15px;
}

.SeriesDetails-detailsLabel-kMLz7 {

  margin: 5px 10px 5px 0;
}

.SeriesDetails-fileCountMessage-dAE6k {
  padding: 5px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 15px;
}

.SeriesDetails-path-CCbFN,
.SeriesDetails-sizeOnDisk-BhO1l,
.SeriesDetails-qualityProfileName-UG8Tj,
.SeriesDetails-network-SORWY,
.SeriesDetails-links-na5tR,
.SeriesDetails-tags-RzT4W {
  margin-left: 8px;
  font-weight: 300;
  font-size: 17px;
}

.SeriesDetails-overview-cQJdA {
  flex: 1 0 0;
  margin-top: 8px;
  min-height: 0;
  font-size: 15px;
}

.SeriesDetails-contentContainer-JfcWS {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .SeriesDetails-contentContainer-JfcWS {
    padding: 20px 0;
  }

  .SeriesDetails-headerContent-y4QqP {
    padding: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .SeriesDetails-poster-N61yW {
    display: none;
  }
}

.PageJumpBarItem-jumpBarItem-Yz0Ev {
  flex: 1 1 25px;
  border-bottom: 1px solid var(--borderColor);
  text-align: center;
  font-weight: bold;
}

  .PageJumpBarItem-jumpBarItem-Yz0Ev:hover {
    color: #777;
  }

  .PageJumpBarItem-jumpBarItem-Yz0Ev:last-child {
    border: none;
  }

.PageJumpBar-jumpBar-NBpLl {
  z-index: 10;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  align-self: stretch;
  justify-content: center;
  flex: 0 0 30px;
}

.PageJumpBar-jumpBarItems-fCD8H {
  display: flex;
  justify-content: space-around;
  flex: 0 0 100%;
  flex-direction: column;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .PageJumpBar-jumpBar-NBpLl {
    display: none;
  }
}

.ProgressBar-container-VCeFi {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  background-color: var(--progressBarBackgroundColor);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ProgressBar-progressBar-xAcCf {
  position: relative;
  z-index: 1;
  float: left;
  width: 0;
  height: 100%;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  color: var(--white);
  transition: width 0.6s ease;
}

.ProgressBar-progressBar-xAcCf.ProgressBar-primary-ev7yC {
    background-color: var(--primaryColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-danger-c24TF {
    background-color: var(--dangerColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-danger-c24TF.colorImpaired {
      background: repeating-linear-gradient(90deg, rgb(228, 76, 76), rgb(228, 76, 76) 5px, rgb(204, 68, 68) 5px, rgb(204, 68, 68) 10px);
    }

.ProgressBar-progressBar-xAcCf.ProgressBar-success-l1duR {
    background-color: var(--successColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-purple-P2P7Z {
    background-color: var(--purple);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-warning-vai87 {
    background-color: var(--warningColor);
  }

.ProgressBar-progressBar-xAcCf.ProgressBar-warning-vai87.colorImpaired {
      background: repeating-linear-gradient(45deg, #ffa500, #ffa500 5px, rgb(255, 179, 38) 5px, rgb(255, 179, 38) 10px);
    }

.ProgressBar-progressBar-xAcCf.ProgressBar-info-OnZQe {
    background-color: var(--infoColor);
  }

.ProgressBar-frontTextContainer-zt7hp {
  z-index: 1;
  color: var(--progressBarFrontTextColor);
}

.ProgressBar-backTextContainer-RT0yM {
  color: var(--progressBarBackTextColor);
}

.ProgressBar-backTextContainer-RT0yM,
.ProgressBar-frontTextContainer-zt7hp {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 100%;
}

.ProgressBar-backText-UABss,
.ProgressBar-frontText-hTZfF {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  cursor: default;
}

.ProgressBar-small-XrF6k {
  height: 5px;
}

.ProgressBar-small-XrF6k .ProgressBar-backText-UABss,
  .ProgressBar-small-XrF6k .ProgressBar-frontText-hTZfF {
    height: 5px;
  }

.ProgressBar-medium-WxfXU {
  height: 15px;
}

.ProgressBar-medium-WxfXU .ProgressBar-backText-UABss,
  .ProgressBar-medium-WxfXU .ProgressBar-frontText-hTZfF {
    height: 15px;
  }

.ProgressBar-large-oJAS7 {
  height: 20px;
}

.ProgressBar-large-oJAS7 .ProgressBar-backText-UABss,
  .ProgressBar-large-oJAS7 .ProgressBar-frontText-hTZfF {
    height: 20px;
  }

.SeriesIndexProgressBar-progress-Z_Z0O {

  border-radius: 0;
  background-color: #5b5b5b;
  color: var(--white);
}

.SeriesIndexProgressBar-progressBar-rfcry {

  transition: width 200ms ease;
}

.SeriesIndexPosterSelect-checkButton-WDuN1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 36px;
  height: 36px;
}

.SeriesIndexPosterSelect-checkContainer-tmhFn {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--defaultColor);
}

.SeriesIndexPosterSelect-selected-Jc6J6 {
  color: var(--sonarrBlue);
}

.SeriesIndexPosterSelect-unselected-Q0kJE {
  color: var(--white);
}

.SeriesIndexPosterSelect-checkButton-WDuN1:hover .SeriesIndexPosterSelect-selected-Jc6J6 {
      color: var(--white);
    }

.SeriesIndexPosterSelect-checkButton-WDuN1:hover .SeriesIndexPosterSelect-unselected-Q0kJE {
      color: var(--sonarrBlue);
    }

.SeriesIndexOverviewInfoRow-infoRow-BXow2 {
  flex: 0 0 21px;
  margin: 2px 0;
}

.SeriesIndexOverviewInfoRow-icon-jEcfh {
  margin-right: 5px;
  width: 25px !important;
  text-align: center;
}

.SeriesIndexOverviewInfo-infos-vITgD {
  display: flex;
  flex: 0 0 250px;
  flex-direction: column;
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  .SeriesIndexOverviewInfo-infos-vITgD {
    margin-left: 0;
  }
}

.SeriesIndexOverview-content-LIBiE {
  display: flex;
  flex-grow: 1;
}

.SeriesIndexOverview-poster-_So4k {
  position: relative;
}

.SeriesIndexOverview-posterContainer-BpHPt {
  position: relative;
}

.SeriesIndexOverview-link-ltHLM {

  display: block;
  color: var(--defaultColor);
}

.SeriesIndexOverview-link-ltHLM:hover {
    color: var(--defaultColor);
    text-decoration: none;
  }

.SeriesIndexOverview-ended-jfSBQ {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: transparent var(--dangerColor) transparent transparent;
  color: var(--white);
}

.SeriesIndexOverview-info-O3tBY {
  display: flex;
  flex: 1 0 1px;
  flex-direction: column;
  overflow: hidden;
  padding-left: 10px;
}

.SeriesIndexOverview-titleRow-Wo_fE {
  display: flex;
  justify-content: space-between;
  flex: 0 0 auto;
  margin-bottom: 10px;
  line-height: 32px;
}

.SeriesIndexOverview-title-LQthD {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 1 0 1px;
  font-weight: 300;
  font-size: 30px;
}

.SeriesIndexOverview-actions-LRL8t {
  white-space: nowrap;
}

.SeriesIndexOverview-details-DUAfb {
  display: flex;
  justify-content: space-between;
  flex: 1 0 auto;
}

.SeriesIndexOverview-overview-wdNI2 {

  flex: 0 1 1000px;
  overflow: hidden;
  min-height: 0;
}

@media only screen and (max-width: 768px) {
  .SeriesIndexOverview-overview-wdNI2 {
    display: none;
  }
}

.SeriesIndexPosterInfo-info-CX8Vv {
  background-color: var(--seriesBackgroundColor);
  text-align: center;
  font-size: 12px;
}

.SeriesIndexPoster-content-k8NL8 {
  transition: all 200ms ease-in;
}

  .SeriesIndexPoster-content-k8NL8:hover {
    z-index: 2;
    box-shadow: 0 0 12px var(--black);
    transition: all 200ms ease-in;
  }

  .SeriesIndexPoster-content-k8NL8:hover .SeriesIndexPoster-controls-VLd9e {
      opacity: 0.9;
      transition: opacity 200ms linear 150ms;
    }

.SeriesIndexPoster-posterContainer-MIt6H {
  position: relative;
}

.SeriesIndexPoster-link-PqaaO {

  position: relative;
  display: block;
  height: 70px;
  background-color: var(--defaultColor);
}

.SeriesIndexPoster-overlayTitle-t_8jZ {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: var(--offWhite);
  text-align: center;
  font-size: 20px;
}

.SeriesIndexPoster-nextAiring-i0iCO {
  background-color: var(--seriesBackgroundColor);
  text-align: center;
  font-size: 12px;
}

.SeriesIndexPoster-title-rhAQh {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  background-color: var(--seriesBackgroundColor);
  text-align: center;
  font-size: 12px;
}

.SeriesIndexPoster-ended-DoRfk {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-width: 0 25px 25px 0;
  border-style: solid;
  border-color: transparent var(--dangerColor) transparent transparent;
  color: var(--white);
}

.SeriesIndexPoster-controls-VLd9e {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  border-radius: 4px;
  background-color: #4f566f;
  color: var(--white);
  font-size: 12px;
  opacity: 0;
  transition: opacity 0;
}

.SeriesIndexPoster-action-V8OtL {
}

.SeriesIndexPoster-action-V8OtL:hover {
    color: #ccc;
  }

@media only screen and (max-width: 768px) {
  .SeriesIndexPoster-container-Jm83c {
    padding: 5px;
  }
}

.DeleteSeriesModalContent-message-pPtay {
  margin-top: 20px;
  margin-bottom: 10px;
}

.DeleteSeriesModalContent-pathContainer-Y6jy5 {
  margin-left: 5px;
}

.DeleteSeriesModalContent-path-nl2xn {
  margin-left: 5px;
  color: var(--dangerColor);
}

.EditSeriesModalContent-modalFooter-xJgSU {

  justify-content: space-between;
}

.EditSeriesModalContent-selected-Nxk9n {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .EditSeriesModalContent-modalFooter-xJgSU {
    flex-direction: column;
    gap: 10px;
  }
}

.OrganizeSeriesModalContent-renameIcon-m1IkV {
  margin-left: 5px;
}

.OrganizeSeriesModalContent-message-dxZmd {
  margin-top: 20px;
  margin-bottom: 10px;
}

.ChangeMonitoringModalContent-modalFooter-Ps6qX {

  justify-content: space-between;
}

.ChangeMonitoringModalContent-selected-mM7cZ {
  font-weight: bold;
}

.ChangeMonitoringModalContent-labelIcon-RRHx0 {
  margin-left: 8px;
}

@media only screen and (max-width: 480px) {
  .ChangeMonitoringModalContent-modalFooter-Ps6qX {
    flex-direction: column;
    gap: 10px;
  }
}

.TagsModalContent-renameIcon-G0MYo {
  margin-left: 5px;
}

.TagsModalContent-message-ITZMV {
  margin-top: 20px;
  margin-bottom: 10px;
}

.TagsModalContent-result-xdDkN {
  padding-top: 4px;
}

.PageContentFooter-contentFooter-RHpBL {
  display: flex;
  flex: 0 0 auto;
  padding: 20px;
  background-color: var(--pageFooterBackground);
}

@media only screen and (max-width: 768px) {
  .PageContentFooter-contentFooter-RHpBL {
    display: block;
  }
}

@media only screen and (max-width: 1450px) {
  .PageContentFooter-contentFooter-RHpBL {
    flex-wrap: wrap;
  }
}

.SeriesIndexSelectFooter-footer-rPZhJ {

  align-items: center;
}

.SeriesIndexSelectFooter-buttons-kRMiL {
  display: flex;
}

.SeriesIndexSelectFooter-actionButtons-snQYi,
.SeriesIndexSelectFooter-deleteButtons-dvDQq {
  display: flex;
  gap: 10px;
}

.SeriesIndexSelectFooter-deleteButtons-dvDQq {
  margin-left: 50px;
}

.SeriesIndexSelectFooter-selected-JVaI0 {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .SeriesIndexSelectFooter-buttons-kRMiL {
    justify-content: center;
    width: 100%;
  }

  .SeriesIndexSelectFooter-selected-JVaI0 {
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    order: -1;
  }
}

@media only screen and (max-width: 768px) {
  .SeriesIndexSelectFooter-footer-rPZhJ {
    display: flex;
    flex-direction: column;
  }

  .SeriesIndexSelectFooter-buttons-kRMiL {
    flex-direction: column;
    margin-top: 20px;
    gap: 20px;
  }

  .SeriesIndexSelectFooter-actionButtons-snQYi {
    flex-wrap: wrap;
  }

  .SeriesIndexSelectFooter-actionButtons-snQYi,
  .SeriesIndexSelectFooter-deleteButtons-dvDQq {
    display: flex;
    justify-content: center;
  }

  .SeriesIndexSelectFooter-deleteButtons-dvDQq {
    margin-left: 0;
  }

  .SeriesIndexSelectFooter-selected-JVaI0 {
    justify-content: center;
    order: -1;
  }
}

.SeriesIndexFooter-footer-F4VZr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 12px;
}

.SeriesIndexFooter-legendItem-xX5Ri {
  display: flex;
  margin-bottom: 4px;
  line-height: 16px;
}

.SeriesIndexFooter-legendItemColor-HhYuS {
  margin-right: 8px;
  width: 30px;
  height: 16px;
  border-radius: 4px;
}

.SeriesIndexFooter-continuing-TaqXK {

  background-color: var(--primaryColor);
}

.SeriesIndexFooter-ended-taGlF {

  background-color: var(--successColor);
}

.SeriesIndexFooter-missingMonitored-hdesu {

  background-color: var(--dangerColor);
}

.SeriesIndexFooter-missingMonitored-hdesu.colorImpaired {
    background: repeating-linear-gradient(90deg, rgb(228, 76, 76), rgb(228, 76, 76) 5px, rgb(204, 68, 68) 5px, rgb(204, 68, 68) 10px);
  }

.SeriesIndexFooter-missingUnmonitored-URshY {

  background-color: var(--warningColor);
}

.SeriesIndexFooter-missingUnmonitored-URshY.colorImpaired {
    background: repeating-linear-gradient(45deg, #ffa500, #ffa500 5px, rgb(255, 179, 38) 5px, rgb(255, 179, 38) 10px);
  }

.SeriesIndexFooter-downloading-NVAxT {

  background-color: var(--purple);
}

.SeriesIndexFooter-statistics-sxWbo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .SeriesIndexFooter-statistics-sxWbo {
    display: block;
  }
}

@media (max-width: 768px) {
  .SeriesIndexFooter-footer-F4VZr {
    display: block;
  }

  .SeriesIndexFooter-statistics-sxWbo {
    display: flex;
    margin-top: 20px;
  }
}

.TagList-tags-AT8ST {
  flex: 1 0 auto;
}

.SeasonPassSeason-season-IjK1M {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin: 2px 4px;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--seasonBackgroundColor);
  cursor: default;
}

.SeasonPassSeason-info-ZuKP7 {
  padding: 0 4px;
}

.SeasonPassSeason-episodes-wJL80 {
  padding: 0 4px;
  background-color: var(--episodesBackgroundColor);
  color: var(--defaultColor);
}

.SeasonPassSeason-allEpisodes-fUbdB {
  background-color: #e0ffe0;
  color: var(--darkGray);
}

.SeasonDetails-seasons-GzSX4 {
  display: flex;
  flex-wrap: wrap;
}

.SeasonDetails-truncated-G6zRV {
  align-self: center;
  flex: 0 0 100%;
  padding: 4px 6px;
}

.SeasonsCell-seasonCount-HEZS0 {
  width: 100%;
  cursor: default;
}

.SeriesStatusCell-status-DVtgu {

  width: 60px;
}

.SeriesStatusCell-statusIcon-thKGE {
  width: 20px !important;
  text-align: center;
}

.SeriesIndexRow-cell-yCpOe {

  display: flex;
  align-items: center;
}

.SeriesIndexRow-status-gVvdL {

  flex: 0 0 60px;
}

.SeriesIndexRow-sortTitle-JDmJp {

  flex: 4 0 110px;
}

.SeriesIndexRow-seriesType-HTqp_ {

  flex: 0 0 100px;
}

.SeriesIndexRow-banner-KCOEt {
  flex: 0 0 379px;
}

.SeriesIndexRow-bannerGrow-SYJRf {
  flex-grow: 1;
}

.SeriesIndexRow-link-uW3Bg {

  position: relative;
  display: block;
  height: 70px;
  background-color: var(--defaultColor);
}

.SeriesIndexRow-bannerImage-Juj44 {
  width: 379px;
  height: 70px;
}

.SeriesIndexRow-overlayTitle-CdH8s {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 100%;
  color: var(--offWhite);
  text-align: center;
  font-size: 20px;
}

.SeriesIndexRow-network-guF9R {

  flex: 2 0 90px;
}

.SeriesIndexRow-originalLanguage-lxjqH,
.SeriesIndexRow-qualityProfileId-M3r_e {

  flex: 1 0 125px;
}

.SeriesIndexRow-releaseGroups-Gj4IF,
.SeriesIndexRow-nextAiring-EYWjN,
.SeriesIndexRow-previousAiring-u9vQz,
.SeriesIndexRow-added-CS6FF,
.SeriesIndexRow-genres-tZ9ki {

  flex: 0 0 180px;
}

.SeriesIndexRow-seasonCount-ZmxGD,
.SeriesIndexRow-certification-jod3C {

  flex: 0 0 100px;
}

.SeriesIndexRow-seasonFolder-X88Aa {

  width: 150px;
}

.SeriesIndexRow-episodeProgress-fz_My,
.SeriesIndexRow-latestSeason-sTx2V {

  display: flex;
  justify-content: center;
  flex: 0 0 150px;
  flex-direction: column;
}

.SeriesIndexRow-episodeCount-prJBY {

  flex: 0 0 130px;
}

.SeriesIndexRow-year-nHLSC {

  flex: 0 0 80px;
}

.SeriesIndexRow-path-LeWwV {

  flex: 1 0 150px;
}

.SeriesIndexRow-sizeOnDisk-sLwzR {

  flex: 0 0 120px;
}

.SeriesIndexRow-ratings-rBNSs {

  flex: 0 0 80px;
}

.SeriesIndexRow-tags-Rwq0O {

  flex: 1 0 60px;
}

.SeriesIndexRow-useSceneNumbering-Mqq0y {

  flex: 0 0 145px;
}

.SeriesIndexRow-actions-u0fi4 {

  flex: 0 1 90px;
  min-width: 60px;
}

.SeriesIndexRow-checkInput-b5RSf {

  margin-top: 0;
}

.SeriesIndexTableHeader-status-AX475 {

  flex: 0 0 60px;
}

.SeriesIndexTableHeader-sortTitle-sRo4i {

  flex: 4 0 110px;
}

.SeriesIndexTableHeader-banner-rC7HO {
  flex: 0 0 379px;
}

.SeriesIndexTableHeader-bannerGrow-JYruL {
  flex-grow: 1;
}

.SeriesIndexTableHeader-seriesType-r2hZx {

  flex: 0 0 100px;
}

.SeriesIndexTableHeader-network-heCS8 {

  flex: 2 0 90px;
}

.SeriesIndexTableHeader-originalLanguage-I8GlZ,
.SeriesIndexTableHeader-qualityProfileId-FiDrX {

  flex: 1 0 125px;
}

.SeriesIndexTableHeader-releaseGroups-UMOu2,
.SeriesIndexTableHeader-nextAiring-ERAkl,
.SeriesIndexTableHeader-previousAiring-KnUgN,
.SeriesIndexTableHeader-added-wxrk0,
.SeriesIndexTableHeader-genres-LJSKj {

  flex: 0 0 180px;
}

.SeriesIndexTableHeader-seasonCount-Ho8qJ,
.SeriesIndexTableHeader-certification-S_IOp {

  flex: 0 0 100px;
}

.SeriesIndexTableHeader-seasonFolder-mOKzb {

  flex: 0 0 150px;
}

.SeriesIndexTableHeader-episodeProgress-xpyJl,
.SeriesIndexTableHeader-latestSeason-TCKYr {

  flex: 0 0 150px;
}

.SeriesIndexTableHeader-episodeCount-RRdGt {

  flex: 0 0 130px;
}

.SeriesIndexTableHeader-year-fvVgf {

  flex: 0 0 80px;
}

.SeriesIndexTableHeader-path-pk4Ue {

  flex: 1 0 150px;
}

.SeriesIndexTableHeader-sizeOnDisk-BFgnI {

  flex: 0 0 120px;
}

.SeriesIndexTableHeader-ratings-phjbU {

  flex: 0 0 80px;
}

.SeriesIndexTableHeader-tags-A28vh {

  flex: 1 0 60px;
}

.SeriesIndexTableHeader-useSceneNumbering-y3Vui {

  flex: 0 0 145px;
}

.SeriesIndexTableHeader-actions-eA5DY {

  flex: 0 1 90px;
}

.SeriesIndexTable-tableScroller-cJeA_ {
  position: relative;
}

.SeriesIndex-pageContentBodyWrapper-CDtQj {
  display: flex;
  flex: 1 0 1px;
  overflow: hidden;
}

.SeriesIndex-contentBody-uUpON {

  position: relative;
  display: flex;
  flex-direction: column;
}

.SeriesIndex-postersInnerContentBody-Z6OuO {

  display: flex;
  flex-direction: column;
  flex-grow: 1;

  /* 5px less padding than normal to handle poster's 5px margin */
  padding: calc(20px - 5px);
}

.SeriesIndex-tableInnerContentBody-L7Lzb {

  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.SeriesIndex-contentBodyContainer-ZorRq {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media only screen and (max-width: 768px) {
  .SeriesIndex-pageContentBodyWrapper-CDtQj {
    flex-basis: auto;
  }

  .SeriesIndex-contentBody-uUpON {
    flex-basis: 1px;
  }

  .SeriesIndex-postersInnerContentBody-Z6OuO {
    padding: calc(10px - 5px);
  }
}

.Card-card-aoesq {
  position: relative;
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  background-color: var(--cardBackgroundColor);
  box-shadow: 0 0 10px 1px var(--cardShadowColor);
  color: var(--defaultColor);
}

.Card-underlay-bObAW {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.Card-overlay-WuJz0 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.Card-overlay-WuJz0 a,
  .Card-overlay-WuJz0 button {
    pointer-events: all;
  }

.Card-overlay-WuJz0 {

  position: relative;
}

.TextArea-input-E794O {

  flex-grow: 1;
  min-height: 200px;
  resize: vertical;
}

.TextArea-readOnly-ysBOQ {
  background-color: #eee;
}

.TextArea-hasError-tL5zd {
}

.TextArea-hasWarning-qW1kz {
}

.ImportCustomFormatModalContent-input-pByC1 {

  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.Card-card-aoesq {
  position: relative;
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  background-color: var(--cardBackgroundColor);
  box-shadow: 0 0 10px 1px var(--cardShadowColor);
  color: var(--defaultColor);
}

.Card-underlay-bObAW {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.Card-overlay-WuJz0 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.Card-overlay-WuJz0 a,
  .Card-overlay-WuJz0 button {
    pointer-events: all;
  }

.Card-overlay-WuJz0 {

  position: relative;
}

.AddSpecificationItem-specification-ifqAt {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddSpecificationItem-underlay-w1aRk {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddSpecificationItem-overlay-5g_Xp {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddSpecificationItem-overlay-5g_Xp a,
  .AddSpecificationItem-overlay-5g_Xp button {
    pointer-events: all;
  }

.AddSpecificationItem-overlay-5g_Xp {

  padding: 10px;
}

.AddSpecificationItem-name-VwWrp {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddSpecificationItem-actions-MMs3Y {
  margin-top: 20px;
  text-align: right;
}

.AddSpecificationItem-presetsMenu-oMDbn {

  display: inline-block;
  margin: 0 5px;
}

.AddSpecificationItem-presetsMenuButton-AfrGQ {
}

.AddSpecificationItem-presetsMenuButton-AfrGQ::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddSpecificationModalContent-specifications-x_4O_ {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.EditSpecificationModalContent-deleteButton-c9rQ4 {

  margin-right: auto;
}

.Specification-customFormat-eMwyx {

  width: 300px;
}

.Specification-nameContainer-RnvUM {
  display: flex;
  justify-content: space-between;
}

.Specification-name-CCiQR {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Specification-cloneButton-u1JT_ {

  height: 36px;
}

.Specification-labels-KH_af {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.Specification-tooltipLabel-ffdMM {

  margin: 0;
  border: none;
}

.CustomFormat-customFormat-bQGEb {

  width: 300px;
}

.CustomFormat-nameContainer-kd6SP {
  display: flex;
  justify-content: space-between;
}

.CustomFormat-name-tDmWt {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.CustomFormat-buttons-eI3y1 {
  flex: 0 0 auto;
}

.CustomFormat-cloneButton-Alwpt {

  height: 36px;
}

.CustomFormat-formats-z88F4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.CustomFormat-tooltipLabel-UmJ9l {

  margin: 0;
  border: none;
}

.CustomFormat-label-mIDsS {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  max-width: 100%;
}

.EditCustomFormatModalContent-deleteButton-YRaYD {

  margin-right: auto;
}

.EditCustomFormatModalContent-rightButtons-cMlfm {
  justify-content: flex-end;
  margin-right: auto;
}

.EditCustomFormatModalContent-addSpecification-ziqyR {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
  font-size: 45px;
}

.EditCustomFormatModalContent-center-CwrAN {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.ExportCustomFormatModalContent-button-eh1Jq {

  position: relative;
}

.CustomFormat-customFormat-bQGEb {

  width: 300px;
}

.CustomFormat-nameContainer-kd6SP {
  display: flex;
  justify-content: space-between;
}

.CustomFormat-name-tDmWt {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.CustomFormat-buttons-eI3y1 {
  flex: 0 0 auto;
}

.CustomFormat-cloneButton-Alwpt {

  height: 36px;
}

.CustomFormat-formats-z88F4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.CustomFormat-tooltipLabel-UmJ9l {

  margin: 0;
  border: none;
}

.CustomFormat-label-mIDsS {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  max-width: 100%;
}

.CustomFormats-customFormats-B875M {
  display: flex;
  flex-wrap: wrap;
}

.CustomFormats-addCustomFormat-RgATG {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
  font-size: 45px;
}

.CustomFormats-center-W2JPX {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.AddDownloadClientItem-downloadClient-oMifk {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddDownloadClientItem-underlay-oxdhA {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddDownloadClientItem-overlay-rlyny {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddDownloadClientItem-overlay-rlyny a,
  .AddDownloadClientItem-overlay-rlyny button {
    pointer-events: all;
  }

.AddDownloadClientItem-overlay-rlyny {

  padding: 10px;
}

.AddDownloadClientItem-name-iXjGD {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddDownloadClientItem-actions-qbQIO {
  margin-top: 20px;
  text-align: right;
}

.AddDownloadClientItem-presetsMenu-V3Cfm {

  display: inline-block;
  margin: 0 5px;
}

.AddDownloadClientItem-presetsMenuButton-C3eVP {
}

.AddDownloadClientItem-presetsMenuButton-C3eVP::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddDownloadClientModalContent-downloadClients-Oi2LK {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.EditDownloadClientModalContent-deleteButton-dwUEi {

  margin-right: auto;
}

.EditDownloadClientModalContent-message-XIiHZ {

  margin-bottom: 30px;
}

.DownloadClient-downloadClient-wZ1JM {

  width: 290px;
}

.DownloadClient-name-eDUtm {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.DownloadClient-enabled-SSDPC {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.DownloadClient-downloadClient-wZ1JM {

  width: 290px;
}

.DownloadClient-name-eDUtm {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.DownloadClient-enabled-SSDPC {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.DownloadClients-downloadClients-yJxlI {
  display: flex;
  flex-wrap: wrap;
}

.DownloadClients-addDownloadClient-pW5Mv {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
}

.DownloadClients-center-WmFhO {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.ManageDownloadClientsEditModalContent-modalFooter-lujmM {

  justify-content: space-between;
}

.ManageDownloadClientsEditModalContent-selected-OpTW9 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .ManageDownloadClientsEditModalContent-modalFooter-lujmM {
    flex-direction: column;
    gap: 10px;
  }
}

.ManageDownloadClientsModalRow-name-tXtzB,
.ManageDownloadClientsModalRow-enable-cd4Aq,
.ManageDownloadClientsModalRow-tags-l762O,
.ManageDownloadClientsModalRow-priority-kDQJC,
.ManageDownloadClientsModalRow-removeCompletedDownloads-pLVmi,
.ManageDownloadClientsModalRow-removeFailedDownloads-J9yDQ,
.ManageDownloadClientsModalRow-implementation-P7X40 {

  word-break: break-all;
}
.ManageDownloadClientsModalContent-leftButtons-T17BS,
.ManageDownloadClientsModalContent-rightButtons-EvNoz {
  display: flex;
  flex: 1 0 50%;
  flex-wrap: wrap;
}

.ManageDownloadClientsModalContent-rightButtons-EvNoz {
  justify-content: flex-end;
}

.ManageDownloadClientsModalContent-deleteButton-irV2f {

  margin-right: 10px;
}
.EditRemotePathMappingModalContent-body-PE4id {

  flex: 1 1 430px;
}

.EditRemotePathMappingModalContent-deleteButton-ZAVCm {

  margin-right: auto;
}

.RemotePathMapping-remotePathMapping-Jy6fO {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  height: 30px;
  border-bottom: 1px solid var(--borderColor);
  line-height: 30px;
}

.RemotePathMapping-host-o0xdT {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 300px;
}

.RemotePathMapping-path-T3frI {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 400px;
}

.RemotePathMapping-actions-sV1xS {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding-right: 10px;
}

.RemotePathMappings-remotePathMappingsHeader-TcQ3F {
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
}

.RemotePathMappings-host-LzeXa {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 300px;
}

.RemotePathMappings-path-yhMRC {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 400px;
}

.RemotePathMappings-addRemotePathMapping-rGEoO {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.RemotePathMappings-addButton-xS9B4 {
  text-align: center;
}

.EditImportListExclusionModalContent-body-vc_c_ {

  flex: 1 1 430px;
}

.EditImportListExclusionModalContent-deleteButton-q8gjG {

  margin-right: auto;
}

.ImportListExclusion-importListExclusion-rVYQS {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  height: 30px;
  border-bottom: 1px solid var(--borderColor);
  line-height: 30px;
}

.ImportListExclusion-title-d6NKG {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  flex: 0 1 600px;
}

.ImportListExclusion-tvdbId-YBwF0 {
  flex: 0 0 70px;
}

.ImportListExclusion-actions-xNNGU {
  display: flex;
  justify-content: flex-end;
  flex: 1 0 auto;
  padding-right: 10px;
}

.ImportListExclusions-importListExclusionsHeader-tYpqe {
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
}

.ImportListExclusions-title-Ax6Y_ {
  flex: 0 1 600px;
}

.ImportListExclusions-tvdbId-X8AMj {
  flex: 0 0 70px;
}

.ImportListExclusions-addImportListExclusion-g0Slm {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}

.ImportListExclusions-addButton-I7gE7 {
  text-align: center;
}

.AddImportListItem-list-oFr_m {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddImportListItem-underlay-eQ6Rc {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddImportListItem-overlay-SV_VG {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddImportListItem-overlay-SV_VG a,
  .AddImportListItem-overlay-SV_VG button {
    pointer-events: all;
  }

.AddImportListItem-overlay-SV_VG {

  padding: 10px;
}

.AddImportListItem-name-ww4lQ {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddImportListItem-actions-CpSnE {
  margin-top: 20px;
  text-align: right;
}

.AddImportListItem-presetsMenu-TZXKp {

  display: inline-block;
  margin: 0 5px;
}

.AddImportListItem-presetsMenuButton-hxJ1r {
}

.AddImportListItem-presetsMenuButton-hxJ1r::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddImportListModalContent-lists-gojEB {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.EditImportListModalContent-deleteButton-snrok {

  margin-right: auto;
}

.EditImportListModalContent-labelIcon-tJxZ5 {
  margin-left: 8px;
}

.EditImportListModalContent-message-mgth4 {

  margin-bottom: 30px;
}

.ImportList-list-c7gQt {

  width: 290px;
}

.ImportList-name-Wx4wM {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.ImportList-enabled-C_uMU {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.ImportList-list-c7gQt {

  width: 290px;
}

.ImportList-name-Wx4wM {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.ImportList-enabled-C_uMU {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.ImportLists-lists-vKPjg {
  display: flex;
  flex-wrap: wrap;
}

.ImportLists-addList-gGcxK {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
}

.ImportLists-center-f_Mdw {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.ManageImportListsEditModalContent-modalFooter-vOLBE {

  justify-content: space-between;
}

.ManageImportListsEditModalContent-selected-snufW {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .ManageImportListsEditModalContent-modalFooter-vOLBE {
    flex-direction: column;
    gap: 10px;
  }
}

.ManageImportListsModalRow-name-jCmYl,
.ManageImportListsModalRow-tags-WVEIX,
.ManageImportListsModalRow-enableAutomaticAdd-OI9r0,
.ManageImportListsModalRow-qualityProfileId-Q8GRF,
.ManageImportListsModalRow-rootFolderPath-FzmIs,
.ManageImportListsModalRow-implementation-LVthP {

  word-break: break-all;
}
.TagsModalContent-renameIcon-p0YsH {
  margin-left: 5px;
}

.TagsModalContent-message-XHnCK {
  margin-top: 20px;
  margin-bottom: 10px;
}

.TagsModalContent-result-SDxiV {
  padding-top: 4px;
}

.ManageImportListsModalContent-leftButtons-P1y81,
.ManageImportListsModalContent-rightButtons-luPS3 {
  display: flex;
  flex: 1 0 50%;
  flex-wrap: wrap;
}

.ManageImportListsModalContent-rightButtons-luPS3 {
  justify-content: flex-end;
}

.ManageImportListsModalContent-deleteButton-Zgfud {

  margin-right: 10px;
}
.AddIndexerItem-indexer-tTo8N {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddIndexerItem-underlay-u2paU {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddIndexerItem-overlay-Z0Tf4 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddIndexerItem-overlay-Z0Tf4 a,
  .AddIndexerItem-overlay-Z0Tf4 button {
    pointer-events: all;
  }

.AddIndexerItem-overlay-Z0Tf4 {

  padding: 10px;
}

.AddIndexerItem-name-us4Tk {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddIndexerItem-actions-u_UFM {
  margin-top: 20px;
  text-align: right;
}

.AddIndexerItem-presetsMenu-a2J0h {

  display: inline-block;
  margin: 0 5px;
}

.AddIndexerItem-presetsMenuButton-HCMQr {
}

.AddIndexerItem-presetsMenuButton-HCMQr::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddIndexerModalContent-indexers-zh7Wv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.EditIndexerModalContent-deleteButton-gyzhH {

  margin-right: auto;
}

.Indexer-indexer-KNEbl {

  width: 290px;
}

.Indexer-nameContainer-iKZDb {
  display: flex;
  justify-content: space-between;
}

.Indexer-name-FoGnv {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Indexer-cloneButton-eTzP5 {

  height: 36px;
}

.Indexer-enabled-alXzS {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.Indexer-indexer-KNEbl {

  width: 290px;
}

.Indexer-nameContainer-iKZDb {
  display: flex;
  justify-content: space-between;
}

.Indexer-name-FoGnv {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Indexer-cloneButton-eTzP5 {

  height: 36px;
}

.Indexer-enabled-alXzS {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.Indexers-indexers-CV9Qr {
  display: flex;
  flex-wrap: wrap;
}

.Indexers-addIndexer-RmEIL {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
}

.Indexers-center-GKwQP {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.ManageIndexersEditModalContent-modalFooter-vZ7Ni {

  justify-content: space-between;
}

.ManageIndexersEditModalContent-selected-AIOM2 {
  font-weight: bold;
}

@media only screen and (max-width: 480px) {
  .ManageIndexersEditModalContent-modalFooter-vZ7Ni {
    flex-direction: column;
    gap: 10px;
  }
}

.ManageIndexersModalRow-name-hpa0l,
.ManageIndexersModalRow-tags-H3xmx,
.ManageIndexersModalRow-enableRss-p0XNi,
.ManageIndexersModalRow-enableAutomaticSearch-PZHf0,
.ManageIndexersModalRow-enableInteractiveSearch-iIJEt,
.ManageIndexersModalRow-priority-PTS6N,
.ManageIndexersModalRow-implementation-DkTDw {

  word-break: break-all;
}
.TagsModalContent-renameIcon-g4MBi {
  margin-left: 5px;
}

.TagsModalContent-message-jZkJe {
  margin-top: 20px;
  margin-bottom: 10px;
}

.TagsModalContent-result-HDHRf {
  padding-top: 4px;
}

.ManageIndexersModalContent-leftButtons-zb78b,
.ManageIndexersModalContent-rightButtons-NdpSY {
  display: flex;
  flex: 1 0 50%;
  flex-wrap: wrap;
}

.ManageIndexersModalContent-rightButtons-NdpSY {
  justify-content: flex-end;
}

.ManageIndexersModalContent-deleteButton-YJFbP {

  margin-right: 10px;
}
.NamingOption-option-OKNvA {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 3px;
  border: 1px solid var(--borderColor);
}

  .NamingOption-option-OKNvA:hover .NamingOption-token-of4IX {
      background-color: #ddd;
    }

  .NamingOption-option-OKNvA:hover .NamingOption-example-kZLgU {
      background-color: #ccc;
    }

.NamingOption-small-vYnmm {
  width: 480px;
}

.NamingOption-large-p2cXH {
  width: 100%;
}

.NamingOption-token-of4IX {
  flex: 0 0 50%;
  padding: 6px 16px;
  background-color: var(--popoverTitleBackgroundColor);
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.NamingOption-example-kZLgU {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 50%;
  padding: 6px 16px;
  background-color: var(--popoverBodyBackgroundColor);
}

.NamingOption-example-kZLgU .NamingOption-footNote-e0JBJ {
    padding: 2px;
    color: #aaa;
  }

.NamingOption-lower-HoDkb {
  text-transform: lowercase;
}

.NamingOption-upper-pA7T0 {
  text-transform: uppercase;
}

.NamingOption-isFullFilename-uqt7V .NamingOption-token-of4IX,
  .NamingOption-isFullFilename-uqt7V .NamingOption-example-kZLgU {
    flex: 1 0 auto;
  }

@media only screen and (max-width: 768px) {
  .NamingOption-option-OKNvA.NamingOption-small-vYnmm {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .NamingOption-token-of4IX,
  .NamingOption-example-kZLgU {
    flex: 1 0 auto;
  }
}

.NamingModal-groups-DrUz_ {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.NamingModal-namingSelectContainer-OFvkv {
  display: flex;
  justify-content: flex-end;
}

.NamingModal-namingSelect-p7fJH {

  margin-left: 10px;
  width: 200px;
}

.NamingModal-footNote-uR3xH {
  display: flex;
  color: var(--helpTextColor);
}

.NamingModal-footNote-uR3xH .NamingModal-icon-Ut2UV {
    margin-top: 3px;
    margin-right: 5px;
    padding: 2px;
  }

.NamingModal-footNote-uR3xH code {
    padding: 0 1px;
    border: 1px solid var(--borderColor);
    background-color: #f7f7f7;
  }

.Naming-namingInput-k33Yg {

  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
}

.AddRootFolder-addRootFolderButtonContainer-u8P7c {
  margin-top: 20px;
}

.AddRootFolder-importButtonIcon-jUpzw {
  margin-right: 8px;
}

.Metadata-metadata-OpuUq {

  width: 290px;
}

.Metadata-name-LB94N {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Metadata-section-GlYvh {
  margin-top: 10px;
}

.Metadatas-metadatas-a1EOe {
  display: flex;
  flex-wrap: wrap;
}

.TheTvdb-container-ClQxr {
  display: flex;
}

.TheTvdb-info-DRsTr {
  margin-left: 30px;
}

.TheTvdb-title-SVfAE {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
}

.TheTvdb-image-_vxKl {
  width: 213px;
  height: 123px;
}

.AddNotificationItem-notification-Zc9Sv {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddNotificationItem-underlay-uEE6z {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddNotificationItem-overlay-qT9ml {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddNotificationItem-overlay-qT9ml a,
  .AddNotificationItem-overlay-qT9ml button {
    pointer-events: all;
  }

.AddNotificationItem-overlay-qT9ml {

  padding: 10px;
}

.AddNotificationItem-name-PxZPX {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddNotificationItem-actions-C_hYg {
  margin-top: 20px;
  text-align: right;
}

.AddNotificationItem-presetsMenu-Ytltx {

  display: inline-block;
  margin: 0 5px;
}

.AddNotificationItem-presetsMenuButton-POKVo {
}

.AddNotificationItem-presetsMenuButton-POKVo::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddNotificationModalContent-notifications-wmzKT {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.NotificationEventItems-events-dl1MD {
  margin-top: 10px;
  user-select: none;
}

.EditNotificationModalContent-deleteButton-zgPAx {

  margin-right: auto;
}

.EditNotificationModalContent-message-TWNtp {

  margin-bottom: 30px;
}

.Notification-notification-UPK7V {

  width: 290px;
}

.Notification-name-vjjgY {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Notification-enabled-rQjVY {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.Notification-notification-UPK7V {

  width: 290px;
}

.Notification-name-vjjgY {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Notification-enabled-rQjVY {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.Notifications-notifications-nFbpD {
  display: flex;
  flex-wrap: wrap;
}

.Notifications-addNotification-MUPKM {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
}

.Notifications-center-aimuW {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.EditDelayProfileModalContent-deleteButton-IBLBk {

  margin-right: auto;
}

.DelayProfile-delayProfile-eXshH {
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  height: 30px;
  border-bottom: 1px solid var(--borderColor);
  line-height: 30px;
}

.DelayProfile-column-QGVxD {
  flex: 0 0 200px;
}

.DelayProfile-actions-qipWX {
  display: flex;
}

.DelayProfile-dragHandle-j8RVk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  text-align: center;
  cursor: grab;
}

.DelayProfile-dragIcon-oPeXV {
  top: 0;
}

.DelayProfile-isDragging-B6sbj {
  opacity: 0.25;
}

.DelayProfile-editButton-wv0Wk {
  width: 40px;
  text-align: center;
}

.DelayProfileDragPreview-dragPreview-addkn {
  opacity: 0.75;
}

.DelayProfileDragSource-delayProfileDragSource-RZyIB {
  padding: 4px 0;
}

.DelayProfileDragSource-delayProfilePlaceholder-GSTr5 {
  width: 100%;
  height: 30px;
  border-bottom: 1px dotted #aaa;
}

.DelayProfileDragSource-delayProfilePlaceholderBefore-jVKmf {
  margin-bottom: 8px;
}

.DelayProfileDragSource-delayProfilePlaceholderAfter-q93hD {
  margin-top: 8px;
}

.DelayProfiles-horizontalScroll-CWdci {
  overflow-x: auto;
}

.DelayProfiles-delayProfiles-hoyqr {
  user-select: none;
}

.DelayProfiles-delayProfilesHeader-yAz4j {
  display: flex;
  margin-bottom: 10px;
  font-weight: bold;
}

.DelayProfiles-column-Ycnjz {
  flex: 0 0 200px;
}

.DelayProfiles-tags-ipx5u {
  flex: 1 0 auto;
}

.DelayProfiles-addDelayProfile-_z7mB {
  display: flex;
  justify-content: flex-end;
}

.DelayProfiles-addButton-iFXnd {
  width: 40px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .DelayProfiles-horizontalScroll-CWdci {
    overflow-y: hidden;
    width: 100%;
  }
}

.QualityProfileFormatItem-qualityProfileFormatItemContainer-sSQHW {
  display: flex;
  padding: 4px 0;
  width: 100%;
}

.QualityProfileFormatItem-qualityProfileFormatItem-yrgJj {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: var(--inputBackgroundColor);
}

.QualityProfileFormatItem-formatNameContainer-sDM7L {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 14px;
  width: 100%;
  font-weight: normal;
  line-height: 30px;
  cursor: text;
}

.QualityProfileFormatItem-formatName-F9UbI {
  display: flex;
  flex-grow: 1;
}

.QualityProfileFormatItem-scoreContainer-lLqJR {
  display: flex;
  flex-grow: 0;
}

.QualityProfileFormatItem-scoreInput-awUEJ {

  width: 100px;
  height: 30px;
  border: unset;
  border-radius: unset;
  background-color: unset;
}

.QualityProfileFormatItems-formats-lyjb9 {
  margin-top: 10px;
  /* TODO: This should consider the number of languages in the list */
  user-select: none;
}

.QualityProfileFormatItems-headerContainer-BuDwk {
  display: flex;
  font-weight: bold;
  line-height: 35px;
}

.QualityProfileFormatItems-headerTitle-zrt2s {
  display: flex;
  flex-grow: 1;
}

.QualityProfileFormatItems-headerScore-rwvsN {
  display: flex;
  flex-grow: 0;
  padding-left: 16px;
  width: 100px;
}

.QualityProfileFormatItems-addCustomFormatMessage-Y8Tof {
  max-width: 550px;
  color: var(--helpTextColor);
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}

.QualityProfileItem-qualityProfileItem-TEAK6 {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: var(--inputBackgroundColor);
}

  .QualityProfileItem-qualityProfileItem-TEAK6.QualityProfileItem-isInGroup-v0tnK {
    border-style: dashed;
  }

.QualityProfileItem-checkInputContainer-XOmYl {
  position: relative;
  margin-right: 4px;
  margin-bottom: 5px;
  margin-left: 8px;
}

.QualityProfileItem-checkInput-NtKME {

  margin-top: 5px;
}

.QualityProfileItem-qualityNameContainer-ws1Xl {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: normal;
  line-height: 30px;
  cursor: pointer;
}

.QualityProfileItem-qualityName-UDxBT.QualityProfileItem-isInGroup-v0tnK {
    margin-left: 14px;
  }

.QualityProfileItem-qualityName-UDxBT.QualityProfileItem-notAllowed-KHOV9 {
    color: #c6c6c6;
  }

.QualityProfileItem-createGroupButton-NYwja {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
  margin-left: 8px;
  width: 20px;
}

.QualityProfileItem-dragHandle-fkDC9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  text-align: center;
  cursor: grab;
}

.QualityProfileItem-dragIcon-G0p9C {
  top: 0;
}

.QualityProfileItem-isDragging-NU2zj {
  opacity: 0.25;
}

.QualityProfileItem-isPreview-L8xaf .QualityProfileItem-qualityName-UDxBT {
    margin-left: 14px;
  }

.QualityProfileItem-isPreview-L8xaf .QualityProfileItem-qualityName-UDxBT.QualityProfileItem-isInGroup-v0tnK {
      margin-left: 28px;
    }

.QualityProfileItemDragPreview-dragPreview-NbgaE {
  width: 380px;
  opacity: 0.75;
}

.QualityProfileItem-qualityProfileItem-TEAK6 {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: var(--inputBackgroundColor);
}

  .QualityProfileItem-qualityProfileItem-TEAK6.QualityProfileItem-isInGroup-v0tnK {
    border-style: dashed;
  }

.QualityProfileItem-checkInputContainer-XOmYl {
  position: relative;
  margin-right: 4px;
  margin-bottom: 5px;
  margin-left: 8px;
}

.QualityProfileItem-checkInput-NtKME {

  margin-top: 5px;
}

.QualityProfileItem-qualityNameContainer-ws1Xl {
  display: flex;
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: normal;
  line-height: 30px;
  cursor: pointer;
}

.QualityProfileItem-qualityName-UDxBT.QualityProfileItem-isInGroup-v0tnK {
    margin-left: 14px;
  }

.QualityProfileItem-qualityName-UDxBT.QualityProfileItem-notAllowed-KHOV9 {
    color: #c6c6c6;
  }

.QualityProfileItem-createGroupButton-NYwja {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
  margin-left: 8px;
  width: 20px;
}

.QualityProfileItem-dragHandle-fkDC9 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  text-align: center;
  cursor: grab;
}

.QualityProfileItem-dragIcon-G0p9C {
  top: 0;
}

.QualityProfileItem-isDragging-NU2zj {
  opacity: 0.25;
}

.QualityProfileItem-isPreview-L8xaf .QualityProfileItem-qualityName-UDxBT {
    margin-left: 14px;
  }

.QualityProfileItem-isPreview-L8xaf .QualityProfileItem-qualityName-UDxBT.QualityProfileItem-isInGroup-v0tnK {
      margin-left: 28px;
    }

.QualityProfileItemGroup-qualityProfileItemGroup-uZqur {
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: var(--inputBackgroundColor);
}

  .QualityProfileItemGroup-qualityProfileItemGroup-uZqur.QualityProfileItemGroup-editGroups-jmmBq {
    background: var(--inputBackgroundColor);
  }

.QualityProfileItemGroup-qualityProfileItemGroupInfo-Kou2X {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.QualityProfileItemGroup-checkInputContainer-XDuB_ {

  display: flex;
  align-items: center;
}

.QualityProfileItemGroup-checkInput-bCDDy {
}

.QualityProfileItemGroup-nameInput-WZ6mI {

  margin-top: 4px;
  margin-right: 10px;
}

.QualityProfileItemGroup-nameContainer-WXC2r {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.QualityProfileItemGroup-name-mH2mG {
  flex-shrink: 0;
}

.QualityProfileItemGroup-name-mH2mG.QualityProfileItemGroup-notAllowed-ESbqc {
    color: #c6c6c6;
  }

.QualityProfileItemGroup-groupQualities-ANIg_ {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 2px 0 2px 10px;
}

.QualityProfileItemGroup-qualityNameContainer-lwJWU {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 2px;
  font-weight: normal;
}

.QualityProfileItemGroup-qualityNameLabel-nMell {

  cursor: pointer;
}

.QualityProfileItemGroup-deleteGroupButton-p85Qd {

  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 5px;
  margin-left: 8px;
  width: 20px;
}

.QualityProfileItemGroup-dragHandle-NSzyO {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  text-align: center;
  cursor: grab;
}

.QualityProfileItemGroup-dragIcon-rmBVO {
  top: 0;
}

.QualityProfileItemGroup-isDragging-JtSGM {
  opacity: 0.25;
}

.QualityProfileItemGroup-items-B4dxR {
  margin: 0 50px 0 35px;
}

.QualityProfileItemDragSource-qualityProfileItemDragSource-NwZEi {
  padding: 4px 0;
}

.QualityProfileItemDragSource-qualityProfileItemPlaceholder-ORYGX {
  width: 100%;
  height: 30px;
  border: 1px dotted #aaa;
  border-radius: 4px;
}

.QualityProfileItemDragSource-qualityProfileItemPlaceholderBefore-BWGOW {
  margin-bottom: 8px;
}

.QualityProfileItemDragSource-qualityProfileItemPlaceholderAfter-oWcx8 {
  margin-top: 8px;
}

.QualityProfileItems-editGroupsButton-d3Isx {

  margin-top: 10px;
}

.QualityProfileItems-editGroupsButtonIcon-JdP1h {
  margin-right: 8px;
}

.QualityProfileItems-qualities-EdMt0 {
  margin-top: 10px;
  transition: min-height 200ms;
  user-select: none;
}

.EditQualityProfileModalContent-formGroupsContainer-hjomj {
  display: flex;
  flex-wrap: wrap;
}

.EditQualityProfileModalContent-formGroupWrapper-RN2SQ,
.EditQualityProfileModalContent-formatItemLarge-gnp2n {
  flex: 0 0 calc(650px - 100px);
}

.EditQualityProfileModalContent-deleteButtonContainer-SvWk_ {
  margin-right: auto;
}

.EditQualityProfileModalContent-formatItemSmall-MG3__ {
  display: none;
}

@media only screen and (max-width: calc(1200px + 100px)) {
  .EditQualityProfileModalContent-formGroupsContainer-hjomj {
    display: block;
  }

  .EditQualityProfileModalContent-formatItemSmall-MG3__ {
    display: block;
  }

  .EditQualityProfileModalContent-formatItemLarge-gnp2n {
    display: none;
  }
}

.QualityProfile-qualityProfile-jkXPx {

  width: 300px;
}

.QualityProfile-nameContainer-pK4Yv {
  display: flex;
  justify-content: space-between;
}

.QualityProfile-name-jAtfw {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.QualityProfile-cloneButton-Y4jVX {

  height: 36px;
}

.QualityProfile-qualities-XTEvs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.QualityProfile-tooltipLabel-jEOdt {

  margin: 0;
  border: none;
}

.QualityProfile-qualityProfile-jkXPx {

  width: 300px;
}

.QualityProfile-nameContainer-pK4Yv {
  display: flex;
  justify-content: space-between;
}

.QualityProfile-name-jAtfw {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.QualityProfile-cloneButton-Y4jVX {

  height: 36px;
}

.QualityProfile-qualities-XTEvs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.QualityProfile-tooltipLabel-jEOdt {

  margin: 0;
  border: none;
}

.QualityProfiles-qualityProfiles-Npuli {
  display: flex;
  flex-wrap: wrap;
}

.QualityProfiles-addQualityProfile-L9M_D {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
  font-size: 45px;
}

.QualityProfiles-center-_sP2Z {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.EditReleaseProfileModalContent-deleteButton-tiNge {

  margin-right: auto;
}

.EditReleaseProfileModalContent-tagInternalInput-oAV2V {

  flex: 0 0 100%;
}

.ReleaseProfile-releaseProfile-xZshn {

  width: 290px;
}

.ReleaseProfile-enabled-ONDE6 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.ReleaseProfile-name-wdLX9 {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.ReleaseProfile-label-vqN2B {

  max-width: 100%;
}

.ReleaseProfile-releaseProfile-xZshn {

  width: 290px;
}

.ReleaseProfile-enabled-ONDE6 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.ReleaseProfile-name-wdLX9 {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.ReleaseProfile-label-vqN2B {

  max-width: 100%;
}

.ReleaseProfiles-releaseProfiles-kkFx2 {
  display: flex;
  flex-wrap: wrap;
}

.ReleaseProfiles-addReleaseProfile-Cxevu {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
}

.ReleaseProfiles-center-ubhNh {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.QualityDefinition-qualityDefinition-EV5u_ {
  display: flex;
  align-content: stretch;
  margin: 5px 0;
  padding-top: 5px;
  height: 45px;
  border-top: 1px solid var(--borderColor);
}

.QualityDefinition-quality-crm2x,
.QualityDefinition-title-ZZZOU {
  flex: 0 1 250px;
  padding-right: 20px;
  line-height: 40px;
}

.QualityDefinition-sizeLimit-Wkn6n {
  flex: 0 1 500px;
  padding-right: 30px;
}

.QualityDefinition-slider-i9tTc {
  width: 100%;
  height: 20px;
}

.QualityDefinition-track-zCjk9 {
  top: 9px;
  margin: 0 5px;
  height: 3px;
  background-color: var(--sliderAccentColor);
  box-shadow: 0 0 0 #000;
}

.QualityDefinition-track-zCjk9:nth-child(3n+1) {
    background-color: #ddd;
  }

.QualityDefinition-thumb-Buzo8 {
  top: 1px;
  z-index: 0 !important;
  width: 18px;
  height: 18px;
  border: 3px solid var(--sliderAccentColor);
  border-radius: 50%;
  background-color: var(--white);
  text-align: center;
  cursor: pointer;
}

.QualityDefinition-sizes-McnDO {
  display: flex;
  justify-content: space-between;
}

.QualityDefinition-megabytesPerMinute-thTbm {
  display: flex;
  justify-content: space-between;
  flex: 0 0 400px;
}

.QualityDefinition-sizeInput-_Ky1y {

  display: inline-block;
  margin-left: 5px;
  padding: 6px;
  width: 75px;
}

@media only screen and (max-width: 768px) {
  .QualityDefinition-qualityDefinition-EV5u_ {
    flex-wrap: wrap;
    height: auto;
  }

    .QualityDefinition-qualityDefinition-EV5u_:first-child {
      border-top: none;
    }

  .QualityDefinition-qualityDefinition-EV5u_:first-child {
    border-top: none;
  }

  .QualityDefinition-quality-crm2x {
    font-weight: bold;
    line-height: inherit;
  }

  .QualityDefinition-sizeLimit-Wkn6n {
    margin-top: 10px;
  }
}

.QualityDefinitions-header-zPMYR {
  display: flex;
  font-weight: bold;
}

.QualityDefinitions-quality-YI2P0,
.QualityDefinitions-title-Xzibg {
  flex: 0 1 250px;
}

.QualityDefinitions-sizeLimit-MyefH {
  flex: 0 1 500px;
}

.QualityDefinitions-megabytesPerMinute-a9_A5 {
  flex: 0 0 250px;
}

.QualityDefinitions-sizeLimitHelpTextContainer-GMjYa {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  max-width: 1000px;
}

.QualityDefinitions-sizeLimitHelpText-yMOuO {
  max-width: 500px;
  color: var(--helpTextColor);
}

@media only screen and (max-width: 768px) {
  .QualityDefinitions-header-zPMYR {
    display: none;
  }
    .QualityDefinitions-definitions-acRUM:first-child {
      border-top: none;
    }
}

.ResetQualityDefinitionsModalContent-messageContainer-4w7E0 {
  margin-bottom: 20px;
}

.Settings-link-errh1 {

  border-bottom: 1px solid #e5e5e5;
  color: var(--textColor);
  font-size: 21px;
}

  .Settings-link-errh1:hover {
    color: #616573;
    text-decoration: none;
  }

.Settings-summary-eUl9k {
  margin-top: 10px;
  margin-bottom: 30px;
  color: var(--helpTextColor);
}

.AddSpecificationItem-specification-NieD2 {

  position: relative;
  width: 300px;
  height: 100px;
}

.AddSpecificationItem-underlay-RIODZ {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.AddSpecificationItem-overlay-ag9EZ {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.AddSpecificationItem-overlay-ag9EZ a,
  .AddSpecificationItem-overlay-ag9EZ button {
    pointer-events: all;
  }

.AddSpecificationItem-overlay-ag9EZ {

  padding: 10px;
}

.AddSpecificationItem-name-hPY01 {
  text-align: center;
  font-weight: lighter;
  font-size: 24px;
}

.AddSpecificationItem-actions-UG_vZ {
  margin-top: 20px;
  text-align: right;
}

.AddSpecificationItem-presetsMenu-Xl4AW {

  display: inline-block;
  margin: 0 5px;
}

.AddSpecificationItem-presetsMenuButton-ZVH9g {
}

.AddSpecificationItem-presetsMenuButton-ZVH9g::after {
    margin-left: 5px;
    content: '\25BE';
  }

.AddSpecificationModalContent-specifications-c_llu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.EditSpecificationModalContent-deleteButton-dR0rN {

  margin-right: auto;
}

.Specification-autoTagging-eWXw_ {

  width: 300px;
}

.Specification-nameContainer-nI8Ky {
  display: flex;
  justify-content: space-between;
}

.Specification-name-DJkOw {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.Specification-cloneButton-NjYsY {

  height: 36px;
}

.Specification-labels-hsKc3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.Specification-tooltipLabel-bhJXn {

  margin: 0;
  border: none;
}

.AutoTagging-autoTagging-vkEJc {

  width: 300px;
}

.AutoTagging-nameContainer-b06qv {
  display: flex;
  justify-content: space-between;
}

.AutoTagging-name-siJT3 {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.AutoTagging-cloneButton-zxltW {

  height: 36px;
}

.AutoTagging-formats-Q02RV {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.AutoTagging-tooltipLabel-lyXVZ {

  margin: 0;
  border: none;
}

.EditAutoTaggingModalContent-deleteButton-IqN1V {

  margin-right: auto;
}

.EditAutoTaggingModalContent-rightButtons-FQU6u {
  justify-content: flex-end;
  margin-right: auto;
}

.EditAutoTaggingModalContent-addSpecification-FAAat {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
  font-size: 45px;
}

.EditAutoTaggingModalContent-center-x4Ueu {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.AutoTagging-autoTagging-vkEJc {

  width: 300px;
}

.AutoTagging-nameContainer-b06qv {
  display: flex;
  justify-content: space-between;
}

.AutoTagging-name-siJT3 {
  overflow: hidden !important;
  max-width: 100%;
  /* 1 */
  text-overflow: ellipsis !important;
  white-space: nowrap !important;

  margin-bottom: 20px;
  font-weight: 300;
  font-size: 24px;
}

.AutoTagging-cloneButton-zxltW {

  height: 36px;
}

.AutoTagging-formats-Q02RV {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  pointer-events: all;
}

.AutoTagging-tooltipLabel-lyXVZ {

  margin: 0;
  border: none;
}

.AutoTaggings-autoTaggings-l32Gg {
  display: flex;
  flex-wrap: wrap;
}

.AutoTaggings-addAutoTagging-CgYiY {

  background-color: var(--cardAlternateBackgroundColor);
  color: var(--gray);
  text-align: center;
  font-size: 45px;
}

.AutoTaggings-center-xDaiv {
  display: inline-block;
  padding: 5px 20px 0;
  border: 1px solid var(--borderColor);
  border-radius: 4px;
  background-color: var(--cardCenterBackgroundColor);
}

.TagDetailsModalContent-items-B5hu6 {
  display: flex;
  flex-wrap: wrap;
}

.TagDetailsModalContent-item-kiFnZ {
  flex: 0 0 100%;
}

.TagDetailsModalContent-restriction-hY7YJ {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--borderColor);
}

.TagDetailsModalContent-restriction-hY7YJ:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }

.TagDetailsModalContent-deleteButton-Zhy3Y {

  margin-right: auto;
}

.Tag-tag-B2rUn {

  flex: 150px 0 1;
}

.Tag-label-jmGXS {
  margin-bottom: 20px;
  white-space: nowrap;
  font-weight: 300;
  font-size: 24px;
}

.Tags-tags-MyS6m {
  display: flex;
  flex-wrap: wrap;
}

.RestoreBackupModalContent-additionalInfo-Xoijl {
  flex-grow: 1;
  color: #777;
}

.RestoreBackupModalContent-steps-cQe_F {
  margin-top: 20px;
}

.RestoreBackupModalContent-step-ydzZd {
  display: flex;
  font-size: 16px;
  line-height: 20px;
}

.RestoreBackupModalContent-stepState-n5Yp1 {
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  composes: ModalFooter-modalFooter-wjkx5;

  flex-wrap: wrap;
}

.BackupRow-type-cEm0B {

  width: 20px;
  text-align: center;
}

.BackupRow-actions-jEOfc {

  width: 70px;
}

.LogsTableDetailsModal-detailsText-qjU64 {

  display: block;
  margin: 0 0 10.5px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: var(--logEventsBackgroundColor);
  color: var(--textColor);
  white-space: pre;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
  font-family: "Ubuntu Mono", Menlo, Monaco, Consolas, "Courier New", monospace;;
  line-height: 1.52857143;
}

.LogsTableRow-level-nTilo {

  width: 20px;
}

.LogsTableRow-info-ZdpwB {
  color: #1e90ff;
}

.LogsTableRow-debug-tF08B {
  color: #808080;
}

.LogsTableRow-trace-nN2fD {
  color: #d3d3d3;
}

.LogsTableRow-warn-Gc7Iz {
  color: var(--warningColor);
}

.LogsTableRow-error-qpcON {
  color: var(--dangerColor);
}

.LogsTableRow-fatal-SMfsG {
  color: var(--purple);
}

.LogsTableRow-actions-yQCnd {

  width: 45px;
}

.LogFilesTableRow-download-sxjYG {

  width: 100px;
}

.About-descriptionList-Ubr6l {

  margin-bottom: 10px;
}

.DiskSpace-space-Pgv0A {

  width: 150px;
}

.Health-legend-aUEiW {
  display: flex;
  justify-content: space-between;
}

.Health-loading-qxbW3 {

  margin-top: 2px;
  margin-left: 10px;
  text-align: left;
}

.Health-status-QbfEq {
  width: 20px;
}

.Health-healthOk-mf6pA {
  margin-bottom: 25px;
}

.QueuedTaskRow-trigger-TgEBj {

  width: 50px;
}

.QueuedTaskRow-triggerContent-IhBio {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.QueuedTaskRow-commandName-UaZEm {
  display: inline-block;
  min-width: 220px;
}

.QueuedTaskRow-userAgent-Bf3PU {
  color: #b0b0b0;
}

.QueuedTaskRow-queued-MHcI5,
.QueuedTaskRow-started-oukkt,
.QueuedTaskRow-ended-TBdCJ {

  width: 180px;
}

.QueuedTaskRow-duration-EJQc1 {

  width: 100px;
}

.QueuedTaskRow-actions-QYryf {

  width: 60px;
}

.ScheduledTaskRow-interval-pe_BC {

  width: 150px;
}

.ScheduledTaskRow-lastExecution-Xf4fD,
.ScheduledTaskRow-lastDuration-MKdDv,
.ScheduledTaskRow-nextExecution-dSCD3 {

  width: 180px;
}

.ScheduledTaskRow-actions-t2m8V {

  width: 20px;
}

.Updates-messageContainer-nvvHm {
  display: flex;
  margin-bottom: 20px;
}

.Updates-upToDateIcon-jwFdy {
  color: #37bc9b;
  font-size: 30px;
}

.Updates-message-zg2_G {
  padding-left: 5px;
  font-size: 18px;
  line-height: 30px;
}

.Updates-loading-bdWcM {

  margin-top: 5px;
  margin-left: auto;
}

.Updates-update-m07_m {
  margin-top: 20px;
}

.Updates-info-KSvcv {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.Updates-version-RDMv4 {
  font-size: 21px;
}

.Updates-space-lc7tw {
  padding: 0 5px;
}

.Updates-date-NpIbP {
  font-size: 16px;
}

.Updates-label-hat6K {

  margin-left: 10px;
  font-size: 14px;
}

.CutoffUnmetRow-episode-A6LZz,
.CutoffUnmetRow-languages-GJLvA,
.CutoffUnmetRow-status-gMMPe {

  width: 100px;
}

.MissingRow-episode-zsOfe,
.MissingRow-status-okItJ {

  width: 100px;
}

html,
body {
  height: 100%; /* needed for proper layout */
}

body {
  overflow: hidden;
  background-color: var(--pageBackground);
}

@media only screen and (max-width: 768px) {
  body {
    overflow-y: auto;
  }
}


/*# sourceMappingURL=styles.css.map*/