/*
! tailwindcss v3.0.22 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-2 {
  right: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.clear-both {
  clear: both;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-28 {
  height: 7rem;
}
.h-44 {
  height: 11rem;
}
.h-20 {
  height: 5rem;
}
.h-16 {
  height: 4rem;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-8 {
  width: 2rem;
}
.w-1\/2 {
  width: 50%;
}
.w-72 {
  width: 18rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-12 {
  width: 3rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-4 {
  width: 1rem;
}
.w-20 {
  width: 5rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-1\/5 {
  width: 20%;
}
.w-4\/5 {
  width: 80%;
}
.w-6 {
  width: 1.5rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.table-auto {
  table-layout: auto;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top {
  transform-origin: top;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-8 {
  gap: 2rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-transparent {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
html,
body {
    font-family: "Lato", sans-serif;
}
page[size="A4"] {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    position: relative;
}
page[size="A4"]#invoicePage {
    background: white;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
    width: 21cm;
    height: 29.7cm;
}
.width100 {
    width: 100%;
}
.print {
    display: none;
}
:root {
    --vtp-mustard: #c48d00;
    --vtp-mustard-hover: #ac7c02;
    --light-grey: #eee;
    --dark-grey: #252525;
    --very-dark-grey: rgb(159, 159, 159);

    --okay-green: rgb(5 150 105);
    --okay-lightgreen: rgb(236 255 249);
    --okay-red: rgb(185 28 28);
    --okay-lightred: rgb(255, 230, 230);
}
.bg-gray-100,
.bg-light-grey {
    background-color: var(--light-grey);
}
.okay-green {
    color: var(--okay-green);
}
.okay-red {
    color: var(--okay-red);
}
.formError {
    color: var(--okay-red);
}
a {
    color: rgba(38, 41, 47, 0.7);
}
a:hover {
    color: rgba(38, 41, 47, 1);
}
section p a {
    text-decoration: underline;
    font-weight: 400;
}
section {
    clear: both;
}
section p {
  margin-bottom: 0.75rem;
}
h1 {
    font-weight: bold;
    color: black;
    border-bottom: 1px solid var(--vtp-mustard);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.flexh1.mx-auto {
        padding: 0px;
        width: 100%;
    }
h1 {
    display: block;
}
section {
    margin-bottom: 20px;
    color: rgb(50, 50, 50);
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1.25rem;
}
#dashboard {
    display: flex;
    flex-wrap: wrap;
}
section.halfSection {
    width: 46%;
    float: left;
    margin-right: 2%;
    font-size: 0.9em;
}
#dashboard .table-end .img-modif {
    width: 13px;
}
.info {
    background-image: url("/img/info.png");
    background-repeat: no-repeat;
    background-position: center left;
    padding: 2px 2px 2px 55px;
    margin: 10px 0px;
    background-size: 40px;
    min-height: 40px;
    color: rgba(0, 0, 0, 0.6);
    font-style: italic;
}
.table-prospection .prospection-tr .item.previous .info {
    font-size: 0.6em;
}
.info a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.8);
}
.info a:hover {
    color: rgba(0, 0, 0);
}
#shortcutDashboard {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#shortcutDashboard .a-as-btn {
    white-space: nowrap;
    margin-bottom: 10px;
}
section.halfSection .table-def td {
    padding: 0.2em;
}
section.halfSection h1 {
    font-size: 1.05em;
    padding-bottom: 0;
}
nav .cinema-list {
    display: flex;
    flex-direction: row;
}
nav .home-logo {
    height: 19px;
    margin-left: 46px;
}
nav .nav-list .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    vertical-align: middle;
    line-height: inherit;
    justify-content: center;
    height: 4rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
nav .nav-list .subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
}
.table-prospection .prospection-tr .item.previous nav .nav-list .subtitle {
    font-size: 0.6em;
}
/* ---------------- page work ---------------- */
.workFolder {
    box-sizing: border-box;
    background-image: url("/img/folder.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    padding: 35px 10px 8px 11px;
    width: 224px;
    gap: 13px;
    align-content: start;
    height: 176px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}
.workFolder img {
    display: flex;
    height: 58px;
    max-width: 88px;
    border-radius: 8px;
}
.work-link {
  margin-bottom: 0.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 216 / var(--tw-border-opacity));
  padding-left: 0.5rem;
}
/* ---------------- l'app prospection ---------------- */
nav .prospection-list .item {
    width: 95px;
}
/*
Si on veut un jour masquer le menu
.prospection\.edit nav .prospection-list,.prospection\.history nav .prospection-list,.prospection\.historyFilter nav .prospection-list,.prospection nav .prospection-list,.prospection\.delete nav .prospection-list, .prospection\.add nav .prospection-list,.prospection\.valid nav .prospection-list,.prospection\.store nav .prospection-list{
    display: flex;
    flex-direction: row;
}
.prospection\.edit nav .cinema-list,.prospection\.history nav .cinema-list, .prospection\.historyFilter nav .cinema-list, .prospection nav .cinema-list, .prospection\.delete nav .cinema-list, .prospection\.add nav .cinema-list, .prospection\.valid nav .cinema-list, .prospection\.store nav .cinema-list{
    display: none;
}

.prospection\.edit nav.w-1\/5,.prospection\.history nav.w-1\/5,.prospection\.historyFilter nav.w-1\/5,.prospection nav.w-1\/5,.prospection\.delete nav.w-1\/5, .prospection\.add nav.w-1\/5, .prospection\.valid nav.w-1\/5 , .prospection\.store nav.w-1\/5 {
    display: none;
}
.prospection\.edit .w-4\/5,.prospection\.history .w-4\/5,.prospection\.historyFilter .w-4\/5,.prospection .w-4\/5,.prospection\.delete .w-4\/5, .prospection\.add .w-4\/5, .prospection\.valid .w-4\/5 , .prospection\.store .w-4\/5 {
    width: 100%;
} */
.halfSectionContainer {
    width: calc(50%);
    width: calc(50% - 20px);
    margin-left: 20px;
    float: left;
}
.halfSectionContainer:nth-child(2) {
    width: 50%;
    margin-left: 0px;
}
/* ---------------- / l'app prospection ---------------- */
.img-see-customer-form {
    display: inline-block;
    width: 20px;
}
input, select {
  margin-bottom: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.table-balance input, .table-balance select {
    border: 1px solid black;
}
.table-def, .table-def-double {
  width: 100%;
}
.table-def td, .table-def-double td {
  padding: 0.375rem;
}
table .img-modif {
    width: 20px;
    height: 20px;
    max-width: inherit;
}
.less-important {
    opacity: 0.7;
    font-style: italic;
}
.table-prospection .prospection-tr .item.previous .less-important {
    font-size: 0.6em;
}
table td.less-important {
    opacity: 0.8;
}
/* .table-def tr:first-child{
    background: #e4e4e4;
    font-weight: bold;
} */
.table-def tr:nth-child(even),
.div-table-def > div:nth-child(even) {
    background: #f8f8f8;
}
.table-def tr:nth-child(odd),
.div-table-def > div:nth-child(odd) {
    background: #f3f3f3;
}
.div-table-def div.title {
    background: #e1e1e1;
}
.table-def-double tr:nth-child(4n + 1),
.table-def-double tr:nth-child(4n + 2) {
    background: #f8f8f8;
}
.table-def-double tr:nth-child(4n + 3),
.table-def-double tr:nth-child(4n + 4) {
    background: #f3f3f3;
}
.table-def-double tr:nth-child(4n + 1),
.table-def-double tr:nth-child(4n + 2) {
    background: #f8f8f8;
}
.table-def-double tr:nth-child(4n + 3),
.table-def-double tr:nth-child(4n + 4) {
    background: #f3f3f3;
}
body section form button, [type="submit"], [type="button"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
main body section form button.mt-6, main [type="submit"].mt-6, main [type="button"].mt-6 {
        padding: 0px;
        width: 100%;
    }
body section form button,
[type="submit"],
[type="button"] {
    background-color: #ebe9e9;
}
[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 42px;
    width: 60px;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding: 0.65em;

    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
.a-as-btn, .linkSelect, .input-as-btn {
  border-width: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
main .a-as-btn.mt-6, main .linkSelect.mt-6, main .input-as-btn.mt-6 {
        padding: 0px;
        width: 100%;
    }
.a-as-btn,
.linkSelect,
.input-as-btn {
    background-color: #ebe9e9;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 8px;
}
.a-as-btn.active,
.input-as-btn.active {
    background-color: var(--vtp-mustard);
    color: white;
}
.a-as-btn.active:hover,
.input-as-btn.active:hover {
    background-color: var(--vtp-mustard-hover);
    color: white;
}
.linkSelect {
    padding-right: 2.1rem;
}
.a-as-btn:hover,
.input-as-btn:hover,
.linkSelect:hover {
    background-color: #e2e1e1;
}
aside {
    background-position: 114% -3%;
    /* background-size: 100px 100px; */
    background-size: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.flexaside.mx-auto {
        padding: 0px;
        width: 100%;
    }
aside p {
  padding: 0.75rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
aside ul {
}
aside ul li {
    padding: 8px 1rem;
    background-color: #fafafa;
    border-bottom: 1px solid white;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
aside ul li a {
    display: inline-block;
    width: 100%;
}
aside ul li:hover {
    background-color: #ededed;
}
.line-purchase-order {
    line-height: 42px;
    opacity: 0.5;
}
.line-purchase-order.active {
    opacity: 1;
}
.line-purchase-order.active .empty,
select.empty,
input.empty {
    border-color: var(--okay-red);
}
button:disabled {
    color: white;
}
.totalBroadcast {
    border: 1px solid gray;
    margin-top: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity));
    padding: 1rem;
    text-align: center;
}
main .px-3.totalBroadcast {
        padding: 0px;
        width: 100%;
    }
.line-purchase-order input {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
input:disabled {
    background-color: #f3f3f3;
}
.table-overview {
    width: 100%;
    font-size: 0.8em;
}
.table-balance {
    width: 100%;
    font-size: 0.7em;
}
.table-balance.table-def td,
.table-balance.table-def-double td {
    padding: 0.2rem;
    white-space: nowrap;
}
.table-balance .border {
    border: 1px solid black;
}
.table-overview td {
    border-collapse: collapse;
    border: 1px solid #999999;
}
.table-overview tr td:last-child {
    text-align: center;
    white-space: nowrap;
}
.table-overview tr:last-child td {
    font-size: 1.1em;
    padding: 10px;
    white-space: nowrap;
}
.table-overview .listBroadcast {
    flex-wrap: wrap;
}
.table-overviewAll {
    width: 100%;
    font-size: 0.9em;
}
.table-overviewAll td {
    text-align: center;
}
.table-overviewAll .linePaid td {
    opacity: 0.3;
}
.table-overviewAll .lineDebt td.columnDebt {
    color: var(--okay-red);
}
.sectionUnvalidatedInvoices
    .table-auto
    .unvalidatedInvoiceMain
    td:nth-child(3)
    .dateBroadcast
    span:nth-child(2) {
    font-weight: 600;
    font-size: 0.9em;
}
.listPayments {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.listPayments div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 7px;
}
.listPayments div .a-as-btn {
    margin: auto;
    height: 26px;
    width: 26px;
    padding: 0px;
}
.listPayments div span {
    height: 15px;
    line-height: 8pt;
    font-size: 8pt;
    vertical-align: middle;
}
.listPayments div .amount {
    flex: 1;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}
.listPayments div .type {
    flex: 1;

    font-size: 0.6em;
    white-space: nowrap;
    font-weight: lighter;
    font-style: italic;
    cursor: pointer;
}
.listPayments div .amount:hover {
}
.listPayments div .type:hover {
    text-decoration: line-through;
}
.listPayments div.valid1 {
    opacity: 0.6;
}
.listPayments div.valid1 .amount {
    color: var(--okay-green);
}
.totalPayments {
    font-weight: bold;
}
.totalPayments .payed {
    color: var(--okay-green);
}
.totalPayments .unpayed {
    color: #888888;
}
.totalPayments .late {
    color: var(--okay-red);
}
.mailBoxContainer {
    display: flex;
    flex-wrap: wrap;
}
.mailBox {
  margin: 0.5rem;
  text-align: center;
    width: 31%;
    font-size: smaller;
}
.mailBox .mail {
  padding: 0.5rem;
  text-align: left;
    border: 1px solid #555555;
}
.mailBox .action {
  margin-bottom: 0.5rem;
  text-align: center;
  font-style: italic;
}
.table-prospection .prospection-tr .item.previous .mailBox .action {
    font-size: 0.6em;
}
.mailCheckbox {
  margin-bottom: 0.5rem;
}
.mailButton {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.customerFilms {
    display: flex;
}
.customerFilm {
    /* width: 47%; */
    display: flex;
    flex-direction: row;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
}
/* ----------------- Release ----------------- */
.release .logo {
    float: right;
}
.release h2 {
    display: block;
    color: var(--vtp-mustard);
    border-bottom: 1px solid var(--vtp-mustard);
    font-size: 1.1em;
    font-weight: 700;
}
.release .card {
    display: block;

    page-break-inside: avoid;
}
.release .card table {
    background-color: var(--light-grey);
}
.release .hidden {
    opacity: 0.3;
}
.release .card table {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid white;
}
.week {
    margin-top: 10px;
    border: 1px solid white;
}
.release .selectedWeek {
    border: 1px solid var(--okay-green);
}
.release .selected table {
    background-color: var(--okay-lightgreen);
}
.release .selectedWeek h2 {
    padding-left: 10px;
}
.release .card table td {
    padding: 9px;
}
.release .card .buttons {
    width: 150px;
}
.release .card .buttons a {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8em;
    cursor: pointer;
}
.release .card .buttons .img-modif {
    display: inline-block;
    vertical-align: -4px;
    margin-right: 4px;
}
#releaseTotal {
    font-weight: 600;
}
.release .card .poster {
    border: 2px solid white;
    width: 100px;
    max-width: inherit;
}
.release .card .people {
    font-style: italic;
    font-weight: 300;
    margin-bottom: 5px;
    font-size: 0.8em;
}
.release .card .synopsis {
    font-size: 0.85em;
}
.release .card h3 {
    font-size: 1.2em;
    font-weight: 600;
}
.release .card h3 span {
    font-size: 0.7em;
    color: #444444;
}
/* -------------------- Prospection ------------------------- */
.prospection form {
    position: relative;
}
#div-quicksearch {
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
}
#div-quicksearch > span {
    background-repeat: no-repeat;
    background-position: -9px -5px;
    padding: 2px 4px 2px 55px;
    background-size: 57px;
    min-height: 44px;
    display: block;
    margin-bottom: 8px;
    line-height: 01.3em;
    text-align: left;
    max-width: 538px;
    /* max-height: 51px; */
    font-size: 0.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#div-quicksearch span .title {
    font-weight: 500;
}
#div-quicksearch .valid {
    background-color: var(--okay-lightgreen);
    border: 1px solid var(--okay-green);
    background-image: url("/img/okay.png");
}
#div-quicksearch .error {
    background-image: url("/img/warning.png");
    background-color: var(--okay-lightred);
    border: 1px solid var(--okay-red);
}
.addProspection {
    border-left: 1px solid #aaa;
    margin-left: 10px;
    padding-left: 10px;
}
.addProspection .actions {
    display: flex;
    flex-direction: row;
}
.table-prospection-stats td,
.table-prospection-stats th {
    text-align: center;
}
.table-prospection .prospection-tr .actions {
    margin: 0 0 0px 10px;
}
.addProspection .actions .action {
    display: flex;
    flex-direction: column;
    margin: 10px;
    text-align: center;
}
.addProspection .action .less-important {
    font-size: 0.9em;
}
.addProspection .action img {
    border: 1px solid #626262;
    border-radius: 19px;
    width: 37px;
}
.addProspection .action img:hover {
    border: 1px solid black;
}
.prospection.btn {
    text-align: center;
}
.prospectionFilter .a-as-btn {
    margin-right: 5px;
    white-space: nowrap;
}
.prospection.action h1 {
    position: relative;
}
.prospection.action h1 .action_btn {
    top: 0px;
    right: 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
}
.prospection.action h1 .action_btn a {
    margin-left: 8px;
    width: 30px;
}
.prospectionFilter {
    /*line-height: 50px;*/
}
.prospection.customer {
}
.prospection.customer button {
    display: none;
}
.prospection.action.edit .customer_id,
.prospection.action.add .customer_id,
.prospection.action.valid .customer_id,
.prospection.action.delete .customer_id,
.prospection.next.valid .customer_id {
    display: none;
}
.prospection.action.edit button,
.prospection.action.add button,
.prospection.action.valid button,
.prospection.action.delete button,
.prospection.next.valid button {
    display: none;
}
.prospection.action.edit .user,
.prospection.action.add .user,
.prospection.action.valid .user,
.prospection.action.delete .user,
.prospection.next.valid .user {
    display: none;
}
.prospection.next {
}
.prospection.add .required {
    border: 2px solid black;
}
.prospection .phones {
    padding: 0px;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.prospection .timeline .text {
    width: 100%;
}
.prospection .phones input {
    display: inline-block;
    margin-bottom: 0px;
}
.prospectionCinemas {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.prospectionCinemas .cinema {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    margin-top: 9px;
    align-items: center;
    border: 1px solid #6b7280;
}
.prospectionCinemas .cinema input,
label {
    text-align: center;
    padding: 0px;

    display: inline-block;
}
.prospectionCinemas .cinema input {
    margin: 8px 18px 2px 18px;
}
.prospectionCinemas .cinema label {
    margin: 2px 18px 8px 18px;
}
.user_flag {
    background-color: grey;
    color: white;
    padding: 0px 4px;
    margin-left: 2px;
    font-weight: 700;
    font-size: 0.8em;
}
.table-prospection .prospection-tr {
    display: flex;
    flex-direction: row;
    padding: 18px;
}
.table-prospection .prospection-tr .zones {
    position: absolute;
    top: 0;
    right: 0px;
    width: 135px;
    text-align: right;
}
.table-prospection .prospection-tr .pin {
    width: 11px;
    display: inline;
    vertical-align: -2px;
}
.table-prospection .prospection-tr .customer-infos {
    flex: 2;
    position: relative;
}
.table-prospection .prospection-tr .timeline {
    flex: 3;
    display: flex;
    flex-direction: column;
}
.table-prospection .prospection-tr .timeline .item {
    display: flex;
    flex-direction: row;
}
.table-prospection .prospection-tr .timeline .item .text {
    flex: 1;
    padding-top: 3px;
    line-height: 1.3em;
}
.table-prospection .prospection-tr .timeline .item .btn {
    padding-top: 5px;
}
.table-prospection .prospection-tr .timeline .item.previous .btn {
    padding-top: 20px;
    opacity: 0.6;
}
.table-prospection .prospection-tr .timeline .item.previous .text {
    padding-top: 0px;
    margin-top: -2px;
}
.table-prospection .prospection-tr .line {
    width: 37px;
    min-width: 37px;
    margin-right: 13px;
    margin-left: 20px;
    /* background-image: url("/img/prospectionAction_line.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: 37px; */
}
.table-prospection .prospection-tr .line img {
    width: 37px;
}
.table-prospection .img-modif {
    width: 20px;
    height: 20px;
    max-width: inherit;
}
.table-prospection .prospection-tr .user {
    width: 22px;
    font-weight: 600;
}
.table-prospection .prospection-tr .item.todo img.action {
    border: 1px solid black;
    border-radius: 19px;
}
.table-prospection .prospection-tr .item.todo .line.late img.action {
    border: 2px solid var(--okay-red);
}
.table-prospection .prospection-tr .item.previous img.action {
    border: 1px solid var(--very-dark-grey);
    border-radius: 19px;
    opacity: 0.6;
}
.table-prospection .prospection-tr .item.previous .italic {
    font-size: 0.6em;
}
.item.previous {
    color: var(--very-dark-grey);
}
.prospection-previous img {
    border: 1px solid white;
    border-radius: 19px;
}
.table-prospection .zone {
    display: inline-block;
    background-color: var(--dark-grey);
    padding: 3px;
    margin: 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.6em;
    text-align: center;
}
.table-prospection .date {
    font-weight: 700;
}
.table-prospection .name {
    font-weight: 500;
}
.table-prospection .less-important a {
    text-decoration: underline;
    text-wrap: nowrap;
}
/* ------------------ Facture ---------------- */
.table-def .link-icon {
    display: flex;
    flex-direction: column;
    height: 80px;
    flex: 1;
    justify-content: space-between;
}
.transferForm div {
    margin-bottom: 30px;
}
/* ------------------ Facture ---------------- */
/* ------------------ Facture ---------------- */
/* ------------------ Facture ---------------- */
#invoiceHtml {
    background-color: #cccccc;
}
#invoiceHtml #printBtn {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.flex.mb-4#invoiceHtml #printBtn {
        padding: 0px;
        width: 100%;
    }
#invoiceHtml #invoicePage {
    font-family: "gill-sans-nova", sans-serif;
}
#invoiceHtml #invoicePage #invoiceCustomer {
    width: 350px;
    float: right;
}
#invoiceHtml #invoicePage #invoiceBody table td {
    border: 1px solid #555555;
    border-collapse: collapse;
}
#invoiceHtml #invoicePage #invoiceBody table th {
    border: 1px solid #555555;
    font-weight: 300;
}
#invoiceHtml #invoicePage a {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
#invoiceHtml #invoicePage #totalTable tr:nth-child(3) {
    font-weight: bold;
}
#invoiceHtml #invoicePage #totalTable tr:nth-child(3) td {
    border-bottom: 1px solid black;
}
#invoiceHtml #invoicePage #totalTable tr:nth-child(5) {
    font-weight: bold;
}
#invoiceHtml #invoicePage #totalTable tr:nth-child(5) td {
    border-bottom: 1px solid black;
}
#invoiceHtml #invoicePage #totalTable tr:nth-child(6) {
    font-weight: bold;
}
#invoiceHtml #invoicePage #totalTable tr td:first-child {
    text-align: right;
    padding: 4px;
    padding-right: 0px;
}
#invoiceHtml #invoicePage #invoiceFooter {
    position: absolute;
    margin: auto;
    bottom: 10px;
    width: 100%;
}
#invoiceHtml #invoicePage #invoiceDate {
    float: right;
}
/* ------------------------------------------- */
.unvalidatedInvoiceForm input[type="checkbox"] {
    vertical-align: -14px;
}
/* ---------------------- MOBILE ------------------------------ */
/* ---------------------- MOBILE ------------------------------ */
/* ---------------------- MOBILE ------------------------------ */
.phone {
    display: none !important;
}
@media screen and (max-width: 1000px) {
    .phone {
        display: block !important;
    }
    .noPhone {
        display: none !important;
    }
    .phoneMenu {
        width: 200px;
        float: right;
        position: absolute;
        right: 0;
        z-index: 1;
        border-left: 2px solid rgb(243 244 246);
        background-color: white;
    }

    .phoneMenu aside ul li {
        padding: 6px 17px;
        text-align: center;
    }
    .phoneMenu aside p {
        font-weight: 600;
        padding: 10px 17px;
        text-align: center;
        line-height: 16px;
        border-top: 2px solid rgb(243 244 246);
    }
    .phoneMenu aside {
        margin-bottom: 0px;
    }
    main {
        width: 100% !important;
    }
    .flex.mb-4.mx-auto,
    main .px-3.mt-6 {
        padding: 0px !important;
        width: 100%;
    }

    section.halfSection {
        width: 100%;
        margin-right: 0px;
        font-size: 1em;
    }
    #shortcutDashboard .a-as-btn,
    #invoiceHtml #printBtn .a-as-btn,
    .sectionMedia .a-as-btn,
    .noPrint .a-as-btn,
    .mailButton .a-as-btn {
        white-space: pre-wrap;
        padding: 4px;
        width: 80%;
        text-align: center;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    section {
        margin-bottom: 10px;
        padding: 1rem;
        /*overflow: scroll;*/
    }
    section.sectionProspection {
        overflow: hidden;
    }

    .listBroadcast {
        flex-wrap: wrap;
    }
    .table-broadcast .div-add-second {
        width: 28px;
        margin-right: 4px;
        flex-direction: column-reverse;
    }
    .listBroadcast .broadcastBox .whiteBox {
        margin: 2px;
        padding: 2px;
        font-size: 0.7rem;
        line-height: 1.1rem;
    }

    .lineBroadcast select {
        line-height: 5px;
        width: 28px;
    }

    .table-broadcast .releases {
        font-size: 0.4em;
        padding: 5px 3px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 76px;
        text-align: center;
    }
    .lineBroadcast .secondBroadcast {
        flex-direction: row;
        padding: 2px;
    }
    .lineBroadcast .secondBroadcast .num {
        font-size: 0.6em;
    }
    .lineBroadcast .secondBroadcast .denum {
        font-size: 0.4em;
        line-height: 14px;
    }
    .table-broadcast {
        width: 106%;
        margin-left: -3%;
    }
    .table-broadcast td {
        height: inherit;
        padding: 3px 0px;
    }
    .table-broadcast tr {
        border-bottom: 1px solid #aaa;
    }
    .table-broadcast .div-date-releases {
        flex-direction: column;
        text-align: center;
    }
    .listBroadcast .broadcastBox .bubbleBroadcast {
        position: fixed;
        right: 10px;
        z-index: 10;
        bottom: 10px;
        left: 10px;
        padding: 10px;
        width: inherit;
        top: inherit;
    }
    /* ---------- liste des devis ---------- */
    .sectionUnvalidatedInvoices .table-auto {
        width: 100%;
    }
    .sectionUnvalidatedInvoices .table-auto tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 5px;
        width: 100%;
        position: relative;
    }
    .sectionUnvalidatedInvoices .table-auto td {
        display: block;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(1) {
        width: 21%;
        text-align: left;
        line-height: 16px;
        display: flex;
        flex-direction: column;
        font-size: 0.9em;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(1)
        .font-light {
        font-style: italic;
        font-size: 0.8em;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(2) {
        width: 44%;
        text-align: left;
        line-height: 16px;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(2)
        span {
        width: 100%;
        font-size: 0.9em;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(3) {
        width: 90%;
        text-align: left;
        line-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(3)
        span {
        display: inline;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(3)
        .phone {
        display: inline !important;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(3)
        .font-light {
        font-size: 0.8em;
        display: inline;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(3)
        .font-bold {
        font-weight: 600;
        font-size: 0.9em;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(4) {
        width: 101px;
        top: 10px;
        right: 15px;
        text-align: right;
        font-size: 0.9em;
        line-height: 16px;
        position: absolute;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceMain
        td:nth-child(5) {
        text-align: left;
        line-height: 16px;
        position: absolute;
        right: 7px;
        top: 36px;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceDetails
        td:nth-child(1) {
        width: 0px;
        padding: 0px;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceDetails
        td:nth-child(3) {
        width: 0px;
        padding: 0px;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceDetails
        td:nth-child(2) {
        width: 100%;
        text-align: left;
        line-height: 16px;
    }
    .sectionUnvalidatedInvoices .table-auto .unvalidatedInvoiceDetails form {
        font-size: 0.9em;
        line-height: 1.3em;
    }
    .sectionUnvalidatedInvoices
        .table-auto
        .unvalidatedInvoiceDetails
        form
        .ht {
        display: none;
    }
    /*  ---------- liste des entreprises  ---------- */

    .sectionCustomer .table-auto {
        width: 100%;
    }
    .sectionCustomer .table-auto tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 5px;
        width: 100%;
        position: relative;
    }
    .sectionCustomer .table-auto td {
        display: block;
    }
    .sectionCustomer .table-auto td:nth-child(1) {
        width: 50%;
        text-align: left;
        line-height: 16px;
        font-size: 0.9em;
    }
    .sectionCustomer .table-auto td:nth-child(2) {
        width: 50%;
        text-align: left;
        line-height: 16px;
        font-size: 0.9em;
    }
    .sectionCustomer .table-auto td:nth-child(3) {
        width: 50%;
        text-align: left;
        line-height: 16px;
        font-size: 0.9em;
    }
    .sectionCustomer .table-auto td:nth-child(4) {
        width: 40px;
        text-align: left;
        line-height: 16px;
        font-size: 0.9em;
        padding: 12px 5px;
    }
    .sectionCustomer .table-auto td:nth-child(5) {
        width: 92px;
        text-align: left;
        line-height: 16px;
        font-size: 0.9em;
        padding: 20px 1px;
    }

    /* ---------- liste des factures  ---------- */
    .sectionInvoices .table-auto {
        width: 100%;
    }
    .sectionInvoices .table-auto tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 5px;
        padding: 10px 5px;
    }

    .sectionInvoices .table-auto td {
        display: block;
    }
    .sectionInvoices .table-auto td:first-child {
        width: 27%;
        line-height: 15px;
        text-align: left;
        padding: 8px;
    }

    .sectionInvoices .table-auto td:nth-child(2) {
        width: 62%;
        text-align: left;
        line-height: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sectionInvoices .table-auto td:nth-child(3) {
        width: 63%;
        text-align: left;
        font-size: 0.9em;
        padding-left: 0.5rem;
        margin-left: 27%;
        display: inline;
        margin-top: -21px;
        line-height: 14px;
    }

    .sectionInvoices .table-auto td:nth-child(4) {
        width: 90%;
        border-top: 1px solid #ddd;
        margin-top: 12px;
        padding-bottom: 0px;
    }
    .sectionInvoices .table-auto td:nth-child(5) {
        width: 10%;
        margin-top: -69px;
    }
    .sectionInvoices .table-auto .invoiceDate {
        font-size: 0.7em;
    }
    .sectionInvoices .table-auto .invoiceNumber {
        font-size: 0.9em;
    }
    .sectionInvoices .table-auto .invoicePurchaseOrder {
        font-size: 0.7em;
    }

    .sectionInvoices .table-auto .invoiceReferences {
        font-size: 0.7em;
        line-height: 4px;
        margin-left: 4px;
    }
    .sectionInvoices .table-auto .invoiceDescription {
        font-weight: 600;
    }
    .sectionInvoices .table-auto td:nth-child(3) .phone {
        display: inline !important;
    }

    .sectionInvoices .table-auto td:nth-child(2) .font-light {
        font-size: 0.8em;
    }
    .sectionInvoices .listPayments {
        text-align: left;
    }
    .sectionInvoices .listPayments .paymentNode,
    .sectionInvoices .listPayments div {
        padding: 4px 2px 1px 1px;
    }
    .sectionInvoices .totalPayments {
        text-align: left;
        padding: 1px;
        display: flex;
        justify-content: flex-end;
        font-size: 0.9em;
        margin-top: 5px;
        margin-right: -32px;
    }
    .sectionInvoices .listPayments div .amount {
        font-weight: 600;
    }
    .sectionInvoices .totalPayments .phone {
        margin-right: 2px;
    }
    .sectionInvoices .listPayments div .a-as-btn {
        padding-left: 8px;
        line-height: 20px;
    }

    .sectionInvoices .table-auto .invoicePayment {
    }
    .sectionInvoices .table-auto .invoicePayment select,
    .sectionInvoices .table-auto .invoicePayment input {
        padding: 2px 4px;
    }
    .sectionInvoices .table-auto .invoicePayment input.date {
        width: 30px;
    }
    .sectionInvoices .table-auto .invoicePayment select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .sectionInvoices .table-auto .invoicePayment td:first-child {
        width: 1%;
    }
    .sectionInvoices .table-auto .invoicePayment td:nth-child(2) {
        width: 99%;
        margin-top: -36px;
    }

    page[size="A4"]#invoicePage {
        width: 100%;
        padding: 1rem;
        height: inherit;
    }

    #invoiceHtml #invoicePage #invoiceBody table {
        font-size: 0.8em;
        width: inherit;
        overflow: scroll;
        display: block;
    }
    #invoiceHtml #invoicePage #invoiceBody table td {
        padding: 2px;
    }
    #invoiceHtml #invoicePage #invoiceBody {
        padding: 0px;
    }

    #invoiceHtml #invoicePage #totalTable,
    #invoiceHtml #invoicePage #paymentTable,
    #invoiceHtml #invoicePage #invoiceFooter,
    #invoiceHtml #invoicePage #vtpLogo,
    #invoiceHtml #invoicePage #invoiceCustomer {
        padding: 0px;
        height: inherit;
        position: relative;
        clear: both;
        float: inherit;
        margin: 0px;
        margin-top: 40px;
        text-align: center;
        font-size: 0.8em;
    }
    #invoiceHtml #invoicePage #invoiceFooter,
    #invoiceHtml #invoicePage #vtpLogo,
    #invoiceHtml #invoicePage #invoiceCustomer {
        width: 100%;
    }

    #invoiceHtml #invoicePage #totalTable,
    #invoiceHtml #invoicePage #paymentTable {
        margin: auto;
        margin-top: 40px;
    }
    #invoiceHtml #invoicePage #vtpLogo .logo,
    #printPage #vtpLogo .logo {
        margin: auto;
    }

    #customer_address_id,
    #invoice_customer_address_id {
        max-width: calc(100% - 43px);
    }
    #invoice_customer_id,
    .sectionCreatePurchaseOrder #customer_id {
        max-width: 100%;
    }

    .line-purchase-order {
        line-height: 24px;
        display: inline-block;
    }

    .line-purchase-order .w-1\/6 {
        margin-top: 4px;
        margin-bottom: 2px;
        display: block;
        width: 100%;
    }
    .line-purchase-order input {
        padding: 2px;
        margin-bottom: 7px;
    }
    .sectionCreatePurchaseOrder .w-3\/4 {
        width: 100%;
    }
    .sectionCreatePurchaseOrder #id_next {
        font-weight: bold;
        position: absolute;
        top: 100px;
        right: 1em;
    }

    .info {
        font-size: 0.8em;
    }

    .customerFilm .video {
        margin: auto;
    }
    .customerFilm {
        flex-direction: column;
        text-align: center;
    }
    .table-recap th {
        display: none;
    }
    .table-recap tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .table-recap tr td:first-child {
        display: block;
        text-align: center;
    }
    .table-recap tr td:first-child span {
        display: inline-block !important;
    }
    .table-recap tr td .phone {
        font-style: italic;
    }
    .table-recap-invoice tr td:nth-child(2) {
        display: none;
    }
    .table-recap-invoice tr td {
        padding: 2px;
    }
    .table-recap-invoice tr td:nth-child(1) {
        padding: 5px;
    }
    .table-recap-invoice tr .img-modif {
        display: inline-block;
    }
    .customerFilm .details {
        padding: 0px;
    }

    .select-btn-phone {
        max-width: calc(100% - 43px);
    }

    .sectionContact table tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding: 1em;
        justify-content: space-between;
        padding-right: 47px;
    }
    .sectionContact table tr td {
        padding: 0px;
        display: block;
        text-align: center;
    }
    .sectionContact table tr td:nth-child(1) {
        width: 100%;
        text-align: left;
        padding-bottom: 2px;
    }
    .sectionContact table tr td:nth-child(2) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sectionContact table tr td:nth-child(3) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sectionContact table tr td:nth-child(4) {
    }
    .sectionContact table tr td:nth-child(5) {
        padding-top: 5px;
        width: 100%;
        text-align: left;
    }
    .sectionContact table tr td:nth-child(6) {
        position: absolute;
        top: 27px;
        right: 16px;
    }

    .sectionAddress table tr {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        padding: 1em;
        justify-content: flex-start;
        padding-right: 47px;
    }
    .sectionAddress table tr td {
        padding: 0px;
        display: block;
        text-align: center;
    }
    .sectionAddress table tr td:nth-child(1) {
        width: 100%;
        text-align: left;
        padding-bottom: 2px;
    }
    .sectionAddress table tr td:nth-child(2) {
        padding-left: 0px;
        padding-right: 5px;
    }
    .sectionAddress table tr td:nth-child(3) {
        padding-left: 0px;
        padding-right: 5px;
    }
    .sectionAddress table tr td:nth-child(4) {
    }

    .sectionAddress table tr td:nth-child(5) {
        position: absolute;
        top: 27px;
        right: 16px;
    }

    .mailBox {
        width: 100%;
    }

    .customerFilm {
        padding-bottom: 12px;
    }

    .release table tr {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 1em;
    }
    .release table td {
        padding: 0px;
    }
    .release table td:nth-child(1) {
        width: 40%;
    }
    .release table td:nth-child(2) {
        width: 100%;
        font-size: 0.9em;
        line-height: 1em;
    }
    .release .card .people {
        font-size: 0.7em;
    }
    .release table td:nth-child(3) {
        position: absolute;
        top: 2em;
        right: 3em;
        width: 60%;
    }

    .table-overviewAll {
        font-size: 0.7em;
    }
    .table-overviewAll td {
        padding: 2px;
    }
    .table-overview tr:last-child td {
        white-space: pre-wrap;
    }

    .noPrint .linkSelect {
        display: block;
        margin: auto;
        margin-bottom: 0.75rem;
    }

    .table-prospection .prospection-tr {
        flex-direction: column;
    }

    .table-prospection .prospection-tr .customer-infos {
        padding-bottom: 10px;
        border-bottom: 1px solid white;
        margin-bottom: 10px;
    }
    .table-prospection .prospection-tr .line {
        margin-left: 0px;
    }
    .addProspection {
        border-left: 0px solid #aaa;
        margin-left: 0px;
        padding-left: 0px;
    }
    .addProspection .actions .action {
        margin: 5px;
    }
    .table-prospection .prospection-tr > .actions {
        display: none;
    }
    .halfSectionContainer {
        width: 100% !important;
        clear: both !important;
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #div-quicksearch {
        float: none;
        position: relative;
        margin: 18px 0px;
        top: 0px;
        right: 0;
        left: 0px;
    }
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

  .sm\:-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1024px) {

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:text-left {
    text-align: left;
  }
}

