:root {
  --main-bc: #343434;
  --main-toolbar-bc: #292929;
  --color-main-red: #ff0f1b;
  --color-main-green: #1dff8d;
  --color-main-blue: #0091ff;
  --color-main-yellow: #fec218;
  --bc-table: #202020;
  --bc-table-row-even: #191919;
  --bc-table-hover: #090909;
  --table-border: #606060;
  --text-shadow: 7px 7px 7px #000, 3px 3px 90px rgba(245, 255, 245, 0.5), -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 3px 3px 0 #000;
  --btn-shadow: 0 4px 35px 2px hsla(0, 0%, 100%, 0.45)
}

* {
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  padding: 0
}

body {
  background-color: var(--main-bc);
  min-height: 100vh;
  min-width: min-content
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

::selection {
  background: #fff;
  color: #000
}

::-moz-selection {
  background: #fff;
  color: #000
}

i {
  color: #777
}

#fileUploadControlsDiv {
  align-items: center;
  column-gap: 0;
  display: flex;
  flex-wrap: wrap
}

#bankNameSelect {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  box-sizing: border-box;
  font-weight: 600;
  padding-left: 1.4rem;
  padding-right: 2rem
}

.transactions-table-container .colonnesBanque, .transactions-table-container .colonnesUtilisateur {
  position: absolute;
  z-index: 10000
}

.transactions-table-container:focus-within .row:hover:not(:focus-within) {
  filter: none;
  opacity: .45
}

.transactions-table-container:focus-within .row:not(:focus-within) {
  filter: blur(1px);
  opacity: .2
}

.row .rowLabel.isInitState svg path {
  stroke: #535353
}

.row:hover .rowLabel:not(.isAutomated) svg text {
  fill: #cdcdcd
}

.row:hover .rowLabel.isAutomated svg path {
  stroke: #a0a0a0
}

.row:hover .rowLabel.isInitState svg path {
  stroke: var(--color-main-yellow)
}

.row:focus-within {
  background-color: #000
}

.row:not(:focus-within).date-isSameAsPrev:hover .date {
  color: #cdcdcd
}

.row:focus-within .date {
  color: #fff
}

.row:focus-within .rowLabel.isIgnored svg path {
  stroke: #505050
}

.row:focus-within .rowLabel.isInitState svg path {
  stroke: var(--color-main-yellow)
}

.row:focus-within .rowLabel:not(.isAutomated) svg text {
  fill: #fff
}

.row:focus-within .rowLabel.isIgnored:hover svg path {
  stroke: #afafaf
}

.row:focus-within .rowLabel.isAutomated:hover svg path {
  stroke: #f5f5f5
}

polygon {
  transition-duration: .4s
}

.autocomplete:focus-within polygon:first-of-type {
  transform: translate(12px, 4px) rotate(90deg)
}

.retrait .autocomplete:focus-within polygon {
  fill: var(--color-main-red)
}

.depot .autocomplete:focus-within polygon {
  fill: var(--color-main-green)
}

.depot label, .depot svg path {
  color: var(--color-main-green)
}

.retrait label, .retrait svg path {
  color: var(--color-main-red)
}

input[type=search] {
  background: #000 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iIzVGNjM2OCI+PHBhdGggZD0iTTE1LjUgMTRoLS43OWwtLjI4LS4yN0E2LjQ3MSA2LjQ3MSAwIDAgMCAxNiA5LjUgNi41IDYuNSAwIDEgMCA5LjUgMTZjMS42MSAwIDMuMDktLjU5IDQuMjMtMS41N2wuMjcuMjh2Ljc5bDUgNC45OUwyMC40OSAxOWwtNC45OS01em0tNiAwQzcuMDEgMTQgNSAxMS45OSA1IDkuNVM3LjAxIDUgOS41IDUgMTQgNy4wMSAxNCA5LjUgMTEuOTkgMTQgOS41IDE0eiIvPjwvc3ZnPg==) no-repeat 0;
  background-position-x: 97%;
  border: 2px solid #606060;
  min-width: 215px;
  padding: 15px 35px 15px 25px
}

input[type=search]:focus {
  background-color: #000;
  border-color: #fff;
  box-shadow: 0 0 20px 1px hsla(0, 0%, 100%, .4)
}

input[type=search]:hover {
  border-color: #999
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none
}

table {
  background-color: var(--bc-table);
  border-color: #454545 #434343 #434343 #454545;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 8px 34px 1px rgba(0, 0, 0, .55), 8px 10px 38px 3px rgba(0, 0, 0, .45);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 97%
}

tr {
  height: 75px;
  min-height: 75px
}

tr:nth-child(2n) {
  background-color: var(--bc-table-row-even)
}

tr:hover {
  background-color: var(--bc-table-hover)
}

th {
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 30px;
  white-space: nowrap
}

td {
  border-top: 1px solid #585858;
  font-size: 100%;
  padding: 20px;
  text-align: center;
  width: auto
}

td:focus {
  background-color: #000;
  border-bottom: 2px solid #fff;
  outline: none
}

table label {
  color: grey;
  font-size: 72%;
  font-weight: 400;
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 2
}

a, button, li {
  color: #f7f7f7;
  font-size: 16pt;
  font-weight: 500;
  text-decoration: none
}

button {
  -webkit-appearance: none;
  background-color: var(--color-main-green);
  border: 2px solid transparent;
  color: #000;
  cursor: pointer;
  margin: 0;
  min-height: 54px;
  outline: none;
  padding: .55em 1.2em;
  transition: all .25s ease-in-out
}

button:focus, button:hover {
  background-color: var(--bc-table-hover);
  border: 2px solid var(--color-main-green);
  box-shadow: var(--btn-shadow);
  color: #fff;
  text-shadow: var(--text-shadow)
}

button:focus svg, button:hover svg {
  fill: #fff;
  transition: .5s
}

button:focus svg path, button:hover svg path {
  fill: #fff;
  transition: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--main-toolbar-bc);
  border: 2px solid var(--color-main-green);
  border-radius: 0;
  color: #f5f5f5;
  font-size: 16pt;
  font-weight: 600;
  margin: 0;
  min-height: 54px;
  min-width: -moz-max-content;
  min-width: max-content;
  outline: none;
  padding: .55em;
  text-align-last: center
}

select:focus, select:hover {
  background-color: var(--bc-table-hover);
  box-shadow: 0 4px 35px 2px hsla(0, 0%, 100%, .45);
  transition: all .3s ease-in-out
}

select option {
  background: #000
}

.divider {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 45px 50px
}

.transactions-table-container {
  padding: 1px 0 35px;
  position: relative
}

.file-upload__container {
  padding: 45px 50px;
  text-align: center
}

.file-upload__input {
  display: none
}

.file-upload__label {
  color: #e5e5e5;
  font-size: 1em;
  max-width: 100%;
  padding-top: 2em;
  text-align: center
}

.rowLabel {
  border-left: 1px solid transparent;
  cursor: pointer;
  padding: 0 1px 0 6px;
  width: 21px
}

.rowLabel svg text {
  fill: #646464
}

.rowLabel:hover svg text {
  fill: #fff
}

.rowLabel.isAutomated svg text {
  fill: #000
}

.rowLabel:hover svg path {
  stroke: #848484
}

.date {
  position: relative;
  width: 121px
}

td.date, td.facture, td.note {
  font-size: 90%
}

td .datepicker-input {
  cursor: default;
  padding-left: 5px;
  padding-right: 0
}

.datepicker-input::-webkit-calendar-picker-indicator {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M20 20h-4v-4h4v4zm-6-10h-4v4h4v-4zm6 0h-4v4h4v-4zM8 16H4v4h4v-4zm6 0h-4v4h4v-4zm-6-6H4v4h4v-4zm16-8v22H0V2h3v1a2 2 0 0 0 4 0V2h10v1a2 2 0 0 0 4 0V2h3zm-2 6H2v14h20V8zm-2-7a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0V1zM6 3a1 1 0 1 1-2 0V1a1 1 0 1 1 2 0v2z'/%3E%3C/svg%3E");
  border-radius: 50%;
  cursor: pointer;
  height: 1em;
  margin-left: .5rem;
  opacity: 1;
  width: 14px
}

.datepicker-input::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, .04);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .04)
}

.facture {
  width: 154px
}

.date-isSameAsPrev .date {
  color: hsla(0, 0%, 100%, 0)
}

.date-isSameAsPrev td {
  border-color: #282828
}

.description {
  width: 225px
}

td.description {
  border-bottom: none;
  font-size: 90%
}

.montant {
  border-right: 1px dashed #353535;
  font-weight: 600;
  position: relative;
  width: 175px
}

.montant.retrait, .montant.retrait input {
  color: var(--color-main-red);
  text-align: left
}

.montant.depot, .montant.depot input {
  color: var(--color-main-green);
  text-align: right
}

.topCsvRow > td {
  border-top: 5px solid #a5a5a5
}

.categorie, .description, .facture, .nom, .note, .taxe, .tps, .tvq {
  padding: 0 20px 0 4px;
  position: relative
}

.nom {
  min-width: 280px;
  padding-left: 26px;
  text-align: left
}

th.nom svg {
  height: 16px;
  margin-left: 16px;
  width: 16px
}

th.nom svg * {
  stroke: #fff
}

.categorie {
  min-width: 320px;
  padding-left: 26px;
  text-align: left
}

.taxe {
  text-align: left;
  width: 90px
}

.tps, .tvq {
  width: 72px
}

.tps input[data-value="0.00"], .tvq input[data-value="0.00"] {
  color: #777
}

.note, .note_input {
  width: 200px
}

.note input, .tps input, .tvq input {
  cursor: text
}

.input_tps, .input_tvq {
  outline: none;
  padding: 0 10px 0 2px;
  text-align: center
}

.input_tps:disabled, .input_tvq:disabled {
  cursor: not-allowed
}

.input_facture, .input_note {
  outline: none;
  padding: 0 12px 0 10px;
  text-align: center
}

td.facture label, td.note label, td.tps label, td.tvq label {
  font-size: 80%
}

td input {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 90%;
  height: 100%;
  left: 0;
  line-height: 1.25;
  padding: 5px 20px 5px 27px;
  position: absolute;
  top: 0;
  width: 100%
}

thead#transactionsHeader {
  z-index: 9999
}

thead#transactionsHeader tr {
  background-color: #292929;
  text-shadow: var(--text-shadow)
}

thead#transactionsHeader tr:hover {
  background-color: #313131;
  cursor: help
}

.nav-bar {
  align-items: center;
  background-color: var(--main-toolbar-bc);
  border-bottom: 1px solid #050505;
  display: flex;
  height: 97px;
  justify-content: space-between;
  padding: .9% 3.3%;
  transition: background-color .4s ease-in-out
}

.nav-bar:hover {
  background-color: #212121
}

.nav-bar .appName {
  align-items: center;
  display: flex
}

.nav-bar .appName h1 {
  color: gray;
  font-family: Arial, sans-serif;
  font-size: 12pt
}

.nav-bar svg {
  vertical-align: middle
}

.nav-bar .logo {
  cursor: pointer;
  height: 56px;
  margin-right: 3.3%;
  width: 56px
}

.nav-bar .toolbar {
  display: flex;
  flex-direction: row-reverse
}

.nav-bar .toolbar button {
  margin-left: 16px;
  min-height: 48px;
  padding: .2em .75em
}

::-webkit-scrollbar {
  opacity: .3;
  width: 16px
}

::-webkit-scrollbar-track {
  background: #181818;
  box-shadow: inset 0 0 6px hsla(0, 0%, 100%, .4)
}

::-webkit-scrollbar-thumb {
  background: #787878;
  border: 2px solid #b9b9b9;
  border-radius: 12px;
  min-height: 70px
}

::-webkit-scrollbar-thumb:hover {
  background: #a4a4a4;
  border: 2px solid #fff
}

#pageOverlayLoading {
  background-color: rgba(0, 0, 0, .95);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999
}

#pageOverlayLoading div:first-of-type {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 300px
}

#pageOverlayLoading h6 {
  letter-spacing: 1px;
  margin: 10vh;
  text-align: center
}

.contentSpinLoader {
  animation: spinLoader 1.2s linear infinite;
  -webkit-animation: spinLoader 1.2s linear infinite;
  background-color: #090909;
  border-radius: 50%;
  border-top: 4px solid var(--color-main-green);
  height: 100px;
  margin-bottom: auto;
  margin-top: 8%;
  width: 100px
}

@keyframes spinLoader {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn)
  }
}

#downloadedFileArrowContainer {
  animation: moveUpDown 1.3s linear infinite;
  -webkit-animation: moveUpDown 1.3s linear infinite;
  bottom: 3%;
  height: 48px;
  left: 60px;
  position: fixed;
  width: 48px
}

@keyframes moveUpDown {
  0%, to {
    bottom: 3%
  }
  50% {
    bottom: 5%
  }
}

body:focus-within #exportButton:not(:focus) {
  opacity: .07
}

.nameEditIcon {
  pointer-events: none
}

#overlayContainer, .promptDialog {
  background: rgba(0, 0, 0, .87);
  bottom: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999
}

#editNomContainer, #overlayContainer_content, .promptContainer {
  background-color: #303030;
  border: 2px solid #404040;
  border-radius: 20px;
  box-shadow: 0 0 100px 4px hsla(0, 0%, 100%, .23);
  height: max-content;
  margin: 7% auto;
  padding: 50px 80px;
  position: relative;
  width: max-content;
  z-index: 1000000
}

#editNomContainer {
  width: 650px
}

#editNomClose, #overlayContent_ExitButton, .promptCloseBtn {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: larger;
  padding: 0;
  position: absolute;
  right: 3%;
  text-shadow: var(--text-shadow);
  top: 1.5%
}

#editNomClose:hover, #overlayContent_ExitButton:hover, .promptCloseBtn:hover {
  color: #b1b1b1;
  text-shadow: none;
  transition: .35s
}

#editNomInput {
  background-color: #343434;
  border: 4px solid #626262;
  font-size: 16pt;
  margin: 10px 0 20px;
  padding: 20px;
  width: 100%
}

#editNomInput:hover {
  background-color: #202020;
  border-color: #999
}

#editNomInput:focus {
  background-color: #000;
  border-color: #d9d9d9
}

#editNomButtonsContainer {
  align-content: flex-end;
  display: flex;
  justify-content: space-between
}

#supprimerNomBtn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: grey;
  padding: 0
}

#supprimerNomBtn:hover {
  color: #fff
}

#checkboxesContainer_fieldset {
  border: 4px solid #454545;
  margin-top: 35px;
  min-width: 460px;
  padding: 10px 12px;
  width: max-content
}

#overlayContainer_content legend {
  color: #a5a5a5;
  font-size: 1.1rem
}

#overlayContainer_content button {
  z-index: 1000000
}

#checkboxesContainer_fieldset div {
  align-items: center;
  display: flex;
  padding: 5px 10px
}

#checkboxesContainer_fieldset label {
  padding-left: 10px
}

#overlayContainer_buttons {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px
}

#overlayContainer_buttons button {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .9)
}

.bottom-container {
  align-items: flex-end;
  flex-direction: row;
  justify-content: center;
  padding: 45px 50px 110px
}

.bottom-container #exportButton {
  box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, .9);
  margin-right: 105px;
  outline: 1px solid var(--main-bc)
}

.bottom-container:focus-within svg.focusArrow-curved {
  visibility: visible
}

svg.focusArrow-curved {
  fill: var(--color-main-green);
  stroke-width: 4px;
  stroke-opacity: 1;
  stroke: #000;
  height: 100px;
  margin-right: 5px;
  transform: rotateX(-180deg);
  visibility: hidden;
  width: 100px
}

@media (max-width: 613px) {
  .file-upload__container button, .file-upload__container select {
    width: 100%
  }
}

@media (max-width: 1590px) {
  table {
    font-size: 85%;
    width: 100%
  }

  th {
    letter-spacing: 0
  }

  .rowLabel {
    padding: 0
  }

  .categorie, .date, .description, .facture, .montant, .nom, .note, .taxe, .tps, .tvq {
    padding: 30px 9px
  }

  .rowLabel {
    min-width: 10px
  }

  .date {
    min-width: 75px
  }

  .description {
    min-width: 138px
  }

  .montant {
    min-width: 121px;
    padding-right: 26px
  }

  .nom {
    min-width: 190px;
    width: 24%
  }

  th.nom {
    padding-left: 26px
  }

  .categorie {
    min-width: 190px;
    width: 25%
  }

  th.categorie {
    padding-left: 26px
  }

  .taxe, .tps, .tvq {
    min-width: 80px
  }

  .note {
    min-width: 150px;
    width: 15%
  }
}

@media (max-width: 1203px) {
  table {
    font-size: 75%
  }

  .categorie, .date, .description, .facture, .montant, .nom, .note, .taxe, .tps, .tvq {
    padding: 30px 5px
  }

  .rowLabel {
    min-width: 10px
  }

  .date {
    min-width: 65px
  }

  .description {
    min-width: 120px
  }

  .montant {
    min-width: 121px;
    padding-right: 26px
  }

  .nom {
    min-width: 165px;
    width: 24%
  }

  th.nom {
    padding-left: 26px
  }

  .categorie {
    min-width: 160px;
    width: 25%
  }

  th.categorie {
    padding-left: 26px
  }

  .taxe {
    min-width: 75px
  }

  .tps, .tvq {
    min-width: 50px
  }

  .note {
    min-width: 110px;
    width: 15%
  }
}

.promptContainer {
  margin: 5% auto;
  max-width: 850px;
  min-width: 820px
}

.promptContainer div.promptTitle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%
}

.promptContainer div.promptTitle h1 {
  font-variant: small-caps;
  text-shadow: var(--text-shadow)
}

.promptContainer div.promptTitle .promptCloseBtn {
  border: none;
  font-size: 34px;
  height: 54px;
  right: 15px;
  top: 10px;
  width: 54px
}

.promptContainer div.promptTitle .promptCloseBtn:focus, .promptContainer div.promptTitle .promptCloseBtn:hover {
  background: none;
  box-shadow: none;
  color: #b1b1b1;
  text-shadow: none
}

.promptContainer .promptMessage {
  font-family: monospace;
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%
}

.promptContainer .promptMessage summary {
  color: #d5d5d5;
  cursor: pointer;
  outline: none
}

.promptContainer .promptMessage .details {
  background-color: #292929;
  border-radius: 10px;
  color: #fff;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  margin-top: 4px;
  max-height: 290px;
  overflow-y: auto;
  padding: 20px 5px 20px 15px
}

.promptContainer span {
  color: var(--color-main-yellow);
  font-style: italic
}

.promptContainer mark {
  background-color: var(--color-main-yellow);
  color: #000
}

.promptContainer div.promptInput {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: calc(100% - 2px)
}

.promptContainer div.promptInput label {
  color: #777;
  text-align: left
}

.promptContainer div.promptInput .descriptionText {
  background-color: var(--bc-table);
  border: 1px solid var(--main-toolbar-bc);
  color: #505050;
  font-size: large;
  margin-top: 7px;
  outline: 2px solid #000;
  padding: 15px 12px
}

.promptContainer div.promptInput .descriptionText::selection {
  background: #fff;
  color: #000
}

.promptContainer div.promptInput .descriptionText:focus, .promptContainer div.promptInput .descriptionText:hover {
  background-color: var(--bc-table-row-even)
}

.promptContainer div.promptInput .descriptionText:focus {
  outline: 2px solid var(--color-main-yellow)
}

.promptContainer div.promptButtons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%
}

.promptContainer .promptBtn {
  background-color: var(--table-border);
  border: 4px solid transparent;
  color: #000;
  transition: all .1s
}

.promptContainer .promptBtn:focus, .promptContainer .promptBtn:hover {
  border: 4px solid #000;
  color: #000;
  text-shadow: none
}

.promptContainer .promptBtn.promptConfirmBtn:focus, .promptContainer .promptBtn.promptConfirmBtn:hover {
  background-color: var(--color-main-yellow);
  border-color: #000
}

.promptContainer .switch {
  padding: 20px
}

.promptContainer .switch:focus-within {
  outline: 2px solid var(--color-main-yellow)
}

.promptContainer .switchStateOff, .promptContainer .switchStateOn {
  font-style: normal
}

.switch, .switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.switch label {
  cursor: pointer
}

.switch label input[type=checkbox] {
  height: 0;
  opacity: 0;
  width: 0
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #ffb805
}

.switch label input[type=checkbox]:checked + .lever:after, .switch label input[type=checkbox]:checked + .lever:before {
  left: 24px
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: var(--color-main-yellow)
}

.switch label .lever {
  background-color: #000;
  border-radius: 15px;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 16px;
  position: relative;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  vertical-align: middle;
  width: 42px
}

.switch label .lever:after, .switch label .lever:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  position: absolute;
  top: -3px;
  -webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
  transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
  transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
  transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
  width: 20px
}

.switch label .lever:before {
  background-color: #ffc219
}

.switch label .lever:after {
  background-color: var(--table-border);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever:before, input[type=checkbox]:checked:not(:disabled) ~ .lever:active:before {
  background-color: #d0a12a;
  -webkit-transform: scale(2.4);
  transform: scale(2.4)
}

input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever:before, input[type=checkbox]:not(:disabled) ~ .lever:active:before {
  background-color: rgba(0, 0, 0, .08);
  -webkit-transform: scale(2.4);
  transform: scale(2.4)
}

.switch input[type=checkbox][disabled] + .lever {
  background-color: rgba(0, 0, 0, .12);
  cursor: default
}

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494
}

#updateMsgBtn {
  height: 48px;
  margin-right: 18px;
  width: 48px
}

#updateMsgBtn:focus, #updateMsgBtn:hover {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 1s
}

.test-it-btn {
  background-color: #000;
  bottom: 12vh;
  position: absolute
}

.test-it-btn button {
  background-color: var(--color-main-blue);
  border-radius: 3px;
  font-size: .8em;
  min-height: min-content;
  padding: 8px 20px
}

.test-it-btn:hover button, .test-it-btn button:focus {
  background-color: #000;
  border-color: var(--color-main-blue)
}

#addTransactionRowManuallyBtn {
  background-color: var(--color-main-blue);
  border-radius: 6px;
  box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, .6);
  color: #000;
  left: 1.5%;
  position: absolute
}

#addTransactionRowManuallyBtn:focus, #addTransactionRowManuallyBtn:hover {
  background-color: #000;
  border-color: var(--color-main-blue);
  color: #fff
}

#addTransactionRowManuallyBtn:focus:after, #addTransactionRowManuallyBtn:hover:after {
  content: " Ajouter une ligne de transaction manuellement"
}

.autocomplete__wrapper {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.autocomplete__hint, .autocomplete__input {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 0;
  width: 100%
}

.autocomplete__hint {
  display: none
}

.autocomplete__input {
  background: transparent;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%
}

.autocomplete__input--default {
  padding: 5px
}

.autocomplete__input--focused {
  border-bottom: 1px solid #fff;
  outline: none
}

.autocomplete__input--show-all-values {
  cursor: pointer;
  padding: 5px 20px 5px 26px
}

.autocomplete__dropdown-arrow-down {
  display: inline-block;
  height: 24px;
  left: 5px;
  position: absolute;
  top: 44%;
  width: 24px
}

.autocomplete__menu {
  background-color: #000;
  border: 0;
  color: #fff;
  margin: 0;
  max-height: 300px;
  min-width: 100%;
  overflow-x: hidden;
  padding: 0;
  width: max-content
}

.autocomplete__menu--visible {
  display: block
}

.autocomplete__menu--hidden {
  display: none
}

.autocomplete__menu--overlay {
  border-bottom: 2px solid;
  border-left: 1px solid;
  border-radius: 8px;
  box-shadow: 0 0 12px 2px hsla(0, 0%, 100%, .65), 10px 15px 60px 0 hsla(0, 0%, 100%, .22), 0 12px 140px 0 hsla(0, 0%, 100%, .1);
  left: 0;
  position: absolute;
  top: calc(100% - 10px);
  z-index: 100
}

.autocomplete__menu--inline {
  position: relative
}

.autocomplete__option {
  border-bottom: 1px solid #777;
  border-left: 6px solid transparent;
  cursor: pointer;
  display: block;
  position: relative
}

.autocomplete__option > * {
  pointer-events: none
}

.autocomplete__option:first-of-type {
  border-top-width: 0
}

.autocomplete__option:last-of-type {
  border-bottom-width: 0
}

.autocomplete__option--odd {
  background-color: #070707
}

.autocomplete__option--focused, .autocomplete__option:hover {
  outline: none
}

.retrait .autocomplete__option:hover {
  border-color: var(--color-main-red);
  border-bottom-color: #777
}

.retrait .autocomplete__option--focused {
  background: var(--color-main-red) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='autocomplete__dropdown-arrow-down'%3E%3Cpath fill='%23000' d='M12 7 0 0v14z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 2px 65%;
  color: #000
}

.retrait .autocomplete__menu--overlay {
  border-color: var(--color-main-red)
}

.depot .autocomplete__option:hover {
  border-color: var(--color-main-green);
  border-bottom-color: #777
}

.depot .autocomplete__option--focused {
  background: var(--color-main-green) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' class='autocomplete__dropdown-arrow-down'%3E%3Cpath fill='%23000' d='M12 7 0 0v14z' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 2px 65%;
  color: #000
}

.depot .autocomplete__menu--overlay {
  border-color: var(--color-main-green)
}

.autocomplete__option--no-results {
  background-color: #000;
  color: #c1c1c1;
  cursor: default
}

.autocomplete__hint, .autocomplete__input, .autocomplete__option {
  font-family: Verdana;
  font-size: 90%;
  line-height: 1.25
}

.autocomplete__hint, .autocomplete__option {
  padding: 20px
}
